:root{
    --main-cl: #102E50;
    --sub-cl: #C7A55A;
    --container-w: 75rem;
}

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.517rem;
    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: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: .8s 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.6s 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: .6s;
}
#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;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--sub-cl);
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #102E50;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #102E50;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 3rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
    color: var(--main-cl);
}
.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(--main-cl);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    -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;
    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;
}
.back_to_home a.button {
    border-radius: 8px;
    background: var(--main-cl);
}

/*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;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.text_white *,
.text_white {
    color: #fff !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;
}

body {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;
    /*overflow-x: hidden;*/
    line-height: 1.5;
}
.col, .pb_0.col {
    padding-bottom: 0 !important;
}

/*subtitle*/
.subtitle {
    display: block;
    position: relative;
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 1.042rem;
    color: var(--main-cl);
    padding-left: 2.8125rem;
}
.text-center .subtitle:after,
.subtitle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 1px;
    background: var(--main-cl);
    pointer-events: none;
}
.text_white .subtitle:before {
    background: #fff;
}
.text-center .subtitle {
    padding-right: 2.8125rem;
    width: fit-content;
    margin: 0 auto;
}
.text-center .subtitle:after {
    left: unset;
    right: 0;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #333333;
}
.heading_sec {
    font-family: 'UTM Nokia';
    font-weight: 400;
    line-height: 1.4;
    color: var(--main-cl);
    margin-bottom: 1.25rem;
}
.fs_70 {
    font-size: 3.646rem;
}
.fs_60 {
    font-size: 3.125rem;
}
.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_30 {
    font-size: 1.5625rem;
}
.fs_32 {
    font-size: 1.667rem;
}
.fs_24 {
    font-size: 1.2rem;
}
.fs_20 {
    font-size: 1.042rem;
}
.fs_18 {
    font-size: 0.9375rem;
}
.fs_16 {
    font-size: 0.833rem;
}
.fs_14 {
    font-size: 0.729rem;
}

.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;
}

.mt_8 {
    margin-top: 0.417rem;
}
.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;
}
.mt_64 {
    margin-top: 3.333rem;
}
.mt_100 {
    margin-top: 5.208rem;
}
.mt_150 {
    margin-top: 7.8125rem;
}
.mb_10 {
    margin-bottom: 0.521rem;
}
.mb_20 {
    margin-bottom: 1.042rem;
}
.mb_25 {
    margin-bottom: 1.25rem;
}
.mb_28 {
    margin-bottom: 1.458rem;
}

.pt_200 {
    padding-top: 10.417rem;
}
.pt_150 {
    padding-top: 7.8125rem;
}
.pt_100 {
    padding-top: 5.208rem;
}
.pt_64 {
    padding-top: 3.333rem;
}

.text_primary {
    color: var(--main-cl);
}
.text_sub {
    color: #333333;
}
.text_third {
    color: var(--sub-cl);
}

/*desc section*/
.desc_sec {
    font-family: 'Lexend Regular';
}
.content ul,
.desc_sec ul {
    padding-left: 1.6rem;
}
ul>li {
    line-height: normal;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.7rem;
}
.content strong,
.desc_sec strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
    color: #333333;
}

/*button link*/
.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    min-width: 8rem;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0.625rem 1.25rem;
    overflow: hidden;
}
.btn span.text {
    font-family: 'Lexend Regular';
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: normal;
    z-index: 3;
    flex-shrink: 0;
}
.btn span.icon {
    display: flex;
    position: relative;
    z-index: 3;
}

.btn_style_1 {
    position: relative;
    z-index: 1;
    background: transparent;
}
.btn_style_1 span.text {
    color: #fff;
}
.btn_style_1:before {
    content: '';
    position: absolute;
    padding: 1px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #8C6B2C 0%, #FFD577 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    border-radius: 4px;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.btn_style_1 .border-reverse {
    content: '';
    position: absolute;
    padding: 1px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FFD577 0%, #8C6B2C 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.btn_style_1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #8C6B2C 0%, #FFD577 100%);
    border-radius: 4px;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 0;
}
.btn_style_1 .bg-reverse {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFD577 0%, #8C6B2C 100%);
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
    pointer-events: none;
}
.btn_style_1:hover:before {
    opacity: 0;
}
.btn_style_1:hover:after {
    opacity: 0;
}
.btn_style_1:hover .border-reverse,
.btn_style_1:hover .bg-reverse {
    opacity: 1;
}

.btn_style_2 {
    position: relative;
    z-index: 1;
    background: transparent;
    border-color: var(--sub-cl);
}
.btn_style_2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #8C6B2C 0%, #FFD577 100%);
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}
.btn_style_2 span.text {
    color: var(--sub-cl);
}
.btn_style_2 path {
    stroke: var(--sub-cl);
}
.btn_style_2:hover span.text {
    color: #fff;
}
.btn_style_2:hover path {
    stroke: #fff;
}
.btn_style_2:hover:before {
    opacity: 1;
}

.btn_style_3 {
    border-color: var(--sub-cl);
    border-radius: 5.208rem;
}
.btn_style_3 span.text {
    color: var(--sub-cl);
}
.btn_style_3:hover {
    background: var(--sub-cl);
}
.btn_style_3:hover span.text {
    color: #fff;
}

.btn_style_4 {
    position: relative;
    background: var(--main-cl);
    border: 0;
}
.btn_style_4:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #102E50 0%, #2469B6 100%);
    pointer-events: none;
    transform-origin: right;
    transition: .6s all;
}
.btn_style_4:hover:before {
    width: 100%;
}
.btn_style_4 span.text {
    color: #fff;
}

.btn_style_5 {
    position: relative;
    background: transparent;
    border-color: var(--main-cl);
}
.btn_style_5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--main-cl);
    pointer-events: none;
    transition: .5s all;
}
.btn_style_5:hover:before {
    width: 100%;
}
.btn_style_5:hover span.text {
    color: #fff;
}
.btn_style_5 path {
    stroke: var(--main-cl);
}
.btn_style_5:hover path {
    stroke: #fff;
}

/*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-pagination-fraction {
    display: flex;
    align-items: flex-end;
    gap: 0;
}
.swiper-pagination-fraction span {
    font-family: 'Lexend Regular';
    font-weight: 400;
}
.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 1.25rem;
}
.swiper-pagination-fraction .swiper-pagination-total {
    font-size: 0.833rem;
}

.custom_scrollbar .swiper-scrollbar {
    position: unset;
    display: block;
    opacity: 1 !important;
    height: 2px;
    background: #999999;
    margin-top: 0;
}
.custom_scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--main-cl);
}

/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*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: 5;
}
.item_hover:hover .box_logo {
    opacity: 1;
}

/*hover icon rotate*/
.hover_rotate:hover img {
    transform: rotateY(180deg);
}

/*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;
}

/*height auto full slide of items*/
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}

/* fixed contact social */
ul.fixed_button {
    position: fixed;
    bottom: 0;
    right: 22px;
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    z-index: 99;
}
/*ul.fixed_button>li {*/
/*    position: relative;*/
/*    background: var(--color);*/
/*    border-radius: 50%;*/
/*}*/
ul.fixed_button>li:not(:last-child) {
    margin-bottom: 0.78125rem;
}
ul.fixed_button>li>a {
    position: relative;
    width: 1.667rem;
    height: 1.667rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color);
    border-radius: 50%;
    z-index: 1;
}
ul.fixed_button>li>a img {
    width: 100%;
    height: 100%;
    z-index: 1;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
ul.fixed_button>li>a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 140%;
    height: 140%;
    background: var(--color);
    /*opacity: 20%;*/
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: 0;
}
ul.fixed_button .inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    padding-right: 1rem;
    pointer-events: none;
    opacity: 0;
    transition: .5s all;
}
ul.fixed_button li:hover .inner {
    opacity: 1;
    pointer-events: unset;
}
ul.fixed_button ul.menu_sub {
    display: flex;
    background: var(--color);
    border-radius: 5rem;
    margin: 0;
    overflow: hidden;
}
ul.fixed_button li:first-child ul.menu_sub {
    background: var(--color);
}
ul.fixed_button ul.menu_sub li {
    min-width: max-content;
    margin: 0;
}
ul.fixed_button ul.menu_sub a {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #fff;
    text-align: center;
    background: transparent;
    padding: 0.4rem 1rem;
    transition: .5s all;
}
ul.fixed_button ul.menu_sub li+li {
    border-left: 1px solid rgb(255 255 255 / 10%);
}

/*back to top*/
#wrapper > .back-to-top{
    min-width: unset;
    min-height: unset;
    width: 1.667rem;
    height: auto;
    aspect-ratio: 1;
    background-color: var(--sub-cl);
    border: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    outline: none !important;
    transition: all 0.4s;
}
#wrapper > .back-to-top svg {
    width: auto;
    height: 0.833rem;
}
#wrapper > .back-to-top:hover{
    background-color: var(--sub-cl);
    box-shadow: none !important;
    transform: translateY(-0.521rem);
}
#wrapper > .back-to-top:hover path{
    stroke: #FFF;
}

/*show/hide - breakpoint*/
.pc_hidden,
.tablet_show,
.mobile_show {
    display: none !important;
}

/*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);
    }
}

/*BANNER*/
.banner_page .banner_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #102E50CC;
    pointer-events: none;
}
.banner_page .heading_absolute {
    width: 100%;
    position: absolute;
    bottom: 1.667rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.heading_banner {
    width: fit-content;
    font-family: 'UTM Nokia';
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 auto;
}
.banner_page .desc_sec {
    margin-top: 0.833rem;
}
.banner_page .cta_wrap {
    margin-top: 0.833rem;
    gap: 0.833rem;
}
.banner_page .cta_wrap>.links_inner {
    gap: 0.833rem;
}
.banner_page .breadcrumbs ol>li:last-child [itemprop="name"] {
    color: #fff;
}
.banner_page .breadcrumbs ol [itemprop="title"]:hover,
.banner_page .breadcrumbs ol [itemprop="name"]:hover {
    color: #fff;
}

/*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 #999999;
}
.breadcrumbs ol [itemprop="title"],
.breadcrumbs ol [itemprop="name"] {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    font-style: normal;
    color: #999999;
    line-height: normal;
}
.breadcrumbs ol>li:last-child [itemprop="name"] {
    color: #333333;
}
.breadcrumbs ol [itemprop="title"]:hover,
.breadcrumbs ol [itemprop="name"]:hover {
    color: var(--main-cl);
}

/*form item*/
form {
    margin-bottom: 0 !important;
}

.form_item textarea,
.form_item input {
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding-left: 0;
    font-size: 0.9375rem;
    margin-bottom: 0.833rem;
}
.form_item input {
    height: 2.5rem;
}
.form_item textarea:focus,
.form_item input:focus {
    border-color: var(--sub-cl) !important;
    background: transparent;
    color: var(--sub-cl);
}
.form_wrap textarea::placeholder,
.form_wrap input::placeholder {
    color: #fff;
    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 {
    font-family: 'Lexend Light';
    font-weight: 300;
    color: var(--main-cl);
    margin-left: 0;
    margin-right: 0;
    border-width: 0.5px !important;
    border-color: var(--main-cl) !important;
}
.text_white .wpcf7 form.sent .wpcf7-response-output,
.text_white .wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
.text_white .wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
.text_white .wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    color: #333 !important;
    border-color: #fff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

/*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 #F5F5F5;
    font-size: 0.9375rem;
    color: #fff;
    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,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iI0Y1RjVGNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    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;
    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: var(--sub-cl);
    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: 3px;
    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: 2.5rem;
    margin-bottom: 0.833rem;
}
.form_group.flex > * {
    width: calc((100% / 2) - 0.4rem);
}

.wpcf7 .form_wrap .wpcf7-not-valid-tip {
    background-color: var(--sub-cl);
    color: #fff;
    font-size: 0.75rem;
    opacity: 1;
}
.wpcf7 .form_wrap .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--sub-cl);
}

/*style ul content*/
.li_style.ul_pl_0 ul {
    padding-left: 0;
}
.li_style ul {
    list-style: none;
}
.li_style ul>li {
    position: relative;
    padding-left: 1.71875rem;
}
.li_style ul>li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0%);
    width: 1.302rem;
    height: 1.302rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljc5NjkgMTAuMTU2MkwxMS4wNjc3IDE1LjYyNUw4LjIwMzEyIDEyLjg5MDYiIHN0cm9rZT0iI0M3QTU1QSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNSAyMS44NzVDMTcuNjc3NyAyMS44NzUgMjEuODc1IDE3LjY3NzcgMjEuODc1IDEyLjVDMjEuODc1IDcuMzIyMzMgMTcuNjc3NyAzLjEyNSAxMi41IDMuMTI1QzcuMzIyMzMgMy4xMjUgMy4xMjUgNy4zMjIzMyAzLjEyNSAxMi41QzMuMTI1IDE3LjY3NzcgNy4zMjIzMyAyMS44NzUgMTIuNSAyMS44NzVaIiBzdHJva2U9IiNDN0E1NUEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
}
.text_white.li_style ul>li:before,
.text_white .li_style ul>li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljc5NjkgMTAuMTU2MkwxMS4wNjc3IDE1LjYyNUw4LjIwMzEyIDEyLjg5MDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEyLjUgMjEuODc1QzE3LjY3NzcgMjEuODc1IDIxLjg3NSAxNy42Nzc3IDIxLjg3NSAxMi41QzIxLjg3NSA3LjMyMjMzIDE3LjY3NzcgMy4xMjUgMTIuNSAzLjEyNUM3LjMyMjMzIDMuMTI1IDMuMTI1IDcuMzIyMzMgMy4xMjUgMTIuNUMzLjEyNSAxNy42Nzc3IDcuMzIyMzMgMjEuODc1IDEyLjUgMjEuODc1WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

/*marquee*/
.marquee-img-wrap {
    margin-top: 2.5rem;
    overflow: hidden;
    width: 100%;
}
.marquee-img {
    display: flex;
    width: max-content;
    align-items: center;
    animation: marquee 200s linear infinite;
}
.marquee-img .box_img {
    width: auto;
    height: 13.854rem;
    margin: 0 0.26rem;
    flex-shrink: 0;
}
.marquee-img:nth-child(2) {
    margin-top: 0.521rem;
    animation: marquee-reverse 200s linear infinite;
}
.marquee-img-wrap:hover .marquee-img {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquee-reverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/*content scroll*/
.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);
}


/*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);
    }
}


/*--------------------------*/

/*FORM QUOTE*/
#quote_form.fancybox-content {
    max-width: 65%;
    padding: 0 !important;
    background: linear-gradient(75.77deg, #182336 55.58%, #102E50 100%);
}

#quote_form.fancybox-content .wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
#quote_form.fancybox-content .wpcf7 form.invalid .form_wrap + .wpcf7-response-output .wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
#quote_form.fancybox-content .wpcf7 form.invalid .form_wrap + .wpcf7-response-output .wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    border-color: #fff !important;
    color: #333;
    background: #fff;
}

.quote_form_wrap {}
.quote_form_wrap .box_img {
    width: 40%;
    flex-shrink: 0;
}
.quote_form_wrap .box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
    background: linear-gradient(75.77deg, #182336 55.58%, #102E50 100%);
}
.quote_form_wrap .box_content .shortcode {
    margin-top: 1.667rem;
}
.quote_form_wrap .shortcode .note_form {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.625rem;
    color: #F5F5F5;
}
.quote_form_wrap .shortcode .submit_btn {
    margin-top: 1.667rem;
}

/*HEADER*/
.stuck_header #header {
    position: relative;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
}
#header.sticky,
#header {
    position: fixed;
    top: 0;
}
#header #logo {
    position: relative;
    width: 120px;
}
#header #logo img {
    max-height: 6.042rem;
    filter: brightness(0) invert(1);
}
#header .stuck #logo img:nth-child(1) {
    filter: brightness(1) invert(0);
}
#header .header-wrapper {
    position: relative;
}
#header .header-wrapper:before {
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 16.823rem;*/
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);*/
    /*pointer-events: none;*/
}
#header .stuck.header-wrapper:before {
    height: 0;
    background: transparent;
    opacity: 0;
}
.box_shadow_header #header .header-wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
#header .header-main {
    height: auto !important;
    padding: 0 !important;
    z-index: 0;
    transition: .4s all;
}
#header .header-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .4s all;
    pointer-events: none;
}
#header .stuck .header-main:before {
    opacity: 1;
}
#header .header-main>.container {
    max-width: 92rem !important;
}
header#header .header-bg-container {
    display: none !important;
}
#header .flex-right {
    /*margin-right: -2rem;*/
}
#header .nav-left>li {
    margin: 0 1.667rem;
}
#header .nav-right>li {
    margin: 0 0.625rem;
}
.header-main .nav > li > a {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 4.5rem !important;
    color: #fff;
    padding: 0;
    text-transform: inherit !important;
}
.header-main .nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: .4s all;
}
.header-main .nav > li > a[aria-current="page"] {
    font-family: 'Lexend Bold';
    font-weight: 700;
}
.header-main .nav > li > a[aria-current="page"]:before,
.header-main .nav > li > a:hover:before {
    width: 100%;
}

.stuck .header-main .nav > li > a {
    color: #333333;
}
.stuck .header-main .nav > li > a:before {
    background: #333333;
}

/*submenu*/
.nav-dropdown-has-border .nav-dropdown {
    min-width: 15rem;
    border: 0 !important;
    padding: 0.833rem 0 !important;
    background-color: #fff !important;
    overflow: hidden;
}
.nav-dropdown.nav-dropdown-default>li {
    margin: 0 !important;
}
.nav-dropdown.nav-dropdown-default>li.click-scroll>a[aria-current="page"] {
    color: var(--sub-cl) !important;
}

.nav-dropdown.nav-dropdown-default>li>a {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333 !important;
    padding: 0.417rem 0.833rem;
    margin: 0 !important;
    border: none !important;
    /*border-color: #0000001A !important;*/
}
.nav-dropdown.nav-dropdown-default>li.click-scroll>a:hover,
.nav-dropdown.nav-dropdown-default>li.click-scroll.active>a,
.nav-dropdown.nav-dropdown-default>li>a[aria-current="page"],
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--sub-cl) !important;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    content: unset !important;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    text-transform: inherit !important;
}

/*submenu child*/
.nav-dropdown-has-border .nav-dropdown li.nav-dropdown-col {
    position: relative;
    width: 100%;
    display: block;
}
.nav-dropdown-has-border .nav-dropdown a+.sub-menu.nav-column {
    padding: 0 0.833rem;
    max-height: 0;
    transition: max-height 0.55s linear;
    overflow: hidden;
}
.nav-dropdown-has-border .nav-dropdown-col.active>a+.sub-menu.nav-column {
    max-height: 12rem;
}
.nav-dropdown-has-border .nav-dropdown li.nav-dropdown-col>a {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.nav-dropdown-has-border .nav-dropdown a+.sub-menu.nav-column a {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;
    border: 0 !important;
    margin-left: 1rem;
}
.nav-dropdown-has-border .nav-dropdown a+.sub-menu.nav-column a:hover,
.nav-dropdown-has-border .nav-dropdown a+.sub-menu.nav-column a[aria-current="page"] {
    color: var(--sub-cl);
}

/*icon search*/
header .header-search>a {
    display: flex;
}
header .header-search>a:before {
    content: unset !important;
}
.icon-search:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background-image: url(../images/icon_search_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .4s all;
}
.stuck .icon-search:before {
    background-image: url(../images/icon_search_2.svg);
}

/*language-custom*/
.language-custom {}
.language-custom li:not(:last-child) {
    position: relative;
    margin-right: 0.6rem;
    padding-right: 0.6rem;
}
.language-custom li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.6px;
    height: 0.6rem;
    background: #FFFFFF4D;
}
.language-custom li>a {
    color: #FFFFFF4D;
}
.language-custom li>a.current {
    color: #FFFFFF;
}
.stuck .language-custom li>a {
    color: #999999;
}
.stuck .language-custom li>a.current {
    color: #333333;
}
.stuck .language-custom li:not(:last-child):before {
    background: #999999;
}

