:root{
    --main-cl: #364185;
    --sub-cl: #009D48;
    --third-cl: #FF6900;
    --four-cl: #131313;
    --container-w: 75.521rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.6rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}
div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}
div.load_home_page.complete .mask {
    background-color: transparent;
}
div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}
div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}
div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}
div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}
div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}
div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}
.load_home_page.complete {
    visibility: hidden;
}
div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.8px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 0.8px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: var(--main-cl);
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #fff;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--main-cl);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.back_to_home a.button {
    border-radius: 8px;
    background: var(--main-cl);
}
/*COMPONENTS*/
body {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.9375rem;
    color: var(--four-cl);
    /*overflow-x: hidden;*/
}
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: var(--container-w) !important;
}
html.js.has-off-canvas-undefined {
    margin-right: 0.6rem !important;
}
/*transition svg*/
[itemprop="name"], cite, circle, svg, rect, path, stop, g, img, a, input, textarea, h1, h2, h3, h4, h5, h6, .box_img, span.icon, span.text, .swiper-pagination-bullet, .arrow, ::before, ::after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w_full {
    width: 100% !important;
}
.h_full {
    height: 100% !important;
}
.obj_cover {
    object-fit: cover;
}

/*box img*/
.box_img {
    overflow: hidden;
    position: relative;
}
.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col, .pb_0.col {
    padding-bottom: 0 !important;
}

/*heading*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    color: #000000;
}
.heading_sec {
    font-family: 'Wix Madefor Text Bold';
    text-transform: uppercase;
    line-height: 1.4;
    color: var(--main-cl);
    margin-bottom: 1.25rem;
}
.style_heading_large .heading_sec {
    padding-left: 1.25rem;
    border-left: 4px solid var(--third-cl);
}
.style_heading_small .heading_sec {
    padding-left: 1.042rem;
    border-left: 2px solid var(--third-cl);
}

.text_white *,
.text_white {
    color: #fff !important;
}

/*desc section*/
.content,
.desc_sec {
    font-family: 'Wix Madefor Text Regular';
    color: var(--four-cl);
}
.content ul,
.desc_sec ul {
    padding-left: 1.6rem;
}
ul>li {
    line-height: normal;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.7rem;
}
.content strong,
.desc_sec strong {
    font-family: 'Wix Madefor Text Semibold';
    color: var(--four-cl);
}

.fs_75 {
    font-size: 3.90625rem;
}
.fs_70 {
    font-size: 3.646rem;
}
.fs_60 {
    font-size: 3.125rem;
}
.fs_55 {
    font-size: 2.865rem;
}
.fs_50 {
    font-size: 2.604rem;
}
.fs_40 {
    font-size: 2.083rem;
}
.fs_45 {
    font-size: 2.34375rem;
}
.fs_30 {
    font-size: 1.5625rem;
}
.fs_32 {
    font-size: 1.667rem;
}
.fs_24 {
    font-size: 1.25rem;
}
.fs_20 {
    font-size: 1.042rem;
}
.fs_22 {
    font-size: 1.146rem;
}
.fs_18 {
    font-size: 0.9375rem;
}
.fs_16 {
    font-size: 0.833rem;
}
.fs_14 {
    font-size: 0.729rem;
}

.fw_200 {
    font-weight: 200;
}
.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-family: 'Wix Madefor Text Regular';
}
.fw_500 {
    font-family: 'Wix Madefor Text Medium';
}
.fw_600 {
    font-family: 'Wix Madefor Text SemiBold';
}
.fw_700 {
    font-family: 'Wix Madefor Text Bold';
}
.fw_800 {
    font-family: 'Wix Madefor Text ExtraBold';
}

.text_main {
    color: var(--main-cl);
}
.text_sub {
    color: var(--sub-cl);
}
.text_third {
    color: var(--third-cl);
}
.text_four {
    color: var(--four-cl);
}
.text_five {
    color: #58595B;
}

/*button link*/
.btn {
    display: block;
    position: relative;
    width: fit-content;
    padding: 0.78125rem 1.25rem;
    overflow: hidden;
    line-height: normal;
}
.btn span.text {
    position: relative;
    font-family: 'Wix Madefor Text SemiBold';
    font-size: 0.833rem;
    line-height: normal;
    z-index: 3;
}
.btn_style_1 {
    background: var(--third-cl);
}
.btn_style_1 span.text {
    color: #fff;
}
.btn_style_1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--sub-cl);
    z-index: 1;
}
.btn_style_1:hover:before {
    width: 100%;
}

.btn_style_2 {
    background: transparent;
    border: 1px solid var(--third-cl);
}
.btn_style_2 span.text {
    color: var(--third-cl);
}
.btn_style_2:hover span.text {
    color: #fff;
}
.btn_style_2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: var(--third-cl);
    z-index: 1;
}
.btn_style_2:hover:before {
    width: 100%;
}
.btn_style_2 span.icon {
    margin-left: 0.5rem;
    position: relative;
    z-index: 2;
}
.btn_style_2:hover span.icon path {
    fill: #fff;
}

.text_white .btn_style_2 {
    background: #fff;
    border-color: #fff;
}
.text_white .btn_style_2:hover {
    border-color: var(--third-cl);
}
.text_white .btn_style_2 span.text {
    color: var(--third-cl) !important;
}
.text_white .btn_style_2:hover span.text {
    color: #fff !important;
}

.btn_style_3 {
    min-width: 10.833rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    z-index: 3;
    overflow: hidden;
}
.btn_style_3 span.text {
    color: var(--third-cl);
}
.btn_style_3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(96.81deg, #FF6900 3.87%, #FCBA4E 97.61%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    border-radius: 5rem;
    padding: 1px;
    z-index: 2;
}
.btn_style_3:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(96.81deg, #FF6900 3.87%, #FCBA4E 97.61%);
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 5rem;
    z-index: -1;
}
.btn_style_3.active:after,
.btn_style_3:hover:after{
    opacity: 1;
}
.btn_style_3.active span.text,
.btn_style_3:hover span.text {
    color: #fff;
}


/*link item hover*/
.wrap-link {
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

/*effect img*/
.item_hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}
.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}
.item_hover .hover_zoom2 img {
    transform: scale(1);
    transition: transform 1s ease;
}
.item_hover:hover .hover_zoom2 img {
    transform: scale(1.1);
}
.item_hover:hover h3 {
    color: var(--third-cl) !important;
}
.item_hover .box_logo > .img {
    max-width: 50%;
    width: 10rem;
    height: 100%;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(0);
    opacity: 0;
    transition: .8s all;
}
.item_hover:hover .box_logo > .img {
    transform: scale(1);
    opacity: 1;
}
.item_hover .box_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
    z-index: 5;
}
.item_hover:hover .box_logo {
    opacity: 1;
}

/*hover icon rotate*/
.hover_rotate:hover img {
    transform: rotateY(180deg);
}

/*line-camp*/
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.limit-line.limit-6{
    -webkit-line-clamp: 6;
}
.limit-line.limit-7{
    -webkit-line-clamp: 7;
}
.limit-line.limit-8{
    -webkit-line-clamp: 8;
}

/*show/hide - breakpoint*/
.pc_hide,
.tablet_show,
.mobile_show {
    display: none !important;
}

/*effect title*/
.ef-img-t {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    animation: none;
}
.is-visible .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
.effect_title_slide .swiper-slide.swiper-slide-active .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*breadcrumbs*/
.breadcrumbs {
    margin-top: 1.667rem;
    margin-bottom: 5.208rem;
    overflow-x: auto;
    width: 100%;
}
.breadcrumbs ol {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.breadcrumbs ol>li {
    position: relative;
    margin-bottom: 0;
    line-height: normal;
    white-space: nowrap;
}
.breadcrumbs ol>li:not(:last-child) {
    margin-right: 0.625rem;
    padding-right: 0.625rem;
}
.breadcrumbs ol>li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 0.729rem;
    background: #36418533;
    pointer-events: none;
}
.breadcrumbs ol [itemprop="title"],
.breadcrumbs ol [itemprop="name"] {
    font-family: 'Wix Madefor Text Medium';
    font-size: 0.833rem;
    font-style: normal;
    color: rgba(54, 65, 133, 0.5);
    line-height: normal;
}
.breadcrumbs ol>li:last-child [itemprop="name"] {
    color: var(--main-cl);
}
.breadcrumbs ol [itemprop="title"]:hover,
.breadcrumbs ol [itemprop="name"]:hover {
    color: var(--main-cl);
}

/*form item*/
form {
    margin-bottom: 0 !important;
}
.form_item textarea,
.form_item input {
    box-shadow: none !important;
    border-radius: 5.208rem;
    border-color: #00000033;
    background: #fff;
    color: var(--main-cl);
    padding: 0 1.25rem;
    font-size: 0.9375rem;
}
.form_item input {
    height: 2.604rem;
}
.form_item textarea {
    border-radius: 1.042rem;
    padding-top: 0.6rem;
}
.form_item textarea:focus,
.form_item input:focus {
    border-color: var(--main-cl) !important;
    background: transparent;
    color: var(--main-cl);
}
.form_wrap textarea::placeholder,
.form_wrap input::placeholder {
    color: #00000080;
    opacity: 1;
}
.form_item.flex {
    gap: 1.667rem;
}
.form_item.sl_field,
.form_item.sl_topic  {
    margin-bottom: 0.833rem;
}

.form_wrap .submit_btn {
    position: relative;
    width: fit-content;
}
.form_wrap .wpcf7-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form_wrap .submit_btn>input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    z-index: 5;
}
.form_wrap .submit_btn:hover .btn_style_1:before {
    width: 100%;
}

