:root {
    --main-cl: #0E7B3F;
    --sub-cl: #FFD400;
    --text-cl: #22372B;
    --container-w: 76.5625rem;
    --container-w-2: 89.6875rem;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: var(--container-w) !important;
}

.row_2 {
    max-width: var(--container-w-2) !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: white;
    /*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: 15s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

path.draw_svg_path_2 {
    animation-name: Signature2;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--sub-cl);
    stroke-width: 0.2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.load_home_page.complete svg path.draw_svg_path_1 {
    fill: var(--main-cl);
}

.load_home_page.complete svg path.draw_svg_path_2 {
    fill: var(--sub-cl);
}

.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}

.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: 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;
}


/*setup code*/
body {
    font-family: 'SVN-Zona Pro';
    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 {
    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: 0.833rem;
    line-height: 1.3;
}

.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-2 {
    0% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 1;
    }
    100% {
        transform: scale(1.3) translate(-50%, -50%);;
        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);
    }
}

.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;
}

/*end setup*/

/*header*/
.nav li.menu-item a {
    text-transform: unset;
    font-size: 0.9375rem;
    color: #22372B;
    font-weight: unset;
}

.nav li.menu-item a:hover,
.nav li.current-menu-item a {
    font-family: 'SVN-Zona Pro 600';
    color: var(--main-cl);
    transition: .7s all;
}

.nav > li {
    margin: 0;
}

ul.header-nav.header-nav-main.nav {
    gap: 3.5rem;
}

.header-wrapper {
    padding: 0.15625rem 0 0.365rem;
}

.header-inner.flex-row.container {
    max-width: 100% !important;
    padding: 0 15px;
}

header#header #logo {
    width: auto !important;
}

#logo img {
    margin: 0 !important;
}

.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#logo {
    margin: 0 9.74rem 0 9.115rem;
}

ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: end;
}

ul.header-nav.header-nav-main.nav.nav-right {
    justify-content: start;
}

li.header-account-item.header-item svg {
    width: 1.042rem;
    height: 1.042rem;
}

ul.header-nav.header-nav-main.nav.nav-right {
    gap: 0;
}

ul.header-nav.header-nav-main.nav.nav-right li:not(:last-child) {
    margin-right: 3.5rem;
}

li.header-account-item.header-item {
    margin-right: 4.0625rem !important;
}

li.header-search.header-search-lightbox.has-icon {
    margin-right: 1.823rem !important;
}

li.header-account-item.header-item span {
    font-size: 0.9375rem;
    font-family: 'SVN-Zona Pro bold';
    color: var(--main-cl) !important;
    text-transform: none !important;
}

.language_wrap {
    gap: 0.417rem;
    color: var(--main-cl);
    font-family: 'SVN-Zona Pro 600';
}

li.header-account-item.header-item a {
    gap: 0.625rem;
}

.language_wrap .ul-reset.language {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language_wrap .lang_text {
    font-weight: 600;
    color: #0E7B3F;
}

/* Mũi tên xoay khi mở */
.language_wrap .language_cta svg {
    transition: transform 0.3s ease;
}

.language_wrap:hover .language_cta svg,
.language_wrap.active .language_cta svg {
    transform: rotate(180deg);
}

/* Dropdown */
.language_wrap .language_dropdown {
    list-style: none;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    min-width: 60px;
    text-align: center;
    z-index: 999;

    /* Fade */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.language_wrap:hover .language_dropdown,
.language_wrap.active .language_dropdown {
    opacity: 1;
    visibility: visible;
}

ul.language_dropdown li {
    margin: 0 !important;
}

/* Item trong dropdown */
.language_dropdown li a {
    display: block;
    padding: 6px 12px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.language_dropdown li a:hover {
    color: #0E7B3F;
}

header#header .header-search .icon-search:before {
    position: absolute;
    content: '';
    width: 1.042rem;
    height: 1.042rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDYyNSAxNS42MjVDMTIuNjg2OSAxNS42MjUgMTUuNjI1IDEyLjY4NjkgMTUuNjI1IDkuMDYyNUMxNS42MjUgNS40MzgxMyAxMi42ODY5IDIuNSA5LjA2MjUgMi41QzUuNDM4MTMgMi41IDIuNSA1LjQzODEzIDIuNSA5LjA2MjVDMi41IDEyLjY4NjkgNS40MzgxMyAxNS42MjUgOS4wNjI1IDE1LjYyNVoiIHN0cm9rZT0iIzBFN0IzRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzLjcwMzEgMTMuNzAzMUwxNy41IDE3LjUiIHN0cm9rZT0iIzBFN0IzRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav > li.has-icon > a > i {
    font-size: 1.042rem !important;
    height: 1.042rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

header#header .stuck #logo img {
    max-height: 100px !important;
}

header#header .stuck .header-main {
    height: 100px !important;
}

.header-bg-color {
    background: white !important;
}


/*end header*/


/*banner hero*/
.banner_hero:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner_hero_pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.banner_hero {
    height: 43.385rem;
}

.banner_hero p {
    font-size: 1.042rem;
    margin-bottom: 0.78125rem;
}

h1 {
    font-size: 2.865rem;
    font-family: 'SVN-Zona Pro bold';
    font-weight: unset;
    line-height: 1.1;
    margin-bottom: 0;
}

.banner_hero h1 {
    margin-bottom: 1.5625rem;
}

.banner_hero .stack {
    gap: 1.5625rem;
}

.banner_hero .cta_button {
    background: transparent;
    border: 1px solid #FFFFFF;
}


.banner_hero .cta_button {
    margin: 0;
}

.banner_hero .cta_button:before {
    width: 100%;
}

.banner_hero .cta_button:hover {
    background: transparent;
}

.cta_button {
    font-size: 0.833rem;
    font-family: 'SVN-Zona Pro 600';
    color: white;
    padding: 0.729rem 0.885rem 0.729rem 1.198rem;
    border-radius: 1000px;
    gap: 0.78125rem;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .7s all;
    cursor: pointer;
    background: var(--main-cl);
    border: 1px solid #FFFFFF;
    position: relative;
    width: fit-content;
    overflow: hidden;

}

.cta_button:before {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 100%;
    border-radius: 1000px;
    background: linear-gradient(90deg, #0E7B3F 30.72%, #54AE40 100%);
    transition: .7s all;
    opacity: 0;
    pointer-events: none;
}

.cta_button:hover:before {
    opacity: 1;
    transition: .7s all;
    width: 100%;
}

span.cta_button_svg_item {
    width: 100%;
    height: 100%;
}

span.cta_button_svg_wrap {
    width: 1.40625rem;
    height: 1.40625rem;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
}

span.cta_button_content {
    position: relative;
    z-index: 1;
}

.cta_button_svg_item {
    transition: .7s all;
}

.cta_button:hover {
    border: 1px solid transparent;
    background: var(--main-cl);
    transition: .7s all;
    color: white;
}

span.cta_button_svg_item.item_2 {
    transform: translate(-200%, 200%);
    transition: .7s all;
}

.cta_button:hover span.cta_button_svg_item.item_2 {
    transform: translate(0);
    transition: .7s all;
}

.cta_button:hover span.cta_button_svg_item.item_1 {
    transform: translate(200%, -200%);
    transition: .7s all;
}

/* Home 2 - home image content */
.home_image_content_list {
    gap: 0.99rem;
}

.home_image_content_item .image_wrap {
    height: 30.104rem;
    border-radius: 30px;
    overflow: hidden;
}

.home_image_content .content {
    top: 3.542rem;
    padding: 0 1.40625rem;
    left: 0;
    color: white;
    text-align: justify;
    z-index: 2;
    opacity: 0;
    scale: 0;
    transition: .7s all;
}

.image_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    transition: .7s all;
}

.image_wrap:hover:before {
    height: 100%;
    transition: .7s all;
}

.home_image_content_item:hover .content {
    opacity: 1;
    scale: 1;
    transition: .7s all;
}

.home_2 {
    padding: 6.09375rem 0 !important;
    margin-top: 1.25rem;
}

h2 {
    font-size: 2.604rem;
    font-family: 'SVN-Zona Pro bold';
    color: var(--main-cl);
    line-height: 1.2;
    margin-bottom: 1.979rem;
}

p strong {
    font-family: 'SVN-Zona Pro 600';
    font-weight: unset;
}

p {
    line-height: 1.5;
    font-size: 0.9375rem;
}

.cta_button {
    margin-top: 1.979rem;
}

.home_2 .row .col:first-child {
    margin-top: 5.625rem;
}

.home_image_content_item:nth-child(even) {
    transform: translateY(3.542rem);
    transition: 1s all;
}

.home_2.active .home_image_content_item:nth-child(even) {
    transform: translateY(0);
    transition: 1s all;
}

.home_2.active .home_image_content_item:nth-child(odd) {
    transform: translateY(3.542rem);
}

.home_2 .home_image_content_item {
    transition: 1s all;
    max-width: 13.75rem;
}

.image {
    width: 100%;
    height: 100%;
}

/*home 3 - trang chủ 3 - home background content*/
.home_background_content {
    height: 41.458rem;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 3.333rem;
}

.background_wrap {
    height: 100%;
    width: 100%;
}

.background_item {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
}

.background_item.active {
    opacity: 1;
    transition: opacity 1s ease;
}

.content_wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.content_list {
    display: flex;
    width: 100%;
    height: 100%;
}

.content_item {
    border-right: 1px solid #FFFFFF4D;
    color: white;
    position: relative;
    display: flex;
    justify-content: end;
    flex: 1;
}

.content_detail {
    padding: 1rem 4.0625rem 2.448rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    gap: 1.302rem;
    height: fit-content;
    margin-top: auto;

}

.background_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.065) 50%, rgba(0, 0, 0, 0.455) 66.35%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}

.content_item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content_detail:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .7s ease;
    backdrop-filter: blur(10px);
}

.content_item.active .content_detail:before {
    opacity: 1;
    transition: .7s all;
}

.home_background_content .content_icon {
    max-width: 2.96875rem;
    max-height: 2.96875rem;
}

.home_background_content .content_title {
    font-family: 'SVN-Zona Pro bold';
    font-size: 1.302rem;
    line-height: 1;
}

.home_background_content .content {
    font-family: 'SVN-Zona Pro 600';
    text-align: justify;
    opacity: 0;
    transition: 1s all;
    height: 7.292rem;
}

.content_item.active .content {
    opacity: 1;
    transition: 1s all;
    height: fit-content;
}

.home_background_content .content_icon {
    transform: translateY(7rem);
    transition: .7s all;
}

.home_background_content .content_title {
    transform: translateY(6.5rem);
    transition: .7s all;
}

.home_background_content .active .content_title, .home_background_content .active .content_icon {
    transform: unset;
    transition: .7s all;
}

.content_item:hover img {
    transform: rotateY(360deg);
    transition: 1s all;
}

.counter_opacity {
    opacity: 0;
}

.number .counter, .number .counter_opacity {
    font-size: 4.167rem;
    line-height: 1.1;
}

.number, .unit {
    font-family: 'SVN-Zona Pro bold';
}

.home_number_wrap .number_heading {
    gap: 0.26rem;
}

.home_number_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.646rem;
    justify-content: space-between;
}

.home_number_list .unit {
    line-height: 2;
    font-size: 1.5625rem;
}

.home_number_wrap .number_wrap:nth-child(3n+1) {
    width: 18rem;
}

.home_number_wrap .number_wrap:nth-child(3n+2) {
    width: 21.5rem;
}

.home_number_wrap .number_wrap:nth-child(3n+3) {
    width: 18rem;
}

.number_content {
    font-family: 'SVN-Zona Pro 600';
    line-height: 1;
}

.home_4 {
    padding: 4.74rem 0 7.708rem !important;
}

.home_number_wrap {
    margin-top: 4.01rem;
}

.home_4 .section-bg.fill {
    display: flex;
    justify-content: center;
}


.home_5 {
    height: 56.25rem;
    margin-top: -7.083rem;
}

.home_5 .image_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home_5 .image_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.home_5 .section-content {
    width: 100%;
    height: 100%;
}

.active > .clip-path-to-top path,
.clip-path-to-top.active path,
.active > .clip-path-to-left path,
.clip-path-to-left.active path,
.active > .clip-path-to-right path,
.clip-path-to-right.active path,
.active > .clip-path-to-bot path,
.clip-path-to-bot.active path {
    clip-path: inset(0 0 0 0);
}

.svg_logo_wrap,
.svg_logo_wrap_3 {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 2.5s ease;
}

.svg_logo_wrap.active,
.svg_logo_wrap_3.active {
    clip-path: inset(0 0 0 0);
}

.svg_logo_wrap_2 {
    clip-path: inset(0 100% 0 0);
    transition: clip-path 2.5s ease;
}

.svg_logo_wrap_2.active {
    clip-path: inset(0 0 0 0);
}

.svg_logo_wrap {
    z-index: 1;
    left: 19.01rem;
    top: 5.3125rem;
    width: 26.042rem;
    height: 24.479rem;
}

.home_5 .img-inner.dark,
.home_5 .img-inner.dark img {
    height: 100%;
}

.home_gif_list {
    gap: 1.615rem;
    flex-wrap: wrap;
}

.home_gif_item {
    width: calc(100% / 3 - (1.615rem * 2 / 3));
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    padding: 2.083rem 3.646rem 2.083rem 2.396rem;
    gap: 1.823rem;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: .7s all;
}

.home_gif_item:hover {
    scale: 1.05;
    border: 1px solid var(--main-cl);
    transition: .7s all;
}

.item_left {
    width: 5.208rem;
    height: 5.208rem;
    flex: 0 0 auto;
}

.home_gif .gif {
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
}

.home_gif .item_right {
    gap: 0.78125rem;
}

.home_gif .title {
    font-family: 'SVN-Zona Pro bold';
    line-height: 1;
}

.home_6 {
    padding: 6.042rem 0 4.479rem !important;
}

.home_6 h2 {
    margin-bottom: 1.302rem;
}

.home_gif {
    margin-top: 3.646rem;
}

.home_6 .stack {
    margin-top: 3.646rem;
}


.contact_form_main {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact_form_section,
.career_form_section {
    height: 42.448rem;
}

/*.contact_form_section  {*/
/*    padding: 5.052rem 0 !important;*/
/*}*/
.contact_form_wrap,
.career_form_wrap {
    background: #0000004D;
    backdrop-filter: blur(50px);
    border-radius: 30px;
    padding: 4.115rem 2.604rem 3.4375rem;
}

.career_form_section h2,
.contact_form_section h2 {
    font-size: 2.083rem;
    line-height: 1;
    margin-bottom: 0;
    color: white;
}

.career_form_section .content,
.contact_form_section .content {
    margin-bottom: 0;
    font-size: 0.9375rem;
    color: white;
}

.career_form_section:before,
.contact_form_section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 2;
}