/*no style*/
.stuck_header #header #logo img {
    filter: unset;
}
.stuck_header #header .header-main:before {
    opacity: 1;
}
.stuck_header .header-main .nav > li > a {
    color: #333333;
}
.stuck_header .header-main .nav > li > a:before {
    background: #333333;
}
.stuck_header .language-custom li>a {
    color: #999999;
}
.stuck_header .language-custom li>a.current {
    color: #333333;
}
.stuck_header .language-custom li:not(:last-child):before {
    background: #999999;
}
.stuck_header .icon-search:before {
    background-image: url(../images/icon_search_2.svg);
}

/*FOOTER*/
.tag footer,
.page-template-contact footer {
    margin-top: 5.208rem;
}
footer {
    padding: 5.208rem 0 0.625rem;
    background: linear-gradient(77.91deg, #182336 0%, #102E50 46.38%);
}
footer a:hover {
    border-color: #fff !important;
}
footer a:hover>img {
    transform: scale(0.96);
}

.footer_top .col_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: -5.208rem;
    padding-right: 5.208rem;
}
.logo_footer {
    width: fit-content;
    height: 6.354rem;
}
.logo_footer img {
    object-fit: contain;
}
.logo_footer:hover img {
    transform: scale(0.95);
}
.logo_footer.graphic {
    height: 1.458rem;
    opacity: .5;
    margin-top: 0.677rem;
}
.footer_top .company_name {
    font-family: 'Lexend Regular';
    font-size: 0.833rem;
    line-height: 1.2;
    margin-top: 1.458rem;
    text-align: right;
}

.footer_top .col_right {
    margin-right: -4rem;
    padding-left: 5rem;
}
.footer_top .col_right>.flex {
    gap: 3.229rem;
}
.footer_top .col_right span.title_block {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
}
.footer_top .col_right ul {
    margin-top: 0.833rem !important;
}
.footer_top .col_right .contents>ul>li {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.833rem;
}
.footer_top .col_right .contents>ul>li strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
}
.footer_top .col_right .contents>ul>li:not(:last-child) {
    margin-bottom: 0.417rem;
}

.footer_top .box_socials_wrap {
    margin-top: 1.667rem;
}
.box_socials ul {
    gap: 0.625rem;
}
.box_socials a {
    display: flex;
    width: 1.667rem;
    aspect-ratio: 1;
}
.box_socials a>img {
    width: 100%;
    height: 100%;
}
.box_socials a:hover img {
    transform: scale(0.9);
}

.footer_top .menu_footer a {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.833rem;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.footer_top .menu_footer > li {
    line-height: normal;
}
.footer_top .menu_footer > li:not(:last-child) {
    margin-bottom: 0.33rem;
}

.footer_top .maps {
    width: 13.646rem;
    height: 7.708rem;
    margin-top: 2.292rem;
}
iframe {
    width: 100%;
    height: 100%;
}

.footer_bottom {
    margin-top: 4.271rem;
}
.footer_bottom .wrap_content {
    padding-top: 0.833rem;
    margin-left: 5rem;
    margin-right: -8rem;
    border-top: 1px solid #1B4B80;
}
.link_external a {
    display: flex;
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.833rem;
    border-bottom: 1px solid transparent;
    border-right: none !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center;
    position: relative;
}
.link_external a:not(:last-child) {
    margin-right: 0.417rem;
    padding-right: 0.417rem;
    border-right: 1px solid #1B4B80;
}
.copyright {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.833rem;
}

/*HOME*/
.banner_hero .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    pointer-events: none;
    z-index: 1;
}
.banner_hero .box_img {
    height: 46.875rem;
    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;
    bottom: 4.167rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.banner_hero .box_content h1 {
    line-height: normal;
    margin-bottom: 1.25rem;
}
.banner_hero .box_content .desc_sec {
    line-height: 1.25;
}
.banner_hero .box_content .desc_sec strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
}
.banner_hero .btn_wrap {
    margin-top: 1.25rem;
    gap: 0.833rem;
}
.banner_hero .pagination-fraction {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding-bottom: 0.5rem;
}
.banner_hero .swiper-pagination-fraction {
    position: relative;
    padding-top: 0;
    gap: 0;
}
.banner_hero .swiper-pagination-fraction:after,
.banner_hero .swiper-pagination-fraction:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.042rem;
    transform: translateY(-50%);
    width: 0.833rem;
    height: 1px;
    background: #fff;
}
.banner_hero .swiper-pagination-fraction:after {
    left: unset;
    right: -1.042rem;
}

.home_1 {
    padding-top: 7.8125rem;
}
.img_home1 {
    padding-right: 5rem;
    margin-left: calc(-1 * calc(100vw - var(--container-w)) / 2 - 15px);
}
.home_1 .desc_sec {
    margin-top: 2.5rem;
}
.home_1 .desc_sec blockquote {
    border-color: var(--main-cl);
    color: #333;
    font-size: unset;
    font-style: normal;
    margin: 0;
    padding: 0 0 0 0.833rem;
    position: relative;
}
.home_1 blockquote>p {
    margin-bottom: 8px;
}
.home_1 blockquote strong {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}
.home_1 blockquote+h2 {
    font-family: Lexend SemiBold;
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 0;
}
.home_1 .desc_sec ul {
    margin-top: 0.833rem;
    list-style: none;
    padding-left: 0;
}
.home_1 .desc_sec ul>li {
    position: relative;
    padding-left: 1.71875rem;
}
.home_1 .desc_sec ul>li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.302rem;
    height: 1.302rem;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljc5NjkgMTAuMTU2MkwxMS4wNjc3IDE1LjYyNUw4LjIwMzEyIDEyLjg5MDYiIHN0cm9rZT0iI0M3QTU1QSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNSAyMS44NzVDMTcuNjc3NyAyMS44NzUgMjEuODc1IDE3LjY3NzcgMjEuODc1IDEyLjVDMjEuODc1IDcuMzIyMzMgMTcuNjc3NyAzLjEyNSAxMi41IDMuMTI1QzcuMzIyMzMgMy4xMjUgMy4xMjUgNy4zMjIzMyAzLjEyNSAxMi41QzMuMTI1IDE3LjY3NzcgNy4zMjIzMyAyMS44NzUgMTIuNSAyMS44NzVaIiBzdHJva2U9IiNDN0E1NUEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==');
    background-repeat: no-repeat;
    background-size: contain;
}
.btn_home1 {
    margin-top: 2.5rem;
}

.home_2 {
    padding-top: 3.854rem;
}
.box_home2 {
    padding: 5.208rem 6.25rem;
    background: linear-gradient(235.9deg, #102E50 50%, #182336 100%);
}
.list_service {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10.677rem;
    row-gap: 1.667rem;
    margin-top: 3.333rem;
}
.list_service .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 1.667rem;
}
.list_service .item:after,
.list_service .item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #999999;
    pointer-events: none;
}
.list_service .item:after {
    background: var(--sub-cl);
    width: 0;
    transition: .5s all;
    z-index: 2;
}
.list_service .item:hover:after {
    width: 100%;
}
.list_service .inner>.icon {
    width: 3.333rem;
    aspect-ratio: 1;
}
.list_service .group_heading {
    margin-top: 1.667rem;
}
.list_service .group_heading .desc_sec {
    color: #999999;
}
.list_service .group_heading svg {
    width: auto;
    height: 2.5rem;
    margin-left: 1rem;
}
.list_service .group_heading h3>span {
    transition: .5s all;
}
.list_service .group_heading:hover h3>span,
.list_service .group_heading:hover h3 {
    color: var(--sub-cl) !important;
}
.list_service .group_heading:hover path {
    stroke: var(--sub-cl);
}
.list_service .action_wrap {
    gap: 0.833rem;
}

.home_3 {
    margin-top: 7.8125rem;
}
.home_3>.row {
    position: relative;
    z-index: 1;
}
.home_3:after,
.home_3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 31.72%, rgba(0, 0, 0, 0.5) 65.86%);
    pointer-events: none;
}

.home_3 .wrap_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 41.667rem;
}
.home_3 .group_heading {
    max-width: 55.729rem;
    padding-top: 5.208rem;
}
.btn_home3 {
    margin-top: 1.667rem;
}
.btn_home3.view_all {
    margin-top: 2.5rem;
}
.home_3 .tabs_wrap {
    gap: 0.833rem;
}
.home_3 .tabs_wrap .btn_style_3.active {
    background: var(--sub-cl);
}
.home_3 .tabs_wrap .btn_style_3.active span.text {
    color: #fff;
}
.home_3 .box_absolute {
    position: absolute;
    top: 0;
    right: calc(-1 * calc(100vw - var(--container-w)) / 2 + 2rem);
    width: fit-content;
    max-width: 11.875rem;
    padding: 0.833rem;
    background: var(--main-cl);
}
.home_3 .slide_project {
    margin: 0 -0.625rem;
    padding-top: 1.667rem;
}
.home_3 .slide_project .item {
    gap: 0.833rem;
    border: 1px solid transparent;
    background: #FFFFFF33;
    backdrop-filter: blur(10px);
    padding: 0.833rem;
    margin: 0 0.625rem;
    transition: .4s all;
    cursor: pointer;
}
.home_3 .slide_project .item.active,
.home_3 .slide_project .swiper-slide.slide-active .item,
.home_3 .slide_project .swiper-slide-duplicate-active .item,
.home_3 .slide_project .item:hover {
    border-color: #fff;
}
.home_3 .slide_project .item>.box_img {
    width: 8.333rem;
    height: 5.208rem;
    flex: 0 0 auto;
}
.home_3 .slide_project h3.title {
    margin-bottom: 0.417rem;
}
.home_3 .slide_project .desc {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.729rem;
}

.home_3 .slide_project .swiper_nav {
    gap: 4px;
    padding: 1.25rem 0 1.667rem;
}
.home_3 .slide_project .swiper-pagination {
    width: fit-content;
    gap: 0;
    padding: 0 !important;
}
.home_3 .slide_project .swiper-scrollbar {
    width: 21.71875rem;
}
.home_3 .slide_project .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
}

.home_4 {
    padding-top: 7.8125rem;
    padding-bottom: 16.25rem;
}
.home_4.bg_image {
    background-size: contain;
    background-position: bottom center;
}
.home_4 .heading_sec {
    margin-bottom: 1.4rem;
}
.home_4 .desc_sec {
    padding-right: 5rem;
}
.home_4 .group_heading42 {
    margin-top: 3.333rem;
}
.home_4 .heading_sec.title_42 {
    margin-bottom: 1.667rem;
}
.home_4 .btn_home4 {
    gap: 0.833rem;
    margin-bottom: 1.667rem;
}
.slide_step_wrap {
    margin-top: 2.5rem;
}
.slide_step_wrap:before {
    content: '';
    position: absolute;
    top: 0.3125rem;
    left: calc(-1 * calc(100vw - var(--container-w)) / 2 - 15px);
    width: 200%;
    height: 1px;
    background: #999999;
    pointer-events: none;
}
.slide_step {
    margin-left: -0.625rem;
    margin-right: calc(-1 * calc(100vw - var(--container-w)) / 2 );
}
.slide_step .item {
    margin: 0 0.625rem;
}
.slide_step .item>.inner {
    font-family: 'Lexend Regular';
    font-weight: 400;
    padding-top: 1rem;
}
.slide_step .item>.inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 5.208rem;
    background: var(--sub-cl);
    pointer-events: none;
    z-index: 2;
}
.slide_step .item:hover>.inner {
    /*font-family: 'Lexend SemiBold';*/
    /*font-weight: 600;*/
    color: var(--sub-cl);
    cursor: default;
}

.page-template-home .reviews_sec {
    padding-top: 7.8125rem;
}
.slide_reviews {
    margin: 2.5rem -0.625rem 0;
}
.slide_reviews .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #FAFAFA;
    padding: 0.833rem;
    margin: 0 0.625rem;
}
.slide_reviews .box_service .box_img {
    aspect-ratio: 419/261;
}
.slide_reviews .box_service .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    pointer-events: none;
    z-index: 1;
}
.slide_reviews .box_service .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.208rem;
    height: 5.208rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5.208rem;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.5) 100%);
    pointer-events: none;
    z-index: 2;
}
.slide_reviews .box_service h3 {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    margin-bottom: 0.208rem;
}
.slide_reviews .box_service .desc_sec {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.729rem;
    color: #999999;
}
.slide_reviews .box_service .heading {
    margin-top: 1.25rem;
}
.slide_reviews .box_service:hover path {
    stroke: var(--sub-cl);
}
.slide_reviews .box_customer {
    border-top: 1px solid #999999;
    padding-top: 0.833rem;
    margin-top: 0.833rem;
}
.slide_reviews .box_customer .box_img {
    width: 3.333rem;
    height: 3.333rem;
    border-radius: 5.208rem;
    flex: 0 0 auto;
    margin-right: 0.417rem;
}
.slide_reviews .box_customer .heading {
    padding-right: 1.25rem;
}
.slide_reviews .box_customer h4.title {
    font-family: 'Lexend Regular';
    font-weight: 400;
}
.slide_reviews .box_customer .address {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.729rem;
    color: #999999;
}
.slide_reviews .box_customer svg {
    width: auto;
    height: 1.042rem;
    margin-left: auto;
    transform: translateY(-1rem);
}
.slide_reviews .box_customer .reviews {
    font-family: 'Lexend Regular';
    line-height: 1.4;
    margin-top: 0.417rem;
}
.slide_reviews .box_customer .reviews.content_scroll {
    padding-right: 0.7rem;
}
.page-template-home .slide_reviews .box_customer .reviews.content_scroll {
    max-height: 2.7rem;
}
.reviews_sec .swiper_nav {
    padding-left: 10.417rem;
}
.swiper_nav {
    gap: 4px;
}
.swiper-pagination-fraction {
    width: fit-content;
    padding: 0 !important;
}

.page-template-home .commit_sec {
    padding-top: 7.8125rem;
}
.commit_sec .heading_sec {
    margin-bottom: 1.667rem;
}
.commit_sec .wrap_content {
    padding: 4.0625rem 0;
    background: linear-gradient(90.29deg, rgba(16, 46, 80, 0.7) 0.25%, #102E50 50%, rgba(16, 46, 80, 0.7) 99.75%);
}
.commit_sec .wrap_content:after,
.commit_sec .wrap_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/graphic_commit_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.commit_sec .wrap_content:after {
    left: unset;
    right: 0;
    background-image: url(../images/graphic_commit_right.svg);
    background-position: right top;
}
.commit_sec .wrap_content>.inner {
    max-width: 70%;
    margin: 0 auto;
}
.commit_sec .box_content>.content {
    width: 50%;
    flex: 0 0 auto;
}
.commit_sec .box_content>.content.content_1 {
    padding-right: 3.333rem;
}
.commit_sec .box_content>.content.content_2 {
    font-family: 'Lexend SemiBold';
    padding-left: 3.333rem;
}
.commit_sec .box_content>.content:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.commit_sec .content strong {

}

.home_7 {
    margin-top: 7.8125rem;
    padding-bottom: 32.96875rem;
}
.home_7.bg_image {
    background-size: contain;
    background-position: bottom center;
    /*background-attachment: fixed;*/
}
.home_7 .heading_sec {
    margin-bottom: 1.667rem;
}
.home_7 .btn_home7 {
    gap: 0.833rem;
    margin-top: 1.667rem;
}

/*ABOUT*/
.breadcrumb_no_banner .breadcrumbs {
    margin-bottom: 3.333rem;
}
.about_1 {
    padding-bottom: 30rem;
}
.about_1.bg_image {
    background-size: contain;
    background-position: bottom center;
    /*background-attachment: fixed;*/
}
.btn_about1 {
    gap: 0.833rem;
}

.ecosystem_wrap {
    margin-top: 3.958rem;
}
.ecosystem_wrap .ecosystem_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
}
.ecosystem_wrap .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.833rem;
}
.ecosystem_wrap .item h3 {
    font-family: UTM Nokia;
}
.ecosystem_wrap .item h3>b {
    font-family: 'Lexend Bold';
    font-weight: 700;
    font-size: 1.042rem;
    margin-top: 0.4rem;
    color: #333333;
}
.ecosystem_wrap .item .wrap_box {
    position: relative;
    width: fit-content;
    background: #F5F5F5;
    padding: 1.823rem 2.5rem;
    transition: .5s all;
    overflow: hidden;
}
.ecosystem_wrap .item .wrap_box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--main-cl);
    pointer-events: none;
}
.ecosystem_wrap .item:hover .wrap_box:before {
    width: 100%;
}
.ecosystem_wrap .item .box_img {
    width: fit-content;
    height: 2.5rem;
}
.ecosystem_wrap .item .box_img>img {
    object-fit: contain;
}
.ecosystem_list .item {
    width: calc((100% / 3) - 2.24rem);
}
.ecosystem_list .item:not(:last-child) {
    margin-right: 3.333rem;
    padding-right: 3.333rem;
    border-right: 1px solid #999999;
}

.about_3 {}
.about_3 .col_left {
    padding-right: 5rem;
}
.about_3 .col_left .wrap_content {
    padding-left: 5rem;
}
.about_3 .col_left .imgs_wrap {
    margin-top: 3.49rem;
}
.about_3 .col_left .box_img.img_1 {
    position: absolute;
    bottom: 75%;
    left: calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
    width: 13.542rem;
    height: 18.021rem;
    z-index: 1;
}
.about_3 .col_left .box_img.img_2 {
    margin-left: -7.604rem;
}
.about_3 .col_right .box_img {
    margin-right: calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
}
.about_3 .col_right .wrap_content {
    margin-top: 5.208rem;
}
.about_3 .wrap_content ul {
    margin-top: 0.833rem;
}
.about_3 .wrap_content .item:not(:last-child) {
    margin-bottom: 1.667rem;
}
.about_3 .wrap_content h3 {
    font-family: UTM Nokia;
    margin-bottom: 0.417rem;
}

.page-template-about .commit_sec {
    padding-top: 10.417rem;
}

.page-template-about section.cta_footer {
    margin-top: 10.417rem;
}
section.cta_footer {
    margin-top: 7.8125rem;
    position: relative;
    padding: 6.771rem 0;
    background-image: linear-gradient(93.88deg, #C7A55A 20%, rgba(199, 165, 90, 0.4) 100%);
}
section.cta_footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2%;
    width: 100%;
    height: 100%;
    background-image: url(../images/graphic_cta_footer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    background-position: right top;
}
section.cta_footer .desc_sec {
    margin-top: 0.833rem;
}
section.cta_footer .btns_wrap {
    gap: 0.833rem;
    margin-top: 1.667rem;
}
section.cta_footer.style_2:before {
    content: unset;
}
section.cta_footer.style_2 .btns_wrap {
    margin-right: -8rem;
}


/*COST 1*/
.page-template-cost_4 .commit_sec .box_content>.content,
.page-template-cost_1 .commit_sec .box_content>.content {
    width: 100%;
}
.cost_documents .box_list_docs {
    margin-top: 2.5rem;
}
.cost_documents .box_list_docs .item_wrap {
    display: none;
    justify-content: center;
    gap: 3.333rem;
}
.cost_documents .box_list_docs .item_wrap.active {
    display: flex;
}
.cost_documents .box_list_docs .item {
    width: calc((100% / 3) - (3.333rem * 2 / 3));

    background: #FAFAFA;
    padding: 0.833rem;
}
.cost_documents .box_list_docs .item .box_img {
    aspect-ratio: 392/492;
}
.cost_documents .box_list_docs .item .box_content {
    padding-top: 0.833rem;
}
.cost_documents .box_list_docs .item h3 {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}
.cost_documents .box_list_docs .item .desc_sec {
    color: #999999;
    margin-top: 0.833rem;
}
.cost_documents .box_list_docs .item .action {
    color: #D4AF37;
    gap: 0.417rem;
}
.cost_documents .tabs_wrap {
    gap: 0.833rem;
}

.page-template-cost_4 .cost_0 .content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.667rem;
}
.page-template-cost_4 .cost_0 .content :is(h1, h2, h3, h5, h6) {
    font-family: 'UTM Nokia';
    font-weight: 400;
}
.page-template-cost_4 .cost_0 .content h4 {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}
.page-template-cost_4 .cost_0 .content p {
    font-size: 1.25rem;
}

