/*
Theme Name: Ple
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@import "font-kanit.css";
@import "font-montserrat.css";
@import "home.css";
@import "projects.css";
@import "development-page.css";
@import "recruitment.css";

:root {
    --blue-my-site: #002673;
    --blue2: #001A4D;
    --blue-200: #002673;
    --blue-100: #001A4D;
    --neutral-10:#E9F0F4;
    --neutral-20:#E9F0F4;
    --neutral-70: #455068;
    --neutral-80: #2E3748;
    --neutral-90: #1D212D;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #455068;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

a:focus{
    outline: 0px !important;
}
#top-bar .top-bar-right .elementor-widget-text-editor p{
    color: #fff;
    margin-bottom: 0px;
}
#top-bar .top-bar-right .elementor-widget-text-editor{
    margin-bottom: 0px;
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.topbar-content a{
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    opacity: 1;
}
#top-bar-wrap{
    border-bottom: 0px!important;
}
body.home .page-header,
body.elementor-template-full-width .page-header{
    display: none;
}
#site-navigation .menu-item .menu-link span{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #455068;
    text-align: right;
        position: relative;
    overflow: hidden;
}
#site-navigation .menu-item.current-menu-item .menu-link span,
#site-navigation .menu-item:hover .menu-link span{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: var(--blue-my-site);
}
#site-navigation .menu-item .menu-link span:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: -13px;
    background: var(--blue-my-site);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#site-navigation .menu-item.current-menu-item .menu-link span:after,
#site-navigation .menu-item:hover .menu-link span:after{
    left: 0;
    right: 0;
}
.after-header-content .elementor-widget-wrap{
    padding: 0px!important;
}
.after-header-content .elementor-button-text{
    line-height: 50px;
    font-weight: 600;
}
#site-header-inner{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#site-header .after-header-content{
    order: 3;
}
#site-header #site-logo{
    margin-left: 60px;
}
.title-section{
    margin-bottom: 0px!important;
}
.title-section h3{
    color: var(--blue2);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.my-site-heading-title h2{
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 48px;
    color: var(--blue-my-site);
}
.slide-home .content-slide{
    aspect-ratio: 2/1;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
.slide-home .content-slide .elementor-heading-title{
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}
.slide-home .content-slide .elementor-widget-text-editor{
    color: #fff;
}
.featured-project-box .elementor-button-link,
.slide-home .content-slide .elementor-button-link{
    background: transparent;
    border: 1px solid var(--blue-my-site);
    border-radius: 0;
    position: relative;
}
.featured-project-box .elementor-button-link:hover, .slide-home .content-slide .elementor-button-link:hover{
    background: var(--blue-my-site);
}
.featured-project-box  .content-slide .elementor-button-link:hover,
.slide-home .content-slide .elementor-button-link:hover{
    background: var(--blue-my-site);
}
.featured-project-box .elementor-button-link .elementor-align-icon-right,
.slide-home .content-slide .elementor-button-link .elementor-align-icon-right{
    background: var(--blue-my-site);
    outline: 1px solid var(--blue-my-site);
    height: 100%;
    position: absolute;
    right: -40px;
    line-height: 40px;
    top: 0;
    padding: 0 15px;
}
.vision .my-site-heading-title h2{
    max-width: 490px;
}
.number-box .elementor-column{
    width: calc( 100% /3 )!important;
}
.number-box .elementor-column-gap-default{
    flex-wrap: wrap!important;
}
.vision .number-box .elementor-counter .elementor-counter-number-wrapper{
    align-items: flex-end;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 6px solid var(--blue-my-site);
    max-width: 80%;
}
.vision .number-box .elementor-counter .elementor-counter-number-prefix{
    display: none;
}
.vision .number-box .elementor-counter .elementor-counter-number{
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 58px;
    color: var(--blue-my-site);
}
body.home .vision .number-box:after,
.about-project .number-box:after{
    content: '';
    position: absolute;
    right: calc( ( 100vw - 1240px )/2*-1 );
    top: 0;
    width: calc( ( 100vw - 1240px )/2 );
    height: 100%;
    background: #E9F0F4;
    
}
body.home .vision:after{
    content: '';
    background: url(./images/r1.svg) no-repeat;
    width: 201px;
    height: 422px;
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 1;
}
.vision .number-box .elementor-counter .elementor-counter-number-suffix{
    font-family: 'Kanit','sans-serif';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: var(--blue-my-site);
    margin-left: 12px;
}
.vision .number-box .elementor-counter .elementor-counter-title{
    font-family: 'Kanit','sans-serif';
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #5D6C87;
    text-align: left;
}
.vision .number-box .elementor-widget-text-editor p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5D6C87;
}
.vision .number-box .elementor-widget-wrap{
    max-width: 285px;
}
.vision.about-project-3 .elementor-element-677645d .elementor-container{
    padding: 80px 0px 0px 84px;
}
.vision.about-project-3 .elementor-element-677645d:after{
    content: '';
    background: #E9F0F4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc( 50% - 610px );
    z-index: -1;
}
.featured-project-box{
    margin-top: -100px;
}
.featured-project-box .elementor-column-gap-no.elementor-container{
    max-width: 1038px!important;
    background: var(--blue-my-site);
    color: #fff;
}
.featured-project-box .elementor-column-gap-no.elementor-container .tl-1{
    margin-bottom: 8px;
}
.featured-project-box .elementor-column-gap-no.elementor-container .tl-1 .elementor-heading-title{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #A8B9CA;
}
.featured-project-box .elementor-column-gap-no.elementor-container .tl-2 .elementor-heading-title{
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #E7EEF5;
}
.products-box .elementor-widget-image-box .elementor-image-box-img img{
    width: 100%;
}
.products-box .elementor-widget-image-box .elementor-image-box-content{
    background: var(--blue-my-site);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    margin-top: -7px
}
.products-box .elementor-widget-image-box:hover .elementor-image-box-img img{
    transform: scale(1.1);
    transition: transform 1s;
}
.products-box .elementor-widget-image-box .elementor-image-box-img{
    overflow: hidden;
}
body.home .products-box:after{
    content: '';
    background: url(./images/frame1510867961.svg) no-repeat;
    width: 719px;
    max-width: 100%;
    height: 538px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}
.products-box .elementor-widget-image-box.product-disable .elementor-image-box-content{
    background: #2E3748;
}
.products-box .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{
    margin-bottom: 0;
    color: #fff;
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
}
.products-box .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description a{
    letter-spacing: 0.5px;
    color: #fff;
}
body.home .products-box::before{
    content: '';
    width: 100%;
    height: calc( 100% - 140px);
    background: #FAF3F3;
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
}
body.home .products-box .title-section{
    margin-bottom: 0px;
}
.news-box article.elementor-post{
    position: relative;
}
.news-box .elementor-grid{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.news-box .title-section{
    margin-bottom: 0px!important;
}
#related-posts .related-post .related-post-title a,
.news-box .elementor-post .elementor-post__title a{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    color: #333;
    text-align: left;
}

.news-box .elementor-post .elementor-post-date{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    background: var(--neutral-20);
    color: var(--blue-100);
    position: absolute;
    top: 0;
    padding: 4px 12px;
}
.news-box .read-more-button .elementor-button{
    background: none;
    color: var(--neutral-80);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
}
.news-box .pagination{
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.news-box .pagination .page-numbers{
    font-size: 14px;
    line-height: 20px;
    color: var(--blue-my-site);
    background: #FCEFEF;
    padding: 10px 15px;
    display: inline-block;
}
.news-box .pagination .page-numbers.current{
    background: #FF0000;
    color: #fff;
    border-radius: 8px;
}
.news-box .pagination .page-numbers.prev,
.news-box .pagination .page-numbers.next{
    background: #fff;
    border: 1px solid #FF0000;
    border-radius: 8px;
}
body.home .map-box .elementor-widget-google_maps{
    margin-bottom: 0;
}
body.home .map-detail-box{
    position: absolute;
    bottom: 60px;
    max-width: 343px;
    background: #fff;
    z-index: 9;
    left: calc( (100% - 1220px)/2 )
}
body.home .map-detail-box .elementor-heading-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #2E3748;
    padding: 0px 24px;
}
.related-post-title{
    margin-left: 0;
    margin-right: 0;
}
#related-posts time.published .icon-clock{
    display: none;
}
#related-posts time.published{
    font-family: 'Montserrat',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    background: #E9F0F4;
    color: #001A4D;
    position: absolute;
    top: 0;
    padding: 4px 12px;
    left: 6px;
}
body.single-post .page-header{
    display: none;
}
#related-posts .related-posts-title{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #002673;
    text-transform: inherit;
    text-align: center;
}
#related-posts .related-posts-title span::before{
    display: none;
}
.single-post.content-max-width #related-posts{
    border-top: 0;
    max-width: 1260px;
}
.single_post_related_title_box{
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
body.home .map-detail-box .elementor-widget-icon-box{
    padding: 0px 24px;
    margin-bottom: 0px
}
body.home .map-detail-box .elementor-widget-icon-box .elementor-icon-box-icon i{
    color: var(--blue-my-site);
}
body.home .map-detail-box .elementor-widget-icon-box .elementor-icon-box-title{
    font-size: 13px;
    line-height: 18px;
    color: #455068;
    letter-spacing: 0.5px;
}
.footer-box .social-box .elementor-widget-wrap .elementor-widget-icon{
    width: auto;
}
.footer-box .social-box .elementor-widget-wrap .elementor-widget-icon{
    margin-right: 30px;
    margin-bottom: 0px;
}
.footer-box .hotline-box .elementor-widget-icon-box{
    margin-bottom: 5px;
    color: #A8B9CA;
}
.footer-box .hotline-box .elementor-widget-icon-box i.fas{
    color: var(--blue-my-site);
}
.footer-box .hotline-box .elementor-widget-icon-box a{
    font-size: 12px;
}
.footer-box .hotline-box .elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}
.footer-box .hotline-box .elementor-widget-icon-box .elementor-icon-box-wrapper p{
    margin-bottom: 0px;
}
.footer-box .company-name h2{
    font-family: 'Kanit','sans-serif';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.footer-box .address-box .elementor-widget-heading{
    margin-bottom: 10px;
}
.footer-box .address-box .elementor-widget-heading h4{
    font-family: 'Montserrat', 'sans-serif';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}
.footer-box .address-box .elementor-widget-icon-box .elementor-icon-box-title a{
    font-family: 'Montserrat','sans-serif';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.footer-box .address-box .elementor-widget-icon-box{
    margin-bottom: 0px;
}
.footer-box .address-box .elementor-widget-icon-box i{
    color: var(--blue-my-site);
    padding-top: 8px;
}
.footer-box .address-box .elementor-widget-icon-box p{
    margin-bottom: 0px;
}
.footer-box .address-box .elementor-icon-box-wrapper{
    align-items: flex-start;
}
#footer-bottom{
    border-top: 1px solid #ffffff20;
}
#footer-bottom.no-footer-nav #copyright{
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.footer-box .contact-col .elementor-heading-title{
    font-family: 'Kanit','sans-serif';
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.footer-box .contact-col .elementor-field-group .elementor-field-textual{
    border: 0;
}
.footer-box .contact-col .elementor-field-group input::placeholder,
.footer-box .contact-col .elementor-field-group textarea::placeholder{
    font-size: 14px;
    line-height: 24px;
    color: #0B539D;
    letter-spacing: 0.015em;
}
.footer-box .contact-col .elementor-field-group input:-ms-input-placeholder,
.footer-box .contact-col .elementor-field-group textarea:-ms-input-placeholder{
    font-size: 14px;
    line-height: 24px;
    color: #0B539D;
    letter-spacing: 0.015em;
}
.footer-box .contact-col .elementor-field-group input::-webkit-input-placeholder,
.footer-box .contact-col .elementor-field-group textarea::-webkit-input-placeholder{
    font-size: 14px;
    line-height: 24px;
    color: #0B539D;
    letter-spacing: 0.015em;
}
.footer-box .contact-col .elementor-button-text{
    text-transform: initial;
    font-size: 14px;
    line-height: 24px;
}
/* ve chung toi */
.banner-page .elementor-image-box-wrapper{
    position: relative;
}
.banner-page .elementor-image-box-content .elementor-image-box-title{
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    top: calc( 50% - 22px );
    color: #fff;
    left: calc( (100% - 1200px)/2 );
    margin-bottom: 0px;
}
.banner-page .elementor-image-box-content .elementor-image-box-description{
    position: absolute;
    top: calc( 50% - 110px );
    left: -50px;
    font-family: 'Kanit',sans-serif;
    font-size: 200px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 220px;
}
.banner-page .elementor-widget-image-box .elementor-image-box-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.quote-about-us{
    aspect-ratio: 1440/397;
    display: flex;
    justify-items: center;
    align-items: center;
}
.quote-about-us .quote-title .elementor-heading-title{
    color: #fff;
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    max-width: 632px;
    margin: auto;
}
.quote-about-us .quote-description p{
    color: #FFFFFF;
    text-align: center;
    max-width: 632px;
    margin: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.quote-box-inner-section .elementor-inner-column{
    text-align: center;
    max-width: 792px;
    margin: auto;
    position: relative;
    padding: 40px;
}
.quote-box-inner-section .elementor-inner-column:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 48px;
    width: 50px;
    background: url('images/v1.png');
    transform: rotate(180deg);
}
.quote-box-inner-section .elementor-inner-column:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    width: 50px;
    background: url('images/v1.png');
}
.contact-box-about-us:after{
    content: '';
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: var(--neutral-20);
}
.contact-box .elementor-container section{
    box-shadow: 0px 0px 40px rgba(130, 132, 135, 0.2);
    border-radius: 4px;
    overflow: hidden;
}
.contact-box .elementor-widget-text-editor{
    margin-bottom: 0px;
}
.contact-box .elementor-heading-title{
    color: #0B539D;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.leadership-box .elementor-widget-image-box .elementor-image-box-title{
    color: var(--blue-my-site);
    font-weight: 400;
    margin-bottom: 0px;
}
.leadership-box .elementor-widget-image-box .elementor-image-box-description{
    color: var(--blue-my-site);
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}
.leadership-box .elementor-col-100 section:nth-child(2) .elementor-column.elementor-col-12 .elementor-image-box-img img{
    width: 100%;
}
.leadership-box:after{
    content: '';
    background: url(./images/group20132.svg) no-repeat;
    width: 567px;
    height: 918px;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: -1;
}
.leadership-box::before{
    content: '';
    background: url(./images/frame151086796.svg) no-repeat;
    width: 671px;
    height: 705px;
    position: absolute;
    left: 0;
    bottom: -235px;
    z-index: -1;
}

