:root{
    --main-cl: #F05445;
    --sub-cl: #F27325;
    --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.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
html{
    margin: 0 !important;
}
body{
    margin: 0 !important;
    font-family: 'SVN-Zona Pro';
    background-color: #fff;
}

.col {
    padding: 0 0.78125rem 0;
}
.row {
    max-width: var(--container-w) !important;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#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%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap 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;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -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;
}
.ts-05{
    -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;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.fs-32{
    font-size: 1.667rem;
}
.fs-40{
    font-size: 2.083rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.lh-100p {
    line-height: 100%;
}
.lh-normal {
    line-height: normal;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.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;
}
.limit-line.limit-8{
    -webkit-line-clamp: 8;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    position: absolute !important;
    width: 100%;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
    width: 100%;
}
.wpcf7-spinner{
    display: none !important;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.processing:before {
    border-color: #fff;
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,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;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.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%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.load_home_page img {
    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.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;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #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: .4s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete img{
    transition-delay: 0.5s;
    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: 6s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-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(--main-cl);
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
body.page-template-home{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
/*#fullpage > section {*/
/*    height: 100vh !important;*/
/*    box-sizing: border-box;*/
/*}*/
.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: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    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: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .tab-service .search-grid{
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}
.search-tabs .tab-info-holder .search-grid{
    grid-template-columns: 1fr 1fr;
    /*gap: 0;*/
    column-gap: 2.5rem;
}
.search-tabs .tab-info-holder .docs-item-1 {
    padding: 0;
}
.search-tabs .tab-info-holder .docs-item-1:not(:last-child) {
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #20202033;
}


.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
header#header .header-inner{
    background: #FFF;
}
.fp-enabled header#header{
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100vw;
}
.fp-enabled #fp-nav{
    left: 2.083rem;
    margin-top: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}
.fp-enabled #fp-nav > ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.625rem;
}
.fp-enabled #fp-nav > ul > li{
    width: auto;
    height: auto;
    margin: 0 !important;
    display: flex;
    align-items: baseline;
}
.fp-enabled #fp-nav > ul > li > a{
    width: auto;
}
.fp-enabled #fp-nav > ul > li > a > span{
    font-weight: 400;
    opacity: 0.25;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    display: block;
    min-width: 1.823rem;
    margin: 0 !important;
    border-radius: unset;
    background: transparent;
    color: #FFF;
    position: unset;
    height: auto !important;
    width: auto !important;
}
.fp-enabled #fp-nav > ul > li:hover > a > span,
.fp-enabled #fp-nav > ul > li > a.active > span{
    opacity: 1;
}
.fp-enabled #fp-nav > ul > li > .fp-tooltip{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.198rem;
    color: #FFF;
    position: unset;
    font-family: 'SVN-Zona Pro';
}
.fp-enabled .is-light-section #fp-nav > ul > li > a > span,
.fp-enabled .is-light-section #fp-nav > ul > li > .fp-tooltip{
    color: #202020;
}
.home-banner .pagination-progress{
    position: absolute;
    bottom: 4.167rem;
    z-index: 9;
    left: calc(calc(100vw - var(--container-w))/2);
    display: flex;
    gap: 0.521rem
}
.home-banner .title{
    bottom: 9.896rem;
    width: 43.75rem;
    font-weight: 400;
    font-size: 4.6875rem;
    line-height: 6.25rem;
    transform: translateX(-4.167rem);
    opacity: 0;
    transition: all 0.6s;
    transition-delay: 0.6s;
}
.home-banner .desc{
    bottom: 4.167rem;
    width: 15.625rem;
    font-weight: 400;
    font-size: 1.042rem;
    transform: translateX(4.167rem);
    opacity: 0;
    transition: all 0.6s;
    transition-delay: 0.6s;
}
.home-banner .desc .arrow-down{
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.083rem;
    height: 2.083rem;
    margin-top: 1.5625rem;
}
.home-banner .desc .arrow-down .arrow-wrap{
    height: 1.25rem;
    width: 1.25rem;
    overflow: hidden;
    margin: 0 !important;
}
.home-banner .desc .arrow-down svg{
    width: 1.25rem;
    height: 1.25rem;
    animation: infiniteArrowDown 1s infinite linear;
}
.home-banner .swiper-slide-active .title,
.home-banner .swiper-slide-active .desc{
    transform: translateX(0);
    opacity: 1;
}
@keyframes infiniteArrowDown{
    0%{
        transform: translateY(-100%);
    }
    50%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(100%);
    }
}
.pagination-progress .swiper-pagination-bullet{
    width: 36px;
    height: 36px;
    /*border: 1.5px solid #FFFFFF33;*/
    background: transparent !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #FFF;
    opacity: 1;
}
.pagination-progress .swiper-pagination-bullet > svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    z-index: 3;
}
.pagination-progress .swiper-pagination-bullet > svg .circle-border{
    stroke: #FFF;
    opacity: 0.2;
    fill: none;
    stroke-width: 1.5px;
}
.pagination-progress .swiper-pagination-bullet > svg .circle-animation{
    stroke: #F05445;
    fill: none;
    stroke-width: 1.5px;
    stroke-dasharray: 534;
    stroke-dashoffset: 537;
}
.pagination-progress .swiper-pagination-bullet-active > svg .circle-animation{
    stroke: #ec2028;
    -webkit-animation-name: Show100;
    animation-name: Show100;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-duration: 35000ms;
}
@-webkit-keyframes Show100 {
    from {
        stroke-dashoffset: 537
    }

    to {
        stroke-dashoffset: 0
    }
}
@keyframes Show100 {
    from {
        stroke-dashoffset: 537
    }

    to {
        stroke-dashoffset: 0
    }
}
section.align-bottom > .fp-tableCell{
    vertical-align: bottom;
}
.btn{
    position: relative;
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 2.604rem;
    width: max-content;
    max-width: 100%;
    gap: 0.417rem;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.btn-primary{
    background: linear-gradient(90deg, #F54332 8%, #F87926 50%, #F54332 100%);
    color: #FFF !important;
    background-size: 200%;
}
.btn-white{
    color: #FFF !important;
    border: 1px solid #FFF;
}
.btn-white-fill{
    color: var(--main-cl);
    background: #FFF;
}
.btn-white-fill:hover {
    color: var(--main-cl);
}
.btn .icon{
    display: flex;
}
.btn-primary:hover{
    background-position: 100% 0%;
}
.btn.btn-arrow-right:hover{
    padding-right: 1.875rem;
}
.btn.btn-arrow-right:hover svg{
    transform: translateX(0.625rem);
}
.btn-secondary {
    background: #FFFEF6;
    color: var(--main-cl);
}
.btn-secondary:hover {
    background: var(--main-cl);
    color: #FFF !important;
}
.btn-secondary:hover path {
    stroke: #fff;
}

.sec-title{
    font-weight: 400;
    font-size: 3.125rem;
    line-height: 3.90625rem;
    margin-bottom: 1.042rem;
}
.sec-desc{
    font-weight: 400;
    font-size: 0.9375rem;
}
.sec-desc ol,
.sec-desc ul{
    padding-left: 1.5625rem;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.home-2{
    background: #F6F6F6;
}
.home-2 .col-left{
    width: 62%;
    align-self: flex-end;
}
.home-2 .col-right{
    width: 38%;
    padding-right: 10.417rem;
    margin-left: -2.865rem;
    padding-top: 2.708rem;
}
.home-2 .col-right .sec-desc{
    margin-bottom: 2.083rem;
}
.home-2 .year-wrap{
    position: absolute;
    top: 1.5625rem;
    left: 29.6875rem;
    z-index: 3;
}
.home-2 .year-wrap .number-wrap{
    padding-right: 0.625rem;
}
.home-2 .year-wrap .number-wrap > div{
    font-weight: 700;
    font-size: 3.90625rem;
    line-height: 5.417rem;
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    background-clip: text;
    color: transparent;
    display: flex;
    align-items: flex-start;
}
.home-2 .year-wrap .number-wrap .number{
    position: absolute;
}
.home-2 .year-wrap .number-wrap .number-hide{
    opacity: 0;
}
.home-2 .year-wrap .number-wrap span{
    font-weight: 700;
    font-size: 6.40625rem;
    line-height: 7.96875rem;
}
.home-2 .year-wrap .text{
    font-weight: 300;
    font-size: 2.226rem;
    line-height: 1.2;
}
.home-2 .year-wrap .text b{
    display: block;
    font-weight: 600;
    font-size: 1.821rem;
}
.home-3 .col-right{
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    padding-right: 11.979rem;
    padding-left: 4.6875rem;
}
.home-3 .col-right .item+.item{
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 1px solid #FFFFFF33;
}
.home-3 .col-right .item .title{
    font-weight: 400;
    font-size: 1.667rem;
    line-height: 2.396rem;
    margin-bottom: 0.625rem;
}
.home-3 .col-right > svg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.home-3 .col-right > svg path{
    animation-name: homeAnimation;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    animation-iteration-count: infinite;
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 2px;
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
    fill: rgba(255, 255, 255, 0.1);
}
.home-6 .col-right .item > svg path{
    animation-name: homeAnimation;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    animation-iteration-count: infinite;
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
@keyframes homeAnimation {
    to {
        stroke-dashoffset: 0;
    }
}
.ml-auto{
    margin-left: auto;
}
.home-4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 3;
}
.home-4 .cont-wrap{
    width: 33%;
}
.home-4 .cont-wrap .item+.item{
    margin-top: 1.5625rem;
}
.home-4 .cont-wrap .item .icon-wrap{
    margin-right: 1.042rem;
}
.home-4 .list-item{
    margin-top: 2.083rem;
}
.home-4 .cont-wrap .item .text{
    font-weight: 400;
    font-size: 0.9375rem;
}
.home-4 .cont-wrap .item:not(:last-of-type) .text{
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #0000001A;
}
.home-5 .sec-title{
    left: 0;
    top: 0;
    z-index: 3;
}
.home-5 .img-wrap{
    margin-left: auto;
    margin-right: auto;
}
.home-5 .img-wrap img{
    height: 41.667rem;
    width: 100%;
    object-fit: contain;
}
.pt-100{
    padding-top: 5.208rem;
}
.home-6 .col-left{
    width: 37%;
    padding-bottom: 5.208rem;
}
.home-6 .col-right{
    width: 63%;
}
.home-6 .col-left{
    align-self: center;
    padding-right: 4.74rem;
    padding-left: 13.28125rem;
}
.home-6 .col-left .sec-desc{
    margin-bottom: 2.083rem;
}
.home-6 .col-right .cont-wrap{
    display: flex;
}
.home-6 .col-right .cont-wrap:before{
    position: absolute;
    content: '';
    background: #0000004D;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.home-6 .col-right .cont-wrap:after{
    position: absolute;
    content: '';
    background: #0000001A;
    width: calc(100% / var(--items-count));
    height: 100%;
    left: var(--left);
    top: 0;
    z-index: 3;
    transition: all 0.8s;
    backdrop-filter: blur(10px);
}
.home-6 .col-right .cont-wrap > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.home-6 .col-right .cont-wrap > img.active{
    opacity: 1;
}
.home-6 .col-right .item{
    overflow: hidden;
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 16.667rem 2.604rem 9.375rem;
}
.home-6 .col-right .item:not(:last-of-type){
    border-right: 1px solid #FFFFFF26;
}
.home-6 .col-right .item .title > span {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    display: block;
}
.home-6 .col-right .item .title > span{
    width: max-content;
}
.home-6 .col-right .item .title:before{
    height: 1px;
    bottom: 0;
    width: 13.021rem;
    position: absolute;
    content: '';
    left: 0;
    background: rgba(255, 255, 255, 0.2);
}
.home-6 .col-right .item .title span:before{
    height: 1px;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    background: rgba(255, 255, 255, 1);
    width: 0;
    transition: all 0.6s;
}
.home-6 .col-right .item.active .title span:before{
    width: 100%;
}
.home-6 .col-right .item .btn-wrap{
    padding-top: 1.5625rem;
}
.home-6 .col-right .item > svg{
    position: absolute;
    bottom: 0;
    right: 4.167rem;
    z-index: 4;
    opacity: 0;
}
.home-6 .col-right .item.active > svg{
    opacity: 1;
}
.home-7 .cont-wrap{
    padding-top: 4.6875rem;
}
.home-7 .cont-wrap .sec-desc{
    padding-right: 6.25rem;
    margin-bottom: 2.083rem;
}
.home-7 .grid-container{
    padding-bottom: 3.125rem;
}
.home-7 .numbers-wrap .item{
    width: max-content;
    max-width: 14.583rem;
    min-width: 11.458rem;
}
.home-7 .numbers-wrap .item .number{
    font-weight: 700;
    font-size: 4.167rem;
    margin-bottom: 0;
    line-height: 1.4;
}
.home-7 .numbers-wrap .item .text{
    font-weight: 400;
    font-size: 0.9375rem;
}
.section-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.section-bg img{
    height: 100%;
    width: 100%;
    display: block;
}
.home-8 .title-group{
    width: 36.979rem;
    padding-top: 2.083rem;
}
.home-8 .box-swiper{
    width: 67.708rem;
    padding: 0 5.833rem;
}
.home-8 .box-swiper .swiper{
    padding: 2.604rem 0;
}
.home-8 .box-swiper .swiper-slide{
    padding: 0 1.458rem;
    transform: scale(0.82);
    opacity: 0.5;
    transition: all 0.4s;
}
.home-8 .box-swiper .swiper-slide .item{
    position: relative;
}
.home-8 .box-swiper .swiper-slide .name{
    position: absolute;
    top: 100%;
    padding-top: 0;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    text-align: center;
    width: max-content;
    min-width: 100%;
    opacity: 0;
    transition: all 0.4s;
}
.home-8 .box-swiper .swiper-slide.swiper-slide-active{
    transform: scale(1);
    opacity: 1;
}
.home-8 .box-swiper .swiper-slide.swiper-slide-active .name{
    opacity: 1;
    padding-top: 1.042rem;
}
.home-8 .box-swiper .swiper-slide a{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
}
.home-8 .box-swiper .swiper-slide.swiper-slide-active:hover a{
    opacity: 1;
    pointer-events: unset;
}
.swiper-arrow{
    width: 2.083rem;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-arrow > svg:nth-of-type(1){
    position: relative;
    z-index: 3;
}
.swiper-arrow > svg:nth-of-type(2){
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-8 .swiper-arrow.prev{
    left: 0;
}
.home-8 .swiper-arrow.next{
    right: 0;
}
.home-8 .arrow-absolute svg>path {
    stroke: #fff;
}
.home-8 .arrow-absolute svg circle {
    fill: #ffffff17;
}
.home-8 .arrow-absolute svg stop {
    stop-color: #fff;
}

.home-9 .col-left{
    width: 36%;
    padding-right: 3.646rem;
}
.home-9 .col-left .sec-desc{
    margin-bottom: 2.083rem;
}
.home-9 .col-right{
    width: 64%;
    padding-top: 3.125rem;
    padding-right: 7.8125rem;
}
.home-9 .col-right > .flex-box{
    gap: 3.125rem
}
.home-9 .col-right img{
    aspect-ratio: 320/500;
}
.home-9 .col-right .img-wrap{
    position: relative;
}
.home-9 .col-right .img-wrap:after{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    transition: all 0.4s;
}
.home-9 .col-right .img-wrap:before{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(248, 121, 38, 0) 0%, #F54332 100%);
    z-index: 3;
    opacity: 0;
    transition: all 0.4s;
}
.home-9 .col-right .item:hover .img-wrap img{
    transform: scale(1.1);
}
.home-9 .col-right .item:hover .img-wrap:after{
    opacity: 0;
}
.home-9 .col-right .item:hover .img-wrap:before{
    opacity: 1;
}
.home-9 .col-right .item:nth-of-type(2){
    margin-top: 3.125rem;
}
.home-9 .col-right .cont-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.667rem 2.083rem;
    z-index: 5;
}
.home-9 .col-right .cont-wrap .desc{
    font-size: 0.833rem;
}
.home-10 .grid-container{
    padding-left: 3.333rem;
    border-left: 1px solid #FFFFFF1A;
}
.home-10 .col-4{
    padding-right: 2.083rem;
}
.home-10 .col-4 .sec-desc{
    margin-bottom: 2.083rem;
}
.home-10 .col-4 .sec-title:before{
    position: absolute;
    height: 100%;
    left: -3.385rem;
    top: 0;
    width: 4px;
    background: linear-gradient(143.28deg, #F54332 29.5%, #F87926 78.64%);
    content: '';
}
.home-12 .title-group{
    width: 54.167rem;
    max-width: 100%;
    margin-bottom: 3.125rem;
}
.home-12 .swiper{
    margin: 0 -3.125rem;
}
.home-12 .swiper-slide{
    padding: 0 3.125rem;
}
.home-12 .swiper-slide .item img{
    height: 4.167rem;
    width: 100%;
    object-fit: contain;
}
.home-12 .swiper-slide .item+.item{
    margin-top: 3.125rem;
}
.home-12 .nk-pagination{
    margin-top: 3.125rem;
}
.nk-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}
.nk-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #F0544533;
    opacity: 1;
    margin: 0 !important;
    position: relative;
    display: flex;
    transition: all 0.4s;
}
.nk-pagination .swiper-pagination-bullet:before{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
    border: 1px solid var(--main-cl);
    border-radius: 50%;
}
.nk-pagination .swiper-pagination-bullet-active{
    background: var(--main-cl);
}
.nk-pagination .swiper-pagination-bullet-active:before{
    width: 200%;
    height: 200%;
    opacity: 1;
}
.post-item{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.post-item .cont-wrap{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.521rem;
}
.post-item .cont-wrap .term-date{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #808080;
    gap: 0.625rem;
}
.post-item .cont-wrap h3{
    margin: 0;
}
.post-item .cont-wrap .arrow-btn{
    margin-top: auto;
}
.arrow-btn{
    display: flex;
    align-items: center;
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    color: var(--main-cl) !important;
}
.home-11 .home-posts{
    display: grid;
    grid-template-columns: 55% calc(45% - 1.25rem);
    grid-gap: 1.25rem;
    grid-template-rows: repeat(3, 1fr);
}
.home-11 .home-posts .post-item{
    display: flex;
    flex-direction: row;
}
.home-11 .home-posts .post-item .limit-2{
    -webkit-line-clamp: 3;
}
.home-11 .home-posts .post-item .img-wrap{
    width: 40%;
    min-width: 40%;
}
.home-11 .home-posts .post-item:nth-of-type(1){
    grid-row: 1/4;
}
.home-11 .home-posts .post-item:nth-of-type(1) .img-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}
.home-11 .home-posts .post-item:nth-of-type(1) .img-wrap:before{
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    content: '';
}
.home-11 .home-posts .post-item:nth-of-type(1) .cont-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.458rem 11.875rem 1.458rem 2.604rem;
    z-index: 3;
}
.home-11 .home-posts .post-item:nth-of-type(1) .cont-wrap .arrow-btn path{
    stroke: currentColor;
}
.home-11 .home-posts .post-item:nth-of-type(1) .cont-wrap .arrow-btn{
    color: #FFF !important
}
.home-11 .home-posts .post-item:nth-of-type(1) .cont-wrap *{
    color: #FFF;
}
.home-11 .title-group{
    margin-bottom: 1.667rem;
}
.terms-menu ul{
    gap: 0.729rem;
    margin: 0;
}
.terms-menu ul > li > a > span{
    position: relative;
    z-index: 3;
    display: flex;
}
.terms-menu ul > li > a path{
    stroke: currentColor;
}
.terms-menu ul > li{
    margin: 0;
}
.terms-menu ul > li > a{
    padding: 0.3125rem 0.833rem;
    border-radius: 1.5625rem;
    border: 1px solid #20202033;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #202020;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 0.417rem;
    transition: all 0.4s;
}
.terms-menu ul > li > a:before{
    width: 100%;
    height: 100%;
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    position: absolute;
    content: '';
    right: 100%;
    top: 0;
    z-index: 2;
    transition: all 0.4s;
}
.terms-menu ul > li> a.active,
.terms-menu ul > li:hover > a{
    color: #FFF
}
.terms-menu ul > li > a.active:before,
.terms-menu ul > li:hover > a:before{
    right: 0;
}
.home-11 .title-group .terms-menu{
    margin-bottom: 1.354rem;
}
header#header .header-bg-container{
    display: none !important;
}
header#header .header-wrapper #masthead{
    height: auto !important;
}
header#header .header-wrapper #masthead #logo{
    width: 13.542rem;
    margin-right: 1.875rem;
}
header#header .header-wrapper #masthead .header-inner {
    padding: 0 4.6875rem;
    /*padding: 1.5625rem 4.6875rem;*/
    transition: all 0.4s;
}
.fp-enabled header#header .header-wrapper #masthead .header-inner{
    background: transparent;
}
.is-light-section header#header .header-wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.is-light-section header#header .header-wrapper #masthead .header-inner {
    background: #FFF;

}
header#header .header-wrapper #masthead .header-nav-main{
    gap: 0.521rem;
    align-items: center;
}
header#header .header-wrapper #masthead .header-nav-main li{
    margin: 0;
}
header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a{
    font-weight: 400;
    font-size: 0.9375rem;
    padding: 0.417rem 0.833rem;
    text-transform: initial;
    display: flex;
    color: #202020;
}
header#header .header-main .nav > li > a {
    line-height: 4.375rem !important;
}
header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a i{
    font-size: 1.042rem;
}
.is-dark-section header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a{
    color: #FFF;
}
header#header .header-wrapper #masthead .header-nav-main > li.language-switcher{
    display: flex;
    align-items: center;
}
header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a{
    font-weight: 400;
    font-size: 0.9375rem;
    padding: 0 0.625rem;
    display: block;
    position: relative;
    color: #202020;
}
header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a+a:before{
    position: absolute;
    left: 0;
    top: 50%;
    height: 16px;
    width: 1px;
    background: currentColor;
    content: '';
    transform: translateY(-50%);
}
header#header .header-wrapper #masthead .header-nav-main > li.header-search{
    display: flex;
}
header#header .header-wrapper #masthead .header-nav-main > li.header-search > a{
    padding: 0;
    margin-left: 0.417rem;
    color: #202020;
}
header#header .header-wrapper #masthead .header-nav-main > li.header-search > a svg{
    width: 1.25rem;
    height: 1.25rem;
}
.is-dark-section header#header .header-wrapper #masthead .header-nav-main > li.header-search > a{
    color: #FFF;
}
.is-dark-section header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a{
    color: #FFF;
    opacity: 0.5;
}
.is-dark-section header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a.active{
    opacity: 1;
}
header#header .header-wrapper #masthead .header-nav-main > li.menu-item:hover > a,
header#header .header-wrapper #masthead .header-nav-main > li.menu-item.current-menu-item > a{
    color: var(--main-cl) !important;
}