/*COST 2*/
.box_noted .flex>* {
    width: 50%;
    flex-shrink: 1;
}
.box_noted .flex>div:first-child {
    padding-right: 3.125rem;
    border-right: 1px solid rgba(153, 153, 153, 0.3);
}
.box_noted .flex>div:last-child {
    padding-left: 3.125rem;
}

/*COST 4*/


/*PROJECT*/
.project_page .filter_wrap {
    margin-top: 1.667rem;
}
.project_page .tabs_wrap {
    gap: 0.833rem;
}
.project_page .tabs_wrap .btn {
    padding: 0.417rem 1.25rem;
    min-width: 0;
}
.project_page #load_project_term {
    margin-top: 3.646rem;
}
.project_page .list_project {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
}

/*PROJECT DETAILS*/
.project_details.details_1 .desc_sec {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}
.project_details .list_info_1 {
    padding-left: 5rem;
}
.project_details .list_info_1 .item {
    display: flex;
    align-items: center;
}
.project_details .list_info_1 .item:not(:last-child) {
    margin-bottom: 1.667rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid #999999;
}
.project_details .list_info_1 h3 {
    font-family: 'Lexend Regular';
    font-weight: 400;
    color: #999999;
    width: 35%;
    margin-bottom: 0;
    flex-shrink: 1;
}
.project_details .list_info_1 .content {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    width: 65%;
}
.project_details.details_1 .box_content .wp-caption-text {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.729rem;
    text-align: center;
    font-style: normal;
    color: #999999;
}

.project_details .list_info_2 {
    margin-top: 5.99rem;
}
.project_details .list_info_2 .item:not(:last-child) {
    margin-bottom: 5.99rem;
}
.project_details .list_info_2 .item>.box_img {
    width: 45%;
    flex-shrink: 0;
}
.project_details .list_info_2 .item>.box_content {
    width: 55%;
    padding-left: 6.25rem;
}
.project_details .list_info_2 .item:nth-child(even)>.box_img {
    width: 60%;
    order: 2;
}
.project_details .list_info_2 .item:nth-child(even)>.box_content {
    width: 40%;
    padding-right: 6.25rem;
    padding-left: 0;
}

.single-project .reviews_sec {
    padding-top: 7.8125rem;
}
.project_details.details_2 .tabs_wrap {
    row-gap: 0.417rem;
    column-gap: 0.833rem;
    justify-content: center;
    margin-top: 2.5rem;
}
.project_details.details_2 .box_lib>.item {
    display: none;
}
.project_details.details_2 .box_lib>.item.active {
    display: block;
}

.project_details.details_3 .slide_related_project {
    margin: 3.333rem -1.25rem 0;
}
.slide_related_project .item_project {
    margin: 0 1.25rem;
}
.item_project {}
.item_project .box_img {
    aspect-ratio: 767/420;
}
.item_project .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
    z-index: 1;
}
.item_project .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.667rem;
    z-index: 3;
}
.item_project .box_content h3 {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    color: #fff;
}
.item_project .tags {
    display: flex;
    align-items: center;
}
.item_project .tags>span {
    font-family: Lexend Regular;
    font-weight: 400;
    color: #F5F5F5;
}
.item_project .tags>span:not(:last-child) {
    margin-right: 0.521rem;
    padding-right: 0.521rem;
}
.item_project .tags>span:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 0.208rem;
    height: 0.208rem;
    border-radius: 5.208rem;
    background: #fff;
    pointer-events: none;
}
.item_project .slogan {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    color: #F5F5F5;
}

.item_project.style_2 {}
.item_project.style_2 .box_img {
    aspect-ratio: 564 / 380;
}
.item_project.style_2 .box_content {
    position: unset;
    padding: 0;
    margin-top: 1rem;
}
.item_project.style_2 .slogan,
.item_project.style_2 h3 {
    color: var(--main-cl);
}
.item_project.style_2 .tags>span {
    font-size: 0.9rem;
    color: var(--main-cl);
}
.item_project.style_2 .tags>span:not(:last-child):before {
    background: var(--main-cl);
}


/*SERVICE*/
.list_service_wrap {
    margin-top: 1.667rem;
}
.list_service_wrap .box_layout_1 {
    gap: 1.667rem;
}
.list_service_wrap .box_layout_1 :is(h3, .desc_sec) {
    color: #fff;
}

.list_service_wrap .box_layout_1 .item_service .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 30;
}

.list_service_wrap .box_layout_1 .box_1 {
    width: 40%;
    flex-shrink: 0;
}
.list_service_wrap .box_1 .box_img {
    height: 52.083rem;
}
.list_service_wrap .box_1 .item_service h3 {
    font-size: 1.667rem;
}
.list_service_wrap .box_2 {
    display: flex;
    flex-direction: column;
    gap: 1.667rem;
}
.list_service_wrap .item_horizontal {
    height: 50%;
}
.list_service_wrap .item_vertical {
    gap: 1.667rem;
    flex-grow: 1;
}
.list_service_wrap .item_horizontal .item_service,
.list_service_wrap .item_horizontal .box_img,
.list_service_wrap .item_vertical .box_img {
    height: 100%;
}
.list_service_wrap .item_vertical .item_service .box_content {
    padding: 1.667rem;
}
.list_service_wrap .item_vertical .item_service h3 {
    font-size: 0.833rem;
}
.list_service_wrap .list_inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.item_service {
    overflow: hidden;
}
.item_service .box_img {
    aspect-ratio: 200 / 130;
    width: 100%;
}
.item_service .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.03deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 99.98%);
    /*backdrop-filter: blur(10px);*/
    z-index: 1;
}
.item_service .box_content {
    margin-top: 0.833rem;
}
.item_service h3 {
    font-size: 1.042rem;
    color: var(--main-cl);
}
.item_service .desc_sec {
    margin-top: 0.833rem;
    color: #333333;
}
.item_service .btn_wrap {
    flex-direction: column;
    gap: 0.4rem;
    position: relative;
    z-index: 30;
}
.item_service .btn_wrap > * {
    width: 100%;
}

.service_3 .list_why {
    margin-top: 2.5rem;
}
.service_3 .list_why .item {
    display: flex;
    flex-direction: column;
    gap: 2.917rem;
    width: calc((100% / 4) - 1rem);
}
.service_3 .list_why .item:not(:last-child) {
    margin-right: 2.5rem;
    padding-right: 2.5rem;
    border-right: 1px solid #999999;
}
.service_3 .list_why .box_img.icon {
    width: fit-content;
    height: 3.333rem;
}
.service_3 .list_why .icon>img {
    object-fit: contain;
}
.service_3 .list_why h3 {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    margin-top: 0.833rem;
}
.service_3 .list_why .box_img {
    margin-top: 0.833rem;
    flex-grow: 1;
}

.page-template-service .reviews_sec {
    padding-top: 7.8125rem;
}
.page-template-service .slide_reviews .box_customer .reviews.content_scroll {
    max-height: 9rem;
}
.page-template-service .cta_footer {
    margin-top: 7.8125rem;
}

/*SERVICE DETAILS*/
.service_details.details_1 {
    padding-top: 3.333rem;
}
.service_details.details_1 .box_content {
    margin-top: 2.5rem;
}
.service_details.details_1 .box_content h3 {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 1.667rem;
    text-align: center;
}
.btn_service1,
.btn_service2 {
    gap: 0.833rem;
}
.procedure_wrap {}
.procedure_wrap.style_1 {
    margin-top: 2.708rem;
}

.slide_procedure {
    padding: 3rem 0 0;
}
.slide_procedure .item_wrap {
    gap: 1.25rem;
}
.procedure_wrap.style_2  {
    margin-top: 2.5rem;
}
.procedure_wrap.style_2 .slide_procedure .item_wrap {
    gap: 0;
}
.slide_procedure .item_wrap>.item {
    width: calc((100% / 4) - (1.25rem * 3 /4));


}
.slide_procedure .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.procedure_wrap.style_1 .slide_procedure .item:nth-child(1) { order: 1; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(2) { order: 5; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(3) { order: 2; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(4) { order: 6; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(5) { order: 3; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(6) { order: 7; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(7) { order: 4; }
.procedure_wrap.style_1 .slide_procedure .item:nth-child(2),
.procedure_wrap.style_1 .slide_procedure .item:nth-child(4),
.procedure_wrap.style_1 .slide_procedure .item:nth-child(6) {
    margin-top: -13%;
}
.slide_procedure .item .box_content {
    width: 100%;
    aspect-ratio: 1;
    -webkit-mask-image: url(../images/mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.slide_procedure .item .box_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, #102E50 0%, #182336 99.9%);
    transform: rotate(-45deg);
    pointer-events: none;
    z-index: -1;
}
.slide_procedure .item.special .box_content:before {
    background: linear-gradient(225deg, #C7A55A 0%, #8C6B2C 69.93%);
}
.slide_procedure .item .idx {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translate(-50%, -2%);
    width: 3.125rem;
    height: 3.125rem;
    font-family: 'Lexend SemiBold';
    z-index: 1;
}
.slide_procedure .item .idx:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--sub-cl);
    transform: rotate(-45deg);
    pointer-events: none;
    z-index: -1;
}
.slide_procedure .item.special .idx:before {
    border: 5px solid #FFFFFF;
}
.procedure_wrap.style_1 .slide_procedure .item:nth-child(2) .idx,
.procedure_wrap.style_1 .slide_procedure .item:nth-child(4) .idx,
.procedure_wrap.style_1 .slide_procedure .item:nth-child(6) .idx {
    top: -12%;
    transform: translate(-50%, 0);
}
.slide_procedure .item h3 {
    font-family: 'Lexend SemiBold';
}
.procedure_wrap.style_2 .slide_procedure .item_wrap>.item {
    width: calc(100% / 4);
}
.procedure_wrap.style_2 .slide_procedure .item h3 {
    font-family: 'Lexend Regular';
    line-height: 1.6;
}

.slide_procedure .item.special h3>span {
    font-family: UTM Nokia;
    font-weight: 400;
    font-size: 1.667rem;
}
.slide_procedure .item .box_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s all;
    opacity: 0;
}
.slide_procedure .item .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #102E50CC;
    transform: rotate(-45deg);
    pointer-events: none;
}
.procedure_wrap.style_2 .slide_procedure .item .box_img:before {
    content: unset;
}
.slide_procedure .item:hover .box_img {
    opacity: 1;
}
.slide_procedure .item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.procedure_wrap.style_2 .slide_procedure .item svg {
    display: none;
}
.slide_procedure .slogan {
    margin-top: 2.5rem;
}
.slide_procedure .slogan h3 {
    font-family: 'Lexend Regular';
}

.slide_procedure_popup.fancybox-content {
    max-width: 60%;
    padding: 0;
}
.slide_procedure_popup .item {
    background: #fff;
}
.slide_procedure_popup .item>.box_img {
    width: 50%;
    flex: 0 0 auto;
}
.slide_procedure_popup .box_content {
    padding: 0 3.333rem;
}
.slide_procedure_popup .box_content h3 br {
    display: none;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 8px;
}
.fancybox-slide--html .fancybox-close-small:hover svg {
    transform: rotate(180deg);
}

.box_cost_wrap {
    /*margin-top: 2.5rem;*/
}
.box_cost_wrap .tabs_wrap {
    gap: 0.833rem;
    margin-top: 1rem;
}
.box_cost_wrap .tabs_wrap .btn_style_3 {
    min-width: 0;
    padding: 0.417rem 1.25rem;
}

.box_cost_wrap .cost_table {
    margin-top: 2.5rem;
}
.box_cost_wrap .cost_table .item.active {
    display: block;
}
.box_cost_wrap .cost_table .item {
    display: none;
}
.box_cost_wrap .cost_table .heading {
    padding: 1.25rem 0;
    border-bottom: 1px solid #999999;
    background: var(--main-cl);
}
.box_cost_wrap .cost_table .heading>h3 {
    font-family: UTM Nokia;
    margin-bottom: 0.417rem;
}
.box_cost_wrap .cost_table .heading>.desc_sec {
    color: #999999;
}
.box_cost_wrap .cost_table .heading>.desc_sec strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
    color: #999999;
}

.box_cost_wrap .cost_table th {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff;
    text-transform: initial;
    letter-spacing: unset;
    background: var(--main-cl);
    padding: 0.833rem 0.625rem;
}
.box_cost_wrap .cost_table thead tr.desc>td {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    background: #999999;
}
.box_cost_wrap .cost_table thead tr.desc>td strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
}
.box_cost_wrap .cost_table .th_rowspan>th,
.box_cost_wrap .cost_table th:not(:last-child) {
    border-right: 1px solid #999999;
}
.box_cost_wrap .cost_table tbody tr {
    height: 100% !important;
}
.box_cost_wrap .cost_table td:not(:last-child) {
    border-right: 1px solid #E0E0E0;
}
.box_cost_wrap .cost_table tbody td {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;
    padding: 0.833rem 0.625rem;
    background: #F5F5F5;
}
.box_cost_wrap .cost_table tbody td strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
}
.box_cost_wrap .cost_table tbody ul,
.box_cost_wrap .cost_table tbody ol {
    margin-top: 0.8rem;
    padding-left: 2rem;
}

.service_details.details_4 .quote_form_wrap {
    padding: 0 8rem;
}

/*PROCEDURE*/
.procedure_1 .group_heading .desc_sec {
    margin-top: 1.667rem;
}
.procedure_1 .group_heading .btn {
    margin-top: 1.042rem;
}
.procedure_1 .btn_wrap {
    margin-top: 2.5rem;
}
.box_noted {
    width: fit-content;
    margin: 7.8125rem auto 0;
    padding: 3.333rem 0;
    border-top: 1px solid #102E5033;
    border-bottom: 1px solid #102E5033;
}
.box_noted :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.667rem;
    text-align: center;
    color: var(--main-cl);
    margin-bottom: 1.25rem;
}
.procedure_2 {
    margin-top: 7.8125rem;
}
.procedure_2.commit_sec.style_2 .wrap_content {
    padding: 3.333rem 2rem;
}
.procedure_2.commit_sec .box_content>.content {
    width: 100%;
}
.procedure_2.commit_sec .box_content strong {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
}
.sec_video .box_video .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.64deg, rgba(0, 0, 0, 0) 82.24%, rgba(0, 0, 0, 0.4) 99.44%),
    linear-gradient(0deg, rgba(16, 46, 80, 0.1), rgba(16, 46, 80, 0.1));
    pointer-events: none;
}
.sec_video .box_video .box_img > .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.208rem;
    height: 5.208rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5.208rem;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.5) 100%);
    pointer-events: none;
    z-index: 2;
}
.sec_video .box_video .box_img svg {
    width: auto;
    height: 2.5rem;
}
.sec_video .box_video .desc_sec {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.sec_video .box_video:hover path {
    stroke: var(--sub-cl);
}

/*NEWS*/
.news_highlight {
    margin-top: 3.333rem;
}
.news_highlight .box_img {
    height: 31.25rem;
}
.news_highlight .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.42%, rgba(0, 0, 0, 0.28) 61.25%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
}
.news_highlight .box_content {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 1.667rem;
    z-index: 2;
}
.news_highlight .box_content h3 {
    margin-top: 0.417rem;
}

.news_highlight .cats_time_style>* {
    font-size: 1.042rem;
}
.cats_time_style>* {
    position: relative;
    font-size: 0.729rem;
}
.cats_time_style>time {
    font-family: 'Lexend Regular';
    font-weight: 400;
    color: #999999;
}
.cats_time_style>*:not(:last-child) {
    padding-right: 0.6rem;
    margin-right: 0.6rem;
    flex-shrink: 0;
}
.cats_time_style>*:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 5.208rem;
    background: #999999;
    pointer-events: none;
}
.text_white .cats_time_style>*:not(:last-child):before {
    background: #FFFFFF;
}

.news_page .tabs_wrap {
    gap: 0.833rem;
}
.btn_style_3.active {
    background: var(--sub-cl);
}
.btn_style_3.active span.text {
    color: #fff;
}
.news_page .filter_casts {
    position: relative;
    z-index: 99;
}
.news_page #status_post {
    gap: 0.417rem;
}
.news_page #status_post>span.block {
    color: #999999;
}
.news_page #status_post .select-styled {
    min-width: 13rem;
    border-radius: 5.208rem;
    border: 1px solid #999999;
    padding: 0.7rem 1rem;
    color: #333333;
}
.news_page #status_post .select-styled:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.news_page .load_post_cat {
    margin-top: 2.5rem;
}
.news_page .load_post_cat>.list_post {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.75rem;
    row-gap: 1.667rem;
}

.item_news {}
.item_news .box_img {
    aspect-ratio: 418/235;
}
.item_news .box_content {
    margin-top: 1.25rem;
}
.item_news h3 {
    margin-top: 0.417rem;
}
.item_news h3>a {
    color: #333333;
}
.item_news:hover h3>a {
    color: var(--main-cl);
}
.item_news .desc_sec {
    font-family: 'Lexend Regular';
    font-weight: 400;
    color: #999999;
    margin-top: 0.417rem;
}
.item_news .btn {
    margin-top: 1.25rem;
}

.page-template-news section.cta_footer {
    margin-top: 7.8125rem;
}

/*CATEGORY*/
.category_1 .desc_sec b {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
}
.category_1 .list_principle {
    margin-top: 1.667rem;
    gap: 3.333rem;
}
.category_1 .list_principle .item {
    width: calc((100% / 3) - (3.333rem * 2 / 3));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.833rem;
}
.category_1 .list_principle .content,
.category_1 .list_principle h3 {
    position: relative;
    padding-left: 1.25rem;
}
.category_1 .list_principle .item:before,
.category_1 .list_principle h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--sub-cl);
    pointer-events: none;
}
.category_1 .list_principle .item:before {
    background: #999999;
}

.category_2 .list_category {
    margin-top: 1rem;
    gap: 1.25rem;
}
.category_2 .list_category .item {
    width: calc((100% / 3) - (1.25rem * 2 / 3));
    background: #F5F5F5;
    padding: 1.667rem;
}
.category_2 .list_category :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--main-cl);
}
.category_2 .list_category strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
    font-size: 0.9375rem;
}

.category_3 .list_quality1 {
    margin: 1rem -0.625rem 0;
}
.category_3 .list_quality1:before {
    content: '';
    position: absolute;
    top: 0.3125rem;
    left: calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
    width: 200%;
    height: 1px;
    background: #999999;
    pointer-events: none;
}
.category_3 .list_quality1 .item {
    padding-top: 1.042rem;
    margin: 0 0.625rem;
}
.category_3 .list_quality1 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 5.208rem;
    background: var(--sub-cl);
    pointer-events: none;
}
.category_3 .list_quality1 .content span {
    font-family: 'Lexend SemiBold';
    transition: .5s all;
}
.category_3 .list_quality1 .item h3 {
    margin-bottom: 0.4rem;
}
.category_3 .list_quality1 .item:hover .content span,
.category_3 .list_quality1 .item:hover h3 {
    color: var(--sub-cl);
}
.category_3 .list_quality2 {
    margin-top: 5.9375rem;
}
.category_3 .list_quality2 table {
    margin-bottom: 0 !important;
}
.category_3 .list_quality2 thead {
    background: var(--main-cl);
}
.category_3 .list_quality2 thead th:not(:last-child) {
    border-right: 1px solid #999999;
}
.category_3 .list_quality2 thead th {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff;
    text-transform: initial;
    padding: 0.833rem 0.625rem;
}
.category_3 .list_quality2 tbody td {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;
    background: #F5F5F5;
    padding: 0.833rem 0.625rem;
}
.category_3 .list_quality2 tbody td:nth-child(n+2) {
    font-family: 'Lexend Bold';
    font-weight: 600;
}
.category_3 .list_quality2 tbody td:not(:last-child) {
    border-right: 1px solid #E0E0E0;
}
.category_3 .list_quality2 tbody tr:not(:last-child) td {
    border-bottom: 1px solid #E0E0E0;
}

