:root {
    --main-cl: #004739;
    --sub-cl: #F5E457;
    --text-cl: #333333;
    --container-w: 75rem;
    --container-w-2: 97.083rem;
}

.row_2 {
    max-width: var(--container-w-2) !important;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: var(--container-w) !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body {
    overflow-x: hidden;
}

.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: 30rem;
    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: var(--main-cl);
    /*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: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2 {
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.load_home_page.complete .path-2 {
    fill: var(--sub-cl);
}

.load_home_page.complete .path-1 {
    fill: #FFF
}

@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}

@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}

path.draw_svg_path_1 {
    animation-name: Signature2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    stroke: #99CC52;
    stroke-width: 0.2px;

    fill: transparent;
}

path.draw_svg_path_2 {
    animation-name: Signature2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    stroke: white;
    stroke-width: 0.2px;

    fill: transparent;
}

.load_home_page.complete svg path.draw_svg_path_1 {
    fill: #99CC52;
}

.load_home_page.complete svg path.draw_svg_path_2 {
    fill: white;
}

.tile-reveal {
    overflow: hidden;
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    top: 0;
    /*top: 134px; !* bằng với padding-top của header *!*/
    /*height: calc(100vh - 134px);*/
    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: white;
    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(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}

.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active {
    background-color: var(--fs-color-primary);
    color: #FFF;
}

.search-tabs .search-tab-content {
    display: none;
}

.search-tabs .search-tab-content.active {
    display: block;
}

.search-tabs .search-empty {
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}

.search-tabs .search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}

.search-tabs .search-item h3 {
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.item_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.active > .clip-path-to-bot path,
.active > .clip-path-to-left path,
.active > .clip-path-to-right path,
.clip-path-to-bot.active path,
.clip-path-to-left.active path,
.clip-path-to-right.active path {
    clip-path: inset(0 0 0 0);
}

.clip-path-to-left path {
    transition: 2s;
    clip-path: inset(0 0 0 100%);
}

.clip-path-to-bot path {
    transition: 2s;
    clip-path: inset(0 0 100% 0);
}

.clip-path-to-right path {
    transition: 2s;
    clip-path: inset(0 100% 0 0);
}

.ajax_loading {
    position: absolute;
    inset: 0;
    background: rgb(238 233 220 / 80%);
    /*background:#0047391f;*/
    display: flex;
    align-items: start;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    padding-bottom: 20rem;
    padding-top: 15rem;
}

.ajax_loading.active {
    opacity: 1;
    pointer-events: auto;
    align-items: flex-end;
    padding-bottom: 20rem;
}

.ajax_loading_logo {
    width: 7rem;
    animation: loadingFloat 1s ease-in-out infinite;
}

@keyframes loadingFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/*setup code*/

body {
    font-family: 'Libre Franklin';
    color: var(--text-cl);
}

html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.main-font {
    font-family: 'SVN-Zona Pro';
}

.uppercase {
    text-transform: uppercase;
}

.justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}

.t-w,
.text-white,
.text_white {
    color: white;
}

.m-cl {
    color: var(--main-cl);
}

.s-cl {
    color: var(--sub-cl);
}

/*.text-bold {*/
/*    color: var(--text-bold-cl);*/
/*}*/

/*.t-cl {*/
/*    color: var(--third-cl);*/
/*}*/

.text-cl {
    color: var(--text-cl);
}

.content {
    font-size: 1.042rem;
    font-family: 'Libre Franklin medium';
    line-height: normal;
}

.m-content {
    font-size: 0.9375rem;
    line-height: 1.4;
}

.l-content {
    font-size: 1.302rem;
}

.fc {
    flex-direction: column;
}

.clearfix:after {
    content: unset;
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s all;
}

.contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .7s all;
}

img,
path,
line,
svg {
    transition: .7s all;
}


svg {
    width: 100%;
    height: 100%;
    display: block;
}

.img-scale:hover img {
    transform: scale(1, 1);
    transition: .7s all;
}

.pattern {
    position: absolute;
    pointer-events: none;
    transition: .7s all;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes arrow {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25%);
    }
    100% {
        transform: translateY(0);
    }
}


@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes pulse-border-tiny {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 1;
    }
    100% {
        transform: scale(1.3) translate(-50%, -50%);;
        opacity: 0;
    }
}

@keyframes pulse-border3 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes shake {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(15deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-15deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(15deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}


@keyframes shake-2 {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-5deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(5deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-5deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(5deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}


@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-border-transform {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.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);
}

.breadcrumbs {
    font-weight: unset;
}

html.js.has-off-canvas-undefined {
    margin-right: 0.417rem !important;
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}


h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    margin: 0;
}

h1, h2 {
    font-weight: unset !important;
}

.tab_block_inner,
.tab_inner,
.tab_inner_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(-60px) skewX(8deg);
    transition: opacity .5s ease, transform .5s cubic-bezier(.34, 1.56, .64, 1);
    pointer-events: none;
}

.tab_block_inner.active,
.tab_inner.active,
.tab_inner_item.active {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

p:last-child {
    margin: 0;
}

@keyframes fadeUp {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.is-visible .ef-img-t {
    animation: fadeUp 1s forwards;
    animation-delay: var(--delay);
}

.ef-img-t {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    animation: none;
}

/* end setup */


/*header*/
.header-main {
    height: 104px !important;
}

div#wrapper {
    padding-top: 30px;
}

/*header {*/
/*    padding-top: 30px;*/
/*}*/

div#masthead {
    max-width: var(--container-w-2);
    margin: 0 auto;
    background-image: url(../images/header_background.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.header-wrapper.stuck div#masthead,
.single div#masthead,
.page-template-service div#masthead,
.page-template-contact div#masthead {

    background-image: url(../images/header_background_2.svg);
}

header .stuck .header-main {
    height: 104px !important;
}

.top-divider.full-width {
    display: none;
}

.header-wrapper.stuck {
    box-shadow: none;
}

.banner_wrap {
    width: var(--container-w-2);
    margin: -104px auto 0;
    border-radius: 80px !important;
    overflow: hidden;
}

.banner_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 80px;
    overflow: hidden;
}

.header-bg-color {
    background-color: transparent !important;
}


li.menu-item a {
    color: white;
    font-family: 'Asap Condensed medium';
    text-transform: uppercase;
    font-size: 1.042rem;
    transition: .7s all;
}

li.menu-item a:hover,
li.menu-item.current-menu-item a {
    color: var(--sub-cl);
    transition: .7s all;
}

li.menu-item {
    margin: 0;
}

ul.header-nav.header-nav-main.nav.nav-left {
    gap: 3.333rem;
    justify-content: end;
}

ul.header-nav.header-nav-main.nav.nav-right {
    gap: 4.583rem;
    justify-content: start;
}

#logo {
    width: 13.021rem !important;
    margin: 0 8.49rem !important;
}


main#main, footer, #wrapper {
    background-image: url(../images/main.png);
    background-repeat: repeat;
}

div#masthead .header-inner {
    align-items: start;
    padding-top: 0.885rem;
}

/*banner - cta*/
.banner_hero {
    width: var(--container-w-2);
    margin: 0 auto !important;
}

.banner_cta {
    bottom: 14.6rem;
    left: 27.03125rem;
}

.banner_pattern {
    bottom: -.1%;
    width: 100%;
    height: auto;
    z-index: 2;
}

.banner_pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

span.btn_main {
    background: var(--sub-cl);
    padding: 0.755rem 4.0625rem;
    border-radius: 100px;
    font-size: 1.146rem;
    font-family: 'Asap Condensed bold';
    line-height: normal;
    gap: 0.521rem;
    color: var(--main-cl);
    transition: .4s all;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border: 1px solid var(--main-cl);
}

span.btn_outer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #21473C;
    transform: translate(1px, 3px);
    transition: .7s all;
    border-radius: 100px;
}

.btn:hover .btn_main {
    transform: translate(1px, 3px);
    transition: .4s all;
}

span.btn_svg {
    width: 1.09375rem;
    overflow: hidden;
    height: 0.677rem;
}

.btn_svg_item {
    width: 100%;
    height: 100%;
    transition: .7s all;
}

.btn_svg_item.svg_2 {
    transform: translateX(-125%);
    transition: .7s all;
}

.btn:hover .btn_svg_item.svg_2 {
    transform: unset;
    transition: .7s all;
}

.btn:hover .btn_svg_item.svg_1 {
    transform: translateX(125%);
    transition: .7s all;
}

h1, h2 {
    font-size: 4.6875rem;
    font-family: 'Asap Condensed extrabold';
    color: var(--main-cl);
    line-height: 1.1;
    text-transform: uppercase;
}

.home_2 {
    padding-top: 4.0625rem;
    padding-bottom: 7.552rem;
}

.home_2 .content {
    margin-top: 1.042rem;
    width: 46.042rem;
}

.home_2 h1 {
    width: 37.3125rem;
    margin: 0 auto;
}

.home_2 .video_wrap,
.about_3 .video_wrap {
    width: 60.677rem;
    height: 34.375rem;
    border-radius: 50px;
    margin: 3.385rem auto 0;
}

.about_3 .video_wrap {
    margin-top: 0;
}

.home_2 .video_wrap iframe,
.about_3 .video_wrap iframe {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
}

.video_wrap_cta {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.home_2 .background_pattern,
.about_3 .background_pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 31.979rem;
}


.home_2 span.btn_main,
.about_3 span.btn_main {
    padding: 0.755rem 4.6875rem;
}

.home_2_pattern,
.home_3_pattern {
    border-radius: 30px;
    overflow: hidden;
    transition: .7s all;
}

.home_2_pattern.item_1,
.home_2_pattern.item_3,
.about_3_pattern.item_1,
.about_3_pattern.item_3 {
    width: 11.146rem;
    height: 11.146rem;
}

.home_2_pattern.item_2,
.home_2_pattern.item_4,
.about_3_pattern.item_2,
.about_3_pattern.item_4 {
    width: 8.59375rem;
    height: 8.59375rem;
}

.home_2_pattern.pattern.item_1 {
    top: 29.427rem;
    left: 4.6875rem;
}

.home_2_pattern.pattern.item_2 {
    bottom: 3.021rem;
    left: 24.635rem;
}

.home_2_pattern.pattern.item_3 {
    bottom: 10.729rem;
    right: 13.28125rem;
}

.home_2_pattern.pattern.item_4 {
    bottom: 29.896rem;
    right: 4.635rem;
}

.about_3_pattern.pattern.item_1 {
    top: 10.208rem;
    left: 4.6875rem;

}

.about_3_pattern.pattern.item_2 {
    bottom: -2.083rem;
    left: 24.635rem;

}

.about_3_pattern.pattern.item_3 {
    bottom: 6.5625rem;
    right: 13.28125rem;
}

.about_3_pattern.pattern.item_4 {
    bottom: unset;
    top: 5.885rem;
    right: 4.635rem;
}


.home_2:hover .home_2_pattern,
.about_3:hover .about_3_pattern {
    transform: translateY(-10%);
    transition: .7s all;
}


/*scroll ngang*/
.home_3 {
    margin-top: 2.292rem;
}

.scroll_horizon_container {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    cursor: grab;
}

.scroll_horizon_container.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.scroll_horizon_track {
    height: 100%;
}

.scroll_layout_wrap {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    height: 100%;
    will-change: transform;
    position: relative;
}

.scroll_layout_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10.9375rem;
    background: linear-gradient(180deg, rgba(251, 249, 247, 0) 0%, rgba(251, 249, 247, 0.79739) 64.34%, rgba(251, 249, 247, 0.918267) 79.3%, #FBF9F7 100%);
    z-index: 1;
    pointer-events: none;
}

.page-template-home {
    overflow: unset;
    overflow-x: clip;
}

.scroll_layout_item_1 {
    width: 91.25rem;
}

.scroll_background {
    width: 100%;
    height: 100%;
}

.scroll_background .background_inner {
    width: 100%;
    height: 100%;
}

.scroll_background .background_outer {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}

.scroll_background .background_svg {
    z-index: 1;
    position: absolute;
    top: 1.823rem;
    right: 5.573rem;
    width: 40.521rem;
    height: 41.51rem;
}

.scroll_background .background_svg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout_1 .scroll_content {
    top: 5.833rem;
    left: 13.177rem;
    width: 22.03125rem;
}

.layout_1 .title {
    font-size: 3.90625rem;
    font-family: 'Asap Condensed extrabold';
    color: var(--main-cl);
    line-height: 1.1;
    text-transform: uppercase;
}

.layout_1 .title_2 {
    font-size: 10.417rem;
    font-family: 'Asap Condensed extrabold';
    color: var(--main-cl);
    line-height: 1;
    margin-top: -5%;
    text-transform: uppercase;
}

.scroll_background {
    pointer-events: none;
}

.layout_1 .sub {
    font-size: 1.823rem;
    font-family: 'Asap Condensed semibold';
    color: var(--main-cl);
    line-height: 1;
    text-transform: uppercase;
}

.scroll_layout_item .content {
    margin-top: 21px;
    line-height: 1.3;
}

.layout_1 .title_2 .title_svg {
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    width: 5.26rem;
    height: auto;
    transition: .7s all;
}

.scroll_layout_item .scroll_content.active .title_svg {
    transform: translateY(-50%);
}

.layout_1 .btn {
    margin-top: 1.09375rem !important;
    width: fit-content;
    display: block;
}

.layout_1 span.btn_main {
    padding: 0.755rem 3.646rem;
    width: fit-content;
}

.scroll_layout_item.layout_2 {
    margin-left: 8.75rem;
    width: 114.0625rem;
}

.scroll_content_bottom {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: 0.833rem;
    color: var(--main-cl);
    gap: 0.677rem;
    text-transform: uppercase;
    z-index: 2;
}

.scroll_content_bottom .content {
    font-family: 'Asap Condensed';
    margin-top: 0;
}

.scroll_circle_content {
    z-index: 5;
}

.layout_1 .scroll_circle_content {
    bottom: 28%;
    right: 9.9%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll_circle_inner {
    background: var(--sub-cl);
    width: 10.521rem;
    height: 10.521rem;
    border-radius: 100%;
    z-index: 5;
}

.scroll_circle_inner .number_wrap span, .scroll_circle_inner .unit {
    font-size: 4.427rem;
    line-height: 1;
    font-family: 'Asap Condensed bold';
    color: var(--main-cl);
}

.scroll_circle_inner .number_wrap span {
    line-height: .8;
}

.counter_opacity {
    opacity: 0;
}

.counter {
    position: absolute;
    left: 0;
}

.scroll_circle_content .unit {
    line-height: 0.7;
    font-size: 2.604rem;
}

.scroll_circle_inner .circle_title {
    font-size: 2.604rem;
    font-family: 'Asap Condensed bold';
    line-height: 1;
    color: var(--main-cl);
    margin: 0 !important;
}

.scroll_circle_inner .number_content {
    font-family: 'Libre Franklin semibold';
    color: var(--main-cl);
    font-size: 0.833rem;
}

.scroll_circle_outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-cl);
    border-radius: 100%;
    transform: translate(7px, 5px);
}

.scroll_circle_inner .number {
    margin-left: 2.96875rem;
    width: fit-content;
}

.layout_2 .scroll_content {
    top: 12.448rem;
    left: 3.646rem;
    width: 22.396rem;
}

.layout_2 .scroll_content .title {
    font-size: 1.823rem;
    font-family: 'Asap Condensed semibold';
    color: var(--main-cl);
    text-transform: uppercase;
    line-height: 1;
}

.layout_2 .scroll_content .title_2 {
    font-size: 7.8125rem;
    font-family: 'Asap Condensed extrabold';
    color: var(--main-cl);
    line-height: 1;
    text-transform: uppercase;
}

.layout_2 .sub {
    font-size: 3.90625rem;
    font-family: 'Asap Condensed extrabold';
    color: var(--main-cl);
    line-height: 1;
    text-transform: uppercase;
}

.layout_2 a.btn {
    display: block;
    width: fit-content;
    margin-top: 1.198rem;
}

.layout_2 .btn_main {
    padding: 0.755rem 3.28125rem;
}

.scroll_circle_content.circle_1 {
    top: 6.3%;
    left: 25.5%;
}

.layout_2 .circle_1 .circle_title {
    font-size: 2.083rem;
}

.scroll_circle_content.circle_2 {
    top: 33.5%;
    right: 12.7%;
}

.scroll_circle_content.circle_2 .number_wrap span {
    font-size: 3.385rem;
    line-height: 1;
}

.scroll_circle_content.circle_2 .circle_title {
    font-size: 2.083rem;
}

.scroll_circle_content.circle_2 .scroll_circle_inner {
    width: 11.979rem;
    height: 11.979rem;
}

.scroll_layout_item.relative.layout_3 {
    margin-left: 27.604rem;
    width: 104.635rem;
}

.layout_3 .scroll_background .background_svg {
    top: 11.1%;
    right: 22.4%;
}

.layout_3 .scroll_content {
    left: -31.927rem;
    top: 10.521rem;
    width: 24.896rem;
    z-index: 2;
}

.layout_3 .title {
    color: var(--main-cl);
    font-family: 'Asap Condensed semibold';
    text-transform: uppercase;
    font-size: 1.823rem;
    line-height: 1;
}

