@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin-ext,vietnamese";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "fester";
    src: url("../fonts/iCielFester/iCielFesterSemiCondensed-Bold.eot");
    src: url("../fonts/iCielFester/iCielFesterSemiCondensed-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/iCielFester/iCielFesterSemiCondensed-Bold.woff")
            format("woff"),
        url("../fonts/iCielFester/iCielFesterSemiCondensed-Bold.ttf")
            format("truetype"),
        url("../fonts/iCielFester/iCielFesterSemiCondensed-Bold.svg#FontName")
            format("svg");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "montserrat";
    src: url("../fonts/MontserratVN/Montserrat-Light.eot");
    src: url("../fonts/MontserratVN/Montserrat-Light.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/MontserratVN/Montserrat-Light.woff") format("woff"),
        url("../fonts/MontserratVN/Montserrat-Light.ttf") format("truetype"),
        url("../fonts/MontserratVN/Montserrat-Light.svg#FontName") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "montserrat";
    src: url("../fonts/MontserratVN/Montserrat-Bold.eot");
    src: url("../fonts/MontserratVN/Montserrat-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/MontserratVN/Montserrat-Bold.woff") format("woff"),
        url("../fonts/MontserratVN/Montserrat-Bold.ttf") format("truetype"),
        url("../fonts/MontserratVN/Montserrat-Bold.svg#FontName") format("svg");
    font-style: normal;
    font-weight: bold;
}
.txt-center,
.center-txt {
    text-align: center;
}

.clear:after,
.galw-ul:after {
    content: "";
    display: table;
    clear: both;
}
.clear:before,
.galw-ul:before {
    display: table;
    content: " ";
}

