:root{
    --main-cl: #136534;
    --sub-cl: #34B540;
    --third-cl: #F4F3E7;
    --four-cl: #FFFBF2;
    --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.6rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 17rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: .8s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 0.8s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 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 svg{
    transition-delay: 0.6s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.8px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--main-cl);
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 4rem 0 3rem;
}
.search-page h1{
    margin-bottom: 2.604rem;
    text-align: center;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--main-cl);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.042rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .tab-product.active .search-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.back_to_home a.button {
    border-radius: 8px;
    background: var(--main-cl);
    margin-top: 2rem;
    margin-bottom: 0 !important;
}

/*COMPONENTS*/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w) !important;
}

html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
/*transition svg*/
[itemprop="name"], cite, circle, svg, rect, path, g, img, a, input, textarea, h1, h2, h3, h4, h5, h6, .box_img, span.icon, span.text, .swiper-pagination-bullet, .arrow, ::before, ::after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w_full {
    width: 100% !important;
}
.h_full {
    height: 100% !important;
}
.obj_cover {
    object-fit: cover;
}

body {
    font-family: 'SVN-Zona Pro Regular';
    /*font-size: 0.9375rem;*/
    color: #333333;
    overflow-x: hidden;
}
#main, #wrapper {
    background-color: var(--four-cl);
}
.col {
    padding: 0 0.78125rem 0 !important;
}
.container {
    padding-left: 0.78125rem !important;
    padding-right: 0.78125rem !important;
}

/*subtitle*/
.subtitle {
    display: block;
    width: fit-content;
    font-family: 'Manrope SemiBold';
    font-weight: 600;
    letter-spacing: 0.417rem;
    color: var(--main-cl);
}
.text-center .subtitle {
    margin-right: auto;
    margin-left: auto;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #333333;
}
.heading_sec {
    font-family: 'SVN-Zona Pro SemiBold';
    line-height: 1.2;
    color: var(--main-cl);
    margin-bottom: 1.042rem;
}
.fs_70 {
    font-size: 3.646rem;
}
.fs_60 {
    font-size: 3.125rem;
}
.fs_65 {
    font-size: 3.385rem;
}
.fs_55 {
    font-size: 2.865rem;
}
.fs_50 {
    font-size: 2.604rem;
}
.fs_40 {
    font-size: 2.083rem;
}
.fs_45 {
    font-size: 2.34375rem;
}
.fs_35 {
    font-size: 1.823rem;
}
.fs_32 {
    font-size: 1.667rem;
}
.fs_30 {
    font-size: 1.5625rem;
}
.fs_24 {
    font-size: 1.25rem;
}
.fs_25 {
    font-size: 1.302rem;
}
.fs_22 {
    font-size: 1.146rem;
}
.fs_20 {
    font-size: 1.042rem;
}
.fs_18 {
    font-size: 0.9375rem;
}
.fs_16 {
    font-size: 0.833rem;
}
.fs_10 {
    font-size: 0.521rem;
}

.manrope_800 {
    font-family: 'Manrope ExtraBold';
}
.manrope_700 {
    font-family: 'Manrope Bold';
}
.manrope_600 {
    font-family: 'Manrope SemiBold';
}
.manrope_500 {
    font-family: 'Manrope Medium';
}
.manrope_400 {
    font-family: 'Manrope Regular';
}
.manrope_300 {
    font-family: 'Manrope Light';
}
.manrope_200 {
    font-family: 'Manrope ExtraLight';
}

.zona_800 {
    font-family: 'SVN-Zona Pro ExtraBold';
}
.zona_700 {
    font-family: 'SVN-Zona Pro Bold';
}
.zona_600 {
    font-family: 'SVN-Zona Pro SemiBold';
}
.zona_400 {
    font-family: 'SVN-Zona Pro Regular';
}
.zona_300 {
    font-family: 'SVN-Zona Pro Light';
}
.zona_100 {
    font-family: 'SVN-Zona Pro Thin';
}

.plus_800 {
    font-family: 'Plus Jakarta Sans ExtraBold';
}
.plus_700 {
    font-family: 'Plus Jakarta Sans Bold';
}
.plus_600 {
    font-family: 'Plus Jakarta Sans SemiBold';
}
.plus_500 {
    font-family: 'Plus Jakarta Sans Medium';
}
.plus_400 {
    font-family: 'Plus Jakarta Sans Regular';
}
.plus_300 {
    font-family: 'Plus Jakarta Sans Light';
}
.plus_200 {
    font-family: 'Plus Jakarta Sans ExtraLight';
}

.text_main {
    color: var(--main-cl);
}
.text_sub {
    color: var(--sub-cl);
}
.text_third {
    color: #333333;
}
.text_white *,
.text_white {
    color: #fff !important;
}

.mt_32 {
    margin-top: 1.667rem;
}
.mt_22 {
    margin-top: 1.146rem;
}
.mt_24 {
    margin-top: 1.25rem;
}
.mt_20 {
    margin-top: 1.042rem;
}
.mb_10 {
    margin-bottom: 0.521rem;
}
.mb_20 {
    margin-bottom: 1.042rem;
}
.mb_25 {
    margin-bottom: 1.25rem;
}
.mb_28 {
    margin-bottom: 1.458rem;
}

/*desc section*/
.desc_sec {
    font-family: 'SVN-Zona Pro Regular';
}

/*swiper pagination*/
.swiper-pagination {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: unset;
    padding-top: 2rem;
    padding-bottom: 0.35rem;
    background-color: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 50%;
    background: var(--main-cl);
    margin: 0 !important;
    transition: .5s all;
    opacity: .65;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet {
    background: #D9D9D9A6;
    opacity: unset;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/*swiper navigation*/
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow svg {
    display: flex;
    width: auto;
    height: 2.604rem;
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.arrow:hover rect,
.arrow:hover path {
    stroke: var(--sub-cl);
}
.arrow.swiper-button-lock {
    display: none;
}

/*absolute arrow*/
.arrow_absolute>.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow_absolute>.arrow.prev {
    left: 0;
}
.arrow_absolute>.arrow.next {
    right: 0;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*button link*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 8.854rem;
    border-top-left-radius: 1.042rem;
    border-bottom-right-radius: 1.042rem;
    padding: 0.573rem 1.875rem;
    overflow: hidden;
    transition: .5s all;
}
.btn span.text {
    font-family: 'SVN-Zona Pro Regular';
    font-weight: 400;
    font-size: 0.833rem;
    line-height: normal;
}

.btn_style_1 {
    background: var(--main-cl);
}
.btn_style_1 span.text {
    color: #fff;
}
.btn_style_1:hover {
    background: var(--sub-cl);
}

.btn_style_2 {
    min-width: unset;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background: var(--main-cl);
}
.btn_style_2 span.icon {
    display: flex;
    align-items: center;
}
.btn_style_2 svg {
    width: auto;
    height: 1.25rem;
}

.btn_style_3 {
    position: relative;
    background: #F6F2E8;
    transition: .3s all;
}
.btn_style_3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--main-cl);
    pointer-events: none;
    transition: .5s all;
}
.btn_style_3 span.text {
    position: relative;
    z-index: 2;
    color: #090909;
    transition: .4s all;
}
.btn_style_3.active:before,
.btn_style_3:hover:before {
    width: 100%;
}
.btn_style_3.active span.text,
.btn_style_3:hover span.text {
    color: #fff;
}

/*hover icon rotate*/
.hover_rotate:hover img {
    transform: rotateY(180deg);
}

/*effect img*/
.item_hover:hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}
.item_hover .hover_zoom2 img {
    transform: scale(1);
    transition: transform 1s ease;
}
.item_hover:hover .hover_zoom2 img {
    transform: scale(1.1);
}
.item_hover:hover h3 {
    color: var(--main-cl);
}
.item_hover .box_logo > .img {
    max-width: 50%;
    width: 10rem;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .8s all;
}
.item_hover:hover .box_logo > .img {
    transform: scale(1);
    opacity: 1;
}
.item_hover .box_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
    z-index: 5;
    border-radius: 1.042rem;
}
.item_hover:hover .box_logo {
    opacity: 1;
}

/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*height auto full slide of items*/
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}

.btn_play {
    position: relative;
    outline: none !important;
    display: flex;
    z-index: 1;
}
.btn_play > svg {
    width: auto;
    height: 5.573rem;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 0px 100px #A2BEA066);
    border-radius: 5.208rem;
}
.btn_play:hover > svg {
    transform: translate(-50%, -50%) scale(0.9) !important;
}
.btn_play span.effect {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.btn_play span.effect path.eff_1 {
    animation: scaleEffect1 4s ease-in-out infinite;
    transform-origin: center;
}
.btn_play span.effect path.eff_2 {
    animation: opacityEffect2 4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes scaleEffect1 {
    0% {
        transform: scale(0.5);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.5);
    }
}
@keyframes opacityEffect2 {
    0% {
        opacity: 1;
        transform: scale(0.5);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(0.5);
    }
}

/*BANNER*/
.banner_page .banner_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.236919) 56.69%, rgba(0, 0, 0, 0.408561) 72.27%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}
.banner_page .heading_absolute {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.heading_banner {
    width: fit-content;
}
.banner_page .desc_sec {
    max-width: 70%;
}
.banner_page .breadcrumb_absolute {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner_page .breadcrumbs {
    margin-bottom: 0;
    margin-top: 2.083rem;
    padding-left: 0.8rem;
    padding-bottom: 2.292rem;
}

/*effect title*/
.ef-img-t {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    animation: none;
}
.is-visible .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
.effect_title_slide .swiper-slide.swiper-slide-active .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*breadcrumbs*/
.breadcrumbs {
    margin-top: 1.667rem;
    margin-bottom: 5.208rem;
    overflow-x: auto;
    width: 100%;
}
.breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.breadcrumbs ol>li {
    display: inline-flex;
    position: relative;
    margin-bottom: 0;
    line-height: 1.5;
    white-space: nowrap;
}
.breadcrumbs ol>li:not(:last-child) {
    margin-right: 0.521rem;
    padding-right: 1.354rem;
}
.breadcrumbs ol>li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
    width: 0.833rem;
    height: 0.833rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC41IiBkPSJNNiAzTDExIDhMNiAxMyIgc3Ryb2tlPSIjMTM2NTM0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
.breadcrumbs ol [itemprop="title"],
.breadcrumbs ol [itemprop="name"] {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 0.9375rem;
    font-style: normal;
    color: rgba(54, 65, 133, 0.5);
    line-height: normal;
}
.breadcrumbs ol>li:last-child [itemprop="name"] {
    font-family: 'SVN-Zona Pro Bold';
    color: var(--main-cl);
}
.breadcrumbs ol [itemprop="title"]:hover,
.breadcrumbs ol [itemprop="name"]:hover {
    color: var(--main-cl);
}
.breadcrumbs a {
    display: inline-flex;
    font-size: unset;
}

.text_white .breadcrumbs ol [itemprop="title"],
.text_white .breadcrumbs ol [itemprop="name"] {
    color: #fff !important;
}
.text_white .breadcrumbs ol>li:last-child [itemprop="name"] {
    color: #fff !important;
}
.text_white .breadcrumbs ol>li:not(:last-child):before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgM0wxMSA4TDYgMTMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

/*form item*/
form {
    margin-bottom: 0 !important;
}
.form_item textarea,
.form_item input {
    box-shadow: none !important;
    border-radius: 0.521rem;
    border-color: rgba(0, 0, 0, 0.3);
    background: var(--four-cl);
    color: var(--main-cl);
    padding: 0 1.25rem;
    font-size: 0.9375rem;
}
.form_item input {
    height: 2.604rem;
}
.form_item textarea {
    border-radius: 0.521rem;
    padding-top: 0.6rem;
}
.form_item textarea:focus,
.form_item input:focus {
    border-color: var(--main-cl) !important;
    background: #fff;
    color: var(--main-cl);
}
.form_wrap textarea::placeholder,
.form_wrap input::placeholder {
    color: #00000080;
    opacity: 1;
}
.form_wrap .form-group:not(:last-child){
    margin-bottom: 1.042rem;
}
.form_group.flex {
    gap: 1.5625rem;
}
.form_group.flex>* {
    width: calc((100% / 2) - (1.5625rem * 1 / 2));
}
.form_group.flex > div:only-child {
    width: 100%;
}

.form_wrap .submit_btn {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.form_wrap .wpcf7-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_wrap .submit_btn>input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    z-index: 5;
}
.form_wrap .submit_btn:hover .btn_style_1 {
    background: var(--sub-cl);
}

.wpcf7 .form_wrap .wpcf7-not-valid-tip {
    background-color: #e40000;
    color: #fff;
    font-size: 0.8rem;
    opacity: 1;
}
.wpcf7 .form_wrap .wpcf7-not-valid-tip:after {
    border-bottom-color: #e40000;
}
.wpcf7 form.sent .form_wrap + .wpcf7-response-output {
    border-color: var(--sub-cl) !important;
    color: #fff;
    background: var(--sub-cl) !important;
    margin-bottom: 0 !important;
}
.wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
.wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
.wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    font-family: 'Plus Jakarta Sans Regular';
    font-size: 0.9375rem;
    color: #e40000;
    margin-left: 0;
    margin-right: 0;
    border-width: 0.5px !important;
    border-color: #e40000 !important;
}
.text_white .wpcf7 form.sent .wpcf7-response-output,
.text_white .wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
.text_white .wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
.text_white .wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    color: #fff;
    border-color: #e40000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    padding: 0.625rem 1.302rem;
    border: 1px solid #0000004D;
    border-radius: 0.521rem;
    font-size: 0.9375rem;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    content: '';
    position: relative;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E3DBD8;
    list-style: none;
    overflow: hidden;
}
.select-options {
    max-height: 11rem;
    overflow-y: auto !important;
}
.select-options::-webkit-scrollbar-track {
    padding-top: 1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: #cedbff;
}
.select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.select .select-options > li{
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--main-cl);
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: var(--main-cl);
    color: #fff;
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form_wrap label{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: var(--third-cl);
}
.form_wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}