header#header #logo img,
header#header .stuck #logo img {
    max-height: 90px !important;
}
.header-style-dark header#header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100vw;
}
.header-style-dark header#header .stuck {
    position: relative;
}
.header-style-dark header#header .header-wrapper #masthead .header-inner {
    background: transparent;
}
.header-style-dark header#header .header-wrapper #masthead .header-nav-main > li > a {
    color: #FFF;
}
.header-style-light .header-wrapper {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a {
    opacity: .5;
}
header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a.active {
    opacity: 1;
}
header#header .header-wrapper.stuck #masthead .header-inner {
    background: #fff !important;
}
header#header .header-wrapper.stuck #masthead .header-nav-main > li > a {
    color: #202020;
}

/*sub-menu*/
.sub-menu li {
    margin: 0 !important;
}
.sub-menu li>a:before {
    content: unset !important;
}
.nav-dropdown-has-border .nav-dropdown {
    min-width: 14rem;
    border: 0 !important;
    border-radius: 0.75rem;
    padding: 0.5rem  /* 10/19.2 */ !important;
}
.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 0.9rem;
    color: #333333 !important;
    margin: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.4rem;
}
.nav-dropdown.nav-dropdown-default>li>a[aria-current="page"],
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--main-cl) !important;
    background: rgb(240 84 69 / 0.15);
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    content: unset;
}

/*menu 2 level | megamenu*/
.has-dropdown .sub-menu .accordion.mega-menu {
    transition: .35s all;
    min-width: fit-content;
}
.has-dropdown.current-dropdown .sub-menu .accordion.mega-menu {
    min-width: max-content;
}
.mega-menu .accordion-item:not(:last-child) {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #20202033;
}
.mega-menu .accordion-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    font-size: 0.9rem;
    color: #333333 !important;
    margin: 0;
    padding: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.4rem;
    transition: .4s all;
}
.mega-menu .accordion-title:hover {
    font-weight: 600;
}
.mega-menu.accordion .toggle {
    position: unset;
}
.mega-menu .has-dropdown .icon-angle-down {
    font-size: 1.25rem;
    margin-left: 0;
    opacity: 1;
}
.mega-menu .accordion-inner {
    padding: 0 0 0 0.833rem;
}
.mega-menu .ux-menu-link__link {
    font-weight: 400;
    font-size: 0.833rem;
    color: #202020;
}
.mega-menu div.ux-menu-link--active .ux-menu-link__link {
    color: var(--main-cl);
    font-weight: 700;
}
.mega-menu .ux-menu-link__link:hover {
    color: var(--main-cl);
}
#page-loader {
    /*display: none;*/
    position: fixed;
    inset: 0;
    /*background: var(--main-cl);*/
    z-index: 9999999;
    overflow: hidden;
}
#page-loader .blocks-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    z-index: 3;
}
#page-loader .blocks-grid div {
    border: 1px solid rgba(255,255,255,0.5);
    opacity: 0;
    background: var(--main-cl);
    transform: scale(0);
}
#page-loader .loader-wipe {
    position: absolute;
    inset: 0;
    background: var(--main-cl);
    transform: scaleY(1);
    transform-origin: top;
}
#page-loader .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    height: 100px;
}
#page-loader .loader-logo svg,
#page-loader .loader-logo svg{
    width: auto;
    height: 100%;
    object-fit: contain;
}
#page-loader .loader-logo path{
    animation-name: LogoSignature;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
@keyframes LogoSignature {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.btn input[type="submit"]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}
footer#footer{
    padding-top: 8.073rem;
}
.fp-enabled footer#footer{
    padding-top: 5.208rem;
}
footer#footer .footer-site-name{
    font-weight: 700;
    font-size: 2.083rem;
    line-height: 1.4;
    margin-bottom: 1.146rem;
}
footer#footer .footer-main .footer-title{
    font-weight: 800;
    font-size: 1.042rem;
    line-height: 1.4;
}
footer#footer .footer-main .col-5{
    padding-right: 6.25rem;
}
footer#footer .footer-main .col-5 .item+.item{
    margin-top: 1.5625rem;
}
footer#footer .footer-main .col-5 .footer-title{
    margin-bottom: 0.625rem;
}
footer#footer .footer-main .col-5 .item .branch-info .info,
footer#footer .footer-main .col-5 .item .branch-info a{
    color: #FFF;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.4;
    transition: all 0.4s;
}
footer#footer .footer-main .col-5 .item .branch-info a:hover{
    color: var(--main-cl)
}
footer#footer .footer-main .col-5 .item .branch-info .info{
    margin-bottom: 0.625rem;
}
footer#footer .footer-main .col-5 a.map-link{
    color: var(--main-cl) !important;
    background-image: linear-gradient(120deg, var(--main-cl) 0%, var(--main-cl) 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all 0.4s;
}
footer#footer .footer-main .col-5 a.map-link:hover{
    background-size: 100% 100%;
    color: #FFF !important;
}
footer#footer .footer-main .col-3{
    position: relative;
    /*border-right: 1px solid #FFFFFF1A;*/
    padding-right: 1.667rem;
}
footer#footer .footer-main .col-3:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 110%;
    background: #FFFFFF1A;
    pointer-events: none;
}

footer#footer .footer-main .col-3 .footer-title{
    margin-bottom: 0.9375rem;
}
footer#footer .footer-main .col-3 .footer-menu{
    margin-bottom: 3.125rem;
}
footer#footer .footer-main .col-3 .footer-menu > li{
    margin-bottom: 0;
}
footer#footer .footer-main .col-3 .footer-menu > li > a{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5;
    display: block;
    color: #FFF;
    transition: all 0.4s;
}
footer#footer .footer-main .col-3 .footer-menu > li+li{
    margin-top: 0.625rem;
}
footer#footer .footer-main .col-3 .socials{
    gap: 0.78125rem;
}
footer#footer .footer-main .col-3 .socials > a{
    width: 1.667rem;
    height: 1.667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF4D;
}
footer#footer .footer-main .col-3 .socials > a:hover{
    background-color: #FFF;
}
footer#footer .footer-main .col-3 .socials > a:hover img{
    filter: brightness(1) invert(1);
}
footer#footer .footer-main .col-4{
    padding-left: 5rem;
}
footer#footer .footer-main .col-4 .form-title{
    font-weight: 700;
    font-size: 1.667rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
}
footer#footer .footer-main .col-4 .form-desc{
    margin-bottom: 1.458rem;
}
footer#footer .footer-bottom{
    padding-top: 2.396rem;
    padding-bottom: 1.25rem;
}
footer#footer .footer-bottom .copyright{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.354rem;
    color: #F0EDE5A6
}
footer#footer .footer-bottom .flex-box{
    gap: 1.771rem;
}
footer#footer .footer-bottom .flex-box > a{
    font-weight: 600;
    font-size: 0.677rem;
    line-height: 1.354rem;
    text-decoration: underline;
}
footer#footer .footer-bottom .flex-box > a:hover{
    color: var(--main-cl);
}
footer#footer .form-wrap .form-input {
    color: #fff !important;
}

.form-wrap .form-group+.form-group{
    margin-top: 1.042rem
}
.form-wrap .form-group:last-of-type{
    width: fit-content;
    margin-top: 1.823rem;
}
.form-wrap .form-input{
    border-radius: 2.604rem;
    height: 2.604rem;
    border: 1px solid #FFFFFF4D;
    padding: 0 1.25rem;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #FFF;
    margin: 0;
    transition: all 0.4s;
    background: transparent !important;
}
.form-wrap .form-input::placeholder{
    color: #FFF;
    opacity: 0.6;
}
.form-wrap textarea.form-input{
    border-radius: 0.521rem;
    padding-top: 0.729rem;
    padding-bottom: 0.729rem;
}
.form-wrap .form-input:focus{
    border-color: var(--main-cl);
}
.default-page{
    padding: 1.5625rem 0 6.25rem;
}
.default-page h1{
    margin-top: 4.167rem;
}
.breadcrumbs ol{
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
}
.breadcrumbs ol > li{
    display: inline;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: rgba(32, 32, 32, 0.5);
}
.breadcrumbs ol > li:last-of-type{
    color: rgba(32, 32, 32, 1);
}
.breadcrumbs ol > li a{
    color: inherit;
}
.breadcrumbs ol > li+li{
    margin-left: 0.833rem;
}
.breadcrumbs ol > li+li:before{
    left: 0;
    position: relative;
    content: '';
    height: 0.833rem;
    width: 2px;
    opacity: 0.5;
    background: rgba(32, 32, 32, 0.5);
    margin-right: 0.833rem;
    display: inline-block;
    top: 2px;
}

.breadcrumb-single {
    margin-top: 1.5625rem;
    margin-bottom: 3.125rem;
}
.breadcrumbs ol [itemprop="title"] {
    font-style: normal;
}
.text-white .breadcrumbs ol > li a {
    color: #fff !important;
    opacity: .5;
    transition: .4s all;
}
.text-white .breadcrumbs ol > li a:hover {
    opacity: 1;
}
.text-white .breadcrumbs ol > li+li a {
    color: #fff !important;
    opacity: 1;
}
.text-white .breadcrumbs ol > li+li:before {
    background: #fff;
    opacity: 0.5;
}

.form-style-2 .form-wrap .form-input{
    border-color: #20202033;
    color: #202020;
}
.form-style-2 .form-wrap .form-input::placeholder{
    color: #202020;
}
.form-style-2 .form-wrap .form-input:focus{
    border-color: var(--main-cl);
}

/*transition svg*/
[itemprop="name"],cite,circle,svg,rect,stop,path,g,img,a,input,textarea,h1,h2,h3,h4,h5,h6,.box_img,span.icon,span.text,: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;
}

/*back to top*/
#wrapper > #main > .back-to-top{
    width: 2.3rem;
    height: auto;
    aspect-ratio: 1;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-cl) !important;
    outline: none !important;
    transition: all 0.4s;
}
#wrapper > #main > .back-to-top svg {
    width: auto;
    height: 1.248rem;
}
#wrapper > #main > .back-to-top:hover{
    background-color: var(--main-cl);
}
#wrapper > #main > .back-to-top:hover path{
    stroke: #FFF;
}
#wrapper > #main > .back-to-top.right {
    right: 1.92rem;
}

/*BANNER*/
.banner_page {
    z-index: 10;
}
.banner_page .banner_img {
    height: 48.75rem;
}
.banner_page .banner_img:after,
.banner_page .banner_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    pointer-events: none;
}
.banner_page .banner_img:after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner_page .heading_absolute {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding-bottom: 6.5625rem;
}
.banner_page .desc_sec {
    max-width: 70%;
}
.banner_page .breadcrumb_absolute {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.banner_page .breadcrumbs {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 4.167rem;
}

/*effect title*/
.ef-img-t {
    display: inline-block;
    opacity: 0;
    transform: translateY(2.5rem);
    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);
    }
}

/*sidebar*/
.sidebar_wrap {
    background: #FFF;
    padding: 1.5625rem;
    margin-left: 5rem;
    border: 1px solid #20202033;
}
.sidebar_wrap.fixed_sidebar {
    position: sticky;
    top: 7rem;
    margin-top: 1.5625rem;
}
.sidebar_wrap .logo {
    width: fit-content;
}
.sidebar_wrap .logo>img {
    width: 100%;
    height: 1.5625rem;
    object-fit: contain;
}
.sidebar_wrap .slogan {
    margin-top: 0.833rem;
}
.sidebar_wrap .box-info {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 1px solid #20202033;
}
.sidebar_wrap .box-info .content:nth-child(2) {
    margin-top: 0.417rem;
}
.sidebar_wrap.fixed_sidebar h3.title {
    text-transform: initial;
}
.sidebar_wrap .wrap-content {
    margin-top: 0.833rem;
    padding-top: 0;
    border: none;
}
.sidebar_wrap .wrap-content .item {
    align-items: flex-start;
    gap: 0.25rem;
}
.sidebar_wrap .wrap-content .item:not(:last-child) {
    margin-top: 0.417rem;
}
.sidebar_wrap .list-post {
    margin-top: 1.5625rem;
}
.sidebar_wrap .list-post>.item {
    padding-top: 1.042rem;
    margin-top: 1.5625rem;
    border-top: 1px solid #0000001A;
    align-items: flex-start;
}
.sidebar_wrap .list-post .item svg {
    width: 1.042rem;
    height: 1.042rem;
    margin-top: 0.18rem;
    flex-shrink: 0;
}
.sidebar_wrap .list-post>.item:hover h3 {
    color: var(--main-cl);
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: 5rem;
    padding: 0 1.2rem;
    border: 1px solid #20202033;
    font-size: 0.9375rem;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.8640000000000001rem;
    height: 0.8640000000000001rem;
    position: relative;
    content: '';
    display: block;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    max-height: 9rem;
    background-color: #fff;
    -webkit-border-radius: 0 0 0.5rem 0.5rem;
    -moz-border-radius: 0 0 0.5rem 0.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.select-options::-webkit-scrollbar-track {
    padding-top: 0.96rem;
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar {
    width: 0.15rem;
    background-color: #cedbff;
}
.select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.select .select-options > li{
    font-size: 0.9375rem;
    line-height: 1rem;
    margin-bottom: 0;
    padding: 0.6rem 0.7995rem;
    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: inherit;
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: var(--main-cl);
    color: #fff;
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.select-styled span{
    flex-grow: 1;
}

.wrap-file {
    gap: 1rem;
}
.wrap-file br {
    display: block !important;
}
.wrap-file .wpcf7-form-control-wrap:hover {
    cursor: pointer;
}
.wrap-file .wpcf7-form-control-wrap {
    width: 50%;
    flex-shrink: 0;
}
.wrap-file input#file_cv {
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.wrap-file input.wpcf7-file[type="file"]::file-selector-button {
    font-size: 0.9375rem;
    color: var(--main-cl);
    border-radius: 5.208rem;
    border: 1px solid var(--main-cl);
    padding: 0.625rem 1.25rem;
    background: #fff;
}

/*show/hide - breakpoint*/
.pc-show {
    display: block !important;
}
.pc-hide {
    display: none !important;
}
.pc-show-flex {
    display: flex !important;
}
.pc-hide-flex {
    display: none !important;
}

/*swiper same height*/
.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 > div,
.swiper-same-height > .swiper-wrapper .swiper-slide > div {
    height: 100%;
}

/*hover icon rotate*/
.hover-rotate:hover img {
    transform: rotateY(180deg);
}

/*effect img*/
.item-hover .zoom-img img {
    transform: scale(1);
    transition: 1s all;
}
.item-hover:hover .zoom-img img {
    transform: scale(1.03);
}
.item-hover:hover h3 {
    color: var(--main-cl) !important;
}
.item-hover .box_logo>.img {
    max-width: 30%;
    width: 9.6rem;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .7s 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(0.25rem);
    opacity: 0;
    transition: .5s all;
    z-index: 3;
}
.item-hover:hover .box_logo {
    opacity: 1;
}

.item-hover .box-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 60%);
    backdrop-filter: blur(0.95rem);
    opacity: 0;
    transition: .6s all;
    z-index: 3;
}
.item-hover .box-effect>.inner {
    transform: translateY(1rem);
    opacity: 0;
    transition: .8s all;
}
.item-hover .box-effect svg {
    margin: 0 auto;
}
.item-hover .box-effect span.title {
    font-weight: 500;
    font-size: 1rem;
    margin-top: 0.25rem;
}
.item-hover:hover .box-effect {
    opacity: 1;
}
.item-hover:hover .box-effect>.inner {
    opacity: 1;
    transform: translateY(0);
}

/*absolute arrow*/
.arrow-absolute>.arrow-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.arrow-absolute>.arrow-slide.prev {
    left: 0;
}
.arrow-absolute>.arrow-slide.next {
    right: 0;
}
.arrow-slide {
    cursor: pointer;
}
.arrow-slide svg > *,
.arrow-slide svg > * > * {
    transition: .4s all;
}
.arrow-slide:hover circle {
    stroke-opacity: 1;
}
.arrow-slide:hover stop {
    stop-color: var(--main-cl);
}


/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;
}
.btn-loading:after{
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: var(--sub-cl);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 0.9rem);
    top: calc(50% - 0.9rem);
}
.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);
    }
}

/*effect loading img*/
.loading_show_more {
    position: relative;
    overflow: hidden;
}
.loading_show_more > div,
.loading_show_more .no_result {
    opacity: 0.3;
    transition: .5s all;
}
.no_result {
    margin-top: 3.84rem;
    font-size: 1.92rem;
    color: var(--main-cl);
    text-align: center;
}
.loading_show_more::before {
    content: '';
    position: absolute;
    z-index: 50;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 9.6rem;
    height: 4.8rem;
    /* Logo làm background layer 1, shine làm layer 2 */
    background-image:
            linear-gradient(
                    120deg,
                    transparent 0%,
                    rgba(255, 255, 255, 0.8) 50%,
                    transparent 100%
            ),
            url('../images/logo.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: -150% center, center;
    background-size: 60% 100%, contain;

    display: inline-block;
    box-sizing: border-box;
    animation: shine .7s ease-in-out infinite alternate;
}
.loading_show_more::after {
    content: '';
    position: absolute;
    z-index: 49;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
    height: 4.8rem;
    background-color: white;
    border-radius: 0.5rem;
}
@keyframes shine {
    0%   { background-position: -150% center, center; }
    100% { background-position: 250% center, center; }
}

/*fixed contact*/
ul.fixed_button.desktop_display {
    position: fixed;
    bottom: 0;
    right: 1.92rem;
    list-style: none;
    transform: translateY(-35%);
    z-index: 99;
}
ul.fixed_button>li:not(:last-child) {
    margin-bottom: 0.768rem;
}
ul.fixed_button>li>a {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1rem);
    background: var(--color);
    border: 1px solid var(--color);
    border-radius: 50%;
    z-index: 1;
    transition: .5s all;

}
ul.fixed_button>li>a img {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
    z-index: 1;
}
ul.fixed_button>li>a:hover {
    transform: scale(1.1);
    transition: .5s all;
}
ul.button_cta.mobile_display{
    display:none;
}
@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{
    position: relative;
}

ul.fixed_button li a:before,
li.button_cta_open:before {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    animation: pulse-border 1000ms ease-out infinite;
    background: var(--color);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
}