.layout_3 .title_2 {
    font-family: 'Asap Condensed extrabold';
    font-size: 8.333rem;
    color: var(--main-cl);
    line-height: 1;
}

.layout_3 a.btn {
    display: block;
    margin-top: 1.09375rem;
    width: fit-content;
}

.layout_3 a.btn .btn_main {
    padding: 0.755rem 3.28125rem;
}

.layout_3 .scroll_circle_content {
    top: 19%;
    left: -3%;
}

.layout_3 .scroll_circle_inner .number_wrap span {
    font-size: 4.6875rem;
}

.layout_3 .scroll_circle_inner .circle_title {
    font-size: 1.823rem;
}

.scroll_layout_wrap .scroll_line {
    left: 25%;
    top: 13.4%;
    pointer-events: none;
}

.scroll_line path {
    transition: stroke-dashoffset 0.05s linear;
}

.scroll_circle_content {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.scroll_circle_content.is-visible {
    opacity: 1;
    transform: scale(1);
}

@keyframes sway {
    0% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(-5px);
    }
}

.scroll_content_bottom .svg_2 {
    margin-left: 0.365rem;
    animation: sway 3s ease-in-out infinite;
}

.home_4 {
    margin-top: 4.53125rem;
    padding-top: 4.271rem;
}

.home_4 h2 {
    width: 30.417rem;
    margin: 0 auto;
}

.home_4 .content {
    width: 47.083rem;
    margin-top: 1.042rem;
}

.home_4 .background_pattern {
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
}

.sticky_list .item_image {
    width: 33.75rem;
    height: 33.75rem;
    margin-left: 1.40625rem;
    flex: 0 0 auto;

}

.sticky_list .item:last-child {
    margin: 0;
}

.sticky_list .item {
    gap: 4.479rem;
    position: sticky;
    top: 5rem;
    background: #FBF9F6;
    border-radius: 50px;
    padding: 5rem 0;

}

.sticky_list .item:first-child {
    padding-top: 2rem;
}

.sticky_list .title {
    font-size: 3.125rem;
    font-family: 'Asap Condensed semibold';
    color: var(--main-cl);
    text-transform: uppercase;
    line-height: normal;
}

.sticky_list .content {
    margin-top: 1.042rem;
    font-family: 'Libre Franklin';
    width: 24.271rem;
    opacity: 80%;
    line-height: 1.5;
}

.sticky_list {
    margin-top: 0;
}

.home_4_pattern {
    z-index: 10;
    position: fixed; /* ← thiếu cái này */
    transition: opacity 0.3s ease;
    opacity: 0; /* ← ẩn mặc định */
    visibility: hidden;
    box-shadow: 0px 4px 30px 0px #00000014;
    border-radius: 100%;
}

.home_4_pattern.item_1 {
    width: 6.09375rem;
    height: 6.09375rem;
    top: 47.5%;
    position: fixed;
    left: 12.5%;
}

.home_4_pattern.item_2 {
    position: fixed;
    top: 61.5%;
    left: 43%;
    width: 8.542rem;
    height: 8.542rem;
}

.home_4_pattern.item_3 {
    position: fixed;
    top: 28%;
    right: 16%;
    width: 7.24rem;
    height: 7.24rem;
}


.home_5 {
    padding-top: 1rem;
}

.home_5 .row {
    max-width: 93.229rem !important;
}

.home_5 .tab_heading {
    padding: 0 3.90625rem;
    align-items: end;
    gap: 0.104rem;
    height: 3.646rem;
}

.home_5 .tab_heading .item:hover,
.home_5 .tab_heading .item.active {
    height: 100%;
    background: var(--main-cl);
    color: var(--sub-cl);
    transition: .7s all;
    font-size: 1.354rem;
}

.home_5 .tab_heading .item {
    background: #C7E6C2;
    transition: .7s all;
    font-size: 1.042rem;
    color: var(--main-cl);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex: 1;
    line-height: 1;
    height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Asap Condensed bold';
}

.tab_background {
    top: 0;
    left: 0;
    width: 100%;
    height: 41.302rem;
    border-radius: 50px;
    overflow: hidden;
}

.home_5 .tab_block_inner {
    justify-content: center;
    padding-top: 6.302rem;
    gap: 4.896rem;
    width: 100%;
    height: 41.302rem;
}

.home_5 .tab_block_inner .image_wrap {
    width: 42.1875rem;
    height: 31.40625rem;
    flex: 0 0 auto;
    background: #FEF763;
    border-radius: 90px;
    /*overflow: hidden;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_5 .group_heading {
    text-align: end;
    margin-top: 1.458rem;
    height: 13.4375rem;
}

.home_5 .group_heading .title {
    color: #99CC52;
    font-family: 'Asap Condensed extrabold';
    font-size: 3.646rem;
    line-height: 1;
    text-transform: uppercase;
}

.home_5 .group_heading .content {
    margin-top: 0.99rem;
    color: #F8F7E5;
    font-family: 'Asap Condensed semibold';
    font-size: 1.458rem;
    text-transform: uppercase;
}

.home_5 .group_bottom {
    margin-top: 2.1875rem;
    text-align: end;
}

.home_5 .group_bottom .title_2 {
    color: #F8F7E5;
    font-family: 'Asap Condensed semibold';
    line-height: 1;
    font-size: 1.458rem;
    text-transform: uppercase;
}

.home_5 .group_bottom .list {
    margin-top: 0.729rem;
    text-align: end;
    align-items: end;
    gap: 0.521rem;
}

.home_5 .group_bottom .list .item {
    color: #99CC52;
    font-size: 1.042rem;
    font-family: 'Libre Franklin';
    line-height: normal;
    gap: 0.365rem;
}

.home_5 .item_svg {
    width: 1.615rem;
}


.home_5 a.btn {
    margin-top: 4.21875rem;
    width: fit-content;
}

.home_5 a.btn .btn_main {
    width: fit-content;
    padding: 0.755rem 1.40625rem;
}

.image_wrap_pattern {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 90px;
    overflow: hidden;
}

.image_wrap_pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_5 .tab_block_inner:hover .image_wrap_inner img {
    transform: scale(1.25);
    transition: .7s all;
}

.image_wrap_inner {
    height: 100%;
    width: 100%;
}

.home_5 .tab_block_inner .group_content {
    max-width: 30.677rem;
}

.home_6 {
    padding-top: 14.479rem;
}

.home_6 .list {
    margin-top: 2.96875rem;
    gap: 0.9375rem;
}

.home_6 .list .item {
    height: 3.854rem;
    width: 5.625rem;
    overflow: hidden;

}

.home_6 .pattern_item {
    border-radius: 100%;
    overflow: hidden;
    transition: .7s all;
}

.home_6 .pattern_item.item_1 {
    top: 212px;
    left: -3.5%;
    width: 13.49rem;
    height: 13.49rem;
}

.home_6 .pattern_item.item_3 {
    top: 7.1875rem;
    left: 34.323rem;
    width: 6.302rem;
    height: 6.302rem;
}

.home_6 .pattern_item.item_2 {
    width: 6.302rem;
    height: 6.302rem;
    bottom: 2.448rem;
    left: 10.417rem;
}

.home_6 .pattern_item.item_4 {
    right: 13.28125rem;
    width: 9.375rem;
    height: 9.375rem;
    top: 23.49rem;
}

.home_6 .pattern_item.item_5 {
    width: 13.177rem;
    height: 13.177rem;
    top: 8.698rem;
    right: -2.5%;
}

.home_6 .group_content {
    position: relative;
    z-index: 2;
    width: 69.375rem;
}

.home_6:hover .pattern_item {
    transform: translateY(-1.042rem);
    transition: .7s all;
}

.home_6 .list .item:hover img {
    transform: scale(1.05);
    transition: .7s all;
}

.home_7 {
    margin-top: 8.229rem;
}

.home_7_background {
    left: 50%;
    top: 3.854rem;
    width: 82.8125rem;
    transform: translateX(-50%);
    pointer-events: none;

}

.home_7_background img {
    border-radius: 100px;
    overflow: hidden;
}

.home_7 .group_content {
    margin-top: 9.21875rem;
    margin-left: 5.208rem;
}

.home_7 .feature_wrap {
    padding-left: 4.375rem;
    padding-right: 6.25rem;
}

.home_7 .feature_wrap .feature_pattern {
    top: 11.51rem;
    right: 0;
    pointer-events: none;
}

.home_7 .sub, .home_7 h2 {
    transform: rotate(-3deg);
}

.home_7 .sub {
    text-transform: uppercase;
    font-size: 2.604rem;
    font-family: 'Asap Condensed extrabold';
    line-height: 1;
    color: var(--main-cl);
}

.home_7 h2 {
    line-height: 1;
    font-size: 5.208rem;
}

.home_7 .content {
    margin-top: 1.71875rem;
    font-family: 'Libre Franklin';
    font-size: 0.9375rem;
    line-height: 1.5;
    width: 22.1875rem;
}

.home_7 a.btn {
    display: block;
    width: fit-content;
    margin-top: 1.71875rem;
}

.home_7 a.btn .btn_main {
    padding: 0.755rem 1.927rem;
    text-transform: uppercase;
}

.feature_wrap h3.title {
    margin: 2.083rem auto 0;
    font-size: 1.823rem;
    text-transform: uppercase;
    line-height: 1;
    color: var(--main-cl);
    width: 18.958rem;
    font-family: 'Asap Condensed extrabold';
}

.feature_slide_wrap {
    margin-top: 2.083rem;
}

.feature_slide_item {
    padding: 0 1.12rem;
}

.feature_slide {
    margin: 0 -1.12rem;
}

.feature_slide .feature_image {
    aspect-ratio: 359 / 359;
    border-radius: 50px;
    overflow: hidden;
    transition: .7s all;
}

.feature_slide .title {
    font-size: 1.302rem;
    color: var(--main-cl);
    font-family: 'Asap Condensed bold';
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 1.042rem;
    width: 14.948rem;
}

.pagination_wrap .swiper-pagination {
    display: none;
}

.pagination_wrap .arrow_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pagination_wrap .arrow_slide.next {
    right: -11.5%;
}

.pagination_wrap .arrow_slide.prev {
    left: -11.5%;
}

.pagination_wrap .arrow_slide:hover .arrow_main {
    transform: translate(2px, 2px);
    transition: .4s all;
}

.pagination_wrap .arrow_slide .arrow_main {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--sub-cl);
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid var(--main-cl);
    z-index: 1;
    transition: .4s all;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_wrap .arrow_slide .arrow_pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: translate(2px, 2px);
    background: var(--main-cl);
    border-radius: 100%;
}

.pagination_wrap .arrow_slide .arrow_main svg {
    width: 0.885rem;
    height: 0.521rem;
}

.feature_slide_item:hover .feature_image {
    transform: rotate(-3deg);
    transition: .7s all;
}

.feature_slide_item:hover h3 {
    text-decoration: underline;
    text-decoration-color: #99CC52;
}

.home_8 {
    padding-top: 12.8125rem;
}

.home_8 .background_pattern {
    top: -11%;
    left: 0;
    width: 100%;
    height: auto;
}

.home_8 .tab_heading {
    margin-top: 1.823rem;
    gap: 1.042rem;
}

.home_8 .tab_heading .item_content {
    text-transform: uppercase;
    font-size: 1.302rem;
    font-family: 'Asap Condensed semibold';
    line-height: 1;
    padding: 0.651rem 1.5625rem;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
    transition: .4s all;
    color: var(--main-cl);
    border: 1px solid var(--main-cl);
    z-index: 3 !important;
}

.home_8 .tab_heading .item.active .item_content, .home_8 .tab_heading .item:hover .item_content {
    background: var(--sub-cl);
    transition: .4s all;
    transform: translate(-2px, -2px);
}

.home_8 .tab_heading .item_pattern {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-cl);
    border-radius: 100px;
    transform: translate(2px, 2px);
    opacity: 0;
    transition: .4s all;
}

.home_8 .tab_heading .item.active .item_pattern,
.home_8 .tab_heading .item:hover .item_pattern {
    opacity: 1;
}

.home_8 .tab_block {
    margin-top: 3.75rem;
}

.home_8 .tab_block_inner {
    height: 31.979rem;
    gap: 1.25rem;
}

.home_8 .tab_block_inner .tab_left {
    width: 36.09375rem;
    flex: 0 0 auto;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.home_8 .tab_block_inner .tab_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_8 .tab_block_inner .tab_left .content_inner {
    bottom: 1.71875rem;
    background: #FFFFFFCC;
    backdrop-filter: blur(20px);
    left: 50%;
    transform: translateX(-50%);
    padding: 1.146rem 1.5625rem;
    width: 90%;
    border-radius: 15px;
}

.home_8 .tab_left .post_detail {
    gap: 0.417rem;
    font-size: 0.625rem;
    color: var(--main-cl);
    font-family: 'Libre Franklin';
    text-transform: uppercase;
    line-height: normal;
}

.home_8 .tab_left .post_detail .dot {
    width: 1px;
    background: #0087CE4D;
    height: 0.521rem;
}

.home_8 .tab_left .title {
    color: var(--main-cl);
    font-family: 'Asap Condensed bold';
    font-size: 1.823rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 0.521rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 27.03125rem;
}

.home_8 .tab_left .view_more {
    margin-top: 0.521rem;
    font-family: 'Libre Franklin semibold';
    font-size: 0.729rem;
    line-height: normal;
    color: var(--main-cl);
    text-decoration: underline;
}

.home_8 .tab_right {
    height: 100%;
    gap: 1.302rem;
}

.home_8 .tab_right .item {
    gap: 1.25rem;
    flex: 1 1 0;
    min-height: 0;
}

.home_8 .tab_right .item .thumb {
    height: 100%;
    width: 17.448rem;
    flex: 0 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.home_8 .tab_right .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_8 .tab_right .item .group_content {
    padding: 0.78125rem 0;
    flex: 0 0 auto;
    width: 17.396rem;
}

.home_8 .tab_right .item .post_detail {
    font-size: 0.625rem;
    font-family: 'Libre Franklin';
    gap: 0.417rem;
    text-transform: uppercase;
}

.home_8 .tab_right .item .post_detail .dot {
    background: #333333;
    width: 0.104rem;
    height: 10px;
    opacity: 20%;
    line-height: normal;
}

.home_8 .tab_right .item .title {
    font-size: 1.302rem;
    font-family: 'Asap Condensed bold';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--main-cl);
    margin-top: 0.417rem;
}

.home_8 .tab_right .item .view_more {
    font-size: 0.729rem;
    font-family: 'Libre Franklin semibold';
    color: var(--main-cl);
    font-weight: unset;
    text-align: unset;
    line-height: normal;
    margin-top: 0.78125rem;
    text-decoration: underline;
}

.home_8 .tab_right .item:hover .view_more {
    color: #99CC52;
    transition: .7s all;
}

.home_8 .link_wrap {
    margin-top: 2.24rem;
}

.home_8 .link_wrap .btn_main {
    text-transform: uppercase;
    padding: 0.755rem 2.708rem;
}

.footer_background {
    top: 0;
    width: 95.9375rem;
    left: 50%;
    transform: translateX(-50%);
}

main#main {
    padding-bottom: 3.177rem;
}

footer .footer_1 .col {
    padding-top: 6.302rem;
}

footer .footer_1 .col-logo {
    padding-top: 0;
    display: flex;
    justify-content: center;
}

footer * {
    color: white;
}

.footer_title {
    font-size: 1.302rem;
    font-family: 'Asap Condensed semibold';
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 0.521rem;
}

.footer_1 .group_content .footer_content {
    font-size: 0.833rem;
    font-family: 'Libre Franklin';
    line-height: 1.5;
}

.footer_1 .group_content .footer_content p {
    margin-bottom: 0.521rem;
}

footer p:last-child {
    margin: 0 !important;
}

footer p span, footer p strong {
    font-family: 'Libre Franklin bold';
}

footer .group_content_2 {
    text-align: end;
}

footer .group_content_2 p {
    line-height: 1;
    font-size: 0.78125rem;
}

footer .social_wrap {
    margin-top: 2.1875rem;
    gap: 0.9375rem;
}

footer .social_wrap .item {
    width: 2.083rem;
    height: 2.083rem;
    flex: 0 0 auto;
    background: var(--sub-cl);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--sub-cl);
    transition: .7s all;
}

footer .social_wrap .item:hover {
    background: var(--main-cl);
    transition: .7s all;
}

footer .social_wrap .item:hover svg path {
    fill: var(--sub-cl);
    transition: .7s all;
}

footer .social_wrap .item svg {
    max-height: 1.042rem;
    max-width: 1.198rem;
    transition: .7s all;
}

.footer_logo {
    width: 8.854rem;
    height: auto;
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .row.footer_1 {
    padding-bottom: 0.625rem;
}

footer .row.footer_1:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 98%;
    height: 1px;
    background: #FFFFFF33;
    transform: translateX(-50%);
}

footer .row.footer_2 {
    padding-top: 2.34375rem;
    padding-bottom: 1.51rem;
}

footer .group_content_3 .footer_content {
    font-size: 0.78125rem;
}

footer a {
    color: white;
    transition: .7s all;
    position: relative;
}

footer a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1%;
    width: 0;
    height: 1px;
    background: var(--sub-cl);
    transition: .7s all;
    opacity: 0;
}

footer a:hover:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

footer .group_content_4 {
    font-size: 0.78125rem;
    text-align: center;
}

footer .group_content_5 {
    text-align: end;
    font-size: 0.729rem;
}

footer .row.footer_2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 98.5%;
    transform: translateX(-50%);
    height: 1px;
    background: #FFFFFF33;
    content: '';
}

footer .row.footer_3 {
    padding-top: 0.885rem;
}

footer .copyright {
    font-size: 0.677rem;
    font-family: 'Libre Franklin';
}

footer a:hover {
    color: var(--sub-cl);
    transition: .7s all;
}

.footer_list_page {
    gap: 3.75rem;
    font-size: 0.677rem;
    font-family: 'Libre Franklin';
    line-height: normal;
}

footer#footer {
    height: 38.4375rem;
    overflow: hidden;
}

footer .social_wrap .item:before {
    content: unset;
}

.footer_pattern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_pattern.pattern.item_1 {
    bottom: -8%;
    left: -5.5%;
    height: 16.927rem;
}

footer.active .item_1 {
    transform: rotate(36deg);
    transition: .7s all;
}

.footer_pattern.pattern.item_2 {
    left: 36.40625rem;
    bottom: 4.375rem;
    width: 6.146rem;
    height: 6.146rem;
    transform: translateY(200%);
}

footer.active .item_2 {
    transform: translateY(0) !important;
    transition: .7s all;
}

.footer_pattern.pattern.item_3 {
    right: 36.083rem;
    bottom: -19%;
    height: 17.76rem;
}

footer.active .item_3 {
    transform: rotate(-30deg);
    transition: .7s all;
}

.footer_pattern.pattern.item_4 {
    bottom: 8.333rem;
    width: 11.354rem;
    right: -5%;
    transform: translateX(50%);
}

footer.active .item_4 {
    transform: translateX(0) !important;
    transition: .7s all;
}

.footer_pattern {
    transition: .7s all;
}


.home_8 .tab_block_inner .tab_left:hover h3 {
    color: #99CC52;
    transition: .7s all;
}

.home_8 .tab_block_inner .tab_left h3 {
    transition: .7s all;
}

.home_8 .tab_block_inner .tab_left:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.tab_right .item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.tab_right .item:hover h3 {
    color: #99CC52;
    transition: .7s all;
}

.tab_right .item h3 {
    transition: .7s all;
}

/*about - giới thiệu*/
.about_2 {
    padding-top: 5.729rem;
}

.about_2 .background_pattern {
    left: 0;
    top: -2%;
    width: 100%;
}

.about_2 {
    z-index: 2;
}

.about_2 .group_content {
    width: 46.042rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.about_2 .group_content .content {
    margin-top: 1.042rem;
}

.vision {
    padding-top: 4.53125rem;
    gap: 3.698rem;
    justify-content: center;
}

.vision .item_left {
    width: 18.59375rem;
    flex: 0 0 auto;
}

.vision .item_right {
    width: 33.75rem;
    flex: 0 0 auto;
    height: auto;
}

.vision .content {
    margin-top: 0.99rem;
    line-height: 1.4;
}

.vision_svg {
    position: absolute;
    top: 2.96875rem;
    left: 26.40625rem;
    width: 5.417rem;
    height: auto;
}


.mission .item_left {
    margin-left: calc(-1 * calc(calc(100vw - var(--container-w)) / 2) - 15px);
    width: 43.49rem;
    flex: 0 0 auto;
}

.mission {
    gap: 7.03125rem;
    margin-top: -2.292rem;
}

.mission .item_right {
    margin-top: 15rem;
    width: 30rem;
    flex: 0 0 auto;
}

.mission .content_wrap {
    margin-top: 2.5rem;
    gap: 5rem;
}

.mission .content_wrap span, .mission .content_wrap strong {
    color: var(--main-cl);
    font-size: 1.302rem;
    font-family: 'Libre Franklin bold';
    line-height: 1;
}

.mission .content_wrap * {
    flex: 1;
}

.mission .content_wrap p {
    line-height: 1.4;
    margin-bottom: 0.521rem;
}


.mission_svg {
    position: absolute;
    right: 0;
    top: -5.46875rem;
    width: 42.135rem;
    height: auto;
}

.value {
    margin-top: 5.9375rem;
    gap: 8.28125rem;
    justify-content: center;
}

.value .item_left {
    margin-top: 7.8125rem;
    width: 20.208rem;
    flex: 0 0 auto;
}

.value .item_left .content {
    margin-top: 0.99rem;
    line-height: 1.4;
}

.value .item_right {
    width: 30rem;
    flex: 0 0 auto;
}

.value .item_right {
    gap: 0.3125rem;
    display: flex;
    flex-wrap: wrap;
}

.value .item_right .item_value {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 2 - (0.3125rem * 1 / 2));
    height: 14.84375rem;
    position: relative;
    z-index: 2;
}

.item_value_image {
    width: 5.208rem;
    height: 5.208rem;
}

.item_value .item_content {
    margin-top: 0.208rem;
    font-size: 1.5625rem;
    font-family: 'Asap Condensed semibold';
    color: var(--main-cl);
    line-height: 1;
}

.value_background {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.value_background svg path {
    fill: transparent;
    transition: stroke 0.3s ease, fill 0.3s ease;
    pointer-events: all;
}

.value_background svg path.is-hovered {
    stroke: var(--main-cl);
    fill: rgba(153, 204, 82, 0.15);
}

.value .item_right .item_value {
    pointer-events: none;
}

.value_svg {
    position: absolute;
    left: 8.021rem;
    top: -5.208rem;
    width: 24.0625rem;
}

.about_3 {
    padding-top: 5.885rem;
}

.about_4 .list {
    margin-top: 4.948rem;
    gap: 8.4375rem;
}

.about_4 {
    padding-top: 11.146rem;
}

.about_4 .group_content .content {
    margin-top: 0.521rem;
}

.about_4 .image_wrap {
    margin-top: 3.854rem;
    width: 100%;
    height: auto;
}

.about_4 .background_pattern {
    top: 1.71875rem;
    left: 0;
    width: 100%;
    height: auto;
}

.about_4 .item {
    gap: 0.390625rem;
}

.about_4 .item .number_wrap {
    font-size: 4.6875rem;
    font-family: 'Asap Condensed extrabold';
    text-transform: uppercase;
    color: var(--main-cl);
}

.about_4 .item .number_wrap .unit {
    line-height: 1;
}

.about_4 .item .number_wrap .number {
    line-height: 1;
}

.about_4 .list .content {
    font-size: 1.354rem;
    font-family: 'Asap Condensed medium';
    text-transform: uppercase;
    line-height: 1;
}

.about_7 {
    margin-top: 6.302rem;
}

.about_7 .background_pattern {
    left: 50%;
    top: 0;
    width: 91.667rem;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
    transform: translateX(-50%);
}

.about_7 .background_pattern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_7 .group_content h2 {
    font-size: 4.6875rem;
    color: var(--sub-cl);
    line-height: 1;
}

.about_7 .row {
    z-index: 2;
    position: relative;
}

.about_7 .group_content .content {
    margin-top: 0.573rem;
    color: white;
}

.about_7 .col_content {
    position: absolute;
    left: 0;
    top: 9.896rem;
}

.about_7 .milestone {
    padding-top: 14.271rem;
    margin-right: -8.333rem;
}

.milestone_track_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.milestone_track_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 25.15rem;
    width: 100%;
    height: 2px;
    background: #FFFFFF33;
}

.milestone_track {
    display: flex;
    gap: 3.646rem;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    cursor: grab;
    user-select: none;
}

.milestone_track:active {
    cursor: grabbing;
}

.milestone_track.no-anim,
.milestone_track.no-anim .milestone_slide_item,
.milestone_track.no-anim .item_right_wrap {
    transition: none !important;
}

.milestone_slide_item {
    flex: 0 0 auto;
    width: 14.896rem;
    transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.milestone_slide_item.is-active {
    width: 51.198rem;
    cursor: default;
}

.item_right_wrap {
    width: 0;
    overflow: hidden;
    flex: 0 0 auto;
    transition: width 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.milestone_slide_item.is-active .item_right_wrap {
    width: 30.729rem;
}

.milestone_wrap .item_right {
    width: 30.729rem;
    height: 39.323rem;
    flex: 0 0 auto;
    opacity: 0;
    transition: opacity 0.4s ease;
    /* chừa khoảng đệm để 4 góc ảnh khi rotate không chạm mép -> không bị overflow của wrap cắt */
    padding: 20px;
    box-sizing: border-box;
}

.milestone_wrap .item_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transform: rotate(3deg);
}

.milestone_slide_item.is-active .item_right {
    opacity: 1;
}

.milestone_wrap {
    display: flex;
    gap: 5.573rem;
    align-items: flex-start;
}

.milestone_wrap .item_left {
    width: 14.896rem;
    flex: 0 0 auto;
    margin-top: 18.073rem;
}

.milestone_wrap .icon {
    width: auto;
    height: 4.167rem;
}

.milestone_wrap .dot {
    width: 0.625rem;
    height: 0.625rem;
    background: #8ACE39;
    border-radius: 100%;
    margin-top: 2.604rem;
}

.milestone_wrap .title {
    margin-top: 2.604rem;
    font-size: 3.125rem;
    font-family: 'Asap Condensed semibold';
    line-height: 1;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s ease;
}

.milestone_slide_item.is-active .milestone_wrap .title {
    color: var(--sub-cl);
}

.milestone_wrap .content {
    margin-top: 0.78125rem;
    color: white;
    font-family: 'Libre Franklin';
}


.about_8 {
    padding-top: 11.302rem;
}

.about_8 .group_content {
    width: 67.8125rem;
    margin: 0 auto;
}

.about_8 .group_content .content {
    margin-top: 0.417rem;
    width: 62.083rem;
}

.map_wrap {
    margin: 4.84375rem auto 0;
    width: 66.823rem;
    height: 33.021rem;
}

.map_wrap svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.map_wrap .item {
    width: 0.521rem;
    height: 0.521rem;
    background: var(--sub-cl);
    border-radius: 100%;
}

.map_wrap .item:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    transform-origin: center center;
    width: 130%;
    height: 130%;
    border: 1px solid var(--sub-cl);
    border-radius: 100%;
    animation: pulse-border-tiny 2s linear infinite;
    pointer-events: none;
}

.map_wrap .item .item_content {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0.521rem, -50%);
    background: #FFFFFF;
    border-radius: 100px;
    width: max-content;
    gap: 5px;
    color: #003E2D;
    font-size: 0.729rem;
    font-family: 'Asap Condensed semibold';
    padding: 0.15625rem 0.78125rem;
    line-height: 1;
    opacity: 0;
    transition: .7s all;
}