.category .commit_sec {
    margin-top: 7.8125rem;
}
.category .commit_sec .content strong {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
}
.category .commit_sec .content ul {
    list-style: disc;
    padding-left: 2rem;
}
.category .commit_sec .content ul>li {
    padding-left: 0;
}
.category .commit_sec .content ul>li:before {
    content: unset;
}
.category .commit_sec .box_content>.content.content_2 {
    font-family: UTM Nokia;
    font-weight: 400;
    font-size: 1.25rem;
}
.category section.cta_footer {
    margin-top: 7.8125rem;
}

/*POST DETAILS*/
.single-post footer {
    margin-top: 7.8125rem;
}
.breadcrumb_left .breadcrumbs {
    margin-left: 0;
}
.news_details .group_heading {
    margin-top: 3.333rem;
}
.news_details .author_cat,
.news_details .author_wrap {
    gap: 0.833rem;
}
.news_details .author_wrap .box_img.avt {
    width: 3.75rem;
    aspect-ratio: 1;
    border-radius: 5.208rem;
}
.news_details .author_wrap .box_socials {
    margin-top: 0.417rem;
    gap: 0.417rem;
}
.news_details .cat_wrap time {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;
}
.news_details .cat_wrap > * {
    position: relative;
}
.news_details .cat_wrap > *:not(:last-child) {
    padding-right: 0.6rem;
    margin-right: 0.6rem;
}
.news_details .cat_wrap > *:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 5.208rem;
    background: #333333;
    pointer-events: none;
}
.post_content {
    font-family: 'Lexend Regular';
    font-weight: 400;
    color: #333333;
    margin-top: 1.25rem;
}
.post_content strong {
    font-family: 'Lexend Bold';
    font-weight: 700;
}
.post_content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    color: var(--main-cl);
}
.post_content h2 {
    font-size: 1.667rem;
}
.post_content h3 {
    font-size: 1.25rem;
    padding-left: 0.5rem;
}
.post_content ul,
.post_content ol {
    padding-left: 2rem;
}
.post_content p:not(:last-child) {
    margin-bottom: 0.5rem;
}
.post_content img {
    margin-bottom: 0.4rem;
}
.wp-caption .wp-caption-text {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.8rem;
    text-align: left;
    color: #666666;
    background: transparent;
}

.post_content #ez-toc-container {
    background: #F6F6F6 !important;
    border: 0 !important;
    padding: 2.292rem 1.354rem 2.292rem 1.875rem;
}
.ez-toc-title-container>.ez-toc-title {
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--main-cl);
}
.post_content #ez-toc-container>nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.45rem;
    margin-top: 0.45rem;
}
.post_content #ez-toc-container .ez-toc-heading-level-2>a {
    font-family: Lexend SemiBold;
    font-weight: 600;
    font-size: 0.9375rem;
}
.post_content #ez-toc-container .ez-toc-heading-level-3>a {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.833rem;
}
.post_content #ez-toc-container .ez-toc-list a {
    text-decoration: unset !important;
    color: #0D2A44;
}
.post_content #ez-toc-container .ez-toc-list a:hover {
    color: var(--main-cl);
    border-color: #0D2A44;
}

.a_style a {
    color: var(--sub-cl);
    border-bottom: 1px solid transparent;
}
.a_style a:hover {
    border-bottom: 1px solid var(--sub-cl);
}
.post_footer {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.667rem;
    padding-top: 1.667rem;
    border-top: 1px solid #999999;
}
.post_footer span.title {
    font-family: 'Lexend Regular';
    font-weight: 400;
    margin-right: 1.146rem;
    color: #333333;
}
.post_footer .tags_wrap {
    flex-wrap: wrap;
    gap: 0.833rem;
}
.post_footer .tags_wrap>ul {
    gap: 1.042rem;
    flex-wrap: wrap;
}
.post_footer .tags_wrap a {
    display: flex;
    border-radius: 5.208rem;
    border: 1px solid var(--sub-cl);
    color: var(--sub-cl);
    background: #fff;
    padding: 0.417rem 1.25rem;
}
.post_footer .tags_wrap a:hover {
    background: var(--sub-cl);
    color: #fff;
}
.sharing_wrap .sharing {
    gap: 0.521rem;
}
.sharing_wrap a {
    width: 1.823rem;
    height: 1.823rem;
}
.sharing_wrap a>svg {
    width: 100%;
    height: 100%;
}
.sharing_wrap a:hover rect {
    fill: var(--main-cl);
}

.sidebar_post {
    position: sticky;
    top: 9rem;
    background: #FAFAFA;
    padding: 1.667rem;
}
.news_details .sidebar_post {
    margin-left: 3.333rem;
}
.news_details .sidebar_post .list_post {
    margin-top: 1.667rem;
}
.news_details .sidebar_post .item {
    display: flex;
    align-items: center;
}
.news_details .sidebar_post .item:not(:last-child) {
    margin-bottom: 0.833rem;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #999999;
}
.news_details .sidebar_post .box_img {
    width: 50%;
    aspect-ratio: 180/102;
    flex-shrink: 0;
}
.news_details .sidebar_post .box_content {
    padding-left: 0.833rem;
}
.news_details .sidebar_post h3 {
    text-transform: capitalize;
}
.news_details .sidebar_post .cats_time>* {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.625rem;
}
.news_details .sidebar_post time {
    color: #999999;
}

/*FENG SHUI*/
.feng_shui_1 .desc_sec {
    padding-left: 13.021rem;
}
.feng_shui_1 .desc_sec ul {
    padding-left: 2.2rem;
}

.feng_shui_2 .list_principle_1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 7.8125rem;
    row-gap: 1.5rem;
}
.feng_shui_2 .stroke_wrap .idx {
    margin-bottom: 0.417rem;
}
.feng_shui_2 .list_principle_2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.833rem;
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2);
}
.feng_shui_2 .list_principle_2 .item {
    position: relative;
    background: #F5F5F5;
    padding: 1.667rem;
}
.feng_shui_2 .list_principle_2 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--sub-cl);
    opacity: 0.2;
    transition: .5s all;
    pointer-events: none;
}
.feng_shui_2 .list_principle_2 .item:hover:before {
    height: 100%;
}
.feng_shui_2 .list_principle_2 .content {
    position: relative;
}
.feng_shui_2 .list_principle_2 .content>:is(h1, h2, h3, h4, h5, h6) {
    font-family: UTM Nokia;
    font-weight: 400;
    font-size: 1.25rem;
    color: var(--sub-cl);
}
.feng_shui_2 .list_principle_2 .content>ul {
    padding-left: 1.5rem;
}

.page-template-applied_feng_shui .commit_sec {
    margin-top: 7.8125rem;
}
.page-template-applied_feng_shui .commit_sec .wrap_content>.inner {
    max-width: 75%;
}
.page-template-applied_feng_shui .commit_sec .box_content {
    align-items: flex-start;
}
.page-template-applied_feng_shui .commit_sec .content>:is(h1, h2, h3, h4, h5, h6) {
    font-family: UTM Nokia;
    font-weight: 400;
    font-size: 1.667rem;
}
.page-template-applied_feng_shui .commit_sec .content ul>li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljc5NjkgMTAuMTU2MkwxMS4wNjc3IDE1LjYyNUw4LjIwMzEyIDEyLjg5MDYiIHN0cm9rZT0iI0M3QTU1QSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIuNSAyMS44NzVDMTcuNjc3NyAyMS44NzUgMjEuODc1IDE3LjY3NzcgMjEuODc1IDEyLjVDMjEuODc1IDcuMzIyMzMgMTcuNjc3NyAzLjEyNSAxMi41IDMuMTI1QzcuMzIyMzMgMy4xMjUgMy4xMjUgNy4zMjIzMyAzLjEyNSAxMi41QzMuMTI1IDE3LjY3NzcgNy4zMjIzMyAyMS44NzUgMTIuNSAyMS44NzVaIiBzdHJva2U9IiNDN0E1NUEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}
.page-template-applied_feng_shui .commit_sec .content ul>li {
    font-family: 'Lexend Regular';
    font-weight: 400;
    font-size: 0.9375rem;
}
.page-template-applied_feng_shui .cta_footer {
    margin-top: 7.8125rem;
}
section.cta_footer.style_2 .group_heading,
section.cta_footer.style_2 .btns_wrap {
    margin-right: -10rem;
    padding-left: 3rem;
}

/*CHECK AGE*/
.check_age_2 .desc_sec {
    padding-left: 7.292rem;
}
.check_age_2 .desc_sec.li_style ul {
    padding-left: 0;
}
.page-template-check_age .cta_footer {
    margin-top: 6.25rem;
}

/*CHECK HOUSE*/
.the_house_2 .desc_sec {
    padding-left: 12.5rem;
}
.page-template-check_house_orientation .cta_footer {
    margin-top: 6.25rem;
}

/*RULER*/
.ruler_2 .group_heading.col_left {
    padding-right: 5rem;
}
.page-template-ruler .cta_footer {
    margin-top: 6.25rem;
}
.page-template-ruler .cta_footer .btns_wrap>.btn_style_5:before {
    width: 100%;
    transform: translateX(0);
}
.page-template-ruler .cta_footer .btns_wrap>.btn_style_5:hover:before {
    transform: translateX(100%);
}
.page-template-ruler .cta_footer .btns_wrap>.btn_style_5 span.text {
    color: #fff;
}
.page-template-ruler .cta_footer .btns_wrap>.btn_style_5 path {
    stroke: #fff;
}
.page-template-ruler .cta_footer .btns_wrap>.btn_style_5:hover span.text {
    color: var(--main-cl);
}
.page-template-ruler .cta_footer .btns_wrap>.btn_style_5:hover path {
    stroke: var(--main-cl);
}

/*RECRUIT*/
.recruit_1 .group_heading.col_right .desc_sec {
    padding-left: 7.292rem;
}

.recruit_wrap {
    margin-top: 1.667rem;
}
.recruit_wrap .layout_btn>.item {
    display: flex;
    cursor: pointer;
}
.recruit_wrap .layout_btn>.item:not(:last-child) {
    margin-right: 0.833rem;
    padding-right: 0.833rem;
    border-right: 1px solid #E0E0E0;
}
.recruit_wrap .layout_btn svg {
    width: auto;
    height: 1.667rem;
}
.recruit_wrap .layout_btn .item path {
    stroke: var(--main-cl);
}
.recruit_wrap .layout_btn .item:hover path,
.recruit_wrap .layout_btn .item.active path {
    stroke: var(--sub-cl);
}

.recruit_wrap .wrap_layout {
    margin-top: 3.646rem;
}
.recruit_wrap .wrap_layout>.item {
    display: none;
}
.recruit_wrap .wrap_layout>.item.active {
    display: block;
}

.recruit_wrap .wrap_layout .grid_recruit {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.75rem;
    row-gap: 1.667rem;
}
.recruit_wrap .grid_recruit>.item {
    display: flex;
    flex-direction: column;
}
.recruit_wrap .layout_grid .item > .wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.recruit_wrap .layout_grid .box_content {
    margin-top: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.recruit_wrap .layout_grid .box_img {
    aspect-ratio: 418/235;
}
.recruit_wrap .layout_grid .box_content {
    margin-top: 1.25rem;
}
.recruit_wrap .layout_grid h3>a {
    font-family: 'Lexend SemiBold';
}
.recruit_wrap .layout_grid .item:hover h3>a {
    color: var(--main-cl);
}
.recruit_wrap .layout_grid .box_content>.info {
    margin-top: 0.833rem;
    flex-wrap: wrap;
    row-gap: 0.8rem;
}
.recruit_wrap .layout_grid .box_content>.info>.item {
    gap: 0.208rem;
}
.recruit_wrap .layout_grid .box_content>.info>.item:not(:last-child) {
    border-right: 1px solid #E0E0E0;
    padding-right: 0.833rem;
    margin-right: 0.833rem;
}
.recruit_wrap .layout_grid .box_content>.info span {
    line-height: normal;
}
.recruit_wrap .layout_grid .box_content>.desc_sec {
    color: #999999;
    margin-top: auto;
    padding-top: 0.833rem;
}
.recruit_wrap .layout_grid .box_content+div {
    margin-top: auto;
}

.recruit_table ul {
    list-style: none;
    margin-bottom: 0;
}
.recruit_table ul>li {
    margin-bottom: 0;
}
.recruit_table .table_th,
.recruit_table .table_row {
    display: grid;
    grid-template-columns: 4.167rem 1fr 23.4375rem 8.958rem 8.958rem 8.958rem;
}
.recruit_table .table_th {
    background: var(--main-cl);
}
.recruit_table .table_th li {
    height: 100%;
    padding: 0.833rem 0.625rem;
    border-right: 1px solid #E0E0E0;
}
.recruit_table .table_th li:last-child {
    border-right: none;
}
.recruit_table .table_th li>span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lexend SemiBold';
}
.recruit_table .table_body {
    /*background: #F5F5F5;*/
}
.recruit_table .table_row {
    border-bottom: 1px solid #E0E0E0;
    align-items: center;
    transition: background-color 0.3s;
    background: #F5F5F5;
}
.recruit_table .table_row:hover {
    background-color: #f8f9fa;
}
.recruit_table .table_row .col_type {
    gap: 0.833rem;
    background: #D4AF370D;
    padding-right: 1.24rem;
    padding-left: 1.24rem;
}
.recruit_table .table_row > div {
    height: 6.25rem;
    padding: 0.833rem;
    border-right: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recruit_table .table_row > .col_stt {
    font-family: 'Lexend SemiBold';
}
.recruit_table .table_row > .col_position {
    display: block;
}
.recruit_table .table_row > .col_position > h3 {
    font-family: 'Lexend SemiBold';
}
.recruit_table .table_row:hover > .col_position > h3 {
    color: var(--sub-cl);
}
.recruit_table .table_row > .col_position > .content {
    color: #999999;
    margin-top: 0.208rem;
    line-height: 1.4;
}
.recruit_table .table_row > .col_location {
    text-align: center;
}

.recruit_3 .wrap_content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 3.333rem;
}
.recruit_3 .wrap_content .item {
    width: calc((100% / 4) - (1.25rem * 3 / 4));
}
.recruit_3 .wrap_content .item:not(:last-child) {
    padding-right: 1.25rem;
    border-right: 1px solid #999999;
}
.recruit_3 .wrap_content .item h3 {
    margin-bottom: 0.417rem;
}
.recruit_3 .wrap_content .item h3+br {
    display: none;
}
.page-template-recruit footer {
    margin-top: 7.8125rem;
}

/*RECRUIT DETAILS*/
.single-recruit .cta_footer {
    margin-top: 7.8125rem;
}
.single-recruit .section_form {
    padding-top: 10.417rem;
}
.recruit_details .box_info {
    margin-top: 3.333rem;
}
.recruit_details .box_info > .group_heading {
    width: 75%;
    flex-shrink: 0;
    padding: 2.5rem;
    background: #F5F5F5;
}
.recruit_details .box_info h1 {
    margin-bottom: 0.833rem;
}
.recruit_details .date_sharing {
    margin-top: 0.833rem;
    padding-top: 0.833rem;
    border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.recruit_details .sharing_wrap a:nth-child(2) {
    display: none;
}
.recruit_details .box_method {
    background: linear-gradient(47.93deg, rgba(199, 165, 90, 0.6) 0%, #C7A55A 100%);
    padding: 1.667rem;
}
.recruit_details .box_method h3 {
    font-family: 'Lexend SemiBold';
    font-size: 1.25rem;
    margin-bottom: 0.417rem;
}
.recruit_details .box_method .desc_sec.flex {
    gap: 0.625rem;
}
.recruit_details .box_method .btn {
    margin-top: 1.25rem;
}
.recruit_details .box_jd {
    margin-top: 5.208rem;
}
.recruit_details .box_jd .item {
    gap: 1rem;
}
.recruit_details .box_jd .item:not(:last-child) {
    margin-bottom: 1.667rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid #999999;
}
.recruit_details .box_jd h3 {
    max-width: 15.625rem;
    flex-shrink: 0;
}
.recruit_details .sidebar_post {
    margin-top: 5.208rem;
    margin-left: 5rem;
}
.recruit_details .sidebar_post .item:not(:last-child) {
    margin-bottom: 0.833rem;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #999999;
}
.recruit_details .sidebar_post h3 {
    font-family: 'Lexend SemiBold';
}
.recruit_details .sidebar_post .outdate {
    color: #999999;
}

.form_recruit .form_item.file_apply {
    position: relative;
    width: fit-content;
}
.form_recruit .form_item.file_apply .inner {
    gap: 0.625rem;
}
.form_recruit .form_item.file_apply .btn {
    min-width: 0;
    padding: 0.208rem 0.417rem;
}
.form_recruit .form_item.file_apply .btn>span.text {
    font-size: 0.729rem;
}
.form_recruit .form_item.file_apply>.wpcf7-form-control-wrap {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    cursor: pointer;
}
.form_recruit .form_item.file_apply>.wpcf7-form-control-wrap input::file-selector-button{
    position: relative;
    gap: 1rem;
    width: fit-content;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    background: transparent;
    border-color: var(--sub-cl);
    color: var(--sub-cl);
    min-width: 0;
    padding: 0.208rem 0.417rem;
    font-size: 0.729rem;
    box-shadow: unset !important;
    margin-right: 0.521rem;
}
.form_recruit .form_item.file_apply input {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    border: none !important;
    box-shadow: unset !important;
    font-size: 0.729rem;
    margin-top: 0.417rem;
}
.form_recruit .form_wrap .submit_wrap {
    margin-top: 1.667rem;
    gap: 0.833rem;
}

/*PAGE DEFAULT*/
.default_page {
    padding-bottom: 3rem;
}
.default_page .time_bread > * {
    font-family: 'Lexend Regular';
}
.default_page .time_bread.cats_time_style>* {
    font-size: 0.9375rem;
}
.default_page .sidebar_post {
    margin-left: 3.333rem;
}
.default_page .sidebar_post .list_post {
    margin-top: 1.667rem;
}
.default_page .sidebar_post li:not(:last-child) {
    margin-bottom: 0.417rem;
    padding-bottom: 0.417rem;
    border-bottom: 1px solid #999999;
}
.default_page .sidebar_post li>a {
    position: relative;
    font-family: 'Lexend SemiBold';
    font-weight: 600;
    font-size: 0.9375rem;
    color: #333333;
    padding-left: 1.25rem;
}
.default_page .sidebar_post li>a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMy4zMzMzNEw5Ljk1OTU2IDcuMjkyOUMxMC4zNTAxIDcuNjgzNDMgMTAuMzUwMSA4LjMxNjU5IDkuOTU5NTYgOC43MDcxMkw2IDEyLjY2NjciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s all;
}
.default_page .sidebar_post li>a:hover:before {
    transform: translateY(-50%) translateX(0.208rem);
}
.default_page .sidebar_post li>a:hover {
    color: var(--main-cl);
}

/*FAQs*/
.search_custom input {
    height: 2.5rem;
    max-width: 100%;
    background: transparent;
    font-size: 0.78125rem;
    box-shadow: none;
    border: 1px solid #999;
    margin: 0;
    padding: 0.833rem;
}
.search_custom .search-icon {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
.faqs_1 .filter_wrap {
    position: relative;
    z-index: 10;
    padding: 1.25rem;
    background: #F5F5F5;
    gap: 1.667rem;
}
.faqs_1 .filter_wrap > .item {
    width: 50%;
    flex-shrink: 1;
}
.faqs_1 .filter_wrap span {
    margin-bottom: 0.417rem;
}
.faqs_1 .filter_wrap .select-styled {
    color: var(--main-cl);
    border: 1px solid #999;
    padding: 0.833rem;
}
.faqs_1 .filter_wrap .select-styled:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkw4IDEwTDEyIDYiIHN0cm9rZT0iIzEwMkU1MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.faqs_1 #faqs_wrap {
    margin-top: 1.25rem;
}
.faqs_1 #faqs_wrap .accordion_wrapper {
    display: none;
}
.faqs_1 #faqs_wrap .accordion_wrapper.active {
    display: flex;
}
.faqs_1 #faqs_wrap .accordion_item:not(:last-child) {
    margin-bottom: 0.833rem;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #999999;
}
.faqs_1 #faqs_wrap .accordion_item .content {
    padding-left: 1.667rem;
    margin-top: 0.417rem;
}
.faqs_1 #faqs_wrap .accordion_item svg {
    display: flex;
}
.faqs_1 #faqs_wrap .accordion_item .accordion_title.active,
.faqs_1 #faqs_wrap .accordion_item .accordion_title:hover {
    color: var(--main-cl);
    cursor: pointer;
}
.faqs_1 #faqs_wrap .accordion_item .accordion_title.active svg {
    transform: rotate(180deg);
}

