:root{
    --main-cl: #2C368A;
    --sub-cl: #D3191B;
    --container-w: 75rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 0.8s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .5s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.5s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 9s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.5px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--main-cl);
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.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: 5rem 0 3rem;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--main-cl);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.back_to_home a.button {
    border-radius: 8px;
    background: var(--main-cl);
}

/*COMPONENTS*/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w) !important;
}

html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}
body.compensate-for-scrollbar {
    margin-right: 0 !important;
}
/*transition svg*/
[itemprop="name"], cite, circle, svg, rect, path, g, img, a, input, textarea, h1, h2, h3, h4, h5, h6, .box_img, span.icon, span.text, .swiper-pagination-bullet, .arrow, ::before, ::after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w_full {
    width: 100% !important;
}
.h_full {
    height: 100% !important;
}
.obj_cover {
    object-fit: cover;
}

.text_white *,
.text_white {
    color: #fff !important;
}

/*button link*/
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.417rem;
    width: fit-content;
    min-width: 8rem;
    border: 1px solid transparent;
    padding: 0.677rem 1.25rem;
    margin-top: 2.083rem;
    overflow: hidden;
}
.btn span.text {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: normal;
}
.btn:hover .icon {
    transform: translateX(5px);
}
.btn .icon {
    display: flex;
    transition: transform .45s ease;
}

.btn_style_1 {
    border-color: var(--main-cl);
    background: var(--main-cl);
}
.btn_style_1 span.text {
    color: #fff;
}
.btn_style_1 path {
    stroke: #fff;
}
.btn_style_1:hover {
    background: transparent;
}
.btn_style_1:hover span.text {
    color: var(--main-cl);
}
.btn_style_1:hover path {
    stroke: var(--main-cl);
}

.btn_style_2 {
    color: var(--main-cl);
    border-color: var(--main-cl);
}
.btn_style_2 path {
    stroke: var(--main-cl);
}
.btn_style_2:hover {
    background: var(--main-cl);
    border-color: var(--main-cl);
    transition: .5s all;
    color: white;
}
.btn_style_2:hover .icon svg path {
    stroke: white;
    transition: .5s all;
}
.btn_style_2:hover span {
    color: white !important;
    transition: .5s all;
}
.btn_style_2:hover span.text {
    color: var(--main-cl);
}
.btn_style_2:hover path {
    stroke: var(--main-cl);
}

.text_white .btn_style_2 {
    background: #fff;
    border-color: #fff;
}
.text_white .btn_style_2 span.text {
    color: var(--main-cl) !important;
}
.text_white .btn_style_2 path {
    stroke: var(--main-cl);
}
.text_white .btn_style_2:hover {
    background: transparent;
}
.text_white .btn_style_2:hover span.text {
    color: #fff !important;
}
.text_white .btn_style_2:hover path {
    stroke: #fff;
}

.btn_style_3 {
    padding: 0 !important;
    justify-content: flex-start;
}
.btn_style_3 span.text {
    color: var(--main-cl);
    border-bottom: 1px solid transparent;
}
.btn_style_3:hover span.text {
    border-color: var(--main-cl);
}
.btn_style_3 path {
    stroke: var(--main-cl);
}

.btn_style_4 {
    border-color: var(--main-cl);
}
.btn_style_4 span.text {
    color: var(--main-cl);
}
.btn_style_4 path {
    stroke: var(--main-cl);
}
.btn_style_4:hover .icon {
    transform: rotate(180deg);
}

.text_white .btn_style_4 {
    border-color: #fff;
}
.text_white .btn_style_4 span.text {
    color: #fff;
}
.text_white .btn_style_4 path {
    stroke: #fff;
}

/*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;
}

/*counter up*/
.number .inner.relative,
.number {
    position: relative;
    display: flex;
    line-height: 1;
}
.number span.counter {
    position: absolute;
    top: 0;
    left: 0;
}
.number span.counter_opacity {
    opacity: 0;
}
.number .unit {
    display: flex;
    margin-left: 2px;
}
.number .unit > span {
    display: flex;
}

/*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 h3 {
    color: var(--main-cl);
}
.item_hover .box_logo > .img {
    max-width: 35%;
    width: 7rem;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .6s 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(44, 54, 138, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
    z-index: 3;
}
.item_hover:hover .box_logo {
    opacity: 1;
}

/*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: 8px;
    height: 8px;
    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;
}

.btn_play {
    position: relative;
    outline: none !important;
    display: flex;
    z-index: 1;
}
.btn_play > svg {
    width: auto;
    height: 3.646rem;
    position: relative;
    z-index: 1;
}
.btn_play:hover > svg {
    transform: scale(0.9);
}
.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);
    }
}
@keyframes hu__hu__ {
    50% { transform: translateY(16px) }
}

/*date/time - term item new*/
.term_time {
    font-weight: 400;
    font-size: 0.729rem;
    color: #585D6D;
    line-height: normal;
    transition: .5s all;
}
.term_time .term {
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
}
.term_time .term:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #585D6D;
    border-radius: 5.208rem;
    transition: .5s all;
}
.text_white .term_time .term:before {
    background: #fff;
}

/*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;
}

/*marquee logo*/
.marquee-img-wrap {
    margin-top: 2.083rem;
}
.marquee-img-wrap .marquee-img {
    display: flex;
    width: max-content;
    max-width: unset;
    align-items: center;
}
.marquee-img-wrap .marquee-img .box_img {
    width: auto;
    height: 5.208rem;
    margin: 0 1.667rem;
}
.marquee-img-wrap .marquee-img:has(.box_img:hover) {
    animation-play-state: paused;
}

body {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;

    overflow-x: hidden;
}
.col, .pb_0.col {
    padding-bottom: 0 !important;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #333333;
}
.heading_sec {
    font-family: 'SFU Eurostile', 'sans-serif';
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: var(--main-cl);
    margin-bottom: 1.042rem;
}
.fs_60 {
    font-size: 3.125rem;
}
.fs_55 {
    font-size: 2.865rem;
}
.fs_50 {
    font-size: 2.604rem;
}
.fs_40 {
    font-size: 2.083rem;
}
.fs_45 {
    font-size: 2.34375rem;
}
.fs_30 {
    font-size: 1.5625rem;
}
.fs_32 {
    font-size: 1.667rem;
}
.fs_24 {
    font-size: 1.25rem;
}
.fs_20 {
    font-size: 1.042rem;
}
.fs_16 {
    font-size: 0.833rem;
}
.fs_18 {
    font-size: 0.9375rem;
}
.style_italic {
    font-style: italic;
}

/*background image*/
.bg_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*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;
    width: 2.604rem;
    height: 2.604rem;
    background: #00000080;
    backdrop-filter: blur(20px);
}
.arrow svg {
    display: flex;
    width: auto;
    height: 1.25rem;
}
.arrow:hover {
    cursor: pointer;
    background: var(--main-cl);
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}