.career_form_section:before {
    background: #00000099;
}

.career_form_section .section-content.relative,
.contact_form_section .section-content.relative {
    z-index: 3;
}

select.select_wrap {
    margin: 0;
    height: 2.865rem;
    width: 100%;
    background: #FFFFFF33;
    border: none;
    color: white;
    border-radius: 10px;
}

select.select_wrap {
    position: relative;
}

.select_form {
    width: 100%;
}

.filter_item.content {
    width: 100%;
    position: relative;
}

.filter_item.content:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC42Ij4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K");
    background-size: cover;
    width: 0.9375rem;
    height: 0.9375rem;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_form,
.career_form {
    margin-top: 2.448rem;
}

option {
    color: var(--main-cl);
    background: #FFFFFF33;
}

.career_form input,
.career_form textarea,
.contact_form input,
.contact_form textarea {
    background: #FFFFFF33;
    border: none;
    font-size: 0.833rem;
    border-radius: 10px;
    color: white !important;
    padding: 1.015625rem 0.521rem;
    margin: 0;
    line-height: 1;
    height: 2.865rem;
}

.contact_form textarea,
.career_form textarea {
    padding: 0.78125rem .5rem;
    min-height: 100px;
}

.career_form input::placeholder,
.career_form textarea::placeholder,
.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: white;
}

.career_form input:focus,
.career_form textarea:focus,
.contact_form input:focus,
.contact_form textarea:focus {
    background: #FFFFFF33;
    border: unset;
    box-shadow: none;
}

.career_form .row .col,
.contact_form .row .col {
    padding-bottom: 1.042rem;
}

.career_form_section h2,
.contact_form_section h2 {
    margin-bottom: 0.521rem;
}

.career_form_wrap,
.contact_form_wrap {
    text-align: center;
}

.career_form_wrap form,
.contact_form_wrap form {
    margin: 0;
}

.select_wrap {
    max-height: 10.417rem;
    overflow-y: auto;
}

.career_form .row .col:nth-child(6),
.contact_form .row .col:nth-child(6) {
    padding-bottom: 0;
}

.career_form_wrap p,
.contact_form_wrap p {
    margin-top: 0.521rem;
}

.col_form {
    padding-bottom: 0;
    padding-right: 0;
}

.career_form_section .section-bg.fill img,
.contact_form_section .section-bg.fill img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*footer */
footer#footer {
    background: #F3FAF6;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

footer .section {
    padding: 0 !important;
}

footer {
    padding-top: 3.49rem;
}

.footer_title {
    font-family: 'SVN-Zona Pro bold';
    line-height: 1.5;
    padding-bottom: 0.521rem;
    position: relative;
    font-size: 0.9375rem;
    margin-bottom: 1.09375rem;
}

.footer_title p {
    font-size: 0.9375rem !important;

}

.footer_bottom * {
    font-size: 0.677rem;
}

footer p {
    font-size: 0.729rem;
    margin-bottom: 0.521rem;
    line-height: 1.3;
}

.footer_2 footer p {
    margin-bottom: 0.521rem;
}

.footer_title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    border: 1px solid #22372B33;
    z-index: 1;
}

.footer_2 {
    padding-right: 2.76rem;
}

.footer_2 .footer_title:before {
    width: 6.979rem;
}

.footer_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #0E7B3F;
    height: 3px;
}

.footer_2 .footer_title:after, .footer_3 .footer_title:after {
    width: 3.333rem;
}

.footer_4 .footer_title:after {
    width: 3.49rem;
}

.footer_3 .footer_title:before {
    width: 6.979rem;
}

.footer_4 .footer_title:before {
    width: 4.84375rem;
}

.social_list {
    gap: 0.885rem;
    flex-wrap: wrap;
    justify-content: end;
}

a.social_item {
    width: 1.927rem;
    height: 1.927rem;
    background: var(--main-cl);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .7s all;
}

a.social_item img {
    width: 60%;
    height: 45%;
    object-fit: contain;
}

span.social_icon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.social_item:hover {
    background: var(--sub-cl);
    transition: .7s all;
}

footer a {
    color: var(--text-cl);
    transition: .7s all;
}

footer a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

footer span.ux-menu-link__text {
    font-size: 0.729rem;
    transition: .7s all;
}

span.ux-menu-link__text:hover {
    color: var(--main-cl);
    transition: .7s all;
}

footer span.ux-menu-link__text {
    font-size: 0.729rem;
}

footer .ux-menu.stack {
    gap: 0.521rem;
}

.ux-menu-link__link {
    min-height: unset;
}

.ux-menu-link.flex.menu-item {
    line-height: 1.1;
}

a.ux-menu-link__link.flex {
    padding: 0;
}

.footer_4 {
    padding: 0;
}

.footer_1 .img-inner {
    width: 12.65625rem;
    height: auto;
}

footer .footer_bottom {
    margin-top: 0.3125rem;

}

footer .footer_bottom .bottom_content {
    border-top: 1px solid #22372B26;
    padding: 1.042rem 0 !important;
}

.footer_bottom .col {
    padding-bottom: 0;
}

.footer_bottom p {
    font-size: 0.677rem;
    line-height: 2;
}

.footer_bottom .content_left {
    opacity: 60%;
}

.footer_list_page {
    gap: 2.1875rem;
}

.footer_list_page a {
    font-family: 'SVN-Zona Pro 600';
    text-decoration: underline;
    color: #22372B !important;
    transition: .7s all;
}

.footer_list_page a:hover {
    color: var(--main-cl) !important;
    transition: .7s all;
}

/*quick contact*/
ul.fixed_button.desktop_display {
    position: fixed;
    bottom: 3.333rem;
    right: 1.198rem;
    list-style: none;
    transform: translateY(-27%);
    z-index: 99;
}

ul.fixed_button > li:not(:last-child) {
    margin-bottom: 0.677rem;
}

ul.fixed_button > li > a {
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    transition: .7s all;
    box-shadow: 0px 10px 20px 0px #0000001A;
    border: 1px solid transparent;
    padding: 0.2rem;
}

ul.fixed_button > li > a:hover {
    scale: 1.1;
    transition: .7s all;
}

ul.fixed_button > li > a img {
    max-width: 1.979rem;
    max-height: 1.875rem;
    width: 60%;
    height: 60%;
    z-index: 1;
}

ul.fixed_button > li > a img {
    animation: shake 2.5s ease-in-out infinite;
    display: block;
}

/* end footer*/

button.cta_button {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 2rem);
    top: 100%;
    border: none !important;
    text-transform: unset;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    background: var(--main-cl);
    color: white;
    opacity: 1;
    z-index: 2;
    width: fit-content;
    font-size: 0.729rem;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: var(--main-cl);
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
    color: white;
    font-size: 0.729rem;
    width: fit-content;
    margin: 1rem 0 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
    color: white;
    width: fit-content;
    text-align: center;
    margin: 1rem auto 0;
}

.top-divider.full-width {
    display: none;
}

.number_wrap {
    gap: 0.208rem;
}

.mobile_display,
.mobile_flex {
    display: none;
}

.nav .header-account-item ul li {
    margin-right: 0 !important;
}

.the_content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.the_content h1 {
    margin-bottom: 2.5rem;
}

/*giới thiệu - about*/
.banner_hero_second {
    aspect-ratio: 1920 / 833;
}

.banner_hero_second:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.99deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 99.99%);
    z-index: 1;
}

.banner_content {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.banner_content h1 {
    color: white;
}

.breadcrumbs ol {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.833rem;
    margin-bottom: 0;
    overflow: auto;
    margin-top: 0.78125rem;
}

.breadcrumbs ol a {
    color: white;
    opacity: 50%;
    transition: .7s all;
}

.breadcrumbs ol li {
    margin: 0;
    flex: 0 0 auto;
    position: relative;
}

.breadcrumbs ol li:not(:last-child):before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    opacity: 50%;
    width: 1px;
    height: 0.833rem;
}

.breadcrumbs ol li:not(:last-child) {
    padding-right: 0.833rem;
}

.breadcrumbs ol li:last-child a {
    opacity: 100%;
}

.breadcrumbs ol a:hover {
    opacity: 100%;
    transition: .7s all;
    color: var(--sub-cl);
}

.about_2 {
    padding-top: 5.208rem !important;
}

.about_2 .col:first-child .col-inner {
    padding-top: 12.708rem;
}

.col-inner p:last-child {
    margin: 0;
}

.svg_logo_wrap_2 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 14.167rem;
}

.svg_logo_wrap_2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.354rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 31.37%, #FFFFFF 62.75%);
}

.about_2_list {
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
    height: 35.573rem;
}

p:last-child {
    margin: 0;
}

.about_2_wrap {
    margin-top: 1.771rem;
}

.about_2_item {
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-radius: 30px;
    padding: 1.667rem;
    width: 12.708rem;
    height: 25.573rem;
    max-width: 28.021rem;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.6s ease;
    overflow: hidden;
    flex-shrink: 0;
}

.about_2_item:hover {
    width: 28.021rem;
    height: 100%;
    box-shadow: 0px 8px 40px 0px #5D5D5D30;
}

/* ── INDEX ── */
.about_2_item .index {
    color: var(--sub-cl);
    font-size: 4.167rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1;
    margin-bottom: 9.792rem;
    opacity: 1;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.4s ease;
}

.about_2_item:hover .index {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
}

/* ── IMAGE ── */
.about_2_item .image {
    aspect-ratio: 500 / 282;
    border-radius: 15px;
    overflow: hidden;

    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s ease 0.1s,
    margin 0.5s ease;
}

.about_2_item:hover .image {
    max-height: 14.6875rem;
    opacity: 1;
    margin-bottom: 1.667rem;
}

.about_2_item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ── TITLE ── */
.about_2_item .title {
    font-size: 1.302rem;
    line-height: 1.25;
    color: var(--main-cl);
    font-family: 'SVN-Zona Pro bold';
}

/* ── CONTENT ── */
.about_2_item .content {
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s ease 0.15s,
    margin 0.4s ease;
}

.about_2_item:hover .content {
    opacity: 1;
    margin-top: 0.833rem;
}

.about_2_item:hover .icon {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

.about_2_item .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.833rem;
    flex-shrink: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}

.about_3 .image_1 {
    aspect-ratio: 1920 / 1080;
    pointer-events: none;
}

.about_3 .image_2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.about_3 .svg_logo_wrap_3 {
    width: 26.042rem;
    left: 21%;
    top: 13%;
    z-index: 1;
    pointer-events: none;
    transform: scale(1);
}

.svg_logo_wrap_3.active {
    animation: scaleIn 2s ease 1s forwards;

}

@keyframes scaleIn {
    to {
        transform: scale(1.17);
    }
}

.about_3 .row {
    position: absolute;
    left: 50%;
    top: 3.125rem;
    width: 100%;
    transform: translateX(-50%);
}

.about_3 .row .col-inner {
    padding-right: 5.46875rem;
    margin-left: 3.9rem;
    padding-left: 1.25rem;
    position: relative;
    transform: translateX(100%);
    opacity: 0;
    transition: 2s all;
}

.about_3 .row .col.active .col-inner {
    transform: unset;
    opacity: 1;
    transition: 2s all;
}

.about_3 .row .col-inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #0E7B3F 0%, rgba(14, 123, 63, 0) 100%);
}

.about_3 h2 {
    margin-bottom: 0.833rem;
}

.about_3 .col-inner p {
    line-height: 1.35;
}

.about_4 {
    padding-top: 5.208rem !important;
}

.about_vision {
    gap: 9.167rem;
    flex-wrap: wrap;
    margin-top: 3.333rem;
}

.about_vision_item {
    width: 25.417rem;
    height: 22.24rem;
    background: white;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-radius: 30px;
    padding: 1.667rem 1.667rem 0;
    position: relative;
}

.about_vision_item .img {
    margin-top: 1.667rem !important;
    border-radius: 30px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    width: 26.042rem !important;
    position: absolute;
    bottom: 0;
    transform: translate(1.667rem, 5.99rem);
    transition: 1s all;

}

.about_vision_item p {
    line-height: 1.4;
}

.about_vision_item h3 {
    color: var(--main-cl);
    font-weight: unset;
    font-family: 'SVN-Zona Pro bold';
    font-size: 1.302rem;
    line-height: 1.1;
    margin-bottom: 0.833rem;
    transition: .7s all;
}

.about_vision_item:hover img {
    scale: 1.05;
    transition: .7s all;
}

.about_5 {
    padding-top: 12.24rem !important;
}

.about_core {
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 3.333rem;
}

.about_core_item {
    width: calc(100% / 3 - (2.5rem * 2 / 3));
    padding: 2.5rem 2.5rem 1.667rem;
    border-radius: 30px;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    gap: 0.833rem;
    position: relative;
}

.about_core_item .img {
    width: 3.333rem !important;
    height: 3.333rem;
    margin: 0 auto !important;
}

.about_core_item:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 30px;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    transition: .7s all;
    border: 1px solid transparent;
}

.about_core_item .text span, .about_core_item .text strong {
    color: var(--main-cl);
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    font-weight: unset;
}

.about_core_item .text p {
    line-height: 1.3;
}

.about_core_item .text {
    position: relative;
    z-index: 1;
}

.about_core_item:hover:before {
    transform: translate(-50%, -50%) scale(1.045);
    transition: .7s all;
    border: 1px solid var(--main-cl);
}

.about_6 {
    padding-top: 6.25rem !important;
}

.about_6 .group_content {
    padding-top: 3.333rem;
}

