:root{
    --main-cl: #15052D;
    --sub-cl: #E88C73;
    --third-cl: #DF8E52;
    --four-cl: #F9F7F1;
    /*--container-w: 92.708rem;*/
    --container-w: 94.271rem;
}

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);
}

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;
}
.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: auto;
    /*max-width: 95%;*/
    height: 6.5rem;
    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: 0.8s 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: 0.8s all ease-in-out;
    background-color: #fff;
    /*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 {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.6s;
    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;
}

/* Animation cho path-1 (text) */
.path-1 {
    animation: drawPath1 5s ease-in-out forwards, fillPath1 0s ease-in-out 2s forwards;
    stroke: #181145;
    stroke-width: 0.3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
/* Animation cho path-2 (logo gradient) */
.path-2 {
    animation: drawPath2 5s ease-in-out forwards, fillPath2 0s ease-in-out 2s forwards;
    stroke: #BB5927;
    stroke-width: 0.25px;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    fill-opacity: 0;
}
/* Keyframes vẽ đường nét cho text */
@keyframes drawPath1 {
    to {
        stroke-dashoffset: 0;
    }
}
/* Keyframes vẽ đường nét cho logo */
@keyframes drawPath2 {
    to {
        stroke-dashoffset: 0;
    }
}
/* Keyframes fill màu cho text sau khi vẽ xong */
@keyframes fillPath1 {
    from {
        fill: transparent;
    }
    to {
        fill: #181145;
        stroke-width: 0;
    }
}
/* Keyframes fill gradient cho logo sau khi vẽ xong */
@keyframes fillPath2 {
    from {
        fill-opacity: 0;
        stroke-width: 0.25px;
    }
    to {
        fill-opacity: 1;
        stroke-width: 0;
    }
}

/* Trạng thái hoàn thành */
.load_home_page.complete .path-1 {
    fill: #181145;
    stroke-width: 0;
}
.load_home_page.complete .path-2 {
    stroke-width: 0;
    fill-opacity: 1;
}


.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(--four-cl);
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--four-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 75px;
    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: 5.208rem 0;
}
.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(--main-cl);
    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;
}

/*COMPONENTS*/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w) !important;
}

html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
/*transition svg*/
[itemprop="name"], cite, circle, svg, rect, path, g, img, a, input, textarea, h1, h2, h3, h4, h5, h6, .box_img, span.icon, span.text, .swiper-pagination-bullet, .arrow, ::before, ::after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w_full {
    width: 100% !important;
}
.h_full {
    height: 100% !important;
}
.obj_cover {
    object-fit: cover;
}

body {
    font-family: 'Google Sans Regular' !important;
    /*font-weight: 400;*/
    font-size: 0.9375rem;
    color: #333333;

    overflow-x: hidden;
}
#main, #wrapper {
    background-color: var(--four-cl);
}
.col, .pb_0.col {
    padding-bottom: 0 !important;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #333333;
}
.heading_sec {
    font-family: 'Filmore Belleza';
    line-height: 1.4;
    color: var(--main-cl);
    margin-bottom: 1.5625rem;
}
.fs_75 {
    font-size: 3.90625rem;
}
.fs_70 {
    font-size: 3.646rem;
}
.fs_60 {
    font-size: 3.125rem;
}
.fs_65 {
    font-size: 3.385rem;
}
.fs_55 {
    font-size: 2.865rem;
}
.fs_50 {
    font-size: 2.604rem;
}
.fs_40 {
    font-size: 2.083rem;
}
.fs_45 {
    font-size: 2.34375rem;
}
.fs_35 {
    font-size: 1.823rem;
}
.fs_32 {
    font-size: 1.667rem;
}
.fs_30 {
    font-size: 1.5625rem;
}
.fs_28 {
    font-size: 1.458rem;
}
.fs_24 {
    font-size: 1.25rem;
}
.fs_25 {
    font-size: 1.302rem;
}
.fs_23 {
    font-size: 1.198rem;
}
.fs_20 {
    font-size: 1.042rem;
}
.fs_22 {
    font-size: 1.146rem;
}
.fs_18 {
    font-size: 0.9375rem;
}
.fs_16 {
    font-size: 0.833rem;
}
.fs_15 {
    font-size: 0.78125rem;
}

.fw_200 {
    font-weight: 200;
}
.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.fw_800 {
    font-weight: 800;
}
.fw_900 {
    font-weight: 900;
}

.text_white *,
.text_white {
    color: #fff !important;
}

.mt_32 {
    margin-top: 1.667rem;
}
.mt_22 {
    margin-top: 1.146rem;
}
.mt_24 {
    margin-top: 1.25rem;
}
.mt_20 {
    margin-top: 1.042rem;
}
.mt_56 {
    margin-top: 2.917rem;
}
.mb_10 {
    margin-bottom: 0.521rem;
}
.mb_20 {
    margin-bottom: 1.042rem;
}
.mb_25 {
    margin-bottom: 1.25rem;
}
.mb_28 {
    margin-bottom: 1.458rem;
}

.text_primary {
    color: var(--main-cl);
}
.text_sub {
    color: #333333;
}

/*desc section*/
.desc_sec {
    font-family: 'Google Sans Regular';
}

/*swiper pagination*/
.swiper-pagination {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: unset;
    padding-top: 2rem;
    padding-bottom: 0.35rem;
    background-color: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: var(--main-cl);
    z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--main-cl);
    /*opacity: 1;*/
}

.pagination_2 .swiper-pagination .swiper-pagination-bullet:before {
    background: #FFFFFF;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #FFFFFF;
}

/*swiper navigation*/
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow.swiper-button-lock {
    display: none;
}
.arrow svg {
    display: flex;
    width: auto;
    height: 3.333rem;
    border: 1px solid transparent;
    border-radius: 50%;
}
.arrow:hover svg {
    border-color: var(--main-cl);
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.arrow circle {
    fill: transparent;
}
.arrow:hover circle {
    fill: var(--main-cl);
}
.arrow:hover path {
    stroke: #FFFFFF;
}

/*absolute arrow*/
.arrow_absolute>.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow_absolute>.arrow.prev {
    left: 0;
}
.arrow_absolute>.arrow.next {
    right: 0;
}

/*effect img*/
.item_hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}
.item_hover .hover_zoom2 img {
    transform: scale(1);
    transition: transform 1s ease;
}
.item_hover:hover .hover_zoom2 img {
    transform: scale(1.1);
}
.item_hover:hover h3 {
    color: var(--sub-cl);
}
.item_hover .box_logo > .img {
    max-width: 50%;
    width: 10rem;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .8s all;
}
.item_hover:hover .box_logo > .img {
    transform: scale(1);
    opacity: 1;
}
.item_hover .box_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
    z-index: 3;
}
.item_hover:hover .box_logo {
    opacity: 1;
}

/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*graphic bg position img*/
.graphic_bg {
    position: relative;
    z-index: 1;
}
.graphic_bg.top_left {
    padding-top: 0.729rem;
    padding-left: 0.729rem;
}
.graphic_bg.top_right {
    padding-top: 0.729rem;
    padding-right: 0.729rem;
}
.graphic_bg.bottom_left {
    padding-bottom: 0.729rem;
    padding-left: 0.729rem;
}
.graphic_bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 17.708rem;
    height: 17.708rem;
    /*background: var(--third-cl);*/
    background: var(--sub-cl) !important;
    z-index: -1;
}
.graphic_bg.top_left:before {
    left: 0;
}
.graphic_bg.top_right:before {
    right: 0;
}
.graphic_bg.bottom_left:before {
    top: unset;
    bottom: 0;
    left: 0;
}

/*button link*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    min-width: 8rem;
    border: 1px solid transparent;
    padding: 0.78125rem 1.5625rem;
    overflow: hidden;
}
.btn span.text {
    font-family: Google Sans Medium;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: normal;
}
.btn span.icon {
    display: flex;
}

.btn_style_1 {
    position: relative;
    z-index: 1;
    background: transparent;
    border-color: #1711451A;
}
.active.btn_style_1,
.btn_style_1:hover {
    border-color: var(--main-cl);
}
.btn_style_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-101%);
    width: 100%;
    height: 100%;
    background: var(--main-cl);
    pointer-events: none;
    z-index: -1;
}
.active.btn_style_1:before,
.btn_style_1:hover:before {
    transform: translateX(0);
}
.btn_style_1 span.text {
    color: var(--main-cl);
}
.active.btn_style_1 span.text,
.btn_style_1:hover span.text {
    color: #fff;
}
.btn_style_1 path {
    transition: 0.65s all;
}
.active.btn_style_1 path,
.btn_style_1:hover path {
    fill: #FFFFFF;
}

.text_white .btn_style_1 {
    border-color: #fff;
}
.text_white .btn_style_1:hover:before {
    background: #fff;
}
.text_white .btn_style_1 path {
    fill: #fff;
}
.text_white .btn_style_1:hover path {
    fill: var(--main-cl);
}
.text_white .btn_style_1:hover span.text {
    color: var(--main-cl) !important;
}

.btn_style_2 {
    position: relative;
    z-index: 1;
    background: transparent;
    border-color: #1711451A;
}
.btn_style_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
    background: var(--main-cl);
    pointer-events: none;
    z-index: -1;
}
.btn_style_2:hover:before {
    transform: translateX(101%);
}
.btn_style_2 span.text {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    font-size: 0.9375rem;
}
.btn_style_2:hover span.text {
    color: var(--main-cl) !important;
}
.btn_style_2:hover path {
    fill: var(--main-cl);
}

/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;
}
.btn-loading:before{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
}
.btn-primary.btn-loading{
    pointer-events: none !important;
    color: var(--main-cl) !important
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateScale {
    0% {
        opacity: 0;
        transform: rotate(0deg) scale(0.1);
    }
    50% {
        opacity: 1;
        transform: rotate(180deg) scale(1.3);
    }
    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1);
    }
}

.loading_show_more2,
.loading_show_more {
    position: relative;
}
.loading_show_more:before {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 10%;
    left: calc(50% - 1rem);
    content: '';
    z-index: 50;
    border: 3px solid #eeeeee;
    border-bottom-color: var(--main-cl);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.loading_show_more2 h4.no_result,
.loading_show_more2 > div,
.loading_show_more > div,
.loading_show_more .no_result {
    opacity: 0.1;
    transform: translateY(2.604rem);
    transition: .5s all;
}
.no_result {
    margin-top: 4rem;
    font-size: 2rem;
    color: var(--main-cl);
    text-align: center;
}

.loading_show_more2:before {
    content: '';
    position: absolute;
    z-index: 50;
    top: 20%;
    left: 50%;
    width: 10rem;
    height: 5rem;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    box-sizing: border-box;
    animation: bounce 1.2s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -25%);
    }
    50% {
        transform: translate(-50%, 0);
    }
}


/*line-camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}

/*effect title*/
.ef-img-t {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    animation: none;
}

.is-visible .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
.effect_title_slide .swiper-slide.swiper-slide-active .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*form item*/
.form_item textarea,
.form_item input {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #15052D1A;
    background: transparent;
    color: var(--main-cl);
    padding-left: 0;
    font-size: 0.833rem;
    margin-bottom: 0.833rem;
}
.form_item input {
    height: 2.5rem;
}
.form_item textarea:focus,
.form_item input:focus {
    border-color: var(--main-cl) !important;
    background: transparent;
    color: var(--main-cl);
}
.form_wrap .form-input::placeholder{
    color: #666666;
    opacity: 1;
}
.form_item.flex {
    gap: 1.667rem;
}
.form_item.sl_field,
.form_item.sl_topic  {
    margin-bottom: 0.833rem;
}

