@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

*{
    font-family: 'Open Sans', sans-serif;
}

html,
body{
    margin: 0;
    padding: 0;
}

header{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 9;
}

a{
    text-decoration: none !important;
}

ul.menu{
    list-style: none;
    margin: 0;
}

ul.menu li{
    float: left;
}

ul.menu li a{
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #3b56b4;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #3b56b4;
    height: 3px;
    -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;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before,
.hvr-underline-from-center.active:before {
    left: 0;
    right: 0;
}

/* Underline From Center */
.hvr-underline-from-center-white {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center-white:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 3px;
    -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;
}

.hvr-underline-from-center-white:hover:before, .hvr-underline-from-center-white:focus:before, .hvr-underline-from-center-white:active:before,
.hvr-underline-from-center-white.active:before {
    left: 0;
    right: 0;
}


/* HOME */
.banner{
    width: 100%;
}

.banner .banner-image,
.background-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headline{
    padding-bottom: 150px;
    margin-top: 400px;
}

.headline-item{
    background: #f1f1f2;
    margin-top: -300px;
}

.headline-item .category,
.headline-item .subtitle{
    color: #929497;
}

.headline-item .title{
    color: #2e69b3;
    font-size: 40px;
    font-weight: 300;
}

.headline .background-image{
    height: 600px;
}

.banner.page-banner > .banner-image{
    height: 350px;
    position: relative;
}

.banner.page-banner > .banner-image > .blue-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2e6ab39c;
}

.banner.home-banner > .banner-image{
    height: 600px;
    position: relative;
}

.banner .caption{
    position: relative;
    z-index: 1;
    font-size: 72px;
    color: #fff;
    text-transform: uppercase;
}

.banner .caption p{
    text-shadow: rgba(0,0,0,0.4) 0px 0px 5px;
}

.icon-scroll,
.icon-scroll:before{
    position: absolute;
    left: 50%;
}

.icon-scroll{
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 5%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before{
    content: '';
    width: 2px;
    height: 8px;
    background: #fff;
    margin-left: -1px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
        transform: translateY(36px);
    }
}

.section{
    width: 100%;
    height: auto;
}

.bg-white{
    background: #fff;
}

.bg-gray-1{
    background: #f1f1f2;
}

.bg-blue-1{
    background: #2e69b3;
}

.clr-white{
    color: #fff !important;
}

.clr-gray-1{
    color: #f1f1f2;
}

.clr-gray-2{
    color: #929497;
}

.clr-blue-1{
    color: #2e69b3;
}

.think-bigger{
    padding-top: 100px;
    padding-bottom: 100px;
}

.think-bigger .image{
    height: 450px;
    background-position: top;
}

.think-bigger .desc h1{
    color: #2e69b3;
    font-size: 60px;
    font-weight: 300;
}

.think-bigger .desc p{
    color: #929497;
    font-size: 14px;
}

.link{
    font-size: 14px;
    color: #2e69b3;
    font-weight: bold;
}

.link span{
    margin-left: 10px;
}
.link div{
    background: #2e69b3;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
}

.link div i{
    transition: all ease .2s;
}

.link:hover i{
    transform: translateX(5px);
}

.title-section{
    font-weight: 300;
    font-size: 60px;
    color: #929497;
}

.title-section-white{
    font-weight: 300;
    font-size: 60px;
    color: #fff;
}

.title-section-blue{
    font-weight: 300;
    font-size: 60px;
    color: #2e69b3;
}

.news{
    margin-bottom: 100px;
}

.news-image{
    height: 350px;
}
.news-category{
    font-size: 14px;
    color: #929497;
}

.news-title{
    font-size: 20px;
    font-weight: 300;
    color: #2e69b3;
}

footer.footer{
    background: #2e69b3;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right{
    display: none !important;
}

footer .logo-desc{
    color: #eee;
    font-size: 14px;
    width: 150px;
}

footer.footer .item .title{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 0px;
}

footer.footer .item .content,
footer.footer .item .content a{
    color: #eee;
    font-size: 12px;
    line-height: 1.5;
}

