@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=vietnamese');

@font-face {
    font-family: 'utm-avo';
    src: url(../fonts/UTM-Avo.ttf) format("truetype");
}
@font-face {
    font-family: 'utm-avo-bold';
    src:url(../fonts/UTM-AvoBold.ttf) format("truetype");
}

@font-face {
    font-family: 'utm-avo-italic';
    src:url(../fonts/UTM-AvoItalic.ttf) format("truetype");
}
@font-face {
    font-family: 'utm-avo-bold-italic';
    src:url(../fonts/UTM-AvoBold_Italic.ttf) format("truetype");
}

@font-face {
    font-family: 'utm-bebas';
    src:url(../fonts/UTM-Bebas.ttf) format("truetype");
}
@font-face {
    font-family: 'helvetica';
    src:url(../fonts/helveticaneue.ttf) format("truetype");
}
@font-face {
    font-family: 'helvetica-medium';
    src:url(../fonts/helveticaneuemedium.ttf) format("truetype");
}
@font-face {
    font-family: 'helvetica-bold';
    src:url(../fonts/helveticaneuebold.ttf) format("truetype");
}

.p13 {
    font-size: 13px;
}
body {
    font-family: 'helvetica';
    font-size: 14px;
}
header {
    padding: 10px 0;
    transition: 0.5s all ease;
    top: -50px;
}
header .head-logo img {
    height: 70px;
}
.head-top {
    position: fixed;
    background: #fff;
    padding: 10px 0;
    z-index: 99999999;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.12);
}
.head-top .head-logo img {
    height: 40px;
    margin-top: 50px;
}
.head-top .navbar {
    margin-top:30px;
}
header .top-link {
    list-style: none;
    text-align: right;
    float:right;
}
header .top-link li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}
header .top-link li a {
    color: #3B7FB2;
}
header .navbar {
    background: transparent;
}
header .navbar .navbar-nav li {
    margin-left: 30px;
} 
header .navbar .navbar-nav li.active a {
    color: #3B7FB2;
}
header .navbar .navbar-nav li a, .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-family: 'helvetica-bold';
    text-transform: uppercase;
    font-size: 12px;
    color: #9a9a9a;
}
header .slogan {
    font-size: 12px;
    text-transform: uppercase;
    color: #3B7FB2;
}
header form span {
    position: relative;
}
header form span:after {
    content:"\f002";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 0px;
}
header form input {
    font-size: 14px !important;
    height: 26px;
    padding-right: 20px !important;
}

