header .top-navs .contact-us {
    width: 45%;
    float: left;
}
header .top-navs .email-us {
    float: right;
    width: 50%;
}
header .top-flags .languages {
    width: 100%;
    text-align: center;
}
header .top-flags .languages li {
    margin: 0 10px;
}
header .main-menu {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}
header .main-menu li {
    margin: 0 12px;
}
header .main-menu > li > a {
    font-weight: 600;
    font-size: 15px;
}
header .main-menu > li:first-child {
    margin-right: 5px;
}
header .main-menu > li:first-child > a {
    display: block;
    border-right: 1px solid #333;
    padding-right: 12px;
}
header .main-menu > li:first-child i {
    font-size: 22px;
    color: #0067ac;
}
header .main-menu > li:first-child i:hover {
    color: #333;
}
header .main-menu > li:last-child {
    margin-left: 5px;
}
header .main-menu > li:last-child > a {
    display: block;
    border-left: 1px solid #333;
    padding-left: 12px;
}
header .main-menu > li:last-child i {
    font-size: 18px;
    color: #0067ac;
}
header .search-form {
    top: 35px;
}
header .search-field {
    width: 212px;
}
header .dropdown-menu {
    padding: 30px 0 30px 140px;
}
html[lang="vi"] .home-news h2:after {
    margin-left: 255px;
}
html[lang="zh-CN"] .home-news h2:after {
    margin-left: 135px;
}
html[lang="mya"] .home-news h2:after {
    margin-left: 245px;
}
html[lang="th"] .home-news h2:after {
    margin-left: 255px;
}
html[lang="id"] .home-news h2:after {
    margin-left: 225px;
}
html[lang="km"] .home-news h2:after {
    margin-left: 400px;
}
html[lang="ko-KR"] .home-news h2:after {
    margin-left: 140px;
}

html[lang="vi"] .home-social h2:after {
    margin-left: 300px;
}
html[lang="ja"] .home-social h2:after {
    margin-left: 130px;
}
html[lang="zh-CN"] .home-social h2:after {
    margin-left: 135px;
}
html[lang="mya"] .home-social h2:after {
    margin-left: 270px;
}
html[lang="th"] .home-social h2:after {
    margin-left: 280px;
}
html[lang="id"] .home-social h2:after {
    margin-left: 335px;
}
html[lang="km"] .home-social h2:after {
    margin-left: 240px;
}
html[lang="ko-KR"] .home-social h2:after {
    margin-left: 140px;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 9 !important;
}
.home-who {
    margin-bottom: 0;
}
.home-social h2 {
    color: #0067ac;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0 15px;
}
.home-who h2, .home-projects h2, .home-news h2, .home-social h2, .home-office h2, .home-clients h2 {
    color: #be212a;
}
.home-who h2:hover, .home-projects h2:hover, .home-news h2:hover, .home-social h2:hover, .home-office h2:hover, .home-clients h2:hover {
    color: #be212a;
}
.home-who .item {
    border: 0 none;
    min-height: 400px;
}
.home-who .item .caption {
    position: relative;
    top: -40px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 2;
}
.home-who .item .caption h3 {
    margin: 0 0 10px 0;
    text-align: center;
    color: #0067ae;
}
.home-who .item .caption .read-more {
    position: relative;
    bottom: 10px;

}
.home-social {
    margin-bottom: 50px;
}
.home-social h2 {
    margin-bottom: 30px;
}
.home-social h2:after {
    margin-left: 430px;
    content: "";
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: -15px;
}

.home-social .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.home-social .item h4 {
    font-size: 16px;
    color: #333;
}
.home-social .item:hover h4 {
    color: #0067ac;
}
.home-social .view-all {
    display: block;
    width: 100px;
    background-color: #0067ac;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0;
    position: relative;
    float: right;
    font-size: 14px;
    float: right;
}
/*.project-detail #bx-pager li a img.youtube-img {
    height: 150px;
}*/
.home-social .item a.img-wrapper {
    display: block;
    position: relative;
}
.home-social .item a.img-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #262626;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.home-social .item:hover a.img-wrapper:after {
    visibility: visible;
    opacity: .5;
}
.projects-category .item .image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.other-projects li.item a {
    display: block;
    overflow: hidden;
}