/*CONTACT*/
.contact_1 .col_left {
    padding-right: 5rem;
}
.contact_1 .desc_sec {
    margin-top: 1.667rem;
}
.contact_1 .desc_sec p:not(:last-child) {
    margin-bottom: 0.833rem;
}
.contact_1 .info_wrap {
    margin-top: 1.667rem;
    padding-top: 1.25rem;
    border-top: 1px solid #999999;
}
.contact_1 .info_wrap .item:not(:last-child) {
    margin-bottom: 0.417rem;
}
.contact_1 .info_wrap .icon {
    width: 1.25rem;
    aspect-ratio: 1;
    flex-shrink: 0;
    margin-right: 0.417rem;
}
.contact_1 .box_socials_wrap {
    margin-top: 1.667rem;
    padding-top: 1.25rem;
    border-top: 1px solid #999999;
    gap: 1rem;
}

.contact_2 .slide_step {
    margin: 0 -1.5625rem;
}
.contact_2 .slide_step .item {
    margin: 0 1.5625rem;
}
.stroke_wrap {
    min-width: 10rem;
    flex: 0 0 auto;
}
.stroke_wrap>* {
    font-family: 'UTM Nokia';
    font-weight: 400;
    line-height: normal;
    transition: .5s all;
}
.stroke_wrap .idx {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .5px var(--sub-cl);
}
.stroke_wrap .idx_opacity {
    opacity: 0;
}
.hover_stroke:hover .idx_opacity {
    opacity: 1;
}
.contact_2 .slide_step h3 {
    margin-top: 0.25rem;
}