.menu-mobile {
    height: 100%;
    position: fixed;
    width: 75%;
    background: #fff;
    z-index: 9999999999;
    left:-75%;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.32);
}
.menu-mobile ul {
    list-style: none;
    padding-top: 30px;
    padding-left: 20px;
}
.menu-mobile ul li {
    font-size: 13px;
    font-family: "helvetica-medium";
    text-transform: uppercase;
}
.menu-mobile ul li a {
    color: #3B7FB2;
}
.m-menubar {
    position: absolute;
    right: -10px;
    top: 10px;
}
.m-menubar .fa {
    font-size: 19px;
    color: #3B7FB2;
}
.main-title {
    font-family: 'helvetica-medium';
    font-size: 50px;
    color: #3B7FB2;
}
.main .home-banner .post {
    top: 0;
    background: url(../img/home-front-left.png) no-repeat;
    background-size: contain;
    background-origin: border-box;
    z-index: 10000;
    /*min-height: 410px;*/
    height: 100%;
    padding: 0 80px 0 50px;
}
.main .home-banner .post-summary {
    color: #3B7FB2;
    font-size: 16px;
    min-height: 235px;
}
.main .home-banner .post-summary h3{
    margin: 50px 0 30px 0;
    font-weight: bold;
    font-size: 40px;
}
.main .home-banner .post-summary a{
    margin-top: 45px
}
.main .home-banner .owl-slide img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.main .home-intro h3 {
    color: #3B7FB2;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 35px;
}
.main .home-intro p {
    font-size: 18px;
    margin: 0 0 5px;
    color: #656565;
}
.home-intro-2 .intro-img {
    position: relative;
    display: inline-block;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-intro-2 img {
    display: block;
}
.home-intro-2 .intro-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 370px;
    text-align: left;
    background-color: #3B7FB2;
    color: #fff;
}
.home-intro-2 .intro-content h3{ 
    font-weight: bold;
    font-family: 'helvetica-medium';
    font-size: 18px;
    text-transform: uppercase;
}
.home-intro-2 .intro-content p {
    font-size: 14px;
    font-weight: 200;
}
.home-intro-2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.home-intro-2 ul li {
    margin-bottom: 30px;  
}
.home-intro-2 ul li .intro-content{
    background-color: #3FA535;
}
.home-intro-2 ul li:last-child {
    margin-bottom: 0;
}
.home-intro-2 ul li:last-child .intro-content{
    background-color: #656565;
}
.home-services {
    background: url('../img/Black__White_1.jpg');
    background-size: cover;
    background-attachment: fixed;
    min-height: 400px;
    color: #fff;
    padding: 60px 0;
}
.home-services h3 {
    font-family: 'helvetica';
    font-weight: normal;
    font-size: 50px;
    color: #fff;
}
.home-services h3 span {
    font-family: 'helvetica-bold';
    font-weight: normal;
}
.home-services .title-service {
    font-family: 'helvetica-bold';
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
}
.home-services .item-service {
    margin-bottom: 50px;
}
.services h3 span {
    padding: 0 50px;
    background: #fff;
    z-index: 9999;
    position: relative;
}
.services h3, .services .title-service {
    font-family: 'helvetica-bold';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    position: relative;
    color: #3B7FB2;
}
.services h3::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E2EDF4;
    display: block;
    position: absolute;
    top: 30%;
}
.our-locations {
    padding: 60px 30px;
    background: #F1F7FA;
}
.international {
    padding: 60px 30px;
    background: #fff;
}
.our-locations p, .international p {
    font-size: 14px;
    font-family: 'helvetica';
}
.our-locations ul, .international ul {
    margin-top: 50px;
    list-style: none;
    font-family: 'helvetica';
    padding-left: 0;
}
.our-locations .text-country, .international .text-country {
    font-family: 'helvetica-bold';
    text-transform: uppercase;
    color: #3B7FB2;
    font-size: 16px;
}
.our-locations ul li, .international ul li {
    margin-right: 50px;
    font-size: 14px;
}
.our-locations ul li a, .international ul li a { color: #999; text-transform: uppercase; font-family: 'helvetica'; }
.our-locations ul li.active a, .international ul li.active a {
    color: #3B7FB2;
    font-family: 'helvetica-medium';
}

.page-banner {
    background-size: 120% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 160px;
    overflow-x: hidden;
}
.page-banner img{
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 503px;
}
.about-board {
    padding: 60px 30px;
    background: #F1F7FA;

}
.about-board h3 {
    font-size: 60px;
    font-family: 'helvetica-bold';
    color: #3B7FB2;
    padding-bottom: 60px;
    border-bottom: 1px solid #D6E0E6;
}
.about-board h4 {
    font-size: 25px;
    font-family: 'helvetica-bold';
    margin-top: 50px;
    color: #3B7FB2;
}
.about-board p strong {
    font-family: 'helvetica-bold';
    font-size: 14px;
    color: #3B7FB2;
}
.about-board #changeText {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.about-board #changeText.collapsed:before {
    content: "\e64b";
    font-family: 'themify';
    font-size: 19px;
}
.about-board #changeText:before {
    content: "\e648";
    font-family: 'themify';
    font-size: 19px;
}
.about-board-team hr, .about-management-team hr {
    border-bottom: 1px solid #e2edf4;
    border-top: 0;
    margin-bottom: 50px;
}
.about-board-team .team-person, .about-management-team .team-person {
    font-family: 'helvetica';
    color: #3B7FB2;
    text-decoration: none;
}
.about-board-team .team-person img, .about-management-team .team-person img {
    filter: grayscale(100%);
    opacity: 0.6;
}
.about-board-team .team-person img:hover, .about-management-team .team-person img:hover {
    opacity:1;
    filter: none;
}
.about-board-team .team-person h3, .about-management-team .team-person h3 {
    font-family: 'helvetica-bold';
    font-size: 18px;
}
.about-board-team .team-person strong, .about-management-team .team-person strong {
    font-family: 'helvetica-bold';
    font-size: 13px;
    color:#656565;
}
.item-about, .item-about span {
    font-family: 'helvetica' !important;
}
.content-summary {
    background: #F1F7FA;
    -webkit-box-shadow: 0px 6px 30px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 30px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 30px -6px rgba(0,0,0,0.3);
}
.close-team-content a {
    text-decoration: none;
    color: #3B7FB2;
}
.list-services {
    margin-bottom: 60px;
}
.list-services .item-service h3 {
    font-size: 50px;
    font-family: 'helvetica-medium';
    color: #3B7FB2;
    margin-bottom: 40px;
}

.list-services .item-service {
    width: 100%;
    float: left;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e2edf4;
}
/* .partner {
    min-height: 170px;
}
 */
.pn-img {
    background: url(../img/hexagon.png) no-repeat;
    background-size: contain;
    background-origin: content-box;
    background-position: center;
    height: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pn-img img {
    margin: 0 auto;
}
.partner {
    /*min-height: 480px;*/
}
.partner h3 {
    font-size: 19px;
    color: #656565;
    font-family: 'helvetica-bold';
    text-transform: uppercase;
}
.partner h3 a {
    color: #656565;
}
.partner h3 a:hover {
    color: #3B7FB2;
    text-decoration: none;
}
.partner .pn-name {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.partner .read-more {
    font-family: 'helvetica-bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #3B7FB2;
}
.partner .read-more:hover {
    text-decoration: none;
}
.detail-partner {
    top: 285px;
    min-height: 190px;
    padding: 50px;
    width: 190%;
    background: #F1F7FA;
    bottom: 40px;
    -webkit-box-shadow: 0px 6px 30px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 30px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 30px -6px rgba(0,0,0,0.3);
}
.sub-title {
    margin: 30px 0;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'helvetica-medium' !important;
    color: #3B7FB2;
}
.contact h4 {
    font-family: 'helvetica-bold';
    color: #3B7FB2;
}
.contact-list {
    list-style: none;
    padding-left: 0;
}
.contact-list p {
    margin: 20px 0 !important;
    color: #656565;
    font-size: 14px !important;
}
.contact-list a {
    color: #3B7FB2;
}



footer {
    padding: 60px 30px;
    font-size: 13px;
    border-top: 1px solid #e2edf4;
}
footer h3 {
    font-family: 'helvetica-bold';
    font-size: 14px;
    color: #22618F;
    text-transform: uppercase;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li a {
    color: #999;
}
footer .pblue {
    color: #3B7FB2;
    font-family: 'helvetica';
}
footer .nav-link {
    padding-left: 0 !important;
}