.map_wrap .item:hover .item_content {
    opacity: 1;
    transition: .7s all;
}

.map_wrap .item_inner {
    width: 100%;
    height: 100%;
}

.map_wrap .item .logo {
    width: 0.99rem;
    height: 0.78125rem;
    flex: 0 0 auto;
}

.map_wrap .item:first-child {
    width: 0.625rem;
    height: 0.625rem;
    background: #99CC52;
}

.map_wrap .item:first-child:before {
    border: 1px solid #99CC52;
}

.map_wrap .item {
    left: 50.8rem;
    top: 18rem;
    transition: 1.5s all;
}

.map_wrap.active .item {
    left: var(--left);
    top: var(--top);
    transition: 1.5s all;
}

.map_wrap > svg > path {
    transition: all 1.5s;
    clip-path: inset(100% 0 0 0);
}

.map_wrap.active > svg > path {
    clip-path: inset(0 0 0 0);
}

.partner {
    margin-top: 3.073rem;
}

.partner_wrap {
    padding: 0 2.318rem;
    height: 3.385rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner_slide {
    margin: 0 -2.318rem;
}

.partner_wrap img {
    object-fit: contain;
}

.about_9 {
    padding-top: 1.71875rem;
    height: 48.75rem;
}

.about_9 .background {
    height: 100%;
    width: 100%;
}

.about_9 .group_content {
    position: absolute;
    left: 0;
    top: 9.74rem;
}

.about_9 .group_content .content {
    width: 23.75rem;
    margin-top: 0.9375rem;
}

.about_9 .group_content .btn {
    margin-top: 2.292rem;
    width: fit-content;
    display: block;
}

.page-template-about main#main {
    padding-bottom: 0;
}

.page-template-about footer {
    margin-top: -3.854rem;
    background-image: unset;
}

section.about_9 {
    position: relative;
}

/*product*/
.product_2 {
    padding-top: 3.698rem;
}

.term_wrap {
    gap: 0.339rem;
    row-gap: .5rem;
    align-items: end;
    height: 7rem;
}