.form_wrap .submit_btn {
    position: relative;
    width: fit-content;
}
.form_wrap .wpcf7-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_wrap .submit_btn>input {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
}
.form_wrap .submit_btn:hover .btn_style_2:before {
    transform: translateX(101%);
}
.form_wrap .submit_btn:hover .btn_style_2 span.text {
    color: var(--main-cl) !important;
}
.form_wrap .submit_btn:hover .btn_style_2 path {
    fill: var(--main-cl);
}

.wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
.wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
.wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    color: var(--main-cl);
    margin-left: 0;
    margin-right: 0;
    border-color: var(--main-cl) !important;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    padding: 0.78125rem 0.9375rem 0.78125rem 0;
    border-bottom: 1px solid #15052D1A;
    font-size: 0.833rem;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    content: '';
    position: relative;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow: hidden;
}
.select .select-options > li{
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -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;
    color: var(--main-cl);
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: rgba(21, 5, 45, 1);
    color: #fff;
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form_wrap label{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: var(--third-cl);
}
.form_wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}

.form_wrap .select-options {
    max-height: 11rem;
    overflow-y: auto;
}
.form_wrap .select-options::-webkit-scrollbar-track {
    padding-top: 1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.form_wrap .select-options::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
.form_wrap .select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.form_wrap .form-group.target{
    z-index: 10;
}
.form_wrap input.btn-primary{
    width: 100%;
    text-transform: unset;
    height: 3.125rem;
    margin: 0.625rem 0 0 0 !important;
}
.form_wrap .input-wrap input{
    padding-right: 2.604rem;
}
.form_wrap .input-wrap > svg{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
}
.form_wrap .form-group:not(:last-child){
    margin-bottom: 1.042rem;
}
.form_group.flex {
    gap: 0.833rem;
    margin-bottom: 0.833rem;
}
.form_group.flex > * {
    width: calc((100% / 2) - 0.4rem);
}
.form_group.flex > div:only-child {
    width: 100%;
}

.wpcf7 .form_wrap .wpcf7-not-valid-tip {
    background-color: var(--sub-cl);
    color: #fff;
    font-size: 0.8rem;
}

/*BANNER*/
.banner_page .banner_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
}
.banner_page .heading_absolute {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.heading_banner {
    width: fit-content;
    font-family: 'Filmore Belleza';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
}

/*breadcrumbs*/
.breadcrumbs {
    width: fit-content;
    margin: 1.667rem auto 0;
}
.breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.breadcrumbs ol>li {
    margin-bottom: 0;
    line-height: normal;
}
.breadcrumbs ol>li:not(:last-child) {
    margin-right: 0.833rem;
    padding-right: 0.833rem;
    border-right: 1px solid #333333;
}
.breadcrumbs ol [itemprop="title"],
.breadcrumbs ol [itemprop="name"] {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    font-style: normal;
    text-transform: uppercase;
    color: #666666;
    line-height: normal;
}
.breadcrumbs ol>li:last-child [itemprop="name"] {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    color: #333333;
}
.breadcrumbs ol [itemprop="title"]:hover,
.breadcrumbs ol [itemprop="name"]:hover {
    color: var(--main-cl);
}

/*marquee*/
.marquee-img-wrap {
    margin-top: 4.375rem;
    overflow: hidden;
    width: 100%;
}
.marquee-img {
    display: flex;
    width: max-content;
    align-items: center;
    animation: marquee 25s linear infinite;
}
.marquee-img .box_img {
    width: fit-content;
    height: 5.99rem;
    margin: 0 .5rem;
    flex-shrink: 0;
}
.marquee-img .box_img img {
    object-fit: contain;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Di chuyển đúng 50% vì đã nhân đôi nội dung */
    }
}
.marquee-img-wrap:hover .marquee-img {
    animation-play-state: paused;
}

/*item news*/
.item_news .box_img {
    aspect-ratio: 388 / 438;
}
.item_news .wrap_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0.729rem;
    margin-top: 1.354rem;
}
.item_news .term_time > * {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.78125rem;
    color: #666666;
    text-transform: uppercase;
}
.item_news .box_content h3 {
    font-family: 'Google Sans Medium';
    margin-top: 0.78125rem;
    height: 3rem;
}
.item_news:hover .box_content h3>a {
    color: var(--sub-cl);
}

.item_news.style_2 .box_img {
    aspect-ratio: 554/312;
}
.item_news.style_2 .graphic_bg:before {
    width: 7.8125rem;
    height: 7.8125rem;
}
.item_news.style_2 .graphic_bg {
    padding: 0.3125rem;
}
.item_news.style_2 .wrap_content {
    padding: 0 0.3125rem;
    margin-top: 1rem;
}
.item_news.style_2 .btn {
    margin-top: 0.78125rem;
}

.terms_time {
    font-weight: 400;
    font-size: 0.729rem;
    color: var(--third-cl);
    line-height: 1;
    transition: .5s all;
}
.terms_time > * {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #666666;
}
.terms_time time {
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.8rem;
}
.terms_time time:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: var(--third-cl);
    border-radius: 5.208rem;
    transition: .5s all;
}
.terms_time .term {
    width: fit-content;
}

/*ajax paging*/
.ajax-paging {
    width: fit-content;
    margin: 3.333rem auto 0;
}
.ajax-paging ul {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
    list-style: none;
    margin: 0;
}
.ajax-paging li {
    margin: 0;
}
.ajax-paging li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.667rem;
    aspect-ratio: 1;
    border-radius: 5.208rem;
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.78125rem;
    text-align: center;
    color: #66666666;
    background: transparent;
}
.ajax-paging li>a:hover,
.ajax-paging li>a.active {
    background: var(--main-cl);
    color: #fff;
}
.ajax-paging .paging-arrow svg {
    width: auto;
    height: 0.625rem;
}
.ajax-paging .paging-arrow path {
    stroke: #66666666;
}
.ajax-paging li>a:hover path {
    stroke: #fff;
}

/*clip-path effect img*/
.clip_path_effect_img img {
    clip-path: inset(50%);
    transition: clip-path 1.5s cubic-bezier(.4, 0, .2, 1);
    will-change: clip-path;
}
.clip_path_effect_slide .swiper-slide.swiper-slide-active .box_img,
.clip_path_effect_slide .swiper-slide.swiper-slide-active .img_inner {
    clip-path: inset(0);
}
.clip_path_effect_slide .box_img,
.clip_path_effect_slide .img_inner {
    clip-path: inset(50%);
    transition: clip-path 1.5s cubic-bezier(.4, 0, .2, 1);
    will-change: clip-path;
}


/*-----------------------------*/

/*HEADER*/
.stuck_header header {
    position: relative;
}
.stuck_header header.sticky,
header.sticky,
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.677rem 0;
    background: #FFFFFF08;
    backdrop-filter: blur(13px);
    z-index: 99;
    transition: .4s all;
}
header.sticky {
    /*box-shadow: 1px 1px 15px rgba(0, 0, 0, .05);*/
    background: var(--four-cl);
}
header #logo img {
    filter: brightness(0) invert(1);
    transition: .2s all;
}
header.sticky #logo img {
    filter: unset;
}
header .lang_header a {
    gap: 0.417rem;
    color: #fff;
}
header.sticky .lang_header a {
    color: var(--main-cl);
}
header .flex_right path {
    stroke: #fff;
}
header.sticky .flex_right path {
    stroke: var(--main-cl);
}
header .flex_right {
    width: fit-content;
    margin-left: auto;
    gap: 1.354rem;
}
.open_menu {
    cursor: pointer;
}
.open_menu svg {
    width: auto;
    height: 3.125rem;
}
.menu_header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}
.menu_header.active {
    opacity: 1;
    pointer-events: unset;
}
.menu_header .bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.menu_header.active .inner {
    transform: translateX(.4rem);
}
.menu_header .inner {
    position: relative;
    width: 50.521rem;
    display: flex;
    align-items: center;
    padding: 0 6rem 0 4.271rem;
    z-index: 3;
    background: var(--main-cl);
    transform: translateX(100%);
    transition: .5s all;
}
.menu_header .close_menu {
    position: absolute;
    top: 1.667rem;
    right: 3.90625rem;
    z-index: 9;
    cursor: pointer;
}
.menu_header .close_menu:hover svg {
    transform: rotate(180deg);
}
.menu_header .inner .primary {
    background: transparent;
}
.menu_header .menu {
    background: transparent;
    margin: 0;
}
.menu_header .menu li {
    border: none;
    background: transparent;
}
.menu_header .menu li:not(:last-child) {
    margin-bottom: 1.05rem;
}
.menu_header .menu a {
    position: relative;
    display: inline-block;
    width: auto;
    font-family: 'Filmore Belleza';
    font-size: 2.2rem;
    color: #fff;
    line-height: normal;
    padding: 0 !important;
    transition: .5s all;
    text-shadow: 0 4.88px 4.88px rgba(1, 74, 69, 0.20);
}
.menu_header .menu li.current-menu-item a,
.menu_header .menu a:hover {
    color: #E88C73;
}

/*no style*/
.stuck_header #logo img {
    filter: unset;
}
.stuck_header #header .header-main:before {
    opacity: 1;
}
.stuck_header .lang_header a {
    color: var(--main-cl);
}
.stuck_header .flex_right path {
    stroke: var(--main-cl);
}

/*LANG CSS*/
.lang_header a img.flag_current {
    display: none;
}
.lang_header {
    position: relative;
    font-family: inherit;
}
.lang_header > a {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 1.25rem;
    color: #171145;
    text-decoration: none;
    border: 1px solid var(--four-cl);
    border-radius: 0.208rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lang_header > a:hover {
    background: #171145;
    color: #ffffff;
    border-color: #171145;
}
/*.lang_header > a:hover svg path {*/
/*    stroke: #ffffff;*/
/*}*/
.lang_header svg {
    transition: transform 0.3s ease;
}
.lang_header.active svg {
    transform: rotate(180deg);
}
.lang_dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 6rem;
    background: var(--four-cl);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}
.lang_header.active .lang_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang_dropdown li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
}
.lang_dropdown li.lang_cn {
    display: none;
}
.lang_dropdown li:last-child {
    border-bottom: none;
}
.lang_dropdown a {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.042rem;
    font-weight: 500;
    color: var(--main-cl) !important;
    text-decoration: none;
    transition: all 0.25s ease;
}
.lang_dropdown a:hover {
    background: var(--main-cl);
    color: #fff !important;
}
.lang_dropdown a span {
    gap: 0.625rem;
}
.lang_dropdown a img.flag {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 1;
    display: none;
}
.lang_header.minimal > a {
    border: none;
    background: transparent;
    padding: 0.3rem 0.625rem;
}
.lang_header.minimal > a:hover {
    background: var(--four-cl);
    color: var(--main-cl);
}
.lang_header.minimal > a:hover svg path {
    stroke: var(--main-cl);
}



/*FOOTER*/
.margin_footer_200 footer {
    margin-top: 10.417rem;
}
.margin_footer_150 footer {
    margin-top: 7.8125rem;
}
footer {
    padding: 3.333rem 0 3rem;
    background: var(--main-cl);
}
footer a {
    border-bottom: 1px solid transparent;
}
footer a:hover {
    border-color: #fff !important;
}
footer a:hover>img {
    transform: scale(0.96);
}
footer .border_top {
    position: relative;
}
footer .border_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(var(--container-w) - 30px);
    height: 1px;
    background: #FFFFFF66;
}

.footer_top .col_left {
    padding-right: 5.99rem;
}
.logo_footer>.box_img {
    width: fit-content;
    height: 2.76rem;
}
.logo_footer>.box_img:hover img {
    transform: scale(0.95);
}