/*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;
}

/* fixed contact social */
ul.fixed_button {
    position: fixed;
    top: 60%;
    right: 4.896rem;
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    z-index: 99;
}
ul.fixed_button>li {
    position: relative;
    background: var(--color);
    border-radius: 50%;
}
ul.fixed_button>li:not(:last-child) {
    margin-bottom: 0.78125rem;
}
ul.fixed_button>li>a {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color);
    border-radius: 50%;
    z-index: 1;
}
ul.fixed_button>li>a img {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
    z-index: 1;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
ul.fixed_button>li:hover>a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color);
    opacity: 20%;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: 0;
}
ul.fixed_button .inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    padding-right: 1rem;
    pointer-events: none;
    opacity: 0;
    transition: .5s all;
}
ul.fixed_button li:hover .inner {
    opacity: 1;
    pointer-events: unset;
}
ul.fixed_button ul.menu_sub {
    display: flex;
    background: var(--color);
    border-radius: 5rem;
    margin: 0;
    overflow: hidden;
}
ul.fixed_button li:first-child ul.menu_sub {
    background: var(--color);
}
ul.fixed_button ul.menu_sub li {
    min-width: max-content;
    margin: 0;
}
ul.fixed_button ul.menu_sub a {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #fff;
    text-align: center;
    background: transparent;
    padding: 0.4rem 1rem;
    transition: .5s all;
}
ul.fixed_button ul.menu_sub li+li {
    border-left: 1px solid rgb(255 255 255 / 10%);
}


/*--------------*/
/*HEADER*/
#top-bar .html.html_topbar_left {
    display: none;
}
#top-bar.header-top {
    background-color: transparent;
}
#top-bar .flex-right {
    border-bottom: 1px solid #0000001A;
    margin-left: 0;
}
#top-bar li>a {
    position: relative;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 0.833rem;
    color: #666666;
    padding: 0.78125rem 0;
}
.nav-divided>li+li>a:after {
    border-color: #66666633 !important;
}
#top-bar li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--main-cl);
    transition: .5s all;
}
#top-bar li.current-menu-item > a:before,
#top-bar li:hover > a:before {
    width: 100%;
}

#top-bar .header_info {
    gap: 3.125rem;
    margin-left: 22.083rem !important;
}
#top-bar .header_info li {
    gap: 0.417rem;
}
#top-bar .header_info span.title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 0.729rem;
    color: #666666;
}
#top-bar .header_info span.content {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 0.833rem;
    color: var(--main-cl);
}

header#header .container {
    max-width: 89rem !important;
}
header#header #top-bar .flex-right,
header#header #masthead .flex-right {
    margin-right: 3.125rem;
}
.header-wrapper {
    background: none !important;
    box-shadow: none !important;
}
.header-bg-container.fill {
    display: none;
}
header#header {
    /*position: fixed;*/
    /*top: 0;*/
    box-shadow: none !important;
}
div#wrapper .header.show-on-scroll, div#wrapper .stuck .header-main, .header-main {
    height: auto !important;
}
header#header .header-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 7.292rem;
    background-image: url(../images/bg_header.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#logo {
    width: auto !important;
    margin: 0 !important;
    position: absolute;
    top: -1.5rem;
}
#logo img, header#header .stuck #logo img {
    height: 5.208rem !important;
    max-height: 100% !important;
}
.header-main .nav > li > a {
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 3.6rem !important;
    color: #333333;
    padding: 0;
}
#header .nav>li>a[aria-current="page"], #header .nav>li>a:hover {
    color: var(--main-cl);
}
#header .header-main .header-nav-main.nav-right li {
    margin: 0 2.083rem;
}

/*submenu*/
.nav-dropdown-has-border .nav-dropdown {
    min-width: 15rem;
    border: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    overflow: hidden;
}
.nav-dropdown.nav-dropdown-default>li {
    margin: 0 !important;
}
.nav-dropdown.nav-dropdown-default>li.click-scroll>a[aria-current="page"] {
    color: var(--main-cl) !important;
}
.nav-dropdown.nav-dropdown-default>li>a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 1.042rem;
    color: #333333 !important;
    padding: 0.625rem 1.042rem;
    margin: 0 !important;
    border-color: #0000001A !important;
}
.nav-dropdown.nav-dropdown-default>li.click-scroll>a:hover,
.nav-dropdown.nav-dropdown-default>li.click-scroll.active>a,
.nav-dropdown.nav-dropdown-default>li>a[aria-current="page"],
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--main-cl) !important;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    content: unset !important;
}

/*icon search*/
header .header-search>a {
    display: flex;
}
/*.icon-search:after,*/
.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;
}
/*.icon-search:hover:before {*/
/*    opacity: 0;*/
/*}*/
/*.icon-search:after {*/
/*    background-image: url(../images/icon_search_2.svg);*/
/*}*/



/*FOOTER*/
footer {
    padding: 3.854rem 0 1.302rem;
}
footer a:hover {
    border-color: #fff !important;
}
footer a:hover>img {
    transform: scale(0.96);
}
footer .border_top {
    position: relative;
}
footer .border_top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(var(--container-w) - 30px);
    height: 1px;
    background: #FFFFFF33;
}

.logo_footer {
    width: fit-content;
    height: 8.333rem;
}
.logo_footer img {
    object-fit: contain;
}
.form_footer_wrap {
    gap: 7.552rem;
}
.form_footer_wrap .group_heading {
    flex-shrink: 0;
}
.form_footer_wrap span.title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    margin-bottom: 0.35rem;
}
.form_footer_wrap .shortcode {
    margin-bottom: 1.25rem;
}

footer form {
    margin-bottom: 0;
}
footer .form_item {
    margin-bottom: 0;
}
footer .form_item input {
    font-size: 0.9375rem;
    height: 3.125rem;
    color: var(--main-cl);
    padding: 0 3.5rem 0 1.5625rem;
    border-color: transparent;
    background: #fff;
    margin-bottom: 0;
}
footer .form_item input:focus {
    border-color: #fff !important;
}
footer input::placeholder {
    font-size: 0.9375rem;
    color: #8E8E8E;
}
footer .submit_btn {
    position: absolute;
    top: 50%;
    right: .7rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .submit_btn .inner {
    display: flex;
    align-items: center;
}
footer .submit_btn input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
footer .submit_btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
footer .submit_btn .icon svg{
    width: 2.5rem;
    height: 2.5rem;
}
footer .wpcf7-spinner {
    display: none;
}
footer .wpcf7 .wpcf7-not-valid-tip {
    color: #fff !important;
    background: var(--main-cl) !important;
    opacity: 1 !important;
}
footer .wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl) !important;
}
.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: #fff !important;
    border-color: #fff !important;
}

.box_socials {
    gap: 1.042rem;
}
.box_socials span.title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    margin-bottom: 0;
}
.box_socials ul {
    gap: 0.521rem;
}
.box_socials a {
    display: block;
    width: 2.1875rem;
    aspect-ratio: 1 / 1;
}
.box_socials a:hover path {
    fill: #FFF;
}
.box_socials a:hover stop {
    stop-color: #FFF;
}
.box_socials a:hover img {
    transform: scale(0.9);
}
a > svg {
    width: 100%;
    height: 100%;
}

.footer_middle.border_top {
    padding-top: 1.823rem;
    margin-top: 2.552rem;
}
.footer_middle>.inner {
    margin-top: 1.823rem;
}
footer .list_address {
    padding-right: 5.208rem;
}
footer .list_address span.title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    margin-bottom: 0.4rem;
}
.menu_footer_wrap {
    gap: 1rem;
}
.menu_footer_wrap span.title_menu {
    display: block;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    margin-bottom: 1.1rem;
}
.menu_footer li>a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
    font-size: 0.9375rem;
    border-bottom: 1px solid transparent;
}
.menu_footer > li:not(:last-child) {
    margin-bottom: 0.55rem;
}
footer .hotline>a {
    position: relative;
    display: flex;
    justify-content: center;
    width: fit-content;
    border: 1px solid #fff;
    border-radius: 5.208rem;
    padding: 0.8rem 2.5rem 0.65rem;
}
footer .hotline>a>span.title {
    position: absolute;
    top: -25%;
    left: 1.5rem;
    width: fit-content;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 0.729rem;
    background: var(--main-cl);
    padding: 0 0.833rem;
}