.form_wrap .select-options {
    max-height: 11rem;
    overflow-y: auto;
}
.form_wrap .select-options::-webkit-scrollbar-track {
    padding-top: 1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.form_wrap .select-options::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
.form_wrap .select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.form_wrap .form-group.target{
    z-index: 10;
}
.form_wrap input.btn-primary{
    width: 100%;
    text-transform: unset;
    height: 3.125rem;
    margin: 0.625rem 0 0 0 !important;
}
.form_wrap .input-wrap input{
    padding-right: 2.604rem;
}
.form_wrap .input-wrap > svg {
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
}


/*custom scrollbar*/
.custom_scrollbar {
    overflow-y: auto;
    padding-right: 1.042rem;
}
.custom_scrollbar::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*background-color: #F5F5F5;*/
}
.custom_scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #13653430;
    border-radius: 2px;
}
.custom_scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
    border-radius: 2px;
}
.text_white .custom_scrollbar::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0.5);
}
.text_white .custom_scrollbar::-webkit-scrollbar-thumb {
    background-color: #fff;
}

/*POST CONTENT*/
.post_content #ez-toc-container {
                    background: #F6F6F6 !important;
                    border: 0 !important;
                    padding: 2.292rem 1.354rem 2.292rem 1.875rem;
                }
.post_content .ez-toc-title-container>.ez-toc-title {
    font-family: 'Wix Madefor Text SemiBold';
    font-weight: unset !important;
    font-size: 1.667rem !important;
    color: var(--four-cl);
}
.post_content #ez-toc-container>nav {
    position: relative;
    padding-top: 0.45rem;
    margin-top: 0.45rem;
}
.post_content #ez-toc-container>nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.333rem;
    height: 1px;
    background: var(--third-cl);
    pointer-events: none;
}
.post_content #ez-toc-container .ez-toc-heading-level-2>a {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.9375rem;
}
.post_content #ez-toc-container .ez-toc-heading-level-3>a {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.833rem;
}
.post_content #ez-toc-container .ez-toc-list a {
    text-decoration: unset !important;
    color: #0D2A44;
}
.post_content #ez-toc-container .ez-toc-list a:hover {
    color: var(--main-cl);
    border-color: #0D2A44;
}

.post_content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'SVN-Zona Pro Bold';
    color: var(--main-cl);
}
.post_content ul,
.post_content ol {
    padding-left: 2.5rem;
}
.post_content img {
    border-radius: 1.042rem;
}
.post_content strong {
    font-family: 'SVN-Zona Pro Bold';
    font-weight: unset;
}
.post_content iframe {
    height: 20rem;
    border-radius: 1.042rem;
}

blockquote {
    border-color: var(--sub-cl);
    color: #333333;
    font-size: 1rem;
    font-style: normal;
    margin: 0 0 1.25em;
    padding: 0 0 0 1rem;
    position: relative;
}
blockquote p:not(:last-child) {
    margin-bottom: 0.3rem;
}
.wp-caption-text {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.833rem;
    text-align: center !important;
    font-style: normal !important;
    color: #666666;
    background: transparent !important;
}
.a_style a {
    color: var(--sub-cl);
    border-bottom: 1px solid transparent;
}
.a_style a:hover {
    border-bottom: 1px solid var(--sub-cl);
}

.post_footer {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.604rem;
    padding-top: 1.042rem;
    border-top: 1px solid rgba(21, 5, 45, 0.1);
}
.post_footer span.title {
    font-family: 'SVN-Zona Pro Bold';
    margin-right: 0.8rem;
    color: #000000;
}
.post_footer .tags_wrap {
    flex-wrap: wrap;
}
.post_footer .tags_wrap>ul {
    gap: 1.042rem;
    flex-wrap: wrap;
}
.post_footer .tags_wrap a {
    display: flex;
    font-family: 'SVN-Zona Pro Regular';
    color: #000000;
    border-bottom: 1px solid transparent;
}
.post_footer .tags_wrap a:hover {
    border-color: var(--main-cl);
    color: var(--main-cl);
}
.post_footer .sharing_wrap span.title {
    font-family: 'SVN-Zona Pro Regular' !important;
}

/*line-camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.limit-line.limit-6{
    -webkit-line-clamp: 6;
}
.limit-line.limit-7{
    -webkit-line-clamp: 7;
}
.limit-line.limit-8{
    -webkit-line-clamp: 8;
}

/*show/hide - breakpoint*/
.pc_hide,
.tablet_show,
.mobile_show {
    display: none !important;
}

/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;
}
.btn-loading:after{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
}
.btn-primary.btn-loading{
    pointer-events: none !important;
    color: var(--main-cl) !important
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateScale {
    0% {
        opacity: 0;
        transform: rotate(0deg) scale(0.1);
    }
    50% {
        opacity: 1;
        transform: rotate(180deg) scale(1.3);
    }
    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1);
    }
}

.loading_show_more2,
.loading_show_more {
    position: relative;
}
.loading_show_more:before {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 10%;
    left: calc(50% - 1rem);
    content: '';
    z-index: 50;
    border: 3px solid #eeeeee;
    border-bottom-color: var(--main-cl);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.loading_show_more2 h4.no_result,
.loading_show_more2 > div,
.loading_show_more > div,
.loading_show_more .no_result {
    opacity: 0.1;
    transform: translateY(2.604rem);
    transition: .5s all;
}
.no_result {
    margin-top: 4rem;
    font-size: 2rem;
    color: var(--main-cl);
    text-align: center;
}

.loading_show_more2:before {
    content: '';
    position: absolute;
    z-index: 50;
    top: 10%;
    left: 50%;
    width: 10rem;
    height: 5rem;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    box-sizing: border-box;
    animation: bounce 1.2s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -25%);
    }
    50% {
        transform: translate(-50%, 0);
    }
}

/*ajax paging*/
.ajax-paging {
    width: fit-content;
    margin: 1.042rem auto 0;
}
.ajax-paging ul {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
    list-style: none;
    margin: 0;
}
.ajax-paging li {
    margin: 0;
}
.ajax-paging li>a {
    display: flex;
    font-family: 'SVN-Zona Pro Regular';
    font-size: 0.9375rem;
    text-align: center;
    color: #000000;
    background: transparent;
    width: fit-content;
    padding: 0 0.677rem;
    border-bottom: 2px solid transparent;
}
.ajax-paging li>a:hover,
.ajax-paging li>a.active {
    border-color: var(--main-cl);
    color: var(--main-cl);
}
.ajax-paging li>a.active {
    font-family: 'SVN-Zona Pro Bold';
}
.ajax-paging .paging-arrow a {
    border: 0;
    padding: 0;
}
.ajax-paging .paging-arrow svg {
    width: auto;
    height: 0.833rem;
}
.ajax-paging .paging-arrow path {
    stroke: #001022;
}
.ajax-paging li>a:hover path {
    stroke: var(--main-cl);
}

/*fixed button*/
.floating_consultation {
    position: fixed;
    right: 0;
    bottom: 12%;
    z-index: 999;
}
.consultation_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4375rem;
    width: fit-content;
    height: fit-content;
    padding: 1.146rem 0.78125rem 1.146rem 0.677rem;
    background-color: var(--main-cl);
    border-radius: 0.521rem 0 0 0.521rem;
    text-decoration: none;
    transition: all 0.5s ease;
}
.consultation_btn:hover {
    background-color: var(--sub-cl);
}
.consultation_btn img,
.consultation_btn svg {
    width: 1.302rem;
    height: 1.302rem;
    flex-shrink: 0;
}
.consultation_text {
    font-family: 'SVN-Zona Pro SemiBold';
    font-size: 0.875rem;
    line-height: 1.2;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

/*-----------------------------*/
/*HEADER*/
.search #header {
    position: relative;
}
.search .stuck #header,
#header {
    position: fixed;
    top: 0;
}
#header #logo {
    position: relative;
    width: 140px;
}
#header .logo-center .logo {
    margin: 0 auto;
}
#header #logo img {
    max-height: 6.042rem;
}
#header .header-logo-dark {
    display: block !important;
}
#header #logo img.header-logo-dark,
#header #logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
#header .stuck #logo img:nth-child(1) {
    opacity: 0;
}
#header .stuck #logo img.header-logo-dark,
#header .stuck #logo img:nth-child(2) {
    opacity: 1;
}
#header .header-wrapper {
    position: relative;
}
#header .header-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16.823rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}
#header .stuck.header-wrapper:before {
    height: 0;
    background: transparent;
    opacity: 0;
}
#header .header-main {
    height: auto !important;
    padding-top: 1.2rem !important;
    padding-bottom: 1rem !important;
    z-index: 0;
    transition: .4s all;
}
#header .header-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .4s all;
    pointer-events: none;
}
#header .stuck .header-main:before {
    opacity: 1;
}
#header .header-main>.container {
    max-width: 88rem !important;
}
header#header .header-bg-container {
    display: none !important;
}
#header .flex-right {
    margin-right: -2rem;
}
#header .nav-left>li {
    margin: 0 1.667rem;
}
#header .nav-right>li {
    margin: 0 0.833rem;
}
.header-main .nav > li > a {
    font-family: 'SVN-Zona Pro SemiBold';
    font-weight: 600;
    font-size: 0.78125rem;
    line-height: 3rem !important;
    color: #fff;
    padding: 0;
}
.header-main .nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: .4s all;
}
.header-main .nav > li > a[aria-current="page"]:before,
.header-main .nav > li > a:hover:before {
    width: 100%;
}

.stuck .header-main .nav > li > a {
    color: var(--main-cl);
}
.stuck .header-main .nav > li > a:before {
    background: var(--main-cl);
}

/*header blur style*/
.header_blur_style #header .header-main {
    background: #FFFFFF1A;
    border-bottom: 1px solid #F6F2E833;
    backdrop-filter: blur(20px);
    padding-top: 0.521rem !important;
    padding-bottom: 0.521rem !important;
}
.header_no_fixed #header .header-wrapper:before,
.header_blur_style #header .header-wrapper:before {
    content: unset;
}
.header_no_fixed #header #logo img:nth-child(1),
.header_blur_style #header #logo img:nth-child(1) {
    opacity: 0;
}

.header_no_fixed #header #logo img.header-logo-dark,
.header_blur_style #header #logo img.header-logo-dark,
.header_no_fixed #header #logo img:nth-child(2),
.header_blur_style #header #logo img:nth-child(2) {
    opacity: 1;
}

/*header no fixed style*/
.header_no_fixed #header .header-main {
    padding-top: 0.521rem !important;
    padding-bottom: 0.521rem !important;
}
.header_no_fixed #header {
    position: relative;
}
.header_no_fixed #header .stuck {
    position: fixed;
}
.header_no_fixed .header-main .nav > li > a {
    color: #333333;
}
.header_no_fixed .stuck .header-main .nav > li > a {
    color: var(--main-cl);
}
.header_no_fixed .header-main .nav > li > a:before {
    background: #333333;
}
.header_no_fixed .stuck .header-main .nav > li > a:before {
    background: var(--main-cl);
}
.header_no_fixed .stuck .icon-search:before,
.header_no_fixed .icon-search:before {
    background-image: url(../images/icon_search_3.svg);
}

/*icon search*/
header .header-search > a:before {
    content: unset !important;
}
header .header-search>a {
    display: flex;
}
header .header-search>a:hover .icon-search:before {
    background-image: url(../images/icon_search_2.svg);
}
.icon-search:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background-image: url(../images/icon_search_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .4s all;
}
.stuck .icon-search:before {
    background-image: url(../images/icon_search_2.svg);
}

/*sub-menu*/
.nav-dropdown-has-border .nav-dropdown {
    min-width: 12rem;
    border: 0 !important;
    border-radius: 0.521rem;
    padding: 0.521rem  /* 10/19.2 */ !important;
    /*box-shadow: none !important;*/
}
.nav-dropdown.nav-dropdown-default>li>a {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 0.9375rem;
    color: #333333 !important;
}
.nav-dropdown.nav-dropdown-default>li>a[aria-current="page"],
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--main-cl) !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    content: unset;
}

#search-lightbox .icon-search:before {
    /*content: unset;*/
    background-image: url(../images/icon_search_2.svg);
}

/*language header*/
header#header .nav>li.lang_header a:before,
header#header .nav>li.header-search a:before {
    content: unset !important;
}

/*LANG CSS*/
.lang_header {
    position: relative;
    font-family: inherit;
}
.lang_header > a {
    gap: 0.4rem;
    padding: 0.3rem 1.25rem;
    border-radius: 0.208rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lang_header > a:hover {
    /*background: #171145;*/
    color: #ffffff;
    /*border-color: #171145;*/
}
.lang_header svg {
    transition: transform 0.3s ease;
}
.lang_header.active svg {
    transform: rotate(180deg);
}
.lang_dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 6rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}
.lang_header.active .lang_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang_dropdown li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
}
.lang_dropdown li:last-child {
    border-bottom: none;
}
.lang_dropdown a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    color: var(--main-cl) !important;
    text-decoration: none;
    transition: all 0.25s ease;
}
.lang_dropdown a:hover {
    color: var(--sub-cl) !important;
}
.lang_dropdown a span {
    gap: 0.625rem;
}
.lang_dropdown a img.flag {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 1;
    display: none;
}
.lang_header.minimal > a {
    border: none;
    background: transparent;
    padding: 0.3rem 0.625rem;
}
.lang_header.minimal img {
    width: 1.25rem;
    aspect-ratio: 1;
}
.lang_header.minimal > a:hover {
    color: var(--main-cl);
}


/*FOOTER*/
.page-template-home footer {
    margin-top: 0;
}
footer {
    padding: 4.8rem 0 4rem;
    background: #fff;
    margin-top: 4.167rem;
}
footer a:hover {
    border-color: var(--main-cl) !important;
}
footer a:hover>img {
    transform: scale(0.96);
}
footer .border_top {
    border-top: 2px solid #F5F5F5;
}