.wpcf7 form.sent .form_wrap + .wpcf7-response-output {
    border-color: var(--sub-cl) !important;
    color: #fff;
    background: var(--sub-cl) !important;
    margin-bottom: 0 !important;
}
.wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
.wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
.wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.9375rem;
    color: #e40000;
    margin-left: 0;
    margin-right: 0;
    border-width: 0.5px !important;
    border-color: #e40000 !important;
}
.text_white .wpcf7 form.sent .wpcf7-response-output,
.text_white .wpcf7 form.invalid .form_wrap + .wpcf7-response-output,
.text_white .wpcf7 form.unaccepted .form_wrap + .wpcf7-response-output,
.text_white .wpcf7 form.payment-required .form_wrap + .wpcf7-response-output {
    color: #fff;
    border-color: #e40000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

/*custom select*/
.custom-sl{
    display: none;
}
.select-styled{
    position: relative;
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.521rem;
    padding: 0 1.25rem;
    border-radius: 5.208rem;
    border: 1px solid #00000033;
    font-size: 0.9375rem;
    color: #00000080;
    transition: all .5s ease-in-out;
    margin: 0;
    cursor: pointer;
}
.select{
    position: relative;
    /*z-index: 9;*/
}
.select-styled:after{
    content: '';
    position: relative;
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iI0Y1RjVGNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: cover;
}
.select .select-options{
    display: none;
    position: absolute;
    z-index: 22;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    list-style: none;
    overflow: hidden;
}
.select .select-options > li{
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 0.857rem;
    margin-bottom: 0;
    padding: 0.625rem 0.833rem;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: var(--main-cl);
}
.select .select-options > li.active,
.select .select-options > li:hover{
    background-color: var(--sub-cl);
    color: #fff;
}
.select .select-options > li+li{
    border-top: 1px solid #E3DBD8;
}
.form_wrap label{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    /*margin-bottom: 0.208rem;*/
    color: var(--third-cl);
}
.form_wrap span.required {
    color: red;
}
.select-styled span{
    flex-grow: 1;
}

.select-options {
    max-height: 11rem;
    overflow-y: auto !important;
}
.select-options::-webkit-scrollbar-track {
    padding-top: 1rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: #cedbff;
}
.select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.form_wrap .form-group.target{
    z-index: 10;
}
.form_wrap input.btn-primary{
    width: 100%;
    text-transform: unset;
    height: 3.125rem;
    margin: 0.625rem 0 0 0 !important;
}
.form_wrap .input-wrap input{
    padding-right: 2.604rem;
}
.form_wrap .input-wrap > svg{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.042rem;
}
.form_wrap .form-group:not(:last-child){
    margin-bottom: 1.042rem;
}
.form_group.flex {
    gap: 1.042rem;
    margin-bottom: 0.833rem;
}
.form_group.flex > * {
    width: calc((100% / 2) - 0.4rem);
}
.form_group.flex > div:only-child {
    width: 100%;
}

.file_apply .wpcf7-form-control-wrap {
    margin-top: 0.78125rem;
    cursor: pointer;
}
.file_apply input {
    height: 100%;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}
.file_apply input.wpcf7-file[type="file"]::file-selector-button {
    font-family: 'Wix Madefor Text SemiBold';
    font-size: 0.729rem;
    border-radius: 5.208rem;
    border: none;
    padding: 0.3125rem 1.042rem;
    background: #EBEBEB;
}

.wpcf7 .form_wrap .wpcf7-not-valid-tip {
    background-color: #e40000;
    color: #fff;
    font-size: 0.85rem;
    opacity: 1;
}
.wpcf7 .form_wrap .wpcf7-not-valid-tip:after {
    border-bottom-color: #e40000;
}

/*BANNER*/
.banner_page .banner_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 82.1%);
    pointer-events: none;
}
.banner_page .heading_absolute {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.heading_banner {
    width: fit-content;
    font-family: 'Wix Madefor Text SemiBold';
    text-transform: uppercase;
    margin: 0 auto;
    padding-bottom: 2.8125rem;
}
.banner_page .breadcrumb_absolute {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_page .breadcrumbs {
    margin-bottom: 0;
    margin-top: 2.083rem;
    padding-left: 0.8rem;
}
.text_white .breadcrumbs ol [itemprop="title"],
.text_white .breadcrumbs ol [itemprop="name"] {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text_white .breadcrumbs ol>li:last-child [itemprop="name"] {
    color: #fff !important;
}
.text_white .breadcrumbs ol>li:not(:last-child):before {
    background: #FFFFFF33;
}

/*effect title*/
.ef-img-t {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    animation: none;
}
.is-visible .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
.effect_title_slide .swiper-slide.swiper-slide-active .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*btn_loading*/
.btn-loading{
    position: relative;
}
.btn-loading span.text,
.btn-loading span.icon {
    opacity: 0;
}
.btn-loading:after{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    z-index: 50;
    border: 2px solid #F5F5F5;
    border-bottom-color: #000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: calc(50% - 0.9375rem);
    top: calc(50% - 0.9375rem);
}
.btn-primary.btn-loading{
    pointer-events: none !important;
    color: var(--main-cl) !important
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotateScale {
    0% {
        opacity: 0;
        transform: rotate(0deg) scale(0.1);
    }
    50% {
        opacity: 1;
        transform: rotate(180deg) scale(1.3);
    }
    100% {
        opacity: 1;
        transform: rotate(360deg) scale(1);
    }
}

.loading_show_more2,
.loading_show_more {
    position: relative;
}
.loading_show_more:before {
    width: 3.125rem;
    height: 3.125rem;
    position: absolute;
    top: 10%;
    left: calc(50% - 1rem);
    content: '';
    z-index: 50;
    border: 3px solid #eeeeee;
    border-bottom-color: var(--main-cl);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.loading_show_more2 h4.no_result,
.loading_show_more2 > div,
.loading_show_more > div,
.loading_show_more .no_result {
    opacity: 0.1;
    transform: translateY(2.604rem);
    transition: .5s all;
}
.no_result {
    margin-top: 4rem;
    font-size: 2rem;
    color: var(--main-cl);
    text-align: center;
}

.loading_show_more2:before {
    content: '';
    position: absolute;
    z-index: 50;
    top: 10%;
    left: 50%;
    width: 10rem;
    height: 5rem;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    box-sizing: border-box;
    animation: bounce 1.2s ease-in-out infinite;
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -25%);
    }
    50% {
        transform: translate(-50%, 0);
    }
}

/*terms time post*/
.terms_time {
    line-height: 1;
    transition: .5s all;
}
.terms_time > * {
    font-family: Wix Madefor Text Regular;
    font-size: 0.729rem;
    color: #58595B;
}
.terms_time time {
    position: relative;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}
.terms_time time:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #58595B;
    border-radius: 5.208rem;
    transition: .5s all;
}
.terms_time .term {
    width: fit-content;
}

/*swiper pagination*/
.swiper-pagination {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: unset;
    padding-top: 2rem;
    padding-bottom: 0.35rem;
    background-color: unset !important;
}
.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background: var(--main-cl);
    z-index: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--main-cl);
    /*opacity: 1;*/
}

.pagination_2 .swiper-pagination .swiper-pagination-bullet:before {
    background: #FFFFFF;
}
.pagination_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #FFFFFF;
}

.pagination_3 .swiper-pagination {
    gap: 3px;
}
.pagination_3 .swiper-pagination .swiper-pagination-bullet:before {
    position: unset;
}
.pagination_3 .swiper-pagination .swiper-pagination-bullet {
    border: none;
    width: 0.833rem;
    height: 1px;
    background: rgba(255, 105, 0, 0.3);
}
.pagination_3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.5rem;
    background: var(--third-cl);
}

/*swiper navigation*/
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow.swiper-button-lock {
    display: none;
}
.arrow svg {
    display: flex;
    width: auto;
    height: 3.333rem;
    border: 1px solid transparent;
    border-radius: 50%;
}
.arrow:hover svg {
    border-color: var(--main-cl);
}
.arrow:hover {
    cursor: pointer;
}
.arrow:hover.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.arrow circle {
    fill: transparent;
}
.arrow:hover circle {
    fill: var(--main-cl);
    stroke: var(--main-cl);
}
.arrow:hover path {
    stroke: #FFFFFF;
}

/*absolute arrow*/
.arrow_absolute>.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow_absolute>.arrow.prev {
    left: 0;
}
.arrow_absolute>.arrow.next {
    right: 0;
}

/*swiper same height*/
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div > div,
.swiper-same-height > .swiper-wrapper .swiper-slide > div {
    height: 100%;
}

/*item news*/
.item_news .box_img {
    aspect-ratio: 439 / 247;
}
.item_news .wrap_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1.354rem;
}
.item_news .box_content h3 {
    font-family: 'Wix Madefor Text Bold';
    margin-top: 0.417rem;
    color: #58595B;
}
.item_news .link {
    gap: 0.833rem;
    margin-top: 0.833rem;
}
.item_news .link span.text {
    width: fit-content;
    position: relative;
    font-family: Wix Madefor Text SemiBold;
    color: var(--third-cl);
}
.item_news .link span.text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--third-cl);
    transition: .5s all;
}
.item_news:hover .link span.text:before {
    width: 100%;
}

/*sidebar*/
.sidebar_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
    background: #FAFAFA;
    padding: 2.34375rem 1.667rem 3.646rem;
    margin-left: 4.5rem;
}
.sidebar_wrap.fixed_sidebar {
    position: sticky;
    top: 9rem;
    margin-top: 2.8125rem;
    background: #FFFFFF;
    box-shadow: 2px 4px 25px 0px #00000014;
    padding: 2.5rem 1.667rem;
}
.sidebar_wrap .box_img.logo {
    width: fit-content;
    aspect-ratio: 111/90;
    margin: 0 auto;
}
.sidebar_wrap .desc_sec {
    margin-top: 1.5625rem;
}
.sidebar_wrap .info_wrap {}
.sidebar_wrap .info_wrap .item {
    gap: 1.042rem;
}
.sidebar_wrap .info_wrap .icon {
    width: 2.083rem;
    height: fit-content;
    aspect-ratio: 1/1;
    flex: 0 0 auto;
    margin-top: 0.3rem;
}
.sidebar_wrap .info_wrap .icon>img {
    object-fit: contain;
}
.sidebar_wrap .item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.sidebar_wrap .info_wrap h3 {
    margin-bottom: 0.25rem;
    color: #01203399;
}

.sidebar_wrap.fixed_sidebar .heading_sec {
    font-family: 'Wix Madefor Text SemiBold';
    text-transform: initial;
}
.sidebar_wrap .recruit_wrap {
     margin-top: 0;
     padding-top: 0;
     border: none;
}
.sidebar_wrap .recruit_wrap .item {
    align-items: flex-start;
    gap: 0.25rem;
}
.sidebar_wrap .list_post>.item {
    padding-top: 1.042rem;
    border-top: 1px solid #0000001A;
    align-items: flex-start;
}
.sidebar_wrap .list_post>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--third-cl);
    transition: .5s all;
    z-index: 2;
}
.sidebar_wrap .list_post>.item:hover:before {
    width: 100%;
}
.sidebar_wrap .list_post .item svg {
    margin-top: 0.18rem;
}
.sidebar_wrap .list_post h3 {
    margin-bottom: 0.9rem;
}
.sidebar_wrap .list_post>.item:hover h3 {
    color: var(--third-cl);
}

/*show/hide - breakpoint*/
.pc_hide,
.tablet_show,
.mobile_show {
    display: none !important;
}

/*-----------------------------*/

/*HEADER*/
header#header .header-wrapper {
    box-shadow: 0px 4px 20px 0px #0000000D;
}
header#header .container {
    max-width: 89.583rem !important;
}
header#header .header-main {
    height: auto !important;
}
header#header .header-main .html_topbar_left {
    display: none;
}
header#header .header-main .title_header {
    width: 100%;
    font-family: 'Oswald Bold';
    font-size: 2.34375rem;
    text-align: center;
    color: var(--main-cl);
    margin-left: 0;
    padding: 1.042rem 0 0.833rem;
}

header#header .header-bg-color {
    background-color: #fff !important;
}
header#header .header-bottom {
    background-color: #fff !important;
    min-height: unset !important;
}
header#header .header-bottom-nav {
    position: relative;
    /*background: var(--third-cl);*/
    width: max-content;
    margin-left: auto;
    padding-left: 3.646rem;
    border-top-left-radius: 1.042rem;
}
header#header .flex-right .header-bottom-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    border-top-left-radius: 1.042rem;
    background-image: linear-gradient(90.05deg, #FF6900 1.11%, #FCBA4E 105.08%);
    pointer-events: none;
}

header#header #logo {
    width: 6.3rem;
    margin-bottom: -2.65rem;
    margin-right: 0;
}
header#header .stuck #logo img,
header#header #logo img {
    max-height: unset !important;
}
header#header .nav>li {
    margin: 0 1.25rem;
}
header#header .nav>li>a {
    font-family: 'Wix Madefor Text SemiBold';
    font-weight: unset;
    font-size: 0.9375rem;
    line-height: 2.5rem;
    color: #fff;
    padding: 0;
}
.stuck .header-main .nav>li>a,
.header-main .nav>li>a{
    line-height: 2.5rem !important;
    padding: 0 !important;
}
header#header .nav>li.current_page_item>a,
header#header .nav>li>a:hover {
    color: #fff !important;
}
.header-nav>li>a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    transform: translateX(-50%);
    background: #fff !important;
    border-top-left-radius: 0.521rem;
    border-top-right-radius: 0.521rem;
    z-index: 9;
    transition: .5s all;
}
.header-nav>li>a.active:before,
.header-nav>li.current_page_item>a:before,
.header-nav>li>a:hover:before {
    width: 100%;
}

.nav-dropdown-has-border .nav-dropdown {
    min-width: 12rem;
    border: 0 !important;
    padding: 0.521rem  /* 10/19.2 */ !important;
    /*box-shadow: none !important;*/
}
.nav-dropdown.nav-dropdown-default>li>a {
    color: var(--third-cl) !important;
}
.nav-dropdown.nav-dropdown-default>li>a:hover {
    color: var(--main-cl) !important;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
    content: unset;
}

header#header .nav>li.header-search {
    margin-left: 3rem;
    margin-right: 0;
    padding: 0 1.146rem;
    border-left: 1px solid #FFFFFF42;
    border-right: 1px solid #FFFFFF42;
}
header#header .nav>li.lang_header a:before,
header#header .nav>li.header-search a:before {
    content: unset !important;
}
.icon-search:before {
    content: '';
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background-image: url(../images/icon_search_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .4s all;
}

/*MEGA MENU - UX BLOCK*/
.menu-item-has-block .sub-menu.nav-dropdown {
    padding: 0 !important;
}
.mega_menu {
    padding-left: 1.5625rem;
    overflow: hidden;
}
.mega_menu .tab-panels .section-title,
.mega_menu>h4 {
    font-family: 'Wix Madefor Text ExtraBold';
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--main-cl);
    letter-spacing: unset;
    margin-bottom: 0;
    margin-top: 4.167rem;
}
.mega_menu>ul {
    margin-top: 1.5625rem !important;
    padding-top: 1.5625rem !important;
    border-top: 1px solid #0000001A;
}
.mega_menu>ul>li {
    margin: 0 !important;
}
.mega_menu .nav-vertical>li+li {
    border: 0;
}
header#header .mega_menu .nav>li>a {
    position: relative;
    background: transparent;
    color: var(--four-cl);
    letter-spacing: unset;
    padding: 0 1.25rem;

    font-family: 'Wix Madefor Text Bold';
    font-size: 0.9375rem;
}
header#header .mega_menu .nav>li>a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    width: 0.833rem;
    height: 0.833rem;
    background-color: unset !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgM0wxMSA4TDYgMTMiIHN0cm9rZT0iIzEzMTMxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 1 !important;
}
header#header .mega_menu .nav>li>a:hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgM0wxMSA4TDYgMTMiIHN0cm9rZT0iI0ZGNjkwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
header#header .mega_menu .nav>li>a:hover {
    color: var(--third-cl) !important;
    background: #F8F8F8 !important;
}
.mega_menu .nav-vertical.nav-line>li>a:before {
    content: unset;
}