.service .desc h1,
.career .desc h1{
    color: #2e69b3;
    font-size: 40px;
    font-weight: 300;
}

.service .desc p,
.career .desc p{
    color: #929497;
    font-size: 16px;
    line-height: 1.5;
}

.career .send-cv{
    color: #929497;
}

.career .btn-send-cv,
.btn-thc{
    background: #2e69b3;
    color: #fff;
    padding: 10px 40px;
}

.btn-thc:hover{
    color: #fff !important;
}

.contact{
    color: #929497;
}

.form-thc{
    border: none;
    border-bottom: 2px solid #2e69b3;
    border-radius: 0;
}

.form-thc:focus,
.form-thc:required{
    outline: none;
    box-shadow: none;
}

.news-detail-item .background-image{
    height: 550px;
}

.news-detail-item .title{
    font-weight: 300;
    font-size: 50px;
}

.news-detail .content{
    color: #929497;
}

.anotherNews .category{
    color: #929497;
}

.anotherNews .title a{
    color: #2e69b3;
    font-size: 24px;
    font-weight: 300;
}

.anotherNews > div{
    border-top: 1px #929497 solid;
}

a.division-item{
    position: relative;
    overflow: hidden;
}

a.division-item .layer{
    color: white;
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    background: #3b55b4c9;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: .2s all ease;
}

a.division-item:hover .layer{
    top: 0;
}

.product .category .title{
    color: #2e69b3;
    font-size: 28px;
}

.product .product-item .title{
    font-size: 24px;
}

.product .pagination{
    float: right;
}

.product .select-category{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #2e69b3;
    font-weight: 300;
    font-size: 20px;
}

.product .box-select-category.selectable{
    cursor: pointer;
}

.product .box-select-category{
    padding: 50px 0;
    position: relative;
    max-height: 30px;
}

.select-option-box{
    width: 100%;
    position: absolute;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 4px 6px #929497;
    max-height: 300px;
    overflow-y: scroll;
    top: -100%;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease all;
}

.select-option-box .item{
    padding: 20px 100px;
    transition: .1s all ease;
}

.select-option-box .item img{
    height: 30px;
}