.footer_top .col_right {
    padding-left: 5.99rem;
}
.form_footer_wrap {
    gap: 7.552rem;
}
.form_footer_wrap+.flex {
    margin-top: 3rem;
}
.form_footer_wrap span.title {
    font-family: 'Google Sans Regular';
    font-size: 1.146rem;
    color: #fff !important;
}
.form_footer_wrap .shortcode {
    margin-top: 0.5rem;
}
footer form {
    margin-bottom: 0;
}
footer .form_item {
    margin-bottom: 0;
}
footer .form_item input {
    font-size: 0.9375rem;
    height: 3.125rem;
    background: transparent;
    color: #FFFFFF !important;
    border: 0;
    border-bottom: 1px solid #FFFFFF4D;
    margin-bottom: 0;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 2rem;
}
footer .form_item input:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F6F9F8 0%, #E4FFF1 100%);
    mix-blend-mode: soft-light;
    pointer-events: none;
}
footer .form_item input:focus {
    border-color: var(--sub-cl) !important;
    background: transparent;
}
footer input::placeholder {
    font-size: 0.9375rem;
    color: #FFFFFF99;
}
footer .submit_btn {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .submit_btn .inner {
    display: flex;
    align-items: center;
}
footer .submit_btn input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
footer .submit_btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
footer .submit_btn:hover path {
    fill: var(--sub-cl);
}
footer .wpcf7-spinner {
    display: none;
}
footer .wpcf7 .wpcf7-not-valid-tip {
    background: var(--sub-cl);
    color: #fff;
    opacity: 1;
    font-size: 0.729rem;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--sub-cl);
}
.loading-spin.centered, .processing:before {
    border-left-color: var(--sub-cl) !important;
}
footer .wpcf7 form .wpcf7-response-output,
footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer .wpcf7 form.payment-required .wpcf7-response-output {
    border-width: 1px;
    margin-top: 1rem;
    color: #fff;
    border-color: #fff !important;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.box_socials {
    margin-top: 0.417rem;
}
.box_socials ul {
    gap: 0.78125rem;
}
.box_socials a {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #fff;
    display: flex;
    min-width: unset;
    padding: 0.521rem 1.25rem;
    border: 1px solid #FFFFFF66;
    border-radius: 5.208rem;
    line-height: normal;
}
.box_socials a>img {
    width: 100%;
    height: 100%;
}
.box_socials a:hover img {
    transform: scale(0.9);
}

.footer_middle {
    margin-top: 3.333rem;
    padding-top: 3.333rem;
}
.footer_middle .info_company {
    padding-right: 4rem;
}
.footer_middle .company_name {
    font-family: 'Google Sans Bold';
    margin-bottom: 0.625rem;
}
.footer_middle .company_address {
    font-family: 'Google Sans Regular';
}
.footer_middle span.title {
    font-family: 'Google Sans Regular';
    margin-right: 4px;
    line-height: normal;
}
.footer_middle .info_contact {
    width: fit-content;
    margin: 0 auto;
}
.footer_middle .info_contact .item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer_bottom {
    margin-top: 2.083rem;
    padding-top: 3.333rem;
}
.protect_text,
.copyright {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #FFFFFF99 !important;
}

/*HOME*/
.banner_hero .box_img {
    height: 100vh;
    width: 100%;
}
.banner_hero .item img {
    transition: 1s all;
    animation: zoom-in-zoom-out 50s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.banner_hero .box_content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.banner_hero .box_content h1 {
    font-family: 'Google Sans Bold';
    line-height: normal;
}
.banner_hero .box_content h1 span.fs_custom {
    font-family: Google Sans Regular;
    font-weight: 400;
    font-size: 2.604rem;
}

.banner_hero .arrow {
    width: 2.083rem;
    height: 2.083rem;
    background: transparent;
    border-radius: 5.208rem;
    backdrop-filter: unset;
    opacity: 0;
}
.banner_hero .arrow svg {
    width: 100%;
    height: 100%;
}
.banner_hero .arrow:hover {
    background: #fff;
}
.arrow_absolute>.arrow.prev {
    left: 5%;
}
.arrow_absolute>.arrow.next {
    right: 5%;
}
.banner_hero:hover .arrow {
    opacity: 1;
}
.banner_hero .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 2.448rem;
}

.home_1 {
    padding-top: 6.25rem;
}
.about_home_wrap {
}
.about_home {}
.about_home_wrap img {
    clip-path: inset(50%);
    transition: clip-path 1.5s cubic-bezier(.4, 0, .2, 1);
    will-change: clip-path;
}
.about_home_wrap .swiper-slide.swiper-slide-active img {
    clip-path: inset(0);
}

.about_home .item {
    background: var(--four-cl);
}
.about_home .item > * {
    width: 50%;
}
.about_home .item .imgs_wrap {
    flex-shrink: 0;
}
.about_home .imgs_wrap .img_1 {
    padding-right: 4.479rem;
    padding-bottom: 3.333rem;
    overflow: unset;
}
.about_home .imgs_wrap .box_img.img_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14.53125rem;
    height: 18.125rem;
    z-index: 2;
}
.about_home .item .box_content {
    padding-left: 8rem;
}
.about_home .item h3 {
    line-height: 1.3;
}
.about_home .item h4 {
    font-family: 'Google Sans Bold';
}
.about_home h4+.line {
    width: 1px;
    height: 4.167rem;
    background: #000000;
    margin: 1.042rem auto;
}
.about_home .box_content {
    overflow: hidden;
}
.about_home .inner {
    opacity: 0;
    transform: translateY(100%);
    transition: 2s all;
}
.about_home .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
    transform: translateY(0);
}

.home_2 {
    padding-top: 10rem;
}
.home_2 .row:nth-child(2) {
    margin-top: 1.354rem;
}
.tabs_wrap {
    margin-left: -4rem;
    gap: 1.042rem;
}
.tabs_wrap .btn_style_1 {
    border: 0;
}
.home_2 .select_mobile {
    display: none;
}
.home_2 .col_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 4.6875rem;
}
.slide_home2_wrap .slide_content {
    margin-top: 3.49rem;
}
.slide_home2_wrap h3 {
    font-family: 'Google Sans Regular';
    line-height: 1.3;
    margin-bottom: 1rem;
}
.slide_home2_wrap h3>span {
    display: block;
    font-family: 'Google Sans Medium';
    color: #1711455C;
    margin-bottom: 0.365rem;
}
.slide_home2_wrap h3 > br:first-of-type {
    display: none;
}
.slide_home2_wrap .box_img {
    height: 35.417rem;
}
.slide_home2_wrap .box_img>.graphic_bg {
    height: 100%;
}
.slide_home2_wrap .img_inner {
    clip-path: inset(50%);
    transition: clip-path 1.5s cubic-bezier(.4, 0, .2, 1);
    will-change: clip-path;
    height: 100%;
}
.slide_home2_wrap .swiper-slide.swiper-slide-active .img_inner {
    clip-path: inset(0);
}

.home_3 {
    padding-top: 18rem;
    padding-bottom: 10.9375rem;
}
.slide_home3 {
    margin: 0 calc(-1 * calc(100vw - var(--container-w)) / 2 - 53.385rem);
}
.slide_home3 h2.content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Google Sans Bold';
    font-weight: 700;
    white-space: nowrap;
}
.slide_home3 h2.text_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 3.646rem;
}
.slide_home3 h2.content.text_stroke {
    font-size: 6.25rem;
    color: transparent;
    -webkit-text-stroke: 2px var(--main-cl);
    text-stroke: 2px var(--main-cl);
    transform: scale(1);
    transition-duration: 1s;
}
.slide_home3 .swiper-slide.swiper-slide-active h2.content.text_stroke {
    opacity: 0;
    transform: scale(0.5);
}
.slide_home3 .swiper-slide.swiper-slide-active h2.content.text_color {
    opacity: 1;
}

.home_4 {
    padding-top: 7.8125rem;
}
.home_4 .gallery_wrap {
    margin: 0 calc(-1 * calc(100vw - var(--container-w)) / 2 - 15px);
}
.home_4 .gallery_wrap .box_img {
    height: 48.75rem;
}
.gallery_wrap img {
    animation: zoom-in-zoom-out 120s ease infinite;
}
.gallery_wrap .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 2rem;
}

.home_5 {
    padding-top: 14.0625rem;
}
.home_5 .partner_wrap {
    margin-top: 3.125rem;
}
.slide_partner .box_img {
    width: auto;
    height: 5.99rem;
}
.slide_partner .box_img>img {
    object-fit: contain;
}

.home_6 {
    padding-top: 14.0625rem;
}
.home_6 .news_wrap {
    margin: 2.917rem -3.75rem 0;
}
.home_6 .news_wrap .item_news {
    margin: 0 3.75rem;
}
.home_6 .news_wrap .graphic_bg {
    padding-top: 0.729rem;
    padding-left: 0.729rem;
    padding-right: 0.729rem;
}
.home_6 .item_news .graphic_bg:before {
    width: 16.667rem;
    height: 16.667rem;
}
.home_6 .swiper-slide-active .graphic_bg:before {
    content: unset;
}
.home_6 .swiper-slide-prev .graphic_bg:before {
    left: 0;
}
.home_6 .swiper-slide-next .graphic_bg:before {
    right: 0;
}

.page-template-home #main > section:nth-last-child(2) {
    padding-bottom: 11.09375rem;
}

.slogan_sec {
    background: #FFFFFF;
    padding-top: 7.396rem;
}
.slogan_sec .inner {
    margin: 0 7.8125rem;
    padding: 5.3125rem 6.771rem 6.25rem;
    background: var(--four-cl);
}
.slogan_sec .group_heading {
    display: flex;
    align-items: flex-end;
    gap: 6.771rem;
}
.slogan_sec .group_heading > * {
    width: 50%;
}
.slogan_sec .heading_sec {
    line-height: 1;
}
.slogan_sec .desc_sec {
    font-family: 'Google Sans Regular';
    margin-left: -1rem;
    line-height: 1.4;
}

/*ABOUT*/
.about_1 {
    padding-top: 7.8125rem;
}
.about_1 .heading_sec {
    margin-bottom: 0.8rem;
}
.about_1 .box_content {
    margin-top: 1.05rem;
}
.about_1 .box_content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    font-size: 0.9375rem;
    color: #333333;
    margin-bottom: 0.3rem;
}
.about_1 .box_content hr {
    margin: 0;
    margin-bottom: 1.042rem;
    opacity: 1;
    border-color: #C2C2C2;
}
.about_1 .box_content p + :is(h1, h2, h3, h4, h5, h6) {
    padding-top: 0.5rem;
}
.about_1 .box_img {
    margin-top: 5.208rem;
}
.about_1 .box_img>img {
    transition: 1s all;
    animation: zoom-in-zoom-out 50s ease infinite;
}

.about_2 {
    padding-top: 5.208rem;
}
.about_2 .box_about {
    margin-top: 3.021rem;
}
.about_2 .box_about .item>* {
    width: 50%;
    flex: 0 0 auto;
}
.about_2 .box_about .item:first-child {
    margin-top: 1.302rem;
    padding-top: 1.302rem;
    border-top: 1.5px solid #C2C2C2;
}
.about_2 .box_about .item {
    margin-bottom: 1.302rem;
    padding-bottom: 1.302rem;
    border-bottom: 1.5px solid #C2C2C2;
}
.about_2 .box_about .item:nth-child(even)>.content:nth-child(2) {
    order: -1;
}
.about_2 .box_about .content {
    gap: 2.708rem;
    padding-right: 1.042rem;
}
.about_2 .box_about .idx_wrap {
    min-width: 10rem;
    flex: 0 0 auto;
}
.about_2 .box_about .idx_wrap>* {
    font-family: 'Google Sans Black';
    font-weight: 900;
    font-size: 6.771rem;
    line-height: normal;
    transition: .5s all;
}
.about_2 .box_about .idx {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .5px var(--main-cl);
}
.about_2 .box_about .idx_opacity {
    opacity: 0;
}
.about_2 .box_about .item:hover .idx_opacity {
    opacity: 1;
}
.about_2 .box_about h3 {
    font-family: 'Google Sans Medium';
    font-weight: 500;
    margin-bottom: 0.521rem;
}
.about_2 .box_about p:not(:last-child) {
    margin-bottom: 0.7rem;
}
.about_2 .box_about strong {
    font-family: 'Google Sans Bold';
    font-weight: 700;
}