.term_item {
    font-size: 0.9375rem;
    font-family: 'Asap Condensed bold';
    color: var(--main-cl);
    text-transform: uppercase;
    padding: 0.755rem 0.26rem;
    border: 1px solid #0047394D;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 11.375rem;
    text-align: center;
    height: 2.8125rem;
    transition: .7s all;
    cursor: pointer;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.term_item.active, .term_item:hover {
    transition: .7s all;
    background: var(--main-cl);
    color: var(--sub-cl);
    font-size: 1.146rem;
    height: 3.646rem;

}

.product_title_wrap {
    margin-top: 3.75rem;
}

.product_title_wrap .product_term {
    margin-top: 0.521rem;
    width: 38.59375rem;
}

.product_wrap {
    margin-top: 3.75rem;
}

.product_list {
    gap: 1.771rem;
}

.product_item {
    width: calc(100% / 4 - (1.771rem * 3 / 4));
    background: white;
    padding: 2.8125rem 1.09375rem 1.5625rem;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    transition: .7s all;

}

.product_item .thumb {
    aspect-ratio: 285 / 233;
    transition: .7s all;

}

.product_item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_item h3 {
    margin-top: 2.34375rem;
    text-align: center;
    line-height: 1.2;
    font-family: 'Asap Condensed bold';
    font-size: 1.302rem;
    color: var(--main-cl);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .7s all;

}

.product_item .list {
    margin-top: 1.042rem;
    gap: 0.390625rem;
}

.product_item .list .item {
    font-size: 0.729rem;
    font-family: 'Libre Franklin medium';
    line-height: normal;
    border: 0.75px solid #004739;
    border-radius: 75px;
    padding: 0.234375rem 0.521rem;
    color: var(--main-cl);
    transition: .7s all;
}

.product_item:hover {
    background: var(--main-cl);
}

.product_item:hover .thumb {
    transform: rotate(8deg);
    transition: .7s all;
}

.product_item:hover h3 {
    color: var(--sub-cl);
}

.product_item:hover .list .item {
    border-color: white;
    color: white;
}

.product_bottom {
    margin-top: 2.8125rem;
    gap: 1rem;
}

.product_results {
    flex: 0 0 auto;
    border: 1px solid #33333380;
    border-radius: 100px;
    font-size: 0.833rem;
    font-family: 'Libre Franklin medium';
    line-height: normal;
    padding: 0.521rem 1.042rem;
    gap: .15rem;
}

.product_results span {
    font-family: 'Libre Franklin bold';
    color: var(--main-cl);
}

.ajax-paging ul {
    list-style: none;
    gap: 0.78125rem;
    display: flex;
    align-items: center;
    margin: 0;
}

.ajax-paging ul a {
    width: 2.1875rem;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--Xanh-l-m, #004739);
    border-radius: 100%;
    font-family: 'Libre Franklin medium';
    color: var(--main-cl);
    transition: .7s all;
    font-size: 0.833rem;
}

.ajax-paging ul li {
    margin: 0;
}

.ajax-paging ul a svg {
    width: 0.78125rem;
    height: 0.78125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ajax-paging ul a:hover, .ajax-paging ul a.active {
    border: 1px solid #99CC52;
    background: #99CC52;
    color: white;
    transition: .7s all;
}

.ajax-paging ul a:hover svg path,
.ajax-paging ul a.active svg path {
    stroke: white;
    transition: .7s all;
}

.product_detail_1 {
    padding-top: 3.229rem;
}

.gallery_nav {
    width: 5.208rem;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_gallery {
    gap: 1.042rem;
    align-items: center;
    height: 30rem;
}

.gallery_wrap {
    width: 30rem;
    flex: 0 0 auto;
    height: 100%;
}

.gallery_nav_slide {
    height: 17.708rem;
}

.gallery_thumb_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail_thumb {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.823rem;
}

.gallery_thumb_slide {
    width: 100%;
    height: 100%;
    /*padding: 1.823rem;*/
}


.nav_item {
    width: 5.208rem;
    height: 5.208rem;
    background: #F3FEDE;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.78125rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .7s all;
}

.swiper-slide-active .nav_item,
.nav_item:hover {
    border: 1px solid #F5E457;
    transition: .7s all;
}

.nav_item_video {
    padding: 0;
}

.nav_item_video .video_cta {
    width: 1.771rem;
    height: 1.771rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.product_detail_right {
    margin-top: 1.71875rem;
    margin-left: 1.458rem;
}

.product_detail_right h1 {
    font-family: 'Asap Condensed bold';
    font-size: 2.604rem;
    line-height: normal;
}

.product_detail_right .desc {
    margin-top: 1.09375rem;
}

.product_detail_right .specification {
    margin-top: 1.823rem;
}

.spec_wrap .item .title {
    width: 5.208rem;
    flex: 0 0 auto;
}

.spec_wrap {
    font-size: 0.833rem;
    gap: 0.833rem;
    font-family: 'Libre Franklin medium';
    column-gap: 1.979rem;
    width: 24.635rem;
}

.item .content_wrap {
    gap: 0.521rem;
}

.item .content_wrap .content {
    font-size: 0.833rem;
    font-family: 'Libre Franklin medium';
    color: var(--main-cl);
    padding: 0.3125rem 0.677rem;
    border: 1px solid #0047394D;
    border-radius: 100px;
    transition: .7s all;
    line-height: normal;
}

.item .content_wrap .content:hover {
    background: var(--main-cl);
    border: 1px solid var(--main-cl);
    color: white;
    transition: .7s all;
}

.product_detail_right .date {
    margin-top: 0.9375rem;
    font-size: 0.833rem;
    font-family: 'Libre Franklin medium';
    line-height: normal;
    gap: 1.823rem;
}

.product_detail_right .date .title {
    width: 5.208rem;
    flex: 0 0 auto;
}

.product_detail_right .spec_wrap .item {
    gap: 1.823rem;
}

.product_detail_right .date .content {
    font-size: 0.833rem;
}

.product_cta {
    margin-top: 2.604rem;
    padding-top: 1.302rem;
    border-top: 1px solid rgba(0, 62, 45, 0.2);
    gap: 1.953125rem;
    justify-content: space-between;
}

a.btn.product_form_cta {
    display: block;
    width: fit-content;
}

a.btn.product_form_cta .btn_main {
    padding: 0.755rem 1.51rem;
    white-space: nowrap;
}

.product_buy {
    padding-left: 1.953125rem;
    border-left: 1px solid rgba(0, 62, 45, 0.2);
    gap: 1.823rem;
}

.product_buy .buy_title {
    text-transform: uppercase;
    font-family: 'Asap Condensed bold';
    color: var(--main-cl);
    line-height: normal;
    font-size: 1.302rem;
}

.product_buy .product_buy_list {
    gap: 0.78125rem;
}

.product_buy .product_buy_list a {
    width: 2.865rem;
    height: 2.865rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s all;
}

.product_buy .product_buy_list a:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.product_related {
    margin-top: 1.302rem;
    padding-top: 2.604rem;
    border-top: 1px solid rgba(0, 62, 45, 0.2);
}

.product_related .title {
    color: var(--main-cl);
    font-size: 1.302rem;
    font-family: 'Asap Condensed bold';
    line-height: normal;
    text-transform: uppercase;
}

.product_related .pagination_wrap .arrow_slide {
    display: none;
}

.product_related .pagination_wrap .swiper-pagination {
    position: relative;
    display: flex;
    gap: 0.625rem;
    margin-top: 1rem;
}

.product_related .pagination_wrap .swiper-pagination-bullet {
    background: #333333;
    opacity: 20%;
    width: 6px;
    height: 0.3125rem;
    transition: .7s all;
}

.product_related .pagination_wrap .swiper-pagination-bullet-active {
    background: #99CC52;
    opacity: 100%;
    transition: .7s all;
}

.product_related_bottom {
    margin: 1.40625rem -0.703125rem 0;
}

.product_related_item {
    padding: 0 0.703125rem;
}

.product_related_item .item_inner {
    padding: 0.78125rem 1.042rem;
    transition: .7s all;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_related_item .item_inner .thumb {
    width: 4.21875rem;
    height: 4.21875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_related_item .item_inner h3 {
    font-size: 0.833rem;
    text-transform: uppercase;
    font-family: 'Asap Condensed bold';
    color: var(--main-cl);
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2rem;
    margin-top: 0.78125rem;
}

.swiper-slide-active .product_related_item .item_inner, .product_related_item:hover .item_inner {
    background: #F3FEDE;
    transition: .7s all;
}

.product_detail_2 {
    padding-top: 4.792rem;
    min-height: 17.396rem;
}

.product_detail_2 .background_pattern {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.product_detail_introduce .list {
    position: relative;
    z-index: 2;
    padding: 4.115rem 12.396rem;
    gap: 4.167rem;
}

.product_detail_introduce .item {
    gap: 1.302rem;
    width: calc(100% / 3 - (4.167rem * 2 / 3));
}

.product_detail_introduce .item .title {
    color: #F5E457;
    font-size: 1.302rem;
    line-height: normal;
    font-family: 'Asap Condensed bold';
}

.product_detail_introduce .item .image {
    aspect-ratio: 118 / 118;
    transition: .7s all;
}

.product_detail_introduce .item:hover .image {
    transform: rotateY(360deg);
    transition: .7s all;
}


.product_detail_3 {
    padding-top: 2.396rem;
}

.product_accordion {
    gap: 1.25rem;
}

.product_accordion .item {
    width: 100%;
    transition: .7s all;
    padding: 1.5625rem 1.615rem 1.5625rem 1.823rem;
    border: 1px solid #99CC5280;
    border-radius: 30px;
    cursor: pointer;
}

.product_accordion .item .item_heading h3 {
    font-size: 1.302rem;
    font-family: 'Asap Condensed semibold';
    line-height: normal;
    color: var(--main-cl);
    text-transform: uppercase;
}


.product_accordion .item .item_heading .item_svg {
    width: 1.5625rem;
    height: 1.5625rem;
    flex: 0 0 auto;
    transition: .7s all;
}

.product_accordion .content {
    margin-top: 0.417rem;
    font-size: 0.9375rem;
    line-height: 1.5;
}

.product_accordion .content ul, .product_accordion .content ol {
    padding-left: 1rem;
    margin: 0;
}

.product_accordion .content li {
    margin: 0;
}

.product_accordion .item.active .item_svg svg path:last-child {
    opacity: 0;
    transition: opacity .4s ease;
}

.product_accordion .item.active .item_svg svg {
    transform: rotate(360deg);
    transition: .7s all;
}

.the_content.product_content {
    margin-top: 1.71875rem;
}

.the_content.product_content img {
    border-radius: 30px;
    overflow: hidden;
}

.product_detail_4 .subtitle {
    font-size: 2.604rem;
    font-family: 'Asap Condensed extrabold';
    line-height: 1;
    color: var(--main-cl);
}

.product_detail_4 h2 {
    font-size: 5.208rem;
    line-height: 1;
}

.product_detail_4 .group_content .content {
    margin-top: 0.521rem;
}

.product_relation {
    margin-top: 2.34375rem;
    padding: 0 5.208rem;
}

.product_relation_slide {
    margin: 0 -0.573rem;
}

.product_relation_item {
    padding: 0 0.573rem;
}

.product_relation_item .item_inner {
    padding: 1.09375rem 0.78125rem 0.052rem;
}

.product_relation_item .item_inner .thumb {
    aspect-ratio: 359 / 359;
}

.product_relation_item .item_inner .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
    transition: .7s all;
}

.product_relation_item .item_inner h3 {
    padding: 1.042rem 1.875rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--main-cl);
    text-transform: uppercase;
    line-height: normal;
    font-family: 'Asap Condensed bold';
}

.product_relation_item:hover img {
    transform: rotate(-3deg);
    transition: .7s all;
}

.product_relation_item:hover h3 {
    text-decoration: underline;
    text-decoration-color: #99CC52;
}

.product_detail_4 .pagination_wrap .arrow_slide.prev {
    left: 0;
}

.product_detail_4 .pagination_wrap .arrow_slide.next {
    right: 0;
}

.single-product main#main {
    padding-bottom: 3.646rem;
}

.service_1 {
    padding-top: 3rem;
}

.service_1 .content {
    width: 46rem;
    margin-top: 10px;
}

.service_1 .tab_heading .item {
    font-size: 1.042rem;
    font-family: 'Asap Condensed bold';
    color: var(--main-cl);
    text-transform: uppercase;
    padding: 0.755rem 0.26rem;
    border: 1px solid #0047394D;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 14.375rem;
    text-align: center;
    height: 2.8125rem;
    transition: .7s all;
    cursor: pointer;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_1 .item.active,
.service_1 .item:hover {
    transition: .7s all;
    background: var(--main-cl);
    color: var(--sub-cl);
    font-size: 1.354rem;
    height: 3.646rem;
}

.service_1 .tab_heading {
    gap: 0.339rem;
    margin-top: 2.083rem;
}

.service_1 .tab_block {
    margin-top: 1rem;
}

.service_gallery {
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service_col {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.service_2 {
    padding-top: 3rem;
}

.service_2 .group_content .content {
    margin-top: 0.521rem;
}


.service_quote .item {
    width: calc(100% / 3 - (1rem * 2 / 3));
}

.service_quote {
    gap: 1rem;
    width: 70%;
    margin: 1rem auto 0;
}

.service_coop .item_left,
.service_coop .item_right {
    width: 50%;
    /* flex: 0 0 auto; */
}

.service_coop {
    gap: 6rem;
    margin-top: 3rem;
    height: auto;
}

.coop_wrap {
    height: auto;
}

.coop_wrap .background_color {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    overflow: hidden;
    transform: rotate(7deg);
}

.coop_wrap .thumb {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0rem 0.1783rem 1.3372rem 0rem rgba(0, 0, 0, 0.10);
    max-height: 35rem;
}

.service_coop .subtitle {
    font-size: 3.125rem;
    font-family: 'Asap Condensed extrabold';
    color: var(--main-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    text-align: center;
    transform: rotate(-3deg);
}

.coop_list {
    margin-top: 2rem;
    gap: .5rem;
    display: flex;
    flex-direction: column;
}

.coop_list .item {
    padding: 0.755rem 1.042rem;
    border-radius: 10px;
    overflow: hidden;
    line-height: 1.5;
    color: white;
    font-family: 'Libre Franklin bold';
    font-size: 1.042rem;
    align-items: center;
    height: 4.25rem;
    position: relative;
}

.coop_list .item .title {
    width: 50%;
    position: relative;
    z-index: 1;
}

.coop_list .item_svg {
    width: 2rem;
    height: auto;
    opacity: 0;
    transition: opacity .7s ease;
    position: absolute;
    right: 1rem;
    top: .5rem;
    z-index: 1;
}

.coop_list .item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    height: 100%;
    background: #0000001a;
    transition: .7s all;
    pointer-events: none;
}

.coop_list .item:hover:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

.service_coop .item_right {
    justify-content: space-between;
    margin-top: 3rem;
}

.coop_list .item:hover .item_svg, .coop_list .item.active .item_svg {
    opacity: 1;
    transition: opacity .7s ease;
}


/*form advise*/

.wrap_form_tv {
    margin-top: 6rem;
    position: relative;
    z-index: 0;
}

.wrap_form_tv .inner {
    padding: 3.25rem 4.75rem;
}

.box_form input:not([type="checkbox"]) {
    height: 3rem;
    box-shadow: none;
    border-radius: 5rem;
    border: 1px solid #CCC9BB;
    background: rgba(255, 255, 255, 0.70);
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    color: var(--4, #333);
    font-size: 0.833rem;
    line-height: normal;
}

.box_form .selected-option {
    border: 1px solid #CCC9BB;
    color: var(--4, #333);
}

.box_form input::placeholder {
    color: var(--4, #333);
}

.box_form.form-consulting .selected-option {
    height: 3rem;
    line-height: normal;
    font-size: 16px;
}

.wrap_form_tv h2.heading_title {
    margin-bottom: 0.5rem;
}

.box_form {
    margin-top: 2rem;
}

.box_form b {
    color: var(--main-cl);
    font-size: 1rem;
    margin-top: 1.5rem;
    display: block;
    margin-bottom: 1.15rem;
    font-family: 'Libre Franklin bold';
}

.checkbox-container {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-container label.checkbox-item {
    width: calc(100% / 3);
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.9rem;
}

.checkbox-container label.checkbox-item strong {
    font-weight: 400;
}

span.custom-checkbox {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    border: 1px solid var(--2, #1A5633);
    flex: 0 0 auto;
    margin-right: 0.7rem;
}

span.custom-checkbox:before {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    background: var(--2, #1A5633);
    border-radius: 5rem;
    transform: scale(0);
    transition: .5s all;
}

.checkbox-container label.checkbox-item input[type="checkbox"]:checked + .custom-checkbox:before {
    transform: scale(1);
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

.checkbox-container label.checkbox-item input[type="checkbox"]:checked {
}

.box_form textarea {
    border-radius: 1rem;
    border: 1px solid #CCC9BB;
    background: rgba(255, 255, 255, 0.70);
    color: #666;
    padding: 0.8rem 1.3rem;
    margin-top: 1rem;
}

.wrap_info_form {
    display: flex;
    flex-wrap: wrap;
}

.wrap_info_form .item {
    width: calc(25% - 2.6rem);
    margin: 0 1.3rem;
}

.wrap_form_tv .wrap_bottom {
    border-top: 1px solid rgba(51, 51, 51, 0.10);
    background: rgba(249, 243, 235, 0.20);
    padding: 1.5rem 3rem;
}

.wrap_info_form .item.title b {
    color: var(--main-cl);
    font-size: 0.9rem;
}

.wrap_info_form .content {
    font-size: 0.7rem;
}

.box_form button.button_style {
    margin: 0.5rem 0 0;
}

.box_form button.button_style:hover {
    background: var(--6, #FCD7A3);
    color: var(--main-cl);
}

.wrap_form_tv .wrap_ht.left li:nth-child(1) img {
    width: 6.15rem;
    height: auto;
}

.wrap_form_tv .wrap_ht.left li:nth-child(2) img {
    width: 8.3rem;
    height: auto;
}

.wrap_form_tv .wrap_ht.left li {
    top: 34%;
    left: -5%;
}

.wrap_form_tv .wrap_ht.left li:nth-child(2) {
    z-index: -1;
    top: 40%;
    left: 5%;
}

.wrap_form_tv .inner_form {
    background: #fff;
    border-radius: 1rem;
}

.wrap_form_tv:hover .wrap_ht.left li:nth-child(2) {
    left: -7%;
}

.wrap_form_tv .wrap_ht.left li:hover:nth-child(2) {
}

.wrap_form_tv:hover .wrap_ht.left li:nth-child(1) {
    left: -10%;
}

.wrap_form_tv .wrap_ht.right ul li:nth-child(1) {
    right: -11%;
    bottom: 54%;
}

.wrap_form_tv .wrap_ht.right ul li:nth-child(1) img {
    width: 10.45rem;
}

.wrap_form_tv .wrap_ht.right ul li:nth-child(2) img {
    width: 16.4rem;
}

.wrap_form_tv .wrap_ht.right ul li:nth-child(2) {
    right: 2%;
    bottom: 22%;
    z-index: -1;
}

.wrap_form_tv:hover .wrap_ht.right ul li:nth-child(2) {
    right: -20%;
}

.wrap_form_tv:hover .wrap_ht.right ul li:nth-child(1) {
    right: -13%;
}

.wrap_ht ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrap_ht li {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s all;
    transform: translateY(0);
}

.wrap_ht.right ul li {
    left: unset;
    right: 0;
    top: unset;
    bottom: 0;
}

.wrap_ht.left li:nth-child(1) img {
    width: 13.7rem;
    height: auto;
    display: block;
}

.wrap_ht.left li:nth-child(2) {
    top: 50%;
    left: 0%;
}

.wrap_ht.left li:nth-child(2) img {
    width: 4.15rem;
    height: auto;
}

.wrap_ht.left li:nth-child(3) img {
    width: 5.7rem;
    height: auto;
}

.wrap_ht.left li:nth-child(3) {
    top: 39%;
    left: 10%;
    transition: 1.2s;
}

section.product_banner:hover .wrap_ht.left li {
    transform: translateY(-2.5rem);
}

.wrap_ht.left li:nth-child(2) {
    transition: 1.5s;
}

.wrap_ht.right {
}

.wrap_ht.right ul li:nth-child(1) img {
    width: 10.9rem;
    height: auto;
}

.wrap_ht.right ul li:nth-child(1) {
    right: 0;
    bottom: -15%;
}

.wrap_ht.right ul li:nth-child(2) {
    right: 0;
    bottom: 9%;
}

.wrap_ht.right ul li:nth-child(3) {
    right: 6%;
    bottom: 27%;
}

.wrap_ht.right ul li:nth-child(4) {
    right: 13%;
    bottom: -14%;
}

section.product_banner:hover .wrap_ht.right li {
    transform: translateY(-6rem);
}

section.product_banner:hover .wrap_ht.right li:nth-child(2) {
    transform: translateY(-12.5rem);
}

section.product_banner:hover .wrap_ht.right li:nth-child(3) {
    transform: translateY(0.25rem);
}

section.product_banner:hover .wrap_ht.right li:nth-child(4) {
    transform: translateY(-2.5rem);
}

.wrap_ht.right ul li:nth-child(2) img {
    width: 5.8rem;
}

.wrap_ht.right ul li:nth-child(3) img {
    width: 6.7rem;
}

.wrap_ht.right ul li:nth-child(4) img {
    width: 9.4rem;
}


.custom-select-container {
    position: relative;
    width: 100%;
}

.selected-option {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: transparent;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center right 0.5rem;
    border-radius: 5rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    color: var(--4, #333);
    padding: 0 1.5rem 0 1.5rem;
    border: 1px solid rgba(0, 62, 45, 0.60);
    background-size: 1rem;
}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    position: absolute;
    z-index: 1000;
    overflow-y: auto;
    background: #fffded;
    border-radius: 1rem;
}

.custom-select li {
    padding: 0.5rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    text-align: left;
}

.custom-select li:hover {
    background-color: var(--main-cl);
    color: #fff;
}

.custom-select li {
    margin: 0 !important;
    transition: .3s all;
}

.custom-select li {
    color: #333;
}

.custom-select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar {
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.form-consulting .col {
    padding: 0 0.5rem;
}

.content_form a {
    transition: .7s all;
    position: relative;
    color: var(--main-cl);
    font-family: 'Libre Franklin bold';
}

.content_form a:hover {
    color: var(--sub-cl);
    transition: .7s all;
}

.wrap_form_tv .wrap_info_form a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.wrap_form_tv .wrap_info_form a {
    transition: .7s all;
    color: #333333;
    text-decoration: underline;
}

.wrap_info_form .item {
    font-size: 1.042rem;
    font-family: 'Libre Franklin bold';
    line-height: 1.5;
}

.wrap_bottom p {
    font-family: 'Libre Franklin';
    font-size: 1rem;
    line-height: 1.6;
}

.box_form.form-consulting span.btn_main {
    padding: 0.755rem 1.5rem;
}

.advise_form .wpcf7 .wpcf7-not-valid-tip {
    background: var(--main-cl);
    opacity: 11;
    position: absolute;
    z-index: 2;
    color: white;
    margin-top: -20px;
}

.advise_form .wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl);
}

.advise_form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--sub-cl);
    background: var(--sub-cl);
    color: black;
    font-family: 'Libre Franklin medium';
    width: 100%;
    margin: 1.5rem 0;
}

/* tin tuc*/

section.blog_sec_1 {
    background: linear-gradient(
            90deg,
            #00352a 0%,
            #004739 50%,
            #00352a 100%
    );
    padding: 5rem 0 0.75rem;
    max-width: var(--container-w-2);
    margin: -25px auto 0;
    border-radius: 0 0 60px 60px;
    overflow: hidden;
}

.blog_sec_1 .box_content {
    filter: brightness(0) invert(1);
}

section.blog_sec_1 .title_animation {
    font-size: 3rem;
    color: var(--sub-cl);
    transform: rotate(-3.042deg);
    font-family: 'Asap Condensed extrabold';
}

.blog_sec_1 .wrap_top {
    align-items: flex-end;
}

section.blog_sec_2 {
    padding: 4.5rem 0 5rem;
}

.wrap_media {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem -1.5rem 0;
}

.post_item.vertical {
    width: calc(calc(100% / 3) - 3rem);
    margin: 0 1.5rem 3rem;
    display: block;
}

.post_item.vertical .box_img {
    aspect-ratio: 16 / 9;
    height: auto;
    width: auto;
}

.post_item.vertical .box_content {
    padding: 1rem 0 0 0;
}

section.single_page {
    padding: 4rem 0 2.5rem;
}

.single .wrap_form_tv {
    margin-top: 0;
}

.meta_post {
    display: flex;
    font-size: 0.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.meta_post .cate {
    color: var(--1, #003366);
    font-size: 0.7rem;
    font-weight: 500;
    /* 178.571% */
    position: relative;
    display: flex;
    align-items: center;
}

.meta_post .cate:after {
    width: 0.2rem;
    height: 0.2rem;
    background: #333;
    opacity: .3;
    content: '';
    display: inline-block;
    border-radius: 50%;
    margin: 0 0.65rem;
}

.conent.mota_post {
    font-family: 'Libre Franklin semibold'; /* 156.25% */
    letter-spacing: -0.024rem;
}

img.banner_post {
    width: 100%;
    height: auto;
    display: block;
}

.post_content.content {
    font-weight: 500;
    /* 137.5% */
    letter-spacing: -0.024rem;
    line-height: 1.5;
}

.wrap_post_gn {
    display: flex;
    margin: 3rem -0.75rem;
}


.wrap_post_gn {
    display: flex;
    margin: 3rem -0.75rem;
}

section.goc_nhin_sec_2 {
    padding: 6.5rem 0;
}

.wrap_post_gn .left {
    width: calc(58% - 1.5rem);
    margin: 0 0.75rem;
}

.wrap_post_gn .right {
    width: calc(42% - 1.5rem);
    margin: 0 0.75rem;
}

.item_lagre_post .box_img {
    height: 24rem;
    position: relative;
}

.item_lagre_post .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_lagre_post {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}

.item_lagre_post .box_content {
    position: absolute;
    max-width: 26.5rem;
    left: 2rem;
    bottom: 2rem;
    z-index: 3;
    transition: .5s all;
    opacity: 0;
}

.item_lagre_post .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

.item_lagre_post:hover .box_img:before {
    opacity: 1;
}

.item_lagre_post:hover .box_content {
    opacity: 1;
}

.post_list .post_item {
    margin: 0;
}

.post_list .post_item + .post_item {
    margin-top: 1rem;
}

.post_item {
    position: relative;
    display: flex;
    margin: 0.75rem 0;
}

a.link_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.post_list .post_item .box_img {
    width: 11.9rem;
    height: 7.3rem;
}

.post_item .box_img {
    height: 9.4rem;
    flex: 0 0 auto;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}

.post_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.blog_sec_1 .box_content {
    filter: brightness(0) invert(1);
}

.post_item .box_content {
    padding: 0.75rem 1rem;
}

.post_item .box_content h3 {
    font-size: 1.042rem;
    line-height: 1.4;
    font-family: 'Libre Franklin semibold';
    letter-spacing: -0.027000000000000003rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box_meta {
    display: flex;
    font-size: 0.833rem;
    font-family: 'Libre Franklin medium';
}

.blog_sec_1 .box_meta {
    color: white;
}

.box_meta span + span {
    margin-left: 1.1rem;
}

.blog_sec_1 h2 {
    color: var(--sub-cl);
}

.post_item:hover .box_img img {
    transform: scale(1.15);
}

.blog_sec_1 .wrap_post_gn h3 {
    line-height: normal;
}

ul.nav_tabs_about.style_2 a {
    border-color: var(--main-cl);
    color: var(--main-cl);
}

ul.nav_tabs_about li.active a,
ul.nav_tabs_about.style_2 a:hover,
ul.nav_tabs_about.style_2 a:active {
    background: var(--main-cl);
    color: #fff;
}

ul.nav_tabs_about.style_2 {
    margin: 0;
}

ul.nav_tabs_about {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

ul.nav_tabs_about.style_2 {
    margin: 0;
}

ul.nav_tabs_about a {
    color: var(--sub-cl);
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid var(--sub-cl);
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    border-radius: 5rem;
    margin: 0 0.35rem;
    transition: .5s all;
    text-transform: uppercase;
}

ul.nav_tabs_about.style_2 li {
    margin: 1.5rem 0 0;
}

.list-news-wrapper .post_item .box_content h3 {
    font-size: 0.9375rem;
}

.ajax_blog {
    margin: 1rem 0 0;
}

ul.share_post {
    list-style: none;
    margin: 0;
    display: flex;
    gap: .5rem;
}

ul.share_post li {
    margin-bottom: 0;
}

ul.share_post a {
    transition: .3s all;
}

ul.share_post a {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C3C3C3;
    border-radius: 5rem;
}

ul.share_post a svg {
    max-height: 50%;
    max-width: 50%;
    width: auto;
    height: auto;
}

.news-content-detail h2 {
    font-size: 2.5rem;
}

.news-content-detail p {
    font-size: 18px;
    font-family: 'Libre Franklin';
    line-height: 1.5;
}

.wp-caption .wp-caption-text {
    background: no-repeat;
    font-family: 'Libre Franklin medium';
}

figure.wp-caption {
    margin-bottom: 1rem;
}

.news-content-detail :is(h3,h4,h5,h6,span,strong) {
    color: var(--main-cl);
    font-family: 'Asap Condensed bold';
}

.cdtails_sc_2 .nav_bottom {
    align-items: flex-start;
}

.cdtails_sc_2 .nav_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(0 62 45 / 20%);
    margin-top: 2.5rem;
    padding-top: 1.75rem;
}

.cdtails_sc_2 .nav_bottom span {
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-family: 'Asap Condensed extrabold';
    margin-right: 1.05rem;
}

.cdtails_sc_2 .nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.cdtails_sc_2 .nav_bottom li {
    margin: 0;
}

.cdtails_sc_2 .nav_bottom ul.share_post a {
    padding: 0;
}

.cdtails_sc_2 .nav_bottom ul a {
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: var(--1, #003E2D);
    color: var(--3, #FFF);
    font-size: 0.7rem;
    font-family: 'Libre Franklin medium';
    padding: 0 0.65rem;
    transition: .3s all;
}

.cdtails_sc_2 .nav_bottom .right {
    display: flex;
    align-items: center;
}

.cdtails_sc_2 .nav_bottom .left {
    align-items: unset;
    padding-right: 2rem;
    display: flex;
}

.cdtails_sc_2 .nav_bottom .left ul {
    flex-wrap: wrap;
    gap: .5rem;
    display: flex;
}

section.single_sec_3 {
    padding: 4rem 0 4.5rem;
}

section.single_sec_3 .post_item.vertical {
    width: calc(calc(100%) - 3rem);
}

.mobile_pagination {
    display: none;
}

.slier_post_related {
    margin: 2rem -1.5rem 0;
}

section.single_sec_3 .post_item.vertical {
    width: calc(calc(100%) - 3rem);
}

.single_sec_3 .content {
    margin-top: 0.521rem;
}

.single_page .meta_post .cate,
.single_page .meta_post {
    font-size: 0.9375rem;
    color: #333333;
}

.single_page .meta_post .cate:after {
    width: 0.4rem;
    height: 0.4rem;
}

.single_page h1.heading_title {
    margin-bottom: 2rem;
}

ul.share_post a {
    transition: .7s all;
}

ul.share_post a:hover {
    background: var(--main-cl);
    transition: .7s all;
}

ul.share_post a:hover svg path {
    fill: white;
    transition: .7s all;
}

.cdtails_sc_2 .nav_bottom ul.share_post a:hover {
    background: var(--sub-cl);
    transition: .7s all;
}

.cdtails_sc_2 .nav_bottom ul.share_post a:hover svg path {
    fill: black;
    transition: .7s all;
}

.cdtails_sc_2 .nav_bottom .left ul a:hover {
    background: var(--sub-cl);
    color: black;
    transition: .7s all;
}

.page-template-contact section.breadcrumbs {
    padding: 2.6rem 0 1.771rem;
}

.box_contact.flex {
    gap: 2.34375rem;
    margin-top: 2rem;
}


.item_contact.rounded-20 {
    border-radius: 1.042rem;
    padding: 1.748rem /* 47/19.2 */ 1.25rem /* 24/19.2 */;
    background: transparent;
    border: 1px solid var(--main-cl);
    transition: .4s all;
    width: calc(100% / 2 - (2.34375rem * 1 / 2));
}

.box_contact .group_heading > span {
    display: block;
    width: 20%;
    height: 2px;
    background: var(--main-cl);
}

.box_contact .info_contact {
    margin-top: 1.25rem /* 24/19.2 */;
}

.box_contact .info_item:first-child {
    align-items: flex-start;
    margin-bottom: 0.833rem /* 16/19.2 */;
}

.box_contact .info_item a {
    color: #333;
    transition: .7s all;
}

.box_contact .info_item:hover a {
    color: var(--main-cl);
    transition: .7s all;
}

.gap-16 {
    gap: 0.833rem;
}

.box_contact .info {
    font-size: 1.042rem;
    line-height: 1.4;
}

.box_contact .info_item:not(:last-child) {
    margin-bottom: 0.833rem /* 16/19.2 */;
}

.info_item img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.info.href_a a:hover {
    color: var(--sub-cl);
    transition: .7s all;
}


.breadcrumbs ol {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
}

.breadcrumbs ol li {
    margin: 0;
}

.breadcrumbs ol li a {
    color: var(--main-cl);
    font-size: 1.042rem;
    font-family: 'Montserrat';
    position: relative;
}

.breadcrumbs {
    font-weight: unset !important;
}

.breadcrumbs ol li:not(:last-child) span:after {
    content: '';
    width: 0.25rem;
    height: 0.25rem;
    background: var(--main-cl);
    opacity: 0.5;
    border-radius: 5rem;
    margin: 0 0.5rem;
    box-sizing: border-box;
    display: flex;
}

.breadcrumbs ol li a span {
    position: relative;
    display: flex;
    align-items: center;
}

.box_contact .info_item a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.home_3_mobile,
.home_8 .list_tax_mobile,
.service_1 .list_tax_mobile,
.blog_sec_2 .list_tax_mobile,
.product_2 .list_tax_mobile,
.about_7 .pagination_wrap,
.service_1 .pagination_wrap,
.about_8 .pagination_wrap {
    display: none;
}

.news-content-detail :is(ul,ol) {
    padding-left: 1rem;
}

.item_lagre_post a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product_form {
    width: 50rem;
    border-radius: 30px;
    overflow: hidden;
}

.product_form button.fancybox-button.fancybox-close-small {
    width: 3rem;
    height: 3rem;
    color: black;
    transition: .7s all;
    overflow: hidden;
}

.product_form button.fancybox-button.fancybox-close-small:hover {
    transform: rotate(360deg);
    transition: .7s all;
}

.product_form_wrap {
    margin-top: 2rem;
}

.product_form_wrap :is(input,textarea) {
    font-size: 1rem;
    border-radius: 15px;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    margin: 0;
    padding: 1rem 1rem 1rem 1.5rem;
    font-family: 'Libre Franklin medium';
}

.product_form .wpcf7 .wpcf7-not-valid-tip {
    background: var(--main-cl);
    position: absolute;
    z-index: 1;
    opacity: 1;
    color: white;
    font-size: .9rem;
}

.product_form .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

.product_form .wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl);
}

.product_form .submit_wrap {
    justify-content: center;
}

.language_inner {
    gap: .5rem;
    color: white;
    font-family: 'Asap Condensed medium';
    font-size: 1.042rem;
    color: white;
    text-transform: uppercase;
}

.language_item {
    gap: 0.26rem;
    display: flex;
    align-items: center;
}

.language_flag {
    width: 1.667rem;
    height: 1.667rem;
    flex: 0 0 auto;
    border-radius: 100%;
    overflow: hidden;
}

.language_flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

svg.language_dropdown_svg {
    width: 0.729rem;
    height: 0.729rem;
}

.page-template-default .news-content-detail :is(h3,h4,h5,h6,span,strong) {
    font-family: 'Libre Franklin bold';
}


.home_5 .arrow_slide {
    position: absolute;
    background: #C7E6C2;
    width: 2.552rem;
    height: 2.552rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4.2%;
    cursor: pointer;
    transition: .7s all;
    z-index: 10;
}

.home_5 .tab_arrow {
}

.home_5 .arrow_slide.prev {
    top: 45.5%;
}

.home_5 .arrow_slide.next {
    top: 53%;
}

.home_5 .arrow_slide:hover {
    background: var(--sub-cl);
    transition: .7s all;
}

.product_3 {
    padding-top: 6.354rem;
}

.product_store_inner {
    padding: 6.458rem 10rem;

}

.product_store .group_content {
    position: relative;
    z-index: 2;
}

.product_store .group_content h2 {
    font-family: 'Asap Condensed semibold';
    font-size: 3.125rem;
    line-height: normal;
}

.product_store .group_content .content {
    margin-top: 0.521rem;
}

.product_store .group_content .list {
    margin-top: 2.396rem;
}

.product_store .list {
    position: relative;
    z-index: 1;
    margin-top: 2.1875rem;
    gap: 1.5625rem;
}

.product_store .list .item {
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 100%;
    overflow: hidden;
    transition: .7s all;
}

.product_store .list .item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.product_store {
    height: 28.854rem;
}

.product_store_background {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.product_store_background img {
    object-fit: contain;
}

.product_store_item {
    transition: 1s all;
}

.product_store_item.item_1 {
    width: 6rem;
    top: 42%;
    left: -3.5%;
    z-index: 2;
}

.product_store_item.item_2 {
    z-index: 0;
    left: 0;
    bottom: 15.5%;
}

.product_store_item.item_3 {
    right: -6%;
    top: 8%;
    width: 9.53125rem;
    z-index: 2;

}

.product_store_item.item_4 {
    right: 10%;
    bottom: -10%;
    width: 11.354rem;
    height: 11.146rem;
    z-index: 0;

}

.product_3:hover .item_1 {
    transform: translateX(-100%);
    transition: 1s all;
}

.product_3:hover .item_2 {
    transform: translateX(-60%);
    transition: 1s all;

}

.product_3:hover .item_3 {
    transform: translateX(20%);
    transition: 1s all;

}

.product_3:hover .item_4 {
    transform: translateX(85%);
    transition: 1s all;

}

.product_3 {
    padding-bottom: 4.167rem;
}


.certi_slide .swiper-slide {
    transform: scale(0.85);
    transition: .7s all;
    z-index: 1;
}

.certi_slide .swiper-slide-active {
    transform: scale(1.2) !important;
    transition: .7s all;
    z-index: 10;
}

.certificate .pagination_wrap .arrow_slide.prev {
    left: 0;
}

.certificate .pagination_wrap .arrow_slide.next {
    right: 0;
}

.certificate .pagination_wrap .arrow_slide {
    z-index: 10;
}


.swiper-slide.swiper-slide-active .certi_image {
    padding: 3rem 0;
}

.certi_image img {
    border-radius: 20px;
    overflow: hidden;
}


.certificate {
    padding: 0;
    background: unset;
    max-width: 61.5625rem;
    height: 35.417rem;
    overflow: unset;
}

.certi_wrap {
    height: 100%;
}

.certi_slide_wrap {
    padding: 0 4.6875rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail_1 .pagination_wrap,
.home_5 .list_tax_mobile {
    display: none;
}


div#ez-toc-container {
    background-color: #FFF;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    box-shadow: 0rem 0rem 1.042rem 0rem #0000000D;
    margin-bottom: 2.083rem;
    width: 100%;
    padding: 0;
}

.ez-toc-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 1.5625rem 1.042rem 2.708rem;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}

div#ez-toc-container .ez-toc-title {
    font-size: 1.302rem;
    font-family: 'Libre Franklin bold';
    line-height: 1.354rem;
    color: #333;
    display: flex;
    align-items: center;
}

#ez-toc-container ul {
    padding: 1.042rem 2.708rem 0.729rem;
    list-style: none;
    margin: 0;
}

div#ez-toc-container ul li {
    margin-bottom: 0.833rem;
}

div#ez-toc-container ul > li > a {
    font-size: 1.042rem;
    font-family: 'Libre Franklin medium';
    line-height: 1.354rem;
    text-decoration: unset !important;
    color: #333;
    transition: all 0.4s ease-in-out;
}

div#ez-toc-container .ez-toc-title:before {
    content: '';
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(../images/icon_note.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .8rem;
}

span.ez-toc-icon-toggle-span:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjUgMTguNzVMMTUgMTEuMjVMNy41IDE4Ljc1IiBzdHJva2U9IiMyMzFGMjAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

span.ez-toc-icon-toggle-span {
    position: relative;
    transition: .7s all;
}

div#ez-toc-container ul li:hover > a {
    color: var(--main-cl);
    transition: .7s all;
}

span.ez-toc-icon-toggle-span svg {
    display: none;
}

span.ez-toc-icon-toggle-span {
    width: 1.5625rem;
    height: 1.5625rem;
}

.conent.mota_post {
    font-family: 'Libre Franklin semibold';
    font-size: 1rem;
}

#ez-toc-container .ez-toc-js-icon-con {
    border: none !important;
}

div#ez-toc-container.toc_close .ez-toc-icon-toggle-span {
    transform: rotate(180deg);
    transition: .7s all;
}

.language_wrap {
    position: relative;
    display: inline-block;
}

.language_wrap .language_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 8px; /* tạo khoảng cách bằng padding thay vì top */
    z-index: 999;
}

.language_wrap .language_dropdown_inner {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    min-width: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.language_wrap:hover .language_dropdown {
    display: block;
}

.language_wrap .language_dropdown .language_item {
    display: flex;
    align-items: center;
    padding: 0.417rem 0.625rem;
    text-decoration: none;
    transition: background 0.2s;
    white-space: nowrap;
}

.language_wrap .language_dropdown .language_item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.language_wrap .language_dropdown_svg {
    transition: transform 0.2s;
}

.language_wrap:hover .language_dropdown_svg {
    transform: rotate(180deg);
}

li.html.custom.html_topbar_left {
    display: flex;
}

.language_wrap .language_dropdown .language_item .language_inner {
    color: black;
    transition: .7s all;
}

.language_wrap .language_dropdown .language_item:hover {
    background: #99CC52;
    transition: .7s all;
}

.language_wrap .language_dropdown .language_item:hover .language_inner {
    color: white;
    transition: .7s all;
}

.error404 div#wrapper {
    padding-top: 0;
}


ul.sub-menu {
    border-radius: 10px;
    background: #F5F2EB;
    opacity: 0;
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 0;
}

header#header ul.header-nav ul.sub-menu a {
    transition: .7s all;
    text-align: left;
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-family: 'Asap Condensed semibold';
    line-height: 1.4;
    text-transform: unset;
    margin: 0 1rem;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
    position: relative;
    line-height: normal !important;
}

header#header ul.header-nav li:not(:last-child) > a:before, header#header ul.header-nav li.current-menu-item a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: white;
    opacity: 0;
    transition: .7s all;
}

header#header ul.header-nav ul.sub-menu li:last-child a:before {
    content: unset;
}

header#header ul.header-nav ul.sub-menu a:hover, header#header ul.header-nav ul.sub-menu li.active a {
    color: var(--main-cl);
}

header#header ul.header-nav ul.sub-menu a:hover:before, header#header ul.header-nav ul.sub-menu li.active a:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
    background: var(--main-cl);
}

header#header ul.header-nav ul.sub-menu a:hover:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

header#header ul.header-nav ul.sub-menu a:before {
    height: 1px;
}

.nav > li.active > a,
.nav > li:hover > a {
    color: var(--sub-cl) !important;
}

.nav > li > a {
    color: white !important;
}

.oem_3 {
    padding: 3rem 0;
}

.oem_certi_list {
    gap: 2rem;
    margin: 2rem 0;
}

.oem_certi_list .item {
    width: calc(100% / 5 - (2rem * 4 / 5));
    height: 4rem;
}

.oem_certi_list .item img {
    object-fit: contain;
}

.oem_7,
.oem_5 {
    padding: 4rem 0;
}

.oem_8 .wrap_form_tv {
    margin-top: 0;
}

.factory_position .item {
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 100%;
    background: #99CC52;
    cursor: pointer;

}

.factory_position .item.active {
    background: var(--sub-cl);
}

.factory_position .item:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    animation: pulse-border-transform 2s linear infinite;
    pointer-events: none;
    background: #99CC52;
    transition: .7s all;
    border-radius: 100%;
}