.commit_sec.style_2 .wrap_content{
    padding: 2.396rem;
    background: linear-gradient(90.29deg, rgba(199, 165, 90, 0.6) 0.25%, #C7A55A 50%, rgba(199, 165, 90, 0.6) 99.75%);
}
.page-template-contact .section_form {
    padding-top: 7.8125rem;
}

.section_form .form_general>.box_img {
    width: 45%;
    height: 100%;
    flex-shrink: 0;
}
.section_form .form_general>.box_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(75.77deg, #182336 55.58%, #102E50 100%);
    padding: 1rem 2.5rem;
}
.section_form .form_general .desc_sec {
    margin-top: 1.4rem;
}
.section_form .form_general .form_wrap {
    margin-top: 1.667rem;
}
section.service_details.details_6 {
    padding-bottom: 9rem;
}

.slider_service_related .item {
    padding: 4rem  7rem 0;
}

.slider_service_related {
    margin: 0 -7rem;
}

.slider_service_related .icon {
    height: 3.2rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.slider_service_related .icon img {
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.slider_service_related h3 {
    font-size: 1.6rem;
    color: var(--1, #102E50);
    margin-bottom: .2rem;
}


.slider_service_related .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1.5rem;
}

.slider_service_related .wrap {
    display: flex;
}
.slider_service_related .btn span.icon {
    height: auto;
    margin: 0;
}

.slider_service_related  .btn_wrap.flex {
    gap: .8rem;
}

.slider_service_related .wrap>.icon {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 2rem;
    margin-top: 4.7rem;
}
.single-recruit  nav#breadcrumbs {
    width: auto;
    max-width: 75rem;
    padding: 0 15px;
}
section.recruit_sec_1 {
    padding-top: 3.15rem;
}

.box_top_left {
    padding: 2.4rem;
    background: var(--7, #F5F5F5);
}

h1.title_page {
    font-family: "UTM Nokia";
    font-size: 1.6rem;
    color: var(--1, #102E50);
    margin-bottom: .5rem;
}

.box_top_left .content {
    font-size: .9rem;
}

.box_top_left .nav_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgb(153 153 153 / 20%);
    padding-top: .8rem;
    margin-top: .8rem;
}

.box_top_left ul.share_posts {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .4rem;
}

.box_top_left ul.share_posts li {
    margin: 0;
}

ul.share_posts a {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--2, #C7A55A);
}

ul.share_posts svg {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.box_top_left .date_line {
    font-weight: 700;
}

.box_info_td {
    height: 100%;
    background: linear-gradient(48deg, rgba(199, 165, 90, 0.60) 0%, #C7A55A 100%);
    padding: 1.6rem;
}

.box_info_td b {
    font-size: 1.2rem;
    color: var(--1, #102E50);
    display: block;
    margin-bottom: .3rem;
}

.box_info_td .content {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.box_info_td a.mail {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.2rem;
}

.box_info_td a.mail svg {
    display: block;
    width: .8rem;
    height: auto;
    margin-right: .5rem;
}

section.recruit_sec_1 .row.box_bottom {
    margin-top: 5rem;
}

.wrap_info_td .item {
    display: flex;
}

.wrap_info_td .item>h3 {
    width: 15rem;
    flex: 0 0 auto;
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
}

.wrap_info_td .item {
    padding: 1.6rem 0;
}

.wrap_info_td .item+.item {
    border-top: 1px solid #999;
}

section.recruit_sec_1 {
    font-size: 0.9rem;
}

.wrap_info_td {
    padding-right: 5rem;
}

.box_sidebar_td {
    background: var(--6, #FAFAFA);
    padding: 1.6rem;
}

.box_sidebar_td h2 {
    color: var(--1, #102E50);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: "UTM Nokia";
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.td_related h3 {
    font-size: 0.9rem;
    margin-bottom: .2rem;
    transition: .4s all;
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.td_related .item.relative {
    padding: .8rem 0;
}

.td_related .item+.item {
    border-top: 1px solid #999;
}

.td_related .item:first-child {
    padding-top: 0;
}

.td_related .item:hover h3 {
    color: #d5bb83;
}
ul.share_posts a svg {
    fill: #fff;
}
.slide_procedure_box .item.relative:hover.box_img:before {
    opacity: 0;
}

.slide_procedure_box .item:hover .box_img:before {
    opacity: 0;
}

.slide_procedure_box .item svg {
    display: none;
}
section.recruit_qt {
    padding: 7.5rem 0 0;
}
.single-recruit  section#form {
    margin-bottom: 5rem;
}
.box_pt{
    background-image: url(../images/Popup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box_pt * {
    color: #ffff;
}
.box_pt select>* {
    color: #333333;
}

.wp_phongthuy_form {
    padding: 0;
    text-align: left;
}

.wp_phongthuy_form {
    background: transparent;
    border: none;
    box-shadow: none;
}

.box_pt span.sub_title:before,.box_pt span.sub_title:after {
    content: '';
    width: 2.4rem;
    height: 1px;
    display: inline-block;
    background: #fff;
}

.box_pt span.sub_title:before, .box_pt span.sub_title {
    display: inline-flex;
    align-items: center;
}

.box_pt span.sub_title {
    gap: .4rem;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: .4rem;
}

.box_pt  h2.heading_sec {
    font-size: 1.6rem;
}

.box_pt .content {
    max-width: 73%;
    margin-bottom: 1rem;
}

.form-title {
    display: none;
}

.wp_phongthuy_form select {
    background: transparent;
    border: none !important;
    padding: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    font-size: 0.9rem !important;
}

.wp_phongthuy_form  input.xem {
    display: flex;
    margin: auto;
}

.form-line:last-child {
    text-align: center;
}

.wp_phongthuy_form .form-line input[type="submit"], .wp_phongthuy_form .form-line input[type="button"] {
    background: linear-gradient(90deg, #8C6B2C 0%, #FFD577 100%);
    height: 2.6rem;
    padding: 0 1.2rem;
    border-radius: 0.2rem;
    font-weight: 500;
}
.box_pt {
    padding: 1.4rem 4.8rem 1.4rem;
}
.wp_phongthuy_form .form-line select {
    color: #fff !important;
}
.wp_phongthuy_popup {
    max-width: 46rem;
    font-size: .9rem;
}

.featherlight .featherlight-content {
    background: rgb(249 246 238);
    padding-top: 4rem;
}

.wp_phongthuy_popup h1 {
    color: var(--1, #102E50) !important;
    font-family: "UTM Nokia";
    font-size: 1.6rem;
}

.featherlight .featherlight-close-icon {
    width: 2.5rem;
    height: 2.5rem;
    right: 0 !important;
    margin: 0 !important;
}
.featherlight .featherlight-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.featherlight .featherlight-content::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
.featherlight .featherlight-content::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.wp_thuocloban .box_huongdan {
    background: var(--6, #FAFAFA) !important;
    border: none !important;
    font-size: 0.9rem;
    padding: 1.6rem !important;
    font-family: 'Lexend Regular';
}

.wp_thuocloban .tdbox_hd {
    color: var(--2, #C7A55A) !important;
    font-size: .9rem;
    font-weight: 400;
}

.wp_thuocloban .noidung_boxhd {
    font-size: 0.9rem;
    font-family: 'Lexend Regular';
}

.wp_thuocloban .tdbox_hd {
    border-color: #999 !important;
}

.box_huongdan+.box_huongdan .tdbox_hd span {
    color: var(--1, #102E50);
    font-size: 1.6rem !important;
    font-weight: 600;
}

.wp_thuocloban * {
    font-family: 'Lexend Regular';
}

div#thuocloban>p strong {
    font-size: 1.6rem;
    color: var(--1, #102E50);
}

.wp_thuocloban #loban * {
    font-size: 0.9rem;
    color: var(--1, #102E50);
    border: none;
}

.wp_thuocloban .sodo.tot {}

.wp_thuocloban #loban .sodo>* {
    padding: 0 .8rem;
}

.wp_thuocloban .sodo1, .wp_thuocloban .sodo2, .wp_thuocloban .sodo3, .wp_thuocloban .sodo4, .wp_thuocloban .sodo5, .wp_thuocloban .sodo6, .wp_thuocloban .sodo7, .wp_thuocloban .sodo8 {
    height: 3rem !important;
    line-height: normal !important;
    line-height: 3rem !important;
}

.wp_thuocloban .tencung {
    height: 3rem !important;
    line-height: 3rem !important;
    padding: 0 .8rem;
    font-size: 0.9rem !important;
    font-weight: 400;
}

.wp_thuocloban .sodo {
    height: auto !important;
}

.wp_thuocloban .tenkhoan {
    height: 15rem;
    text-transform: unset !important;
}

.wp_thuocloban .tenkhoan span {
    font-family: 'Lexend Regular' !important;
    font-size: 1.6rem !important;
    text-transform: unset !important;
}

.wp_thuocloban .noidung_boxhd p {
    font-size: .9rem;
}

.wp_thuocloban * {}

.box_huongdan * {
    font-size: .9rem !important;
    line-height: 1.5;
}

div#thuocloban {
    margin-top: 3rem;
}
.slide_step .swiper-slide-active * {
    color: var(--2, #C7A55A);
}
.breadcrumbs ol>li {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.breadcrumbs ol>li+li:before {
    content: '';
    background: #999;
    width: 1px;
    height: 0.85rem;
    display: inline-block;
    margin: 0 .5rem !important;
}
.wpcf7-response-output {
    background: #fff;
    text-align: center;
    font-size: .8rem;
}
.nav-dropdown-has-border .nav-dropdown a+.sub-menu.nav-column {
    position: absolute;
    right: 0;
    opacity: 1;
    visibility: unset;
    transform: translateX(100%);
    max-height: unset !important;
    background: #fff;
    top: 0;
    padding: 0;
}

.nav-dropdown-has-border .nav-dropdown {
    padding: 0 !important;
    overflow: unset;
}

.nav-dropdown-has-border .nav-dropdown li.nav-dropdown-col i {
    transform: rotate(-90deg);
}
.category  section.cta_footer.style_2 .group_heading,.category section.cta_footer.style_2 .btns_wrap {
    padding-left: 2rem;
}


.check_age_2 .desc_sec strong {
    font-size: 1.2rem;
}
.nav-dropdown-has-border .nav-dropdown a+.sub-menu.nav-column {
    opacity: 0;
    pointer-events: unset;
    pointer-events: unset;
}

.nav-dropdown-has-border .nav-dropdown li:hover .sub-menu.nav-column {
    opacity: 1;
    pointer-events: unset;
}

div#quote_form>button {
    z-index: 999;
    color: #fff;
}
a.link_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.category_3 .list_quality1 .item.active .content span, .category_3 .list_quality1 .item.active  h3 {
    color: var(--sub-cl);
}
.fancybox-slide--html .fancybox-close-small:hover svg {
    transform: unset !important;
}
.home_3 .list_wrap {
    min-height: 17rem;
}
.link_external a + a:before {
    content: '';
    position: absolute;
    left: -.5rem;
    width: 1px;
    height: 71%;
    background: #fff;
    opacity: .52;
}

.link_external a + a {
    margin-left: 1rem !important;
}
.wrap_info_td ul li:before{
    content: '';
    background-image: url(../images/icon_check.svg);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: .4rem .3rem 0 0;
    transform: translateY(0.15rem);
}
.wrap_info_td  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.wp_phongthuy_popup table tr td {
    text-align: center;
    color: #fff;
}

.wp_phongthuy_popup table {
    margin: 2rem auto;
}
.item_project .hover_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rebeccapurple;
    background: linear-gradient(0deg, rgba(16, 46, 80, 0.90) 0%, rgba(16, 46, 80, 0.90) 100%);
    z-index: 9;
    opacity: 0;
    transition: .6s all;
    padding: 2.3rem 2rem;
}

.item_project .box_content {
    opacity: 1;
    transition: .6s all;
}

.item_project:hover> .box_content {
    opacity: 0;
}

.item_project:hover .hover_box {
    opacity: 1;
}

.item_project .box_logo {
    display: none;
}

.item_project .hover_box .wrap_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #99999996;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
}

.item_project .hover_box  .icon svg {
    width: 1.75rem;
    height: auto;
}

.item_project .hover_box .wrap_top .icon {
    margin-left: 1.2rem;
    flex: 0 0 auto;
}

.item_project .hover_box .inner {
    filter: brightness(0) invert(1);
}


.item_project  .item {
    display: flex;
    font-size: .9rem;
}

.item_project .item h3,.item_project .item .content {
    width: auto;
    font-size: .9rem;
    font-weight: 400;
}

.item_project .item h3 {
    margin-right: .4rem;
    margin-bottom: 0;
}

.item_project  .list_info_1 {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
div#ui-datepicker-div {
    z-index: 999999999999 !important;
}

section.project_page.pt_150 {
    padding-bottom: 5rem;
}
/*.form_item input.hasDatepicker{*/
/*    background-image: url(../images/icon_calerda.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: right .5rem center;*/
/*}*/
.wp_phongthuy_form .form-line select{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    background-position: right .5rem center;
    background-size: .8rem;
}
.item_project.style_2:hover .box_content {
    opacity: 1 !important;
}

.item_project.style_2:hover img {
    scale: 1.1;
}
div#ui-datepicker-div {
    left: 0 !important;
    top: 2rem !important;
}

.ui-datepicker-title {
    display: flex;
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: none !important;
}

.ui-datepicker .ui-datepicker-header {
    display: flex;
    align-items: center;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: .2rem !important;}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 100% !important;height: 2rem;font-size: .7rem;}

.ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
    width: 75%;
    gap: .5rem;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {top: 1.2rem;}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin: 0;
    position: unset;
}

.ui-datepicker td span, .ui-datepicker td a {
    height: 1.5rem;
    display: flex !important;
    align-items: center;
    text-align: center !important;
    justify-content: center;
    padding: .1rem !important;
    font-size: .7rem;
    line-height: 1;
}

.ui-datepicker th {
    font-size: .6rem;
    padding: .2rem;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #937231;
    background: #937231;
}
select#bgxd-so-tang {}

.select2 img {
    display: none;
}

.select2-results__option img {
    display: none;
}

.bgxd-label {
    letter-spacing: 0;
    font-family: 'Lexend Regular';
    margin: 0;
    font-weight: normal;
    text-transform: unset;
}

.bgxd-header {
    padding: 0;
    margin-bottom: 2rem;
}

h2.bgxd-title {
    font-family: 'UTM Nokia';
}

.bgxd-label-icon {
    display: none;
}

.bgxd-wrapper .select2-container--default .select2-selection--single {
    height: 2.6rem;
    border: 1px solid rgb(26 58 92 / 50%);
    border-radius: .4rem;
}

.bgxd-wrapper .select2-results__option {
    margin: 0;
}

span.bgxd-btn-icon {
    display: none;
}

.bgxd-btn {
    line-height: normal;
    margin: 0;
}

.bgxd-input-wrap input {
    height: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgb(26 58 92 / 50%);
    border-radius: .4rem;
    margin: 0;
}

.bgxd-input-suffix {
    font-size: .9rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bgxd-secondary);
}

div#bgxd-result {
    margin-bottom: 4rem;
}

.bgxd-section-label {}

.bgxd-result-header {
    font-family: 'UTM Nokia';
    font-size: .7rem !important;
}

h3.bgxd-result-title {
    font-size: 1rem;
}

.bgxd-cta {
    display: none;
}

section.cost_1.pt_150 {
    padding-top: 4rem;
}
.gtranslate_wrapper {
    display: flex;
    gap: .5rem;
}

@media (min-width: 1200px) {
    body, html {
        font-size: 1.1vw;
    }
    .about_3 .col_right .wrap_content{
        padding-left: 6rem;
    }
}
@media (min-width: 1600px) {
    body, html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1699px) {
    .body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
    }

    /*COMPONENT*/
    .fs_16 {
        font-size: 0.9rem;
    }
    .fs_14 {
        font-size: 0.85rem;
    }
    /* fixed contact social */
    ul.fixed_button>li>a {
        width: 2.2rem;
        height: 2.2rem;
    }

    /*back to top*/
    #wrapper > .back-to-top {
        width: 2.2rem;

    }

    /*HEADER*/

    /*FOOTER*/

    /*HOME*/
    .reviews_sec .col:nth-child(1) .group_heading {
        margin-right: -2rem;
    }

    /*FENG SHUI*/
    .feng_shui_1 .desc_sec {
        padding-left: 8rem;
    }

    /*RECRUIT*/
    .form_recruit .form_item.file_apply .block.fs_14,
    .form_recruit .form_item.file_apply .btn>span.text {
        font-size: 0.9rem;
    }

    .recruit_table .table_row > div {
        height: 7rem;
    }

}
@media only screen and (max-width: 1499px) {
    /*COMPONENT*/
    .fs_70 {
        font-size: 3.3rem;
    }
    .fs_32 {
        font-size: 1.55rem;
    }
    .fs_50 {
        font-size: 2.25rem;
    }
    .fs_20 {
        font-size: 1.2rem;
    }
    .fs_18 {
        /* font-size: 1.15rem; */
    }
    .fs_16 {
        font-size: 1rem;
    }
    .fs_14 {
        font-size: 0.9rem;
    }

    .btn span.text {
        font-size: 1.05rem;
    }

    ul.fixed_button>li>a {
        width: 2.8rem;
        height: 2.8rem;
    }
    #wrapper > .back-to-top {
        width: 2.8rem;
    }

    .form_item textarea, .form_item input {
        font-size: 1.05rem;
    }
    .form_item input {
        height: 3rem;
    }
    .select-styled {
        height: 3rem;
        font-size: 1.05rem;
    }
    .select .select-options > li {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .form_wrap .select-options {
        max-height: 10rem;
    }

    /*HEADER*/

    /*FOOTER*/
    .logo_footer.graphic {
        height: 2.2rem;
        line-height: 1.3;
        margin-top: 1rem;
    }
    .footer_top .company_name {
        margin-top: 1.8rem;
    }
    .footer_top .col_right {
        margin-right: -6rem;
        padding-left: 0;
    }
    .footer_top .col_right span.title_block {
        font-size: 1.45rem;
    }
    .footer_top .col_right .contents>ul>li {
        font-size: 1rem;
    }
    .footer_top .menu_footer > li:not(:last-child) {
        margin-bottom: 0.6rem;
    }
    .footer_top .menu_footer a {
        font-size: 1rem;
    }
    .box_socials a {
        width: 2.2rem;
    }
    .footer_top .maps {
        width: 14rem;
        height: 9.7rem;
    }
    .footer_bottom .wrap_content {
        margin-left: 0;
    }

    /*HOME*/
    .home_1 .desc_sec br {
        display: none;
    }
    .home_1 blockquote+h2 {
        font-size: 1.5rem;
    }
    .btn_home1 {
        margin-top: 2rem;
    }
    .box_home2 {
        padding: 5.208rem 4rem;
    }
    .slide_reviews .box_customer .heading {
        padding-right: 1rem;
    }
    .slide_reviews .box_service h3 {
        font-size: 1.4rem;
    }
    .slide_reviews .box_service .desc_sec {
        font-size: .9rem;
    }
    .slide_reviews .box_customer .address {
        font-size: .9rem;
        margin-top: 4px;
    }
    .commit_sec .box_content>.content.content_1 {
        padding-right: 2rem;
    }
    .commit_sec .box_content>.content.content_2 {
        padding-left: 2rem;
    }

    /*ABOUT*/
    .about_1 {
        padding-bottom: 28rem;
    }
    .ecosystem_list .item:not(:last-child) {
        margin-right: 1.5rem;
        padding-right: 1.5rem;
    }
    .ecosystem_list .item {
        width: calc((100% / 3) - 1rem);
    }

    /*PROJECT*/
    .project_details .list_info_1 {
        padding-left: 1rem;
    }


    /*SERVICE*/
    .page-template-service .slide_reviews .box_customer .reviews.content_scroll {
        max-height: 9.5rem;
    }

    /*SERVICE DETAILS*/
    .box_cost_wrap .cost_table tbody td {
        font-size: 1.15rem;
    }
    .quote_form_wrap .shortcode .note_form {
        font-size: 0.85rem;
    }
    .service_details.details_4 .quote_form_wrap {
        padding: 0 4rem;
    }

    /*FENG SHUI*/
    .feng_shui_1 .desc_sec {
        padding-left: 2rem;
    }

    /*POST DETAILS*/
    .news_details .col:nth-child(1) .heading_sec.fs_32 {
        font-size: 1.8rem;
    }
    .news_details .sidebar_post {
        margin-left: 2.5rem;
    }
    .news_details .sidebar_post .cats_time>* {
        font-size: 0.9rem;
    }

    /*RECRUIT DETAILS*/
    .recruit_details .box_info > .group_heading {
        width: 70%;
    }
    .recruit_details .sidebar_post {
        margin-left: 4rem;
    }
    .recruit_details .box_jd h3 {
        max-width: 13rem;
        flex-shrink: 0;
    }
    .procedure_wrap.style_2 .slide_procedure .item h3.fs_18 {
        font-size: 0.9rem;
    }

    /*RECRUIT*/
    .recruit_1 .group_heading.col_right .desc_sec {
        padding-left: 4rem;
    }
    .recruit_wrap .layout_btn svg {
        height: 2rem;
    }
    .recruit_3 .wrap_content {
        margin: 3rem -1rem 0;
    }
    .recruit_3 .wrap_content .item br {
        display: none;
    }
    .form_recruit.pt_150 {
        padding-top: 6rem;
    }
    .recruit_table .table_row .col_type {
        gap: 0.5rem;
    }

    /*POLICIES*/
    div#ez-toc-container .ez-toc-title {
        font-size: 140%;
    }
    .post_content #ez-toc-container .ez-toc-heading-level-2>a {
        font-size: 1.15rem;
    }
    .post_content #ez-toc-container .ez-toc-heading-level-3>a {
        font-size: 1.05rem;
    }
    .default_page .sidebar_post li>a {
        font-size: 1.05rem;
        padding-left: 1.5rem;
    }


    /*CONTACT*/
    .contact_2 .slide_step h3 br {
        display: none;
    }

}
@media only screen and (max-width: 1399px) {
    /*COMPONENTS*/
    .fs_70 {
        font-size: 3rem;
    }
    .fs_50 {
        font-size: 2rem;
    }
    .fs_24 {
        /* font-size: 1.35rem; */
    }
    .fs_20 {
        font-size: 1.3rem;
    }
    .fs_18 {
        /* font-size: 1.25rem; */
    }
    .btn {
        padding: 0.9rem 1.25rem;
    }
    .btn span.text {
        font-size: 1.15rem;
    }
    .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 1.4rem;
    }
    .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 1rem;
    }
    .subtitle {
        font-size: 1rem;
    }

    .form_item input {
        height: 3rem;
    }
    .form_item textarea, .form_item input {
        font-size: 1.15rem;
    }
    .wpcf7 .form_wrap .wpcf7-not-valid-tip {
        font-size: 0.95rem;
    }

    /*HEADER*/
    #header .nav-right>li {
        margin: 0 0.7rem;
    }
    .header-main .nav > li > a {
        font-size: 1rem;
    }

    /*FOOTER*/
    footer {
        padding: 5.208rem 0 1rem;
    }
    .footer_top .col_left {
        margin-left: -4rem;
        padding-right: 3rem;
    }
    .footer_top .company_name {
        font-size: 1.2rem;
    }
    .footer_top .col_right .contents>ul>li:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .footer_top .menu_footer a,
    .footer_top .col_right .contents>ul>li {
        font-size: 1.1rem;
    }
    .footer_top .col_right {
        margin-right: -8rem;
    }
    .footer_top .col_right>.flex {
        gap: 2.5rem;
    }
    .link_external a,
    .copyright {
        font-size: 1rem;
    }

    /*HOME*/
    .banner_hero .box_content .desc_sec {
        line-height: 1.4;
    }
    .home_1 blockquote+h2 {
        font-size: 1.6rem;
    }
    .home_1 .desc_sec ul>li {
        padding-left: 2rem;
    }
    .home_1 .desc_sec ul>li:before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .home_3 .group_heading {
        max-width: 45rem;
    }
    .home_3 .slide_project .item>.box_img {
        width: 7rem;
        height: 4rem;
    }
    .home_3 .slide_project .desc {
        font-size: 0.9rem;
    }
    .home_4 {
        padding-bottom: 22rem;
    }
    .home_4 .desc_sec {
        padding-right: 3rem;
    }
    .commit_sec .wrap_content>.inner {
        max-width: 90%;
    }
    .li_style ul>li:before {
        width: 1.5rem;
        height: 1.5rem;
    }

    /*ABOUT*/
    .about_1 {
        padding-bottom: 20rem;
    }
    .about_3 .col_left .wrap_content {
        padding-left: 3rem;
    }
    .page-template-about .commit_sec {
        padding-top: 7rem;
    }
    .page-template-about section.cta_footer {
        margin-top: 5.5rem;
    }

    /*PROJECT*/
    .project_details .list_info_1 {
        padding-left: 0;
    }
    .project_details .list_info_1 .content,
    .project_details.details_1 .desc_sec {
        font-size: 1.2rem;
    }
    .project_details.details_1 .desc_sec br {
        display: none;
    }
    .project_details.details_1 .box_content .wp-caption-text {
        font-size: 0.95rem;
        padding-top: 0.8rem;
    }
    .project_details .list_info_2 .item>.box_content {
        padding-left: 5rem;
    }
    .project_details .list_info_2 .item:nth-child(even)>.box_content {
        padding-right: 3rem;
    }


    /*SERVICE*/
    .service_3 .list_why .item:not(:last-child) {
        margin-right: 1.5rem;
        padding-right: 1.5rem;
    }

    /*PROCEDURE*/
    .slide_procedure .item h3.fs_24 {
        font-size: 1.2rem;
    }
    .slide_procedure .item_wrap>.item {
        width: calc((100% / 3) - (1.25rem * 2 / 3));
    }
    .procedure_wrap.style_1 .slide_procedure .item:nth-child(2),
    .procedure_wrap.style_1 .slide_procedure .item:nth-child(4),
    .procedure_wrap.style_1 .slide_procedure .item:nth-child(6) {
        margin-top: 0;
    }

    /*FENG SHUI*/
    .feng_shui_1 .desc_sec {
        padding-left: 0;
    }
    .feng_shui_2 .list_principle_1 {
        column-gap: 4rem;
    }

    /*CATEGORY*/
    .category_1 .list_principle h3.fs_24 {
        font-size: 1.25rem;
    }

    /*RECRUIT*/
    .recruit_1 .group_heading.col_left {
        padding-right: 7rem;
    }
    .recruit_1 .group_heading.col_right .desc_sec {
        padding-left: 0;
    }

    /*POLICIES*/
    .default_page .sidebar_post {
        margin-left: 0;
        padding: 1.5rem 1.2rem;
    }
    .default_page .sidebar_post li:not(:last-child) {
        margin-bottom: 0.5rem;
        padding-bottom: 0.6rem;
    }

    /*CONTACT*/
    .contact_1 .col_left {
        padding-right: 1.3rem;
    }
    .section_form .form_general>.box_img {
        width: 39%;
    }
    .section_form .form_general>.box_form {
        padding: 2rem 2.5rem;
    }
    .page-template-contact .section_form {
        padding-top: 6rem;
    }
    .about_3 .col_left .box_img.img_1{
        width: 10rem;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 59.375rem;
    }
    .load_home_page svg {
        width: 320px;
    }

    /*COMPONENTS*/
    .fs_70 {
        font-size: 2.25rem;
    }
    .fs_50 {
        font-size: 1.6rem;
    }
    .fs_32 {
        font-size: 1.25rem;
    }
    .fs_24 {
        font-size: 1.2rem;
    }
    .fs_20 {
        font-size: 1.1rem;
    }
    .fs_18 {
        font-size: 1rem;
    }
    .btn {
        padding: 0.8rem 1rem;
    }
    .btn span.text {
        font-size: 0.95rem;
    }
    .subtitle {
        font-size: 0.85rem;
    }
    .pt_150 {
        padding-top: 5rem;
    }
    .banner_page .banner_img {
        height: 24rem;
    }
    .wpcf7 .form_wrap .wpcf7-not-valid-tip {
        font-size: 0.85rem;
    }
    html.js.has-off-canvas-undefined {
        margin-right: 0 !important;
    }

    section.cta_footer.style_2 {
        margin-top: 5rem;
        padding: 3rem 0;
    }
    section.cta_footer.style_2 .group_heading, section.cta_footer.style_2 .btns_wrap {
        margin-right: 0;
        padding-left: 0;
    }

    /*HEADER*/
    #header #logo {
        width: 5.208rem;
        margin-right: 0.521rem;
    }
    #header .nav-right>li {
        margin: 0 0.5rem;
    }
    .header-main .nav > li > a {
        font-size: 0.85rem;
        line-height: 4rem !important;
    }

    /*FOOTER*/
    footer {
        padding: 4rem 0 1rem;
    }
    .footer_bottom .col.large-9,
    .footer_top .col.large-3,
    .footer_top .col.large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer_top .col_left {
        margin-left: 0;
        padding-right: 0;
        align-items: center;
    }
    .footer_top .col_right {
        margin-top: 3rem;
        margin-right: 0;
    }
    .logo_footer {
        height: 4.5rem;
    }
    .footer_top .col_right>.flex {
        gap: 1.5rem;
    }
    .footer_top .col_right>.flex>div {
        width: calc((100% / 3) - 2rem);
    }
    .footer_top .maps {
        width: 16rem;
        height: 10rem;
    }
    .footer_bottom .wrap_content {
        margin-right: 0;
    }
    .link_external a, .copyright {
        font-size: 0.9rem;
    }

    /*HOME*/
    .banner_hero .box_img {
        height: 32rem;
    }
    .banner_hero .item:before {
        height: 70%;
    }
    .home_1 {
        padding-top: 5rem;
    }
    .img_home1 {
        padding-right: 0;
    }
    .home_1 blockquote+h2 {
        font-size: 1.4rem;
    }
    .list_service {
        column-gap: 4rem;
        row-gap: 2rem;
    }
    .box_home2 {
        padding: 5rem 3.5rem;
    }
    .home_3 {
        margin-top: 5rem;
    }
    .home_3 .group_heading {
        max-width: 40rem;
    }
    .home_4 {
        padding-top: 5rem;
        padding-bottom: 18rem;
    }
    .home_4 .desc_sec {
        padding-right: 0;
    }
    .slide_step {
        margin-right: 0;
    }
    .page-template-home .reviews_sec {
        padding-top: 5rem;
    }
    .reviews_sec .swiper_nav {
        padding-left: 4rem;
    }
    .slide_reviews {
        margin: 1.5rem -0.625rem 0;
    }
    .home_7 {
        margin-top: 5rem;
        padding-bottom: 20rem;
    }

    /*ABOUT*/
    .ecosystem_list .item:not(:last-child) {
        margin-right: 1rem;
        padding-right: 1rem;
    }
    .ecosystem_list .item {
        width: calc((100% / 3) - 0.675rem);
    }
    .ecosystem_wrap .item .desc_sec br {
        display: none;
    }
    .about_3 .col_left {
        padding-right: 0;
    }
    .about_3 .col_left .wrap_content {
        padding-left: 0;
    }
    .about_3 .col_left .imgs_wrap {
        display: flex;
        align-items: center;
        gap: 0.833rem;
        margin-top: 1.5rem;
    }
    .about_3 .col_left .box_img.img_1 {
        position: unset;
        width: 50%;
        height: max-content;
        flex-shrink: 0;
    }
    .about_3 .col_left .box_img.img_2 {
        margin-top: 0;
        margin-left: 0;
    }
    .page-template-about .commit_sec {
        padding-top: 5rem;
    }

    /*COST 1*/
    .cost_documents .box_list_docs .item_wrap {
        gap: 2rem;
    }
    .cost_documents .box_list_docs .item {
        width: calc((100% / 3) - (2rem * 2 / 3));
    }

    .page-template-cost_4 .cost_2 .heading_sec br {
        display: none;
    }
    .page-template-cost_4 .cost_0 .content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.4rem;
    }

    /*PROJECT*/
    .item_project .slogan {
        font-size: 1rem;
    }

    /*PROJECT DETAILS*/
    .project_details .list_info_1 .item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    .project_details .list_info_1 .item>* {
        width: 100% !important;
    }
    .project_details .list_info_1 .item:not(:last-child) {
        margin-bottom: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .project_details .list_info_2 {
        margin-top: 4rem;
    }
    .project_details .list_info_2 .item:not(:last-child) {
        margin-bottom: 3rem;
    }
    .single-project .reviews_sec {
        padding-top: 5rem;
    }


    /*SERVICE*/
    .service_3 .list_why .item {
        width: calc((100% / 4) - 0.7rem);
    }
    .service_3 .list_why .item:not(:last-child) {
        margin-right: 1rem;
        padding-right: 1rem;
    }

    /*SERVICE DETAILS*/
    .service_details.details_4 .quote_form_wrap {
        padding: 0;
    }

    /*PROCEDURE*/
    .box_noted {
        margin: 5rem auto 0;
    }
    .procedure_2 {
        margin-top: 6rem;
    }

    /*FENG SHUI*/
    .feng_shui_2 .list_principle_1 {
        column-gap: 2rem;
    }
    .feng_shui_2 .list_principle_2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .feng_shui_2 .list_principle_2 .content>:is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.1rem;
    }
    .page-template-applied_feng_shui .commit_sec .content>:is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.3rem;
    }
    .page-template-applied_feng_shui .commit_sec {
        margin-top: 4rem;
    }
    .page-template-applied_feng_shui .cta_footer {
        margin-top: 5rem;
    }

    /*NEWS*/
    .news_highlight .box_img {
        height: 29rem;
    }
    .news_page .load_post_cat>.list_post {
        column-gap: 1.8rem;
    }

    /*NEWS DETAILS*/
    .category_1 .list_principle {
        gap: 1.5rem;
    }
    .category_1 .list_principle .item {
        width: calc((100% / 3) - (1.5rem * 2 / 3));
    }
    .category_1 .list_principle h3.fs_24 {
        font-size: 1rem;
    }
    .category_2 .list_category :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.1rem;
    }
    .category_2 .list_category .item br {
        display: none;
    }
    .category_3 .list_quality1 .content span.fs_24 {
        font-size: 1rem;
    }
    .category_3 .list_quality2 {
        margin-top: 3rem;
    }
    .category .commit_sec {
        margin-top: 5rem;
    }

    /*POST DETAILS*/
    .news_details .sidebar_post {
        margin-left: 0;
    }
    .news_details .sidebar_post h3.fs_16 {
        font-size: .9rem;
    }
    .news_details .sidebar_post .cats_time>* {
        font-size: 0.7rem;
    }

    /*RECRUIT DETAILS*/
    .recruit_details .box_info > .group_heading {
        width: 68%;
    }
    .recruit_details .box_jd .item {
        flex-direction: column;
    }
    .recruit_details .box_jd h3 {
        max-width: 100%;
    }
    .recruit_details .sidebar_post {
        margin-left: 1rem;
    }

    /*RECRUIT*/
    .recruit_wrap {
        margin-top: 2rem;
    }
    .recruit_wrap .wrap_layout {
        margin-top: 1.2rem;
    }
    .recruit_wrap .wrap_layout .grid_recruit {
        column-gap: 1.5rem;
        row-gap: 2rem;
    }
    .recruit_table .table_th, .recruit_table .table_row {
        grid-template-columns: 4.167rem 1fr 14rem 7rem 7rem 7rem;
    }
    .recruit_table .table_row .col_type {
        flex-direction: column;
    }
    .recruit_table .table_row .col_type > .btn {
        width: 100%;
    }

    /*FAQs*/
    .faqs_1 .filter_wrap {
        flex-direction: column;
    }
    .faqs_1 .filter_wrap > .item {
        width: 100%;
        flex-shrink: unset;
    }

    /*CONTACT*/
    .contact_1 .col_left {
        padding-right: 0rem;
    }
    .contact_2 .col.large-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .contact_2 .col.large-7 {
        flex-basis: 80%;
        max-width: 80%;
    }
    .contact_2 .heading_sec br {
        display: none;
    }
    .contact_2 .slide_step {
        margin-top: 1rem;
    }
    .single-recruit nav#breadcrumbs {max-width: 59.375rem;}

}