.about_6 .row_2 {
    background: linear-gradient(180deg, rgba(14, 123, 63, 0.05) 0%, rgba(14, 123, 63, 0) 100%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.about_6 h2 {
    margin-bottom: 1.302rem;
}

.arrow_slide {
    width: 1.979rem;
    height: 1.979rem;
    border-radius: 100%;
    border: 1px solid #272D35;
    opacity: 30%;
    cursor: pointer;
    transition: .7s all;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.6rem;
}

.arrow_slide:hover {
    opacity: 100%;
    transition: .7s all;
    background: var(--main-cl);
    border: 1px solid var(--main-cl);
}

.arrow_slide:hover svg path {
    stroke: white;
    transition: .7s all;
}

.arrow_slide.prev {
    left: -10%;
}

.arrow_slide.next {
    right: -10%;
}

.certi_item {
    /*padding: 0 1.042rem;*/
    height: 31.667rem;
    display: block;
}

.certi_wrap .swiper-slide {
    padding: 0 1.042rem;
}

.certi_slide {
    margin: 0 -1.042rem;
}

.about_6 .certi_wrap {
    max-width: 49.792rem;
    margin: 1.771rem auto 0;
}

.certi_svg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    opacity: 0;
    transition: .7s all;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certi_item:hover .certi_svg {
    opacity: 1;
    transition: .7s all;
}

.certi_svg svg {
    width: 2.5rem;
}

.about_7 {
    padding-top: 6.25rem !important;
}

.about_7 h2 {
    margin-bottom: 1.302rem;
}

.about_7 .large-9 {
    padding: 0 0 1.5625rem;
}

.about_7 .large-9 {
    padding: 0 0 1.5625rem;
}

.fac {
    margin-top: 3.333rem;
    gap: 1.667rem;
}

.fac_item {
    padding-top: 1.667rem;
    border-top: 1px solid #0E7B3F33;
    gap: 6.354rem;
}

.about_7 .img {
    aspect-ratio: 488 / 270;
    width: 25.417rem !important;
    flex: 0 0 auto;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.about_7 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac h3 {
    font-size: 1.302rem;
    color: var(--main-cl);
    font-family: 'SVN-Zona Pro bold';
    line-height: 1;
}

.fac p {
    line-height: 1.2;
}

.fac li {
    margin-bottom: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
}

.fac p {
    margin-bottom: 0.833rem;
}

.fac_item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.about_8 {
    margin-top: 6.25rem !important;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 3.333rem 0 5.208rem !important;
}

.about_8 h2 {
    margin-bottom: 25px;
}

.map {
    max-width: var(--container-w-2) !important;
    width: 100%;
    margin: 1.771rem auto 0;
    border-radius: 30px;
    overflow: hidden;
    height: 31.25rem;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.map p {
    height: 100%;
    width: 100%;
}

.profile_2 {
    padding: 7.8125rem 0 !important;
}

.profile_wrap {
    gap: 4.5rem;
}

.profile_wrap .img {
    aspect-ratio: 456 / 608;
    width: 23.75rem !important;
    flex: 0 0 auto;
}

.banner_hero_second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution_2 {
    padding-top: 7.8125rem !important;
}

.solution_2 h2 {
    margin-bottom: 1.302rem;
}

.solution_term_list {
    gap: 16px;
    margin-top: 34px;
}

.term_item {
    font-size: 16px;
    font-family: 'SVN-Zona Pro 600';
    color: var(--main-cl);
    padding: 14px 23px;
    border: 1px solid var(--main-cl);
    border-radius: 1000px;
    transition: .7s all;
    position: relative;
    cursor: pointer;
    z-index: 1;
    line-height: 1;
}

.term_item:hover,
.term_item.active {
    color: white;
    transition: .7s all;
    border: 1px solid transparent;
}

.term_item:hover:before,
.term_item.active:before {
    opacity: 1;
    transition: .7s all;
    width: 100%;
}

.term_item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .7s all;
    background: linear-gradient(90deg, #0E7B3F 30.72%, #54AE40 100%);
    border-radius: 1000px;
}

.solution_list {
    margin-top: 2.5rem;
    gap: 1.667rem;
}

.solution_item {
    padding-top: 1.667rem;
    border-top: 1px solid #0E7B3F33;
    width: 100%;
}

.solution_item .title {
    font-family: 'SVN-Zona Pro bold';
    font-size: 1.302rem;
    color: var(--main-cl);
    width: 22.542rem;
    flex: 0 0 auto;
    line-height: 1.2;
    margin-top: 4.115rem;
}

.solution_item .excerpt {
    text-align: justify;
    font-size: 0.9375rem;
    width: 19.0625rem;
    flex: 0 0 auto;
    line-height: 1.4;
    margin-top: 4.115rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.solution_item span.thumb {
    aspect-ratio: 464 / 261;
    max-width: 24.167rem;
    border-radius: 30px;
    overflow: hidden;
    border-bottom-left-radius: 0;
}

.solution_item .cta_button {
    opacity: 0;
    transition: opacity .7s ease;
    margin-top: 0.833rem;
}

.solution_item:hover .cta_button {
    opacity: 1;
    transition: .7s all;
}

.solution_item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.link_detail {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.tab_block {
    position: relative;
}

.tab_block_inner {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 3.125rem;
    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 {
    opacity: 1;
    transform: translateX(0) skewX(0deg);
    pointer-events: auto;
    position: relative;
    text-align: justify;
}

.solution_term_content {
    margin: 2.5rem auto 0;
    text-align: center;
    max-width: 57.375rem;
}

.ajax_cta_wrap {
    margin-top: 2.5rem;
}

.ajax_cta {
    background: unset;
    background: unset;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    margin-top: 0;
}

.ajax_cta:hover {
    background: unset;
}

.ajax_cta.cta_button:before {
    width: 100%;
}

.ajax_cta:hover svg path {
    stroke: white;
    transition: .7s all;
}

.ajax_cta.cta_button:hover span.cta_button_svg_item.item_1 {
    transform: translate(0, 200%);
    transition: .7s all;
}

.ajax_cta span.cta_button_svg_item.item_2 {
    transform: translate(0, -200%);
}

.breadcrumbs_wrap .breadcrumbs ol a {
    color: #22372B;
}

.breadcrumbs_wrap .breadcrumbs ol li:not(:last-child):before {
    background: #22372B;
}

.single .header-bg-container.fill,
.page-template-login .header-bg-container.fill,
.page-template-register .header-bg-container.fill,
.search .header-bg-container.fill {

    box-shadow: 0px 4px 4px 0px #0000000D;
}

.breadcrumbs_wrap .breadcrumbs ol {
    margin-top: 0;
}

.breadcrumbs_wrap {
    margin: 2.5rem 0 0.9375rem;
}

.solution_detail_1 h1 {
    margin-bottom: 1.302rem;
}

.solution_list_1 {
    margin-top: 1.771rem;
    flex-wrap: wrap;
    gap: 3.75rem;
}

.solution_list_1 .item {
    width: calc(100% / 2 - (3.75rem * 1 / 2));
    gap: 1rem;
    padding-bottom: 32px;
    border-bottom: 1px solid #0E7B3F33;
}

.item_solution_left .img {
    width: 4.8rem !important;
    margin-top: 1rem !important;
}

.item_solution_right .text {
    margin-top: .5rem !important;
}

.solution_list_1 .item p {
    margin-bottom: 1rem !important;
}

.solution_list_1 .item h3 {
    width: fit-content;
}

.solution_list_1 .item h3 {
    font-size: 4.167rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1;
}

.solution_list_1 .item p strong {
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1;
}

.solution_list_1 .item .text:first-child {
    flex: 1;
    min-width: 5.833rem;
}

.solution_list_1 .item h3 span, .solution_list_1 .item h3 strong {
    line-height: 1;
}

.solution_list_1 .item p {
    margin-bottom: 0.417rem;
    line-height: 1.4;
    text-align: justify;
}

.solution_detail_2 {
    margin-top: 6.25rem !important;
}

.solution_detail_2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 34.86%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

.solution_number_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 67.708rem;
}

.solution_number_wrap .number_wrap {
    width: 100%;
}

.solution_number_wrap {
    gap: 3.333rem;
}

.solution_number_wrap .unit {
    font-size: 1.5625rem;
}

.solution_detail_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq_wrap {
    padding-top: 7.8125rem !important;
}

.faq_wrap .col:first-child p {
    max-width: 25.417rem;
    line-height: 1.3;
}

.accordion-item i.icon-angle-down {
    right: 0;
    font-size: 1.3rem;
}

.accordion-title {
    padding: 0;
}

.accordion-item {
    border-bottom: 1px solid #0E7B3F33;
    padding-bottom: 0.833rem;

}

.accordion .toggle {
    right: 0 !important;
    left: unset;
    top: 0;
    /* transform: translateY(-50%); */
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: start;
    align-items: start;
}

a.plain span {
    max-width: 36.458rem !important;
    display: block;
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    color: #22372B;
    line-height: 1.2;
    transition: .7s all;
}

.accordion {
    display: flex;
    flex-direction: column;
    row-gap: 1.667rem;
}

.accordion-title.active {
    background-color: unset !important;
}

.accordion-title.active span {
    color: var(--main-cl);
    transition: .7s all;
}

.accordion-title i {
    transition: .7s all;
}

.accordion-title.active i {
    transform: rotate(180deg);
    transition: .7s all;
    color: var(--main-cl);
}

.accordion-title {
    border-top: unset;
}

.accordion-inner {
    padding: 0.833rem 0 0;
}

.accordion-inner p {
    line-height: 1.2;
}

.active > .toggle {
    transform: unset;
}

.career_blog .thumb,
.solution_more_wrap .thumb,
.tech_more_wrap .thumb {
    aspect-ratio: 448 / 252;
    border-radius: 30px;
    overflow: hidden;
}

.career_blog img,
.tech_more_wrap img,
.solution_more_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career_blog .item,
.tech_more_wrap .item,
.solution_more_wrap .item {
    padding: 0 1.25rem;
    display: block;
}

.career_blog,
.solution_more_wrap,
.tech_more_wrap {
    margin: 0 -1.25rem;
}

.career_blog h3,
.solution_more_wrap h3,
.tech_more_wrap h3 {
    color: var(--main-cl);
    margin-top: 1.667rem;
    text-align: center;
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1.1;
    margin-bottom: 0;
}

.career_blog .content,
.solution_more_wrap .content,
.tech_more_wrap .content {
    margin-top: 0.208rem;
    text-align: center;
    line-height: 1.5;
}

.career_blog .item:hover img,
.solution_more_wrap .item:hover img,
.tech_more_wrap .item:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.career_blog .arrow_slide.next,
.solution_more_wrap .arrow_slide.next,
.tech_more_wrap .arrow_slide.next {
    right: -5%;
}

.career_blog .arrow_slide.prev,
.solution_more_wrap .arrow_slide.prev,
.tech_more_wrap .arrow_slide.prev {
    left: -5%;
}

.single-solution footer#footer {
    margin-top: 3.646rem;
}

.single-tech footer#footer {
    margin-top: 7.8125rem;
}

.solution_detail_4 {
    padding-top: 6.25rem !important;
}

.tech_number_wrap {
    /* padding-left: 122px; */
    column-gap: 4.583rem;
    row-gap: 1.667rem;
}

.tech_number_wrap .number_wrap {
    width: calc(100% / 2 - (4.583rem * 1 / 2));
}

.tech_number_wrap .unit {
    font-size: 1.5625rem;
}

.tech_number_wrap .number_heading {
    gap: .5rem;
}

.tech_2 {
    padding-top: 7.8125rem !important;
}

.tech_2 h2 {
    margin-bottom: 1.667rem;
}

.tech_2 .row {
    justify-content: space-between;
}

.tech_2 .row:after {
    content: unset;
}

.tech_3 {
    padding-top: 3.646rem !important;
}

.tech_5 {
    height: 48.75rem;
}

.solution_detail_2 {
    height: 48.75rem;
}

.tech_4 {
    padding-top: 6.25rem !important;
}

.tech_4 h2 {
    margin-bottom: 1.302rem;
}

.tech_5:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}


.tech_5 {
    position: relative;
    /* width: 100%; */
    /* font-family: inherit; */
}

.tech_bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tech_bg_item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.tech_bg_item.active {
    opacity: 1;
}

.tech_tab_list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    gap: 0.417rem;
    height: 100%;
    justify-content: end;
    align-items: end;
}

.tech_tab_list::-webkit-scrollbar {
    display: none;
}

.tech_tab_item {
    padding: 1.667rem;
    color: white;
    cursor: pointer;
    position: relative;
    backdrop-filter: blur(5px);
    flex: 1;
    min-height: 10rem;
}

.tech_title {
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1.1;
}

.tech_tab_item.active:before,
.tech_tab_item:hover:before {
    background-size: contain;
}

.tech_tab_item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    /* Thay background-image bằng border-image */
    border-image-source: url(../images/tech_list.png);
    border-image-slice: 40 40 40 40 fill; /* ← chỉnh số này theo góc bo của ảnh */
    border-image-width: 40px;
    border-image-repeat: stretch;

    background: none;
    transition: all 0.5s ease;
}

.tech_excerpt {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    margin-top: 0.833rem;
    font-size: 0.729rem;
    text-align: justify;
}

.tech_cta {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease 0.15s, max-height 0.5s ease 0.15s;
}

.tech_tab_item:hover .tech_excerpt,
.tech_tab_item.active .tech_excerpt {
    opacity: 1;
    max-height: 10.417rem; /* ← đặt giá trị cụ thể, CSS mới transition được */
}

.tech_tab_item:hover .tech_cta,
.tech_tab_item.active .tech_cta {
    opacity: 1;
    max-height: 4.167rem;
}

.tech_tab_item .cta_button {
    margin-top: 1.042rem;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tech_tab_item .cta_button:before {
    width: 100%;
    opacity: 1;
}

.tech_detail_1 .group_content {
    max-width: 53.646rem;
    margin: 0 auto;
}

.tech_detail_1 .group_content .excerpt {
    margin-top: 1.302rem;
}

.tech_detail_1 .thumb_wrap {
    margin-top: 1.979rem;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 36.458rem;
}

.tech_detail_img_content {
    padding-top: 6.25rem !important;
}

.tech_detail_img_content .row {
    justify-content: space-between;
}

.tech_detail_img_content .row:after {
    content: unset;
}

.tech_detail_img_content h2 {
    margin-bottom: 1.667rem;
}

.image_wrap_2 {
    gap: 3.333rem;
}

.image_wrap_2 .img:hover img {
    transform: scale(1.1);
    transition: .7s all;
}

.tech_detail_img_content .row:nth-child(2n+ 1).active .image_wrap_2 .img:first-child {
    transform: translateY(3.333rem);
    transition: .7s all;
}

.tech_detail_img_content .row:nth-child(2n+ 2).active .image_wrap_2 .img:not(:first-child) {
    transform: translateY(3.333rem);
    transition: .7s all;
}

.image_wrap_2 .img {
    border-radius: 30px;
    overflow: hidden;
}

.tech_detail_img_content .row:not(:first-child) {
    margin-top: 6.979rem;
}

.tech_detail_img_content .img {
    /*transform: unset !important;*/
    transition: .7s all;
}

.tech_detail_2 {
    padding-top: 9.583rem !important;
}

.tech_detail_2 .row .col-inner {
    padding: 3.333rem 4.323rem;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

.tech_detail_2 h2 {
    margin-bottom: 1.302rem;
}

.tech_detail_list {
    margin-top: 3.333rem;
    column-gap: 3.90625rem;
    row-gap: 1.5625rem;
}

.tech_detail_list .item,
.tech_slide_item {
    padding-left: 1.25rem;
    border-left: 1px solid #0E7B3F33;
    align-items: center;

    /*width: calc(100% / 3 - (3.90625rem * 2 / 3));*/
}

.tech_slide_item .title {
    text-align: center;
}

.tech_slide_item .content {
    text-align: justify;
}

.tech_detail_list .item .img,
.tech_slide_item .icon {

    width: 5.208rem !important;
    height: 5.208rem;
    display: flex;
}

.tech_detail_list strong,
.tech_slide_item strong {
    color: var(--main-cl);
    font-family: 'SVN-Zona Pro bold';
    font-size: 1.302rem;
    margin-bottom: 0.833rem;

}

.tech_slide_item_wrap {
    padding: 0 1.927rem;
}

.tech_slide {
    margin: 0 -1.927rem;
}

.tech_detail_list .text,
.tech_slide_item .title {
    margin-bottom: 0.833rem;

    margin-top: 2.8125rem !important;
}

.tech_detail_list p {
    margin-bottom: 0.833rem;
}

.faq_wrap.tech_detail_3 {
    padding-top: 6.25rem !important;
}

.tech_detail_4 {
    padding-top: 2.25rem !important;
}

.tech_more_wrap .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.more_tech,
.more_solution {
    padding-top: 1.771rem;
}


.blog_1 {
    padding-top: 7.8125rem;
}

.link_wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog_feature {
    gap: 2.5rem;
    height: 28.59375rem;
}

.blog_feature:hover img {
    transform: scale(1.05);
    transition: .7s all;
}

.blog_feature .thumb_wrap {
    width: 50.833rem;
    height: 100%;
    flex: 0 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

.blog_feature .date_wrap {
    top: 0;
    left: 1.5%;
    background: #0E7B3F;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
    padding: 0.625rem;
}

.blog_feature .date_wrap .day {
    font-size: 2.083rem;
    line-height: 1;
}

.blog_feature .group_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_feature .excerpt {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.blog_feature h3 {
    color: var(--main-cl);
    font-size: 1.667rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1.3;
    transition: .7s all;
    margin-bottom: 0;
}

.blog_feature .heading {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
}

.blog_feature .term {
    opacity: 50%;
}

.blog_feature:hover .cta_button {
    border: 1px solid var(--main-cl);
    background: var(--main-cl);
    transition: .7s all;
    color: white;
}

.blog_feature:hover .cta_button:before {
    opacity: 1;
    transition: .7s all;
    width: 100%;
}

.blog_term_list {
    gap: 0.833rem;
}

.blog_2 {
    padding-top: 6.25rem;
}

.blog_list {
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.blog_item {
    width: calc(100% / 3 - (2.5rem * 2 / 3));
    display: flex;
    flex-direction: column;
    row-gap: 1.667rem;
}

.blog_item .thumb {
    aspect-ratio: 448 / 252;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.blog_item:hover img {
    transform: scale(1.05);
    transition: .7s all;
}

.blog_item .group_content {
    display: flex;
    gap: 0.833rem;
    align-items: start;
}

.blog_item .left {
    opacity: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #22372B;
}

.blog_item .left .day {
    font-size: 2.083rem;
    line-height: 1;
}

.blog_item .left .month {
    font-size: 0.729rem;
}

.blog_item .right {
    padding-left: 0.833rem;
    border-left: 1px solid rgba(34, 55, 43, 0.2);
    row-gap: 0.208rem;
}

.blog_item .term {
    font-size: 0.729rem;
    opacity: 50%;
}

.blog_item {
    color: #22372B;
}

.blog_item h3 {
    font-family: 'SVN-Zona Pro bold';
    font-size: 1.302rem;
    color: var(--main-cl);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}

.blog_item .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.thumb_inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    opacity: 0;
    transition: opacity .7s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb_inner svg {
    width: 2.5rem;
}

.blog_item:hover .thumb_inner {
    opacity: 1;
    transition: .7s all;
}

.single-post h1 {
    font-size: 2.604rem;
    color: var(--main-cl);
}

.blog_heading {
    margin-top: 1.667rem;
    gap: 0.417rem;
}

.blog_heading .item {
    position: relative;
    color: #22372B;
    transition: .7s all;
    opacity: 50%;
}

.blog_heading .author {
    gap: 0.208rem;
}

.blog_heading .svg {
    width: 1.042rem;
}

.blog_heading a.item:hover {
    color: var(--main-cl);
    transition: .7s all;
    opacity: 1;
}

.blog_heading .item:not(:last-child):before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.833rem;
    background: #22372B;
}

.blog_heading .item:not(:last-child) {
    padding-right: 0.417rem;
}

.blog_avatar {
    margin-top: 1.667rem;
    width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.blog_detail .excerpt {
    margin: 1.667rem 0;
    font-family: 'SVN-Zona Pro 600';
    line-height: 1.5;
}

.single_content p {
    margin-bottom: 1.667rem;
}

.single_content img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.single_content h2 {
    font-size: 1.302rem;
    margin-bottom: 0.833rem;
}

.single_content h3 {
    font-size: 0.9375rem;
    font-family: 'SVN-Zona Pro bold';
    color: var(--main-cl);
}

.single_content p:last-child {
    margin-bottom: 0;
}

.blog_bottom {
    margin-top: 1.667rem;
    padding-top: 1.667rem;
    border-top: 1px solid #0E7B3F33;
}

.blog_tag {
    gap: 0.833rem;
}

.blog_bottom .tags {
    flex-wrap: wrap;
    gap: 0.417rem;
}

.blog_bottom .tag {
    padding: 0.521rem 1.042rem;
    border: 1px solid var(--main-cl);
    font-family: 'SVN-Zona Pro 600';
    color: var(--main-cl);
    border-radius: 100px;
    transition: .7s all;
    position: relative;
}

.blog_bottom .tag:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .7s all;
    background: linear-gradient(90deg, #0E7B3F 30.72%, #54AE40 100%);
    border-radius: 100px;
}

.blog_bottom .tag:hover {
    color: white;
    transition: .7s all;
}

.blog_bottom .tag:hover:before {
    opacity: 1;
    transition: .7s all;
}

.share {
    gap: 0.833rem;
}

.share_item {
    transition: .7s all;
}

.share_item:hover rect {
    fill: var(--sub-cl);
    transition: .7s all;
}

rect {
    transition: .7s all;
}

.page-template-blog footer#footer {
    margin-top: 3.646rem;
}

.blog_related {
    margin-left: 5.104rem;
    padding: 1.667rem;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-radius: 1.5625rem;
}

.blog_related > .title {
    color: var(--main-cl);
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
}

.related_wrap {
    margin-top: 1.667rem;
    gap: 1.25rem;
}

.related_item {
    gap: 0.833rem;
    padding-top: 1.25rem;
    border-top: 1px solid #0E7B3F33;
}

.related_item .day {
    font-size: 2.083rem;
    line-height: 1;
}

.related_item .left {
    color: #22372B;
    opacity: 50%;
    transition: .7s all;

}

.related_item .month {
    font-size: 0.729rem;
}

.related_item .right {
    padding-left: 0.833rem;
    border-left: 1px solid rgba(34, 55, 43, 0.2);
}

.related_item .term {
    font-size: 0.729rem;
    opacity: 50%;
    line-height: 1.5;
}

.related_item .right .title {
    color: var(--main-cl);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0;
    transition: .7s all;
}

.related_item:hover .left {
    opacity: 100%;
    transition: .7s all;
}

section.blog_detail {
    position: relative;
}

.blog_related {
    position: sticky;
    top: 10rem;
}

.single-post,
.single {
    overflow-x: clip;
}

.career_1 {
    padding-top: 7.8125rem !important;
}

.career_1 h2 {
    margin-bottom: 1.667rem;
}

.career_wrap {
    gap: 2.5rem;
    margin-top: 1.771rem;
}

.career_wrap .stack {
    width: calc(100% / 3 - (2.5rem * 2 / 3));
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-radius: 30px;
    padding: 2.5rem;
}

.career_wrap .stack .img {
    width: 5.208rem !important;
    height: 5.208rem;
}

.career_wrap .stack .text {
    margin-top: 5.365rem !important;
}

.career_wrap .stack strong {
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    color: var(--main-cl);
    line-height: 1.2;
}

.career_wrap .stack p {
    margin-bottom: 0.833rem;
}

.career_1 .col:first-child p {
    font-size: 1.302rem;
}

.career_1 .col:first-child {
    padding: 0 0 30px;
}

.career_3 .row {
    justify-content: space-between;
}

.career_3 .col:nth-child(2) {
    padding-left: 0;
}

.career_3 .col:nth-child(2) .col-inner p {
    margin-left: -1.042rem !important;
}

.career_3 .col:first-child .col-inner {
    padding-right: 4.167rem;
}

.career_3 .col:first-child p {
    max-width: 25.417rem;
}

.career_3 {
    padding-top: 6.25rem !important;
}

.video_wrap .video-button-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 4.167rem;
    height: 4.167rem;
}

.video_wrap {
    margin-top: 1.771rem;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.video_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 1;
}

.video_wrap .video-button-wrapper a {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    height: 100%;
    animation: shake-2 1.5s ease-in-out infinite;
    z-index: 5;

}

.video_wrap .video-button-wrapper a:hover {
    background: unset;
}

.video_wrap .video-button-wrapper a:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: white;
    opacity: 50%;
    transition: .7s all;
    border-radius: 100%;
}

.video_wrap .video-button-wrapper:hover a:before {
    background: var(--main-cl);
    transition: .7s all;
    opacity: 1;
}

.video_wrap .video-button-wrapper:hover a:before {
    background: var(--main-cl);
    transition: .7s all;
    opacity: 1;
}

.video_wrap .video-button-wrapper a:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.458rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjk1NTggMTIuMTYxOEwzLjMyMDE5IDAuMzE2MzIzQzIuOTg5NDUgMC4xMTY2OCAyLjYxMDggMC4wMDc2MjcwNSAyLjIyMzE5IDAuMDAwMzg1NzI1QzEuODM1NTkgLTAuMDA2ODU1NiAxLjQ1MzAzIDAuMDg3OTc2IDEuMTE0ODcgMC4yNzUxMjNDMC43NzY3MTYgMC40NjIyNyAwLjQ5NTE4IDAuNzM0OTc0IDAuMjk5MjMxIDEuMDY1MThDMC4xMDMyODIgMS4zOTUzOCAtNC4xNzYwNGUtMDYgMS43NzExNSAxLjI2NjM2ZS0xMCAyLjE1Mzg0VjI1Ljg0NjlDMC4wMDAzMTU0MzcgMjYuMjI5NSAwLjEwMzggMjYuNjA1MSAwLjI5OTgyNCAyNi45MzUxQzAuNDk1ODQ3IDI3LjI2NTEgMC43NzczNDIgMjcuNTM3NyAxLjExNTM5IDI3LjcyNDhDMS40NTM0MyAyNy45MTE4IDEuODM1ODQgMjguMDA2NyAyLjIyMzMyIDI3Ljk5OTZDMi42MTA4MSAyNy45OTI1IDIuOTg5MzkgMjcuODgzOCAzLjMyMDE5IDI3LjY4NDVMMjIuOTU1OCAxNS44MzlDMjMuMjc0OCAxNS42NDY0IDIzLjUzODMgMTUuMzc2MiAyMy43MjExIDE1LjA1NDNDMjMuOTA0IDE0LjczMjQgMjQgMTQuMzY5NSAyNCAxNC4wMDA0QzI0IDEzLjYzMTMgMjMuOTA0IDEzLjI2ODQgMjMuNzIxMSAxMi45NDY1QzIzLjUzODMgMTIuNjI0NiAyMy4yNzQ4IDEyLjM1NDQgMjIuOTU1OCAxMi4xNjE4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;

}

.button.icon.circle > i:only-child {
    display: none;
}

.video_wrap .video-button-wrapper:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 33.33%, rgba(255, 255, 255, 0) 66.67%, #FFFFFF 100%);
    width: 7.292rem;
    height: 7.292rem;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 1.39%, rgba(255, 255, 255, 0) 28.57%, rgba(255, 255, 255, 0) 76.04%, rgba(255, 255, 255, 0.5) 100%);
    border-radius: 100%;
}

.video_wrap .video-button-wrapper:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    border: 1px solid white;
    transform: translate(-50%, -50%);
    opacity: 50%;
    border-radius: 100%;
    animation: pulse-border-2 2.5s ease infinite;
    transform-origin: 0 0;
}