/*-------------------*/
/*RECRUIT DETAILS*/
.recruit-details-title .sec-title {
    font-size: 2.083rem;
    line-height: 100%;
}
.recruit-details-title .sec-desc {
    margin-top: 1.5625rem;
}
.content-recruit-details {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 1px solid #20202033;
}
.sidebar_wrap .wrap-content .item.deadline {
    margin-top: 0.521rem;
}
.sidebar_wrap .deadline div.content,
.content-recruit-details .deadline div.content {
    gap: 0.417rem;
}
.content-recruit-details .wrap-info {
    display: flex;
    flex-direction: column;
    gap: 0.78125rem;
}
.content-recruit-details .wrap-info svg {
    width: 1.042rem;
    height: 1.042rem;
    flex-shrink: 0;
    margin-right: 0.417rem;
}
.content-recruit-details ul.item_tags {
    gap: 0.833rem;
}
.content-recruit-details ul.item_tags li {
    border-radius: 5.208rem;
    border: 1px solid #20202033;
    padding: 0.3125rem 0.625rem;
}
.content-recruit-details ul.item_tags span.content {
    margin-left: 0.417rem;
}
.cta-recruit {
    margin-top: 1.5625rem;
}
.content-recruit-details .content-job {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 1px solid #20202033;
}
.content-recruit-details .content-job :is(ul, ol) {
    padding-left: 2rem;
}
.content-recruit-details .content-job li {
    margin-bottom: 0.2rem;
}
.content-recruit-details .content-job :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 800;
    font-size: 1.042rem;
    margin-bottom: 0.833rem;
}
.content-recruit-details .content-job hr {
    margin: 1.5625rem 0;
    border-color: #20202033;
    opacity: 1;
}

.sec-form-recruit {
    padding-top: 5.208rem;
}
.form-recruit {
    margin-top: 2rem;
    padding-left: 5rem;
}
.img-form-recruit {
    margin-left: calc(-1 * (100vw - var(--container-w)) / 2 - 0.78125rem);
}
.form-recruit .sec-desc {
    margin-top: 0.521rem;
}
.form-recruit .box-form {
    margin-top: 1.5625rem;
}

/*RECRUIT*/
.page-template-recruit #footer {
    margin-top: 5.208rem;
}
.recruit-1 {
    padding-top: 7.8125rem;
}
.recruit-title-1 .sec-desc {
    margin-top: 0.521rem;
}
.slide-recruit-1 {
    margin: 2.083rem -0.625rem 0;
}
.slide-recruit-1 .item {
    margin: 0 0.625rem;
    padding: 1.5625rem;
    border: 1px solid #20202033;
}
.slide-recruit-1 .item:hover {
    border-color: #FBCCC8;
}
.slide-recruit-1 .item>.icon {
    height: unset !important;
}
.slide-recruit-1 .item>.content {
    margin-top: 5.208rem;
    height: auto !important;
}
.slide-recruit-1 .item:hover h3 {
    color: var(--main-cl);
}
.slide-recruit-1 .item .desc {
    margin-top: 0.833rem;
}
.recruit-2 {
    padding-top: 7.8125rem;
}
.recruit-video {
    margin-top: 2.083rem;
}
.recruit-video .img-wrap {
    height: 41.302rem;
}
.recruit-video .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 1;
    pointer-events: none;
}
.recruit-video .img-wrap>.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:22;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.recruit-video span.effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit-video .img-wrap>.btn-play:hover>svg circle {
    fill: var(--sub-cl);
}
.recruit-video .img-wrap>.btn-play:hover>svg path {
    fill: var(--sub-cl);
}
.recruit-video .btn-play:hover span.effect svg stop {
    stop-color: var(--sub-cl);
}
.recruit-video span.effect circle.eff_1 {
    animation: scaleEffect1 4s ease-in-out infinite;
    transform-origin: center;
}
.recruit-video span.effect circle.eff_2 {
    animation: opacityEffect2 4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes scaleEffect1 {
    0% {
        transform: scale(0.5);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes opacityEffect2 {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    25% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(0.5);
    }
}
.recruit-3 {
    padding-top: 7.8125rem;
}
.recruit-title-3 .sec-desc {
    margin-top: 1.042rem;
}
.recruit-list-3 {
    margin: 2.083rem -1.25rem 0;
}
.recruit-list-3 .post-item {
    margin: 0 1.25rem;
}
.recruit-list-3 .post-item:hover h3 {
    color: var(--sub-cl);
}
.recruit-list-3 .arrow-slide.prev {
    left: -5%;
}
.recruit-list-3 .arrow-slide.next {
    right: -5%;
}
.recruit-4 {
    padding-top: 7.8125rem;
}
.recruit-list-4 {
    margin-top: 2.083rem;
}
.recruit-title-4 .sec-desc {
    margin-top: 1.042rem;
}
.slide-recruit-4 {
    padding-top: 2.083rem;
    margin: 0 -2.8125rem;
}
.slide-recruit-4 .item {
    margin: 0 2.8125rem;
}
.slide-recruit-4 .swiper-slide.swiper-slide-active .item {
    transform: translateY(-2.083rem);
}
.recruit-list-4 .nk-pagination {
    padding: 1.5rem 0 .6rem;
}
.slide-recruit-4 .img-wrap:after,
.slide-recruit-4 .img-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    transition: .4s all;
}
.slide-recruit-4 .img-wrap:after {
    background: linear-gradient(180deg, rgba(248, 121, 38, 0) 0%, #F54332 100%);
    height: 0;
}
.slide-recruit-4 .item:hover .img-wrap:before {
    opacity: 0;
}
.slide-recruit-4 .item:hover .img-wrap:after {
    height: 70%;
}
.slide-recruit-4 .item>.box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.823rem 2.083rem;
}
.recruit-5 {
    padding-top: 7.8125rem;
}
.recruit-title-5 .sec-desc {
    margin-top: 1.042rem;
}
.btn-recruit {
    margin-top: 2.083rem;
}

.item-recruit .wrap-info {
    margin-top: 0.833rem;
}
.item-recruit .icon {
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    width: 2.34375rem;
    height: 2.34375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5.208rem;
    margin-left: auto;
    flex-shrink: 0;
}
.item-recruit .icon>svg {
    position: absolute;
    z-index: 2;
}
.item-recruit .icon svg {
    position: absolute;
    z-index: 2;
}
.item-recruit .icon svg:nth-child(2) {
    transform: translate(-100%, 100%);
}
.item-recruit .icon:hover svg:nth-child(2) {
    transform: translate(0%, 0%);
}
.item-recruit .icon:hover svg:nth-child(1) {
    transform: translate(100%, -100%);
}

/*SINGLE DETAILS*/
body.single-post #footer {
    margin-top: 7.8125rem;
}
.layout-post-normal .term-date {
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #808080;
    gap: 0.625rem;
    margin-top: 1.5625rem;
}
.layout-post-normal .post-content {
    margin-top: 1.5625rem;
}
.post-content ul,
.post-content ol {
    padding-left: 2.5rem;
}
.post-content iframe {
    height: 20rem;
    border-radius: 1.042rem;
}
.layout-post-normal .post-content  {
    margin-top: 1.6rem;
}
.layout-post-normal .post-content :is(h1, h2) {
    font-weight: 800;
    font-size: 1.042rem;
}
.layout-post-normal .post-content :is(h3, h4, h5, h6) {
    font-weight: 800;
    font-size: 0.9375rem;
}
.layout-post-normal .post-content :is(h1, h2) + :is(h3, h4, h5, h6) {
    padding-left: 1.4rem;
    margin-top: 1.3rem;
}
.layout-post-normal .post-content :is(ul, ol, p) + :is(h3, h4, h5, h6) {
    padding-left: 1.4rem;
}
.layout-post-normal .post-content :is(ul,ol) {
    padding-left: 2.4rem;
}
.layout-post-normal .post-content li {
    margin-bottom: 0.2rem;
}
.layout-post-normal .post-content :is(h3, h4, h5, h6) + :is(ul,ol) {
    padding-left: 3.4rem;
}
.layout-post-normal .post-content strong {
    font-weight: 700;
}
.layout-post-normal .post-content p>img {
    margin-top: 1.25rem;
}
.layout-post-normal .sidebar_wrap {
    border: 0;
    padding: 0;
    margin-top: 0 !important;
    margin-left: 4rem;
}
.layout-post-normal .list-post {
    margin-top: 0;
}
.layout-post-normal .list-post .term-date {
    margin-top: 0;
}
.layout-post-normal .list-post .post-item {
    margin-top: 1.042rem;
    padding-top: 1.042rem;
    border-top: 1px solid #20202033;
}
.layout-post-normal .list-post .post-item {
    gap: 0.521rem;
}
blockquote {
    border-color: var(--main-cl);
    color: #333333;
    font-size: 1rem;
    font-style: normal;
    margin: 0 0 1.25em;
    padding: 0 0 0 1rem;
    position: relative;
}
blockquote p:not(:last-child) {
    margin-bottom: 0.3rem;
}
.post-footer {
    flex-wrap: wrap;
    gap: 0.96rem;
    margin-top: 1.6rem;
    padding: 1.6rem 0 0;
    border-top: 1px solid rgba(21, 5, 45, 0.1);
}
.post-footer span.title {
     font-size: 0.9375rem;
    margin-right: 0.833rem;
    color: #333333;
}
.sharing-wrap .sharing {
    gap: 0.5rem;
}
.sharing-wrap a:hover circle {
    fill: var(--main-cl);
}
.sharing-wrap a:hover path {
    fill: #fff;
}
.a-style a {
    color: var(--main-cl) !important;
    background-image: linear-gradient(120deg, var(--main-cl) 0%, var(--main-cl) 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all 0.4s;
}
.a-style a:hover {
    background-size: 100% 100%;
    color: #FFF !important;
}

.layout-post-normal #ez-toc-container {
    width: 100%;
    background: #FFFFFF !important;
    border: 1px solid #20202033 !important;
    border-radius: 0;
    padding: 1.5625rem;
    margin: 1.6rem 0 !important;
}
.layout-post-normal div#ez-toc-container .ez-toc-title {
    font-weight: 800;
    padding-left: 2rem;
    position: relative;
}
.layout-post-normal div#ez-toc-container .ez-toc-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuNzUgNkgyMC4yNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy43NSAxOEgyMC4yNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: contain;
    background-position: center;
    pointer-events: none;
}
.layout-post-normal .ez-toc-title-container>.ez-toc-title {
    font-weight: 800;
    font-size: 1.042rem;
}
.layout-post-normal #ez-toc-container>nav {
    border-top: 1px solid #20202033;
    padding-top: 0.7995rem;
    margin-top: 0.7995rem;
}
.layout-post-normal #ez-toc-container .ez-toc-list>li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.layout-post-normal #ez-toc-container ul li {
    font-weight: unset !important;
}
.layout-post-normal #ez-toc-container .ez-toc-heading-level-2>a {
    font-size: 0.9rem;
    font-weight: 400 !important;
}
.layout-post-normal #ez-toc-container .ez-toc-heading-level-3>a {
    font-weight: 400;
    font-size: 0.88rem;
}
.layout-post-normal #ez-toc-container .ez-toc-list a {
    border-bottom: 1px solid transparent;
    background-image: none !important;
    text-decoration: unset !important;
    color: #202020 !important;
}
.layout-post-normal #ez-toc-container .ez-toc-list a+ul {
    margin-top: 0.417rem;
}
.layout-post-normal #ez-toc-container .ez-toc-list a+ul>li {
    margin-bottom: 0.3125rem;
}
.layout-post-normal #ez-toc-container .ez-toc-list a:hover {
    color: var(--main-cl) !important;
    font-weight: 800 !important;
    border-color: var(--main-cl);
}
.layout-post-normal .ez-toc-icon-toggle-span {
    position: relative;
}
.layout-post-normal #ez-toc-container .ez-toc-js-icon-con {
    border: 0 !important;
}
.layout-post-normal .ez-toc-icon-toggle-span:before {
    content: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 0.7995rem;
    height: 0.7995rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMyMDMgMTAuNjY2N0w3LjI5MTU5IDYuNzA3MTFDNy42ODIxMiA2LjMxNjU4IDguMzE1MjggNi4zMTY1OCA4LjcwNTggNi43MDcxMUwxMi42NjU0IDEwLjY2NjciIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
}
.layout-post-normal .toc_close .ez-toc-icon-toggle-span:before {
    transform: translate(-50%, -50%) rotate(-180deg);
}
.layout-post-normal .ez-toc-icon-toggle-span svg {
    display: none !important;
}

/*BLOG*/
.tag #footer,
.category #footer,
.page-template-blog #footer {
    margin-top: 5.208rem;
}
.blog-page {
    padding-top: 7.7rem;
}
.blog-highlight-wrap {
    margin-top: 2.083rem;
}
.blog-highlight-wrap .post-item {
    flex-direction: row;
    gap: 0;
    height: 27.448rem;
}
.blog-highlight-wrap .post-item>.img-wrap {
    width: 60%;
    flex-shrink: 0;
    height: 100%;
}
.blog-highlight-wrap .post-item>.cont-wrap {
    padding-left: 2.5rem;
}
.blog-highlight-wrap .cont-wrap .term-date {
    color: #202020;
}
.slide-blog-highlight {
    margin-top: 2.083rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}
.slide-blog-highlight .swiper-slide:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #20202033;
    pointer-events: none;
}
.slide-blog-highlight .post-item {
    height: auto;
    margin: 0 2.5rem;
}
.slide-blog-highlight .post-item>.img-wrap {
    display: none;
}
.slide-blog-highlight .post-item>.cont-wrap {
    padding-left: 0;
}
.slide-blog-highlight .cont-wrap .term-date {
    color: #808080;
}
.slide-blog-highlight .swiper-pagination.mobile-hide {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.blog-highlight-wrap + .blog-wrap-post {
    margin-top: 7rem;
}
.blog-wrap-post .load-post-cat {
    margin-top: 2.083rem;
}
.blog-wrap-post .grid-box {
    gap: 2.5rem;
}
.blog-wrap-post .post-item .img-wrap {
    aspect-ratio: 438/285;
}
.btn-blog {
    margin-top: 2.083rem;
}

/*SERVICE DETAILS*/
body.tax-service-category #footer,
body.single-service #footer {
    margin-top: 7.8125rem;
}
.service-details {
    padding-top: 7.8125rem;
}
.service-list-1 .item > * {
    width: 50%;
    flex-shrink: 0;
}
.service-list-1 .item:not(:first-child) {
    margin-top: 5.208rem;
}
.service-list-1 .item .title-group {
    padding-left: 6.25rem;
}
.service-list-1 .item:nth-child(even) .title-group {
    order: -1;
    padding-left: 0;
    padding-right: 6.25rem;
}
.service-list-1 .item:last-child .title-group {
    padding-right: 5rem;
}
.service-list-1 .item .sec-desc {
    margin-top: 1.042rem;
}
.service-related {
    padding-top: 7.8125rem;
}
.service-related .arrow-sec {
    gap: 0.833rem;
}
.slide-service-related {
    margin-top: 2.083rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.slide-service-related .item-service {
    margin: 0 1.25rem;
}
.item-service .img-wrap {
    aspect-ratio: 681/443;
}
.item-service .img-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 50%, rgba(0, 0, 0, 0.9) 100%);
    pointer-events: none;
    z-index: 1;
}
.item-service .cont-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;

    display: flex;
    flex-direction: column;
    gap: 0.521rem;
    padding: 0 2.5rem 1.25rem;
}
.item-service .arrow-btn {
    color: #fff !important;
}

/*SERVICE*/
.page-template-service #footer {
    margin-top: 5.208rem;
}
.service-page {
    padding-top: 6.5rem;
}
.service-number-counter.home-2 {
    background: transparent !important;
}
.service-number-counter .year-wrap {
    position: unset !important;
    width: fit-content;
    margin: 0 auto;
}
.service-number-counter + .service-wrap-post {
    margin-top: 5rem;
}
.service-wrap-post .terms-menu ul > li > a {
    padding: 0.5rem 0.833rem 0.4rem;
    line-height: normal;
}
.load-service-cat {
    margin-top: 2.083rem;
}
.load-service-cat .grid-box {
    gap: 2.5rem;
}
.btn-service {
    margin-top: 2.083rem;
}

/*SUSTAINABLE*/
.page-template-sustainable #footer {
    margin-top: 7.8125rem;
}
.sustainable-1 {
    padding-top: 7.8125rem;
}
.sustainable-list-1 .item>* {
    width: 50%;
    flex-shrink: 0;
}
.sustainable-list-1 .item .cont-wrap {
    padding-left: 6.25rem;
}
.sustainable-list-1 .item:nth-child(even) .cont-wrap {
    padding-left: 0;
    order: -1;
    margin-top: 5.208rem;
}
.sustainable-list-1 .item:nth-child(even) .img-wrap {
    padding-left: 6.25rem;
}
.sustainable-list-1 .item .sec-desc {
    margin-top: 1.5625rem;
}

.sustainable-2 {
    margin-top: 7.8125rem;
}
.bg_member_container {
    height: 48.75rem;
}
.bg_member_container svg {
    position: absolute;
    z-index: 4;
    pointer-events: none;
    right: 0;
    bottom: 0;
}
.bg_member_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 79.92%, rgba(0, 0, 0, 0) 100%);
    z-index: 3;
}
.box_member_wrapper .bg_member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, z-index 0s 0.5s;
    z-index: 1;
    opacity: 0;
}
.box_member_wrapper .bg_member>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_member_wrapper .bg_member.active {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0s;
}
.box_member_wrapper .item_member_container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.box_member_wrapper .box_item_wrap {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.box_member_wrapper .item_member {
    position: relative;
    width: 12.5rem;
    aspect-ratio: 1/1;
    border: 1px solid #FFFFFF26;
    transition: .5s all;
    padding: 1.25rem;
    overflow: hidden;
}
.box_member_wrapper .item_member:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background: #0000001A;
    pointer-events: none;
    z-index: 1;
}
.box_member_wrapper .item_member:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    backdrop-filter: blur(10px);
    border-bottom-right-radius: 100%;
    transform: translate(-100%, -100%);
    pointer-events: none;
    z-index: 2;
}
.box_member_wrapper .item_member.active:before,
.box_member_wrapper .item_member:hover:before {
    transform: translate(0%, 0%);
    border-bottom-right-radius: 0;
}
.box_member_wrapper .item_member>.inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 2;
}
.box_member_wrapper .item_member .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    width: 2.34375rem;
    height: 2.34375rem;
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    border-radius: 5.208rem;
    overflow: hidden;
    flex-shrink: 0;
}
.box_member_wrapper .item_member .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
    transform: translate(-100%, 100%);
    background: #fff;
    border-radius: 5.208rem;
    pointer-events: none;
    z-index: 1;
}
.box_member_wrapper .item_member .icon>svg {
    position: absolute;
    z-index: 2;
}
.box_member_wrapper .item_member.active .icon:before,
.box_member_wrapper .item_member:hover .icon:before {
    transform: translate(0, 0);
}
.box_member_wrapper .item_member .icon>svg:nth-child(2) {
    transform: translate(-100%, 100%);
}
.box_member_wrapper .item_member:hover .icon>svg:nth-child(2) {
    transform: translate(0%, 0%);
}
.box_member_wrapper .item_member:hover .icon>svg:nth-child(1) {
    transform: translate(100%, -100%);
}
.box_member_wrapper .item_member.active path,
.box_member_wrapper .item_member:hover path {
    stroke: #202020;
}
.box_member_wrapper .item_member.item_opacity {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.box_member_wrapper .item_member.item_opacity:last-of-type {
    display: none !important;
}

.item_member_container > .row {
    height: 100%;
    flex-flow: column;
    justify-content: space-between;
}
.item_member_container .title-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 5.208rem;
}
.item_member_container .title-group .desc {
    margin-top: 1.042rem;
}
.item_member_container .title-group .desc strong {
    font-weight: 800;
}

.sustainable-3 {
    padding-top: 7.8125rem;
}
.title-sustainable-3 {
    padding-right: 5rem;
}
.title-sustainable-3 .sec-desc {
    margin-top: 1.5625rem;
}
.slide-sustainable-3 {
    height: 26.042rem;
    margin-right: -1rem;
    padding-top: 2.34375rem;
}
.slide-sustainable-3:before {
    content: '';
    position: absolute;
    top: -12%;
    left: var(--line-offset);
    width: 1px;
    height: 100%;
    background: #20202033;
    pointer-events: none;
}
.slide-sustainable-3 .year-wrap:after {
    content: '';
    position: absolute;
    top: 40%;
    left: calc(var(--line-offset-af) - 0.2085rem);
    width: 0.417rem;
    height: 0.417rem;
    border-radius: 5rem;
    background: #D2D2D2;
    pointer-events: none;
    z-index: 2;
}
.slide-sustainable-3 .swiper-slide.swiper-slide-active .year-wrap:after {
    background: var(--main-cl);
}
.slide-sustainable-3 .item {
    opacity: 0.4;
}
.slide-sustainable-3 .swiper-slide.swiper-slide-active .item {
    opacity: 1;
}
.slide-sustainable-3 .year-wrap {
    height: fit-content;
    flex-shrink: 0;
    padding-right: 1.5625rem;
}
.slide-sustainable-3 .year-inner {
    color: #20202066;
}
.slide-sustainable-3 .year-opacity {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--main-cl);
}
.slide-sustainable-3 .swiper-slide.swiper-slide-active .year-inner {
    opacity: 0;
}
.slide-sustainable-3 .swiper-slide.swiper-slide-active .year-opacity {
    opacity: 1;
}
.slide-sustainable-3 .cont-wrap {
    margin-left: 1.25rem;
}

