:root{
    --main-cl: #D4A528;
    --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: 'SF Pro';
    overflow-x: clip;
    background-color: #fff;
}
.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;
}
.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
}
.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;
}
.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 - var(--container-w)) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - var(--container-w)) / 2);
}
.left-cont{
    left: calc(calc(100vw - var(--container-w)) / 2);
}
.right-cont{
    right: calc(calc(100vw - var(--container-w)) / 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;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.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,
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete img,
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    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 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
.box-loading{
    position: relative;
    min-height: 10.417rem;
}
.box-loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #FFF;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: loadingSpin 0.6s linear infinite;
}
@keyframes loadingSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.breadcrumbs ol{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}
.breadcrumbs ol > li{
    margin-bottom: 0;
    display: inline;
    position: relative;
}
.breadcrumbs ol > li > a > span{
    display: inline-block;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #808184;
}
.breadcrumbs ol > li+li{
    margin-left: 1.667rem;
}
.breadcrumbs ol > li+li:before{
    background: #808184;
    width: 1px;
    height: 1.25rem;
    left: -0.833rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
    content: '';
}
.breadcrumbs ol > li:last-of-type > a > span{
    color: #2D2926;
}
.breadcrumbs ol:has(.breadcrumb-dropdown){
    display: flex;
     overflow: initial;
     text-overflow: initial;
     -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}
.breadcrumbs ol li ul.breadcrumb-dropdown{
    position: absolute;
    left: 0;
    width: max-content;
    top: 100%;
    display: block;
    margin: 0;
    padding: 0.833rem;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px #8081841A;
    border-radius: 8px;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.breadcrumbs ol li:hover ul.breadcrumb-dropdown{
    opacity: 1;
    transform: translateY(0);
    pointer-events: unset;
}
.breadcrumbs ol li ul.breadcrumb-dropdown > li{
    display: block;
    margin: 0;
}
.breadcrumbs ol li ul.breadcrumb-dropdown > li > a{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    color: #241F20;
    display: block;
}
.breadcrumbs ol li ul.breadcrumb-dropdown > li+li{
    margin-top: 4px;
}
.breadcrumbs ol li ul.breadcrumb-dropdown > li.is-current > a,
.breadcrumbs ol li ul.breadcrumb-dropdown > li > a:hover{
    color: var(--main-cl)
}
.breadcrumbs ol li.breadcrumb-item-has-dropdown{
    position: relative;
    display: flex;
    align-items: center;
}
.breadcrumbs ol li.breadcrumb-item-has-dropdown:after{
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkw4IDEwTDEyIDYiIHN0cm9rZT0iIzgwODE4NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    content: '';
    margin-left: 4px;
    width: 0.833rem;
    height: 0.833rem;
    position: relative;
}
    /*.container, .container-width, .full-width .ubermenu-nav, .row{*/
/*    width: var(--container-w);*/
/*    max-width: var(--container-w);*/
/*}*/
section.contact-info{
    padding-top: 6.458rem;
}
section.contact-info .contact-info-list{
    padding-right: 6.51rem;
}
section.contact-info .contact-info-label{
    width: 8.021rem;
    min-width: 8.021rem;
    padding-right: 0.625rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
}
section.contact-info .contact-info-item+.contact-info-item{
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid rgba(212, 165, 40, 0.4);
}
section.contact-info .contact-info-item .contact-info-detail > p{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
}
section.contact-info .contact-info-item .contact-info-detail > p > span{
    color: #808184;
}
section.contact-info .contact-info-item .contact-info-detail > p+p{
    margin-top: 0.417rem;
}
section.contact-info .contact-info-item .contact-info-name{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    margin-bottom: 0.417rem;
    color: var(--main-cl);
}
section.contact-touch{
    padding-top: 6.042rem;
    padding-bottom: 6.458rem;
}
section.contact-touch .contact-touch-box{
    background: #2D2926;
    padding: 3.333rem;
    border-radius: 8px;
}
.sec-title{
    font-weight: 400;
    font-size: 2.865rem;
    line-height: 1.2;
}
.sec-title > span{
    color: var(--main-cl);
}
.sec-title-2{
    font-weight: 400;
    font-size: 1.667rem;
    line-height: 2.083rem;
}
section.contact-touch .sec-title{
    margin-bottom: 0.78125rem;
}
section.contact-touch .sec-desc{
    padding-right: 1.875rem;
}
section.contact-touch .contact-touch-intro{
    padding-right: 11.458rem;
}
section.contact-touch .contact-touch-form{
    padding-left: 0.833rem;
}
section.contact-touch .contact-touch-form form{
    margin-bottom: 0;
}
.form-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.833rem;
}
.form-wrap .form-group{
    width: 100%;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 0.417rem);
}
.form-wrap .form-group textarea.form-input{
    height: 5.208rem;
    min-height: 5.208rem;
}
.form-wrap .form-group .select-styled,
.form-wrap .form-group .form-input{
    height: 2.5rem;
    border-radius: 4px;
    border: 1px solid #808184;
    padding-left: 0.833rem;
    padding-right: 0.833rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    background: transparent !important;
    margin: 0;
    color: #FFF;
}
.form-wrap .form-group .select{
    position: relative;
}
.form-wrap .form-group .select-styled{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.form-wrap .form-group .select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzgwODE4NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
    content: '';
}
.form-wrap .form-group .select-options{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #FFF;
    border-radius: 5px;
}
.form-wrap .form-group .select-options > li{
    margin-bottom: 0;
    padding: 0.417rem 0.833rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    transition: all 0.4s;
    cursor: pointer;
}
.form-wrap .form-group .select-options > li:hover,
.form-wrap .form-group .select-options > li.active{
    background: rgba(212, 165, 40, 0.4);
}
.form-wrap .form-group .select-options > li+li{
    border-top: 1px solid rgba(128, 129, 132, 0.5);
}
.form-wrap .form-group .form-input:focus{
    color: #FFF;
    border-color: #FFF;
}
.form-wrap label{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    margin-bottom: 0.521rem;
}
.btn{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.417rem 0.833rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.417rem;
    width: max-content;
    min-width: max-content;
    flex: 0 0 auto;
    border-radius: 5px;
    position: relative;
    border: 1px solid transparent;
    transition: all 0.4s;
}
.btn .icon{
    display: flex;
}
.btn.btn-primary{
    /*background: rgba(212, 165, 40, 0.4);*/
    /*color: #2D2926;*/
    background-image: linear-gradient(89.58deg, #D29010 0.36%, #F3D655 39.97%, #F3D655 56.54%, #D29010 99.64%);
    background-size: 400%;
    color: #FFF !important;
}
.btn.btn-secondary-white svg [fill],
.btn.btn-primary svg [fill]{
    fill: #FFF;
}
.btn.btn-secondary-white svg [stroke],
.btn.btn-primary svg [stroke]{
    stroke: #FFF;
}
.btn.btn-secondary{
    background: transparent;
    color: #2D2926;
    border-color: rgba(212, 165, 40, 0.4);
}
.btn.btn-secondary-white{
    background: transparent;
    color: #FFF;
    border-color: #FFF;
}
.btn input[type='submit']{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}
.hidden-input{
    display: none !important;
}
.sec-desc{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
}
.sec-desc ol,
.sec-desc ul{
    list-style-position: inside;
}
.breadcrumbs{
    padding-top: 1.667rem;
}
.page-banner .banner-title{
    position: absolute;
    margin: 0;
    bottom: 3.333rem;
    z-index: 9;
}
.page-banner:has(.btn) .banner-title{
    bottom: 6.458rem;
}
.page-banner:has(.btn) .btn{
    margin: 0;
    bottom: 3.333rem;
    z-index: 9;
}
.banner-title{
    font-weight: 400;
    font-size: 3.646rem;
    line-height: 4.167rem;
}
section.faq-sec{
    padding-top: 6.458rem;
}
section.faq-sec .grid-box{
    grid-gap: 5.208rem;
}
section.faq-sec .title-group{
    margin-bottom: 3.333rem;
}
section.faq-sec .title-group .sec-title{
    margin-bottom: 0.625rem;
}
section.faq-sec .item{
    border-bottom: 1px solid #D7ECFA;
}
section.faq-sec .item .answer{
    padding-bottom: 0.833rem;
    padding-left: 1.667rem;
}
section.faq-sec .item .ask{
    padding: 0.833rem 0;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
section.faq-sec .item.active .ask path:nth-of-type(2){
    opacity: 0;
}
.services-page .service-item{
    padding: 5.208rem 0;
}
.services-page .service-item .img-wrap{
    border-radius: 8px;
}
.services-page .service-item .sec-title{
    margin-bottom: 0.833rem;
}
.services-page .service-item .btn{
    margin-top: 1.042rem;
}
.services-page .service-item:nth-of-type(odd) .col-6:nth-of-type(2){
    padding-left: 0.625rem;
}
.services-page .service-item:nth-of-type(odd) .col-6:nth-of-type(1){
    padding-right: 6.458rem;
}
.services-page .service-item:nth-of-type(even) .flex-box{
    flex-direction: row-reverse;
}
.services-page .service-item:nth-of-type(even) .col-6:nth-of-type(2){
    padding-right: 0.625rem;
}
.services-page .service-item:nth-of-type(even) .col-6:nth-of-type(1){
    padding-left: 6.458rem;
}
section.services-page{
    padding: 6.25rem 0 4.167rem;
}
.history-sec{
    padding-top: 6.771rem;
}
.history-sec .sec-title{
    margin-bottom: 2.5rem;
}
.history-sec .cont-wrap{
    padding-left: 5.208rem;
}
.history-sec .img-wrap{
    border-radius: 8px;
}
.history-sec .cont-wrap .sec-title-2{
    margin-bottom: 1.042rem;
}
.vision-sec-1{
    padding-top: 9.115rem;
}
.vision-sec-1 .sec-title{
    margin-bottom: 2.5rem;
}
.vision-sec-1 .img-wrap{
    border-radius: 8px;
}
.vision-sec-1 .item:nth-of-type(odd) .col-6:nth-of-type(1){
    padding-right: 0.625rem;
}
.vision-sec-1 .item:nth-of-type(even) .col-6:nth-of-type(1){
    padding-left: 0.625rem;
}
.vision-sec-1 .item:nth-of-type(even) > .flex-box{
    flex-direction: row-reverse;
}
.vision-sec-1 .item:nth-of-type(even) .cont-wrap{
    padding-right: 6.771rem;
}
.vision-sec-1 .item:nth-of-type(odd) .cont-wrap{
    padding-left: 6.771rem;
    padding-right: 11.667rem;
}
.vision-sec-1 .item+.item{
    margin-top: 5.729rem;
}
.vision-sec-2{
    padding-top: 5.729rem;
}
.vision-sec-2 .sec-title-2{
    margin-bottom: 1.875rem;
}
.vision-sec-2 .grid-box{
    grid-gap: 2.865rem;
}
.vision-sec-2 .grid-box .item{
    padding: 2.083rem 2.604rem;
    background: #F5FBFF;
    border-radius: 8px;
}
.vision-sec-2 .grid-box .item .icon-wrap{
    margin-bottom: 1.25rem;
}
.vision-sec-2 .grid-box .item .icon-wrap img{
    width: auto;
    height: 3.125rem;
    object-fit: contain;
    transition: all 0.6s;
    display: block;
}
.vision-sec-2 .grid-box .item h3{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #0000001A;
}
.overview-sec{
    padding-top: 8.125rem;
}
.overview-sec .sec-title{
    margin-bottom: 2.5rem;
}
.overview-sec .img-wrap{
    border-radius: 8px;
}
.overview-sec .cont-wrap{
    padding-left: 6.771rem;
}
.overview-sec .cont-item+.cont-item{
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 1px solid #DBE4E7
}
.overview-sec .cont-item .sec-tiitle-2{
    margin-bottom: 1.042rem;
}
.overview-sec .information-wrap{
    margin-top: 4.375rem;
}
.overview-sec .information-wrap .info-item{
    background: #ECF5FB80;
    display: flex;
}
.overview-sec .information-wrap .info-item .label{
    background: rgba(212, 165, 40, 0.1);
    padding: 1.042rem 2.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
    width: 17.708rem;
    min-width: 17.708rem;
}
.overview-sec .information-wrap .info-item .cont{
    align-self: center;
    padding: 1.042rem 2.5rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
}
.overview-sec .information-wrap .info-item+.info-item{
    border-top: 1px solid #FFF;
}
.career-details-1{
    padding-top: 4.6875rem;
    padding-bottom: 4.167rem;
}
.career-details-1 .career-details{
    border-radius: 10px;
    overflow: hidden;
}
.career-details-1 .career-details .col-left{
    padding: 2.708rem 3.333rem;
    background: rgba(212, 165, 40, 0.1);
    width: 72%;
}
.career-details-1 .career-details .col-right{
    width: 28%;
    background: #D4A528;
}
.career-details-1 .career-details .career-title{
    font-weight: 400;
    font-size: 2.34375rem;
    line-height: 1.2;
    color: var(--main-cl);
    padding-right: 6.25rem;
}
.career-details-1 .career-details .name-group{
    gap: 3.333rem;
    padding-bottom: 0.833rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(14, 128, 207, 0.1);
}
.career-details-1 .career-details .share a{
    width: 1.667rem;
    height: 1.667rem;
    border-radius: 50%;
    border: 1px solid #D4A52880;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.625rem;
    transition: all 0.4s;
}
.career-details-1 .career-details .share a+a{
    margin-left: 0.417rem;
}
.career-details-1 .career-details .share a svg{
    width: 0.729rem;
    height: 0.729rem;
}
.career-details-1 .career-details .career-excerpt{
    padding-right: 11.458rem;
    margin-bottom: 2.083rem;
}
.career-details-1 .career-details .expire-date .label{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.146rem;
    margin-right: 1.25rem;
}
.career-details-1 .career-details .expire-date .value{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.198rem;
    color: #D4A528;
}
.career-details-1 .apply-box{
    padding: 3.646rem 1.5625rem 3.646rem 3.646rem;
}
.career-details-1 .apply-box .title{
    margin-bottom: 0.208rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.667rem;
}
.career-details-1 .apply-box .btn{
    margin: 1.146rem 0;
}
.career-details-1 .apply-box .sec-desc a{
    display: block;
    color: #FFF;
}
.career-details-2{
    padding-bottom: 6.146rem;
}
.career-details-2 .col-8{
    flex-grow: 1;
}
.career-details-2 .col-8 .item{
    display: flex;
}
.career-details-2 .col-8 .item+.item{
    margin-top: 2.083rem;
    padding-top: 2.083rem;
    border-top: 1px solid #BABFC2CC;
}
.career-details-2 .col-8 .item .title{
    width: 30%;
    padding-right: 1.042rem;
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.354rem;
    margin-bottom: 0;
}
.career-details-2 .col-8 .item .sec-desc{
    width: 70%;
}
.career-details-2 .col-8 .item .sec-desc li{
    margin-bottom: 0;
}
.career-details-2 .related-jobs{
    padding-left: 4.01rem;
    position: sticky;
    top: 7.292rem;
}
.career-details-2 .related-jobs .related-title{
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.667rem;
    color: #FFF;
    background: #D4A528;
    padding: 0.833rem 1.875rem;
    border-radius: 8px 8px 0 0;
}
.career-details-2 .related-jobs .job-list{
    background: rgba(212, 165, 40, 0.1);
    border-radius: 0 0 8px 8px;
}
.career-details-2 .related-jobs .job-list .item{
    padding: 2.083rem;
}
.career-details-2 .related-jobs .job-list .item+.item{
    border-top: 2px solid rgba(212, 165, 40, 0.2);
}
.career-details-2 .related-jobs .job-list .item a{
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    margin-bottom: 0.521rem;
}
.career-details-2 .related-jobs .job-list .item .expire-date{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
}
.career-details-3{
    padding-bottom: 6.771rem;
}
.career-details-3 .career-form{
    padding: 3.75rem 15.625rem 5.46875rem;
    background: rgba(212, 165, 40, 0.1);
    border-radius: 8px;
}
.career-details-3 .career-form .sec-title{
    margin-bottom: 0.625rem;
}
.career-details-3 .career-form .sec-desc{
    margin-bottom: 1.667rem;
}
#quotation-form .form-inner .form-input,
.career-details-3 .career-form .form-input{
    background: #FFFFFF !important;
    box-shadow: 0px 0px 16px 0px #0025570D !important;
    border-color: transparent;
}
#quotation-form .form-inner .form-input:focus,
.career-details-3 .career-form .form-input:focus{
    border-color: #D4A52866;
    color: #333
}
.career-details-3 .career-form .form-file-label{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.146rem;
    margin-bottom: 0.417rem;
}
.career-details-3 .career-form .wpcf7-file{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.146rem;
    width: 100%;
    margin: 0;
}
.career-details-3 .career-form .wpcf7-file::file-selector-button{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.146rem;
    padding: 0.365rem 1.146rem;
    border: 1px solid #D4A52833;
    border-radius: 4px;
    background: rgba(212, 165, 40, 0.4);;
    margin-right: 0.729rem;
}
.career-details-3 .career-form .form-group:has(+.submit-wrap){
    margin-top: 1.146rem;
}
.career-details-3 .career-form .submit-wrap{
    align-self: flex-end;
    display: flex;
    justify-content: flex-end;
}
.wpcf7-form{
    margin-bottom: 0;
}
.careers-1{
    padding-top: 5.208rem;
}
.careers-1 .grid-box{
    grid-gap: 6px;
}
.careers-1 .grid-box .item{
    border-radius: 8px;
    overflow: hidden;
}
.careers-1 .grid-box .item .img-wrap:before{
    width: 100%;
    height: 100%;
    background: #D4A528;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}
.careers-1 .grid-box .item .img-wrap:after{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.91%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.4s;
}
.careers-1 .grid-box .item .cont-wrap{
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.4s;
    text-align: center;
    padding: 1.667rem;
    min-height: 5.46875rem;
    z-index: 5;
}
.careers-1 .grid-box .item .cont-wrap h3{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.667rem;
    line-height: 2.083rem;
}
.careers-1 .grid-box .item .cont-wrap .sec-desc{
    max-height: 0;
    transition: all 0.4s;
    overflow: clip;
    margin-top: 0;
    padding: 0 1.458rem;
}
.careers-1 .grid-box .item:hover .cont-wrap{
    min-height: 100%;
}
.careers-1 .grid-box .item:hover .cont-wrap .sec-desc{
    max-height: 7.292rem;
    overflow: auto;
    margin-top: 0.521rem;
}
.careers-1 .grid-box .item:hover .img-wrap:before{
    opacity: 0.8;
}
.careers-1 .grid-box .item:hover .img-wrap:after{
    opacity: 0;
}
.careers-2 .title-group,
.careers-1 .title-group{
    width: 35.521rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.083rem;
}
.careers-2 .title-group .sec-title,
.careers-1 .title-group .sec-title{
    margin-bottom: 0.625rem;
}
.careers-2{
    padding-top: 5.625rem;
    padding-bottom: 4.479rem;
}
.career-table-wrap{
    width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.career-table-wrap .career-table{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.career-table-wrap .career-table th{
    padding: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.667rem;
    text-transform: initial;
    color: #FFFF;
    background: #D4A528;
    border-left: 1px solid #E2E2E2;
    border-block-color: #D4A528;
    text-align: center;
}
.career-table-wrap .career-table th:first-of-type{
    padding: 1.25rem 2.604rem;
    border-left-color: #D4A528;
    text-align: left;
}
.career-table-wrap .career-table th:nth-of-type(2) {
    width: 25%;
}
.career-table-wrap .career-table th:nth-of-type(3) {
    width: 15%;
}
.career-table-wrap .career-table th:last-of-type {
    border-right: 1px solid #D4A528;
    width: 20%;
}
.career-table-wrap .career-table td{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    text-align: center;
    padding: 1.146rem 2.604rem;
    border-right: 1px solid #E2E2E2;
    color: #2D2926;
    transition: all 0.4s;
}
.career-table-wrap .career-table td:first-of-type{
    border-left: 1px solid #E2E2E2;
}
.career-table-wrap .career-table td:last-of-type{
    display: none;
}
.career-table-wrap .career-table td:first-of-type{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.458rem;
    text-align: left;
}
.career-table-wrap .career-table tbody tr:last-of-type td:last-of-type{
    border-radius: 0 0 8px 0;
}
.career-table-wrap .career-table tbody tr:last-of-type td:first-of-type{
    border-radius: 0 0 0 8px;
}
.career-table-wrap .career-table tbody tr:hover > td{
    background: rgba(212, 165, 40, 0.1);
}
.career-table-wrap .career-table tbody tr:hover > td:first-of-type{
    color: #D4A528
}
.product-details-1{
    background: rgba(212, 165, 40, 0.1);
}
.product-details-1 .cont-wrap{
    padding-right: 3rem;
}
.product-details-1 .cont-wrap .breadcrumbs{
    margin-bottom: 6.458rem;
}
.product-details-1 .cont-wrap .product-code{
    font-weight: 400;
    font-size: 3.646rem;
    line-height: 4.167rem;
    margin-bottom: 0.417rem;
    color: #D4A528;
}
.product-details-1 .cont-wrap .sec-desc{
    margin-bottom: 1.667rem;
}
.product-details-1 .cont-wrap .product-name{
    color: #D4A528;
    margin-bottom: 1.042rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
}
.product-details-1 .cont-wrap .buttons-wrap{
    gap: 0.78125rem;
}
.product-details-1 .product-gallery:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.08%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 2;
    pointer-events: none;
}
.product-details-1 .gallery-thumb-wrap{
    position: absolute;
    bottom: 3.021rem;
    left: 2.8125rem;
    z-index: 9;
    right: 18.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem
}
.product-details-1 .gallery-thumb-wrap .arrow{
    display: flex;
    cursor: pointer;
}
.product-details-1 .product-gallery-thumb{
    margin: 0 -0.417rem;
    flex-grow: 1;
}
.product-details-1 .product-gallery-thumb .swiper-slide{
    padding: 0 0.417rem;
}
.product-details-1 .product-gallery-thumb .swiper-slide .img-wrap:before{
    opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    transition: all 0.4s;
}
.product-details-1 .product-gallery-thumb .swiper-slide-thumb-active .img-wrap:before{
    opacity: 1;
}
.product-details-1 .product-gallery-thumb .swiper-slide .img-wrap{
    border-radius:  4px;
    border: 2px solid #FFF;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    min-width: 5.208rem;
}
.product-details-2{
    padding-top: 5rem;
    padding-bottom: 5.625rem;
}
.product-details-2 .product-content{
    width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.product-details-2 .product-content .title{
    font-weight: 400;
    font-size: 2.34375rem;
    padding-bottom: 1.042rem;
    margin-bottom: 2.1875rem;
    border-bottom: 1px solid #D4DEE8;
    position: relative;
}
.product-details-2 .product-content .title:before{
    bottom: -1px;
    position: absolute;
    content: '';
    z-index: 2;
    width: 8.229rem;
    height: 1px;
    background: var(--main-cl);
    left: 0;
}
.product-details-2 .product-content .title span{
    color: var(--main-cl);
}
.product-details-2 .product-content .product-content-group .sec-title-2{
    margin-bottom: 1.25rem;
}
.product-details-2 .product-content .product-content-group+.product-content-group{
    margin-top: 1.25rem;
}
.product-details-2 .product-content .product-video{
    margin-top: 2.083rem;
    padding-bottom: 1.5625rem;
}
.product-details-2 .product-content .product-video img {
    border-radius: 8px;
}
.product-details-2 .product-content .product-video .wrap-link{
    opacity: 1 !important;
}
.product-details-2 .product-content .product-video .wrap-link:before{
    width: 7.292rem;
    height: 7.292rem;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    background: rgba(14, 128, 207, 0.2);
    animation: scaleBorder 1.2s infinite;
}
.product-details-2 .product-content .specs-table{
    border-radius: 8px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.product-details-2 .product-content .spec-row{
    display: flex;
}
.product-details-2 .product-content .spec-row+.spec-row{
    border-top: 1px solid #E2E2E2;
}
.product-details-2 .product-content .spec-row .value{
    padding: 0.833rem 1.5625rem;
}
.product-details-2 .product-content .spec-row .label{
    width: 16.667rem;
    min-width: 16.667rem;
    background: rgba(212, 165, 40, 0.1);
    font-weight: 700;
    border-right: 1px solid #E2E2E2;
    padding: 0.833rem 1.5625rem;
}
.product-details-2 .product-content .specs-note{
    margin-top: 1.042rem;
}
.product-details-3{
    padding-bottom: 7.5rem;
}
.product-details-3 .title-group{
    margin-bottom: 2.396rem;
}
.product-details-3 .arrows{
    display: flex;
    gap: 0.78125rem;
}
.related-products .swiper-slide{
    padding: 0 1.25rem;
    max-width: 50%;
}
.related-products.swiper{
    margin: 0 -1.25rem;
}
.product-item{
    display: flex;
    flex-direction: column;
}
.product-item .img-wrap{
    aspect-ratio: 1200/725;
    margin-bottom: 1.042rem;
}
.product-item .cont-wrap{
    padding-right: 3.49rem;
    border-bottom: 1px solid #E1E6EB;
    position: relative;
    padding-bottom: 1.146rem;
    flex-grow: 1;
}
.product-item .cont-wrap:after{
    bottom: -1px;
    position: absolute;
    content: '';
    height: 1px;
    width: 6.042rem;
    background: var(--main-cl);
    left: 0;
    transition: all 0.4s;
}
.product-item .cont-wrap .product-title{
    font-weight: 600;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    margin-bottom: 0.208rem;
}
.product-item:hover .img-wrap img{
    transform: scale(1.1);
}
.product-item:hover .cont-wrap:after{
    width: 100%;
}
.swiper-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: rgba(212, 165, 40, 0.4);
    cursor: pointer;
    padding: 0.208rem;
    transition: all 0.4s;
}
.swiper-arrow svg{
    width: 1.667rem;
    height: 1.667rem;
}
.product-banner .cont-wrap{
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 31.25rem;
}
.product-banner .cont-wrap .banner-title{
    margin-bottom: 0.625rem;
}
.product-banner .cont-wrap .banner-desc{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.354rem;
    margin-bottom: 1.458rem;
}
.product-sec-2{
    padding-top: 4.479rem;
}
.product-sec-2 .cont-wrap{
    padding-right: 5.208rem;
}
.product-sec-2 .img-wrap{
    border-radius: 8px;
}
.product-sec-3{
    padding-top: 4.167rem;
}
.product-sec-4 .sec-title-2,
.product-sec-3 .sec-title-2{
    margin-bottom: 2.083rem;
}
.product-sec-3 .swiper{
    margin: 0 -2.135rem;
}
.product-sec-3 .swiper-slide{
    padding: 0 2.135rem;
}
.product-sec-3 .swiper-slide .img-wrap{
    border-radius: 0.417rem;
    margin-bottom: 1.042rem;
}
.product-sec-3 .swiper-slide .title{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.198rem;
}
.product-sec-4{
    padding-top: 4.167rem;
}
.product-sec-4 .grid-box{
    grid-gap: 2.604rem
}
.product-sec-4 .grid-box .item{
    padding: 1.979rem 1.667rem;
    border-radius: 8px;
    background: rgba(212, 165, 40, 0.1);
}
.product-sec-4 .grid-box .item .icon-wrap{
    width: 3.385rem;
    height: 3.385rem;
    margin-bottom: 1.302rem;
}
.product-sec-4 .grid-box .item .icon-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.6s;
}
.product-sec-4 .grid-box .item .cont-wrap li{
    margin-bottom: 0.2rem;
}
.product-list .product-grid{
    grid-gap: 3.646rem 2.5rem;
}
.product-sec-5{
    padding-top: 6.146rem;
}
.product-sec-5 .products-by-cat+.products-by-cat{
    margin-top: 6.458rem;
}
.product-sec-5 .products-by-cat .sec-title{
    margin-bottom: 2.604rem;
}
.products-banner .img-wrap{
    position: relative;
}
.products-banner .img-wrap:before{
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 50%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    z-index: 2;
    width: 100%;
}
.products-banner .cont-wrap{
    bottom: 3.90625rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: var(--container-w);
}
.products-banner .cont-wrap .banner-title{
    margin-bottom: 0.625rem;
}
.products-banner .cont-wrap .banner-desc{
    margin-bottom: 1.458rem;
    font-weight: 400;
    font-size: 1.042rem;
}
.products-sec-2{
    padding-top: 6.771rem;
}
.products-sec-2 > .img-wrap{
    margin-top: -15.625rem;
}
.products-sec-2 .title-group{
    margin-bottom: 2.604rem;
    width: 35.417rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.products-sec-2 .title-group .sec-title{
    margin-bottom: 0.625rem;
}
.products-sec-2 .title-group .sec-desc{
    margin-bottom: 28px;
}
.products-sec-2 .flex-box{
    gap: 1.875rem;
}
.products-sec-2 .item {
    padding: 1.667rem 2.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 4px 30px 0px #D4A52833;
    backdrop-filter: blur(10px);
}
.products-sec-2 .item .number-wrap{
    font-weight: 600;
    font-size: 3.125rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    color: #D4A528;
    margin-bottom: 0.521rem;
}
.products-sec-2 .item .number-wrap sup{
    font-size: 50%;
    font-weight: 700;
    line-height: 1;
    margin-top: -10%;
}
.products-sec-2 .item .text{
    font-weight: 500;
    font-size: 1.042rem;
    line-height: 1.302rem;
    color: #D4A528;
}
.products-sec-3{
    padding-top: 6.25rem;
}
.products-sec-3 .sec-title{
    margin-bottom: 3.125rem;
}
.products-sec-3 .grid-box{
    grid-gap: 2.5rem;
}
.products-sec-3 .grid-box .product-term-item{
    border-radius: 8px;
    overflow: hidden;
}
.products-sec-3 .grid-box .product-term-item .term-name{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
}
.products-sec-3 .grid-box .product-term-item .img-wrap:before{
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.89%, rgba(0, 0, 0, 0.5) 71.94%);
    pointer-events: none;
}
.products-sec-3 .grid-box .product-term-item .cont-wrap{
    position: absolute;
    z-index: 4;
    --space: 2.083rem;
    bottom: var(--space);
    left: var(--space);
    right: var(--space);
    width: calc(100% - var(--space) * 2);
}
.products-sec-3 .grid-box .product-term-item .cont-wrap .btn-wrap{
    height: 2.5rem;
    margin-top: 1.146rem;
}
.policy-sec .content{
    width: 56.25rem;
    max-width: 100%;
}
header#header{
}
header#header .header-wrapper #masthead{
    height: auto !important;
    padding: 0.521rem 5.104rem;
}
header#header .header-wrapper #masthead .header-inner{
    padding: 0;
    display: grid;
    grid-template-columns: 15.625rem calc(100% - 15.625rem);
    grid-template-rows: 1fr 1fr;
}
header#header .header-wrapper #masthead .header-inner #logo{
    grid-row: 1/3;
    width: 14.583rem;
    margin-right: 0;
    padding-right: 0.833rem;
}
header#header .header-wrapper #masthead .header-inner #logo img{
    width: auto;
    height: 6.771rem;
    max-height: unset !important;
    transition:  all 0.4s;
    object-fit: contain;
}
header#header .header-wrapper.stuck #masthead .header-inner #logo img{
    height: 4.6875rem;
}
header#header .header-wrapper #masthead .header-inner > .flex-left.hide-for-medium{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 0;
    padding-left: 6.25rem;
}
header#header .header-wrapper #masthead .header-inner > .flex-left.hide-for-medium > ul{
    justify-content: flex-end;
    padding-bottom: 0.521rem;
    border-bottom: 1px solid #00000014;
}
header#header .header-wrapper #masthead .header-contact{
    display: flex;
    justify-content: flex-end;
    gap: 2.292rem;
    margin: 0 !important;
    list-style: none;
}
header#header .header-wrapper #masthead .header-contact > li{
    margin: 0;
}
header#header .header-wrapper #masthead .header-contact > li > a{
    display: flex;
    align-items: center;
    gap: 0.417rem;
    font-weight: 600 !important;
    font-size: 0.833rem !important;
    line-height: 1.25rem !important;
}
header#header .header-wrapper #masthead .header-contact > li > a img{
    width: 1.042rem;
    height: 1.042rem;
}
header#header .header-wrapper #masthead .nav > li{
    margin: 0 0.9375rem;
}
header#header .header-wrapper #masthead .nav > li:before,
header#header .header-wrapper #masthead .nav > li:after{
    display: none !important;
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown{
    border: none;
    border-radius: 0 0 8px 8px;
    padding: 0;
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown > li{
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown > li.menu-item-has-children > a:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkw4IDEwTDEyIDYiIHN0cm9rZT0iIzgwODE4NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 1.042rem;
    height: 1.042rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    content: '';
    display: block;
    right: -1.042rem;
    transform: rotate(-90deg);
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown > li a{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.833rem 1.5625rem;
    margin: 0;
    color: #000000;
    border: none !important;
    transition: all 0.4s;
    display: flex;
    gap: 0.625rem;
    justify-content: space-between;
    align-items: center;
    text-transform: initial;
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown li.current-menu-item > a,
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown li:hover > a{
    background: rgba(212, 165, 40, 0.1);
}
header#header .header-wrapper #masthead .nav > li > a{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-transform: initial;
    color: #241F20;
    padding: 0;
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown > li ul.sub-menu{
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    transform: translateX(2.604rem);
    transition: all 0.4s;
    background-color: #fff;
    min-width: 260px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
header#header .header-wrapper #masthead .nav > li > ul.nav-dropdown > li:hover > ul.sub-menu{
    opacity: 1;
    transform: translateX(0);
}
header#header .header-wrapper #masthead .nav > li.current-menu-parent > a,
header#header .header-wrapper #masthead .nav > li.current-menu-item > a,
header#header .header-wrapper #masthead .nav > li:hover > a{
    color: #D4A528;
}
header#header .header-wrapper #masthead .nav > li.header-search > a{
    gap: 0.208rem;
    display: flex;
    align-items: center;
}
header#header .header-wrapper #masthead .nav > li.header-search > a svg{
    width: 1.25rem;
    height: auto;
}
header#header .header-wrapper #masthead .nav > li.header-languages > a{
    display: flex;
    align-items: center;
    gap: 0.208rem;
    text-transform: uppercase;
}
header#header .header-wrapper #masthead .nav > li.header-languages > a > svg:first-of-type{
    width: 1.25rem;
    height: auto;
}
header#header .header-wrapper #masthead .nav > li.header-languages > a > svg:last-of-type{
    width: 0.625rem;
    height: auto;
}
header#header .header-wrapper #masthead .nav > li.header-languages > .languages-dropdown{
    position: absolute;
    list-style: none;
    width: auto;
    background: #FFF;
    top: 100%;
    left: 0;
    box-shadow: 0 0 20px 0 rgba(108, 108, 108, 0.2);
    transition: all 0.4s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}