.career_4 {
    padding-top: 7.8125rem !important;
}

.career_4 .row {
    justify-content: space-between;
}

.career_4 .row:after {
    content: unset;
}

.career_4 h2 {
    margin-bottom: 1.667rem;
}

.career_4 .col:first-child p {
    max-width: 25.3125rem;
    line-height: 1.4;
}

.career_4 > .stack {
    gap: 1.667rem;
}

.career_4 .stack-col {
    gap: 1.667rem;
}

.career_4 .stack-col > .stack .text:first-child h3 {
    min-width: 5.729rem;
    font-size: 4.167rem;
    line-height: 1;
}

.career_4 .stack-row {
    gap: 1.927rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid #0E7B3F33;
}

.career_4 .stack-col .stack-row:last-of-type {
    border-bottom: none;
    padding-bottom: unset;
}

.career_4 strong {
    color: var(--main-cl);
    font-size: 1.302rem;
    line-height: 1.2;
}

.career_4 .stack-row p {
    margin-bottom: 0.417rem;
    line-height: 1.35;
}

.career_5 {
    padding-top: 2.25rem !important;
}

.career_5 h2 {
    margin-bottom: 1.302rem;
}

.career_list {
    column-gap: 5.104rem;
    row-gap: 1.667rem;
    margin-top: 1.667rem;
}

.career_item {
    width: calc(100% / 2 - (5.104rem * 1 / 2));
    gap: 8.28125rem;
    padding-top: 1.667rem;
    border-top: 1px solid #0E7B3F33;
}

.career_item:hover .cta_button:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

.career_item h3 {
    font-size: 1.302rem;
    line-height: 1.4;
    color: var(--main-cl);
    margin-bottom: 0;
}