.sustainable-4 {
    padding-top: 6rem;
}
.title-sustainable-4 .sec-desc {
    margin-top: 1.042rem;
}
.slide-sustainable-4 {
    margin: 2.083rem -1.38rem 0;
}
.slide-sustainable-4 .item  {
    display: flex;
    flex-direction: column;
    gap: 5.208rem;
    margin: 0 1.38rem;
    padding-left: 1.25rem;
}
.slide-sustainable-4 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 1px;
    background: #20202033;
    pointer-events: none;
}
.wrap-sustainable-4 .swiper-pagination {
    padding-top: 2rem;
}

/*PRODUCT DETAILS*/
.single-product #footer {
    margin-top: 7.8125rem;
}
.product-gallery-wrap {
    display: flex;
    gap: 0.833rem;
    height: 28.333rem;
}
.product-gallery-wrap .slide-thumb {
    width: 5rem;
    height: 100%;
}
.product-gallery-wrap .slide-thumb .img-wrap {
    height: 100%;
    border: 2px solid transparent;
    cursor: pointer;
}
.product-gallery-wrap .slide-thumb .img-wrap:hover,
.product-gallery-wrap .swiper-slide.swiper-slide-thumb-active .img-wrap {
    border-color: var(--main-cl);
}
.product-gallery-wrap .gallery-main {
    width: calc(100% - 5.833rem);
}
.product-gallery-wrap .slide-main .img-wrap,
.product-gallery-wrap .slide-main {
    height: 100%;
}
.product-gallery-wrap .slide-main .arrow-absolute {
    display: flex;
    position: absolute;
    bottom: 0.833rem;
    left: 40%;
    gap: 0.833rem;
    z-index: 3;
}
.product-gallery-wrap .slide-main .arrow-slide {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
}

.wrap-overview-product {
    padding-left: 4.167rem;
}
.wrap-overview-product .heading {
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
}
.wrap-overview-product .heading .title-term {
    margin-right: 0.3rem;
}
.wrap-overview-product .heading .content-term {
    text-transform: lowercase;
}
.wrap-overview-product .heading .tags-wrap {
    margin-left: 0.6rem;
}
.wrap-overview-product .sharing-wrap,
.wrap-overview-product .cta-wrap {
    padding-top: 1.042rem;
    margin-top: 1.042rem;
    border-top: 1px solid #20202033;
    gap: 0.833rem;
}

.wrap-product-info {
    margin-top: 5.208rem;
}
.wrap-product-info .content-inner {
    border: 1px solid #20202033;
    padding: 1.5625rem;
}
.wrap-product-info .wrap-tabs>li {
    width: calc(100% / 2);
    background-image: linear-gradient(120deg, var(--main-cl) 0%, var(--sub-cl) 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    padding: 0.625rem 1rem;
    transition: .45s all;
    cursor: pointer;
}
.wrap-product-info .wrap-tabs>li.active,
.wrap-product-info .wrap-tabs>li:hover {
    background-size: 100% 100%;
    color: #fff;
}
.wrap-product-info .box-content {
    margin-top: 1.5625rem;
}
.wrap-product-info .box-content .item {
    display: none;
}
.wrap-product-info .box-content .item.active {
    display: block;
}
.wrap-product-info .box-content :is(ul, ol) {
    list-style-position:  inside;
}
.wrap-product-info .box-content table+table {
    margin-top: 1.5625rem;
}
.wrap-product-info .box-content table.custom-table-content {
    width: 100% !important;
    border: 1px solid #20202033;
}
.wrap-product-info table.custom-table-content thead th {
    text-align: center;
    letter-spacing: unset;
    line-height: normal;
    text-transform: initial;
    padding: 0.9375rem 1.5625rem;
}
.wrap-product-info table.custom-table-content tbody tr {
    border-color: #20202033;
    height: 100% !important;
}
.wrap-product-info table.custom-table-content tbody tr:nth-child(1)>td {
    border-bottom: 1px solid #20202033;
}
.wrap-product-info table.custom-table-content tbody tr>td {
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
}
.wrap-product-info table.custom-table-content tr>td {
    width: calc(100% / 3) !important;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    color: #202020;
}
.wrap-product-info table.custom-table-content tr>td:not(:last-child) {
    border-right: 1px solid #20202033;
}
.wrap-product-info table.custom-table-content thead th,
.wrap-product-info table.custom-table-content tr>td:nth-child(1) {
    font-weight: 800;
    font-size: 1.042rem;
}
.wrap-product-info table.custom-table-content tr>td:nth-child(n+2) {
    font-size: 0.9375rem;
}
.wrap-product-info table.custom-table-content tr>td:last-child em {
    font-size: 0.729rem;
    font-style: normal !important;
    color: #20202080;
}
.wrap-product-info table tr,
.wrap-product-info table {
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-info table tr>td {
    width: calc(100% / 2) !important;
    height: 100% !important;
    padding: 0;
    border-bottom: 0;
}
.wrap-product-info table tr>td:nth-child(1) {
    padding-right: 1.25rem;
}
.wrap-product-info table tr>td:nth-child(2) {
    padding-left: 1.25rem;
}
.wrap-product-info table figure {
     width: 100% !important;
}
.wrap-product-info table .wp-caption-text {
    font-size: 0.677rem;
    font-style: normal;
    background: #fff;
    text-align: left;
    color: #20202080;
    letter-spacing: unset;
    padding: 0.521rem 0 0;
}
.product-policy.sidebar_wrap {
    margin-top: 0;
    margin-left: 4rem;
    top: 9rem;
}
.product-policy .item {
    gap: 1.042rem;
}
.product-policy .item:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.product-policy .item>.icon {
    width: fit-content;
    flex-shrink: 0;
}
.product-policy .item .content {
    color: #20202080;
}

.product-details-2 {
    padding-top: 5.208rem;
}
.album-product-details {
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 0.78125rem);
}
.slide-product-details {
    padding: 0 37.5rem;
    margin: 2.083rem -1.25rem 0;
}
.slide-product-details .img-wrap {
    margin: 0 1.25rem;
    transition: .5s all;
}
.slide-product-details .swiper-slide:has(~ .swiper-slide-prev) .img-wrap,
.slide-product-details .swiper-slide.swiper-slide-next ~ * .img-wrap {
    opacity: 0.5;
}
.slide-product-details .swiper-pagination {
    padding: 1.8rem 0 1rem;
}

.product-related {
    padding-top: 7.8125rem;
}
.slide-product-related {
    margin: 2.083rem -0.625rem 0;
}
.slide-product-related .item-product {
    margin: 0 0.625rem;
}
.wrap-product-related .arrow-slide.prev {
    left: -4%;
}
.wrap-product-related .arrow-slide.next {
    right: -4%;
}

.item-product {}
.item-product .img-wrap {
    aspect-ratio: 454/295;
}
.item-product .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20202066;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}
.item-product:hover .img-wrap:before {
    opacity: 1;
}
.item-product svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.item-product:hover svg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.item-product .cont-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.521rem;
    margin-top: 0.833rem;
}
.item-product .cont-wrap h3 {
    height: calc(1.6rem * 2);
}

/*PRODUCT*/
body.page-template-product {
    overflow: clip;
}
.tax-product-category #footer,
.page-template-product #footer {
    margin-top: 5.208rem;
}
.product-page {
    padding-top: 7.8125rem;
}
.result_alpha {
    position: relative;
    z-index: 21;
    padding-left: 4.167rem;
}
.result_alpha .sec-title {
    width: fit-content;
}
.result_alpha .select-styled {
    border: 0;
    font-weight: 800;
    padding: 0;
}
.result_alpha .form_item {
    width: 8rem;
    margin-bottom: 0;
}
.result_alpha .alpha {
    gap: 1rem;
}
.result_alpha .alpha>span.title {
    color: #585D6D;
}
.result_alpha #sort_product {
    border: none !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    margin: 0;
}
.result_alpha #sort_product option {
    border: none !important;
    background: var(--main-cl);
}
.result_alpha #sort_product option:nth-child(1) {
    border-top-right-radius:0.4rem;
}

.box_terms_product {
    margin: 0 !important;
    padding: 1.5625rem 0.99rem 1.5625rem 1.5625rem;
    overflow-x: unset;
}
.filter-inner {
    background: #fff;
}
.filter-inner>.list_option .item {
    margin-top: 1.5625rem;
    padding-top: 1.042rem;
    border-top: 1px solid #20202033;
}
.filter-inner>.list_option .item {}

.filter-inner>.list_option span.wrap_title{
    cursor: pointer;
    gap: 0.5rem;
}
.filter-inner>.list_option h2.title>.title,
.filter-inner>.list_option span.wrap_title>.title{
    /*line-height: 1.4;*/
    /*color: #fff;*/
}
.filter-inner>.list_option span.wrap_title>.title {
    font-size: 0.94rem;
}
.filter-inner>.list_option svg {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}
.filter-inner>.list_option h2.title.active svg,
.filter-inner>.list_option span.wrap_title.active svg{
    transform: rotate(-180deg);
}
.filter-inner>.list_option .options_container {
    margin-top: 0.833rem;
    margin-left: 0.833rem;
}
.filter-inner>.list_option .options_container>label {
    cursor: pointer;
    position: relative;
}
.filter-inner>.list_option .options_container>label>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
    opacity: 0;
    margin: 0 !important;
}
.filter-inner>.list_option .options_container>label:not(:last-child) {
    margin-bottom: 0.26rem;
}
.filter-inner>.list_option .options_container>label.active,
.filter-inner>.list_option .options_container>label:hover {
    color: var(--main-cl);
    font-weight: 800;
}

.filter-inner>.list_option label:not(:last-child) {
    margin-bottom: 0.75rem;
}
label.style_checkbox {
    display: flex;
    gap: 0.6rem;
    font-weight: unset;
    cursor: pointer;
}
.style_checkbox span.label {
    transition: .5s all;
}
label.style_checkbox:hover span.label {
    color: var(--main-cl) !important;
}
.style_checkbox input[type='checkbox'] {
    flex: 0 0 auto;
    position: relative;
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin: 0;
    cursor: pointer;
    border: 1px solid #D7D7D7;
    background: #fff;
    overflow: hidden;
}
.style_checkbox input[type='checkbox']:checked {
    border-color: var(--main-cl);
}
.style_checkbox input[type='checkbox']::before,
.style_checkbox input[type='checkbox']::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
    z-index: 1;
}
.style_checkbox input[type='checkbox']::before {
    width: 0.6rem;
    height: 0.4rem;
    background: url(../images/checked.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
}
.style_checkbox input[type='checkbox']::after {
    width: 120%;
    height: 120%;
    background: var(--main-cl);
}
.style_checkbox input[type='checkbox']:checked::before,
.style_checkbox input[type='checkbox']:checked::after {
    opacity: 1;
}

#container-product-term {
    padding-left: 4rem;
}
#container-product-term>.grid-box {
    gap: 2.5rem;
    margin-top: 2.083rem;
}
#container-product-term .item-product .cont-wrap {
    gap: 0;
}
.btn-product {
    margin-top: 2.083rem;
}

/*filter mobile*/
.btn-close-filter,
.fixed-show-filter-btn{
    display: none;
}

/*ABOUT*/
.about-1 {
    padding-top: 7.8125rem;
}
.about-bg-1 {
    position: absolute;
    top: 0;
    right: calc((100% - var(--container-w)) / 2);
    pointer-events: none;
}
.about-bg-1>img {
    width: fit-content;
}
.title-about-1 {
    padding-right: 6.208rem;
}
.title-about-1 .sec-desc {
    margin-top: 1.5625rem;
}
.content-about-1 {
    padding-left: 5.208rem;
}
.content-about-1 .content-quote {
    padding-left: 0.833rem;
    border-left: 1px solid var(--main-cl);
}
.home-2.about-number-counter {
    background: transparent;
    margin-top: 2.083rem;
}
.home-2.about-number-counter>.year-wrap {
    position: unset;
}
.home-2.about-number-counter .year-wrap .text b {
    margin-top: .4rem;
}
.about-img-1 {
    margin-top: 2.604rem;
}
.about-img-1 svg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}
.about-img-1.active #revealClip rect {
    animation: revealRTL 1.2s ease forwards;
}
.about-img-1 .img-wrap.img-1 {
    position: relative;
    z-index: 3;
}
.about-img-1 .img-wrap.img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@keyframes revealLTR {
    from { width: 0; }
    to   { width: 1195px; }
}
@keyframes revealRTL {
    from {
        x: 1195px;
        width: 0;
    }
    to {
        x: 0;
        width: 1195px;
    }
}
.about-counter-1 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.083rem;
}
.number-wrap > div {
    font-weight: 700;
    font-size: 4.167rem;
    line-height: 5.417rem;
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    background-clip: text;
    color: transparent;
}
.number-wrap .number{
    position: absolute;
}
.number-wrap .number-hide {
    opacity: 0;
}

.about-2 {
    margin-top: 9rem;
    background: #FAFAFA;
}
.about-img-2 {
    height: 100%;
    margin-left: calc(-1 * (100vw - var(--container-w)) / 2 - 0.78125rem);
}
.about-img-2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 12.5rem;
    height: 100%;
    background: linear-gradient(270deg, #FAFAFA 0%, rgba(250, 250, 250, 0.6) 50%, rgba(250, 250, 250, 0) 100%);
    z-index: 2;
}
.about-content-2 {
    padding: 3.59375rem 0;
    padding-left: 5rem;
}
.about-content-2 .wrap-about-slide {
    margin-top: 5.208rem;
}
.about-content-2 .content-slide {
    border-left: 1px solid var(--main-cl);
    padding-left: 0.833rem;
    margin-top: 5.208rem;
}
.about-content-2 .wrap-about-slide .slide-inner {
    gap: 1.25rem;
}
.about-content-2 .wrap-about-slide .arrow-wrap {
    gap: 0.833rem;
    margin-bottom: -3%;
}
.about-slide-2:before {
    content: '';
    position: absolute;
    bottom: 0.417rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #20202033;
    pointer-events: none;
}
.about-slide-2 {
    padding-bottom: 0.417rem;
}
.about-slide-2 .item {
    position: relative;
    padding-bottom: 1.042rem;
}
.about-slide-2 .item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.208rem;
    width: 0.417rem;
    height: 0.417rem;
    border-radius: 5.208rem;
    background: #D2D2D2;
    pointer-events: none;
    z-index: 2;
}
.about-slide-2 .swiper-slide.swiper-slide-active .item:before {
    background: var(--main-cl);
}
.about-slide-2 .year-opacity {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.about-slide-2 .year-inner {
    opacity: 0.4;
}
.about-slide-2 .swiper-slide.swiper-slide-active .year-inner {
    opacity: 0;
}
.about-slide-2 .swiper-slide.swiper-slide-active .year-opacity {
    opacity: 1;
}

.about-3 {
    padding-top: 10.417rem;
}
.about-content-3 .sec-desc {
    margin-top: 1.5625rem;
}
.content-about-3 {
    padding-left: 10rem;
}
.content-about-3 .item:not(:last-child) {
    margin-bottom: 1rem;
}
.content-about-3 .item>.flex-box {
    gap: 1rem;
}
.content-about-3 .item .text {
    font-weight: 300;
    font-size: 1.5625rem;
    line-height: 1.2;
}
.content-about-3 .item b {
    font-weight: 600;
    font-size: 1.042rem;
}
.about-chart-wrap {
    margin-top: 1.354rem;
}
.about-chart-wrap .slide-chart>svg {
    /*display: none;*/
    position: absolute;
    top: 30%;
    left: 0;
    height: auto;
    clip-path: inset(0 100% 0 0);
    transition-duration: 2s;
    pointer-events: none;
}
.about-chart-wrap.active .slide-chart>svg {
    clip-path: inset(0 0% 0 0)
}
@keyframes draw-left {
    0%      { clip-path: inset(0 100% 0 0) }
    28.6%   { clip-path: inset(0 0% 0 0) }
    75%     { clip-path: inset(0 0% 0 0) }
    100%    { clip-path: inset(0 100% 0 0) }
}
.about-chart-wrap .item {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.about-chart-wrap .swiper-slide .item {
    padding-right: 2.708rem;
}
.about-chart-wrap .item>.inner {
    width: 100%;
}
.about-chart-wrap .item .wrap-value {
    height: 25rem;
    display: flex;
    align-items: flex-end;
}
.about-chart-wrap .item .col-value {
    width: 100%;
    height: 0;
    background: linear-gradient(108.77deg, #F54332 14.22%, #F87926 100%);
    transform-origin: bottom;
    transition: 1s all;
}
.about-chart-wrap .item .col-value:before {
    content: attr(data-value);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    font-size: 1.5625rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.about-chart-wrap.active .item .col-value {
    height: calc((var(--value-chart) / var(--max-chart)) * 25rem);
}
.about-chart-wrap.active .item .col-value:before {
    opacity: 1;
}

.about-chart-wrap .item .year {
    opacity: 0.5;
    margin-top: 0.833rem;
}
.about-chart-wrap .note-chart {
    margin-top: 2.083rem;
}

.about-4 {
    margin-top: 10rem;
}
.title-about-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 5.208rem;
    padding-bottom: 3.333rem;
}
.box-about-4.box_member_wrapper .bg_member_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.452062) 47.88%, rgba(0, 0, 0, 0.65) 100%);
    pointer-events: none;
    z-index: 3;
}
.box-about-4.box_member_wrapper .item_member_container .title-about-sec4 {
    padding-bottom: 2rem;
    display: block;
    height: unset;
}
.box-about-4.box_member_wrapper .item_member_container .title-group {
    height: unset;
    padding: 0;
}
.box-about-4.box_member_wrapper .item_member_container > .row {
    flex-flow: unset;
    justify-content: unset;
}
.box-about-4.box_member_wrapper .box_item_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transform: translateX(calc( (100vw - var(--container-w)) / 2 + 0.78125rem));
    padding-left: 10rem;
}
.box-about-4.box_member_wrapper .item_member {
    width: 100%;
    height: calc(100% / 4);
    aspect-ratio: unset;
    padding: 1.5625rem 1rem;
}
.box-about-4.box_member_wrapper .item_member>.inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.box-about-4.box_member_wrapper .item_member:before {
    width: 2px;
    height: 100%;
    background: var(--main-cl);
}
.box-about-4.box_member_wrapper .item_member .icon:before {
    content: unset;
}
.box-about-4.box_member_wrapper .item_member:hover .icon>svg:nth-child(1) {
    transform: unset;
}
.box-about-4.box_member_wrapper .item_member.active path,
.box-about-4.box_member_wrapper .item_member:hover path {
    stroke: #fff;
}

.about-5 {
    padding-top: 10rem;
}
.about-menu-5 {
    margin-top: 3.125rem;
}
.content-about-5 {
    margin-top: 3.125rem;
    height: 34rem;
}
.content-about-5 .item-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .4s all;
}
.content-about-5 .item-slide.active {
    opacity: 1;
}
.content-about-5 .slide-about-5  {
    margin: 0 -4.271rem;
}
.slide-about-5 .item-bod {
    margin: 0 4.271rem;
}
.slide-about-5 .item-bod .cont-wrap {
    margin-top: 1.042rem;
}
.slide-about-5 .item-bod .cont-wrap>h4 {
    color: #808080;
    margin-top: 0.4rem;
}
.slide-about-5 .item-bod .cont-wrap>.desc {
    position: relative;
    margin-top: 1.042rem;
    padding-top: 1.042rem;
    color: #808080;
}
.slide-about-5 .item-bod .cont-wrap>.desc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5.208rem;
    height: 1px;
    background: #20202033;
}
.slide-about-5 .item-bod .img-wrap {
    aspect-ratio: 359/359;
}

.content-about-5 .arrow-absolute .arrow-slide.prev {
    left: -6%;
}
.content-about-5 .arrow-absolute .arrow-slide.next {
    right: -6%;
}
.content-about-6 .swiper-pagination.mobile-hide,
.content-about-5 .swiper-pagination.mobile-hide {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.page-template-about #footer {
    margin-top: 4.6875rem;
}
.about-6 {
    padding-top: 10rem;
}
.content-about-6 {
    width: 100%;
    margin-top: 2.083rem;
}
.content-about-6 .slide-about-6 {
    margin: 0 -1.042rem;
}
.content-about-6 .slide-about-6 .swiper-slide {
    transform: scale(0.82);
    opacity: 0.5;
    transition: all 0.4s;
}
.content-about-6 .slide-about-6 .swiper-slide.swiper-slide-prev,
.content-about-6 .slide-about-6 .swiper-slide.swiper-slide-next,
.content-about-6 .slide-about-6 .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.content-about-6 .slide-about-6 .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.content-about-6 .slide-about-6 .item {
    margin: 0 .3rem;
}
.content-about-6 .slide-about-6 .img-wrap {
    filter: drop-shadow(0px 4px 4px rgb(2 18 129 / 0.05));
}
.content-about-6 .slide-about-6 h3 {
    margin-top: 1rem;
    opacity: 0;
}
.content-about-6 .swiper-slide.swiper-slide-active h3 {
    opacity: 1;
}
.content-about-6 .swiper-slide a{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #FFF;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
}
.content-about-6 .swiper-slide.swiper-slide-active:hover a{
    opacity: 1;
    pointer-events: unset;
}
.content-about-6 .arrow-slide {
    top: 40%;
}
.content-about-6 .arrow-slide.prev {
    left: -5%;
}
.content-about-6 .arrow-slide.next {
    right: -5%;
}