.other-projects li.item a img {
    display: block;
    height: 195px;
    width: auto;
}


@media screen and (max-width: 768px) {
    header .top-navs .contact-us {
        width: 50%;
    }
    header .main-menu > li:first-child > a, header .main-menu > li:last-child > a {
        border: 0 none;
    }
    .home-social h2 {
        font-size: 22px;
    }
    .home-social {
        margin-bottom: 20px;
    }
}
/*------Thank You-------*/
/*---------Start--------*/
.thank-you .page-paragraph{
    text-align: center;
    font-size: 18px;
    color: #0268b2;
    font-weight: 400;
}
.thank-you .content-title{
    text-transform: uppercase;
    margin: 20px 0;
    font-size: 32px;
    color: #0268b2;
}
/*----------End---------*/
.text-center{
    text-align: center;
}
.width-full{
    width: 100%;
}
/*-------------Box Start-----------*/
.box-general , .box-point{
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 1;
}
.box-general a.box-hotline, .box-general a.box-contact, .box-point a.box-email, .box-point a.box-form{
    width: 125px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #0067ac;
    margin-bottom: 5px;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.25;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 5px;
    box-shadow: 0 0 5px 0 rgba(255,255,255,0.2);
}
.box-general a.box-hotline i:before{
    background: url("../images/phone-call.svg") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}
.box-general a.box-contact i:before{
    background: url("../images/contact-phone.svg") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}
.box-general a.box-contact.box-zalo i:before{
    background: url("../images/zalo.png") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    margin: 0 auto
}
a.slidebar-close-btn {
    position: absolute;
    right: 0;
    top: -20px;
}
a.slidebar-close-btn img {
    display: block;
    width: 20px;
}

.box-point a.box-email i:before{
    background: url("../images/envelope.svg") no-repeat;
    background-size: contain;
    content: '';
    display: block; 
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}
.box-point a.box-form i:before{
    background: url("../images/forms.svg") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
}
.box-button{
    position: fixed;
    top: 23%;
    left: 0;
}
.box-button .box-toggle{
    width: 45px;
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.box-button a.box-toggle i:before{
    background: url("../images/transfer.svg") no-repeat;
    background-size: contain;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
}
.wpcf7.fancybox-content{
    padding: 10px;
}
.fancybox-content input.wpcf7-form-control.wpcf7-text,
.fancybox-content input.wpcf7-form-control.wpcf7-file,
.fancybox-content textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
}
.fancybox-content .wpcf7-form-control.wpcf7-submit{
    background: #0067ac;
    border-bottom: none;
}
/*--------------Box End------------*/
@media only screen and (max-width: 768px) {
	.home-who .item .read-more{
		position: static;
		margin-top: 15px;
	}
	.home-who .item{
		min-height: max-content;
	}
    .box-button{
        display: none;
    }
    .box-general , .box-point{
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
    }
    .box-general a.box-hotline, 
    .box-general a.box-contact, 
    .box-point a.box-email, 
    .box-point a.box-form{
        display: inline-block;
        width: 33.33%;
        margin-bottom: 0;
        padding: 7px 0;
        box-shadow: 1px 0 0 0 rgba(255,255,255,1);
        -webkit-box-shadow: 1px 0 0 0 rgba(255,255,255,1);
    }
    .box-general a.box-contact,
    .box-point a.box-form{
        float: right;
    }
    .box-general a.box-hotline i:before,
    .box-general a.box-contact i:before,
    .box-point a.box-email i:before,
    .box-point a.box-form i:before{
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
        width: 30px;
        height: 30px;
    }
    .box-general a.box-hotline span,
    .box-general a.box-contact span,
    .box-point a.box-email span,
    .box-point a.box-form span
    {
        display: inline-block;
        vertical-align: top;
    }
    .box-general a.box-contact span,
    .box-point a.box-email span,
    .box-point a.box-form span{
        height: 25px;
        vertical-align: bottom;
    }
}