.career_item .cta_button {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0;
}

.career_item span.cta_button_svg_wrap {
    width: 1.40625rem;
    height: 1.40625rem;
}

.career_item .excerpt {
    margin-top: 0.417rem;
}

.career_item .deadline {
    margin-top: 0.417rem;
    gap: 0.417rem;
}

.career_item .svg {
    width: 1.042rem;
    height: 1.042rem;
    flex: 0 0 auto;
}

.career_item .deadline span {
    font-family: 'SVN-Zona Pro bold';
}

.career_item:hover .cta_button span.cta_button_svg_item.item_2 {
    transform: translate(0);
    transition: .7s all;
}

.career_item:hover .cta_button span.cta_button_svg_item.item_1 {
    transform: translate(200%, -200%);
    transition: .7s all;
}

.career_item .link {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.single-career h1 {
    font-size: 2.604rem;
    color: var(--main-cl);
    line-height: 1.1;
}

.career_detail_1 .excerpt {
    margin-top: 1.667rem;
}

.career_detail_1 .detail_wrap {
    margin-top: 1.667rem;
    padding-top: 1.667rem;
    border-top: 1px solid #0E7B3F33;
}

.detail_wrap .svg {
    width: 1.042rem;
    height: 1.042rem;
    flex: 0 0 auto;
    display: flex;
}

.career_detail_1 .deadline, .career_detail_1 .address {
    gap: 0.417rem;
}

.career_detail_1 .m-content,
.career_detail_1 .content {
    line-height: 1;
}

.career_detail_1 span {
    font-family: 'SVN-Zona Pro bold';
}

.detail_wrap .heading {
    gap: 1rem;
}

.detail_wrap .bottom {
    margin-top: 1rem;
    gap: 0.833rem;
}

.detail_wrap .item {
    gap: 0.417rem;
    border: 1px solid #0E7B3F33;
    border-radius: 999px;
    padding: 0.3125rem 0.625rem;
}

.detail_wrap .item-content,
.career_detail_1 .cta_button_content {
    font-family: 'SVN-Zona Pro 600';
}

.career_content {
    margin-top: 1.667rem;
    gap: 1.667rem;
    flex-direction: column;
}

.career_content .item {
    padding-top: 1.667rem;
    border-top: 1px solid #0E7B3F33;
    gap: 0.833rem;
}

.career_content .item .title {
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    line-height: 1.1;
}

.career_content .m-content ul,
.career_content .m-content ol {
    padding-left: 1rem;
}

.career_content .m-content {
    line-height: 1.5;
}

.career_content .m-content li {
    margin-bottom: 0.208rem;
}

.career_option {
    padding: 1.667rem;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    background: #0E7B3F0D;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

.career_option .title {
    color: var(--main-cl);
    font-family: 'SVN-Zona Pro bold';
}

.career_option .option_content {
    margin-top: 0.833rem;
    border-top: 1px solid #0E7B3F33;
    padding-top: 0.833rem;
    font-size: 0.729rem;
}

.career_option .option_content a {
    color: #22372B;
    transition: .7s all;
}

.career_option .option_content a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.career_option .option_content p {
    font-size: 0.729rem;
    margin-bottom: 0.521rem;
}

.career_detail_1 .large-3 .group_wrap {
    margin-left: -1.042rem;
    position: sticky;
    top: 10rem;
}

.career_option .pattern {
    bottom: 0;
    right: 0;
    width: 8.958rem;
}

.career_related {
    margin-top: 1.667rem;
    background: white;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    border-radius: 30px;
    padding: 1.667rem;
}

.career_related > .title {
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    color: var(--main-cl);
    line-height: 1;
}

.career_related_wrap {
    gap: 1.667rem;
    margin-top: 1.667rem;
}

.career_related_wrap .item {
    padding-top: 1.25rem;
    border-top: 1px solid #0E7B3F33;
    color: #22372B;
}

.career_related_wrap .item h3 {
    color: var(--main-cl);
    transition: .7s all;
}

.career_related_detail {
    margin-top: 0.833rem;
    display: flex;
    flex-direction: column;
    gap: 0.417rem;
}

.career_related_detail .svg {
    width: 1.042rem;
    height: 1.042rem;
    flex: 0 0 auto;
}

.career_related_detail .content {
    line-height: 1.5;
}

.career_related_wrap .item:hover h3 {
    color: var(--sub-cl);
    transition: .7s all;
}

.career_related_detail .deadline .content {
    line-height: 1.3;
}

.career_detail_2 {
    padding-top: 6.25rem;
}

.career_detail_2 h2 {
    margin-bottom: 2.5rem;
}

.career_blog .blog_item {
    width: 100%;
    padding: 0 1.25rem;
}

.career_blog .blog_item h3 {
    margin-top: 0;
    text-align: start;
}

.career_blog .arrow_slide {
    top: 30%;
}

.file_upload_wrap {
    display: flex;
    align-items: center;
    gap: 0.833rem;
    flex-wrap: wrap;
}

.file_upload_btn {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: .7s all;
    border: 1px solid white;
    width: fit-content !important;
    color: white;
    font-weight: unset;
    font-size: 0.833rem;
    line-height: 1;
    margin: 0;
}

.file_upload_btn:hover {
    background: white;
    color: black;
    transition: .7s all;
}

.file_upload_hint {
    font-size: 0.833rem;
    color: white;
}

.file_upload_name {
    font-size: 1.042rem;
    font-family: 'SVN-Zona Pro bold';
    color: #2e7d32;
    font-style: italic;
    margin: 0 auto;
}

.career_form_section {
    margin-top: 5.46875rem;
}

.contact_1 .row {
    justify-content: space-between;
}

.contact_1 .row:after {
    content: unset;
}

.contact_1 {
    padding-top: 7.8125rem !important;
}

.contact_1 h2 {
    line-height: 1.1;
    margin-bottom: 2.5rem;
}

.contact_1 p {
    margin-bottom: 0.833rem;
}

.contact_1 p a {
    color: #22372B;
    transition: .7s all;
}

.contact_1 p a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.contact_1 .col:first-child .stack {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
    gap: 0.885rem;
}

.contact_1 .col:first-child .stack:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 7.8125rem;
    height: 1px;
    background: #22372B33;
}

.contact_1 .col:first-child .stack:after {
    position: absolute;
    content: '';
    left: 0;
    top: -0.5%;
    background: #0E7B3F;
    height: 2px;
    width: 4.167rem;
}

.contact_1 .stack .img {
    width: 1.979rem !important;
    height: 1.979rem;
    transition: .7s all;
}

.contact_1 .stack .img:hover {
    transform: scale(1.1);
    transition: .7s all;
}

.file_upload_wrap input[type="file"] {
    display: none;
}

.page-template-contact .contact_form_wrap {
    background: #0E7B3F0D;
}

.page-template-contact .contact_form input,
.page-template-contact .contact_form textarea {
    border: 1px solid transparent;
    background: white;
    box-shadow: none;
    color: var(--main-cl) !important;
    transition: .7s all;
}

.page-template-contact .contact_form select {
    border: 1px solid transparent;
}

.page-template-contact .contact_form input:focus,
.page-template-contact .contact_form select:focus,
.page-template-contact .contact_form textarea:focus {
    border: 1px solid #0E7B3F33;
    color: var(--main-cl);
    box-shadow: none;
}

.page-template-contact .contact_form input::placeholder,
.page-template-contact .contact_form textarea::placeholder {
    color: #22372B80;
}

.page-template-contact select.select_wrap {
    background: white;
    color: #22372B80;
}

.page-template-contact .contact_form_wrap h2 {
    margin-bottom: 0.521rem;
}

.page-template-contact .map {
    margin-top: 3.646rem;
}

.page-template-contact footer {
    margin-top: 3.646rem;
}

.ajax-form-desc.text-center {
    display: none;
}

.NK-form label {
    display: none;
}

.NK-form-group.login-remember.d-flex.ai-center.jc-between {
    display: none;
}

.ajax-form-redirect.text-center {
    display: none;
}

section.account-login-page .ajax-form-wrapper {
    width: 28.646rem;
    margin-left: 5.104rem;
    margin-right: 3.125rem;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    background: #0E7B3F0D;
    border-radius: 30px;
    padding: 4.167rem 2.604rem 5.208rem;
}

.account-login-page .group_content h2 {
    color: var(--main-cl);
    margin-bottom: 1.667rem;
}

.account-login-page .group_content {
    margin-right: -1.042rem;
}

.account-login-page .ajax-form-title {
    font-size: 2.604rem;
    font-family: 'SVN-Zona Pro bold';
    font-weight: unset;
    margin-bottom: 2.448rem;
}

.account-login-page .NK-form .NK-input {
    padding: 1.042rem 0.78125rem;
    font-size: 0.833rem;
    color: var(--main-cl) !important;
    border: 1px solid transparent;
}

.account-login-page .NK-form .NK-input input::placeholder {
    color: #22372B80;
}

.account-login-page .NK-form button.submit-form-btn {
    position: absolute !important;
    transform: translate(-50%, 150%);
    width: fit-content;
    left: 50%;
    border-radius: 1000px;
    padding: 0.729rem 0.885rem 0.729rem 1.198rem;
    font-weight: unset;
    font-size: 0.833rem;
    font-family: 'SVN-Zona Pro 600';
    line-height: 1;
    min-height: unset !important;
}

.account-login-page .NK-form button.submit-form-btn {
    gap: 0.833rem;
}

.account-login-page .NK-form button.submit-form-btn .submit_svg {
    width: 1.40625rem;
    height: 1.40625rem;
}

.account-login-page .NK-form .NK-form-group.login-password {
    margin: 0;
}

.account-login-page .NK-form-group.form-submit {
    margin: 0 !important;
}

.account-login-page .submit_svg_item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .7s all;
}

.account-login-page .submit_svg_item.svg_2 {
    transform: translate(-100%, 100%);
    transition: .7s all;
}

.account-login-page .submit_svg {
    overflow: hidden;
}

.account-login-page .NK-form button.submit-form-btn:hover .svg_2 {
    transform: unset;
    transition: .7s all;
}

.account-login-page .NK-form button.submit-form-btn:hover .svg_1 {
    transform: translate(100%, -100%);
    transition: .7s all;
}

.account-login-page .NK-form button.submit-form-btn:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    transition: .7s all;
    border-radius: 1000px;
    background: linear-gradient(90deg, #0E7B3F 30.72%, #54AE40 100%);
}

.account-login-page .NK-form button.submit-form-btn:hover:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

.account-login-page .NK-form .NK-input:focus {
    border: 1px solid #0E7B3F33;
}

.page-template-register section.account-login-page .ajax-form-wrapper {
    width: 700px;
    margin: auto;
}

.has-dropdown .icon-angle-down {
    font-size: 1.25rem;
}

.menu-item.has-dropdown:hover .icon-angle-down {
    color: var(--main-cl);
    transition: .7s all;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    opacity: 0;
}

li.current-dropdown > .nav-dropdown {
    border-width: 1px;
    background: white;
    box-shadow: 1px 15px 15px rgba(0, 0, 0, .15);
    padding: .25rem;
}

ul.sub-menu li:not(:last-child) {
    border-bottom: 0 !important;
}

ul.sub-menu li.menu-item a {
    color: #22372B;
    transition: .7s all;
    padding: 0.5rem 0;
    font-size: 0.833rem;
}

ul.sub-menu li.menu-item.current-menu-item a {
    color: var(--main-cl);
}

.page-template-solution footer,
body.category footer {
    margin-top: 3.646rem;
}

.solution_loading {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: end;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    padding-bottom: 20rem;
}

.blog_loading,
.career_loading {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: end;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
    padding-bottom: 20rem;
}

.blog_loading.active,
.career_loading.active {
    opacity: 1;
    pointer-events: auto;
}

.solution_loading.active {
    opacity: 1;
    pointer-events: auto;
    align-items: flex-end;
    padding-bottom: 20rem;
}

.solution_loading.active.loading_2 {
    align-items: flex-start;
    padding-top: 20rem;
    padding-bottom: 0;
}

.solution_loading_icon,
.blog_loading_icon {
    animation: loadingFloat 1s ease-in-out infinite;
}

.career_content .m-content ul, .career_content .m-content ol {
    margin-bottom: 0;
}

@keyframes loadingFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.pagination_wrap .swiper-pagination,
.tech_list_mobile {
    display: none;
}

.profile_wrap img {
    position: relative !important;
}

.profile_wrap .img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A;
    background: #00000033;
    opacity: 0;
    transition: .7s all;
    pointer-events: none;

}

.profile_wrap .img:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjEyNSAyMC42MjVMMjQgMjguNUwzMS44NzUgMjAuNjI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yNCA3LjQ5NDE0VjI4LjQ5NDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQyIDI1LjVWMzlDNDIgMzkuMzk3OCA0MS44NDIgMzkuNzc5NCA0MS41NjA3IDQwLjA2MDdDNDEuMjc5NCA0MC4zNDIgNDAuODk3OCA0MC41IDQwLjUgNDAuNUg3LjVDNy4xMDIxOCA0MC41IDYuNzIwNjQgNDAuMzQyIDYuNDM5MzQgNDAuMDYwN0M2LjE1ODA0IDM5Ljc3OTQgNiAzOS4zOTc4IDYgMzlWMjUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: cover;
    background-position: center;
    width: 48px;
    height: 48px;
    z-index: 3;
    opacity: 0;
    transition: .7s all;
    pointer-events: none;
}

.profile_wrap .img:hover:before, .profile_wrap .img:hover:after {
    opacity: 1;
    transition: .7s all;
}

.tech_tab_item .link_wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.solution_item span.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.search {
    padding: 3rem 0;
}

.search h1 {
    color: var(--main-cl);
}

.search_no_results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.search_no_results .image {
    width: 20rem;
}

.search_no_results {
    padding: 3rem 0;
}

.search_no_results h2 {
    text-align: center;
}

.single-post footer#footer {
    margin-top: 5.208rem;
}

.header-account-item li.menu-item a {
    padding: .5rem !important;
}

.page-template-my-account .NK-form .NK-input {
    border: 1px solid var(--main-cl);
}

.solution_term_sec {
    padding: 3rem 0;
}

.NK-form.is-success .form-respond-output {
    font-size: .95rem;
}

.page-template-career footer#footer {
    margin-top: 3.646rem;
}

.contact_form .col:nth-child(2), .contact_form .col:nth-child(4) {
    padding-right: 6px;
}

.contact_form .col:nth-child(3), .contact_form .col:nth-child(5) {
    padding-left: 6px;
}

