﻿:root{
    --main-cl: var(--fs-color-primary);
    --sub-cl: var(--fs-color-secondary);
    --container-w: 73.958rem;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    background-color: #cedbff;
}

*::-webkit-scrollbar-thumb{
    background-color: var(--main-cl);
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}
html{
    overflow: unset !important;
    margin: 0 !important;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body{
    overflow-x: hidden;
    font-family: 'Google Sans', sans-serif;
}

@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.font_secondary{
    font-family: 'SFU Eurostile', 'Google Sans', sans-serif;
}
.font_secondary_2{
    font-family: 'SFU Eurostile Extended', 'Google Sans', sans-serif;
}
.font_demi{
    font-family: 'SFU Eurostile Demi', 'Google Sans', sans-serif;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.text_white{
    color: #FFF;
}
.text_3{
    color: #333;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.al_center{
    align-items: center;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
    position: relative;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al_center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
    margin-top: 0;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip{
    opacity: 1;
    color: var(--primary-color);
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_white{
    background-color: #FFF;
}
.bg_black{
    background-color: #000;
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
section.contact_page{
    position: relative;
    z-index: 3;
}
section.contact_map{
    margin-top: -10.104rem;
}
section.contact_map iframe{
    width: 100%;
    height: 44.271rem;
    display: block;
}
section.contact_page .col_6:nth-of-type(1){
    padding: 4.792rem;
}
section.contact_page .col_6:nth-of-type(1) .wpcf7-response-output{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
section.contact_page .col_6:nth-of-type(1) .sec_des{
    margin-bottom: 2.1875rem;
}
.sec_des{
    font-size: 0.833rem;
    line-height: 1.458rem;
    font-weight: 400;
}
.sec_des > *:last-child{
    margin-bottom: 0;
}
.sec_title_2{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 0.625rem;
}
.form_wrap label{
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.198rem;
    margin-bottom: 0.208rem;
}
.form_wrap .select-styled,
.form_wrap input,
.form_wrap textarea{
    margin: 0;
    font-size: 0.833rem;
    font-weight: 300;
    line-height: 1.25rem;
    background-color: transparent !important;
    color: #000;
    padding: 0.417rem 0;
    border: none;
    border-bottom: 1px solid #ADADAD;
    -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;
}
.select-styled{
    background-image: url('../images/chevron-down.svg');
    background-size: 0.9375rem 0.9375rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 1.25rem;
}
.form_wrap input::placeholder,
.form_wrap textarea::placeholder{
    opacity: 0.5;
}
.form_wrap input:focus,
.form_wrap textarea:focus{
    border-color: var(--main-cl) !important;
}
.form_wrap .form_group{
    position: relative;
}
.form_wrap .wpcf7-spinner{
    display: none !important;
}
.form_wrap .col_6{
    width: 48%;
}
.form_wrap > .form_group:not(:last-child){
    margin-bottom: 1.927rem;
}
form.wpcf7-form{
    margin-bottom: 0;
}
.form_wrap .form_group.submit_btn{
    width: max-content;
}
.form_wrap .form_group.submit_btn input[type='submit']{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}
.form_wrap .select{
    position: relative;
}
.select-options{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #4A4C59;
    z-index: 9;
    list-style: none;
    max-height: 6.354rem;
    overflow: auto;
}
.form_wrap .select-styled{
    cursor: pointer;
}
.form_wrap .select-options > li{
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #FFF;
    padding: 0.521rem 1.042rem;
    margin-bottom: 0;
    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;
}
.select-options > li:hover,
.select-options > li.active{
    background: var(--main-cl);
}
.select-options > li+li{
    border-top: 1px solid rgba(222, 222, 222, 0.2);
}
.form_dark .form_wrap label{
    color: #FFF
}
.form_dark .form_wrap .select-styled,
.form_dark .form_wrap input,
.form_dark .form_wrap textarea{
    color: #FFF;
    border-color: #4A4C59;
}
.form_wrap .form_group.file_wrap .fs_16{
    margin-bottom: 0.521rem;
    color: #FFF;
    opacity: 0.5;
    display: block;
}
.form_wrap .form_group.file_wrap label{
    width: max-content;
    display: flex;
}
.form_wrap .form_group.file_wrap label > span.pick_file_btn{
    padding: 0.3125rem 1.875rem;
    background: #DDDDDD;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #000;
    cursor: pointer;
}
.form_wrap .form_group.file_wrap label input[type='file']{
    display: none;
}
.w_full{
    width: 100% !important;
}
.btn{
    -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;
    position: relative;
    z-index: 2;
    width: max-content;
    cursor: pointer;
    display: flex;
}
.btn_full_width{
    width: 100%;
}
.btn .btn_inner{
    padding: 0.729rem 1.5625rem;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.btn_full_width .btn_inner{
    width: 100%;
}
.btn span.text{
    -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;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.042rem;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.btn span.icon{
    margin-left: 0.833rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.btn span.icon svg{
    width: 0.833rem;
    height: 0.833rem;
}
.btn_primary .btn_inner{
    background: linear-gradient(90deg, #871015 0%, #ED1C24 50%, #871015 100%);
    color: #FFF;
}
.btn_secondary .btn_inner:before,
.btn_primary .btn_inner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #FFF;
    content: '';
    -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;
    opacity: 0;
}
.btn_primary{
    padding: 2px;
}
.btn_primary:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    pointer-events: none;
    background: linear-gradient(to right, #000000 0%, #636363 50%, #000000 100%);
    z-index: -1;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
.btn_secondary{
    padding: 0.052rem;
}
.btn_secondary .btn_inner{
    background: linear-gradient(70deg, #ECECEC 0%, #4E4E4E 22%, #ECECEC 50%, #4E4E4E 78%, #E0E0E0 100%);
    color: #FFF;
}
.btn_secondary .btn_inner span.text{
    color: #000
}
.btn_secondary:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    pointer-events: none;
    background: #000000;
    z-index: -1;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
section.contact_page .col_6:nth-of-type(2){
    padding: 6.25rem 5rem;
}
section.contact_page .col_6:nth-of-type(2) .logo{
    margin-bottom: 2.708rem;
}
section.contact_page .col_6 .site_name{
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.458rem;
    margin-bottom: 0;
}
section.contact_page .col_6 .contact_info{
    width: 100%;
    max-width: none;
    margin-top: 1.667rem;
}
section.contact_page .col_6 .contact_info > *:last-child{
    margin-bottom: 0; !important;
}
section.contact_page .col_6 .contact_info ul > li{
    padding-bottom: 0.729rem;
    margin-bottom: 0.729rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
section.contact_page .col_6 .contact_info ul > li strong,
section.contact_page .col_6 .contact_info ul > li b{
    font-weight: 700;
}
section.contact_page .col_6 .contact_info ul{
    list-style: none;
}
section.contact_page{
    padding-top: 2.604rem;
}
section.contact_page .col_6 .contact_socials{
    gap: 1.042rem;
    display: flex;
    flex-wrap: wrap;
}
section.contact_page .col_6 .contact_socials a > img{
    height: 0.729rem;
    width: auto;
}
.heading_group.text_center .title_background,
.heading_group.text_center .sec_title{
    margin: 0 auto;
}
.heading_group{
    padding-top: 2.5rem;
    position: relative;
    z-index: 2;
    margin-bottom: 3.542rem;
}
.heading_group .sec_title{
    text-transform: uppercase;
    font-family: 'SFU Eurostile', 'Google Sans', sans-serif;
    width: max-content;
    background: linear-gradient(-135deg, #4E4E4E 0%, #E0E0E0 50%, #4E4E4E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.646rem;
    font-weight: 700;
    line-height: 4.583rem;
    margin-bottom: 0;
    max-width: 100%;
}


.heading_group .title_background{
    opacity: 1;
    font-size: 5.208rem;
    width: 100%;
    font-weight: 700;
    line-height: 4.167rem;
    /* Hollow brand outline — full recipe in origin-title-watermark.css */
    background: linear-gradient(180deg, var(--primary-color, #14c131) 0%, color-mix(in srgb, var(--primary-color, #14c131) 50%, transparent) 40.4%, transparent 90.78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: var(--fc-shell, #f2f5f3);
    -webkit-text-fill-color: var(--fc-shell, #f2f5f3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    font-family: 'SFU Eurostile Extended';
}
.heading_group.color_2 .sec_title{
    background-image: linear-gradient(-135deg, #0a8f22 0%, #14c131 50%, #0a8f22 100%);
}
.heading_group.color_2 .title_background{
    color: var(--fc-shell, #f2f5f3);
    -webkit-text-fill-color: var(--fc-shell, #f2f5f3);
    background-image: linear-gradient(180deg, var(--primary-color, #14c131) 0%, color-mix(in srgb, var(--primary-color, #14c131) 50%, transparent) 40.4%, transparent 90.78%);
}
.breadcrumbs ul{
    display: flex;
    flex-wrap: wrap;
    margin: 1.5625rem 0 0;
    list-style: none;
}
.breadcrumbs ul li{
    margin-bottom: 0;
}
.breadcrumbs ul li cite{
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.3;
    opacity: 1;
    color: #5c6b63;
    -webkit-text-fill-color: #5c6b63;
    font-style: normal;
}
.breadcrumbs ul li:last-of-type cite,
.breadcrumbs ul li.title_single cite {
    opacity: 1;
    color: #1a2420;
    -webkit-text-fill-color: #1a2420;
    font-weight: 600;
}
.breadcrumbs ul span.divider,
.breadcrumbs ul li.divider{
    color: #aab5af;
    -webkit-text-fill-color: #aab5af;
    opacity: 0.9;
    margin: 0 0.35rem;
    display: flex;
    list-style: none;
}
.breadcrumbs ul span.divider:last-child{
    display: none;
}
section.page_default .col_3{
    padding-right: 0.625rem;
}
section.page_default .col_3 .title{
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 3.4375rem;
    width: max-content;
    background: linear-gradient(-135deg, #4E4E4E 0%, #E0E0E0 50%, #4E4E4E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.302rem;
}
section.page_default .col_3 .sidebar_menu{
    position: relative;
}
section.page_default .col_3 .title_background{
    opacity: 1;
    font-size: 5.208rem;
    font-weight: 700;
    line-height: 4.167rem;
    background: linear-gradient(180deg, var(--primary-color, #14c131) 0%, color-mix(in srgb, var(--primary-color, #14c131) 50%, transparent) 40.4%, transparent 90.78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: var(--fc-shell, #f2f5f3);
    -webkit-text-fill-color: var(--fc-shell, #f2f5f3);
    position: absolute;
    z-index: 3;
    font-family: 'SFU Eurostile Extended';
    right: 100%;
    top: 0;
    left: unset;
    transform: rotate(-90deg) translateX(10%);
    transform-origin: 97% 100%;
    width: max-content;
}
.sidebar_menu ul.menu > li{
    border-top: 1px solid #636675;
}
.sidebar_menu ul.menu > li:last-of-type{
    border-bottom: 1px solid #636675;
}
.sidebar_menu ul.menu > li > a{
    font-size: 1.302rem;
    font-weight: 400;
    line-height: 1.354rem;
    padding: 1.354rem 1.354rem 1.354rem 0;
    color: #FFF;
    -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;
    width: 100%;
    padding-right: 2.083rem;
    position: relative;
}
.sidebar_menu ul.menu > li > a:after{
    position: absolute;
    content: '';
    background-image: url('../images/chevron-down.svg');
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.sidebar_menu ul.menu > li.current-menu-item > a,
.sidebar_menu ul.menu > li > a:hover{
    color: var(--primary-color);
}
section.page_default .col_9{
    padding-left: 6.667rem;
}
section.page_default .col_9 .sec_title_2:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #717070 0%, rgba(215, 213, 213, 0) 100%);
    opacity: 0.5;
}
section.page_default .col_9 .sec_title_2{
    padding-bottom: 1.667rem;
    margin-bottom: 2.083rem;
    position: relative;
}
section.page_default .col_9 .question{
    margin-bottom: 0.625rem;
    display: none;
}
section.page_default .col_9 .answer{
    display: none;
    padding: 1.458rem 3.75rem 0.9375rem 5.3125rem;
}
section.page_default .col_9 .ask{
    padding: 0.78125rem 1.771rem 0.78125rem 0.9375rem;
    box-shadow: 0rem 0rem 1.042rem 0rem #00000026;
    background: #26272E;
    margin-bottom: 0;
    cursor: pointer;
}
section.page_default .col_9 .ask.active{
    background: var(--primary-color);
}
section.page_default .col_9 .ask.active svg line:nth-of-type(2){
    opacity: 0;
}
section.page_default .col_9 .ask span.fs_18{
    flex-grow: 1;
    padding: 0 4.0625rem 0 1.875rem;
    position: relative;
}
section.page_default{
    padding: 5.208rem 0 7.8125rem;
}
section.page_default .col_9 .view_more_questions{
    margin-top: 2.083rem;
}
section.page_default .col_9 .ask span.count{
    font-size: 1.146rem;
    font-weight: 700;
    line-height: 1.5625rem;
    padding-right: 0.9375rem;
    position: relative;
    min-width: 2.604rem;
}
section.page_default .col_9 .ask span.fs_18:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #FFF;
    opacity: 0.5;
    position: absolute;
    content: '';
}
.post_content > *:last-child {
    margin-bottom: 0 !important;
}
.post_content p{
    margin-bottom: 0.833rem;
}
.post_content p,
.post_content li,
.post_content{
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.458rem;
}
.post_content ol,
.post_content ul{
    margin-left: 1.302rem;
}
.post_content figure{
    margin-bottom: 1.042rem;
}
.post_content .wp-caption .wp-caption-text{
    padding: 0;
    background: transparent;
    font-size: 0.833rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 0.521rem;
    text-align: left;
}
.post_content h3{
    font-size: 1.6375rem;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 1.302rem;
}
section.about_2 .post_content h3{
    font-size: 2.34375rem;
    font-weight: 500;
    line-height: 2.823rem;
}
.text_black{
    color: #000 !important;
}
section.single_post .grid-container{
    width: 50.625rem;
    max-width: 100%;
}
body.single-post #main,
body.single-post #wrapper{
    background: #FFF;
}
section.single_post .grid-container .post_content h1,
section.single_post .grid-container .post_content h2,
section.single_post .grid-container .post_content h3,
section.single_post .grid-container .post_content h4,
section.single_post .grid-container .post_content h5{
    color: #000;
}
section.single_post .grid-container .post_content{
    color: #333;
}
section.single_post{
    padding: 4.948rem 0 4.6875rem;
}
section.single_post h1.sec_title_2:before{
    width: 25.625rem;
    max-width: 60%;
    position: absolute;
    content: '';
    background: #E0E0E0;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.single_post h1.sec_title_2{
    padding-bottom: 1.875rem;
    margin-bottom: 2.708rem;
    font-weight: 400;
    position: relative;
}
section.related_posts{
    background: #F4F4F4;
    padding: 6.25rem 0 5.833rem;
}
section.related_posts .post_item h3{
    color: #000;
}
.post_item .img_wrap{
    aspect-ratio: 454/285;
}
.post_item .cont_wrap{
    padding: 1.5625rem 0 1.25rem;
    border-bottom: 2px solid rgba(120, 120, 120, 0.2);
    position: relative;
}
.post_item h3{
    margin: 0;
}
.post_item .cont_wrap:before{
    bottom: -2px;
    left: 0;
    position: absolute;
    content: '';
    height: 2px;
    background: var(--primary-color);
    width: 0;
    -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;
}
.box_swiper{
    position: relative;
}
.swiper_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 2.396rem;
    height: 2.396rem;
}
.box_swiper .swiper_arrow.prev{
    left: -4.479rem;
}
.box_swiper .swiper_arrow.next{
    right: -4.479rem;
}
.box_swiper .swiper_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.single_post .post_nav{
    margin-top: 2.083rem;
    padding-top: 1.5625rem;
    border-top: 1px solid rgba(83, 83, 83, 0.2);
}
body.single-post .breadcrumbs ul span.divider,
body.single-post .breadcrumbs ul li cite{
    color: #000
}
section.single_post .post_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.667rem;
}
section.single_post .post_nav *{
    color: #000;
}
section.single_post .post_nav .share{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.single_post .post_nav .share a{
    display: flex;
    margin-left: 0.833rem;
}
section.single_post .post_nav .tags a:hover{
    color: var(--primary-color);
}
section.single_post .post_nav .tags a{
    margin-left: 1.25rem;
}
section.single_post .post_nav .tags a+a:before{
    position: relative;
    display: inline-block;
    content: '/';
    left: -0.625rem;
}
#posts_wrap .load_more_posts{
    margin-top: 2.604rem;
}
#posts_wrap .grid_box{
    grid-gap: 5.208rem 1.25rem;
}
section.news_page{
    padding: 4.583rem 0 6.979rem;
}
.hot_posts .col_8{
    padding-right: 0.521rem;
}
.hot_posts .col_4{
    padding-left: 0.521rem;
}
.hot_posts .img_wrap:before{
    height: 75%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 68.92%, #000000 100%);
}
.hot_posts .col_8 .cont_wrap{
    position: absolute;
    bottom: 2.1875rem;
    left: 2.865rem;
    right: 8.542rem;
    z-index: 4;
}
.hot_posts .col_8 .cont_wrap svg{
    position: absolute;
    right: -5.729rem;
    bottom: 0;
}
.hot_posts .col_8 .item{
    height: 100%;
}
.hot_posts .col_8 .item .img_wrap{
    height: 100%;
}
.hot_posts .col_4 .item:nth-of-type(1){
    margin-bottom: 1.042rem;
}
.hot_posts .col_4 .cont_wrap h3{
    margin-bottom: 0;
}
.hot_posts .col_4 .cont_wrap{
    position: absolute;
    bottom: 1.875rem;
    left: 2.083rem;
    right: 2.083rem;
    z-index: 4;
}
.hot_posts{
    margin-bottom: 4.167rem;
}
.menu_news ul{
    margin-bottom: 2.604rem;
}
.menu_news ul > li{
    margin: 0 1.042rem;
    position: relative;
}
.menu_news ul > li > a:before{
    position: relative;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 0;
    background: var(--primary-color);
    -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;
    display: block;
    margin-right: 0;
}
.menu_news ul > li:hover > a:before,
.menu_news ul > li.active > a:before,
.menu_news ul > li.current-menu-item > a:before{
    width: 1.771rem;
    margin-right: 0.729rem;
}
.menu_news ul > li:hover > a,
.menu_news ul > li.active > a,
.menu_news ul > li.current-menu-item > a{
    color: var(--primary-color);
}
.menu_news ul > li > a{
    -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;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.354rem;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
body.page-template-recruit #main .grid-container{
    width: 63.021rem;
}
body.page-template-recruit #main #breadcrumb.grid-container{
    width: 100%;
}
section.recruit_1{
    padding: 5.104rem 0 3.90625rem;
}
section.recruit_1 .grid_3{
    gap: 0.3125rem;
}
section.recruit_1 .grid_3 .item .img_wrap:before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.91%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section.recruit_1 .grid_3 .item .img_wrap:after{
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #871015 0%, #ED1C24 50%, #871015 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -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;
    opacity: 0;
}
section.recruit_1 .grid_3 .item h3{
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.5625rem;
    margin-bottom: 0.521rem;
}
section.recruit_1 .heading_group{
    margin-bottom: 1.5625rem;
}
section.recruit_1 .heading_group .fs_18{
    margin-top: 1.5625rem;
}
section.recruit_1 .grid_3 .item .cont_wrap .sec_des{
    max-height: 0;
    overflow: hidden;
}
section.recruit_1 .grid_3 .item .cont_wrap{
    bottom: 1.5625rem;
    left: 1.667rem;
    right: 1.667rem;
    z-index: 4;
}
section.recruit_1 .grid_3 .item:hover .cont_wrap .sec_des{
    max-height: 15.625rem;
    overflow: auto;
}
section.recruit_1 .grid_3 .item:hover .img_wrap:after{
    opacity: 0.9;
}
section.recruit_2{
    padding: 4.167rem 0 7.292rem;
}


.recruit_table #recruit_table_title{
    margin-bottom: 0.521rem;
    background: linear-gradient(90deg, #871015 0%, #ED1C24 50%, #871015 100%);
}
.recruit_table #recruit_table_title > li{
    height: 2.865rem;
}
.recruit_table #recruit_table_title > li > span:not(:last-child){
    border-right: 1px solid #202127;
}
.recruit_table > ul > li{
    display: flex;
}
.recruit_table > ul > li > span{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.625rem;
}
.recruit_table > ul > li > span:first-of-type{
    width: 8.5%;
}
.recruit_table > ul > li > span:nth-of-type(2){
    width: 34%;
    justify-content: flex-start;
    padding-left: 2.292rem;
    padding-right: 2.292rem;
}
.recruit_table > ul > li > span:nth-of-type(3){
    width: 13.5%;
}
.recruit_table > ul > li > span:nth-of-type(4){
    width: 11.5%;
}
.recruit_table > ul > li > span:nth-of-type(5){
    width: 14.5%;
}
.recruit_table > ul > li > span:nth-of-type(6){
    width: 18%;
}
.recruit_table #recruit_table_list{
    box-shadow: 0rem 0.104rem 1.5625rem 0rem #05246014;
    max-height: 25.521rem;
    overflow: auto;
}
.recruit_table #recruit_table_list > li{
    min-height: 5.052rem;
    border-bottom: 1px solid #05246033;
    background-color: #26272F;
    margin-bottom: 0;
}
.recruit_table #recruit_table_list > li:nth-of-type(even){
    background: #2C2D36;
}
.recruit_table #recruit_table_list > li > span:not(:last-of-type){
    border-right: 1px solid #202127;
}
.recruit_table #recruit_table_list > li > span{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.recruit_table #recruit_table_list > li > span > strong{
    display: none;
}
.recruit_table #recruit_table_list > li > span > span{
    font-size: 0.9375rem;
    line-height: 1.354rem;
    -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;
}
.recruit_table #recruit_table_list > li > span:first-of-type > span{
    font-size: 1.354rem;
    font-weight: 700;
    line-height: 2.865rem;
}
.recruit_table #recruit_table_list > li > span:nth-of-type(2) > span{
    font-size: 1.042rem;
    font-weight: 500;
    line-height: 1.146rem;
    text-align: left;
}
.recruit_table #recruit_table_list > li.expired{
    pointer-events: none;
}
.recruit_table #recruit_table_list > li .btn.expired{
    border: 1px solid #666666;
    color: #666666;
    background: transparent;
}
.recruit_table .btn_primary .btn_inner span.text{
    color: #000;
    text-transform: unset;
    font-size: 0.833rem;
}
.recruit_table .btn_primary .btn_inner:before{
    opacity: 1;
}
.home_banner{
    height: 48.75rem;
}
.swiper-gl {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}
.swiper-gl .swiper-slide{
    position: relative;
}
.swiper-gl .swiper-gl-image {
    display: none;
}
.swiper-gl > canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.swiper-gl-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
section.single_recruit_1{
    padding: 3.125rem 0 3.125rem
}
section.single_recruit_1 .col_3{
    background: #000;
    padding: 2.083rem 2.396rem;
}
section.single_recruit_1 .col_3 .btn{
    margin: 0.521rem 0 2.083rem;
}
section.single_recruit_1 .col_3 .sec_des a{
    color: #FFF;
}
section.single_recruit_1 .col_3 .sec_des a:hover{
    color: var(--primary-color)
}
section.single_recruit_1 .col_3 .fs_20{
    margin-bottom: 0.521rem;
}
section.single_recruit_1 .col_9{
    padding: 2.708rem 3.646rem 2.708rem 4.0625rem;
    background: #25272E;
}
section.single_recruit_1 h1.sec_title_2{
    margin-bottom: 1.25rem;
}
section.single_recruit_1 .col_9 .price_share{
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(186, 191, 194, 0.2);
}
section.single_recruit_1 .col_9 .price_share .share_btns > a{
    margin-left: 0.833rem;
}
section.single_recruit_1 .col_9 .job_details .item svg{
    margin-right: 0.521rem;
}
section.single_recruit_1 .col_9 .sec_des{
    padding-right: 5.729rem;
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
}
section.single_recruit_1 .col_9 .job_details .item{
    margin-right: 2.083rem
}
section.single_recruit_2{
    padding: 3.125rem 0 7.8125rem;
}
section.single_recruit_2 .col_9.recruit_content{
    padding-right: 12.5rem;
}
section.single_recruit_2 .col_9.recruit_content .col_4{
    padding-right: 1.25rem;
}
section.single_recruit_2 .col_9.recruit_content .item+.item{
    margin-top: 2.604rem;
    padding-top: 2.604rem;
    border-top: 1px solid rgba(186, 191, 194, 0.8);
}
section.single_recruit_2 .col_9 #recruit_form{
    margin-top: 7.396rem;
    padding: 3.958rem;
    background: #25272E;
}
section.single_recruit_2 .col_9 #recruit_form .wpcf7{
    margin-top: 2.083rem;
}
section.single_recruit_2 .col_3{
    padding-left: 3.646rem;
}
section.single_recruit_2 .col_3 .block_title{
    padding: 0.833rem 1.875rem;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.5625rem;
    background: linear-gradient(90deg, #871015 0%, #ED1C24 50%, #871015 100%);
    text-transform: uppercase;
}
section.single_recruit_2 .col_3 .item{
    padding: 1.354rem 1.875rem 2.083rem;
    background: #25272E;
    border-bottom: 2px solid #202127;
}
section.single_recruit_2 .col_3 .item time.fs_16{
    color: #FFF;
}
section.single_recruit_2 .col_3 .item span.fs_16{
    color: #ACACAC
}
section.service_details_1{
    padding-bottom: 8.698rem;
    padding-top: 4.427rem;
}
section.service_details_2{
    padding-bottom: 8.333rem;
}
section.service_details_1 .heading_group{
    padding-top: 0;
}
section.service_details_1 .title_background{
    right: 100%;
    top: 0;
    left: unset;
    transform: rotate(-90deg) translateX(5%);
    transform-origin: 97% 100%;
    width: max-content;
}
section.service_details_1 .col_8{
    padding-right: 6.979rem;
}
section.service_details_1 .col_8 .post_content{
    margin-bottom: 1.042rem;
    padding-bottom: 1.771rem;
    border-bottom: 1px solid #4A4C59;
}
section.service_details_1 .col_4{
    padding-left: 0.78125rem;
}
section.service_details_1 .booking_form_wrap{
    padding: 2.1875rem;
    background: #2C2D36;
}
section.service_details_1 .booking_form_wrap .form_title{
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 2.1359375rem;
}
section.service_details_1 .booking_form_wrap .wpcf7{
    margin-top: 1.5625rem;
}
.form_group.has_child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_group.has_child > div{
    position: relative;
}
.form_group.has_child .select-styled,
.form_group.has_child > div input{
    padding-left: 1.667rem;
}
.form_group.has_child > div svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.gallery_images .grid_box{
    grid-template-rows: 1fr 1fr;
    grid-gap: 0.521rem;
}
.gallery_images .grid_box .img_wrap{
    height: 17.917rem;
}
.gallery_images .grid_box.even .img_wrap:nth-of-type(3){
    grid-column: 1/3;
    grid-row: 2/3;
}
.gallery_images .grid_box.even .img_wrap:nth-of-type(4){
    grid-column: 3/4;
    grid-row: 1/3;
    height: 100%;
}
.gallery_images .grid_box.odd .img_wrap:nth-of-type(3){
    grid-column: 2/3;
    grid-row: 1/3;
    height: 100%;
}
.gallery_images .grid_box.odd .img_wrap:nth-of-type(4){
    grid-column: 3/5;
    grid-row: 1/2;
}
.service_nav .share > a{
    margin-left: 0.833rem;
}
.ui-datepicker{
    background: #FFF;
    z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header{
    display: flex;
    align-items: center;
    padding: 10px 4px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span{
    display: none !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px !important;
    width: 7px !important;
    padding: 14px 12px;
    margin: 0 !important;
    display: inline-block;
    left: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next{
    order: 3;
    background-color: transparent !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 12px !important;
    width: 8px !important;
    padding: 14px 12px;
    margin: 0 !important;
    display: inline-block;
    right: 0 !important;
    top: 0 !important;
    filter: brightness(0);
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    flex-grow: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title > select{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    flex-grow: 1;
    height: 36px;
}
.ui-datepicker .ui-datepicker-calendar{
    padding: 4px;
    margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th{
    color: #000;
    font-size: 12px;
    font-weight:700;
    line-height: 16px;
    text-align: center;
    padding: 4px;
    border: none;
}
.ui-datepicker .ui-datepicker-calendar tbody td{
    border: 1px solid #FFF;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar tbody td > a{
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today > a{
    color: #FFF;
    background: #a7a7a7;
}
.ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-calendar tbody td:hover > a{
    color: #FFF !important;
    background: var(--main-cl);
}
.service_item{
    position: relative;
}
.service_item .img_wrap {
    aspect-ratio: 457/627;
}
.service_item .img_wrap:before{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: linear-gradient(180deg, rgba(227, 0, 17, 0) 0%, #E30011 100%);
    opacity: 0;
    -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;
}
.service_item .img_wrap:after{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 1;
    -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;
}
.service_item .cont_wrap{
    left: 0;
    right: 0;
    bottom: 2.604rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    z-index: 3;
}
.service_item .cont_wrap h3{
    font-family: 'SFU Eurostile Extended', 'Google Sans', sans-serif;
    margin: 0;
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 2.083rem;
    margin-top: 1.25rem;
}
.service_item .cont_wrap svg{
    transform: rotate(-90deg);
    opacity: 0;
}
#services_list{
    grid-gap: 1.042rem
}
section.services_page{
    padding: 6.875rem 0 9.271rem;
}
section.services_page .btn{
    margin-top: 2.083rem;
}
.stores_list_wrapper .col_5{
    background: #13141A;
    padding: 2.34375rem 1.354rem 1.667rem;
    position: relative;
}
.stores_list_wrapper .col_5 .fs_20{
    margin-bottom: 2.083rem;
    padding-left: 2.5rem;
}
.stores_list_wrapper .col_5 .stores_list{
    max-height: 37.76rem;
    overflow: auto;
    padding-right: 0.729rem;
    position: relative;
    padding-bottom: 2.083rem;
}
.stores_list_wrapper .col_5:before{
    position: absolute;
    bottom: 1.042rem;
    height: 4.167rem;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #131419 0%, rgba(19, 20, 25, 0) 100%);
    z-index: 2;
}
.stores_list_wrapper .col_5 .stores_list .store_item:first-of-type{
    padding-top: 0;
}
.stores_list_wrapper .col_5 .stores_list .store_item{
    padding: 1.25rem 2.5rem;
    cursor: pointer;
}
.stores_list_wrapper .col_5 .stores_list .store_item+.store_item{
    border-top: 1px solid rgba(237, 237, 237, 0.2);
}
.stores_list_wrapper .col_5 .stores_list .store_item.active h3{
    color: var(--primary-color);
}
.stores_list_wrapper .col_5 .store_info > li > img,
.stores_list_wrapper .col_5 .store_info > li > svg{
    width: 1.146rem;
    height: 1.146rem;
    margin-right: 0.521rem;
}
.stores_list_wrapper .col_5 .store_info > li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.417rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.146rem;
}
.stores_list_wrapper .col_5 .store_item h3{
    margin-bottom: 0.78125rem;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.146rem;
}
.stores_list_wrapper .col_5 .store_info > li.store_phone{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.stores_list_wrapper .col_5 .store_info > li:last-of-type{
    margin-bottom: 0;
}
.stores_list_wrapper .col_7 img,
.stores_list_wrapper .col_7 iframe{
    display: block;
    width: 100%;
    height: 100%;
}
section.system_page{
    padding: 5.208rem 0 7.292rem;
}
.store_filter{
    width: 38.542rem;
    max-width: 100%;
    margin: 0 auto 3.646rem;
    display: flex;
    position: relative;
    z-index: 99;
}
.store_filter .select{
    flex-grow: 1;
    position: relative;
}
.store_filter .select-styled{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.198rem;
    color: #FFF;
    border-bottom: 1px solid #515151;
    cursor: pointer;
}
.store_filter button{
    margin-left: 1.5625rem;
    margin-right: 0;
    margin-bottom: 0;
}
.store_filter .select-options{
    max-height:  10.417rem;
}
.store_filter .select-options > li{
    padding: 0.417rem 1.042rem;
    margin-bottom: 0;
    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;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.198rem;
}
.loading{
    position: relative;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.stores_list_wrapper{
    position: relative;
}
.stores_list_wrapper:after{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}
.stores_list_wrapper.loading:after{
    opacity: 1;
    pointer-events: all;
}
.loading:before{
    width: 3.646rem;
    height: 3.646rem;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    border-top-color: var(--main-cl);
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    animation: rotation 1s linear infinite;
    z-index: 8;
}
section.about_1{
    padding-top: 9.375rem;
    padding-bottom: 7.8125rem;
    margin-top: -3.177rem;
}
section.about_1 .title_background{
    left: 0;
    top: 0;
    transform: rotate(-90deg) translateX(-95%);
    transform-origin: 0 0;
    width: max-content;
}
section.about_1 .heading_group{
    padding:  0  6.25rem;
}
section.about_2 {
    padding: 8.75rem 0 5.208rem;
    background: linear-gradient(180deg, #1C1E24 0%, rgba(28, 30, 36, 0) 100%);
}
section.about_2 .col_6:nth-of-type(1){
    padding-right: 5.729rem;
}
section.about_2 .col_6:nth-of-type(2){
    padding-right: 6.771rem;
    padding-top: 3.646rem;
}
section.about_3{
    padding-top: 5.208rem;
}
section.about_3 .swiper_wrap{
    overflow: hidden;
}
section.about_3 .about_swiper{
    height: 42.708rem;
}
section.about_3 .about_swiper:before{
    z-index: 2;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
section.about_3 .about_swiper_thumb{
    position: absolute;
    z-index: 4;
    width: var(--container-w);
    margin: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
section.about_3 .about_swiper_thumb .swiper-slide{
    display: flex;
    align-items: flex-end;
}
section.about_3 .about_swiper_thumb .swiper-slide:before{
    left: 0;
    height: 104.167rem;
    bottom: 0;
    position: absolute;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
section.about_3 .about_swiper_thumb .item{
    padding-right: 4.896rem;
    position: relative;
    padding-bottom: 7.292rem;
    -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;
}
section.about_3 .about_swiper_thumb .swiper-slide-thumb-active .item,
section.about_3 .about_swiper_thumb .item:hover{
    padding-bottom: 11.146rem;
}
section.about_3 .about_swiper_thumb .item > * {
    padding-left: 1.875rem;
}
section.about_3 .about_swiper_thumb .item > h3 {
    position: relative;
}
section.about_3 .about_swiper_thumb .item > h3:before{
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    position: absolute;
    content: '';
    background: #FFF;
}
.swiper-shutters .swiper-slide,.swiper-shutters swiper-slide {
    overflow: hidden
}
.swiper-shutters-image,.swiper-shutters-image-clone,.swiper-shutters-image-clones {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}
.swiper-shutters-image {
    object-fit: cover;
    object-position: center
}
.swiper-shutters-image-clone {
    overflow: hidden
}
.swiper-shutters-image{
    max-width: unset;
}
.why_choose_sec{
    padding: 9.6875rem 0 4.167rem;
}
.why_choose_map{
    margin-top: 1.875rem;
}
.why_choose_map .dot{
    padding: 0.3125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;

}
.why_choose_map .head svg{
    width: 5.208rem;
    height: 5.208rem;
}
.why_choose_map .dot svg{
    width: 1.25rem;
    height: 1.25rem;
}
.why_choose_map .dot:after{
    top: calc(100% - 0.3125rem);
    left: 50%;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    width: 1px;
    background-image: linear-gradient(180deg, #FF0000 0%, rgba(255, 0, 0, 0) 100%);
    height: 3.958rem;
}
.why_choose_map .dot:before{
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: bubble 2s infinite;
}
.why_choose_sec .heading_group{
    margin-bottom: 1.5625rem;
}
.why_choose_sec .counter_wrap{
    font-family: 'SFU Eurostile', 'Google Sans', sans-serif;
    width: max-content;
    background: linear-gradient(-135deg, #4E4E4E 0%, #E0E0E0 50%, #4E4E4E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 4.167rem;
    margin-bottom: 0.625rem;
    display: inline-block;
}
.tabs_container .tab_content{
    display: none;
}
.tabs_container .tab_content.active{
    display: block;
    animation: fade_up 1.5s;
}
section{
    position: relative;
}
.breadcrumbs{
    z-index: 5;
}
body.single-product .breadcrumbs{
    z-index: 9;
    position: absolute;
    top: 5.208rem;
    left: calc(calc(100vw - var(--container-w)) / 2);
}
body.single-product .breadcrumbs ul{
    margin-top: 0;
}
.product_details_1{
}
.product_details_1 .cont_wrap{
    position: absolute;
    top: 10.677rem;
    left: 9.115rem;
    bottom: 3.90625rem;
    width: 30.208rem;
    padding: 2.34375rem 4.167rem;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.product_details_1 .cont_wrap h1{
    font-size: 1.302rem;
    font-weight: 700;
    line-height: 1.823rem;
    margin-bottom: 0.26rem;
}
.product_details_1 .post_content,
.product_details_1 .name_group{
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
}
.product_details_1 .post_content:before,
.product_details_1 .name_group:before{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 2px;
    width: 4.792rem;
    background: #383A44;
}
.product_details_1 .product_capacity{
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.125rem;
}
.product_details_1 .product_price{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.34375rem;
    margin-bottom: 1.25rem;
}
.product_details_1 .product_actions > a.btn .btn_inner{
    padding: 1.042rem 1.5625rem;
}
.product_details_1 .product_actions > a.btn_primary:before{
    background: radial-gradient(49.07% 758.46% at 50.75% 50%, #ECECEC 0%, #4E4E4E 52.08%, #E0E0E0 100%);
}
.product_details_1 .product_actions > a.play_button{
    margin-left: 1.042rem;
    position: relative;
    display: flex;
    z-index: 3;
}
@keyframes bubble{
    0%{
        transform: translate(-50%, -50%) scale(1);
    }
    50%{
        transform: translate(-50%, -50%) scale(1.3);
    }
}
.play_button{
    display: flex;
}
.play_button:before{
    width: 120%;
    height: 120%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: rgba(227, 0, 17, 0.2);
    z-index: -1;
    animation: 2s bubble infinite;
}
.product_details_1 .product_contact{
    margin-top: 1.458rem;
}
.product_details_1 .product_contact > a{
    margin-left: 0.625rem;
}
.product_details_2{
    padding: 4.167rem 0;
}
.product_details_2 .heading_group{
    margin-bottom: 2.083rem;
}
.product_details_2 .post_content{
    max-height: 17.448rem;
    width: 50.729rem;
    max-width: 100%;
    overflow: auto;
    padding-right: 1.40625rem;
    margin: 2.083rem auto 6.25rem;
}
.tabs_title.style_1{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: auto;
}
.tabs_title.style_1:before{
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(90deg, rgba(185, 190, 219, 0) 0%, #636675 49.82%, rgba(185, 190, 219, 0) 100%);
    content: '';
    height: 1px;
}
.tabs_title.style_1  > .tab_title{
    font-size: 0.885rem;
    font-weight: 400;
    line-height: 1.51rem;
    padding: 0.521rem 0.26rem;
    text-transform: uppercase;
    margin:  0 0.521rem;
    position: relative;
    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;
}
.tabs_title.style_1  > .tab_title:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    position: absolute;
    content: '';
    background: var(--main-cl);
    -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;
}
.tabs_title.style_1  > .tab_title:hover:before,
.tabs_title.style_1  > .tab_title.active:before{
    width: 100%;
}
.tabs_title.style_1  > .tab_title:hover,
.tabs_title.style_1  > .tab_title.active{
    color: var(--main-cl)
}
.product_details_4{
    padding: 4.167rem 0 ;
}
.product_details_4 .tabs_title{
    margin-bottom: 2.34375rem;
}
.product_details_4 .tab_content{
    width: 51.354rem;
    max-width: 100%;
    margin: 0 auto;
}
.product_details_4 .tab_content .post_content{
    margin: 0 auto 3.75rem;
}
.product_details_4 .tab_content .grid_box{
    grid-template-columns: calc(67% - 0.208rem) calc(33% - 0.208rem);
    grid-gap: 0.417rem;
}
.product_details_4 .tab_content .grid_box .item:nth-of-type(1){
    grid-row: 1/3;
}
.product_details_5{
    padding: 10.208rem 0;
}
.product_details_5 .heading_group{
    padding-top: 0;
}
.product_details_5 .title_background{
    right: 100%;
    top: 0;
    left: unset;
    transform: rotate(-90deg) translateX(16%);
    transform-origin: 97% 100%;
    width: max-content;
}
.product_details_5 .post_content{
    max-height: 16.927rem;
    padding-right: 0.521rem;
    overflow: auto;
    margin-bottom: 2.292rem;
}
.product_details_6{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg_product.jpg');
    padding: 5.104rem 0 2.5rem;
}
.product_details_6 .threesixty{
    width: 100% !important;
    height: 36.198rem !important;
}
.product_details_6 .flex_box{
    margin-top: 0.833rem;
}
.product_details_6 .flex_box svg{
    margin-right: 0.625rem;
}
.product_details_6 .btn{
    margin-top: 1.875rem;
}
.product_details_6 .colors_wrap{
    top: 1.875rem;
    left: 10%;
    z-index: 9;
}
.colors_wrap{
    position: absolute;
}
.colors_wrap .color_dot{
    width: 2.708rem;
    height: 2.708rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    position: relative;
    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;
}
.threesixty{
    -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;
}
.colors_wrap .color_dot.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;
}
.colors_wrap .color_dot .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);
    -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;
}
.colors_wrap .color_dot:hover .tooltip{
    opacity: 1;
    pointer-events: unset;
    visibility: unset;
}
.colors_wrap .color_dot .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);
}
.colors_wrap .color_dot.active{
    border-color: #FFF;
}
.colors_wrap .color_dot+.color_dot{
    margin-top: 1.25rem;
}
section.product_details_7{
    padding: 2.083rem 0 3.125rem;
}
section.product_details_7 .product_swiper_1.swiper{
    width: 63.021rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #2C2D36;
    margin-top: 1.25rem;
}
section.product_details_7 .product_swiper_1.swiper .swiper-slide{
    padding: 1.25rem;
}
section.product_details_7 .product_swiper_1.swiper .swiper-slide .img_wrap{
    width: 54%;
    padding-right: 0.3125rem;
}
section.product_details_7 .product_swiper_1.swiper .swiper-slide .cont_wrap{
    width: 46%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
section.product_details_7 .arrow{
    cursor: pointer;
}
.specifications_table{
}
.specifications_table_wrap{
    max-height: 34.948rem;
    padding-right: 1.042rem;
    width: 61.979rem;
    margin: 0 auto;
    max-width: 100%;
    overflow: auto;
}
.specifications_table tr > th{
    background: var(--primary-color);
    padding: 0.833rem 5rem;
    border: none;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.51rem;
}
.specifications_table tr > td{
    padding: 0.833rem 5rem;
    border: none;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.51rem;
    color: #FFF;
    width: 50%;
}
.specifications_table tr > td:nth-of-type(2){
    text-align: right;
    border-left: 2px solid #373842;
}
.specifications_table tr > th:nth-of-type(2){
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    text-align: right;
}
.specifications_table tr:nth-of-type(odd){
    background: #27282F;
}
section.product_details_8{
    padding: 3.125rem 0;
}
section.product_details_9 .tabs_title{
    margin-bottom: 3.333rem;
}
section.product_details_9 .tab_content_images .grid_box{
    grid-template-columns: calc(67% - 0.208rem) calc(33% - 0.208rem);
    grid-gap: 0.417rem
}
section.product_details_9 .tab_content_images .grid_box .item:nth-of-type(1){
    grid-row: 1/3;
}
section.product_details_9{
    padding: 3.125rem 0;
}
section.product_details_10 .swiper_arrow,
section.product_details_11 .swiper_arrow{
    width: 4.271rem;
    height: 4.271rem;
}
section.product_details_10 .swiper_arrow.prev,
section.product_details_11 .swiper_arrow.prev{
    right: 100%;
}
section.product_details_10 .swiper_arrow.next,
section.product_details_11 .swiper_arrow.next{
    left: 100%;
}
section.product_details_10 .heading_group,
section.product_details_11 .heading_group{
    margin-bottom: 0;
    flex-grow: 1;
}
section.product_details_10 .grid-container > .flex_box,
section.product_details_11 .grid-container > .flex_box{
    margin-bottom: 3.75rem;
}
section.product_details_10{
    padding: 4.167rem 0;
}
section.product_details_11{
    padding: 4.167rem 0;
    background-color: #2D2F37;
}
section.product_details_11 .title_background{
    /* Hollow fill matches dark section — keep dark fill on carbon band */
    color: #2D2F37;
    -webkit-text-fill-color: #2D2F37;
}
.threesixty_load_ajax.loading > div{
    opacity: 0;
}
.product_swiper_4 .img_wrap{
    aspect-ratio: 425/490;
    margin-bottom: 1.5625rem;
}
.product_swiper_4 h3{
    margin-bottom: 0.833rem;
}
.product_item .cont_wrap{
    background: #000;
    padding: 4.375rem 5.104rem;
}
.product_item .cont_wrap h3{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.823rem;
    margin-bottom: 0;
}
.product_item .cont_wrap .product_capacity{
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 3.646rem;
    padding-bottom: 1.198rem;
    margin-bottom: 1.198rem;
    position: relative;
}
.product_item .cont_wrap .post_content:before,
.product_item .cont_wrap .product_capacity:before{
    width: 12.5rem;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #222;
}
.product_item .cont_wrap .post_content{
    padding-bottom: 1.198rem;
    margin-bottom: 1.198rem;
    position: relative;
}
.product_item .cont_wrap span.fs_16{
    opacity: 0.5;
    margin-bottom: 0.417rem;
    display: block;
}
.product_item .cont_wrap .price_wrap > .font_secondary {
    font-size: 1.5625rem;
    line-height: 1.302rem;
    margin-bottom: 2.396rem;
}
.product_item{
    margin-bottom: 2.917rem;
}
.product_item:nth-child(even) > .flex_box{
    flex-direction: row-reverse;
}
.product_item .btn_primary:before{
    background: radial-gradient(49.07% 758.46% at 50.75% 50%, #ECECEC 0%, #4E4E4E 52.08%, #E0E0E0 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.product_item .btn_primary .btn_inner{
    background: linear-gradient(90deg, #000000 0%, #636363 50%, #000000 100%);
}
.product_filters{
    display: flex;
    justify-content: space-between;
    gap: 1.667rem;
}
.product_filters .filter_item{
    position: relative;
}
.product_filters .filter_title{
    padding: 0.625rem 1.823rem;
    background: #17181D;
    -webkit-border-radius: 2.083rem;
    -moz-border-radius: 2.083rem;
    border-radius: 2.083rem;
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
}
.product_filters .filter_item > span{
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.302rem;
}
.product_filters .show_filter .filter_title svg{
    margin-left: 0;
    margin-right: 0.3125rem;
}
.product_filters .filter_title svg{
    margin-left: 0.3125rem;
}
.product_filters .search{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.product_filters .search form{
    margin-bottom: 0;
    flex-grow: 1;
    margin-left: 0.833rem;
}
.product_filters .search form input{
    margin-bottom: 0;
    background: #17181D;
    -webkit-border-radius: 2.083rem;
    -moz-border-radius: 2.083rem;
    border-radius: 2.083rem;
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.302rem;
    border: none;
    height: 2.604rem;
    padding-left: 1.146rem;
    padding-right: 2.604rem;
    color: #FFF;
}
.product_filters .search form button{
    position: absolute;
    width: 2.604rem;
    height: 2.604rem;
    z-index: 3;
    right: 0.417rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.product_filters .filter_list{
    position: absolute;
    top: 100%;
    width: 20.729rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.5625rem;
    padding: 1.354rem 1.146rem;
    background: #FFF;
    z-index: 9;
    opacity: 0;
    padding-top: 1.042rem;
    visibility: hidden;
    pointer-events: none !important;
    -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_filters .filter_item:hover .filter_list{
    opacity: 1;
    visibility: unset;
    pointer-events: unset !important;
}
.product_filters .filter_list > .filter_value input{
    display: none;
}
span.custom_checkbox{
    margin-right: 0.3125rem;
    width: 0.833rem;
    min-width: 0.833rem;
    height: 0.833rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #989898;
    display: flex;
    position: relative;
}
span.custom_checkbox:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.521rem;
    height: 0.521rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--primary-color);
    -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;
    opacity: 0;
}
input:checked+span:before{
    opacity: 1;
}
.product_filters .filter_list > .filter_value > label{
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.302rem;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.product_filters{
    margin-top: 2.396rem;
}
.product_filters{
    margin-bottom: 2.917rem;
}
.product_sorts{
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #464853;
    margin-bottom: 4.896rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_sorts .sort{
    display: flex;
    align-items: center;
}
.product_sorts .sort_item{
    margin-left: 1.667rem;
}
.product_sorts .sort_item input{
    display: none !important;
}
.product_sorts .sort_item > label{
    display: flex;
    align-items: center;
    font-size: 0.78125rem;
    font-weight: 400;
    line-height: 1.302rem;
    color: #FFF;
    cursor: pointer;
    margin-bottom: 0;
}
.actions_nav {
    gap: 0.26rem;
}
.actions_nav .item{
    background: #000000;
    padding: 1.042rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.actions_nav .item h3.font_secondary{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.458rem;
    margin-bottom: 0.26rem;
}
.actions_nav .item .icon_wrap{
    margin-right: 1.5625rem;
    width: 2.604rem;
    min-width: 2.604rem;
}
.actions_nav .item .icon_wrap svg{
    width: 100%;
    height: auto;
}
.actions_nav .item p{
    margin-bottom: 0;
    color: #A0A0A0;
}
.products_page{
    position: relative;
}
.products_page:before{
    width: 100%;
    right: 0;
    top: -5.521rem;
    position: absolute;
    content: '';
    height: 50.885rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg_product.jpg');
}
.products_page .actions_nav{
    margin: 4.6875rem 0 5.729rem;
}
.products_page .grid-container{
    position: relative;
    z-index: 9;
}
.home_2{
    padding: 4.167rem 0 4.167rem;
}
.home_2 .title_background{
    /* Style from origin-title-watermark.css (viền brand, ruột shell) */
    color: var(--fc-shell, #f2f5f3);
    -webkit-text-fill-color: var(--fc-shell, #f2f5f3);
}
.home_2 .sec_title{
    background-image: linear-gradient(269.78deg, #565656 2.15%, #000000 50.86%, #636363 72.91%, #000000 99.2%);
}
.home_2 .threesixty{
    width: 100% !important;
    height: 31.51rem !important;
}
.home_2 .buttons_wrap{
    margin-top: 4.167rem;
    gap: 1.458rem;
}
.home_3{
    padding: 4.167rem 0;
}
.home_3 .grid_box{
    width: 63.021rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: calc(60% - 0.208rem) 40%;
    grid-gap: 0.208rem;
    max-width: 100%;
}
.home_3 .grid_box .service_item{
    height: 16.5625rem;
}
.home_3 .grid_box .service_item .img_wrap{
    height: 100%;
    aspect-ratio: unset;
}
.home_3 .grid_box .service_item:nth-of-type(1){
    grid-row: 1/3;
    height: 33.125rem;
}
.home_3 .grid_box .service_item .cont_wrap{
    bottom: 1.5625rem;
}
.home_4{
    padding: 15.9375rem 0 6.167rem;
    background-size: 100% 100%;
}
.image_carousel {
    gap: 0.9375rem;
}
.image_carousel .img:nth-of-type(2){
    margin-top: -6.25rem;
}
.home_4 .col_6:nth-of-type(1){
    padding-right: 6.5625rem;
}
.home_4 .col_6:nth-of-type(2){
    padding-left: 0.833rem;
}
.home_4 .heading_group{
    padding-top: 0;
}
.home_4 .title_background{
    right: 100%;
    top: 0;
    left: unset;
    transform: rotate(-90deg) translateX(16%);
    transform-origin: 100% 100%;
    width: max-content;
}
.home_4 .post_content{
    margin-bottom: 1.667rem;
}
.page-template-home .why_choose_sec{
    padding-top: 0;
}
.home_swiper_2 .swiper-slide.swiper-slide-active{
    z-index: 99;
}
.home_swiper_2 .product_360_wrap{
    position: relative;
    padding-top: 5.417rem;
}
.home_swiper_2 .image_list > div:not(.active){
    display: none;
}
.home_swiper_2 .image_list{
    text-align: center;
    padding-top: 6.458rem;
}
.home_swiper_2 .image_list img{
    height: 31.51rem;
    object-fit: contain;
    width: auto;
    -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;
    transition-delay: 800ms;
    opacity: 0;
    transform: scale(0);
}
.product_information{
    position: absolute;
    top: 0;
    left: 4.6875rem;
    z-index: 40;
    transform: translateX(-4.083rem);
    opacity: 0;
    -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;
    transition-delay: 800ms;
}
.home_swiper_2 .swiper-slide-active .product_information{
    transform: translateX(0);
    opacity: 1;
}
.product_information h3.font_secondary_2{
    font-size: 1.823rem;
    font-weight: 700;
    line-height: 2.083rem;
    margin-bottom: 0px;
}
.product_information .product_capacity {
    font-size: 4.167rem;
    font-weight: 700;
    line-height: 4.6875rem;
    margin-bottom: 2.083rem;
}
.product_information .product_features{
    margin-bottom: 1.667rem;
}
.product_information .product_features li{
    margin-bottom: 0px;
}
.product_information .product_features li+li{
    margin-top: 1.667rem;
}
.product_information .product_features span{
    display: block;
    color: #5B5B5B;
}
.product_information .product_features strong{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.604rem;
}
.product_information .colors_wrap{
    position: relative;
    display: flex;
    z-index: 60;
}
.product_information .colors_wrap .color_dot{
    width: 2.1875rem;
    height: 2.1875rem;
}
.product_information .colors_wrap .color_dot+.color_dot{
    margin: 0 0 0 0.625rem;
}
.home_swiper_2 .arrow{
    position: absolute;
    bottom: 2.917rem;
    cursor: pointer;
    width: 4.271rem;
    height: 4.271rem;
    display: flex;
    z-index: 9;
}
.home_swiper_2 .arrow.prev{
    left: 0;
}
.home_swiper_2 .arrow.next{
    right: 0;
}
.home_swiper_2 .buttons{
    position: absolute;
    right: 3.021rem;
    top: 1.875rem;
    z-index: 25;
    -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;
    transform: translateX(4.083rem);
    opacity: 0;
    transition-delay: 800ms;
}
.home_swiper_2 .swiper-slide-active .image_list img{
    transform: scale(1);
    opacity: 1;
}
.home_swiper_2 .swiper-slide-active .buttons{
    transform: translateX(0);
    opacity: 1;
}
.home_swiper_2 .buttons > a.play_button{
    margin-bottom: 2.34375rem;
}
.home_swiper_2 .buttons > a.play_button svg{
    width: 4.479rem;
    height: 4.479rem;
}
.home_swiper_2 .buttons > a.product_link{
    width: 4.583rem;
    height: 4.583rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    padding: 3px;
}
.home_swiper_2 .buttons > a.product_link:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    pointer-events: none;
    background: linear-gradient(to right, #000000 0%, #636363 50%, #000000 100%);
    z-index: -1;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
.home_swiper_2 .buttons > a.product_link .btn_inner{
    background-image: radial-gradient(#ECECEC -80%, #4E4E4E 30%, #1b1b1b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
}
section.home_6{
    padding: 4.167rem 0;
}
section.home_6 .heading_group{
    margin-bottom: 0;
    padding-top: 0;
}
section.home_6 .right .title_background{
    bottom: 100%;
    top: unset;
}
section.home_6 .menu_news ul{
    margin-bottom: 0.833rem;
}
section.home_6 .grid-container > .flex_box{
    margin-bottom: 3.49rem;
}
section.home_6 .grid_box{
    grid-gap: 1.25rem;
}
.actions_nav.home_actions{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.actions_nav.home_actions .item{
    padding: 1.979rem
}
.actions_nav.home_actions .item+.item{
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.actions_nav.home_actions .item{
    background: #202127;
    width: 100%;
}
.actions_nav.home_actions .item h3{
    margin-bottom: 0;
}
.home_banner .swiper_pagination{
    position: absolute;
    right: 13.229rem;
    bottom: 3.333rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    z-index: 9;
}
.home_banner .swiper_pagination > .swiper-pagination-bullet{
    width: 2.1875rem;
    margin-left: 0.3125rem !important;
    height: 3px;
    background: #FFF;
    opacity: 0.3;
    border-radius: 0 !important;
    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;
}
.home_banner .swiper_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 3.958rem;
    opacity: 1;
}
#wrapper #header{
}
#wrapper #header .container{
    padding-right: 5.625rem;
    padding-left: 3.75rem;
}
#wrapper #header #logo{
    width: 20.833rem !important;
}
#wrapper #header #masthead.header-main{
    height: auto !important;
}
#wrapper #header .header-bg-color{
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
#wrapper #header .header-wrapper.stuck .header-bg-color{
    background: rgba(0, 0, 0, 1);
}
.contact-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.9375rem;
    padding-bottom: 0.625rem;
}
.contact-header .item{
    margin-left: 3.125rem;
    display: flex;
    align-items: center;
}
.contact-header .item img{
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.3125rem;
}
.contact-header .item p{
    margin-bottom: 0;
    font-size: 0.729rem;
    font-weight: 400;
    line-height: 1.042rem;
}
.contact-header .item a{
    letter-spacing: 0.11em;
    color: #FFF;
}
#wrapper #header .header-nav-main > li{
    margin-right: 0;
}
#wrapper #header .header-nav-main > li > a{
    font-size: 0.78125rem;
    font-weight: 700;
    line-height: 1.302rem;
    color: #FFF;
    padding: 0.625rem 0;
    display: flex;
    position: relative;
    -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;
}
#wrapper #header .header-nav-main > li > a:before{
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    -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;
    background: var(--primary-color);
    opacity: 1 !important;
}
#wrapper #header .header-nav-main li > ul.sub-menu{
    padding: 0 0.625rem;
}
#wrapper #header .header-nav-main li > ul.sub-menu > li > a{
    margin: 0;
    text-transform: uppercase;
    font-size: 0.78125rem;
    font-weight: 700;
    line-height: 1.302rem;
}
#wrapper #header .header-nav-main > li+li{
    margin-left: 2.8125rem
}
#wrapper #header .contact-header{
    -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;
}
#wrapper #header .header-wrapper.stuck #logo img{
    max-height: 2.604rem !important;
}
#wrapper #header .header-wrapper.stuck .contact-header{
    padding-top: 0.521rem;
    padding-bottom: 0.3125rem;
}
#wrapper #header .header-wrapper.stuck .header-nav-main > li > a{
    padding: 0.3125rem 0;
}
.form_footer{
    padding: 1.979rem 0;
    background: linear-gradient(90deg, #871015 0%, #ED1C24 50%, #871015 100%);
}
.form_footer .font_secondary{
    font-size: 1.823rem;
    font-weight: 600;
    line-height: 1.979rem;
    margin-bottom: 0.417rem;
}
.form_footer form {
    display: flex;
    padding: 0.15625rem;
    background: #FFF;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    padding-left: 2.083rem;
    width: 37.292rem;
    margin-left: auto;
    max-width: 100%;
}
.form_footer form .wpcf7-response-output{
    display: none !important;
}
.form_footer form input{
    margin-bottom: 0;
    padding: 0 !important;
    background-color: transparent;
    height: 100%;
    border: none;
}
.form_footer form span.wpcf7-form-control-wrap{
    flex-grow: 1;
}
.form_footer form input[type='submit']{
    font-size: 0;
    flex-grow: unset;
    background-color: var(--primary-color);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBxc6xEcAgCIVhzGUQVsmmbqabEIoUJEF9aOF/R0PxAZEmIlkWOmhHeph1iv1kBShhxAE4hHjAs8eQFgAjPQBCRsAQQYAuggJNJAK4SBT4ITPAC5kFLHKaXdW5UkqV8LIVOfLBtxsm4Y7tnuy73AAAAABJRU5ErkJggg==');
    width: 2.8125rem;
    min-width: 2.8125rem;
    height: 2.8125rem;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: 0.833rem 0.833rem;
    background-position: center;
    background-repeat: no-repeat;
}
.main_footer{
    padding: 4.6875rem 0 4.167rem;
}
.main_footer .logo_footer{
    margin-bottom: 2.083rem;
}
.main_footer .footer_contact{
    margin-bottom: 2.396rem;
}
.main_footer .footer_contact > li{
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.main_footer .footer_contact > li > svg,
.main_footer .footer_contact > li > img{
    margin-right: 0.521rem;
    width: 1.25rem;
    min-width: 1.25rem;
    height: auto;
}
.main_footer .footer_contact > li *{
    font-size: 0.78125rem;
    font-weight: 300;
    line-height: 1.354rem;
    color: #FFF;
}
.main_footer .footer_contact > li+li{
    margin-top: 0.729rem;
}
.main_footer .footer_contact > li.hotline > a{
    font-size: 1.302rem;
    line-height: 1.354rem;
    letter-spacing: 0.09em;
}
.main_footer .footer_social > a{
    margin-right: 0.9375rem;
}
.main_footer .footer_title{
    margin-bottom: 1.042rem;
}
.main_footer .footer_menu > li{
    margin-bottom: 0;
}
.main_footer .footer_menu > li > a{
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.354rem;
    color: #C2C2C2;
    display: block;
}
.main_footer .footer_menu > li+li{
    margin-top: 0.26rem;
}
.main_footer .col_5:last-of-type{
    padding-left: 4.6875rem;
}
.main_footer .col_5:last-of-type > div:nth-of-type(2){
    margin-top: 3.4375rem;
    gap: 0.521rem 1.042rem;
}
.main_footer{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.copyright{
    padding: 0.521rem 0;
}
.copyright ul.ls_none{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}
.copyright ul.ls_none > li{
    margin: 0 0 0 0.625rem;
}
.copyright ul.ls_none > li > a{
    font-size: 0.729rem;
    font-weight: 300;
    line-height: 1.042rem;
    color: #C2C2C2;
}
#wrapper #header .header-nav-main > li > a:hover:before,
#wrapper #header .header-nav-main > li.current-menu-item > a:before{
    width: 100%;
}
#wrapper #header .header-nav-main > li > a:hover,
#wrapper #header .header-nav-main > li.current-menu-item > a{
    color: var(--primary-color);
}
#wrapper #header .header-nav-main > li > a:hover path,
#wrapper #header .header-nav-main > li.current-menu-item > a path{
    stroke: var(--primary-color);
}
.back-to-top.button{
    border-width: 1px;
    width: 3.021rem;
    height: 3.021rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed_buttons{
    position: fixed;
    bottom: 4.6875rem;
    right: 0;
    z-index: 99;
    transform: translateX(calc(100% - 4.167rem));
}
.fixed_buttons > .item{
    margin-top: 0.26rem;
    padding: 2px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
    -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;
    width: 100%;
}
.fixed_buttons > .item:before{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background-image: radial-gradient(49.07% 758.46% at 50.75% 50%, #ECECEC 0%, #4E4E4E 52.08%, #E0E0E0 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    z-index: -1;
}
.fixed_buttons > .item:hover{
    transform: translateX(calc(0px - calc(100% - 4.167rem)));
}
.fixed_buttons > .item > .item_inner > a{
    display: flex;
    align-items: center;
    padding: 0.833rem 1.40625rem;
    background: #E30011;
    -webkit-border-radius: 2.604rem 0 0 2.604rem;
    -moz-border-radius: 2.604rem 0 0 2.604rem;
    border-radius: 2.604rem 0 0 2.604rem;
}
.fixed_buttons > .item > .item_inner > a img{
    width: 1.5625rem;
    height: auto;
    margin-right: 1.40625rem;
}
.fixed_buttons > .item span{
    font-size: 0.729rem;
    font-weight: 700;
    line-height: 1.042rem;
    color: #FFF;
}
.btn.btn_loading{
    position: relative;
}
.btn.btn_loading:after{
    width: 2.1875rem;
    height: 2.1875rem;
    position: absolute;
    content: '';
    left: calc(50% - 1.09375rem);
    top: calc(50% - 1.09375rem);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    border-bottom-color: #111111;
    animation: rotation 1s infinite;
}
.btn.btn_loading span{
    opacity: 0 !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before{
    display: none !important;
}
section.search_page{
    padding: 4.167rem 0;
}
section.search_page .search_grid{
    margin-top: 3.125rem;
}
section.search_page .search_grid h2.sec_title_2{
    margin-bottom: 1.5625rem;
}
section.search_page .search_grid .grid_box{
    grid-gap: 2.083rem 1.25rem;
    margin-bottom: 2.604rem;
}
section.search_page .search_grid.products_search .item .img_wrap{
    margin-bottom: 1.042rem;
}
.fixed_nav{
    position: fixed;
    top: 50%;
    left: 2.1875rem;
    transform: translateY(-50%);
    z-index: 9;
}
.fixed_nav > ul{
    list-style: none;
}
.fixed_nav > ul > li+li{
    margin-top: 1.5625rem;
}
.fixed_nav > ul > li > a{
    position: relative;
}
.fixed_nav > ul > li > a .dot{
    display: flex;
    width: 1.042rem;
    height: 1.042rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #8e8e8e;
    -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;
}
.fixed_nav > ul > li > a .dot_label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 0.417rem);
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.042rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    color: #000;
    background: #FFF;
    width: max-content;
    padding: 0 0.625rem;
    opacity: 0;
    pointer-events: none;
    -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;
}
.fixed_nav > ul > li > a.active .dot,
.fixed_nav > ul > li > a:hover .dot{
    background: var(--primary-color);
}
.fixed_nav > ul > li > a.active .dot_label,
.fixed_nav > ul > li > a:hover .dot_label{
    opacity: 1;
}
.popup_form{
    display: none;
}
#submit_add_car .select-styled,
.popup_form .select-styled{
    background-image: url('../images/chevron-down-black.svg');
}
.popup_form .form_popup_title{
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 0.521rem;
}
.popup_form .form_popup_des{
    margin-bottom: 1.5625rem;
}
.popup_form.popup_small{
    width: 37.5rem;
    max-width: 100%;
    padding: 4.6875rem 4.896rem;
}
.popup_form .fancybox-button.fancybox-close-small{
    color: #000;
}
.popup_form .form_wrap .form_group.submit_btn{
    width: 100%;
}
.popup_form .form_wrap .form_group.submit_btn .btn_inner,
.popup_form .form_wrap .form_group.submit_btn .btn{
    width: 100%;
}
.popup_form form .btn span.icon{
    display: none !important;
}
.popup_form .form_wrap .has_child svg path{
    stroke: #000
}
.popup_form.popup_medium {
    padding: 0 !important;
    width: 59.375rem;
    max-width: 100%;
}
.popup_form.popup_medium  .img_wrap{
    width: 42%;
}
.popup_form.popup_medium  .cont_wrap{
    padding: 4.6875rem 3.333rem;
    width: 58%;
}

.popup_form#service_form .form_group:nth-of-type(2),
.popup_form#service_form .form_group:nth-of-type(3){
    width: 48%;
}
.flex_mobile{
    display: none !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
    :root{
        --container-w: 1200px
    }
}
body.body-scroll-lock--active .mfp-wrap{
    z-index: 99999;
}
.off-canvas-left .mfp-content{
    background: #FFF;
}
.dots_mobile{
    display: none !important;
}
section.installment_page #TT-load-results-installment.loaded{
    margin-top: 7.292rem;
}
section.installment_page{
    padding: 9.271rem 0 10.9375rem;
}
section.installment_page .col_6:nth-of-type(1){
    padding-right: 7.5rem;
}
#estimate_popup input{
    padding-right: 2.083rem;
}
#estimate_popup span.unit{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 2.083rem;
}
#estimate_popup .field_error{
    font-size: 14px;
    font-weight: normal;
    background-color: #f1f1f1;
    border-radius: 3px;
    color: var(--primary-color);
    line-height: 1.2em;
    margin-top: -10px;
    opacity: 1;
    padding: 5px 8px;
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
}
button#form-installment-btn{
 margin-bottom: 0;
}
#estimate_popup .field_error:after{
    border: 6px solid rgba(136, 183, 213, 0);
    border-bottom-color: #f1f1f1;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 30px;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.results-estimated-installment--box .buttons_wrap{
    margin-top: 3.75rem;
    gap: 1.042rem;
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    background: var(--primary-color);
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li,
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
    font-size: 0.78125rem;
    font-weight: 700;
    line-height: 3.125rem;
    padding-left: 1.979rem;
    padding-right: 1.979rem;
    text-transform: uppercase;
}
.results-estimated-installment--box .TT-estimated-installment--heading > ul > li+li > p{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.results-estimated-installment--box ul > li:nth-of-type(1){
    width: 8.5%;
    text-align: center;
}
.results-estimated-installment--box ul > li:nth-of-type(2){
    width: 19%;
}
.results-estimated-installment--box ul > li:nth-of-type(3){
    width: 23%;
}
.results-estimated-installment--box ul > li:nth-of-type(4){
    width: 26%;
}
.results-estimated-installment--box ul > li:nth-of-type(5){
    width: 23.5%;
}
.results-estimated-installment--box .TT-estimated-installment--list{
    max-height: 21.875rem;
    overflow: auto;
}
.results-estimated-installment--box .TT-estimated-installment--list ul{
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--list ul li{
    margin: 0;
    padding-left: 1.979rem;
    padding-right: 1.979rem;
}
.results-estimated-installment--box .TT-estimated-installment--list ul p{
    font-family: Google Sans;
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 3.125rem;
    margin: 0;
}
.results-estimated-installment--box .TT-estimated-installment--list .TT-item-estimated-installment:nth-of-type(odd) ul{
    background-color: #202127;
}
.results-estimated-installment--box .TT-estimated-installment--list .TT-item-estimated-installment:nth-of-type(even) ul{
    background-color: #27282F
}
.results-estimated-installment--box .TT-estimated-installment--list ul > li+li{
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.results-estimated-installment--box .TT-estimated-installment--total > ul{
    display: flex;
    list-style: none;
    background: #27282F;
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li{
    padding-left: 1.979rem;
    margin-bottom: 0;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li > b{
    display: none;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
    margin-bottom: 0;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 4.271rem;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(1){
    width: 27.5%;
    text-align: left;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(2){
    width: 23%;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(3){
    width: 26%;
}
.results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(4) {
    width: 23.5%;
}
section.compare_page{
    padding: 6.354rem 0 9.6875rem;
}
section.compare_page .btn.mx_auto{
    margin-top: 4.0625rem;
}
section.compare_page .grid_box{
    grid-gap: 7.292rem;
}
section.compare_page .compare_image{
    margin-bottom: 1.458rem;
}
section.compare_page .compare_text h3{
    margin-bottom: 0.625rem;
}
section.compare_page .compare_text span.text{
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.171875rem;
    color: var(--primary-color);
    margin-right: 0.3125rem;
}
section.compare_page .plus_btn{
    display: flex;
    box-shadow: 0rem 0rem 2.604rem 0rem #D30D00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
section.compare_page .plus_btn:before{
    left: 50%;
    top: 50%;
    position: absolute;
    content: '';
    width: 3.75rem;
    height: 3.75rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1.5px dashed var(--primary-color);
    -webkit-transition: all 10s ease-in-out;
    -moz-transition: all 10s ease-in-out;
    -ms-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
}
section.compare_page .compare_item:hover .plus_btn:before{
    animation: bubble 1.5s infinite;
}
#popup_pick_car{
    display: none;
    width: 32.292rem;
    max-width: 100%;
    min-height: 37.8125rem;
}
#popup_pick_car h3.title{
    font-size: 2.083rem;
    line-height: 2.5rem;
    margin-bottom: 0.625rem;
}
#popup_pick_car .post_content{
    margin-bottom: 1.771rem;
}
#popup_pick_car .select-options{
    max-height: 12.76rem;
}
#popup_pick_car .product {
    margin-top: 2.604rem;
    margin-bottom: 1.354rem;
}
#popup_pick_car .product .text_primary{
    font-size: 1.5625rem;
    line-height: 2.083rem;
}
#popup_pick_car .product .img_wrap{
    width: 60%;
    height: 10.417rem;
}
#popup_pick_car .product .cont_wrap{
    padding-top: 1.042rem;
    flex-grow: 1;
    padding-right: 1.042rem;
}
#popup_pick_car .product .img_wrap img{
    object-fit: contain;
    object-position: center;
}
.btn.disabled{
    opacity: 0.4;
    pointer-events: none !important;
}
.load_compare_product .product.loading > div {
    opacity: 0;
}
.compare_table{
    list-style: none;
    margin: 0;
    padding: 0;
}
.compare_table li{
    margin: 0;
}
.compare_table > li > ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.compare_table > li > ul > li:nth-of-type(1){
    min-width: 34%;
    max-width: 34%;
}
.compare_table > li > ul > li:not(:nth-of-type(1)){
    flex-grow: 1;
    border-left: 2px solid #373842;
    max-width: 33%;
    min-width: 22%;
}
.compare_table li div.product_info{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #373842;
    height: 100%;
}
.compare_table div.product_info h3{
    margin-top: 1.302rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.compare_table .empty{
    border-bottom: 1px solid #373842;
}
.compare_table div.product_info a{
    margin-top: 1.667rem;
}
.compare_table div.product_info a > svg{
    margin-left: 0.521rem;
}
.compare_table div.product_info img{
    aspect-ratio: 1;
}
.compare_table li.title{
    text-align: left;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.51rem;
    padding: 0.833rem 1.458rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.compare_table li[class*='cont']{
    text-align: right;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.51rem;
    padding: 0.833rem 1.458rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.compare_table > li:nth-of-type(even){
    background-color: #27282F;
}
#popup_pick_car{
    padding: 3.125rem 2.396rem;
}
#popup_pick_car .fancybox-button.fancybox-close-small{
    padding: 0;
    color: #000
}
.home_5 video{
    width: 100%;
    height: auto;
    object-fit: cover
}
.show_mobile{
    display: none !important;
}
.exterior_swiper_wrap{
    width: 51.354rem;
    max-width: 100%;
    margin: 2.083rem auto 0;
}
.swiper.exterior_swiper_thumb_2 .swiper-slide,
.swiper.exterior_swiper_thumb .swiper-slide,
.swiper.product_gallery_thumb .swiper-slide{
    cursor: pointer;
    border: 2px solid transparent;
    -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;
}
.swiper.exterior_swiper_thumb_2 .swiper-slide-thumb-active,
.swiper.exterior_swiper_thumb .swiper-slide-thumb-active,
.swiper.product_gallery_thumb .swiper-slide-thumb-active{
    border-color: var(--main-cl);
}
.swiper.exterior_swiper_thumb_2,
.swiper.exterior_swiper_thumb,
.swiper.product_gallery_thumb{
    margin-top: 20px;
}
li.header-search .nav-dropdown{
    left: auto !important;
    right: -15px !important;
    opacity: 0;
    visibility: hidden !important;
    -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;
    padding: 10px;
    width: 400px;
}
li.header-search.is-active .nav-dropdown{
    visibility: visible !important;
    opacity: 1;
}
#estimate_popup form{
    margin-bottom: 0;
}
#estimate_result_popup .fancybox-button svg{
    color: #000
}
#estimate_result_popup{
    width: 75rem;
}
#installment_form.sent{
    width: var(--container-w);
    padding: 4.0625rem 2.708rem 2.917rem 5.208rem;
}
#installment_form .form_success_content *{
    color: #333 !important;
}
#installment_form .form_success_content{
    max-height: 75vh;
    overflow: auto;
    padding-right: 4.479rem;
}
#download_form.sent{
    padding: 2.083rem 3.125rem !important;
    text-align: center;
    width: 30rem;
}
#download_form.sent .btn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
@media only screen and (max-width: 1500px){
    .product_details_6 .colors_wrap{
        left: 14%;
    }
}
@media only screen and (max-width: 1400px){
    .product_details_6 .colors_wrap{
        left: 16%;
    }
}
@media only screen and (max-width: 1300px){
    .product_details_6 .colors_wrap{
        left: 18%;
    }
}
@media only screen and (min-width: 1280px){
    .service_item:hover .cont_wrap svg{
        transform: rotate(0);
        opacity: 1;
    }
    .hot_posts .item:hover .img_wrap img,
    section.search_page .search_grid.products_search .item:hover img,
    .post_item:hover .img_wrap img,
    .service_item:hover img{
        transform: scale(1.1);
    }
    .post_item:hover .cont_wrap:before{
        width: 100%;
    }
    .service_item:hover .img_wrap:after{
        opacity: 0;
    }
    .service_item:hover .img_wrap:before{
        opacity: 1;
    }
    .btn_primary:hover span.text{
        color: #000
    }
    .btn_primary:hover span.icon path{
        stroke: #000
    }
    .btn_secondary:hover .btn_inner:before,
    .btn_primary:hover .btn_inner:before{
        opacity: 1;
    }
    #footer a{
        -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;
    }
    #footer a:hover{
        color: var(--primary-color)
    }
    .recruit_table #recruit_table_list > li:hover a.btn_primary .btn_inner span.text{
        color: #FFF;
    }
    .recruit_table #recruit_table_list > li:hover a.btn_primary .btn_inner:before{
        opacity: 0;
    }
    .about_3 .title_background{
        top: -4.167rem;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    #wrapper #header .container{
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    #wrapper #header #logo{
        width: 12.5rem !important;
    }
    .contact-header .item,
    #wrapper #header .header-nav-main > li+li{
        margin-left: 1.25rem;
    }
    section.contact_page .col_6:nth-of-type(1){
        padding: 3rem;
    }
    section.contact_page .col_6:nth-of-type(2){
        padding: 4rem;
    }
    .main_footer .col_5:first-of-type{
        padding-right: 4rem;
    }
    .main_footer .col_5:last-of-type{
        padding-left: 2rem;
    }
    .heading_group .sec_title{
        font-size: 2.5rem;
        line-height: 2.85rem;
    }
    .heading_group .title_background{
        font-size: 3.75rem;
    }
    .form_footer .font_secondary{
        font-size: 1.625rem;
    }
    .form_footer .col_7{
        padding-left: 4rem;
    }
    section.single_recruit_1 .col_3{
        padding: 1.5rem 1rem;
    }
    section.single_recruit_1 .col_9{
        padding: 2rem 3rem;
    }
    section.single_recruit_2 .col_9.recruit_content{
        padding-right: 4rem;
    }
    section.single_recruit_2 .col_3{
        padding-left: 0;
    }
    section.single_recruit_2{
        padding: 2rem 0 3rem;
    }
    section.single_recruit_2 .col_9 #recruit_form{
        margin-top: 3rem;
    }
    section.services_page{
        padding: 3rem 0 4rem;
    }
    section.service_details_1 .col_8{
        padding-right: 3rem;
    }
    section.service_details_1 .booking_form_wrap{
        padding: 1.5rem;
    }
    section.service_details_1{
        padding: 3rem 0 4rem;
    }
    .actions_nav.home_actions .item{
        padding: 1rem;
    }
    .actions_nav .item .icon_wrap{
        margin-right: 0.75rem;
    }
    .home_3{
        padding: 3rem 0;
    }
    .home_4{
        padding: 8.9375rem 0 6.323rem;
    }
    .home_4 .col_6:nth-of-type(1){
        padding-right: 3rem;
    }
    .why_choose_sec{
        padding-bottom: 4rem;
    }
    .home_5 .play_button svg{
        width: 80px;
        height: 80px;
    }
    section.home_6{
        padding: 4rem 0;
    }
    section.about_1{
        padding: 5rem 0 3rem;
    }
    section.about_2{
        padding: 4rem 0 3rem;
    }
    section.about_3{
        padding-top: 2.5rem;
    }
    section.about_3 .about_swiper_thumb .item{
        padding-right: 2rem;
        padding-bottom: 3rem;
    }
    section.about_2 .col_6:nth-of-type(1){
        padding-right: 2rem;
    }
    section.about_2 .col_6:nth-of-type(2){
        padding-right: 0;
    }
    section.about_3 .about_swiper_thumb .swiper-slide-thumb-active .item,
    section.about_3 .about_swiper_thumb .item:hover{
        padding-bottom: 7rem;
    }
    .page-template-about .why_choose_sec{
        padding-top: 4rem;
    }
    .product_filters{
        gap: 16px
    }
    .product_item .cont_wrap{
        padding: 3rem 3.5rem;
    }
    .product_sorts{
        margin-bottom: 3rem;
    }
    .product_details_1 {
        padding-top: 8rem;
        padding-left: 2rem;
        padding-bottom: 4rem;
    }
    .product_details_1 .cont_wrap{
        padding: 1.5rem;
        top: 0;
        left: 0;
        position: relative;
        z-index: 2;
    }
    .fixed_nav{
        display: none !important;
    }
    .product_details_1 .cont_wrap h1{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .product_details_1 .product_capacity{
        font-size: 2rem;
        line-height: 2rem;
    }
    #product-banner .img_wrap{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .product_details_2{
        padding: 5rem 0 4rem;
    }
    .product_details_4{
        padding: 4rem 0 5rem;
    }
    .product_details_5{
        padding: 4rem 0;
    }
    .heading_group{
        margin-bottom: 2rem;
    }
    .product_details_6 .colors_wrap{
        left: 1.875rem;
    }
    section.product_details_7{
        padding: 4rem 0 3rem;
    }
    .product_details_7 .tabs_title.style_1{
        justify-content: left;
    }
    .tabs_title.style_1 > .tab_title{
        flex: 0 0 auto;
    }
    section.product_details_8{
        padding: 2rem 0;
    }
    section.product_details_9{
        padding: 2rem 0 3rem;
    }
    section.product_details_10{
        padding: 3rem 0 4rem;
    }
    section.product_details_11{
        padding: 4rem 0;
    }
    section.installment_page{
        padding: 5rem 0;
    }
    section.installment_page .col_6:nth-of-type(1){
        padding-right: 4.5rem;
    }
    section.installment_page #TT-load-results-installment.loaded{
        margin-top: 4rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul li,
    .results-estimated-installment--box .TT-estimated-installment--heading > ul > li > p{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
        font-size: 1.25rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li{
        padding-left: 1rem;
    }
    section.compare_page .grid_box{
        grid-gap: 3rem
    }
    section.compare_page{
        padding: 5rem 0;
    }
    .compare_table li.title,
    .compare_table li[class*="cont"]{
        padding: 12px 8px;
        font-size: 14px;
    }
    .product_information{
        left: 0;
    }
    .home_swiper_2 .buttons{
        right: 1.2rem;
    }
    .home_2 .buttons_wrap{
        margin-top: 3rem;
    }
    section.home_2{
        padding: 5rem 0;
    }
}
@media only screen and (max-width: 991px){
    .products_page:before{
        display: none !important;
    }
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    .heading_group{
        margin-bottom: 1.875rem;
    }
    section.contact_map{
        margin-top: 2rem;
    }
    section.contact_map iframe{
        height: 31.25rem;
    }
    section.contact_page .col_6:nth-of-type(1){
        padding: 2rem;
    }
    .sec_title_2{
        font-size: 1.625rem;
        line-height: 2rem;
    }
    .tablet_mx_auto{
        margin-left: auto;
        margin-right: auto;
    }
    .form_footer .col_7{
        padding-left: 0;
        margin-top: 1.25rem;
    }
    .main_footer .col_5:last-of-type{
        padding-left: 0;
        margin-top: 3.125rem;
    }
    .main_footer{
        padding: 3rem 0;
    }
    section.contact_page .col_6:nth-of-type(2){
        padding: 3rem;
    }
    .fixed_buttons{
        transform: translateX(calc(100% - 45px));
    }
    .fixed_buttons > .item:hover {
        transform: translateX(calc(0px - calc(100% - 45px)))
    }
    .fixed_buttons > .item > .item_inner > a{
        padding: 0.5rem 0.75rem;
    }
    .fixed_buttons > .item > .item_inner > a img{
        margin-right: 0.625rem;
    }
    #main-menu.mobile-sidebar ul > li > a{
        font-family: 'SFU Eurostile', 'Google Sans', sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        color: #000
    }
    #main-menu.mobile-sidebar ul > li{
        border-bottom: 1px solid #ADADAD;
        border-top: none;
    }
    #main-menu.mobile-sidebar ul > li path{
        stroke: #000
    }
    #main-menu.mobile-sidebar ul > li.current-menu-item {
        border-color: var(--primary-color);
    }
    #main-menu.mobile-sidebar ul > li.current-menu-item > a{
        color: var(--primary-color)
    }
    #wrapper #header .container li.header-search > a,
    #wrapper #header .container li.nav-icon > a{
        color: #FFF;
    }
    section.system_page{
        padding: 3rem 0 4rem;
    }
    .heading_group .sec_title {
        font-size: 2.15rem;
        line-height: 2.5rem;
    }
    .heading_group .title_background {
        font-size: 2.25rem;
        line-height: 1.3;
    }
    .stores_list_wrapper .col_5{
        padding: 2rem 1.5rem;
    }
    .stores_list_wrapper .col_5 .stores_list .store_item{
        padding-left: 0;
        padding-right: 0;
    }
    .stores_list_wrapper .col_5 .stores_list{
        max-height: 25.76rem;
    }
    .stores_list_wrapper .col_5 .fs_20{
        padding-left: 0;
    }
    .tablet_grid_2 > .item:nth-of-type(odd):last-of-type{
        grid-column: 1/3;
        width: 50%;
        margin: auto;
    }
    section.recruit_1{
        padding: 3.5rem 0 2rem;
    }
    section.recruit_2{
        padding: 2rem 0 3rem;
    }
    .recruit_table #recruit_table_title{
        display: none;
    }
    .recruit_table #recruit_table_list{
        max-height: unset;
    }
    .recruit_table #recruit_table_list > li{
        flex-direction: column;
        margin-bottom: 1.25rem;
    }
    .recruit_table #recruit_table_list > li > span{
        width: 100% !important;
        padding: 0 !important;
        min-height: 3.75rem;
    }
    .recruit_table #recruit_table_list > li > span+span{
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    .recruit_table #recruit_table_list > li > span > span{
        width: 50%;
        text-align: center !important;
        padding: 0.75rem !important;
    }
    .recruit_table #recruit_table_list > li > span > strong{
        display: block;
        width: 50%;
        text-align: center !important;
        padding: 0.75rem !important;
    }
    .recruit_table #recruit_table_list > li > span:nth-of-type(3){
        order: 6
    }
    .product_details_1 .product_actions > a.btn .btn_inner,
    .btn .btn_inner{
        padding: 0.5rem 1.25rem;
        -webkit-border-radius: 0.9375rem;
        -moz-border-radius: 0.9375rem;
        border-radius: 0.9375rem;
    }
    .btn_primary:before{
        -webkit-border-radius: 0.9375rem;
        -moz-border-radius: 0.9375rem;
        border-radius: 0.9375rem;
    }
    .btn span.text{
        font-size: 0.875rem;
    }
    section.single_recruit_2 .col_9.recruit_content{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    section.single_recruit_1 .col_3{
        text-align: center;
    }
    section.single_recruit_1 .col_3 .btn_primary{
        margin-left: auto;
        margin-right: auto;
    }
    .btn span.icon svg{
        width: 0.75rem;
        height: auto;
    }
    section.single_recruit_1 .col_9 .sec_des{
        padding-right: 0;
    }
    #posts_wrap .grid_box{
        grid-gap: 2rem 1.25rem
    }
    section.news_page{
        padding: 3rem 0 4rem;
    }
    .hot_posts .col_8 .cont_wrap{
        bottom: 1.875rem;
        left: 1.875rem;
        right: 3.75rem;
    }
    .hot_posts .col_4 .cont_wrap{
        bottom: 0.625rem;
        left: 0.625rem;
        right: 0.625rem;
    }
    section.related_posts{
        padding: 4rem 0 3rem;
    }
    section.single_post{
        padding: 3rem 0;
    }
    section.single_post .grid-container{
        max-width: var(--container-w);
    }
    .service_item .cont_wrap{
        bottom: 1rem;
    }
    .service_item .cont_wrap h3{
        font-size: 1.1rem;
    }
    section.service_details_1 .col_8{
        padding-right: 0;
    }
    section.service_details_1 .col_4{
        padding-left: 0;
        margin-top: 1.875rem;
    }
    section.service_details_2 .heading_group{
        padding-top: 0;
    }
    section.service_details_2{
        padding-bottom: 4rem;
    }
    .gallery_images .grid_box .img_wrap{
        height: 11rem;
    }
    .actions_nav.home_actions > .flex_box{
        flex-wrap: wrap;
    }
    .actions_nav.home_actions .item{
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
    .home_4 .col_6:nth-of-type(1){
        padding-right: 1.5rem;
    }
    .home_4 .col_6:nth-of-type(2){
        padding-top: 6rem;
    }
    .home_4{
        padding: 4rem 0 3rem;
    }
    .why_choose_sec .fs_20{
        font-size: 0.78125rem;
    }
    .why_choose_sec .counter_wrap{
        font-size: 2rem;
        line-height: 1.3;
    }
    .home_banner{
        height: 400px;
    }
    .home_banner .swiper_pagination{
        right: 50%;
        transform: translateX(50%);
        justify-content: center;
        bottom: 20px;
    }
    .home_banner .swiper_pagination > .swiper-pagination-bullet{
        width: 24px;
    }
    .home_banner .swiper_pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 40px;
    }
    .btn.btn_loading:after{
        width: 28px;
        height: 28px;
        left: calc(50% - 14px);
        top: calc(50% - 14px);
    }
    section.about_1 .title_background{
        display: none;
    }
    section.about_1 .heading_group{
        padding: 0;
    }
    section.about_3 .about_swiper{
        height: 30rem;
    }
    .why_choose_map .head svg{
        height: 3.2rem;
        width: 3.2rem;
    }
    .why_choose_map .dot{
        width: 26px;
        height: 26px;
    }
    .why_choose_map .dot svg{
        width: 1rem;
        height: 1rem;
    }
    .product_item .cont_wrap{
        padding: 1rem 1.5rem;
    }
    .product_item .cont_wrap h3{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .product_item .cont_wrap .product_capacity{
        font-size: 1.75rem;
        line-height: 1.3;
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .product_item .cont_wrap .post_content{
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .product_item .cont_wrap .price_wrap > .font_secondary{
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .post_content p, .post_content li, .post_content{
        font-size: 0.875rem;
    }
    .actions_nav.flex_box{
        flex-wrap: wrap;
    }
    .actions_nav .item{
        width: calc(50% - 10px);
    }
    .products_page .actions_nav{
        margin: 3rem 0;
    }
    .product_filters{
        flex-wrap: wrap;
    }
    .product_filters .filter_item{
        flex-grow: 1;
    }
    .product_filters .filter_title{
        width: 100%;
    }
    .specifications_table tr > td,
    .specifications_table tr > th{
        padding: 0.5rem 1.25rem;
    }
    .product_details_6 .threesixty{
        height: 25rem !important;
    }
    section.product_details_7 .product_swiper_1.swiper .swiper-slide .cont_wrap{
        padding-right: 0;
        padding-left: 16px;
    }
    .product_details_1 .product_price{
        font-size: 1.625rem;
        line-height: 1.3;
    }
    section.page_default .col_9{
        padding-left: 2rem;
    }
    .sidebar_menu ul.menu > li > a{
        font-size: 1rem;
        line-height: 1.3;
        padding-right: 0;
    }
    section.page_default{
        padding: 3rem 0 4rem;
    }
    .popup_form.popup_medium .cont_wrap{
        padding: 3rem 2rem;
    }
    .dots_mobile{
        display: flex !important;
        margin-top: 1.875rem;
        justify-content: center;
    }
    .dots_mobile > .swiper-pagination-bullet{
        width: 0.625rem;
        height: 0.625rem;
        background: #FFF;
        opacity: 0.8;
    }
    .dots_mobile > .swiper-pagination-bullet-active{
        opacity: 1;
        background: var(--main-cl);
    }
    .results-estimated-installment--box .TT-estimated-installment--heading{
        display: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul{
        flex-direction: column;
        background-color: #27282F;
        margin-bottom: 12px;
        border: 1px solid #ffffff47;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li{
        width: 100% !important;
        border: none !important;
        padding: 0 !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li > div{
        display: flex;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li span.label{
        display: block !important;
        width: 50%;
        text-align: left;
        line-height: 40px;
        padding-left: 12px;
        padding-right: 12px;
        border-bottom: 1px solid #ffffff47;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li p{
        width: 50%;
        text-align: right;
        border-bottom: 1px solid #ffffff47;
        border-left: 1px solid #ffffff47;
        line-height: 40px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul li:last-of-type > div > *{
        border-bottom: none !important;
    }
    section.installment_page #TT-load-results-installment.loaded{
        margin-top: 2rem;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > b{
        display: block;
        width: 50%;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
        width: 50%;
        text-align: right;
        line-height: 50px;
        border-left: 1px solid #ffffff47;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(1),
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li:nth-of-type(2){
        display: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul{
        flex-direction: column;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li+li{
        border-top: none !important;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li{
        display: flex;
        width: 100% !important;
        align-items: center;
        padding: 0 1rem !important;
        border: 1px solid #ffffff47;
    }
    section.installment_page .col_6:nth-of-type(1){
        padding-right: 2.5rem;
    }
    section.compare_page .grid_box{
        grid-gap: 2rem
    }
    section.compare_page{
        padding: 4rem 0;
    }
    section.compare_page .compare_text h3{
        font-size: 16px;
    }
    section.compare_page .compare_text > div > svg{
        height: 16px;
        width: auto;
    }
    section.compare_page .compare_text span.text{
        font-size: 14px;
    }
    .compare_table_wrap{
        overflow: auto;
    }
    .compare_table{
        /*width: 200vw;*/
    }
    .compare_table > li{

    }
    #main-menu.mobile-sidebar ul > li .toggle > i{
        color: #000
    }
    #main-menu.mobile-sidebar ul > li ul.sub-menu{
        padding-bottom: 0;
    }
    #main-menu.mobile-sidebar ul > li ul.sub-menu > li > a{
        border-bottom: none;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    #main-menu.mobile-sidebar ul > li ul.sub-menu > li{
        padding-left: 16px;
        border-bottom: none;
    }
    .hot_posts .col_8 .cont_wrap svg {
        display: none !important;
    }
    .product_information h3.font_secondary_2{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .product_information .product_capacity{
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .product_information .product_features strong{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .product_information .product_features li+li{
        margin-top: 0.6rem
    }
    .product_information .product_features{
        margin-bottom: 1rem;
    }
    .home_swiper_2 .buttons > a.product_link,
    .home_swiper_2 .buttons > a.play_button,
    .home_swiper_2 .buttons > a.play_button svg{
        width: 3rem;
        height: 3rem;
        max-width: 3rem;
        max-height: 3rem;
    }
    .home_swiper_2 .buttons > a.product_link svg{
        width: 20px;
        height: 20px;
    }
    .product_details_10 .box_swiper .swiper_arrow.next,
    .product_details_11 .box_swiper .swiper_arrow.next{
        right: 0;
        left: unset;
        z-index: 9;
    }
    .product_details_10 .box_swiper .swiper_arrow.prev,
    .product_details_11 .box_swiper .swiper_arrow.prev{
        left: 0;
        right: unset;
        z-index: 9;
    }
    body.single-product .box_swiper .swiper_arrow{
        z-index: 5;
    }
    body.single-product .box_swiper .swiper_arrow.next{
        right: 6px;
    }
    body.single-product .box_swiper .swiper_arrow.prev{
        left: 6px;
    }
    body.single-product #main > section{
        overflow: hidden;
    }
    .results-estimated-installment--box .TT-estimated-installment--list{
        max-height: 70vh;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul{
        background: var(--main-cl);
    }
    #installment_form.sent{
        padding: 3rem 2.5rem 2.5rem 3rem;
    }
    #installment_form .form_success_content{
        padding-right: 2.5rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse !important;
    }
    .mobile_text_center{
        text-align: center;
    }
    section.contact_page .col_6:nth-of-type(2){
        padding: 2rem;
    }
    .heading_group .sec_title{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .heading_group .title_background{
        font-size: 1.5rem;
        line-height: 1.3;
        -webkit-text-stroke: 3px transparent;
    }
    .heading_group{
        padding-top: 1.625rem;
    }
    .breadcrumbs{
        display: none !important;
    }
    section.contact_page{
        padding-top: 2rem;
    }
    section.contact_map iframe{
        height: 25rem;
    }
    .form_footer .font_secondary,
    .sec_title_2{
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .form_footer form input[type='submit']{
        height: 2.25rem;
        width: 2.25rem;
        min-width: 2.25rem;
    }
    .form_footer form{
        padding-left: 1.25rem;
    }
    .main_footer .col_5:first-of-type{
        padding-right: 1.25rem
    }
    .copyright ul.ls_none > li{
        margin-right: 0.625rem;
        margin-top: 0.625rem;
    }
    .fixed_buttons > .item > .item_inner > a img{
        width: 1.25rem;
    }
    .fixed_buttons {
        transform: translateX(calc(100% - 40px));
    }
    #wrapper #header #logo{
        width: 10rem !important;
    }
    section.system_page{
        padding: 2rem 0 3rem;
    }
    .stores_list_wrapper .col_7 img, .stores_list_wrapper .col_7 iframe{
        height: 21.875rem;
    }
    .store_filter{
        flex-direction: column;
    }
    .store_filter .select{
        margin-bottom: 1.25rem;
    }
    .store_filter .select-styled{
        padding: 0.625rem 0;
    }
    .store_filter button{
        margin-left: auto;
        margin-right: auto;
    }
    .recruit_table #recruit_table_list > li > span > strong{
        font-size: 0.75rem;
        width: 45%;
        line-height: 1.25rem;
    }
    .recruit_table #recruit_table_list > li > span > span{
        font-size: 0.8125rem !important;
        line-height: 1.25rem;
        width: 55%;
    }
    .tablet_grid_2 > .item:nth-of-type(odd):last-of-type{
        grid-column: unset;
        width: 100%;
        margin: auto;
    }
    section.recruit_1{
        padding: 2.5rem 0 1rem;
    }
    section.recruit_2{
        padding: 1rem 0 2rem;
    }
    section.single_recruit_1{
        padding: 2rem 0;
    }
    section.single_recruit_2 .col_9.recruit_content .item+.item{
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
    section.single_recruit_2 .col_9 #recruit_form{
        padding: 1.5rem;
        margin-top: 2rem;
    }
    #recruit_form .form_wrap .form_group.file_wrap{
        flex-direction: column;
    }
    #recruit_form .form_wrap .form_group.submit_btn{
        margin: 1.875rem auto 0 0;
    }
    section.single_recruit_2 .col_9.recruit_content .col_4{
        padding-right: 0;
        margin-bottom: 0.625rem;
        font-size: 1.25rem;
    }
    section.single_recruit_1 .col_9 {
        padding: 1rem 1rem
    }

    section.single_recruit_1 .price_share .job_details {
        flex-direction: column;
        width: 100%
    }

    section.single_recruit_1 .price_share>.job_details .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .625rem
    }

    section.single_recruit_1 .price_share {
        flex-wrap: wrap
    }
    section.single_recruit_1 .col_9 .price_share .share_btns > a{
        margin-left: 0;
        margin-right: 1rem;
    }
    section.single_recruit_1 h1.sec_title_2{
        font-size: 1.25rem;
    }
    section.news_page{
        padding: 2rem 0 3rem;
    }
    .hot_posts .col_4{
        padding-left: 0;
        margin-top: 1.042rem;
    }
    .menu_news ul{
        display: none;
    }
    .hot_posts{
        margin-bottom: 2rem;
    }
    .post_item h3{
        font-size: 0.875rem;
        line-height: 1.25rem;
        height: 2.25rem;
    }
    .post_item .cont_wrap{
        padding: 0.75rem 0;
    }
    .hot_posts .col_8 .cont_wrap{
        bottom: 1.25rem;
        left: 1.25rem;
        right: 1.25rem;
    }
    section.single_post{
        padding: 2rem 0;
    }
    section.single_post h1.sec_title_2{
        padding-bottom: 1rem;
        margin-bottom: 1.75rem;
    }
    .post_content h3{
        font-size: 1.25rem;
    }
    section.single_post .post_nav{
        flex-direction: column;
        gap: 0.75rem
    }
    section.related_posts{
        padding: 2.5rem 0 2rem;
    }
    section.services_page{
        padding: 2rem 0 2.5rem;
    }
    section.service_details_1{
        padding: 2rem 0 3rem;
    }
    .gallery_images .grid_box .img_wrap{
        grid-column: unset !important;
        grid-row: unset !important
    }
    section.home_6 .grid-container > .flex_box .left .sec_title{
        margin: auto;
    }
    section.home_6 .grid-container > .flex_box .left br{
        display: none;
        float: unset;
    }
    section.home_5 img{
        height: 250px;
    }
    section.home_6 .grid-container > .flex_box .left{
        width: 100%;
        text-align: center;
    }
    .home_5 .play_button svg{
        height: 52px;
        width: 52px;
    }
    .why_choose_sec .grid_box{
        margin-top: 2rem;
        grid-gap: 10px
    }
    .why_choose_sec .counter_wrap{
        font-size: 26px;
    }
    .home_4 .col_6:nth-of-type(1){
        padding-right: 0;
    }
    .home_4 .col_6:nth-of-type(2){
        padding-top: 9rem;
    }
    .home_3{
        padding: 2rem 0 ;
    }
    .home_4{
        padding: 2.5rem 0 2rem;
    }
    .home_3 .grid_box{
        grid-template-columns: 1fr;
    }
    .home_3 .grid_box .service_item{
        grid-row: unset !important;
        height: calc(100vw - 20px) !important;
    }
    .actions_nav.home_actions .item > .flex_box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .actions_nav .item .icon_wrap{
        margin-right: 0;
    }
    .actions_nav .item p{
        font-size: 14px;
    }
    section.about_2 .col_6:nth-of-type(1){
        padding-right: 0;
    }
    section.about_2 .col_6:nth-of-type(2){
        padding-top: 2rem;
    }
    section.about_2 .col_6:nth-of-type(2) p:empty{
        display: none !important;
    }
    img.aligncenter {
        clear: both;
        display: block;
        margin: 0 auto;
    }
    section.about_1{
        padding: 2.5rem 0 2rem;
        margin-top: 0;
    }
    section.about_2{
        padding: 2rem 0;
    }
    section.about_3 .about_swiper_thumb .swiper-slide-thumb-active .item, section.about_3 .about_swiper_thumb .item:hover{
        padding-bottom: 2rem;
    }
    section.about_3 .about_swiper{
        height: 20rem;
    }
    .page-template-about .why_choose_sec{
        padding: 2.5rem 0;
    }
    .product_filters{
        gap: 10px;
        margin: 2rem 0;
    }
    .product_filters .filter_item{
        flex-grow: 1;
        width: 100%;
    }
    .product_filters .filter_list{
        width: 100%;
    }
    .product_filters .filter_item.show_filter{
        display: none !important;
    }
    .product_filters .filter_title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .product_sorts{
        gap: 16px;
        flex-direction: row-reverse;
    }
    .product_sorts .product_count{
        width: 55%;
    }
    .product_sorts .sort{
        flex-direction: column;
        width: 45%;
        align-items: flex-start;
    }
    .product_sorts .sort_item{
        margin-left: 0;
    }
    .actions_nav .item > .flex_box{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .actions_nav .item .icon_wrap{
        margin-right: 0;
    }
    .actions_nav .item .text_wrap h3{
        font-size: 15px;
    }
    .actions_nav .item p{
        font-size: 14px;
    }
    .product_filters .filter_item.search > span{
        display: none;
    }
    .product_filters .search form{
        margin-left: 0;
    }
    .product_swiper_3,
    .product_swiper_4{
        padding: 0 3rem;
        margin-bottom: 2rem;
    }
    .product_swiper_4 .img_wrap{
        margin-bottom: 0.75rem;
    }
    .product_swiper_4 h3{
        margin-bottom: 0.5rem;
    }
    section.product_details_11{
        padding: 2.5rem 0;
    }
    section.product_details_10{
        padding: 2rem 0 3rem;
    }
    section.product_details_9{
        padding: 2rem 0 1.5rem;
    }
    section.product_details_9 .tab_content_images .grid_box{
        grid-template-columns: 1fr;
    }
    section.product_details_9 .tab_content_images .grid_box .item:nth-of-type(1){
        grid-row: unset
    }
    section.product_details_9 .tabs_title{
        margin-bottom: 1.75rem;
    }
    .flex_mobile{
        display: flex !important;
    }
    .hide_mobile{
        display: none !important;
    }
    section.product_details_10 .grid-container > .flex_box, section.product_details_11 .grid-container > .flex_box{
        margin-bottom: 2rem;
    }
    .play_button svg{
        max-width: 42px;
        max-height: 42px;
    }
    .specifications_table tr > td,
    .specifications_table tr > th{
        font-size: 12px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.product_details_7{
        padding: 2.5rem 0 2rem;
    }
    section.product_details_7 .product_swiper_1.swiper .swiper-slide .flex_box{
        flex-direction: column-reverse;
    }
    section.product_details_7 .product_swiper_1.swiper .swiper-slide .img_wrap{
        width: 100%;
        padding: 0;
        margin-top: 12px;
    }
    section.product_details_7 .product_swiper_1.swiper .swiper-slide .cont_wrap{
        width: 100%;
        padding: 0;
    }
    section.product_details_5 .col_5{
        position: relative;
        z-index: 5;
    }
    section.product_details_5:before{
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        background: linear-gradient(90deg, #202127 0%, rgba(32, 33, 39, 0) 100%);
    }
    .tabs_title.style_1{
        justify-content: flex-start;
        padding-bottom: 0.25rem;
    }
    .product_details_2 .post_content{
        margin-bottom: 2rem;
    }
    .product_details_2{
        padding: 3rem 0;
    }
    #product-banner{
        padding: 0;
    }
    #product-banner .img_wrap img {
        min-height: 250px;
    }
    #product-banner .img_wrap {
        position: relative;
        height: auto;
    }
    section.page_default .col_9{
        padding-left: 0;
        margin-bottom: 1.25rem;
    }
    section.page_default .col_9 .sec_title_2{
        padding-bottom: 0.625rem;
    }
    section.page_default .col_9 .ask{
        padding: 0.5rem;
    }
    section.page_default .col_9 .ask span.count{
        padding-right: 0.5rem;
        min-width: 1.875rem;
    }
    section.page_default .col_9 .ask span.fs_18{
        padding-left: 0.5rem;
        padding-right: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.4;
    }
    section.page_default .col_9 .answer{
        padding-left: 0;
        padding-right: 0;
    }
    section.page_default{
        padding: 2rem 0 2.5rem;
    }
    .specifications_table{
        padding-right: 0;
        max-height: unset;
    }
    .popup_form.popup_medium .cont_wrap,
    .popup_form.popup_small{
        padding: 1.7rem 1.9rem;
        width: 100%;
    }
    .popup_form.popup_medium .img_wrap{
        display: none;
    }
    .popup_form .form_popup_title{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .home_banner{
        height: auto;
        aspect-ratio: 1920/937;
    }
    .results-estimated-installment--box .buttons_wrap{
        flex-direction: column;
    }
    section.installment_page{
        padding: 2.5rem 0;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > b{
        font-size: 14px;
    }
    .results-estimated-installment--box .TT-estimated-installment--list ul > li p,
    .results-estimated-installment--box .TT-estimated-installment--list ul > li span.label{
        font-size: 13px;
    }
    .results-estimated-installment--box .TT-estimated-installment--total > ul > li > p{
        font-size: 15px;
    }
    section.installment_page .col_6:nth-of-type(1){
        padding-right: 0;
    }
    section.compare_page .grid_box{
        padding: 0 50px;
    }
    section.compare_page{
        padding: 2.5rem 0;
    }
    section.compare_page .btn.mx_auto{
        margin-top: 2rem;
    }
    #popup_pick_car{
        padding: 2rem 1.5rem;
    }
    #popup_pick_car h3.title {
        font-size: 1.354rem;
        line-height: 1.667rem;
    }
    .compare_table > li > ul > li{
        max-width: 200px !important;
        min-width: 200px !important;
    }
    .compare_table > li > ul > li.empty,
    .compare_table > li > ul > li.title{
        min-width: 240px !important;
    }
    .compare_table > li > ul,
    .compare_table > li{
        /*width: max-content;*/
    }
    .compare_table div.product_info h3{
        -webkit-line-clamp: 2;
        font-size: 14px;
    }
    .compare_table li div.product_info{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .fixed_buttons{
        bottom: 0;
        transform: unset;
        left: 0;
        right: 0;
        display: flex;
    }
    .fixed_buttons .item span{
        display: none !important;
    }

    .fixed_buttons > .item{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .fixed_buttons > .item,
    .fixed_buttons > .item > .item_inner > a{
        border-radius: 0 ;
    }
    .fixed_buttons > .item > .item_inner,
    .fixed_buttons > .item > .item_inner > a{
        height: 100%;
        width: 100%;
    }
    .fixed_buttons > .item > .item_inner > a img{
        margin: 0;
    }
    .fixed_buttons > .item > .item_inner > a{
        justify-content: center;
    }
    .fixed_buttons > .item+.item{
        border-left: 1px solid rgb(201, 201, 201);
    }
    footer.footer-wrapper{
        padding-bottom: 42px;
    }
    .product_details_6 .product_360_wrap{
        position: relative;
    }
    .product_details_6 .colors_wrap{
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }
    .product_details_6 .colors_wrap .color_dot{
        width: 32px;
        height: 32px;
        margin-top: 8px;
        border-width: 2px;
    }
    .product_details_6 .threesixty{
        height: 18rem !important;
    }
    .product_details_6{
        padding: 3rem 0 2rem;
    }
    .wrap_filter_product{
        position: fixed;
        left: 0;
        top: 49px;
        width: 80vw;
        background: #000;
        height: calc(100vh - 49px);
        z-index: 9999;
        -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;
        transform: translateX(-100%);
    }
    .wrap_filter_product.show{
        transform: translateY(0);
    }
    .wrap_filter_product .show_filter_btn{
        height: 40px;
        width: 40px;
        border-radius: 0 10px 10px 0;
        background-color: var(--primary-color);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrap_filter_product.show .show_filter_btn > svg:first-of-type{
        display: none;
    }
    .wrap_filter_product:not(.show) .show_filter_btn > svg:last-of-type{
        display: none;
    }
    .wrap_filter_product .products_count{
        display: none !important;
    }
    .wrap_filter_product .product_filters{
        padding: 0 20px;
    }
    .wrap_filter_product .filter_inner{
        max-height: 100%;
        overflow: auto;
    }
    .product_filters .filter_list{
        position: unset;
        visibility: unset;
        pointer-events: unset !important;
        opacity: 1 !important;
        transition: unset !important;
        padding: 12px;
    }
    .product_filters .search input{
        border-radius: 0 !important;
    }
    .product_filters .filter_title{
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrap_filter_product .product_sorts{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_sorts .sort{
        width: 100%;
    }
    .product_sorts .sort > span{
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .product_sorts .sort > .sort_item{
        margin-bottom: 10px;
    }
    .products_page{
        padding-top: 2rem;
    }
    .home_2 .buttons_wrap{
        gap: 1rem;
        margin-top: 1.5rem;
    }
    .home_swiper_2 .image_list{
        padding-top: 16rem;
    }
    .home_swiper_2 .image_list img{
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    .product_details_10 .box_swiper .swiper_arrow.next svg,
    .product_details_11 .box_swiper .swiper_arrow.next svg,
    .product_details_10 .box_swiper .swiper_arrow.prev svg,
    .product_details_11 .box_swiper .swiper_arrow.prev svg{
        width: 50px;
        height: auto;
    }
    .product_details_11 .box_swiper .swiper_arrow.next,
    .product_details_11 .box_swiper .swiper_arrow.prev{
        top: 40%;
    }
    .fancybox-stage .fancybox-slide{
        padding: 0;
    }
    .actions_nav .item{
        width: calc(25px - 12px);
    }
    .actions_nav.home_actions .item{
        width: 25%;
        padding: 8px;
    }
    .actions_nav .item p{
        display: none !important;
    }
    .actions_nav .item .icon_wrap{
        width: 30px;
        min-width: 30px;
    }
    .actions_nav .item .text_wrap h3{
        font-size: 12px;
        line-height: 1.3;
    }
    section.home_6 .grid-container > .flex_box{
        margin-bottom: 2rem;
    }
    section.home_6 .heading_group{
        padding-top: 1.625rem;
        margin-bottom: 1rem;
    }
    .term_swiper{
        padding-right: 20px;
        padding-left: 20px;
    }
    .term_swiper .small_arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        z-index: 9;
    }
    .term_swiper .small_arrow.prev{
        left: 0;
    }
    .term_swiper .small_arrow.next{
        right: 0;
    }
    .term_swiper .item{
        text-align: center;
    }
    .term_swiper .swiper-slide{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .term_swiper .swiper-slide .item{
        width: 100px;
        text-transform: uppercase;
    }
    .term_swiper .swiper-slide-active .item{
        color: var(--primary-color);
    }
    .home_6 .small_arrow{
        background: #202127;
    }
    .product_details_4 .small_arrow{
        background: #202127;
    }
    .product_details_4 .term_swiper{
        padding: 0;
        margin: 0 26px  1.5rem;
    }
    .product_details_4 .small_arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        z-index: 9;
    }
    .product_details_4 .small_arrow.prev{
        left: 0;
    }
    .product_details_4 .small_arrow.next{
        right: 0;
    }
    .fixed_buttons > .item:hover {
        transform: unset
    }
    .show_mobile{
        display: block !important;
    }
    .fixed_buttons > .item:nth-of-type(3) a {
        transform: scale(1.6);
    }
    .fixed_buttons > .item:nth-of-type(3) img{
        animation: shake_ani 0.8s infinite ease-in-out;
    }
    .swiper.exterior_swiper_thumb,
    .swiper.product_gallery_thumb{
        margin-top: 12px;
    }
    .product_details_3 .grid-container .flex_box {
        gap: 0;
    }
    .product_details_3 .grid-container .item{
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-top: none;
        border-bottom: none;
    }
    .product_details_3 .grid-container{
        padding: 0;
    }
    .actions_nav .item .text_wrap h3{
        margin-bottom: 0 !important;
    }
    .actions_nav .item{
        padding: 8px;
    }
    .product_details_6,
    section.home_4,
    section.about_1{
        background-size: contain;
        background-position: top;
    }
    .products_page .items_wrap .item{
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-top: none;
        border-bottom: none;
    }
    .products_page .items_wrap{
        margin: 3rem -10px;
        gap: 0
    }
    .home_6 .right{
        display: none !important;
    }
    #wrapper,
    #main{
        max-width: 100vw;
        overflow-y: hidden;
    }
    body.page-template-about #main > section,
    body.page-template-home #main > section{
        overflow: hidden;
    }
    section.home_2{
        padding: 2rem 0;
    }
    li.header-search .nav-dropdown{
        width: 100vw;
        right: -1.25rem !important;
        padding: 0 !important;
        border: none !important;
    }
    .fixed_buttons > .item > .item_inner > a{
        padding: 1rem 0.75rem 1.25rem;
    }
    #estimate_result_popup{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #installment_form.sent{
        padding: 3rem 1rem 1.5rem 2rem;
    }
    #installment_form .form_success_content{
        padding-right: 1rem;
    }
    .home_swiper_2 .swiper-slide-active .product_information{
        transform: translateX(0);
        opacity: 1;
        position: relative;
        width: 100%;
        padding-right: 100px;
    }
    .home_swiper_2 .image_list{
        padding-top: 20px;
    }
    .home_swiper_2 .arrow svg{
        width: 100%;
        height: auto;
    }
    .home_swiper_2 .arrow{
        width: 40px;
        height: 40px;
        bottom: 0;
    }
    .product_details_4 .tabs_container > .flex_box{
        margin-bottom: 2rem;
    }
    .product_details_4 .tabs_title{
        margin-bottom: 0;
    }
    .compare_table > li > ul > li.empty{
        display: none !important;
    }
    .compare_table > li > ul > li{
        min-width: unset !important;
        max-width: unset !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .compare_table > li > ul > li.title{
        background-color: #27282F;
        width: 100% !important;
    }
    .compare_table > li > ul > li[class*='cont']{
        max-width: 50% !important;
        width: 100%;
        font-size: 12px;
        flex-basis: 0;
        align-items: flex-start;
    }
    .compare_table > li > ul > li:nth-of-type(2){
        border-left: none !important;
    }
    .compare_table > li:first-of-type{
        margin-bottom: 40px;
    }
    .compare_table > li:first-of-type > ul{
        flex-wrap: nowrap;
    }
    .compare_table > li > ul > li.product_compare_item{
        width: 100%;
        max-width: 50% !important;
    }
    .compare_table > li > ul{
        flex-wrap: wrap;
    }
    .compare_table > li:nth-of-type(even){
        background-color: transparent;
    }
    .compare_table > li > ul > li:not(:nth-of-type(1)){
        border-left: none;
    }
    .compare_table.sticky > li:first-of-type{
        position: fixed;
        animation: fade-down 0.6s;
        width: 100%;
        left: 0;
        top: 49px;
        z-index: 999;
        background-color: #27282F;
        border-bottom: 1px solid rgba(222, 222, 222, 0.3);
        padding-left: 10px;
        padding-right: 10px;
    }
    .compare_table.sticky .product_info{
        padding-bottom: 0;
        border-bottom: none !important;
    }
    .compare_table.sticky .product_info h3{
        font-size: 13px;
        text-align: left !important;
        /*padding-left: 8px !important;*/
        /*padding-right: 8px !important;*/
    }
    .compare_table.sticky .product_info h3+a,
    .compare_table.sticky .product_info .img_wrap{
        display: none !important;
    }
    .compare_table.sticky .product_info h3{
        margin-top: 10px;
    }
    .compare_table div.product_info svg{
        width: 16px;
        height: 16px;
    }
    .compare_table div.product_info a{
        font-size: 12px;
        margin-top: 0.75rem;
    }
}
.wpcf7-spinner{
    display: none !important;
}
@-webkit-keyframes shake_ani {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes fade-down {
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer â€” khÃ¡ch hÃ ng / logo marquee (footer.php marquee_sec) */
.marquee_sec{
    padding: 30px 0;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    margin-top: 2.083rem;
}
.marquee-content {
    display: flex;
    animation: scroll 40s linear infinite;
    width: fit-content;
}
.marquee-track {
    display: flex;
    gap: 3.333rem;
    padding-right: 3.333rem;
}

.marquee-track .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 5.208rem;
    min-width: 12.5rem;
    transition: all 0.4s;
}

.marquee-track .logo-item:hover {
    transform: scale(1.05);
}

.marquee-track .logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    padding: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee_track_slide {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .marquee_sec .marquee-content {
        animation: none;
    }
}