.select-option-box.active{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.product .box-select-category:not(:last-child){
    border-right: 1px solid #ddd;
}

.about .bg-base-layer{
    top: 800px;
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
}

.about .bg-base-layer-1{
    position: absolute;
    height: 500px;
    width: 60%;
    z-index: -1;
    right: 0;
}

.about .vm-box{
    padding: 50px;
    font-weight: 300;
}

.about .vm-box .title{
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.about .vm-box .desc{
    font-size: 30px;
}

.history .year{
    font-size: 28px;
    font-weight: 300;
    height: 200px;
    width: 200px;
    background: #2e69b3;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.swiper-slide:not(:last-child) .history .year:after{
    content: '';
    width: 100%;
    position: absolute;
    right: -100%;
    height: 3px;
    z-index: -1;
    background: #2e69b3;
}

.history .desc{
    padding: 20px;
    font-size: 14px;
}

button.mobile-header-btn{
    background: none;
    border: 1px solid #2e69b3;
    outline: none;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
}

aside.sidebar button.mobile-header-btn{
    border: 1px solid #fff;
}

aside.sidebar{
    width: 100%;
    position: absolute;
    background: #2e69b3;
    top: 0;
    z-index: 200;
    transition: all .2s ease;
    transform: translateX(100%);
    overflow: scroll;
    -webkit-overflow-scrolling:touch;
}

aside.sidebar.active{
    transform: translateX(0px);
}

.no-overflow{
    overflow: hidden;
}

.section-two-image{
    height: 400px;
}

.about .title-section-blue.history,
.product .title-section-blue{
    font-size: 40px;
}

#map{
    width: 100%; height: 450px;
}

.map-section{
    position: relative;
}

.map-legend{
    position: absolute;
    z-index: 3;
    bottom: 1%;
    left: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-shadow: #000 0px 0px 3px;
}

.map-legend label.head i{
    color: rgba(249, 224, 1, 1);
}

.map-legend label.branch i{
    color: rgb(72, 255, 47);
}

.map-legend label.sub-branch i{
    color: rgba(255, 100, 100, 1);
}

.map-search-branch .caption div:first-child{
    font-size: 18px;
}

.map-search-branch .caption div:last-child{
    font-size: 14px;
}

.product .division-image{
    width: 100%;
}

.product .division-image > div{
    height: 250px;
    width: 250px;
    background-size: contain;
}

.history-swiper-pagination{
    display: flex;
    justify-content: center;
}

.scrollToTop{
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 0;
    width: 30px;
}

.scrollToTop img{
    fill: white;
}


@media only screen and (max-width: 575px) {
    .product .box-select-category.selectable{
        font-size: 14px;
    }

    .product .box-select-category.selectable div:first-child{
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner .caption{
        font-size: 40px;
    }

    .think-bigger .desc h1{
        font-size: 24px;
    }

    .think-bigger .desc p{
        font-size: 14px;
    }

    .think-bigger .image{
        height: 200px;
    }

    .think-bigger{
        padding: 50px 0;
    }

    .title-section,
    .title-section-white{
        font-size: 24px;
    }

    .news-image{
        height: 250px;
    }

    .news-title{
        font-size: 16px;
    }

    .about .bg-base-layer{
        top: 600px;
        height: 700px;
    }

    .about .bg-base-layer-1{
        height: 100%;
        top: 0;
        width: 80%;
    }

    .title-section-blue{
        font-size: 30px;
    }

    .section-two-image{
        height: 250px;
    }

    .about .desc .title{
        font-size: 30px;
    }

    .about .desc p{
        font-size: 14px;
    }

    .about .vm-box .title{
        font-size: 28px;
    }

    .about .vm-box .desc{
        font-size: 20px;
    }

    .about .title-section-blue.history,
    .product .title-section-blue{
        font-size: 28px;
    }

    .about .history-desc,
    .product .product-div-dev{
        font-size: 14px;
    }

    .about .history .year{
        width: 150px;
        height: 150px;
    }

    .about .history .desc{
        font-size: 14px;
    }

    .swiper-slide:not(:first-child) .history .year:before{
        content: '';
        width: 100%;
        position: absolute;
        left: -100%;
        height: 3px;
        z-index: -1;
        background: #2e69b3;
    }

    #map{
        height: 250px;
        overflow: visible;
    }

    .map-legend{
        font-size: 11px;
        bottom: 10%;
    }

    .headline-item .title,
    .news-detail-item .title{
        font-size: 26px;
    }

    .headline-item .subtitle{
        font-size: 18px;
    }

    .headline .background-image,
    .news-detail-item .background-image{
        height: 400px;
    }

    .anotherNews .category{
        font-size: 16px;
    }

    .anotherNews .title a{
        font-size: 18px;
    }

    .product .division-image > div{
        height: 250px;
        width: 120px;
    }

    .select-option-box .item{
        padding: 20px 50px;
    }

    .product .product-item .title{
        font-size: 18px;
    }

    .product .product-item .desc{
        font-size: 12px;
    }

    .btn-send-cv{
        padding: 10px 15px !important;
    }

    .career .desc h1{
        font-size: 24px
    }

    .career .desc p{
        font-size: 14px
    }

    footer .logo-desc{
        width: 50%;
    }

    .scrollToTop{
        right: 50px;
        bottom: 50px;
    }

}

@media only screen and (min-width: 576px) and (max-width: 768px){
    .about .bg-base-layer {
        top: 600px;
        height: 800px;
    }

    .about .bg-base-layer-1{
        width: 80%;
        height: 100%;
    }

    .section-two-image{
        height: 300px;
    }

    .title-section,
    .title-section-white,
    .title-section-blue{
        font-size: 40px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px){
    .about .bg-base-layer {
        top: 500px;
        height: 700px;
    }

    .about .bg-base-layer-1{
        height: 100%;
        max-height: 500px;
        width: 80%;
    }

    .section-two-image{
        height: 200px;
    }

    .title-section,
    .title-section-white,
    .title-section-blue{
        font-size: 40px;
    }
}
