:root {
    --main-cl: #002E68;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
h1, h2, h3, h4, h5, h6{
    color: #333;
}
input,
optgroup,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body {
    overflow-x: hidden;
}

@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}

.grid-container {
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}

#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}

#search-lightbox .search-lightbox-title {
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}

#search-lightbox .search-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}

#search-lightbox .search-keywords>a {
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#search-lightbox .search-keywords>a:hover {
    background-color: #fff;
    color: #000
}

#search-lightbox .flex-row>div {
    display: flex;
}

#search-lightbox .flex-row {
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}

#search-lightbox input {
    height: 100%;
    border: none;
}

#search-lightbox .button.icon {
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

#search-lightbox .button.icon i {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}

#search-lightbox input {
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}

.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-content #search-lightbox {
    transform: translateY(-70%);
}

.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    pointer-events: none;
    opacity: 0;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

#respond input#wp-comment-cookies-consent {
    height: auto !important;
    margin: 0 10px 0 0 !important;
}

.load_home_page.complete svg {
    transition-delay: 0.8s;
    opacity: 0;
}

.load_home_page rect,
.load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2 {
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.load_home_page.complete .path-2 {
    fill: var(--sub-cl);
}

.load_home_page.complete .path-1 {
    fill: #FFF
}

@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}

@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}

.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: var(--main-cl);
}

.tile-reveal-square {
    flex: 1 1 auto;
    width: 80px;
    height: 80px;
    background-color: var(--main-cl);
    opacity: 1;
}

.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

.search-page {
    padding: 9.208rem 0 4rem;
}

.search-page h1 {
    margin-bottom: 2.604rem;
}

.search-tabs .search-tabs-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}

.search-tabs .search-tabs-title .search-tab-title {
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}

.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active {
    background-color: var(--fs-color-primary);
    color: #FFF;
}

.search-tabs .search-tab-content {
    display: none;
}

.search-tabs .search-tab-content.active {
    display: block;
}

.search-tabs .search-empty {
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}

.search-tabs .search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}

.search-tabs .search-item h3 {
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    color: var(--5_333333, #333);
    line-height: 1.7;
}

.item_banner img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    /*scale: 1.2;*/
    transition: 15s all;
}

.home_sec_1 {
    display: block !important;
}

.item_banner {
    position: relative;
}




.box_content_banner {
    position: absolute;
    bottom: 6rem;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
    width: 32rem;
    color: #fff;
    text-align: center;
}

.box_content_banner h3 {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: capitalize;
    opacity: 0;
    transform: translateY(2rem);
    transition: 1s all;
}