.progress-box-about-us .elementor-widget-progress .elementor-title{
    color: #031527;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
}
.progress-box-about-us .elementor-widget-progress .elementor-progress-percentage{
    color: #0B539D;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    position: absolute;
    right: 0;
    top: -20px;
    padding-right: 0;
}
.slide-banner-top-page img.swiper-slide-image{
    width: 100%;
    object-fit: cover;
}
.slide-banner-top-page .swiper .swiper-pagination{
    bottom: 40px!important;
}
.slide-banner-top-page .swiper .swiper-pagination .swiper-pagination-bullet{
    background: #E7EEF5;
    opacity: 0.5;
    width: 32px;
    height: 4px;
    border-radius: 0;
}
.slide-banner-top-page .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFFFFF;
    opacity: 1;
}
.slide-banner-top-page .content-slide-banner{
    position: absolute;
    top: 40px;
    z-index: 99;
    color: #fff;
}
.slide-banner-top-page .content-slide-banner a,
.slide-banner-top-page .content-slide-banner h2{
    color: #fff;
}
.orientation-box .elementor-widget-call-to-action .elementor-cta__content{
    background: #fff;
    padding: 0px;
}
.orientation-box .elementor-widget-call-to-action .elementor-cta__content .elementor-cta__content-item{
    margin-bottom: 0px;
}
.orientation-box .elementor-widget-call-to-action .elementor-cta__description{
    display: none;
}
.orientation-box .elementor-widget-call-to-action .elementor-cta__bg-wrapper{
    display: none;
}