/*.about_3 .slide_tabs {*/
/*    width: 45rem;*/
/*}*/
/*.about_3 .slide_tabs .swiper-slide {*/
/*    width: auto !important;*/
/*}*/



.about_3 {
    padding-top: 13.021rem;
}
.about_3 .box_processing {
    margin-top: 3.333rem;
}
.about_3 .slide_tabs:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #15052D1A;
    pointer-events: none;
}
.about_3 .slide_tabs .item {
    width: fit-content;
    cursor: pointer;
}
.about_3 .slide_tabs .item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--main-cl);
    z-index: 2;
    pointer-events: none;
}
.about_3 .slide_tabs .swiper-slide-active .item:before,
.about_3 .slide_tabs .item:hover:before {
    width: 100%;
}
.about_3 .slide_tabs h3 {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: normal;
    padding-bottom: 0.5rem;
}
.about_3 .slide_tabs h3:nth-child(2) {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    position: unset;
    opacity: 0;
    transform: scale(0);
    line-height: 1;
    transform-origin: left bottom;
    transition: .7s all;
}
.about_3 .slide_tabs .swiper-slide-active .item h3:nth-child(2),
.about_3 .slide_tabs .item:hover h3:nth-child(2) {
    opacity: 1;
    transform: scale(1);
}
.about_3 .slide_tabs h3:first-child {
    transition: 0.3s ease-in-out;
}
.about_3 .slide_tabs .swiper-slide-active .item h3:first-child,
.about_3 .slide_tabs .item:hover h3:first-child {
    opacity: 0;
}
.about_3 .wrap_content {
    margin-top: 3.333rem;
    padding: 0 7.8125rem;
}
.about_3 .wrap_content .item_wrap {
    display: none;
    gap: 1.146rem;
}
.about_3 .wrap_content .item_wrap.active {
    display: flex;
    animation-name: fade_up;
    animation-duration: 1s;
}
.about_3 .wrap_content .item_wrap>.slide_content {
    width: 100%;
}
.about_3 .slide_content .item {
    flex: 0 0 auto;
    gap: 2.5rem;
}
.about_3 .slide_content .graphic_bg {
    width: 66%;
    flex-shrink: 0;
}
.about_3 .slide_content .box_content {
    width: 34%;
}
.about_3 .slide_content h3 {
    font-family: 'Google Sans Regular';
    margin-bottom: 0.5rem;
}
.about_3 .wrap_content .swiper_nav {
    height: fit-content;
}
.about_3 .list_counter {
    gap: 1rem;
    margin-top: 2.604rem;
    padding: 2.604rem 0;
    border-top: 1px solid #15052D1A;
    border-bottom: 1px solid #15052D1A;
}
.about_3 .list_counter .item_counter {
    /*width: calc((100% / 4) - (6rem * 3 / 4));*/
}
.number {
    width: fit-content;
    font-family: 'Google Sans Bold';
    font-weight: 700;
    font-size: 4.167rem;
    line-height: 1;
    align-items: baseline;
    gap: 0.4rem;
    margin-top: 0.8rem;
    font-variant-numeric: tabular-nums;
}
.number .inner {
    display: inline-block;
}
.number span.counter {
    display: inline-block;

    /*position: absolute;*/
    top: 0;
    left: 0;
}
.number span.counter_opacity {
    display: none;
    visibility: hidden;
}
.number span.unit {
    display: inline-flex;
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 2rem;
}
.number span.unit sup {
    font-size: 1rem;
}

.about_4 {
    padding-top: 10.417rem;
}
.about_4 .heading_sec {
    margin-bottom: 0.5rem;
}
.about_4 .slide_teams_wrap {
    margin-top: 3.646rem;
}
.about_4 .slide_teams_wrap .arrow.next {
    right: -5%;
}
.about_4 .slide_teams_wrap .arrow.prev {
    left: -5%;
}
.about_4 .slide_teams {
    height: 38.542rem;
    margin: 0 -1.667rem;
}
.about_4 .slide_teams .item {
    margin: 0 1.667rem;
}
.about_4 .slide_teams .graphic_bg {
    width: 100%;
    height: 31.042rem;
    padding: 0.677rem;
    transition: .5s all;
    transform-origin: center top;
}
.about_4 .swiper-slide.swiper-slide-active .graphic_bg {
    height: 33.854rem;
    padding: 0;
}
.about_4 .swiper-slide.swiper-slide-prev .graphic_bg:before {
    right: 0;
}
.about_4 .swiper-slide.swiper-slide-active .graphic_bg:before {
    top: 10%;
    opacity: 0;
}
.about_4 .swiper-slide.swiper-slide-next .graphic_bg:before {
    left: 0;
    top: unset;
    bottom: 0;
}
.about_4 .slide_teams .box_content {
    margin-top: 1.042rem;
}
.about_4 .swiper-slide.swiper-slide-active .box_content {
    margin-top: 1.667rem;
}
.about_4 .slide_teams h3 {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    margin-bottom: 0.3125rem;
}
.page-template-about .about_5 {
    padding-top: 10.417rem;
}

/*PROJECT*/
.project_page {
    padding-top: 8.646rem;
}
.project_page .select_mobile {
    display: none;
}
.project_page .list_projects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.604rem;
    margin-top: 1.875rem;
}
.project_page .item_project .box_img {
    aspect-ratio: 554 / 312;
}
.project_page .item_project .graphic_bg {
    padding: 0.3125rem;
}
.project_page .item_project .graphic_bg:before {
    width: 7.8125rem;
    height: 7.8125rem;
}
.project_page .item_project .box_content {
    margin-top: 1rem;
    padding: 0 0.3125rem;
}
.project_page .item_project h3 {
    font-family: 'Google Sans Bold';
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
.project_page .item_project:nth-child(4) .graphic_bg:before,
.project_page .item_project:nth-child(1) .graphic_bg:before {
    right: 0;
}
.project_page .item_project:nth-child(3) .graphic_bg:before,
.project_page .item_project:nth-child(6) .graphic_bg:before {
    left: 0;
    top: unset;
    bottom: 0;
}
.project_page .item_project:nth-child(2) .graphic_bg:before,
.project_page .item_project:nth-child(5) .graphic_bg:before {
    content: unset;
}

.project_page .btn_wrap>a{
    margin-top: 3.333rem;
}
.project_page.marquee {
    padding-top: 7.8125rem;
}

/*PROJECT TERM*/
.tax-project-category .project_page {
    padding-top: 5.208rem;
}
.tax-project-category footer {
    margin-top: 5.208rem;
}

/*PROJECT DETAILS*/
.project_details.details_1 {
    padding-top: 4.167rem;
}
.project_details.details_1 .group_heading {
    padding-right: 5rem;
}
.project_details.details_1 .desc_sec {
    padding-right: 3rem;
}
.project_details.details_1 .list_info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.042rem;
    row-gap: 1.667rem;
}
.project_details.details_1 .list_info h3 {
    font-family: 'Google Sans Regular';
    color: #33333399;
}
.project_details.details_1 .list_info .content {
    line-height: normal;
}
.project_details.details_1 .list_info .content.fs_60 {
    font-family: 'Google Sans Bold';
}
.project_details.details_1 .btn {
    margin-top: 3.021rem;
}
.project_details.details_1 .gallery_wrap {
    margin-top: 3.333rem;
}
.project_details.details_1 .gallery_wrap .box_img {
    height: 36.458rem;
}

.project_details.details_2 {
    padding-top: 10.417rem;
}
.project_details.details_2 .heading_sec {
    margin-bottom: 2.396rem;
}
.project_details.details_2 .imgs_wrap {
    gap: 1.25rem;
}
.project_details.details_2 .imgs_wrap > * {
    width: 50%;
}
.project_details.details_2 .img_2 {
    margin-top: 2.1875rem;
}
.project_details.details_2 .box_content {
    padding-left: 6.771rem;
}
.project_details.details_2 .box_content .item:not(:last-child) {
    margin-bottom: 2.75rem;
}
.project_details.details_2 .box_content .heading {
    gap: 0.833rem;
}
.project_details.details_2 .box_content .idx {
    /*font-family: Filmore Belleza;*/
    font-family: 'Google Sans Regular';
    font-weight: 700;
    font-size: 5.208rem;
    line-height: 1;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px rgba(21, 5, 45, 0.5);
}
.project_details.details_2 .box_content h3 {
    font-family: 'Google Sans Regular';
}
.project_details.details_2 .box_content .desc_sec {
    line-height: 1.25;
    margin-top: 0.8rem;
}

.project_policies {
    padding-top: 9.896rem;
}
.project_policies .col_left {
    padding-right: 7.8125rem;
}
.project_policies .tabs_wrap {
    border: 1px solid #15052D1A;
    background: var(--four-cl);
    padding: 1.667rem;
    margin-left: 0;
}
.project_policies .graphic_bg.top_left:before {
    width: 16.667rem;
    height: 100%;
    background: var(--sub-cl);
}
.project_policies .tabs_wrap li {
    font-family: 'Google Sans Regular';
    cursor: pointer;
    transition: .5s all;
}
.project_policies .tabs_wrap li.active,
.project_policies .tabs_wrap li:hover {
    color: var(--sub-cl);
}
.project_policies .tabs_wrap li.active {
    font-family: 'Google Sans Bold';
    font-weight: 700;
}
.project_policies .tabs_wrap li:not(:last-child) {
    margin-bottom: 0.417rem;
}

.project_policies .box_content {
    padding: 3.333rem;
    background: var(--four-cl);
    border: 1px solid #15052D1A;
}
.project_policies .box_content .item {
    display: none;
    transition: .5s all;
}
.project_policies .box_content .item.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 1s;
}
@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.project_policies .box_content .content {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    max-height: 30rem;
    padding-right: 0.5rem;
}
.content_scroll {
    overflow-y: auto;
}
.content_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.content_scroll::-webkit-scrollbar {
    width: 2.5px;
    background-color: #cedbff;
}
.content_scroll::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.project_policies .box_content h2 {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 2.083rem;
    color: var(--main-cl);
    margin-bottom: 1.25rem;
}
.project_policies .box_content ul {
    padding-left: 2.2rem;
}
.project_policies .box_content p {
    margin-bottom: 0.5rem;
}
.project_policies .box_content li {
    margin-bottom: 0.2rem;
}

.project_details.details_4 {
    padding-top: 10.417rem;
}
.slide_news_related {
    margin: 2.604rem -1.302rem 0;
}
.slide_news_related .item_news {
    margin: 0 1.302rem;
}
.slide_news_related .swiper-slide-active .graphic_bg:before {
    content: unset;
}
.slide_news_related .swiper-slide-prev .graphic_bg:before {
    top: 0;
    right: 0;
}
.slide_news_related .swiper-slide-next .graphic_bg:before {
    left: 0;
    bottom: 0;
    top: unset;
}