header#header .header-wrapper #masthead .nav > li.header-languages:hover > .languages-dropdown {
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0);
}
header#header .header-wrapper #masthead .nav > li.header-languages > .languages-dropdown > li{
    margin: 0;
}
header#header .header-wrapper #masthead .nav > li.header-languages > .languages-dropdown > li > a{
    display: flex;
    gap: 0.208rem;
    align-items: center;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    padding: 0.208rem 0.417rem;
    position: relative;
    pointer-events: none;
}
header#header .header-wrapper #masthead .nav > li.header-languages > .languages-dropdown > li > a > svg{
    width: 1.25rem;
    min-width: 1.25rem;
    height: auto;
}
header#header .header-wrapper #masthead .nav > li.header-languages > .languages-dropdown > li+li > a:before{
    width: calc(100% - 20px);
    top: 0;
    left: 10px;
    position: absolute;
    content: '';
    background: #dcdcdc;
    height: 1px;
}
#footer{
    background: #F3F3F3;
    padding: 5.208rem 0 0.833rem;
}
#footer .col-4{
    padding-left: 2.8125rem;
}
#footer .col-3:nth-of-type(3){
    padding-left: 4.0625rem;
}
#footer .col-12{
    margin-top: 5.729rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.25rem;
    color: rgba(128, 129, 132, 1);
}
#footer > .back-to-top{
    border: 1px solid #808184;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    right: 3.125rem;
    bottom: 3.75rem;
}
#footer .footer-title{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
    color: #808184;
    margin-bottom: 0.417rem;
}
#footer .footer-contact .item+.item{
    margin-top: 0.417rem;
}