.logo_trade_wrap {
    gap: 1.5625rem;
}
.logo_trade_wrap a>img {
    width: fit-content;
    height: 3.542rem;
}

.footer_bottom.border_top{
    padding-top: 1.042rem;
    margin-top: 2.8125rem;
}
.copyright {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 0.677rem;
}
.link_external a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 0.677rem;
    border-bottom: 0.5px solid transparent;
}
.link_external a:first-of-type:not(:only-of-type) {
    position: relative;
    padding-right: 0.8rem;
    margin-right: 0.417rem;
}
.link_external a:first-of-type:not(:only-of-type):before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 5.208rem;
}

/*show/hide - breakpoint*/
.pc_hidden,
.tablet_show,
.mobile_show {
    display: none !important;
}


/*-----------------------------*/

/*HOME*/
#popup_home.fancybox-content {
    padding: 0 !important;
    max-width: 52.083rem;
    overflow: unset;
}
#popup_home .fancybox-close-small {
    padding: 0;
    color: #fff;
    top: -2.5rem;
    right: -2.5rem;
    transition: .5s all;
}
#popup_home .fancybox-close-small:hover {
    transform: rotate(180deg);
}

.banner_hero .item {
    height: 48.75rem;
    width: 100%;
}
.banner_hero .content {
    font-family: 'Montserrat SemiBold', sans-serif;
    font-size: 1.354rem;
}

.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 {
    margin-top: 3.854rem;
}
.sec_product_style1 .col_left {
    margin-top: 5rem;
    margin-left: -3.333rem;
    padding-right: 8.333rem;
}
.sec_product_style1 .col_left>.inner {
    padding: 5.208rem 3.385rem 6.667rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(20px);
}
.sec_product_style1 .col_left .heading_sec {
    line-height: 1.4;
}
.sec_product_style1 .product_info_wrap {
    border-top: 1px solid #FFFFFF33;
    padding-top: 2.083rem;
    margin-top: 2.083rem;
}
.sec_product_style1 .product_info_wrap {}

/*info - Product highlight*/
.sec_product_highlight .product_info_wrap .list_info {
    display: flex;
    margin-top: 1.042rem;
}
.sec_product_highlight .product_info_wrap .list_info>.item:not(:last-child) {
    border-right: 1px solid #FFFFFF33;
    margin-right: 2.083rem;
    padding-right: 2.083rem;
}
.sec_product_highlight .product_info_wrap .list_info span.title {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0.4rem;
}
.sec_product_highlight .product_info_wrap .list_info span.content {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #333333;
}
.sec_product_highlight .product_info_wrap .price {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    color: var(--main-cl);
    margin-top: 1.042rem;
}
.sec_product_highlight .product_info_wrap .price>sub {
    font-size: 1.3rem;
}
.sec_product_highlight .product_info_wrap .btn {
    margin-top: 0;
}
.sec_product_highlight .product_info_wrap .buttons_wap {
    gap: 1.042rem;
    margin-top: 2.083rem;
}

.sec_product_style1 .product_info_wrap .btn {
    width: 50%;
}
.sec_product_style1 .col_right {
    padding-bottom: 2.604rem;
}
.sec_product_style1 .cta_product {
    margin-top: 0.521rem;
}
.sec_product_style1 .product_colors {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: 2.3rem;
    margin-bottom: -3rem;
}

/*Slide - Product highlight*/
.sec_product_highlight .slide_img_wrap>.item{
    display: none;
    transition: .5s all;
}
.sec_product_highlight .slide_img_wrap>.item.active {
    display: block;
    transition: .5s all;
    animation: opacity;
    animation-duration: 1s;
}
.sec_product_highlight .slide_img_wrap .arrow.next {
    right: -10%;
}
.sec_product_highlight .slide_img_wrap .arrow.prev {
    left: -10%;
}

/*CTA - Product*/
.cta_product {
    display: flex;
}
.cta_product>.item_btn {
    display: flex;
    align-items: center;
    gap: 0.417rem;
    background: #fff;
    padding: 0.625rem 1.25rem;
    backdrop-filter: blur(30px);
}
.cta_product>.item_btn:not(:last-child) {
    border-right: 1px solid #0000001A;
}
.cta_product>.item_btn span.text {
    display: block;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--main-cl);
}
.cta_product>.item_btn span.icon {
    display: flex;
}
.cta_product>.item_btn:hover {
    background: var(--main-cl);
}
.cta_product>.item_btn:hover span.text {
    color: #fff;
}
.cta_product>.item_btn svg {
    width: auto;
    height: 1.042rem;
}
.cta_product>.item_btn:hover svg {
    filter: brightness(0) invert(1);
}

/*Pick color layout home-page*/
.product_colors {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
}
.product_colors .item {
    position: relative;
    cursor: pointer;
    width: 2.03125rem;
    aspect-ratio: 1/1;
    border: 1px solid #00000033;
    border-radius: 5.208rem;
    background: var(--color);
}
.product_colors .item.active:before{
    width: 80%;
    height: 80%;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACgSURBVHgB7ZHJDcIwEEW/TQEUAEVYuALuYEEFiE4ogQ6gg0RKHZFSQxaliEh25JuVfRkpOfgd5/CeZgbweHaFyB/ikqmPO+Mgwsq50YFmPHTnDAQ48mdyDhPSwJB8dWBMbmn9QJbqBSJ5ZwCVvsri/gOB3NJ5Ipne/jgwE5+i9xp5b6AvMlc+GGhGlshHA07kaDQTc+WTkZn62g3g8WxCDSnKagXgbKStAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: contain;
}
.product_colors .item .tooltip{
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 0.521rem);
    padding: 0.208rem 0.417rem;
    font-size: 0.729rem;
    line-height: 0.833rem;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-border-radius: 0.15625rem;
    -moz-border-radius: 0.15625rem;
    border-radius: 0.15625rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -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;
}
.product_colors .item:hover .tooltip{
    opacity: 1;
    pointer-events: unset;
    visibility: unset;
}
.product_colors .item .tooltip:before{
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.8);
}

.home_2 {
    padding-top: 8rem;
    padding-bottom: 4.84375rem;
}
.home_2 .heading_sec {
    margin-bottom: 2.292rem;
}
.sec_product_style2 {}
.sec_product_style2 .col_right {
    position: relative;
    margin-top: 1.667rem;
}
.sec_product_style2 .col_right .slide_img_wrap {
    margin-left: -3rem;
    padding-right: 16rem;
}
.sec_product_style2 .col_right .action_wrap {
    position: absolute;
    top: 0.78125rem;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5.208rem;
}
.sec_product_style2 .product_info_wrap {
    position: relative;
    z-index: 2;
    margin-top: 1.042rem;
}
.sec_product_style2 .product_info_wrap .list_info>.item:not(:last-child) {
    border-color: #0000001A;
    margin-right: 1.042rem;
    padding-right: 1.042rem;
}
.sec_product_style2 .product_info_wrap .list_info span.title {
    color: #333333CC !important;
}
.sec_product_style2 .product_info_wrap .buttons_wap {
    flex-direction: column;
}
.sec_product_style2 .product_info_wrap .btn {
    min-width: 11.458rem;
}
.sec_product_style2 .btn_style_4 {
    background: #fff;
    border-color: #fff;
}