.project_details.details_5 {
    padding-top: 10.417rem;
}
.project_details.details_5 .box_img {
    padding-right: 7.8125rem;
}
.project_details.details_5 .heading_sec {
    margin-bottom: 0.4rem;
}
.project_details.details_5 .box_form {
    margin-top: 1.667rem;
}
.project_details.details_5 .submit_btn {
    margin-top: 1rem;
}
.project_details.details_5 .box_contact_info {
    display: flex;
    flex-direction: column;
    gap: 1.667rem;
    margin-top: 3rem;
}
.project_details.details_5 .box_contact_info>.flex {
    gap: 3.333rem;
}
.box_contact_info .content_list>a {
    width: 1.667rem;
    height: 1.667rem;
}
.project_details.details_5 .content_list img {
    height: 0.833rem;
}

/*POST DETAILS*/
.single-post footer {
    margin-top: 10.417rem;
}
.news_details .group_heading {
    margin-top: 5.208rem;
}
.news_details .heading_sec {
    margin-top: 1.667rem;
}
.news_details .post_content {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    color: #333333;
    margin-top: 3.333rem;
}
.news_details .post_content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Google Sans Bold';
    font-weight: 700;
}
.news_details .post_content h2 {
    font-size: 1.4rem;
}
.news_details .post_content ul,
.news_details .post_content ol {
    padding-left: 2.5rem;
}
.news_details .post_content strong {
    font-family: 'Google Sans Bold';
}
.a_style a {
    color: var(--third-cl);
    border-bottom: 1px solid transparent;
}
.a_style a:hover {
    border-bottom: 1px solid var(--third-cl);
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.7rem;
}
blockquote {
    border-color: var(--main-cl);
    font-size: 1rem;
    font-style: normal !important;
    margin: 0 0 1.25em;
    padding: 0 0 0 1rem;
    position: relative;
}

.post_footer {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.667rem;
    padding: 1.667rem 0;
    border-top: 1px solid rgba(21, 5, 45, 0.1);
    border-bottom: 1px solid rgba(21, 5, 45, 0.1);
}
.post_footer span.title {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    margin-right: 1.146rem;
    color: #333333;
}
.post_footer .tags_wrap {
    flex-wrap: wrap;
}
.post_footer .tags_wrap>ul {
    gap: 1.042rem;
    flex-wrap: wrap;
}
.post_footer .tags_wrap a {
    display: flex;
    font-family: 'Google Sans Regular';
    color: rgba(51, 51, 51, 0.5);
}
.post_footer .tags_wrap a:hover {
    color: var(--sub-cl);
}
.sharing_wrap .sharing {
    gap: 10px;
}
.sharing_wrap a {
    width: 1.823rem;
    height: 1.823rem;
}
.sharing_wrap a>svg {
    width: 100%;
    height: 100%;
}
.sharing_wrap a:hover path:nth-child(1) {
    stroke-opacity: 1;
}
.news_related_sec {
    padding-top: 10.417rem;
}

.ux_builder_content {}
.ux_builder_content .wrap_title_post {
    align-items: center;
}
.ux_builder_content .number {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 3.4375rem;
    color: var(--sub-cl);
    margin-right: 1.25rem !important;
    padding-right: 1.25rem;
    border-right: 1px solid var(--sub-cl);
}
.ux_builder_content .number>p {
    margin-bottom: 0 !important;
}
.ux_builder_content .wrap_title_post h2 {
    font-size: 0.9375rem;
}
.ux_builder_content .wrap_title_post + .content {
    margin-top: 0.833rem;
}
.ux_builder_content .member_box {
    background: var(--main-cl);
}
.ux_builder_content .member_box>* {
    width: 50%;
}
.ux_builder_content .member_box>.img {
    width: auto !important;
}
.ux_builder_content .member_box .text {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    text-align: justify;
    color: #fff;
    padding: 0 3rem;
    flex-shrink: 0;
}
.ux_builder_content .member_box blockquote {
    border: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-style: normal !important;
    font-size: 0.78125rem;
}
.ux_builder_content .member_box blockquote strong {
    position: relative;
    font-family: 'Google Sans Bold';
    font-weight: 700;
    font-size: 0.9375rem;
    padding-left: 3.5rem;
}
.ux_builder_content .member_box blockquote strong:before {
    content: '';
    position: absolute;
    bottom: 0.208rem;
    left: 0;
    width: 2.917rem;
    height: 1px;
    background: #fff;
    pointer-events: none;
}
.ux_builder_content .box_img_content {}
.ux_builder_content .box_img_content>* {
    width: 50%;
}
.ux_builder_content .box_img_content>.img {
    width: auto !important;
    padding-left: 0.729rem;
    padding-bottom: 0.729rem;
}
.ux_builder_content .box_img_content>.img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 95%;
    background: var(--third-cl);
    pointer-events: none;
}
.ux_builder_content .box_img_content>.text {
    padding-left: 4.948rem;
    padding-right: 6.771rem;
}
.ux_builder_content .box_img_content h3 {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    font-size: 0.9375rem;
}
.ux_builder_content .box_img_content.style_2>.text {
    padding-right: 4.948rem;
    padding-left: 6.771rem;
}
.ux_builder_content .box_img_content.style_2>.img {
    padding-left: 0;
    padding-right: 0.729rem;
}
.ux_builder_content .box_img_content.style_2>.img:before {
    left: unset;
    right: 0;
}

.ux_builder_content .text.blockquote {
    font-family: 'Google Sans Bold';
    font-weight: 700;
    font-size: 0.9375rem;
}
.ux_builder_content .text.blockquote blockquote {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    font-style: normal !important;
    padding-left: 0 !important;
    border: 0 !important;
}
.ux_builder_content .text.blockquote blockquote strong {
    position: relative;
    padding-left: 3.4375rem;
}
.ux_builder_content .text.blockquote blockquote strong:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.917rem;
    height: 1px;
    background: #333333;
    pointer-events: none;
}

/*NEWS PAGE*/
.news_page .news_highlight_wrap {
    padding-top: 10.417rem;
    height: 100%;
}
.news_page .news_highlight .box_img {
    width: 42%;
    height: 23.4375rem;
    flex: 0 0 auto;
}
.news_page .news_highlight .box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--main-cl);
    padding: 0 3.333rem;
    width: 100%;
}
.news_page .news_highlight h3 {
    margin-top: 0.833rem;
    padding-right: 5rem;
}
.news_page .news_highlight time {
    font-family: 'Google Sans Regular';
    font-weight: 400;
    font-size: 0.78125rem;
    margin-top: 4px;
}
.news_page .news_highlight .btn {
    margin-top: 1.25rem;
}
.news_page .wrap_post {
    margin-top: 9.375rem;
}
.news_page .tabs_wrap {
    margin-left: 0;
}
.news_page .select_mobile {
    display: none;
}
.news_page .load_post_term {
    margin-top: 2.604rem;
}
.news_page #ajax_paging_post.list_post {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.604rem;
    margin-top: 2.604rem;
}

.news_page .item_news:nth-child(4) .graphic_bg:before,
.news_page .item_news:nth-child(1) .graphic_bg:before {
    right: 0;
}
.news_page .item_news:nth-child(3) .graphic_bg:before,
.news_page .item_news:nth-child(6) .graphic_bg:before {
    left: 0;
    top: unset;
    bottom: 0;
}
.news_page .item_news:nth-child(2) .graphic_bg:before,
.news_page .item_news:nth-child(5) .graphic_bg:before {
    content: unset;
}

/*CONTACT*/
.contact_page {
    padding-top: 7.8125rem;
}
.contact_page .col_left {
    padding-right: 7.8125rem;
}
.contact_page .desc_sec {
    margin-top: 0.833rem;
}
.contact_page .box_form {
    margin-top: 2.5rem;
}
.contact_page .form_wrap .submit_btn {
    margin-top: 2.5rem;
}
.contact_page .box_contact_info .item:nth-child(1) {
    width: 80%;
}
.box_contact_info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 5rem;
    row-gap: 3.333rem;
}
.box_contact_info h3 {
    font-family: Google Sans Regular;
    margin-bottom: 0.417rem;
    color: #33333399;
}
.box_contact_info .content_list {
    display: flex;
    gap: 0.78125rem;
}
.box_contact_info .content_list>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5.208rem;
    border: 1.17px solid #15052D1A;
}
.box_contact_info .content_list img {
    width: auto;
    height: 1.25rem;
    object-fit: contain;
}
.box_contact_info .content_list>a:hover {
    border-color: var(--main-cl);
}
.contact_page .iframe_maps {
    height: 24.635rem;
    margin-top: 3.75rem;
}
.contact_page iframe {
    width: 100%;
    height: 100%;
}