a.button_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
    color: var(--FFCE7B, #FFCE7B);
    font-style: normal;
    font-weight: 800;
    /* 150% */
    text-transform: uppercase;
    border: 1px solid var(--FFCE7B, #FFCE7B);
    border-radius: 100px;
    padding: 0 1.3rem;
    transition: .5s all;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
a.button_link:after{
    content: '';
    background-image: url(../images/icon_logo.png);
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .5rem;
}
.box_content_banner a.button_link {
    margin-top: 1.3rem;
    background: linear-gradient(45deg, #FFFFDB , #BCAA71);
    color: #333;
}

a.button_link:hover {
    color: #333;
}

img.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.2;
    transition: 10s all;
}

.home_sec_2 {
    color: #fff;
}


.heading_title {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.2;
    text-transform: capitalize;
}

.home_sec_2 .content strong {
    font-size: 1.1rem;
    margin-bottom: .5rem;
    display: block;
}

b,
strong {
    font-weight: 700;
}

.home_sec_2_imgs .item {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5rem;
    left: 4rem;
    animation: hu__hu__ infinite 2s ease-in-out
}

.hu__hu__ {
    animation: hu__hu__ infinite 2s ease-in-out
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(1.5rem)
    }
}

.fp-section {
    padding: 0;
    display: flex;
    overflow: hidden;
}

.home_sec_2_imgs .item img {
    position: absolute;
    width: 8.35rem;
    height: 8.35rem;
    object-fit: cover;
    max-width: unset;
}

.col,
.columns,
.gallery-item {
    padding: 0 10px;
    position: unset;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 77rem !important;
    position: relative;
}

.home_sec_2_imgs .item:nth-child(2) {
    bottom: 2rem;
    top: unset;
    left: 11rem;
    animation: hu__hu__ infinite 4s ease-in-out;
}

.home_sec_2_imgs .item:nth-child(2) img {
    width: 5.9rem;
    height: 5.9rem;
}

.home_sec_2_imgs .item:nth-child(3) {
    bottom: 12rem;
    top: unset;
    right: 5rem;
    left: unset;
    animation: hu__hu__ infinite 5s ease-in-out;
}

.home_sec_2_imgs .item:nth-child(3) img {
    width: 12.35rem;
    height: 12.35rem;
}

.home_sec_3 {
    color: #fff;
    padding-left: 3.9rem;
}

.home_sec_3_items {
    display: flex;
    width: calc(100% + 20px);
}

.home_sec_3_items .item {
    height: 100vh;
    cursor: pointer;
    width: 100%;
    transition: 1s all;
}

.home_sec_3_items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_sec_3_items .item:before {
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    content: '';
    z-index: 2;
    left: 0;
    height: 25.45rem;
    Style;
    width: 100%;
    bottom: 0;
    opacity: 1;
}

.home_sec_3_items .box_content {
    position: absolute;
    bottom: 3rem;
    z-index: 99;
    width: 100%;
    padding: 2rem;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    left: 6rem;
    transition: 1s all;
}

.home_sec_3_items b {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    line-height: 1.4;
}

.home_sec_3_items .box_content h3 {
    font-size: 1.5rem;
    color: #ffff;
    text-transform: uppercase;
    margin: 0;
    width: max-content;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.home_sec_3_items .content {
    display: none;
    margin-top: 1rem;
}

.home_sec_3_items .item:after {
    background: linear-gradient(90deg, black, transparent);
    Colors Color format Hex Background colors;
    height: 100%;
    Style;
    opacity: 0;
    transition: .8s all;
    opacity: .7 !important;
}

.home_sec_3_items .item:hover:after {}

.home_sec_3_items .item.active:after {
    opacity: 1;
}

.home_sec_3_items .item.active {
    color: var(--4, #333);
}

.home_sec_3_items .item.active h3 {
}

.home_sec_3_items .item.active b {
    background: var(--Style, linear-gradient(124deg, #245692 -8.57%, #245692 16.48%, #245692 36.61%, #245692 61.54%, #245692 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home_sec_3 .col.large-4.medium-4 {}

.home_sec_3 .col.large-3.medium-3 {
    padding-right: 1rem;
}

.home_sec_3 .col.large-3.medium-3 .content {
    margin-bottom: 1rem;
}

.home_sec_4_items {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.home_sec_4_items .item {
    width: 10.9rem;
    margin: 1rem 2rem;
}

.home_sec_4_items .item .icon {
    border-radius: 100px;
    background: rgba(255, 216, 151, 0.10);
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_sec_4_items .item .icon img {
    max-width: 47%;
    width: auto;
    height: auto;
    transform: rotateY(0deg);
    transition: .8s all;
}

.home_sec_4_items .item .number {
    display: flex;
    color: var(--6_FFFFFF, #FFF);
    font-size: 2.5rem;
    line-height: 2.9rem;
    /* 116% */
    font-weight: 700;
    margin: .4rem 0;
}

.home_sec_4_items h3 {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .7rem;
    padding-bottom: .7rem;
    position: relative;
}

.home_sec_4_items h3:before {
    content: '';
    width: 3.15rem;
    height: 0.1rem;
    background: linear-gradient(96deg, #977B3E -4.67%, #FFF6C1 85.89%);
    position: absolute;
    bottom: 0;
}

.home_sec_4_items .item:hover .icon img {
    transform: rotateY(360deg);
}

.home_sec_5 {
    color: #fff;
}

.slider_project .item {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider_project img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    scale: 1.2;
    transition: 20s all;
}

.slider_project {
    width: calc(100% + 13rem);
}

.slider_project h3 {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 6.5rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    z-index: 2;
    margin: 0;
    padding: 0 2rem;
}

.slider_project .item:before {
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 73.87%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    opacity: 0;
}

.wrap_control {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    bottom: 3rem;
}

.swiper-pagination {
    z-index: 9;
}

.slider_banner .swiper-pagination {
    max-width: 76rem;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
    bottom: 2rem;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
}

.slider_banner .swiper-pagination span {
    border: 1px solid #FFF;
    width: 0.4rem;
    height: 0.4rem;
    background: transparent;
    margin: 0px .3rem !important;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background: #FFCE7B;
    border-color: #FFCE7B;
    outline: 4px solid rgb(255 206 123 / 30%);
    outline-offset: 0rem;
}



.mobile_display {
    display: none;
}

.arrow_slider {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: -3.8rem;
    cursor: pointer;
}

.arrow_slider svg {
    width: 1.95rem;
    height: auto;
}

.wrap_control>* {
    position: unset;
}

.home_sec_5 .col.large-4.medium-4 {
    padding-right: 3rem;
}

.home_sec_5 a.button_link {
    margin-top: 1.2rem;
}

.home_sec_7 {
    color: #ffff;
}

.wrap_post {
    display: inline-block;
    flex-wrap: wrap;
    margin: 2rem -1rem 0;
}

.item_post {
    width: calc(50% - 2rem);
    float: left;
    position: relative;
}

.item_post_small {
    width: calc(50% - 2rem);
    float: left;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    position: relative;
}

.item_post_small .box_img {
    width: 10.9rem;
    height: 6.8rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    overflow: hidden;
}

.item_post_small .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .8s all;
}

.item_post_small {
    padding: .6rem 0;
}

.item_post_small+.item_post_small {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.date_post {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 500;
}

.wrap_post h3 {
    font-size: 0.9rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: .5rem 0;
}

.wrap_post .box_content span {
    display: inline-flex;
    align-items: center;
}

.wrap_post .box_content span svg {
    width: 0.8rem;
    height: auto;
    margin-left: .4rem;
}

.item_post_small:hover .box_img img {
    scale: 1.2;
}

.item_post .box_img {
    height: 23.5rem;
    overflow: hidden;
}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .8s all;
}

.item_post .box_content {
    position: absolute;
    bottom: 0;
    width: 26rem;
    background: var(--FFCE7B, rgb(255 206 123 / 80%));
    color: var(--5_333333, #333);
    padding: 1.7rem;
}

.item_post .box_content .date_post {
    color: var(--1_245692, #245692);
}

.item_post .box_content h3 {
    color: var(--5_333333, #333);
}

.item_post:hover .box_img img {
    scale: 1.2;
}

.home_sec_6 {
    color: #fff;
    padding-top: 10vh;
}

.item_product {
    position: relative;
    margin: 0 .7rem;
}

.item_product .box_img {
    padding-bottom: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
}

.item_product .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    opacity: 1;
    scale: 1;
}

.item_product .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
    transition: .8s all;
}

.wrap_slider {
    position: relative;
}

.arrow_slider.next {
    left: unset;
    right: -3.8rem;
}

.slider_product {
    text-align: center;
    margin: 2rem -1rem 1rem;
}

.item_product h3 {
    margin: 1.1rem 0 0;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 0 2rem;
}

.item_product:hover .box_img img {
    scale: 1.1;
    opacity: .5;
}

.item_product:hover .icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.home_sec_8 {
    color: #fff;
}

.slider_logo .swiper-wrapper {
    flex-direction: unset;
}

.home_sec_8 .col.large-5.medium-5 {
    padding-right: 5rem;
}

.slider_logo .item_logo {
    width: 90%;
    padding-bottom: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: var(--Neutral-White, #FFF);
    box-shadow: 4px 4px 30px 16px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: .6rem;
}

.slider_logo .item_logo img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 70%;
}

.banner_page {
    justify-content: flex-end;
}

.banner_page nav#breadcrumbs {
    margin-bottom: 0;
}

nav#breadcrumbs ol {
    list-style: none;
    margin: 0;
    display: flex;
}

nav#breadcrumbs ol li {
    margin: 0;
}

nav#breadcrumbs ol li * {
    color: #D0D0D0;
}

nav#breadcrumbs ol li+li:before {
    width: 0.25rem;
    height: 0.25rem;
    display: inline-block;
    background: #FFCE7B;
    content: '';
    border-radius: 50%;
    margin: 0 .5rem;
}

nav#breadcrumbs ol li {
    display: flex;
    align-items: center;
}

nav#breadcrumbs ol li:last-child * {
    font-weight: 700;
    color: var(--6_FFFFFF, #FFF);
}

.about_sec_2_img {
    display: flex;
    justify-content: flex-end;
    padding-left: 3rem;
    position: relative;
}

.about_sec_2_content {
    color: #fff;
}

ol,
ul {
    margin-left: 1rem;
}

.about_sec_2_content .content ul {
    list-style: none;
    margin: 0;
}

.about_sec_2_content .content>strong,
.about_sec_2_content .content>p>strong {
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 1rem;
    display: block;
    line-height: 1.5;
}

.about_sec_2_content {
    padding-left: 3rem;
}

.about_sec_2_content .content {
    position: relative;
}

.about_sec_2_content .content:before {
    content: '';
    position: absolute;
    left: -3rem;
    opacity: 0.2;
    background: #FFF;
    height: 100%;
    width: 1px;
    top: 0;
}

.about_sec_2_content .content>strong:before,
.about_sec_2_content .content>p>strong:before {
    content: '';
    position: absolute;
    left: -3rem;
    height: 100%;
    width: 1px;
    background: #fff;
}

.about_sec_2_content .content>p>strong:before {}

.about_sec_2_content {}

.about_sec_2_content strong {
    FONT-WEIGHT: 700;
}

.about_sec_3 {
    color: #fff;
}

.about_sec_3_items {
    display: flex;
    width: calc(100% + 13rem);
}

.about_sec_3_items .item {
    height: 100vh;
    position: relative;
    cursor: pointer;
    width: 50%;
}

.about_sec_3_items .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_sec_3_items .item .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding: 2.5rem;
}

.about_sec_3_items .item:before,
.about_sec_3_items .item:after {
    height: 25.45rem;
    Style;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    bottom: 0;
    transition: .5s all;
    z-index: 2;
    left: 0;
}

.about_sec_3_items .item:after {
    background: linear-gradient(180deg, rgba(255, 216, 151, 0.00) 0%, rgba(255, 216, 151, 0.80) 36.5%, #FFD897 100%);
    Colors Color format Hex Background colors;
    opacity: 1;
    opacity: 0;
}

.about_sec_3_items .item.active:after {
    opacity: 1;
}

.about_sec_3_items .item.active:before {
    opacity: 0;
}

.about_sec_3_items .icon {
    height: 4.05rem;
    SVG;
    display: flex;
    margin-bottom: 1rem;
}

.about_sec_3_items .icon img {
    max-height: 100%;
    width: auto;
    height: auto;
    filter: brightness(0) invert(1);
    transition: .5s all;
}

.about_sec_3_items h3 {
    color: var(--6_FFFFFF, #FFF);
    text-transform: uppercase;
    Colors Color format Hex Text colors 6_FFFFFF Text content;
    font-size: 1.2rem;
    margin: 0;
    transition: .5s all;
}

.about_sec_3_items .content {
    color: var(--5_333333, #333);
    font-weight: 500;
    margin-top: .7rem;
    display: none;
}

.about_sec_3_items .active .icon img {
    filter: brightness(1) invert(0);
}

.about_sec_3_items .active h3 {
    color: var(--1_245692, #245692);
}

.about_sec_3_content {
    padding-right: 6rem;
}

.about_sec_4 {
    color: #fff;
}

.about_sec_4_items .box_img {
    padding-bottom: 100%;
}

.about_sec_4_items .item {
    width: calc(calc(100% / 4) - 1.4rem);
    margin: 0 .7rem;
    padding-bottom: calc(calc(100% / 4) - 1.4rem);
    cursor: pointer;
}

.about_sec_4_items.flex {
    margin: 2rem -0.7rem 0;
}

.about_sec_4_items .box_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    color: var(--5_333333, #333);
    padding: 1.4rem;
    opacity: 1;
    transition: .5s all;
}

.about_sec_4_items .item img {
    opacity: 0;
    transition: .4s all;
}

.about_sec_4_items .number {
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--1_245692, #245692);
    line-height: 1;
    /* 120% */
    text-transform: uppercase;
}

.about_sec_4_items h3 {
    color: var(--1_245692, #245692);
    font-size: 0.9rem;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: .2rem;
}

.about_sec_4_items .content {
    font-weight: 500;
}

.about_sec_4_items .item:hover .box_content {
    opacity: 0;
}

.about_sec_4_items .item:hover img {
    opacity: 1;
}

.about_sec_5 {
    color: #fff;
}

.slider_history {
    margin: 2rem 2rem 0 !important;
}

.slider_history .box_img {
    height: 9.8rem;
}

.slider_history .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_history .item {
    padding: 0 2.5rem;
}

.slider_history h3 {
    margin: 1.2rem 0;
    font-size: 1.5rem;
    color: #fff;
    padding-bottom: 1.6rem;
    position: relative;
}

.slider_history h3:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0.45rem;
    height: 0.45rem;
    background: #fff;
    bottom: 0;
    border-radius: 100px;
}

.slider_history:before {
    content: '';
    position: absolute;
    top: 14.85rem;
    width: 100%;
    opacity: 0.2;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 33.33%, #FFF 66.67%, rgba(255, 255, 255, 0.00) 100%);
    height: 2px;
    left: 0;
    z-index: 2;
}

.slider_for_team .item {
    display: flex;
    align-items: center;
    background: #fff;
    text-align: left;
    color: var(--5_333333, #333);
    background-image: url(../images/ht.svg);
    background-repeat: no-repeat;
    background-position: top right;
    /*background-size: contain;*/
}

.about_sec_6 {
    color: #fff;
}

.slider_for_team .box_img {
    width: 23.85rem;
    height: 17.5rem;
    flex: 0 0 auto;
}

.slider_for_team .box_img img {
    width: 100%;
    height: 100%;
}

.swiper.slider_for_team {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.slider_for_team .box_content {
    padding: 1rem 3rem;
}

.slider_for_team h3 {
    color: var(--1_245692, #245692);
    font-size: 1.5rem;
    font-weight: 800;
    /* 126.667% */
    margin-bottom: 0;
}

.slider_for_team .chuc_vu {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1.2rem;
}

.slider_for_team strong {
    font-weight: 800;
}

.slider_nav_team .item {
    display: flex;
    text-align: left;
    cursor: pointer;
    padding: 0 1.5rem;
}

.slider_nav_team .box_img {
    width: 7.16rem;
    height: 6rem;
    flex: 0 0 auto;
    margin-right: 1.25rem;
}

.slider_nav_team .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_nav_team h3 {
    color: var(--6_FFFFFF, #FFF);
    font-size: 1rem;
    margin-bottom: .4rem;
    transition: .5s all;
    font-weight: 800;
}

.slider_nav_team .box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid var(--6_FFFFFF, #FFF);
    position: relative;
    width: 100%;
}

.slider_nav_team .box_content:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFCE7B;
    transition: .6s all;
}

.slider_nav_team .swiper-slide-thumb-active .box_content:before {
    width: 100%;
}

.slider_nav_team .swiper-slide-thumb-active h3 {
    color: var(--FFCE7B, #FFCE7B);
}

.slider_nav_team {
    margin: 0 -1.5rem !important;
}

.number_box {
    color: #fff;
    position: relative;
    z-index: 9;
}

.wrap_control {
    align-items: center;
}

.number_box span.current {
    color: var(--FFCE7B, #FFCE7B);
    font-size: 1.5rem;
    font-weight: 700;
}

.number_box>* {
    margin: 0px 0.2rem;
    display: inline-block;
}

.number_box {
    margin: 0 1.5rem;
}

.field_sec_3 {
    color: #fff;
}

.item_process {
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--5_333333, #333);
}

.item_process .box_img {
    width: 60%;
    height: 20.2rem;
    Style;
    flex: 0 0 auto;
}

.item_process .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_process .box_img .inner {
    width: 100%;
    height: 100%;
}

.item_process .box_content {
    padding: 3rem;
}

.item_process .step {
    font-size: 0.9rem;
    color: var(--5_333333, #333);
    text-transform: uppercase;
    font-weight: 700;
}

.item_process h3 {
    color: var(--1_245692, #245692);
    font-size: 1.5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    Colors
    Color format
    Hex
    Text colors

    1_245692


    Text content;
}

.process_nav {
    justify-content: center;
    margin: 2.5rem auto 2rem;
    display: inline-flex;
    position: relative;
}

.process_nav .item {
    width: 10.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    padding: 0 .5rem 1.2rem;
    transition: .5s all;
    cursor: pointer;
}

.process_nav .item.active {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.process_nav .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.65rem;
    height: 0.65rem;
    background: #fff;
    border-radius: 50%;
}

.process_nav:before {
    content: '';
    position: absolute;
    bottom: .3rem;
    width: 100%;
    height: 2px;
    opacity: 0.2;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 33.33%, #FFF 66.67%, rgba(255, 255, 255, 0.00) 100%);
}

.field_sec_4 {
    color: #fff;
}

.field_sec_4 .swiper.slider_field_other {
    margin-top: 2.25rem;
}

.process_nav .item.active:before {
    background: #FFCE7B;
    border: 2px solid #fff;
}

.nav_ajax_product {
    list-style: none;
    margin: 2rem 0 0 0;
}

.nav_ajax_product li {
    margin: 0 .2rem;
}

.nav_ajax_product a {
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.2rem;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    z-index: 0;
    transition: .5s all;
}

.nav_ajax_product a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .5s all;
    opacity: 0;
}

.nav_ajax_product a.active:before,
.nav_ajax_product a:hover:before {
    opacity: 1;
}

.nav_ajax_product a.active,
.nav_ajax_product a:hover {
    color: var(--1_245692, #245692);
}

.product_sec_2 {
    color: #fff;
}

.for_tab_product .item {
    display: none;
}

.nav_tab_product {
    display: flex;
    margin-top: 1rem;
}

.nav_tab_product .item {
    height: 2.3rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.2rem;
    background: #7A99BF;
    border-radius: 0.5rem 0.5rem 0 0;
    transition: .4s all;
    font-weight: 700;
    cursor: pointer;
}

.nav_tab_product .item+.item {
    margin-left: .1rem;
}

.nav_tab_product .item.active,
.nav_tab_product .item:hover {
    background: #FFF;
    color: var(--1_245692, #245692);
}

.for_tab_product {
    background: #fff;
    color: #333;
    padding: 3rem;
}

@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.for_tab_product .active {
    animation-name: fade_up;
    animation-duration: 1.5s;
}

.for_tab_product h2 {
    font-weight: 800;
    font-size: 1.2rem;
}

.banner_page {
    min-height: 100vh;
    padding: 0;
    align-items: flex-end;
    overflow: hidden;
}

.title_page {
    color: var(--1_245692, #245692);
    font-size: 2.5rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    text-transform: capitalize;
}

section.news_page {
    padding: 5rem 0;
}

.item_post_box {
    width: 43%;
    float: left;
    display: flex;
    background: var(--1_245692, #245692);
    align-items: center;
}

.news_page .item_post {
    width: 57%;
}

.item_post_box .box_content {
    width: 50%;
    padding: 0 2rem;
}

.item_post_box .box_img .inner {
    padding-bottom: 100%;
    position: relative;
}

.item_post_box .box_img .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .5s all;
}

.item_post_box .box_img {
    width: 50%;
    overflow: hidden;
}

.item_post_box:nth-child(even) .box_content {
    order: -11;
}

.wrap_post .item_post_box h3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}

.item_post_box span {
    display: inline-flex;
    align-items: center;
    color: #fff;
}


.news_page .item_post .box_img {
    height: 28rem;
}

.list_tax_posts {
    list-style: none;
    margin: 2rem 0;
}

.list_tax_posts li {
    margin: 0;
}

.list_tax_posts a {
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    padding: 0 1.2rem;
    border-radius: 100px;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background: transparent;
    Colors Color format Hex Background colors 1_245692 Selection colors FFD897 Export Toolbelt Mode Draw Design Dev Mode;
    transition: .5s all;
    margin: 0 .3rem;
}

.list_tax_posts a:before {}

.list_tax_posts a.active,
.list_tax_posts a:hover {
    background: var(--1_245692, #245692);
    color: var(--FFD897, #FFD897);
}

.list_posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.6rem;
}

.post_item {
    position: relative;
    border-bottom: 2px solid transparent;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
    transition: .5s all;
}

.post_item .box_img {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.post_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .5s all;
}

.post_item .box_content {
    padding: 1.5rem;
}

.post_item .date_post {
    color: var(--1_245692, #245692);
}

.post_item h3 {
    margin: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: .3rem 0;
    line-height: 1.5;
    transition: .5s all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 3.1rem;
    text-transform: uppercase;
}

.post_item span {
    color: var(--1_245692, #245692);
    display: inline-flex;
    align-items: center;
}

.post_item span svg {
    width: .7rem;
    height: auto;
    margin-left: .2rem;
}

.list_posts .post_item {
    width: calc(calc(100% / 3) - 1.2rem);
    margin: 0 .6rem 1.2rem;
}

.post_item:hover h3 {
    color: var(--1_245692, #245692);
}

.post_item:hover .box_img img {
    scale: 1.2;
}

.post_item:hover {
    border-bottom: 2px solid #245692;
}

section.post_details {
    padding: 5rem 0;
}

.box_date {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.box_date svg {
    width: .8rem;
    height: auto;
    display: block;
    margin-right: .2rem;
}

.wrap_content_post {
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 2.25rem 4.7rem;
    margin-bottom: 5rem;
}

.wp-caption .wp-caption-text {
    text-align: left;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.nav_post_bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid;
}

.nav_post_bottom .item {
    display: flex;
    align-items: center;
}

ul.tags_post {
    list-style: none;
    margin: 0 0 0 .6rem;
    display: flex;
}

ul.tags_post li {
    margin: 0;
}

ul.tags_post a {
    font-weight: 700;
    color: #333;
    transition: .34s all;
}

ul.tags_post li+li:before {
    content: '/';
    font-weight: 700;
    margin: 0 .3rem;
}

.box_share {
    display: flex;
    align-items: center;
}

ul.share_post {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.share_post li {
    margin: 0 0 0 .5rem;
}

ul.share_post li svg {
    width: 1.2rem;
    height: auto;
    display: block;
    scale: 1;
    transition: .5s all;
}

.slider_post .post_item {
    text-align: left;
    margin: .6rem;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10);
}

.slider_post {
    margin: 2rem -.6rem 0 !important;
}

.post_details .arrow_slider path {
    stroke: #333;
}

.td_sec_1_items .box_img {
    position: relative;
    height: 60vh;
}

/*section.td_sec_1 {*/
/*    padding: 5rem 0 2.5rem;*/
/*}*/

.td_sec_1_items {
    display: flex;
    margin: 0 -0.1rem;
}

.td_sec_1_items .item {
    width: calc(25% - 0.2rem);
    margin: 0 0.1rem;
    position: relative;
}

.td_sec_1_items .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 2.25rem 1.5rem;
    z-index: 4;
}

.td_sec_1_items h3 {
    color: var(--6_FFFFFF, #FFF);
    font-size: 1.1rem;
    margin: 0;
    text-transform: uppercase;
    transition: .5s all;
}

.td_sec_1_items .item:before,
.td_sec_1_items .item:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 216, 151, 0.00) 0%, rgba(255, 216, 151, 0.80) 42.48%, #FFD897 100%);
    Colors Color format Hex Background colors;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: .5s all;
}

.td_sec_1_items .item:after {
    Colors Color format Hex Background colors;
}

.td_sec_1_items .item:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 54.91%, rgba(0, 0, 0, 0.60) 100%);
    Colors Color format Hex Background colors;
    z-index: 3;
    opacity: 1;
    transition: .5s all;
}

.td_sec_1_items .item:hover:after {
    opacity: 0;
}

.td_sec_1_items .item:hover:before {
    opacity: 1;
}

.td_sec_1_items .item:hover h3 {
    color: var(--1_245692, #245692);
}

.td_sec_1_items .content {
    color: #333;
    display: none;
    font-weight: 500;
}

/*section.td_sec_2 {*/
/*    padding: 2.5rem 0 5rem;*/
/*}*/

table.table_td thead {
    color: #fff;
    background: #245692;
    font-weight: 700;
    font-size: 1rem;
    pointer-events: none;
}

table.table_td thead th,
table.table_td td {
    padding: 1rem 2rem;
    text-align: center;
    color: #333;
}

table.table_td thead th+th {
    border-left: 1px solid rgb(255 255 255 / 40%);
}

table.table_td thead th:nth-child(2),
table.table_td td:nth-child(2) {
    text-align: left;
}

table.table_td td:nth-child(1) {
    font-size: 1.25rem;
    color: #666;
    width: 10px;
}

table.table_td td:nth-child(2) a {
    font-weight: 700;
    font-size: 1rem;
    color: #333;
    transition: .5s all;
}

table.table_td {
    font-size: .9rem;
    color: var(--5_333333, #333);
}

table.table_td thead th {
    color: #fff;
}

table.table_td td:nth-child(3) a {
    display: inline-flex !important;
    height: 2.2rem;
    justify-content: center;
    border-radius: 100px;
    font-weight: 800;
    color: var(--1_245692, #245692);
    border: 2px solid var(--1_245692, #245692);
    align-items: center;
    padding: 0 1.3rem;
    transition: .5s all;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

table.table_td td:nth-child(3) a:hover {
    border-color: transparent;
}

table.table_td td:nth-child(3) a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    z-index: -1;
    opacity: 0;
    transition: .5s all;
}

table.table_td td:nth-child(3) a:hover:before {
    opacity: 1;
}

.wrap_table_td {
    margin-top: 2rem;
    box-shadow: 0 2px 30px 0 rgba(5, 36, 96, 0.08);
}

table.table_td td+td {
    border-left: 1px solid rgb(5 36 96 / 20%);
}

table.table_td tr {
    background: transparent;
    transition: .5s all;
    cursor: pointer;
}

table.table_td tr:hover {
    background: #F5F5F5;
}


table.table_td tr:hover td:nth-child(2) a {
    color: var(--1_245692, #245692);
}

.td_details_top .large-9 {
    padding-right: 0;
}

.td_details_top .large-3 {
    padding-left: 0;
}

.td_details_top .box_content {
    background: #F2F8FF;
    padding: 3rem 4rem;
}

.td_details_top .box_right.text-center {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.td_details_top h2.title_page {
    font-size: 2rem;
}

.td_details_top ul.info {
    list-style: none;
    margin: 0;
    display: flex;
}

.td_details_top ul.info li {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.td_details_top ul.info li svg {
    display: block;
    width: 1rem;
    height: auto;
    margin-right: .3rem;
}

.td_details_top ul.info li+li {
    margin-left: 2rem;
}

.td_details_top .nav_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.td_details_top .content.mota {
    font-size: 0.9rem;
    padding-top: 1.2rem;
    margin-top: 1.2rem;
    border-top: 1px solid rgb(5 36 96 / 20%);
}

.td_details_top .box_right b.title {
    color: var(--FFCE7B, #FFCE7B);
    text-transform: uppercase;
    font-size: 1rem;
}

a.scroll_down {
    display: inline-flex;
    align-items: center;
    height: 2.2rem;
    color: var(--1_245692, #245692);
    font-weight: 700;
    text-transform: uppercase;
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));

    border-radius: 100px;
    padding: 0 1.3rem;
    width: auto;
    margin: 1rem 0;
}

a.scroll_down svg {
    width: 0.9rem;
    height: auto;
    flex: 0 0 auto;
    margin-left: .4rem;
}

a.mail {
    color: var(--6_FFFFFF, #FFF);
}

.thong_tin_khac .item>h3 {
    font-size: 1rem;
    color: #333;
    width: 12rem;
    flex: 0 0 auto;
    text-transform: unset;
    margin-right: 1rem;
}

.thong_tin_khac .item {
    display: flex;
}

.thong_tin_khac .item {
    padding: 1rem 0;
}

.thong_tin_khac .item+.item {
    border-top: 1px solid rgb(0 0 0 / 20%);
}

.thong_tin_khac {
    margin-top: 3rem;
}

.thong_tin_khac .item:first-child {
    padding-top: 0;
}

section.td_details {
    padding: 5rem 0;
}

.tuyen_dung_khac {
    margin-top: 3rem;
    background: #F2F8FF;
    Colors Color format Hex Background colors #F2F8FF;
}

.tuyen_dung_khac b.title {
    background: var(--1_245692, #245692);
    height: 3rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    color: var(--FFCE7B, #FFCE7B);
    font-size: 1rem;
    text-transform: uppercase;
}

.list_td {
    padding: 1.75rem;
}

.list_td .item {
    padding: 1.2rem 0;
    cursor: pointer;
}

.list_td .item+.item {
    border-top: 1px solid rgba(0, 0, 0, 0.20);

}

.list_td .item h3 {
    font-size: 1rem;
    margin: 0 0 .2rem 0;
    color: var(--5_333333, #333);
    transition: .5s all;
}

.list_td .item:hover h3 {
    color: #245692;
}

.list_td .item:first-child {
    padding-top: 0;
}

.list_td .item:last-child {
    padding-bottom: 0;
}

.td_details_bottom .large-9 {
    padding-right: 4rem;
}

div#box_form_td {
    background: #F2F8FF;
    padding: 4rem;
    margin-top: 5rem;
}

.wrap_form_contact label {
    color: var(--5_333333, #333);
    font-weight: 600;
    display: block;
}

.wrap_form_contact label span {
    color: #F62121;
}

.wrap_form_contact input:not(.wpcf7-submit):not(.wpcf7-file),
.wrap_form_contact textarea {
    height: 2.2rem;
    Style;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid#DDD;
    color: #666;
}

.wrap_form_contact {
    text-align: left;
    margin-top: 1rem;
}

span.wpcf7-spinner {
    position: absolute;
}

.wpcf7 input[type="file"] {
    margin: 0;
}

.wpcf7-submit {
    height: 2.2rem;
    display: inline-flex;
    justify-content: center;
    border-radius: 100px !important;
    margin: 0 !important;
    border: 2px solid var(--1_245692, #245692) !important;
    background: transparent !important;
    color: var(--1_245692, #245692) !important;
    font-weight: 800 !important;
    line-height: normal;
    letter-spacing: unset !important;
    transition: .5s all !important;
}

.wpcf7-submit:hover {
    background: #245692 !important;
    color: #fff !important;
}

section.contact_sec_2 {
    padding: 5rem 0 0 0;
}

.contact_sec_2_box {
    padding: 2.8rem 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.contact_sec_2_box .logo img {
    height: auto;
}

.contact_sec_2_box h3 {
    color: var(--FFCE7B, #FFCE7B);
    font-size: 1rem;
    margin: 2rem 0 1.5rem;
    background: linear-gradient(90deg, #FFFFDB, #BCAA71);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_sec_2_items {
    color: #fff;
}

.contact_sec_2_items b {
    color: var(--FFCE7B, #FFCE7B);
    font-size: .9rem;
    display: block;
    background: linear-gradient(
            90deg, #FFFFDB, #BCAA71);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.contact_sec_2_items .item+.item {
    margin-top: 1rem;
}

ul.list_socials {
    list-style: none;
    margin: 1.5rem 0 0 0;
    display: flex;
}

ul.list_socials a {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

ul.list_socials a img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

ul.list_socials li {
    margin: 0 0 0;
}

ul.list_socials li+li {
    margin-left: .7rem;
}

.contact_sec_2 .col.large-7.medium-7 {
    padding-left: 6rem;
}

.box_map iframe {
    display: block;
    width: 100%;
    height: 100vh;
}

.slider_contact .item {
    background: #F2F8FF;
    margin: 0 .5rem;
    min-height: 17rem;
    text-align: center;
    padding: 3.5rem 3rem 3rem;
}

.slider_contact h3 {
    color: var(--1_245692, #245692);
    font-size: 1.2rem;
    margin: .5rem 0;
    padding-bottom: .3rem;
    position: relative;
}

.slider_contact h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #245692;
    width: 3.25rem;
    height: 2px;
}

.swiper.slider_contact {
    margin: 5rem -0.5rem;
}

.contact_sec_2 .arrow_slider path {
    stroke: #333;
}

a.style_center.max {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.item_post_box {
    position: relative;
}

.product_sec_1 .content strong {
    font-size: 1.5rem;
    line-height: 1.2;
}

.for_tab_product .content {
    max-height: 19rem;
    overflow: auto;
    padding-right: 1rem;
}

.for_tab_product .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.for_tab_product .content::-webkit-scrollbar {
    width: 0.217rem;
    background-color: #cedbff;
}

.for_tab_product .content::-webkit-scrollbar-thumb {
    background-color: #245692;
}

/* .bannerContent:before, .nav_header .nav_left:before, .nav_header .nav_right:before {
    content: '';
    position: absolute;
    left: -6rem;
    width: 162%;
    height: 172%;
    background: #000;
    opacity: .8;
    z-index: -1;
    border-radius: 100%;
    bottom: 0;
    filter: blur(40px);
    opacity: .5;
}
 */
.banner_page .row {
    position: relative;
    z-index: 2;
}

section.project_sec_1 {
    padding: 0 !important;
}

.project_sec_1_content {
    padding-right: 6rem;
}

.project_sec_1_content ul.link_socials {
    list-style: none;
    margin: 0;
    gap: 1rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgb(0 0 0 / 20%);
}

.project_sec_1_content ul.link_socials img {
    display: block;
    width: 2rem;
    height: auto;
    scale: 1;
    transition: .5s all;
}

.project_sec_1_content ul.link_socials li {
    margin: 0;
}

.project_sec_1_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
}

.project_sec_1_items .item {
    width: calc(50% - 3rem);
    margin-right: 3rem;
    padding: 1rem 0;
}

.project_sec_1_items .item:nth-child(n+3) {
    border-top: 1px solid #E1E1E1;

}

.project_sec_1_items b {
    font-size: 1rem;
    color: var(--6, #073861);
}

.project_sec_1_img img {
    display: block;
    width: 100%;
}

.project_sec_1_img {
    margin-top: 0rem !important;
}

section.project_sec_2 {
    padding: 5rem 0;
}

.slider_for_ti .swiper-slide {
    margin: 0 !important;
}

.slider_for_ti img {
    width: 100%;
    display: block;
}

.slider_nav_ti .item {
    text-align: center;
    cursor: pointer;
    padding: 0 1rem;
}

.slider_nav_ti .icon {
    width: 3.2044rem;
    height: 3.2044rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 20px rgba(0, 47, 105, 0.1));
    SVG;
    margin-top: 2rem;
    margin-bottom: .7rem;
    background: #fff;
    border-radius: 100px;
    transition: .5s all;
}

.slider_nav_ti h3 {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
    transition: .5s all;
}

.slider_for_ti {
    margin-top: 2rem;
}

.project_sec_2 .arrow_slider path {
    stroke: #333;
}

.project_sec_2 .wrap_slider+.wrap_slider {
    max-width: 90%;
    margin: auto;
}

.slider_nav_ti .swiper-slide-thumb-active .icon {
    background: var(--1_245692, #245692);
}

.slider_nav_ti .swiper-slide-thumb-active h3 {
    color: var(--1_245692, #245692);
}

.slider_nav_ti .icon img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
    filter: brightness(0) invert(0);
    opacity: .6;
    transition: .5s all;
}

.slider_nav_ti .swiper-slide-thumb-active .icon img {
    filter: brightness(1) invert(0);
    opacity: 1;
}

.nav_tabs_mb {
    width: 15rem;
    flex: 0 0 auto;
    padding-right: 2rem;
    max-height: 21rem;
    overflow: auto;
}

.nav_tabs_mb h3 {
    color: var(--1_245692, #245692);
    font-size: 1rem;
    margin: 0;
    cursor: pointer;
}

.nav_tabs_mb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.nav_tabs_mb ul a {
    color: var(--5_333333, #333);
    transition: .5s all;
}

.nav_tabs_mb ul li {
    margin: .5rem 0 0 0;
}

.nav_tabs_mb ul li {}

.nav_tabs_mb .item {
    padding: 1rem 0;
    position: relative;
}

.nav_tabs_mb .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.nav_tabs_mb ul a.active {
    text-decoration: underline;
}

.nav_tabs_mb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.nav_tabs_mb::-webkit-scrollbar {
    width: 0.117rem;
    background-color: #cedbff;
}

.nav_tabs_mb::-webkit-scrollbar-thumb {
    background-color: #245692;
}


.nav_tabs_mb .item:first-child {
    padding-top: 0;
}

.tabs_mb.flex {
    justify-content: space-between;
    margin-top: 2rem;
}

section.project_sec_3 {
    background: #F2F8FF;
    Colors Color format Hex Background colors #F2F8FF;
    padding: 5rem 0;
}

section.project_sec_4 {
    padding-top: 5rem;
}

.slider_gallery {
    overflow: unset;
}

.slider_gallery .item_gal {
    margin: 0 .8rem;
    position: relative;
    overflow: hidden;
}

.slider_gallery .box_img {
    height: 37.5rem;
    Style;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_gallery .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: 10s all;
}

.slider_gallery .item_gal h3 {
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.5rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.item_gal:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13.05rem;
    Style;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
}

.slider_gallery .icon {
    position: absolute;
    z-index: 9;
}

.slider_gallery .icon svg {
    height: auto;
    width: 7rem;
    display: block;
}

section.project_sec_5 {
    padding: 5rem 0;
}

.project_sec_5_content {
    padding-right: 3rem;
}

.project_sec_5 .box_content {
    background: var(--6_FFFFFF, #FFF);
    box-shadow: 0 0 20px 0 rgba(0, 47, 105, 0.10);
    padding: 2.5rem 4rem;
}

.project_sec_5 .box_content .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.project_sec_5 .box_content .content::-webkit-scrollbar {
    width: 0.217rem;
    background-color: #cedbff;
}

.project_sec_5 .box_content .content::-webkit-scrollbar-thumb {
    background-color: #245692;
}


.project_sec_5 .box_content .content {
    max-height: 12rem;
    overflow: auto;
    padding-right: 2rem;
}

section.project_sec_6.post_details {
    background: #F2F8FF;
}

section.project_sec_6.post_details+section.project_sec_6.post_details {
    background: transparent;
}

.box_menu_main {}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: .5rem;
}

.nav_sidebar {
    position: fixed;
    z-index: 9999;
    background: #002E68;
    Colors Color format Hex Background colors #002E68;
    height: 100vh;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.15rem 0;
    width: 4.4rem;
}

.nav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a#logo img {
    height: 3.45rem;
    Style;
    display: block;
    width: auto;
    display: flex;
}

.slogan {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    color: #FFF;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1rem;
    /* 157.143% */
    text-transform: uppercase;
    padding-bottom: .1rem;
    margin-top: .5rem;
    position: relative;
    font-size: .4rem;
    display: inline-block;
    top: -1rem;
    left: 4.5rem;
}
.slogan:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(-90deg, #fff, transparent);
    bottom: -1px;
    transition: 1s all;
}

.slogan:before {
    animation: full_width 1s ease-in-out 1s forwards;
}
.home .slogan:before {
    animation: full_width 1s ease-in-out .5s forwards;
}

@keyframes full_width {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}

.nav_header .nav_right {
    display: flex;
    align-items: center;
    position: relative;
}

form.search-form {
    margin: 0;
    position: relative;
}

form.search-form input.search-field {
    margin: 0;
    height: 2rem;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    box-shadow: none;
}

form.search-form button {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: .8rem;
    min-height: unset;
}

form.search-form label {
    margin: 0;
}

form.search-form button svg {
    width: 1.1rem;
    height: auto;
}

ul.action_language {
    list-style: none;
    margin: 0 1.45rem;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #fff;
}

ul.action_language a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

ul.action_language li {
    margin: 0;
    display: flex;
    align-items: center;
}

ul.action_language li+li:before {
    content: '|';
    font-size: .7rem;
    margin: 0 .5rem;
}

ul.action_language a.active {
    color: var(--FFD897, #FFD897);
    font-weight: 700;
}

a.hotline {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
}

a.hotline svg {
    display: block;
    height: 2.6rem;
}

form.search-form input.search-field::placeholder {
    color: #fff;
}

.home_sec_2 .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_sec_2 .logo img {
    height: 3rem;
    Style;
    width: auto;
    margin-bottom: .3rem;
}

footer#footer {
    color: #fff;
    align-items: center;
    justify-content: center;
}

footer#footer .row.footer_bottom {
    position: absolute;
    bottom: 3rem;
    padding-top: 1.5rem;
}

ul.menu_bottom.flex {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 1.8rem;
}

ul.menu_bottom a {
    color: #fff;
    position: relative;
}

ul.menu_bottom a:before,
ul.menu_footer a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    transition: .5s all;
    background: #fff;
}

ul.menu_bottom a:hover:before,
ul.menu_footer a:hover:before {
    width: 100%;
}

ul.menu_bottom.flex li {
    margin: 0;
}

footer#footer .row.footer_bottom:before {
    left: 10px;
    right: 10px;
    height: 1px;
    background: rgb(255 255 255 / 20%);
    content: '';
    position: absolute;
    top: 0;
}

.footer_1_items .item b {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .2rem;
}

.footer_1_items span.icon {
    display: flex;
    align-items: center;
    width: 1.1rem;
    height: auto;
    margin-right: .5rem;
}

.footer_1_items .item {
    padding: 1rem 0;
}

.footer_1_items .item+.item {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.col.large-5.medium-5.footer_1 {
    padding-right: 8rem;
}

footer#footer h2.heading_title {
    font-size: 2.4rem;
}

b.title_footer {
    color: var(--FFCE7B, #FFCE7B);
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #FFFFDB, #BCAA71);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.menu_footer {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

ul.menu_footer a {
    color: #fff;
    position: relative;
}

ul.menu_footer li {
    margin: 0;
}

footer#footer label {
    color: #fff;
}

footer#footer .wrap_form_contact textarea {
    min-height: unset;
    display: flex;
    align-items: center;
    line-height: 2.2rem;
    padding-top: 0;
}

footer#footer .wrap_form_contact {
    padding: 0 5px;
}

footer#footer .wrap_form_contact input.wpcf7-form-control.wpcf7-submit {
    color: var(--FFCE7B, #FFCE7B) !important;
    border-color: var(--FFCE7B, #FFCE7B) !important;
}

.toggle_menu {
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
}

.toggle_menu .icon {
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    margin: auto;
    fill: #FFCE7B;
}

.toggle_menu .close {
    display: none;
}

.toggle_menu.active .open {
    display: none;
}

.toggle_menu.active .close {
    display: block;
}

ul.socials_header {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: .8rem;
}

ul.socials_header li {
    margin: 0;
}

ul.socials_header img {
    width: 1.5rem;
}

.nav_sidebar .nav_bottom {
    color: #BCAA71;
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.nav_sidebar .nav_bottom .title {
    transform: rotate(-90deg);
    margin-bottom: 3rem;
}

.nav_sidebar .nav_bottom .inner {
    position: relative;
    width: max-content;
}

.nav_sidebar .nav_bottom .inner:before {
    content: '';
    width: 2px;
    height: 84%;
    background: linear-gradient(300deg, rgba(255, 206, 123, 0.00) 0%, #FFCE7B 50%, rgba(255, 206, 123, 0.00) 100%);
    Colors Color format Hex Border colors;
    position: absolute;
    z-index: 2;
    left: -.6rem;
}

div#fp-nav {
    display: none;
}

.box_menu_main {
    position: fixed;
    left: 4.5rem;
    width: 27.25rem;
    z-index: 999;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    padding-left: 4rem;
    padding-right: 2rem;
    opacity: 0;
    transition: .7s all;
    pointer-events: none;
}

.box_menu_main .inner {
    position: relative;
    z-index: 9;
}

.box_menu_main .inner {
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

a#logo {
    width: auto !important;
}

.inner_menu ul {
    margin: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.inner_menu .primary {
    background: transparent;
}

.inner_menu .primary a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.inner_menu .primary li {
    border: none;
}

.inner_menu .primary a:before {
    content: '';
    width: 0;
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 206, 123, 0.00) 4.17%, rgba(255, 206, 123, 0.72) 33.98%, #FFCE7B 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-right: 0;
    transition: .5s all;
}

.inner_menu .primary a:hover:before {
    width: 1.5rem;
    margin-right: .5rem;
}

.inner_menu .primary .current-menu-item a:before {
    width: 1.5rem;
    margin-right: .5rem;
}

.inner_menu .primary .current-menu-item a {
    color: var(--FFCE7B, #FFCE7B);
}

.box_menu_main:before {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: #000;
    opacity: .5;
    pointer-events: none;
}

.box_menu_main.active {
    opacity: 1;
    pointer-events: unset;
}

.about_sec_3_items .item:nth-child(1) .box_content .content {
    display: block;
}

.home_sec_8 .swiper-pagination {
    bottom: -1rem;
}

.list_td .item {
    position: relative;
}

.item_banner:after {
    width: 100%;
    height: 13.6rem;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.6;
    left: 0;
    z-index: 1;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    color: #fff;
    text-align: center;
    font-size: .7rem;
    background: #0D4385;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: .6rem;
}

section.section.banner_page:not(.fp-section) {
    min-height: unset;
}

section.section.banner_page:not(.fp-section) img {
    position: unset;
    scale: 1;
}

section.section.banner_page:not(.fp-section) .row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

footer#footer {
    min-height: 100vh;
}
div#fp-nav {
    display: block;
}

div#fp-nav .fp-tooltip {
    display: none !important;
}

#fp-nav ul {
    counter-reset: fp-step;
}

#fp-nav ul li a::before {
    counter-increment: fp-step;
    content: counter(fp-step);
    font-weight: 600;
    margin-right: 0;
    color: #fff;
}


#fp-nav ul li, .fp-slidesNav ul li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

#fp-nav ul li a span {
    display: none !important;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    font-size: 0.9rem;
    font-weight: 500;
    transition: .5s all;
}

#fp-nav ul li a.active {
    font-weight: 700;
    font-size: 1.5rem;
    color: #FFCE7B !important;
}

#fp-nav ul li a.active:before {
    color: #FFCE7B !important;
}

#fp-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.4vh;
}

#fp-nav.fp-left {
    left: 2.2rem;
    transform: translate(-50%,-61%) !important;
    height: 58vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    flex-direction: column;
    gap: .8rem;
}
.fp-watermark {
    display: none;
}
.load_home_page {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: linear-gradient(90deg, #020202, #0d203a);
}

img.logo_center {
    position: relative;
    max-width: 30rem;
}
.load_home_page .logo_center {
    opacity: 1;
}

.load_home_page.complete .logo_center {
    opacity: 0;
}
.section.active img.bg {
    scale: 1;
}
.home_sec_7 .item.item_post {
    margin: .6rem 1rem 0;
}

.home_sec_7 .item.item_post .box_img {
    height: 22.9rem;
}
body {
    overflow: hidden;
}
footer#footer img.bg {
    scale: 1;
}

#fp-nav.fp-left {
    z-index: 9999;
}
.wrap_fixed_button {
    position: fixed;
    z-index: 999;
    right: 1.3rem;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 2rem;
}

.wrap_fixed_button a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
}

.wrap_fixed_button ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.wrap_fixed_button a img {
    max-width: 60%;
    width: auto;
    height: auto;
    max-height: 60%;
}

.icon_scroll svg {
    height: 10.6rem;
    margin-bottom: 1rem;
    animation: hu__hu__ infinite 2s ease-in-out;
}
#fp-nav.fp-left:before,#fp-nav.fp-left:after {
    opacity: 0.4;
    background: linear-gradient(
            224deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    width: 1px;
    height: 100%;
    content: '';
}

#fp-nav.fp-left:after {
    background: linear-gradient(
            321deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.slider_banner .swiper-slide.swiper-slide-visible.swiper-slide-active .item_banner >img {
    scale: 1;
}


.slider_project .swiper-slide.swiper-slide-visible.swiper-slide-active img {
    scale: 1;
}
span.ef-img-t {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.button_link:before {
    content: '';
    background: var(--FFCE7B, #FFCE7B);
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
    z-index: -1;
}

a.button_link:hover:before {
    width: 100%;
}
.home_sec_2_content {
    padding-right: 6rem;
}

.home_sec_2_items {
    width: calc(100% + 12rem);
}

.home_sec_2_items .item {
    width: 50%;
    position: relative;
    height: 100vh;
}

.home_sec_2_items .item .box_img {
    width: 100%;
    height: 100%;
}

.home_sec_2_items .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_sec_2_items .item .box_img:before,.home_sec_2_items .item .box_img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 17.35rem;
    Style;
    width: 100%;
    opacity: 0.56;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 2;
    transition: .5s all;
}

.home_sec_2_items  .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 3rem 3rem;
    z-index: 9;
}

.home_sec_2_items .icon {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home_sec_2_items .icon img {
    max-height: 100%;
    width: auto;
    filter: brightness(0) invert(1);
    transition: .5s all;
}

.home_sec_2_items  h3 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0;
    margin-top: 1rem;
    transition: .5s all;
}

.home_sec_2_items .item .box_img:after {
    background: linear-gradient(180deg, rgba(255, 216, 151, 0.00) 0%, rgba(255, 216, 151, 0.70) 32%, #FFD897 100%);
    opacity: 0;
    transition: .5s all;
}

.home_sec_2_items .item:hover .box_img:before {
    opacity: 0;
}

.home_sec_2_items .item:hover .box_img:after {
    opacity: 1;
}

.home_sec_2_items .item:hover .icon img {
    filter: brightness(1) invert(0);
}

.home_sec_2_items .item:hover h3 {
    color: #333;
}
.banner_page:not(.fp-section):hover img {
    scale: 1.2 !important;
    transition: 20s all;
}
.td_sec_1_items .box_img img {
    scale: 1 !important;
}
.content.phone {
}
.project_sec_1_content ul.link_socials a:hover img {
    scale: 1.2;
}
section.project_sec_7 {
    background: #F2F8FF;
    padding: 4rem 0;
}

.project_sec_7_content {
    padding-left: 2rem;
}
.item_post_box:hover .box_img img {
    scale: 1.2;
}
ul.tags_post a:hover {
    color: #e7d396;
}
ul.share_post li:hover svg {
    scale: 1.2;
}
.wpcf7-submit:not(.footer_submit) {
    background-image: url(../images/icon_logo.png) !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: right .8rem center !important;
    padding-right: 2.5rem;
    background-size: 1.2rem !important;
}
.wpcf7-submit:not(.footer_submit):hover {
    background-color: #245692 !important;
}
ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

ul.thenativePagination li {
    margin: 0;
}

ul.thenativePagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #666;
    margin: 0 .2rem;
    border-radius: 100%;
    opacity: .5;
}

ul.thenativePagination .active a {
    border-color: #245692;
    color: #245692;
    opacity: 1;
}
.box_content_banner .icon svg {
    width: 2rem;
}
.slider_contact .swiper-slide {
    height: auto;
}

.slider_contact .swiper-slide .item {
    height: 100%;
}
.page-template-default  section.section.default-page {
    padding-top: 10rem;
}
.banner_page  h1.heading_title {
    background: var(--Style, linear-gradient(124deg, #977B3E -8.57%, #C6A55E 16.48%, #FFF6C1 36.61%, #FFEE90 61.54%, #977B3E 104.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: auto;
}

.slider_gallery .item_gal:hover img {
    scale: 1.2;
}
section.section.default-page h1 {
    font-size: 3rem;
    text-transform: uppercase;
}
.nav_header .nav_right a.hotline {
    margin-right: 1rem;
}
a.hotline {
    opacity: 1;
    transition: .5s all;
}

.hide_phone a.hotline {
    opacity: 0;
    pointer-events: none;
}
header form.search-form input.search-field {
    opacity: 0;
    width: 2rem;
    height: 2rem;
}

header  form.search-form {
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
}

header  form.search-form button {
    padding: 0;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.button_wrap {
    display: flex;
    gap: .5rem;
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    transform: translateX(-200%) !important;
}

.button_wrap a {flex: 0 0 auto;}


div#form_bg {
    max-width: 28rem;
    border-radius: 1rem;
}

div#form_bg button.fancybox-button.fancybox-close-small {
    background: #245692;
    color: #fff;
    border-radius: 50%;
    margin: .5rem;
    opacity: 1;
}

.home_sec_3 .col.large-3.medium-3 {
    position: absolute;
    z-index: 99;
    left: 2.2rem;
    top: 6rem;
    padding-right: 7rem;
}

.home_sec_3 .row {
    max-width: unset !important;
}

.home_sec_3_items .item.active {
    width: 55%;
    flex: 0 0 auto;
}
.home_sec_3_items .item.active .box_content {
    transform: rotate(0deg);
    left: 0;
}
.item_post .content {
    display: none;
}

.nav_header.sticky a.hotline {
    opacity: 0;
    pointer-events: none;
}
.home_sec_3_items .box_content .content {
    color: #fff;
    max-width: 22rem;
    display: block !important;
    height: 0;
    overflow: hidden;
    transition: .5s all;
}
.home_sec_3_items .item.active .content {
    height: 6rem;
    transition-delay: .7s;
}
.swiper-slide-active .box_content_banner h3,.swiper-slide-active .box_content_banner .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .5s;
}

.box_content_banner .content,.button_wrap {
    opacity: 0;
    transform: translateY(2rem);
    transition: 1s all;
}

.swiper-slide-active .box_content_banner .content {
    transition-delay: .8s;
}

.swiper-slide-active .box_content_banner .button_wrap {opacity: 1;transition-delay: 1s;}

section.project1 {
    position: relative;
}

.project1_box {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 21rem;
    z-index: 2;
    position: relative;
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding-right: 1rem;
}

.project1_box h1.title_page {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    text-transform: uppercase;
}

section.project1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30rem;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    z-index: 2;
    opacity: .8;
}

section.project1 .row {
    max-width: 100% !important;
    padding-left: 7rem;
}

section.project1>.bg {
    height: 100%;
    scale: 1;
}

.project1_items .item {
    color: #fff;
    gap: 1rem;
    padding: .6rem 0;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.project1_items .item .icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ================================================================
   CONTACT PAGE - clone layout newtecons.vn/lien-he
   File: assets/css/contact.css  (hoac them vao style.css)
   ================================================================ */

/* ---- Toan trang ---- */
.contact-page {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Overlay gradient ben trai -> trong suot ben phai */
.contact-page__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to right,
            rgba(20, 44, 80, 0.97) 0%,
            rgba(20, 44, 80, 0.90) 40%,
            rgba(20, 44, 80, 0.50) 65%,
            rgba(20, 44, 80, 0.0) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Container 2 cot */
.contact-page__container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 60px;
    width: 100%;
    box-sizing: border-box;
}

/* ---- COT TRAI ---- */
.contact-page__left {
    flex: 0 0 480px;
    max-width: 480px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.contact-page__right {
    flex: 1;
}

/* ---- TIEU DE ---- */
.contact-page__title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    margin: 0 0 40px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-page__title-bold {
    color: #fff;
    font-weight: 800;
    font-size: 52px;
}

/* ---- KHOI THONG TIN (dia chi, hotline...) ---- */
.contact-page__info-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
}

.contact-page__info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-page__info-icon {
    flex: 0 0 20px;
    margin-top: 2px;
    opacity: 0.9;
}

.contact-page__info-content {
    flex: 1;
}

.contact-page__info-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-page__info-title a {
    color: #fff;
    text-decoration: none;
}

.contact-page__info-title a:hover {
    color: #e2a93b;
}

.contact-page__info-text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
}

.contact-page__info-text p {
    margin: 0 0 4px 0;
}

.contact-page__info-text a {
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    text-decoration: none;
}

.contact-page__info-text a:hover {
    color: #e2a93b;
}

.contact-page__info-text ul {
    margin: 4px 0 0 0;
    padding-left: 18px;
}

.contact-page__info-text li {
    margin-bottom: 2px;
}

/* ---- 2 NUT POPUP ---- */
.contact-page__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.contact-page__btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 14px 28px;
    border: 1.5px solid rgba(255,255,255,0.7);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.25s, border-color 0.25s;
    width: fit-content;
    min-width: 260px;
}

.contact-page__btn:hover {
    background: rgba(255,255,255,0.12);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.contact-page__btn-text {
    flex: 1;
}

.contact-page__btn-arrow {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

/* ---- SOCIALS ---- */
.contact-page__socials {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.contact-page__social-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    transition: border-color 0.2s, background 0.2s;
}

.contact-page__social-item:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}

.contact-page__social-icon {
    max-width: 18px;
    max-height: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* ---- COPYRIGHT ---- */
.contact-page__copyright {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
}

.contact-page__copyright p {
    margin: 0;
}

/* ---- MAP ---- */
.contact-page__map {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 400px;
}

.contact-page__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


/* ================================================================
   POPUP CONTACT (Fancybox inline)
   ================================================================ */

.popup-contact {
    max-width: 1077px;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.popup-contact__inner {
    position: relative;
}

.popup-contact__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.popup-contact__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.popup-contact__content {
    position: relative;
    z-index: 1;
    padding: 40px 50px 50px;
}

.popup-contact__logo {
    text-align: center;
    margin-bottom: 12px;
}

.popup-contact__logo img {
    max-height: 50px;
    width: auto;
    display: inline-block;
}

.popup-contact__title {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #1c3a6e;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.popup-contact__title b {
    font-weight: 800;
}

.popup-contact__desc {
    text-align: center;
    color: #555;
    font-size: 14px;
    margin-bottom: 28px;
}

/* Form bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn trong popup */
.popup-contact__form .wpcf7-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

.popup-contact__form .wpcf7-form .col-md-6 {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
}

.popup-contact__form .wpcf7-form .col-md-12 {
    flex: 0 0 100%;
    width: 100%;
}

.popup-contact__form .wpcf7-form input[type="text"],
.popup-contact__form .wpcf7-form input[type="email"],
.popup-contact__form .wpcf7-form input[type="tel"],
.popup-contact__form .wpcf7-form input[type="url"],
.popup-contact__form .wpcf7-form textarea {
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
}

.popup-contact__form .wpcf7-form input:focus,
.popup-contact__form .wpcf7-form textarea:focus {
    border-color: #1c3a6e;
}

.popup-contact__form .wpcf7-form textarea {
    resize: vertical;
    min-height: 120px;
}

.popup-contact__form .wpcf7-form button[type="submit"],
.popup-contact__form .wpcf7-form .link button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 32px;
    background: #1c3a6e;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}

.popup-contact__form .wpcf7-form button[type="submit"]:hover {
    background: #245692;
}

/* Info hang dau cua form ho so nang luc */
.popup-contact__form .hsnl-first {
    font-size: 14px;
    font-weight: 600;
    color: #1c3a6e;
    padding: 4px 0;
}
section.contactPage {
    color: #fff;
    padding: 6rem 0 3rem;
    min-height: 100vh;
}

section.contactPage h1.title {
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
}

.item_o h3 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    fill: #fff;
    gap: .5rem;
}

.item_o h3 svg {
    width: .89rem;
    display: block;
}

section.contactPage .content a {
    color: #fff;
}

section.contactPage .content h3 {
    color: #fff;
}

section.contactPage .content p {
    margin-bottom: .5rem;
}

.item_o {
    margin-bottom: 1.5rem;
}

section.contactPage ul.socials {
    list-style: none;
    margin: 1rem 0 0 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

section.contactPage ul.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contactPage a.button_link+a.button_link {
    margin-top: .5rem;
}
section.contactPage ul.socials a {
    border-radius: 50%;
    background: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contactPage ul.socials a img {scale: .7;}
.popup-contact__form .wpcf7-form .row {
    gap: 0;
}

.popup-contact__form h3 {
    font-size: 1.6rem;
    color: #002149;
    margin-bottom: 0;
}
section.contactPage .bg {
    scale: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contactPage:before {
    z-index: 2;
    background: linear-gradient(90deg, #002e68,#002e68, transparent);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
}

section.contactPage {
    position: relative;
}

section.contactPage .row {
    position: relative;
    z-index: 9;
}
video.elementor-video {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bannerContent {
    display: inline-block;
    position: relative;
    margin-bottom: 4rem;
}
/* ================================================================
   RESPONSIVE
   ================================================================ */
.nav_header .nav_left {
    position: relative;
}

/* .nav_header .nav_left:before,.nav_header .nav_right:before {
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .3;
    width: 166%;
    height: 184%;
} */
header::before {
    content: '';
    display: block;
    height: 120%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #245692 0%, rgba(40, 90, 149, 0) 100%);
    transition: .5s all ease-in-out;
    pointer-events: none;
}

.nav_header .nav_right:before {
    height: 300%;
    opacity: .3;
    width: 142%;
}
.bannerContent:before {
    content: '';
    position: absolute;
    top: -2rem;
    left: -2rem;
    bottom: -2rem;
    right: -2rem;
    background: #2d5d98;
    z-index: -1;
    opacity: .2;
    filter: blur(11px);
}
.popup_team {
    padding: 0;
    max-width: 70rem;
}

.popup_team .inner.flex {
    align-items: center;
}

.popup_team h3 {
    color: var(--1_245692, #245692);
    font-size: 1.5rem;
    font-weight: 800;
    /* 126.667% */
    margin-bottom: 0;
}

.popup_team .chuc_vu {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 1.2rem;
}

.popup_team strong {
    font-weight: 800;
}

.popup_team .inner {
    display: flex;
    text-align: left;
    cursor: pointer;
    padding: 0;
}


.popup_team .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.popup_team .box_img {
    width: 31.85rem;
    height: auto;
    flex: 0 0 auto;
}

.popup_team .box_content {
    padding: 0 2rem 0 2rem;
}
.diaChi .box_map {
    width: 100%;
    pointer-events: none;
}
.td_sec_1_items {
    width: 100%;
    padding-left: 4rem;
}

.td_sec_1 {
    justify-content: flex-end;
}


@media (max-width: 1100px) {
    .contact-page__left {
        flex: 0 0 420px;
        max-width: 420px;
    }
    .contact-page__title,
    .contact-page__title-bold {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .contact-page__container {
        flex-direction: column;
        padding: 60px 24px 40px;
        min-height: auto;
    }
    .contact-page__left {
        flex: none;
        max-width: 100%;
        padding-right: 0;
    }
    .contact-page__right {
        display: none;
    }
    .contact-page__overlay {
        background: rgba(20, 44, 80, 0.88);
    }
    .contact-page__title,
    .contact-page__title-bold {
        font-size: 34px;
    }
    .contact-page__btn {
        min-width: 200px;
    }
    .popup-contact__content {
        padding: 28px 20px 32px;
    }
    .popup-contact__form .wpcf7-form .col-md-6 {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-page__title,
    .contact-page__title-bold {
        font-size: 28px;
    }
    .contact-page__container {
        padding: 40px 16px 32px;
    }
}

@media only screen and (min-width: 1199px) {
    .ef-img-t {
        opacity: 0;
        transform: translateY(20px);
        display: inline-block;
        transition: opacity 0.6s ease, transform 0.6s ease;
        transition-delay: var(--delay, 0s);
    }

    .active .ef-img-t,
    .is-active .ef-img-t {
        opacity: 1;
        transform: translateY(0);
    }
    .home_sec_5  img.bg {
        width: 45%;
    }
}
@media only screen and (max-width: 1199px) {
    :root {
        --container-w: 950px
    }

    html {
        font-size: 1.2vw;
    }

    .load_home_page svg {
        width: 320px;
    }

    .home_sec_1 {}

    section.section {
        padding: 0;
    }

    .nav_sidebar {
        display: none;
    }

    .item_banner img {
        height: auto;
    }

    section.section.home_sec_2 {
        padding: 9rem 0;
    }

    .home_sec_3_items .item {
        height: 37rem;
    }

    .home_sec_3_items {
        width: calc(100% + 5rem);
    }

    section.section.home_sec_4 {
        padding: 4rem 0;
    }

    .slider_project .item {
        height: auto;
        padding-bottom: 91%;
        position: relative;
    }

    .slider_project .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body {
        font-size: 1rem;
    }

    section.section.home_sec_7 {
        padding: 4rem 0;
    }

    section.section.home_sec_8 {
        padding: 4rem 0;
    }

    footer#footer .row.footer_bottom {
        position: relative;
        transform: unset;
        bottom: unset;
        margin-top: 2rem;
    }

    footer#footer {
        display: block;
        padding: 4rem 0 2rem;
    }

    .home_sec_4_items .item {
        width: 50%;
        margin: 1rem 0;
        padding-right: 2rem;
    }

    .home_sec_4_items .item .icon img {
        max-width: 51%;
    }

    section.section.home_sec_6 {
        padding: 4rem 0;
    }

    .banner_page {
        height: auto;
        min-height: 33rem;
    }

    img.bg {}

    section.section.about_sec_2 {
        padding: 4rem 0;
    }

    .about_sec_3_items .item {
        height: auto;
    }

    .about_sec_3_items {
        width: calc(100% + 5rem);
    }

    section.section.about_sec_4 {
        padding: 4rem 0;
    }

    .about_sec_4_items h3 {
        font-size: 1.2rem;
    }

    section.section.about_sec_5 {
        padding: 4rem 0;
    }

    section.section.about_sec_6 {
        padding: 4rem 0;
    }

    .slider_for_team .box_img {
        width: 27.85rem;
        height: 23.5rem;
    }

    .slider_for_team .box_img img {
        object-fit: cover;
    }

    section.section.field_sec_3 {
        padding: 4rem 0;
    }

    section.section.field_sec_4 {
        padding: 4rem 0;
    }
    header {
        top: 0;
    }

    .nav_header {
        display: block !important;
    }

    .nav_header .nav_right {
        display: none;
    }

    .nav_sidebar {
        display: block;
        left: unset;
        right: 0;
        height: auto;
        padding: .95rem;
        z-index: 999;
    }

    .nav_sidebar .nav_bottom {
        display: none;
    }
    .home_sec_2_items .item {
        height: 40rem;
    }

    .home_sec_2_items {
        width: calc(100% + 4rem);
    }

    img.bg {
        scale: 1 !important;
    }

    .arrow_slider {
        display: none !important;
    }
    .slider_project {
        width: calc(100% + 5rem);
    }
    footer#footer {
        min-height: unset;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --container-w: 720px
    }

    .load_home_page svg {
        width: 320px;
    }

    .search-tabs .search-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .col.large-5.medium-5.footer_1 {
        padding-right: 3rem;
    }
    .project_sec_7_content {
        padding: 2rem 0 0;
    }
    .list_tax_posts {
        flex-wrap: wrap;
    }
    .post_item h3 {
        height: 4rem;
    }
}

@media only screen and (max-width: 767px) {
    .grid-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .load_home_page svg {
        width: 240px;
    }

    #search-lightbox {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
    }

    #search-lightbox .search-lightbox-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    #search-lightbox .search-keywords {
        margin-top: 20px;
    }

    #search-lightbox .search-keywords>a {
        font-size: 14px;
    }

    .search-tabs .search-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }

    .search-page {
        padding: 3rem 0;
    }

    .search-page h1 {
        margin-bottom: 2rem;
    }

    .search-tabs .search-tabs-title .search-tab-title {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    html {
        font-size: 3.5vw;
    }

    .nav_header {
        display: none;
    }

    .slider_banner .swiper-pagination {
        max-width: 100%;
        left: 15px;
        right: 10px;
        bottom: 1rem;
        transform: unset;
        justify-content: center;
    }

    .item_banner img {
        height: 36rem;
    }

    .box_content_banner {
        left: 10px;
        right: 10px;
        width: auto;
    }

    .item_banner:before {
        width: 123%;
        opacity: .7;
    }

    section.section.home_sec_2 {
        padding: 4rem 0;
    }

    .home_sec_2_imgs {
        display: none;
    }

    section.section.home_sec_3 {
        padding-top: 4rem;
    }

    .home_sec_3_items {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }

    .home_sec_3_items .item {
        width: 100%;
        height: 26rem;
    }

    .home_sec_3_items .content {
        display: block !important;
    }

    .home_sec_3_items .item:after {}

    .home_sec_3_items .item:before {
        opacity: .8;
        height: 100%.;
    }

    body {
        font-size: 1.1rem;
    }

    .home_sec_3_items .box_content h3 {
        font-size: 1.4rem;
    }

    section.section.home_sec_4 img.bg {
        width: 250%;
        max-width: unset;
    }

    .home_sec_4_items .item {
        padding: 0 1rem;
    }

    .home_sec_5 .col.large-4.medium-4 {
        padding-right: 10px;
        margin-bottom: 2rem;
    }

    a.button_link {
        height: 2.6rem;
    }

    .slider_project {
        width: 100%;
        margin-bottom: 4rem;
    }

    .home_sec_7 .col.large-6.medium-6 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .item_post {
        width: 100%;
    }

    .item_post_small {
        width: 100%;
        margin: 0;
    }

    .wrap_post {
        margin: 2rem 0rem 0;
    }

    .col.large-5.medium-5.footer_1 {
        padding-right: 10px;
    }

    .copyright {
        text-align: center;
        font-size: .9rem;
    }

    ul.menu_bottom.flex {
        justify-content: center;
        font-size: .9rem;
    }

    .mobile_display {
        display: block;
    }

    .home_sec_6 .swiper-pagination {
        position: unset;
        margin-bottom: 2rem;
    }

    .slider_logo {
        margin: 0 -.6rem;
    }

    .banner_page {
        min-height: 23rem;
    }

    .banner_page nav#breadcrumbs {
        margin-bottom: 2rem;
    }

    .heading_title {
        font-size: 2.1rem;
    }

    .about_sec_2_content {
        padding-left: 0;
    }

    .about_sec_3_items {
        width: 100%;
        display: block;
    }

    .about_sec_3_items .item {
        width: 100%;
    }

    section.section.about_sec_3 {
        padding: 4rem 0;
    }

    .about_sec_3_content {
        padding: 0;
        margin-bottom: 2rem;
    }

    .about_sec_3_items .item .box_content {
        padding: 1.5rem;
    }

    .about_sec_3_items .item:before,
    .about_sec_3_items .item:after {
        height: 93%;
        opacity: 1 !important;
    }

    .about_sec_3_items .icon img {
        filter: brightness(1) invert(0);
    }

    .about_sec_3_items h3 {
        color: var(--1_245692, #245692);
        font-size: 1.7rem;
    }

    .about_sec_3_items .content {
        display: block;
    }

    .about_sec_3_items .item+.item {
        margin-top: 1rem;
    }

    .about_sec_4_items.flex {
        display: block;
    }

    .about_sec_4_items .item {
        width: 100%;
        padding-bottom: 100%;
    }

    .about_sec_4_items .item+.item {
        margin-top: 1rem;
    }

    .about_sec_4_items .number {
        font-size: 3rem;
    }

    .about_sec_4_items h3 {
        font-size: 1.8rem;
    }

    .slider_history {
        margin: 2rem 0 !important;
    }

    .about_sec_5 .swiper-pagination {
        position: unset;
    }

    .slider_for_team .item {
        display: block;
    }

    .slider_for_team .box_content {
        padding: 1rem;
    }

    .slider_nav_team .item {
        display: block;
        padding: 0 .5rem;
    }

    .slider_nav_team .box_img {
        margin: 0 0 .5rem;
        width: 100%;
        height: 11rem;
    }

    .slider_nav_team {
        margin: 0 -0.5rem !important;
    }

    .slider_nav_team h3 {
        line-height: 1.3;
    }

    .home_sec_8 .col.large-5.medium-5 {
        padding-right: 10px;
        margin-bottom: 2rem;
    }

    .about_sec_6 .swiper-pagination {
        position: unset;
        margin-top: 1rem;
    }

    .slider_nav_team h3 {
        font-size: 1.2rem;
    }

    .item_process {
        display: block;
        margin-top: 2rem;
    }

    .process_nav.flex {
        display: none;
    }

    .field_sec_4 .swiper-pagination {
        position: unset;
        margin-top: .5rem;
    }

    section.section.home_sec_5 {
        padding-top: 3rem;
    }

    .item_process .box_img {
        width: 100%;
    }

    .nav_ajax_product a {
        font-size: .9rem;
        line-height: 1.4;
    }

    section.section.product_sec_2 {
        padding-top: 4rem;
    }

    .for_tab_product {
        padding: 2rem;
    }

    .list_tax_posts {
        justify-content: flex-start;
        overflow: auto;
    }

    .list_tax_posts a {
        height: 2.5rem;
        line-height: 1.3;
    }

    .list_tax_posts li {
        flex: 0 0 auto;
    }

    section.news_page {
        padding: 2rem 0 3rem;
    }

    .list_posts .post_item {
        width: calc(calc(100% / 2) - 1.2rem);
    }

    nav#breadcrumbs ol>*:not(:last-child) {
        flex: 0 0 auto;
    }

    nav#breadcrumbs ol>*:last-child * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .project_sec_1_content {
        padding: 0;
    }

    .project_sec_1_content ul.link_socials {
        margin-bottom: 1.5rem;
    }

    .project_sec_1_items .item {
        width: calc(50% - 1rem);
        margin-right: 1rem;
    }

    .project_sec_1_items b {
        font-size: 1.2rem;
    }

    .project_sec_1_img {
        margin-top: 2rem;
    }

    .project_sec_2 .swiper-pagination {
        position: unset;
    }

    .nav_tabs_mb {
        order: 2;
        width: 100%;
    }

    .tabs_mb.flex {
        flex-direction: column;
    }

    section.project_sec_3 {
        padding: 4rem 0;
    }

    .for_tabs_mb {
        margin-bottom: 1rem;
    }

    .slider_gallery .item_gal {
        margin: 0 .2rem !important;
    }

    .slider_gallery .box_img {
        height: 24.5rem;
    }

    section.project_sec_4 {
        padding-top: 3rem;
    }

    .project_sec_5_content {
        padding: 0;
        text-align: center;
    }

    .project_sec_5 .box_content {
        padding: 2rem;
        margin-top: 2rem;
    }

    .project_sec_5 .box_content .content {
        max-height: 23rem;
        padding-right: 1rem;
    }

    .footer_2 {
        margin: 2rem 0;
    }

    b.title_footer {
        font-size: 1.3rem;
    }

    .news_page .item_post {
        width: 100%;
    }

    .item_post_box {
        width: 100%;
    }

    .box_date {
        margin-bottom: 1rem;
    }

    .wrap_content_post {
        padding: 1.5rem;
    }

    .nav_post_bottom {
        display: block;
    }

    .post_details .swiper-pagination {
        bottom: -2rem;
    }

    .td_sec_1_items .item {
        width: calc(100% - 0.2rem);
    }

    .td_sec_1_items {
        flex-direction: column;
        gap: 1rem;
    }

    table.table_td tbody td {
        position: relative;
        padding-left: 45% !important;
    }

    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }


    table.table_td tr+tr {
        margin-top: 2rem;
    }

    table.table_td td {
        border: none;
        font-size: 1rem;
    }

    table.table_td tbody td {
        text-align: center;
        width: 100% !important;
    }

    table.table_td tr:hover td:nth-child(2) a {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    table.table_td tr {
        text-align: center !important;
    }

    table.table_td tr:hover td:nth-child(2) a {
        font-weight: 600;
    }

    table.table_td td:nth-child(2) a {
        text-align: center;
        display: inline-block;
    }

    table.table_td tr {
        border: 1px solid #333 !important;
    }

    table.table_td td+td {
        border: none !important;
    }

    .td_details_top .box_content {
        padding: 2rem;
    }

    .td_details_top .nav_center {
        display: block;
    }

    ul.share_post li svg {
        width: 1.6rem;
    }

    .td_details_top ul.info {
        margin-bottom: 1rem;
        flex-direction: column;
        gap: .45rem;
    }

    .td_details_top .large-9 {
        padding-right: 10px;
    }

    .td_details_top ul.info li {
        margin: 0 !important;
    }

    .td_details_top .large-3 {
        padding-left: 10px;
    }

    .list_td .item {
        position: relative;
    }

    .td_details_bottom .large-9 {
        padding-right: 10px;
    }

    .thong_tin_khac .item {
        display: block;
    }

    .thong_tin_khac .item>h3 {
        width: 100%;
        font-size: 1.2rem;
    }

    div#box_form_td {
        margin-top: 2rem;
        padding: 1.4rem;
    }

    .wrap_form_contact input:not(.wpcf7-submit):not(.wpcf7-file),
    .wrap_form_contact textarea {
        height: 2.7rem;
    }

    .wrap_form_contact .col.large-6.text-right {
        text-align: left;
        margin-top: 1rem;
    }

    .tuyen_dung_khac b.title {
        font-size: 1.2rem;
    }

    .list_td .item h3 {
        font-size: 1.2rem;
    }

    .contact_sec_2_box {
        padding: 1.4rem;
    }

    .contact_sec_2 .col.large-7.medium-7 {
        padding-left: 10px;
        margin-top: 2rem;
    }

    .wrap_form_contact {
        padding: 0 5px;
    }

    .swiper.slider_contact {
        margin-top: 2rem;
    }

    .box_map iframe {
        height: 18rem;
    }

    .contact_sec_2 .swiper-pagination {
        bottom: -2rem;
    }

    section.section.banner_page:not(.fp-section) img {
        min-height: 17rem;
    }

    .wrap_slider .arrow_slider {
        display: none;
    }

    .box_menu_main {
        width: 100vw;
        left: 0;
        padding: 0 3rem;
    }
    img.bg {
        scale: 1;
    }
    .home_sec_7 .item.item_post {
        margin: 0;
    }
    .home_sec_2_content {
        padding: 0;
    }

    .home_sec_2_items .item {
        height: 20rem;
        width: 50%;
    }

    .home_sec_2_items {
        width: 100%;
        gap: .5rem;
        margin-top: 2rem;
    }

    .home_sec_2_items .box_content {
        padding: 1.2rem;
    }
    .project_sec_7_content {
        padding-left: 2rem;
    }

    .project_sec_7_content {
        padding-left: 0;
        padding-top: 2rem;
    }
    .list_tax_posts {
        flex-wrap: nowrap;
    }
    .field_sec_3 .swiper-pagination {
        position: unset;
        margin-top: 1rem;
    }
    footer#footer h2.heading_title {
        text-align: center;
    }
    .single-product  section.section.home_sec_5 {
        padding-top: 9rem;
    }
    .for_tabs_gallery .swiper-pagination {
        position: unset;
        margin-top: 1rem;
    }
    .post_item h3 {
        height: 3rem;
    }
    .inner_menu .primary a {
        font-size: 1.2rem;
    }
    .wpcf7 .wpcf7-not-valid-tip {
        font-size: .8rem;
    }
    .box_content_banner h3 {
        font-size: 2rem;
    }

    .box_content_banner {
        top: unset;
        transform: translateX(0);
    }
    .nav_sidebar {
        z-index: 9999;
    }
    .item_post .box_content .content {
        display: none;
    }

    .slider_logo .item_logo {
        margin: .6rem auto;
    }
    footer#footer a {
        color: #fff !important;
    }
    .list_posts .post_item {
        width: calc(calc(100%) - 1.2rem);
    }
    select.tax_select {
        margin: 2rem 0 1rem;
    }
    section.section.default-page h1 {
        font-size: 2rem;
    }
    img.logo_center {
        max-width: 80vw;
    }
    .home_sec_3 .col.large-3.medium-3 {
        position: unset;
        padding-right: 10px;
    }
    .home_sec_3_items .item.active {
        width: 100% !important;
    }

    .home_sec_3_items .box_content {
        transform: unset !important;
        bottom: 0;
        left: 0;
    }
    .button_wrap {
        flex-wrap: wrap;
        gap: .8rem;
        margin-top: 1rem;
    }

    .button_wrap a {
        margin: 0 !important;
    }
    .home_sec_3_items .box_content .content {
        height: auto !important;
    }
    .button_wrap {
        transform: unset !important;
        position: unset;
        justify-content: center;
    }
    section.contactPage:before {
        display: none;
    }

    section.contactPage {
        background: #002e68;
        display: flex;
        flex-direction: column;
        padding: 7rem 0 0 0;
    }

    section.contactPage .bg {
        position: unset;
        order: 2;
        margin-top: 2rem !important;
    }
    .project1_box {
        height: auto;
        padding: 3rem 0;
        max-width: 100%;
    }

    section.project1 .row {
        padding: 0;
    }

    section.project1>.bg {
        position: unset;
    }

    section.project1:before {
        opacity: 0;
    }
    section.project1 {
        background: #002e68;
    }
    .bannerContent {
        margin: 0 0 1rem;
    }

    .banner_page nav#breadcrumbs {
        margin: 0;
    }
    .box_content_banner {
        bottom: 2rem;
    }
    .item_banner img{
        height: 28.6rem;
        transition: 0s;
    }
    .popup_team {
        max-width: 95%;
    }

    .popup_team .inner.flex {
        flex-direction: column;
    }

    .popup_team .box_content {
        padding: 2rem;
    }
    .popup_team .chuc_vu {
        font-size: 1rem;
    }
    .diaChi .box_map{
        pointer-events: none;
    }
    .td_sec_1 {
        display: block;
        padding: 4rem 0 !important;
    }

    .td_sec_1_items {
        padding: 0 15px;
    }

    .td_sec_2 {
        padding-bottom: 4rem !important;
    }
    .td_sec_1_items .box_img {
        height: 30rem;
    }
}