.footer_top .col_left {
    padding-right: 5.208rem;
}
.footer_top .col_left:before {
    content: '';
    position: absolute;
    top: 3rem;
    right: 0;
    width: 2px;
    height: 90%;
    background: #EBEBEB;
}
.logo_footer {
    gap: 3.021rem;
}
.logo_footer>.box_img {
    width: fit-content;
}
.logo_footer>.box_img>img {
    width: fit-content;
    height: 8.542rem;
    flex: 0 0 auto;
}
.logo_footer>.box_img:hover img {
    transform: scale(0.95);
}
.footer_top .company {
    font-family: 'SVN-Zona Pro Bold';
    line-height: 1.2;
    color: var(--main-cl);
    padding-right: 3rem;
}
.footer_top .block_contents {
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
}
.footer_top .block_contents .item {
    display: flex;
    /*flex-wrap: wrap;*/
    column-gap: 3.646rem;
    row-gap: 1rem;
}
.footer_top .block_contents .item.supports {
    margin-top: 2.1875rem;
}
.footer_top .block_contents span {
    display: block;
    font-family: 'SVN-Zona Pro Regular';
}
.footer_top .block_contents span.title {
    min-width: 5rem;
    flex: 0 0 auto;
}
.footer_top .block_contents .content.support_phone {
    color: #205A3B;
    line-height: normal;
}
.footer_top .block_contents .content.support_mail {
    font-family: 'SVN-Zona Pro SemiBold';
    margin-top: 0.3rem;
}
.footer_top .box_socials_wrap {
    margin-top: 2.1875rem;
    padding-top: 1.979rem;
    column-gap: 2.396rem;
    row-gap: 1rem;
}
.footer_top .box_socials_wrap span.title {
    font-family: SVN-Zona Pro Regular;
    color: #205A3B;
    margin-bottom: 0;
}
.box_socials {
    gap: 1.042rem;
}
.box_socials ul {
    gap: 0.625rem;
}
.box_socials a {
    display: flex;
    width: 1.823rem;
    aspect-ratio: 1 / 1;
}
.box_socials a>img {
    width: 100%;
    height: 100%;
}
.box_socials a:hover img {
    transform: scale(0.9);
}

.footer_top .col_right {
    margin-top: 2.6rem;
    padding-left: 5rem;
}
.form_footer_wrap {
    gap: 7.552rem;
}
.form_footer_wrap .group_heading {
    flex-shrink: 0;
}
.form_footer_wrap span.title {
    font-family: 'SVN-Zona Pro Regular';
    color: #205A3B;
    line-height: 1.2;
    margin-bottom: 6px;
}
.form_footer_wrap span.content {
    font-family: 'SVN-Zona Pro SemiBold';
}
.form_footer_wrap .shortcode {
    margin-top: 1.25rem;
}

.footer_top form {
    margin-bottom: 0;
}
.footer_top .form_item {
    margin-bottom: 0;
}
.footer_top .form_item input {
    font-size: 0.9375rem;
    height: 3.125rem;
    color: #333333;
    border-color: #205A3B;
    border-radius: 5px;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none !important;
    padding-left: 1.458rem;
    padding-right: 5rem;
}
.footer_top .form_item input:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #F6F9F8 0%, #E4FFF1 100%);
    mix-blend-mode: soft-light;
    pointer-events: none;
}
.footer_top .form_item input:focus {
    border-color: var(--sub-cl) !important;
}
.footer_top input::placeholder {
    font-size: 0.9375rem;
    color: rgba(51, 51, 51, 0.7);
}
.footer_top .submit_btn {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;

}
.footer_top .submit_btn .inner {
    display: flex;
    align-items: center;
    padding-left: 1.042rem;
}
.footer_top .submit_btn .inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1.458rem;
    transform: translateY(-50%);
    background: #205A3B;
}
.footer_top .submit_btn input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
.footer_top .submit_btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.footer_top .submit_btn:hover .icon path {
    stroke: var(--sub-cl);
    transform: translateX(4px);
}
.footer_top .wpcf7-response-output {
    color: #ffb900;
}
.footer_top .wpcf7-spinner {
    display: none;
}
.footer_top .wpcf7 .wpcf7-not-valid-tip {
    background: var(--main-cl);
    color: #fff;
    opacity: 1;
    font-size: 0.729rem;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl);
}
.loading-spin.centered, .processing:before {
    border-left-color: var(--main-cl) !important;
}
footer .wpcf7 form .wpcf7-response-output,
footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer .wpcf7 form.payment-required .wpcf7-response-output {
    margin-top: 1rem;
    color: var(--main-cl);
    border-color: var(--main-cl) !important;
    margin-bottom: 0;
}
.footer_top .block_menu {
    margin-top: 2.34375rem;
    padding-top: 1.25rem;
}
.footer_top .block_menu .title_menu {
    display: block;
    font-family: 'SVN-Zona Pro Regular';
    color: #205A3B;
    margin-bottom: 1rem;
}
.footer_top .menu_footer {
    display: flex;
    flex-wrap: wrap;
    padding-right: 8rem;
}
.footer_top .menu_footer li {
    width: calc(100% / 2);
}
.footer_top .menu_footer a {
    font-family: 'SVN-Zona Pro Regular';
    font-weight: 400;
    font-size: 0.833rem;
    color: #333333;
    border-bottom: 1px solid transparent;
}
.footer_top  .menu_footer > li:not(:last-child) {
    margin-bottom: 0.4rem;
}
.footer_bottom {
    margin-top: 3.229rem;
    padding-top: 0.9375rem;
}
.footer_bottom.border_top {
    border: none;
    position: relative;
}
.footer_bottom.border_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(var(--container-w) - 30px);
    height: 2px;
    background: #F5F5F5;
}
.copyright {
    font-family: 'SVN-Zona Pro Regular';
    font-weight: 400;
    font-size: 0.677rem;
}
.link_external a {
    font-family: 'SVN-Zona Pro SemiBold';
    font-size: 0.677rem;
    color: #333333;
}
.link_external a:hover {
    color: var(--main-cl);
}
.link_external a:not(:last-child) {
    margin-right: 1.146rem;
}

/*popup fixed contact*/
#popup_fixed.popup_general.fancybox-content {
    max-width: 60%;
    border-radius: 1.042rem;
    padding: 4rem 6rem;
}
.popup_general.fancybox-content {
    max-width: 40%;
    border-radius: 1.042rem;
    padding: 2rem 2rem 2rem;
}
.popup_general.fancybox-content .fancybox-close-small {
    right: 0.417rem;
    top: 0.417rem;
    padding: 0.25rem !important;
}
.popup_general.fancybox-content .fancybox-close-small svg {
    transform-origin: center;
}
.popup_general.fancybox-content .fancybox-close-small:hover svg {
    transform: rotate(180deg);
}
.popup_general.fancybox-content .fancybox-close-small:hover path {
    color: var(--main-cl);
}
.consultation_popup .box_form {
    margin-top: 2.1875rem;
}
.popup_general .form_item textarea,
.popup_general .form_item input {
    background: transparent;
}
.product_popup .form_wrap .submit_btn {
    margin: 0 auto;
}

/*back to top*/
#wrapper > .back-to-top{
    width: 4.271rem;
    height: auto;
    aspect-ratio: 1;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main-cl) !important;
    outline: none !important;
    transition: all 0.4s;
}
#wrapper > .back-to-top svg {
    width: auto;
    height: 1.771rem;
}
#wrapper > .back-to-top:hover{
    background-color: var(--main-cl);
}
#wrapper > .back-to-top:hover path{
    stroke: #FFF;
}

/*HOME*/
.banner_hero .item {
    width: 100%;
}
.banner_hero .item>.box_img {
    height: 100vh;
}
.banner_hero .item img {
    transition: 1s all;
    animation: zoom-in-zoom-out 50s ease infinite;
}
/*.banner_hero .swiper-slide.swiper-slide-active .item img {*/
/*    animation: zoom-in-zoom-out 50s ease infinite;*/
/*}*/
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.banner_hero .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.561061) 45.47%, #000000 100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}
.banner_hero .box_content {
    width: 100%;
    position: absolute;
    bottom: 7.292rem;
    left: 50%;
    transform: translateX(-50%);
    /*opacity: 0;*/
    transition: 2s all;
    transition-delay: .3s;
    z-index: 2;
}
.banner_hero .swiper-slide.swiper-slide-active .box_content {
    /*opacity: 1;*/
    /*transform: translateX(-50%) translateY(0);*/
}
.banner_hero .desc {
    padding: 0 11rem;
}

.banner_hero .arrow {
    width: 2.083rem;
    height: 2.083rem;
    background: transparent;
    border-radius: 5.208rem;
    backdrop-filter: unset;
    opacity: 0;
}
.banner_hero .arrow svg {
    width: 100%;
    height: 100%;
}
.banner_hero .arrow:hover {
    background: #fff;
}
.arrow_absolute>.arrow.prev {
    left: 5%;
}
.arrow_absolute>.arrow.next {
    right: 5%;
}
.banner_hero:hover .arrow {
    opacity: 1;
}

.banner_hero .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 2.448rem;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet {
    width: 1.042rem;
    height: 2px;
    border-radius: 0;
    background: #CECECE;
    opacity: unset;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.604rem;
    background: #FFFFFF;
}

.home_1 {
    min-height: 49.84375rem;
    background-attachment: fixed;
    /*padding-top: 11rem;*/
    /*padding-bottom: 26.042rem;*/
}
.home_1 .group_heading {
    margin-top: 11rem;
}
.home_1 .heading_sec {
    line-height: 1.4;
    color: #333333;
}
.home_1 .heading_sec span {
    color: var(--main-cl);
}

.home_2 {
    position: relative;
    z-index: 1;
    padding-top: 6.71875rem;
}
.home_2.bg_image {
    background-position: top right;
    background-size: 50rem;
}
.list_home2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 4.167rem;
    row-gap: 2rem;
    margin-top: 4.896rem;
    padding-bottom: 4.479rem;
    border-bottom: 1px solid #BABABA;
}
.list_home2 .box_img {
    width: 4.792rem;
    aspect-ratio: 1/1;
}
.list_home2 .box_img>img {
    object-fit: contain;
}
.list_home2 h3 {
    font-family: 'SVN-Zona Pro Bold';
    color: #333333;
    margin-top: 1.875rem;
}

.home_3 {
    padding-top: 6.25rem;
}
.home_3 .group_heading {
    position: relative;
    z-index: 1;
    padding-bottom: 2.604rem;
}
.home_3>.bg_linear:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43.4375rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
}
.product_home {
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
}
.product_home .swiper-slide:not(:last-child) .item_product_home {
    border-right: 1px solid #E5E5E5;
}
.item_product_home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F6F2E8;
    padding: 2.292rem 0 0 1.875rem;
}
.item_product_home .group_heading {
    padding-right: 1.875rem;
}
.item_product_home h3 {
    color: var(--main-cl);
    margin-bottom: 1.146rem;
    line-height: 1.2;
    font-weight: normal;
}
.item_product_home:hover h3>a {
    color: var(--sub-cl);
}
.item_product_home .desc {
    padding-left: 1.5rem;
}
.item_product_home .thumb_wrap {
    position: relative;
    z-index: 2;
    margin-top: 5.208rem;
}
.item_product_home .box_img {
    width: auto;
    height: 18.229rem;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
.item_product_home .btn_style_2 {
    margin-bottom: 2.708rem;
    opacity: 0;
    transform: translateX(-2rem);
}
.item_product_home .effect_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lotus.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0;
    transition: .5s all;
    transition-duration: .5s;
    transform-origin: bottom left;
    animation: swing 2.5s ease-in-out infinite alternate;
    pointer-events: none;
}
.item_product_home:hover .btn_style_2 {
    opacity: 1;
    transform: translateX(0);
}
.item_product_home:hover .effect_img {
    opacity: 1;
}
@keyframes swing {
    from { transform: rotate(-4deg) rotateY(3deg); }
    to   { transform: rotate(2deg) rotateY(0deg); }
}

.home_4 {
    padding-top: 7.8125rem;
}
.certificates_wrap {
    padding: 0 6.25rem;
}
.certificates_wrap .arrow_absolute {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column-reverse;
    gap: 0.9375rem;
    z-index: 1;
}
.certificates_wrap .arrow_absolute .arrow {
    position: unset;
    transform: unset;
}
.certificates_wrap .arrow rect {
    fill: transparent;
}
.certificates_wrap .arrow:hover rect {
    fill: var(--main-cl);
    stroke: var(--main-cl);
}
.certificates_wrap .arrow:hover path {
    stroke: #fff;
}

.home_5 {
    padding-top: 7.8125rem;
}
.home_5 .popup_yt>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_5 .popup_yt>.box_img {
    border-radius: 1.042rem;
}
.home_5 .popup_yt>.box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
}