.mega_menu .nav-vertical+.tab-panels {
    position: relative;
    border-left: 0 !important;
    padding-left: 5rem;
}
.mega_menu .nav-vertical+.tab-panels:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: #F8F8F8;
    pointer-events: none;
}



.mega_menu .tab-panels .section-title {
    margin-top: -1.5625rem;
    border: 0 !important;
}
.mega_menu .container.section-title-container {
    padding-left: 0 !important;
}
.mega_menu .tab-panels .section-title>span {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.mega_menu .menu_wrap.ux-menu {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    column-gap: 6.458rem;
    row-gap: 1.5625rem;
    border-top: 1px solid #0000001A;
    padding-top: 1.5625rem;
}
.mega_menu .menu_wrap.ux-menu>.ux-menu-link {
    width: calc((70% / 2) - (6.458rem * 1 / 2));
}
.mega_menu .ux-menu-link__link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: unset;
    width: fit-content;

    font-family: 'Wix Madefor Text Medium';
    font-weight: 500;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: unset;
    color: var(--four-cl);
    transition: .4s all;
}
.mega_menu .ux-menu-link__link>span {
    position: relative;
    display: block;
}
.mega_menu .ux-menu-link__link>span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--third-cl);
}
.mega_menu .ux-menu-link__link:hover>span:before {
    width: 100%;
}
.mega_menu .ux-menu-link__link:hover {
    color: var(--third-cl) !important;
}

/*LANG CSS*/
.lang_header {
    position: relative;
    font-family: inherit;
}
.lang_header > a {
    gap: 0.4rem;
    padding: 0.3rem 1.25rem;
    border-radius: 0.208rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.lang_header > a:hover {
    /*background: #171145;*/
    color: #ffffff;
    /*border-color: #171145;*/
}
.lang_header svg {
    transition: transform 0.3s ease;
}
.lang_header.active svg {
    transform: rotate(180deg);
}
.lang_dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 6rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}
.lang_header.active .lang_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang_dropdown li {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
}
.lang_dropdown li.lang_cn {
    display: none;
}
.lang_dropdown li:last-child {
    border-bottom: none;
}
.lang_dropdown a {
    display: flex;
    align-items: center;
    padding: 0.625rem 1.042rem;
    font-weight: 500;
    color: var(--main-cl) !important;
    text-decoration: none;
    transition: all 0.25s ease;
}
.lang_dropdown a:hover {
    color: #fff !important;
}
.lang_dropdown a span {
    gap: 0.625rem;
}
.lang_dropdown a img.flag {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 1;
    display: none;
}
.lang_header.minimal > a {
    border: none;
    background: transparent;
    padding: 0.3rem 0.625rem;
}
.lang_header.minimal img {
    width: 1.25rem;
    aspect-ratio: 1;
}
.lang_header.minimal > a:hover {
    color: var(--main-cl);
}

/*FOOTER*/
#footer {
    margin-top: 5rem;
    padding-bottom: 1.25rem;
}
.footer_top {
    padding: 1.667rem 4.167rem;
    background: linear-gradient(90.23deg, #FF6900 3.58%, #FCBA4E 100%);
}
.footer_top .item:not(:last-child) {
    margin-right: 2.5rem;
    padding-right: 2.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_middle {
    padding-top: 3.125rem;
}
.footer_middle .logo_footer {
    width: fit-content;
    height: 6.771rem;
}
.footer_middle .logo_footer:hover img {
    transform: scale(0.96);
}
.footer_middle .name_company {
    margin-top: 1.667rem;
}
.footer_middle .box_address {
    position: relative;
    padding-top: 1.667rem;
    margin-top: 1.667rem;
}
.footer_middle .box_address:after,
.footer_middle .box_address:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 1px;
    background: rgba(54, 65, 133, 0.2);
    pointer-events: none;
    z-index: 1;
    border-radius: 100%;
}
.footer_middle .box_address:after {
    width: 10%;
    background: var(--third-cl);
    border-radius: 100%;
    z-index: 2;
}
.footer_middle .box_address strong {
    font-family: 'Wix Madefor Text Bold';
}
.footer_middle .box_address a {
    color: var(--third-cl);
    border-bottom: 1px solid var(--third-cl);
}
.footer_middle .box_address a:hover {
    color: var(--sub-cl);
    border-color: var(--sub-cl);
}

.form_footer_wrap .shortcode {
    margin-top: 1.667rem;
}
footer form {
    margin-bottom: 0;
}
footer .form_item {
    margin-bottom: 0;
}
footer .form_item input {
    font-size: 1.05rem;
    height: 3.75rem;
    background: transparent;
    color: var(--main-cl) !important;
    border: 1px solid #36418533;
    margin-bottom: 0;
    box-shadow: none !important;
    padding: 0 3rem 0 1.25rem;
}
footer .form_item input:focus {
    border-color: var(--sub-cl) !important;
    background: transparent;
}
footer input::placeholder {
    font-size: 0.9375rem;
    color: #FFFFFF99;
}
footer .submit_btn {
    position: absolute !important;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .submit_btn .inner {
    display: flex;
    align-items: center;
}
footer .submit_btn input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0 !important;
}
footer .submit_btn .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
footer .submit_btn svg {
    width: 2.5rem;
    height: 2.5rem;
}
footer .wpcf7-spinner {
    display: none;
}
footer .wpcf7 .wpcf7-not-valid-tip {
    background: var(--sub-cl);
    color: #fff;
    opacity: 1;
    font-size: 0.729rem;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--sub-cl);
}
.loading-spin.centered, .processing:before {
    border-left-color: var(--sub-cl) !important;
}
footer .wpcf7 form .wpcf7-response-output,
footer .wpcf7 form.invalid .wpcf7-response-output,
footer .wpcf7 form.unaccepted .wpcf7-response-output,
footer .wpcf7 form.payment-required .wpcf7-response-output {
    border-width: 1px;
    margin-top: 1rem;
    color: #fff;
    border-color: #fff !important;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.footer_middle .col_left {
    /*border-right: 1.5px solid #E2E2E2;*/
    padding-right: 3.333rem;
}
.footer_middle .col_right {
    position: relative;
    padding-left: 5.208rem;
    margin-top: 2.083rem;
}
.footer_middle .col_right:before {
    content: '';
    position: absolute;
    left: -0.78125rem;
    top: 0;
    width: 1.5px;
    height: 100%;
    background: #E2E2E2;
    pointer-events: none;
}
.footer_middle .box_menu {
    margin-top: 3.333rem;
    gap: 1.25rem;
}
.footer_middle .box_menu .item {
    width: calc((100% / 3) - (1.25rem * 2 / 3));
}
.footer_middle .box_menu ul {
    position: relative;
    margin-top: 1.667rem;
    padding-top: 1.667rem;
    border-top: 1px solid rgba(54, 65, 133, 0.2);
}
.footer_middle .box_menu ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 1px;
    background: var(--third-cl);
    pointer-events: none;
    z-index: 1;
}
.footer_middle .box_menu ul>li:not(:last-child) {
    margin-bottom: 0.3rem;
}
.footer_middle .box_menu a {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.9375rem;
    color: var(--four-cl);
}
.footer_middle .box_menu a:hover {
    color: var(--third-cl);
}
.footer_middle .item.list_socials {

}
.footer_middle .item.list_socials li {
    gap: 0.417rem;
}
.footer_middle .item.list_socials .icon {
    flex: 0 0 auto;
}
.footer_middle .item.list_socials img {
    width: 1.667rem;
    aspect-ratio: 1;
}
.footer_middle .item.list_socials span {
    transition: .4s all;
}
.footer_middle .item.list_socials li:hover span {
    color: var(--third-cl);
}

.footer_bottom {
    position: relative;
    margin-top: 3.021rem;
    padding-top: 1.25rem;
}
.footer_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(var(--container-w) - 30px);
    height: 1px;
    background: rgba(54, 65, 133, 0.2);
    pointer-events: none;
}
.footer_bottom .link_page a:not(:last-child) {
    margin-right: 0.833rem;
    padding-right: 0.833rem;
    border-right: 1px solid #131313;
    line-height: normal;
}
.footer_bottom .link_page a:hover {
    color: var(--third-cl);
}

/*HOME*/
.banner_hero .box_img {
    height: 41.302rem;
    width: 100%;
}
.banner_hero .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 82.1%);
    pointer-events: none;
    z-index: 1;
}
.banner_hero .box_content {
    width: 100%;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.banner_hero .arrow {
    width: 2.083rem;
    height: 2.083rem;
    background: transparent;
    border-radius: 5.208rem;
    backdrop-filter: unset;
    opacity: 0;
}
.banner_hero .arrow svg {
    width: 100%;
    height: 100%;
}
.banner_hero .arrow:hover {
    background: #fff;
}
.arrow_absolute>.arrow.prev {
    left: 5%;
}
.arrow_absolute>.arrow.next {
    right: 5%;
}
.banner_hero:hover .arrow {
    opacity: 1;
}
.banner_hero .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 1rem;
    padding: 0;
}

.home_1 {
    padding-top: 7.8125rem;
}
.video_home1 {
    width: auto;
    height: 57rem;
    position: absolute;
    top: 5%;
    right: -43%;
    mix-blend-mode: luminosity;
    opacity: 10%;
    pointer-events: none;
}
.desc_sec_home {
    color: #58595B;
    margin-top: 0.417rem;
}
.list_about_home {
    margin-top: 3.229rem;
}
.list_about_home .item:first-child {
    margin-top: 0;
}
.list_about_home .item {
    display: flex;
    gap: 1rem;
    margin-top: 1.667rem;
    padding-top: 1.667rem;
    border-top: 1px solid #C3C3C3;
}
.list_about_home .heading {
    width: 40%;
    gap: 2.292rem;
    flex: 0 0 auto;
}
.list_about_home .icon {
    width: 4.167rem;
    height: auto;
    flex: 0 0 auto;
}
.list_about_home .icon>img {
    object-fit: contain;
}
.list_about_home .img_wrap {
    gap: 2.083rem;
}
.list_about_home .img_wrap>.box_img {
    width: auto;
    height: 5.15625rem;
}
.list_about_home .img_wrap img {
    object-fit: contain;
}
.home_1 .accordion_content>.content {
    margin-top: 1rem !important;
}

.home_2 {
    padding-top: 6.458rem;
}
.news_home {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.708rem;
    margin-top: 2.083rem;
}
.news_home .item_news:first-child {
    display: flex;
    gap: 1.979rem;
    grid-column: 1 / 4;
}
.news_home .item_news:first-child .box_content {
    display: flex;
    flex-direction: column;
}
.news_home .item_news:first-child .box_content h3 {
    -webkit-line-clamp: 4;
    font-size: 1.5625rem;
}
.news_home .item_news:first-child .box_img {
    width: 65.5%;
    flex: 0 0 auto;
}
.news_home .item_news:first-child .wrap_content {
    margin-top: 0;
    justify-content: flex-start;
}
.news_home .item_news:first-child h3 {
    order: 0;
    margin-top: 0;
}
.news_home .item_news:first-child .terms_time {
    order: 1;
    margin-top: 0.625rem;
}
.news_home .item_news:first-child .content {
    order: 2;
}
.news_home .item_news:not(:first-child) .content  {
    display: none;
}
.news_home .content {
    color: #012033;
    margin-top: 1.458rem;
}

.home_3 {
    padding-top: 6.25rem;
}
.bg_member_container {
    height: 48.4375rem;
}
.bg_member_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 3;
}
.box_member_wrapper .bg_member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, z-index 0s 0.5s;
    z-index: 1;
    opacity: 0;
}
.box_member_wrapper .bg_member>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_member_wrapper .bg_member.active {
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease, z-index 0s;
}
.box_member_wrapper .item_member_container {
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.box_member_wrapper .item_member {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s all;
    flex: 1;
    overflow: hidden;
}
.box_member_wrapper .item_member:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF66;
}
.box_member_wrapper .box_content {
    transform: translateY(12rem);
    transition: .8s all;
    padding-right: 12rem;
}
.box_member_wrapper .box_content .inner {
    padding: 0 2.083rem;
    opacity: 0;
    transition: .5s all;
}
.box_member_wrapper .item_member.active .box_content .inner,
.box_member_wrapper .item_member:hover .box_content .inner {
    opacity: 1;
}
.box_member_wrapper h3 {
    position: relative;
    margin-bottom: 0.521rem;
    padding: 0 2.083rem;
}
.box_member_wrapper h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.15625rem;
    height: 100%;
    background: #fff;
    pointer-events: none;
    z-index: 2;
}
.box_member_wrapper .item_member.active .box_content,
.box_member_wrapper .item_member:hover .box_content {
    transform: translateY(0);
}
.box_member_wrapper .item_member .content {
    max-height: 0;
    overflow-y: auto;
    transition: .4s all;
}
.box_member_wrapper .item_member.active .content,
.box_member_wrapper .item_member:hover .content {
    max-height: 11rem;
}
.box_member_wrapper .item_member .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #9f9f9f;
}
.box_member_wrapper .item_member .content::-webkit-scrollbar {
    width: 0.208rem;
    background-color: #fff;
}
.box_member_wrapper .item_member .content::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.box_member_wrapper a {
    margin-top: 1.25rem;
}
.box_member_wrapper .item_member a {
    width: fit-content;
    display: block;
}
.box_member_wrapper .item_member a span.text {
    position: relative;
    margin-right: 0.35rem;
}
.box_member_wrapper .item_member a>span.text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    pointer-events: none;
    z-index: 1;
}
.box_member_wrapper .item_member a:hover>span.text:before {
    width: 100%;
}