.orientation-logo-box{
    margin-top: 60px;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.orientation-logo-box:after{
    content: '';
    position: absolute;
    top: 0px;
    right: calc( 50% - 350px );
    aspect-ratio: 1/1;
    padding: 100px;
    background: #fff;
    border: 2px dashed #85A9CE;
    box-sizing: border-box;
    border-radius: 100%;
    width: 700px!important;
    margin: auto;
    z-index: -1;
}

.news-box.loading:after{
    content: '';
    position: absolute;
    top: calc( 50% - 30px );
    left: calc( 50% - 30px );
    width: 60px;
    height: 60px;
    background: url(./images/loading.svg) no-repeat;
    background-size: contain;
    background-color: #fff;
    z-index: 9;
}
.job-section.loading:after{
    content: '';
    position: absolute;
    top: calc( 50% - 30px );
    left: calc( 50% - 30px );
    width: 60px;
    height: 60px;
    background: url(./images/loading.svg) no-repeat;
    background-size: contain;
    background-color: #fff;
    z-index: 9;
}
.section-news-main .col-news-1{
    position: relative;
}
.section-news-main .col-news-1 .elementor-post__meta-data{
    font-weight: bold;
    background: var(--blue-my-site);
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.section-news-main .col-news-2 article.elementor-post + article.elementor-post{
    border-top: 1px dashed #798AA3;
    padding-top: 20px;
}
.section-news-main .col-news-2 article.elementor-post .elementor-post__text{
    display: flex;
}
.section-news-main .col-news-2 article.elementor-post .elementor-post__text .elementor-post__meta-data{
    order: 1;
    margin-bottom: 5px;
}
.section-news-main .col-news-2 article.elementor-post .elementor-post__text .elementor-post__title{
    order: 2;
}
.section-news-main .col-news-2 article.elementor-post .elementor-post__text .elementor-post-date{
    font-weight: bold;
    background: var(--blue-my-site);
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
}
.section-news-main .col-news-2 .elementor-posts{
    grid-row-gap: 10px;
}
#footer-widgets .footer-box{
    padding: 0px;
}
#footer-widgets .container{
    width: 1240px;
    max-width: 100%;
}
.leadership-box .elementor-col-100 section:nth-child(2) .elementor-column.elementor-col-12{
    width: 25%;
    min-width: 25%;
}
.leadership-box .elementor-col-100 section:nth-child(2) .elementor-column.elementor-col-12:nth-child(1){
    margin-bottom: 40px;
}
.leadership-box .elementor-col-100 section:nth-child(2) .elementor-container{
    flex-wrap: wrap!important;
}
.about-logo-box .elementor-widget-image-gallery .gallery .gallery-item .gallery-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-box{
    color: var(--blue-my-site);
}
.contact-box input::placeholder,
.contact-box input:-ms-input-placeholder,
.contact-box textarea::placeholder{
    color: var(--blue-my-site);
}
.development-history-box section .elementor-column .elementor-widget-heading:nth-child(1){
    margin-bottom: 0px;
}
.development-history-box section .elementor-column .elementor-widget-heading:nth-child(2){
    margin-bottom: 10px;
}
.development-history-box section .elementor-column .elementor-widget-heading:nth-child(1) .elementor-heading-title{
    color: var(--blue-my-site);
    opacity: 0.5;
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.development-history-box section .elementor-column .elementor-widget-heading:nth-child(2) .elementor-heading-title{
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--blue-my-site);
    flex-grow: 0;
}
.development-history-box section .elementor-column .elementor-widget-heading:nth-child(3) .elementor-heading-title{
    color: var(--blue-my-site);
    font-weight: 700;
    min-height: 60px;
}
.development-history-box section .elementor-column p{
    color: var(--blue-my-site);
}
.development-history-box section .elementor-column.swiper-slide{
    min-width: 330px;
    width: 330px;
}
.development-history-box .swiper-container > .elementor-container{
    
    flex-wrap: nowrap;
}
.development-history-box .swiper-container > .elementor-container .swiper-slide{
    margin-left: calc( (100% - 1200px)/2 );
}
/*.development-history-box section .elementor-column{
    padding-bottom: 50px;
}*/
/*.development-history-box section .elementor-column:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 38px;
    height: 38px;
    background: var(--blue-my-site);
    border-radius: 100%;
    z-index: 99;
}*/
/*.development-history-box:after{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #A8B9CA;
}*/
.development-history-box{
    margin-bottom: 40px;
}
#top-bar-wrap #top-bar-inner{
    width: calc( 100% - 120px );
    margin: auto;
}
#top-bar-wrap .elementor-widget-wrap{
    padding: 0;
}
#top-bar-wrap .elementor-nav-menu--main .elementor-nav-menu{
    column-gap: 20px;
}
#top-bar-wrap .elementor-nav-menu--main a{
    color: #fff;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.7;
}
#top-bar-wrap .elementor-nav-menu--main a:hover::after{
    opacity: 1;
    display: none;
}
#top-bar-wrap .top-bar-right section .elementor-widget-wrap{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
#top-bar-wrap .top-bar-right section .elementor-widget-wrap .elementor-element{
    width: auto;
}
#top-bar-wrap .topbar-content{
    margin-bottom: 0px;
}
#top-bar-wrap .topbar-content ul{
    display: flex;
    column-gap: 20px;
    margin: 0;
}
#top-bar-wrap .topbar-content ul li{
    color: #fff;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    opacity: 0.7;
}
#top-bar-wrap .topbar-content ul li a{
	color: #fff;
}
#top-bar-social-alt .elementor-widget-social-icons{
    margin-bottom: 0px;
}
#top-bar-wrap .top-bar-right section .elementor-widget-wrap .elementor-widget-social-icons .elementor-icon{
    font-size: 14px;
    height: auto;
    width: auto;
    background: none;
    opacity: 0.7;
}
#top-bar-wrap .top-bar-right section .elementor-widget-wrap .elementor-widget-social-icons .elementor-grid{
    column-gap: 20px;
    display: flex;
}
.gallery-project-box .elementor-image-gallery .gallery-item{
    min-width: 400px;
    max-width: auto;
}
.gallery-project-box .elementor-image-gallery .gallery-item a{
    width: 100%;
}
.gallery-project-box .elementor-image-gallery .gallery{
    flex-wrap: nowrap;
    display: flex;
}
.gallery-project-box .elementor-image-gallery .gallery .gallery-item:nth-child(1){
    margin-left: calc( (100% - 1240px)/2 )
}
.gallery-project-box .elementor-image-gallery .gallery .gallery-item img{
    height: 100%;
    width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    object-fit: cover;
}
#footer input::placeholder,
#footer textarea::placeholder{
    color: var(--blue-my-site)!important;
}
#footer input::-webkit-input-placeholder,
#footer input::-webkit-input-placeholder{
    color: var(--blue-my-site)!important;
}
#footer input:-ms-input-placeholder,
#footer textarea:-ms-input-placeholder{
    color: var(--blue-my-site)!important;
}
#scroll-top{
    border: 1px solid #fff;
}
article.elementor-post .elementor-post__thumbnail__link{
    overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
article.elementor-post:hover .elementor-post__thumbnail__link .elementor-post__thumbnail {
    transform: scale(1.1);
    transition: transform 1s;
}
article.elementor-post:hover .elementor-post__title a{
    color: var(--blue-my-site);
}
.single #main #primary #content article{
    position: relative;
}
.single_post_share_box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single_post_share_box .btn{
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
}
.single_post_share_box .fb-btn{
    top: 40px;
}
.single_post_share_box .zalo-btn{
    top: 80px;
}
.single-post.content-max-width #wrap .entry-content .the-content-box{
    display: flex;
    justify-content: center;
}
.single-post.content-max-width #wrap .entry-content .the-content-box p{
    margin-top: 0px;
}
body.single-post .related-post figure img{
    aspect-ratio: 16/9;
}
body.single-post #main #content-wrap{
    padding-top: 0px;
}
body.single-post.content-max-width #wrap .thumbnail{
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
}
.single-post .thumbnail .gallery-format-a{
    display: flex;
}
.single-post .thumbnail .gallery-format-a .swiper-slide:after{
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-box{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    color: #fff;
    z-index: 1;
    width: 800px;
    height: 180px;
    max-width: 80%;
    margin: auto;
}
.title-box h1{
    color: #fff;
    font-size: 48px;
    line-height: 58px;
}
.title-box .time-public{
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-weight: 400;
}
#footer-widgets .footer-box a.elementor-icon:hover{
    color: var(--blue-my-site);
}
/* ket thuc ve chung toi */