#wpadminbar svg {
    display: inline-flex;
}

#ez-toc-container {
    background: white;
    box-shadow: 0px 4px 30px 0px #5D5D5D1A !important;
    padding: 1.667rem;
    border-radius: 30px;
    border: none;
    margin-bottom: 1.667rem;
    position: relative;
}

.ez-toc-title-container {
    font-size: 1.302rem;
    font-family: 'SVN-Zona Pro bold';
    color: var(--main-cl);
    line-height: 1;
    padding-bottom: 0.833rem;
    border-bottom: 1px solid #0E7B3F33;
    margin-bottom: 0.833rem;
}

ul.ez-toc-list.ez-toc-list-level-1 {
    font-family: 'SVN-Zona Pro 600';
}

a.ez-toc-link.ez-toc-heading-1 {
    font-size: 0.9375rem !important;
    font-family: 'SVN-Zona Pro 600';
    text-align: justify;
}

li.ez-toc-page-1.ez-toc-heading-level-3 {
    line-height: 2 !important;
}

div#ez-toc-container ul li a {
    transition: .7s all;
    line-height: 2 !important;
}

div#ez-toc-container ul li a:hover {
    color: var(--main-cl);
    transition: .7s all;
}

span.ez-toc-js-icon-con {
    display: none !important;
}

li.ez-toc-heading-level-3 {
    font-size: 0.729rem !important;
}

#ez-toc-container {
    position: relative;
}

#ez-toc-container:before {
    position: absolute;
    content: '';
    left: 4%;
    top: 15%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iIzBFN0IzRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy43NSA2SDIwLjI1IiBzdHJva2U9IiMwRTdCM0YiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuNzUgMThIMjAuMjUiIHN0cm9rZT0iIzBFN0IzRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
}

.ez-toc-title-container {
    padding-left: 1.667rem;
}

.ez-toc-list > li > a {
    font-size: 0.9375rem !important;
}

.ez-toc-list > li > ul > li {
    font-size: 0.729rem !important;
}

.header-account-item ul.sub-menu.dropdown-menu {
    display: none;
}

li.menu-item {
    display: flex;
    gap: 0.625rem;
    align-items: center;
}

li.menu-item a {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

li.menu-item svg {
    width: 1.042rem;
    height: 1.042rem;
}

.header-nav li.current-dropdown > .nav-dropdown {
    top: 100%;
}


ul.sub-menu li.menu-item, ul.sub-menu li.menu-item a {
    border: none !important;
}

ul.sub-menu {
    border-radius: 10px;
}

.about_2 h2 {
    position: relative;
    z-index: 5;
}

.tech_slide_wrap {
    margin-top: 3.333rem;
}

.youtube_cta {
    margin-top: 8.28125rem;
}

.youtube_cta:before {
    position: absolute;
    content: '';
    inset: 0;
    margin: 0 auto;
    transform-origin: center center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    transition: .7s all;
    pointer-events: none;
    animation: pulse-border 2s linear infinite;
}

iframe#BBH-EMBED-IFRAME {
    bottom: 1.375rem !important;
    right: .75rem !important;
}

.contact_form_section p {
    color: white !important;
}

footer .col-inner {
    font-size: 0.729rem;
}

span.wpcf7-form-control-wrap.recaptcha {
    margin: 1rem auto 0;
}

@media (max-width: 1600px) and (min-width: 1300px) {
    html {
        font-size: 1.1vw !important;
    }

    .solution_term_content {
        max-width: 69.375rem;
    }

    ul.header-nav.header-nav-main.nav {
        gap: 3rem;
    }

    ul.header-nav.header-nav-main.nav.nav-right li:not(:last-child) {
        margin-right: 3rem;
    }


    ul.header-nav.header-nav-main.nav {
        gap: 3.5rem;
    }


    li.header-account-item.header-item {
        margin-right: 3.5rem !important;
    }

    div#logo {
        margin: 0 7.5rem 0 7rem;
    }

    .tech_title {
        font-size: 1.2rem;
    }

    .tech_tab_item {
        min-height: 8rem;
        padding: 1rem 1.6rem;
    }
}

@media (max-width: 1400px) and (min-width: 1300px) {
    header#header .stuck #logo img {
        max-height: 70px !important;
    }

    #logo img {
        max-height: 70px !important;
    }

    header#header .header-main {
        height: auto;
        padding: .5rem 0;
    }

    header#header .stuck .header-main {
        height: auto !important;
    }

}

@media (max-width: 1300px) and (min-width: 1200px) {
    div#logo {
        margin: 0 3rem;
    }


    ul.header-nav.header-nav-main.nav {
        gap: 1.5rem;
    }

    li.header-search.header-search-lightbox.has-icon {
        margin-right: 1rem !important;
    }

    ul.header-nav.header-nav-main.nav.nav-right li:not(:last-child) {
        margin-right: 1.5rem;
    }
}

@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1300px) {
    iframe#BBH-EMBED-IFRAME {
        right: .25rem !important;
        bottom: 1rem !important;
    }

    ul.fixed_button.desktop_display {
        bottom: 4.333rem;
    }
}