.factory_position .item.active:before {
    transition: .7s all;
    background: var(--sub-cl);
}

.factory_item {
    border: 1px solid var(--main-cl);
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.factory_item .title {
    font-size: 1.5625rem;
    font-family: 'Asap Condensed bold';
    line-height: normal;
    color: var(--main-cl);
}

.factory_item .content {
    font-size: 0.9375rem;
    line-height: 1.5;
}

.factory_map {
    width: 100%;
    height: auto;
}

.about_8.oem_6 {
    padding-top: 2rem;
}

@media (max-width: 1600px) and (min-width: 1300px) {
    .banner_wrap {
        border-radius: 0px 0px 80px 80px !important;
    }

    .scroll_layout_wrap .scroll_line {
        left: 24%;
        top: 11%;
    }

    .scroll_background .background_svg {
        top: 5.823rem;
        right: 11.573rem;
    }

    .scroll_layout_item.layout_2 {
        width: 136.0625rem;
    }

    .scroll_layout_item.relative.layout_3 {
        width: 124.635rem;
    }

    .sticky_list .item {
        top: 10rem;
    }
}

@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1199px) {
    :root {
        --container-w: 950px
    }

    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --container-w: 720px
    }

    .home_5 .arrow_slide {
        position: relative !important;
        inset: unset !important;
        width: 3rem;
        height: 3rem;
    }

    .home_5 .tab_arrow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding-bottom: 2rem;
    }

    .tab_background {
        height: 100%;
    }

    div#wrapper {
        padding-top: 0;
    }

    html {
        font-size: 1.6vw;
    }

    div#masthead {
        max-width: var(--container-w);
    }

    .load_home_page svg {
        width: 320px;
    }

    .search-tabs .search-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    div#masthead {
        background-image: none !important;
        background: #004739;
        height: auto !important;
    }

    #logo img {
        max-height: 100px !important;
    }

    #logo {
        width: 16rem !important;
        margin: 0 !important;
    }

    div#masthead .header-inner {
        padding: .5rem 15px;
        align-items: center;
    }

    div#masthead {
        max-width: 100vw;
    }

    [data-open="#main-menu"] {
        display: block;
        width: 4rem;
        height: 4rem;
        background-image: url(../images/menu_mb.svg) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-color: unset !important;
        padding: 0 !important;
    }

    [data-open="#main-menu"] i {
        display: none;
    }

    [data-open="#search-lightbox"] {
        width: 2rem;
        height: 2rem !important;
    }

    i.icon-menu:before {
        content: unset;
    }

    .header-main li.html.custom {
        display: flex;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        top: 67.06px !important;
        position: fixed !important;
    }

    .mfp-content {
        top: 67.06px !important;
        box-shadow: none !important;
    }

    .off-canvas .sidebar-menu {
        padding-top: 0;
    }

    .banner_wrap {
        width: 100vw;
        margin: 0;
        border-radius: 0 !important;
    }

    .banner_wrap img {
        border-radius: 0;
    }

    .banner_pattern {
        bottom: -.5%;
    }

    .banner_cta {
        left: 14rem;
        bottom: 9rem;
    }

    .mfp-close {
        top: 7rem;
        right: 1rem;
        width: 3.5rem;
        height: 3.5rem;
        transition: .7s all;
        opacity: 1;
    }

    .off-canvas-left .mfp-content {
        background: var(--main-cl);
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        font-size: 1.5rem;
    }

    .nav.nav-vertical li.menu-item {
        border: 0;
    }

    h1, h2 {
        font-size: 4rem;
    }

    .content {
        font-size: 1.1rem;
    }

    .home_2_pattern.item_1, .home_2_pattern.item_3, .about_3_pattern.item_1, .about_3_pattern.item_3 {
        width: 8rem;
        height: 8rem;
        border-radius: 15px;
    }

    .home_2_pattern.pattern.item_1 {
        top: 17rem;
        left: 2rem;
    }

    .home_2_pattern.item_2, .home_2_pattern.item_4, .about_3_pattern.item_2, .about_3_pattern.item_4 {
        width: 6.5rem;
        height: 6.5rem;
        border-radius: 15px;
    }

    .home_2_pattern.pattern.item_2 {
        left: 5rem;
        bottom: 5rem;
    }

    .home_2_pattern.pattern.item_3 {
        right: 1rem;
        bottom: 7rem;
    }

    .home_2_pattern.pattern.item_4 {
        bottom: 40rem;
        right: 2rem;
    }

    span.btn_main {
        font-size: 1.25rem;
    }

    span.btn_svg {
        width: 1.2rem;
        height: .7rem;
    }

    .home_2 .video_wrap, .about_3 .video_wrap {
        width: 100%;
        height: 32rem;
    }

    .scroll_layout_item.relative.layout_3 {
        width: auto;
    }

    .scroll_background .background_svg {
        width: 45rem;
        height: 46rem;
    }

    .scroll_layout_wrap .scroll_line {
        left: 23%;
    }

    .scroll_circle_content.circle_1 {
        top: 11%;
    }

    .layout_3 .scroll_circle_content {
        top: 23%;
        left: 1%;
    }

    .layout_3 .scroll_background .background_svg {
        top: 12%;
        right: 29%;
    }

    .scroll_layout_item.layout_2 {
        width: auto;
    }

    .scroll_layout_item.layout_2 {
        width: auto;
    }

    .sticky_list .item_image {
        width: 29rem;
    }

    .sticky_list .content {
        width: 100%;
    }

    .home_4_pattern.item_3 {
        top: 14%;
    }

    .home_4_pattern.item_1 {
        left: 3%;
    }

    .home_4_pattern.item_2 {
        left: 43%;
        top: 50%;
    }

    .tab_heading.flex.items-center {
        padding: 0;
    }

    .home_5 .tab_heading .item {
        height: 3.5rem;
        padding: 1rem;
        font-size: 1.1rem;
    }

    .home_5 .tab_heading {
        height: 4.5rem;
    }

    .home_5 .tab_block_inner {
        padding: 6rem 2rem 0;
    }

    .tab_background {
        border-radius: 0 0 20px 20px;
    }

    .home_5 {
        padding-top: 2rem;
    }

    .sticky_list .item {
        margin-bottom: 0;
    }

    .home_5 .tab_block_inner .image_wrap {
        width: 30rem;
    }

    .home_5 .tab_block_inner:hover .image_wrap_inner img {
        transform: scale(1.15);
    }

    .home_6 .group_content {
        width: 100%;
    }

    .home_6 .pattern_item.item_1 {
        top: 1rem;
    }

    .home_6 .pattern_item.item_2 {
        left: 2rem;
        bottom: 1rem;
    }

    .home_6 .pattern_item.item_4 {
        right: 4rem;
        top: 32rem;
    }

    .home_6 .list {
        position: relative;
        z-index: 5;
    }

    .home_6 .pattern_item.item_5 {
        top: 0rem;
    }

    .home_7_background {
        width: 100%;
        height: 50rem;
    }

    .home_7_background img {
        border-radius: 0;
        object-fit: cover;
        height: 100%;
    }

    .home_7 .group_content {
        margin-left: 0;
    }

    .home_7 h2 {
        font-size: 4.5rem;
    }

    .feature_slide .feature_image {
        border-radius: 25px;
    }

    .home_8 {
        padding-top: 5rem;
    }

    .home_8 .tab_block_inner .tab_left {
        width: 30rem;
    }

    .home_8 .tab_right .item .thumb {
        aspect-ratio: unset;
        width: 60%;
    }

    .home_8 .tab_block_inner {
        height: 35rem;
    }

    .home_8 .tab_right .item .group_content {
        width: 100%;
        flex: 1;
    }

    .home_8 .tab_right .item .post_detail {
        font-size: .8rem;
    }

    .home_8 .tab_right .item .view_more {
        font-size: .9rem;
    }

    .home_8 .tab_left .title {
        width: 100%;
    }

    .home_8 .tab_left .title {
        width: 100%;
    }

    .footer_pattern.pattern.item_1 {
        left: -10%;
        height: 15rem;
    }

    .footer_1 .group_content .footer_content {
        font-size: 1rem;
    }

    footer .group_content_2 p {
        font-size: 1rem;
    }

    footer .group_content_3 .footer_content {
        font-size: 1rem;
    }

    footer .group_content_4 {
        font-size: 1rem;
    }

    footer .group_content_5 {
        font-size: 1rem;
    }

    footer .copyright {
        font-size: .8rem;
    }

    .footer_list_page {
        font-size: .8rem;
    }

    .footer_background {
        WIDTH: 114rem;
    }

    footer#footer {
        height: 45rem;
    }

    .footer_pattern.pattern.item_1 {
        bottom: -12%;
    }

    .footer_pattern.pattern.item_3 {
        height: 14rem;
        bottom: -15%;
    }

    .footer_pattern.pattern.item_2 {
        left: 46%;
        bottom: 3rem;
        width: 5rem;
        height: 5rem;
    }

    .footer_pattern.pattern.item_4 {
        width: 9rem;
        bottom: 0rem;
    }

    .about_2 {
        margin-top: 2rem;
    }

    .vision_svg {
        left: 18rem;
        top: 1rem;
        width: 4rem;
    }

    .mission_svg {
        width: 30rem;
    }

    .value_svg {
        width: 19rem;
        top: -12rem;
    }

    .mission .item_left {
        width: 36rem;
    }

    .mission .content_wrap {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .mission .content_wrap * {
        flex: auto;
    }

    .mission .item_right {
        width: auto;
        flex: auto;
    }

    .value .item_left {
        width: 17rem;
    }

    .about_3_pattern.pattern.item_1 {
        top: -1%;
    }

    .about_3_pattern.pattern.item_2 {
        bottom: -3rem;
        left: 10rem;
    }

    .about_3_pattern.pattern.item_3 {
        bottom: -4rem;
        right: 2rem;
    }

    .about_3_pattern.pattern.item_4 {
        top: 2rem;
        right: 1rem;
    }

    .about_4 h2 {
        font-size: 3.5rem;
    }

    .about_4 .list {
        gap: 3rem;
    }

    .milestone_wrap .item_right {
        width: 25rem;
        height: 35rem;
    }

    .about_7 .milestone {
        padding-top: 21rem;
    }

    .milestone_wrap {
        gap: 1rem;
    }

    .about_8 .group_content {
        width: 100%;
    }

    .about_8 .group_content .content {
        width: 100%;
    }

    .about_8 {
        padding-top: 3rem;
    }

    .map_wrap {
        width: 100%;
        height: auto;
    }

    .coop_list .item {
        height: 5rem;
    }

    .wrap_info_form {
        gap: 2rem;
    }

    .single_page h1.heading_title {
        margin: 0;
    }

    .single_page h1.heading_title {
        margin: 0;
    }

    .cdtails_sc_2 .nav_bottom span {
        font-size: 1.3rem;
    }

    .cdtails_sc_2 .nav_bottom ul a {
        height: 2rem;
        font-size: 1rem;
    }

    .cdtails_sc_2 .nav_bottom .right ul a {
        height: 2.5rem;
        width: 2.5rem;
    }

    .product_gallery.flex.flex.items-start {
        justify-content: center;
        height: auto;
    }

    .gallery_wrap {
        width: 36rem;
    }

    .product_detail_right {
        margin: 0;
    }

    .spec_wrap .item .title {
        width: 10rem;
        font-size: 1.1rem;
    }

    .item .content_wrap .content {
        font-size: 1.1rem;
    }

    .spec_wrap {
        width: 100%;
    }

    .product_detail_right .date {
        font-size: 1.1rem;
    }

    .product_detail_right .date .title {
        width: 10rem;
    }

    .product_detail_right .date .content {
        font-size: 1.1rem;
    }

    .product_related_item .item_inner .thumb {
        width: 8rem;
        height: 8rem;
    }

    .product_related .title {
        font-size: 1.7rem;
    }

    .product_related .pagination_wrap .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .product_related_item .item_inner h3 {
        font-size: 1.1rem;
        height: 2.5rem;
    }

    .product_detail_introduce .list {
        padding: 3rem;
    }

    .product_detail_introduce .item .image {
        aspect-ratio: 64 / 64;
    }

    .product_detail_2 .background_pattern {
        height: 100%;
        border-radius: 60px 60px 0 0;
        overflow: hidden;
    }

    .product_relation_item .item_inner .thumb img {
        border-radius: 30px;
    }

    .nav_item {
        width: 8rem;
        height: 8rem;
    }

    .gallery_nav {
        width: 10rem;
    }

    .gallery_nav_slide {
        height: 28rem;
    }

    .nav_item_video .video_cta {
        width: 2.5rem;
        height: 2.5rem;
    }

    .product_form_wrap .col {
        padding: 0 15px 15px;
    }

    .product_form_wrap :is(input,textarea) {
        font-size: 1.2rem;
        padding: 2rem 2rem 2rem 1.5rem;
    }

    .product_form button.fancybox-button.fancybox-close-small {
        width: 5rem;
        height: 5rem;
    }

    .language_flag {
        width: 2rem;
        height: 2rem;
    }

    .language_inner {
        font-size: 1.2rem;
    }

    svg.language_dropdown_svg {
        width: 1rem;
        height: 1rem;
    }

    .product_store_inner {
        padding: 4rem 1rem;
    }

    .product_store {
        height: fit-content;
    }

    .product_store .list .item {
        width: 4rem;
        height: 4rem;
    }

    .product_store .group_content h2 {
        font-size: 2.5rem;
    }

    .about_4 .list .item {
        width: calc(100% / 2 - (3rem * 1 / 2));
    }

    .blog_sec_1 .box_meta span:last-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .wrap_post_gn .left {
        width: calc(50% - 1.5rem);
        margin: 0 0.75rem;
    }

    .wrap_post_gn .right {
        width: calc(50% - 1.5rem);
        margin: 0 0.75rem;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 3vw;
    }

    .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 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;
    }

    .home_3 .scroll_horizon_wrap {
        display: none;
    }

    .home_3_mobile {
        display: block;
    }

    .banner_wrap {
        height: 18rem;
    }

    .banner_cta {
        position: relative !important;
        inset: 0;
        z-index: 5;
        width: fit-content;
        margin: 3rem auto 0;
    }

    .home_1 .banner_pattern {
        bottom: unset;
        top: 15.9rem;
    }

    .home_2 h1 {
        width: 100%;
    }

    h1, h2 {
        font-size: 3rem;
    }

    .home_2 {
        padding: 3rem 0 5rem;
    }

    .home_2 .video_wrap, .about_3 .video_wrap {
        height: 100%;
        margin: 10rem 0;
        height: 21rem;
        border-radius: 15px;
    }

    .home_2 .video_wrap iframe, .about_3 .video_wrap iframe {
        border-radius: 20px;
    }

    .home_2_pattern.pattern.item_1 {
        top: 31%;
    }

    .home_2_pattern.pattern.item_2 {
        bottom: 6%;
        left: 3rem;
    }

    .home_2 .content {
        width: 100%;
        line-height: 1.5;
    }

    .content {
        font-size: 1.3rem;
    }

    .home_2_pattern.pattern.item_3 {
        bottom: 4%;
    }

    .home_2_pattern.pattern.item_4 {
        top: 31%;
        bottom: unset;
    }

    .header-wrapper.stuck {
        box-shadow: 1px 1px 20px rgba(0, 0, 0, .15);
    }

    .mfp-bg.off-canvas.off-canvas-left {
        top: 61.25px !important;
        position: fixed !important;
    }


    .mfp-content {
        top: 61.25px !important;
        box-shadow: none !important;
    }

    .mfp-ready .mfp-close {
        opacity: 1;
    }

    span.btn_main {
        white-space: nowrap;
        z-index: 5;
    }

    span.btn_main {
        font-size: 1.35rem;
    }

    .scroll_slide_item .scroll_content {
        top: 1rem;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        padding: 0 15px;
    }

    .layout_1 .title_2 {
        font-size: 7rem;
        margin-top: -3%;
        width: fit-content;
    }

    .layout_1 .title {
        font-size: 2.5rem;
        line-height: normal;
    }

    .layout_1 .title_2 .title_svg {
        width: 3.5rem;
    }

    .scroll_circle_content {
        opacity: 1;
    }

    .layout_1 .scroll_circle_content {
        bottom: -3%;
        right: -7%;
    }

    .scroll_circle_inner {
        width: 17rem;
        height: 17rem;
    }

    .scroll_circle_inner .number_wrap span, .scroll_circle_inner .unit {
        font-size: 6rem;
    }

    .scroll_circle_inner .circle_title {
        font-size: 4rem;
    }

    .scroll_circle_inner .number_content {
        font-size: 2rem;
    }

    .scroll_circle_inner .number {
        margin-left: 4rem;
    }

    .layout_2 .circle_1 .circle_title {
        font-size: 3rem;
    }

    .scroll_circle_content.circle_1 {
        top: 42%;
        left: 20%;
    }

    .scroll_circle_content.circle_2 .number_wrap span {
        font-size: 5rem;
    }

    .scroll_circle_content.circle_2 .scroll_circle_inner {
        width: 21rem;
        height: 21rem;
    }

    .scroll_circle_content.circle_2 .circle_title {
        font-size: 3rem;
        margin: .5rem auto !important;
    }

    .scroll_circle_inner .number_content {
        font-size: 2.1rem;
        padding: 0 1rem;
        line-height: normal;
    }

    .scroll_circle_content.circle_2 {
        top: 16%;
        right: -12%;
    }

    .layout_3 .title_2 {
        font-size: 5rem;
        line-height: 1;
        margin: 1rem 0;
    }

    .layout_3 .title {
        font-size: 2rem;
    }

    .layout_3 .scroll_circle_content {
        top: 0%;
        left: unset;
        right: -18px;
    }

    .layout_3 .scroll_circle_inner .number_wrap span {
        font-size: 6rem;
    }

    .layout_3 .scroll_circle_inner .unit {
        line-height: 0.6;
    }

    .layout_3 .scroll_circle_inner .circle_title {
        font-size: 2.5rem;
    }

    .pagination_wrap .swiper-pagination {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        margin-top: 1.5rem;
    }

    .pagination_wrap .arrow_slide {
        position: relative;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: unset;
        inset: unset !important;
    }

    .pagination_wrap .arrow_slide .arrow_main {
        width: 3.5rem;
        height: 3.5rem;
    }

    .pagination_wrap .arrow_slide .arrow_main svg {
        width: 1.5rem;
        height: auto;
    }

    .pagination_wrap {
        margin: 1rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .home_3 .pagination_wrap {
        padding: 0 15px;
    }

    .pagination_wrap .swiper-pagination-bullet {
        background: var(--main-cl);
    }

    .home_4 {
        margin-top: 0;
    }

    .home_4 .group_content {
        position: relative;
        z-index: 5;
    }

    .home_4 .content {
        width: 100%;
    }

    .sticky_list .item {
        flex-direction: column;
        gap: 2rem;
        top: 10rem;
        padding: 3rem 1rem;
    }

    .sticky_list .item_image {
        width: 20rem;
        margin-left: 0;
        height: unset;
    }

    .sticky_list .item_group {
        text-align: center;
    }

    .home_4_pattern.item_3 {
        right: 0;
    }

    .home_4_pattern.item_2 {
        right: 0;
        left: unset;
        top: 40%;
    }

    .home_4 {
        margin-top: 0;
    }

    .home_4 .group_content {
        position: relative;
        z-index: 5;
    }

    .home_4 .content {
        width: 100%;
    }

    .sticky_list .item {
        flex-direction: column;
        gap: 2rem;
        top: 10rem;
        padding: 3rem 1rem;
    }

    .sticky_list .item_image {
        width: 20rem;
        margin-left: 0;
        height: unset;
    }

    .sticky_list .item_group {
        text-align: center;
    }

    .home_4_pattern.item_3 {
        right: 0;
    }

    .home_4_pattern.item_2 {
        right: 0;
        left: unset;
        top: 40%;
    }

    .home_5 .tab_heading {
        flex-wrap: wrap;
        gap: .5rem;
        height: auto;
        background: var(--main-cl);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: hidden;
    }

    .home_5 .tab_heading .item {
        width: calc(100% / 2 - (.5rem * 1 / 2));
        flex: unset;
        border-radius: 0;
        height: 100% !important;
        font-size: 1.3rem;
        background: unset;
        color: white;
        text-align: start;
        justify-content: start;
        padding: 1rem;
        line-height: normal;
        min-height: 5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .home_5 .tab_heading .item:hover, .home_5 .tab_heading .item.active {
        font-size: 1.3rem;
    }

    .home_5 .tab_block_inner {
        flex-wrap: wrap;
        height: 100%;
        padding: 3rem 1rem;
        gap: 2rem;
    }

    .tab_background {
        height: 100%;
    }

    .home_5 {
        height: auto;
    }

    .home_5 .tab_block_inner .image_wrap {
        width: 20rem;
        height: auto;
        border-radius: 30px;
    }

    .home_5 .group_heading {
        height: auto;
        text-align: center;
    }

    .home_5 .group_bottom {
        text-align: center;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .home_5 .group_bottom .list {
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .home_5 .group_bottom .list .item {
        font-size: 1.3rem;
    }

    .home_5 .group_bottom .title_2 {
        font-size: 1.7rem;
    }

    .home_5 .group_heading .content {
        font-size: 1.7rem;
    }

    .home_5 .group_heading .title {
        line-height: normal;
        font-size: 4rem;
    }

    .home_5 a.btn {
        margin: 2rem auto 0;
    }

    .home_6 {
        padding-top: 11rem;
    }

    .home_6 .pattern_item.item_1 {
        width: 9rem;
        height: auto;
        /* left: 2rem; */
        overflow: unset;
        top: 1rem;
    }

    .home_6 .pattern_item.item_5 {
        width: 10rem;
        height: 10rem;
    }

    .home_6 h2 {
        font-size: 2.4rem;
    }

    .home_6 .pattern_item.item_2 {
        bottom: -7rem;
    }

    .home_6 .pattern_item.item_4 {
        top: 31rem;
        width: 7rem;
        height: 7rem;
        right: 3rem;
    }

    .home_6 .pattern_item.item_3 {
        left: 45%;
        top: 2rem;
    }

    .home_6 .list {
        flex-wrap: wrap;
    }

    .home_6 .list .item {
        width: 6rem;
        height: 4rem;
    }

    .home_7_background {
        height: 100%;
        top: 0;
    }

    .home_7 .group_content {
        text-align: center;
    }

    .home_7 .content {
        width: 100%;
        font-size: 1.3rem;
    }

    .home_7 .sub {
        font-size: 3rem;
    }

    .home_7 a.btn {
        margin: 1.7rem auto 0;
    }

    .home_7 .feature_wrap {
        padding: 0 2rem;
    }

    .feature_slide .feature_image {
        aspect-ratio: 16 / 9;
    }

    .feature_slide .feature_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .feature_slide .title {
        font-size: 1.7rem;
        width: 90%;
    }

    .home_8 .tab_block_inner {
        height: auto;
    }

    .home_8 .tab_block_inner .tab_left {
        width: 100%;
    }

    .home_8 .tab_left .post_detail {
        font-size: 1.1rem;
    }

    .home_8 .tab_left .post_detail .date {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .home_8 .tab_left .title {
        font-size: 2rem;
        line-height: 1.4;
    }

    .home_8 .tab_left .view_more {
        font-size: 1.1rem;
    }

    .home_8 .tab_left .post_detail .dot {
        height: 1rem;
    }

    .home_8 .tab_block_inner {
        flex-direction: column;
    }

    .home_8 .tab_right .item {
        flex: unset;
        align-items: center;
    }

    .home_8 .tab_right .item .thumb {
        width: 50%;
        height: 10rem;
        border-radius: 10px;
    }

    .home_8 .tab_right {
        gap: 1rem;
    }

    .home_8 .tab_right .item .post_detail {
        font-size: 1rem;
    }

    .home_8 .tab_right .item .post_detail {
        align-items: start;
    }

    .home_8 .tab_right .item .post_detail .dot {
        height: 20px;
        width: .2rem;
    }

    .home_8 .term {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .home_8 .tab_right .item .title {
        font-size: 1.5rem;
        -webkit-line-clamp: 2;
    }

    .home_8 .tab_right .item .view_more {
        font-size: 1.1rem;
    }

    .video_wrap_cta {
        bottom: -15px;
    }

    .list_tax_mobile {
        display: block !important;
        border: 1px solid var(--main-cl);
        color: var(--main-cl);
        margin-right: auto;
        border-radius: 15px;
        font-family: 'Libre Franklin bold';
        transition: background-color .3s ease, color .3s ease;
        width: 100%;
        text-align: left;
        z-index: 10;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .list_tax_mobile.active {
        background: var(--main-cl);
        color: #fff !important;
    }

    .tax_title {
        padding: 1rem !important;
        position: relative;
        font-size: 1.3rem;
    }

    .tax_title:before {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzIyMzcyQiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
        background-repeat: no-repeat;
        background-size: cover;
        width: 2rem;
        height: 2rem;
        transition: .7s all;
        filter: brightness(0) saturate(100%) invert(36%) sepia(93%) saturate(500%) hue-rotate(107deg) brightness(90%) contrast(95%);
    }

    .list_tax_mobile.active .tax_title:before {
        filter: brightness(0) invert(1);
        transform: translateY(-50%) rotateX(180deg);
        transition: .7s all;
    }

    .list_tax_mobile.active .tax_list {
        opacity: 1 !important;
        z-index: 10;
    }

    .tax_list {
        display: none;
        z-index: 3;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
        width: 101%;
        row-gap: 0;
        top: 100%;
        pointer-events: auto;
        justify-content: center;
        position: absolute;
        margin: 0;
        max-height: 20rem;
        overflow: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    }

    .tax_list li {
        color: rgba(1, 32, 51, 1);
        transition: .5s all;
        display: block;
        padding: 1rem !important;
        font-size: 1.5rem;
        line-height: 1.5;
        width: 100%;
    }

    .tax_item {
        border: none;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 0 !important;
        margin: 0;
        font-size: 1.3rem !important;
        cursor: pointer;
    }

    .tax_item:before {
        content: unset;
    }

    .tax_item:hover,
    .tax_item.active {
        color: var(--main-cl);
        border-bottom: 1px solid #e2e2e2 !important;
    }

    .desktop_display {
        display: none;
    }

    .home_8 .tab_heading {
        display: none;
    }

    .home_8 .list_tax_mobile {
        margin: 2rem 0;
    }

    .home_8 {
        padding-top: 4rem;
    }

    .home_7 .group_content {
        margin-top: 3rem;
    }

    .home_7 {
        margin-top: 10rem;
    }

    footer#footer {
        height: 100%;
        padding-bottom: 10rem;
    }

    .footer_background {
        width: 100%;
        height: 100%;
    }

    footer .row.footer_1 {
        flex-direction: column;
    }

    footer .row.footer_1 .col-logo {
        order: 1;
    }

    footer .row.footer_1 .col-large-4 {
        order: 3;
    }

    footer .footer_1 .col {
        order: 2;
        padding-top: 0;
    }

    footer p {
        font-size: 1.3rem !important;
    }

    .footer_title {
        font-size: 1.7rem;
    }

    footer .group_content_2 {
        text-align: start;
    }

    footer .social_wrap {
        justify-content: start;
    }

    footer .social_wrap .item {
        width: 3.5rem;
        height: 3.5rem;
    }

    footer .social_wrap .item svg {
        max-height: 2rem;
        max-width: 1.5rem;
    }

    footer .row.footer_1:before {
        width: 92%;
    }

    footer .group_content_4 {
        text-align: start;
    }

    footer .group_content_5 {
        text-align: start;
    }

    footer .copyright {
        font-size: 1rem;
        text-align: center;
    }

    .footer_list_page {
        justify-content: start;
    }

    .footer_list_page {
        font-size: 1.3rem;
        gap: 1rem;
    }

    .footer_pattern.pattern.item_1 {
        bottom: -2%;
        height: 11rem;
        left: -5%;
    }

    .footer_pattern.pattern.item_2 {
        width: 4rem;
        height: 4rem;
        left: 33%;
        bottom: 7rem;
    }

    .footer_pattern.pattern.item_3 {
        height: 11rem;
        bottom: -6%;
        right: 14rem;
    }

    .footer_pattern.pattern.item_4 {
        width: 8rem;
        right: -3%;
        bottom: 2rem;
    }

    .about_2 {
        margin-top: 4rem;
        padding-top: 0;
    }

    .about_2 .group_content {
        width: 100%;
    }

    .vision {
        flex-direction: column;
        gap: 2rem;
    }

    .vision .item_left {
        width: 100%;
    }

    .mission {
        margin-top: 10rem;
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .vision_svg {
        top: 2rem;
        left: 50%;
    }

    .mission .item_left {
        margin: 0 0 0 -15px;
        width: 100%;
    }

    .vision .item_right {
        width: 100%;
    }

    .mission .item_right {
        margin-top: 0;
    }

    .value {
        margin-top: 12rem;
        flex-direction: column;
        gap: 2rem;
    }

    .mission_svg {
        top: -9rem;
        width: 23rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .value .item_left {
        width: 100%;
        margin-top: 0;
    }

    .mission .content_wrap span, .mission .content_wrap strong {
        font-size: 1.7rem;
    }

    .about_3 .video_wrap {
        margin: 3rem 0;
    }

    .about_3_pattern.pattern.item_2 {
        left: 1rem;
    }

    .about_3_pattern.pattern.item_1 {
        left: 2rem;
    }

    .about_3_pattern.pattern.item_3 {
        bottom: -5rem;
    }

    .about_3_pattern.pattern.item_4 {
        right: 2rem;
    }

    .about_4 h2 {
        font-size: 3rem;
    }

    .about_4 .list {
        gap: 1rem;
        margin-top: 2rem;
        align-items: start;
    }

    .about_4 .list .item {
        width: calc(100% / 2 - (1rem * 1 / 2));
    }

    .about_7 {
        margin-top: 3rem;
    }

    .milestone_wrap {
        flex-direction: column;
    }

    .about_7 .background_pattern {
        width: 100%;
        height: 100%;
    }

    .milestone_wrap .item_left {
        margin-top: 0;
        width: 100%;
        flex: auto;
    }

    .about_7 .col_content {
        position: relative;
        inset: unset;
    }

    .about_7 {
        padding-top: 3rem;
    }

    .about_7 .milestone {
        padding-top: 0;
        margin: 2rem 0 0;
    }

    .milestone_track_wrap:before {
        top: 9rem;
    }

    .milestone_wrap .icon {
        height: 6rem;
    }

    .milestone_wrap .dot {
        width: 1rem;
        height: 1rem;
    }

    .milestone_slide_item.is-active .item_right_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        font-style: italic;
    }

    .about_7 .pagination_wrap,
    .about_8 .pagination_wrap {
        display: flex;
    }

    .about_7 .pagination_wrap .swiper-pagination-bullet {
        background: var(--sub-cl);
    }

    .about_7 .swiper-pagination {
        gap: .5rem;
        margin-top: 0;
    }

    .about_9 .group_content {
        position: relative;
        inset: unset;
    }

    .about_9 {
        height: auto;
    }

    .page-template-about footer {
        margin-top: 0;
    }

    .about_9 .group_content .content {
        width: 100%;
    }

    .page-template-contact section.breadcrumbs {
        padding: 2rem 0 -0;
    }

    .box_contact.flex {
        flex-direction: column;
    }

    .item_contact.rounded-20 {
        width: 100%;
    }

    .item_contact.rounded-20 h3 {
        font-size: 1.7rem;
    }

    .box_contact .info {
        font-size: 1.3rem;
    }

    .wrap_form_tv {
        margin-top: 0;
    }

    .wrap_form_tv .inner {
        padding: 3rem 2rem;
    }

    .box_form input {
        height: 50px !important;
        font-size: 18px !important;
    }

    .box_form select {
        height: 50px !important;
    }

    .box_form.form-consulting .selected-option {
        height: 50px;
        font-size: 1.2rem;
    }

    .box_form :is(input,textarea) {
        font-size: 18px !important;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    }

    .box_form :is(input,textarea)::placeholder {
        font-size: 1.2rem !important;
    }

    .box_form b {
        font-size: 1.5rem;
    }

    .wrap_form_tv .inner_form {
        position: relative;
    }

    .checkbox-container {
        gap: 1rem;
    }

    .checkbox-container .checkbox-item {
        width: calc(100% / 2 - (1rem * 1 / 2)) !important;
        font-family: 'Libre Franklin';
        font-size: 1.2rem;
        align-items: start !important;
    }

    .content_form {
        font-size: 1.2rem;
    }

    .submit_wrap.flex.justify-end {
    }

    .submit_wrap {
        justify-content: center;
        margin: 2rem 0 0 0;
    }

    .wrap_form_tv .wrap_bottom {
        padding: 2rem 0;
    }

    .wrap_info_form {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }

    .wrap_info_form .item {
        width: 100%;
    }

    .wrap_bottom p {
        font-size: 1.2rem;
    }

    .wrap_info_form .item.title b {
        font-size: 1.3rem;
        flex: auto;
    }

    .breadcrumbs ol li a {
        font-size: 1.3rem;
    }

    .service_1 .content {
        width: 100%;
    }

    .service_1 .tab_heading {
        display: none;
    }

    .service_1 .list_tax_mobile {
        margin: 2rem 0;
    }

    .service_1 .pagination_wrap {
        display: flex;
    }

    .service_quote {
        width: 100%;
    }

    .service_coop {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .service_coop .item_left, .service_coop .item_right {
        width: 100%;
        margin-top: 0;
    }

    .coop_list .item .title {
        font-size: 1.3rem;
        width: 90%;
    }

    .coop_list .item {
        height: 5rem;
    }

    .coop_wrap .thumb {
        max-height: 25rem;
        height: 100%;
    }

    .coop_wrap .thumb img {
        height: 25rem;
    }

    .service_1 .content,
    .service_2 .content {
        line-height: 1.5;
    }

    .wrap_post_gn {
        flex-direction: column;
        margin: 0;
    }

    span.title_animation {
        display: none;
    }

    .wrap_post_gn .left {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    .wrap_post_gn .right {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    .item_lagre_post .box_img:before {
        opacity: 1;
    }

    .item_lagre_post .box_content {
        opacity: 1 !important;
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }

    .blog_sec_1 .wrap_post_gn h3 {
        font-size: 1.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .blog_sec_1 .box_meta {
        font-size: 1.15rem;
    }

    .post_list .post_item .box_img {
        width: 50%;
        height: 10rem;
    }

    .post_item .box_img img {
        position: relative;
    }

    .blog_sec_1 .post_list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    section.blog_sec_1 {
        padding-bottom: 0;
        border-radius: 0 0 30px 30px;
    }

    .wrap_media {
        margin: 0;
    }

    .post_item.vertical {
        width: 100%;
        margin: 0;
    }

    .list-news-wrapper .post_item .box_content h3 {
        font-size: 1.7rem;
    }

    .box_meta {
        font-size: 1.2rem;
    }

    .wrap_media {
        flex-direction: column;
        gap: 1rem;
    }

    .list-news-wrapper {
        margin-top: 2rem;
    }

    .ajax-paging ul a {
        width: 3rem;
        height: 3rem;
        font-size: 1.3rem;
    }

    .ajax-paging ul a svg {
        width: 1.1rem;
        height: 1.1rem;
    }

    .ajax_blog {
        margin: 2rem 0 0;
    }

    section.blog_sec_2 {
        padding: 3rem 0 0;
    }

    .blog_sec_2 .nav_tabs_about.style_2 {
        display: none;
    }

    .blog_sec_2 .list_tax_mobile {
        display: block;
        margin-top: 2rem;
    }

    .single_page .meta_post .cate, .single_page .meta_post {
        font-size: 1.2rem;
    }

    ul.share_post a {
        width: 3rem;
        height: 3rem;
    }

    .conent.mota_post {
        font-size: 1.3rem;
    }

    section.single_page {
        padding: 3rem 0 0;
    }

    .wp-caption .wp-caption-text {
        font-size: 1.1rem;
    }

    .news-content-detail p {
        font-size: 1.3rem;
    }

    .news-content-detail :is(h3,h4,h5,h6,span,strong) {
        margin-bottom: 1rem !important;
    }

    .news-content-detail h2 {
        margin-bottom: 1rem;
    }

    .news-content-detail :is(ul,ol) {
        padding-left: 1.5rem;
    }

    .cdtails_sc_2 .nav_bottom {
        flex-direction: column;
        gap: 1rem;
    }

    .cdtails_sc_2 .nav_bottom ul a {
        height: auto;
        padding: .5rem 1.5rem;
        font-size: 1.2rem;
        border-radius: 10px;
    }

    .cdtails_sc_2 .nav_bottom span {
        font-size: 1.5rem;
    }

    .cdtails_sc_2 .nav_bottom .right ul a {
        width: 3rem;
        height: 3rem;
        border-radius: 100%;
    }

    section.single_sec_3 {
        padding: 2rem 0 0;
    }

    section.single_sec_3 .post_item.vertical {
        width: 100%;
    }

    .slier_post_related {
        margin: 0;
    }

    .wrap_slider {
        margin: 2rem 0 0;
    }

    .post_item .box_content h3 {
        font-size: 1.7rem;
    }

    .custom-select li {
        font-size: 1.2rem;
    }

    .advise_form .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 1.2rem;
    }

    .advise_form .wpcf7 .wpcf7-not-valid-tip {
        font-size: 1.2rem;
    }

    .product_2 .term_wrap {
        display: none;
    }

    .banner_cta {
        position: relative !important;
        inset: 0;
        margin: 1.5rem auto 0;
    }

    .banner_hero {
        width: 100vw;
    }

    .product_1 .banner_pattern {
        top: 15.8rem;
        bottom: unset;
    }

    .product_list {
        gap: 1rem;
    }

    .product_item {
        width: calc(100% / 2 - (1rem * 1 / 2));
    }

    .product_item h3 {
        margin-top: 1.5rem;
        font-size: 1.7rem;
        height: 4rem;
    }

    .product_title_wrap .product_term {
        width: 100%;
    }

    .product_bottom {
        flex-direction: column;
    }

    .product_results {
        margin-left: auto;
        font-size: 1.2rem;
    }

    .product_bottom {
        margin-top: 1.5rem;
        gap: 1.5rem;
    }

    .product_item .list .item {
        font-size: 1rem;
    }

    .product_gallery {
        flex-direction: column-reverse;
    }

    .gallery_wrap {
        width: 100%;
    }

    .product_detail_thumb {
        padding: 0;
    }

    .gallery_thumb_slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gallery_thumb_slide .swiper-slide {
        height: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gallery_nav_slide {
        height: auto;
        width: 100%;
    }

    .nav_item img {
        object-fit: contain;
    }

    .gallery_nav {
        width: 100% !important;
        flex-direction: row;
    }

    .nav_item {
        width: 100%;
        height: 8rem;
    }

    .nav_item_video .video_cta {
        width: 3rem;
        height: 3rem;
    }

    .spec_wrap .item .title {
        width: 7.5rem;
        font-size: 1.2rem;
    }

    .product_detail_1 .pagination_wrap {
        display: flex;
    }

    .spec_wrap .item .title {
    }

    .item .content_wrap .content {
        font-size: 1.2rem;
        padding: .5rem 1rem;
    }

    .product_detail_right .date {
        font-size: 1.2rem;
    }

    .product_detail_right .date .title {
        width: 7.5rem;
    }

    .product_detail_right .date .content {
        font-size: 1.2rem;
    }

    .product_cta {
        flex-direction: column;
    }

    .product_buy {
        padding-left: 0;
        border-left: 0;
    }

    a.btn.product_form_cta .btn_main {
        font-size: 1.5rem;
    }

    .product_buy .buy_title {
        font-size: 1.7rem;
    }

    .product_buy .product_buy_list a {
        width: 3.5rem;
        height: 3.5rem;
    }

    .product_related .title {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .product_related .pagination_wrap .swiper-pagination {
        justify-content: end;
    }

    .product_detail_2 {
        padding-top: 1rem;
    }

    .product_detail_introduce .list {
        gap: .5rem;
        padding: 1.5rem;
        justify-content: space-between;
    }


    .product_detail_introduce .item .image {
        width: 5rem;
        height: auto;
    }

    .product_detail_introduce .item .title {
        font-size: 1.5rem;
    }

    .product_detail_introduce .item {
        width: calc(100% / 3 - (.5rem * 2 / 3));
    }

    .product_detail_3 {
        padding-top: 1rem;
    }

    .product_accordion .item .item_heading h3 {
        font-size: 1.7rem;
    }

    .product_accordion .item .item_heading .item_svg {
        width: 2rem;
        height: 2rem;
    }

    .product_accordion .content {
        font-size: 1.3rem;
    }

    .product_relation {
        padding: 0;
    }

    .product_relation_item .item_inner .thumb {
        aspect-ratio: unset;
        width: 100%;
        height: 20rem;
    }

    .product_relation_item .item_inner h3 {
        font-size: 1.7rem;
        margin-top: 1rem;
    }

    .single-product main#main {
        padding-bottom: 1rem;
    }

    .language_inner {
        font-size: 1.4rem;
    }

    .product_store_inner {
        /* padding: 0; */
    }

    .language_flag {
        width: 2.25rem;
        height: 2.25rem;
    }

    .product_store_background img {
        object-fit: cover;
    }

    .product_store_background {
        width: 120%;
        left: 50%;
        transform: translateX(-50%);
    }

    .product_store_item.item_1 {
        top: -17%;
        left: 0;
    }

    .product_store_item.item_2 {
        bottom: -19%;
        left: -5%;
    }

    .product_store_item.item_3 {
        top: -22%;
        right: -7%;
    }

    .product_store_item.item_4 {
        bottom: -20%;
        right: 0;
    }

    .product_store .group_content h2 {
        font-size: 2.2rem;
    }

    .product_store_inner {
        padding: 3rem 0;
    }

    .product_3:hover .item_1 {
        transform: translate(0, -50%);
        transition: 1s all;
    }

    .product_3:hover .item_2 {
        transform: translate(0, 10%);
        transition: 1s all;

    }

    .product_3:hover .item_3 {
        transform: translate(0, -50%);
        transition: 1s all;

    }

    .product_3:hover .item_4 {
        transform: translate(0, 15%);
        transition: 1s all;

    }

    .blog_sec_1 .box_meta span:last-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .certificate {
        height: 100%;
        width: 100%;
    }

    .swiper-slide.swiper-slide-active .certi_image {
        padding: 0;
    }

    .swiper-slide.swiper-slide-active .certi_image {
        padding: 0;
    }

    .certi_slide {
        padding: 0;
    }

    div#certificate {
        width: 90%;
        align-items: center;
    }

    .certi_slide .swiper-slide-active {
        transform: unset !important;
    }

    .certi_slide_wrap {
        padding: 0;
    }

    .certi_wrap.relative {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .certificate .pagination_wrap .arrow_slide {
        position: absolute !important;
        bottom: 17% !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .certi_slide .swiper-slide {
        transform: unset;
    }

    .certificate .pagination_wrap .arrow_slide.next {
        right: 31% !important;
    }

    .certificate .pagination_wrap .arrow_slide.prev {
        left: 43% !important;
    }

    .swiper.certi_slide {
        width: 27rem;
    }

    .gallery_nav .swiper-slide {
        height: auto;
    }

    .product_detail_1 .pagination_wrap .swiper-pagination {
        gap: .5rem;
        margin-top: 1.75rem;
    }

    a.btn.product_form_cta .btn_main {
        justify-content: center;
    }

    a.btn.product_form_cta {
        width: 100%;
    }

    .blog_sec_1 .post_item .box_content h3 {
        font-size: 1.35rem;
        -webkit-line-clamp: 5;
    }

    .info_item img {
        object-fit: contain;
    }

    .home_2 {
        padding-bottom: 1rem;
    }

    .home_3 {
        margin-top: 0;
    }

    .banner_pattern img {
        object-fit: contain;
    }

    .banner_pattern {
        display: none;
    }

    .home_5 .list_tax_mobile {
        background: var(--main-cl);
        color: white;
    }

    .home_5 .tax_title:before {
        filter: brightness(0) invert(1);
    }

    .home_5 .list_tax_mobile {
        display: flex;
    }

    .about_4.oem_2 {
        padding: 3rem 0;
    }

    .about_4.oem_2 .background_pattern {
        display: none;
    }

    .oem_3 {
        padding: 1rem 0;
    }

    .news-content-detail :is(h3,h4,h5,h6,span,strong) {
        font-family: 'Libre Franklin';
    }

    .news-content-detail {
        margin: 1rem 0;
    }

    section.home_5.oem_4 {
        padding: 1rem 0;
    }

    .oem_7, .oem_5 {
        padding: 2rem 0;
    }

    .factory_item .content {
        font-size: 1.2rem;
    }


    .oem_5 .col:nth-child(2) {
        padding: 2rem 5rem;
    }

    .factory_item .title {
        font-size: 2rem;
    }

    .oem_certi_list {
        gap: 1rem;
    }

    .oem_certi_list .item {
        width: calc(100% / 3 - (2rem * 2 / 3));
        height: 5rem;
    }

    .oem_7 {
        padding: 0;
    }
}