.home_3 {
    padding-top: 12.1875rem;
    padding-bottom: 5.208rem;
}
.sec_product_style3 .col_left {
    margin-right: -6rem;
}
.sec_product_style3 .col_left>.inner {
    position: relative;
}
.sec_product_style3 .col_left .action_wrap {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.sec_product_style3 .col_right {
    padding-left: 6.25rem;
}
.sec_product_style3 .product_info_wrap {
    border-top: 1px solid #0000001A;
    padding-top: 2.083rem;
    margin-top: 2.083rem;
}
.sec_product_style3 .product_info_wrap .list_info span.title {
    color: #333333CC !important;
}
.sec_product_style3 .product_info_wrap .list_info>.item:not(:last-child) {
    border-color: #0000001A;
    margin-right: 1.5625rem;
    padding-right: 1.5625rem;
}
.sec_product_style3 .cta_product {
    margin-top: 2.1875rem;
}
.sec_product_style3 .product_info_wrap .buttons_wap {
    margin-top: 2.604rem;
}
.sec_product_style3 .product_info_wrap .btn {
    min-width: 11.458rem;
}

.bg_member_container {
    height: 44.035rem;
}
.bg_member_container:after,
.bg_member_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 3;
}
.bg_member_container:after {
    top: unset;
    bottom: 0;
    height: 65%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 4;
}
.box_member_wrapper .bg_member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, z-index 0s 0.5s;
    z-index: 1;
    opacity: 0;
}
.box_member_wrapper .bg_member > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_member_wrapper .bg_member.active {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0s;
}
.box_member_wrapper .item_member_container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.box_member_wrapper .item_member_container > .inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 0 calc((100vw - var(--container-w)) / 2);
}
.box_member_wrapper .group_heading_wrap {
    max-width: 45%;
    width: 100%;
    padding: 5.208rem 0;
}
.box_member_wrapper .group_heading_wrap .heading_cont {
    width: 100%;
    position: absolute;
    bottom: 16rem;
}
.box_member_wrapper .group_heading_wrap .heading_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.box_member_wrapper .group_heading_wrap .heading_item.active {
    opacity: 1;
    z-index: 1;
}
.box_member_wrapper .group_heading_wrap h3 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.box_member_wrapper .group_heading_wrap .desc {
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}
.box_member_wrapper .group_heading_wrap .btn {
    margin-top: 1.302rem;
}
.box_member_wrapper .box_item_wrap {
    display: flex;
    flex-direction: column;
    margin-right: calc(-1 * (100vw - var(--container-w)) / 2);
}
.box_member_wrapper .item_member {
    width: 31.25rem;
    height: 100%;
    cursor: pointer;
    background: #00000066;
    padding: 1rem 5.208rem;
    backdrop-filter: blur(20px);
}
.box_member_wrapper .item_member:not(:last-child) {
    border-bottom: 1px solid #FFFFFF33;
}
.box_member_wrapper .item_member:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.box_member_wrapper .item_member:hover:before,
.box_member_wrapper .item_member.active:before {
    transform: scaleY(1);
}
.box_member_wrapper .item_member>.inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.box_member_wrapper .item_member h4 {
    font-family: 'SFU Eurostile', 'sans-serif';
    font-weight: 700;
    font-style: italic;
}

.home_5 {
    padding-top: 10rem;
    background: linear-gradient(
            180deg,
            rgba(231, 247, 255, 0.7) 0%,
            rgba(231, 247, 255, 0) 100%
    );
}
.home_5 .row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160%;
    height: 1px;
    background: #0000001A;
}
.home_5 .group_heading {
    padding-right: 7.8125rem;
}
.home_5 .box_img_wrap {
    margin-left: -5.208rem;
}
.home_5 .box_img_wrap .col_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 4.84375rem;
    margin-top: -5rem;
}
.home_5 .box_img_wrap .popup_yt {
    animation: hu__hu__ infinite 3s ease-in-out;
}
.home_5 .box_img_wrap .popup_yt>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_5 .item_counter {
    border-bottom: 2px solid var(--main-cl);
    padding-bottom: 4.6875rem;
}
.home_5 .item_counter .number {
    font-family: 'Plus Jakarta Sans';
    font-weight: 800;
    font-size: 6.25rem;
    color: var(--main-cl);
    margin-bottom: 1rem;
}
.home_5 .item_counter sup {
    font-size: 4rem;
}
.home_5 .item_counter h3 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 1.042rem;
    color: var(--main-cl);
}

.home_6 {
    padding-top: 1.042rem;
}
.home_6 .group_heading_wrap {
    padding-right: 4.9rem;
}
.home_6 .list_counter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.354rem;
    column-gap: 6.354rem;
}
.home_6 .item_counter {
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid var(--main-cl);
}
.home_6 .item_counter .number {
    font-family: 'SFU Eurostile', 'sans-serif';
    font-weight: 700;
    color: var(--main-cl);
    margin-bottom: 0.5rem;
}
.home_6 .item_counter sup {
    font-size: 1.25rem;
    line-height: normal;
    margin-top: 4px;
    margin-left: 4px;
}
.home_6 .item_counter h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
}
.home_6 .box_img {
    margin-left: -5rem;
    margin-right: calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
}
.home_6 .box_img:after,
.home_6 .box_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.426257) 42.83%, rgba(255, 255, 255, 0.347287) 50.78%, rgba(255, 255, 255, 0.263214) 60.17%, rgba(255, 255, 255, 0.211962) 66.68%, rgba(255, 255, 255, 0.105531) 78.97%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.home_6 .box_img:after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, #FFFFFF 2.89%, rgba(255, 255, 255, 0.937817) 16.02%, rgba(255, 255, 255, 0.693774) 46.94%, rgba(255, 255, 255, 0) 97.11%);
}

.home_7 {
    padding-top: 1.302rem;
}
.btn_home7 .btn {
    margin-top: 0;
}
.box_news_home {
    margin-top: 2.083rem;
}
.box_news_home .box_large .box_img {
    width: 65%;
    flex-shrink: 0;
}
.box_news_home .box_large .box_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0 1rem 3.59375rem;
    border-top-right-radius: 1.042rem;
    border-bottom-right-radius: 1.042rem;
}
.box_news_home .term_time {
    display: none;
}
.box_news_home .box_large h3 {
    font-family: 'Plus Jakarta Sans';
    line-height: 1.4;
    margin-bottom: 0.625rem;
}
.box_news_home .box_large .btn {
    margin-top: 1.51rem;
}
.box_news_home .list_item {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.542rem;
    padding-top: 1.5625rem;
}
.box_news_home .list_item .btn {
    margin-top: 0.78125rem;
    overflow: unset;
}

.item_news .box_img {
    aspect-ratio: 424/260;
}
.item_news .term_time {
    display: none;
}
.item_news .box_content {
    padding-top: 1.042rem;
}
.item_news h3 {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: #333333;
}
.item_news .btn {
    margin-top: 1rem;
}
.item_news:hover .btn_style_3 span.text {
    border-color: var(--main-cl);
}