/*RELATIONSHIP*/
.page-template-shareholder_relations #footer {
    margin-top: 5.208rem;
}
.relationship-page {
    padding-top: 7.8125rem;
}
.box-filter-docs.sidebar_wrap {
    top: 9rem;
    margin: 0 !important;
    padding: 1.5625rem 0.99rem 1.5625rem 1.5625rem;
}
.box-filter-docs .filter-inner>.list_option .item {
    margin-top: 1.042rem;
    padding-top: 1.042rem;
}

.relationship-page .col-right {
    padding-left: 4rem;
}
#container-report-term,
#container-info-holder-term {
    margin-top: 2.083rem;
}
#container-info-holder-term .docs-item-1:not(:last-child) {
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
    border-bottom: 1px solid #20202033;
}

.docs-item-1 {
    padding: 0 1.5625rem;
}
.docs-item-1 .icon {
    flex-shrink: 0;
    margin-right: 0.833rem;
}
.docs-item-1 .cont-wrap {
    width: 100%;
    padding-right: 0.833rem;
    border-right: 1px solid #20202033;
}
.docs-item-1 .date {
    color: #808080;
    margin-bottom: 0.521rem;
}
.docs-item-1 .cta-wrap {
    width: max-content;
    margin-left: auto;
    padding-left: 0.833rem;
    flex-shrink: 0;
}
.docs-item-1 .cta-wrap>a {
    gap: 0.417rem;
}
.docs-item-1 .cta-wrap>a:hover {
    color: var(--sub-cl);
}
.docs-item-1 .cta-wrap>a:hover path {
    stroke: var(--sub-cl);
}

#container-report-term .grid-box {
    column-gap: 2.5rem;
    row-gap: 1.25rem;
}
.ajax-filter-report .list_option .options_container {
    margin-left: 0;
}
.ajax-filter-report .list_option .options_container input {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 0.729rem !important;
    height: 0.729rem !important;
    border-radius: 1px !important;
    opacity: 1 !important;
}
.ajax-filter-report .list_option .options_container>label:hover {
    font-weight: 400;
}
label.style-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .5s all;
}
label.style-checkbox:hover span.label {
    color: var(--main-cl) !important;
}
.style-checkbox input[type='checkbox'] {
    flex: 0 0 auto;
    position: relative;
    appearance: none;
    width: 1rem;
    height: 1rem;
    margin: 0;
    cursor: pointer;
    border: 1px solid #D7D7D7;
    background: #fff;
    overflow: hidden;
}
.style-checkbox input[type='checkbox']:checked {
    border-color: var(--main-cl);
}
.style-checkbox input[type='checkbox']::before,
.style-checkbox input[type='checkbox']::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
    z-index: 1;
}
.style-checkbox input[type='checkbox']::before {
    width: 0.6rem;
    height: 0.4rem;
    background: url(../images/checked.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
}
.style-checkbox input[type='checkbox']::after {
    width: 120%;
    height: 120%;
    background: var(--main-cl);
}
.style-checkbox input[type='checkbox']:checked::before,
.style-checkbox input[type='checkbox']:checked::after {
    opacity: 1;
}

.ajax-filter-report .item:nth-child(2) .options_container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.208rem;
    column-gap: 1.25rem;
}
.ajax-filter-report .item:nth-child(2) .options_container>label {
    width: calc((100% / 3) - (1.25rem * 2 / 3));
}
.box-filter-docs .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.042rem;
    align-items: center;
    margin-top: 1.5625rem;
}
.box-filter-docs .cta-wrap>a {
    min-width: unset;
    width: calc((100% / 2) - (1.042rem * 1 / 2));
}

.docs-item-2 {
    padding: 1.042rem;
    border: 1px solid #20202033;
}
.docs-item-2 .icon>img {
    width: 2.083rem;
    height: 2.083rem;
    flex-shrink: 0;
}
.docs-item-2 .cont-wrap {
    margin-top: 1.042rem;
}
.docs-item-2 .date {
    color: #808080;
    margin-bottom: 0.521rem;
}
.docs-item-2 .cta-wrap>a {
    gap: 0.417rem;
}
.docs-item-2 .cta-wrap>a:hover {
    color: var(--sub-cl);
}
.docs-item-2 .cta-wrap>a:hover path {
    stroke: var(--sub-cl);
}

.btn-info-holder,
.btn-report {
    margin-top: 2.083rem;
}


/*CONTACT*/
.contact-1 {
    padding-top: 5.208rem;
}
.contact-list-1 {
    gap: 1.25rem;
}
.contact-list-1 .item {
    border: 1px solid #20202033;
    padding: 1.042rem;
    cursor: pointer;
}
.contact-list-1 .item.active,
.contact-list-1 .item:hover {
    border-color: #FBCCC8;
}
.contact-list-1 .box-content {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0.7rem;
}
.contact-list-1 .item.active h3,
.contact-list-1 .item:hover h3 {
    color: var(--main-cl);
}
.contact-list-1 .content.phones>.phone-item:last-child {
    position: relative;
    padding-left: 0.625rem;
    margin-left: 0.625rem;
}
.contact-list-1 .content.phones>.phone-item:last-child:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 0.729rem;
    background: #20202033;
    pointer-events: none;
}
.iframe_maps {
    margin-top: 1.5625rem;
    width: 100%;
    height: 28.28125rem;
}
.iframe_maps iframe {
    width: 100%;
    height: 100%;
}
.contact-2 {
    padding-top: 2.604rem;
}
.img-contact-2 {
    margin-left: calc(-1 * (100vw - var(--container-w)) / 2 - 0.78125rem);
    height: 100%;
}
.img-contact-2:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
}
.contact-col-right {
    padding-left: 6.25rem;
    margin-top: 2.604rem;
}
.contact-col-right .sec-desc {
    margin-top: 0.75rem;
}
.contact_form {
    margin-top: 1.5625rem;
}
.fp-enabled #fullpage img{
    max-height: 100vh;
}
section.recruit-details {
    padding-bottom: 2rem;
}
.search-tabs .search-tab-content {
    display: block !important;
}
.search-tabs .search-tab-content {
    display: block !important;
}
.search-tabs .search-tab-content {
    padding: 3rem 0;
}

.search-tabs .search-tab-content h2.sec-title {
    margin-bottom: 1.3rem !important;
}
.search-page h1 {
    text-align: center;
}

.search-tabs .search-tabs-title {
    justify-content: center;
}
/*-------------------*/
@media (min-width: 1200px) {
    footer#footer .footer-main .col-3 .footer-menu > li:hover > a{
        color: var(--main-cl);
    }
    body, html {
        font-size: 1vw;
    }
    #fullpage > section{
        min-height: 100vh;
    }
}