.home_4 {
    padding-top: 8.854rem;
}
.home_4 .bg_member_container {
    height: 36.458rem;
}
.home_4 .bg_member_container:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.5) 70%);
}
.home_4 .box_member_wrapper {
    margin-top: 1.823rem;
}
.home_4 .box_member_wrapper .box_content {
    transform: translateY(15rem);
}
.home_4 .box_member_wrapper .item_member.active .box_content,
.home_4 .box_member_wrapper .item_member:hover .box_content {
    transform: translateY(7rem);
}
.home_4 .box_member_wrapper a {
    margin-top: 0.5rem;
}

.home_5 {
    padding-top: 7.292rem;
}
.slide_product_home5 {
    margin: 3.125rem -0.78125rem 0;
}
.slide_product_home5 .item {
    background: #F6F6F6;
    padding: 2.604rem 4.01rem 2.448rem;
    margin: 0 0.78125rem;
}
.slide_product_home5 .item>.wrap_content {
    height: auto !important;
}
.slide_product_home5 .logo_brand {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.slide_product_home5 .logo_brand>.inner {
    /*width: auto;*/
    height: 3.646rem;
    transform-origin: top center;
    transform: scale(2);
    transition: .6s all;
}
.slide_product_home5 .item:hover .logo_brand>.inner {
    transform: scale(1);
}
.slide_product_home5 .logo_brand>.inner:before {
    content: '';
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%) scaleX(.35);
    width: 1.5px;
    height: 6rem;
    background: var(--third-cl);
    pointer-events: none;
    z-index: 2;
}
.slide_product_home5 .logo_brand>.inner:after {
    content: '';
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background: linear-gradient(180deg, #FF6900 0%, rgba(255, 105, 0, 0) 100%);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transition:
            opacity 0.4s ease 0.2s,  /* delay 0.2s */
            height 0.6s ease 0s;
}
.slide_product_home5 .item:hover .logo_brand>.inner:before {
    height: 0;
}
.slide_product_home5 .item:hover .logo_brand>.inner:after {
    width: 1.3px;
    height: 4.167rem;
    opacity: 1;
    transform: translateX(-50%) translateY(-10%);
}
.slide_product_home5 .logo_brand img {
    object-fit: contain;
}
.slide_product_home5 .box_img {
    aspect-ratio: 215/215;
    margin-top: 7rem;
    opacity: 0;
}
.slide_product_home5 .item:hover .box_img {
    opacity: 1;
}
.slide_product_home5 h3 {
    text-transform: uppercase;
    margin-top: 2.083rem;
}
.slide_product_home5 .swiper-pagination {
    display: flex;
}

.home_6 {
    margin-top: 7.292rem;
}
.home_6 .bg_member_container {
    height: 48.75rem;
}
.home_6 .bg_member_container:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.7) 80%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 25%);
}
.home_6 .bg_member_container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
}
.home_6 .box_item_wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slide_project_home {
    margin: 0 -5.208rem;
    padding-bottom: 3.333rem;
}
.box_member_home6 .item_member_container {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5.208rem;
}
.box_member_home6 .item_member {
    margin: 0 5.208rem;
    padding-top: 1.667rem;
    opacity: .7;
}
.box_member_home6 .item_member:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #fff;
    pointer-events: none;
    z-index: 2;
}
.box_member_home6 .item_member.active:before {
    width: 100%;
}
.box_member_home6 .item_member.active,
.box_member_home6 .item_member:hover {
    opacity: 1;
}
.box_member_home6 a {
    margin-top: 0;
}
.box_member_home6 h3 {
    padding: 0;
}
.box_member_home6 h3:before {
    content: unset;
}
.home_6 .desc_sec strong {
    font-family: 'Wix Madefor Text Bold';
}

.home_7 {
    padding-top: 7.292rem;
}
.box_logo_home {
    margin: 1.667rem -0.625rem 0;
}
.box_logo_home .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9999994D;
    border-radius: 0.521rem;
    overflow: hidden;
    margin: 0 0.625rem;
}
.box_logo_home img {
    object-fit: contain;
    padding: 0.5rem;
    height: 6rem;
}
.box_logo_home .swiper-pagination {
    display: flex;
}

/*PRODUCT GROUP*/
.gr_product_page_1 {
    padding-top: 0;
}
.gr_product_page_2 {
    padding-top: 7.292rem;
}
.chart_wrap {
    margin-top: 4rem;
}
.chart_wrap .box_chart {
    width: 50%;
    height: 100%;
    flex: 0 0 auto;
}
.box_chart {
    width: 420px;
    height: 420px;
}
.box_chart canvas {
    width: 100% !important;
    height: 100% !important;
}
.chart_wrap .list_chart {
    flex-grow: 1;
    padding-left: 5.208rem;
}
.chart_wrap .list_chart .item {
    justify-content: space-between;
}
.chart_wrap .list_chart .present {
    transition: .5s all;
}
/*.chart_wrap .list_chart .item.active .present,*/
.chart_wrap .list_chart .item:hover .present {
    color: var(--third-cl);
}
.chart_wrap .list_chart .item:not(:last-child) {
    margin-bottom: 1.302rem;
    padding-bottom: 1.302rem;
    border-bottom: 1px solid #0000001A;
}
.chart_wrap .list_chart .color {
    width: 3.125rem;
    aspect-ratio: 1;
    background: var(--bg);
    margin-right: 1.302rem;
    flex-shrink: 1;
}

.chart_wrap .chart_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
    z-index: 10;
}
.chart_wrap .center_value {}
.chart_wrap .center_label {
    color: #666666;
}


.gr_product_page_3 {
    padding-top: 9.375rem;
}
.gr_product_page_3 .list_terms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3.385rem;
    margin-top: 5.208rem;
}
.item_product_term {
    padding: 2.083rem;
    background: #fff;
    transition: .5s all;
    border: 1px solid #0000001A;
}
.item_product_term:hover {
    background: #F6F6F6;
    border-color: transparent;
}
.item_product_term .box_img {
    aspect-ratio: 350/250;
}
.item_product_term .box_content {
    margin-top: 2.083rem;
}
.item_product_term .desc_sec {
    margin-top: 1.042rem;
}
.item_product_term a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5625rem;
}

/*PRODUCT PAGE*/
.product_page .load_products {
    margin-top: 5.208rem;
}
.product_page .list_product {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.708rem;
    row-gap: 4.167rem;
}
.item_product .box_img {
    background: #F6F6F6;
    aspect-ratio: 315 / 315;
}
.item_link_svg svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 2.604rem;
    height: 2.604rem;
    opacity: 0;
    z-index: 2;
}
.item_link_svg:hover svg {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.item_product .box_content {
    margin-top: 1.25rem;
    padding-right: 1.25rem;
}
.item_product .desc_sec {
    margin-top: 1.042rem;
}

/*PRODUCT DETAILS*/
.filter_product .brand_all.item {
    min-width: 11.458rem;
    gap: 0.78125rem;
    flex-shrink: 1;
}
.filter_product .brand_all.item svg {
    width: auto;
    height: 2.604rem;
}
.filter_product .brand_all.item:hover svg {
    transform: rotate(180deg);
}
.filter_product .brand_all.item span.text {
    white-space: nowrap;
}
.filter_product .item {
    background: transparent;
    border: 1px solid #0000001A;
    border-radius: 0.521rem;
    transition: .4s all;
    cursor: pointer;
}
.filter_product .item.active,
.filter_product .item:hover {
    border-color: var(--third-cl);
}
.filter_product .item img {
    object-fit: contain;
    padding: 0.8rem;
    height: 6.25rem;
}
.filter_product .slide_brand {
    margin-left: 0.521rem;
}

.filter_product .select_wrap {
    background: #F6F6F6;
    margin-top: 2.604rem;
}
.filter_product .select_wrap .select-styled {
    width: 100%;
    height: 100%;
    border: none;
    font-family: 'Wix Madefor Text Bold';
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--main-cl);
    padding: 0;
}
.filter_product .select_wrap .select-styled:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzEzMTMxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.filter_product .select_wrap>* {
    position: relative;
    width: 50%;
    flex: 0 0 auto;
    padding: 1.042rem 4.167rem;
}
.filter_product .select_wrap>*:last-child:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.667rem;
    background: #E2E2E2;
    pointer-events: none;
}
.filter_product .select_wrap span.title {
    color: #666666;
    margin-right: 1.042rem;
    white-space: nowrap;
}
.filter_product .select_wrap .select {
    width: 100%;
}

.filter_product .arrow.prev {
    left: -8%;
}
.filter_product .arrow.next {
    right: -8%;
}

.product_details .info_wrap {
    margin-top: 6.25rem;
}
.product_details .product_gallery_wrap {
    display: flex;
    gap: 2.083rem;
    width: 50%;
    flex: 0 0 auto;
}
.product_details .gallery_thumb {
    width: 4.167rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
}
.product_details .slide_thumb {
    height: 24.74rem;
}
.product_details .slide_thumb .swiper-slide > div {
    opacity: .2;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .5s all;
}
.product_details .slide_thumb .swiper-slide:hover > div,
.product_details .slide_thumb .swiper-slide.swiper-slide-thumb-active > div {
    opacity: 1;
    border-color: var(--third-cl);
}
.product_details .gallery_main {
    display: flex;
    align-items: center;
    width: calc(100% - (4.167rem + 2.083rem));
    height: 100%;
    border: 1px solid #0000001A;
}
.product_details .product_gallery_wrap .arrow {
    transform: rotate(90deg);
}
.product_details .product_gallery_wrap .arrow.swiper-button-disabled {
    cursor: pointer;
}
.product_details .box_content {
    flex-grow: 1;
    padding-left: 5.208rem;
}
.product_details .box_content .desc_sec {
    margin-top: 0.833rem;
}
.product_details .box_content .method.item,
.product_details .group_terms {
    margin-top: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 1px solid #0000001A;
}
.product_details .group_terms>.item:not(:last-child) {
    margin-bottom: 1.25rem;
}
.product_details .box_content .item {
    gap: 1rem;
    flex-wrap: wrap;
}
.product_details .box_content .item>span.title {
    display: block;
    width: 30%;
    color: #666666;
    flex: 0 0 auto;
}
.product_details .box_content .item:nth-child(1)>span.content,
.product_details .box_content .item:nth-child(2)>span.content {
    text-transform: uppercase;
}
.product_details .box_content .method.item>span.title {
    width: 100%;
}
.product_details .box_content .method.item>span.content {
    margin-top: 0.521rem;
}
.product_details .cta_wrap {
    margin-top: 2.083rem;
}
.product_details .btn_inner {
    gap: 1.042rem;
}
.product_details .btn_inner>* {
    width: 50%;
}
.product_details .sharing_wrap {
    margin-top: 1.5625rem;
}
.product_details .sharing_wrap span.title {
    margin-right: 0.833rem;
    color: #666666;
}