.home_6 {
    padding-top: 7rem;
}
.markets_wrap {
    margin-top: 3.958rem;
}
.markets_wrap .box_maps{
    margin: 0 -1.979rem;
}
.markets_wrap .box_maps>img,
.markets_wrap .box_maps>svg{
    width: 100%;
    height: 100%;
}
.markets_wrap .box_maps>svg{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.markets_wrap .box_maps .dot_item{
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
    left: 76.5%;
    top: 55%;
    transition: all 2s;
}
.markets_wrap .box_maps.active .dot_item{
    top: var(--top);
    left: var(--left);
}
.markets_wrap .box_maps .dot_item .dot{
    width: 1.615rem;
    height: 1.146rem;
    background-image: var(--dot_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.markets_wrap .box_maps>svg>path{
    transition: all 2s;
    clip-path: inset(0 0 0 100%);
}
.markets_wrap .box_maps.active>svg>path{
    clip-path: inset(0 0 0 0);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

.contact_sec {
    padding-top: 7.708rem;
}
.contact_sec>.inner {
    display: flex;
    border-radius: 2.604rem;
    margin: 0 3.59375rem;
    padding: 4rem 0;
    overflow: hidden;
}
.contact_sec>.inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
}
.contact_sec>.inner.bg_image {
    width: auto;
    min-height: 28.646rem;
}

/*ABOUT*/
.about_1 {
    padding-top: 4.167rem;
}
.about_1.bg_image {
    background-position: bottom;
    background-size: auto;
}
.about_heading1 h1 {
    margin-bottom: 0.3125rem;
}
.about_heading1 .desc_sec {
    margin-top: 1.25rem;
    margin-bottom: 8rem;
}
.about_heading1 .desc_sec.custom_scrollbar {
    max-height: 15rem;
}
.about_effect_img {
    padding-bottom: 13.021rem;
}

.about_2 {
    padding-top: 9.375rem;
}
.about_list2 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.083rem;
    row-gap: 3rem;
    margin-top: 3.75rem;
}
.about_list2 .item:not(:first-child) {
    border-left: 1px solid #B9B9B9;
    padding-left: 1.042rem;
}
.about_list2 .icon>img {
    width: fit-content;
    height: 4.167rem;
}
.about_list2 h3 {
    margin-top: 3.333rem;
}
.about_list2 .desc_sec {
    margin-top: 0.677rem;
}

.about_3 {
    padding-top: 7.5rem;
}
.about_overlay50:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
    z-index: 1;
}
.about_img3 {
    border-radius: 1.042rem;
    height: 26.042rem;
}
.about_img4 .group_heading,
.about_img3 .group_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 75%;
    z-index: 4;
}

.about_overlay50 img {
    transition-duration: 2s;
}
.about_overlay50:hover img {
    transform: scale(1.05);
}

.about_4 {
    padding-top: 6.667rem;
}
.about_img4 {
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 0.78125rem);
    height: 32.396rem;
}
.about_img4 .group_heading {
    left: calc((100vw - var(--container-w)) / 2);
    transform: translate(0, -50%);
    max-width: 50%;
}

.about_5 {
    padding-top: 6.25rem;
}
.about_list5 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.042rem;
    row-gap: 1.25rem;
}
.about_list5 .item.group_heading {
    margin: auto 0;
}
.about_list5 .item:not(.item.group_heading) {
    padding: 2.083rem 1.5rem;
    background: #F6F2E8;
    border-radius: 0.521rem;
}
.about_list5 .icon {
    width: fit-content;
    margin-left: auto;
}
.about_list5 .icon>img {
    width: fit-content;
    height: 3.021rem;
}
.about_list5 h3 {
    margin-top: 3.333rem;
}
.about_list5 .desc_sec {
    margin-top: 0.417rem;
}

/*GREEN METRIC*/
.green_1 {
    padding-top: 5.208rem;
}
.green_img1 {
    border-radius: 1.042rem;
}
.green_content1 {
    padding-left: 2.708rem;
}
.quality_heading1 .desc_sec.custom_scrollbar {
    max-height: 6rem;
}
.green_list1 {
    margin: 3.125rem -1.25rem 0;
}
.green_list1 .item {
    margin: 0 1.25rem;
}
.green_list1 .icon {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.green_list1 .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.302rem;
    transform: translateY(-50%);
    width: 2.865rem;
    height: 2.865rem;
    border-radius: 5.208rem;
    background: rgba(65, 211, 79, 0.2);
    z-index: -1;
}
.green_list1 .icon>img {
    width: fit-content;
    height: 3.646rem;
}
.green_list1 h3 {
    margin-top: 1.042rem;
}

.green_2 {
    padding-top: 6.51rem;
}
.green_list2 {}
.green_list2 .item_wrap:not(:last-child) {
    margin-bottom: 5.208rem;
}
.green_list2 .group_heading {
    gap: 1.24rem;
}
.green_list2 .desc_sec {
    margin-top: 1.24rem;
}
.green_list2 .img_wrap {
    width: 21.875rem;
    border-radius: 1.042rem;
    flex-shrink: 0;
}
.green_list2 .img_wrap>img {
    width: fit-content;
    height: fit-content;
}
.green_list2 .box_content {
    margin-top: 3.125rem;
}
.green_list2 .box_content>.item:not(:last-child) {
    margin-bottom: 3.125rem;
}
.green_list2 .box_content .content {
    margin-top: 0.9rem;
}
.green_list2 .content_table_layout th,
.green_list2 .content_table_layout td {
    width: 50%;
}

.content_table_layout table {
    width: 100% !important;
    border: 0 !important;
    margin-bottom: 0 !important;
}
.content_table_layout th,
.content_table_layout td {
    height: 100% !important;
    padding: 0.521rem 1.042rem;
    border: 0 !important;
    line-height: normal;
}
.content_table_layout th {
    font-family: 'SVN-Zona Pro SemiBold';
    font-size: 1.146rem;
    color: #090909;
    letter-spacing: unset;
    text-transform: initial;
}
.content_table_layout td {
    font-family: 'SVN-Zona Pro Regular';
    font-size: 0.9375rem;
    color: #090909;
    background: #fff;
    border: 0;
}
.content_table_layout tr {
    height: 100% !important;
}
.content_table_layout tbody>tr:not(:last-child)>td{
    border-bottom: 5px solid var(--four-cl) !important;
}
.content_table_layout tbody td:first-child {
    border-top-left-radius: 0.521rem;
    border-top-right-radius: 0.521rem;
}
.content_table_layout tbody td:last-child {
    border-top-left-radius: 0.521rem;
    border-top-right-radius: 0.521rem;
}

/*PRODUCT CAT*/
.product_cat_tabs a {
    width: calc((100% / 4) - (1.042rem * 4 / 3));
}

/*PRODUCT*/
.product_page_heading1 {}
.product_page_heading1 .desc_sec {
    padding: 0 4rem;
}
.product_post_wrap {
    margin-top: 2.604rem;
}
.product_post_wrap .list_product {
    margin-top: 2.396rem;
}
.product_post_wrap .item_product2:not(:last-child) {
    margin-bottom: 2.604rem;
}
.product_post_wrap .item_product2:nth-child(even) .box_content {
    order: 2;
}
.product_post_wrap .item_product2:nth-child(even):before {
    right: unset;
    left: 0;
}

/*item show page product*/
.item_product2 {
    position: relative;
    background: #FFFFFF;
    border-radius: 1.042rem;
    overflow: hidden;
    filter: drop-shadow(0px 0px 30px rgba(0, 18, 50, 0.05));
    transition: .5s all;
}
.item_product2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--main-cl);
    pointer-events: none;
    transition: .5s ease-in-out;
}
.item_product2:hover:before {
    width: 100%;
}
.item_product2 .box_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 3.75rem;
}
.item_product2 h3 {
    line-height: 1.25;
    color: var(--main-cl);
}
.item_product2 .desc_sec {
    color: #000000;
    margin-top: 0.78rem;
    transition: .6s all;
}
.item_product2:hover .desc_sec,
.item_product2:hover h3 {
    color: #fff;
}
.item_product2 .btn {
    margin-top: 1.5625rem;
}
.item_product2:hover .btn {
    background: var(--sub-cl);
}
.item_product2 .btn:hover {
    background: var(--four-cl);
}
.item_product2 .btn:hover span.text {
    color: #333333;
}
.item_product2 .box_img {
    width: 60%;
    flex: 0 0 auto;
}

/*item show product details*/
.item_product {}
.item_product .box_img {
    aspect-ratio: 338/338;
    border-radius: 1.042rem;
}
.item_product h3 {
    margin-top: 0.9375rem;
}
.item_product:hover h3 {
    color: var(--sub-cl);
}

.slide_related_wrap {
    margin: 1.302rem -0.521rem 0;
}
.slide_related_wrap .item_product {
    margin: 0 0.521rem;
}

/*PRODUCT DETAILS*/
.breadcrumbs_details .breadcrumbs {
    margin-bottom: 0;
}
.product_details.details_1 {
    padding-top: 3.75rem;
}
.product_details_heading1 {
    padding-right: 6.25rem;
}
.product_details_heading1 .desc_sec.custom_scrollbar {
    max-height: 12.1875rem;
}
.product_details_heading1 .btn {
    margin-top: 1.458rem;
}
.product_details_feat_img>img {

}
.product_details_feat_img .box_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.product_details.details_2 {
    margin-top: 9.375rem;
    padding-top: 6.458rem;
    background: linear-gradient(0deg, #FFFBF1 0%, #FFF7E5 100%);
}
.product_details_keyfeat.keyfeat_item {
    position: relative;
    z-index: 2;
}
.product_details_keyfeat .item {
    gap: 1.875rem;
}
.product_details_keyfeat .item:not(:first-child) {
    margin-top: 6rem;
}
.product_details_keyfeat.keyfeat_1 .item:not(:nth-child(2)) {
    margin-right: -2.917rem;
}
.product_details_keyfeat.keyfeat_2 .item:not(:nth-child(2)) {
    margin-left: -2.917rem;
}
.product_details_keyfeat .icon {
    width: fit-content;
    flex: 0 0 auto;
}
.product_details_keyfeat .icon>img {
    width: fit-content;
    height: 1.5625rem;
}

.product_details.details_3 {
    padding-top: 6.51rem;
}
.product_details_content3 {
    margin-top: 1.979rem;
}
.product_details_content3.content_table_layout th {
    color: var(--main-cl);
}
.product_details_content3.content_table_layout td {
    padding: 1.198rem 1.25rem;
    color: #333333;
}

.product_details.details_4 {
    padding-top: 7.8125rem;
}
.product_details_content4 {
    border-radius: 1.042rem;
    height: 21.875rem;
}
.product_details_content4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.product_details_content4 .group_heading {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 45%;
    padding-left: 3.75rem;
    z-index: 3;
}
.product_details_content4 .desc_sec {
    margin-top: 1.042rem;
}
.product_details_content4 .desc_sec.custom_scrollbar {
    max-height: 10rem;
}
.product_details_content4 ul,
.product_details_content4 ol {
    list-style: none;
}
.product_details_content4 li {
    position: relative;
    padding-left: 1.8rem;
}
.product_details_content4 li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.833rem;
    height: 0.833rem;
    border-radius: 5.208rem;
    background: #fff;
    pointer-events: none;
}
.product_details_slogan {
    margin-top: 7.708rem;
}

.product_details.details_5 {
    padding-top: 9.375rem;
}

.product_details_album {
    display: flex;
    gap: 2px;
}
.product_details_album .group {
    width: calc((100% / 5) - (2px * 4 / 5));
    height: 37rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.product_details_album .item {
    height: 100%;
    flex: 1;
}
.product_details_album .group>.item:not(:last-child){
    margin-bottom:2px;
}
.product_details_album .box_img {
    height: 100%;
    border-radius: 0.26rem;
}
.product_details_album .item_hover .box_logo {
    border-radius: 0;
}


.other_products_sec {
    padding-top: 6.7rem;
}

/*BLOG*/
.news_highlight_wrap {}
.news_highlight {
    height: 33.125rem;
    gap: 2.083rem;
    margin-top: 2.604rem;
}
.news_highlight .item_news {
    padding: 0;
    border-radius: 0;
}
.news_highlight .item_news:before {
    content: unset;
}
.news_highlight .box_1 {
    width: 65.28%;
    flex: 0 0 auto;
}
.news_highlight .box_2 {
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
    flex-grow: 1;
}
.news_highlight .box_1 .item_news {
    height: 100%;
}
.news_highlight .box_1 .box_content {
    padding: 0 4.896rem 2.8125rem 2.8125rem;
}
.news_highlight .desc_sec {
    margin: 0.3125rem 0 0.729rem;
}
.news_highlight .link {
    width: fit-content;
    border-bottom: 0.5px solid #fff;
}
.news_highlight .item_news .box_img {
    aspect-ratio: unset;
    height: 100%;
}
.news_highlight .box_2 .item_news {
    height: calc(100% / 2);
}
.news_highlight .box_2 .box_logo > .img {
    max-width: 25%;
}
.news_highlight .item_news .wrap_content {
    display: block;
}
.news_highlight .box_2 .link {
    display: none;
}
.news_highlight .box_2 .box_content {
    padding: 1.5625rem;
}
.news_highlight .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.5%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
    z-index: 1;
}
.news_highlight .item_news .box_content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2.917rem 1.667rem 2.083rem;
    z-index: 3;
}
.news_highlight .box_content h3,
.news_highlight .box_content * {
    color: #fff;
}
.news_highlight .box_2 .date_wrap {
    display: none !important;
}

.blog_post_wrap {
    margin-top: 4.427rem;
}
.tabs_wrap {
    gap: 1.042rem;
}
.blog_post_wrap .load_post_cat {
    margin-top: 2.604rem;
}
.blog_post_wrap .select_mobile {
    display: none;
}
.blog_post_wrap .load_post_term {
    margin-top: 2.604rem;
}
.blog_post_wrap .list_post {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.042rem;
    row-gap: 2.604rem;
}
.blog_post_wrap .list_post .box_logo {
    display: none;
}

.layout_normal .group_heading .inner {
    margin-top: 1.25rem;
}
.time_publish {
    gap: 0.521rem;
    padding-right: 1.2rem;
    margin-right: 1.2rem;
}
.time_publish:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #000000;
    border-radius: 5.208rem;
}
.layout_normal .sharing_wrap span.title,
.time_publish time {
    color: #000000;
}
.layout_normal .sharing_wrap {
    margin-top: 0;
}
.layout_normal .post_content {
    color: #000000;
    margin-top: 2.604rem;
}
.layout_normal .sharing a:hover path {
    fill: var(--sub-cl);
}