@media only screen and (max-width: 1699px) {
    .body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
    }
    :root {
        --container-w: 84rem;
    }
    html.fp-enabled{
        --container-w: 75rem;
    }

    /*HEADER*/
    header#header .header-wrapper #masthead #logo {
        width: 12rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a {
        font-size: 1rem;
    }

    /*FOOTER*/
    .fp-enabled footer#footer .grid-container {
        padding-left: 4rem;
    }
    footer#footer .footer-main .col-5 {
        padding-right: 5rem;
    }
    footer#footer .footer-main .col-5 .item .branch-info .info,
    footer#footer .footer-main .col-5 .item .branch-info a,
    footer#footer .footer-main .col-3 .footer-menu > li > a {
        font-size: 1rem;
    }
    footer#footer .footer-bottom .flex-box > a,
    footer#footer .footer-bottom .copyright {
        font-size: 0.8rem;
    }

    .layout-post-normal .post-content.fs-18 {
        font-size: .95rem;
    }
    .layout-post-normal .post-content :is(h1, h2) {
        font-size: 1.2rem;
    }
    .layout-post-normal .post-content :is(h3, h4, h5, h6) {
        font-size: 1rem;
    }

    .box_member_wrapper .item_member {
        width: 13.5rem;
    }
    .box_member_wrapper .item_member h3.fs-20 {
        font-size: 1.1rem;
    }
    .item_member_container .title-group .desc {
        font-size: 1.1rem;
    }

    .slide-sustainable-4 .item .desc {
        font-size: 1.08rem;
    }
    .slide-sustainable-4 .item .desc br {
        display: none;
    }
    .sustainable-list-1 .item .sec-desc {
        font-size: 1.08rem;
    }

    .service-list-1 .item .sec-title {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .service-list-1 .item .sec-desc {
        font-size: 1.05rem;
    }

    .service-wrap-post .terms-menu ul > li > a {
        font-size: 1rem;
    }

    .product-gallery-wrap {
        height: 31rem;
    }
    .wrap-overview-product .heading .name-product.fs-40 {
        font-size: 2rem;
    }
    .wrap-overview-product .heading .fs-18 {
        font-size: 1.08rem;
    }

    .item-product .cont-wrap h3.fs-20 {
        font-size: 1.1rem;
    }
    .item-product .cont-wrap .desc.fs-16 {
        font-size: 1rem;
    }
    .product-related {
        padding-top: 6rem;
    }

    .product-page {
        padding-top: 6rem;
    }
    .filter-inner>.list_option span.wrap_title>.title {
        font-size: 1.1rem;
    }
    .filter-inner>.list_option .options_container>label {
        font-size: 1rem;
    }
    .result_alpha .sec-title {
        font-size: 2.8rem;
    }
    .result_alpha,
    #container-product-term {
        padding-left: 3rem;
    }
    #container-product-term>.grid-box {
        column-gap: 1.5rem;
    }

    .content-about-1 .content-quote {
        font-size: 1.1rem;
    }
    .title-about-1 {
        padding-right: 4rem;
    }
    .title-about-1 .sec-desc {
        font-size: 1.05rem;
    }
    .about-2 {
        margin-top: 7rem;
    }
    .about-3 {
        padding-top: 6rem;
    }
    .about-content-3 .sec-desc {
        font-size: 1.05rem;
    }
    .about-4 {
        margin-top: 7.5rem;
    }
    .box-about-4.box_member_wrapper .box_item_wrap {
        padding-left: 14.5rem;
    }
    .box-about-4 .item_member_container .title-group .desc {
        max-height: 17.5rem;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 0.8rem;
    }
    .box-about-4 .item_member_container .title-group .desc::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #aeaeae;
    }
    .box-about-4 .item_member_container .title-group .desc::-webkit-scrollbar {
        width: 0.25rem;
        background-color: #cedbff;
    }
    .box-about-4 .item_member_container .title-group .desc::-webkit-scrollbar-thumb {
        background-color: #fff;
    }
    .about-5 {
        padding-top: 6rem;
    }
    .about-menu-5 {
        margin-top: 2.6rem;
    }
    .content-about-5 {
        height: 38rem;
    }
    .slide-about-5 .item-bod {
        margin: 0 3.3rem;
    }
    .about-6 {
        padding-top: 5rem;
    }

    .fp-enabled #fp-nav > ul > li > .fp-tooltip {
        font-size: 0.85rem;
    }
    .home-4 .sec-title {
        font-size: 2.8rem;
    }
    .home-4 .cont-wrap {
        width: 38%;
    }

    .relationship-page {
        padding-top: 6rem;
    }
}
@media only screen and (max-width: 1499px) {
    /*HEADER*/
    header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a {
        padding: 0.417rem 0.5rem;
        font-size: 1.1rem;
    }
    .nav-dropdown.nav-dropdown-default>li>a {
        font-size: 1rem;
    }

    /*FOOTER*/
    footer#footer .footer-main .col-3 .socials > a {
        width: 2rem;
        height: 2rem;
    }
    footer#footer .footer-main .col-5 .item .branch-info .info,
    footer#footer .footer-main .col-5 .item .branch-info a,
    footer#footer .footer-main .col-3 .footer-menu > li > a {
        font-size: 1.05rem;
    }
    footer#footer .footer-main .col-5 {
        padding-right: 7rem;
    }
    footer#footer .footer-main .col-4 {
        padding-left: 4rem;
    }

    .fs-20 {
        font-size: 1.15rem;
    }
    .fs-18 {
        font-size: 1rem;
    }
    .sec-desc {
        font-size: 1rem;
    }
    .form-wrap .form-input {
        height: 3.2rem;
        font-size: 1rem;
    }
    .form-wrap textarea.form-input{
        min-height: unset;
        height: 5rem;
    }
    .sidebar_wrap {
        padding: 1.5625rem 1.2rem;
    }
    .contact_form .wpcf7 form.wpcf7-form .wpcf7-response-output {
        position: unset !important;
    }

    .recruit-details-title .sec-title {
        font-size: 2.3rem;
    }
    .recruit-5,
    .recruit-4,
    .recruit-3,
    .recruit-2,
    .recruit-1 {
        padding-top: 5rem;
    }

    .arrow-btn {
        font-size: 1rem;
    }
    .layout-post-normal .post-content.fs-18 {
        font-size: 1.05rem;
    }
    .layout-post-normal #ez-toc-container .ez-toc-heading-level-2>a {
        font-size: 1.05rem;
    }
    .layout-post-normal #ez-toc-container .ez-toc-heading-level-3>a {
        font-size: 1rem;
    }
    .layout-post-normal .term-date {
        font-size: 1rem;
    }
    .terms-menu ul > li > a {
        padding: 0.5rem 1rem;
    }
    .post-footer span.title {
        font-size: 1.1rem;
    }
    .layout-post-normal .post-content :is(h1, h2) {
        font-size: 1.3rem;
    }
    .layout-post-normal .post-content :is(h3, h4, h5, h6) {
        font-size: 1.15rem;
    }
    .layout-post-normal .post-content.fs-18 {
        font-size: 1.15rem;
    }

    .slide-sustainable-4 {
        margin: 2rem -1rem 0;
    }
    .slide-sustainable-4 .item {
        margin: 0 1rem;
    }

    .service-list-1 .item .sec-desc {
        font-size: 1.15rem;
    }
    .service-related {
        padding-top: 5rem;
    }

    .service-page {
        padding-top: 4.5rem;
    }
    .service-number-counter + .service-wrap-post {
        margin-top: 3.5rem;
    }

    .wrap-product-info .box-content .item .fs-18 {
        font-size: 1.1rem;
    }
    .product-policy .item {
        gap: 1.8rem;
    }
    .product-policy .item .content {
        font-size: 0.85rem;
    }
    .wrap-product-info table tr>td:nth-child(1) {
        padding-right: 0.6rem;
    }
    .wrap-product-info table tr>td:nth-child(2) {
        padding-left: 0.6rem;
    }
    .slide-product-details {
        margin: 2rem -0.7rem 0;
    }
    .slide-product-details .img-wrap {
        margin: 0 0.7rem;
    }

    .content-about-1 .content-quote {
        font-size: 1.2rem;
    }
    .about-counter-1 .number-wrap > div {
        font-size: 3.6rem;
    }
    .box-about-4.box_member_wrapper .item_member h3 {
        font-size: 1.4rem;
    }
    .content-about-5 .slide-about-5 {
        margin: 0 -2rem;
    }
    .slide-about-5 .item-bod {
        margin: 0 2rem;
    }
    .about-chart-wrap .slide-chart>svg {
        width: 100%;
        top: 15%;
    }

    .home-9 .col-right > .flex-box {
        gap: 1.5rem;
    }
    .home-9 .col-right .cont-wrap {
        padding: 1.4rem 1rem;
    }
    .home-9 .col-right .cont-wrap .title {
        font-size: 1.2rem;
    }
    .home-9 .col-right .cont-wrap .desc {
        font-size: 1rem;
    }
    .home-11 .home-posts .post-item .limit-2 {
        -webkit-line-clamp: 2;
    }
}
@media only screen and (max-width: 1399px) {
    /*HEADER*/
    header#header .header-wrapper #masthead #logo {
        width: 11rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a {
        font-size: 1.15rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a {
        font-size: 1rem;
    }
    .nav-dropdown-has-border .nav-dropdown {
        min-width: 15rem;
    }

    /*FOOTER*/
    footer#footer .footer-main .footer-title {
        font-size: 1.25rem;
    }
    footer#footer .footer-main .col-5 .item .branch-info .info,
    footer#footer .footer-main .col-5 .item .branch-info a,
    footer#footer .footer-main .col-3 .footer-menu > li > a {
        font-size: 1.12rem;
    }
    footer#footer .footer-main .col-3 .socials > a {
        width: 2.3rem;
        height: 2.3rem;
    }
    footer#footer .footer-bottom .flex-box > a,
    footer#footer .footer-bottom .copyright {
        font-size: 0.9rem;
    }

    .sec-desc {
        font-size: 1.15rem;
    }
    .slide-sustainable-4 {
        margin-top: 4rem;
    }
    .sustainable-list-1 .item .sec-desc {
        font-size: 1.15rem;
    }
    .slide-sustainable-4 .item .desc {
        font-size: 1.2rem;
    }

    .service-list-1 .item .title-group {
        padding-left: 5rem;
    }
    .service-list-1 .item:nth-child(even) .title-group {
        padding-right: 5rem;
    }
    .item-service .cont-wrap h3.fs-20 {
        font-size: 1.3rem;
    }
    .item-service .cont-wrap .desc.fs-18 {
        font-size: 1.15rem;
    }

    .wrap-overview-product {
        padding-left: 3rem;
    }
    .wrap-product-info table.custom-table-content tr>td:nth-child(n+2) {
        font-size: 1.1rem;
    }
    .wrap-product-info table.custom-table-content tr>td:last-child em {
        font-size: 0.85rem;
    }
    .wrap-product-info table .wp-caption-text {
        font-size: 0.8rem;
    }
    .product-related {
        padding-top: 5rem;
    }
    .wrap-product-related .arrow-slide.prev {
        left: -6%;
    }
    .wrap-product-related .arrow-slide.next {
        right: -6%;
    }

    .item-product .cont-wrap h3.fs-20 {
        font-size: 1.2rem;
    }
    .item-product .cont-wrap .desc.fs-16 {
        font-size: 1.05rem;
    }
    .item-product .cont-wrap h3.fs-20 {
        font-size: 1.3rem;
        line-height: normal;
        height: calc(2.2rem * 2);
    }
    .item-product .cont-wrap .desc.fs-16 {
        font-size: 1.15rem;
    }

    .content-about-5 {
        height: 40rem;
    }
    .slide-about-5 .item-bod .cont-wrap>h3 {
        font-size: 1.3rem;
    }
    .slide-about-5 .item-bod .cont-wrap>h4 {
        font-size: 1rem;
    }

    .fp-enabled #fp-nav > ul > li > .fp-tooltip {
        font-size: 0.95rem;
    }
    .home-banner .title {
        width: 35rem;
        font-size: 3.8rem;
        line-height: normal;
    }
    .home-4 .cont-wrap {
        width: 40%;
    }
    .home-4 .cont-wrap .item .text {
        font-size: 1.15rem;
    }
    .home-6 .col-right .item>.title {
        font-size: 1.4rem;
    }
    .home-7 .numbers-wrap .item .number {
        font-size: 3.8rem;
    }
    .home-7 .numbers-wrap .item .text {
        font-size: 1.08rem;
    }
    .home-7 .numbers-wrap .item {
        max-width: 16rem;
    }
    .home-12 .title-group {
        width: 56rem;
    }

    .search-tabs .search-grid {
        gap: 1.2rem;
    }
    .search-tabs .tab-service .search-grid{
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
    }
    .search-tabs .tab-info-holder .search-grid{
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }

    .banner_page .banner_img {
        height: 29rem;
    }
    .banner_page .breadcrumbs {
        padding-bottom: 1.5rem;
    }
    .banner_page .heading_absolute {
        padding-bottom: 4rem;
    }

    .form-wrap .form-input {
        height: 2.8rem;
        font-size: 0.9rem;
    }
    .sec-title {
        font-size: 2.6rem;
    }
    .sidebar_wrap {
        margin-left: 0;
    }
    .sidebar_wrap .box-info {
        margin-top: 1.3rem;
        padding-top: 1.3rem;
    }
    .sidebar_wrap .list-post>.item {
        padding-top: 1rem;
        margin-top: 1.3rem;
    }
    .nk-pagination {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
    }
    .fs-16 {
        font-size: 0.88rem;
    }

    /*show/hide - breakpoint*/
    .lg-show {
        display: block !important;
    }
    .lg-hide {
        display: none !important;
    }
    .lg-show-flex {
        display: flex !important;
    }
    .lg-hide-flex {
        display: none !important;
    }

    /*HEADER*/
    .page-template-product.header-style-dark header#header .header-wrapper #masthead .header-inner {
        background: #FFF;
    }
    .page-template-product.header-style-dark header#header .header-wrapper #masthead .header-nav-main > li > a {
        color: #202020;
    }

    header#header .header-wrapper #masthead .header-inner {
        /*padding: 1rem 0.8rem;*/
        padding: 0 0.8rem;
    }
    header#header .header-wrapper #masthead #logo {
        width: 6rem;
        margin-right: 0;
    }
    header#header .header-wrapper #masthead .header-nav-main {
        gap: 0.3rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li.menu-item > a {
        padding: 0.417rem 0.2rem;
        font-size: 0.9rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a {
        padding: 0 0.5rem;
        font-size: 0.9rem;
    }
    header#header .header-wrapper #masthead .header-nav-main > li.language-switcher > a:last-child {
        padding-right: 0;
    }

    /*FOOTER*/
    footer#footer {
        padding-top: 4rem;
    }
    footer#footer .footer-site-name {
        font-size: 1.8rem;
    }
    footer#footer .footer-main .col-5 {
        padding-right: 4rem;
    }
    footer#footer .footer-main .footer-title {
        font-size: 1.04rem;
    }
    footer#footer .footer-main .col-5 .item .branch-info .info,
    footer#footer .footer-main .col-5 .item .branch-info a,
    footer#footer .footer-main .col-3 .footer-menu > li > a {
        font-size: 0.95rem;
    }
    footer#footer .footer-main .col-4 {
        padding-left: 2rem;
    }
    footer#footer .footer-main .col-4 .form-desc {
        font-size: 0.9rem;
    }
    footer#footer .footer-bottom .flex-box > a,
    footer#footer .footer-bottom .copyright {
        font-size: 0.8rem;
    }
    footer#footer .footer-main .col-3 .socials > a {
        width: 2.15rem;
        height: 2.15rem;
    }

    .fp-enabled footer#footer .grid-container {
        padding-left: 0;
    }

    /*RECRUIT DETAILS*/
    .recruit-details-title,
    .content-recruit-details {
        margin-right: 1rem;
    }
    .img-form-recruit {
        height: 100%;
    }
    .form-recruit {
        margin-top: 0;
        padding-left: 2rem;
    }
    .form-recruit .sec-desc br {
        display: none;
    }
    .form-recruit .sec-title {
        font-size: 2.6rem;
    }
    .wrap-file {
        flex-wrap: wrap;
    }
    .wrap-file div.fs-18 br {
        display: none !important;
    }
    .wrap-file div.fs-18 {
        font-size: 0.9rem;
    }
    .form-recruit .wpcf7 form.wpcf7-form .wpcf7-response-output {
        position: unset !important;
    }

    /*RECRUIT*/
    .recruit-video .img-wrap {
        height: 33rem;
    }
    .recruit-4,
    .recruit-3 {
        padding-top: 4rem;
    }
    .slide-recruit-4 .swiper-slide.swiper-slide-active .img-wrap:before {
        opacity: 0;
    }
    .slide-recruit-4 .swiper-slide.swiper-slide-active .img-wrap:after {
        height: 70%;
    }

    /*BLOG DETAILS*/
    .single-title-group .title-single {
        font-size: 1.8rem;
    }
    .layout-post-normal .term-date {
        font-size: 0.85rem;
        margin-top: 1.5rem;
    }
    .layout-post-normal .sidebar_wrap {
        margin-left: 1.5rem;
    }
    .layout-post-normal .post-content.fs-18 {
        font-size: 1rem;
    }
    .layout-post-normal .post-content :is(h1, h2, h3, h4, h5, h6) {
        font-weight: 700;
    }
    .layout-post-normal .list-post .post-item>h3.fs-20 {
        font-size: 1rem;
    }

    /*BLOG*/
    .blog-highlight-wrap>.post-item {
        height: 20rem;
    }
    .blog-highlight-wrap>.post-item h3 {
        -webkit-line-clamp: 2;
    }
    .blog-highlight-wrap>.post-item .content {
        -webkit-line-clamp: 4;
    }
    .blog-wrap-post .grid-box {
        gap: 1.6rem;
    }
    .blog-wrap-post .post-item .cont-wrap h3.fs-20 {
        font-size: 1.05rem;
    }

    /*SUSTAINABLE*/
    .page-template-sustainable #footer {
        margin-top: 5rem;
    }
    .sustainable-list-1 .item:not(:last-child) {
        margin-bottom: 5rem;
    }
    .sustainable-list-1 .item .cont-wrap {
        padding-left: 3rem;
    }
    .sustainable-list-1 .item:nth-child(even) .img-wrap {
        padding-left: 3rem;
    }
    .sustainable-list-1 .item .sec-title {
        line-height: normal;
    }
    .sustainable-list-1 .item .sec-desc {
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    .sustainable-list-1 .item:nth-child(even) .cont-wrap {
        margin-top: 0;
    }
    .sustainable-1 {
        padding-top: 5rem;
    }
    .sustainable-2 {
        margin-top: 6rem;
    }
    .bg_member_container {
        height: 39rem;
    }
    .bg_member_container:before {
        background: rgba(0, 0, 0, 0.25);
    }
    .box_member_wrapper .item_member {
        width: 12rem;
    }
    .box_member_wrapper .item_member h3.fs-20 {
        font-size: 0.96rem;
    }
    .item_member_container .title-group {
        padding-bottom: 2rem;
    }
    .item_member_container .title-group h3 {
        font-size: 1.35rem;
    }
    .sustainable-3 {
        padding-top: 5rem;
    }
    .title-sustainable-3 {
        padding-right: 2rem;
    }
    .title-sustainable-3 .sec-desc {
        margin-top: 0.9rem;
    }
    .slide-sustainable-3 .year-wrap {
        padding-right: 1.2rem;
    }
    .slide-sustainable-3 .year-wrap>div.fs-30 {
        font-size: 1.3rem;
    }
    .slide-sustainable-3 .cont-wrap > h3.fs-20 {
        font-size: 1.1rem;
    }
    .sustainable-4 {
        padding-top: 3rem;
    }
    .title-sustainable-4 .sec-desc br {
        display: none;
    }
    .slide-sustainable-4 .item .desc {
        font-size: 1.05rem;
    }

    /*SERVICE DETAILS*/
    body.tax-service-category #footer,
    body.single-service #footer {
        margin-top: 5rem;
    }
    .single-service .banner_page .sec-title {
        font-size: 2.4rem;
        line-height: 3.3rem;
    }
    .service-details {
        padding-top: 5rem;
    }
    .service-list-1 .item .title-group {
        padding-left: 2rem;
    }
    .service-list-1 .item:nth-child(even) .title-group {
        padding-right: 2rem;
    }
    .service-list-1 .item .sec-title {
        font-size: 2rem;
        line-height: normal;
    }
    .service-list-1 .item .sec-desc {
        font-size: 1.05rem;
    }
    .slide-service-related {
        margin-top: 1.8rem;
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    .slide-service-related .item-service {
        margin: 0 0.5rem;
    }
    .item-service .cont-wrap {
        padding: 0 1.2rem 1.25rem;
    }
    .item-service .cont-wrap h3.fs-20 {
        font-size: 1.15rem;
    }
    .item-service .cont-wrap .desc.fs-18 {
        font-size: 1rem;
    }

    /*SERVICE*/
    .service-number-counter .year-wrap .number-wrap span {
        font-size: 5.6rem;
        line-height: 1;
    }
    .service-number-counter .year-wrap .text {
        font-size: 1.8rem;
    }
    .service-number-counter .year-wrap .text b {
        font-size: 1.7rem;
    }
    .load-service-cat .grid-box {
        column-gap: 1.5rem;
    }

    /*PRODUCT DETAILS*/
    .single-product #footer {
        margin-top: 4rem;
    }
    .wrap-overview-product {
        padding-left: 0;
    }
    .product-policy.sidebar_wrap {
        margin-left: 0;
    }
    .product-policy .item {
        gap: 1rem;
    }
    .wrap-product-info table.custom-table-content tr>td {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .wrap-product-info table.custom-table-content tr>td:nth-child(n+2) {
        font-size: 1rem;
    }
    .wrap-product-info table tr>td:nth-child(1) {
        padding-right: 0.4rem;
    }
    .wrap-product-info table tr>td:nth-child(2) {
        padding-left: 0.4rem;
    }
    .slide-product-details {
        padding: 0 18rem;
        margin: 1.5rem -0.4rem 0;
    }
    .slide-product-details .swiper-slide:has(~ .swiper-slide-prev) .img-wrap,
    .slide-product-details .swiper-slide.swiper-slide-next ~ * .img-wrap {
        opacity: 1;
    }
    .slide-product-details .img-wrap {
        margin: 0 0.4rem;
    }

    /*PRODUCT*/
    /*---------*/
    /*filter mobile*/
    .fixed-show-filter-btn {
        display: flex !important;
        align-items: center;
        position: fixed;
        bottom: 3rem;
        left: 2rem;
        padding: 0.4rem 0.8rem;
        background-color: var(--main-cl);
        -webkit-border-radius: 0.3125rem;
        -moz-border-radius: 0.3125rem;
        border-radius: 0.3125rem;
        gap: 0.625rem;
        font-size: 1.2rem;
        line-height: normal;
        color: #fff;
        z-index: 999;
    }
    .box_terms_product {
        position: fixed !important;
        width: 30rem !important;
        top: 65.34px !important;
        right: 0;
        height: 100vh;
        z-index: 999;
        transform: translateX(100%) !important;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
        -ms-transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
    }
    .box_terms_product .bg-close{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        content: '';
        opacity: 0.8;
        background-color: #fff;
        width: 0;
        -webkit-transition: all 0.4s ease-in-out !important;
        -moz-transition: all 0.4s ease-in-out !important;
        -ms-transition: all 0.4s ease-in-out !important;
        -o-transition: all 0.4s ease-in-out !important;
        transition: all 0.4s ease-in-out !important;
    }
    .box_terms_product.show .bg-close{
        width: 100vw;
    }
    .box_terms_product.show{
        transform: translateX(0) !important;
    }
    .filter-outer{
        /*border-top: 1px solid #dedede;*/
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding: 1.5rem 1rem 1.5rem 2.4rem;
        position: relative;
        z-index: 5;
    }
    .filter-outer .btn-close-filter{
        width: max-content;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0.3125rem 0.521rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid var(--main-cl);
        font-size: 0.9rem;
        color: var(--main-cl);
        line-height: 0.9375rem;
        gap: 5px;
        margin-left: auto;
        margin-bottom: 1.25rem;
    }
    .filter-outer .list_option {
        max-height: 34rem;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 1rem;
    }
    .filter-outer .list_option::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }
    .filter-outer .list_option::-webkit-scrollbar {
        width: 0.3rem;
        background-color: #cedbff;
    }
    .filter-outer .list_option::-webkit-scrollbar-thumb {
        background-color: var(--main-cl);
    }
    .box_terms_product {
        padding: 0;
        border-radius: 0;
        border: none;
    }
    .btn-close-filter {
        display: block;
    }
    /*---------*/

    .product-page {
        padding-top: 4rem;
    }
    .product-page .large-3 {
        flex-basis: 0;
        max-width: 0;
    }
    .product-page .large-9 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .result_alpha .sec-title {
        font-size: 2.6rem;
    }
    .result_alpha, #container-product-term {
        padding-left: 0;
    }
    .filter-inner>.list_option span.wrap_title>.title {
        font-size: 1rem;
    }
    .item-product .cont-wrap h3.fs-20 {
        font-size: 1rem;
        height: calc(1.8rem * 2);
    }
    .item-product .cont-wrap .desc.fs-16 {
        font-size: 1rem;
    }
    #container-product-term>.grid-box {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 1.4rem;
    }

    /*ABOUT*/
    .title-about-1 {
        padding-right: 2rem;
    }
    .content-about-1 {
        padding-left: 0;
    }
    .content-about-1 .content-quote {
        font-size: 1.1rem;
    }
    .home-2.about-number-counter .year-wrap .number-wrap > div {
        font-size: 2.8rem;
    }
    .home-2.about-number-counter .year-wrap .number-wrap span {
        font-size: 4.8rem;
    }
    .home-2.about-number-counter .year-wrap .text {
        font-size: 1.9rem;
    }
    .home-2.about-number-counter .year-wrap .text b {
        font-size: 1.6rem;
    }
    .about-counter-1 .number-wrap > div {
        font-size: 2.8rem;
        line-height: normal;
    }
    .about-counter-1 .item-counter {
        width: calc((100% / 4) -  1rem * 3 / 4);
    }
    .about-counter-1 .item-counter .text br {
        display: none;
    }
    .about-2 {
        margin-top: 5rem;
    }
    .about-content-2 {
        padding-left: 0;
    }
    .about-content-2 .wrap-about-slide {
        margin-top: 4rem;
    }
    .about-content-2 .content-slide {
        margin-top: 4rem;
    }
    .about-3 {
        padding-top: 4rem;
    }
    .content-about-3 {
        padding-left: 6rem;
    }
    .about-chart-wrap .swiper-slide .item {
        padding-right: 1.7rem;
    }
    .about-chart-wrap .item .col-value:before {
        top: 0.5rem;
        font-size: 1.2rem;
    }
    .about-chart-wrap .slide-chart>svg {
        top: 30%;
    }
    .about-4 {
        margin-top: 6rem;
    }
    .title-about-4 .sec-title {
        font-size: 2.3rem;
    }
    .box-about-4.box_member_wrapper .box_item_wrap {
        padding-left: 12rem;
    }
    .box_member_wrapper .item_member .icon {
        width: 2rem;
        height: 2rem;
    }
    .box-about-4 .item_member_container .title-group .desc {
        max-height: 12rem;
    }
    .box-about-4.box_member_wrapper .item_member h3 {
        font-size: 1.15rem;
    }
    .about-menu-5 {
        margin-top: 1.2rem;
    }
    .content-about-5 {
        height: 34rem;
    }
    .content-about-5 .slide-about-5 {
        margin: 0 -.5rem;
    }
    .slide-about-5 .item-bod {
        margin: 0 0.5rem;
    }
    .slide-about-5 .item-bod .cont-wrap>h3 {
        font-size: 1.05rem;
    }
    .slide-about-5 .item-bod .cont-wrap>h4 {
        font-size: 0.95rem;
    }
    .about-6 {
        padding-top: 4rem;
    }
    .title-about-6 .sec-desc {
        margin: .8rem -5rem 0;
    }

    /*HOME*/
    .page-template-home #footer {
        margin-top: 4rem;
    }
    #fullpage {
        height: auto !important;
    }
    section[class*="home-"] {
        position: relative;
        height: auto;
    }
    .home-banner .title {
        width: 25rem;
        font-size: 2.5rem;
        bottom: 7rem;
    }
    /*.home-banner .title.left-cont {*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    text-align: center;*/
    /*}*/
    .home-banner .pagination-progress {
        bottom: 2rem;
    }
    .home-2 .col-left {
        width: 60%;
        align-self: flex-end;
    }
    .home-2 .year-wrap {
        position: absolute;
        top: 0;
        left: 20rem;
        z-index: 3;
    }
    .home-2 .col-right {
        padding-right: 0;
        margin-left: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .home-2 .sec-title {
        font-size: 1.9rem;
        line-height: normal;
    }
    .home-2 .sec-desc {
        font-size: 0.94rem;
    }
    .home-2 .year-wrap .number-wrap span {
        font-size: 4rem;
        line-height: normal;
    }
    .home-2 .year-wrap .number-wrap > div {
        font-size: 2.7rem;
        line-height: normal;
    }
    .home-2 .year-wrap .text {
        font-size: 1.7rem;
    }
    .home-2 .year-wrap .text b {
        font-size: 1.5rem;
    }
    .home-3 .col-5,
    .home-3 .col-7 {
        width: 50%;
    }
    .home-3 .img-wrap.h-full {
        height: auto;
    }
    .home-3 .col-right {
        padding: 3rem 2rem 9rem;
    }
    .home-3 .col-right .item+.item {
        margin-top: 1.5rem;
        padding-top: 1.1rem;
    }
    .home-3 .item .sec-desc {
        font-size: 1rem;
    }
    .home-4:before {
        content: unset;
    }
    .home-4 .cont-wrap {
        width: 47%;
        padding: 4rem 0;
    }
    .home-4 .sec-title {
        font-size: 2.4rem;
        line-height: normal;
    }
    .home-4 .list-item {
        margin-top: 1.4rem;
    }
    .home-4 .cont-wrap .item .text {
        font-size: 1rem;
    }
    section.home-5 {
        padding-top: 4rem;
    }
    .home-6 .pt-100 {
        flex-direction: column;
        padding-top: 2rem;
    }
    .home-6 .col-left {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .home-6 .col-left .sec-desc {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .home-6 .col-left .btn {
        margin: 0 auto;
    }
    .content-home-6 {
        padding: 0 2rem;
        margin: 0 -0.5rem;
    }
    .content-home-6 .item {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        margin: 0 0.5rem;
    }
    .content-home-6 .item .sec-desc {
        font-size: 1rem;
    }
    .content-home-6 .item li:not(:last-child) {
        margin-bottom: 0.3rem;
    }
    .content-home-6 .item .btn {
        padding: 0;
    }
    .home-7 {
        margin-top: 4rem;
    }
    .home-7 .section-bg img {
        object-fit: cover;
    }
    .home-7 .cont-wrap {
        padding-top: 0;
        width: 60%;
    }
    .home-7 .numbers-wrap {
        margin-top: 4rem;
    }
    .home-7 .numbers-wrap .item .number {
        font-size: 3rem;
    }
    .home-7 .numbers-wrap .item .text {
        font-size: 0.9rem;
    }
    .home-7 .numbers-wrap .item {
        max-width: 14rem;
    }
    .home-8 .box-swiper {
        width: 100%;
        padding: 0;
    }
    .home-8 .box-swiper .swiper {
        padding: 2.604rem 0 5rem;
    }
    .home-9 {
        padding: 5rem 0;
    }
    .home-9 > .flex-box {
        flex-direction: column;
    }
    .home-9 .col-left {
        width: 60%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        text-align: center;
    }
    .home-9 .col-left .is-visible {
         opacity: 1;
         transition-property: unset;
        transform: unset;
    }
    .home-9 .col-left .sec-desc {
        font-size: 1rem;
    }
    .home-9 .col-left .btn {
        margin: 0 auto;
    }
    .content-home-9 {
        padding: 0 2rem;
        width: 100%;
        margin: 2rem -0.5rem 0;
    }
    .content-home-9 .item {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
        margin: 0 0.5rem;
    }
    .content-home-9 .item .img-wrap {
        aspect-ratio: 1/1;
    }
    .home-10 .section-bg img {
        object-fit: cover;
    }
    .home-10 .grid-container {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
    .home-10 .col-4 {
        padding-right: 0;
    }
    .home-10 .sec-desc {
        font-size: 1rem;
    }
    .home-11 {
        padding-top: 4rem;
    }
    .home-posts .post-item h3.fs-20 {
        font-size: 1.05rem;
    }
    .home-posts .post-item .cont-wrap .term-date>.term {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .home-12 {
        padding-top: 5rem;
    }

    /*RELATIONSHIP*/
    .box-filter-docs.sidebar_wrap {
        margin: 0 -3rem 0 0 !important;
        padding: 1rem;
    }
    .box-filter-docs .filter-inner>.list_option span.wrap_title>.title,
    .box-filter-docs .filter-inner>.list_option .options_container>label {
        font-size: 0.9rem;
    }
    #container-info-holder-term .docs-item-1 h3,
    #container-report-term .docs-item-2 h3 {
        font-size: 1rem;
    }
    #container-report-term .grid-box {
        column-gap: 1.8rem;
    }
    .box-filter-docs .filter-inner > h3 {
        font-size: 1.3rem;
    }
    .box-filter-docs .cta-wrap>a {
        padding: 0.5rem 1.25rem;
    }
    .relationship-page .sec-title {
        font-size: 2rem;
    }

    /*CONTACT*/
    .contact-list-1 {
        gap: 1rem;
    }
    .contact-list-1 .item {
        padding: 1.2rem 0.9rem;
    }
    .contact-list-1 .content.phones>.phone-item:last-child {
        padding-left: 0;
        margin-left: 0;
    }
    .contact-list-1 .content.phones>.phone-item:last-child:before {
        content: unset;
    }
    .contact-col-right {
        padding-left: 2rem;
        margin-top: 0;
    }
    #page-loader .loader-logo{
        width: 60%;
    }
    #page-loader .loader-logo svg{
        width: 100%;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 59rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 58rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 58rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 58rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 58rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
    }

    /*HEADER*/
    header#header .header-wrapper #masthead .header-inner {
        padding: 0 0.3rem;
    }
    header#header .header-main .nav > li > a {
        line-height: 3.7rem !important;
    }

    .iframe_maps {
        height: 24rem;
    }
}
@media only screen and (max-width: 849px){
    :root{
        --container-w: 45rem;
    }

    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .no_result {
        font-size: 1.2rem;
    }

    /*HEADER*/
    .header-style-dark header#header {
        position: relative;
        top: unset;
    }
    .header-style-dark header#header .stuck {
        position: fixed;
    }
    .header-style-dark header#header .header-wrapper #masthead .header-inner{
        background: #fff;
    }
    header#header .header-wrapper #masthead .header-inner {
        padding: .3rem calc((100vw - var(--container-w)) / 2 + 0.78125rem) .35rem;
    }
    header#header .header-wrapper #masthead #logo {
        width: 7.5rem;
        margin: 0 auto;
    }

    /*FOOTER*/
    footer#footer {
        padding-top: 3rem;
    }
    footer#footer .footer-site-name {
        text-align: center;
        margin-bottom: 2rem;
    }
    footer#footer .footer-main>.flex-box {
        flex-wrap: wrap;
    }
    footer#footer .footer-main .col-5 {
        padding-right: 7rem;
    }
    footer#footer .footer-main .col-3 {
        border-right: 0;
        padding-right: 0;
    }
    footer#footer .footer-main .col-3:before {
        content: unset;
    }
    footer#footer .footer-main .col-5 .item .branch-info .info,
    footer#footer .footer-main .col-5 .item .branch-info a {
        line-height: 1.6;
    }
    footer#footer .footer-main .col-4 {
        padding-left: 0;
        margin-top: 3rem;
    }
    footer#footer .footer-main .col-4 .form-desc,
    footer#footer .footer-main .col-4 .form-title {
        text-align: center;
        padding: 0 8rem;
    }
    footer#footer .form-wrap .form-group:last-of-type {
        margin: 1.8rem auto 0;
    }

    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    [data-open="#main-menu"] {
        display: flex !important;
        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;
    }
    [data-open="#main-menu"]:before {
        content: unset !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
        color: var(--main-cl) !important;
        justify-content: flex-end;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 58px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .off-canvas-left.mfp-ready .mfp-content .sidebar-menu {
        padding-top: 0 !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 58px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 2.4rem !important;
        color: #202020;
        font-size: 1.2rem !important;
        text-transform: initial;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }
    .toggle {
        color: #202020;
    }
    /* Active menu item (không có submenu) */
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item {
        background-color: var(--main-cl) !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item.active a,
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item a,
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item .toggle {
        color: #fff !important;
    }
    /* Hover - KHÔNG ÁP DỤNG cho expanded và current items */
    .nav-sidebar.nav-vertical > li.menu-item:hover:not([aria-expanded="true"]):not(.current-menu-item) {
        background-color: #f5f5f5;
    }
    /* Expanded menu items - QUAN TRỌNG */
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] {
        background-color: var(--main-cl) !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] > a,
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] .toggle {
        color: #fff !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] > a path {
        stroke: #fff !important;
        fill: #fff !important;
    }
    /* Active page link */
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current='page'] {
        color: #fff !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"] path {
        stroke: #fff !important;
        fill: #fff !important;
    }
    /* Border giữa các items */
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }
    /* Reset submenu items */
    .nav-sidebar.nav-vertical li.menu-item ul li {
        background-color: transparent !important;
    }
    .nav-sidebar.nav-vertical li.menu-item ul li a {
        color: var(--main-cl) !important;
        font-size: 1rem !important;
    }

    /*show/hide - breakpoint*/
    .tablet-show {
        display: block !important;
    }
    .tablet-hide {
        display: none !important;
    }
    .tablet-show-flex {
        display: flex !important;
    }
    .tablet-hide-flex {
        display: none !important;
    }

    .breadcrumb-single {
        margin-top: 1.3rem;
        margin-bottom: 2rem;
    }
    .sidebar_wrap.fixed_sidebar {
        position: unset;
    }

    .banner_page .banner_img {
        height: 22rem;
    }
    .banner_page .heading_absolute {
        padding-bottom: 3.6rem;
    }
    .banner_page .sec-title {
        font-size: 2.5rem;
    }

    .sec-title {
        font-size: 2.4rem;
    }
    .sec-desc {
        font-size: 1.06rem;
    }

    /*fixed contact*/
    ul.fixed_button.desktop_display {
        display: none;
    }
    ul.button_cta.mobile_display{
        display:block;
    }
    ul.button_cta {
        position: fixed;
        bottom: 1rem;
        right: 1.7rem;
        transform: translateY(-50%);
        list-style: none;
        margin: 0;
        z-index: 99;
    }
    li.button_cta_open {
        width: 3rem;
        height: 3rem;
        background: var(--main-cl);
        position: relative;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }
    .button_cta_open svg {
        width: 100%;
        height: 100%;
        display: block;
    }
    span.button_cta_fixed_menu {
        width: 2rem;
        height: 2rem;
        display: block;
        opacity: 1;
        transition: .5s all;
        position: relative;
    }
    ul li .button_cta_fixed_menu_closed {
        width: 2rem;
        height: 2rem;
        display: block;
        opacity: 0;
        position: absolute;
        transition: .5s all;
    }
    ul.button_cta.active .button_cta_fixed_menu_closed {
        opacity: 1;
        transition: .5s all;
        transform: rotate(360deg);
    }
    ul.button_cta.active .button_cta_fixed_menu {
        opacity: 0;
        transition: .5s all;
        transform: rotate(480deg);
    }
    ul.fixed_button {
        list-style: none;
        transform: translateY(-30%) scale(0);
        transition: .5s all;
    }
    ul.button_cta .fixed_button {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }
    ul.button_cta.active .fixed_button {
        transform: translateY(-100%) scale(1);
        transition: .5s all;
    }

    /*RECRUIT DETAILS*/
    .page-template-recruit #footer {
        margin-top: 2rem;
    }
    .recruit-details-title .sec-desc {
        margin-top: 1.4rem;
    }
    .content-recruit-details {
        margin-top: 1.4rem;
        margin-bottom: 3rem;
        padding-top: 1.3rem;
    }
    .sec-form-recruit .row>.col:nth-child(2) {
        order: -1;
    }
    .form-recruit {
        padding-left: 0;
    }
    .form-recruit .title-group {
        text-align: center;
        padding: 0 6rem;
    }
    .wrap-file {
        flex-wrap: nowrap;
    }
    .wrap-file div.fs-18 br {
        display: block !important;
    }
    .form-recruit .btn {
        margin: 0 auto;
    }

    /*RECRUIT*/
    .slide-recruit-1 .item .desc br {
        display: none;
    }
    .recruit-title-3 .sec-desc {
        margin-top: 0.4rem;
    }
    .slide-recruit-4 {
        margin: 0 -1.5rem;
    }
    .slide-recruit-4 .item {
        margin: 0 1rem;
    }
    .recruit-5 {
        padding-top: 3rem;
    }
    .recruit-title-5 .sec-desc {
        margin: 0.3rem -1rem 0;
    }

    /*BLOG DETAILS*/
    body.single-post #footer {
        margin-top: 4rem;
    }
    .single-title-group .title-single {
        font-size: 1.5rem;
    }
    .layout-post-normal .sidebar_wrap {
        margin-left: 0;
        margin-top: 4rem !important;
    }

    /*BLOG*/
    .blog-page {
        padding-top: 4rem;
    }
    .blog-highlight-wrap>.post-item {
        height: 16rem;
    }
    .blog-highlight-wrap>.post-item h3 {
        font-size: 1.25rem;
    }
    .blog-highlight-wrap>.post-item .content {
        -webkit-line-clamp: 3;
    }
    .blog-highlight-wrap + .blog-wrap-post {
        margin-top: 3.5rem;
    }
    .blog-wrap-post .grid-box {
        grid-template-columns: repeat(2, 1fr);
    }
    .slide-blog-highlight .post-item .cont-wrap h3 {
        font-size: 1.05rem;
    }

    /*SUSTAINABLE*/
    .sustainable-1 {
        padding-top: 3.5rem;
    }
    .sustainable-list-1 .item {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .sustainable-list-1 .item>* {
        width: 100%;
    }
    .sustainable-list-1 .item:nth-child(even) .img-wrap,
    .sustainable-list-1 .item .cont-wrap {
        padding: 0 !important;
    }
    .sustainable-list-1 .item:nth-child(even) .cont-wrap {
        order: unset;
    }
    .sustainable-2 {
        margin-top: 4rem;
    }
    .slide-sustainable-2 {
        margin: 2rem -0.6rem 0;
    }
    .slide-sustainable-2 .swiper-wrapper {
        align-items: stretch;
    }
    .slide-sustainable-2 .swiper-slide {
        height: auto;
    }
    .slide-sustainable-2 .item {
        display: flex;
        flex-direction: column;
        margin: 0 0.6rem;
        height: 100%;
    }
    .slide-sustainable-2 .cont-wrap {
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
        margin-top: 1rem;
        flex: 1;
    }
    .slide-sustainable-2 .cont-wrap h3.fs-20 {
        font-size: 1.05rem;
    }
    .slide-sustainable-2 .cont-wrap .arrow-btn {
        margin-top: auto;
    }
    .slide-sustainable-2 .cont-wrap br {
        display: none;
    }
    .title-sustainable-3 {
        text-align: center;
        padding-right: 0;
    }
    .title-sustainable-3 .sec-title {
        line-height: normal;
    }
    .slide-sustainable-3 {
        margin-top: 2.5rem;
        height: 18rem;
        margin-right: 0;
        padding-top: 1.2rem;
    }
    .sustainable-4 {
        padding-top: 2rem;
    }
    .title-sustainable-4 {
        padding: 0 3rem;
    }
    .slide-sustainable-4 .item {
        gap: 4rem;
        padding-left: 1rem;
        margin: 0 1.6rem;
    }
    .slide-sustainable-4 .item .desc {
        font-size: 1rem;
    }

    /*SERVICE DETAILS*/
    .service-list-1 .item {
        flex-direction: column-reverse;
        gap: 2rem;
    }
    .service-list-1 .item > * {
        width: 100%;
    }
    .service-list-1 .item .title-group {
        padding: 0 !important;
    }
    .service-list-1 .item .sec-title br {
        display: none;
    }
    .service-list-1 .item .sec-desc {
        margin-top: 0.9rem;
    }
    .service-list-1 .item:nth-child(even) .title-group {
        order: unset;
    }
    .service-list-1 .item:not(:first-child) {
        margin-top: 3rem;
    }
    .item-service .cont-wrap {
        gap: 0.2rem;
    }
    .slide-service-related {
        margin-top: 1rem;
    }
    .slide-service-related .item-service .img-wrap:before {
        height: 100%;
    }

    /*SERVICE*/
    .service-number-counter .year-wrap .number-wrap span {
        font-size: 4.6rem;
    }
    .service-number-counter .year-wrap .number-wrap > div {
        font-size: 2.8rem;
        line-height: normal;
    }
    .service-number-counter .year-wrap .text {
        font-size: 1.7rem;
    }
    .service-number-counter .year-wrap .text b {
        font-size: 1.6rem;
    }
    .load-service-cat .grid-box {
        gap: 1rem;
    }
    .item-service .img-wrap:before {
        height: 100%;
    }

    /*PRODUCT DETAILS*/
    .product-details-1>.row>.col:nth-child(2) {
        order: -1;
    }
    .product-gallery-wrap {
        flex-direction: column-reverse;
        height: 100%;
        margin-top: 2rem;
        justify-content: flex-end;
    }
    .product-gallery-wrap .slide-thumb,
    .product-gallery-wrap .gallery-main {
        width: 100%;
    }
    .product-policy.sidebar_wrap {
        margin-top: 2rem;
    }
    .product-details-2 {
        padding-top: 4rem;
    }
    .slide-product-details {
        padding: 0 12rem;
    }
    .product-related {
        padding-top: 3.5rem;
    }
    .product-related .title-group {
        text-align: center;
    }
    .slide-product-related {
        margin-top: 1.5rem;
    }
    .item-product .cont-wrap h3.fs-20 {
        font-size: 1.05rem;
    }

    /*PRODUCT*/
    .box_terms_product {
        top: 58.39px !important;
    }
    #container-product-term>.grid-box {
        grid-template-columns: repeat(2, 1fr);
    }

    /*ABOUT*/
    .about-1 {
        padding-top: 3.5rem;
    }
    .title-about-1 {
        padding-right: 0;
    }
    .content-about-1 {
        margin-top: 2rem;
    }
    .home-2.about-number-counter {
        margin-top: 1rem;
    }
    .about-counter-1 {
        flex-wrap: wrap;
    }
    .about-counter-1 .item-counter {
        width: calc((100% / 2) - 1rem * 1 / 2);
    }
    .about-2 {
        margin-top: 4rem;
    }
    .about-2>.row>.col:nth-child(2) {
        order: -1;
    }
    .about-content-2 .wrap-about-slide .arrow-wrap {
        margin-bottom: -2%;
    }
    .about-content-2 .wrap-about-slide {
        margin-top: 2rem;
    }
    .about-content-2 .content-slide {
        margin-top: 3rem;
    }
    .content-about-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        padding-left: 0;
        margin-top: 1.3rem;
    }
    .content-about-3 > .item {
        width: calc((100% / 2) - (2rem * 1 / 2));
    }
    .content-about-3 .item .text {
        font-size: 1.3rem;
    }
    .content-about-3 .number-wrap > div {
        font-size: 3.6rem;
    }
    .about-chart-wrap .swiper-slide .item {
        padding-right: 1.4rem;
    }
    .about-chart-wrap .item .col-value:before {
        font-size: 1rem;
    }
    .about-chart-wrap .item .wrap-value {
        height: 17rem;
    }
    .about-chart-wrap.active .item .col-value {
        height: calc((var(--value-chart) / var(--max-chart)) * 17rem);
    }
    .about-4 {
        margin-top: 4.5rem;
    }
    .title-about-4 {
        display: block;
        height: auto !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .cont-mobile-about4 {
        margin-top: 3rem;
    }
    .cont-mobile-about4 .item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .cont-mobile-about4 .item:not(:last-child) {
        margin-bottom: 2.5rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgb(51 51 51 / 0.1);
    }
    .cont-mobile-about4 .cont-wrap {
        display: flex;
        flex-direction: column;
        gap: .3rem;
    }
    .cont-mobile-about4 .cont-wrap h3 {
        font-size: 1.25rem;
    }
    .content-about-5 {
        height: 37rem;
    }
    .title-about-6 .sec-desc {
        margin: 0;
    }
    .content-about-6 .slide-about-6 {
        margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 1rem);
    }
    .content-about-6 .slide-about-6 .item {
        margin: 0;
    }

    /*HOME*/
    .home-2 > .flex-box {
        flex-direction: column-reverse;
    }
    .home-2 .year-wrap {
        left: 26rem;
    }
    .home-2 .col-right {
        width: 100%;
        padding: 2rem;
    }
    .home-2 .col-left {
        width: 100%;
    }
    .home-3 .col-right .item .title {
        font-size: 1.5rem;
    }
    .home-3 .item .sec-desc {
        font-size: 0.9rem;
    }
    .home-4 .sec-title {
        font-size: 1.9rem;
    }
    .home-4 .cont-wrap .item .text {
        font-size: 0.93rem;
    }
    .home-6 .col-left {
        width: 100%;
        padding-bottom: 2rem;
    }
    .home-7 .cont-wrap {
        width: 70%;
    }
    .home-7 .numbers-wrap .item .number {
        font-size: 2.4rem;
    }
    .home-7 .numbers-wrap > .flex-box {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .home-7 .numbers-wrap .item {
        max-width: unset;
        width: calc((100% / 2) - (1rem * 1 / 2));
    }
    .home-9 .col-left {
        width: 80%;
    }
    .home-11 .title-group {
        flex-direction: column;
        align-items: center;
    }
    .home-11 .sec-title {
        margin-bottom: 0;
    }
    .home-11 .sec-title,
    .home-11 .sec-desc {
        text-align: center;
    }
    .home-11 .terms-menu > .flex-box {
        justify-content: center;
        margin-top: 2rem;
    }
    .home-11 .home-posts .post-item:nth-of-type(1) .cont-wrap {
        padding: 2rem 5rem 2rem 2rem;
    }
    .home-12 .title-group {
        width: 100%;
    }
    .home-12 .swiper {
        margin: 0 -2rem;
    }
    .home-12 .swiper-slide {
        padding: 0 2rem;
    }

    /*RELATIONSHIP*/
    .relationship-page.relationship-sec-1 {
        padding-top: 3rem;
    }
    .relationship-page {
        padding-top: 4rem;
    }
    .relationship-page .col-right {
        padding-left: 0;
    }
    .box-filter-docs-mobile .filter-inner>h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 1.3rem;
    }
    .box-filter-docs-mobile .filter-inner svg {
        margin-right: 1rem;
    }
    .box-filter-docs-mobile .filter-inner > h3:hover svg {
        transform: rotate(180deg);
    }
    .box-filter-docs-mobile .filter-inner > h3.active path:nth-child(2) {
        opacity: 0;
    }

    .box-filter-docs-mobile .filter-outer .list_option {
        max-height: 18rem;
    }
    .box-filter-docs-mobile .filter-inner>.list_option .item {
        margin-top: 1.2rem;
        padding-top: 1rem;
    }
    .box-filter-docs-mobile .filter-inner>.list_option span.wrap_title>.title,
    .box-filter-docs-mobile .filter-inner>.list_option .options_container>label {
        font-size: 1rem;
    }
    .box-filter-docs-mobile .filter-inner > h3.active ~ div.cta-wrap {
        opacity: 1;
    }
    .ajax-filter-report {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px dashed rgb(242 115 37 / 0.3);
    }
    .ajax-filter-report .cta-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
        opacity: 0;
        transition: .4s all;
    }
    .ajax-filter-report .cta-wrap>a {
        width: calc((100% / 2) - (1rem * 1 / 2));
    }

    /*CONTACT*/
    .contact-1 {
        padding-top: 4rem;
    }
    .contact-list-1 .slide-contact {
        margin: 0 -0.5rem;
    }
    .contact-list-1 .slide-contact .item {
        margin: 0 0.5rem;
    }
    .contact-list-1 .slide-contact .swiper-pagination {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
    }
    .iframe_maps {
        height: 22rem;
    }
    .contact-2>.row>.col:nth-child(2) {
        order: -1;
    }
    .contact-2 {
        padding-top: 4rem;
    }
    .contact-col-right {
        padding-left: 0;
    }
    .contact-col-right .title-group {
        padding: 0 6rem;
    }
    .contact-col-right .sec-title {
        text-align: center;
    }
    .contact-col-right .sec-desc {
        text-align: center;
    }
    .contact_form .btn {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }
    .no_result {
        font-size: 1rem;
        margin-top: 2rem !important;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #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;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .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;
    }

    .search-tabs .search-tabs-title>div {
        width: calc((100% / 2) - (0.833rem * 1 / 2));
        text-align: center;
    }
    .search-tabs .search-grid {
        gap: 1.2rem;
    }
    .search-tabs .tab-service .search-grid{
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .search-tabs .tab-post .item-service h3.fs-20,
    .search-tabs .tab-post .post-item h3,
    .search-tabs .tab-info-holder .docs-item-1 h3 {
        font-size: 1rem;
    }
    .search-tabs .item-product .desc.fs-16 {
        font-size: 0.9rem;
    }
    .search-tabs .tab-info-holder .docs-item-1:not(:last-child)  {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    /*HEADER*/
    header#header .header-wrapper #masthead #logo {
        width: 6rem;
    }
    [data-open="#main-menu"] {
        width: 2.8rem;
        height: 48px !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 1.05rem !important;
        padding-left: 1rem !important;
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }
    .nav-sidebar.nav-vertical li.menu-item ul li a {
        padding-top: 0;
        padding-bottom: 0.3rem;
    }
    [data-open="#search-lightbox"] {
        justify-content: flex-end;
    }

    /*FOOTER*/
    footer#footer .grid-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer#footer .footer-site-name {
        font-size: 1.4rem;
    }
    footer#footer .footer-main .col-5 {
        padding-right: 0;
    }
    footer#footer .footer-main .col-3 {
        margin-top: 2.5rem;
    }
    footer#footer .footer-main .col-3 .footer-menu {
        margin-bottom: 2.5rem;
    }
    footer#footer .footer-main .col-4 .form-title {
        font-size: 1.4rem;
    }
    footer#footer .footer-main .col-4 .form-desc,
    footer#footer .footer-main .col-4 .form-title {
        padding: 0;
    }
    footer#footer .footer-bottom {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    footer#footer .footer-bottom .flex-box {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    /*fixed contact*/
    ul.button_cta {
        right: 0.6rem;
    }

    #wrapper > #main > .back-to-top.right {
        right: 0.8rem;
    }

    /*show/hide - breakpoint*/
    .mobile-show {
        display: block !important;
    }
    .mobile-hide {
        display: none !important;
    }
    .mobile-show-flex {
        display: flex !important;
    }
    .mobile-hide-flex {
        display: none !important;
    }

    .form-wrap .form-input {
        height: 3rem;
    }
    .sec-title {
        font-size: 1.8rem;
        line-height: normal;
    }
    .sec-desc {
        font-size: 0.88rem;
    }

    .breadcrumbs ol > li {
        font-size: 0.8rem;
    }
    .breadcrumbs ol > li+li:before {
        height: 0.6rem;
    }

    .banner_page .banner_img {
        height: 12rem;
    }
    .banner_page .heading_absolute {
        padding-bottom: 2.4rem;
    }
    .banner_page .sec-title {
        font-size: 1.8rem;
    }
    .banner_page .breadcrumbs {
        padding-bottom: 0.6rem;
    }

    .slide-nav-mobile .swiper-pagination {
        padding: 0;
        display: flex;
    }
    .slide-nav-mobile {
        align-items: center;
        padding-top: 1.1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .slide-nav-mobile .arrow-slide.next {
        order: 3;
    }
    .slide-nav-mobile .arrow-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.25rem;
        height: 2.25rem;
        flex: 0 0 auto;
        background: var(--main-cl);
        border-radius: 5.208rem;
    }
    .slide-nav-mobile .arrow-slide path {
        stroke: #fff !important;
    }

    .slide-nav-mobile.text_white .arrow circle {
        stroke: #fff;
        fill: #fff;
    }
    .slide-nav-mobile.text_white .arrow path {
        stroke: var(--main-cl) !important;
    }

    .select-mobile {
        position: relative;
        z-index: 9;
    }
    .select .select-options {
        max-height: 10.7rem;
    }
    .select .select-options > li {
        line-height: 1.4rem;
    }

    .loading_show_more::before,
    .loading_show_more::after {
        top: 3%;
    }

    /*RECRUIT DETAILS*/
    .recruit-details-title .sec-title {
        font-size: 1.6rem;
    }
    .recruit-details-title .sec-desc {
        margin-top: 1rem;
    }
    .recruit-details-title, .content-recruit-details {
        margin-right: 0;
    }
    .content-recruit-details .wrap-info>.item:not(.item_tags) {
        align-items: flex-start;
    }
    .sidebar_wrap .wrap-content :is(.item.address, .item.deadline) svg,
    .content-recruit-details .wrap-info>.item:not(.item_tags) svg {
        margin-top: 0.25rem;
    }
    .sec-form-recruit {
        padding-top: 3rem;
    }
    .form-recruit .title-group {
        padding: 0;
    }
    .form-recruit .sec-title {
        font-size: 1.9rem;
    }
    .wrap-file {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .wrap-file div.fs-18 br {
        display: none !important;
    }
    .wrap-file .wpcf7-form-control-wrap {
        width: 100%;
    }

    /*RECRUIT*/
    .recruit-2,
    .recruit-1 {
        padding-top: 3rem;
    }
    .recruit-title-1 .sec-title {
        font-size: 1.5rem;
    }
    .slide-recruit-1 .item {
        padding: 1.5rem 1rem;
    }
    .slide-recruit-1 .item>.content {
        margin-top: 3rem;
    }
    .slide-recruit-1 .swiper-slide.swiper-slide-active h3 {
        color: var(--main-cl);
    }
    .recruit-title-2 .sec-desc {
        margin-top: 0.3rem;
    }
    .recruit-video .img-wrap {
        height: 15rem;
    }
    .recruit-4, .recruit-3 {
        padding-top: 3rem;
    }
    .recruit-list-3 {
        margin-top: 1.5rem;
    }
    .recruit-list-3 .post-item h3.fs-20 {
        font-size: 1rem;
    }
    .recruit-list-4 {
        margin-top: 1.5rem;
    }
    .slide-recruit-4 {
        margin: 0;
        padding: 0;
    }
    .slide-recruit-4 .swiper-slide.swiper-slide-active .item {
        transform: translateY(0);
    }
    .recruit-title-5 .sec-title {
        font-size: 1.5rem;
    }
    .recruit-title-5 .sec-desc {
        margin: 0.3rem 0 0;
    }
    .content-recruit-details .wrap-info svg,
    .item-recruit .icon {
        display: none;
    }
    .item-recruit h3.fs-20 {
        font-size: 1.05rem;
    }
    .content-recruit-details ul.item_tags li{
        flex-direction: column;
        align-items: center;
        width: calc((100% / 2) - (0.833rem * 1 / 2));
    }
    .content-recruit-details ul.item_tags span.fs-18 {
        font-size: .9rem;
    }

    /*BLOG DETAILS*/
    .layout-post-normal #ez-toc-container {
        padding: 1.5rem 0.9rem;
    }
    .single-title-group .title-single {
        font-size: 1.4rem;
    }
    .layout-post-normal .post-content :is(h1, h2) {
        font-size: 1.05rem;
    }
    .layout-post-normal .post-content :is(h3, h4, h5, h6) {
        font-size: 1rem;
        margin-top: 0.7rem;
        padding-left: 0.8rem;
    }
    .layout-post-normal .post-content :is(h3, h4, h5, h6) + :is(ul,ol) {
        padding-left: 2.8rem;
    }
    .tags-wrap.terms-menu {
        gap: .7rem;
    }
    .tags-wrap.terms-menu ul > li > a {
        font-size: 0.85rem;
        padding: 0.4rem 0.9rem;
    }

    /*BLOG*/
    .blog-page {
        padding-top: 3rem;
    }
    .blog-wrap-post .grid-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-highlight-wrap {
        margin-top: 1.5rem;
    }
    .blog-highlight-wrap>.post-item {
        height: 100%;
        gap: 1rem;
        flex-direction: column-reverse;
    }
    .blog-highlight-wrap .post-item>.cont-wrap {
        width: 100%;
        padding-left: 0;
    }
    .blog-highlight-wrap .post-item>.img-wrap {
        width: 100%;
    }
    .blog-highlight-wrap>.post-item h3 {
        font-size: 1.1rem;
    }
    .slide-blog-highlight .post-item {
        margin: 0 1rem;
    }
    .slide-blog-highlight {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    /*SUSTAINABLE*/
    .sustainable-list-1 .item:not(:last-child) {
        margin-bottom: 3rem;
        gap: 1rem;
    }
    .title-sustainable-2 .sec-desc br {
        display: none;
    }
    .slide-sustainable-2 {
        margin: 1.3rem -0.6rem 0;
    }
    .slide-sustainable-2 .cont-wrap {
        gap: 0.5rem;
    }
    .slide-sustainable-2 .slide-nav-mobile {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    .sustainable-3 {
        padding-top: 4rem;
    }
    .title-sustainable-3 .sec-title {
        font-size: 1.6rem;
    }
    .slide-sustainable-3 {
        height: 22rem;
        padding-left: 0.5rem;
    }
    .slide-sustainable-3 .item {
        flex-direction: column;
    }
    .slide-sustainable-3 .year-wrap {
        margin-left: 1rem;
        padding-right: 0;
    }
    .slide-sustainable-3 .cont-wrap {
        margin-left: 0;
        padding-left: 1rem;
    }
    .slide-sustainable-3:before {
        left: 0.5rem;
    }
    .slide-sustainable-3 .year-wrap:after {
        right: unset;
        left: -1.15rem;
    }
    .slide-sustainable-3 .cont-wrap > h3.fs-20 {
        font-size: 0.9rem;
    }
    .title-sustainable-4 {
        padding: 0;
    }
    .slide-sustainable-4 .item {
        gap: 2.8rem;
        padding-left: 0;
    }
    .slide-sustainable-4 .item:before {
        content: unset;
    }

    /*SERVICE DETAILS*/
    body.tax-service-category #footer,
    body.single-service #footer {
        margin-top: 3rem;
    }
    .single-service .banner_page .sec-title {
        font-size: 1.4rem;
        line-height: normal;
    }
    .service-details {
        padding-top: 3rem;
    }
    .service-list-1 .item {
        gap: 1rem;
    }
    .service-list-1 .item .sec-title {
        font-size: 1.5rem;
    }
    .service-list-1 .item .sec-desc {
        font-size: 0.95rem;
        margin-top: 0.5rem;
    }
    .service-related {
        padding-top: 3rem;
    }
    .service-related .sec-title {
        text-align: center;
    }

    /*SERVICE*/
    .page-template-service #footer {
        margin-top: 3rem;
    }
    .service-page {
        padding-top: 3rem;
    }
    .service-number-counter .year-wrap .number-wrap span {
        font-size: 3.5rem;
    }
    .service-number-counter .year-wrap .number-wrap > div {
        font-size: 1.6rem;
    }
    .service-number-counter .year-wrap .text {
        font-size: 1.4rem;
    }
    .service-number-counter .year-wrap .text b {
        font-size: 1.2rem;
    }
    .service-number-counter + .service-wrap-post {
        margin-top: 2rem;
    }
    .load-service-cat {
        margin-top: 1.5rem;
    }
    .load-service-cat .grid-box {
        grid-template-columns: repeat(1, 1fr);
    }

    /*PRODUCT DETAILS*/
    .single-product #footer {
        margin-top: 3rem;
    }
    .wrap-overview-product .heading {
        gap: 0.7rem;
    }
    .wrap-overview-product .heading .name-product.fs-40 {
        font-size: 1.7rem;
    }
    .wrap-overview-product .heading .fs-18 {
        font-size: 1rem;
    }
    .product-gallery-wrap {
        margin-top: 1.3rem;
    }
    .wrap-product-info {
        margin-top: 3rem;
    }
    .wrap-product-info .wrap-tabs>li {
        width: 100%;
    }
    .wrap-product-info .box-content .item .fs-18 {
        font-size: 1rem;
    }
    .wrap-product-info .content-inner {
        padding: 1.5rem 1rem;
    }
    .wrap-product-info table.custom-table-content thead th {
        width: 100% !important;
    }
    .wrap-product-info table.custom-table-content tr>td {
        width: 100% !important;
        padding: 0.8rem !important;
        border-bottom: 1px solid #20202033;
    }
    .wrap-product-info table.custom-table-content tr>td:not(:last-child) {
        border-right: 0;
    }
    .wrap-product-info table tr {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    .wrap-product-info table tr>td {
        width: 100% !important;
        padding: 0 !important;
    }
    .product-details-2 {
        padding-top: 3rem;
    }
    .album-product-details {
        margin: 0;
    }
    .slide-product-details {
        padding: 0;
        margin: 1rem -0.4rem 0;
    }
    .slide-product-details .slide-nav-mobile {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .slide-product-related {
        margin-top: 1rem;
    }
    .item-product .cont-wrap {
        gap: 0.3rem;
    }

    /*PRODUCT*/
    .tax-product-category #footer,
    .page-template-product #footer {
        margin-top: 3rem;
    }
    .product-page {
        padding-top: 3rem;
    }
    .box_terms_product {
        width: 90% !important;
    }
    .box-filter-docs-mobile .filter-inner>h3 {
        font-size: 1rem;
    }
    .box-filter-docs-mobile .filter-inner>.list_option span.wrap_title>.title,
    .box-filter-docs-mobile .filter-inner>.list_option .options_container>label {
        font-size: 0.93rem;
    }
    .fixed-show-filter-btn {
        font-size: 1rem;
        bottom: 4.6rem;
        left: 1rem;
    }
    .filter-outer {
        padding: 2rem 1rem;
    }
    .filter-outer .list_option {
        padding-right: 0.8rem;
    }
    .filter-outer .list_option > h3 {
        font-size: 1.4rem;
    }
    .filter-outer .btn-close-filter {
        margin-bottom: 0;
    }
    .result_alpha {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .result_alpha .sec-title {
        font-size: 1.8rem;
    }
    #container-product-term>.grid-box {
        grid-template-columns: repeat(1, 1fr);
    }

    /*ABOUT*/
    .title-about-1 .sec-title {
        font-size: 1.6rem;
    }
    .title-about-1 .sec-desc {
        font-size: 1rem;
        margin-top: 1rem;
    }
    .home-2.about-number-counter .year-wrap .number-wrap span {
        font-size: 3.6rem;
        line-height: normal;
    }
    .home-2.about-number-counter .year-wrap .text {
        font-size: 1.5rem;
    }
    .home-2.about-number-counter .year-wrap .text b {
        font-size: 1.3rem;
    }
    .about-counter-1 .number-wrap > div {
        font-size: 2.2rem;
    }
    .about-counter-1 .item-counter .text.fs-18 {
        font-size: 0.93rem;
    }
    .about-content-2 {
        padding: 3rem 0;
    }
    .about-content-2 .wrap-about-slide .arrow-wrap {
        margin-bottom: -4%;
        gap: .4rem;
    }
    .about-slide-2 .item>div.fs-30 {
        font-size: 1.4rem;
    }
    .about-content-2 .content-slide {
        margin-top: 2rem;
    }
    .about-content-2 .content-slide br {
        display: none;
    }
    .content-about-3 {
        gap: 0.4rem;
    }
    .content-about-3 .item .text {
        font-size: 1.1rem;
        line-height: 1.35;
    }
    .content-about-3 .number-wrap > div {
        font-size: 2.3rem;
        line-height: normal;
    }
    .content-about-3 > .item {
        width: 100%;
    }
    .about-chart-wrap .slide-chart {
        margin-right: -1px;
    }
    .about-chart-wrap .slide-chart>svg {
        top: 40%;
    }
    .about-chart-wrap .swiper-slide .item {
        padding-right: 0.9rem;
    }
    .about-chart-wrap .item .year {
        font-size: .9rem;
    }
    .about-chart-wrap .item .wrap-value {
        height: 14rem;
    }
    .about-chart-wrap.active .item .col-value {
        height: calc((var(--value-chart) / var(--max-chart)) * 14rem);
    }
    .about-chart-wrap .note-chart {
        margin-top: 1rem;
        font-size: 0.9rem;
    }
    .title-about-4 .sec-title {
        font-size: 1.65rem;
    }
    .about-5 {
        padding-top: 3rem;
    }
    .content-about-5 {
        margin-top: 1.5rem;
    }
    .select-mobile {
        position: relative;
        z-index: 3;
    }
    .content-about-5 {
        height: 38rem;
    }

    .title-about-6 .sec-title {
        font-size: 1.6rem;
        margin-bottom: 0.4rem;
    }
    .title-about-6 .sec-desc br {
        display: none;
    }
    .content-about-6 .slide-about-6 {
        margin: 0;
    }
    .content-about-6 .slide-about-6 .slide-nav-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    /*HOME*/
    .home-banner {
        height: 18rem;
    }
    .home-banner .pagination-progress {
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        padding: 0 0.5rem;
        gap: 0;
        bottom: 0.7rem;
    }
    .home-banner .swiper-slide-active .title,
    .home-banner .swiper-slide-active .desc {
        transform: unset;
        /*transform: translateX(-50%);*/
        opacity: 1;
    }
    .home-banner .title {
        width: 100%;
        font-size: 1.3rem;
        bottom: 8rem;
        left: 0 !important;
        transform: unset;
        text-align: center;
        padding: 0 0.5rem;
    }
    .home-banner .desc {
        bottom: 4rem;
        width: 100%;
        font-size: 1rem;
        right: 0 !important;
        transform: unset;
        text-align: center;
        padding: 0 0.5rem;
    }
    .home-banner .desc .arrow-down {
        display: none;
    }
    .home-2 .col-right {
        padding: 2rem 0.8rem;
    }
    .home-2 .sec-title {
        font-size: 1.6rem;
    }
    .home-2 .col-left {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-2 .year-wrap {
        position: unset;
        padding-left: 1rem;
    }
    .home-2 .year-wrap .number-wrap span {
        font-size: 3.6rem;
    }
    .home-3 > .flex-box {
        flex-direction: column-reverse;
    }
    .home-3 .col-5, .home-3 .col-7 {
        width: 100%;
    }
    .home-3 .col-right {
        padding: 3rem 0.8rem 7rem;
    }
    .home-4 {
        display: flex;
        flex-direction: column-reverse;
    }
    .home-4 .cont-wrap {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .home-4 .section-bg {
        position: unset;
    }
    .home-4 .sec-title {
        font-size: 1.6rem;
    }
    .home-4 .cont-wrap .item:not(:last-of-type) .text {
        padding-bottom: 1rem;
    }
    .home-6 .col-left {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
    .content-home-6 {
        padding: 0 0.8rem;
    }
    .home-7 .section-bg {
        position: unset;
    }
    .home-7 .text-white {
        color: #202020;
    }
    .home-7 .grid-container {
        padding-top: 3rem;
    }
    .home-7 .btn {
        border: 1px solid var(--main-cl);
    }
    .home-7 .cont-wrap .sec-desc {
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .home-7 .numbers-wrap > .flex-box {
        flex-wrap: wrap;
    }
    .home-7 .numbers-wrap .item {
        min-width: unset;
    }
    .home-7 .numbers-wrap {
        margin-top: 1.5rem;
    }
    .home-8 .title-group {
        width: 100%;
    }
    .home-8 .swiper-arrow {
        display: none;
    }
    .home-8 .box-swiper .swiper {
        padding: 2rem 5rem 2rem;
    }
    .home-8 .box-swiper .swiper-slide{
        padding: 0 0.5rem;
    }
    .home-8 .box-swiper .slide-nav-mobile {
        padding-top: 3.8rem;
    }
    .home-9 {
        padding: 4rem 0;
    }
    .home-9 .col-left {
        width: 90%;
    }
    .home-9 .col-left .sec-desc {
        margin-bottom: 1rem;
    }
    .home-5 .img-wrap img{
        height: auto;
    }
    .home-5 .sec-title{
        position: relative !important;
    }
    .content-home-9{
        padding: 0;
    }
    .content-home-9 .swiper{
        padding:  0 4rem;
    }
    .home-10{
        display: flex;
        flex-direction: column-reverse;
    }
    .home-10 .tablet-col-6{
        width: 100% !important;
    }
    .home-10 .grid-container{
        padding: 2rem 1rem;
    }
    .home-10 .text-white{
        color: #111 !important;
    }
    .home-10 .section-bg{
        position: relative !important;
        height: auto;
    }
    .home-11 .home-posts{
        grid-template-rows: unset !important;
        grid-template-columns: 1fr;
    }
    .home-11 .home-posts .post-item:nth-of-type(1){
        grid-row: unset
    }
    .home-11 .home-posts .post-item:nth-of-type(1) .cont-wrap{
        padding: 1rem 1.5rem;
    }
    .home-12 .swiper{
        margin: 0;
    }
    .home-12 .swiper-slide{
        padding: 0 0.75rem;
    }
    .home-12 .swiper-slide .item+.item{
        margin-top: 1rem;
    }

    .ajax-blog-home {
        position: relative;
        z-index: 3;
        margin-top: 1rem;
    }
    .ajax-blog-home .select-mobile {
        gap: 0.7rem;
    }
    .ajax-blog-home .select-mobile>.select {
        flex-grow: 1;
    }
    .home-11 .title-group .terms-menu {
        margin-bottom: 0;
        height: 2.604rem;
    }
    .home-11 .terms-menu > .flex-box {
        margin-top: 0;
        height: 100%;
    }
    .home-11 .terms-menu ul > li > a {
        height: 100%;
        align-items: center;
    }

    /*RELATIONSHIP*/
    .relationship-page {
        padding-top: 3rem;
    }
    .box-filter-docs-mobile .filter-outer .btn-close-filter {
        margin-bottom: 2rem;
    }
    .relationship-page .sec-title {
        font-size: 1.5rem;
        text-align: center;
    }
    #container-info-holder-term .docs-item-1:not(:last-child) {
        padding-bottom: 1.2rem;
        margin-bottom: 1.2rem;
    }
    .docs-item-1 {
        padding: 0;
    }
    .docs-item-1 .icon>img {
        width: fit-content;
        height: 2.5rem;
    }
    .docs-item-1 .date {
        margin-bottom: 0.2rem;
        font-size: 0.75rem;
    }
    .docs-item-1 .cta-wrap .cta-text {
        display: none;
    }
    #container-report-term,
    #container-info-holder-term {
        margin-top: 1.5rem;
    }
    #container-report-term .grid-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.7rem !important;
    }

    /*CONTACT*/
    .contact-1 {
        padding-top: 3rem;
    }
    .contact-col-right .title-group {
        padding: 0;
    }
    .contact-col-right .sec-desc {
        margin-top: 0.5rem;
    }
    .iframe_maps {
        height: 17rem;
    }
    header#header .header-main .nav > li.language-switcher > a {
        line-height: normal !important;
        font-size: 1.05rem;
        text-transform: uppercase;
        display: inline-flex;
    }

    header#header .header-main .nav > li.language-switcher > a + a:before {
        content: '|';
        display: block;
        margin: 0 .3rem !important;
    }
}