.product_details .info_details {
    margin-top: 6.25rem;
    background: #F6F6F6;
}
.product_details .info_details .inner_content {
    padding: 3.646rem 5.208rem;
    border-top: 1px solid var(--third-cl);
}
.product_details .info_details .heading {
    position: relative;
    padding: 1rem 0;
    padding-left: 5.208rem;
    -webkit-mask-image: url(../images/mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
}
.product_details .info_details .heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: linear-gradient(90.97deg, #FF6900 0.24%, #FCBA4E 86.89%);
    pointer-events: none;
    z-index: -1;
}
.product_details .info_details .item {
    width: calc(100% / 2);
}
.product_details .info_details .item:nth-child(1) {
    padding-right: 5.729rem;
}
.product_details .info_details .item:nth-child(2) {
    padding-left: 5.729rem;
    border-left: 1px solid #0000001A;
}
.product_details .info_details .item>h3 {
    width: fit-content;
    margin-bottom: 1.302rem;
    padding-bottom: 1.302rem;
    border-bottom: 1px solid var(--main-cl);
}
.product_related_sec {
    padding-top: 6.25rem;
}
.slide_product_related {
    margin: 3rem -1.302rem 0;
}
.slide_product_related .item_product {
    margin: 0 1.302rem;
}
.slide_product_related .swiper-pagination {
    display: flex;
}

.fancybox-content.form_product {
    max-width: 45%;
}
.fancybox-content.form_product .submit_wrap {
    justify-content: center;
}
.form_product .fancybox-close-small {
    padding: 0;
}
.form_product .fancybox-button svg path {
    fill: var(--main-cl);
}

/*SERVICE*/
.service_1 {
    padding-top: 7.292rem;
}
.service_img1 {
    margin-left: calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
    padding-right: 5rem;
}
.service_1 .group_heading .desc_sec {
    margin-top: 1.042rem;
}
.accordion_service {
    margin-top: 2.604rem;
    padding-top: 1.302rem;
    border-top: 1px solid #364185;
}
.accordion_item:not(:last-child) {
    margin-bottom: 1.302rem;
    padding-bottom: 1.302rem;
    border-bottom: 1px solid #0000001A;
}
.accordion_item .accordion_content>.content {
    margin-top: 1.5625rem;
}
.accordion_item svg {
    display: flex;
}
.accordion_item .accordion_title {
    font-weight: unset;
}
.accordion_item .accordion_title>span {
    transition: .5s all;
}
.accordion_item .accordion_title.active>span,
.accordion_item .accordion_title:hover>span {
    color: var(--main-cl);
    cursor: pointer;
}
.accordion_item .accordion_title.active svg {
    transform: rotate(180deg);
}
.service_1 .accordion_title.active svg>path:nth-child(2) {
    opacity: 0;
}

.service_2 .box_parameter .box_img {
    width: 26.823rem;
    flex: 0 0 auto;
}
.service_2 {
    padding-top: 8.333rem;
}
.group_heading_service2 .desc_sec {
    margin-top: 1.146rem;
}
.content_service2 {
    margin-top: 1.823rem;
}
.content_service2 .item:not(:last-child) {
    margin-bottom: 1.5625rem;
}
.content_service2 .item {
    gap: 1.5625rem;
}
.content_service2 .icon {
    width: fit-content;
    height: 3.125rem;
    flex: 0 0 auto;
}
.parameter_service2 {
    padding-left: 3rem;
}

.parameter_service2 .list_counter {
    display: flex;
    flex-direction: column;
    gap: 4.375rem;
    padding-bottom: 2.083rem;
}
.parameter_service2 .list_counter .item_counter {
    /*width: calc((100% / 4) - (6rem * 3 / 4));*/
}
.number {
    width: fit-content;
    font-family: 'Wix Madefor Text ExtraBold';
    font-size: 4.143rem;
    line-height: 1;
    /*align-items: baseline;*/
    gap: 0.4rem;
    font-variant-numeric: tabular-nums;
    color: var(--third-cl);
}
.number .inner {
    display: inline-block;
}
.number span.counter {
    display: inline-block;
}
.number span.counter_opacity {
    display: none;
    visibility: hidden;
}
.number sup {
    font-size: 2rem;
}
.parameter_service2 .item_counter h3 {
    margin-top: 0.625rem;
}
.item_counter .number span.graphic {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20rem;
    height: 1.5px;
    background-image: linear-gradient(90deg, #FF6900 0%, rgba(255, 105, 0, 0) 100%);
    pointer-events: none;
}

.item_counter .number span.graphic:after,
.item_counter .number span.graphic:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    width: 5px;
    height: 5px;
    border-radius: 5.208rem;
    background: var(--third-cl);
}
.item_counter .number span.graphic:after {
    background: transparent;
    border: 1px solid var(--third-cl);
    width: 0.625rem;
    height: 0.625rem;
    top: 50%;
    left: 0;
    transform: translate(-30%, -50%);
    animation: pulse-border2 1000ms ease-out infinite;
}
@keyframes pulse-border2 {
    0% {
        transform: translateX(-30%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-30%) translateY(-50%) translateZ(0) scale(1.4);
        opacity: 0;
    }
}

/*PROJECT PAGE*/
.project_page {
    padding-top: 7.552rem;
}
.project_page .load_projects_term {
    margin-top: 3.333rem;
}
.project_page .list_post {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 1.823rem;
    row-gap: 3.229rem;
}

/*PROJECT DETAILS*/
.project_details .col_left {
    padding-right: 7.292rem;
}
.project_details .desc_sec {
    margin-top: 1.5625rem;
}
.project_details .cta_wrap {
    margin-top: 1.5625rem;
    padding-top: 1.302rem;
    border-top: 1px solid #0000001A;
    gap: 1rem;
}
.project_details .sharing_wrap span.title {
    color: #666666;
    margin-right: 0.833rem;
}
.project_details .box_info {
    border-radius: 0.521rem;
    background: #F6F6F6;
    padding: 3.125rem;
    row-gap: 1.823rem;
    column-gap: 5.208rem;
}
.project_details .box_info .item {
    width: calc((100% /2) - (5.208rem * 1 / 2));
}
.project_details .box_info h3 {
    color: #13131380;
    margin-bottom: 0.417rem;
}
.project_details .gallery_wrap {
    margin-top: 4.6875rem;
}
.gallery_wrap .box_img {
    height: 39.0625rem;
}
.gallery_wrap .arrow.prev {
    left: -8%;
}
.gallery_wrap .arrow.next {
    right: -8%;
}
.gallery_wrap .swiper-pagination {
    display: flex;
    position: absolute;
    bottom: 2rem;
}
.gallery_wrap img {
    animation: zoom-in-zoom-out 120s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.project_related_sec {
    padding-top: 3.646rem;
    margin-top: 5.46875rem;
}
.project_related_sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(var(--container-w) - 15px);
    height: 1px;
    background: #0000001A;
    pointer-events: none;
}
.slide_project_related {
    margin: 2.604rem -0.911rem 0;
}
.slide_project_related .item_project {
    margin: 0 0.911rem;
}
.item_project .box_img {
    aspect-ratio: 450/271;
}
.item_project .box_img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #13131380;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}
.item_project:hover .box_img:before {
    opacity: 1;
}
.item_project .box_content {
    margin-top: 1.042rem;
}
.item_project .address {
    color: #666666;
    margin-top: 0.417rem;
}

/*NEWS PAGE*/
.news_layout .news_highlight_wrap {
    margin-top: 8.333rem;
}
.news_layout .news_highlight {
    gap: 1.25rem;
    margin-top: 2.604rem;
}
.news_layout .news_highlight .box_1 {
    width: 65.28%;
    flex: 0 0 auto;
}
.news_layout .news_highlight .box_2 {
    display: flex;
    flex-direction: column;
    gap: 1.042rem;
    flex-grow: 1;
}
.news_layout .news_highlight .box_1 .item_news {
    height: 100%;
}
.news_highlight .item_news .box_img {
    aspect-ratio: unset;
    height: 100%;
}
.news_highlight .box_2 .item_news {
    height: calc(100% / 2);
}
.news_highlight .item_news .wrap_content {
    display: block;
}
.news_highlight .box_2 .link {
    display: none;
}
.news_highlight .box_2 .box_content {
    padding: 1.5625rem;
}
.news_highlight .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    z-index: 1;
}
.news_highlight .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3.125rem 3.125rem 2.604rem;
    z-index: 3;
}
.news_highlight .box_content h3,
.news_highlight .box_content * {
    color: #fff;
}
.news_highlight .terms_time time:before {
    background: #FFFFFF;
}
.news_layout .news_highlight .box_2 h3 {
    font-size: 1.042rem;
}

.news_layout .wrap_post {
    margin-top: 6.25rem;
}
.tabs_wrap {
    gap: 0.78125rem;
}
.news_layout .select_mobile {
    display: none;
}
.news_layout .load_post_term {
    margin-top: 2.604rem;
}
.news_layout .list_post {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.604rem;
    row-gap: 3.646rem;
    margin-top: 2.604rem;
}
.news_layout .list_post .box_logo {
    display: none;
}
.btn_load_wrap {
    margin-top: 3.646rem;
}

/*POST DETAILS*/
.news_details .heading_sec {
    font-family: 'Wix Madefor Text ExtraBold';
    text-transform: initial;
    margin-top: 0.833rem;
}
.news_details .post_content {
    font-family: 'Wix Madefor Text Regular';
    color: var(--four-cl);
    margin-top: 3.333rem;
}
.news_details .post_content :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Wix Madefor Text SemiBold';
    margin-bottom: 0.78125rem;
}
.news_details .post_content h2 {
    font-size: 1.667rem;
}
.news_details .post_content h3 {
    font-size: 1.25rem;
    padding-left: 1.2rem;
}
.news_details .post_content ul,
.news_details .post_content ol {
    padding-left: 2.5rem;
}
.news_details .post_content strong {
    font-family: 'Wix Madefor Text Bold';
    font-weight: unset;
}
blockquote {
    border-color: var(--main-cl);
    color: var(--four-cl);
    font-size: 1rem;
    font-style: normal;
    margin: 0 0 1.25em;
    padding: 0 0 0 1rem;
    position: relative;
}

.wp-caption-text {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.833rem;
    text-align: center !important;
    font-style: normal !important;
    color: #666666;
    background: transparent !important;
}
.a_style a {
    color: var(--third-cl);
    border-bottom: 1px solid transparent;
}
.a_style a:hover {
    border-bottom: 1px solid var(--third-cl);
}

.post_content #ez-toc-container {
    background: #F6F6F6 !important;
    border: 0 !important;
    padding: 2.292rem 1.354rem 2.292rem 1.875rem;
}
.post_content .ez-toc-title-container>.ez-toc-title {
    font-family: 'Wix Madefor Text SemiBold';
    font-weight: unset !important;
    font-size: 1.667rem !important;
    color: var(--four-cl);
}
.post_content #ez-toc-container>nav {
    position: relative;
    padding-top: 0.45rem;
    margin-top: 0.45rem;
}
.post_content #ez-toc-container>nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.333rem;
    height: 1px;
    background: var(--third-cl);
    pointer-events: none;
}
.post_content #ez-toc-container .ez-toc-heading-level-2>a {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.9375rem;
}
.post_content #ez-toc-container .ez-toc-heading-level-3>a {
    font-family: 'Wix Madefor Text Regular';
    font-size: 0.833rem;
}
.post_content #ez-toc-container .ez-toc-list a {
    text-decoration: unset !important;
    color: #0D2A44;
}
.post_content #ez-toc-container .ez-toc-list a:hover {
    color: var(--main-cl);
    border-color: #0D2A44;
}

.post_footer {
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.667rem;
    padding: 1.5625rem 0;
    border-top: 1px solid rgba(21, 5, 45, 0.1);
    border-bottom: 1px solid rgba(21, 5, 45, 0.1);
}
.post_footer span.title {
    font-family: 'Wix Madefor Text Regular';
    margin-right: 0.8rem;
    color: #666666;
}
.post_footer .tags_wrap {
    flex-wrap: wrap;
}
.post_footer .tags_wrap>ul {
    gap: 1.042rem;
    flex-wrap: wrap;
}
.post_footer .tags_wrap a {
    display: flex;
    font-family: 'Wix Madefor Text Regular';
    color: var(--third-cl);
    padding: 0.208rem 0.625rem;
    border-radius: 5.208rem;
    border: 1px solid var(--third-cl);
}
.post_footer .tags_wrap a:hover {
    border-color: var(--sub-cl);
    color: var(--sub-cl);
}
.sharing_wrap .sharing {
    gap: 0.521rem;
}
.sharing_wrap a {
    width: 1.667rem;
    height: 1.667rem;
}
.sharing_wrap a>svg {
    width: 100%;
    height: 100%;
}
.sharing_wrap a:hover rect,
.sharing_wrap a:hover path:nth-child(1) {
    stroke: var(--third-cl);
}
.sharing_wrap a:hover path:nth-child(2) {
    fill: var(--third-cl);
}

.news_related_sec {
    padding-top: 9.896rem;
}
.news_related_sec .heading_sec {
    font-family: 'Wix Madefor Text ExtraBold';
}
.slide_news_related {
    margin: 2.604rem -1.302rem 0;
}
.slide_news_related .item_news {
    margin: 0 1.302rem;
}
.slide_news_related .swiper-slide-active .graphic_bg:before {
    content: unset;
}
.slide_news_related .swiper-slide-prev .graphic_bg:before {
    top: 0;
    right: 0;
}
.slide_news_related .swiper-slide-next .graphic_bg:before {
    left: 0;
    bottom: 0;
    top: unset;
}