.item_news {
    border-radius: 1.042rem;
    padding: 0.521rem;
    overflow: hidden;
}
.item_news:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transform-origin: bottom;
    transition: .4s all;
}
.item_news:hover:before {
    height: 100%;
}
.item_news .box_img {
    aspect-ratio: 437/300;
    border-radius: 1.042rem;
}
.item_news .box_content {
    position: relative;
    z-index: 2;
    gap: 0.521rem;
    padding: 0.78125rem 1.042rem 0;
}
.item_news .date_wrap {
    text-align: center;
    flex: 0 0 auto;
}
.item_news .date {
    color: #090909;
    line-height: normal;
    transition: .5s all;
}
.item_news .month {
    color: #666666;
}
.item_news:hover .date {
    color: var(--main-cl);
}

/*BLOG CAT*/
.blog_cat .blog_post_wrap {
    margin-top: 0;
}

/*BLOG DETAILS*/
.layout_normal .post_content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.823rem;
}

.blog_related_sec.layout_normal {
    padding-top: 10.417rem;
}
.blog_related_sec {
    padding-top: 3.125rem;
}
.blog_related_sec .slide_related_wrap {
    margin-top: 3.125rem;
}
.slide_related_wrap .arrow.prev {
    left: -5%;
}
.slide_related_wrap .arrow.next {
    right: -5%;
}

.layout_event .event_img1 {
    border-radius: 1.042rem;
}
.layout_event .event_content1 {
    padding-left: 5.208rem;
}
.layout_event .event_content1 .heading_sec {
    line-height: 1.45;
}
.layout_event .event_content1 .desc_sec.custom_scrollbar {
    max-height: 13rem;
    margin-top: 1.042rem;
    line-height: 1.4;
}
.layout_event .sharing_wrap {
    margin-top: 1.5625rem;
}

.layout_event .info_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8.333rem;
    row-gap: 2.604rem;
    margin-top: 3.125rem;
}
.layout_event .info_wrap .item:not(:last-child) {
    margin-bottom: 2.604rem;
}
.layout_event .info_wrap .item>.heading,
.layout_event .info_wrap .item {
    gap: 1.5625rem;
}
.layout_event .info_wrap .icon {
    width: 3.385rem;
    aspect-ratio: 1;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5.208rem;
    background: var(--main-cl);
    flex-shrink: 0;
}
.layout_event .info_wrap .icon>img {
    width: fit-content;
    height: 1.927rem;
    object-fit: contain;
}
.layout_event .info_wrap .logos {
    margin-top: 1.5625rem;
}
.layout_event .info_wrap .logo>img {
    width: fit-content;
    height: 5.208rem;
    object-fit: contain;
}
.layout_event .info_wrap .desc_sec {
    margin-top: 0.417rem;
}

.layout_event .event_album {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.042rem;
    margin-top: 3.125rem;
}
.layout_event .event_album .item {
    height: 17.604rem;
}
.layout_event .event_album .item:nth-child(1) {
    grid-area: 1/1/1/3;
}
.layout_event .event_album .item:nth-child(6) {
    position: relative;
    grid-area: 2/3/3/5;
}
.layout_event .event_album .box_img {
    border-radius: 0.521rem;
    height: 100%;
}
.layout_event .event_album .box_logo {
    border-radius: 0.521rem;
}
.img_album_more {
    position: relative;
}
.img_album_more .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    pointer-events: none;
    z-index: 1;
}
.count_img_album {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    z-index: 2;
}

.sharing_wrap {
    margin-top: 1.5625rem;
}
.sharing_wrap span.title {
    margin-right: 1.042rem;
    color: #888888;
}
.sharing_wrap .sharing {
    gap: 0.521rem;
}
.sharing_wrap a {
    width: 1.667rem;
    height: 1.667rem;
}
.sharing_wrap a>svg {
    width: 100%;
    height: 100%;
}
.sharing_wrap a:hover rect,

.layout_event .sharing_wrap a#copy_link:hover path {
    stroke: var(--main-cl);
}
.layout_event .sharing_wrap a:hover path:nth-child(1) {
    stroke: var(--main-cl);
}
.layout_event .sharing_wrap a:hover:not(a#copy_link) path:nth-child(2) {
    fill: var(--main-cl);
}

/*QUALITY CONTROL*/
.quality_page {
    padding-top: 6rem;
}
.wrap_quality {
    margin-top: 10rem;
}

.box_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_quality .box_item {
    margin-bottom: 11.5rem;
}
.wrap_quality .box_item .idx {
    position: relative;
    line-height: 3rem;
    padding-left: 1.25rem;
    color: #005C3C;
}
.wrap_quality .box_item .idx::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background: #41D34F2B;
    z-index: -1;
}
.wrap_quality h2 {
    margin-top: 1.24rem;
    color: #005C3C;
}
.wrap_quality .post_content {
    max-width: 90%;
    margin-top: 1rem;
}
.wrap_quality .post_content ul,
.wrap_quality .post_content ol {
    padding-left: 1.5rem;
}
.post_content li:not(:last-child) {
    margin-bottom: 0.18rem;
}
.wrap_quality .btn_style_1 {
    margin-top: 1.25rem;
}
.wrap_quality .box_item .dot {
    position: relative;
    width: 7.5rem;
    height: 5.208rem;
    flex-shrink: 0;
}
.wrap_quality .box_item:hover .dot>img {
    transform: rotateY(180deg);
}
.wrap_quality .box_item:nth-child(1) .dot::before {
    content: '';
    position: absolute;
    top: -7.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 14rem;
    background: linear-gradient(0deg, rgba(19, 101, 52, 0) 0%, #136534 34.89%, #136534 51.02%, #136534 73.19%, rgba(19, 101, 52, 0) 100%);
}
.wrap_quality .box_item .dot::after {
    content: '';
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 26rem;
    background: linear-gradient(0deg, rgba(19, 101, 52, 0) 0%, #136534 34.89%, #136534 51.02%, #136534 73.19%, rgba(19, 101, 52, 0) 100%);
}
.wrap_quality .box_item:last-child .dot::after {
    height: 10rem;
    top: 100%;
    transform: translate(-50%, 10%);
}
.wrap_quality .box_item:nth-child(odd) .img_quality {
    margin-right: -1.667rem;
}
.wrap_quality .box_item:nth-child(even) .img_quality {
    margin-left: -1.667rem;
}
.wrap_quality .box_item:nth-child(even) .col:nth-child(3) {
    order: 1;
}
.wrap_quality .box_item:nth-child(even) .col:nth-child(2) {
    order: 2;
}
.wrap_quality .box_item:nth-child(even) .col:nth-child(1) {
    order: 3;
    padding-left: 3.5rem !important;
}

/*SUBTAINABILITY*/
.subtainability_1 {
    padding-top: 4.583rem;
}
.subtainability_content {
    margin-top: 4.583rem;
    color: #000000;
}
.subtainability_content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'SVN-Zona Pro Bold';
    font-size: 2.34375rem;
    color: var(--main-cl);
    margin-bottom: 1rem;
}

/*MARKETS*/
.section.markets_page {
    padding-top: 5.208rem;
}

/*CONTACT*/
.section {
    padding-top: 4.167rem;
}
.contact_info {
    background: var(--main-cl);
    border-radius: 1.042rem;
    padding: 1.146rem 3.75rem 1.146rem 2.083rem;
}
.contact_info .logo {
    width: fit-content;
}
.contact_info .logo>img {
    width: fit-content;
    height: 8.333rem;
}
.contact_info .site_name {
    margin-top: 1.042rem;
}
.contact_info .contents {
    margin-top: 0.625rem;
    padding-top: 1.5625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.contact_info .contents>.item:not(:last-child) {
    margin-bottom: 0.417rem;
}
.contact_info .contents>.item {
    gap: 0.729rem;
}
.contact_info .contents .icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}
.contact_contents {
    padding-left: 5rem;
}
.contact_contents .desc_sec {
    margin-top: 0.417rem;
}
.contact_contents .box_form {
    margin-top: 2.1875rem;
}
.contact_maps {
    border-radius: 1.042rem;
    width: 100%;
    height: 31.771rem;
    margin-top: 4.167rem;
    overflow: hidden;
}
iframe {
    width: 100%;
    height: 100%;
}


@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}

@media only screen and (min-width: 1336px) and (max-width: 1600px) {
    :root {
        --container-w: 80rem;
    }

    .slide_related_wrap .arrow.prev {
        left: -5%;
    }
    .slide_related_wrap .arrow.next {
        right: -5%;
    }
}