.home_8 {
    margin-top: 6.042rem;
}
.marquee_sec {
    padding: 3.385rem 0 4.167rem;
    background: #F6F6F6;
}
.default-page{
    padding: 4.167rem 0;
}
.default-page h1.sec-title{
    position: relative;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
}
.default-page h1.sec-title:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--main-cl);
    content: '';
    width: 12.5rem;
}
.back-to-top-btn{
    position: fixed;
    z-index: 99;
    right: 4.167rem;
    bottom: 1.667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #FFF;
    cursor: pointer;
    box-shadow: 0 0 20px 0 #cdcdcd;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
}
.back-to-top-btn.active{
    opacity: 1;
    pointer-events: visible;
}
.back-to-top-btn:hover{
    background-color: var(--main-cl);
    border-color: var(--main-cl);
}
.back-to-top-btn:hover path{
    stroke: #FFF;
}
.btn .icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1699px) {
    .body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
    }

    /*HEADER*/
    #top-bar .header_info {
        margin-left: 21rem !important;
    }
    #header .header-main .header-nav-main.nav-right li {
        margin: 0 2rem;
    }
    #logo {
        transform: translateX(-0.3rem);
    }

    /* fixed contact social */
    ul.fixed_button {
        right: 2rem;
    }

    /*HOME*/
    .banner_hero .arrow {
        width: 2.5rem;
        height: 2.5rem;
    }
    .sec_product_style1 .col_left {
        padding-right: 7.2rem;
        margin-left: 0;
    }
    .sec_product_style2 .col_right .slide_img_wrap {
        margin-left: -5rem;
        padding-right: 18rem;
    }
    .home_5 .item_counter {
        padding-bottom: 4rem;
    }
    .home_6 .group_heading_wrap {
        padding-right: 4.5rem;
    }
    .home_7{
        padding-top: 3rem;
    }
}
@media only screen and (max-width: 1499px) {
    /*COMPONENTS*/
    :root {
        --container-w: 85rem;
    }
    .fs_60 {
        font-size: 2.8rem;
    }
    .fs_20 {
        font-size: 1.2rem;
    }
    .fs_18 {
        font-size: 1.05rem;
    }

    /*HEADER*/
    #top-bar .header_info {
        margin-left: 13.2rem !important;
    }
    #top-bar .header_info span.title,
    #top-bar li>a {
        font-size: 0.9rem;
    }
    #top-bar .header_info span.content {
        font-size: 1rem;
    }

    /*FOOTER*/
    .link_external a,
    .copyright {
        font-size: 0.8rem;
    }
    .menu_footer > li:not(:last-child) {
        margin-bottom: 0.7rem;
    }
    .menu_footer li>a {
        font-size: 1.05rem;
    }

    /*HOME*/
    #popup_home.fancybox-content {
        max-width: 45rem;
    }
    .cta_product>.item_btn {
        padding: 0.625rem 1rem;
    }
    .box_member_wrapper .group_heading_wrap .desc.fs_18 {
        font-size: 1.05rem;
    }
    .bg_member_container {
        height: 45rem;
    }
    .home_5 .box_img_wrap .col_2 {
        padding-left: 5rem;
    }
    .home_5 .item_counter .number {
        font-size: 5.6rem;
    }
    .home_6 .group_heading_wrap {
        padding-right: 7rem;
    }
    .home_6 .box_img {
        margin-left: -3rem;
    }
    .home_7 {
        padding-top: 4rem;
    }
}
@media only screen and (max-width: 1399px) {
    /*COMPONENTS*/
    .fs_60 {
        font-size: 2.5rem;
    }
    .fs_32 {
        font-size: 1.6rem;
    }
    .fs_24 {
        font-size: 1.3rem;
    }
    .fs_18 {
        font-size: 1.15rem;
    }
    .fs_16 {
        font-size: 1rem;
    }
    .btn span.text {
        font-size: 0.95rem;
    }

    /*HEADER*/
    #header .header-main .header-nav-main.nav-right li {
        margin: 0 1.8rem;
    }
    .header-main .nav > li > a {
        line-height: 3.5rem !important;
    }
    #top-bar .header_info {
        margin-left: 11.3rem !important;
        gap: 2.5rem;
    }
    #logo {
        transform: translateX(-0.5rem);
    }

    /*HOME*/
    .banner_hero .arrow {
        width: 3rem;
        height: 3rem;
    }
    .cta_product>.item_btn span.text {
        font-size: 1rem;
    }
    .cta_product>.item_btn svg {
        height: 1.2rem;
    }
    .sec_product_style2 .product_info_wrap .btn {
        min-width: 13rem;
    }
    .home_5 .group_heading {
        padding-right: 7rem;
    }
    .home_6 .group_heading_wrap {
        padding-right: 4rem;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        /*--container-w: 950px;*/
        --container-w: 59.375rem;
    }
    .load_home_page svg {
        width: 260px;
    }

    /*COMPONENTS*/
    .fs_60 {
        font-size: 2rem;
    }
    .fs_45 {
        font-size: 2.2rem;
    }
    .fs_32 {
        font-size: 1.4rem;
    }
    .fs_18 {
        font-size: 1rem;
    }
    .fs_16 {
        font-size: 0.9rem;
    }
    .btn span.text {
        font-size: 0.85rem;
    }
    .btn_play > svg {
        height: 3rem;
    }

    /*HEADER*/
    header#header:before {
        height: 6.5rem;
        background-position: bottom left;
    }
    header#header #top-bar .flex-right, header#header #masthead .flex-right {
        margin-right: 1.5rem;
    }
    #logo {
        transform: translateX(4.6rem);
    }
    #logo img, header#header .stuck #logo img {
        height: 4.5rem !important
    }
    #top-bar .header_info {
        margin-left: 7rem !important;
        gap: 1.4rem;
    }
    #top-bar .header_info span.title {
        display: none;
    }
    #top-bar .header_info span.content {
        font-size: 0.93rem;
    }

    #header .header-main .header-nav-main.nav-right li {
        margin: 0 0.7rem;
    }
    .header-main .nav > li > a {
        font-size: 0.8rem;
        line-height: 3.1rem !important;
    }

    /*FOOTER*/
    .logo_footer {
        height: 6.6rem;
    }
    .form_footer_wrap .group_heading {
        margin-left: -2rem;
    }
    .form_footer_wrap {
        gap: 3rem;
    }
    footer .list_address {
        padding-right: 3rem;
    }
    .menu_footer_wrap span.title_menu.fs_20 {
        font-size: 1rem;
    }
    footer .list_address .content.fs_18,
    .menu_footer li>a {
        font-size: 0.9rem;
    }
    footer .hotline>a {
        padding: 0.8rem 2.2rem 0.75rem;
    }

    /*HOME*/
    #popup_home.fancybox-content {
        max-width: 40rem;
    }

    .banner_hero .item {
        height: 35rem;
    }
    .sec_product_highlight .product_info_wrap .price {
        margin-top: 1.4rem;
    }
    .sec_product_highlight .product_info_wrap .list_info>.item:not(:last-child) {
        margin-right: 1rem;
        padding-right: 1rem;
    }
    .cta_product>.item_btn span.text {
        font-size: 0.8rem;
    }
    .cta_product>.item_btn svg {
        height: 1rem;
    }


    .sec_product_style1 .col_left {
        padding-right: 2rem;
    }
    .sec_product_style1 .col_left>.inner {
        padding: 3rem 2rem;
    }
    .sec_product_style1 .product_info_wrap {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    .sec_product_style1 .cta_product {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .home_2 {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .sec_product_style2 .product_info_wrap {
        margin-right: -4rem;
    }
    .sec_product_style2 .col_right .slide_img_wrap {
        margin-left: -3rem;
        padding-right: 12rem;
    }
    .sec_product_style2 .col_right .action_wrap {
        margin-right: 3.5rem;
    }
    .home_3 {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .bg_member_container {
        height: 30rem;
    }
    .box_member_wrapper .group_heading_wrap {
        max-width: 50%;
        padding: 3rem 0;
    }
    .box_member_wrapper .group_heading_wrap .heading_cont {
        bottom: 13.5rem;
    }
    .box_member_wrapper .item_member {
        width: 25rem;
        padding: 1rem 3rem;
    }
    .home_5 {
        padding-top: 4rem;
    }
    .home_5 .heading_sec br {
        display: none;
    }
    .home_5 .box_img_wrap .col_2 {
        padding-left: 2rem;
        margin-top: -1rem;
    }
    .home_5 .box_img_wrap {
        margin-left: -3rem;
    }
    .home_5 .group_heading {
        padding-right: 3rem;
    }
    .home_5 .item_counter {
        padding-bottom: 2.5rem;
    }
    .home_5 .item_counter .number {
        font-size: 4.5rem;
    }
    .home_5 .item_counter h3 {
        font-size: 0.9rem;
    }
    .home_6 {
        padding-top: 5rem;
    }
    .home_6 .group_heading_wrap {
        padding-right: 2rem;
    }
    .home_6 .list_counter {
        column-gap: 2rem;
    }
    .home_6 .item_counter .number.fs_60 {
        font-size: 2.2rem;
    }
    .home_6 .item_counter h3.fs_20 {
        font-size: 1rem;
    }
    .home_6 .box_img {
        margin-left: -1.5rem;
    }
    .home_7 {
        padding-top: 5rem;
    }
    .box_news_home .list_item {
        gap: 2rem;
    }
    .box_news_home .box_large .box_content {
        padding-left: 2.3rem;
    }
    .box_news_home .box_large h3 {
        line-height: 1.5;
        -webkit-line-clamp: 2;
    }
    .item_news h3.fs_20 {
        font-size: 1rem;
    }
    .home_8 {
        margin-top: 4rem;
    }
    .marquee_sec {
        padding: 3rem 0 2rem;
    }
    .marquee-img-wrap {
        margin-top: 2rem;
    }
    .marquee-img-wrap .marquee-img .box_img {
        height: 4.8rem;
        margin: 0 1rem;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 55rem;
    }
    .load_home_page svg {
        width: 220px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*COMPONENTS*/
    .fs_24 {
        font-size: 1.15rem;
    }

    .btn {
        padding: 0.5rem 1rem;
    }
    .btn span.text {
        font-size: 0.82rem;
    }
    .btn_play > svg {
        height: 2rem;
    }

    /*FOOTER*/
    footer {
        padding: 3rem 0 1.3rem;
    }
    .logo_footer {
        margin: 0 auto;
    }
    footer .submit_btn svg {
        width: auto;
        height: 1.9rem;
    }
    .form_footer_wrap {
        flex-direction: column;
        gap: 1rem;
        padding-left: 9rem;
    }
    .form_footer_wrap .group_heading {
        margin-left: 0;
    }
    .footer_middle.border_top {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    footer .list_address {
        padding-right: 1rem;
    }
    .link_external a, .copyright {
        font-size: 0.75rem;
    }

    /*HOME*/
    .home_1 {
        margin-top: 0;
    }
    .sec_product_style1 .col_left .heading_sec.fs_60 {
        font-size: 1.8rem;
    }
    .sec_product_highlight .product_info_wrap h3.fs_24 {
        font-size: 1rem;
    }
    .sec_product_highlight .product_info_wrap .price.fs_45 {
        font-size: 1.8rem;
    }
    .product_colors {
        gap: 0.8rem;
    }
    .sec_product_highlight .product_info_wrap .list_info {
        flex-wrap: wrap;
        row-gap: 1rem;
    }
    .sec_product_highlight .product_info_wrap .list_info>.item:not(:last-child) {
        margin-right: 0.8rem;
        padding-right: 0.8rem;
    }
    .sec_product_highlight .product_info_wrap .list_info span.content.fs_24 {
        font-size: 1rem;
    }
    .sec_product_highlight .product_info_wrap .buttons_wap {
        gap: 0.6rem;
        margin-top: 1.5rem;
    }
    .sec_product_style1 .col_left {
        margin-left: -2rem;
        padding-right: 4rem;
    }
    .sec_product_style1 .col_left {
        margin-left: -2rem;
    }
    .sec_product_style1 .col_left>.inner {
        padding: 3rem 1.5rem;
    }
    .sec_product_style1 .cta_product {
        margin-left: -3rem;
        margin-right: -3rem;
    }
    .sec_product_highlight .slide_img_wrap .arrow.prev {
        left: -14%;
    }
    .sec_product_highlight .slide_img_wrap .arrow.next {
        right: -14%;
    }
    .sec_product_style1 .product_colors {
        margin-right: 1.8rem;
        margin-bottom: -1rem;
    }
    .home_2 {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .home_2 .heading_sec {
        margin-bottom: 1rem;
    }
    .sec_product_style2 .product_info_wrap {
        margin-right: 0;
    }
    .sec_product_style2 .product_info_wrap .btn {
        min-width: 10rem;
    }
    .sec_product_style2 .col_right {
        margin-top: 6.5rem;
    }
    .sec_product_style2 .col_right .action_wrap {
        top: -3rem;
    }
    .home_3 {
        padding-bottom: 2rem;
    }
    .sec_product_style3 .product_info_wrap,
    .sec_product_style1 .product_info_wrap {
        padding-top: 1rem;
        margin-top: 1rem;
    }
    .sec_product_style3 .col_right {
        padding-left: 5rem;
    }
    .sec_product_style3 .product_info_wrap .buttons_wap {
        flex-direction: column;
    }
    .sec_product_style3 .product_info_wrap .btn {
        min-width: 13rem;
    }
    .home_5 .group_heading {
        padding-right: 1rem;
    }
    .home_5 .box_img_wrap {
        margin-left: -2rem;
    }
    .home_5 .item_counter {
        padding-bottom: 2rem;
    }
    .home_6 .group_heading_wrap {
        padding-right: 0;
    }
    .home_6 .item_counter {
        padding-bottom: 1rem;
    }
    .home_6 .item_counter h3.fs_20 {
        font-size: 0.9rem;
    }
    .home_6 .item_counter sup {
        margin-top: 0;
    }
    .box_news_home {
        margin-top: 1.6rem;
    }
    .box_news_home .list_item {
        gap: 1.3rem;
    }
    .item_news h3.fs_20 {
        font-size: 1rem;
    }
    .marquee-img-wrap .marquee-img .box_img {
        height: 4rem;
    }

}
@media only screen and (max-width: 849px) {
    :root{
        --container-w: 45rem;
    }

    /*COMPONENTS*/
    .fs_32 {
        font-size: 1.25rem;
    }
    .btn_play > svg {
        height: 4rem;
    }

    /* fixed contact social */
    ul.fixed_button {
        right: 1.5rem;
    }

    /*show/hide - breakpoint*/
    .tablet_show {
        display: block !important;
    }
    .tablet_hidden {
        display: none !important;
    }

    /*HEADER*/
    header#header {
        position: relative;
    }
    header#header:before {
        display: none;
        background: #fff;
    }
    .header-wrapper {
        background: #fff !important;
        border-bottom: 1.8px solid var(--main-cl);
    }
    .stuck .header-wrapper {
        box-shadow: 1px 1px 10px rgba(44, 54, 138, 0.4) !important;
    }
    #top-bar.header-top {
        background-color: var(--main-cl);
        /*display: none;*/
    }
    #top-bar .header_info {
        gap: 0;
        margin-left: 0 !important;
    }
    #top-bar .header_info li:not(:last-child) {
        position: relative;
        margin-right: 0.7rem;
        padding-right: 0.7rem;
    }
    #top-bar .header_info li:not(:last-child):before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 0.9rem;
        transform: translateY(-50%);
        background: rgb(255 255 255 / 30%);
    }
    #top-bar .header_info span.content {
        font-size: 0.8rem;
        color: #fff;
    }
    #logo {
        transform: unset;
        position: unset;
    }
    #logo img, header#header .stuck #logo img {
        height: 3.5rem !important;
    }
    header#header .container {
        max-width: var(--container-w) !important;
    }
    header#header .header-main {
        padding-top: 5px;
        padding-bottom: 6px;
    }
    header#header #top-bar .flex-right, header#header #masthead .flex-right {
        margin-right: 0;
    }
    .header-search>a[data-open="#search-lightbox"] {
        justify-content: flex-end;
    }
    .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;
    }
    #header #masthead .mobile-nav .nav-icon > a{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 32px;
        height: 24px;
        align-items: flex-end;
    }
    #header #masthead .mobile-nav .nav-icon > a span{
        width: 100%;
        height: 2px;
        background-color: var(--main-cl);
        transition: all 0.4s;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        width: 100%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 75%;
    }
    #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        width: 50%;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(2),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(2){
        opacity: 0;
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(1),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(1){
        transform: rotate(45deg) translate(8px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a.active span:nth-of-type(3),
    .has-off-canvas #header #masthead .mobile-nav .nav-icon > a span:nth-of-type(3){
        width: 100%;
        transform: rotate(135deg) translate(-7px, 8px);
    }
    #header #masthead .mobile-nav .nav-icon > a:before {
        content: unset !important;
    }
    #header #masthead .mobile-nav .nav-icon > a i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 97px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 97px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a,
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 2.604rem !important;
        color: var(--main-cl) !important;
        font-size: 1.15rem !important;
        text-transform: uppercase;
    }
    .nav-sidebar.nav-vertical>li.current-menu-item,
    .nav-sidebar.nav-vertical>li.current_page_item,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: var(--main-cl);
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"],
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover {
        color: #fff !important;
    }
    .nav-sidebar.nav-vertical>li.menu-item[aria-expanded="true"] a {
        color: #fff !important;
    }
    .nav-sidebar.nav-vertical>li.menu-item[aria-expanded="false"] {
        background-color: #fff !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 1.6rem;
        height: auto;
        margin-left: 4px;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"] path {
        stroke: #fff;
        fill: #fff;
    }
    .header_info span.text {
        display: none;
    }
    .header_info a.btn {
        padding: 0;
        min-width: unset;
        width: 3.5rem;
        height: 3.5rem;
        background: var(--main-cl);
    }
    .header_info span.icon {
        width: 2rem;
    }

    .toggle {
        color: var(--main-cl);
    }
    .active>.toggle {
        color: #fff;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: var(--main-cl);
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }

    /*FOOTER*/
    .form_footer_wrap {
        padding-left: 1.7rem;
    }
    footer .form_item input {
        font-size: 1rem;
    }
    footer .list_address {
        padding-right: 0;
    }
    .menu_footer_wrap {
        justify-content: flex-start;
        column-gap: 5rem;
        row-gap: 2rem;
        padding-left: 2rem;
    }
    .footer_bottom.border_top .copyright {
        text-align: center;
    }
    .footer_bottom.border_top .link_external {
        justify-content: center;
        margin-top: 0.6rem;
    }

    /*HOME*/
    #popup_home.fancybox-content {
        max-width: 32rem;
    }

    .banner_hero .item {
        height: 23rem;
        padding-top: 0;
    }
    .banner_hero .arrow {
        opacity: 1;
    }
    .banner_hero .swiper-pagination {
        bottom: 1rem;
    }
    .pagination_2 .swiper-pagination .swiper-pagination-bullet {
        height: 3px;
    }

    .sec_product_highlight .slide_img_wrap .arrow.prev {
        left: 0;
    }
    .sec_product_highlight .slide_img_wrap .arrow.next {
        right: 0;
    }
    .cta_product>.item_btn span.text {
        font-size: 0.85rem;
    }

    .product_colors .item .tooltip {
        top: unset;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .product_colors .item .tooltip:before {
        top: 100%;
        transform: translateX(-50%);
        right: unset;
        left: 50%;
        border-top-color: rgba(0, 0, 0, 0.8);
        border-right-color: transparent;
    }

    .sec_product_style1 .col_left {
        margin-top: 3rem;
        margin-left: 0;
        padding-right: 0;
    }
    .sec_product_style1 .col_left br {
        display: none;
    }
    .sec_product_style1 .col_left>.inner {
        padding: 1.5rem 2.5rem;
    }
    .sec_product_style1 .product_colors.tablet_show {
        margin: 1rem 0 0;
    }
    .sec_product_style1 .product_colors>.inner {
        display: flex;
        gap: 1rem;
        margin-top: 0.5rem;
    }
    .sec_product_style1 .cta_product {
        justify-content: center;
    }
    .sec_product_style1 .slide_img_wrap {
        margin-top: 1rem;
    }
    .sec_product_style1 .slide_img_wrap>.item {
        padding: 0 6rem;
    }
    .sec_product_style1 .col_right {
        padding-bottom: 1.2rem;
    }
    .home_2 {
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
    .sec_product_style2 .product_info_wrap .buttons_wap {
        flex-direction: row;
    }
    .sec_product_style2 .col_right {
        margin-top: 2rem;
    }
    .sec_product_style2 .product_info_wrap {
        margin-right: 0;
        margin-top: 0;
    }
    .sec_product_style2 .col_right .slide_img_wrap {
        margin-left: 0;
        padding-right: 6rem;
    }
    .sec_product_style2 .col_right .action_wrap {
        top: -4rem;
        margin-right: 3rem;
    }
    .home_3 {
        padding-bottom: 1.5rem;
    }
    .home_3>.row {
        flex-direction: column-reverse;
    }
    .sec_product_style3 .col_right {
        padding-left: 0;
    }
    .sec_product_style3 .col_right>.inner {
        padding: 1.5rem 2.5rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
        backdrop-filter: blur(20px);
    }
    .sec_product_style3 .product_info_wrap .price,
    .sec_product_style3 .product_info_wrap .list_info span.content,
    .sec_product_style3 .product_info_wrap .list_info span.title,
    .sec_product_style3 .heading > *,
    .sec_product_style3 .heading_sec {
        color: #fff !important;
    }
    .sec_product_style3 .col_left {
        margin-top: 1.5rem;
        margin-right: 0;
    }
    .sec_product_style3 .col_left .action_wrap {
        left: unset;
        right: 4rem;
    }
    .sec_product_style3 .product_info_wrap {
        border-color: #FFFFFF33;
    }
    .sec_product_style3 .product_info_wrap .buttons_wap {
        flex-direction: row;
    }
    .sec_product_style3 .product_info_wrap .btn_style_1 {
        background: #fff;
        border-color: #fff;
    }
    .sec_product_style3 .product_info_wrap .btn_style_1 span.text {
        color: var(--main-cl);
    }
    .sec_product_style3 .product_info_wrap .btn_style_1 path {
        stroke: var(--main-cl);
    }
    .sec_product_style3 .product_info_wrap .btn_style_4 {
        border-color: #fff;
    }
    .sec_product_style3 .product_info_wrap .btn_style_4 span.text {
        color: #fff;
    }
    .sec_product_style3 .product_info_wrap .btn_style_4 path {
        stroke: #fff;
    }
    .sec_product_style3 .slide_img_wrap>.item {
        padding: 0 12rem 0 0;
    }
    .sec_product_style3 .cta_product {
        justify-content: center;
    }
    .bg_member_container {
        height: 25rem;
    }
    .box_member_wrapper .group_heading_wrap {
        max-width: 55%;
    }
    .home_5 .row:before {
        left: -2rem;
        width: 200%;
    }
    .home_5 .box_img_wrap .col_1 {
        margin-top: 3rem;
    }
    .home_5 .box_img_wrap {
        margin-left: 0;
    }
    .home_5 .item_counter h3 {
        font-size: 1rem;
    }
    .home_6 .heading_sec br {
        display: none;
    }
    .home_6 .box_img {
        margin-left: 0;
    }
    .home_6 .list_counter {
        column-gap: 6rem;
    }
    .home_6 .item_counter .number.fs_60 {
        font-size: 2.45rem;
    }
    .home_6 .item_counter h3.fs_20 {
        font-size: 1rem;
    }
    .home_6 .item_counter h3>br {
        display: none;
    }
    .home_7 {
        padding-top: 3rem;
    }
    .box_news_home .box_large .box_content {
        padding-left: 1.8rem;
    }
    .item_news h3.fs_20 {
        font-size: 0.9rem;
    }
    .home_8 {
        margin-top: 3rem;
    }
    .marquee_sec {
        padding: 2rem 0;
    }
    .marquee-img-wrap .marquee-img .box_img {
        margin: 0 0.8rem;
    }
    header#header,
    header#header .header-main,
    header#header .header-wrapper{
        z-index: 99999999999;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 200px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
        text-align: center;
    }
    .search-tabs .search-tabs-title {
        justify-content: center;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    :root {
        --container-w: calc(100% - 2rem);
    }

    /*COMPONENTS*/
    .fs_60 {
        font-size: 1.5rem;
    }
    .fs_18 {
        font-size: 0.95rem;
    }
    .mobile_show {
        display: block !important;
    }
    .mobile_hidden {
        display: none !important;
    }
    .btn_play > svg {
        height: 2rem;
    }
    .btn_play span.effect svg {
        width: auto;
        height: 5rem;
    }
    .item_hover .box_logo > .img {
        width: 5rem;
    }

    ul.fixed_button {
        width: 100%;
        top: unset;
        right: unset;
        bottom: 0;
        transform: unset;
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: var(--sub-cl);
        padding: 0.5rem 0;
    }
    ul.fixed_button > li {
        margin-bottom: 0 !important;
        background: unset;
    }
    ul.fixed_button li > a {
        background: none !important;
        margin: 0 auto;
        width: 100%;
        height: 1.5rem;
    }
    ul.fixed_button > li > a img {
        max-width: 100%;
        max-height: 100%;
        width: 1.8rem;
        height: auto;
    }
    ul.fixed_button li .inner {
        position: unset;
        opacity: 1;
        padding-right: 0;
        transform: unset;
        pointer-events: unset;
    }
    ul.fixed_button ul.menu_sub {
        background-color: transparent;
    }
    ul.fixed_button ul.menu_sub a {
        padding-bottom: 0;
        padding-top: 0;
    }
    ul.fixed_button ul.menu_sub li {
        display: none;
    }
    ul.fixed_button>li:hover>a:before {
        content: unset;
    }

    /*HEADER*/
    #top-bar.header-top {
        display: none;
    }
    #top-bar .header_info span.content {
        font-size: 0.705rem;
    }
    #logo img, header#header .stuck #logo img {
        max-height: 50px !important;
    }
    #header .header-main {
        padding: 6px 0 !important;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content,
    .mfp-bg.off-canvas.off-canvas-left {
        top: 60px;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a, .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 0.9rem !important;
        padding-left: 2rem !important;
    }
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }

    /*FOOTER*/
    footer {
        padding: 2rem 0 6rem;
    }
    .logo_footer {
        height: 5.5rem;
        margin-bottom: 1.4rem !important;
    }
    .form_footer_wrap {
        gap: 0.8rem;
        padding-left: 0;
    }
    .form_footer_wrap .group_heading {
        text-align: center;
    }
    .box_socials {
        justify-content: center;
    }
    .menu_footer_wrap {
        row-gap: 1.5rem;
        padding-left: 0;
        padding-top: 1rem;
        border-top: 1px solid #FFFFFF33;
    }
    .footer_middle>.inner {
        margin-top: 3rem;
    }
    .logo_trade_wrap {
        margin-top: 1rem;
    }
    .link_external a, .copyright {
        font-size: 0.7rem;
    }

    /*HOME*/
    .banner_hero .item {
        height: 100%;
    }
    .banner_hero .arrow {
        width: 2rem;
        height: 2rem;
    }
    #popup_home.fancybox-content {
        max-width: 100%;
    }
    #popup_home .fancybox-close-small {
        right: 0;
    }

    .sec_product_highlight .product_info_wrap h3.fs_24 {
        font-size: 0.9rem;
    }
    .sec_product_highlight .cta_product {
        margin-left: 0;
        margin-right: 0;
    }
    .sec_product_highlight .cta_product .item_btn {
        width: 100%;
        justify-content: center;
        border-top: 1px solid #0000001A;
        padding: 0.625rem 0.8rem;
    }
    .sec_product_highlight .slide_img_wrap>.item {
        padding: 0 2.5rem;
    }
    .sec_product_highlight .product_colors.mobile_show {
        margin-top: 1rem;
    }
    .sec_product_highlight .product_colors.mobile_show>.inner {
        display: flex !important;
        gap: 0.8rem;
        margin-top: 0.5rem;
    }
    .sec_product_highlight .product_info_wrap .btn {
        width: 50%;
        min-width: unset;
    }


    .sec_product_style1 .col_left>.inner {
        padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    }
    .sec_product_style1 .col_left .heading_sec.fs_60 {
        font-size: 1.5rem;
    }

    .home_2 {

    }
    .sec_product_style2 .col_right .slide_img_wrap {
        padding-right: 0;
    }

    .home_4 {
        padding-top: 2.5rem;
    }
    .home_4 .box_member_wrapper {
        margin-top: 2rem;
    }
    .home_4 .box_member_wrapper .item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .home_4 .box_member_wrapper .btn {
        margin-top: 1rem;
    }
    .home_4 .box_member_wrapper .desc.fs_16 {
        font-size: 0.8rem;
    }
    .home_4 .box_member_wrapper .box_img {
        margin-top: 0.8rem;
    }
    .home_5 .group_heading {
        padding-right: 0;
    }
    .btn_home5 .btn {
        margin-top: 1rem;
    }
    .home_5 .box_img_wrap .col_1 {
        margin-top: 2rem;
    }
    .home_5 .box_img_wrap .col_2 {
        padding-left: 1rem;
        margin-top: 0;
    }
    .home_5 .item_counter .number {
        font-size: 3rem;
    }
    .home_5 .item_counter sup {
        font-size: 1.3rem;
    }
    .home_5 .item_counter h3 {
        font-size: 0.7rem;
    }
    .home_6 {
        padding-top: 3rem;
    }
    .home_6 .list_counter {
        column-gap: 1.3rem;
    }
    .home_6 .item_counter h3.fs_20 {
        font-size: 0.9rem;
    }
    .home_7 .group_heading {
        text-align: center;
        margin-bottom: 1rem;
    }
    .btn_home7.mobile_show {
        width: fit-content;
        margin: 2rem auto 0;
    }
    .box_news_home .box_large {
        flex-direction: column;
    }
    .box_news_home .box_large .box_img {
        width: 100%;
    }
    .box_news_home .box_large .box_content {
        padding-left: 0;
        padding-bottom: 0;
    }
    /*.box_news_home .box_large h3.fs_32 {*/
    /*    font-size: 0.9rem;*/
    /*}*/
    .box_news_home .box_large .btn {
        margin-top: 0.8rem;
    }
    .box_news_home .list_item {
        gap: 1.5625rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .marquee-img-wrap .marquee-img .box_img {
        height: 3rem;
    }
    .fancybox-container{
        z-index: 99999999999 !important;
    }
}
@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;
    }
}