body {
    font-family: "montserrat", "Open Sans", sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "fester";
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.all {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main {
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
}

img {
    max-width: 100%;
}

header {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 99;
    padding: 35px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .logo {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    float: left;
}
header .logo img {
    display: block;
    height: 55px;
}
header .btn-nav {
    float: right;
    padding: 0 44px;
    color: white;
    background-color: #e6afd2;
    margin-left: 15px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
header .btn-nav i {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
header.sticky {
    background-color: #5690cf;
    padding: 10px 0;
}
header.sticky .logo img {
    height: 40px;
}

.deco-img {
    height: 5px;
    width: auto !important;
    max-width: 100%;
}

.banner-page {
    float: left;
    width: 100%;
    position: relative;
}
.banner-page img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}
.banner-page .banner-inner {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url("../images/bg-header.jpg");
    font-size: 24px;
    color: white;
}
.banner-page .banner-inner h2,
.banner-page .banner-inner h3 {
    font-size: 100px;
    color: white;
    line-height: 1.05;
}
.banner-page .banner-inner .slider-layer {
    width: 1170px;
    max-width: 100%;
}
.banner-page .banner-inner .sub-txt {
    margin: 30px 0;
}
.banner-page .banner-inner .clip-txt {
    color: white;
    mix-blend-mode: overlay;
}
.banner-page .banner-inner .btns-layer {
    margin-top: 30px;
    font-size: 12px;
}
.banner-page .banner-inner .btns-layer a {
    display: inline-block;
    color: white;
}
.banner-page .banner-inner .btns-layer .btnplay {
    margin-right: 35px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 38px;
}
.banner-page .banner-inner .btns-layer .btnplay i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.banner-page .banner-inner .btns-layer .btnsubmit {
    padding: 0 44px;
    background-color: #3a9eed;
    border: solid 1px #3a9eed;
}
.banner-page.small-banner {
    height: 350px;
}
.banner-page.small-banner .banner-inner {
    padding-top: 90px;
    background-image: none;
    background-color: #5690cf;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.btn-style {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 38px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.btn-style:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.btn-style.readmorebtn {
    background-color: #85deec;
    color: white;
    display: inline-block;
    padding: 0 40px;
}

.navbar-toggle {
    padding: 11px 8px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    outline: none;
    float: right;
    display: none;
}
.navbar-toggle .icon-bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}
.navbar-toggle.open .icon-bar:nth-child(1) {
    -webkit-transform: translate(-1px, 7px) rotate(-225deg);
    transform: translate(-1px, 7px) rotate(-225deg);
}
.navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-toggle.open .icon-bar:nth-child(3) {
    -webkit-transform: translate(-1px, -7px) rotate(225deg);
    transform: translate(-1px, -7px) rotate(225deg);
}

.main-nav-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: right;
}
.main-nav-wrap .main-nav {
    list-style: none;
    float: left;
}
.main-nav-wrap .main-nav li {
    float: left;
    color: white;
    position: relative;
}
.main-nav-wrap .main-nav li a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 15px;
    line-height: 38px;
    border: solid 1px transparent;
    position: relative;
}
.main-nav-wrap .main-nav li:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 5px;
    top: 0;
    background-color: #a0fff3;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav-wrap .main-nav li.active:before,
.main-nav-wrap .main-nav li.current-menu-item:before,
.main-nav-wrap .main-nav li:hover:before {
    opacity: 1;
}
.main-nav-wrap .main-nav li .sub-menu {
    position: absolute;
    right: 0;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}
.main-nav-wrap .main-nav li .sub-menu li {
    background-color: white;
    color: #333333;
    display: block;
    white-space: nowrap;
    float: none;
}
.main-nav-wrap .main-nav li .sub-menu li:before {
    opacity: 0;
}
.main-nav-wrap .main-nav li .sub-menu li.active:before,
.main-nav-wrap .main-nav li .sub-menu li.current-menu-item:before,
.main-nav-wrap .main-nav li .sub-menu li:hover:before {
    opacity: 1;
}
.main-nav-wrap .main-nav li.lang-menu img {
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.sec-cont {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #f8f8f8;
    position: relative;
}
.sec-cont .sec-title {
    float: left;
    width: 100%;
    color: black;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    text-transform: uppercase;
}
.sec-cont .sec-title h4 {
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
}
.sec-cont .sec-title h4 .highlight {
    color: #5690cf;
}
.sec-cont .sec-title.white-txt {
    color: white;
}
.sec-cont .sec-title.left-txt {
    text-align: left;
}
.sec-cont .sec-deco-txt {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sec-cont .sec-deco-txt.white-txt {
    color: white;
}
.sec-cont .sec-deco-txt.left-txt {
    text-align: left;
}
.sec-cont .sec-deco-txt.normal-txt {
    text-transform: none;
}

.sec-our-projects .projects-category-list {
    text-align: center;
    float: left;
    width: 100%;
}
.sec-our-projects .projects-category-list a {
    display: inline-block;
    padding: 0 15px;
    color: #363636;
    background-color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 3px 8px;
}
.sec-our-projects .projects-category-list a:hover {
    color: white;
    background-color: #85deec;
}

.projects-list-wrap {
    float: left;
    width: 100%;
    padding: 40px 30px;
    padding-bottom: 10px;
}
.projects-list-wrap .projects-list {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}
.projects-list-wrap .projects-list li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.projects-list-wrap .projects-list li .project-item {
    position: relative;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.4);
}
.projects-list-wrap .projects-list li .project-item .pj-bg {
    position: relative;
    display: block;
    width: 100%;
}
.projects-list-wrap .projects-list li .project-item .pj-it-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-article {
    float: right;
    width: 300px;
    max-width: 100%;
    padding: 4% 2% 4% 0;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .txt-cont {
    float: left;
    width: 100%;
    line-height: 25px;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .txt-cont
    h5 {
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .txt-cont
    h5
    img {
    display: block;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .txt-cont
    p {
    margin-bottom: 20px;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .txt-cont.light-cont {
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .txt-cont.light-cont
    h5 {
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview {
    border-color: black;
    color: black;
    padding: 0 30px;
    border: solid 1px;
    display: inline-block;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item2 {
    border-color: #eb6a6a;
    background-color: #eb6a6a;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item3 {
    border-color: #ffff0a;
    background-color: transparent;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item5 {
    border-color: #f6a61d;
    background-color: #f6a61d;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item6 {
    border-color: #8cc541;
    background-color: #8cc541;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item7 {
    border-color: #ffda0d;
    background-color: #ffda0d;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item8 {
    border-color: #f19466;
    background-color: #f19466;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item9 {
    border-color: #ce2127;
    background-color: #ce2127;
    color: white;
}
.projects-list-wrap
    .projects-list
    li
    .project-item
    .pj-it-cont
    .pj-article
    .actions-cont
    .btnliveview.btnliveview-item10 {
    border-color: #ff2452;
    background-color: #ff2452;
    color: white;
}
.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-img {
    position: absolute;
    left: 0;
    width: calc(100% - 300px);
    top: 4%;
    bottom: 4%;
}
.projects-list-wrap .projects-list li .project-item .pj-it-cont .pj-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.projects-list-wrap .viewmorebtn {
    display: inline-block;
    background-color: #85deec;
    padding: 0 20px;
    color: white;
}

.tag-lbs {
    float: left;
    width: 100%;
    color: white;
    font-size: 12px;
    margin-bottom: 25px;
}
.tag-lbs a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin: 1px;
    line-height: 20px;
    padding: 0 8px;
    text-decoration: none;
}
.tag-lbs a:first-child {
    margin-left: 0;
}

.techs-list {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.techs-list a {
    display: inline-block;
    position: relative;
    color: inherit;
    margin: 2.5px;
}
.techs-list a img {
    height: 25px;
    display: block;
}
.techs-list a:first-child {
    margin-left: 0;
}

.sec-our-services {
    background-color: transparent;
    padding: 0;
}
.sec-our-services [class*="service-feat-"] {
    float: left;
    width: 100%;
    height: 100vh;
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-position: right center;
    background-color: transparent;
    position: relative;
}
.sec-our-services [class*="service-feat-"] .parallax-window {
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/service-bg-deco-right.png) no-repeat;
}
.sec-our-services [class*="service-feat-"]:nth-child(2n) .parallax-window {
    left: 0;
    right: auto;
    background: url(../images/service-bg-deco-left.png) no-repeat;
}
.sec-our-services .service-feat-1 {
    background-color: #6ea3b7;
}
.sec-our-services .service-feat-1 .service-title {
    color: #d8ffff;
}
.sec-our-services
    .service-feat-1
    .service-feat-inner
    .service-article
    .btncontactus {
    background-color: #5bbdd7;
    border-color: #5bbdd7;
}
.sec-our-services .service-feat-2 {
    background-color: #fdac2a;
    background-position: left center;
}
.sec-our-services .service-feat-2 .service-title {
    color: #ffff00;
}
.sec-our-services
    .service-feat-2
    .service-feat-inner
    .service-article
    .btncontactus {
    background-color: #ffcc00;
    border-color: #ffcc00;
}
.sec-our-services .service-feat-3 {
    background-color: #ee645d;
}
.sec-our-services .service-feat-3 .service-title {
    color: #ffc6b0;
}
.sec-our-services
    .service-feat-3
    .service-feat-inner
    .service-article
    .btncontactus {
    background-color: #fd4d3d;
    border-color: #fd4d3d;
}
.sec-our-services .service-feat-4 {
    background-color: #0c6191;
    background-position: left center;
}
.sec-our-services .service-feat-4 .service-title {
    color: #00beff;
}
.sec-our-services
    .service-feat-4
    .service-feat-inner
    .service-article
    .btncontactus {
    background-color: #0047a4;
    border-color: #0047a4;
}
.sec-our-services .service-feat-5 {
    background-color: #ee683d;
}
.sec-our-services .service-feat-5 .service-title {
    color: #ffd066;
}
.sec-our-services
    .service-feat-5
    .service-feat-inner
    .service-article
    .btncontactus {
    background-color: #fd5514;
    border-color: #fd5514;
}
.sec-our-services .service-feat-inner {
    float: left;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.sec-our-services .service-feat-inner .service-img {
    float: left;
    width: 50%;
    margin-right: 8%;
}
.sec-our-services .service-feat-inner .service-img img {
    display: block;
    width: 100%;
}
.sec-our-services .service-feat-inner .service-article {
    float: left;
    width: 50%;
    color: white;
}
.sec-our-services .service-feat-inner .service-article .service-title {
    float: left;
    width: 100%;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 20px;
}
.sec-our-services .service-feat-inner .service-article .service-title h4 {
    margin-bottom: 5px;
}
.sec-our-services
    .service-feat-inner
    .service-article
    .service-title
    .deco-img {
    opacity: 0.2;
    margin-top: -5px;
}
.sec-our-services .service-feat-inner .service-article .service-txt {
    float: left;
    width: 100%;
    line-height: 30px;
}
.sec-our-services .service-feat-inner .service-article .service-txt p {
    margin-bottom: 30px;
}
.sec-our-services .service-feat-inner .service-article .btncontactus {
    border: solid 1px;
    padding: 0 27px;
    display: inline-block;
    color: white;
}
.sec-our-services
    [class*="service-feat-"]:nth-child(2n)
    .service-feat-inner
    .service-img {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-right: 0;
}
.sec-our-services
    [class*="service-feat-"]:nth-child(2n)
    .service-feat-inner
    .service-article {
    margin-right: 8%;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.sec-our-team {
    background-color: white;
}
.sec-our-team .slider-ourteam {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.sec-our-team .slick-slider {
    margin-bottom: 0;
}

.slider-ourteam-ul {
    float: left;
    width: 100%;
    list-style: none;
}
.slider-ourteam-ul li.slider-ourteam-li {
    padding: 0 45px;
    outline: none;
}
.slider-ourteam-ul li.slider-ourteam-li .gallery-img-wrap {
    float: left;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    background-color: #0d5c9e;
}
.slider-ourteam-ul li.slider-ourteam-li .gallery-img-wrap .gallery-img-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-list {
    height: 100%;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-list
    .slick-track {
    height: 100%;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .img-holder {
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .img-holder
    img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-arrow {
    z-index: 10;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-arrow:before {
    font-family: "IcoFont" !important;
    font-size: 18px;
    opacity: 1;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-arrow.slick-disabled:before {
    opacity: 0.25;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-next {
    right: 30px;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-next:before {
    content: "\eb61";
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-prev {
    left: 30px;
}
.slider-ourteam-ul
    li.slider-ourteam-li
    .gallery-img-wrap
    .gallery-img-slider
    .slick-prev:before {
    content: "\eb5e";
}
.slider-ourteam-ul li.slider-ourteam-li .people-info {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.slider-ourteam-ul li.slider-ourteam-li .people-info .peo-name {
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.slider-ourteam-ul li.slider-ourteam-li .people-info .peo-position {
    float: left;
    width: 100%;
    color: inherit;
}
.slider-ourteam-ul .slick-dots {
    position: static;
    margin-top: 30px;
    line-height: 0;
}
.slider-ourteam-ul .slick-dots li {
    width: auto;
    height: auto;
    line-height: 10px;
}
.slider-ourteam-ul .slick-dots li button {
    height: 10px;
    width: 10px;
    padding: 0;
    border: solid 1px #00adb5;
    border-radius: 50%;
    line-height: 10px;
}
.slider-ourteam-ul .slick-dots li button:before {
    display: none;
}
.slider-ourteam-ul .slick-dots li.slick-active button {
    background-color: #00adb5;
}

.techbar-ul {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.techbar-ul .techbar-li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.techbar-ul .techbar-li .techbar-title {
    color: black;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.techbar-ul .techbar-li .process-bar.bar-html .process-bar-inner {
    background-color: #00adb5;
    color: #00adb5;
}
.techbar-ul .techbar-li .process-bar.bar-marketing .process-bar-inner {
    background-color: #005f93;
    color: #005f93;
}
.techbar-ul .techbar-li .process-bar.bar-jsjquery .process-bar-inner {
    background-color: #ffae00;
    color: #ffae00;
}
.techbar-ul .techbar-li .process-bar.bar-ajaxangular .process-bar-inner {
    background-color: #f06358;
    color: #f06358;
}
.techbar-ul .techbar-li .process-bar.bar-design .process-bar-inner {
    background-color: #f06833;
    color: #f06833;
}
.techbar-ul .techbar-li .process-bar.bar-wordpress .process-bar-inner {
    background-color: #6ca3b8;
    color: #6ca3b8;
}

.process-bar {
    float: left;
    width: 100%;
    position: relative;
    height: 5px;
    border: solid 1px #ebebeb;
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.process-bar .process-bar-inner {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: -1px;
    bottom: -1px;
    top: -1px;
    background-color: #333333;
}
.process-bar .process-bar-inner:after {
    content: attr(data-css-value);
    position: absolute;
    bottom: 13px;
    right: 0;
    color: inherit;
}

.sec-pricing-table {
    position: relative;
    overflow: hidden;
}
.sec-pricing-table .pricing-table-cont {
    float: left;
    width: 100%;
    padding: 35px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.sec-pricing-table .pricing-table-cont .pricing {
    width: calc(100% / 3 - 3px);
    float: left;
    min-height: 1px;
    text-align: center;
    padding: 50px 0;
    background-color: white;
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.sec-pricing-table .pricing-table-cont .pricing .pricing-img {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.sec-pricing-table .pricing-table-cont .pricing .pricing-img img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
}
.sec-pricing-table .pricing-table-cont .pricing .pricing-title {
    float: left;
    width: 100%;
    line-height: 1;
    font-size: 30px;
    color: black;
}
.sec-pricing-table .pricing-table-cont .pricing .pricing-cont {
    float: left;
    width: 100%;
    padding-top: 25px;
}
.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-feat {
    float: left;
    width: 100%;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing
    .pricing-cont
    .pricing-feat
    .pricing-feat-title {
    float: left;
    width: 100%;
    color: black;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 8px;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing
    .pricing-cont
    .pricing-feat
    .pricing-feat-cont {
    float: left;
    width: 100%;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing
    .pricing-cont
    .pricing-feat
    .pricing-feat-cont
    p {
    display: block;
    border: solid 1px #f5f5f5;
    line-height: 18px;
    padding: 5px 50px;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing
    .pricing-cont
    .pricing-feat
    .pricing-feat-cont
    p
    + p {
    margin-top: -1px;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing
    .pricing-cont
    .pricing-feat
    + .pricing-feat {
    margin-top: 30px;
}
.sec-pricing-table .pricing-table-cont .pricing .pricing-cont .pricing-price {
    float: left;
    width: 100%;
    font-size: 36px;
    color: #5690cf;
    line-height: 1;
    margin-top: 42px;
}
.sec-pricing-table .pricing-table-cont .pricing.pricing-premium {
    z-index: 2;
    margin: 0 4px;
    background-color: #0d5c9e;
    margin-top: -35px;
    margin-bottom: -35px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}
.sec-pricing-table .pricing-table-cont .pricing.pricing-premium .pricing-title {
    color: #1ab8ff;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing.pricing-premium
    .pricing-cont
    .pricing-feat
    .pricing-feat-title {
    color: #1ab8ff;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing.pricing-premium
    .pricing-cont
    .pricing-feat
    .pricing-feat-cont
    p {
    color: white;
    border-color: #266da8;
}
.sec-pricing-table
    .pricing-table-cont
    .pricing.pricing-premium
    .pricing-cont
    .pricing-price {
    color: #1ab8ff;
}
.sec-pricing-table .sec-pricing-table-deco {
    position: absolute;
    bottom: -24px;
    z-index: 1;
    left: -183px;
}

.sec-contact {
    padding-top: 85px;
    padding-bottom: 0;
}
.sec-contact .sec-contact-inner {
    float: left;
    width: 100%;
    background-color: white;
    padding-bottom: 200px;
}
.sec-contact .sec-contact-inner .contact-form {
    float: left;
    width: 100%;
    margin-top: -85px;
    padding: 50px 0;
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/contact-form-bg.jpg);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.sec-contact .sec-contact-inner .contact-form .contact-form-cont-wrap {
    float: left;
    width: 100%;
}
.sec-contact .sec-contact-inner .contact-form .contact-form-cont {
    display: block;
    width: 745px;
    max-width: 100%;
    margin: 0 auto;
}
.sec-contact .sec-contact-inner .contact-form .contact-form-cont .btnsend {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    line-height: 38px;
    border-radius: 20px;
    background-color: #5073bf;
    border: solid 1px #5073bf;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.sec-contact
    .sec-contact-inner
    .contact-form
    .contact-form-cont
    .btnsend:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.sec-contact .sec-contact-inner .contact-info {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.sec-contact .sec-contact-inner .contact-info .contact-box {
    width: 270px;
    padding-left: 40px;
    margin-bottom: 40px;
}
.sec-contact .sec-contact-inner .contact-info .contact-box .contact-box-title {
    color: #5690cf;
    margin-bottom: 10px;
}
.sec-contact
    .sec-contact-inner
    .contact-info
    .contact-box
    .contact-box-title
    i {
    margin-left: -40px;
    width: 40px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.sec-contact .sec-contact-inner .contact-info .contact-box .contact-box-cont {
    line-height: 25px;
}
.sec-contact .sec-contact-inner .contact-info .contact-box .contact-box-cont a {
    color: inherit;
    text-decoration: none;
}
.sec-contact .sec-contact-inner .contact-info .contact-box + .contact-box {
    margin-left: 30px;
}

.fgr {
    float: left;
    width: 100%;
}
.fgr .ipgr {
    float: left;
    width: 100%;
}
.fgr .ipgr + .ipgr {
    margin-left: 10px;
}
.fgr + .fgr {
    margin-top: 10px;
}
.fgr.inline-fgr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.fcontrol {
    float: left;
    width: 100%;
    font-family: "montserrat", "Open Sans", sans-serif;
    font-size: 14px;
    border-radius: 0;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    background-color: white;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.fcontrol:focus {
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

input.fcontrol {
    height: 40px;
    border: solid 1px white;
}

select.fcontrol {
    height: 40px;
    background: url(../images/dropdown-bg.png) no-repeat right 13px center;
    padding-right: 20px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

textarea.fcontrol {
    padding: 15px;
    height: 160px;
    resize: none;
}

.mega-menu-wrap {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.mega-menu-wrap .mega-menu {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.mega-menu-wrap .mega-menu .mega-menu-ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li {
    float: left;
    width: 20%;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li:before {
    display: none;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li .menu-li-img {
    float: left;
    width: 100%;
    padding-bottom: 100%;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li .menu-li-cont {
    float: left;
    width: 100%;
    background-color: white;
    padding: 20px;
    color: black;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li .menu-li-cont h4 {
    font-size: 18px;
    text-align: center;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li.service-1 .menu-li-img {
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/sercive-img-1.png);
    background-color: #5bbdd7;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li.service-2 .menu-li-img {
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/sercive-img-2.png);
    background-color: #ffcc00;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li.service-3 .menu-li-img {
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/sercive-img-3.png);
    background-color: #fd4d3d;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li.service-4 .menu-li-img {
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/sercive-img-4.png);
    background-color: #0047a4;
}
.mega-menu-wrap .mega-menu .mega-menu-ul > li.service-5 .menu-li-img {
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
    background-image: url(../images/sercive-img-5.png);
    background-color: #fd5514;
}
.mega-menu-wrap .mega-menu-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.modal-wrap {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-wrap .modal-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.modal-wrap .modal-cont {
    z-index: 2;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mac {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc {
    width: 100%;
    height: 82%;
    max-width: 100%;
    max-height: 100%;
    background-color: #4a4d56;
    border-radius: 15px;
    position: relative;
    z-index: 6;
    margin: 0 auto;
}
.pc .camera {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #b8bece;
    position: relative;
    top: 15px;
}
.pc .screen {
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 30px;
    background-color: #ff685f;
    border-radius: 1px;
    position: relative;
}
.pc .screen iframe,
.pc .screen #playerid {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.pc .logo {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #e4e5e9;
}

.base {
    height: 18%;
}
.base .stand-top-shadow {
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    height: 0;
    width: 69px;
    margin: 0 auto;
    position: relative;
    top: 5px;
    z-index: 6;
}
.base .stand-top {
    border-bottom: 35px solid #e8ebf0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 69px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}
.base .stand-bottom {
    border-bottom: 3px solid #e8ebf0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 87px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.base .stand-bottom-height {
    height: 3px;
    width: 105px;
    margin: 0 auto;
    background-color: #e8ebf0;
    z-index: 5;
    position: relative;
}
.base .stand-shadow {
    width: 140px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 70px / 5px;
    z-index: 4;
    margin: 0 auto;
    margin-top: -5px;
    position: relative;
}

.sec-service-decription {
    z-index: 2;
}
.sec-service-decription .service-decription-box {
    float: left;
    width: 100%;
    padding: 50px 16.6666666666666%;
    padding-bottom: 20px;
    margin-top: -120px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.sec-service-decription .service-decription-box p {
    margin-bottom: 30px;
}
.sec-service-decription .service-different-highlight-info {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.sec-service-decription .service-different-highlight-info .sv-different-img {
    float: left;
    width: 50%;
    position: relative;
}
.sec-service-decription
    .service-different-highlight-info
    .sv-different-img
    img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sec-service-decription
    .service-different-highlight-info
    .sv-different-article {
    float: right;
    width: 50%;
    margin-left: 30px;
    margin-bottom: 40px;
}
.sec-service-decription
    .service-different-highlight-info
    .sv-different-article
    .sec-title
    .deco-img {
    opacity: 0.7;
}
.sec-service-decription
    .service-different-highlight-info
    .sv-different-article
    .sv-different-article-cont {
    float: left;
    width: 100%;
    line-height: 30px;
    color: white;
}
.sec-service-decription
    .service-different-highlight-info
    .sv-different-article
    .sv-different-article-cont
    p {
    margin-bottom: 30px;
}
.sec-service-decription.sec-service-1 {
    background-color: #23bfd0;
}
.sec-service-decription.sec-service-1 .service-decription-box {
    background-color: #0080af;
}
.sec-service-decription.sec-service-2 {
    background-color: #222831;
}
.sec-service-decription.sec-service-2 .service-decription-box {
    background-color: #393e46;
}
.sec-service-decription.sec-service-3 {
    background-color: #2d4059;
}
.sec-service-decription.sec-service-3 .service-decription-box {
    background-color: #f07b3f;
}
.sec-service-decription.sec-service-4 {
    background-color: #020438;
}
.sec-service-decription.sec-service-4 .service-decription-box {
    background-color: #1f8ea3;
}
.sec-service-decription.sec-service-5 {
    background-color: #2c2d34;
}
.sec-service-decription.sec-service-5 .service-decription-box {
    background-color: #f2910a;
}

.sec-service-how-to {
    z-index: 3;
}
.sec-service-how-to .service-how-to-steps {
    float: left;
    width: 100%;
}
.sec-service-how-to .service-how-to-steps .how-to-steps-ul {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.sec-service-how-to .service-how-to-steps .how-to-steps-ul li {
    float: left;
    width: 33.33333333333333%;
    padding: 0 15px;
}
.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 0;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li
    .step-li
    .service-ht-no {
    font-weight: bold;
    font-size: 18px;
    float: left;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li
    .step-li
    .service-ht-no
    .circle-wrap {
    text-align: center;
    height: 40px;
    width: 40px;
    background-color: #5690cf;
    color: white;
    line-height: 40px;
    display: block;
    border-radius: 50%;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li
    .step-li
    .service-ht-article {
    padding-left: 70px;
    line-height: 25px;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li
    .step-li
    .service-ht-title {
    font-size: 18px;
    color: black;
    line-height: 40px;
}
.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li:before {
    content: "";
    position: absolute;
    display: block;
    left: -15px;
    right: -15px;
    bottom: 0;
    border-bottom: dashed 1px black;
}
.sec-service-how-to .service-how-to-steps .how-to-steps-ul li .step-li:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    border-right: dashed 1px black;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-child(3n)
    .step-li:after {
    border-right: none;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(3)
    .step-li:before,
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(2)
    .step-li:before,
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(1)
    .step-li:before {
    border-bottom: none;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(3)
    .step-li,
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(2)
    .step-li,
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(1)
    .step-li {
    padding-bottom: 0;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-child(3)
    .step-li,
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-child(2)
    .step-li,
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-child(1)
    .step-li {
    padding-top: 0;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(3n)
    .step-li:before {
    left: 0;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul
    li:nth-last-child(3n + 1)
    .step-li:before {
    right: 0;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul.style-service-2
    li
    .step-li
    .service-ht-no
    .circle-wrap {
    background-color: #ffcc00;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul.style-service-3
    li
    .step-li
    .service-ht-no
    .circle-wrap {
    background-color: #5690cf;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul.style-service-4
    li
    .step-li
    .service-ht-no
    .circle-wrap {
    background-color: #5690cf;
}
.sec-service-how-to
    .service-how-to-steps
    .how-to-steps-ul.style-service-5
    li
    .step-li
    .service-ht-no
    .circle-wrap {
    background-color: #5690cf;
}

.left-col {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
}
.left-col .left-deciption {
    float: left;
    width: 100%;
    line-height: 30px;
    margin-bottom: 30px;
}

.right-col {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
}

.sec-service-products {
    background-color: #ebebeb;
}

.product-list-wrap {
    float: left;
    width: 100%;
}
.product-list-wrap .product-list-ul {
    float: left;
    width: 100%;
    list-style: none;
}
.product-list-wrap .product-list-ul li {
    float: left;
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-list-wrap .product-list-ul li .product-item {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.product-list-wrap .product-list-ul li .product-item .product-item-img {
    float: left;
    width: calc(100% / 9 * 4);
    max-height: 270px;
    padding-left: 10px;
    position: relative;
}
.product-list-wrap .product-list-ul li .product-item .product-item-img img {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
}
.product-list-wrap .product-list-ul li .product-item .product-item-cont {
    float: left;
    width: calc(100% / 9 * 5);
    padding-right: 30px;
    padding-left: 8px;
    padding-bottom: 30px;
}
.product-list-wrap
    .product-list-ul
    li
    .product-item
    .product-item-cont
    .tag-lbs {
    margin-bottom: 15px;
}
.product-list-wrap
    .product-list-ul
    li
    .product-item
    .product-item-cont
    .product-item-article {
    float: left;
    width: 100%;
    line-height: 25px;
    margin-bottom: 15px;
}
.product-list-wrap
    .product-list-ul
    li
    .product-item
    .product-item-cont
    .product-item-article
    .product-item-title {
    text-transform: uppercase;
    font-size: 18px;
    color: black;
    line-height: 1.2;
}
.product-list-wrap
    .product-list-ul
    li
    .product-item
    .product-item-cont
    .techs-list {
    width: auto;
    float: right;
    margin: 0;
}
.product-list-wrap
    .product-list-ul
    li
    .product-item
    .product-item-cont
    .techs-list
    a
    img {
    height: 40px;
}
.product-list-wrap
    .product-list-ul
    li
    .product-item:hover
    .product-item-img
    img {
    bottom: 30px;
}

.sec-service-blogs {
    background-color: white;
}

.blog-list-wrap {
    float: left;
    width: 100%;
}
.blog-list-wrap .blog-list-ul {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
}
.blog-list-wrap .blog-list-ul li {
    float: left;
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-list-wrap .blog-list-ul li .blog-item {
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.39);
}
.blog-list-wrap .blog-list-ul.blog-list-fullwidth li {
    width: 100%;
}

.blog-item {
    float: left;
    width: 100%;
    background-color: white;
}
.blog-item .blog-item-img {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.blog-item .blog-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.blog-item .blog-item-cont {
    float: left;
    width: 100%;
    padding: 20px;
}
.blog-item .blog-item-cont .tag-lbs {
    margin-bottom: 15px;
}
.blog-item .blog-item-cont .blog-item-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #363636;
    margin-bottom: 13px;
    text-decoration: none;
}
.blog-item .blog-item-cont .blog-item-addition-info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.blog-item .blog-item-cont .blog-item-addition-info strong {
    color: black;
}
.blog-item .blog-item-cont .blog-item-article {
    float: left;
    width: 100%;
    line-height: 25px;
}
.blog-item .blog-item-cont .blog-item-article p {
    margin-bottom: 15px;
}
.blog-item .blog-item-cont .seemorelink {
    color: #85deec;
    text-decoration: underline;
}
.blog-item .blog-item-footer {
    float: left;
    width: 100%;
    border-top: solid 2px #e5e5e5;
    padding: 20px;
    padding-bottom: 0;
}
.blog-item .blog-item-footer .techs-list a img {
    height: 40px;
}

.sec-blogs {
    z-index: 3;
    background-color: white;
}
.sec-blogs .right-col {
    margin-top: -120px;
}

.side-feat {
    float: left;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 30px;
}
.side-feat .side-feat-title {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
    color: black;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.side-feat + .side-feat {
    margin-top: 60px;
}

.bags {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: "fester";
}

.tag-cloud {
    float: left;
    width: 100%;
}
.tag-cloud .tag-cloud-ul {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}
.tag-cloud .tag-cloud-ul li {
    float: left;
    width: 100%;
}
.tag-cloud .tag-cloud-ul li .tag-cloud-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
    width: auto;
    max-width: 100%;
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}
.tag-cloud .tag-cloud-ul li .tag-cloud-item .bags {
    position: absolute;
    right: 4px;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: white;
    mix-blend-mode: soft-light;
    margin-left: 15px;
}
.tag-cloud .tag-cloud-ul li .tag-cloud-item .tag-cont {
    display: inline-block;
    vertical-align: middle;
}
.tag-cloud .tag-cloud-ul li .tag-cloud-item .tag-cont i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}
.tag-cloud .tag-cloud-ul li .tag-cloud-item .tag-cont img {
    display: block;
    max-height: 25px;
    max-width: 30px;
    margin: 0 auto;
}
.tag-cloud .tag-cloud-ul li:nth-child(1) .tag-cloud-item {
    background-color: #85deec;
    padding: 0 15px;
}
.tag-cloud .tag-cloud-ul li:nth-child(2) .tag-cloud-item {
    background-color: #5bbdd7;
}
.tag-cloud .tag-cloud-ul li:nth-child(3) .tag-cloud-item {
    background-color: #ffcc00;
}
.tag-cloud .tag-cloud-ul li:nth-child(4) .tag-cloud-item {
    background-color: #fd4d3d;
}
.tag-cloud .tag-cloud-ul li:nth-child(5) .tag-cloud-item {
    background-color: #0047a4;
}
.tag-cloud .tag-cloud-ul li:nth-child(6) .tag-cloud-item {
    background-color: #fd5514;
}
.tag-cloud .tag-cloud-ul.inline-tag li {
    width: auto;
    padding: 1.5px;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li .tag-cloud-item {
    padding: 0 10px;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li .tag-cloud-item .tag-cont i {
    width: auto;
    margin-right: 15px;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(1) .tag-cloud-item {
    background-color: #fc490b;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(2) .tag-cloud-item {
    background-color: #6498d1;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(3) .tag-cloud-item {
    background-color: #427497;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(4) .tag-cloud-item {
    background-color: #14559a;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(5) .tag-cloud-item {
    background-color: #fb503b;
}
.tag-cloud .tag-cloud-ul.teach-tag-ul li:nth-child(6) .tag-cloud-item {
    background-color: #92a9ed;
}

.sec-blog-read .right-col {
    width: calc(100% / 3);
    margin-top: 0;
}
.sec-blog-read .left-col {
    width: calc(100% / 3 * 2);
    margin-top: -120px;
}

.comment-feat {
    border: none;
}

.comments {
    float: left;
    width: 100%;
}
.comments .comment-ul {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 25px;
}
.comments .comment-ul li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #e5e5e5;
}
.comments .comment-ul li .comment {
    float: left;
    width: 100%;
}
.comments .comment-ul li .comment .comment-head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.comments .comment-ul li .comment .comment-head strong {
    color: black;
}
.comments .comment-ul li .comment .comment-article {
    float: left;
    width: 100%;
    line-height: 25px;
}
.comments .comment-ul li .comment .comment-article p {
    margin-bottom: 15px;
}
.comments .comment-ul li + li {
    margin-top: 30px;
}
.comments .post-comment {
    float: left;
    width: 100%;
}
.comments .post-comment textarea {
    border: solid 1px #e5e5e5;
}
.comments .post-comment .btn-style {
    float: right;
    margin-top: 10px;
    padding: 0 20px;
}

.projects-list-wrap.project-page-list {
    margin-top: -120px;
    z-index: 3;
    position: relative;
}

.sec-projects {
    background-color: white;
}
.sec-projects .project-detail-cont {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px;
}
.sec-projects .project-detail-cont .project-detail-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sec-projects .project-detail-cont .project-detail-img img {
    width: auto;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}
.sec-projects .project-detail-cont .project-detail-article {
    float: left;
    width: 100%;
    line-height: 25px;
}
.sec-projects .project-detail-cont .project-detail-article p {
    margin-bottom: 20px;
}
.sec-projects .project-detail-cont .techs-list {
    margin-bottom: 0;
}

.pagination {
    float: left;
    width: 100%;
}
.pagination .pagination-ul {
    float: left;
    list-style: none;
}
.pagination .pagination-ul li {
    float: left;
    border-radius: 20px;
    border: solid 1px #ebebeb;
    color: black;
}
.pagination .pagination-ul li a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    font-weight: bold;
}
.pagination .pagination-ul li + li {
    margin-left: 10px;
}
.pagination .pagination-ul .p-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination .pagination-ul .p-item a {
    width: 40px;
}
.pagination .pagination-ul .p-item.p-item-current,
.pagination .pagination-ul .p-item:hover {
    border-color: #85deec;
    background-color: #85deec;
    color: white;
}
.pagination .pagination-ul .p-arr a {
    width: auto;
    padding: 0 15px;
}
.pagination .pagination-ul .p-disable,
.pagination .pagination-ul .p-disable:hover {
    opacity: 0.5;
    border-color: #ebebeb;
    color: black;
    background-color: transparent;
}
.pagination .pagination-ul .p-disable a,
.pagination .pagination-ul .p-disable:hover a {
    cursor: not-allowed;
}

.btn-scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    padding: 1px 11px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 38px;
    border-radius: 100%;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #5690cf;
}

.tracking-block {
    display: none;
    text-align: center;
    color: white;
}

footer {
    float: left;
    width: 100%;
    color: white;
    padding-top: 0;
    background-color: #5690cf;
}
footer .contact-info-map {
    color: #000;
    float: left;
    width: 100%;
    margin-top: -200px;
}
footer a {
    text-decoration: none;
    color: inherit;
}
footer .footer-cont {
    float: left;
    width: 100%;
    padding: 30px 0;
}
footer .footer-cont .footer-left {
    float: left;
}
footer .footer-cont .footer-left .logo-footer {
    height: 100px;
    float: left;
    margin-right: 50px;
}
footer .footer-cont .footer-left .logo-footer a {
    display: block;
    height: 100%;
}
footer .footer-cont .footer-left .logo-footer a img {
    height: 100px;
}
footer .footer-cont .footer-right {
    float: right;
}
footer .footer-cont .footer-feat {
    float: left;
    text-align: left;
    line-height: 2;
    padding: 8px 0;
}
footer .footer-cont .footer-feat .ff-title {
    color: #acffff;
    font-weight: bold;
}
footer .footer-cont .ff-connects {
    float: left;
    padding-top: 8px;
}
footer .footer-cont .ff-connects .connect-link {
    float: left;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .footer-cont .ff-connects .connect-link img {
    display: block;
    height: 40px;
}
footer .footer-cont .ff-connects .connect-link:hover {
    opacity: 0.8;
}

.hide-txt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    text-indent: -999999999999999999px;
}

.galw-feat {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
}
.galw-feat.border-den-top {
    border-top: solid 1px #000;
    padding-top: 30px;
}
.galw-feat .sec-title {
    margin-bottom: 20px;
}
.galw-feat .galw-top {
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.galw-feat .galw-top .galw-left > .img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("") no-repeat center center;
    -ms-background-size: cover;
    background-size: cover;
}
.galw-feat .galw-top .galw-price {
    color: #5690cf;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.galw-feat .galw-top .galw-spec {
    margin-bottom: 20px;
}
.galw-feat .galw-top .galw-line {
    border-top: solid 1px #ebebeb;
    display: block;
    margin-bottom: 20px;
}
.galw-feat .galw-top .galw-lb-form {
    text-transform: uppercase;
    margin-bottom: 8px;
}
.galw-feat .galw-left {
    float: left;
    width: 55%;
    position: relative;
    padding-right: 15px;
    min-height: 1px;
}
.galw-feat .galw-right {
    float: right;
    width: 45%;
    padding-left: 15px;
    min-height: 1px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
@media (max-width: 480px) {
    .galw-feat .galw-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .galw-feat .galw-right {
        padding: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .galw-feat .galw-left {
        min-height: 1px;
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
}

.galw-form {
    display: block;
}
.galw-form .fcontrol {
    border: solid 1px #ebebeb;
}
.galw-form .fgr + .galw-form .fgr {
    margin-bottom: 5px;
}
.galw-form .btnbook {
    background-color: #5690cf;
    color: white;
    display: inline-block;
    padding: 0 40px;
}

.galw-ul {
    list-style: none;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.galw-ul li {
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 18px;
    margin-left: -4px;
}

.galw-item {
    float: left;
    width: 100%;
}
.galw-item .img {
    width: auto;
    float: left;
    margin-right: 20px;
    min-height: 1px;
    margin-bottom: 20px;
}
.galw-item .img img {
    display: inline-block;
    float: left;
}
.galw-item .info {
    display: block;
}
.galw-item .info p {
    margin-bottom: 10px;
}
.galw-item .info .price {
    color: #959595;
}
.galw-item .info .price strong {
    color: #000;
}
.galw-item .info .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "fester";
    font-weight: bold;
}
.galw-item .info .link {
    color: #5690cf;
    text-decoration: none;
}
.galw-item .info .link:hover {
    text-decoration: underline;
}

.galw-cat-list {
    float: left;
    width: 100%;
    list-style: none;
    letter-spacing: normal;
}
.galw-cat-list li {
    width: 50%;
    margin-right: 0px;
    display: inline-block;
    letter-spacing: normal;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-left: -9px;
    padding-right: 20px;
    color: #000;
    display: inline-block;
}
.galw-cat-list li:nth-child(3n) {
    margin-right: 0;
}
.galw-cat-list li a {
    text-decoration: none;
    display: block;
    color: inherit;
}
.galw-cat-list li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.galw-cat-list li:hover {
    color: #5690cf;
}
.galw-cat-list li:hover .img {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.width700-nhe {
    width: 700px;
    margin: 0 auto;
}
.content-service-main p {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .galw-cat-list {
        text-align: center;
    }
}
.galw-cat-list .img {
    display: block;
    position: relative;
    padding-bottom: 200%;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.galw-cat-list .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.galw-feat .galw-top .galw-left > .img {
    position: absolute;
    top: 0;
    left: 0;
}
.galw-form .btnbook {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
}
.main-nav-wrap .main-nav li.search-menu {
    float: right;
}
.main-nav-wrap .main-nav li.search-menu .sub-menu {
    padding: 5px 0;
}
.main-nav-wrap .main-nav li.search-menu .sub-menu .search-hd-wrap {
    position: relative;
    background-color: white;
    float: left;
}
.main-nav-wrap .main-nav li.search-menu input.fcontrol {
    width: 250px;
    background-color: transparent;
    position: relative;
    z-index: 2;
    padding-right: 40px;
    padding-left: 5px;
    height: 35px;
    line-height: 35px;
}
.main-nav-wrap .main-nav li.search-menu .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 20px;
    padding: 7px 0;
    text-align: center;
    font-size: 18px;
}
.search-result-feat {
    float: left;
    width: 100%;
}
.search-result-feat .result {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
    color: inherit;
}
.search-result-feat .result a {
    color: inherit;
}
.search-result-feat .result .title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.search-result-feat .result .title span {
    font-family: "montserrat";
    font-weight: normal;
}
.search-result-feat .result .title .keyword-text,
.search-result-feat .result .keyword-text {
    font-family: inherit;
    font-weight: inherit;
    background-color: yellow;
}
.search-result-feat .result .title img {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-right: 10px;
}
.search-result-feat .result .summary {
    display: block;
    line-height: 20px;
}
.search-result-capt {
    font-size: 16px;
    margin-bottom: 10px;
}

.galw-cat-list .img.bymon > img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.galw-cat-list .img {
    padding: 0 !important;
    margin-bottom: 0;
}
.blog-item-article h2 {
    font-size: 20px;
}
.blog-item-article h2,
.blog-item-article h3 {
    margin-bottom: 10px;
    margin-top: 0px;
}
.blog-item-article h3 {
    font-size: 22px;
}
.blog-item-article h2 {
    font-size: 24px;
}
.blog-item-article h4 {
    font-size: 20px;
}
.blog-item-article {
    padding-left: 15px;
}
.no-hien {
    opacity: 0;
    height: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
}
.mauweb-feat {
    float: none;
    display: block;
    width: auto;
    padding-left: 15px;
}
.mauweb-ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    float: none;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 40px;
}
.mauweb-ul > li {
    float: left;
    width: 50%;
    padding: 0 5px;
    display: block;
    margin-bottom: 30px;
}
.mauweb-ul > li:nth-child(14n + 1) .mauweb-item .info {
    background-color: #0984e3;
}
.mauweb-ul > li:nth-child(14n + 2) .mauweb-item .info {
    background-color: #e84393;
}
.mauweb-ul > li:nth-child(14n + 3) .mauweb-item .info {
    background-color: #ff7675;
}
.mauweb-ul > li:nth-child(14n + 4) .mauweb-item .info {
    background-color: #00b894;
}
.mauweb-ul > li:nth-child(14n + 5) .mauweb-item .info {
    background-color: #d63031;
}
.mauweb-ul > li:nth-child(14n + 6) .mauweb-item .info {
    background-color: #74b9ff;
}
.mauweb-ul > li:nth-child(14n + 7) .mauweb-item .info {
    background-color: #55efc4;
}
.mauweb-ul > li:nth-child(14n + 8) .mauweb-item .info {
    background-color: #e17055;
}
.mauweb-ul > li:nth-child(14n + 9) .mauweb-item .info {
    background-color: #fdcb6e;
}
.mauweb-ul > li:nth-child(14n + 10) .mauweb-item .info {
    background-color: #a29bfe;
}
.mauweb-ul > li:nth-child(14n + 11) .mauweb-item .info {
    background-color: #fd79a8;
}
.mauweb-ul > li:nth-child(14n + 12) .mauweb-item .info {
    background-color: #111111;
}
.mauweb-ul > li:nth-child(14n + 13) .mauweb-item .info {
    background-color: #df6363;
}
.mauweb-ul > li:nth-child(14n + 14) .mauweb-item .info {
    background-color: #10a4c0;
}
.mauweb-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.mauweb-item .img {
    position: relative;
    width: 100%;
    display: block;
    min-height: 212px;
}
.mauweb-item .img:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #b2b2b2 transparent;
    position: absolute;
    left: 0;
    bottom: 100%;
}
.mauweb-item .img img {
    display: block;
    width: 100%;
}
.mauweb-item .info {
    position: absolute;
    left: 30px;
    top: -30px;
    bottom: -30px;
    background-color: #0984e3;
    color: #fff;
    max-width: 80%;
    width: 200px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 15px 30px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: perspective(1200px) rotateX(0);
    -webkit-transform: perspective(1200px) rotateX(0);
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.38);
}

.mauweb-item .info a {
    color: inherit;
}
.mauweb-item .info .title {
    font-size: 18px;
}
.mauweb-item:hover .info {
    transform: perspective(1200px) rotateX(80deg);
    -webkit-transform: perspective(1200px) rotateX(80deg);
}
.mauweb-item .info .title .num {
    display: block;
    font-size: 32px;
}
.contact-info-map {
}
@media screen and (max-width: 480px) {
    .right-col {
        padding-right: 0;
    }
    .mauweb-feat {
        padding-left: 0;
    }
    .mauweb-ul > li {
        width: 100%;
    }
    .mauweb-item {
    }
    .mauweb-item .img {
        min-height: 155px;
    }
    .mauweb-item .info {
        padding: 15px;
    }
    .mauweb-item .info .title {
        font-size: 16px;
    }
    .mauweb-item .info .title .num {
        font-size: 24px;
    }
}

.sec-our-vision {
    background-color: #f0f7fe;
}
.our-vision + .our-vision {
    margin-top: 50px;
}
.our-vision {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.our-vision .our-vision-img .box-img {
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.16));
    width: 720px;
    height: 720px;
}
.our-vision .our-vision-img img {
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
    clip-path: polygon(
        46.46447% 6.46447%,
        48.08658% 5.3806%,
        50% 5%,
        51.91342% 5.3806%,
        53.53553% 6.46447%,
        93.53553% 46.46447%,
        94.6194% 48.08658%,
        95% 50%,
        94.6194% 51.91342%,
        93.53553% 53.53553%,
        53.53553% 93.53553%,
        51.91342% 94.6194%,
        50% 95%,
        48.08658% 94.6194%,
        46.46447% 93.53553%,
        6.46447% 53.53553%,
        5.3806% 51.91342%,
        5% 50%,
        5.3806% 48.08658%,
        6.46447% 46.46447%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.our-vision-img,
.our-vision-info {
    width: 50%;
}
.our-vision-info-desc {
    position: relative;
}
.our-vision-info-desc::before {
    content: "";
    position: absolute;
    top: 0;
    height: 135px;
    border-left: 1px solid #78b6f1;
}
.our-vision:nth-child(odd) .our-vision-img .box-img {
    float: right;
}
.our-vision:nth-child(odd) .our-vision-info {
    padding-left: 20px;
}
.our-vision:nth-child(odd) .our-vision-info-desc {
    padding-left: 50px;
}
.our-vision:nth-child(odd) .our-vision-info-desc::before {
    left: 0;
}
.our-vision:nth-child(even) {
    flex-direction: row-reverse;
}
.our-vision:nth-child(even) .our-vision-img .box-img {
    float: left;
}
.our-vision:nth-child(even) .our-vision-info {
    padding-right: 20px;
}
.our-vision:nth-child(even) .our-vision-info-desc {
    padding-right: 50px;
}
.our-vision:nth-child(even) .our-vision-info-desc::before {
    right: 0;
}
.our-vision-info .our-vision-info-title {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.triangle-nav {
    list-style-type: none;
    line-height: 25px;
}
.triangle-nav > li + li {
    margin-top: 20px;
}
.triangle-nav li::before {
    content: "";
    border: 6px solid transparent;
    border-left-color: #0074e4;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .our-vision-info .our-vision-info-title {
        font-size: 34px;
    }
    .our-vision:nth-child(odd) .our-vision-img .box-img,
    .our-vision:nth-child(even) .our-vision-img .box-img {
        float: none;
    }
    .our-vision .our-vision-img .box-img {
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .our-vision .our-vision-img {
        margin-bottom: 30px;
    }
    .our-vision-img,
    .our-vision-info {
        width: 100%;
    }
    .our-vision:nth-child(odd) .our-vision-info,
    .our-vision:nth-child(even) .our-vision-info {
        padding: 0;
    }
    .our-vision:nth-child(odd) .our-vision-info-desc,
    .our-vision:nth-child(even) .our-vision-info-desc {
        padding-left: 30px;
    }
    .our-vision:nth-child(even) .our-vision-info-desc {
        padding-right: 0;
    }
    .our-vision:nth-child(even) .our-vision-info-desc::before {
        right: unset;
        left: 0;
    }
}
.slick-slide {
    outline: none;
}
.sec-timeline {
    padding: 90px 0;
    background-color: #fff;
}
.sec-timeline .sec-timeline-title,
.sec-timeline .sec-timeline-sub-title {
    text-align: center;
}
.sec-timeline .sec-timeline-title {
    font-size: 42px;
    color: #0074e4;
}
.sec-timeline .sec-timeline-sub-title {
    font-size: 30px;
    font-weight: normal;
    font-family: inherit;
    margin-bottom: 40px;
}
.sec-timeline-carousel .slick-list,
.sec-timeline-thumbs .slick-list {
    margin: 0 -15px;
}
.sec-timeline-thumbs {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.sec-timeline-thumbs::after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.sec-timeline-thumbs .slick-track {
    display: flex;
}
.sec-timeline-thumbs .thumb-item {
    position: relative;
    padding: 30px 15px;
    cursor: pointer;
    height: auto;
}
.sec-timeline-thumbs .thumb-item::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e5e5e5;
}
.sec-timeline-thumbs .slick-slide.slick-current.thumb-item {
    padding-top: 0;
}
.sec-timeline-thumbs .slick-current.thumb-item > span {
    background-color: #0074e4;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    padding: 12px 15px;
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.sec-timeline-thumbs .slick-current.thumb-item::after {
    background-color: #0074e4;
    width: 16px;
    height: 16px;
    bottom: 0;
}
.sec-timeline-thumbs .slick-arrow {
    bottom: -12px;
    top: unset;
    transform: translate(0, 0);
}
.sec-timeline-carousel .carousel-item {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 0;
}
.sec-timeline-carousel .carousel-img,
.sec-timeline-carousel .carousel-info {
    width: 50%;
}
.sec-timeline-carousel .carousel-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.sec-timeline-carousel .carousel-info {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.sec-timeline-carousel .carousel-info .carousel-info-title {
    font-size: 36px;
    font-weight: bold;
    color: #3390e9;
    margin-bottom: 20px;
}
.sec-timeline-carousel .carousel-info .carousel-info-decor {
    position: absolute;
    left: 5px;
    top: -40px;
    width: calc(100% - 5px);
    font-size: 90px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    color: #fff;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .sec-timeline {
        padding: 30px 0;
    }
    .sec-timeline .sec-timeline-title {
        font-size: 34px;
        color: #0074e4;
    }
    .sec-timeline-carousel .carousel-item {
        padding-top: 0;
    }
    .sec-timeline-carousel .carousel-info .carousel-info-title {
        margin-bottom: 15px;
    }
    .sec-timeline-carousel .carousel-img,
    .sec-timeline-carousel .carousel-info {
        width: 100%;
    }
    .sec-timeline-carousel .carousel-img {
        margin-bottom: 30px;
    }
    .sec-timeline-carousel .carousel-info {
        padding-left: 0;
    }
    .sec-timeline .sec-timeline-sub-title {
        margin-bottom: 20px;
    }
}

.main-slick .slick-arrow {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #efefef;
    color: #2084e5;
    z-index: 2;
    transition: 0.2s;
}
.main-slick .slick-arrow.slick-prev {
    left: -22px;
}
.main-slick .slick-arrow.slick-next {
    right: -22px;
}
.main-slick .slick-arrow:hover {
    background-color: #2084e5;
    color: #efefef;
}
.main-slick .slick-arrow::before {
    font-family: "IcoFont" !important;
    color: inherit;
}
.main-slick .slick-arrow.slick-prev::before {
    content: "\eb8a";
}
.main-slick .slick-arrow.slick-next::before {
    content: "\eb8b";
}
@media only screen and (max-width: 768px) {
    .main-slick .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .main-slick .slick-arrow.slick-prev {
        left: 0;
    }
    .main-slick .slick-arrow.slick-next {
        right: 0;
    }
}
.main-slick-2 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #2084e5;
    color: #ffff;
    z-index: 2;
    transition: 0.2s;
}
.main-slick-2 .slick-arrow.slick-prev {
    left: -30px;
}
.main-slick-2 .slick-arrow.slick-next {
    right: -30px;
}
.main-slick-2 .slick-arrow:hover {
    box-shadow: 0 0 0 20px rgba(32, 132, 229, 0.1);
}
.main-slick-2 .slick-arrow::before {
    font-family: "IcoFont" !important;
    color: inherit;
}
.main-slick-2 .slick-arrow.slick-prev::before {
    content: "\eb8a";
}
.main-slick-2 .slick-arrow.slick-next::before {
    content: "\eb8b";
}
@media only screen and (max-width: 768px) {
    .main-slick-2 .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .main-slick-2 .slick-arrow:hover {
        box-shadow: 0 0 0 10px rgba(32, 132, 229, 0.1);
    }
    .main-slick-2 .slick-arrow.slick-prev {
        left: 0;
    }
    .main-slick-2 .slick-arrow.slick-next {
        right: 0;
    }
}

.custom-banner {
    padding: 215px 0 150px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #fff;
}
.custom-banner-logo img {
    width: 150px;
    height: auto;
}
.custom-banner-title {
    font-size: 42px;
}
@media only screen and (max-width: 768px) {
    .custom-banner {
        padding: 150px 0 100px;
    }
    .custom-banner-title {
        font-size: 34px;
    }
}
@media only screen and (max-width: 480px) {
    .custom-banner.custom-banner {
        padding: 150px 0 100px;
    }
}
.new-footer {
    padding: 90px 0;
    background-color: #313131;
    color: #fff;
}
.new-footer .ft-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -20px;
}
.new-footer .ft-column {
    padding: 15px 20px;
    width: 25%;
}
@media only screen and (max-width: 1200px) {
    .new-footer .ft-row {
        margin: -15px;
    }
    .new-footer .ft-column {
        padding: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .new-footer {
        padding: 50px 0;
    }
    .new-footer .ft-column {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .new-footer .ft-column {
        width: 100%;
    }
}
.ft-logo {
    margin-bottom: 15px;
}
.ft-logo img {
    display: block;
    max-width: 265px;
}
.ft-about {
    margin-bottom: 15px;
}
.ft-comfirm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ft-comfirm a {
    display: inline-block;
    margin: 0 15px 15px 0;
}
.ft-comfirm a:last-child {
    margin-right: 0;
}
.ft-comfirm img {
    display: block;
}
.ft-menu {
    list-style-type: none;
}
.ft-menu li + li {
    margin-top: 8px;
}
.ft-menu li a {
    transition: 0.2s;
}
.ft-menu li a:hover {
    color: #78b6f1;
}
.ft-contact + .ft-contact {
    margin-top: 20px;
}
.ft-contact .ft-contact-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.ft-contact .ft-contact-desc {
    color: #e1e1e1;
}
.ft-social .ft-social-title {
    font-weight: bold;
    margin-bottom: 15px;
}
.ft-social .ft-social-nav {
    display: flex;
    flex-wrap: wrap;
}
.ft-social .ft-social-nav a {
    display: block;
    margin: 0 8px 8px 0;
}
.ft-social .ft-social-nav img {
    display: block;
}
.sec-our-gallery {
    padding: 90px 0;
    overflow: hidden;
    background-color: #fff;
}
.sec-our-gallery .our-gallery-title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sec-our-gallery .our-gallery-title span {
    color: #0074e4;
}
.sec-our-gallery .our-gallery-desc {
    text-align: center;
    margin-bottom: 30px;
}
.our-gallery-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}
.our-gallery-slider:not(.slick-initialized) .box-img {
    width: 100%;
    flex-shrink: 0;
}
.our-gallery-slider .slick-track {
    display: flex;
}
.our-gallery-slider .slick-track .slick-slide {
    height: auto;
}
.our-gallery-slider .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    transform: scale(0.9);
    transition: 0.2s;
}
.our-gallery-slider .slick-list {
    overflow: visible;
}
.our-gallery-slider .slick-current.box-img img {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    filter: brightness(1);
    transform: scale(1);
}
@media only screen and (max-width: 768px) {
    .sec-our-gallery {
        padding: 30px 0;
    }
    .sec-our-gallery .our-gallery-title {
        font-size: 34px;
    }
}
.sec-timeline-carousel .carousel-item {
    display: flex !important;
}

.footer-cont .footer-left {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}
.footer-cont .footer-left .logo-footer.logo-footer {
    width: 130px;
    padding-right: 30px;
    margin-right: 0;
}
.footer-cont .footer-left .footer-feat {
    width: calc((100% - 130px) / 2);
    padding-right: 30px;
}
.footer-cont .footer-right {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-cont .footer-right .footer-feat {
    width: 100%;
}
.footer-cont .footer-right .footer-feat.dmca-footer,
.footer-cont .footer-right .footer-feat.gov-footer {
    width: auto;
}
.footer-cont .footer-right .footer-feat.dmca-footer a {
    margin-left: 0;
}
.footer-cont .footer-right .footer-feat.gov-footer {
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    .footer-cont .footer-left {
        width: 100%;
    }
    .footer-cont .footer-right {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .footer-cont .footer-left .logo-footer.logo-footer {
        padding-right: 0;
        width: 100px;
    }
    .footer-cont .footer-left .footer-feat {
        width: 100%;
        padding-right: 0;
    }
    .footer-cont .footer-right .footer-feat.dmca-footer,
    .footer-cont .footer-right .footer-feat.gov-footer {
        padding-left: 0;
    }
}