#footer .menu-footer > li{
    margin-bottom: 0.208rem;
}
#footer .menu-footer > li > a,
#footer .footer-contact .item .label,
#footer .footer-contact .item .info{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    display: block;
    transition: all 0.4s;
}
#footer .footer-contact .item .label{
    color: #808184;
}
#footer .socials{
    gap: 0.417rem;
}
#footer .socials img{
    width: 1.667rem;
    height: auto;
    transition: all 0.4s;
}
#footer .footer-logo{
    margin-bottom: 1.875rem;
    display: block;
}
#footer .footer-logo img{
    width: 16.40625rem;
}
#footer .footer-hotline{
    position: relative;
}
#footer .footer-hotline a{
    border-radius: 4px;
    border: 1px solid #00000033;
    padding: 0.78125rem 1.25rem;
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.25rem;
    display: block;
    width: max-content;
    max-width: 100%;
    color: #241F20;
}
#footer .footer-hotline .label{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.25rem;
    color: #808184;
    position: absolute;
    top: 0;
    left: 24px;
    padding: 0 0.625rem 0 1.146rem;
    background: #F3F3F3;
    transform: translateY(-50%);
}
.home-1 .img-wrap:before{
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.home-1 .cont-wrap{
    bottom: 5.208rem;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    width: 54.167rem;
    max-width: 100%;
}
.home-1 .cont-wrap .buttons-wrap{
    margin-top: 1.146rem;
    gap: 1.146rem;
}
.home-1 .cont-wrap .banner-title{
    margin-bottom: 0.625rem;
    font-weight: 400;
    font-size: 3.073rem;
    line-height: 1.3;
}
.home-1 .hero-pagination{
    position: absolute;
    bottom: 3.021rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-1 .hero-pagination .swiper-pagination-bullet{
    width: 1.25rem;
    height: 2px;
    background: rgba(212, 165, 40, 0.4);
    transition: all 0.4s;
    border-radius: 5px;
    opacity: 1;
}
.home-1 .hero-pagination .swiper-pagination-bullet-active{
    background: #FFF;
    width: 2.5rem;
}
.home-2{
    padding: 5.208rem 0;
}
.home-2 .cont-wrap{
    padding-right: 5.729rem;
}
.home-2 .cont-wrap .sec-title{
    margin-bottom: 1.667rem;
}
.home-2 .cont-wrap .sec-desc{
    margin-bottom: 1.667rem;
}
.home-2 .img-wrap{
    border-radius: 8px;
}
.home-3{
    padding: 7.8125rem 0;
    background: #F4F4F4;
}
.home-3 .title-group{
    margin-bottom: 2.5rem;
}
.home-3 .cont-wrap{
    gap: 2.604rem
}
.home-3 .cont-wrap > div{
    width: calc(100% / 3 - 2.604rem * 2 / 3);
    display: flex;
    flex-direction: column;
    gap: 2.083rem;
}
.home-3 .cont-wrap .item{
    display: flex;
    flex-direction: column;
    gap: 0.833rem;
}
.home-3 .cont-wrap .item .img-wrap{
    border-radius: 8px;
}
.home-3 .cont-wrap .item .limit-line{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
    margin: 0;
}
.home-3 .cont-wrap .col-left .item .img-wrap img{
    object-fit: contain;
}
.home-3 .cont-wrap .col-right .item:last-of-type .img-wrap,
.home-3 .cont-wrap .col-left .item:first-of-type .img-wrap{
    aspect-ratio: 434/244;
}
.home-3 .cont-wrap .col-middle .item .img-wrap,
.home-3 .cont-wrap .col-right .item:first-of-type .img-wrap,
.home-3 .cont-wrap .col-left .item:last-of-type .img-wrap,
.home-3 .cont-wrap .col-middle .item,
.home-3 .cont-wrap .col-right .item:first-of-type,
.home-3 .cont-wrap .col-left .item:last-of-type{
    flex-grow: 1;
}
.home-4{
    min-height: 71.875rem;
    padding: 6.146rem 0 4.167rem;
    background: #FFF;
}
.home-4 > .img-wrap{
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.home-4 .title-group{
    width: 41.667rem;
    max-width: 100%;
}
.home-4 .title-group .sec-title{
    margin-bottom: 0.833rem;
}
.home-5{
    padding-top: 7.396rem;
}
.home-5 .sec-title{
    margin-bottom: 2.8125rem;
}
.home-5 .item{
    border-right: 1px solid #1C1A1A;
    width: 6.25rem;
    transition: all 0.8s;
}
.home-5 .item .cont-wrap{
    position: absolute;
    --space: 3.333rem;
    bottom: var(--space);
    left: var(--space);
    opacity: 0;
    width: 40.625rem;
    z-index: 5;
    transition: all 0.8s;
    max-width: calc(100% - var(--space) * 2);
}
.home-5 .item .cont-wrap .sec-title-2{
    font-weight: 400;
    font-size: 2.34375rem;
    line-height: 1.3;
}
.home-5 .item .title{
    width: max-content;
    left: 50%;
    bottom: 2.083rem;
    transform: rotate(-90deg);
    z-index: 3;
    position: absolute;
    transform-origin: left center;
    transition: all 0.8s;
}
.home-5 .item .count{
    top: 2.083rem;
    position: absolute;
    z-index: 3;
    font-weight: 400;
    font-size: 1.667rem;
    line-height: 2.083rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.8s;
}
.home-5 .item .img-wrap{
    height: 100%;
}
.home-5 .item .img-wrap:before{
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: #2D2926;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    z-index: 2;
}
.home-5 .item .img-wrap:after{
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 50%, rgba(0, 0, 0, 0.8) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
}
.home-5 .item:first-of-type{
    flex-grow: 1;
}
.home-5 .item:first-of-type .img-wrap:before{
    opacity: 0;
}
.home-5 .item:first-of-type .title{
    opacity: 0;
}
.home-5 .item:first-of-type .cont-wrap{
    opacity: 1;
}
.home-5 .item:first-of-type .count{
    left: 3.333rem;
    transform: translateX(0);
}
.home-5 > .flex-box{
    height: 39.583rem;
    background: #2D2926;
}
.home-5 > .flex-box:hover .item{
    flex-grow: initial;
}
.home-5 > .flex-box:hover .item .img-wrap:before{
    opacity: 1;
}
.home-5 > .flex-box:hover .item .title{
    opacity: 1;
}
.home-5 > .flex-box:hover .item .cont-wrap{
    opacity: 0;
}
.home-5 > .flex-box:hover .item .count{
    left: 50%;
    transform: translateX(-50%);
}
.home-5 > .flex-box:hover .item:hover{
    flex-grow: 1;
}
.home-5 > .flex-box:hover .item:hover .img-wrap:before{
    opacity: 0;
}
.home-5 > .flex-box:hover .item:hover .title{
    opacity: 0;
}
.home-5 > .flex-box:hover .item:hover .cont-wrap{
    opacity: 1;
}
.home-5 > .flex-box:hover .item:hover .count{
    left: 3.333rem;
    transform: translateX(0);
}
.home-5 > .flex-box:hover .item:last-of-type{
    flex-grow: 1;
}
.home-5 > .flex-box:hover .item:hover~.item:last-of-type{
    flex-grow: 0;
}
.home-4{
    display: flex;
}
.home-4 .stats{
    gap: 6.875rem
}
.home-4 .grid-container{
    display: flex;
    flex-direction: column;
}
.home-4 .title-group{
    margin-bottom: 3.229rem;
}
.home-4 .stats .item:nth-of-type(1),
.home-4 .stats .item:nth-of-type(4){
    margin-top: 5.729rem;
}
.home-4 .stats .item .icon-wrap{
    margin-bottom: 0.729rem;
}
.home-4 .stats .item .icon-wrap img{
    width: 3.229rem;
    height: 3.229rem;
    transition: all 0.4s;
}
.home-4 .stats .item .number-wrap{
    font-weight: 600;
    font-size: 3.646rem;
    line-height: 3.646rem;
    text-transform: uppercase;
    color: #F5D979;
    margin-bottom: 0.521rem;
}
.home-4 .stats .item .number-wrap sup{
    font-size: 50%;
    font-weight: 700;
    line-height: 1;
    margin-top: -10%;
}
.home-4 .stats .item .text{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.home-4 .grid-container .swiper-wrap{
    margin-top: auto;
}
.home-4 .grid-container .arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}
.home-4 .grid-container .arrow.prev{
    right: 100%;
}
.home-4 .grid-container .arrow.next{
    left: 100%;
}
.home-4 .grid-container .swiper{
    padding: 7.292rem 0;
    width: 62.5rem;
    max-width: 100%;
}
.home-4 .grid-container .swiper:before{
    width: 100%;
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50.5%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(212, 165, 40, 0) 0%, #D4A528 50.5%, rgba(212, 165, 40, 0) 100%);
}
.home-4 .grid-container .swiper .dot{
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #D4A528;
    position: relative;
    z-index: 5;
}
.home-4 .grid-container .swiper .dot:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
    background: #D4A528;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
}
.home-4 .grid-container .swiper .name{
    font-weight: 600;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    margin-bottom: 0.26rem;
}
.home-4 .grid-container .swiper .country{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.354rem;
}
.home-4 .grid-container .swiper .item-text{
    position: absolute;
    width: 100%;
    top: calc(100% + 1.875rem);
    padding: 0 1.042rem;
}
.home-4 .grid-container .swiper .swiper-slide-next .dot{
    background: #D4A528;
}
.home-4 .grid-container .swiper .swiper-slide-next .dot:before{
    opacity: 0.4;
    width: 350%;
    height: 350%;
    transition: all 0.4s;
}
.home-4 .points .point{
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.home-4 .points .point .point-cont{
    position: absolute;
    bottom: 3.75rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.home-4 .points .point .point-cont:after{
    z-index: -1;
    position: absolute;
    content: '';
    width: 150%;
    height: 150%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #808184;
    opacity: 0.6;
    border-radius: 50%;
    animation: scaleBorder 1.4s infinite;
    transition: all 0.4s;
}
.home-4 .points .point .point-cont .logo-wrap{
    width: 1.979rem;
    height: 1.979rem;
    border: 2px solid #808184;
    border-radius: 50%;
    background: #FFF;
    padding: 2px;
    display: flex;
    position: relative;
    z-index: 3;
}
.home-4 .points .point .point-cont img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-4 .points .point .name{
    position: absolute;
    top: 50%;
    left: calc(100% + 1.25rem);
    transform: translateY(-50%);
    padding: 0.417rem 0.833rem;
    background: #FFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.417rem;
    width: max-content;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.198rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.home-4 .points .point:hover .name{
    opacity: 1;
}
.home-4 .points .point:hover{
    z-index: 20;
}
.home-4 .points .point:hover .point-cont:after{
    background: #D4A528;
}
.home-4 .points .point:hover .logo-wrap{
    border-color: #D4A528;
}
.home-4 .points .point:hover:before{
    background: linear-gradient(180deg, #D4A528 0%, rgba(14, 128, 207, 0) 100%);
}
.home-4 .points .point .name svg{
    width: 0.833rem;
    min-width: 0.833rem;
    height: auto;
}
.home-4 .points .point:before{
    height: 3.75rem;
    width: 2px;
    background: linear-gradient(180deg, #808184 0%, rgba(128, 129, 132, 0) 100%);
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
#quotation-form{
    background: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
}
#quotation-form .fancybox-close-small{
    color: #FFF;
    padding: 0;
}
#quotation-form .form-inner{
    background-image: linear-gradient(to top, rgba(212, 165, 40, 0.1), rgba(212, 165, 40, 0.1));
    background-color: #FFF;
    border-radius: 8px;
    width: 800px;
    max-width: 100%;
    padding: 3rem 5rem;
}
#quotation-form .title-group{
    margin-bottom: 2.083rem;
}
#quotation-form{
    display: none;
}
.home-5{
    padding-bottom: 6.25rem;
}
.home-5 .grid-box{
    grid-gap: 1.25rem;
    padding: 0 6.458rem;
}
.home-5 .why-item{
    padding: 2.083rem 1.5625rem;
    border-radius: 12px;
    position: relative;
}
.home-5 .why-item:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(93.36deg, #D29010 21.93%, #F3D655 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    transition: all 0.4s;
    pointer-events: none;
}
.home-5 .why-item .icon-wrap img{
    width: 3.125rem;
    height: 3.125rem;
    transition: all 0.4s;
    margin-bottom: 0.833rem;
    display: block;
}
.home-5 .why-item .title{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.667rem;
    margin-bottom: 0.521rem;
}
.home-5 .why-item .desc{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
    opacity: 0.8;
    color: #241F20;
}
.vision-sec{
    padding-top: 6.146rem;
}
.vision-sec .img-wrap{
    border-radius: 8px;
}
.vision-sec .cont-wrap{
    padding-right: 9.583rem;
}
.history-sec-new{
    padding-top: 6.927rem;
}
.history-sec-new .timeline-wrap{
    margin-top: 1.042rem;
    padding: 2.083rem 0 2.604rem;
}
.history-sec-new .timeline-wrap:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 10.58%, rgba(0, 0, 0, 0.2) 49.52%, rgba(0, 0, 0, 0.2) 86.54%, rgba(212, 160, 0, 0) 100%);
    position: absolute;
    content: '';
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
    width: 1px;
}
.history-sec-new .timeline-wrap .timeline-item{
    gap: 3.125rem;
    position: relative;
}
.history-sec-new .timeline-wrap .timeline-item:before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #D4A528;
    position: absolute;
    content: '';
    width: 1.042rem;
    height: 1.042rem;
    border-radius: 50%;
    z-index: 3;
}
.history-sec-new .timeline-wrap .timeline-item > div{
    width: calc(50% - 1.5625rem);
}
.history-sec-new .timeline-wrap .timeline-item+.timeline-item{
    margin-top: 2.604rem;
}
.history-sec-new .timeline-wrap .timeline-item:nth-of-type(odd){
    flex-direction: row-reverse;
}
.history-sec-new .timeline-wrap .timeline-item .img-wrap{
    aspect-ratio: 200/130;
    width: 10.417rem;
    min-width: 10.417rem;
}
.history-sec-new .timeline-wrap .timeline-item .content-box {
    background: #F4F4F4;
    padding: 0.833rem 1.302rem;
}
.history-sec-new .timeline-wrap .timeline-item .content-box > .flex-box{
    gap: 0.521rem;
}
.history-sec-new .timeline-wrap .timeline-item .content-box .year{
    font-weight: 400;
    font-size: 2.34375rem;
    line-height: 1.2;
    margin-bottom: 8px;
}
.history-sec-new .timeline-wrap .timeline-item .content-box .desc{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.4;
}
.history-sec-new .timeline-wrap .timeline-item .content-box .cont-wrap{
    flex-grow: 1;
}
.history-sec-new .timeline-wrap .timeline-item:nth-of-type(odd) .cont-wrap{
    text-align: right;
    padding-right: 1.042rem;
}
.history-sec-new .timeline-wrap .timeline-item:nth-of-type(even) .content-box > .flex-box{
    flex-direction: row-reverse;
}
.history-sec-new .timeline-wrap .timeline-item:nth-of-type(even) .cont-wrap{
    padding-left: 1.042rem;
}
@media only screen and (min-width: 1200px){
    .home-5 .why-item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    body, html {
        font-size: 1vw;
    }
    .product-details-1 .product-gallery{
        height: calc(100vh - 7.8125rem);
    }
    .home-4 .stats .item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    #footer .socials a:hover img{
        transform: scale(0.9);
    }
    #footer .menu-footer > li > a:hover{
        color: var(--main-cl);
    }
    .btn.btn-primary:hover{
        /*background: #B7D9F1;*/
        background-position: 85% 0%;
    }
    .home-3 .cont-wrap .item:hover .img-wrap img{
        transform: scale(1.1);
    }
    .home-3 .cont-wrap .item:hover .limit-line{
        color: var(--main-cl)
    }
    .swiper-arrow:hover{
        background: #D4A528;
    }
    .swiper-arrow:hover path{
        stroke: #FFF;
    }
    .career-details-1 .career-details .share a:hover{
        background: #D4A528;
    }
    .career-details-1 .career-details .share a:hover svg path{
        fill: #FFF;
    }
    .vision-sec-2 .grid-box .item:hover .icon-wrap img,
    .product-sec-4 .grid-box .item:hover .icon-wrap img{
        transform: rotateY(360deg);
    }
    .products-sec-3 .grid-box .product-term-item .cont-wrap .btn-wrap{
        margin-top: 0;
        height: 0;
        overflow: hidden;
    }
    .products-sec-3 .grid-box .product-term-item:hover .cont-wrap .btn-wrap{
        margin-top: 1.146rem;
        height: 2.5rem;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - var(--container-w)) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - var(--container-w)) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - var(--container-w)) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - var(--container-w)) / 2);
    }
    section.contact-info .contact-info-list{
        padding-right: 3rem;
    }
    section.contact-touch .contact-touch-intro{
        padding-right: 3.5rem;
    }
    section.contact-touch .sec-desc{
        padding-right: 0;
    }
    header#header .header-wrapper #masthead{
        padding: 0.5rem 1rem;
    }
    header#header .header-wrapper #masthead .header-inner #logo{
        width: 10rem;
    }
    header#header .header-wrapper #masthead .header-inner{
        grid-template-columns: 10rem calc(100% - 10rem);
    }
    header#header .header-wrapper #masthead .nav > li{
        margin: 0 0.5rem;
    }
    header#header .header-wrapper #masthead .nav > li > a{
        font-size: 0.8rem;
    }
    header#header .header-wrapper #masthead .nav > li.header-languages > a > svg:first-of-type,
    header#header .header-wrapper #masthead .nav > li.header-search > a svg{
        width: 1rem;
    }
    .banner-title{
        font-size: 3rem;
        line-height: 1.3;
    }
    .page-banner .banner-title{
        bottom: 1.5rem;
    }
    header#header .header-wrapper #masthead .header-inner #logo img{
        height: 5rem;
    }
    .career-details-1 .apply-box{
        padding: 2rem 1.5rem;
    }
    .career-details-2 .related-jobs{
        padding-left: 3.2rem;
    }
    .career-details-1 .career-details .career-title{
        padding-right: 0;
        font-size: 2rem;
    }
    .career-details-3 .career-form{
        padding: 3rem 7rem;
    }
    .career-details-1 .career-details .career-excerpt{
        padding-right: 0;
    }
    section.services-page{
        padding: 0;
    }
    .services-page .service-item:nth-of-type(odd) .col-6:nth-of-type(1){
        padding-right: 4rem;
    }
    .services-page .service-item:nth-of-type(even) .col-6:nth-of-type(1){
        padding-left: 4rem;
    }
    .overview-sec .cont-wrap{
        padding-left: 2rem;
    }
    .vision-sec-1 .item:nth-of-type(odd) .cont-wrap{
        padding-right: 0;
    }
    .vision-sec-2 .grid-box .item{
        padding: 1.5rem;
    }
    .history-sec .cont-wrap{
        padding-left: 2rem;
    }
    .products-banner .cont-wrap{
        bottom: 1.5rem;
    }
    .products-sec-2{
        padding-top: 4rem;
    }
    .products-sec-2 .item{
        padding: 1.5rem 2rem;
    }
    .products-sec-2 > .img-wrap{
        margin-top: 0;
    }
    .products-sec-3 .grid-box .product-term-item .cont-wrap{
        --space: 1.25rem
    }
    #footer .socials img{
        width: 1.4rem;
    }
    .home-2 .cont-wrap{
        padding-right: 2rem;
    }
    .home-3 .cont-wrap{
        gap: 1.25rem
    }
    .home-3 .cont-wrap > div{
        width: calc(100% / 3 - 1.25rem * 2 / 3);
    }
    .home-3{
        padding: 4rem 0;
    }
    .home-1 .hero-pagination{
        bottom: 1rem;
    }
    .home-1 .cont-wrap{
        bottom: 2rem;
    }
    .product-sec-3 .swiper{
        margin: 0 -1.5rem;
    }
    .product-sec-3 .swiper-slide{
        padding: 0 1.5rem;
    }
    .product-details-1 .cont-wrap .product-code{
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .product-details-1 .gallery-thumb-wrap{
        left: 2rem;
        right: 2rem;
        bottom: 2rem;
    }
    .home-4 .stats{
        gap: 4rem
    }
    .home-1 .cont-wrap .banner-title{
        font-size: 2.5rem;
    }
    .sec-title{
        font-size: 2.5rem;
    }
    .home-5 .grid-box{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .vision-sec .cont-wrap{
        padding-right: 2rem;
    }
    .history-sec-new .timeline-wrap .timeline-item .cont-wrap{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .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 - 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);
    }
    .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 img,
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    section.contact-info .contact-info-list{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .sec-title{
        font-size: 2rem;
        line-height: 1.2;
    }
    section.contact-touch .contact-touch-box{
        padding: 2.4rem;
    }
    .breadcrumbs{
        padding-top: 1rem;
    }
    section.contact-info{
        padding-top: 3rem;
    }
    section.contact-touch{
        padding: 3rem 0 4rem;
    }
    .page-banner img{
        min-height: 26.042rem;
    }
    .banner-title{
        font-size: 2.5rem;
    }
    header#header .header-wrapper #masthead .header-inner{
        display: flex;
    }
    header#header .header-wrapper #masthead .header-inner #logo{
        margin-left: 0;
        padding-right: 0;
    }
    header#header .header-wrapper #masthead .nav > li > a{
        font-size: 1rem;
    }
    header#header .header-wrapper #masthead .nav > li.header-languages > a > svg:first-of-type, header#header .header-wrapper #masthead .nav > li.header-search > a svg{
        width: 1.25rem;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 36px;
        height: 24px;
        align-items: flex-start;
    }
    #header #masthead .mobile-nav .nav-icon > a span{
        width: 100%;
        height: 2px;
        background-color: #D4A528;
        transition: all 0.4s;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        width: 100%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 75%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        width: 50%;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(2),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        opacity: 0;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        transform: rotate(45deg) translate(8px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 100%;
        transform: rotate(135deg) translate(-7px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a:before {
        content: unset !important;
    }
    #header #masthead .mobile-nav .nav-icon > a i {
        display: none;
    }
    #main-menu{
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 40%;
        background-color: #FFF;
        transition: all 0.4s;
        transform: translateX(-100%);
        margin-right: auto;
    }
    #main-menu .sidebar-menu > ul > li > a svg{
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    #main-menu .sidebar-menu > ul > li{
        transition: all 0.3s !important;
    }
    #main-menu .sidebar-menu ul.header-contact > li > a,
    #main-menu .sidebar-menu > ul > li > a{
        padding-left: 16px !important;
        color: #241F20 !important;
        background-color: #FFF !important;
        font-size: 1rem !important;
        text-transform: initial;
        transition: all 0.3s !important;
        font-weight: 700;
    }
    #main-menu .sidebar-menu ul.header-contact > li{
        padding: 0;
    }
    #main-menu .sidebar-menu ul.header-contact > li > a{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item,
    #main-menu .sidebar-menu > ul > li.active{
        background-color: var(--main-cl) !important;
    }
    #main-menu .sidebar-menu > ul > li.active > button,
    #main-menu .sidebar-menu > ul > li.active > a,
    #main-menu .sidebar-menu > ul > li.current-menu-item > a{
        color: #FFF !important;
        background: transparent !important;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[stroke] {
        stroke: #FFF;
    }
    #main-menu .sidebar-menu > ul > li.current-menu-item > a svg path[fill]{
        fill: #FFF;
    }
    #main-menu .sidebar-menu > ul li >ul{
        background: #f4f4f4;
        padding-bottom: 0;
        padding-left: 1.5rem;
    }
    #main-menu .sidebar-menu > ul > li >ul.header-contact{
        padding-left: 0 !important;
    }
    #main-menu .sidebar-menu > ul li > ul > li{
        padding-left: 0;
        margin: 0 !important;
    }
    #main-menu .sidebar-menu > ul li > ul > li > a{
        color: #241F20 !important;
        font-size: 1rem !important;
        text-transform: initial;
        transition: all 0.3s !important;
        font-weight: 700;
        gap: 0.5rem;
    }
    #main-menu .sidebar-menu > ul li > ul > li > a > button{
        margin: 0;
        width: 45px;
        padding: 0;
        font-size: 1.8em;
        margin-left: auto;
        line-height: 0.5;
        min-height: unset;
    }
    #main-menu .sidebar-menu > ul li > ul > li > a > button.active i{
        transform: rotate(180deg);
    }
    #main-menu .sidebar-menu > ul li > ul > li > a > button > i{
        line-height: 0.5;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu > ul > li > ul ul > li > a{
        font-weight: 400;
    }
    #main-menu .sidebar-menu > ul ul > li{
        padding-left: 10px;
    }
    #main-menu .sidebar-menu > ul ul > li > a{
        font-size: 1rem !important;
        padding: 5px 0;
    }
    #main-menu.active .sidebar-menu{
        transform: translateX(0);
    }
    #main-menu.active{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
    header#header .header-wrapper #masthead .header-inner #logo img{
        height: 4.5rem !important;
    }
    section.faq-sec{
        padding-top: 3rem;
    }
    section.faq-sec .item .ask{
        font-size: 1rem;
        line-height: 1.4;
    }
    .careers-1 .grid-box .item .cont-wrap h3{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .careers-1 .grid-box .item .cont-wrap{
        padding: 1rem;
    }
    .careers-1 .grid-box .item .cont-wrap .sec-desc{
        padding: 0;
    }
    .career-table-wrap .career-table th{
        font-size: 1rem;
    }
    .career-table-wrap .career-table th{
        padding: 1rem;
    }
    .career-table-wrap .career-table th:first-of-type{
        padding: 1rem 1.5rem;
    }
    .career-table-wrap .career-table td{
        padding: 1rem 1.5rem;
    }
    .career-table-wrap .career-table td:first-of-type{
        font-size: 0.9rem;
    }
    .career-details-1 .career-details{
        flex-wrap: wrap;
    }
    .career-details-1 .career-details .col-left,
    .career-details-1 .career-details .col-right{
        width: 100%;
        padding: 3rem;
    }
    .career-details-1 .apply-box{
        padding: 0;
        text-align: center;
    }
    .career-details-1 .apply-box .btn{
        margin: 1rem auto;
    }
    .career-details-1 .career-details .share a{
        margin-bottom: 0;
    }
    .career-details-2 .col-8 .item{
        display: block;
    }
    .career-details-2 .col-8 .item .title{
        width: 100%;
        margin-bottom: 1rem;
    }
    .career-details-2 .col-8 .item .sec-desc{
        width: 100%;
    }
    .career-details-2 .related-jobs {
        padding-left: 1.5rem;
    }
    .career-details-2 .related-jobs .related-title{
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .career-details-2 .related-jobs .job-list .item{
        padding: 1rem;
    }
    .career-details-3 .career-form{
        padding: 3rem;
    }
    .services-page .service-item:nth-of-type(odd) .col-6:nth-of-type(1){
        padding-right: 2rem;
    }
    .services-page .service-item:nth-of-type(even) .col-6:nth-of-type(1){
        padding-left: 2rem;
    }
    .overview-sec{
        padding-top: 3rem;
    }
    .overview-sec .information-wrap .info-item .label{
        font-size: 1.1rem;
        line-height: 1.2;
        padding: 1rem 1.5rem;
        width: 13rem;
        min-width: 13rem;
    }
    .vision-sec-1{
        padding-top: 3rem;
    }
    .vision-sec-1 .item:nth-of-type(odd) .cont-wrap{
        padding-left: 3rem;
    }
    .vision-sec-1 .item:nth-of-type(even) .cont-wrap{
        padding-right: 3rem;
    }
    .vision-sec-2 .grid-box{
        grid-gap: 2rem
    }
    .vision-sec-2 .grid-box .item:nth-of-type(odd):last-of-type{
        width: 50%;
        grid-column: 1/3;
        margin-left: auto;
        margin-right: auto;
    }
    .history-sec{
        padding-top: 3rem;
    }
    .products-sec-2 .item .number-wrap{
        font-size: 2.5rem;
    }
    #footer{
        padding: 3rem 0 0.5rem;
    }
    #footer .footer-logo{
        margin-bottom: 1rem;
        text-align: center;
    }
    #footer .footer-hotline{
        width: max-content;
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }
    #footer .col-4{
        padding-left: 0;
    }
    #footer .col-2,
    #footer .col-3:nth-of-type(3){
        padding-left: 2rem;
    }
    #footer .col-12{
        margin-top: 3rem;
    }
    .home-2{
        padding: 3rem 0;
    }
    .home-3 .cont-wrap .item .limit-line{
        font-size: 0.9rem;
        line-height: 1.2;
    }
    .home-3 .cont-wrap .item{
        gap: 0.5rem
    }
    .home-5 > .flex-box{
        flex-wrap: wrap;
        height: auto;
    }
    .home-5 .item{
        width: 100%;
    }
    .home-5 .item .title{
        display: none !important;
    }
    .home-5 .item .cont-wrap{
        --space: 2rem;
        opacity: 1 !important;
    }
    .home-5 .item .count{
        left: 2rem !important;
        top: 2rem !important;
        transform: unset !important;
    }
    .home-5 .item .img-wrap:before{
        display: none !important;
    }
    .product-sec-2 .cont-wrap{
        padding-right: 3rem;
    }
    .product-sec-3 .swiper{
        margin: 0 -0.75rem;
    }
    .product-sec-3 .swiper-slide{
        padding: 0 0.75rem;
    }
    .product-sec-4 .grid-box{
        gap: 1.5rem
    }
    .product-item .cont-wrap{
        padding-right: 0;
    }
    .product-list .product-grid{
        grid-gap: 2rem 1.5rem
    }
    .product-details-2{
        padding: 3rem 0;
    }
    .product-details-3{
        padding-bottom: 4rem;
    }
    .product-details-1 .pl-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
        padding-bottom: 3rem;
    }
    .product-details-1 .cont-wrap{
        margin-top: 3rem;
    }
    .product-details-2 .product-content .title{
        font-size: 2rem;
        line-height: 1.3;
    }
    .product-details-2 .product-content .spec-row .label{
        width: 13rem;
        min-width: 13rem;
    }
    .home-4 .stats .item .number-wrap{
        font-size: 2.5rem;
        line-height: 1;
    }
    .home-4 .stats .item:nth-of-type(1), .home-4 .stats .item:nth-of-type(4){
        margin-top: 3rem;
    }
    .home-4{
        padding: 3rem 0 2rem;
        min-height: 56rem;
    }
    .home-4 .title-group{
        margin-bottom: 2rem;
    }
    .home-4 .grid-container .swiper .name{
        font-size: 1.15rem;
        line-height: 1.2;
    }
    .product-details-1 .cont-wrap{
        padding-right: 0;
    }
    .sec-title{
        font-size: 1.8rem;
    }
    .home-1 .cont-wrap .banner-title{
        font-size: 2.2rem;
    }
    .home-5{
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .history-sec-new .timeline-wrap .timeline-item .empty-box{
        display: none !important;
    }
    .history-sec-new .timeline-wrap .timeline-item .content-box{
        width: 100% !important;
    }
    .history-sec-new .timeline-wrap{
        padding-left: 2rem;
    }
    .history-sec-new .timeline-wrap:before{
        left: 0;
    }
    .history-sec-new .timeline-wrap .timeline-item:before{
        left: -2rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .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 img,
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    header#header .header-wrapper #masthead .nav > li.header-search{
    }
    header#header .header-wrapper #masthead .nav > li.header-search > a{
        font-size: 0 !important;
        gap: 0 !important;
    }
    header#header .header-wrapper #masthead .header-inner #logo img{
        height: 3.5rem !important;
    }
    header#header .header-wrapper #masthead .nav > li.header-languages > a > svg:first-of-type, header#header .header-wrapper #masthead .nav > li.header-search > a svg{
        width: 1.5rem;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        height: 22px;
        width: 32px;
    }
    .left-cont{
        left: 1rem;
    }
    .page-banner img{
        min-height: 300px;
    }
    .banner-title{
        font-size: 1.65rem;
    }
    section.contact-info .contact-info-item+.contact-info-item{
        margin-top: 1.2rem;
        padding-top: 1.2rem;
    }
    section.contact-touch .contact-touch-intro{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    section.contact-touch .contact-touch-form{
        padding-left: 0;
    }
    section.contact-touch .contact-touch-box{
        padding: 1.5rem;
    }
    .sec-title{
        font-size: 1.5rem;
    }
    .sec-title-2{
        font-size: 1.25rem;
        line-height: 1.2;
    }
    section.contact-info .contact-info-label{
        font-size: 1rem;
    }
    #main-menu .sidebar-menu{
        width: 100%;
        max-width: 320px;
    }
    section.faq-sec .grid-box{
        grid-gap: 0;
    }
    .breadcrumbs ol li+li{
        margin-left: 1rem;
    }
    .breadcrumbs ol li+li:before{
        left: -0.5rem;
        height: 0.8rem;
    }
    .careers-1 .grid-box{
        grid-gap: 1rem
    }
    .careers-2{
        padding: 3rem 0 4rem;
    }
    .career-table-wrap .career-table thead{
        display: none !important;
    }
    .career-table-wrap .career-table,
    .career-table-wrap .career-table tbody,
    .career-table-wrap .career-table .career-item{
        display: block;
        width: 100%;
    }
    .career-table-wrap .career-table{
        border-radius: 0;
    }
    .career-table-wrap .career-table .career-item+.career-item{
        margin-top: 2rem;
    }
    .career-table-wrap .career-table .career-item{
        border-top: 1px solid #E2E2E2;
    }
    .career-table-wrap .career-table .career-item > td{
        display: flex;
        width: 100% !important;
        border-left: 1px solid #E2E2E2;
        border-radius: 0 !important;
        padding: 0.75rem 1rem;
        font-size: 0.833rem !important;
    }
    .career-table-wrap .career-table .career-item > td:before{
        content: attr(data-title);
        font-size: inherit;
        width: 32%;
        text-align: left;
    }
    .career-table-wrap .career-table td:last-of-type{
        display: flex;
    }
    .career-table-wrap .career-table td:last-of-type:before{
        display: none ;
    }
    .career-details-1 .career-details .col-left, .career-details-1 .career-details .col-right{
        padding: 1.5rem;
    }
    .career-details-1{
        padding: 2rem 0 3rem;
    }
    .career-details-1 .career-details .name-group{
        flex-wrap: wrap;
        gap: 1rem
    }
    .career-details-1 .career-details .career-title{
        font-size: 1.75rem;
    }
    .career-details-1 .career-details .career-excerpt{
        margin-bottom: 1.5rem;
    }
    .career-details-2 .col-8 .item+.item{
        margin-top: 1.25rem;
        padding-top: 1.25rem;
    }
    .career-details-2 .related-jobs{
        padding-left: 0;
        margin-top: 2rem;
    }
    .career-details-2{
        padding-bottom: 3rem;
    }
    .career-details-3 .career-form{
        padding: 1.5rem 1rem;
    }
    .career-details-3 .career-form .form-wrap .form-group{
        width: 100% !important;
    }
    .career-details-3 .career-form .submit-wrap{
        justify-content: center;
        margin-top: 1rem;
    }
    .breadcrumbs ol li > a > span{
        font-size: 0.8rem;
    }
    .career-details-3{
        padding-bottom: 3rem;
    }
    section.faq-sec .title-group{
        margin-bottom: 1.5rem;
    }
    .services-page .service-item .col-6:nth-of-type(2){
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .services-page .service-item .col-6:nth-of-type(1){
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 1rem !important;
    }
    .services-page .service-item:nth-of-type(even) .flex-box{
        flex-direction: column;
    }
    .services-page .service-item{
        padding: 3rem 0;
    }
    .overview-sec .cont-wrap{
        padding-left: 0;
        padding-top: 2rem;
    }
    .overview-sec .cont-item+.cont-item{
        padding-top: 1.25rem;
        margin-top: 1.25rem;
    }
    .overview-sec .information-wrap .info-item .label{
        width: 100%;
    }
    .overview-sec .information-wrap .info-item+.info-item{
        /*margin-top: 1.5rem;*/
    }
    .overview-sec .information-wrap .info-item{
        flex-wrap: wrap;
    }
    .overview-sec .information-wrap .info-item .cont{
        padding: 1rem 1.5rem;
    }
    .overview-sec .information-wrap{
        margin-top: 3rem;
    }
    .vision-sec-1 .item .col-6:nth-of-type(1){
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .vision-sec-1 .item .cont-wrap{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 1rem;
    }
    .vision-sec-1 .item+.item{
        margin-top: 2.5rem;
    }
    .vision-sec-2 {
        padding-top: 3rem;
    }
    .vision-sec-2 .grid-box .item:nth-of-type(odd):last-of-type{
        width: 100%;
        grid-column: unset;
    }
    .history-sec .cont-wrap{
        padding-left: 0;
        padding-top: 2rem;
    }
    .products-sec-2 .item{
        width: 100%;
        padding: 1rem 1.5rem;
    }
    .products-sec-2 > .img-wrap{
        margin-top: 2rem;
    }
    .products-sec-3{
        padding-top: 2rem;
    }
    .products-sec-3 .grid-box{
        grid-gap: 1.5rem
    }
    .products-banner .img-wrap img{
        min-height: 400px;
    }
    .products-banner .cont-wrap{
        padding: 0 1rem;
    }
    .products-banner .cont-wrap .banner-title{
        margin-bottom: 0.3rem;
    }
    .products-banner .cont-wrap .banner-desc{
        margin-bottom: 0.8rem;
        font-size: 0.8rem;
    }
    .home-2 .cont-wrap{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .home-3 .cont-wrap{
        flex-wrap: wrap;
    }
    .home-3 .cont-wrap > div{
        width: 100%;
    }
    .home-3 .cont-wrap .item .img-wrap{
        aspect-ratio: 1 !important;
        background: #FFF;
    }
    .home-3 .cont-wrap .item .limit-line{
        font-size: 1.1rem;
    }
    .home-5 .item .cont-wrap{
        --space: 1.25rem;
        position: unset;
        text-align: center;
        padding: 1.5rem 1rem;
        width: 100%;
        max-width: 100%;
    }
    .home-5 .item .count{
        left: 1rem !important;
        top: 1rem !important;
        font-size: 1.25rem;
    }
    .home-5 .item .img-wrap{
        height: auto;
    }
    .home-5 .item .cont-wrap > *{
        /*color: #333 !important;*/
    }
    #footer .col-2, #footer .col-3:nth-of-type(3){
        padding-left: 0;
        margin-top: 2rem;
    }
    #footer{
        padding-top: 2rem;
    }
    #footer .footer-hotline a{
        font-size: 0.94rem;
    }
    .home-1 .img-wrap img{
        min-height: 26.042rem;
    }
    .home-1 .cont-wrap{
        bottom: 2.5rem;
        padding: 0 1rem;
    }
    .home-1 .cont-wrap .banner-desc{
        font-size: 0.9rem;
    }
    .product-sec-3 .swiper{
        margin: 0 -1.5rem 0 -0.5rem;
    }
    .product-sec-3 .swiper-slide{
        padding: 0 0.5rem;
    }
    .product-sec-2{
        padding-top: 2rem;
    }
    .product-sec-2 .cont-wrap{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .product-sec-4{
        padding-top: 3rem;
    }
    .product-sec-5{
        padding-top: 3rem;
    }
    .product-sec-3 .swiper-slide .title{
        font-size: 0.8rem;
    }
    .product-sec-3 .swiper-slide .img-wrap{
        margin-bottom: 0.5rem;
    }
    .product-list .product-grid{
        grid-gap: 1.5rem 1rem;
    }
    .product-sec-5 .products-by-cat .sec-title{
        margin-bottom: 1.5rem;
    }
    .product-sec-5 .products-by-cat+.products-by-cat{
        margin-top: 4rem;
    }
    .product-banner .cont-wrap{
        position: relative !important;
        left: unset;
        top: unset;
        width: 100%;
        padding: 1rem;
        transform: unset;
    }
    .product-banner .cont-wrap .text-white{
        color: #333;
    }
    .product-banner .cont-wrap .banner-desc{
        font-size: 14px;
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }
    .related-products.swiper{
        margin: 0 -0.5rem;
    }
    .related-products .swiper-slide{
        padding: 0 0.5rem;
    }
    .product-details-2 .product-content .spec-row .label{
        padding: 0.5rem 1rem;
        width: 50%;
        min-width: 50%;
    }
    .product-details-2 .product-content .spec-row .value{
        width: 50%;
        padding: 0.5rem 1rem;
    }
    .product-details-2 .product-content .product-video .wrap-link svg{
        width: 42px;
        height: auto;
    }
    .product-details-2 .product-content .product-video .wrap-link:before{
        width: 70px;
        height: 70px;
    }
    .product-details-2 .product-content .title{
        font-size: 1.5rem;
    }
    .product-details-1 .gallery-thumb-wrap{
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
    .product-details-1 .pl-cont{
        padding: 0 1rem 3rem;
    }
    .breadcrumbs{
        padding-top: 0.5rem;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1), .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        transform: rotate(45deg) translate(8px, 6px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3), .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3) {
        width: 100%;
        transform: rotate(135deg) translate(-8px, 6px);
    }
    .home-4 .grid-container .swiper-wrap{
        margin: auto 2rem 0;
    }
    .home-4 .grid-container .swiper{
        padding: 5.5rem 0;
    }
    .home-4 .points .point .point-cont .logo-wrap{
        width: 1.5rem;
        height: 1.5rem;
    }
    .home-4 .stats{
        gap: 2rem 1.5rem
    }
    .home-4 .stats .item .icon-wrap img{
        width: 2.75rem;
        height: 2.75rem;
    }
    .home-4 .stats .item:nth-of-type(1), .home-4 .stats .item:nth-of-type(4){
        margin-top: 0;
    }
    /*.home-4 .points{*/
    /*    display: none !important;*/
    /*}*/
    .home-4 .stats .item .number-wrap{
        font-size: 1.4rem;
    }
    .home-4 .stats .item .text{
        font-size: 0.78rem;
    }
    .home-5{
        padding-top: 3rem;
    }
    .home-5 .sec-title{
        margin-bottom: 1.25rem;
    }
    #quotation-form .form-inner{
        padding: 1.5rem;
    }
    #quotation-form .form-inner .group-half{
        width: 100% !important;
    }
    #quotation-form .title-group{
        margin-bottom: 1rem;
    }
    .home-4 .points .point .name{
        padding: 0.2rem 0.4rem;
        font-size: 0.6rem;
        left: calc(100% + 0.5rem);
        gap: 0.2rem;
    }
    .home-4 .points .point .name svg{
        width: 0.6rem;
        min-width: 0.6rem;
    }
    .home-5 .item .cont-wrap .sec-title-2{
        font-size: 1.5rem;
    }
    .home-5 .grid-box{
        grid-gap: 1rem
    }
    .home-1 .cont-wrap .banner-title{
        font-size: 1.5rem;
    }
    .vision-sec .cont-wrap{
        padding-right: 0;
        padding-top: 2rem;
    }
    .overview-sec .sec-title{
        margin-bottom: 1rem;
    }
    .vision-sec{
        padding-top: 3rem;
    }
    .history-sec-new{
        padding-top: 4rem;
    }
    .history-sec-new .timeline-wrap .timeline-item .img-wrap{
        width: 8rem;
        min-width: 8rem;
    }
    .history-sec-new .timeline-wrap .timeline-item:before{
        width: 0.7rem;
        height: 0.7rem;
        left: -1rem;
    }
    .history-sec-new .timeline-wrap{
        padding-left: 1rem;
    }
    .history-sec-new .timeline-wrap .timeline-item .content-box .year{
        font-size: 1.3rem;
    }
    .home-4{
        min-height: 60rem;
    }
    .home-1 .cont-wrap .buttons-wrap .btn svg{
        width: 12px;
        height: auto;
    }
    .home-1 .cont-wrap .buttons-wrap .btn{
        font-size: 0.7rem;
    }
    .home-1 .cont-wrap .buttons-wrap{
        flex-wrap: wrap;
        gap: 0.7rem
    }
    .home-4 .points{
        display: none !important;
    }
    .page-banner:has(.btn) .banner-title {
        bottom: 4.458rem;
    }
    .page-banner:has(.btn) .btn {
        bottom: 1.333rem;
    }
}