/*RECRUIT*/
.recruit_page {
    padding-top: 7.292rem;
}
.recruit_page .btn_wrap {
    margin-top: 3.125rem;
}
.box_svg svg {
    width: 100%;
    height: 100%;
}
.recruit_page .list_recruit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.125rem;
}
.item_recruit {
    background: #F6F6F6;
    padding: 2.34375rem 2.604rem;
}
.item_recruit h3 {
    position: relative;
    width: fit-content;
}
.item_recruit h3:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1.2px;
    background: var(--third-cl);
    pointer-events: none;
    transition: .5s all;
}
.item_recruit:hover h3:before {
    width: 100%;
}
.item_recruit .recruit_wrap {
    padding-top: 0;
    margin-top: 1.042rem;
    border: none;
}
.item_recruit .recruit_wrap .item:not(:last-child) {
    margin-bottom: 0.625rem;
}
.item_recruit .recruit_wrap .item.item_tags {
    flex-wrap: wrap;
    gap: 0.78125rem;
    padding-top: 0;
}
.item_recruit .box_svg {
    position: absolute;
    top: 50%;
    right: 1.302rem;
    width: 5rem;
    height: 10.677rem;
    transform: translateY(-50%);
    /*pointer-events: none;*/
}
.item_recruit:hover .box_svg path {
    opacity: 1;
}
.item_recruit:hover .box_svg stop {
    stop-color: var(--third-cl);
}

/*RECRUIT DETAILS*/
.recruit_wrap {
    margin-top: 1.667rem;
    padding-top: 1.667rem;
    border-top: 1px solid #0000001A;
}
.recruit_wrap .item .content {
    line-height: 1.4;
}
.recruit_wrap .item .content,
.recruit_wrap .item {
    gap: 0.417rem;
}
.recruit_wrap .item:not(:last-child) {
    margin-bottom: 0.521rem;
}
.recruit_wrap .item>svg {
    width: auto;
    height: 0.9375rem;
    flex: 0 0 auto;
}
.recruit_wrap .item.deadline .content {
    color: #13131399;
}
.recruit_wrap .item.item_tags {
    padding-top: 0.521rem;
}
.recruit_wrap .item_tags li {
    gap: 0.417rem;
    border: 0.97px solid #0000001A;
    border-radius: 5.208rem;
    padding: 0.46875rem 0.625rem;
}
.recruit_wrap .item_tags svg {
    width: auto;
    height: 0.9375rem;
    flex-shrink: 1;
}
.recruit_wrap .item_tags span.title {
    color: #13131399;
}
.recruit_wrap .cta_recruit {
    margin-top: 1.5625rem;
}
.recruit_wrap .contact_hr {
    gap: 1.042rem;
    margin-top: 1.667rem;
}
.recruit_wrap .jd_job {
    margin-top: 1.667rem;
    padding-top: 1.042rem;
    border-top: 1px solid #0000001A;
}
.recruit_wrap .jd_job :is(h1, h2, h3, h4, h5, h6) {
    font-family: Wix Madefor Text Bold;
    font-size: 1.25rem;
    color: var(--four-cl);
    margin-bottom: 1.042rem;
}

.form_recruit {
    margin-top: 4.167rem;
    padding: 4.167rem 5.208rem;
    background: #FFFFFF;
    box-shadow: 2px 4px 25px 0px #00000014;
}
.form_recruit .desc_sec {
    margin-top: 1.25rem;
}
.form_recruit .box_form {
    margin-top: 1.667rem;
}

.profile {
    padding-top: 2rem;
}
.df-bg {
    background-color: transparent !important;
}
.df-ui-nav .df-ui-btn:before {
    color: var(--third-cl) !important;
    filter: none !important;
}