@media only screen and (max-width: 1199px) {
    :root {
        --container-w: 950px
    }

    .load_home_page svg {
        width: 320px;
    }

    .banner_hero {
        height: 27.385rem;
    }

    div#logo {
        margin: 0 2rem 0 3rem;
    }

    ul.header-nav.header-nav-main.nav {
        gap: 1.5rem;
    }

    ul.header-nav.header-nav-main.nav.nav-right li:not(:last-child) {
        margin-right: 1.5rem;
    }

    li.header-account-item.header-item {
        margin-right: 1.5rem !important;
    }

    header#header .stuck #logo img {
        max-height: 70px !important;
    }

    li.header-search.header-search-lightbox.has-icon {
        margin-right: 1rem !important;
    }

    li.header-account-item.header-item span {
        font-size: .8rem;
    }

    .nav li.menu-item a {
        font-size: .8rem;
    }

    #logo img {
        max-height: 70px !important;
    }

    .header-main {
        height: auto !important;
        padding: .25rem 0;
    }

    header#header .stuck .header-main {
        height: auto !important;
    }

    .content_detail {
        padding: 1rem 2rem 2.4rem;
    }

    .number .counter, .number .counter_opacity {
        font-size: 3.5rem;
    }

    .home_5 {
        height: 45rem;
    }

    .svg_logo_wrap {
        left: 12rem;
        width: 18rem;
        height: 16rem;
        top: 6rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h1 {
        font-size: 2.6rem;
    }

    .home_gif_item {
        padding: 1.5rem 2rem 1.5rem;
        gap: 1rem;
    }

    .home_gif_item .title {
        font-size: 1rem;
    }

    .home_gif_item .title {
        font-size: 1rem;
    }

    .contact_form_wrap {
        padding: 3.5rem 1rem 3rem;
    }

    button.cta_button {
        transform: translate(-50%, 1.5rem);
    }

    .footer_1 .img-inner {
        width: 10rem;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --container-w: 720px
    }

    html {
        font-size: 1.6vw;
    }

    .load_home_page svg {
        width: 320px;
    }

    .search-tabs .search-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header-main {
        padding: .5rem 0;
    }

    [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: 82.27px !important;
        position: fixed !important;
    }

    .mfp-content {
        top: 82.27px !important;
        box-shadow: none !important;
    }

    .off-canvas .sidebar-menu {
        padding-top: 0;
    }

    .m-content {
        font-size: 1.3rem;
    }

    .language_cta {
        width: .7rem;
        height: .7rem;
    }

    .social_list {
        gap: .5rem;
    }

    .footer_bottom p {
        font-size: .8rem;
    }

    footer p {
        font-size: .9rem;
    }

    footer span.ux-menu-link__text {
        font-size: .9rem;
    }

    .footer_title p {
        font-size: 1rem !important;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none !important;
        background-color: white;
    }

    .nav li.menu-item a {
        font-size: 1.1rem;
        color: var(--text-cl);
        font-family: 'SVN-Zona Pro 600';
    }

    li.menu-item {
        border: none !important;
    }

    .banner_hero {
        height: 27.385rem;
    }

    li.header-account-item.header-item a {
        padding: 0;
        display: flex;
    }

    li.header-account-item.header-item svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    header#header .header-search .icon-search:before {
        width: 1.5rem;
        height: 1.5rem;
    }

    li.header-search.header-search-lightbox.has-icon a {
        display: flex;
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    li.header-search.header-search-lightbox.has-icon {
        margin-right: 1.5rem !important;
    }

    ul.fixed_button.desktop_display {
        bottom: 0.333rem;
    }

    .header-wrapper {
        padding: 0;
    }

    .home_background_content .content_title {
        font-size: 1rem;
    }

    .home_image_content .content {
        padding: 0 1rem;
    }

    .header-inner.flex-row.container {
        padding: 0 40px;
    }

    .about_vision {
        gap: 5rem;
    }

    .about_vision_item {
        width: calc(100% / 2 - (5rem * 1 / 2));
    }

    .about_3 .svg_logo_wrap_3 {
        width: 15.042rem;
    }

    .about_3 .row .col .col-inner {
        padding-right: 15px;
        padding-left: 1rem;
        margin-left: 2.5rem;
    }

    .about_3 .row {
        top: 0;
    }

    .career_item {
        gap: 2rem;
    }

    .cta_button {
        font-size: 1rem;
    }

    .ajax_cta span.cta_button_svg_wrap {
        width: 1.7rem;
        height: 1.7rem;
    }

    p {
        font-size: 1.05rem;
    }

    .career_option .option_content {
        font-size: 1rem;
    }

    .career_option .option_content p {
        font-size: .95rem;
    }

    .breadcrumbs_wrap {
        margin: 2rem 0 0.7rem;
    }

    .career_detail_1 .m-content, .career_detail_1 .content {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .detail_wrap .item {
        padding: .5rem 1rem;
    }

    .detail_wrap .svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .career_content .m-content ul, .career_content .m-content ol {
        padding-left: 1.5rem;
    }

    .career_detail_1 .col.large-8.medium-8.small-12 {
        padding-right: 30px;
    }

    .career_detail_2 {
        padding-top: 2rem
    }

    .blog_item .thumb {
        border-radius: 15px;
    }

    .career_blog .arrow_slide.next, .solution_more_wrap .arrow_slide.next, .tech_more_wrap .arrow_slide.next {
        right: -3%;
    }

    .career_blog .arrow_slide.prev, .solution_more_wrap .arrow_slide.prev, .tech_more_wrap .arrow_slide.prev {
        left: -3%;
    }

    .career_blog .arrow_slide {
        width: 2.5rem;
        height: 2.5rem;
    }

    .blog_item .term {
        font-size: 1rem;
    }

    .blog_item .left .month {
        font-size: 1rem;
    }

    .career_blog .content, .solution_more_wrap .content, .tech_more_wrap .content {
        font-size: 1rem;
    }

    .career_related_wrap .m-content, .career_related_wrap .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .career_related_detail .svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    footer .ux-menu.stack {
        gap: 1rem;
    }

    .single_content h3 {
        font-size: 1.2rem;
    }

    .solution_item span.thumb {
        max-width: 20rem;
    }
}

@media only screen and (max-width: 767px) {

    html {
        font-size: 3vw;
    }

    .header-inner.flex-row.container {
        padding: 0 15px;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        top: 71.23px !important;
        position: fixed !important;
    }

    .mfp-content {
        top: 71.23px !important;
        box-shadow: none !important;
    }

    .nav li.menu-item a {
        font-size: 1.4rem;
    }

    .content-wrap.the_content p {
        font-size: 1.35rem;
    }

    .desktop_display {
        display: none;
    }

    .mobile_display {
        display: block
    }

    .home_2 .home_image_content_item {
        max-width: 100%;
    }

    .mobile_flex {
        display: flex;
    }

    .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;
    }

    li.header-account-item.header-item {
        margin-right: 1rem !important;
    }

    li.header-search.header-search-lightbox.has-icon {
        margin-right: 1rem !important;
    }

    #logo img {
        max-height: 60px !important;
    }

    div#logo {
        margin: 0 2rem;
    }

    header#header .stuck #logo img {
        max-height: 60px !important;
    }

    li.header-account-item.header-item svg {
        width: 1.7rem;
        height: 1.7rem;
    }

    header#header .header-search .icon-search:before {
        width: 1.7rem;
        height: 1.7rem;
    }

    .m-content {
        font-size: 1.3rem;
    }

    .language_cta {
        width: .8rem;
        height: .8rem;
    }

    .banner_hero:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #0000004D;
    }

    .cta_button {
        font-size: 1.1rem;
        padding: 1rem 1.2rem;

    }

    span.cta_button_svg_wrap {
        width: 1.7rem;
        height: 1.7rem;
    }

    h1 {
        font-size: 2.8rem;
    }

    .banner_hero p {
        font-size: 1.2rem;
    }

    .home_2 .row .col:first-child {
        margin-top: 0;
    }

    .home_2 {
        padding: 1.5rem 0 0 !important;
    }

    .home_3 {
        padding: 1.5rem 0 0 !important;
    }

    p {
        font-size: 1.2rem;
    }

    .home_image_content_list.flex.items-start {
        flex-wrap: wrap;
    }

    .home_2 .home_image_content_item {
        width: 100%;
        transform: unset !important;
    }

    .home_image_content_item .image_wrap {
        height: 20rem;
        border-radius: 15px;
    }

    .home_image_content .content {
        top: 2rem;
        padding: 0 2rem;
    }

    .content {
        font-size: 1.2rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    .home_number_list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        row-gap: 2rem;
    }

    .number .counter, .number .counter_opacity {
        font-size: 3rem;
    }

    .home_number_list .unit {
        font-size: 1.25rem;
    }

    .number_content {
        font-size: 1.3rem;
    }

    .home_4 {
        padding: 3rem 0 5rem !important;
    }

    .home_4 .section-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .number_wrap {
        gap: .5rem;
    }

    .home_image_content_item .content {
        opacity: 1;
        scale: 1;
    }

    .image_wrap:before {
        height: 100%;
    }

    .home_5 {
        height: 22rem;
        margin-top: -3rem;
    }

    .svg_logo_wrap {
        left: 6rem;
        width: 9rem;
        height: auto;
        top: 2rem;
    }

    .home_6 h2 {
        font-size: 1.6rem;
    }

    .home_6 {
        padding: 3rem 0 2.5rem !important;
    }

    .home_gif_item {
        width: 100%;
        border-radius: 10px;
        padding: 2rem;
    }

    .home_gif_item .title {
        font-size: 1.3rem;
    }

    .contact_form_section,
    .career_form_section {
        height: 60rem;
    }

    .contact_form input, .contact_form textarea {
        font-size: 18px;
        padding: 2rem .5rem;
    }

    .contact_form input::placeholder, .contact_form textarea::placeholder {
        font-size: 1.1rem;
    }

    select.select_wrap {
        height: 45px;
        font-size: 1.1rem;
        padding: .5rem;
    }

    .contact_form textarea {
        padding: 1.5rem .5rem;
    }

    .contact_form .row .col {
        padding-bottom: 1.5rem;
    }

    .wpcf7 .wpcf7-not-valid-tip {
        font-size: 1.1rem;
        margin-top: -5px;
    }

    .wpcf7 form.invalid .wpcf7-response-output {
        font-size: 1.1rem;
        text-align: start;
    }

    .footer_1 .img-inner {
        width: 12rem;
        height: auto;
    }

    .footer_title p {
        font-size: 1.3rem !important;
    }

    footer p {
        font-size: 1.2rem;
    }

    footer .footer_title:before {
        width: 8rem !important;
    }

    .footer_title:after {
        bottom: -1%;
        width: 4rem !important;
    }

    footer span.ux-menu-link__text {
        font-size: 1.2rem;
    }

    footer .ux-menu.stack {
        gap: 1.25rem;
    }

    .footer_title {
        margin-bottom: 1.5rem;
    }

    .social_list {
        gap: 1rem;
    }

    .footer_4 {
        padding: 0 15px 30px;
    }

    .social_list {
        justify-content: start;
    }

    a.social_item {
        width: 3rem;
        height: 3rem;
    }

    .bottom_content {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: .5rem;
    }

    .footer_bottom p {
        font-size: 1rem;
    }

    .footer_list_page a {
        font-size: 1.1rem;
    }

    .footer_list_page {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 1rem;
        row-gap: .5rem;
        text-align: center;
    }

    ul.button_cta.mobile_display {
        display: block;
        position: fixed;
        bottom: 4rem;
        right: .5rem;
        transform: translateY(-50%);
        list-style: none;
        margin: 0;
        z-index: 99;
    }

    ul.fixed_button > li > a {
        width: 4rem;
        height: 4rem;
    }

    li.button_cta_open {
        width: 4rem;
        height: 4rem;
        background: var(--main-cl);
        position: relative;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-bottom: 0;
    }

    li.list_cta_button:last-child {
        margin: 0;
    }

    span.button_cta_fixed_menu {
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        opacity: 1;
        transition: .7s all;
        position: relative;
        /*animation: shake 2.5s ease-in-out infinite;*/
    }

    ul li .button_cta_fixed_menu_closed {
        width: 2rem;
        height: 2rem;
        display: block;
        opacity: 0;
        position: absolute;
        transition: .7s all;
    }

    ul li .button_cta_fixed_menu_closed svg,
    ul li .button_cta_fixed_menu svg {
        animation: shake 2.5s ease-in-out infinite;

    }

    ul.button_cta.active .button_cta_fixed_menu_closed {
        opacity: 1;
        transition: .7s all;
        transform: rotate(360deg);

    }

    ul.button_cta.active .button_cta_fixed_menu {
        opacity: 0;
        transition: .7s all;
        transform: rotate(480deg);
    }

    ul.fixed_button {
        list-style: none;
        transform: translateY(-30%) scale(0);
        transition: .7s all;
    }

    ul.button_cta.active .fixed_button {
        transform: translateY(-108%) scale(1);
        transition: .7s all;
    }

    ul.fixed_button {
        margin: 0;
    }

    .button_cta li:first-child {
        margin: 0;
    }

    footer .footer_bottom {
        padding: 1rem 1.5rem !important;
    }

    option {
        font-size: 1.2rem;
    }

    .home_background_content_mobile {
        position: relative !important;
        z-index: 10;
        height: auto;
        /*background: var(--main-cl);*/
        color: white;
        display: flex;
        flex-direction: column;
        row-gap: 0;
        align-items: stretch;
    }

    .home_background_content_mobile_item {
        width: 100%;
        height: auto;
        border-bottom: 0.5px solid rgb(255 255 255 / 19%);
        cursor: pointer;
        justify-content: flex-start;
        display: flex;
        flex-direction: column;
        row-gap: 0.99rem;
        align-items: start;
        position: relative;
    }

    .home_background_content_mobile .home_background_content_mobile_item_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem;
        gap: 0.75rem;
        width: 100%;
        background: var(--main-cl);
    }

    .home_background_content_mobile .home_background_content_mobile_item_header_text {
        flex: 1;
        display: flex;
        flex-direction: column;
        row-gap: .5rem;
    }

    .home_background_content_mobile_expand_inner {
        background: white;
    }

    .home_background_content_mobile .home_background_content_mobile_arrow {
        flex-shrink: 0;
        color: white;
        transition: transform 0.3s ease;
        width: 1.7rem;
        height: 1.7rem;
    }

    .home_background_content_mobile .home_background_content_mobile_item.active .home_background_content_mobile_arrow {
        transform: rotate(180deg);
    }

    .home_background_content_mobile .home_background_content_mobile_item.active .home_background_content_mobile_expand {
        grid-template-rows: 1fr;
    }

    .home_background_content_mobile .home_background_content_mobile_expand {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.35s ease;
    }

    .home_background_content_mobile .home_background_content_mobile_bg_item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .home_background_content_mobile .home_background_content_mobile_bg_item {
        position: static;
        width: 100%;
        height: auto;
        opacity: 1;
    }

    .home_background_content {
        height: auto;
        border-radius: 0;
    }

    .home_background_content_mobile_expand_inner {
        overflow: hidden;
    }

    .home_background_content_mobile_item_content {
        position: static !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 0.875rem 1.25rem 1.25rem;
        animation: none;
        background: white;
        color: black !important;
    }

    .home_background_content_mobile_item_preview {
        font-size: 1.1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .home_background_content_mobile_item.active .home_background_content_mobile_item_preview {
        display: none;
    }

    .home_background_content .content_icon {
        transform: unset;
    }

    .home_background_content_mobile_item_title {
        font-size: 1.3rem;
        font-family: 'SVN-Zona Pro 600';
    }

    .home_background_content .content {
        font-family: 'SVN-Zona Pro';
        padding: 2rem 0;
        line-height: 1.45;
    }

    .header-wrapper {
        padding: 0;
    }

    .home_number_wrap .number_wrap {
        width: calc(100% / 2 - (1.5rem * 1 / 2)) !important;
    }

    footer .footer_bottom {
        padding-top: 0 !important;
        margin-top: 0;
    }

    .footer_bottom .col {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumbs ol a,
    .breadcrumbs ol span {
        font-size: 1.2rem;
    }

    .about_2 {
        padding-top: 3rem !important;
    }

    .svg_logo_wrap_2 .clip-path-to-right path {
        clip-path: inset(0 0 0 0);
    }

    /*.about_2 .col:first-child .col-inner {*/
    /*    padding-top: 0;*/
    /*    padding-bottom: 10rem;*/
    /*}*/
    .svg_logo_wrap_2 {
        clip-path: inset(0 0 0 0);
    }

    .about_2_list {
        flex-wrap: wrap;
        height: auto;
    }

    .about_2_item,
    .about_2_item:hover {
        width: 100%;
        height: auto;
        max-width: unset;
        box-shadow: 0px 8px 40px 0px #5D5D5D30;
    }

    .about_2_item .image {
        opacity: 1;
        max-height: unset !important;
        aspect-ratio: unset;
        width: 100%;
        height: 20rem;
        transition: .7s all;
    }

    p {
        line-height: 1.7;
    }

    .about_2_item .index,
    .about_2_item:hover .index {
        opacity: 1;
        max-height: unset;
        margin: 1.5rem 0;
        font-size: 3.5rem;
    }

    .about_2_wrap {
        margin-top: 0;
    }

    .about_2_item .icon, .about_2_item:hover .icon {
        opacity: 1;
        max-height: unset;
        width: 5rem;
        height: auto;
        margin-bottom: 0.833rem;
    }

    .about_2_item .title {
        font-size: 1.5rem;
        margin-top: .5rem;
    }

    .about_2_item:hover .content, .about_2_item .content {
        opacity: 1;
        margin-top: 0;
    }

    .about_2_item:hover .image {
        margin-bottom: 0;
    }

    .about_2_item .content {
        margin-top: 1rem !important;
        line-height: 1.8;
    }

    .about_3 .row {
        position: relative;
        inset: unset;
        transform: unset;
    }

    .about_3 .row .col .col-inner {
        padding-left: 1rem;
        margin-left: 0;
        padding-right: 0;
    }

    .about_3 .svg_logo_wrap_3 {
        width: 6rem;
        top: 8%;
        left: 28%;
    }

    .about_vision_item {
        width: 100%;
        height: auto;
        padding-bottom: 1.25rem;
    }

    .about_vision {
        gap: 3rem;
    }

    .about_vision_item .img {
        width: 100% !important;
        position: relative;
        height: auto;
        transform: unset;
        border-radius: 15px;
    }

    .about_vision_item h3 {
        font-size: 1.7rem;
    }

    .about_5 {
        padding-top: 2rem !important;
    }

    .about_4 {
        padding-top: 2rem !important;
    }

    .about_core_item {
        width: 100%;
    }

    .about_core_item .img {
        width: 4.5rem !important;
        height: 4.5rem;
    }

    .about_6 {
        padding-top: 2rem !important;
    }

    .certi_item {
        height: 25rem;
    }

    .pagination_wrap .swiper-pagination {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        margin-top: 2rem;
    }

    .pagination_wrap {
        margin-top: 3rem;
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

    .pagination_wrap .arrow_slide {
        position: relative;
        inset: unset;
        transform: unset;
        width: 3.5rem;
        height: 3.5rem;
        padding: 1rem;
        flex: 0 0 auto;
        transition: .7s all;
    }

    .pagination_wrap .prev {
        left: unset;
    }

    .pagination_wrap .next {
        right: unset;
    }

    .pagination_wrap .swiper-pagination-bullet {
        background: var(--main-cl);
        width: 10px;
        height: 10px;
    }

    .about_7 {
        padding-top: 2rem !important;
    }

    .about_7 .large-9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fac_item {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .fac {
        margin-top: 2rem;
    }

    .about_7 .img {
        width: 100% !important;
    }

    .fac h3 {
        font-size: 1.7rem;
    }

    .fac li, .fac p {
        font-size: 1.2rem;
        line-height: 1.7;
    }

    .about_8 {
        margin-top: 2rem !important;
        border-top-left-radius: 30px;
        padding-bottom: 3rem !important;
        border-top-right-radius: 30px;
    }

    ul.sub-menu li.menu-item a {
        font-size: 1.2rem;
    }

    ul.sub-menu li.menu-item a {
        font-size: 1.2rem;
        padding: .75rem 0;
    }

    .nav:not(.nav-slide) .active > .children {
        padding-bottom: 15px;
    }

    .about_core {
        margin-top: 2rem;
        gap: 1.5rem;
    }

    .profile_wrap {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .profile_2 {
        padding: 3rem 0 1rem !important;
    }

    .profile_wrap .img {
        width: 100% !important;
        height: auto;
    }

    .career_1 {
        padding: 3rem 0 0 !important;
    }

    .career_wrap {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .career_wrap .stack {
        width: 100%;
    }

    .career_wrap .stack .text {
        margin-top: 1.5rem !important;
    }

    .career_wrap .stack strong {
        font-size: 1.7rem;
    }

    .career_3 {
        padding-top: 1rem !important;
    }

    .career_3 .col:first-child .col-inner {
        padding-right: 0;
    }

    .career_3 .col:first-child p {
        max-width: 100%;
    }

    .career_3 .col:nth-child(2) .col-inner p {
        margin-left: 0 !important;
    }

    .career_3 .col:nth-child(2) {
        padding-left: 15px;
    }

    .video_wrap {
        margin-top: 0;
        border-radius: 15px;
    }

    .career_4 {
        padding-top: 2rem !important;
    }

    .career_4 .col:first-child p {
        max-width: 100%;
    }

    .career_4 strong {
        font-size: 1.7rem;
    }

    .career_4 .stack-row {
        gap: 1.25rem;
    }

    .career_5 {
        padding-top: 2rem !important;
    }

    .career_item {
        width: 100%;
    }

    .career_item h3 {
        font-size: 1.7rem;
    }

    .career_item .svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .career_item .cta_button {
        width: 3rem;
        height: 3rem;
    }

    .career_item span.cta_button_svg_wrap {
        width: 1.7rem;
        height: 1.7rem;
    }

    .career_detail_1 .col.large-8.medium-8.small-12 {
        padding-right: 15px;
    }

    .career_detail_1 .m-content, .career_detail_1 .content {
        line-height: 1.7;
    }

    .detail_wrap .svg {
        width: 1.7rem;
        height: 1.7rem;
    }

    .career_detail_1 .deadline, .career_detail_1 .address {
        align-items: start;
    }

    .career_detail_1 .detail_wrap .heading .svg {
        margin-top: .3rem;
    }

    .detail_wrap .item {
        padding: .5rem .75rem;
    }

    .career_content .item .title {
        font-size: 1.7rem;
    }

    .career_content .m-content ul, .career_content .m-content ol {
        margin-bottom: 0;
    }

    .career_option .title {
        font-size: 1.7rem;
    }

    .career_option .option_content p {
        font-size: 1.2rem;
    }

    .career_related > .title {
        font-size: 1.7rem;
    }

    .career_related_wrap .title {
        font-size: 1.5rem;
    }

    .blog_item .term {
        font-size: 1.2rem;
    }

    .blog_item .left .month {
        font-size: 1.2rem;
    }

    .career_blog .content, .solution_more_wrap .content, .tech_more_wrap .content {
        font-size: 1.2rem;
    }

    .career_detail_2 .pagination_wrap {
        padding: 0 22px;
    }

    .career_form_section {
        margin-top: 2rem;
    }

    .career_form input::placeholder,
    .career_form textarea::placeholder,
    .contact_form input::placeholder,
    .contact_form textarea::placeholder {
        font-size: 1.1rem;
    }

    .career_form select.select_wrap {
        font-size: 1.1rem;
    }

    .career_form input,
    .career_form textarea,
    .contact_form input,
    .contact_form textarea {
        font-size: 18px;
    }

    .career_1 .col:first-child {
        padding: 0 15px 30px;
    }

    .video_wrap .video-button-wrapper a:after {
        width: 1.75rem;
        height: 2rem;
    }

    .file_upload_wrap {
        justify-content: center;
        text-align: center;
    }

    .file_upload_btn {
        font-size: 1.2rem;
        padding: .9rem 1.5rem;
    }

    .file_upload_hint {
        text-align: center;
        width: 100%;
        font-size: .95rem;
    }

    .career_form .button_form span.cta_button_content {
        white-space: nowrap;
        font-size: 1.2rem;
    }

    .career_form input {
        height: 45px;
    }

    .tech_2 {
        padding: 3rem 0 0 !important;
    }

    .tech_number_wrap {
        column-gap: 1.5rem;
        row-gap: 1.5rem;
    }

    .tech_number_wrap .number_wrap {
        width: calc(100% / 2 - (1.5rem * 1 / 2));
    }

    .tech_number_wrap .number .counter_opacity, .tech_number_wrap .number .counter {
        font-size: 2.75rem;
    }

    .tech_number_wrap .unit {
        font-size: 1.3rem;
    }

    .tech_number_wrap .number_heading {
        gap: .25rem;
    }

    .tech_4 {
        padding-top: 1rem !important;
    }

    .tech_list_mobile {
        display: flex;
    }

    .tech_5 {
        display: none;
    }

    .tech_item .link_wrap {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .tech_item .thumb {
        aspect-ratio: 1920 / 936;
        border-radius: 15px;
        overflow: hidden;
    }

    .tech_list_mb {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
    }

    .tech_item .group_content {
        display: flex;
        flex-direction: column;
        row-gap: .5rem;
        margin-top: 1rem;
    }


    .tech_item .group_content h3 {
        font-size: 1.5rem;
        color: var(--main-cl);
        font-family: 'SVN-Zona Pro bold';
    }

    .tech_item .group_content .content {
        color: black;
    }

    .tech_item .group_content a.cta_button {
        margin: 0;
        padding: .75rem 1rem;
    }

    .breadcrumbs_wrap .breadcrumbs ol {
        padding-bottom: .5rem;
    }

    .breadcrumbs_wrap .breadcrumbs ol::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .breadcrumbs_wrap .breadcrumbs ol::-webkit-scrollbar {
        height: 0.2rem;
        background-color: #cedbff;
    }

    .breadcrumbs_wrap .breadcrumbs ol::-webkit-scrollbar-thumb {
        background-color: var(--main-cl);
    }

    .tech_detail_1 .thumb_wrap {
        max-height: unset;
        aspect-ratio: 1920 / 936;
        border-radius: 10px;
    }

    .tech_detail_1 .group_content {
        max-width: 100%;
    }

    .tech_detail_img_content {
        padding-top: 1rem !important;
    }

    .image_wrap_2 .img img {
        transform: unset !important;
    }

    .image_wrap_2 .img:hover img {
        transform: unset;
    }

    .tech_detail_img_content .row:nth-child(2n+ 1) .image_wrap_2 .img:first-child {
        transform: unset;
    }

    .image_wrap_2 {
        gap: 1rem;
    }

    .tech_detail_img_content .row:not(:first-child) {
        margin-top: 1rem;
    }

    .image_wrap_2 .img {
        border-radius: 15px;
    }

    .tech_detail_img_content .row:nth-child(2n+ 2) .image_wrap_2 .img:not(:first-child) {
        transform: unset;
    }

    .tech_detail_2 {
        padding-top: 2rem !important;
    }

    .tech_detail_2 .row .col-inner {
        padding: 1rem 2rem;
    }

    .tech_detail_list {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .tech_detail_list .item {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #0E7B3F33;
    }

    .tech_detail_list strong {
        font-size: 1.7rem;
    }

    .tech_detail_list .text {
        margin-top: 1.2rem !important;
    }


    .tech_detail_list .item:last-of-type {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .faq_wrap.tech_detail_3 {
        padding-top: 1rem !important;
    }

    .faq_wrap .col:first-child p {
        max-width: 100%;
        line-height: 1.7;
    }

    .tech_detail_3 .col .col-inner {
        padding: 0 !important;
    }

    a.plain span {
        max-width: 27rem !important;
    }

    .tech_detail_4 {
        padding-top: 2rem !important;
    }

    .tech_more_wrap .pagination_wrap {
        padding: 0 22px;
        margin-top: 1rem;
    }

    .tech_more_wrap h3 {
        font-size: 1.5rem;
    }

    .single-tech footer#footer {
        margin-top: 2rem;
    }

    footer p {
        line-height: 1.7;
    }

    .solution_2 {
        padding-top: 2rem !important;
    }

    .solution_item {
        flex-wrap: wrap;
    }

    .solution_item .cta_button {
        opacity: 1;
    }

    .solution_item .title {
        margin-top: 0;
        width: 100%;
        font-size: 1.5rem;
    }

    .solution_item .excerpt {
        width: 100%;
        font-size: 1.2rem;
        margin: 1rem 0;
    }

    .solution_item span.thumb {
        border-radius: 15px;
    }

    .page-template-solution footer, body.category footer {
        margin-top: 1rem;
    }

    .list_tax_mobile {
        display: block !important;
        border: 1px solid var(--main-cl);
        color: var(--main-cl);
        margin-right: auto;
        border-radius: 15px;
        font-family: 'SVN-Zona Pro 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;
    }

    li.product_term_item.active, li.product_term_item:hover {
        color: var(--main-cl);
        transition: .7s all;
    }

    li.product_term_item {
        border-bottom: 1px solid #d4d4d4;
    }

    .list_tax_mobile.active {
        background: var(--main-cl);
        color: white !important;
    }

    .product_term_mobile_title {
        padding: 1rem !important;
        position: relative;
        font-size: 1.5rem;
    }

    .product_term_mobile_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%);
    }

    .desktop_display {
        display: none;
    }

    .about_2_image_mobile,
    .process_3_image_mobile {
        display: block;
        border-radius: 20px;
        overflow: hidden;
    }

    .blog_category_mobile.active {
        background: var(--main-cl);
        color: white !important;
    }

    .list_tax_mobile.active .list_tax_cat {
        opacity: 1 !important;
        z-index: 10;
    }

    ul.list_tax_cat {
        background: white;
        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);
    }

    ul.list_tax_cat {
        display: none;
        z-index: 3;
    }

    li.list_tax_item {
        transition: .7s all;
        /*border: 1px solid var(--main-cl);*/
        text-align: start;
        width: 100%;
        border-radius: 0;
        padding: 0 !important;
        cursor: pointer;
        margin: 0;
    }

    ul.list_tax_cat li {
        color: rgba(1, 32, 51, 1);
        transition: .5s all;
        display: block;
        padding: 1rem !important;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .list_tax_mobile.active .product_term_mobile_title:before {
        filter: brightness(0) invert(1);
        transform: translateY(-50%) rotateX(180deg);
        transition: .7s all;
    }

    li.solution_term_item:before {
        content: unset;
    }

    li.solution_term_item {
        border: none;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 0 !important;
        margin: 0;
        font-size: 1.2rem !important;
    }

    li.solution_term_item:hover,
    li.solution_term_item.active {
        color: var(--main-cl);
        border-bottom: 1px solid #e2e2e2 !important;
    }

    .solution_list {
        margin-top: 0;
    }

    .solution_detail_1 .col > .col-inner {
        padding: 0 !important;
    }

    .solution_list_1 {
        gap: 1.5rem;
        margin-top: 1rem;
    }

    .solution_list_1 .item {
        width: 100%;
    }

    .solution_detail_2 {
        margin-top: 0 !important;
        height: auto;
    }

    .solution_number_container {
        position: relative !important;
        transform: unset;
        inset: 0;
        margin-bottom: 1.5rem;
        padding: 0 15px;
    }

    .solution_detail_2 .section-bg.fill {
        height: 20rem;
        position: relative;
    }

    .solution_detail_2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .solution_detail_2 .section-bg.fill:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 34.86%, rgba(0, 0, 0, 0) 50%);
        z-index: 1;
    }

    .solution_detail_2:before {
        content: unset;
    }

    .solution_number_wrap .number_heading.t-w {
        color: var(--main-cl) !important;
    }

    .solution_number_wrap .number_content {
        color: black;
    }

    .solution_number_wrap .number_wrap {
        width: calc(100% / 2 - (1.5rem * 1 / 2));
    }

    .faq_wrap {
        padding-top: 2rem !important;
    }

    .faq_wrap .col > .col-inner {
        padding: 0 !important;
    }

    .solution_detail_4 {
        padding-top: 2rem !important;
    }

    a.career_blog .thumb, .solution_more_wrap .thumb, .tech_more_wrap .thumb {
        border-radius: 15px;
    }

    .solution_more_wrap .pagination_wrap {
        margin-top: 1rem;
        padding: 0 22px;
    }

    .single-solution footer#footer {
        margin-top: 2rem;
    }

    .career_blog h3, .solution_more_wrap h3, .tech_more_wrap h3 {
        font-size: 1.5rem;
    }

    .solution_number_wrap {
        gap: 1.5rem;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .blog_feature {
        flex-wrap: wrap;
        gap: 1.5rem;
        height: auto;
    }

    .blog_feature .thumb_wrap {
        width: 100%;
        border-radius: 15px;
    }

    .blog_2 {
        padding-top: 1rem;
    }

    .blog_feature .excerpt {
        -webkit-line-clamp: 4;
    }

    .blog_1 {
        padding-top: 3rem;
    }

    .blog_list {
        gap: 2rem;
        margin-top: 0;
    }

    .blog_item {
        width: 100%;
    }

    .blog_item .right {
        row-gap: .6rem;
    }

    .blog_item h3 {
        font-size: 1.5rem;
    }

    .blog_item .date_wrap {
        top: 0;
        left: 1.5%;
        background: #0E7B3F;
        box-shadow: 0px 4px 30px 0px #5D5D5D1A;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        color: white;
        padding: 0.625rem;
    }

    .blog_item .date_wrap .day {
        font-size: 2rem;
        line-height: 1;
    }

    .blog_item .left {
        display: none;
    }

    .blog_item .right {
        padding-left: 0;
        border-left: 0;
    }

    .blog_heading {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .blog_heading .item:not(:last-child) {
        padding-right: 0;
        border-right: 0;
    }

    .blog_heading .item:not(:last-child):before {
        content: unset;
    }

    .blog_heading .svg {
        width: 1.7rem;
    }

    .blog_heading {
        font-size: 1.3rem;
        gap: 1rem;
    }

    .blog_avatar {
        border-radius: 15px;
    }

    .single_content img {
        border-radius: 15px;
    }

    .single_content h3 {
        font-size: 1.5rem;
    }

    .blog_bottom {
        flex-direction: column;
        gap: 1rem;
        align-items: start;
    }

    .blog_related {
        margin-left: 0;
    }

    .blog_related > .title {
        font-size: 1.7rem;
    }

    .related_item .month {
        font-size: 1.1rem;
    }

    .related_item .term {
        font-size: 1.2rem;
    }

    .related_item .right .title {
        font-size: 1.5rem;
    }

    .blog_heading .item {
        opacity: 1;
    }

    .breadcrumbs ol li:not(:last-child):before {
        height: 1.25rem;
    }

    .single-post h1 {
        text-align: center;
    }

    .contact_1 {
        padding-top: 3rem !important;
    }

    .contact_1 .stack .img {
        width: 3rem !important;
        height: 3rem;
    }

    .career_form input,
    .career_form textarea,
    .contact_form input,
    .contact_form textarea {
        font-size: 18px;
    }

    .contact_form input::placeholder,
    .career_form textarea::placeholder,
    .contact_form input::placeholder,
    .contact_form textarea::placeholder,
    .contact_form select.select_wrap {
        font-size: 1.2rem;
    }

    .page-template-contact footer {
        margin-top: 2rem;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
        padding-left: 17px;
    }

    .about_core_item .text span, .about_core_item .text strong {
        font-size: 1.7rem;
    }

    .certi_item img {
        object-fit: contain;
        width: 100%;
    }

    .certi_svg {
        width: 61%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .profile_wrap .img:before, .profile_wrap .img:after {
        opacity: 1;
    }

    .career_loading_icon,
    .solution_loading_icon {
        width: 15rem;
    }

    a.share_item {
        height: 3.2rem;
        display: flex;
    }

    .solution_item span.thumb {
        max-width: unset;
    }

    .search_no_results .image {
        width: 15rem;
    }

    .search_no_results {
        padding: 3rem 15px;
    }

    .page-template-career footer#footer {
        margin-top: 1.5rem;
    }

    .search h1 {
        margin: .5rem 0 2rem;
    }

    #ez-toc-container .ez-toc-list > li > a {
        font-size: 1.1rem !important;
    }

    .ez-toc-list > li > ul > li {
        font-size: 1rem !important;
    }

    #ez-toc-container:before {
        width: 1.75rem;
        height: 1.75rem;
        top: 11%;
    }

    #ez-toc-container {
        border-radius: 15px;
    }

    .tech_detail_2 .row .col-inner {
        padding: 3rem 1rem;
    }

    .solution_term_content {
        max-width: 100%;
        margin: 2.5rem auto;
    }

    .youtube_cta {
        margin: .5rem 0 0;
        position: relative !important;
        width: 6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .youtube_cta:before {
        content: unset;
    }

    .banner_hero {
        height: 30rem;
    }

    .page-template-home .banner_hero .col {
        padding-bottom: 10px;
    }

    .home_1 .section-content.relative {
        height: 100%;
        display: flex;
        align-items: end;
    }

    .tech_detail_img_content .row:nth-child(2n+ 1).active .image_wrap_2 .img:first-child,
    .tech_detail_img_content .row:nth-child(2n+ 2).active .image_wrap_2 .img:not(:first-child) {
        transform: unset;
    }

    .tech_detail_list .item, .tech_slide_item {
        padding-left: 0;
        border-left: 0;
    }

    .tech_detail_list .item, .tech_slide_item {
        padding: 0 1rem !important;
    }

    .contact_form .col:nth-child(2), .contact_form .col:nth-child(4) {
        padding-right: 15px;
    }

    .contact_form .col:nth-child(3), .contact_form .col:nth-child(5) {
        padding-left: 15px;
    }

    iframe#BBH-EMBED-IFRAME {
        bottom: 9.375rem !important;
        right: 0 !important;
    }

    footer .col-inner {
        font-size: 1.2rem;
    }

    .footer_title {
        font-size: 1.4rem;
    }

    .footer_bottom * {
        font-size: 1.1rem;
    }

    .size-8 {
        width: 6rem !important;
        height: 3rem !important;
    }
}