@media only screen and (max-width: 1699px) {
    .body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
    }

    /*COMPONENT*/
    .fs_20 {
        font-size: 1.2rem;
    }
    .fs_18 {
        font-size: 1.05rem;
    }
    .fs_16 {
        font-size: 1rem;
    }
    .fs_10 {
        font-size: 0.7rem;
    }
    .btn span.text {
        font-size: 0.95rem;
    }

    /*HEADER*/
    #header .nav-right>li {
        margin: 0 0.6rem;
    }

    /*FOOTER*/
    .footer_top .company {
        padding-right: 5rem;
    }
    .footer_top .menu_footer a {
        font-size: 0.95rem;
    }
    .box_socials a {
        width: 2.6rem;
    }
    .link_external a,
    .copyright {
        font-size: 0.7rem;
    }

    /*HOME*/
    .home_3>.bg_linear:before {
        height: 60rem;
    }
    .markets_wrap .box_maps .dot_item .dot {
        width: 1.6rem;
        height: 1.6rem;
    }

    /*QUALITY CONTROL*/
    .wrap_quality .box_item:nth-child(1) .dot::before {
        height: 15rem;
    }

    /*PRODUCT DETAILS*/
    .product_details_heading1 .desc_sec.custom_scrollbar {
        max-height: 10rem;
    }
    .product_details.details_2 {
        margin-top: 9rem;
        padding-top: 6rem;
    }
    .product_details_content4 .desc_sec.custom_scrollbar {
        max-height: 12rem;
    }
    .product_details_album .group {
        height: 40rem;
    }

    /*BLOG*/
    .ajax-paging {
        margin-top: 2rem;
    }
    .ajax-paging li>a {
        font-size: 1rem;
    }
    .ajax-paging .paging-arrow svg {
        height: 1.1rem;
    }

    /*GREEN METRIC*/
    .quality_heading1 .desc_sec.custom_scrollbar {
        max-height: 7rem;
    }

    /*CONTACT*/
    .contact_info {
        padding-right: 2rem;
        margin-right: -2rem;
    }
    .contact_contents {
        padding-left: 8rem;
    }
}
@media only screen and (max-width: 1499px) {
    /*COMPONENT*/
    .fs_30 {
        font-size: 2rem;
    }
    .fs_18 {
        font-size: 1.15rem;
    }

    .select-styled,
    .form_item input {
        height: 3rem;
    }
    .select .select-options {
        max-height: 10rem;
    }
    .select .select-options > li {
        line-height: 1.6rem;
    }

    /*HEADER*/
    #header #logo {
        width: 80px;
    }

    /*FOOTER*/
    .footer_top .col_right {
        padding-left: 3rem;
    }
    .footer_top .submit_btn .icon>svg {
        width: auto;
        height: 2.5rem;
    }
    .footer_top .box_socials_wrap {
        flex-wrap: wrap;
    }
    .footer_top .wpcf7 .wpcf7-not-valid-tip {
        font-size: 0.9rem;
    }
    .footer_top .menu_footer a {
        font-size: 1.05rem;
    }
    .link_external a, .copyright {
        font-size: 0.85rem;
    }

    /*ABOUT*/
    .about_heading1 .desc_sec.custom_scrollbar {
        max-height: 16rem;
    }
    .about_heading1 .desc_sec {
        margin-bottom: 6rem;
    }
    .about_2 {
        padding-top: 7rem;
    }

    /*PRODUCT*/
    .product_page_heading1 .desc_sec {
        padding: 0 2rem;
    }

    /*PRODUCT DETAILS*/
    .product_details_heading1 {
        padding-right: 4rem;
    }
    .product_details_heading1 .desc_sec.custom_scrollbar {
        max-height: 11rem;
    }
    .product_details.details_2 {
        margin-top: 7rem;
        padding-top: 4rem;
    }
    .product_details.details_3 {
        padding-top: 5rem;
    }
    .product_details.details_5 {
        padding-top: 8rem;
    }

    /*BLOG*/
    .ajax-paging li>a {
        font-size: 1.15rem;
    }

    /*GREEN METRIC*/
    .quality_heading1 .desc_sec.custom_scrollbar {
        max-height: 7.5rem;
    }
    .green_list1 {
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 1399px) {
    /*COMPONENTS*/
    .arrow svg {
        height: 3rem;
    }
    .fs_30 {
        font-size: 1.6rem;
    }
    .fs_10 {
        font-size: 0.8rem;
    }

    /*HEADER*/
    #header .header-main>.container {
        max-width: 91rem !important;
    }
    #header .nav-right>li {
        margin: 0 0.7rem;
    }
    .header-main .nav > li > a {
        font-size: 0.85rem;
    }

    /*FOOTER*/
    .footer_top .form_item input {
        height: 4rem;
        font-size: 1.2rem;
    }
    .footer_top .form_item input::placeholder {
        font-size: 1.2rem;
    }
    .footer_top .submit_btn .icon>svg {
        height: 2rem;
    }
    .footer_top .wpcf7 .wpcf7-not-valid-tip {
        font-size: 1rem;
    }
    .footer_top .block_contents span.fs_18 {
        font-size: 1.05rem;
    }
    .footer_top .col_left {
        padding-right: 4rem;
    }
    .footer_top .col_right {
        padding-left: 1rem;
    }
    .footer_top .menu_footer {
        padding-right: 0;
    }
    .footer_top .menu_footer > li:not(:last-child) {
        margin-bottom: 0.9rem;
    }
    .footer_top .menu_footer a {
        font-size: 1.15rem;
    }
    .box_socials a {
        width: 3.2rem;
    }
    .link_external a {
        font-size: 0.9rem;
    }
    .footer_bottom {
        padding-top: 1.5rem;
    }

    /*HOME*/
    .banner_hero .desc {
        padding: 0 7rem;
    }
    .item_product_home .box_img {
        height: 17rem;
    }
    .item_product_home .effect_img {
        background-size: 15rem;
    }
    .home_5,
    .home_4 {
        padding-top: 6rem;
    }
    .contact_sec {
        padding-top: 7rem;
    }
    .markets_wrap .box_maps .dot_item .dot {
        width: 1.8rem;
        height: 1.8rem;
    }

    /*ABOUT*/
    .about_list2 {
        column-gap: 1rem;
    }
    .about_3 {
        padding-top: 6rem;
    }
    .about_list5 .icon>img {
        height: 3.5rem;
    }

    /*PRODUCT*/
    .item_product2 .box_img {
        height: 24rem;
    }
    .item_product2 .box_content {
        padding: 1rem 2.4rem;
    }
    .item_product2 h3.fs_45 {
        font-size: 2rem;
    }


    /*PRODUCT DETAILS*/
    .popup_general.fancybox-content {
        max-width: 50%;
        padding: 3rem 2.5rem 2rem;
    }

    /*BLOG*/
    .blog_post_wrap .list_post {
        column-gap: 1rem;
        row-gap: 2rem;
    }
    .tabs_wrap .btn span.text {
        font-size: 1.05rem;
    }
    .ajax-paging li>a {
        font-size: 1.25rem;
    }
    .ajax-paging .paging-arrow svg {
        height: 1.3rem;
    }

    /*BLOG DETAILS DETAILS*/
    .breadcrumbs ol [itemprop="title"],
    .breadcrumbs ol [itemprop="name"] {
        font-size: 1rem;
    }

    /*BLOG EVENT DETAILS*/
    .layout_event .event_content1 {
        padding-left: 4rem;
    }

    /*CONTACT*/
    .contact_info .logo>img {
        height: 6rem;
    }
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 59.375rem;
    }
    .load_home_page svg {
        width: 16rem;
    }

    /*COMPONENT*/
    .fs_70 {
        font-size: 2.8rem;
    }
    .fs_65 {
        font-size: 2.55rem;
    }
    .fs_45 {
        font-size: 1.8rem;
    }
    .fs_40 {
        font-size: 1.6rem;
    }
    .fs_35 {
        font-size: 1.5rem;
    }
    .fs_20 {
        font-size: 1.05rem;
    }
    .subtitle.fs_20 {
         font-size: 0.9rem;
     }
    .fs_18 {
        font-size: 0.9rem;
    }

    .form_group.flex {
        gap: 1rem;
    }
    .form_group.flex>* {
        width: calc((100% / 2) - (1rem * 1 / 2));
    }

    .search-tabs .tab-product.active .search-grid,
    .search-tabs .search-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    /*HEADER*/
    #header .header-main>.container {
        max-width: var(--container-w) !important;
    }
    #header #logo {
        width: 50px;
        margin: 0 0.521rem !important;
    }
    .stuck #logo img,
    #header #logo img {
        max-height: 4rem !important;
    }
    #header .flex-left {
        margin-left: -1rem;
    }
    #header .flex-right {
        margin-right: -2.4rem;
    }
    #header .nav-left>li {
        margin: 0 0.7rem;
    }
    #header .nav-right>li {
        margin: 0 0.35rem;
    }
    .header-main .nav > li > a {
        font-size: 0.65rem;
    }

    .header_language {
        display: flex !important;
        margin-right: 0 !important;
    }
    .header_language a {
        gap: 0.5rem;
    }
    .header_language a>span.text {
        display: none;
        visibility: hidden;
    }

    /*FOOTER*/
    footer {
        padding: 4.5rem 0 6rem;
    }
    .logo_footer {
        gap: 1rem;
    }
    .logo_footer>.box_img>img {
        height: 6rem;
    }
    .footer_top .company {
        padding-right: 4rem;
    }
    .footer_top .col_left {
        padding-right: 3rem;
    }
    .footer_top .block_contents .item {
        gap: 2rem;
    }
    .box_socials a {
        width: 2.6rem;
    }
    .footer_top .col_right {
        padding-left: 0;
    }
    .footer_top .menu_footer a {
        font-size: 1rem;
    }
    .footer_top .form_item input {
        height: 3.5rem;
        font-size: 1rem;
    }
    .footer_top .form_item input::placeholder {
        font-size: 1rem;
    }
    #wrapper > .back-to-top {
        width: 3.8rem;
    }

    /*popup fixed contact*/
    #popup_fixed.popup_general.fancybox-content {
        max-width: 80%;
        padding: 4rem 3rem;
    }
    .popup_general.fancybox-content {
        max-width: 65%;
    }
    .form_group.flex {
        gap: 0.6rem;
    }
    .form_group.flex>* {
        width: calc((100% / 2) - (0.6rem * 1 / 2));
    }

    /*HOME*/
    .banner_hero .item>.box_img {
        height: 32rem;
    }
    .banner_hero .item:before {
        height: 60%;
    }
    .banner_hero .box_content {
        bottom: 4rem;
    }
    .banner_hero .desc {
        padding: 0 4rem;
    }
    .banner_hero .swiper-pagination {
        bottom: 1rem;
    }

    .home_1 {
        min-height: unset;
        background-attachment: unset;
    }
    .home_1 .group_heading {
        margin-top: 5rem;
        padding-bottom: 20rem;
    }
    .home_2 {
        padding-top: 4rem;
    }
    .home_2.bg_image {
        background-size: 38rem;
    }
    .list_home2 {
        column-gap: 2rem;
        padding-bottom: 4rem;
    }
    .list_home2 .box_img {
        width: 3.5rem;
    }
    .list_home2 h3.fs_20 {
        font-size: 1rem;
        margin-top: 1.2rem;
    }
    .home_3 {
        padding-top: 4rem;
    }
    .product_home .swiper-pagination {
        display: flex;
    }

    .product_home .swiper-pagination .swiper-pagination-bullet {
        background: var(--main-cl) !important;
        opacity: .5;
    }
    .product_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

    .item_product_home .effect_img {
        background-size: 13rem;
    }
    .item_product_home .box_img {
        height: 15rem;
    }
    .home_4 .certificates_wrap {
        padding: 0 6.25rem 0 3.5rem;
    }
    .home_6 {
        padding-top: 5rem;
    }
    .markets_wrap .box_maps {
        margin: 0 -1.5rem;
    }
    .markets_wrap .box_maps .dot_item .dot {
        width: 1.5rem;
        height: 1.5rem;
    }

    .contact_sec {
        padding-top: 4rem;
    }
    .contact_sec>.inner {
        margin: 0 2rem;
    }
    .contact_sec>.inner.bg_image {
        min-height: 20rem;
    }

    /*ABOUT*/
    .about_1 .large-8 {
        flex-basis: 80%;
        max-width: 80%;
    }
    .about_effect_img {
        padding-bottom: 8rem;
    }
    .about_heading1 .desc_sec {
        margin-bottom: 7rem;
    }
    .about_2 {
        padding-top: 5rem;
    }
    .about_list2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 3rem;
    }
    .about_list2 .item:not(:first-child) {
        padding-left: 1.5rem;
    }
    .about_list2 .icon>img {
        height: 3.2rem;
    }
    .about_img3 {
        height: 22rem;
    }
    .about_img4 {
        height: 24rem;
    }
    .about_img4 .group_heading, .about_img3 .group_heading {
        max-width: 80%;
    }

    /*PRODUCT CAT*/
    .product_cat_tabs a {
        width: calc((100% / 3) - (1.042rem * 2 / 3));
    }

    /*PRODUCT*/
    .product_page_heading1 .desc_sec {
        padding: 0;
    }
    .item_product2 .box_img {
        width: 53%;
        height: unset;
    }
    .item_product2 .box_content {
        padding: 1.6rem 2rem;
    }
    .item_product2 h3.fs_45 {
        font-size: 1.4rem;
    }

    /*PRODUCT DETAILS*/
    .product_details_heading1 .desc_sec.custom_scrollbar {
        max-height: 9rem;
    }
    .product_details.details_2 {
        margin-top: 4rem;
        padding-top: 4rem;
    }
    .product_details_keyfeat .item {
        gap: 1rem;
    }
    .product_details_keyfeat .item:not(:first-child) {
        margin-top: 3rem;
    }
    .product_details_keyfeat .item h3 {
        font-size: 1.1rem;
    }
    .product_details_keyfeat .icon>img {
        height: 1.4rem;
    }
    .product_details.details_4 {
        padding-top: 5.5rem;
    }
    .product_details_content4 .group_heading {
        max-width: 70%;
    }
    .product_details_slogan {
        margin-top: 5rem;
    }
    .product_details.details_5 {
        padding-top: 5rem;
    }
    .other_products_sec .arrow_absolute {
        display: none;
    }
    .other_products_sec .swiper-pagination {
        display: flex;
    }

    /*BLOG*/
    .section.blog_cat {
        padding-top: 3rem;
    }
    .news_highlight {
        height: 24rem;
        gap: 1rem;
    }
    .tabs_wrap .btn span.text {
        font-size: 0.9rem;
    }
    .blog_post_wrap .load_post_cat {
        margin-top: 1.5rem;
    }
    .blog_post_wrap .list_post {
        column-gap: 0.5rem;
    }
    .ajax-paging li>a {
        font-size: 1.15rem;
    }
    .item_news .box_content {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    /*BLOG EVENT LAYOUT*/
    .layout_event .event_content1 {
        padding-left: 2rem;
    }
    .layout_event .event_content1 .desc_sec.custom_scrollbar {
        max-height: 14rem;
    }
    .layout_event .info_wrap .logo>img {
        height: 4rem;
    }
    .layout_event .info_wrap .icon {
        width: 3rem;
    }
    .layout_event .info_wrap .icon>img {
        height: 1.5rem;
    }
    .layout_event .event_album .item {
        height: 13rem;
    }
    .blog_related_sec .slide_related_wrap {
        margin-top: 2rem;
    }
    .product_details_album .group {
        height: 30rem;
    }

    /*QUALITY CONTROL*/
    .wrap_quality .box_item:nth-child(odd) .img_quality {
        margin-right: -1rem;
    }
    .wrap_quality .box_item:nth-child(even) .img_quality {
        margin-left: -1rem;
    }
    .wrap_quality .box_item {
        margin-bottom: 7rem;
    }
    .wrap_quality .box_item:nth-child(even) .col:nth-child(1) {
        padding-left: 2.5rem !important;
    }
    .wrap_quality h2.fs_45 {
        font-size: 1.6rem;
    }

    /*GREEM METRIC*/
    .green_content1 {
        padding-left: 2rem;
    }
    .green_list1 .icon>img {
        height: 2.5rem;
    }
    .green_list1 .icon:before {
        left: -1rem;
        width: 2rem;
        height: 2rem;
    }
    .green_img1 {
        height: 100%;
    }
    .green_list1 {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .green_list1 .item {
        margin: 0 1rem;
    }
    .green_list2 .img_wrap {
        width: 15rem;
    }

    .content_table_layout th {
        font-size: 0.95rem;
    }
    .content_table_layout td {
        font-size: 0.85rem;
    }

    /*CONTACT*/
    .contact_info {
        margin-right: -5rem;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 55rem;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*COMPONENT*/
    .fs_65 {
        font-size: 2.2rem;
    }
    .fs_30 {
        font-size: 1.65rem;
    }
    .fs_20 {
        font-size: 1rem;
    }
    .btn_play > svg {
        height: 4rem;
    }
    .btn_play span.effect>svg {
        width: auto;
        height: 15rem;
    }

    /*HEADER*/
    #header .header-main>.container {
        max-width: 62rem !important;
    }
    #header .header-main {
        padding-top: 0.4rem !important;
        padding-bottom: 0.4rem !important;
    }
    #header #logo {
        width: 70px;
    }
    .stuck #logo img, #header #logo img {
        max-height: 3.5rem !important;
    }
    #header .nav-left {
        justify-content: flex-end;
    }
    #header .nav-right {
        justify-content: flex-start;
    }
    #header .nav-left>li {
        margin: 0 0.6rem;
    }
    #header .nav-right>li {
        margin: 0 0.3rem;
    }
    .header-main .nav > li > a {
        font-size: 0.66rem;
    }
    #header .flex-right {
        margin-right: 0;
    }
    #header .nav-right>li {
        margin: 0 0.25rem;
    }

    .header_language a>img {
        width: 1.2rem;
        height: 1.2rem;
    }

    /*FOOTER*/
    footer {
        padding: 4rem 0 2rem;
    }
    .footer_top .col_left:before {
        top: 0.6rem;
        height: 100%;
    }
    .footer_top .col_right {
        margin-top: 0.4rem;
    }
    .copyright {
        padding-right: 1rem;
    }
    .footer_top .form_item input {
        height: 3.3rem;
    }
    .footer_top .wpcf7 .wpcf7-not-valid-tip {
        font-size: 0.9rem;
    }

    /*HOME*/
    .home_1 .group_heading {
        margin: 5rem -2rem 0;
    }
    .list_home2 {
        gap: 1.5rem;
        margin-top: 3.5rem;
        padding-bottom: 3rem;
    }
    .list_home2 .item {
        text-align: center;
    }
    .list_home2 .box_img {
        margin: 0 auto;
    }
    .list_home2 h3.fs_20 {
        font-size: 0.9rem;
    }
    .home_3 .group_heading {
        padding-bottom: 2rem;
    }
    .home_3 .desc_sec {
        margin: 0 -1rem;
    }
    .swiper-slide-active+.swiper-slide-next .item_product_home .btn_style_2 {
        opacity: 1;
        transform: translateX(0);
    }
    .swiper-slide-active+.swiper-slide-next .item_product_home .effect_img {
        opacity: 1;
    }
    .item_product_home .thumb_wrap {
        margin-top: 3rem;
    }
    .item_product_home .box_img {
        height: 14rem;
    }
    .home_4 .certificates_wrap {
        padding: 0 6rem 0 1rem;
    }
    .home_5,
    .home_6 {
        padding-top: 4rem;
    }
    .home_6 .desc_sec {
        margin: 0 -1rem;
    }
    .markets_wrap .box_maps {
        margin: 0 -2rem;
    }
    .markets_wrap .box_maps .dot_item .dot {
        background-size: contain;
    }

    /*ABOUT*/
    .about_img4 .group_heading, .about_img3 .group_heading {
        max-width: 90%;
    }
    .about_5 {
        padding-top: 5rem;
    }

    /*PRODUCT DETAILS*/
    .product_details_heading1 {
        padding-right: 2rem;
    }

    /*CONTACT*/
    .contact_info {
        margin-right: -6rem;
    }
}
@media only screen and (max-width: 849px) {
    :root{
        --container-w: 45rem;
    }

    /*COMPONENT*/
    .fs_70 {
        font-size: 2rem;
    }
    .fs_35 {
        font-size: 1.2rem;
    }
    .fs_65 {
        font-size: 1.75rem;
    }

    blockquote {
        font-size: 0.9rem;
    }

    /*show/hide - breakpoint*/
    .tablet_show {
        display: block !important;
    }
    .tablet_hide {
        display: none !important;
    }
    .loading_show_more2:before {
        top: 5%;
    }

    /*HEADER*/
    .header_blur_style #header .header-main {
        border: 0;
        backdrop-filter: unset;
        background: #fff;
    }
    #header .header-main>.container {
        max-width: var(--container-w) !important;
    }
    header#header {
        position: relative;
    }
    #header .header-wrapper.stuck {
        position: fixed;
    }
    #header .header-wrapper:before {
        content: unset;
    }

    .stuck #logo img, #header #logo img {
        max-height: 60px !important;
    }

    #header #logo img:nth-child(1) {
        opacity: 0;
    }

    #header #logo img.header-logo-dark,
    #header #logo img:nth-child(2) {
        opacity: 1;
    }
    .header_no_fixed #header .header-main,
    .header_blur_style #header .header-main,
    header#header .header-main {
        padding-top: 6px !important;
        padding-bottom: 8px !important;
    }
    #header .header-main:before {
        opacity: 1;
    }
    #header .nav-left {
        justify-content: flex-start;
    }
    #header .nav-right {
        justify-content: flex-end;
    }
    #header .flex-left {
        margin-left: 0;
    }
    #header .flex-right {
        margin-right: 0;
    }
    .header-search>a[data-open="#search-lightbox"] {
        justify-content: flex-end;
    }
    .icon-search {
        margin-right: 0.6rem !important;
    }
    .icon-search:before {
        width: 1.55rem;
        height: 1.55rem;
        background-image: url(../images/icon_search_2.svg);
    }

    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    [data-open="#main-menu"] {
        display: flex !important;
        width: 3rem;
        height: 48px !important;
        background-image: url(../images/icon_menu.svg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
    }
    [data-open="#main-menu"]:before {
        content: unset !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 74px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .off-canvas-left.mfp-ready .mfp-content .sidebar-menu {
        padding-top: 0 !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 74px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 2.604rem !important;
        color: var(--main-cl);
        font-size: 1.1rem !important;
        text-transform: initial;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }

    .header_info span.text {
        display: none;
    }
    .header_info a.btn {
        padding: 0;
        min-width: unset;
        width: 3.5rem;
        height: 3.5rem;
        background: var(--main-cl);
    }
    .header_info span.icon {
        width: 2rem;
    }

    /* Active menu item (không có submenu) */
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item {
        background-color: var(--main-cl) !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item.active a,
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item a,
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item .toggle {
        color: #fff !important;
    }
    /* Hover - KHÔNG ÁP DỤNG cho expanded và current items */
    .nav-sidebar.nav-vertical > li.menu-item:hover:not([aria-expanded="true"]):not(.current-menu-item) {
        background-color: #f5f5f5;
    }
    /* Expanded menu items - QUAN TRỌNG */
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] {
        background-color: var(--main-cl) !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] > a,
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] .toggle {
        color: #fff !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] > a path {
        stroke: #fff !important;
        fill: #fff !important;
    }
    /* Active page link */
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current='page'] {
        color: #fff !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"] path {
        stroke: #fff !important;
        fill: #fff !important;
    }
    /* Border giữa các items */
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }
    /* Reset submenu items */
    .nav-sidebar.nav-vertical li.menu-item ul li {
        background-color: transparent !important;
    }
    .nav-sidebar.nav-vertical li.menu-item ul li a {
        color: var(--main-cl) !important;
    }

    /*LANG CSS*/
    .lang_header.minimal.tablet_show {
        display: flex !important;
        gap: 0.6rem;
    }
    .lang_header.minimal a {
        border: 2px solid transparent;
        border-radius: 5.208rem;
    }
    .lang_header.minimal a.current_lang {
        border-color: var(--sub-cl);
    }
    .lang_header.minimal img {
        width: 1.5rem;
    }
    .lang_header.minimal span.text {
        display: none !important;
    }

    /*FOOTER*/
    footer {
        padding-bottom: 2rem;
    }
    .footer_top .company {
        padding-right: 0;
    }
    .footer_top .col_left:before {
        content: unset;
    }
    .footer_top .col_left {
        padding-right: 4rem;
    }
    .footer_top .block_contents .content.support_phone {
        font-size: 1.5rem;
    }
    .footer_top .col_right {
        padding-top: 2rem;
        border-top: 2px solid #F5F5F5;
    }
    .copyright {
        text-align: center;
    }
    .link_external {
        justify-content: center;
        margin-top: 1rem;
    }
    #wrapper > .back-to-top {
        width: 2.8rem;
    }
    #wrapper > .back-to-top svg {
        height: 1.3rem;
    }

    /*popup fixed contact*/
    #popup_fixed.popup_general.fancybox-content {
        max-width: 90%;
        padding: 4rem 3rem;
    }
    .consultation_popup .desc_sec.fs_18 {
        font-size: 1.05rem;
    }

    /*HOME*/
    .banner_hero .item>.box_img {
        height: 24rem;
    }
    .banner_hero .desc {
        padding: 0 3rem;
    }

    .home_1 {
        min-height: 34rem;
    }
    .home_1 .group_heading {
        padding-bottom: 18rem;
    }
    .list_home2 {
        gap: 1rem;
    }
    .list_home2 .box_img {
        width: 3rem;
    }
    .list_home2 h3.fs_20 {
        font-size: 0.85rem;
    }
    .home_3>.bg_linear:before {
        height: 28rem;
    }
    .home_3 .desc_sec br {
        display: none;
    }
    .home_3 .desc_sec {
        margin: 0 auto;
    }
    .item_product_home .thumb_wrap {
        margin-top: 0;
    }
    .item_product_home h3.fs_35 {
        font-size: 1.5rem;
    }
    .item_product_home .box_img {
        height: 16rem;
    }
    .item_product_home .btn_style_2 {
        opacity: 1;
        transform: translateX(0);
    }
    .item_product_home .effect_img {
        opacity: 1;
    }
    .home_4 {
        padding-top: 4rem;
    }
    .home_4 .certificates_wrap {
        padding: 0 5rem 0 0;
    }

    .contact_sec .group_heading {
        text-align: center;
    }
    .btn_contact_sec {
        display: flex;
        justify-content: center;
    }
    .contact_sec>.inner {
        border-radius: 1.5rem;
    }
    .contact_sec>.inner.bg_image {
        min-height: 16rem;
    }

    /*ABOUT*/
    .about_1 .large-8 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .about_heading1 .desc_sec {
        margin-bottom: 9rem;
    }
    .about_list5 .heading_sec.fs_65 {
        font-size: 2.15rem;
    }
    .about_list5 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /*PRODUCT DETAILS*/
    .product_details_heading1 {
        padding-right: 0;
    }
    .product_details_heading1 .desc_sec.custom_scrollbar {
        max-height: 13rem;
    }
    .product_details_feat_img {
        max-width: 70%;
        margin: 2rem auto 0;
    }
    .product_details_keyfeat .item {
        gap: 0.7rem;
    }
    .product_details_keyfeat.keyfeat_1 .item:not(:nth-child(2)) {
        margin-right: -1.1rem;
    }
    .product_details_keyfeat.keyfeat_2 .item:not(:nth-child(2)) {
        margin-left: -1.1rem;
    }
    .product_details_keyfeat .icon>img {
        height: 1.15rem;
    }
    .product_details_keyfeat .item h3 {
        font-size: 1rem;
    }
    .product_details_content3 {
        margin-top: 1rem;
    }
    .product_details.details_4 {
        padding-top: 4rem;
    }
    .product_details_content4 .group_heading {
        padding-left: 2rem;
    }
    .product_details_album .group {
        height: 22rem;
    }

    /*BLOG*/
    .news_highlight {
        height: 20rem;
        gap: 0.8rem;
    }
    .news_highlight .box_2 {
        gap: 0.8rem;
    }
    .blog_post_wrap .list_post {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 1.5rem;
    }
    .item_news .box_content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    /*BLOG DETAILS LAYOUT*/
    .layout_normal .post_content.fs_18 {
        font-size: 1rem;
    }
    .blog_related_sec.layout_normal {
        padding-top: 2rem;
    }
    .layout_normal .post_content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.6rem;
    }

    /*BLOG EVENT LAYOUT*/
    .section.blog_details {
        padding-top: 3.5rem;
    }
    .blog_details.layout_event .row>.col:nth-child(2) {
        order: -1;
    }
    .layout_event .event_content1 {
        padding-left: 0;
    }
    .layout_event .event_img1 {
        margin-top: 2rem;
    }
    .layout_event .info_wrap {
        margin-top: 2rem;
        flex-direction: column;
        gap: 1.3rem;
    }
    .layout_event .info_wrap .item:not(:last-child) {
        margin-bottom: 1.3rem;
    }
    .layout_event .event_album .item {
        height: 10rem;
    }
    .blog_related_sec {
        padding-top: 2rem;
    }

    /*QUALITY CONTROL*/
    .wrap_quality {
        margin-top: 7rem;
    }
    .wrap_quality .box_item .dot::after {
        top: 18rem;
        height: 22rem;
    }


    /*SUBTAINABILITY*/
    .subtainability_content {
        margin-top: 3.5rem;
    }
    .subtainability_content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }

    /*GREEN METRIC*/
    .green_1 {
        padding-top: 4rem;
    }
    .green_1 .row {
        flex-direction: column-reverse;
    }
    .green_img1 {
        margin-top: 2rem;
    }
    .green_content1 {
        padding-left: 0;
    }
    .green_list1_slide .swiper-pagination {
        display: flex;
    }
    .quality_heading1 .desc_sec.custom_scrollbar {
        max-height: 16rem;
        margin-top: 0.6rem;
    }
    .green_2 {
        padding-top: 4rem;
    }

    /*MARKET*/
    .section.markets_page {
        padding-top: 4rem;
    }

    /*CONTACT*/
    .contact_1 .col:nth-child(2) {
        order: -1;
    }
    .contact_info {
        margin-top: 2.5rem;
        margin-right: 0;
    }
    .contact_contents {
        padding-left: 0;
    }
    .contact_maps {
        height: 28rem;
        margin-top: 2.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 14rem;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr;
        grid-gap: 1rem 1.5rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    :root {
        --container-w: calc(100% - 0.5rem);
    }

    /*COMPONENT*/
    .fs_70 {
        font-size: 1.4rem;
    }
    .fs_65 {
        font-size: 1.6rem;
    }
    .fs_45 {
        font-size: 1.4rem;
    }
    .fs_40 {
        font-size: 1.3rem;
    }
    .subtitle.fs_20 {
        font-size: 0.8rem;
    }
    blockquote,
    .fs_18 {
        font-size: 1.03rem;
    }
    .btn_play > svg {
        height: 3rem;
    }
    .form_group.flex {
        flex-direction: column;
        gap: 0;
    }
    .form_group.flex>* {
        width: 100%;
    }
    .form_wrap .select-options {
        max-height: 11.7rem;
    }
    .banner_page .breadcrumb_absolute {
        position: unset;
        /*display: none;*/
    }
    .banner_page .breadcrumbs {
        padding-bottom: 0;
        margin-top: 1rem;
    }
    .text_white .breadcrumbs ol>li:last-child [itemprop="name"],
    .text_white .breadcrumbs ol [itemprop="title"],
    .text_white .breadcrumbs ol [itemprop="name"] {
        color: #333333 !important;
    }
    .text_white .breadcrumbs ol>li:not(:last-child):before {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgM0wxMSA4TDYgMTMiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    }

    .select_mobile {
        position: relative;
        z-index: 3;
    }

    /*show/hide - breakpoint*/
    .mobile_show {
        display: block !important;
    }
    .mobile_hide {
        display: none !important;
    }

    .post_content ul, .post_content ol {
        padding-left: 1.8rem;
    }
    .section.default-page {
        padding-top: 3rem;
    }

    .breadcrumbs ol [itemprop="title"], .breadcrumbs ol [itemprop="name"] {
        font-size: 0.85rem;
    }

    .slide_related_wrap .arrow_absolute {
        display: none;
    }
    .slide_nav_mobile .swiper-pagination {
        padding: 0;
        display: flex;
    }
    .slide_nav_mobile {
        display: flex !important;
        align-items: center;
        padding-top: 0.5rem;
    }
    .slide_nav_mobile .arrow.next {
        order: 3;
    }
    .slide_nav_mobile .arrow {
        background: var(--main-cl);
        border-radius: 5.208rem;
        padding: 0.3rem;
    }
    .slide_nav_mobile .arrow svg {
        height: 1.3rem;
    }
    .slide_nav_mobile .arrow path {
        stroke: #fff !important;
    }

        /*HEADER*/
    #header .header-main {
        padding: 6px 0 !important;
    }
    [data-open="#main-menu"] {
        height: 28px !important;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content,
    .mfp-bg.off-canvas.off-canvas-left {
        top: 74px;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a, .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 1rem !important;
        padding-left: 2rem !important;
    }
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }

    /*FOOTER*/
    footer {
        padding: 3rem 0;
    }
    .footer_top .col_left {
        padding-right: 0;
    }
    .logo_footer {
        flex-direction: column;
        align-items: center;
    }
    .footer_top .block_contents .item {
        flex-direction: column;
        gap: 0.4rem;
    }
    .footer_top .block_contents .item.supports {
        margin-top: 1rem;
    }
    .footer_top .block_contents span.title {
        min-width: unset;
        font-family: 'SVN-Zona Pro SemiBold';
        font-weight: 600;
    }
    .footer_top .block_contents span.fs_18 {
        font-size: 0.95rem;
    }
    .footer_top .box_socials_wrap {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    .box_socials a {
        width: 2.8rem;
    }
    .footer_top .col_right {
        margin-top: 1.5rem;
        padding-top: 1rem;
        border-top: 2px solid #F5F5F5;
    }
    .footer_top .block_menu {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    .footer_top .menu_footer > li:not(:last-child) {
        margin-bottom: 0.7rem;
    }
    .header_language a>img {
        width: 1.7rem;
        height: 1.7rem;
        border: 1px solid var(--main-cl);
        border-radius: 5.208rem;
    }

    /*popup fixed contact*/
    .popup_general.fancybox-content {
        max-width: 100% !important;
        padding: 2rem 2rem 2rem;
    }
    #popup_fixed.popup_general.fancybox-content {
        padding: 3rem 2rem;
    }
    .consultation_popup .box_form {
        margin-top: 1.2rem;
    }
    .consultation_popup .form_item.sl_product {
        margin-bottom: 1rem;
    }
    .contact_maps {
        height: 22rem;
    }

    /*HOME*/
    .banner_page .heading_absolute {
        position: unset;
        transform: unset;
        margin-top: 2rem;
    }
    .banner_page h1 {
        margin: 0 auto;
        text-align: center;
    }
    .banner_page .desc_sec.text_white>*,
    .banner_page h1.text_white>*,
    .banner_page h1.text_white {
        color: var(--main-cl) !important;
    }
    .banner_page .desc_sec {
        max-width: 100%;
        color: var(--main-cl) !important;
        text-align: center;
    }

    .banner_hero .item {
        height: 100%;
        overflow: hidden;
    }
    .banner_hero .item>.box_img {
        height: 13rem;
    }
    .banner_hero .item:before {
        content: unset;
    }
    .banner_hero .box_content {
        position: relative !important;
        transform: translateY(200%);
        bottom: unset;
        left: unset;
        margin-top: 1.5rem;
        transition: 1.2s all;
        transition-delay: 0s;
    }
    .banner_hero .swiper-slide.swiper-slide-active .box_content {
        transform: translateY(0);
    }
    .banner_hero .box_content .group_heading * {
        color: var(--main-cl) !important;
    }
    .banner_hero .box_content h1 {
        margin-bottom: 0.4rem;
    }
    .banner_hero .desc {
        padding: 0;
    }
    .banner_hero .swiper-pagination {
        position: unset;
        padding-top: 1rem;
    }
    .pagination_2 .swiper-pagination .swiper-pagination-bullet {
        background: rgba(19, 101, 52, 0.5);
    }
    .pagination_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--main-cl);
    }

    .home_1 {
        min-height: unset;
        background-image: none !important;
    }
    .home_1 .group_heading {
        margin: 4rem 0 0;
        padding-bottom: 0;
    }
    .home_img1 {
        border-radius: 1rem;
        margin-top: 2rem;
    }
    .home_1 .heading_sec br {
        display: none;
    }
    .home_1 .heading_sec {
        line-height: 1.5;
    }
    .list_home2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5rem;
        row-gap: 2rem;
    }
    .home_3 {
        padding-top: 3rem;
    }
    .home_3 .heading_sec br {
        display: none;
    }
    .product_home {
        margin: 0 -2rem;
    }
    .product_home .slide_nav_mobile {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .item_product_home h3>a.fs_35 {
        font-size: 1.5rem;
    }
    .item_product_home .box_img {
        height: 18rem;
    }
    .item_product_home .btn_style_2 {
        opacity: 0 !important;
        transform: translateX(2rem) !important;
    }
    .item_product_home .effect_img {
        opacity: 0 !important;
        transition-delay: .6s;
    }
    .swiper-slide-active .item_product_home .btn_style_2 {
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
    .swiper-slide-active .item_product_home .effect_img {
        opacity: 1 !important;
    }
    .home_4 .subtitle {
        margin-bottom: 0.8rem;
    }
    .home_4 .certificates_wrap {
        margin-top: 2rem;
        padding-right: 0;
    }
    .home_4 .certificates_wrap .swiper-slide {
        padding: 0 2rem;
    }
    .home_4 .certificates_wrap .arrow_absolute {
        display: none;
    }
    .home_5 .col {
        padding: 0;
    }
    .home_6 .desc_sec {
        margin: 0 auto;
    }
    .home_5, .home_6 {
        padding-top: 3rem;
    }
    .home_6 .col:nth-child(2) {
        padding: 0;
    }
    .markets_wrap {
        margin-top: 2rem;
    }
    .markets_wrap .box_maps {
        margin: 0 auto;
    }
    .markets_wrap .box_maps .dot_item{
        top: var(--top);
        left: var(--left);
    }
    .markets_wrap .box_maps>svg>path{
        clip-path: inset(0 0 0 0);
    }
    .contact_sec {
        padding-top: 3rem;
    }
    .contact_sec>.inner {
        padding: 2rem 0;
    }
    .section.markets_page {
        padding-bottom: 0;
    }

    /*ABOUT*/
    .subtainability_1.bg_image,
    .about_1.bg_image {
        background-image: none !important;
    }
    .about_heading1 .desc_sec {
        margin-bottom: 2rem;
    }
    .about_effect_img {
        padding-bottom: 2rem;
    }
    .about_2 {
        padding-top: 4rem;
    }
    .about_list2 .icon>img {
        height: 3.5rem;
    }
    .about_list2 h3 br {
        display: none;
    }
    .about_list2 h3 {
        margin-top: 2rem;
    }
    .about_list2_slide .swiper-pagination {
        display: flex;
    }
    .about_4,
    .about_3 {
        padding-top: 4rem;
    }
    .about_img4,
    .about_img3 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem;
    }
    .about_img4 .group_heading.text_white .heading_sec>*,
    .about_img4 .group_heading.text_white > *,
    .about_img3 .group_heading.text_white .heading_sec>*,
    .about_img3 .group_heading.text_white > * {
        color: var(--main-cl) !important;
    }

    .about_img4 .group_heading, .about_img3 .group_heading {
        position: unset;
        transform: unset;
        max-width: 100%;
        width: auto;
    }
    .about_img4,
    .about_img3 {
        height: 100%;
    }
    .about_overlay50:before {
        content: unset;
    }
    .about_overlay50.box_img {
        overflow: unset;
    }
    .about_overlay50:hover img {
        transform: unset;
    }
    .about_5 {
        padding-top: 4rem;
    }
    .about_list5 .heading_sec.fs_65 {
        font-size: 1.6rem;
    }
    .about_list5_slide {
        margin-top: 2rem;
    }
    .about_list5_slide .swiper-pagination {
        display: flex;
    }

    /*PRODUCT*/
    .product_post_wrap .select .select-options {
        max-height: 12rem;
    }
    .item_product2 {
        flex-direction: column;
    }
    .item_product2 .box_img {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .product_post_wrap .item_product2 .box_content {
        order: 2;
    }

    /*PRODUCT DETAILS*/
    .product_details_feat_img {
        max-width: 100%;
    }
    .product_details.details_2 .col:nth-child(3) {
        order: 2;
    }
    .product_details_heading2 .heading_sec.fs_45 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .product_details_keyfeat.keyfeat_1 {}
    .product_details_keyfeat.keyfeat_2 {
        margin-top: 1rem;
    }
    .product_details_keyfeat .item:not(:first-child) {
        margin-top: 1rem;
    }
    .product_details_keyfeat.keyfeat_2 .item:not(:nth-child(2)) {
        margin-left: 0;
    }
    .product_details_keyfeat.keyfeat_1 .item {
        flex-direction: row-reverse;
    }
    .product_details_keyfeat h3 {
        font-size: 1.2rem;
    }
    .product_details_keyfeat.keyfeat_1 h3 {
        text-align: left;
    }
    .product_details.details_3 {
        padding-top: 4rem;
    }
    .product_details_content3 {
        width: 100%;
        overflow-x: auto;
    }
    .product_details_content3.content_table_layout th,
    .product_details_content3.content_table_layout td {
        width: 100% !important;
        white-space: nowrap;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .product_details_content4 {
        height: auto;
        overflow: unset !important;
    }
    .product_details_content4 .group_heading {
        max-width: 100%;
        position: unset;
        transform: unset;
        padding-left: 0;
    }
    .product_details_content4:before {
        content: unset;
    }
    .product_details_content4 ul,
    .product_details_content4 ol {
        padding-left: 2rem;
        list-style: disc;
    }
    .product_details_content4 li {
        padding-left: 0;
    }
    .product_details_content4 li:before {
        content: unset;
    }
    .product_details_content4 .box_img {
        margin-top: 2rem;
        border-radius: 0.5rem;
    }
    .product_details_slogan {
        margin-top: 3rem;
    }
    .product_details.details_5 {
        padding-top: 3rem;
    }
    .product_details_album.mobile_show {
        display: flex !important;
        flex-wrap: wrap;
    }
    .product_details_album .group {
        width: calc((100% / 3) - (2px * 2 / 3));
    }
    .product_details_album .group {
        height: 41rem;
    }
    .product_details_album .count_img_album.fs_40 {
        font-size: 1.8rem;
    }
    .other_products_sec .item_product h3 {
        font-size: 1.05rem;
    }

    /*BLOG*/
    .section.blog_cat,
    .section.blog_page {
        padding-top: 2.5rem;
    }
    body.tag .banner_page .heading_absolute,
    body.category .banner_page .heading_absolute,
    .section.blog_cat .heading_sec span:nth-child(1),
    .section.blog_cat .heading_sec br {
        display: none;
    }
    .news_highlight {
        height: 100%;
        flex-direction: column;
        margin-top: 1.5rem;
        gap: 1.2rem;
    }
    .news_highlight .item_news .box_content {
        position: unset;
    }
    .news_highlight .box_2 {
        gap: 1.5rem;
    }
    .news_highlight .box_1 {
        width: 100%;
    }
    .news_highlight .box_content h3 {
        font-size: 1.2rem;
    }
    .news_highlight .box_content h3,
    .news_highlight .box_content * {
        color: #000000 !important;
    }
    .news_highlight .box_2 .box_content,
    .news_highlight .box_1 .box_content {
        padding: 1rem 0 0 0;
    }
    .news_highlight .link {
        display: none;
    }
    .news_highlight .item_news .box_img {
        aspect-ratio: 437 / 300;
        height: unset;
    }
    .blog_post_wrap {
        margin-top: 3rem;
    }
    .blog_post_wrap .list_post {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    /*BLOG DETAILS LAYOUT*/
    .section.blog_details.layout_normal {
        padding-top: 2rem;
    }
    .layout_normal .group_heading .inner {
        flex-direction: column;
        gap: 1rem;
    }
    .time_publish {
        padding-right: 0;
        margin-right: 0;
    }
    .time_publish:before {
        content: unset;
    }
    .layout_normal .post_content.fs_18 {
        font-size: 1.05rem;
    }
    .layout_normal .post_content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.35rem;
    }
    .blog_related_sec .slide_related_wrap {
        margin-top: 1.5rem;
    }

    /*BLOG EVENT LAYOUT*/
    .layout_event .event_content1 .desc_sec.custom_scrollbar {
        max-height: 14.7rem;
    }
    .layout_event .event_album {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .6rem;
    }
    .layout_event .event_album .item {
        grid-area: auto !important;
        height: 8rem;
    }

    /*QUALITY CONTROL*/

    .quality_page {
        padding-top: 4rem;
    }
    .wrap_quality {
        margin-top: 5rem;
    }
    .quality_heading1 .desc_sec.fs_18 {
        font-size: 1rem;
    }
    .wrap_quality .box_item .row {
        margin: 0 !important;
    }
    .wrap_quality .box_item .col {
        padding: 0 !important;
    }
    .wrap_quality .box_item .idx {
        font-size: 3rem;
        padding-left: 1.5rem;
    }
    .wrap_quality .box_item .idx::before {
        top: -2.2rem;
        left: 0;
    }
    .wrap_quality .post_content {
        max-width: 100%;
    }
    .wrap_quality .box_item .dot {
        display: none;
    }
    .wrap_quality .box_item .img_quality {
        margin-top: 1rem;
    }
    .wrap_quality .box_item:nth-child(even) .img_quality {
        margin-top: 2.5rem;
    }
    .wrap_quality .box_item:nth-child(odd) .img_quality {
        margin-right: 0;
    }
    .wrap_quality .box_item:nth-child(even) .img_quality {
        margin-left: 0;
    }
    .wrap_quality .box_item:nth-child(even) .col {
        order: unset !important;
    }
    .wrap_quality .box_item:nth-child(even) .col:nth-child(1) {
        padding-left: 0.78125rem !important;
    }

    /*SUBTAINABILITY*/
    .about_heading1 h3.fs_25 {
        font-size: 1rem;
    }
    .subtainability_content :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.2rem;
    }

    /*GREEN METRIC*/
    .green_list2 .group_heading {
        flex-direction: column;
        gap: 1rem;
    }
    .green_list2 .box_content {
        margin-top: 1.5rem;
    }

    /*CONTACT*/
    .section.contact_1 {
        padding-top: 2rem;
    }
    .contact_contents .group_heading {
        display: none;
    }
    .contact_contents .box_form {
        margin-top: 0;
    }
}

@media only screen and (max-width: 400px){
    html{
        font-size: 15px;
    }
}
@media only screen and (max-width: 380px){
    html{
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    html{
        font-size: 13px;
    }
}