section.default-page {
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
@media only screen and (min-width: 1336px) and (max-width: 1600px) {
    :root {
        --container-w: 88rem;
    }

    .gallery_wrap .arrow.prev,
    .filter_product .arrow.prev {
        left: -5%;
    }
    .gallery_wrap .arrow.next,
    .filter_product .arrow.next {
        right: -5%;
    }

    .sidebar_wrap .list_post .item svg {
        margin-top: 0.3rem;
    }
}
@media only screen and (max-width: 1699px) {
    .body-scroll-lock--active .mfp-wrap {
        position: fixed !important;
    }

    body {
        font-size: 1.15rem;
    }

    /*COMPONENTS*/
    .breadcrumbs ol [itemprop="title"], .breadcrumbs ol [itemprop="name"] {
        font-size: 0.95rem;
    }
    .btn span.text {
        font-size: 0.95rem;
    }

    .fs_20 {
        font-size: 1.2rem;
    }
    .fs_18 {
        font-size: 1.15rem;
    }
    .fs_16 {
        font-size: 0.95rem;
    }
    .fs_15 {
        font-size: 0.95rem;
    }

    .select-styled,
    .select .select-options > li,
    .form_item textarea::placeholder,
    .form_item input::placeholder,
    .form_item textarea,
    .form_item input {
        font-size: 1rem;
    }
    .select-styled,
    .form_item input {
        height: 3.5rem;
    }
    .select .select-options > li {
        line-height: 1.357rem;
    }
    .file_apply input.wpcf7-file[type="file"]::file-selector-button {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .lang_header.minimal img {
        width: 1.4rem;
    }

    /*FOOTER*/
    .footer_top .item .content.fs_18  {
        font-size: 1.05rem;
    }
    .footer_middle .box_menu a {
        font-size: 1.15rem;
    }
    .footer_middle .box_menu ul>li:not(:last-child) {
        margin-bottom: .6rem;
    }
    .footer_middle .col_right {
        padding-left: 3rem;
    }
    footer .form_item input {
        height: 3.5rem;
        padding-right: 2rem;
    }
    .footer_bottom .link_page a.fs_18,
    .footer_bottom .copyright.fs_18 {
        font-size: 0.95rem;
    }

    /*SERVICE*/
    .box_parameter {
        justify-content: flex-start;
    }
    .service_2 .list_counter {
        padding-left: 7rem;
    }
    .item_counter .number span.graphic {
        width: 17rem;
    }

    /*PROJECT PAGE*/
    .project_page {
        padding-top: 6rem;
    }

    /*PROJECT DETAILS*/
    .project_details .col_left {
        padding-right: 5rem;
    }
    .project_details .box_info {
        column-gap: 3rem;
    }
    .project_details .box_info .item {
        width: calc((100% / 2) - (3rem * 1 / 2));
    }

    /*POST DETAILS*/
    .terms_time > * {
        font-size: 0.85rem;
    }
    .post_content #ez-toc-container .ez-toc-heading-level-2>a {
        font-size: 1rem;
    }
    .post_content #ez-toc-container .ez-toc-heading-level-3>a {
        font-size: 0.95rem;
    }
    .sharing_wrap a {
        width: auto;
        height: 2.1rem;
    }

    /*RECRUIT DETAILS*/
    .sidebar_wrap {
        margin-left: 3.5rem;
    }

    .recruit_wrap .jd_job :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.55rem;
    }
    .recruit_wrap .item_tags svg {
        height: 1.15rem;
    }
}
@media only screen and (max-width: 1499px) {
    /*COMPONENT*/
    .fs_24 {
        font-size: 1.4rem;
    }
    .fs_23 {
        font-size: 1.2rem;
    }
    .fs_20 {
        font-size: 1.25rem;
    }
    .fs_18 {
        font-size: 1.2rem;
    }
    .fs_16 {
        font-size: 1.1rem;
    }
    .fs_15 {
        font-size: 1.05rem;
    }
    .btn span.text {
        font-size: 1.1rem;
    }
    .select-styled,
    .select .select-options > li,
    .form_item textarea::placeholder,
    .form_item input::placeholder,
    .form_item textarea,
    .form_item input {
        font-size: 1.1rem;
    }
    .select .select-options > li {
        line-height: 1.8rem;
    }

    .sidebar_wrap {
        margin-left: 0;
    }

    /*FOOTER*/
    .footer_top .item:not(:last-child) {
        margin-right: 2.8rem;
        padding-right: 2.8rem;
    }
    .footer_middle .box_menu ul {
        margin-top: 1rem;
        padding-top: 1.8rem;
    }
    .footer_middle .item.list_socials img {
        width: 2rem;
    }

    /*HOME*/
    .slide_project_home {
        margin: 0 -1rem;
    }
    .box_member_home6 .item_member {
        margin: 0 1rem;
    }

    /*PRODUCT*/
    .product_page .list_product {
        column-gap: 1.5rem;
    }

    /*SERVICE*/
    .page-template-service .heading_sec.fs_75 {
        font-size: 3rem;
    }
    .item_counter .number span.graphic {
        width: 17rem;
    }
    .service_2 .box_parameter .box_img {
        width: 50%;
    }

    /*PROJECT DETAILS*/
    .project_details .col_left {
        padding-right: 2rem;
    }

    /*RECRUIT DETAILS*/
    .form_recruit {
        padding: 4rem 3rem;
    }
}
@media only screen and (max-width: 1399px) {
    /*COMPONENTS*/
    .fs_75 {
        font-size: 3.4rem;
    }
    .fs_60 {
        font-size: 3rem;
    }
    .fs_50 {
        font-size: 2rem;
    }
    .fs_22 {
        font-size: 1.3rem;
    }
    .fs_20 {
        font-size: 1.35rem;
    }
    .fs_16 {
        font-size: 1.15rem;
    }
    .fs_15 {
        font-size: 1.1rem;
    }
    .arrow svg {
        height: 4rem;
    }

    .sidebar_wrap.fixed_sidebar {
        top: 12rem;
    }
    .breadcrumbs ol [itemprop="title"], .breadcrumbs ol [itemprop="name"] {
        font-size: 1.15rem;
    }

    /*HEADER*/
    header#header .header-main .title_header {
        font-size: 2rem;
    }

    /*HOME*/
    .box_member_wrapper .box_content {
        padding-right: 2rem;
    }
    .page-template-home .group_heading .desc_sec br {
        display: none;
    }
    .home_1 {
        padding-top: 5rem;
    }
    .list_about_home .icon {
        width: 3.8rem;
    }
    .news_home {
        row-gap: 2rem;
        column-gap: 1.2rem;
    }

    /*PRODUCT*/
    .product_page .list_product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .slide_product_related {
        margin: 2rem -0.8rem 0;
    }
    .slide_product_related .item_product {
        margin: 0 0.8rem;
    }

    /*SERVICE*/
    .service_img1 {
        padding-right: 2rem;
    }

    /*PROJECT DETAILS*/
    .project_details .box_info {
        padding: 2.5rem;
    }


    /*POST DETAILS*/
    .terms_time > * {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 59.375rem;
    }
    .load_home_page svg {
        height: 8rem;
    }
    .tile-reveal-square {
        width: 80px;
        height: 80px;
    }

    /*COMPONENT*/
    .fs_75 {
        font-size: 3rem;
    }
    .fs_60 {
        font-size: 2.5rem;
    }
    .fs_50 {
        font-size: 2rem;
    }
    .fs_30 {
        font-size: 1.3rem;
    }
    .fs_24 {
        font-size: 1.2rem;
    }
    .fs_25 {
        font-size: 1.1rem;
    }
    .fs_23 {
        font-size: 1.1rem;
    }
    .fs_20 {
        font-size: 1.15rem;
    }
    .fs_18 {
        font-size: 1.1rem;
    }

    .form_group.flex {
        flex-direction: column;
        gap: 1.042rem;
        /*margin-bottom: 0;*/
    }
    .form_group.flex > * {
        width: 100%;
    }
    .form_group.flex input {
        margin-bottom: 0;
    }
    .form_item.file_apply_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumbs {
        margin-bottom: 3rem;
    }

    /*FOOTER*/
    .footer_bottom .col.large-6 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .footer_bottom .copyright {
        text-align: center;
    }
    .footer_bottom .link_page {
        justify-content: center;
        margin-top: 0.7rem;
    }
    .footer_middle .name_company {

    }
    .footer_middle .col_left {
        padding-right: 1rem;
    }
    .footer_middle .col_right {
        padding-left: 0;
    }
    .footer_middle .col_right:before {
        left: -2rem;
    }
    .footer_top .item:not(:last-child) {
        margin-right: 2rem;
        padding-right: 2rem;
    }

    /*HEADER*/
    header#header .container {
        max-width: var(--container-w) !important;
    }
    header#header .header-main .title_header {
        font-size: 1.5rem;
    }
    header#header .nav>li {
        margin: 0 0.5rem;
    }
    header#header .nav>li>a {
        font-size: 0.7rem;
    }
    header#header .nav>li.header-search {
        margin-left: 0.5rem;
    }
    header#header .header-bottom-nav {
        padding-left: 2.5rem;
    }
    header#header #logo {
        width: 5rem;
        margin-left: -1.2rem;
    }

    .mega_menu .menu_wrap.ux-menu {
        column-gap: 4rem;
    }
    .mega_menu .menu_wrap.ux-menu>.ux-menu-link {
        width: calc((100% / 2) - (4rem * 1 / 2));
    }

    /*HOME*/
    .video_home1 {
        height: 40rem;
    }
    .banner_hero .box_img {
        height: 32rem;
    }
    .banner_hero  .heading_sec.fs_55 {
        font-size: 2.2rem;
    }
    .list_about_home .heading {
        width: 32%;
    }
    .list_about_home .icon {
        width: 2.8rem;
    }
    .news_home .item_news:first-child .box_content h3 {
        -webkit-line-clamp: 2;
    }
    .news_home .item_news:first-child .content {
        -webkit-line-clamp: 4;
    }
    .item_news .link span.text {
        font-size: 1rem;
    }
    .bg_member_container {
        height: 32rem;
    }
    .box_member_wrapper .box_content {
        padding-right: 0;
    }
    .home_7,
    .home_5,
    .home_4,
    .home_3 {
        padding-top: 4rem;
    }
    .home_6 {
        margin-top: 5rem;
    }
    .home_6 .bg_member_container {
        height: 32rem;
    }
    .box_member_home6 .item_member_container {
        padding-top: 3rem;
    }

    /*GROUP PRODUCT*/
    .chart_wrap .center_value {
        font-size: 2.8rem;
    }

    /*PRODUCT*/
    .product_page .list_product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 2rem;
    }

    /*PRODUCT DETAILS*/
    .filter_product .arrow_absolute {
        display: none;
    }
    .filter_product .swiper-pagination {
        display: flex;
    }
    .product_details .info_wrap {
        margin-top: 4rem;
    }
    .product_details .box_content {
        padding-left: 3rem;
    }
    .product_details .btn_inner {
        flex-direction: column;
    }
    .product_details .btn_inner>* {
        width: 100%;
    }
    .product_details .product_gallery_wrap {
        flex-direction: column-reverse;
    }
    .product_details .gallery_main {
        width: 100%;
    }
    .product_details .gallery_thumb {
        display: block;
        width: 100%;
        height: auto;
        flex: unset;
        align-items: unset;
        margin: 0 auto;
    }
    .product_details .slide_thumb {
        height: 100%;
    }
    .product_details .info_details .item:nth-child(1){
        padding-right: 4rem;
    }
    .product_details .info_details .item:nth-child(2){
        padding-left: 4rem;
    }
    .fancybox-content.form_product {
        max-width: 80%;
    }

    /*SERVICE*/
    .service_1 {
        padding-top: 5rem;
    }
    .service_1 .row {
        flex-direction: column-reverse;
    }
    .service_img1 {
        margin-top: 2rem;
        margin-left: 0;
        padding-right: 0;
    }
    .service_2 .col.large-8,
    .service_1 .col.large-6 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .service_2 .col.large-4 {
        max-width: 70%;
        flex-basis: 70%;
    }
    .service_2 .heading_sec br {
        display: none;
    }
    .service_2 .box_parameter {
        padding-left: 0;
        justify-content: flex-start;
        margin-top: 2rem;
    }
    .service_2 .list_counter {
        margin-right: 0;
        padding-left: 6rem;
    }
    .item_counter .number span.graphic {
        width: 16rem;
    }

    /*PROJECT PAGE*/
    .project_page {
        padding-top: 4rem;
    }

    /*PROJECT DETAILS*/
    .project_details .col_left {
        padding-right: 0;
    }
    .project_details .desc_sec {
        margin-top: 1rem;
    }
    .project_details .box_info {
        flex-direction: column;
        gap: 1.2rem;
    }
    .project_details .box_info .item {
        width: 100%;
    }
    .gallery_wrap .box_img {
        height: 30rem;
    }
    .project_details .gallery_wrap .arrow_absolute {
        display: none;
    }
    .project_related_sec {
        padding-top: 1.5rem;
        margin-top: 5rem;
    }
    .related_sec .swiper {
        margin-top: 1.2rem;
    }
    .slide_project_related {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .slide_project_related .item_project {
        margin: 0 0.5rem;
    }

    /*NEWS PAGE*/
    .news_layout .news_highlight_wrap {
        margin-top: 4rem;
    }
    .news_layout .list_post {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 2rem;
        row-gap: 3rem;
    }

    /*POST DETAILS*/
    .news_related_sec {
        padding-top: 4REM;
    }
    .sharing_wrap a {
        width: auto;
        height: 2rem;
    }

    /*RECRUIT PAGE*/
    .recruit_page .list_recruit {
        column-gap: 2rem;
        row-gap: 1.5rem;
    }
    .item_recruit {
        padding: 2rem;
    }

}
@media only screen and (max-width: 911px) {
    :root{
        --container-w: 58rem;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .fs_75 {
        font-size: 2.6rem;
    }
    .fs_55 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 849px) {
    :root{
        --container-w: 45rem;
    }

    /*COMPONENT*/
    .fs_60 {
        font-size: 2rem;
    }
    .fs_24 {
        font-size: 1.5rem;
    }

    /*select mobile - tab convert*/
    .select_mobile {
        position: relative;
        z-index: 10;
        padding: 0 10rem;
    }
    .select_mobile .select-styled {
        border-radius: 4px;
        padding: 0 1rem;
        border: 1px solid #15052D1A;
        height: 3.5rem;
    }
    .select_mobile .select-styled:after {
        width: 1.2rem;
        height: 1.2rem;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0iIzEzMTMxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    }
    .select_mobile .select .select-options {
        max-height: 16rem;
        overflow-y: auto;
    }
    .select_mobile .select .select-options > li {
        padding: 1rem;
        color: #000000;
        text-align: left;
    }
    .select_mobile .select .select-options > li.active,
    .select_mobile .select .select-options > li:hover {
        background: var(--main-cl);
        color: #fff;
    }

    /*show/hide - breakpoint*/
    .tablet_show {
        display: block !important;
    }
    .tablet_hide {
        display: none !important;
    }
    .loading_show_more2:before {
        top: 5%;
    }

    /*HEADER*/
    header#header #logo {
        width: 80px;
        padding: 0.55rem 0;
        margin: 0;
    }
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
        --drawer-width: 80% !important;
    }
    [data-open="#main-menu"] {
        display: block;
        width: 4rem;
        height: 4rem !important;
        background-image: url(../images/icon_menu.svg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
        transform: translate(0, 0.2rem);
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 82px;
        padding-top: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: #fff !important;
    }
    .mfp-bg.off-canvas.off-canvas-left {
        top: 82px;
        position: fixed !important;
    }
    .has-off-canvas-left .mfp-ready .mfp-close {
        display: none;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 2.604rem !important;
        color: var(--main-cl);
        font-size: 1.4rem !important;
        text-transform: initial;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a svg {
        width: 2.3rem;
        height: auto;
        margin-left: 4px;
    }
    .nav-sidebar.nav-vertical > li + li {
        border-color: rgba(54, 65, 133, 0.5);
    }
    .icon-search:before {
        width: 1.8rem;
        height: 1.8rem;
        background-image: url(../images/icon_search_2.svg);
    }
    header#header .nav>li.header-search {
        margin: 0;
        padding-right: 0;
    }
    header#header .nav>li.header-search>a {
        justify-content: flex-end;
    }
    .lang_header {
        margin-right: 0 !important;
        gap: 0.8rem;
        display: flex !important;
    }
    .lang_header.minimal img {
        width: 1.7rem;
    }

    /* Active menu item (không có submenu) */
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item {
        background-color: var(--main-cl) !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item.active a,
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item a,
    .nav-sidebar.nav-vertical > li.menu-item.current-menu-item .toggle {
        color: #fff !important;
    }
    /* Hover - KHÔNG ÁP DỤNG cho expanded và current items */
    .nav-sidebar.nav-vertical > li.menu-item:hover:not([aria-expanded="true"]):not(.current-menu-item) {
        background-color: #f5f5f5;
    }
    /* Expanded menu items - QUAN TRỌNG */
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] {
        background-color: var(--main-cl) !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] > a,
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] .toggle {
        color: #fff !important;
    }
    .nav-sidebar.nav-vertical > li.menu-item[aria-expanded="true"] > a path {
        stroke: #fff !important;
        fill: #fff !important;
    }
    /* Active page link */
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current='page'] {
        color: #fff !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li > a[aria-current="page"] path {
        stroke: #fff !important;
        fill: #fff !important;
    }
    /* Border giữa các items */
    .nav-sidebar.nav-vertical > li + li {
        border-color: #e0e0e08f;
    }
    /* Reset submenu items */
    .nav-sidebar.nav-vertical li.menu-item ul li {
        background-color: transparent !important;
    }
    .nav-sidebar.nav-vertical li.menu-item ul li a {
        color: var(--main-cl) !important;
    }

    /*FOOTER*/
    .footer_top {
        padding: 1.5rem 2rem;
    }
    .footer_middle .logo_footer {
        margin: 0 auto;
    }
    .footer_middle .name_company {
        text-align: center;
    }
    .footer_middle .box_address:before {
        content: unset;
    }
    .footer_middle .box_address:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer_top .item:not(:last-child) {
        margin-right: 1rem;
        padding-right: 1rem;
    }
    .footer_middle .col_left {
        padding-right: 0;
        border-right: 0;
    }
    .footer_middle .col_right {
        margin-top: 2rem;
    }
    .footer_middle .col_right:before {
        content: unset;
    }
    .form_footer_wrap .shortcode {
        margin-top: 1rem;
    }
    footer .form_item input {
        padding-right: 4rem;
    }
    .footer_top .swiper-pagination {
        display: flex;
    }

    /*HOME*/
    .banner_hero .box_img {
        height: 24rem;
    }
    .banner_hero .box_content {
        bottom: 1rem;
    }
    .banner_hero .heading_sec.fs_55 {
        font-size: 2rem;
        padding: 0 8rem;
    }
    .video_home1 {
        height: 27rem;
    }
    .list_about_home .item {
        flex-direction: column;
        align-items: flex-start;
    }
    .list_about_home .heading {
        width: 100%;
        gap: 1rem;
    }
    .home_1 .accordion_item .accordion_title>span.limit-line {
        display: block;
    }
    .list_about_home .icon {
        width: 2rem;
    }
    .home_2 .group_heading {
        text-align: center;
    }
    .btn_home2 {
        justify-content: center;
        margin-top: 1.5rem;
    }
    .news_home .item_news:first-child .content {
        -webkit-line-clamp: 3;
    }
    .news_home .item_news .box_content h3.fs_24 {
        font-size: 1.1rem;
    }
    .slide_member_res .box_img {
        aspect-ratio: 16/8;
    }
    .slide_member_res .box_content br {
        display: none;
    }
    .slide_member_res .box_content {
        margin-top: 1.2rem;
    }
    .slide_member_res .box_content>a {
        margin-top: 1rem;
        display: block;
    }
    .slide_member_res a>span.text {
        color: var(--third-cl);
    }
    .slide_member_res .swiper-pagination {
        display: flex;
    }
    .home_5 .group_heading,
    .home_4 .group_heading {
        text-align: center;
    }
    .home_4 .bg_member_container {
        height: 27rem;
    }
    .home_4 .box_member_wrapper .box_content {
        transform: translateY(20rem);
    }
    .home_4 .box_member_wrapper .item_member.active .box_content,
    .home_4 .box_member_wrapper .item_member:hover .box_content {
        transform: translateY(0rem);
    }
    .slide_product_home5,
    .slide_home4 {
        margin-top: 2rem;
    }
    .slide_product_home5 .logo_brand>.inner:before {
        height: 5rem;
    }
    .slide_product_home5 .item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .slide_product_home5 h3 {
        margin-top: 1rem;
    }
    .slide_product_home5 .item .logo_brand>.inner {
        transform: scale(1);
    }
    .slide_product_home5 .item .box_img {
        opacity: 1;
    }
    .slide_product_home5 .item .logo_brand>.inner:before {
        content: unset;
    }
    .slide_home6 {
        margin-top: 2rem;
    }
    .slide_home6 .box_content br {
        display: block;
    }

    /*PRODUCT GR*/
    .gr_product_page_1 {
        padding-top: 4rem;
    }
    .chart_wrap .box_chart {
        width: 58%;
    }
    .chart_wrap .list_chart {
        padding-left: 1.5rem;
    }
    .chart_wrap .list_chart .item {
        gap: 0.8rem;
    }
    .chart_wrap .list_chart .color {
        margin-right: 0;
    }
    .gr_product_page_3 .list_terms {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }
    .gr_product_page_2 {
        padding-top: 4rem;
    }

    /*PRODUCT*/
    .product_page .list_product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2rem;
    }
    .item_product h3.fs_24 {
        font-size: 1.3rem;
    }
    .item_product .desc_sec {
        margin-top: 0.5rem;
    }
    .filter_product .slide_brand {
        padding: 0 5.4rem;
    }

    /*PRODUCT DETAILS*/
    .filter_product .select_wrap>* {
        padding: 1rem 1.5rem;
    }
    .filter_product .select_wrap .select-styled {
        font-size: 1.15rem;
    }
    .product_details .info_wrap {
        flex-direction: column;
    }
    .product_details .product_gallery_wrap {
        width: 100%;
    }
    .product_details .box_content {
        padding-left: 0;
        margin-top: 2rem;
    }
    .product_details .box_content .desc_sec {
        margin-top: 0.6rem;
    }
    .product_details .btn_inner {
        flex-direction: row;
    }
    .product_details .btn_inner > * {
        width: 50%;
    }
    .product_details .info_details .heading {
        padding: 0.8rem 2rem;
        -webkit-mask-image: none;
        background-image: linear-gradient(90.97deg, #FF6900 0.24%, #FCBA4E 86.89%);
    }
    .product_details .info_details .heading.fs_32 {
        font-size: 1.3rem;
    }
    .product_details .info_details .heading:before {
        content: unset;
    }
    .product_details .info_details .inner_content {
        padding: 2rem;
    }
    .product_details .info_details .item:nth-child(1) {
        padding-right: 2rem;
    }
    .product_details .info_details .item:nth-child(2) {
        padding-left: 2rem;
    }

    /*SERVICE*/
    .page-template-service .heading_sec.fs_75 {
        font-size: 2.2rem;
    }
    .service_2 .col.large-4 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .service_2 .box_parameter {
        justify-content: space-between;
    }
    .service_2 .box_parameter .box_img {
        width: 60%;
    }

    /*PROJECT PAGE*/
    .project_page .list_post {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2.5rem;
    }
    .tabs_wrap {
        gap: 1rem;
    }
    .project_page .load_projects_term {
        margin-top: 2rem;
    }

    /*PROJECT DETAILS*/
    .project_details .col_right {
        margin-top: 3rem;
    }
    .project_details .box_info {
        flex-direction: row;
        column-gap: 3rem;
    }
    .project_details .box_info .item {
        width: calc((100% / 2) - (3rem * 1 / 2));
    }
    .gallery_wrap .box_img {
        height: 22rem;
    }
    .related_sec .swiper_nav {
        display: none;
    }
    .related_sec .swiper-pagination {
        display: flex;
    }
    .item_project .box_content h3.fs_24 {
        font-size: 1.25rem;
    }
    .item_project .address {
        margin-top: 0.3rem;
    }

    /*NEWS PAGE*/
    .news_layout .news_highlight {
        flex-direction: column;
    }
    .news_layout .news_highlight .box_1 {
        width: 100%;
    }
    .news_layout .news_highlight .box_2 {
        display: block;
    }
    .news_highlight .box_2 .item_news {
        height: unset;
    }
    .news_highlight .item_news .box_img {
        aspect-ratio: 439 / 247;
        height: unset;
    }
    .news_highlight .box_content {
        padding: 1.55rem;
    }
    .item_news .box_content h3.fs_24 {
        font-size: 1.3rem;
    }
    .news_layout .wrap_post {
        margin-top: 4rem;
    }

    /*RECRUIT PAGE*/
    .recruit_page .list_recruit {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

    :root {
        --container-w: calc(100% - 0.4rem);
    }

    /*COMPONENT*/
    .fs_75 {
        font-size: 1.8rem;
    }
    .fs_70 {
        font-size: 1.8rem;
    }
    .fs_60 {
        font-size: 2rem;
    }
    .fs_50 {
        font-size: 1.6rem;
    }
    .fs_45 {
        font-size: 1.5rem;
    }
    .fs_40 {
        font-size: 1.4rem;
    }
    .fs_32 {
        font-size: 1.35rem;
    }
    .fs_24 {
        font-size: 1.3rem;
    }
    .fs_18 {
        font-size: 1.15rem;
    }
    .heading_sec {
        line-height: 1.5;
    }
    .mobile_show {
        display: block !important;
    }
    .mobile_hide {
        display: none !important;
    }

    .style_heading_large .heading_sec {
        padding-left: 1rem;
        border-left: 2px solid var(--third-cl);
    }
    .sidebar_wrap .info_wrap .item {
        gap: 0.6rem;
    }
    .breadcrumbs ol [itemprop="title"], .breadcrumbs ol [itemprop="name"] {
        font-size: 1rem;
    }

    .banner_page .heading_absolute,
    .banner_page .breadcrumb_absolute {
        position: unset;
        transform: unset;
    }
    .text_white .breadcrumbs ol>li:not(:last-child):before {
        background: #36418533;
    }
    .text_white .breadcrumbs ol [itemprop="title"], .text_white .breadcrumbs ol [itemprop="name"] {
        color: rgba(54, 65, 133, 0.5) !important;
    }
    .text_white .breadcrumbs ol>li:last-child [itemprop="name"] {
        color: var(--main-cl) !important;
    }
    .heading_banner {
        padding-bottom: 0;
        margin-top: 1.5rem;
        color: var(--main-cl) !important;
    }
    .heading_banner > * {
        color: var(--main-cl) !important;
    }

    .select_mobile {
        padding: 0;
    }
    .filter_product .select-options {
        max-height: 12.4rem;
    }
    .loading_show_more2:before {
        top: 3%;
    }

    /*HEADER*/
    header#header #logo {
        width: 68px !important;
    }
    [data-open="#main-menu"] {
        width: 3rem;
        height: 3rem !important;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content,
    .mfp-bg.off-canvas.off-canvas-left {
        top: 72.6px;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active a, .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 1.2rem !important;
        padding-left: 2rem !important;
    }
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 0.7rem;
        padding-top: 0.7rem;
    }
    .sub-menu.children .sub-menu.nav-sidebar-ul {
        padding-left: 0.5rem;
    }
    header#header .nav>li.header-search {
        padding: 0;
    }
    .icon-search:before {
        width: 1.6rem;
        height: 1.6rem;
    }
    .toggle i {
        font-size: 1.5rem;
    }
    .lang_header {
        margin-right: 0.5rem !important;
    }

    /*FOOTER*/
    .footer_middle .box_menu {
        flex-direction: column;
    }
    .footer_middle .box_menu .item {
        width: 100%;
    }

    /*HOME*/
    .banner_hero .box_img {
        height: 19rem;
    }
    .banner_hero .box_img:before {
        height: 60%;
    }
    .banner_hero .box_content {
        bottom: 1rem;
    }
    .banner_hero .box_content .col {
        padding: 0;
    }
    .banner_hero .heading_sec.fs_55 {
        font-size: 1.4rem;
        padding: 0;
    }
    .home_1 {
        padding-top: 4rem;
    }
    .video_home1 {
        display: none;
    }
    .home_1 .heading_sec.fs_75 {
        font-size: 1.8rem;
    }
    .news_home {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .news_home .item_news:first-child {
        flex-direction: column;
        grid-column: 1;
        gap: 1.5rem;
    }
    .news_home .item_news:first-child .box_img {
        width: 100%;
    }
    .news_home h3.fs_24 {
        font-size: 1.25rem !important;
    }
    .news_home .item_news:first-child .terms_time {
        order: 0;
        margin-top: 0;
    }
    .news_home .item_news:first-child h3 {
        order: 1;
        margin-top: 0.625rem;
    }
    .news_home .item_news:first-child .content {
        display: none;
    }
    .slide_home4 {
        margin-top: 1.5rem;
    }

    /*PRODUCT GR*/
    .chart_wrap {
        flex-direction: column;
    }
    .chart_wrap .box_chart {
        width: 100%;
    }
    .chart_wrap .list_chart {
        padding-left: 0;
        margin-top: 2rem;
    }
    .gr_product_page_3 .list_terms {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
    }
    .gr_product_page_3 {
        padding-top: 4rem;
    }

    /*PRODUCT*/
    .product_page .load_products {
        margin-top: 3rem;
    }
    .product_page .heading_sec.fs_60 {
        font-size: 1.5rem;
    }
    .product_page .list_product {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 2rem;
    }
    .item_product .desc_sec.limit-6 {
        -webkit-line-clamp: 3;
    }
    .filter_product .slide_brand {
        padding: 0;
    }

    /*PRODUCT DETAILS*/
    .filter_product .select_wrap {
        flex-direction: column;
    }
    .filter_product .select_wrap>* {
        width: 100%;
    }
    .filter_product .select_wrap>div:last-child {
        border-top: 1px solid #E2E2E2;
    }
    .filter_product .select_wrap>*:last-child:before {
        content: unset;
    }
    .filter_product .select_wrap .select-styled {
        justify-content: flex-end;
    }
    .product_details .btn_inner {
        flex-direction: column;
    }
    .product_details .btn_inner>* {
        width: 100%;
    }
    .product_details .info_details {
        margin-top: 3rem;
    }
    .product_details .info_details .heading {
        padding: 0.6rem 1.5rem;
    }
    .product_details .info_details .inner_content {
        padding: 2rem 1.5rem;
        flex-direction: column;
    }
    .product_details .info_details .item {
        width: 100%;
    }
    .product_details .info_details .item:nth-child(2) {
        border-top: 1px solid #0000001A;
        border-left: 0;
        padding-left: 0;
        padding-top: 2rem;
        margin-top: 2rem;
    }
    .product_related_sec {
        padding-top: 4rem;
    }
    .fancybox-content.form_product {
        max-width: 100%;
        padding: 3rem 1.5625rem;
    }

    /*SERVICE*/
    .service_1 {
        padding-top: 2rem;
    }
    .page-template-service .heading_sec.fs_75 {
        display: none;
        font-size: 1.8rem;
    }
    .service_1 .group_heading .desc_sec {
        margin-top: 0;
    }
    .service_2 {
        padding-top: 4rem;
    }
    .service_2 .box_parameter {
        flex-direction: column-reverse;
        justify-content: unset;
        gap: 2rem;
    }
    .service_2 .box_parameter .box_img {
        width: 100%;
    }
    .service_2 .list_counter {
        width: 100%;
        flex-direction: row;
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 0;
    }
    .service_2 .list_counter .item {
        width: calc((100% / 2) - (2rem * 1 / 2));
    }
    .item_counter .number span.graphic {
        display: none;
    }
    .number {
        font-size: 3rem;
    }
    .service_2 .item_counter h3 {
        font-size: 1.05rem;
    }

    /*PROJECT PAGE*/
    .project_page {
        padding-top: 2rem;
    }
    .project_page .load_projects_term {
        margin-top: 2rem;
    }
    .project_page .list_post {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
    }

    /*PROJECT DETAILS*/
    .project_details .box_info {
        flex-direction: column;
        gap: 1.2rem;
    }
    .project_details .box_info .item {
        width: 100%;
    }
    .gallery_wrap .box_img {
        height: 13rem;
    }
    .gallery_wrap .swiper-pagination {
        position: unset;
        padding-top: 1rem;
    }
    .project_related_sec {
        margin-top: 3rem;
    }
    .related_sec .heading_sec {
        text-align: center;
    }
    .gallery_wrap .swiper-pagination {
        gap: 0;
    }
    .gallery_wrap .swiper-pagination .swiper-pagination-bullet:before {
        background: var(--main-cl);
    }
    .gallery_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border-color: var(--main-cl);
    }

    /*NEWS PAGE*/
    .news_layout .list_post {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 1.5rem;
    }
    .news_layout .news_highlight_wrap {
        margin-top: 2.5rem;
    }
    .news_layout .wrap_post,
    .news_layout .news_highlight {
        margin-top: 2rem;
    }

    /*POST DETAILS*/
    .news_details .post_content h2 {
        font-size: 1.4rem;
    }
    .news_details .post_content h3{
        padding-left: 0;
    }
    .related_sec .swiper {
        margin-top: 1.5rem;
    }
    .related_sec .swiper_nav {
        display: none;
    }
    .related_sec .swiper-pagination {
        display: flex;
    }

    /*RECRUIT*/
    .recruit_page {
        padding-top: 2rem;
    }
    .item_recruit {
        padding: 2rem 1.6rem;
    }

    /*RECRUIT DETAILS*/
    .recruit_wrap .contact_hr {
        gap: 0.8rem;
    }
    .recruit_wrap .jd_job :is(h1, h2, h3, h4, h5, h6) {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .form_recruit {
        padding: 0;
        background: none;
        box-shadow: none;
        padding-top: 2rem;
        border-top: 1px solid var(--main-cl);
    }
    .form_recruit .heading_sec.fs_45 {
        font-size: 1.4rem;
    }
    .form_recruit .desc_sec {
        margin-top: 0.8rem;
    }
    .form_recruit .file_apply .fs_16 {
        font-size: 0.85rem;
    }
    .form_item.file_apply_wrap {
        gap: 1rem;
    }
    .sidebar_wrap .list_post .item svg {
        margin-top: 0.3rem;
    }

    .form_recruit .form_wrap .submit_wrap,
    .form_recruit .form_wrap .submit_btn .btn,
    .form_recruit .form_wrap .submit_btn {
        width: 100%;
        text-align: center;
    }
    .sidebar_wrap {
        margin-top: 2rem;
    }
    .sidebar_wrap.fixed_sidebar .heading_sec.fs_32 {
        font-size: 1.5rem;
    }

}