.dich-vu-quan-ly-khu-cong-nghiep .elementor-column.elementor-col-16{
    width: calc( 100%/3 )!important;
}
.dich-vu-quan-ly-khu-cong-nghiep .elementor-container{
    flex-wrap: wrap;
}
.dich-vu-quan-ly-khu-cong-nghiep .elementor-col-16 .elementor-image-box-img img{
    width: 100%;
    padding-top: 30px;
    padding-left: 65px;
}
.dich-vu-quan-ly-khu-cong-nghiep .elementor-col-16 .elementor-widget-image-box:hover .elementor-image-box-img img{
    padding-top: 20px;
    padding-left: 45px;
}
.dich-vu-quan-ly-khu-cong-nghiep .elementor-col-16 .elementor-image-box-content p{
    color: var(--blue-my-site);
    text-align: center;
}
.dich-vu-quan-ly-khu-cong-nghiep .elementor-col-16 .elementor-image-box-img:after{
    content: '';
    background: linear-gradient(136.76deg, #2a3c9080 7.77%, #29aae180 83.64%);
    width: 80%;
    height: 300px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.dich-vu-ho-tro-nhan-su:after{
    content: '';
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -20;
    background: var(--blue-my-site);
}
.dich-vu-ho-tro-nhan-su h2.elementor-heading-title{
    color: #fff;
}
.dich-vu-ho-tro-nhan-su .elementor-widget-text-editor{
    max-width: 996px;
    margin: auto;
    color: #F5F8FA;
    font-weight: 400;
}
.dich-vu-ho-tro-nhan-su .elementor-image-box-img img{
    width: 100%;
    padding-top: 30px;
    padding-left: 65px;
}
.dich-vu-ho-tro-nhan-su .elementor-widget-image-box:hover .elementor-image-box-img img{
    padding-top: 20px;
    padding-left: 45px;
}
.dich-vu-ho-tro-nhan-su .elementor-image-box-img:after{
    content: '';
    background: linear-gradient(136.76deg, #2a3c9080 7.77%, #2a3c9080 83.64%);
    background: linear-gradient(136.76deg, rgba(42, 60, 144, 0.5) 7.77%, rgba(41, 170, 225, 0.5) 83.64%);
    width: 80%;
    height: 210px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.dich-vu-ho-tro-nhan-su .elementor-image-box-content p{
    color: var(--blue-my-site);
    text-align: center;
}
.dich-vu-quan-ly-khu-cong-nghiep:after{
    content: '';
    background: url('./images/frame-dich-vu-2.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 567px;
    max-width: 100%;
    height: 918px;
    right: 0;
    bottom: 0px;
    z-index: -1;
}
.dich-vu-xe-buyt:after{
    content: '';
    background: url('./images/frame-dich-vu-1.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 671px;
    max-width: 70%;
    height: 705px;
    left: 0;
    bottom: -60px;
    z-index: -1;
}
.dich-vu-ho-tro-nhan-su:before{
    content: '';
    background: url('./images/frame-dich-vu-3.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 423px;
    max-width: 70%;
    height: 705px;
    right: 0;
    top: 0px;
    z-index: -1;
}
.no-wrap{
    white-space: nowrap;
}
.oceanwp-mobile-menu-icon a.exit{
    display: none;
}
.du-an-mien-thu-nhap-khau .title-1 h3{
    font-size: 110px;
    line-height: 135px;
    font-family: 'Kanit',sans-serif;
}
.du-an-mien-thu-nhap-khau h3{
    margin-bottom: 0px;
}
.du-an-mien-thu-nhap-khau p{
    margin-bottom: 0px;
}
.du-an-uu-dai-dau-tu{
    margin-bottom: 40px;
}

.du-an-uu-dai-dau-tu .swiper-container .elementor-column-gap-default{
    flex-wrap: nowrap;
}
.du-an-uu-dai-dau-tu .elementor-inner-column{
    padding-bottom: 50px;
}
.du-an-uu-dai-dau-tu .elementor-inner-column:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 38px;
    height: 38px;
    background: var(--blue-my-site);
    border-radius: 100%;
    z-index: 99;
}
.du-an-uu-dai-dau-tu .elementor-inner-column .elementor-widget-heading{
    margin-bottom: 5px;
}
.du-an-uu-dai-dau-tu .elementor-inner-column .elementor-widget-heading:nth-child(1) .elementor-heading-title{
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #EE212C;
    opacity: 0.5;
    text-align: center;
}
.du-an-uu-dai-dau-tu .elementor-inner-column .elementor-widget-heading:nth-child(2) .elementor-heading-title{
    font-family: 'Kanit',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--blue-my-site);
    flex-grow: 0;
    margin-bottom: 10px;
}
.du-an-uu-dai-dau-tu .elementor-inner-column .elementor-widget-heading:nth-child(3) .elementor-heading-title{
    color: #083E76;
    text-align: center;
}
.du-an-uu-dai-dau-tu .elementor-inner-column .elementor-widget-heading:nth-child(4) .elementor-heading-title{
    text-align: center;
    color: var(--blue-my-site);
}
.thu-vien-hinh-anh-san-pham .gallery-item a,
.thu-vien-hinh-anh-san-pham .gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
#footer-widgets .footer-box a.elementor-social-icon{
    background: none;
    height: auto;
}
@media (min-width: 1240px){
    .development-history-box .elementor-col-25:before{
        content: '';
        background: red;
        width: 100%;
        height: 1px;
        top: calc( 50% - 54px );
        position: absolute;
    }
    .development-history-box  .elementor-col-25:first-child:before{
        width: 50%;
        right: 0;
    }
    .development-history-box  .elementor-col-25:last-child:before{
        width: 50%;
        left: : 0;
    }
}
@media (max-width: 1240px){
    .development-history-box section .elementor-column:after{
        display: none;
    }
    .vision.about-project-3 .elementor-element-677645d:after{
        content: '';
        background: #E9F0F4;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .dich-vu-quan-ly-khu-cong-nghiep .elementor-column.elementor-col-16{
        width: calc( 100%/2 )!important;
    }
    .elementor-231 .elementor-element.elementor-element-0b5a481 .elementor-button{
        padding: 12px 10px;
    }
    #site-navigation-wrap .dropdown-menu>li>a{
        padding: 0 10px;
    }
    #site-header #site-logo{
        margin-left: 20px;
    }
}
.oceanwp-mobile-menu-icon a{
    font-size: 25px;
}
.map-1-du-an .logo-phan-khu-a {
  animation: zoom-in-map-1 2s ease infinite;
}


body.single-post.content-max-width #wrap .thumbnail img{
    max-height: 555px;
    object-fit: cover;
}
.thong-tin-nang-luc-cap-tinh{
    max-width: 900px;
    margin: auto;
}
.dich-vu-thu-tuc-section .elementor-section{
    background: #fff;
    box-shadow: 0px 0px 40px rgba(130, 132, 135, 0.2);
}
.dich-vu-thu-tuc-section .elementor-widget-image-box{
    margin: 33px 0px;
    overflow: hidden;
}
.dich-vu-thu-tuc-section .elementor-widget-image-box .elementor-image-box-title{
    color: var(--blue-my-site);
    margin-bottom: 5px;
}
.thu-tuc-dich-vu-header-box:after{
    content: '';
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -20;
    background: var(--blue-my-site);
}
.thu-tuc-dich-vu-header-box:before {
    content: '';
    background: url(./images/frame-dich-vu-3.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 423px;
    max-width: 70%;
    height: 705px;
    right: 0;
    top: 0px;
    z-index: -1;
}
section.thu-tuc-dich-vu-header-box.elementor-section-boxed > .elementor-container{
    max-width: 900px;
}
.contact-form-col .qr-box .elementor-widget-heading.socal-name{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}
.contact-form-col .qr-box .elementor-widget-heading.phone-number p{
    font-family: 'Montserrat',sans-serif;
}
.breadcrumb-contact-page,
.breadcrumb-contact-page a{
    color: #083E76;
}
.contact-form-col .elementor-form input{
    height: 48px;
}
.contact-form-col .elementor-widget-divider .elementor-divider .elementor-divider-separator{
    opacity: 0.2;
}
.elementor-widget-my-site-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__company .elementor-job__location .item.item-working-type{
    display: none;
}

.dinh-huong-ve-chung-toi .slogan p{
    color: var(--neutral-10);
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.dropdown-menu .sub-menu{
    min-width: 320px;
}
.dropdown-menu .sub-menu span:after{
    display: none;
}

.dropdown-menu .sub-menu span:hover{
    color: var(--blue-my-site);
}
.section-news-main .elementor-heading-title{
    font-family: 'Kanit', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: var(--blue-my-site);
}
.gallery-project-box .elementor-image-gallery .swiper-pagination{
    bottom: -25px!important;
}
.gallery-project-box .elementor-image-gallery .swiper-button-next{
    right: -40px;
    color: var(--blue-my-site);
}
.gallery-project-box .elementor-image-gallery .swiper-button-prev{
    left: -40px;
    color: var(--blue-my-site);
}
.cpel-switcher--layout-dropdown .cpel-switcher__toggle--on+.cpel-switcher__list{
    max-height: 32px!important;
    background: var(--blue-my-site);
    height: 32px;
    padding: 10px 5px;
    transition: none!important;
}
.cpel-switcher--layout-dropdown .cpel-switcher__list{
    transition: none!important;
}
body.archive .slide-banner-top-page{
    display: none;
}
body.archive .blog-entry .thumbnail-caption{
    display: none;
}
body.archive .blog-entry .blog-entry-inner{
    border: 0;
}
.section-download-cataloge .elementor-widget-button{
    float: left!important;
    width: auto!important;
    margin-bottom: 0px!important;
}

.section-download-cataloge .elementor-widget-button.download-flyer a{
    background: #fff;
    color: var(--blue-my-site);
} 
.section-download-cataloge .elementor-widget-button.download-brochure a{
    color: #fff;
    background: var(--blue-my-site);
    margin-left: 20px;
} 
.section-download-cataloge{
    color: #D3DFE7;
}
/*.section-download-cataloge .elementor-heading-title{
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-family: 'Kanit',sans-serif;
}*/
.img-thongtinvitri{
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 64px rgba(9, 9, 9, 0.12);
    border-radius: 12px;
    width: 464px;
    max-width: 464px;
    padding: 12px;
    position: absolute!important;
    z-index: 9;
}

.img-thongtinvitri.active{
    display: block!important;
}
.elementor-widget-polylang-language-switcher{
    margin-bottom: 0!important;
}
.section-download-cataloge{
    max-width: 720px;
    margin: auto;
}
.section-download-cataloge h3.elementor-heading-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2E3748;
}
.section-download-cataloge .elementor-button-link{
    background: #fff;
    padding: 0px
}
.section-download-cataloge .elementor-button-link span{
    color: #EE212C;
    text-decoration-line: underline;
    font-size: 16px;
    line-height: 24px;
}
.quy-mo-nha-may .elementor-widget-counter .elementor-counter-number{
    font-size: 50px;
    color: var(--blue-200);
    text-align: left;
    font-weight: 700;
}
.quy-mo-nha-may .elementor-widget-counter .elementor-counter-number-suffix{
    font-size: 50px;
    color: var(--blue-200);
}
.quy-mo-nha-may .elementor-widget-counter .elementor-counter-title{
    text-align: left;
}
.quy-mo-nha-may .elementor-counter-number-prefix{
    display: none;
}
.contact-box-about-us .elementor-field-group .elementor-field-textual{
    border: 1px solid #D1D1D1;
    border-radius: 0;
}
.ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap{
    display: flex;
    column-gap: 80px;
}
.ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap .elementor-widget-counter{
    display: contents;
}
.ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap .elementor-widget-counter .elementor-counter-number-wrapper{
    font-size: 50px;
    color: var(--blue-200);
}
.ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap .elementor-widget-counter .elementor-counter-number-prefix{
    display: none;
}
.ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap .elementor-widget-counter .elementor-counter-title{
    font-size: 16px;
}
.ve-chung-toi-trang-chu:after{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 632px;
    height: 100%;
    background: url(./images/bg-ve-chung-toi.png) no-repeat;
    background-size: contain;
    background-position: top right;
}
.ve-chung-toi-trang-chu:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -80px;
    right: 100px;
    width: 508px;
    height: 197px;
    background: url(./images/textple.png) no-repeat;
    background-size: contain;
    background-position: top right;
}
.ve-chung-toi-trang-chu .elementor-widget-text-editor{
    max-width: 700px;
}
.dinh-huong-ve-chung-toi p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: var(--neutral-10);
}
#site-header #site-logo{
   width: 40px;
}
#top-bar a{
    color: #fff!important;
}
.dong-san-pham-chinh .product-category .woocommerce-loop-category__title{
    font-size: 20px;
    color: var(--neutral-80);
}
.dong-san-pham-chinh .product-category .woocommerce-loop-category__title .count{
    display: none;
}
body.single-product .page-header{
    display: none;
}
body.single-product .woocommerce-product-gallery__image img{
    width: 100%;
}
body.single-product div.product div.summary, .woocommerce.content-full-width div.product div.summary{
    padding-left: 40px;
}
body.single-product div.product div.summary .single-post-title{
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 48px;
    color: var(--neutral-80);
    border-bottom: 0px;
}
body.single-product div.product div.summary .product_meta{
    border: 0px;
}
body.single-product div.product div.summary .woocommerce-product-details__short-description p{
    color: var(--neutral-70);
}
body.single-product .woocommerce-tabs .wc-tabs{
    border-top: 0px!important;   
}
body.single-product .woocommerce-tabs a{
    color: var(--neutral-90)!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: inherit!important;
}
body.single-product .woocommerce-tabs .active a{
    border-top: 0px!important;
    border-bottom: 1px solid #003399!important;
    color: #003399!important;
    
    font-weight: bold;
}
.related.products h2{
    color: #002673;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
.related.products .products{
    margin-top: 40px;
}
.woocommerce ul.products li.product .woo-entry-inner li{
    text-align: center;
}
.tin-top .elementor-post__text{
    position: absolute;
    bottom: 0px;
    padding: 40px;
    color: #fff;
}
.tin-top .elementor-post__text a{
    color: #fff;
}
.tin-top .elementor-post__text .elementor-post__title{
    margin-bottom: 20px;
}
.tin-top .elementor-post__text .elementor-post__title a{
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}
.tin-top .elementor-post__text p{
    color: #fff;
}
.tin-top .elementor-post__text .elementor-post__title a:hover{
    color: #000;
}
.box-news-heading .col-r{
    width: 100%;
    text-align: center;
}
.box-news-heading .col-r .btn-category{
    color: var(--neutral-90);
    font-size: 14px;
    line-height: 16px;
    height: 53px;
    border: 0;
    background: #fff;
    margin: 0px 20px;
}
.box-news-heading .col-r .btn-category.active{
    color: #003399;
    font-weight: bold;
    border-bottom: 1px solid #003399;
}
.danh-sach-ban-lanh-dao-tuyen-dung .elementor-element-adab83e .elementor-widget-wrap .elementor-widget-image-box{
    width: 33.333%;
}
.danh-sach-ban-lanh-dao-tuyen-dung
.elementor-element-adab83e .elementor-widget-wrap
.elementor-widget-image-box .elementor-image-box-title{
    color: #002673;
    margin-bottom: 10px;
    line-height: 24px;
}
.danh-sach-ban-lanh-dao-tuyen-dung
.elementor-element-adab83e .elementor-widget-wrap
.elementor-widget-image-box .elementor-image-box-description{
    color: #5D6C87;
    font-size: 16px;
    line-height: 20px;
}
.thong-so-tuyen-dung{
    background: #1b1b41;
    color: #fff;
}
.thong-so-tuyen-dung .cot-giua{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.thong-so-tuyen-dung .elementor-counter-number-wrapper{
    font-size: 80px;
    line-height: 86px;
    font-weight: 700;
}
.thong-so-tuyen-dung .elementor-counter-number-wrapper{
    padding-left: 20px;
}
.thong-so-tuyen-dung .elementor-counter-number-wrapper .elementor-counter-number-prefix{
    display: none;
}
.thong-so-tuyen-dung .elementor-counter .elementor-counter-title{
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.danh-sach-viec-lam .elementor-jobs .elementor-post{
    background: #fff;
    padding: 24px;
}
.box-jobs-heading{
    display: none;
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__company .elementor-job__location .item{
    color: #798AA3;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0px;
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__company{
    width: 40%;
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__job_description .elementor-job__title h2{
    color: #455068;
    font-size: 18px;
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__submit{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 40px;    
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__submit a{
    font-weight: bold;
    color: #2E3748;
    font-size: 16px;
    line-height: 24px;
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__job_description{
    display: flex;
    align-items: center;
}
.elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article+article{
    border-top: 0px;
}
.wcmenucart-toggle-drop_down{
    display: none!important;
}
.wcmenucart{
    display: none;
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-content{
    background: linear-gradient(180deg, rgba(26, 26, 31, 0) 0%, rgba(26, 26, 31, 0.7) 198.55%);
    position: absolute;
    bottom: 0px;
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column-reverse;
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #F5F4F3;
    margin-bottom: 0;
    
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-description{
    margin-bottom: 10px;
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    font-weight: 700;
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a:before{
    content: '';
    width: 24px;
    height: 24px;
    background: url('./images/icon-download.png') no-repeat;
    position: absolute;
    left: 0;
    bottom: 11px;
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a{
    position: relative;
    padding-left: 32px;
}
.catalogue-ho-so-nang-luc .elementor-widget-image-box .elementor-image-box-img img{
    width: 100%;
}
#footer-bottom .copyright-menu{
    display: flex;
    column-gap: 40px;
    list-style-type: none;
    margin: 0px;
}
#footer-bottom .copyright-menu a{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #455068;
}
#footer-bottom .copyright-box{
    display: flex;
    justify-content: space-between;
}
#footer-bottom .copyright-content{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #455068;
    display: flex;
    align-items: center;
}
.contact-button a{
    width: 260px;
}
.page.page-id-3888 .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title{
    padding: 20px 0px;
    margin: 0 20px 60px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.page.page-id-3888 .elementor-tabs .elementor-tabs-wrapper .elementor-active{
    color: #003399;
    position: relative;
    border-bottom: 1px solid #003399;
    font-weight: 700;
}
body.single-product div.product div.summary .woocommerce-product-details__short-description p{
    margin-bottom: 40px;
}
.woocommerce.content-full-width div.product div.summary .btn-contact{
    background: #003399;
    color: #fff;
    border: 0px;
    width: 250px;
    height: 64px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.woocommerce.content-full-width div.product div.summary .btn-contact{
    display: flex;
    column-gap: 10px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.woocommerce.content-full-width div.product div.summary .btn-contact:before{
    content: '';
    background: url('./images/PhoneCall.png') no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}
body.single-product div.product div.summary .single-post-title{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.woocommerce.content-full-width div.product div.summary .rating-box{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .counter:before{
    content: '|';
    padding-right: 20px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .counter{
    color: #5D6C87;
    font-size: 16px;
    line-height: 20px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .start{
    background: url('./images/start.png');
    background-repeat: space;
    width: 93px;
    height: 20px;
    margin-right: 20px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .start[data="1"]{
    width: 20px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .start[data="2"]{
    width: 40px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .start[data="3"]{
    width: 63px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .start[data="4"]{
    width: 79px;
}
.woocommerce.content-full-width div.product div.summary .rating-box .start[data="5"]{
    width: 93px;
}
.banner-top-text .elementor-image-box-img{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    overflow: hidden;
    height: 100%!important;
}
.banner-top-text .elementor-image-box-img img{
    width: 100%;
    height: 100%!important;
}
.banner-top-text .elementor-image-box-content{
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    text-align: center;
    max-width: 900px;
    left: calc( 50% - 450px );
}
.banner-top-text .elementor-image-box-content .elementor-image-box-title{
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;    
}
.banner-top-text .elementor-image-box-content .elementor-image-box-description{
    color: #fff;
}
.elementor-widget-ple-reviews .box-reviews{
    display: flex;
    column-gap: 20px;
    gap: 20px;
}
.elementor-widget-ple-reviews .box-reviews .review-item{
    background: #2E3748;
    min-width: 33.333%;
    padding: 40px;
    color: #fff;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-title h3{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-star{
    margin-bottom: 20px;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-star i{
    color: #F6BE2F;
    margin-right: 5px;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-content{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-person{
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-person .review-testimonial_name{
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.elementor-widget-ple-reviews .box-reviews .review-item .review-person .review-testimonial_job{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.van-hoa-doanh-nghiep-tuyen-dung .van-hoa-inner .elementor-widget-text-editor{
    background: #E9F0F4;
    max-height: 50%;
    padding: 40px;
}
.van-hoa-doanh-nghiep-tuyen-dung .van-hoa-inner .elementor-widget-text-editor h3{
    font-size: 24px;
    line-height: 28px;
}
.van-hoa-doanh-nghiep-tuyen-dung .van-hoa-inner .elementor-widget-image .elementor-widget-container,
.van-hoa-doanh-nghiep-tuyen-dung .van-hoa-inner .elementor-widget-image{
    height: 100%;
}
.van-hoa-doanh-nghiep-tuyen-dung .van-hoa-inner img{
    height: 100%;
    object-fit: cover;
}
.van-hoa-doanh-nghiep-tuyen-dung .sub-title{
    max-width: 800px;
    margin: auto;
}
.single_post_share_box{
    display: flex;
    flex-direction: row;
}
.single_post_share_box .btn{
    width: 32px;
    height: 32px;
    display: flex;
    align-content: center;
    align-items: center;
}
.single_post_share_box i.fa-facebook{
    color: #1877F2;
    font-size: 32px
}
.single_post_share_box i.fa-linkedin{
    color: #2867B2;
    font-size: 32px;
}
.my-meta-post{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.my-meta-post .post-date span{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
.single-post .entry-header{
    padding: 50px 0px;
}
.single-post .entry-header .single-post-title{
    color: #2E3748;
    font-size: 45px;
    line-height: 1.5em;
    font-weight: 700;
    border-bottom: 0;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.single-post .entry-header .meta-right{
    text-align: left;
}
.single-post .entry-header .meta-right .categories{
    margin-bottom: 20px;
}
.single-post .entry-header .meta-right .categories a{
    color: #001A4D;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    background: #E9F0F4;
    padding: 4px 20px;
}
.slide-banner-top .swiper{
    padding-bottom: 0px!important;
}
.slide-banner-top .swiper-pagination{
    bottom: 20px!important;
}
.slide-banner-top .swiper-pagination .swiper-pagination-bullet{
    background: #002673;
    width: 32px;
    height: 4px;
    border-radius: 0;
}
.ban-lanh-dao-lien-he .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{
    color: #002673;
    font-weight: 600;
    margin-bottom: 10px;
}
.ban-lanh-dao-lien-he .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #5D6C87;
}
.ban-lanh-dao-lien-he .elementor-tab-title{
    padding-left: 0px!important;
    padding-right: 0!important;
    margin: 0 20px;
    color: #1D212D;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500!important;
}
.ban-lanh-dao-lien-he .elementor-tab-title.elementor-active{
    border-bottom: 1px solid #003399!important;
    color: #003399;
    font-weight: 700;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-wrapper{
    flex-wrap: nowrap!important;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide{
    flex-shrink: 0;
    max-width: 350px;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide .elementor-image-box-content{
    flex-direction: column-reverse;
    height: 163px;
    align-items: center;
    justify-content: center;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide .elementor-image-box-content:before{
    content: '';
    background: url('./images/elipse.png') no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    top: calc( 50% - 36px );
    left: calc( 50% - 18px );
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide:nth-child(2n) .elementor-image-box-wrapper{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide:nth-child(2n) .elementor-image-box-wrapper .elementor-image-box-img img{
    margin-top: 60px;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide .elementor-image-box-wrapper:before{
    content: '';
    width: calc( 100% - 2px );
    height: 2px;
    border-bottom: 2px dashed #2C3A4B;
    position: absolute;
    top: calc( 50% - 20px );
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide .elementor-image-box-content .elementor-image-box-title{
    color: #2E3748;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    width: 400px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-slide .elementor-image-box-content .elementor-image-box-description{
    color: #2E3748;
}
.cot-moc-hoat-dong-tham-gia .swiper-container{
    padding-bottom: 40px;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-button-next{
    bottom: 0px!important;
    top: auto;
    left: calc( 50% + 30px );
    background: #003399;
    width: 48px;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-button-next:after,
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-button-prev:after{
    font-size: 19px;
    color: #fff;
}
.cot-moc-hoat-dong-tham-gia .swiper-container .swiper-button-prev{
    bottom: 0px!important;
    top: auto;
    left: calc( 50% - 30px );
    background: #003399;
    width: 48px;
}
.single-job #primary{
    width: 100%;
    padding-right: 0px;
}
.single-job #content-wrap{
    padding: 0px!important;
}
.header-job .banner-job img{
    width: 100%;
}
.widget-right-box{
    margin-bottom: 40px;
    padding-top: 40px;   
}
.widget-right-box+.widget-right-box{
    border-top: 1px solid #D1D1D1;
}
.widget-right-box .widget-title{
    color: #2E3748;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    border: 0;
    padding-left: 0;
}
.widget-right-box .thong-tin-table td{
    border: 0;
    font-weight: 400;
    padding: 0 0 24px;
}
.widget-right-box .thong-tin-table td:nth-child(2){
    color: #455068;
    font-weight: 700;
    text-align: right;
}
.widget-right-box .tags .tag{
    background: #E9F0F4;
    color: #003399;
    font-weight: 600;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 20px;
	margin-right: 5px;
}
.btn-apply-job{
    background: #003399;
    border: 0;
    color: #fff;
    width: 100%;
    height: 50px;
    font-weight: 700;
}
.single-job .page-header{
    display: none;
}
.single-job .banner-job img{
    width: 100%;
}
.single-job .job-header-info{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single-job .job-header-info .job-local{
    color: #2E3748;
    font-size: 24px;
    line-height: 28px;
}
.single-job .job-header-info .job-title{
    color: #2E3748;
    font-weight: 700;
    line-height: 72px;
    font-size: 60px;
}
.single-job .banner-job{
    position: relative;
}
.single-job .job-content{
    margin-top: 60px;
    margin-bottom: 60px;
}
.jobs-filter{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 40px;
}
.jobs-filter .form-group{
    width: 50%;
    background: #fff;
    max-width: 276px;
}
.jobs-filter .form-group select{
    border: 0;
    height: 48px;
}
.type-job .elementor-job-title{
    color: #003399;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.type-job .elementor-job__job_description .elementor-job__title{
    font-size: 18px;
    line-height: 24px;
    color: #455068;
    text-align: center;
}
.html-upload-file-box {
    background: #F5F4F3;
    height: 124px;
    padding: 12px;
    border: 1px dashed #D1D1D1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #736E66;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
}
.form-job-apply .elementor-heading-title{
    color: #003399;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.form-job-apply .elementor-field-textual{
    border: 1px solid #D1D1D1!important;
    border-radius: 0!important;
}
.form-job-apply .elementor-button{
    width: 100%;
    border-radius: 0!important;
}
.form-job-apply .elementor-upload-field{
    display: none;
}
.html-upload-file-box:before{
    content: '';
    background: url('./images/uploadsimple_icon.png') no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.form-job-apply .elementor-field-label{
    color: #2E3748;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

/* .dong-san-pham-chinh .products{
    display: flex!important;
    gap: 0!important;
} */
.dong-san-pham-chinh .products .product-inner img{
    width: 100%;
}
.san-pham-den-san-pham .woocommerce .products .category{display: none!important;}

.tab-phat-trien{
    display: flex;
    column-gap: 20px;
}
.tab-phat-trien-content .tab-item-inner{
    padding: 24px;
    cursor: pointer;
}
.tab-phat-trien-content .tab-item-inner:hover{
    background: #E9F0F4;
}
.tab-phat-trien-content .active .tab-item-inner{
    background: #E9F0F4;
    padding: 24px;
}
.tab-phat-trien-content .tab-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #2E3748;
}
.tab-phat-trien-content .tab-item-inner .tab-thumbnail{
    display: none;
}
.tab-phat-trien-thumbnail .tab-item:not(.active){
    display: none;
}
.tab-phat-trien-thumbnail .tab-nav{
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}
.tab-phat-trien-thumbnail .tab-nav-item.active{
    background: #002673;
}
.tab-phat-trien-thumbnail .tab-nav-item{
    background: #D3DFE7;
    height: 4px;
    width: 100%;
}
.tab-phat-trien-thumbnail{
    min-width: 55%;
}
.dong-san-pham-chinh .woocommerce{
    padding-bottom: 20px;
}
.elementor-element-4640dc4 .elementor-element-72cc64d7{
    height: 100%;
}
.elementor-element-4640dc4 .elementor-element-72cc64d7 .elementor-widget-container{
    height: 100%;
}
.elementor-element-4640dc4 .elementor-element-72cc64d7 .elementor-widget-container img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.san-pham-den-san-pham .elementor-tabs-wrapper{
    display: flex!important;
    overflow: auto!important;
}
.san-pham-den-san-pham .elementor-tabs-wrapper .elementor-tab-desktop-title{
    white-space: nowrap;
    margin-bottom: 20px!important;
}
.san-pham-den-san-pham .elementor-tab-mobile-title{
    display: none!important;
}
@media (max-width: 1024px){
    .san-pham-den-san-pham .products .product{
        width: 50%!important;
    }
    .elementor-element-0a1cf58{
        height: 100%;
    }
    .elementor-element-0a1cf58 .elementor-widget-container{
        height: 100%;
    }
    .elementor-element-0a1cf58 .elementor-widget-container img{
        height: 100%;
        object-fit: cover;
    }
    .banner-top-text .elementor-image-box-img img{
        min-height: 400px;
        object-fit: cover;
    }
    .banner-top-text .elementor-image-box-content .elementor-image-box-title{
        font-size: 44px;
        line-height: 56px;
    }
    .thong-so-tuyen-dung .elementor-counter-number-wrapper{
        font-size: 39px!important;
    }
    .tin-top .elementor-grid{
        grid-template-columns: repeat(1,1fr)!important;
    }
    .banner-top-text .elementor-image-box-content{
        left: auto;
        padding: 40px;
    }
    #footer-bottom .copyright-box{
        display: block;
    }
    #footer-bottom .copyright-content{
        text-align: left;
        margin-top: 20px;
    }
    .ve-chung-toi-trang-chu:after{
        width: 100%;
        height: 60%;
    }
    .ve-chung-toi-trang-chu .my-site-heading-title h2{
        max-width: 500px;
    }
    .ve-chung-toi-trang-chu .elementor-widget-text-editor{
        max-width: 500px;
    }
    .ve-chung-toi-trang-chu:before{
        left: 25%;
        width: 50%;
        height: 150px;
    }
    .development-history-box section .elementor-column.swiper-slide:after{
        bottom: 2px;
    }
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{
        display: block;
    }
    .topbar-content .elementor-nav-menu--main{
        display: block!important;
    }
    .elementor-1367 .elementor-element.elementor-element-06a6ce3 .elementor-menu-toggle{
        display: none!important;
    }
    #top-bar-wrap #top-bar-inner{
        /* max-width: calc( 100% - 20px ); */
        width: calc( 100% - 40px );
        margin: auto;
    }
    #site-navigation-wrap,#site-header .after-header-content{
        display: none;
    }
    
    .oceanwp-mobile-menu-icon{
        display: block;
    }
    .oceanwp-mobile-menu-icon.mobile-right{
        order: 2;
        margin-right: 20px;
    }
    body.home .map-detail-box{
        left: calc( (100% - 770px)/2 );
    }
    .featured-project-box .elementor-column-gap-no.elementor-container{
        max-width: 770px!important;
    }
    #footer .elementor-191 .elementor-element.elementor-element-ddde084{
        width: 100%;
    }
    #footer .contact-mobile .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
        padding-left: 0;
        padding-right: 0;
    }
    .orientation-box .col-action-item .elementor-widget-icon{
        position: relative!important;
        bottom: unset!important;
        left: unset!important;
    }
    .orientation-logo-box{
        display: none;
    }
    .orientation-box .col-action-item .elementor-widget-heading{
        position: relative!important;
        bottom: unset!important;
        left: auto!important;
    }
    .orientation-box .col-action-item > .elementor-widget-wrap{
        display: flex;
        align-items: center;
    }
    .orientation-box .col-action-item .elementor-widget-heading .elementor-heading-title{
        text-align: left;
        margin-left: 20px;
    }
    .orientation-box .col-action-item:hover .elementor-widget-image-box{
        width: 80%;
        left: 20%!important;
        top: 0;
        bottom: auto!important;
    }
    .orientation-box .col-action-item .elementor-widget-image-box .elementor-image-box-wrapper{
        display: flex;
        text-align: left;
        column-gap: 20px;
        flex-direction: column;
    }
    .orientation-box .col-action-item .elementor-widget-image-box .elementor-image-box-img{
        width: 40%!important;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
        margin-bottom: 20px!important;
    }
    .orientation-box .col-action-item{
        position: relative!important;
        width: 100%!important;
    }
    .orientation-box .col-action-item+.col-action-item{
        padding-top: 30px;
    }
    .orientation-box .col-action-item:after{
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        border: 2px dashed #85A9CE;
        top: 30px;
        left: 40px;
        height: calc( 100% - 5px );
        z-index: -1;
    }
    .orientation-box .col-action-item:first-child:after{
        height: calc( 100% - 5px );
    }
    .orientation-box .col-action-item:last-child:after{
        height: calc( 100% - 64px );
    }
    .development-history-box .swiper-container > .elementor-container .swiper-slide{
        margin-left: 0;
    }
    .gallery-project-box .elementor-image-gallery .gallery .gallery-item:nth-child(1){
        margin-left: 0;
    }
}

@media (max-width: 920px){
    .elementor-widget-ple-reviews .box-reviews{
        flex-wrap: wrap;
    }
    #top-bar{
        display: none;
    }
    .ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap{
        column-gap: 20px;
    }
    .development-history-box section .elementor-column.swiper-slide:after{
        bottom: -18px;
    }
    .dich-vu-ho-tro-nhan-su .elementor-image-box-img:after{
        height: 200px;
    }
    .single-post.content-max-width #wrap .entry-content .the-content-box{
        margin-right: 0;
        flex-direction: column;
    }
    .single_post_share_box{
        position: relative;
        flex-direction: row;
        top: auto;
        bottom: 40px;
        left: 20px;
        width: calc( 100% - 40px );
    }
    .single_post_related_title_box{
        padding: 0px 20px;
    }
    .single_post_related_title_box .elementor-heading-title{
        text-align: left;
    }
    .single-post.content-max-width #related-posts{
        margin-top: 0px;
    }
    #mobile-fullscreen ul li a {
        text-transform: inherit;
        color: #455068;
        font-weight: 500;
    }
    #mobile-fullscreen ul li.current_page_item a{
        color: var(--blue-my-site);
        font-weight: 700;
    }
    #mobile-fullscreen{
        top: 73px;
        overflow-y: inherit;
    }
    #mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after{
        width: 25px;
    }
    #mobile-fullscreen a.close{
        top: -58px;
        right: 17px;
    }
    #mobile-fullscreen .contact-menu-mobile .elementor-widget-html ul li{
        display: flex;
        column-gap: 10px;
        margin: 0;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: normal;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    #mobile-fullscreen .contact-menu-mobile .elementor-widget-html ul li a{
        padding: 0px;
        font-weight: normal;
        font-size: 14px;
        line-height: normal;
    }
    #mobile-fullscreen .contact-menu-mobile .elementor-icon{
        background: #fff!important;
        color: #455068;
        height: auto;
    }
    #mobile-fullscreen .contact-menu-mobile .elementor-widget-social-icons .elementor-grid-item+.elementor-grid-item{
        border-left: 1px solid #ccc;
    }
    #mobile-fullscreen .contact-menu-mobile .elementor-icon i{
        color: #455068;
        font-size: 14px;
    }
    #mobile-fullscreen #mobile-nav .contact-now{
        margin-top: 20px;
        background: var(--blue-my-site);
        color: #fff;
        margin-bottom: 20px;
    }
    #mobile-fullscreen #mobile-nav .contact-now a{
        color: #fff;
    }
    #mobile-fullscreen nav{
        vertical-align: top;
    }
    #mobile-fullscreen #mobile-fullscreen-inner{
        padding-left: 20px;
        padding-right: 20px;
    }
    #mobile-fullscreen{
        top: 108px;
    }
    .dich-vu-thu-tuc-section .banner img{
        aspect-ratio: 1;
        object-fit: cover;
    }
}
@media (max-width: 767px){
    .thong-so-box .elementor-element-populated .elementor-widget-counter{
        max-width: calc( 100%/3 );
    }
    .ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap{
        flex-wrap: nowrap;
    }
    .ve-chung-toi-trang-chu .thong-so-box .elementor-counter-number-wrapper .elementor-counter-number-suffix,
    .ve-chung-toi-trang-chu .thong-so-box .elementor-counter-number-wrapper .elementor-counter-number{
        font-size: 32px;
        line-height: 40px;
    }
    .ve-chung-toi-trang-chu .thong-so-box > .elementor-widget-wrap .elementor-widget-counter .elementor-counter-title{
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        max-width: 80px;
    }
    .ve-chung-toi-trang-chu .my-site-heading-title h2{
        max-width: 265px;
    }
    #footer-bottom .copyright-box{
        display: block;
    }
    
    .ve-chung-toi-trang-chu:after{
        width: 200px;
        height: 200px;
    }
    .ve-chung-toi-trang-chu:before{
        bottom: -42px;
        right: 20px;
        width: 260px;
        height: 100px;
    }
    .section-download-cataloge .elementor-col-50 {
        width: 50%!important;
    }
    .slide-home .content-slide{
        height: auto;
    }
    .elementor-21 .elementor-element.elementor-element-d562624,
    .elementor-21 .elementor-element.elementor-element-5a05a36{
        width: 100%!important;
    }
    .development-history-box .elementor-widget-image{
        overflow: auto;
        
    }
    .vision.about-project-3{
        background-color: #E9F0F4;
    }
    .vision.about-project-3 .elementor-element-677645d .elementor-container{
        padding: 0px;
    }
    .elementor-widget-my-site-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__job_description .elementor-job__working_form{
        display: none!important;
    }
    .elementor-widget-my-site-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__company .elementor-job__location .item.item-working-type{
        display: inline-block;
    }
    .du-an-mien-thu-nhap-khau .title-1 h3{
        font-size: 87px;
        line-height: normal;
    }
    .du-an-uu-dai-dau-tu .swiper-container .elementor-column-gap-default .elementor-col-25{
        min-width: 65%;
    }
    .oceanwp-mobile-menu-icon.mobile-right{
        margin-right: 0px;
    }
    #mobile-fullscreen a.close .close-icon-wrap{
        width: 20px;
        height: 20px;
        line-height: 25px;
    }
    #mobile-fullscreen{
        top: 73px;
        overflow-y: inherit;
    }
    #mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after{
        width: 25px;
    }
    #mobile-fullscreen a.close{
        top: -55px;
        right: 17px;
    }
    .products-box .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{
        font-weight: 600;
        font-size: 15px;
        text-align: left;
        line-height: 18px;
    }
    .dich-vu-quan-ly-khu-cong-nghiep .elementor-column.elementor-col-16{
        width: 100%!important;
    }
    .dich-vu-xe-buyt:after{
        background-size: contain;
        position: absolute;
        max-width: 72%;
        top: -10px;
    }
    .dich-vu-ho-tro-nhan-su:after{
        height: 400px;
    }
    .dich-vu-ho-tro-nhan-su .elementor-image-box-img:after{
        height: 300px;
    }
    .slide-banner-top-page img.swiper-slide-image{
        height: 400px;
        object-fit: cover;
    }
    .single .thumbnail img{
        height: calc( 100vh - 260px );
        object-fit: cover;
    }
    .single-post .title-box h1{
        font-size: 28px;
        line-height: 34px;
    }
    .single-post .title-box{
        max-width: 100%;
        padding: 0 20px;
        left: auto;
    }
    .slide-home .content-slide{
        padding: 20px 20px 40px;
    }
    .slide-home .content-slide .elementor-widget-button .elementor-button-wrapper{
        margin: auto;
        text-align: center;
        margin-left: -30px;
    }
    .slide-home .content-slide .elementor-heading-title{
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    .slide-home .content-slide .elementor-widget-text-editor{
        text-align: center;
    }
    .my-site-heading-title h2{
        font-size: 24px;
        line-height: 36px;
    }
    .number-box .elementor-column{
        width: calc( 100% /2 )!important;
    }
    .vision .number-box .elementor-counter .elementor-counter-number{
        font-size: 28px;
        line-height: 34px;
    }
    .vision .number-box .elementor-counter .elementor-counter-title{
        font-size: 20px;
        line-height: 30px;
    }
    .featured-project-box{
        margin-top: 0;
    }
    .section-logo-doi-tac .elementor-image-gallery .gallery .gallery-item{
        width: calc( 100%/3 );
        padding: 20px;
    }
    body.home .map-box .elementor-widget-google_maps{
        display: none;
    }
    body.home .map-detail-box{
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
        max-width: 90%;
        top: 0px;
        margin: auto;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2), 0px 0px 64px rgba(9, 9, 9, 0.1);
        margin-bottom: 40px;
    }
    body.home .map-detail-box .elementor-widget-heading{
        margin-bottom: 10px;
    }
    body.home .vision:after{
        content: '';
        background: url(./images/vision-m.svg) no-repeat;
        width: 177px;
        height: 304px;
        position: absolute;
        right: auto;
        left: 0;
        top: 224px;
        z-index: -1;
    }
    
    .featured-project-box .elementor-column-gap-no.elementor-container .tl-2 .elementor-heading-title{
        font-size: 28px;
        line-height: 34px;
    }
    .leadership-box::before{
        max-width: 100%;
    }
    .banner-page .elementor-image-box-content .elementor-image-box-description{
        font-size: 57px;
    }
    .banner-page .elementor-image-box-content .elementor-image-box-description{
        left: 0;
    }
    .banner-page .elementor-widget-image-box .elementor-image-box-img img{
        height: 350px;
        object-fit: cover;
    }
    .banner-page .elementor-image-box-content .elementor-image-box-title{
        width: 100%;
        left: 0;
        font-size: 40px;
        line-height: normal;
    }
    .leadership-box .elementor-col-100 section:nth-child(2) .elementor-column{
        width: 50%!important;
        min-width: 50%!important;
    }
    .leadership-box .elementor-col-100 section:nth-child(2) .elementor-column:nth-child(1){
        margin-bottom: 0px;
    }
    .leadership-box .elementor-col-100 section:nth-child(2) .elementor-column:nth-child(4),
    .leadership-box .elementor-col-100 section:nth-child(2) .elementor-column:nth-child(5){
        display: none;
    }
    .quote-about-us .quote-title .elementor-heading-title{
        font-size: 28px;
        line-height: 34px;
    }
    .quote-about-us .quote-description p{
        font-size: 18px;
        line-height: 27px;
    }
    .quote-box-inner-section .elementor-inner-column{
        margin: 40px auto;
        max-width: calc( 100% - 40px );
        padding: 80px 0;   
    }
    .about-logo-box .elementor-widget-image-gallery .gallery .gallery-item{
        width: calc( 100%/3 );
        height: 60px;
    }
    .about-logo-box .elementor-widget-image-gallery .gallery .gallery-item:nth-child(1){
        margin-bottom: 60px;
    }
    .contact-box section .elementor-container .elementor-column{
        width: 100%;
    }
    .contact-box section .elementor-container > .elementor-column:nth-child(1){
        order: 2;
    }
    .contact-box section .elementor-container > .elementor-column:nth-child(1) > .elementor-widget-wrap{
        padding: 24px;
    }
    .contact-box section .elementor-container .elementor-column.elementor-sm-50 {
        width: 50%;
    }
    .map-box-projects-page .col-index-1:before{
        display: none;
    }
    .map-box-projects-page{
        margin-top: 0;
    }
    .video-box-project-page:before{
        top: 55px;
    }
    .map-box-projects-page section:nth-child(1) .elementor-container .elementor-column:nth-child(1){
        order: 2;
    }
    .about-project::before{
        display: none;
    }
    .box-news-heading{
        flex-direction: column;
        justify-content: flex-start!important;
        align-items: start!important;
    }
    .box-news-heading .col-l{
        width: 100%;
        margin-bottom: 20px;
    }
    .box-news-heading .col-r button{
        margin-right: 20px;
        margin-left: 0px!important;
    }
    .policy-box .elementor-widget-text-editor{
        padding: 0px;
    }
    .policy-box section:nth-child(2) .elementor-container{
        flex-direction: column-reverse;
    }
    .hr-activities:before,
    .hr-activities:after{
        display: none;
    }
    .development-history-box .swiper-container > .elementor-container{
        margin-left: 0;
        flex-wrap: nowrap;
    }
    .development-history-box section .elementor-column.swiper-slide{
        min-width: 280px;
    }
    .hr-activities .elementor-section{
        background: var(--blue-my-site);
    }
    #site-header #site-logo{
        margin-left: 0px;
    }
    #site-header-inner{
        display: block;
    }
    #site-header{
        padding: 0 20px;
    }
    #site-logo #site-logo-inner a img{
        max-width: 90px;
    }
    .oceanwp-mobile-menu-icon a{
        color: #1D1D1F;
        font-size: 20px;
    }
    .gallery-project-box{
        overflow: hidden;
    }
    .gallery-project-box .elementor-image-gallery .gallery .gallery-item:nth-child(1){
        margin-left: 20px;
    }
    .gallery-project-box .elementor-image-gallery .gallery-item{
        min-width: 250px;
    }
    .video-box-project-page:after,.video-box-project-page:before{
        display: none;
    }
    .contact-project-page.contact-box-about-us:after{
        height: 190px;
    }
    #footer .elementor-element.elementor-column{
        width: 100%;
    }
    #footer .contact-mobile .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
        padding-left: 0;
        padding-right: 0;
    }
    #footer .contact-mobile .elementor-col-50{
        width: 50%;
    }
    #footer .van-phong-dai-dien{
        margin-top: 20px;
    }
    #footer #footer-widgets{
        padding: 20px 10px;
    }
    .thu-tuc-dich-vu-header-box:after{
        height: 430px;
    }
    .dich-vu-thu-tuc-section .elementor-widget-image-box .elementor-image-box-wrapper{
        display: flex;
        column-gap: 20px;
    }.dich-vu-thu-tuc-section .elementor-widget-image-box .elementor-image-box-content{
        text-align: left;
    }
    .dich-vu-thu-tuc-section .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img{
        min-width: 72px;
    }
    .vision .number-box .elementor-counter .elementor-counter-number-suffix{
        font-size: 12px;
    }
    .vision .number-box .elementor-counter .elementor-counter-number-wrapper{
        max-width: 100%;
    }
    .img-cangchanmay{
        right: 0;
        top: 127px;
    }
    .img-cangdanang {
        right: 0;
        bottom: 139px;
    }
    .img-sanbayquoctedanang {
        right: 0;
        top: -164px;
        display: none;
    }
    .img-cuakhaulaobao {
        z-index: 9;
        left: 0;
        top: 50px;
        display: none;
    }
    .gallery-project-box .swiper-container{
        padding-bottom: 20px;
    }
    .quy-mo-nha-may .elementor-widget-counter .elementor-counter-number,
    .quy-mo-nha-may .elementor-widget-counter .elementor-counter-number-suffix{
        font-size: 32px;
        line-height: 40px;
    }
    .quy-mo-nha-may .elementor-widget-counter .elementor-counter-title{
        font-size: 16px;
        line-height: 20px;
    }
    .wcmenucart{
        display: none;
    }
    .banner-top-text .elementor-image-box-img img{
        height: 400px!important;
        object-fit: cover;
        object-position: center;
    }
    .banner-top-text .elementor-image-box-content .elementor-image-box-title{
        font-size: 40px;
        line-height: 48px;
    }
    .banner-top-text .elementor-image-box-content .elementor-image-box-description{
        font-size: 16px;
        padding: 0px 20px;
    }
    .elementor-counter .elementor-counter-number-wrapper{
        font-size: 40px!important;
        line-height: 48px!important;
    }
    .thong-so-tuyen-dung .cot-giua{
        border-left: 0px;
        border-right: 0px;
    }
    .thong-so-tuyen-dung .cot-giua:before{
        content: '';
        width: 120px;
        height: 1px;
        background: #A6A6A6;
        left: 30px;
        position: absolute;
        top: 0;
    }
    .thong-so-tuyen-dung .cot-giua:after{
        content: '';
        width: 120px;
        height: 1px;
        background: #A6A6A6;
        left: 30px;
        position: absolute;
        bottom: 0;
    }
    .banner-top-text .elementor-image-box-content{
        left: auto;
    }
    .danh-sach-ban-lanh-dao-tuyen-dung .elementor-element-adab83e .elementor-widget-wrap .elementor-widget-image-box{
        width: 100%;
    }
    .elementor-widget-gilimex-jobs .elementor-widget-jobs .elementor-jobs article .elementor-job__submit{
        justify-content: flex-start;
        margin-top: 40px;
    }
    .elementor-element-6b814d4 .elementor-container .elementor-element-2d3bf0b{
        order: 1;   
    }
    .elementor-element-6b814d4 .elementor-container .elementor-element-41e4610{
        order: 2;
    }
    .elementor-element-6b814d4 .elementor-container .elementor-element-48c031f{
        order: 3;
    }
    .thu-vien-hinh-anh-san-pham .gallery-item{
        width: 50%!important;
    }
}
.sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active>a, .sidr-class-menu-item-has-children.active>a>.sidr-class-dropdown-toggle{
	color: #002673 !important;
}
.sidr-class-lang-item span,
a[href="#pll_switcher"] span{
	margin-left: 5px;
}
.elementor-field-group-recruitment_upload {
	background: #F5F4F3;
	height: 124px;
	padding: 12px;
	border: 1px dashed #D1D1D1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #736E66;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	cursor: pointer;
}
.elementor-field-group-recruitment_upload:before {
    content: '';
    background: url(./images/uploadsimple_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.elementor-field-group-recruitment_upload .elementor-field-label {
	color: #736E66;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
.w-top-bar-left {
	display: flex;
}
.w-download-brochure {
	margin-right: 12px;
}