@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
    .slide_tabs {
        padding-left: calc(100% / 8);
    }
}
@media only screen and (max-width: 1699px) {
    .body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
    }

    /*COMPONENTS*/
    .fs_20 {
        font-size: 1.2rem;
    }
    .fs_18 {
        font-size: 1.15rem;
    }
    .fs_16 {
        font-size: 0.95rem;
    }
    .fs_15 {
        font-size: 0.95rem;
    }

    .select-styled,
    .select .select-options > li,
    .form_item textarea::placeholder,
    .form_item input::placeholder,
    .form_item textarea,
    .form_item input {
        font-size: 1rem;
    }

    .item_news .box_content h3 {
        height: 3.5rem;
    }

    /*FOOTER*/
    .logo_footer>.box_img {
        height: 3.2rem;
    }
    .footer_top span.title {
        font-size: 0.95rem;
    }
    .form_footer_wrap span.title {
        font-size: 1.35rem;
    }
    footer .wpcf7 .wpcf7-not-valid-tip {
        font-size: 0.9rem;
    }
    footer .form_item input,
    footer .form_item input::placeholder {
        font-size: 1rem;
    }
    .footer_middle .info_company {
        padding-right: 0;
        margin-right: -1.5rem;
    }

    /*HOME*/
    .about_home .item .box_content {
        padding-left: 5rem;
    }
    .page-template-home #main > section:nth-last-child(2) {
        padding-bottom: 10rem;
    }
    .home_3 {
        padding-top: 14rem;
        padding-bottom: 8rem;
    }

    /*ABOUT*/
    .about_1 .box_content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.1rem;
    }

    /*NEWS DETAILS*/
    .ux_builder_content.fs_16 {
        font-size: 1.05rem;
    }
    .ux_builder_content .wrap_title_post h2 {
        font-size: 1.15rem;
    }
    .ux_builder_content .member_box blockquote {
        font-size: .85rem;
    }
    .ux_builder_content .box_img_content>.text {
        padding-left: 3rem;
        padding-right: 0;
    }
    .ux_builder_content .box_img_content h3 {
        font-size: 1.2rem;
    }
    .ux_builder_content .text.blockquote blockquote,
    .ux_builder_content .text.blockquote {
        font-size: 1.05rem;
    }
    .ux_builder_content .box_img_content.style_2>.text {
        padding-right: 3rem;
        padding-left: 0;
    }
    .sharing_wrap a {
        width: 2.3rem;
        height: 2.3rem;
    }

    /*PROJECT DETAILS*/
    .project_details.details_1 .desc_sec {
        padding-right: 1rem;
    }
    .project_details.details_2 .box_content {
        padding-left: 5rem;
    }
    .project_policies .col_left {
        padding-right: 8rem;
    }
    .project_policies .tabs_wrap {
        margin-right: -3rem;
    }

    /*CONTACT*/
    .contact_page .col_left {
        padding-right: 6rem;
    }
}
@media only screen and (max-width: 1499px) {
    /*COMPONENT*/
    .fs_23 {
        font-size: 1.2rem;
    }
    .fs_20 {
        font-size: 1.25rem;
    }
    .fs_18 {
        font-size: 1.25rem;
    }
    .fs_16 {
        font-size: 1.1rem;
    }
    .fs_15 {
        font-size: 1.05rem;
    }
    .btn span.text {
        font-size: 1.1rem;
    }
    .select-styled,
    .select .select-options > li,
    .form_item textarea::placeholder,
    .form_item input::placeholder,
    .form_item textarea,
    .form_item input {
        font-size: 1.1rem;
    }
    .select .select-options > li {
        line-height: 1.8rem;
    }

    /*FOOTER*/
    footer .fs_18 {
        font-size: 1.1rem;
    }

    /*HOME*/
    .about_home .item .box_content {
        padding-left: 4.5rem;
    }
    .home_2>.row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home_2 .tabs_wrap {
        margin-left: -7rem;
        margin-right: -7rem;
        margin-top: 2rem;
        gap: 1.042rem;
        justify-content: center;
    }
    #load_slide_home2 {
        margin-top: 3rem;
    }
    .home_2 .col_right {
        padding-left: 2.5rem;
    }
    .item_news .term_time > * {
        font-size: 0.9rem;
    }
    .home_3 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }
    .home_4 {
        padding-top: 5rem;
    }
    .home_5 {
        padding-top: 10rem;
    }
    .home_6 {
        padding-top: 8rem;
    }
    .page-template-home #main > section:nth-last-child(2) {
        padding-bottom: 7rem;
    }
    .slogan_sec {
        padding-top: 8rem;
    }
    .slogan_sec .inner {
        padding: 5.3125rem 6.771rem 4.5rem;
    }

    /*ABOUT*/
    .about_1 .box_content {
        margin-top: .9rem;
    }
    .about_1 .box_content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.2rem;
    }
    .about_4 .slide_teams {
        height: 40rem;
    }

    /*PROJECT DETAILS*/
    .project_policies .col_left {
        padding-right: 1rem;
    }
    .project_policies .tabs_wrap {
        margin-right: 0;
    }

    /*CONTACT*/
    .contact_page .col_left {
        padding-right: 3rem;
    }
}
@media only screen and (max-width: 1399px) {
    /*COMPONENTS*/
    .fs_60 {
        font-size: 3rem;
    }
    .fs_22 {
        font-size: 1.3rem;
    }
    .fs_20 {
        font-size: 1.35rem;
    }
    .fs_16 {
        font-size: 1.15rem;
    }
    .fs_15 {
        font-size: 1.1rem;
    }
    .arrow svg {
        height: 4rem;
    }

    /*HEADER*/
    .open_menu svg {
        height: 3.5rem;
    }
    header .lang_header a {
        font-size: 1.2rem;
    }

    /*FOOTER*/
    .footer_top span.title {
        font-size: 1.05rem;
    }
    .protect_text, .copyright {
        font-size: 0.95rem;
    }
    .footer .form_item input,
    .footer .form_item input::placeholder {
        font-size: 1.15rem;
    }
    .form_footer_wrap span.title {
        font-size: 1.2rem;
    }
    footer .wpcf7 form .wpcf7-response-output, footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output, footer .wpcf7 form.payment-required .wpcf7-response-output {
        font-size: 1rem;
    }
    footer .form_item input {
        height: 4rem;
    }
    footer .form_item input, .footer .form_item input::placeholder {
        font-size: 1.3rem;
    }
    .form_footer_wrap span.title {
        font-size: 1.5rem;
    }
    .logo_footer>.box_img {
        height: 3.5rem;
    }
    .box_socials a {
        font-size: 1.05rem;
    }

    /*HOME*/
    .about_home h4+.line {
        height: 2.5rem;
        margin: 0.8rem auto;
    }
    .slogan_sec .desc_sec {
        margin-left: 0;
    }
    .item_news .term_time > * {
        font-size: 1rem;
    }

    /*ABOUT*/
    .about_1 .box_content {
        margin-top: .8rem;
    }

    /*PROJECT*/
    .project_page {
        padding-top: 7rem;
    }

    /*PROJECT DETAILS*/
    .project_details.details_1 .desc_sec {
        padding-right: 0;
    }
    .project_details.details_2 .box_content {
        padding-left: 3rem;
    }
    .project_details.details_5,
    .project_details.details_4,
    .project_details.details_2,
    .project_policies {
        padding-top: 6rem;
    }
    .project_details.details_5 .box_img {
        padding-right: 6.8rem;
    }

}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        height: 8rem;
    }
    .tile-reveal-square {
        width: 80px;
        height: 80px;
    }

    /*COMPONENTS*/
    .fs_75 {
        font-size: 3rem;
    }
    .fs_60 {
        font-size: 2.5rem;
    }
    .fs_30 {
        font-size: 1.3rem;
    }
    .fs_25 {
        font-size: 1.1rem;
    }
    .fs_23 {
        font-size: 1.1rem;
    }
    .fs_20 {
        font-size: 1.15rem;
    }
    .fs_18 {
        font-size: 1.1rem;
    }
    .swiper-pagination .swiper-pagination-bullet {
        width: 1.0375rem;
        height: 1.0375rem;
    }
    .swiper-pagination .swiper-pagination-bullet:before {
        width: 0.4rem;
        height: 0.4rem;
    }
    .form_group.flex {
        flex-wrap: wrap;
    }
    .form_group.flex > * {
        width: 100%;
    }
    .marquee-img .box_img {
        height: 4rem;
        margin: 0 5rem;
    }
    .marquee-img-wrap {
        margin-top: 3rem;
    }

    /*HEADER*/
    header {
        position: relative;
        background: #FFFFFF;
    }
    header #logo img {
        filter: brightness(1) invert(0);
    }
    header .lang_header a {
        color: var(--main-cl);
    }
    header .flex_right path {
        stroke: var(--main-cl);
    }

    .menu_header .inner {
        width: 32rem;
        padding: 0 4rem 0 3.5rem;
    }
    .menu_header .menu a {
        font-size: 2rem;
    }
    .menu_header .menu li:not(:last-child) {
        margin-bottom: 1.35rem;
    }

    /*FOOTER*/
    .margin_footer_200 footer {
        margin-top: 6rem;
    }
    footer {
        padding: 3rem 0 2rem;
    }
    .footer_top .box_content {
        justify-content: flex-start;
        row-gap: 1.4rem;
        column-gap: 2.2rem;
    }
    footer .form_item input,
    footer .form_item input::placeholder {
        font-size: 1.1rem;
    }
    .footer_bottom {
        margin-top: 3rem;
        padding-top: 2rem;
    }
    .footer_middle {
        margin-top: 1.5rem;
        padding-top: 2rem;
    }
    .footer_middle .info_company {
        margin-right: 0;
    }
    .footer_middle .col.large-4:nth-child(3),
    .footer_middle .col.large-4:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer_middle .col.large-4:nth-child(2) {
        flex-basis: 50%;
        max-width: 50%;
    }
    .footer_middle .info_contact {
        width: fit-content;
        margin: 0.8rem 0 0;
    }
    .form_footer_wrap {
        margin-top: 2rem;
    }

    /*HOME*/
    .banner_hero .box_img {
        height: 32rem;
        width: 100%;
    }
    .banner_hero .box_content h1 span.fs_custom {
        font-size: 2rem;
    }
    .home_1 .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .about_home .item .box_content {
        padding-left: 3rem;
    }
    .home_2 {
        padding-top: 7rem;
    }
    .tabs_wrap .btn span.text {
        font-size: 0.9rem;
    }
    .home_2 .tabs_wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .home_2 .large-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .load_slide_home2 {}
    .home_2 .col_right {
        padding-left: 0;
    }
    .slide_home2_wrap .slide_content {
        margin-top: 0;
    }
    .slide_home2_wrap h3.fs_40 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    .slide_home2_arrow {
        display: none;
    }
    .slide_home2_wrap .box_img {
        height: 22rem;
    }
    #load_slide_home2 .swiper-pagination {
        display: flex;
    }
    .home_3 {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    .slide_home3 {
        margin: 0 calc(-1 * calc(100vw - var(--container-w)) / 2 - 30rem);
    }
    .slide_home3 h2.text_color {
        font-size: 2.2rem;
    }
    .slide_home3 h2.content.text_stroke {
        font-size: 3.5rem;
    }
    .home_4 {
        padding-top: 4rem;
    }
    .home_4 .gallery_wrap .box_img {
        height: 32rem;
    }
    .home_5 {
        padding-top: 7rem;
    }
    .home_5 .col.large-6 {
        flex-basis: 70%;
        max-width: 70%;
    }
    .home_5 .desc_sec br {
        display: none;
    }
    .home_5 .partner_wrap {
        margin-top: 2rem;
    }
    .home_6 {
        padding-top: 6rem;
    }
    .home_6 .news_wrap .item_news {
        margin: 0 1rem;
    }
    .home_6 .item_news .graphic_bg:before {
        width: 10rem;
        height: 10rem;
    }
    .item_news .term_time > * {
        font-size: 0.9rem;
    }
    .page-template-home #main > section:nth-last-child(2) {
        padding-bottom: 4rem;
    }
    .slogan_sec .inner {
        padding: 5.3125rem 3rem 4.5rem;
        margin: 0;
    }
    .slogan_sec {
        padding-top: 6rem;
    }
    .slogan_sec .group_heading {
        gap: 2rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .slogan_sec .group_heading > * {
        width: 100%;
    }
    .slogan_sec .heading_sec br {
        display: none;
    }

    /*ABOUT*/
    .about_1 {
        padding-top: 4rem;
    }
    .about_1 .heading_sec.fs_60 {
        font-size: 2.2rem;
    }
    .about_1 .box_content {
        margin-top: .5rem;
    }
    .about_2 .box_about {
        flex-direction: column;
    }
    .about_2 .box_about .item>* {
        width: 100%;
    }
    .about_2 .box_about .content {
        gap: 1rem;
    }
    .about_2 .box_about .item:nth-child(even)>.content:nth-child(2) {
        display: none;
    }
    .about_3 {
        padding-top: 6rem;
    }
    .about_3 .wrap_content {
        padding: 0;
    }
    .about_3 .wrap_content .item_wrap.active {
        display: block;
    }
    .about_3 .wrap_content .swiper_nav {
        display: none;
    }
    .about_3 .slide_content .swiper-pagination {
        display: flex;
    }
    .about_3 .list_counter {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
    .about_4 {
        padding-top: 5rem;
    }
    .about_4 .group_heading .desc_sec {
        margin: 0 5rem;
    }
    .about_4 .desc_sec br {
        display: none;
    }
    .about_4 .col.large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .about_4 .slide_teams {
        margin: 0 -1rem;
        height: 100%;
    }
    .about_4 .slide_teams .item {
        margin: 0 1rem;
    }
    .about_4 .slide_teams .graphic_bg {
        height: 23rem;
    }
    .about_4 .swiper-slide.swiper-slide-active .graphic_bg {
        height: 23rem;
    }
    .about_4 .slide_teams_wrap .arrow_absolute {
        display: none;
    }
    .about_4 .slide_teams_wrap .graphic_bg {
        padding: 0.5rem !important;
    }
    .about_4 .graphic_bg:before {
        width: 50%;
        height: 50%;
    }
    .about_4 .slide_teams .box_content {
        margin-top: 1.042rem !important;
    }
    .about_4 .slide_teams .swiper-pagination {
        display: flex;
    }
    .page-template-about .about_5 {
        padding-top: 5rem;
    }
    .about_5 .desc_sec {
        margin: 0 2rem;
    }
    .about_5 .desc_sec br {
        display: none;
    }

    /*NEWS*/
    .news_page .news_highlight_wrap {
        padding-top: 6rem;
    }
    .news_page .news_highlight.graphic_bg:before {
        width: 20%;
        height: 40%;
    }
    .news_page .wrap_post {
        margin-top: 5rem;
    }
    .news_page #ajax_paging_post.list_post {
        column-gap: 1.3rem;
        row-gap: 2rem;
    }
    .news_page .btn span.text {
        font-size: 0.8rem;
    }
    .news_page .btn svg {
        width: 1.3rem;
        height: auto;
    }

    /*NEWS DETAILS*/
    .news_details .row_footer_post>.large-7 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .news_details .terms_time + .heading_sec {
        font-size: 2.2rem;
    }
    .news_related_sec {
        padding-top: 6rem;
    }
    .ux_builder_content .col.large-6 {
        flex-basis: 83.33%;
        max-width: 83.33%;
    }
    .ux_builder_content .col.large-8 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .ux_builder_content .member_box .text {
        padding: 0 2.9rem;
    }

    /*PROJECT */
    .project_page {
        padding-top: 4rem;
    }
    .project_page .list_projects {
        column-gap: 1.3rem;
        row-gap: 2rem;
    }
    .project_page .col.large-7,
    .project_page .col.large-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .project_page .tabs_wrap {
        margin-top: 1.4rem;
        margin-left: 0;
        justify-content: center;
    }
    .project_page .col.large-5 .heading_sec {
        text-align: center;
    }
    .project_page .item_project .graphic_bg:before {
        width: 50%;
        height: 50%;
    }
    .project_page .item_project .address.fs_16 {
        font-size: 1rem;
    }
    .project_page.marquee_sec {
        padding-top: 4rem;
    }

    /*PROJECT DETAILS*/
    .project_details.details_1 .list_info .content.fs_60,
    .project_details .heading_sec.fs_60 {
        font-size: 2rem;
    }
    .project_details.details_1 .group_heading {
        padding-right: 0;
    }
    .project_details.details_1 .list_info .content br {
        display: none;
    }
    .project_details.details_1 .gallery_wrap .box_img {
        height: 24rem;
    }
    .project_details.details_2 .col:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
        order: 3;
    }
    .project_details.details_2 .col:nth-child(3) {
        flex-basis: 100%;
        max-width: 100%;
        order: 2;
    }
    .project_details.details_2 .box_content {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        padding-left: 0;
    }
    .project_details.details_2 .box_content .item:not(:last-child) {
        margin-bottom: 0;
    }
    .project_details.details_2 .imgs_wrap {
        margin-top: 4rem;
    }
    .project_policies .col_left {
        padding-right: 0;
    }
    .project_policies .tabs_wrap {
        padding: 1.1rem;
    }
    .project_policies .box_content {
        padding-right: 2rem;
    }
    .project_policies .box_content h2 {
        font-size: 1.8rem;
    }
    .project_policies .graphic_bg.top_left:before {
        width: 50%;
        height: 50%;
    }
    .project_details.details_5 .box_img {
        padding-right: 0;
    }
    .project_details.details_5 .box_contact_info>.flex {
        gap: 1.5rem;
    }

    /*CONTACT*/
    .contact_page {
        padding-top: 5rem;
    }
    .contact_page .col_left {
        padding-right: 0;
    }
    .box_contact_info {
        column-gap: 2rem;
        row-gap: 1rem;
    }

}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 58rem;
    }
    .load_home_page svg {
        height: 7rem;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*COMPONENTS*/
    .fs_22 {
        font-size: 1.15rem;
    }
    .breadcrumbs {
        overflow-x: auto;
        width: 100%;
    }
    .breadcrumbs ol>li {
        white-space: nowrap;
    }

    /*HEADER*/

    /*FOOTER*/

    /*HOME*/
    .about_home .item {
        gap: 4rem;
        flex-direction: column-reverse;
    }
    .about_home .item > * {
        width: 80%;
        padding: 0 !important;
    }
    .about_home .item .imgs_wrap {
        padding: 0 5rem !important;
    }
    .about_home .imgs_wrap .img_1 {
        padding-bottom: 2rem;
    }
    .about_home .imgs_wrap .box_img.img_2 {
        bottom: 0;
        right: 8rem;
        width: 12rem;
        height: auto;
    }
    .about_home .item h4 {
        padding: 0 5rem;
    }
    .home_5 {
        padding-top: 5rem;
    }
    .home_6 .news_wrap .item_news {
        margin: 0 0.6rem;
    }
    .footer_top .col_right {
        margin-left: -6rem;
    }

    /*NEWS DETAILS*/
    .news_details .row_footer_post>  .large-7 {
        flex-basis: 80%;
        max-width: 80%;
    }
    .news_related_sec {
        padding-top: 6rem;
    }

}
@media only screen and (max-width: 849px) {
    :root{
        --container-w: 45rem;
    }

    /*COMPONENT*/
    .fs_75 {
        font-size: 2.65rem;
    }
    .fs_60 {
        font-size: 2.2rem;
    }
    .fs_22 {
        font-size: 1.05rem;
    }
    .btn span.text {
        font-size: 1rem;
    }
    .margin_footer_150 footer {
        margin-top: 5rem;
    }

    /*HEADER*/
    header #logo img {
        max-height: 2.604rem;
    }
    .open_menu svg {
        height: 3rem;
    }

    /*FOOTER*/
    footer {
        padding-top: 2rem;
    }
    .form_footer_wrap span.title {
        font-size: 1.3rem;
    }
    .copyright {
        text-align: center;
        margin-bottom: .3rem;
    }
    .protect_text, .copyright {
        text-align: center;
    }
    footer .fs_18 {
        font-size: 1rem;
    }

    .logo_footer {
        width: fit-content;
        margin: 0 auto;
    }
    .box_socials {
        margin-top: 1.5rem;
        justify-content: center;
    }
    .form_footer_wrap .shortcode {
        margin-top: 0;
    }
    .footer_middle .info_contact .item > * {
        flex-shrink: 0;
    }

    /*HOME*/
    .home_1 {
        padding-top: 4rem;
    }
    .banner_hero .box_img {
        height: 25rem;
    }
    .banner_hero .box_content h1 span.fs_custom {
        font-size: 1.6rem;
    }
    .about_home .item > * {
        width: 100%;
    }
    .about_home .item h3 br {
        display: none;
    }
    .home_2 #load_slide_home2>.col:nth-child(2) {
        order: -1;
    }
    .home_2 .tabs_wrap {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 5rem;
    }
    .home_2 .tabs_wrap .btn {
        width: 100%;
    }
    .home_2 .col_right {
        padding-top: 1.5rem;
    }
    .home_3 {
        padding-bottom: 2rem;
    }
    .slide_home3 h2.text_color {
        font-size: 2rem;
    }
    .slide_home3 h2.content.text_stroke {
        font-size: 2.8rem;
    }
    .home_4 .gallery_wrap .box_img {
        height: 24rem;
    }
    .home_5 .col.large-6 {
        flex-basis: 90%;
        max-width: 90%;
    }
    .home_6 {
        padding-top: 4rem;
    }
    .home_6 .news_wrap {
        margin: 2rem -3.75rem 0;
    }
    .home_6 .news_wrap .item_news {
        margin: 0;
    }
    .slogan_sec {
        padding-top: 3rem;
    }
    .slogan_sec .inner {
        padding: 4rem 3rem 4rem;
    }
    .slogan_sec .group_heading {
        gap: 1.2rem;
    }

    /*ABOUT*/
    .about_1 .box_content {
        margin-top: 1.5rem;
    }
    .about_1 .box_img {
        margin-top: 2rem;
    }
    .about_2 .box_about {
        margin-top: 1.5rem;
    }
    .about_2 .box_about .content {
        padding-right: 0;
    }
    .about_2 .box_about .idx_wrap>* {
        font-size: 4rem;
    }
    .about_2 .box_about .idx_wrap {
        min-width: 6rem;
    }
    .about_3 {
        padding-top: 4rem;
    }
    .about_3 .slide_content .item {
        gap: 1rem;
    }
    .about_3 .slide_content .graphic_bg {
        width: 55%;
    }
    .about_3 .slide_content .box_content {
        width: 45%;
    }
    .about_4 .slide_teams .graphic_bg {
        height: 18rem !important;
    }
    .about_4 .slide_teams .item {
        margin: 0 0.4rem;
    }
    .about_5 .desc_sec {
        margin: 0;
    }
    .item_counter .title.fs_18 {
        font-size: 0.9rem;
    }
    .number {
        font-size: 3rem;
    }

    /*NEWS*/
    .news_page .tabs_wrap {
        gap: 0;
    }
    .news_page #ajax_paging_post.list_post {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .item_news.style_2 .graphic_bg:before {
        width: 50%;
        height: 50%;
    }
    .news_page .news_highlight h3 {
        padding-right: 0;
    }

    .ajax-paging li>a {
        width: 1.8rem;
        font-size: 0.95rem;
    }

    /*NEWS DETAILS*/
    .post_footer {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .sharing_wrap a {
        width: 2rem;
        height: 2rem;
    }
    .ux_builder_content .col.large-8,
    .ux_builder_content .col.large-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .ux_builder_content .member_box {
        flex-direction: column-reverse;
    }
    .ux_builder_content .member_box>* {
        width: 100%;
    }
    .ux_builder_content .member_box>.img {
        width: 100% !important;
    }
    .ux_builder_content .member_box .text {
        padding: 1.5rem 2.5rem 0;
    }
    .ux_builder_content .box_img_content {
        flex-direction: column-reverse;
    }
    .ux_builder_content .box_img_content>* {
        width: 100%;
    }
    .ux_builder_content .box_img_content>.text {
        padding: 0 !important;
        margin-bottom: 1rem !important;
    }
    .ux_builder_content .box_img_content.style_2 {
        flex-direction: column;
    }

    .news_related_sec .swiper_nav {
        display: none;
    }
    .news_related_sec .swiper-pagination {
        display: flex;
    }
    .news_related_sec {
        padding-top: 4rem;
    }

    /*PROJECT*/
    .project_page .list_projects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .project_page .item_project .box_content {
        margin-top: 0.6rem;
    }

    /*PROJECT DETAILS*/
    .project_details.details_1 .list_info {
        margin-top: 2rem;
    }
    .project_policies .heading_sec {
        text-align: center;
    }
    .project_policies .col_right {
        margin-top: 2rem;
    }
    .project_policies .box_content {
        padding-top: 2.5rem;
    }
    .project_details.details_5,
    .project_details.details_4,
    .project_details.details_2,
    .project_policies {
        padding-top: 4.5rem;
    }
    .slide_news_related {
        margin: 1rem -1rem 0;
    }
    .slide_news_related .item_news {
        margin: 0 1rem;
    }
    .project_details.details_4 .row {
        align-items: center;
    }
    .project_details.details_5 .col:nth-child(1) {
        order: 2;
    }
    .project_details.details_5 .box_img {
        margin-top: 2rem;
    }

    /*CONTACT*/
    .contact_page .group_heading {
        text-align: center;
    }
    .contact_page .heading_sec {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact_page .heading_sec br {
        display: none;
    }
    .contact_page .box_form {
        margin-top: 2rem;
    }
    .contact_page .form_wrap .submit_btn {
        margin: 1.5rem auto 0;
    }
    .contact_page .col_right {
        margin-top: 1.5rem;
    }

}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        height: 5rem;
    }
    .tile-reveal-square {
        width: 60px;
        height: 60px;
    }
    #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;
    }

    /*COMPONENTS*/
    .fs_75 {
        font-size: 2rem;
    }
    .fs_60 {
        font-size: 1.6rem;
    }
    .fs_30 {
        font-size: 1.1rem;
    }
    .fs_23 {
        font-size: 1.05rem;
    }
    .fs_20 {
        font-size: 1rem;
    }
    .fs_18 {
        font-size: 1rem;
    }
    .graphic_bg:before {
        width: 50%;
        height: 50%;
    }
    .graphic_bg.bottom_left {
        padding-bottom: 0.4rem;
        padding-left: 0.4rem;
    }
    .graphic_bg.top_left {
        padding-top: 0.4rem;
        padding-left: 0.4rem;
    }
    .graphic_bg.top_right {
        padding-top: 0.4rem;
        padding-right: 0.4rem;
    }
    .item_news.style_2 .graphic_bg:before {
        width: 50%;
        height: 50%;
    }
    .slide_news_related .swiper-slide.swiper-slide-active .graphic_bg:before {
        content: '';
        left: 0;
    }
    .marquee-img {
        animation: marquee 15s linear infinite;
    }
    .marquee-img .box_img {
        width: 8rem;
        height: 100%;
        margin: 0 0.5rem;
    }
    .btn {
        padding: 0.78125rem 1rem;
    }
    /*select mobile - tab convert*/
    .select_mobile {
        position: relative;
        z-index: 24;
    }
    .select_mobile .select-styled {
        margin-top: 1rem;
        border-radius: 4px;
        padding: 0 1rem;
        border: 1px solid #15052D1A;
        height: 3.5rem;
    }
    .select_mobile .select-styled:after {
        width: 1.2rem;
        height: 1.2rem;
    }
    .select_mobile .select .select-options {
        max-height: 16rem;
        overflow-y: auto;
    }
    .select_mobile .select .select-options > li {
        padding: 1rem;
        color: #000000;
        text-align: left;
    }
    .select_mobile .select .select-options > li.active,
    .select_mobile .select .select-options > li:hover {
        background: var(--main-cl);
        color: #fff;
    }

    .loading_show_more2:before {
        top: 10%;
    }

    /*HEADER*/
    .menu_header.active .inner {
        transform: translateX(0);
        justify-content: center;
    }
    .menu_header .menu li {
        text-align: center;
    }
    .menu_header .menu a {
        font-size: 1.5rem;
    }
    .menu_header .close_menu {
        top: 2.5rem;
        right: 2.5rem;
    }
    .menu_header .menu li:not(:last-child) {
        margin-bottom: 1.45rem;
    }
    header .flex_right {
        gap: 0.4rem;
    }
    header .lang_header a {
        font-size: 1rem;
    }

    /*LANG ACTION*/
    .lang_header.minimal > a {
        padding: 0;
    }
    .lang_header.minimal > a:hover {
        background: transparent;
    }
    .lang_header a span {
        /*font-size: 0;*/
    }
    .lang_header a img.flag_current {
        display: none;
        width: 2.08rem;
        height: 2.08rem;
    }
    .lang_dropdown {
        min-width: 0;
        display: flex;
    }
    .lang_dropdown li:first-child {
        border-right: 1px solid #dadada;
        border-bottom: 0;
    }
    .lang_dropdown li:first-child a {
        padding-right: 0.4rem;
    }
    .lang_dropdown a {
        padding: 0.6rem 1rem;
        display: flex;
        align-items: center;
        line-height: normal;
    }
    .lang_dropdown a>span {
        justify-content: center;
    }
    .lang_dropdown a img.flag {
        /*display: block;*/
        width: 2.1rem;
        height: 2.1rem;
        flex-shrink: 0;
        margin-left: -5px;
    }

    /*FOOTER*/
    .margin_footer_200 footer {
        margin-top: 4rem;
    }
    .footer_top .col_left {
        padding-right: 0;
    }
    .footer_top .col_right {
        margin-left: 0;
        margin-top: 3rem;
    }
    .form_footer_wrap+.flex {
        gap: 2rem;
    }
    footer .border_top:before {
        width: 90%;
    }
    footer .footer_bottom {
        padding-top: 0;
        margin-top: 1.5rem;
    }
    footer .footer_bottom.border_top:before {
        content: unset;
    }
    .link_external {
        row-gap: 1rem;
    }
    .link_external a, .copyright {
        font-size: 0.85rem;
    }
    .logo_footer>.box_img img {
        object-fit: contain;
    }

    /*HOME*/
    .banner_hero .box_img {
        height: 19rem;
    }
    .banner_hero .box_content h1 span.fs_custom {
        font-size: 1.25rem;
    }
    .banner_hero .swiper-pagination {
        bottom: 1rem;
    }
    .about_home .item h4 {
        padding: 0;
    }
    .about_home .item .imgs_wrap {
        padding: 0 !important;
    }
    .about_home .imgs_wrap .box_img.img_2 {
        right: 0;
        width: 10rem;
    }
    .home_2 {
        padding-top: 4rem;
    }
    .home_2 .tabs_wrap {
        display: none;
        padding: 0;
    }
    .home_2 .select_mobile {
        display: block;
    }
    .tabs_wrap .btn span.text {
        font-size: 0.8rem;
    }
    .slide_home2_wrap h3.fs_40 {
        font-size: 1.6rem;
    }
    .slide_home2_wrap h3 > br {
        display: none;
    }
    .slide_home2_wrap .box_img {
        height: 15rem;
    }
    .home_3 {
        padding-top: 3rem;
    }
    .slide_home3 {
        margin: 0 calc(-1 * calc(100vw - var(--container-w)) / 2 - 26rem);
    }
    .slide_home3 h2.content {
        white-space: normal;
    }
    .slide_home3 h2.text_stroke,
    .slide_home3 h2.text_color {
        font-size: 1.35rem !important;
    }
    .slide_home3 h2.content.text_stroke {
        -webkit-text-stroke: 1px var(--main-cl);
        text-stroke: 1px var(--main-cl);
    }
    .home_4 {
        padding-top: 2rem;
    }
    .home_4 .gallery_wrap {
        margin: 0;
    }
    .home_4 .gallery_wrap .box_img {
        height: 13rem;
    }
    .gallery_wrap .swiper-pagination {
        position: unset;
    }
    .gallery_wrap .swiper-pagination .swiper-pagination-bullet:before {
        background: var(--main-cl);
    }
    .gallery_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: var(--main-cl);
    }
    .home_5 {
        padding-top: 4rem;
    }
    .home_5 .col.large-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .home_5 .partner_wrap .swiper-pagination {
        display: flex;
        padding-top: 0.5rem;
    }
    .home_6 .news_wrap {
        margin: 2rem 0 0;
    }
    .item_news .box_content h3.fs_20 {
        font-size: 1.15rem;
    }
    .slogan_sec .inner {
        padding: 4rem 2rem 4rem;
    }

    /*ABOUT*/
    .about_1 .heading_sec.fs_60 {
        font-size: 1.8rem;
    }
    .about_2 .box_about .content {
        flex-direction: column;
        align-items: flex-start;
    }
    .about_2 .box_about .idx_wrap {
        min-width: 0;
    }
    .about_3 {
        padding-top: 2rem;
    }
    .about_3 .group_heading {
        text-align: center;
    }
    .about_3 .wrap_content {
        margin-top: 2rem;
    }
    .about_3 .slide_content .item {
        flex-direction: column-reverse;
    }
    .about_3 .slide_content .box_content,
    .about_3 .slide_content .graphic_bg {
        width: 100%;
    }
    .about_3 .box_processing .fs_30 {
        font-size: 1.3rem;
    }
    .about_3 .list_counter {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .about_4 .group_heading .desc_sec {
        margin: 0;
    }
    .about_4 .slide_teams .graphic_bg {
        height: 100% !important;
    }
    .about_4 .slide_teams_wrap {
        margin-top: 1rem;
    }

    /*NEWS*/
    .news_page .news_highlight_wrap {
        padding-top: 4rem;
    }
    .news_highlight {
        flex-direction: column;
    }
    .news_highlight>* {
        width: 100% !important;
    }
    .news_page .news_highlight .box_content {
        padding: 2rem 1.5rem;
    }
    .news_page .news_highlight.graphic_bg.bottom_left {
        padding-top: 0.4rem;
        padding-bottom: 0;
    }
    .news_page .news_highlight.graphic_bg.bottom_left:before {
        bottom: unset;
        top: 0;
        width: 30%;
        height: 30%;
    }
    .news_page .tabs_wrap {
        display: none;
    }
    .news_page .select_mobile {
        display: block;
    }
    .news_page #ajax_paging_post.list_post {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0.7rem;
        row-gap: 1.5rem;
    }
    .ajax-paging .paging-arrow svg {
        width: auto;
        height: 1.025rem;
    }

    /*NEWS DETAILS*/
    .news_details .terms_time + .heading_sec {
        font-size: 1.8rem;
    }
    .ux_builder_content.fs_16 {
        font-size: 1.2rem;
    }
    .ux_builder_content .member_box blockquote strong,
    .ux_builder_content .member_box blockquote,
    .ux_builder_content .member_box .text {
        font-size: 1.05rem;
    }
    .ux_builder_content .number {
        font-size: 2.5rem;
    }
    .news_details .row_footer_post> .large-7 {
        flex-basis: 100%;
        max-width: 100%;
    }

    /*PROJECT*/
    .project_page .tabs_wrap {
        display: none;
    }
    .project_page .select_mobile {
        display: block;
    }
    .project_page .list_projects {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .project_page .item_project:nth-child(odd) {
        grid-column: 1;
    }
    .project_page .item_project:nth-child(even) {
        grid-column: 1;
    }
    .project_page .item_project:nth-child(4n) .graphic_bg {
        padding-left: 0.4rem;
    }
    .project_page.marquee_sec .desc_sec br {
        display: none;
    }
    .project_page .item_project:nth-child(odd) .graphic_bg {
        padding-top: 0.4rem !important;
        padding-right: 0.4rem !important;
    }
    .project_page .item_project:nth-child(even) .graphic_bg {
        padding-top: 0.4rem !important;
        padding-left: 0.4rem !important;
    }

    /*PROJECT DETAILS*/
    .project_details.details_1 {
        padding-top: 4rem;
    }
    .project_details .heading_sec.fs_60 {
        font-size: 1.8rem;
        margin-bottom: .8rem;
    }
    .project_details.details_1 .list_info {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .project_details.details_1 .list_info .content.fs_18 {
        font-size: 1.25rem;
        line-height: 1.45;
    }
    .project_details.details_1 .btn {
        margin-top: 2rem;
    }
    .project_details.details_1 .gallery_wrap .box_img {
        height: 27rem;
    }
    .project_details.details_2 .box_content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .project_details.details_2 .box_content .idx {
        font-size: 3rem;
    }
    .project_details.details_2 .box_content .heading {
        align-items: baseline;
    }
    .project_details.details_2 .box_content h3 br {
        display: none;
    }
    .project_details.details_2 .imgs_wrap {
        gap: 0.5rem;
    }
    .project_policies .box_content {
        padding: 2rem 1.5rem;
    }
    .project_policies .box_content h2 {
        font-size: 1.5rem;
    }
    .project_details.details_4 .swiper_nav {
        display: none;
    }
    .slide_news_related .swiper-pagination {
        display: flex;
    }
    .project_details.details_5 .box_contact_info>.flex {
        flex-wrap: wrap;
    }

    /*CONTACT*/
    .contact_page {
        padding-top: 3rem;
    }
    .contact_page .heading_sec.fs_60 {
        font-size: 1.5rem;
    }
    .contact_page .box_contact_info {
        column-gap: 1rem;
    }
    .contact_page .box_contact_info .item:nth-child(1) {
        width: 100%;
    }
}
@media only screen and (max-width: 400px){
    html{
        font-size: 15px;
    }
}
@media only screen and (max-width: 380px){
    html{
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    html{
        font-size: 13px;
    }
}

