input:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; }
a:hover,
a:focus { text-decoration: none; outline: none; color: inherit; }
a { color: inherit; }
ul, li { list-style: none; }
ul { padding: 0; margin: 0; }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6, p { margin-bottom: 0; }
.clear-fix { clear: both; }
/* Font-Family */
@font-face { font-family: OpenSans-Regular; src: url('/font/OpenSans-Regular.otf'); src: url('/font/OpenSans-Regular.woff') format('woff'), url('/font/OpenSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; }

@font-face { font-family: OpenSans-Bold; src: url('/font/OpenSans-Bold.otf'); src: url('/font/OpenSans-Bold.woff') format('woff'), url('/font/OpenSans-Bold.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: UTM-Neo; src: url('/font/UTM Neo Sans Intel.otf'); src: url('/font/UTM Neo Sans Intel.woff') format('woff'), url('/font/UTM Neo Sans Intel.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: UTM-NeoBold; src: url('/font/UTM Neo Sans IntelBold.otf'); src: url('/font/UTM Neo Sans IntelBold.woff') format('woff'), url('/font/UTM Neo Sans IntelBold.ttf') format('truetype'); font-weight: normal; font-style: normal; }

body { background: #fff; font-size: 16px; font-family: OpenSans-Regular; overflow-x: hidden; margin: 0; padding: 0; }

@media (min-width: 1200px) {
    .container { max-width: 1727px; }
}
/* MENU + HEADER */
.wp-bg-header { position: relative; }
.menu-line { position: relative; margin: 0 auto; height: 25px; width: 32px; }
    /*.wp-menu-header.scroll .menu-line { height: 33px; }*/
    .menu-line .lines { cursor: pointer; position: absolute; z-index: 2; height: 100%; width: 100%; top: 6px; left: 0; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; margin-bottom: 0; }
.rotate.lines { top: 4px; }
.bg-circle { position: absolute; opacity: 0.1; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 12%; }
.menu-line .line { position: absolute; height: 2px; width: 100%; background-color: #5F6365; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-left: 0 !important; }
.menu-line .diagonal.part-1 { position: relative; float: left; }
.menu-line .horizontal { position: relative; float: left; margin-top: 6px; }
.menu-line .diagonal.part-2 { position: relative; float: left; margin-top: 6px; }
.rotate > .horizontal { -webkit-transform: scale(2, 1); -ms-transform: scale(2, 1); transform: scale(2, 1); opacity: 0; }
.rotate > .diagonal.part-1 { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: 10px; }
.rotate > .diagonal.part-2 { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); margin-top: -10px; }
.wp-layout-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.wp-menu-header { padding: 15px 0; position: fixed; top: 0; width: 100%; z-index: 9; background: #fff; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; /* box-shadow: 0 0 10px rgba(0,0,0,0);*/ }
.menu-header_feature { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; top: 2px; }

/*.wp-menu-header.scroll .txt-menu-dk { font-size: 21px; }*/
.menu-header__logo a { display: block; }
.menu-header__logo { width: 238px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
/*.wp-menu-header.scroll { padding: 10px 0; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1); }
    .wp-menu-header.scroll .menu-header__logo { width: 170px; }*/
.form-search { margin-right: 0; position: relative; }
.nav-menu { position: relative; display: none; }
.form-input-search { position: absolute; top: -8px; right: 0; z-index: 1; width: 350px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; overflow: hidden; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; opacity: 0; visibility: hidden; }
.open-search .form-input-search { right: 40px; opacity: 1; visibility: visible; }
.form-input-search input { width: 100%; background: #e8e8e8; height: 45px; padding: 0 15px; padding-right: 50px; outline: none; border: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: block; z-index: 1; position: relative; padding-top: 2px; }

    .form-input-search input::-webkit-input-placeholder { color: #361800; position: relative; top: 1px; }

    .form-input-search input::-moz-placeholder { color: #361800; position: relative; top: 1px; }

    .form-input-search input:-ms-input-placeholder { color: #361800; position: relative; top: 1px; }

    .form-input-search input::-ms-input-placeholder { color: #361800; position: relative; top: 1px; }

    .form-input-search input::placeholder { color: #361800; position: relative; top: 1px; }

.icon-search-from { cursor: pointer; width: 45px; height: 100%; position: absolute; top: 0; right: 0; line-height: 45px; text-align: center; z-index: 1; }
    /*.wp-menu-header.scroll .form-input-search {
            top: 50px;
        }*/
    .icon-search-from img { width: 19px; -o-object-fit: cover; object-fit: cover; }
.img-search, .img-close-search { width: 22px; cursor: pointer; position: relative; }
.img-close-search { position: absolute; left: 0; z-index: 1; opacity: 0; visibility: hidden; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; top: 2px; }

.form-search.open-search .img-search { opacity: 0; visibility: hidden; }
.form-search.open-search .img-close-search { opacity: 1; visibility: visible; }
.menu-language { width: 80px; padding: 0 15px; text-align: center; border-radius: 3px; position: absolute; top: 0; right: 0; opacity: 0; visibility: hidden; background: #e6e6e6; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.item-language .txt { color: #351800; font-size: 24px; font-family: UTM-NeoBOLD; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; }
/*.wp-menu-header.scroll .item-language .txt { font-size: 20px; }*/
/*.item-language { display: inline-block; }*/
.item-language .icon { display: inline-block; width: 11px; position: relative; top: -3px; margin-left: 7px; }
.language-web { margin-left: 30px; position: relative; top: -8px; }

@media (min-width: 992px) {
    .menu-header_dk { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-right: 0; }
    .item-menu-page { position: relative; margin-right: 60px; }
    .txt-menu-dk { display: block; color: #351800; font-size: 24px; font-family: UTM-NeoBOLD; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
    .item-menu-page:last-child { margin-right: 0; }

    .item-menu-page:hover .txt-menu-dk { color: #015032; }
    .icon-search .img-search { width: 25px; display: inline-block; position: relative; top: 2px; }
    .box-menu-child { position: absolute; top: 33px; left: 0; padding-top: 50px; z-index: 8; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; width: 230px; }

    .txt-menu-child { display: block; position: relative; color: #331C0E; padding: 10px 18px; font-size: 16px; font-family: UTM-NeoBOLD; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; background: rgba(255,255,255,.8); }

    .txt-menu-dk:before { content: ''; position: absolute; bottom: -5px; width: 0; background: #015032; height: 2px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: none; }
    .item-menu-page:hover .txt-menu-dk:before { width: 50px; }
    .item-menu-child:hover .txt-menu-child { background: rgba(222,222,222,0.9); color: #005b36; }
    .item-menu-child { position: relative; }
    .box-menu-lv3 { width: 230px; left: 230px; position: absolute; background: rgba(255,255,255,0.5); z-index: 8; opacity: 0; visibility: hidden; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }
    .txt-menu-lv3 { display: block; position: relative; color: #331C0E; padding: 10px 18px; font-size: 16px; font-family: UTM-NeoBOLD; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; background: rgba(255,255,255,.8); }
    .item-menu-child:hover .box-menu-lv3 { opacity: 1; visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
    .txt-menu-lv3:hover { background: rgba(228,228,228,.9); color: #005b36; }
    /*.wp-menu-header.scroll .box-menu-child { top: 34px; padding-top: 15px; }
    .wp-menu-header.scroll .txt-menu-child, .wp-menu-header.scroll .txt-menu-lv3 { background: rgba(255,255,255,1); }
    .wp-menu-header.scroll .item-menu-child:hover .txt-menu-child { background: #e6e6e6; }
    .wp-menu-header.scroll .txt-menu-lv3:hover { background: #e6e6e6; }*/
    .item-menu-page:hover .box-menu-child { opacity: 1; visibility: visible; }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .box-menu-child { top: 35px; padding-top: 30px; }
    /* .wp-menu-header.scroll .box-menu-child { top: 38px; }*/
    .wp-menu-header { padding: 22px 0; }
    .main-page { padding-top: 110px; }
    .menu-header__logo { width: 190px; }
    /*.wp-menu-header.scroll { padding: 15px 0; }*/
    /*.wp-menu-header.scroll .menu-header__logo { width: 160px; }*/
    .form-input-search { width: 250px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box-menu-child { top: 33px; padding-top: 23px; }
    /*.wp-menu-header.scroll .box-menu-child { top: 33px; }*/
    .wp-menu-header { padding: 22px 0; }
    .main-page { padding-top: 110px; }
    .menu-header__logo { width: 145px; }
    /*.wp-menu-header.scroll { padding: 15px 0; }
        .wp-menu-header.scroll .menu-header__logo { width: 135px; }*/
    .form-input-search { width: 250px; }
    .menu-header_dk { margin-left: 70px; padding-top: 3px; }
    .item-menu-page { margin-right: 26px; }
    .txt-menu-dk { font-size: 19px; }
}

@media (max-width: 991px) {
    .nav-menu { display: block; margin-left: 30px; }
    #mm-blocker { background: rgba(3,2,1,0.8); }
    .mm-listview li a { color: #331c0e; font-size: 17px; padding: 15px 10px 8px 20px; }
    .mm-hasnavbar-bottom-1 .mm-panels { background: #fff; }
    .mm-navbars-top, .mm-navbar { background: #fff; }
    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * { color: #331c0e; font-size: 17px; top: 0; }
    .mm-clear:after, .mm-close:after, .mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before { display: none; }
    .mm-close.mm-btn { background-image: url(/img-fix/icon-close.png); background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; width: 14px; position: absolute; top: 3px; right: 13px !important; }
    .mm-navbars-bottom { display: none; }
    .mm-menu { background: #fff; }
}

@media (min-width:576px) and (max-width: 991px) {
    .wp-menu-header { padding: 15px 0; }
    .main-page { padding-top: 110px; }
    .menu-header__logo { width: 140px; }
    /*.wp-menu-header.scroll { padding: 10px 0; }
        .wp-menu-header.scroll .menu-header__logo { width: 125px; }*/
    .form-input-search { width: 250px; }
    .open-search .form-input-search { right: 0; }
    .menu-header_dk { display: none; }
    .form-input-search { right: auto; top: 71px; width: 100%; left: 0; right: auto; position: fixed; }
    /*.wp-menu-header.scroll .form-input-search { top: 57px; }*/
    .menu-header_feature { margin-left: auto; padding-top: 4px; }
    .icon-search .img-search { width: 22px; }
    .img-close-search { width: 19px; }
    .nav-menu:before { top: 2px; height: 26px; }
    .language-web { top: 2px; }
}

@media (max-width: 575px) {
    .item-language .txt { font-size: 19px; }
    .wp-menu-header { padding: 15px 0; }
    .menu-header__logo { width: 130px; }
    /*.wp-menu-header.scroll { padding: 10px 0; }
        .wp-menu-header.scroll .menu-header__logo { width: 115px; }*/
    .form-input-search { width: 250px; }
    .menu-line { width: 27px; }
    .form-search { margin-right: 10px; }
    .nav-menu { margin-left: 10px; }
    .open-search .form-input-search { right: 0; }
    .menu-header_dk { display: none; }
    .form-input-search { right: auto; top: 68px; width: 100%; left: 0; right: auto; position: fixed; }
    /*.wp-menu-header.scroll .form-input-search { top: 57px; }*/
    .menu-header_feature { margin-left: auto; }
    .icon-search .img-search { width: 22px; }
    .img-close-search { width: 19px; }
    .nav-menu:before { top: 2px; height: 26px; }
    .language-web { top: -2px; margin-left: 20px; position: relative; }
    .menu-language .item-language { font-size: 18px; }
}


/*Banner*/
.main-page { padding-top: 100px; }
.bg-slide-banner { height: 1079px; background-position: 50% 50%; /* background-size: cover; */ position: relative; }
.content-banner h2 { font-family: 'UTM-NEO'; color: #fff; font-size: 48px; line-height: 70px; margin-bottom: 30px; }
.content-banner { max-width: 800px; position: absolute; left: 15px; top: 140px; z-index: 2; }
.content-banner-sapo { color: #fff; font-size: 25px; font-family: 'UTM-NEO'; }
.btn-banner { padding-top: 85px; }
    .btn-banner a { display: inline-block; color: #fff; font-family: 'UTM-NEO'; min-width: 258px; background: #789a3d; text-align: center; font-size: 28px; padding: 0 20px; height: 82px; line-height: 72px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); margin-right: 30px; }
        .btn-banner a:hover { background: #015032; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
        .btn-banner a:last-child { margin-right: 0; }
.pagination-slider-banner { bottom: 27%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 2; }
.wp-banner-page { position: relative; }
    .wp-banner-page:before { content: ''; width: 66%; height: 100%; position: absolute; left: 0; top: 0; background: -webkit-gradient(linear, left top, right top, from(rgba(0,0, 0,0.5)),to(rgba(255,255,255,0))); background: -o-linear-gradient(left, rgba(0,0, 0,0.5),rgba(255,255,255,0)); background: linear-gradient(to right, rgba(0,0, 0,0.5),rgba(255,255,255,0)); z-index: 2; }
.circle-pagination span { background: #fff; margin: 0 8px; opacity: 1; width: 6px; outline: none; height: 6px; position: relative; }
    .circle-pagination span:before { content: ''; position: absolute; width: 18px; height: 18px; border: 1px solid #fff; border-radius: 50%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%) scale(0); -ms-transform: translate(-50%,-50%) scale(0); transform: translate(-50%,-50%) scale(0); }
    .circle-pagination span.swiper-pagination-bullet:hover:before { -webkit-transform: translate(-50%,-50%) scale(1); -ms-transform: translate(-50%,-50%) scale(1); transform: translate(-50%,-50%) scale(1); }
.pagination-slider-banner span.swiper-pagination-bullet-active:before { -webkit-transform: translate(-50%,-50%) scale(1); -ms-transform: translate(-50%,-50%) scale(1); transform: translate(-50%,-50%) scale(1); }

@media (min-width: 1200px) and (max-width: 1599px) {
    .main-page { padding-top: 99px; }
    .bg-slide-banner { height: 680px; background-size: cover; background-position: 50% 100%; }
    .content-banner { top: 80px; }
        .content-banner h2 { font-size: 45px; line-height: 60px; margin-bottom: 25px; }
    .content-banner-sapo { font-size: 25px; }
    .btn-banner { padding-top: 30px; }
        .btn-banner a { min-width: 200px; height: 60px; line-height: 54px; font-size: 20px; }
    .title-products-home { width: 85%; }
    .title-page { font-size: 53px; line-height: 66px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-page { padding-top: 87px; }
    .bg-slide-banner { height: 590px; background-size: cover; background-position: 50% 100%; }
    .content-banner { top: 60px; max-width: 500px; }
        .content-banner h2 { font-size: 41px; line-height: 54px; margin-bottom: 25px; }
    .content-banner-sapo { font-size: 23px; }
    .btn-banner { padding-top: 30px; }
        .btn-banner a { min-width: 210px; height: 60px; line-height: 64px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-page { padding-top: 71px; }
    .bg-slide-banner { height: 480px; background-size: cover; background-position: 50% 100%; }
    .content-banner { left: 15px; top: 50px; max-width: 500px; }
        .content-banner h2 { font-size: 35px; line-height: 45px; margin-bottom: 25px; }
    .content-banner-sapo { font-size: 20px; line-height: 28px; }
    .btn-banner { padding-top: 30px; }
        .btn-banner a { min-width: 180px; height: 55px; line-height: 58px; }
    .pagination-slider-banner { bottom: 5%; }
}

@media (min-width: 576px) and (max-width: 767px) {
    .main-page { padding-top: 71px; }
    .bg-slide-banner { height: 480px; background-size: cover; background-position: 50% 100%; }
    .content-banner { left: 15px; top: 50px; max-width: 500px; }
        .content-banner h2 { font-size: 30px; line-height: 43px; margin-bottom: 20px; }
    .content-banner-sapo { font-size: 19px; line-height: 28px; }
    .btn-banner { padding-top: 20px; }
        .btn-banner a { min-width: 180px; height: 55px; line-height: 58px; }
    .pagination-slider-banner { bottom: 5%; }
}

@media (max-width: 575px) {
    .main-page { padding-top: 68px; }
    .bg-slide-banner { min-height: 300px; height: auto; background-size: cover; background-position: 50% 100%; }
    .content-banner { left: 0; top: 30px; max-width: 100%; position: relative; }
        .content-banner h2 { font-size: 25px; line-height: 32px; margin-bottom: 10px; }
    /*.content-banner-sapo { font-size: 17px; line-height: 26px; }*/
    .btn-banner { padding-top: 20px; }
        .btn-banner a { min-width: 149px; height: 50px; line-height: 46px; font-size: 15px; margin-right: 15px; }
    .pagination-slider-banner { bottom: 5%; }
}

/*Our Solutions Products*/
.layout-bg-section { background: #f5f5ef; -webkit-box-shadow: -7px 12px 21px rgba(0,0,0,.13); box-shadow: -7px 12px 21px rgba(0,0,0,.13); margin-left: 65px; position: relative; z-index: 2; padding: 70px 0; }
.texture-block { position: absolute; top: -84px; right: 0; width: 185px; z-index: -1; }
.wp-our-products { margin-top: -200px; }
    .wp-our-products .container { position: relative; }
.title-products-home { display: -webkit-box; display: -ms-flexbox; display: flex; width: 80%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 45px; }
.content-our-solution-products p { color: #006838; font-family: UTM-Neo; font-size: 20px; line-height: 33px; }
.content-our-solution-products { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 100px; }
.title-solution-products { position: relative; z-index: 1; }
.title-page { font-size: 56px; line-height: 72px; color: #006838; font-family: 'UTM-NEO'; position: relative; }
.btn-show-all a { display: inline-block; }
    .btn-show-all a svg { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.btn-show-all { position: relative; right: 0; bottom: -20px; text-align: right; }
    .btn-show-all a .txt { display: inline-block; color: #015032; font-size: 20px; margin-right: 20px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.icon-next { display: inline-block; width: 17px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
.btn-show-all a:hover .txt { color: #362011; }
.btn-show-all a .icon-next .cls-1 { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #015032; }
.btn-show-all a:hover .icon-next { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); fill: #331c0d; }
    .btn-show-all a:hover .icon-next .cls-1 { fill: #331c0d; }
.title-page-home { width: 340px; }
.picture-item a { display: block; height: 350px; overflow: hidden; position: relative; }
.title-our-products { padding-bottom: 50px; }
.picture-item a img { position: absolute; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.item-menu-products { display: block; font-family: 'UTM-NEO'; font-size: 20px; line-height: 33px; margin-right: 85px; position: relative; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #006838; }
    .item-menu-products:last-child { margin-right: 0; }
    .item-menu-products:hover { color: #789a3d; }
.tab-menu-products { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px 0; border-top: 2px solid #789a3d; border-bottom: 2px solid #789a3d; }
.block-tab-solution-products { padding: 21px 0; background: #fff; -webkit-box-shadow: 0 2px 12px #ddd; box-shadow: 0 2px 12px #ddd; margin-bottom: 70px; }

.item-menu-products:first-child:before { content: ''; position: absolute; width: 2px; height: 29px; background: #789a3d; border-radius: 6px; right: -45px; top: 6px; }
.list-solutions-procuts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 30px; }
.item-solutions-procuts { width: 32%; margin-right: 31px; margin-bottom: 35px; }
    .item-solutions-procuts:nth-child(3n+3) { margin-right: 0; }
.btn-detail-all a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .btn-detail-all a .txt { font-size: 20px; color: #006838; font-family: 'UTM-Neo'; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
        .btn-detail-all a .txt:hover { color: #331c0d; }
    .btn-detail-all a .line-block { display: block; width: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; background: #789a3d; height: 2px; margin-left: 20px; position: relative; top: 4px; }
.content-item-solutions-procuts { margin-top: 20px; }
    .content-item-solutions-procuts h3 a { color: #006838; display: inline-block; font-family: 'UTM-NEO'; font-size: 23px; line-height: 32px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
        .content-item-solutions-procuts h3 a:hover { color: #789a3d; }
.picture-item a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.slide-solutions-procuts { position: relative; }


.menu-language .item-language { padding: 8px 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; text-align: center; cursor: pointer; color: #331c0d; font-family: 'UTM-NeoBold'; font-size: 18px; }
    .menu-language .item-language:hover { color: #025133; }
.menu-language.active { top: 47px; visibility: visible; opacity: 1; }

.menu-language:before { content: ''; position: absolute; top: -8px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); left: 50%; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #e6e6e6; }

@media (min-width: 1200px) and (max-width: 1599px) {
    .item-menu-products { margin-right: 40px; }
        .item-menu-products:first-child:before { right: -22px; }
    .picture-item a { height: 310px; }
    .block-tab-solution-products { margin-bottom: 40px; }
    .content-item-solutions-procuts h3 a { font-size: 22px; line-height: 26px; }
    .content-item-solutions-procuts p { font-size: 18px; line-height: 25px; }
    .item-solutions-procuts { width: 32%; margin-right: 2%; }
    .wp-our-solution-products { padding-bottom: 60px; }
    .btn-show-all { bottom: 0; }
    .layout-bg-section { padding: 60px 0; }
    .wp-our-products { margin-top: -160px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .content-our-solution-products p { font-size: 19px; }
    .item-menu-products { margin-right: 40px; font-size: 18px; line-height: 33px; }
        .item-menu-products:first-child:before { right: -22px; }
    .picture-item a { height: 230px; }
    .block-tab-solution-products { margin-bottom: 40px; padding: 15px 0; }
    .content-item-solutions-procuts { padding: 15px; }
        .content-item-solutions-procuts h3 { margin-bottom: 10px; }
            .content-item-solutions-procuts h3 a { font-size: 21px; line-height: 26px; }
        .content-item-solutions-procuts p { font-size: 17px; line-height: 25px; }
    .item-solutions-procuts { width: 31%; margin-right: 32px; }
    .wp-our-solution-products { padding-bottom: 60px; }
    .btn-show-all { bottom: 0; }
    .item-menu-products:first-child:before { top: 5px; height: 22px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-language.active { top: 51px; }
    .menu-language { right: 0; }
    .wp-menu-header.scroll .menu-language.active { top: 43px; }
    .title-page-home { padding-bottom: 20px; }
    .content-our-solution-products p { font-size: 19px; }
    .item-menu-products { margin-right: 40px; font-size: 18px; line-height: 33px; }
        .item-menu-products:first-child:before { right: -22px; }
    .picture-item a { height: 240px; }
    .block-tab-solution-products { margin-bottom: 40px; padding: 15px 0; }
    .content-item-solutions-procuts { padding: 15px; }
        .content-item-solutions-procuts h3 { margin-bottom: 10px; }
            .content-item-solutions-procuts h3 a { font-size: 21px; line-height: 26px; }
        .content-item-solutions-procuts p { font-size: 17px; line-height: 25px; }
    .item-solutions-procuts { width: 48%; margin-right: 0; }
        .item-solutions-procuts:nth-child(3n+3) { margin-right: 0; }
        .item-solutions-procuts:nth-child(2n+2) { margin-left: auto; }
    .wp-our-solution-products { padding-bottom: 60px; }
    .btn-show-all { bottom: 0; }
    .item-menu-products:first-child:before { top: 5px; height: 22px; }


    .title-page-home { width: 100%; }
    .wp-our-products { margin-top: 0; margin-left: 0; }
    .texture-block { display: none; }
    .title-page { font-size: 34px; line-height: 42px; }
    .content-our-solution-products { margin-left: 0; }
}

@media (min-width: 576px) and (max-width: 767px) {
    .menu-language.active { top: 49px; }
    .wp-menu-header.scroll .menu-language.active { top: 43px; }
    .title-page-home { width: 100%; padding-bottom: 15px; }
    .content-our-solution-products p { font-size: 19px; }
    .item-menu-products { margin-right: 40px; font-size: 18px; line-height: 33px; }
        .item-menu-products:first-child:before { right: -22px; }
    .picture-item a { height: 190px; }
    .block-tab-solution-products { margin-bottom: 40px; padding: 15px 0; }
    .content-item-solutions-procuts { padding: 15px; }
        .content-item-solutions-procuts h3 { margin-bottom: 10px; }
            .content-item-solutions-procuts h3 a { font-size: 20px; line-height: 26px; }
        .content-item-solutions-procuts p { font-size: 17px; line-height: 25px; }
    .item-solutions-procuts { width: 48%; margin-right: 0; margin-bottom: 25px; }
        .item-solutions-procuts:nth-child(3n+3) { margin-right: 0; }
        .item-solutions-procuts:nth-child(2n+2) { margin-left: auto; }
    .wp-our-solution-products { padding-bottom: 40px; }
    .btn-show-all { bottom: 0; }
    .item-menu-products:first-child:before { top: 5px; height: 22px; }
    .btn-banner a:last-child { margin-right: 0; }
    .texture-block { display: none; }
    .content-our-solution-products { margin-left: 0; }
    .title-page { font-size: 33px; line-height: 41px; }
    .layout-bg-section { padding: 30px 0; }
    .title-our-products { padding-bottom: 30px; }



    .wp-our-products { margin-top: 0; margin-left: 0; }
}

@media (max-width: 575px) {
    .menu-language.active { top: 49px; }
    .wp-menu-header.scroll .menu-language.active { top: 43px; }
    .title-page-home { width: 100%; padding-bottom: 15px; }
    .content-our-solution-products p { font-size: 19px; }
    .item-menu-products { margin-right: 40px; font-size: 18px; line-height: 33px; }
        .item-menu-products:first-child:before { right: -22px; }
    .picture-item a { height: 220px; }
    .block-tab-solution-products { margin-bottom: 30px; padding: 15px 0; }
    .content-item-solutions-procuts { margin-top: 10px; }
        .content-item-solutions-procuts h3 { margin-bottom: 10px; }
            .content-item-solutions-procuts h3 a { font-size: 20px; line-height: 26px; }
        .content-item-solutions-procuts p { font-size: 17px; line-height: 25px; }
    .item-solutions-procuts { width: 100%; margin-right: 0; margin-bottom: 25px; }
        .item-solutions-procuts:nth-child(3n+3) { margin-right: 0; }
        .item-solutions-procuts:nth-child(2n+2) { margin-left: auto; }
    .wp-our-solution-products { padding-bottom: 40px; }
    .btn-show-all { bottom: 0; }
    .item-menu-products:first-child:before { top: 5px; height: 22px; }
    .texture-block { display: none; }
    .btn-contact-us a { min-width: 250px; }
    .title-products-home { width: 100%; display: block; margin-bottom: 25px; }
    .wp-our-products { margin: 0; }
    .btn-banner a:last-child { margin-right: 0; }
    .texture-block { display: none; }
    .content-our-solution-products { margin-left: 0; }
    .title-page { font-size: 33px; line-height: 41px; }
    .layout-bg-section { padding: 30px 0; }
    .title-our-products { padding-bottom: 30px; }
}

/*CSS SLIDE*/
.texture-item-slide { width: 95px; position: absolute; bottom: 10px; right: 27%; }
.item-slide-sm { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.content-item-slide-sm { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 150px; padding-right: 40px; }

.img-left-slide { width: 910px; margin-left: 70px; }

.wp-slide-page { position: relative; overflow-x: hidden; padding-left: 65px; }
    .wp-slide-page .item-slide-sm { padding-top: 80px; }
.pagination-page { position: absolute; right: 10px; width: 48px; height: 48px; border: 2px solid #789a3d; border-radius: 50%; z-index: 2; cursor: pointer; background: transparent; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; outline: none; bottom: 40px; }

    .pagination-page svg { width: 21px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }

.btn-prev-partner { right: 80px; }
.pagination-page svg .cls-1 { stroke: #78993d; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.pagination-page:hover { background: #789a3d; }

    .pagination-page:hover svg .cls-1 { stroke: #fff; }

.content-item-slide-sm .title-page-home { margin-bottom: 50px; }

    .content-item-slide-sm .title-page-home .title-page { color: #789a3d; }

.txt-content-slide { color: #231f20; font-size: 18px; line-height: 32px; }

.wp-slide-page .container { position: relative; }

.wp-slide-page:before { content: ''; position: absolute; background: url(/img-fix/texture-slide.png); width: 597px; height: 596px; left: -20px; top: 80px; }
.item-statistical { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 49%; padding: 100px 0; padding-top: 250px; z-index: 2; }

.iframe-map { position: absolute; height: 100%; top: 0; right: 0; }
    .iframe-map svg { height: 100%; }
.block-statistical { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; position: relative; width: 46%; margin-bottom: 40px; }

    .block-statistical .number { color: #789a3d; font-size: 70px; font-family: 'UTM-Neo'; margin-bottom: 30px; display: inline-block; }

    .block-statistical:nth-child(2n+2) { margin-left: auto; }

.nd-statistical { color: #231f20; font-size: 20px; font-family: 'UTM-Neo'; line-height: 30px; }

.block-statistical .pt { position: absolute; top: -11px; color: #789a3d; font-size: 70px; font-family: 'UTM-Neo'; left: 96px; }

@media (min-width: 1200px) and (max-width: 1599px) {
    .wp-slide-page:before { width: 256px; height: 274px; background-size: contain; background-repeat: no-repeat; }
    .wp-slide-page { padding-bottom: 0; }
        .wp-slide-page .item-slide-sm { padding-top: 60px; }
    .img-left-slide { width: 500px; margin: 0 auto; }
    .content-item-slide-sm { margin-left: 100px; }

        .content-item-slide-sm .title-page-home { margin-bottom: 20px; padding-bottom: 0; }

    .txt-content-slide { font-size: 22px; line-height: 28px }

    .texture-item-slide { display: none; }



    .item-statistical { width: 60%; padding: 80px 0; padding-top: 20px; }

    .block-statistical { margin-bottom: 20px; }

        .block-statistical .number { font-size: 64px; margin-bottom: 10px; }
    .pagination-page { bottom: 30px; }
    .nd-statistical { font-size: 19px; line-height: 28px; }
    .iframe-map { width: 100%; }
        .iframe-map svg { position: absolute; right: 0; width: 100%; height: 100%; top: 0; z-index: 1; }

        .iframe-map svg { position: absolute; width: 100%; top: 0; left: 220px; }

    .block-statistical .pt { font-size: 64px; left: 84px; top: -10px; }
    .container { max-width: 1140px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wp-slide-page:before { display: none; }
    .wp-slide-page { padding-left: 0; padding-bottom: 99px; }
        .wp-slide-page .item-slide-sm { padding-top: 30px; }
    .img-left-slide { width: 400px; margin: 0 auto; }
    .content-item-slide-sm { margin-left: 50px; padding: 0; }

        .content-item-slide-sm .title-page-home { margin-bottom: 20px; padding-bottom: 0; }

    .txt-content-slide { font-size: 17px; line-height: 30px; }

    .texture-item-slide { display: none; }

    .pagination-page { bottom: -62px; }

    .item-statistical { width: 100%; padding: 0; }

    .block-statistical { margin-bottom: 20px; }

        .block-statistical .number { font-size: 45px; margin-bottom: 10px; }

    .nd-statistical { font-size: 19px; line-height: 28px; }
    .iframe-map { width: 100%; }
        .iframe-map svg { position: absolute; right: 0; width: 100%; height: 100%; top: 0; z-index: 1; }

        .iframe-map svg { position: absolute; width: 100%; top: 0; left: -60px; }

    .block-statistical .pt { font-size: 45px; left: 61px; top: -6px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wp-slide-page:before { display: none; }
    .wp-slide-page { padding-left: 0; padding-bottom: 99px; }
        .wp-slide-page .item-slide-sm { padding-top: 30px; }
    .img-left-slide { width: 300px; margin: 0 auto; }
    .content-item-slide-sm { margin-left: 50px; padding: 0; }

        .content-item-slide-sm .title-page-home { margin-bottom: 20px; padding-bottom: 0; }

    .txt-content-slide { font-size: 17px; line-height: 30px; }

    .texture-item-slide { display: none; }

    .pagination-page { bottom: -62px; width: 45px; height: 45px; }

    .item-statistical { width: 100%; padding: 0; }

    .block-statistical { margin-bottom: 20px; }

        .block-statistical .number { font-size: 45px; margin-bottom: 10px; }

    .nd-statistical { font-size: 19px; line-height: 28px; }
    .iframe-map { width: 100%; }
        .iframe-map svg { position: absolute; right: 0; width: 100%; height: 100%; top: 0; z-index: 1; }

        .iframe-map svg { position: absolute; width: 100%; top: 0; left: -60px; }

    .block-statistical .pt { font-size: 45px; left: 61px; top: -6px; }
    .pagination-page svg { width: 17px; }
}

@media (min-width: 576px) and (max-width: 767px) {
    .wp-slide-page:before { display: none; }
    .wp-slide-page { padding-left: 0; padding-bottom: 99px; }
        .wp-slide-page .item-slide-sm { padding-top: 30px; }
    .item-slide-sm { display: block; }

    .img-left-slide { width: 70%; margin: 0 auto; margin-bottom: 25px; }

    .content-item-slide-sm { margin: 0; padding: 0; }

        .content-item-slide-sm .title-page-home { margin-bottom: 20px; padding-bottom: 0; }

    .txt-content-slide { font-size: 17px; line-height: 30px; }

    .texture-item-slide { display: none; }

    .pagination-page { bottom: -62px; width: 45px; height: 45px; }

    .item-statistical { width: 100%; padding: 0; }

    .block-statistical { width: 100%; margin-bottom: 14px; }

        .block-statistical .number { font-size: 39px; margin-bottom: 10px; }

    .nd-statistical { font-size: 19px; line-height: 28px; }
    .iframe-map { width: 100%; }
        .iframe-map svg { position: absolute; right: 0; width: 100%; height: 100%; top: 0; z-index: 1; }

        .iframe-map svg { position: absolute; width: 100%; top: -76px; }

    .block-statistical .pt { font-size: 39px; left: 49px; top: -6px; }
    .pagination-page svg { width: 17px; }
}

@media (max-width: 575px) {
    .wp-slide-page:before { display: none; }
    .wp-slide-page { padding-left: 0; padding-bottom: 99px; }
        .wp-slide-page .item-slide-sm { padding-top: 30px; }
    .item-slide-sm { display: block; }

    .img-left-slide { width: 80%; margin: 0 auto; margin-bottom: 25px; }

    .content-item-slide-sm { margin: 0; padding: 0; }

        .content-item-slide-sm .title-page-home { margin-bottom: 20px; padding-bottom: 0; }

    .txt-content-slide { font-size: 17px; line-height: 30px; }

    .texture-item-slide { display: none; }

    .pagination-page { bottom: -62px; width: 45px; height: 45px; }

    .item-statistical { width: 100%; padding: 0; }

    .block-statistical { width: 100%; margin-bottom: 14px; }

        .block-statistical .number { font-size: 34px; margin-bottom: 10px; }

    .nd-statistical { font-size: 16px; line-height: 25px; }
    .iframe-map { width: 100%; }
        .iframe-map svg { position: absolute; right: 0; width: 100%; height: 100%; top: 0; z-index: 1; }

        .iframe-map svg { position: absolute; width: 100%; top: -140px; }

    .block-statistical .pt { font-size: 34px; left: 46px; top: -6px; }
    .pagination-page svg { width: 17px; }
}
/*New & Reports*/
.list-new-reports-home { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 20px; padding-bottom: 50px; }
.item-new { width: 33%; margin-right: 45px; }
    .item-new:last-child { margin-right: 0; }
.wp-new-reports-home { margin-bottom: 70px; }
.category-item { font-size: 20px; color: #006838; margin-bottom: 10px; font-family: 'UTM-NEO'; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding-bottom: 5px; }
    .category-item:hover { color: #331c0d; }
.line-item { display: block; width: 100%; height: 2px; background: #789a3d; border-radius: 10px; }
.date-item { font-size: 14px; color: #5f6365; padding-top: 10px; }
.category-date-item { margin-bottom: 20px; }
.picture-item-news a { display: block; height: 360px; overflow: hidden; position: relative; }
    .picture-item-news a img { position: absolute; width: 100%; top: 0; left: 0; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
    .picture-item-news a:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.picture-item-news { margin-bottom: 25px; position: relative; }
.content-item-news h3 a { color: #231f20; font-family: 'UTM-NEO'; font-size: 22px; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; line-height: 35px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.content-item-news p { color: #5f6365; font-size: 16px; }
.content-item-news h3 { margin-bottom: 20px; }
    .content-item-news h3 a:hover { color: #789a3d; }
.wp-new-reports-home .btn-show-all { bottom: 0; }
/* CSS POPUP */
.content-popup-video { position: relative; width: 100%; height: 100%; top: 0; left: 0; }
.popup-video-hp { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 50; visibility: hidden; opacity: 0; }
    .popup-video-hp.active { visibility: visible; opacity: 1; }
.close-popup { position: fixed; top: 30px; right: 30px; width: 50px; height: 50px; border-radius: 50%; line-height: 51px; text-align: center; font-size: 16px; color: rgba(255, 255, 255, 01); z-index: 51; background-color: rgba(216,216,216,.7); cursor: pointer; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
    .close-popup img { width: 18px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }
    .close-popup:hover { background-color: rgba(216,216,216,1); }
        .close-popup:hover img { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.main-video { position: absolute; max-width: 900px; width: 80%; margin: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -70%); -ms-transform: translate(-50%, -70%); transform: translate(-50%, -70%); z-index: 1; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; opacity: 0; }
.popup-video-hp.active .main-video { -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 1; }
.main-video .ct-video { position: relative; width: 100%; padding-top: 56.25%; }
    .main-video .ct-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.bg-popup-video { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(17, 19, 27, 0.9); opacity: 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.popup-video-hp.active .bg-popup-video { opacity: 1; }
.icon-video-item { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 73px; height: 84px; cursor: pointer; z-index: 1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.picture-item-news:hover .icon-video-item { width: 65px; height: 70px; }

@media (min-width: 1200px) and (max-width: 1599px) {
    .item-new { margin-right: 40px; }
    .picture-item-news a { height: 300px; }
    .content-item-news h3 a { font-size: 18px; line-height: 28px; }
    .picture-item-news { margin-bottom: 15px; }
    .wp-new-reports-home { padding-bottom: 50px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item-new { margin-right: 0; width: 48%; margin-bottom: 30px; }
        .item-new:nth-child(2n+2) { margin-left: auto; }
    .list-new-reports-home { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; }
    .content-item-news h3 a { font-size: 22px; line-height: 29px; }
    .picture-item-news { margin-bottom: 15px; }
    .wp-new-reports-home { padding-bottom: 60px; }
    .content-item-news h3 { margin-bottom: 10px; }


    .wp-new-reports-home { margin-bottom: 50px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item-new { margin-right: 0; width: 48%; margin-bottom: 30px; }
        .item-new:nth-child(2n+2) { margin-left: auto; }
    .list-new-reports-home { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; }
    .content-item-news h3 a { font-size: 21px; line-height: 29px; }
    .picture-item-news { margin-bottom: 15px; }
        .picture-item-news a { height: 230px; }
    .wp-new-reports-home { padding-bottom: 60px; }
    .content-item-news h3 { margin-bottom: 10px; }
}

@media (min-width: 576px) and (max-width: 767px) {
    .item-new { margin-right: 0; width: 48%; margin-bottom: 30px; }
        .item-new:nth-child(2n+2) { margin-left: auto; }
    .list-new-reports-home { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; }
    .content-item-news h3 a { font-size: 18px; line-height: 28px; }
    .picture-item-news { margin-bottom: 15px; }
        .picture-item-news a { height: 180px; }
    .wp-new-reports-home { padding-bottom: 40px; }
    .content-item-news h3 { margin-bottom: 10px; }
    .wp-new-reports-home { padding-bottom: 40px; margin-bottom: 0; }
}

@media (max-width: 575px) {
    .picture-item-news:hover .icon-video-item { width: 35px; height: 31px; }
    .category-item { font-size: 20px; }
    .item-new { margin-right: 0; width: 100%; margin-bottom: 25px; }
        .item-new:nth-child(2n+2) { margin-left: auto; }
    .list-new-reports-home { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; }
    .content-item-news h3 a { font-size: 19px; line-height: 28px; }
    .picture-item-news { margin-bottom: 15px; }
        .picture-item-news a { height: 220px; }
    .wp-new-reports-home { padding-bottom: 40px; margin-bottom: 0; }
    .content-item-news h3 { margin-bottom: 10px; }
    .layout-bg-section { margin-left: 0; -webkit-box-shadow: none; box-shadow: none; }
    .icon-video-item { width: 35px; height: 31px; }
    .content-banner-sapo { font-size: 14px; }
}

/* CSS MAP */
.info-map-dl:before { content: ''; position: absolute; bottom: -80px; right: -89px; width: 250px; height: 225px; background: url(/img-fix/texture-products.png); background-size: cover; }
.block-map { height: 900px; }
.wp-map-dl { position: relative; }
.list-item-map-dl { background: rgba(255,255,255,.9); right: 0; margin-left: auto; padding: 20px 0; }
.txt-distribution { color: #5f6365; font-size: 13px; margin-bottom: 3px; }
.name-cty { font-size: 18px; color: #331c0e; margin-bottom: 4px; display: inline-block; }
/*.item-contact-footer .text-title { color: #231f20; font-size: 25px; font-family: 'OpenSans-Bold'; display: block; margin-bottom: 5px; }
.item-contact-footer .ct-contact { color: #231f20; font-size: 25px; line-height: 36px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.item-map-dl .txt-info-item { color: #5f6365; font-size: 15px; display: inline-block; }
.item-contact-footer { margin-bottom: 30px; }
    .item-contact-footer:last-child { margin-bottom: 0; }*/
.info-map-dl { position: absolute; top: 0; margin: auto; bottom: 0; width: 440px; padding: 85px 75px; background: #fff; height: 80%; left: 62px; overflow: hidden; }


@media (min-width: 1200px) and (max-width: 1599px) {
    .block-map { height: 550px; }
    .info-map-dl { width: 390px; padding: 40px 30px; top: 0; }
        .info-map-dl:before { width: 200px; height: 190px; }
    /* .item-contact-footer { margin-bottom: 15px; }
        .item-contact-footer .ct-contact { font-size: 20px; line-height: 29px; }

        .item-contact-footer .text-title { font-size: 20px; }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-map { height: 500px; }
    .info-map-dl { width: 350px; padding: 20px; top: 0; }
        .info-map-dl:before { display: none; }
    /*.item-contact-footer { margin-bottom: 15px; }
        .item-contact-footer .ct-contact { font-size: 20px; line-height: 29px; }

        .item-contact-footer .text-title { font-size: 20px; }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-map { height: 420px; }
    .info-map-dl { width: 300px; padding: 20px; top: 0; }
        .info-map-dl:before { display: none; }
    /*.item-contact-footer { margin-bottom: 15px; }
        .item-contact-footer .ct-contact { font-size: 18px; line-height: 27px; }

        .item-contact-footer .text-title { font-size: 19px; }*/
}

@media (min-width: 576px) and (max-width: 767px) {
    .block-map { height: 400px; }

    .info-map-dl { width: 100%; }
    .block-map { height: 350px; }
    .list-item-map-dl { padding: 20px 15px; }
    .info-map-dl { width: 100%; left: 0; height: 100%; padding: 20px; margin-top: 50px; position: relative; margin-bottom: -119px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1); }
        .info-map-dl:before { display: none; }
    /* .item-contact-footer { margin-bottom: 15px; }
        .item-contact-footer .ct-contact { font-size: 19px; line-height: 27px; }

        .item-contact-footer .text-title { font-size: 20px; }*/
}

@media (max-width: 575px) {
    .block-map { height: 350px; }
    .list-item-map-dl { padding: 20px 15px; }
    .info-map-dl { width: 100%; left: 0; height: 100%; padding: 20px; margin-top: 50px; position: relative; margin-bottom: -119px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1); }
        .info-map-dl:before { display: none; }
    /*.item-contact-footer { margin-bottom: 15px; }
        .item-contact-footer .ct-contact { font-size: 19px; line-height: 27px; }

        .item-contact-footer .text-title { font-size: 20px; }*/
}

/*Footer*/
.item-footer .btn-contact-us a { width: 100%; }
.wp-footer { background: #005b39; }
.logo-footer a { max-width: 180px; display: block; }
.txt-copyright { color: #fff; font-size: 21px; }
.list-menu-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.item-menu-footer { width: 48%; margin-bottom: 25px; margin-right: 20px; }

    .item-menu-footer a { display: inline-block; color: #ffffff; font-size: 17px; font-family: 'UTM-NEOBOLD'; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

    .item-menu-footer:nth-child(2n+2) { margin-right: 0; margin-left: auto; }
    .item-menu-footer a:hover { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }
.btn-contact-us a { display: inline-block; background: #789a3d; min-width: 430px; height: 76px; line-height: 74px; color: #fff; text-align: center; font-family: 'UTM-NeoBold'; font-size: 32px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
    .btn-contact-us a:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
.item-footer { max-width: 260px; }
.content-part-footer { text-align: left; padding-bottom: 60px; }
.title-footer h2 { color: #fff; font-size: 32px; font-family: 'UTM-NeoBold'; position: relative; letter-spacing: 3px; }
    .title-footer h2:before { content: ''; position: absolute; bottom: -30px; height: 1px; background: #fff; width: 65px; }
.title-footer { padding-bottom: 50px; }
.content-block-about-us p { color: #fff; font-size: 21px; line-height: 36px; }
.item-social-connect { margin-right: 20px; display: inline-block; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
    .item-social-connect:last-child { margin-right: 0; }
    .item-social-connect:hover { -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }

.logo-footer { margin-bottom: 45px; }

@media (min-width: 1200px) and (max-width: 1599px) {
    .item-menu-footer { margin-right: 14px; }
    .wp-footer { padding: 60px 0; }
    .btn-contact-us { text-align: right; }
        .btn-contact-us a { min-width: 300px; font-size: 30px; }
    .logo-footer a { width: 260px; }
}

@media (min-width: 992px) and (max-width: 1199px) {


    .wp-footer { padding: 40px 0; }
    .logo-footer a { width: 205px; }
    .btn-contact-us { text-align: left; }
    .content-part-footer { text-align: left; }
    .list-menu-footer { display: block; position: relative; z-index: 1; }
    .content-block-about-us p { font-size: 20px; line-height: 33px; }
    .txt-copyright { font-size: 15px; }
    .item-menu-footer { margin-right: 0; margin-bottom: 15px; width: 100%; }
    .logo-footer { margin-bottom: 25px; }
    .item-footer { max-width: 100%; margin-top: -46px; }
    .btn-contact-us a { min-width: 233px; font-size: 22px; height: 65px; line-height: 65px; }
    .wp-footer { padding: 40px 0px; padding-bottom: 30px; }

    .logo-footer a { width: 190px; margin: 0; }

    .logo-footer { margin-bottom: 22px; }

    .wp-logo-connect { padding-bottom: 30px; }

    .title-footer h2 { font-size: 24px; letter-spacing: 0; }

        .title-footer h2:before { bottom: -15px; }

    .title-footer { padding-bottom: 30px; }

    .content-block-about-us p { font-size: 18px; line-height: 31px; }
    .txt-copyright { font-size: 20px; }

    .content-block-about-us { padding-bottom: 0; }

    .content-part-footer { padding-bottom: 25px; }
}

@media (min-width: 768px) and (max-width: 991px) {

    .wp-footer { padding: 40px 0; }
    .logo-footer a { width: 205px; }
    .btn-contact-us { text-align: left; }
    .content-part-footer { text-align: left; }
    .list-menu-footer { display: block; position: relative; z-index: 1; }
    .content-block-about-us p { font-size: 20px; line-height: 33px; }
    .txt-copyright { font-size: 15px; }
    .item-menu-footer { margin-right: 0; margin-bottom: 15px; width: 100%; }
    .logo-footer { margin-bottom: 25px; }
    .item-footer { max-width: 100%; margin-top: -46px; }
    .btn-contact-us a { min-width: 233px; font-size: 22px; height: 65px; line-height: 65px; }
    .wp-footer { padding: 40px 0px; }

    .logo-footer a { width: 190px; margin: 0; }

    .logo-footer { margin-bottom: 22px; }

    .wp-logo-connect { padding-bottom: 30px; }

    .title-footer h2 { font-size: 24px; letter-spacing: 0; }

        .title-footer h2:before { bottom: -15px; }

    .title-footer { padding-bottom: 30px; }

    ..content-block-about-us p { font-size: 18px; line-height: 31px; }
    .txt-copyright { font-size: 20px; }

    .content-block-about-us { padding-bottom: 25px; }

    .content-part-footer { padding-bottom: 25px; }
}

@media (min-width: 576px) and (max-width: 767px) {

    .btn-contact-us a { min-width: 200px; font-size: 22px; height: 65px; line-height: 65px; }
    .wp-footer { padding: 40px 0px; }

    .logo-footer a { width: 190px; margin: 0; }

    .logo-footer { margin-bottom: 22px; }

    .wp-logo-connect { padding-bottom: 30px; }

    .title-footer h2 { font-size: 24px; letter-spacing: 0; }

        .title-footer h2:before { bottom: -15px; }

    .title-footer { padding-bottom: 30px; }

    ..content-block-about-us p { font-size: 18px; line-height: 31px; }
    .txt-copyright { font-size: 20px; }

    .content-block-about-us { padding-bottom: 25px; }

    .content-part-footer { padding-bottom: 25px; }
}

@media (max-width: 575px) {
    .btn-contact-us a { min-width: 200px; font-size: 23px; height: 65px; line-height: 65px; }
    .wp-footer { padding: 40px 0px; }

    .logo-footer a { width: 190px; margin: 0; }

    .logo-footer { margin-bottom: 22px; }

    .wp-logo-connect { padding-bottom: 30px; }

    .title-footer h2 { font-size: 24px; letter-spacing: 0; }

        .title-footer h2:before { bottom: -15px; }

    .title-footer { padding-bottom: 30px; }

    .content-block-about-us p { font-size: 18px; line-height: 31px; }
    .txt-copyright { font-size: 20px; }
    .content-block-about-us { padding-bottom: 25px; }

    .content-part-footer { padding-bottom: 25px; }
}

/*CSS bổ sung*/
.wp-menu-header { padding-left: 65px; }
/*.wp-menu-header.scroll { padding-left: 65px; }*/
.content-banner { padding-left: 25px; }

@media (max-width: 1199px) {
    .wp-menu-header { padding-left: 0; }
        .wp-menu-header.scroll { padding-left: 0; }
    .content-banner { padding-left: 0; }
}

@media (min-width: 992px) and (max-width:1199px) {

    .menu-language.active { top: 57px; }
    .picture-item-news a { height: 285px; }
    .wp-menu-header.scroll .menu-language.active { top: 47px; }
    .item-language .txt { font-size: 20px; }
    .wp-slide-page:before { display: none; }
    /*.language-web { top: 0; }*/
    .btn-detail-all a .txt { font-size: 20px; }
    .item-new:last-child { margin-right: 0; margin-bottom: 0; }
    .btn-banner a { min-width: 180px; height: 60px; line-height: 58px; font-size: 24px; margin-right: 15px; }
    .title-page { font-size: 45px; line-height: 58px; }
    .title-page-home { width: 280px; }
    .content-our-solution-products { margin-left: 50px; }
    .wp-our-products { margin-top: 0; }
    .title-products-home { width: 100%; margin-bottom: 25px; }
    .content-item-solutions-procuts { padding: 0; margin-top: 10px; }
    .list-solutions-procuts { padding-bottom: 0; }
    .layout-bg-section { margin-left: 0; padding: 35px 0; }
    .icon-video-item { width: 50px; height: 47px; }
    .picture-item-news:hover .icon-video-item { width: 50px; height: 47px; }
    .btn-prev-partner { right: 70px; }
}

@media (min-width: 768px) and (max-width:991px) {
    .item-language .txt { font-size: 20px; }
    .language-web { top: -3px; }
    .btn-detail-all a .txt { font-size: 20px; }
    .item-new:last-child { margin-right: 0; margin-bottom: 0; }
    .btn-banner a { min-width: 149px; height: 50px; line-height: 50px; font-size: 18px; margin-right: 15px; }

    .title-products-home { width: 100%; display: block; margin-bottom: 25px; }
    .content-item-solutions-procuts { padding: 0; margin-top: 10px; }
    .list-solutions-procuts { padding-bottom: 0; }
    .layout-bg-section { margin-left: 0; padding: 35px 0; }
    .icon-video-item { width: 35px; height: 31px; }
    .picture-item-news:hover .icon-video-item { width: 35px; height: 31px; }
    .layout-bg-section { -webkit-box-shadow: none; box-shadow: none; }
    .btn-prev-partner { right: 70px; }
    .block-copy-right { margin-top: -75px; }
}

@media (min-width: 576px) and (max-width: 767px) {
    .item-language .txt { font-size: 20px; }
    .language-web { top: -3px; }
    .btn-detail-all a .txt { font-size: 20px; }
    .item-new:last-child { margin-right: 0; margin-bottom: 0; }
    .btn-banner a { min-width: 149px; height: 50px; line-height: 50px; font-size: 18px; margin-right: 15px; }

    .title-products-home { width: 100%; display: block; margin-bottom: 25px; }
    .content-item-solutions-procuts { padding: 0; margin-top: 10px; }
    .list-solutions-procuts { padding-bottom: 0; }
    .layout-bg-section { margin-left: 0; }
    .icon-video-item { width: 35px; height: 31px; }
    .picture-item-news:hover .icon-video-item { width: 35px; height: 31px; }
    .layout-bg-section { -webkit-box-shadow: none; box-shadow: none; }
    .btn-prev-partner { right: 70px; }
}

@media (max-width: 575px) {
    .btn-detail-all a .txt { font-size: 20px; }
    .item-new:last-child { margin-right: 0; margin-bottom: 0; }
    .btn-prev-partner { right: 70px; }
    .list-solutions-procuts { padding-bottom: 0; }
}

@media (max-width: 375px) {
    .btn-banner a { min-width: 115px; height: 45px; line-height: 45px; font-size: 17px; margin-right: 15px; }
    .picture-item a { height: 195px; }
    .item-solutions-procuts { margin-bottom: 15px; }
}

.wp-banner-slide { position: relative; }

@media (max-width: 767px) {
    .list-new-reports-home { white-space: nowrap; flex-wrap: nowrap; overflow: auto; }
    .item-new { white-space: normal; flex: none; width: calc(100% - 100px); margin-right: 20px; }
    .tab-menu-products { flex-wrap: nowrap; overflow: scroll; }
    .item-menu-products { white-space: nowrap; }
    .list-solutions-procuts { flex-wrap: nowrap; overflow: scroll; }
    .item-solutions-procuts { white-space: normal; flex: none; width: calc(100% - 100px); margin-right: 20px; }
}


@media (max-width: 1440px) and (min-width: 1198px) {
    ul.sf-menu > li.item--menu > a { padding: 5px 4px; font-size: 14px; }
    .item-language .txt { font-size: 16px; }
    .icon-search .img-search { width: 18px; display: inline-block; position: relative; top: -6px; }
}

@media (max-width: 1199px) and (min-width: 992px) {
    ul.sf-menu > li.item--menu > a { padding: 5px 4px; font-size: 14px; }
    .menu-header_dk { margin-left: 0; }
    ul.sf-menu li.item--menu { margin-right: 5px; }
    .item-language .txt { font-size: 16px; }
    .icon-search .img-search { width: 18px; display: inline-block; position: relative; top: -6px; }
}

.iframe-map svg circle { transition: all .3s; animation-duration: 6s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
.circle-1 { animation-name: circle-scale-1; r: 0; }
.circle-2 { animation-delay: .8s; animation-name: circle-scale-2; r: 0; }
.circle-3 { animation-delay: 1s; animation-name: circle-scale-3; r: 0; }

@keyframes circle-scale-1 {
    0% { r: 0; }
    50% { r: 140px; }
    100% { r: 15px; }
}

@keyframes circle-scale-2 {
    0% { r: 0; }
    50% { r: 110px; }
    100% { r: 15px; }
}

@keyframes circle-scale-3 {
    0% { r: 0; }
    50% { r: 80px; }
    100% { r: 15px; }
}

.wp-map-dl .item-contact-footer .ct-contact { display: block; }