@media only screen and (max-width: 991px) {
    :root{
        --container-w: 55rem;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*COMPONENTS*/
    .fs_70 {
        font-size: 2rem;
    }
    .fs_32 {
        font-size: 1.15rem;
    }
    .btn span.text {
        font-size: 0.9rem;
    }

    /*HEADER*/

    /*FOOTER*/

    /*HOME*/
    .list_service {
        column-gap: 3rem;
    }
    .box_home2 {
        padding: 4rem 2.5rem;
    }
    .home_4 {
        padding-bottom: 16rem;
    }
    .page-template-home .commit_sec {
        padding-top: 5rem;
    }
    .home_7 {
        margin-top: 4rem;
    }

    /*SERVICE*/
    .service_3 .list_why {
        flex-wrap: wrap;
        row-gap: 2rem;
    }
    .service_3 .list_why .item {
        width: calc((100% / 2) - .5rem);
    }
    .service_3 .list_why .item:nth-child(even) {
        border-right: 0;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .service_3 .list_why .item:not(:last-child) {
        margin-right: 1rem;
        padding-right: 1rem;
    }
    .page-template-service .reviews_sec {
        padding-top: 5rem;
    }

    /*SERVICE DETAILS*/
    .quote_form_wrap .form_group.flex {
        gap: 0.95rem;
    }

    /*PROCEDURE*/
    .procedure_1 .group_heading .desc_sec br {
        display: none;
    }

    /*POST DETAILS*/
    .news_details .col:nth-child(1) .heading_sec.fs_32 {
        font-size: 1.5rem;
    }
    .news_details .sidebar_post .heading_sec.fs_24 {
        font-size: 1rem;
    }
    .news_details .sidebar_post .item {
        flex-direction: column;
        gap: 0.833rem;
    }
    .news_details .sidebar_post .box_img {
        width: 100%;
        aspect-ratio: 180/100;
    }
    .news_details .sidebar_post .box_content {
        padding-left: 0;
    }
    .news_details .sidebar_post h3.fs_16 {
        font-size: 0.8rem;
    }
    .news_details .sidebar_post .cats_time>* {
        font-size: 0.75rem;
    }

    /*RECRUIT DETAILS*/
    .recruit_details .box_info > .group_heading {
        width: 65%;
        padding: 1.8rem;
    }

}
@media only screen and (max-width: 849px) {
    :root{
        --container-w: 45rem;
    }

    /*COMPONENT*/
    .fs_70 {
        font-size: 1.8rem;
    }
    .fs_32 {
        font-size: 1.05rem;
    }
    .form_group.flex {
        gap: 0;
        flex-direction: column;
    }
    .form_group.flex > * {
        width: 100%;
    }
    .form_item textarea, .form_item input {
        font-size: 1.05rem;
    }
    .banner_page .heading_absolute .desc_sec.fs_24 {
        font-size: 1.05rem;
    }

    /*show/hide - breakpoint*/
    .tablet_show {
        display: block !important;
    }
    .tablet_hidden {
        display: none !important;
    }

    /*HEADER*/
    header#header {
        position: relative;
    }
    #header .header-wrapper.stuck {
        position: fixed;
    }
    #header .header-wrapper:before {
        content: unset;
    }
    #header .header-main>.container {
        max-width: var(--container-w) !important;
    }
    #header #logo {
        margin: 0 1rem;
        padding: .5rem 0;
    }
    #header #logo img {
        filter: unset;
    }
    #logo img, header#header .stuck #logo img {
        height: 3rem !important;
    }
    header#header .header-main {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #header .header-main:before {
        opacity: 1;
    }
    #header .flex-left {
        margin-left: 0;
    }
    #header .flex-right {
        margin-right: 0;
    }
    .header-search>a[data-open="#search-lightbox"] {
        justify-content: flex-end;
    }
    .icon-search {
        margin-right: 0.6rem !important;
    }
    .icon-search:before {
        width: 1.55rem;
        height: 1.55rem;
        background-image: url(../images/icon_search_2.svg);
    }

    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    [data-open="#main-menu"] {
        display: flex;
        width: 3rem;
        height: 48px !important;
        background-image: url(../images/icon_menu.svg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
        background-size: 2.2rem !important;
    }
    /*.has-off-canvas-left [data-open="#main-menu"] {*/
    /*    background-image: url(../images/close.svg) !important;*/
    /*    background-size: 3rem !important;*/
    /*}*/
    [data-open="#main-menu"]:before {
        content: unset !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 64px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 64px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a,
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-family: 'Lexend Regular' !important;
        font-weight: 400 !important;
        padding-left: 2.604rem !important;
        color: var(--main-cl) !important;
        font-size: 1.2rem !important;
        text-transform: inherit;
    }
    .nav-sidebar.nav-vertical>li.current_page_item,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: var(--main-cl);
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"],
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover {
        color: #fff !important;
    }
    .nav-sidebar.nav-vertical>li.menu-item[aria-expanded="true"] a {
        color: #fff !important;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
    .nav-sidebar.nav-vertical>li.menu-item[aria-expanded="false"] {
        background-color: #fff !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"] path {
        stroke: #fff;
        fill: #fff;
    }
    .header_info span.text {
        display: none;
    }
    .header_info a.btn {
        padding: 0;
        min-width: unset;
        width: 3.5rem;
        height: 3.5rem;
        background: var(--main-cl);
    }
    .header_info span.icon {
        width: 2rem;
    }

    .toggle {
        color: var(--main-cl);
    }
    .active>.toggle {
        color: #fff;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: var(--main-cl);
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }

    .nav-vertical li li.menu-item-has-children:not(:first-child) {
        margin-top: 0 !important;
    }
    .sub-menu.children .sub-menu.nav-sidebar-ul {
        padding-left: 1rem;
    }

    /*FOOTER*/
    .footer_top .col_right>.flex {
        flex-direction: column;
    }
    .footer_top .col_right>.flex>div {
        width: 100%;
    }
    .footer_top .col_right>.flex .block_1 {
        order: 1;
    }
    .footer_top .col_right>.flex .block_2 {
        order: 3;
    }
    .footer_top .col_right>.flex .block_3 {
        order: 2;
    }
    .footer_top .maps {
        width: 100%;
        height: 16rem;
    }
    .footer_bottom {
        margin-top: 2rem;
    }

    /*HOME*/
    .banner_hero .item {
        height: 24rem;
    }
    .banner_hero .item:before {
        height: 100%;
    }
    .banner_hero .box_img {
        height: 23rem;
    }
    .banner_hero .box_content {
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    .banner_hero .desc {
        padding: 0 3rem;
    }

    .home_1 {
        padding-top: 4rem;
    }
    .home_1 .row {
        flex-direction: column-reverse;
    }
    .home_1 .heading_sec br {
        display: none;
    }
    .img_home1 {
        margin-top: 1rem;
        margin-left: 0;
    }
    .box_home2 {
        padding: 3.6rem 1.8rem;
    }
    .box_home2>.group_heading {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .box_home2>.group_heading>.heading {
        text-align: center;
    }
    .box_home2 .subtitle {
        width: fit-content;
        margin: 0 auto 0.6rem;
    }
    .list_service .action_wrap {
        flex-direction: column;
    }
    .list_service .action_wrap>.btn {
        width: 100%;
    }
    .home_3 .group_heading {
        max-width: 28rem;
    }
    .home_3 .subtitle {
        margin-bottom: 0.417rem;
    }
    .btn_home4 {
        justify-content: center;
        margin-top: 2rem;
    }
    .home_7 {
        padding-bottom: 16rem;
    }

    /*ABOUT*/
    .ecosystem_wrap {
        margin-top: 2rem;
    }
    .about_1 {
        padding-bottom: 16rem;
    }
    .about_1.bg_image {
        background-attachment: unset;
    }
    .about_3 .col_right .wrap_content {
        margin-top: 2rem;
    }
    .page-template-about .commit_sec {
        padding-top: 4rem;
    }

    /*COST 1*/
    .cost_highlight .group_heading,
    .cost_documents .group_heading {
        text-align: center;
    }
    .cost_highlight .subtitle,
    .cost_documents .subtitle {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .cost_documents .tabs_wrap {
        justify-content: center;
        margin-top: 1rem;
    }
    .cost_documents .box_list_docs .item_wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .cost_documents .box_list_docs .item {
        width: calc((100% / 2) - (2rem * 1 / 2));
    }
    .cost_highlight .group_heading.flex {
        margin: 2rem auto 0;
        width: fit-content;
        text-align: left !important;
    }
    section.cta_footer.style_2 {
        background-image: linear-gradient(86.12deg, rgba(199, 165, 90, 0.6) 0%, #C7A55A 10%) !important;
    }

    .box_noted .flex>div:first-child {
        padding-right: 1rem;
    }
    .box_noted .flex>div:last-child {
        padding-left: 1rem;
    }

    .page-template-cost_4 .cost_0 .content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.3rem;
    }


    /*PROJECT*/
    .item_project .box_content {
        position: unset;
        padding: 0;
        margin-top: 1rem;
    }
    .item_project .box_content h3 {
        font-size: 1.2rem;
        color: var(--main-cl);
    }
    .item_project .slogan,
    .item_project .tags>span {
        color: #333333;
    }
    .item_project .tags {
        margin-top: 0.6rem;
    }
    .item_project .tags>span:not(:last-child):before {
        right: 0;
        background: #333333;
    }

    /*PROJECT DETAILS*/
    .project_details .list_info_1 {
        margin-top: 2rem;
    }
    .project_details .list_info_1 .content {
        font-size: 1.15rem;
    }
    .project_details.details_1 .desc_sec {
        font-size: 1.05rem;
    }
    .project_details .list_info_2 .item {
        flex-direction: column-reverse;
        gap: 1.4rem;
    }
    .project_details .list_info_2 .item>* {
        width: 100% !important;
    }
    .project_details .list_info_2 .item>.box_content {
        padding: 0 !important;
    }
    .project_details .list_info_2 .item:nth-child(even)>.box_img {
        order: 0;
    }
    .slide_related_project .item_project .box_content h3 {
        font-size: 1.5rem;
    }

    /*SERVICE*/
    .service_2 .desc_sec {
        padding: 0 4rem;
    }
    .service_2 .desc_sec br {
        display: none;
    }
    .layout_tablet {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
    .item_service h3 {
        font-size: 1rem;
        color: var(--main-cl);
    }

    /*SERVICE DETAILS*/
    .box_cost_wrap .cost_table th {
        font-size: 1.1rem;
    }
    .box_cost_wrap .cost_table td br {
        display: none;
    }
    .box_cost_wrap .cost_table thead tr.desc>td,
    .box_cost_wrap .cost_table tbody td {
        font-size: 1.05rem;
    }

    .marquee-img .box_img {
        height: 10rem;
    }

    .quote_form_wrap {
        flex-direction: column-reverse;
    }
    .quote_form_wrap .box_img {
        width: 100%;
        height: max-content !important;
        flex-shrink: unset;
    }
    .quote_form_wrap .box_content {
        width: 100%;
        height: auto !important;
    }


    /*PROCEDURE*/
    .slide_procedure .item .box_content {
        -webkit-mask-image: url(../images/mask2.png);
        padding: 0.6rem;
    }
    .slide_procedure .item .box_img:before,
    .slide_procedure .item .box_content:before {
        transform: rotate(90deg);
    }
    .slide_procedure .item .idx {
        top: -11%;
    }
    .procedure_2.commit_sec .box_content>.content br,
    .slide_procedure .item h3 br {
        display: none;
    }
    .procedure_1 .btn_wrap {
        margin-top: 1rem;
        justify-content: flex-start;
    }
    .procedure_2 {
        margin-top: 4rem;
    }

    /*FENG SHUI*/
    .feng_shui_1 .desc_sec {
        padding-right: 12rem;
    }
    .feng_shui_2 .list_principle_1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
    }
    .list_principle_2.pt_150 {
        padding-top: 3rem;
    }
    .page-template-applied_feng_shui .commit_sec .wrap_content>.inner {
        max-width: 88%;
    }
    .page-template-applied_feng_shui .commit_sec .content>:is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.15rem;
    }

    /*NEWS*/
    .news_highlight .box_img {
        height: 24rem;
    }
    .news_page .filter_casts {
        align-items: center;
        flex-direction: column;
        gap: 1.2rem;
    }
    .news_page #status_post .select-styled {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(153, 153, 153, 0.6);
    }
    .news_page .load_post_cat>.list_post {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /*CATEGORY*/
    .category_1 .list_principle h3.fs_24 {
        font-size: 0.85rem;
    }
    .category_1 .list_principle h3 BR {
        display: none;
    }
    .category_1 .list_principle .content, .category_1 .list_principle h3 {
        padding-left: 1rem;
    }
    .category_2 .list_category .item {
        width: calc((100% / 2) - (1.25rem * 2 / 3));
    }
    .category_2 .list_category strong {
        font-size: 0.85rem;
    }
    .list_quality1 .slide_quality .swiper-pagination {
        display: flex;
    }
    .category_3 .list_quality2 thead th {
        font-size: 1rem;
    }

    /*POST DETAILS*/
    .single-post footer {
        margin-top: 5rem;
    }
    .news_details .author_cat {
        align-items: flex-start;
        flex-direction: column;
    }
    .news_details .sidebar_post {
        margin-top: 2.5rem;
    }
    .news_details .sidebar_post .heading_sec.fs_24 {
        font-size: 1.1rem;
    }
    .news_details .sidebar_post .item {
        flex-direction: row;
    }
    .news_details .sidebar_post .box_img {
        width: 50%;
    }
    .news_details .sidebar_post h3.fs_16 {
        font-size: 1rem;
    }

    /*RECRUIT DETAILS*/
    .recruit_details .box_method h3 {
        font-size: 1.1rem;
    }
    .recruit_details .box_method .desc_sec br {
        display: none;
    }
    .recruit_details .sidebar_post {
        margin-left: 0;
    }
    .recruit_details .sidebar_post .heading_sec.fs_24 {
        font-size: 1rem;
    }
    .sec_video .heading_sec br:nth-of-type(1) {
        display: none;
    }
    .sec_video .box_video {
        margin-top: 2rem;
    }

    /*RECRUIT*/
    .recruit_1 .group_heading.col_left {
        padding-right: 0;
    }
    .recruit_wrap .wrap_layout {
        margin-top: 1rem;
    }
    .recruit_table {
        overflow-x: auto;
    }
    .recruit_table .table_th, .recruit_table .table_row {
        grid-template-columns: 3.5rem 14.583rem 12.5rem 6rem 7rem 9rem;
        width: max-content;
    }
    .recruit_table .table_row > div {
        height: 100%;
    }
    .recruit_table .table_th li>span.fs_24 {
        font-size: 1rem;
    }
    .recruit_table .table_row .col_type {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    .recruit_wrap .wrap_layout .grid_recruit {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .recruit_3 .wrap_content {
        margin: 3rem 0 0;
    }
    .recruit_3 .wrap_content .item {
        width: calc((100% / 2) - (1.25rem * 1 / 2));
    }
    .recruit_3 .wrap_content .item:nth-child(even) {
        border-right: 0;
        padding-right: 0;
    }
    .section_form .form_general {
        flex-direction: column-reverse;
    }
    .section_form .form_general>.box_img {
        width: 100%;
        height: fit-content;
    }
    .section_form .form_general>.box_form {
        width: 100%;
    }
    .form_recruit .form_item.file_apply {
        margin-top: 2rem;
    }
    .page-template-recruit footer {
        margin-top: 5rem;
    }

    /*POLICIES*/
    .default_page .sidebar_post {
        margin-top: 2rem;
    }
    .post_content h2 {
        font-size: 1.3rem;
    }
    .post_content h3 {
        font-size: 1.1rem;
        padding-left: 0;
    }

    /*FAQs*/
    .faqs_1 .filter_wrap {
        margin-top: 1rem;
    }
    section.cta_footer {
        margin-top: 4rem;
        padding: 2rem 0;
    }


    /*CONTACT*/
    .contact_1 .col_right {
        margin-top: 2rem;
        height: 18rem !important;
    }
    .contact_2 .slide_step .swiper-pagination {
        display: flex;
    }
    .contact_2 .col.large-7 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .page-template-contact .commit_sec .wrap_content>.inner {
        max-width: 100%;
    }
    .page-template-contact .form_general .desc_sec.fs_18 {
        font-size: 0.9rem;
    }
    .recruit_sec_1 .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .wrap_info_td {
        padding: 0;
    }
    .slide_procedure_popup.fancybox-content {
        max-width: 95vw;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"], .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover {
        background: #c7a55a;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: block;
        opacity: 1;
        left: .6rem;
        top: .8rem;
        color: #333;
        background: #fff;
    }
}
@media only screen and (min-width: 767px) {


    .slide_procedure_box .item.relative {
        width: 25%;
    }


    .section.recruit_qt .slide_procedure.slide_procedure_box.swiper {
        margin-top: 2rem !important;
    }

    .slide_procedure.slide_procedure_box.swiper {
        margin-top: 1rem;
    }


    .breadcrumbs ol {
        overflow: auto;
    }
    /*.slide_procedure_popup .item {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.slide_procedure_popup .item>.box_img {*/
    /*    width: 100%;*/
    /*}*/

    .slide_procedure_popup .box_content {
        padding: 2rem;
    }
    .breadcrumbs ol>li:not(:last-child) {
        flex: 0 0 auto;
    }

    .breadcrumbs ol>li:last-child * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }


}

@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr;
        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;
    }

    :root {
    }

    /*COMPONENT*/
    .fs_70 {
        font-size: 1.4rem;
    }
    .fs_50 {
        font-size: 1.3rem;
    }
    .fs_32 {
        font-size: 1rem;
    }
    .fs_24 {
        font-size: 1rem;
    }
    .heading_sec {
        line-height: 1.5;
    }
    .mobile_show {
        display: block !important;
    }
    .mobile_hidden {
        display: none !important;
    }
    .swiper-pagination .swiper-pagination-bullet {
        width: 0.95rem;
        height: 0.95rem;
    }
    .swiper-pagination .swiper-pagination-bullet:before {
        width: 0.35rem;
        height: 0.35rem;
    }
    .mt_150 {
        margin-top: 4rem;
    }
    .pt_150 {
        padding-top: 4rem;
    }

    .banner_page .banner_img {
        height: 100%;
    }
    .banner_page .heading_absolute {
        position: unset;
        transform: unset;
        margin-top: 1.3rem;
    }
    .banner_page .heading_banner>span,
    .banner_page .heading_banner.text_white {
        color: var(--main-cl) !important;
    }
    .banner_page .breadcrumbs ol>li:last-child [itemprop="name"],
    .banner_page .desc_sec.text_white strong,
    .banner_page .desc_sec.text_white p,
    .banner_page .desc_sec.text_white {
        color: #333333 !important;
    }
    .banner_page .heading_absolute .desc_sec br {
        display: none;
    }
    .banner_page .cta_wrap,
    .banner_page .cta_wrap>.links_inner {
        flex-direction: column;
    }
    .banner_page .cta_wrap>*,
    .banner_page .cta_wrap>.links_inner > * {
        min-width: 0;
        width: 100%;
    }

    /*select mobile - tab convert*/
    .select_mobile {
        position: relative;
        z-index: 24;
        width: 100%;
    }
    .select_mobile .select-styled {
        margin-top: 1rem;
        border-radius: 4px;
        padding-left: 1rem;
        padding-right: 1rem;
        border: 1px solid #333333;
        color: #333;
    }
    .select_mobile .select-styled:after {
        width: 1.2rem;
        height: 1.2rem;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    }
    .select_mobile .select .select-options {
        max-height: 16rem;
        overflow-y: auto;
    }
    .select_mobile .select .select-options > li {
        padding: 1rem;
        color: #000000;
    }
    .select_mobile .select .select-options > li.active,
    .select_mobile .select .select-options > li:hover {
        background: var(--main-cl);
        color: #fff;
    }

    /*HEADER*/
    #logo img, header#header .stuck #logo img {
        max-height: 50px !important;
    }
    #header .header-main {
        padding: 6px 0 !important;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content,
    .mfp-bg.off-canvas.off-canvas-left {
        top: 64px;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a, .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 1.05rem !important;
        padding-left: 15px !important;
    }
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }
    .sub-menu.children .sub-menu.nav-sidebar-ul {
        padding-left: 0;
    }

    /*FOOTER*/
    .logo_footer {
        height: 4rem;
    }
    .footer_top .company_name {
        font-size: 1rem;
        text-align: center;
    }
    .logo_footer.graphic {
        display: none;
    }
    .footer_bottom .wrap_content {
        flex-direction: column;
        align-items: center;
    }
    .footer_bottom {
        margin-top: 2rem;
    }
    .copyright {
        margin-top: 0.5rem;
        text-align: center;
    }
    .footer_top .col_right span.title_block {
        font-size: 1.25rem;
    }
    .footer_top .menu_footer a, .footer_top .col_right .contents>ul>li {
        font-size: 1rem;
    }
    .link_external a, .copyright {
        font-size: 0.9rem;
    }

    /*HOME*/
    .banner_hero .item {
        height: 100%;
        overflow: hidden;
    }
    .banner_hero .item>.box_img {
        height: 100%;
    }
    .banner_hero .item:before {
        content: unset;
    }
    .banner_hero .box_content {
        position: relative !important;
        transform: translateY(200%);
        bottom: unset;
        left: unset;
        margin-top: 1.5rem;
        transition: 1.6s all;
    }
    .banner_hero .swiper-slide.swiper-slide-active .box_content {
        transform: translateY(0);
    }
    .banner_hero .box_content .group_heading * {
        color: var(--main-cl) !important;
    }
    .banner_hero .box_content h1 {
        margin-bottom: 0.4rem;
        font-size: 1.25rem;
    }
    .banner_hero .desc_sec br {
        display: none;
    }
    .banner_hero .btn_wrap {
        flex-direction: column;
    }
    .banner_hero .btn_wrap .btn {
        width: 100%;
    }
    .banner_hero .btn_wrap .btn_style_1>span.text {
        color: #fff !important;
    }
    .banner_hero .btn_wrap .btn_style_2 path {
        stroke: var(--main-cl) !important;
    }

    .banner_hero .pagination-fraction {
        display: none;
        position: unset;
        transform: unset;
        margin-top: 1rem;
    }
    .banner_hero .swiper-pagination-fraction {
        color: var(--main-cl) !important;
    }
    .banner_hero .swiper-pagination-fraction>span {
        color: var(--main-cl) !important;
    }

    .home_1 {
        padding-top: 2rem;
    }
    .home_1 .desc_sec {
        margin-top: 1.2rem;
    }
    .home_2 .heading_sec br,
    .home_1 .heading_sec br {
        display: none;
    }
    .home_2 .heading_sec {
        font-size: 1.1rem;
    }
    .list_service {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .list_service .group_heading h3.fs_32 {
        font-size: 1.1rem;
    }
    .list_service .group_heading h3>span.fs_24 {
        font-size: 1rem;
    }
    .list_service .group_heading svg {
        height: 1.8rem;
    }

    .home_3 {
        margin-top: 2rem;
    }
    .home_3:after, .home_3:before {
        content: unset;
    }
    .home_3 .group_heading {
        width: 100%;
        padding-top: 0;
    }
    .home_3 .slide_project .item {
        background: rgb(225 224 224 / 50%);
    }
    .home_3 .slide_project .item>.box_img {
        width: 100%;
        height: 10rem;
    }
    .home_3 .slide_project .box_content {
        margin-top: 0.8rem;
    }
    .home_3 .slide_project h3.title {
        font-size: 1.05rem;
    }
    .home_3 .slide_project .info_item {
        display: flex;
        align-items: center;
        gap: 0.3rem;
    }
    .home_3 .slide_project .info_item svg {
        width: auto;
        height: 1.2rem;
    }
    .home_3 .slide_project .info_item>span {
        font-size: 0.9rem;
    }
    .home_3 .slide_project .status_badge {
        background: var(--sub-cl);
        border-radius: 4px;
        padding: .4rem 1rem;
        color: #fff;
        margin-top: 0.6rem;
        width: fit-content;
    }
    .home_3 .slide_project .swiper-scrollbar {
        margin: 0.8rem auto 0;
        width: 95%;
    }
    .home_3 .slide_project .swiper-scrollbar .swiper-scrollbar-drag {
        background: var(--main-cl);
    }

    .home_4 {
        padding-bottom: 7rem;
    }
    .page-template-home .reviews_sec {
        padding-top: 3rem;
    }
    .reviews_sec .col:nth-child(1) {
        order: 1;
    }
    .reviews_sec .col:nth-child(2) {
        order: 3;
    }
    .reviews_sec .col:nth-child(3) {
        order: 2;
    }
    .reviews_sec .swiper_nav {
        padding-left: 0;
        margin-top: 1rem;
    }
    .reviews_sec .swiper-pagination-fraction {
        display: none;
    }
    .page-template-home .commit_sec {
        padding-top: 4rem;
    }
    .commit_sec .heading_sec {
        font-size: 1.15rem;
    }
    .commit_sec .wrap_content {
        padding: 2rem 0;
    }
    .commit_sec .box_content {
        flex-direction: column;
        align-items: center;
    }
    .commit_sec .box_content>.content {
        width: 100%;
    }
    .commit_sec .box_content>.content br {
        display: none;
    }
    .commit_sec .box_content>.content.content_1 {
        padding-right: 0;
        padding-bottom: 1rem;
        border-right: 0;
        border-bottom: 0.5px solid;
    }
    .commit_sec .box_content>.content.content_2 {
        padding-left: 0;
        padding-top: 1rem;
    }
    .commit_sec .wrap_content:after {
        content: unset;
    }
    .home_7 {
        padding-bottom: 10rem;
    }
    .home_7 .heading_sec {
        margin-bottom: 1rem;
    }
    .home_7 .group_heading > * br {
        display: none;
    }
    .home_7 .btn_home7 {
        flex-direction: column;
    }
    .home_7 .btn_home7 .btn {
        width: 100%;
    }

    /*COST 1*/
    .cost_documents .box_list_docs .item {
        width: 100%;
    }
    .cost_highlight .group_heading ul {
        padding-left: 0;
    }
    .page-template-cost_2 .box_noted .flex {
        flex-direction: column;
    }
    .page-template-cost_2 .box_noted .flex>* {
        width: 100%;
        padding-right: 0 !important;
        border-right: 0 !important;
    }
    .page-template-cost_2 .box_noted .desc_sec:last-child {
        margin-top: 1rem;
    }
    .page-template-cost_3 .cost_1 .desc_sec br,
    .page-template-cost_4 .cost_0 .content br,
    .page-template-cost_3 .cost_1 .heading_sec br {
        display: none;
    }
    .page-template-cost_4 .cost_0 .content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1rem;
    }
    .page-template-cost_4 .cta_footer .btn>span.text {
        flex-shrink: 1;
    }

    /*ABOUT*/
    .about_1 {
        padding-bottom: 12rem;
    }
    .about_1 .desc_sec br {
        display: none;
    }
    .btn_about1 > * {
        width: 100%;
    }
    .about_2 .ecosystem_slide .swiper-pagination {
        display: flex;
    }
    .ecosystem_wrap .item {
        padding: 1rem;
        background: #e0e0e0;
    }
    .ecosystem_wrap .item h3>b {
        display: block;
        margin-top: 0.7rem;
    }
    .about_3 .col_right {
        display: flex;
        flex-direction: column-reverse;
        gap: 1.7rem;
    }
    .about_3 .col_right .box_img {
        margin-right: 0;
    }

    /*PROJECT*/
    .project_page .filter_wrap {
        position: relative;
        z-index: 10;
    }
    .project_page .group_heading .heading_sec br {
        display: none;
    }
    .project_page .list_project {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .project_page #load_project_term {
        margin-top: 2rem;
    }

    /*PROJECT DETAILS*/
    .project_details .list_info_1 .item {
        gap: 0.3rem;
    }
    .project_details .list_info_1 h3 {
        font-size: 1rem;
    }
    .project_details.details_3 .slide_related_project {
        margin: 2rem 0 0;
    }
    .slide_related_project .item_project {
        margin: 0;
    }
    .project_details .swiper_nav {
        margin-top: 1rem;
    }
    .project_details .swiper_nav .swiper-pagination {
        display: none !important;
    }

    /*SERVICE*/
    .service_1 .heading_sec br {
        display: none;
    }
    .service_2 .desc_sec {
        padding: 0;
    }
    .service_3 .list_why .box_img.icon {
        height: 2rem;
    }
    .layout_tablet {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    /*SERVICE DETAILS*/
    .btn_service2,
    .btn_service1 {
        flex-wrap: wrap;
    }
    .btn_service2 > *,
    .btn_service1 > * {
        width: 100%;
    }
    .service_details.details_1 .box_content h3 br {
        display: none;
    }
    .service_details.details_1 .box_content h3 {
        font-size: 1.15rem;
    }
    .marquee-img .box_img {
        height: 7rem;
    }

    .quote_form_wrap .box_content {
        padding: 2rem 1rem;
    }
    .quote_form_wrap .wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
    .quote_form_wrap .wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
    .quote_form_wrap .wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
        border-color: #fff !important;
        color: #fff !important;
    }

    .box_cost_wrap .cost_table .heading {
        padding: 1.25rem 0.8rem;
    }
    .box_cost_wrap .cost_table td br
    .box_cost_wrap .cost_table .heading>.desc_sec br {
        display: none;
    }
    .box_cost_wrap .content_inner {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .box_cost_wrap .content_inner table {
        min-width: 40rem;
        border-collapse: collapse;
    }


    /*PROCEDURE*/
    .slide_procedure {
        padding-top: 0;
    }
    .slide_procedure .item .idx {
        display: none;
    }
    .slide_procedure .item_wrap>.item {
        width: 100%;
    }
    .slide_procedure .item .box_content {
        flex-direction: column;
        align-items: flex-start;
        -webkit-mask-image: none;
    }
    .slide_procedure .item .box_img:before,
    .slide_procedure .item .box_content:before {
        content: unset;
    }
    .slide_procedure .item h3 {
        color: var(--main-cl) !important;
        margin-top: 1rem;
        text-align: left !important;
    }
    .slide_procedure .item.special h3>span {
        font-size: inherit;
    }
    .slide_procedure .item .desc_sec {
        margin-top: 0.5rem;
    }
    .slide_procedure .item .box_img {
        position: unset;
        opacity: 1;
    }
    .box_noted {
        margin: 2rem auto 0;
        padding: 1.5rem 0;
    }
    .procedure_wrap.style_1 .slide_procedure .swiper-pagination {
        display: flex;
    }
    .box_noted br {
        display: none;
    }
    .box_noted :is(h1, h2, h3, h4, h5, h6)  {
        font-size: 1.3rem;
    }
    .procedure_2.commit_sec .wrap_content>.inner {
        max-width: 100%;
    }
    .sec_video .box_video .desc_sec p {
        color: var(--main-cl) !important;
    }
    .sec_video .box_video .desc_sec {
        position: unset;
        transform: unset;
        margin-top: 1rem;

    }

    /*FENG SHUI*/
    .banner_page .heading_banner.fs_50 {
        font-size: 1.5rem;
    }
    .feng_shui_1 .desc_sec {
        padding-right: 0;
    }
    .feng_shui_2 .heading_sec {
        font-size: 1.1rem;
    }
    .feng_shui_2 .heading_sec br {
        display: none;
    }
    .feng_shui_2 .list_principle_1 {
        gap: 1.2rem;
    }
    .feng_shui_2 .list_principle_2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 0;
    }
    .page-template-applied_feng_shui .commit_sec .content>:is(h1, h2, h3, h4, h5, h6) {
        font-size: 1rem;
    }

    /*NEWS*/
    .news_highlight .box_img {
        height: 16rem;
    }
    .news_highlight .cats_time_style>* {
        font-size: 0.8rem;
    }
    .news_highlight .box_content h3.fs_32 {
        font-size: 1.2rem;
    }
    .news_page .select_mobile .select-styled {
        margin-top: 0 !important;
    }
    .news_page.sec_2.pt_150 {
        padding-top: 3rem;
    }
    .news_page .load_post_cat>.list_post {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    /*CATEGORY*/
    .category_2 .heading_sec.fs_50,
    .category_1 .heading_sec.fs_50 {
        font-size: 1rem;
    }
    .category_1 .desc_sec b {
        font-size: 1rem;
    }
    .category_1 .desc_sec br {
        display: none;
    }
    .category_1 .list_principle {
        flex-direction: column;
    }
    .category_1 .list_principle .item {
        width: 100%;
    }
    .category_1 .list_principle .content, .category_1 .list_principle h3 {
        padding-left: 0.6rem;
    }
    .category_2 .list_category {
        flex-direction: column;
    }
    .category_2 .list_category .item {
        width: 100%;
    }

    .category_3 .list_quality2 thead {
        display: none;
    }

    /* Display table as cards */
    .category_3 .list_quality2 table,
    .category_3 .list_quality2 table tbody,
    .category_3 .list_quality2 table tr,
    .category_3 .list_quality2 table td {
        display: block;
    }
    .category_3 .list_quality2 tr {
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        border: 1px solid #e0e0e0;
    }
    .category_3 .list_quality2 tbody tr:not(:last-child) td {
        border-right: 0;
    }
    .category_3 .list_quality2 td {
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }
    .category_3 .list_quality2 td:last-child {
        border-bottom: none;
    }
    .category_3 .list_quality2 td:first-child {
        font-family: 'Lexend SemiBold';
        font-weight: 600;
        background: var(--main-cl);
        color: #fff;
    }
    .category_3 .list_quality2 td:nth-child(n+2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.625rem;
    }
    .category_3 .list_quality2 td:nth-child(n+2) span {
        display: -webkit-box !important;
        font-family: 'Lexend Regular';
        width: 50%;
        flex-shrink: 0;
    }
    .category .commit_sec .box_content>.content.content_2 {
        font-size: 0.9rem;
    }

    /*POST DETAILS*/
    .single-post footer {
        margin-top: 3rem;
    }
    .news_details .col:nth-child(1) .heading_sec.fs_32 {
        font-size: 1.1rem;
    }
    .news_details .cat_wrap {
        flex-wrap: wrap;
        gap: 0.4rem;
    }
    .news_details .cat_wrap time {
        width: 100%;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .news_details .cat_wrap time:before {
        content: unset !important;
    }

    /*RECRUIT DETAILS*/
    .recruit_details .box_info {
        flex-direction: column;
    }
    .recruit_details .box_info > .group_heading {
        width: 100%;
    }
    .recruit_details .box_info .heading_sec.fs_32 {
        font-size: 1.2rem;
    }
    .recruit_details .box_jd {
        margin-top: 2rem;
    }
    .recruit_details .box_jd h3.fs_24 {
        font-size: 1.2rem;
    }
    .recruit_details .sidebar_post {
        margin-top: 3rem;
    }
    .recruit_details .sidebar_post .heading_sec br {
        display: none;
    }
    .recruit_details .sidebar_post .heading_sec.fs_24 {
        font-size: 1.2rem;
    }
    .sec_video .heading_sec br {
        display: none;
    }
    .procedure_wrap.style_2 .slide_procedure .item_wrap>.item {
        width: 100%;
    }
    .procedure_wrap.style_2 .slide_procedure .item h3.fs_18 {
        font-size: 1.05rem;
    }

    /*RECRUIT*/
    .recruit_table {
        border-radius: 4px;
        overflow-x: visible;
    }
    .recruit_table .table_th {
        display: none;
    }
    .recruit_table .table_th, .recruit_table .table_row {
        width: 100%;
    }
    .recruit_table .table_row {
        grid-template-columns: 1fr;
        min-width: auto;
        padding: 1.042rem;
        border: 1px solid var(--main-cl);
        border-radius: 1rem;
        gap: 0.729rem;
        overflow: hidden;
    }
    .recruit_table .table_row > div {
        padding: 0;
        border-right: 0;
    }
    .recruit_table .table_row > div:nth-child(n+3) {
        display: flex;
        justify-content: flex-start;
        gap: 0.417rem;
        text-align: left;
    }
    .recruit_table .table_row > .col_stt {
        display: none;
    }
    .recruit_table .table_row .col_type.mobile_show {
        display: flex !important;
        padding-right: 0;
        padding-left: 0;
        margin-top: 1rem;
    }
    .recruit_table .table_row > .col_position > h3.fs_16 {
        font-size: 1.2rem;
    }
    .recruit_table .table_row:not(:last-child) {
        margin-bottom: 1rem;
    }
    .recruit_3 .wrap_content {
        margin-top: 2rem;
    }
    .recruit_wrap .wrap_layout .grid_recruit {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .recruit_3 .wrap_content .item {
        width: 100%;
        padding-right: 0 !important;
        border-right: 0 !important;
    }
    .form_recruit.pt_150 {
        padding-top: 4rem;
    }
    .form_recruit .form_item.file_apply .inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .form_recruit .form_wrap .submit_wrap {
        flex-direction: column;
    }
    .form_recruit .form_wrap .submit_wrap > * {
        width: 100%;
    }

    /*POLICIES*/
    .post_content #ez-toc-container {
        padding: 1rem 1.2rem 1rem;
    }

    /*CONTACT*/
    .contact_1 .heading_sec br {
        display: none;
    }
    .contact_2 .slide_step {
        margin: 1rem -0.5rem 0;
    }
    .contact_2 .slide_step .item {
        margin: 0 0.5rem;
    }
    .contact_2 .slide_step .stroke_wrap > div.fs_70 {
        font-size: 2.5rem;
    }
    .section_form .form_general {
        flex-direction: column-reverse;
    }
    .section_form .form_general>.box_img {
        width: 100%;
        height: fit-content;
    }
    .section_form .form_general>.box_form {
        padding: 2rem 1.5rem;
    }
    .form_wrap .submit_btn .btn,
    .form_wrap .submit_btn {
        width: 100%;
    }
    .item_project .tags {
        display: inline-block;
        width: 100%;
    }

    .item_project .tags>span {
        float: left;
    }
    section.cta_footer .btns_wrap {
        flex-direction: column;
    }
    .check_age_2 .desc_sec {
        padding: 0;
    }
    #logo img, header#header .stuck #logo img {
        max-height: unset !important;
    }

    #header.sticky, #header {
        height: auto !important;
    }

    header#header .header-main {
        padding: .5rem 0 !important;
    }
    #header #logo {
        PADDING: 0;
        MARGIN: 0 !IMPORTANT;
    }
    .breadcrumbs ol>li:not(:last-child) {
        flex: 0 0 auto;
    }

    .breadcrumbs ol>li:last-child * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .off-canvas .sidebar-menu {
        padding: 0;
    }
    section.service_details.details_6.pt_150 {
        padding-bottom: 3rem;
    }

    section.service_details.details_6.pt_150 .col.large-4.medium-4 {
        order: 2;
        margin-top: 2rem;
    }
    .wrap_info_td .item {
        flex-direction: column;
    }

    .wrap_info_td .item>h3 {width: 100%;margin-bottom: 1rem;}
    .breadcrumbs ol>* {
        flex: 0 0 auto;
    }
    .item_project .hover_box {
        display: none;
    }

    .item_project:hover> .box_content {
        opacity: 1;
    }
    #quote_form.fancybox-content {
        max-width: 90vw;
    }
    .box_pt {
        padding: 1.5rem;
    }
    .commit_sec .box_content>.content.content_1 ul {
        padding: 0;
    }
    .quote_form_wrap .box_img {
        display: none;
    }
    section.default_page {
        padding-bottom: 0;
    }
    section.about_2.pt_100 {
        padding-top: 2.5rem;
    }
    .btn {
        min-height: 2.9rem;
    }
    .cta_footer  a.btn {
        width: 100%;
    }
    .cta_footer  h2.heading_sec br {
        display: none;
    }
    .page-template-service .cta_footer {
        margin-top: 3rem;
    }
    .swiper-pagination {
        padding-top: 1rem;
    }

    .swiper-pagination .swiper-pagination-bullet {
        margin: 0 !important;
    }
    .marquee-img .box_img {
        width: 8rem;
    }

    .marquee-img .box_img:nth-child(3n + 3) {
        width: 16rem;
    }
    .the_house_2 .desc_sec {
        padding: 0;
    }
    .nav.nav-vertical li {
        padding: 0;
    }

    .nav-sidebar.nav-vertical>li.menu-item.active a, .off-canvas:not(.off-canvas-center) .nav-vertical li > a {}

    .sub-menu.children .sub-menu.nav-sidebar-ul li a {
        padding-left: 30px !important;
    }
    .nav .children {
        padding: 0 !important;
    }
    .nav.nav-vertical li button.toggle {margin: 0 !important;}

    .nav-vertical>li {
        align-items: unset;
        justify-content: space-between;
    }

    .toggle i {
        top: unset;
        transition: 0s !important;
    }
    .nav.nav-vertical li button.toggle {
        color: #102E50 !important;
        opacity: 1 !important;
    }
    .nav.nav-vertical li.active button.toggle {
        color: #fff !important;
    }
    .nav-vertical li li.menu-item-has-children {
        margin: 0;
    }
    .category section.cta_footer.style_2 .group_heading, .category section.cta_footer.style_2 .btns_wrap {
        padding: 0;
    }
    .page-template-contact .section_form {
        padding-top: 3rem;
    }

    .btn span.text {
        flex-shrink: unset;
    }
    .procedure_1 .btn_wrap {
        gap: 1rem;
    }
}
@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;
    }
}