:root {
    --main-cl: #3D54A0;
    --sub-cl: #C4E7FD;
    --third-cl: #444444;
    --four-cl: #8BB9DE;
    --five-cl: #F39021;
    --text-cl: #666666;
    --text-sub-cl: #333333;
    --text-third-cl: #999999;
    --container-w: 90.1563rem;
}

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);
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: var(--container-w) !important;
}

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;
    font-family: 'Plus Jakarta Regular 400';
    font-size: 1.0417rem;
    color: var(--text-cl);
    line-height: 1.4063rem;
    letter-spacing: 0%;
    background: #F3F7FF;
}

html {
    scroll-behavior: smooth;
}

[itemprop="name"], cite, circle, svg, rect, stop, path, g, img, a, input, textarea, h1, h2, h3, h4, h5, h6, .box_img, span.icon, span.text, :before, :after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* --------------------- Load Page ------------------------------ */
.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: #7BB1C7;
    /*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);
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50rem;
    max-width: 80vw;
    transition: .8s all ease-in-out;
    opacity: 1;
    max-height: 20rem;
    height: auto;
}

.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;
}

/* --------------------- End Load Page ------------------------------ */


/* MORE STYES */
#main, #wrapper {
    background-color: #F3F7FF;
    position: relative;
}

.mb-0 {
    margin-bottom: 0;
}

.col, .columns, .gallery-item {
    padding: 0 0.7813rem;
}

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 1.0417rem;
}

li {
    margin-bottom: 0;
}

.button, button, fieldset, input, select, textarea {
    margin-bottom: 0;
}

ul.ul-reset, ul.ul-reset > li {
    margin: 0;
    padding: 0;
}

ul.ul-reset > li {
    list-style: none;
}

/*svg {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block !important;*/
/*}*/

.clearfix::after {
    display: none;
}

.style_color_text_banner {
    background: linear-gradient(90deg, #FFFFFF 0%, #98BCFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style_color_1 {
    background: linear-gradient(90deg, #003596 0%, #88B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
}

.btn {
    border: none;
    border-radius: 6px;
    overflow: hidden;
    padding: 0.6771rem 1.0417rem 0.6771rem 1.6146rem;
    font-family: 'Plus Jakarta SemiBold 600';
    font-size: 0.9375rem;
    cursor: pointer;
    width: fit-content;
    gap: 0.5208rem;
    transition: .8s all;
}

.btn svg {
    position: relative;
    z-index: 2;
}

.style_btn_1 {
    color: var(--main-cl);
    transition: .7s all;
}

.style_btn_1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, #98BCFF 100%);
    transition: .7s all;
    opacity: 1;
}

.style_btn_2,
.style_btn_4 {
    background: var(--main-cl);
    color: #FFFFFF !important;
    transition: .8s all;
}

.style_btn_3 {
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    transition: .8s all;
}

.style_btn_unset {
    background: unset;
    color: var(--main-cl);
    transition: .8s all;
}

/*a.style_btn_1:hover {*/
/*    background: #FFFFFF;*/
/*    color: var(--main-cl);*/
/*}*/
.style_btn_1 .content {
    position: relative;
    z-index: 2;
}

a.style_btn_2:hover {
    background: #1D3277;
}

a.style_btn_3:hover {
    color: var(--main-cl);
}

a.style_btn_4:hover {
    background: #75A1F1;
}

a.btn .svg_btn {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform .8s ease;
    flex: 0 0 auto;
}

.style_btn_1:hover {
    color: var(--main-cl);
    transition: .7s all;
}

.wrap_link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}

.box_img {
    overflow: hidden;
    position: relative;
}

.box_img img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_hover .hover_zoom img {
    transform: scale(1);
    transition: .6s all;
}

.item_hover:hover .hover_zoom img {
    transform: scale(1.1);
}

.text-main {
    color: var(--main-cl);
}

.text-cl {
    color: var(--text-cl);
}

.text-white {
    color: #FFFFFF;
}

.fs-11 {
    font-size: 0.573rem;
}

.fs-12 {
    font-size: 0.625rem;
}

.fs-13 {
    font-size: 0.677rem;
}

.fs-14 {
    font-size: 0.729rem;
}

.fs-15 {
    font-size: 0.78125rem;
}

.fs-16 {
    font-size: 0.833rem;
}

.fs-17 {
    font-size: 0.885rem;
}

.fs-18 {
    font-size: 0.9375rem;
}

.fs-19 {
    font-size: 0.99rem;
}

.fs-20 {
    font-size: 1.042rem;
}

.fs-21 {
    font-size: 1.09375rem;
}

.fs-22 {
    font-size: 1.146rem;
}

.fs-23 {
    font-size: 1.198rem;
}

.fs-24 {
    font-size: 1.25rem;
}

.fs-25 {
    font-size: 1.302rem;
}

.fs-26 {
    font-size: 1.354rem;
}

.fs-30 {
    font-size: 1.5625rem;
}

.fs-32 {
    font-size: 1.667rem;
}

.fs-38 {
    font-size: 1.979rem;
}

.fs-35 {
    font-size: 1.823rem;
}

.fs-40 {
    font-size: 2.083rem;
}

.fs-50 {
    font-size: 2.604rem;
}

.fs-60 {
    font-size: 3.125rem;
}

.fs-70 {
    font-size: 3.646rem;
}

.fs-80 {
    font-size: 4.167rem;
}

.lh-14 {
    line-height: 0.729rem;
}

.lh-18 {
    line-height: 0.9375rem;
}

.lh-20 {
    line-height: 1.042rem;
}

.lh-21 {
    line-height: 1.09375rem;
}

.lh-22 {
    line-height: 1.146rem;
}

.lh-23 {
    line-height: 1.198rem;
}

.lh-24 {
    line-height: 1.25rem;
}

.lh-25 {
    line-height: 1.302rem;
}

.lh-26 {
    line-height: 1.354rem;
}

.lh-27 {
    line-height: 1.40625rem;
}

.lh-28 {
    line-height: 1.458rem;
}

.lh-29 {
    line-height: 1.51rem;
}

.lh-30 {
    line-height: 1.5625rem;
}

.lh-31 {
    line-height: 1.615rem;
}

.lh-32 {
    line-height: 1.667rem;
}

.lh-33 {
    line-height: 1.71875rem;
}

.lh-34 {
    line-height: 1.771rem;
}

.lh-35 {
    line-height: 1.823rem;
}

.lh-40 {
    line-height: 2.083rem
}

.lh-58 {
    line-height: 3.0208rem;
}

.lh-60 {
    line-height: 3.125rem;
}

.lh-65 {
    line-height: 3.3854rem;
}

.lh-100p {
    line-height: 1;
}

.lh-125p {
    line-height: 1.25;
}

.lh-normal {
    line-height: normal;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-content {
    width: fit-content;
}

.lsp-0 {
    letter-spacing: 0;
}

.fw-400 {
    font-family: 'Plus Jakarta Regular 400';
}

.fw-500 {
    font-family: 'Plus Jakarta Medium 500';
}

.fw-600 {
    font-family: 'Plus Jakarta SemiBold 600';
}

.fw-700 {
    font-family: 'Plus Jakarta Bold 700';
}

/*line camp*/
.limit-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limit-line.limit-1 {
    -webkit-line-clamp: 1;
}

.limit-line.limit-2 {
    -webkit-line-clamp: 2;
}

.limit-line.limit-3 {
    -webkit-line-clamp: 3;
}

.limit-line.limit-4 {
    -webkit-line-clamp: 4;
}

.limit-line.limit-5 {
    -webkit-line-clamp: 5;
}

.limit-line.limit-6 {
    -webkit-line-clamp: 6;
}

.limit-line.limit-8 {
    -webkit-line-clamp: 8;
}

.ts-07 {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.img-wrap {
    overflow: hidden;
}

.img-wrap img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* PROCESS SCROLLBAR */
.scrollbar_pagination {
    margin: 2.1875rem 0.6771rem 0;
}

.scrollbar_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3.6979rem;
}

.swiper-scrollbar {
    position: unset !important;
    display: flex;
    align-items: center;
    opacity: 1 !important;
    height: 2px !important;
}

.swiper-scrollbar-drag {
    background: var(--main-cl);
    height: 4px;
}

.scrollbar_bottom .wrap_btn {
    flex-shrink: 0;
}

/*swiper same height*/
.swiper-same-height > .swiper-wrapper {
    align-items: unset;
}

.swiper-same-height > .swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper-same-height > .swiper-wrapper .swiper-slide > div > div,
.swiper-same-height > .swiper-wrapper .swiper-slide > div {
    height: 100%;
}

/*absolute arrow*/
/*.arrow-absolute>.arrow-slide {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 2;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.arrow-absolute>.arrow-slide.prev {*/
/*    left: 0;*/
/*}*/
/*.arrow-absolute>.arrow-slide.next {*/
/*    right: 0;*/
/*}*/
.arrow-slide {
    cursor: pointer;
}

.arrow-slide svg {
    display: flex;
}

.arrow-slide rect {
    fill: transparent;
}

.arrow-slide:hover rect {
    fill: var(--third-cl);
}

.arrow-slide:hover path {
    fill: #fff;
}

.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}

/*show/hide - breakpoint*/
.pc-show {
    display: block !important;
}

.pc-hide {
    display: none !important;
}

.pc-show-flex {
    display: flex !important;
}

.pc-hide-flex {
    display: none !important;
}

/*swiper pagination*/
.tl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.tl-pagination .swiper-pagination-bullet {
    width: 1.042rem;
    height: 3px;
    background: #CDCDCD;
    opacity: 1;
    margin: 0 !important;
    position: relative;
    display: flex;
    transition: all 0.35s;
    border-radius: unset !important;
}

.tl-pagination .swiper-pagination-bullet-active {
    width: 2.604rem;
    background: var(--third-cl);
}

.text-white.tl-pagination .swiper-pagination-bullet {
    background: rgb(255 255 255 / 0.6);
}

.text-white.tl-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.text-white.tl-pagination .swiper-pagination-bullet-active:before {
    border-color: #fff;
}


/* header */
#search-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex !important; /* override mfp-hide */
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
    width: 100%;
    max-width: 100%;
}

#search-lightbox.active {
    opacity: 1;
    visibility: visible;
}

#search-lightbox .search-inner {
    width: 37.5rem;
    max-width: 90%;
}

#search-lightbox .search-lightbox-title {
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

#search-lightbox .search-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}

#search-lightbox .search-keywords > a {
    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;
    transition: all 0.3s ease;
}

#search-lightbox .search-keywords > a:hover {
    background-color: #fff;
    color: #000;
}

/* ===== Form ===== */
#search-lightbox .flex-row {
    display: flex;
    border-radius: 2.604rem;
    overflow: hidden;
    align-items: stretch;
}

#search-lightbox .flex-row input {
    border-radius: 0;
    height: 100% !important;
}

span.icon_search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

#search-lightbox .flex-row > div {
    height: auto;
}

#search-lightbox .flex-row > div {
    display: flex;
}

#search-lightbox input {
    border: none;
    font-size: 1.042rem;
    padding-left: 1.5625rem;
    height: 2.8rem;
    outline: none;
}

/* button */
#search-lightbox .button.icon {
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    cursor: pointer;
}

#search-lightbox .button.icon i {
    font-size: 0.9375rem;
    color: #000;
}

/* ===== Animation ===== */
#search-lightbox .search-inner {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.3s ease;
}

#search-lightbox.active .search-inner {
    transform: translateY(0);
    opacity: 1;
}

/* ------------------------------------- */
header {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.3542rem;
    background-image: url(../images/union2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    opacity: 0;
    transition: .7s all;
}

header::after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #071347 0%, rgba(7, 19, 71, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity .6s ease;
}

header:before {
    content: unset;
    transition: .7s all;
}

header::after {
    content: unset;
}

header.is_scrolled:before {
    content: '';
    transition: .7s all;
}

.header-wrapper.stuck {
    align-items: start;
}

.home_1:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, #071347 0%, rgba(7, 19, 71, 0) 100%);
    height: 247px;
    pointer-events: none;
    z-index: 1;
}

/* Khi đã scroll xuống */
header.is_scrolled:before {
    opacity: 1;
    transition: .7s all;
}

header.is_scrolled::after {
    opacity: 0;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.header-wrapper.stuck {
    box-shadow: none;
    animation: stuckMoveDown .6s;
}

.header-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.9375rem calc((100vw - var(--container-w)) / 2) 0;
    height: 100%;
}

.header_pc, .header_mobile {
    height: 100%;
}

.header_nav {
    padding-top: 0.4688rem;
}

.header_nav ul {
    display: flex;
    list-style: none;
    gap: 3.6458rem;
    color: #FFFFFF;
}

.header_nav ul li {
    position: relative;
}

.header_nav ul li.active {
    color: var(--text-cl);
}

.header_nav ul li a {
    position: relative;
    transition: .7s all;
    font-family: 'Plus Jakarta Medium 500';
    font-size: 0.9375rem;
    text-transform: uppercase;
}

.header_nav ul li a:hover,
.header_nav ul li.active a {
    color: var(--text-cl);
}

.header_left {
    width: 4.4974rem;
    height: auto;
    display: flex;
    flex: 0 0 auto;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 1.8229rem;
    margin-top: -0.2344rem;
}

.btn_search > a {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_svg {
    width: 0.521rem;
    height: 0.521rem;
    display: flex;
}

.btn_search svg {
    width: 100%;
    height: 100%;
}

.btn_lang {
    display: flex;
    align-items: center;
    gap: 0.2604rem;
    padding-left: 1.3542rem;
    position: relative;
}

.icon_svg_lang {
    width: 1.4063rem;
    height: 1.4063rem;
}

.btn_lang::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.btn_lang span {
    color: #FFFFFF;
}

.wrap_btn_search_lang {
    display: flex;
    align-items: center;
    gap: 1.3542rem;
}

/* ---------------------------- */
.icon_dd_trigger {
    width: 0.9896rem;
    height: 0.9896rem;
}

.wrap_btn_option {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.dd_trigger {
    border-radius: 5.2083rem;
    background: rgba(61, 84, 160, 0.2);
    backdrop-filter: blur(20px);
    padding: 0.7292rem 1.0417rem 0.7292rem 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1979rem;
    text-decoration: none;
    cursor: pointer;
    transition: .7s all;
}

.header-wrapper.stuck .dd_trigger {
    background: #3A74DF;
    transition: .7s all;
}

.group_dd_trigger {
    display: flex;
    align-items: center;
    gap: 0.5208rem;
}

.icon_dd_trigger {
    width: 0.9896rem;
    height: 0.9896rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_dd_trigger img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dd_trigger_text {
    font-size: 0.8333rem;
    color: #fff;
}

.icon_chevron_down {
    width: 0.9896rem;
    height: 0.9896rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
}

.icon_chevron_down img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap_btn_option.open .icon_chevron_down {
    transform: rotate(180deg);
}

.dd_menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 0.5rem;
    opacity: 0;
    transform: translateY(-0.5rem);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 10;
}

.wrap_btn_option.open .dd_menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dd_menu_inner {
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.375rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dd_item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s ease;
}

.dd_item .dd_trigger_text {
    color: #1a2f6e;
    transition: color .25s ease;
}

.dd_item:hover {
    background: rgba(46, 78, 160, 0.08);
}

.dd_item.active {
    background: #2e4ea0;
}

.dd_item.active .dd_trigger_text {
    color: #fff;
}

.dd_item.active .icon_dd_trigger img {
    filter: brightness(0) invert(1);
}


/* MENU MOBILE */

/* .mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding: 5rem 0 2rem;
    transform: translateX(-100%);
    transition: transform 1s ease;
} */

/* .mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 20rem;
    height: 100vh;
    background: #fff;
    z-index: 999;
    padding: 5rem 0 2rem;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    visibility: hidden;
    box-shadow: 0.2rem 0 1rem rgba(0, 0, 0, 0.1);
    overflow-y: auto;
} */

.mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    max-width: 20rem;
    height: 100vh;
    background: #fff;
    z-index: 999;
    /*padding: 5rem 0 2rem;*/
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    box-shadow: 0.2rem 0 1rem rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.header_mobile {
    display: none;
}

/* nav.header_nav.mobile_menu.active {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.4s ease;
} */

nav.header_nav.mobile_menu.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.header_nav.mobile_menu ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
    gap: 0.56rem;
}

.mobile_menu ul li a {
    display: flex;
    align-items: center;
    padding: 1.2rem 1rem;
    font-size: 1.25rem;
    font-family: 'Plus Jakarta Medium 500';
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s;
}

.mobile_menu ul li a:hover {
    color: var(--sub-cl);
}

.mobile_menu ul li a:hover::after {
    color: var(--sub-cl);
}

.mobile_menu ul li.active a {
    color: var(--sub-cl);
    font-family: 'Plus Jakarta Bold 700';
}

.mobile_menu ul li a {
    padding-left: 2.454rem;
}

.mobile_menu ul li.active a::after {
    color: var(--sub-cl);
}

/* Overlay */
.menu_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
}

.menu_overlay.active {
    opacity: 1;
    visibility: visible;
}


/* footer */
footer {
    background: #FFFFFF;
    padding-top: 3.1771rem;
    overflow: hidden;
}

.logo_footer h2.title {
    font-size: 1.5625rem;
    padding-top: 0.9896rem;
}

.logo_footer {
    padding-right: 6.302rem;
}

/* Logo */
.logo_footer img {
    width: 100%;
    height: 100%;
}

/* Menu wrapper */
.menu_wrapper_footer {
    display: grid;
    grid-template-columns: 5fr 5fr 2fr; /* tỉ lệ tương đối theo content */
    gap: 6.0938rem;
    width: 100%;
}

.menu_wrapper_footer .item {
    min-width: 0;
}

.menu_footer li {
    font-size: 0.8333rem;
    line-height: 1.1979rem;
}

.menu_footer li a {
    color: var(--text-cl);
    font-size: 0.9375rem;
    text-decoration: none;
    transition: color .3s ease;
}

.menu_footer li a:hover {
    color: var(--main-cl);
}

.menu_footer > li:not(:last-child) {
    margin-bottom: 0.5208rem;
}

.menu_footer {
    width: 100%;
    position: relative;
}


/* Our Applications dùng 2 cột */
.menu_footer {
    column-count: 2;
    column-gap: 7.1354rem;
}

.wrap_footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.0417rem 0;
    background: var(--main-cl);
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 0.7813rem);
    padding-left: calc((100vw - var(--container-w)) / 2 + 0.7813rem);
    padding-right: calc((100vw - var(--container-w)) / 2 + 0.7813rem);
}

.wrap_footer_bottom > * {
    font-size: 0.7813rem;
    line-height: 1.0417rem;
    color: #FFFFFF;
}

.footer_menu_bottom {
    gap: 1.875rem;
}

.footer_menu_bottom a {
    text-decoration: underline;
}


/* TRANG CHỦ */

/* home_1 */
.banner_hero video {
    height: 48.75rem;
    width: 100%;
    object-fit: cover;
    display: block;
}

.banner_hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.home_1:before {
    height: 19.1146rem;
    background: linear-gradient(180deg, rgba(7, 19, 71, 0) 0%, #071347 100%);
}

.banner_hero_content {
    bottom: 0;
    width: 100%;
    padding-bottom: 6.0938rem;
}

.home_banner_content {
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 4.5313rem;
    text-align: center;
    z-index: 2;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1.banner_hero_title {
    font-family: 'Plus Jakarta ExtraBold 800';
    font-size: 7.2917rem;
    letter-spacing: 0;
}

.home_banner_desc {
    font-size: 1.5625rem;
    padding-bottom: 1.25rem;
}

.banner_hero_desc {
    font-family: 'Plus Jakarta Regular 400';
}

/* home_2 */

.home_2 {
    padding-top: 7.2917rem;
}

.home_2_image {
    margin: -18.9063rem calc(-1 * (100vw - var(--container-w)) / 2 - 1.5625rem) 0;
}

.home_2_image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/vector-home-2.svg');
    background-repeat: no-repeat;
    background-position: top left;
    left: 0;
    top: 0;
}

.home_2_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.title {
    font-family: 'Plus Jakarta Bold 700';
    font-size: 4.1667rem;
    letter-spacing: 0%;
}

.title_sub {
    font-family: 'Plus Jakarta Regular 400';
    font-size: 2.0833rem;
}

.home_2_content .group_title {
    padding-bottom: 0.6771rem;
}

.home_2_content .desc {
    padding-bottom: 1.5104rem;
    font-size: 1.042rem;
}

/* sec_marquee_img */

.sec_marquee_img::after,
.sec_marquee_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.823rem;
    background-image: url('../images/marquee-bf-18500.png');
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
    z-index: 1;
}

.sec_marquee_img::after {
    top: unset;
    bottom: 0;
    background-image: url('../images/marquee-af-18491.png');
    background-position: bottom center;
}

.marquee_container {
    width: 100%;
    overflow: hidden;
}

/*.marquee_container:hover .marquee_content {*/
/*    animation-play-state: paused;*/
/*}*/

.marquee_content {
    display: flex;
    animation: scroll 40s linear infinite;
    width: fit-content;
}

.marquee_img_wrap .marquee_img {
    display: flex;
    width: max-content;
    max-width: unset;
    align-items: center;
    gap: 0.26rem;
    margin-right: 0.26rem;
}

.marquee_img_wrap .marquee_img .img_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    /*margin: 0 0.1302rem;*/
}

.marquee_img_wrap .marquee_img img {
    width: max-content;
    max-height: 21.9271rem;
    object-fit: contain;
}

.marquee_img_wrap .marquee_img:has(.img_item:hover) {
    animation-play-state: paused;
}

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

/* home_3 */
.home_3 {
    padding-top: 11.1458rem;
}

.home_3_title {
    row-gap: 0.7813rem;
    padding-bottom: 4.7396rem;
}

.slider_main_business {
    padding-bottom: 7.9688rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}

.home_3_item {
    position: relative;
    border-radius: 0.5208rem;
    padding: 2.5rem 2.5rem 1.771rem 2.24rem;
    background: #F3F7FF;
    overflow: hidden;
    cursor: pointer;
    min-height: 27.3958rem;
    box-sizing: border-box;
    transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.home_3_item::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    background: rgba(99, 136, 247, 0.2);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.swiper-slide-active .home_3_item::before {
    display: none;
}

.home_3_item .icon_circle {
    width: 8.0729rem;
    height: 8.0729rem;
    border-radius: 50%;
    padding: 1.3021rem;
    background: rgba(139, 193, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_3_item .icon_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: exclusion;
}

.home_3_item .card_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5781rem 2.5rem 2.5781rem 2.2396rem;
    height: 100%;
    background: #F3F7FF;
    transform: translateY(calc(100% - 12.9688rem));
    transition: .7s all;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}

.home_3_item:hover .card_content {
    transform: translateY(0);
    background: #97b5ec;
    transition: .7s all;
}

.home_3_item h3.title {
    font-family: 'Plus Jakarta Regular 400';
    font-size: 2.0833rem;
    line-height: 1.25;
    width: 100%;
}

.home_3_item .desc {
    font-size: 0.9375rem;
    color: var(--text-cl);
    line-height: 1.25rem;
}

/* home_4 */
.home_4 {
    padding-top: 3.0208rem;
}

.why_choose {
    margin-top: 4.5312rem;
    margin-left: 2.2917rem;
}

.why_choose_image {
    width: 31.6667rem;
    height: 33.0729rem;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -4.5312rem;
}

.why_choose_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_choose_body {
    display: flex;
    flex-direction: column;
    gap: 2.3438rem;
}

.why_choose_wrap {
    background: radial-gradient(93.99% 206.19% at 3.78% 78.42%, rgba(208, 239, 255, 0) 0%, #DBE3FF 100%);
    border-top-right-radius: 26.0417rem;
    border-bottom-right-radius: 26.0417rem;
    padding: 5.7292rem 9.8438rem 5.6771rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4.1667rem;
    margin-left: 9.375rem;
}

.why_choose_body .group_title {
    display: flex;
    justify-content: flex-end;
    padding-right: 12.5rem;
}

.why_choose_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.0938rem;
}

.why_choose_item .icon {
    width: 7.3958rem;
    height: 7.3958rem;
    border-radius: 50%;
    background: rgba(199, 212, 254, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.why_choose_item .icon img {
    width: 3.8542rem;
    height: 3.8542rem;
}

.why_choose_item:hover .icon img {
    transform: rotateY(360deg);
}

/* home_5 */
.home_5 {
    padding: 6.5625rem 0 8.0729rem;
}

.desc_home_5 {
    padding: 0 15.1042rem 2.9167rem 0;
}

/* home_6 */

.home_6 .group_title {
    border-top: 1px solid rgba(0, 0, 0, 0.17);
    padding: 6.875rem 0 2.1875rem;
}

.slider_our_brand {
    margin: 0 -0.6771rem;
}

.item_brand {
    margin: 0 0.6771rem;
    position: relative;
    border-radius: 0.5208rem;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    min-height: 16.9792rem;
}

.item_brand .logo_brand {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
}

.item_brand .logo_brand img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    transform-origin: top left;
    transition: .6s all;
}

.item_brand:hover .logo_brand img {
    transform: scale(0.8);
}

.item_brand .content_brand {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.25rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.4688rem;
    transform: translateY(calc(100% - 3.4896rem - 2.0313em));
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.item_brand:hover .content_brand {
    transform: translateY(0);
}

.item_brand h3.title {
    font-size: 1.1458rem;
}

.item_brand .desc {
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.item_brand:hover .desc {
    opacity: 1;
}

/* home_7 */
.home_7 {
    padding-top: 2.865rem;
}

.home_7 .group_title {
    padding-bottom: 2.3438rem;
}

.item_feature_product {
    background: #FFFFFF;
    border-top-left-radius: 0.5208rem;
    border-top-right-radius: 0.5208rem;
    padding: 1.6146rem 2.0313rem;
    margin: 0 0.651rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.7604rem;
    transition: border-color 0.6s ease;
}

.slider_feature_product {
    margin: 0 -0.651rem;
}

/*.item_feature_product .box_img {*/
/*    width: 17.5521rem;*/
/*    height: 12.4479rem;*/
/*}*/

.item_feature_product .box_img img {
    width: 100%;
    height: 11.1979rem;
    object-fit: contain;
}

.item_feature_product h3.title {
    font-family: 'Plus Jakarta Bold 700';
    font-size: 1.5625rem;
    line-height: 1.8229rem;
    color: var(--main-cl);
    text-transform: uppercase;
}

.item_feature_product .wrap_btn {
    gap: 1.875rem;
    z-index: 99;
}

.item_feature_product .wrap_btn .btn {
    padding: 0;
    gap: 0.2604rem;
}

/* home_8 */
.home_8 {
    margin-top: 8.3854rem;
    background: linear-gradient(180deg, #3D54A0 5.23%, rgba(67, 102, 184, 0.741769) 37.45%, rgba(70, 109, 193, 0.643821) 65.97%, rgba(75, 122, 211, 0.453369) 80.81%, rgba(86, 153, 253, 0) 100%);
    border-top-left-radius: 5.2083rem;
    border-top-right-radius: 5.2083rem;
    padding: 6.7708rem 0 9.2188rem;
}

.home_8 .group_title {
    gap: 13.4375rem;
}

.slider_application {
    margin: 0 -0.7552rem;
    padding-top: 3.2813rem;
}

.item_application {
    position: relative;
    max-height: 25rem;
    border-radius: 1.0417rem;
    margin: 0 0.7552rem;
    overflow: hidden;
}

.item_application:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 35%);
    height: 9.2708rem;
    opacity: 0.8;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 1.0417rem;
    border-bottom-right-radius: 1.0417rem;
}

.item_application:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    opacity: 0;
    transition: .7s all;
    z-index: 1;
    background: linear-gradient(180deg, rgba(61, 84, 160, 0) 0%, #3d54a0 35%);
}

.item_application:hover:after {
    height: 7.21875rem;
    opacity: 1;
    transition: .7s all;
}

.item_application .content {
    z-index: 5;
}

.item_application .image {
    height: 25rem;
}

.item_application .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.0417rem;
}

.item_application .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.7292rem;
    padding: 0.8333rem 0.8333rem 0.4688rem 0.8333rem;
}

.item_application .content h3.name {
    font-family: 'Plus Jakarta Bold 700';
    font-size: 1.25rem;
    letter-spacing: -0.36px;
    border-bottom: 1px solid rgba(220, 217, 208, 0.5);
    padding-bottom: 0.7292rem;
}

.item_application .wrap_btn .btn {
    padding: 0.3125rem 0;
    font-family: 'Plus Jakarta Medium 500';
    font-size: 0.8333rem;
    line-height: 1.25rem;
    color: #FFFFFF;
}

.home_8_video {
    padding-top: 8.3854rem;
}

.home_8_video video {
    width: 100%;
    height: 43.75rem;
    object-fit: cover;
    border-radius: 1.0417rem;
}

.slider_application .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.2);
}

.slider_application .swiper-scrollbar-drag {
    background: #FFFFFF;
}

/* sec_marqueen_text */
.slogan_marquee_wrap {
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 0.7813rem);
    padding-top: 7.4479rem;
}

.slogan-marquee-wrap .marquee_container {
    position: absolute;
    bottom: 0;
    left: 0;
}

.marquee_text_container .marquee_track .dot {
    width: 1.1458rem;
    height: 1.1458rem;
    background: rgba(229, 238, 255, 1);
    border-radius: 50%;
}

.marquee_text_container .marquee_track {
    display: flex;
    align-items: center;
    gap: 3.1771rem;
    font-family: 'Plus Jakarta ExtraBold 800';
    font-size: 8.3333rem;
    line-height: 7.8125rem;
    color: rgba(229, 238, 255, 1);;
}

.marquee_text_container .marquee_content {
    gap: 3.1771rem;
}

/* home_9 */
.wrap_logo_partner {
    position: relative;
    padding: 1.6667rem 0 0;
}

.wrap_logo_partner .marquee_container:before {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, rgba(243, 247, 255, 0) 0%, #F3F7FF 83.19%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap_logo_partner .marquee_img_wrap .marquee_img .img_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(208, 200, 182, 0.15);
    border-radius: 1.0417rem;
    /*margin: 0 0.9375rem;*/
    width: 7.7083rem;
    height: 7.7083rem;
}

.wrap_logo_partner .marquee_img_wrap .marquee_img .img_item img {
    width: 85%;
    height: 3.8542rem;
}

.wrap_logo_partner .marquee_container #marqueeContent-2 {
    animation: scroll 40s linear reverse infinite;
    margin-top: 1.25rem;
}

/* home_10 */
.home_10 {
    padding-top: 7.9167rem;
}

.slider_blog_insight {
    margin: 0 -0.651rem;
    padding-top: 1.9792rem;
}

.item_blog_insight_first,
.item_blog_insight {
    margin: 0 0.651rem;
    border-radius: 0.5208rem;
    height: 27.0833rem !important;
}

.item_blog_insight_first {
    width: 50%;
    display: block;
}

.item_blog_insight_first:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10.625rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.item_blog_insight_first video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_blog_insight_first .group_title_blog_insight {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.1875rem 11.1979rem 1.9792rem 2.6042rem;
}

.group_title_blog_insight .date_blog {
    padding-top: 0.625rem;
}

.group_title_blog_insight .date_blog ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.4688rem;
}

.group_title_blog_insight .date_blog .dot {
    width: 0.1563rem;
    height: 0.1563rem;
    background: #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_blog_insight {
    width: 25%;
    box-shadow: 0px 4px 20px 0px #0000000D;
}

.item_blog_insight .group_title_blog_insight .date_blog > * {
    color: #999;
}

.item_blog_insight .group_title_blog_insight .date_blog .dot {
    background: #999;
}

.item_blog_insight .desc {
    margin-top: auto;
}

.item_blog_insight > .inner {
    display: flex;
    flex-direction: column;
    padding: 1.9792rem 2.0833rem 0 2.0833rem;
    row-gap: 6.6667rem;
}

/*.item_blog_insight:hover .inner {*/
/*    transform: translateY(0.3125rem);*/
/*}*/

.item_blog_insight .img-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11.5625rem !important;
    /* opacity: 0; */
    transform: translateY(100%);
    z-index: 1;
}

.item_blog_insight:hover .img-wrap {
    transform: translateY(0);
}

/* home_11 */
.home_11 {
    padding-top: 9.4271rem;
}

.home_11_wrapper {
    flex-direction: column;

}

.home_11_wrapper .content_left {
    width: 76%;
}

.home_11_wrapper .content_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5104rem;
    align-self: flex-end;
    padding: 2.8125rem 6.7708rem 0 0;
}

.home_11_wrapper .content_right .wrap_btn {
    gap: 1.3021rem;
}


/*----------------------ABOUT----------------------*/
.breadcrumbs ol > li + li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    top: 50%;
    margin-right: 0.7292rem;
    transform: translateY(-50%);
}

.breadcrumbs ol > li a {
    color: #fff !important;
    transition: .4s all;
}

.breadcrumbs ol > li + li a {
    color: #fff !important;
}

.breadcrumbs ol li:not(:first-child) {
    padding-left: 0.729rem;
}

.breadcrumbs ol > li {
    display: inline;
    font-size: 0.8333rem;
    line-height: 0.8333rem;
    color: #FFFFFF;
    position: relative;
}

.breadcrumbs ol > li:last-of-type {
    font-family: "Plus Jakarta Bold 700";
}

.breadcrumbs ol {
    list-style: none;
    display: flex;
    gap: 0.729rem;
}

.wrap_banner_hero_content {
    flex-direction: column;
    row-gap: 21.3021rem;
}

/*about_2*/
.business_wrapper {
    align-items: flex-start;
}

.business_wrapper > * {
    width: 50%;
}

.business_left {
    flex-direction: column;
    row-gap: 11.1458rem;
    height: 100%;
    padding: 6.9792rem 11.9271rem 0 0;
}

.business_left .group_title h2.title {
    line-height: 1.25;
    padding-bottom: 0.5208rem;
}

.business_left .video {
    position: relative;
    border-radius: 1.0417rem;
    overflow: hidden;
    width: 100%;
    height: 19.8958rem;
    z-index: 1;
}

.business_left .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.business_right {
    position: relative;
    padding: 6.9792rem 8.8021rem 0 7.5rem;
    flex-direction: column;
    row-gap: 5.4167rem;
}

.business_right::before {
    content: '';
    position: absolute;
    left: 0.182rem;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(360deg, rgba(218, 225, 242, 0) 0%, #DAE1F2 13.86%, #DAE1F2 87.64%, rgba(218, 225, 242, 0) 100%);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: unset !important;
}

.business_item {
    position: relative;
}

.header_nav li a:hover {
    color: #b6cfff !important;
    transition: .7s all;
}

.business_item h3.title {
    padding-bottom: 1.3542rem;
}

.business_item::before {
    content: '';
    position: absolute;
    left: -7.5rem;
    top: 0.7813rem;
    width: 0.4167rem;
    height: 0.4167rem;
    border-radius: 50%;
    background: var(--main-cl);
}

.business_item .desc {
    padding-right: 1.7188rem;
}

/*about_3*/
.about_3 {
    padding-top: 9.5313rem;
}

.history_wrapper {
    position: relative;
    overflow: hidden;
}

.history_wrapper .group_title {
    margin-bottom: 1.5rem;
}

/* Slides history*/
.history_content_thumb {
    border-radius: 1.0417rem;
    overflow: hidden;
}

.history_slide_image {
    position: relative;
    width: 100%;
    height: 33.8542rem;
}

.history_slide_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38.125rem;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 50%, rgba(0, 0, 0, 0.7) 100%);
}

.history_slide_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.history_slide_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 3.3333rem 3.3333rem;
}

.history_slide_content h3.title {
    margin-bottom: 0.8333rem;
}

/* Timeline */
.history_timeline {
    position: relative;
    padding-top: 3.3333rem;
}

.history_timeline_line {
    position: absolute;
    top: calc(3.3333rem + 7px);
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(270deg, rgba(61, 84, 160, 0) 0%, #3D54A0 10%, #3D54A0 90%, rgba(61, 84, 160, 0) 100%);
    opacity: 0.4;
}

.history_timeline_deco {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.history_timeline_deco img {
    width: 100%;
    height: auto;
    display: block;
}

/* Years Swiper */
.history_years.swiper {
    overflow: visible;
    margin: 0 6.3542rem;
}

.history_years .swiper-wrapper {
    align-items: center;
    justify-content: space-between;
}

.history_years .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8333rem;
    cursor: pointer;
    width: auto !important;
    flex-shrink: 0;
}

/* Dot */
.history_years .dot_wrap {
    position: relative;
    width: 0.8333rem;
    height: 0.8333rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_years .dot_wrap .dot {
    width: 0.4167rem;
    height: 0.4167rem;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #68B1FF;
    position: relative;
    z-index: 2;
    transition: background 0.3s ease;
}

.history_years .dot_wrap .pulse {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: #68B1FF;
    filter: blur(10px);
    opacity: 0;
}

/*.history_years .swiper-slide-thumb-active .dot {*/
/*    background: #68B1FF;*/
/*}*/

.history_years .swiper-slide-thumb-active .pulse {
    animation: history_pulse 1000ms ease-out 1ms infinite;
}

@keyframes history_pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.history_years .year_label {
    transition: color 0.3s ease;
}

.history_years .swiper-slide-thumb-active .year_label {
    background: linear-gradient(90deg, #003596 0%, #88B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

/*about_4*/
.about_4 {
    padding-top: 10.4167rem;
}

.about_4 .group_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.5208rem;
    padding-bottom: 1.6667rem;
}

.strategy_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.strategy_item {
    position: relative;
    padding: 1.25rem 7.0313rem 1.25rem 1.25rem;
    overflow: hidden;
    min-height: 26.0417rem;
    transition: background 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.strategy_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(218, 225, 242, 0) 0%, #DAE1F2 13.86%, #DAE1F2 87.64%, rgba(218, 225, 242, 0) 100%);
}

.strategy_item::after {
    content: '';
    position: absolute;
    top: -4.0391rem;
    left: -12.5521rem;
    width: 36.5432rem;
    height: 33.1703rem;
    background: url('../images/vector-strategy.png') no-repeat center;
    background-size: cover;
    opacity: 0;
    transition: opacity .6s ease;
    pointer-events: none;
    z-index: 1;
}

.strategy_item:hover::after {
    opacity: 1;
}

.strategy_letter {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -1.45rem;
    transform: translateY(-50%);
    font-size: 20.8333rem;
    font-family: "Plus Jakarta Bold 700";
    color: #e3e9f6;
    transition: color 0.6s ease;
    z-index: 2;
}

.strategy_item:hover .strategy_letter {
    color: #FFFFFF;
}

.strategy_content {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1.3021rem;
    z-index: 2;
}

/*about_5*/

.about_5 {
    padding-top: 5.2083rem;
}

.service_left {
    position: relative;
    width: 100%;
    height: 46.6667rem;
    border-radius: 1.0417rem;
    overflow: hidden;
}

.service_left:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.95deg, rgba(0, 0, 0, 0.8) 0.04%, rgba(0, 0, 0, 0.56) 25.05%, rgba(0, 0, 0, 0) 50.06%);
}

.service_text_overlay {
    position: absolute;
    inset: 0;
    padding: 5.2083rem 6.3021rem;
}

.service_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service_right {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 46.6667rem;
    scrollbar-width: none;
    row-gap: 1.25rem;
}

.service_right::-webkit-scrollbar {
    display: none;
}

.service_item {
    display: flex;
    align-items: center;
    gap: 1.6667rem;
    padding: 1.6667rem;
    background: #FFFFFF;
    border-radius: 1.0417rem;
    transition: background 0.5s ease;
}

.service_item {
    position: relative;
}

.service_item:before {
    position: absolute;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    width: 0;
    opacity: 0;
    transition: .7s all;
    pointer-events: none;
    background: linear-gradient(90deg, #FFFFFF 0%, #EDF3FF 100%);
}

.service_item:hover:before {
    width: 100%;
    opacity: 1;
    transition: .7s all;
}

.service_icon {
    width: 7.3958rem;
    height: 7.3958rem;
    padding: 1.7708rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: rgba(199, 212, 254, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_content {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.service_item:hover .service_icon img {
    transform: rotateY(360deg);
    transition: .7s all;
}

.service_title {
    gap: 0.8333rem;
    padding-bottom: 0.8333rem;

}

.service_title .title {
    padding-right: 0.8333rem;
    border-right: 1px solid #DAE1F2;
}

/*BRAND AGENT*/
.brand_agent_2 {
    padding-top: 5.6875rem;
}

.slider_logo_brand_agent {
    margin: 0 -2.2544rem;
}

.logo_brand_agent {
    margin: 0 2.2544rem;
    width: 7.2917rem;
    height: 3.3333rem;
    cursor: pointer;
}

.logo_brand_agent img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.group_content_agent {
    margin: 0 calc(-1 * (100vw - var(--container-w)) / 2 - 15px);
}

.slider_info_brand_agent .swiper-slide:nth-child(1) {
    margin-left: calc(((100vw - var(--container-w)) / 2) + 15px);
}

.slider_info_brand_agent {
    margin: 0 -1.1719rem;
    padding-top: 4.7396rem;
}

.info_brand_agent_wrapper {
    width: 100%;
    padding: 0 1.1719rem;
}

.info_brand_agent_wrapper > * {
    height: 34.6875rem;
}

.image_brand_agent {
    width: 45%;
    flex-shrink: 0;
}

.image_brand_agent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_brand_agent {
    width: 55%;
    padding: 2.8646rem 3.2813rem 3.6458rem 3.3333rem;
    background: rgba(255, 255, 255, 0.6);
}

.content_brand_agent .logo {
    width: 15.8333rem;
    height: 7.2396rem;
    margin-bottom: 5.0521rem;
}

.content_brand_agent .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content_brand_agent .group_title h3.title {
    padding-bottom: 0.8333rem;
}

.content_brand_agent .group_title {
    padding-bottom: 2.4479rem;
}

.content_brand_agent .wrap_btn {
    gap: 0.7813rem;
}

/*NEWS*/
.banner_hero_2 {
    position: relative;
    background: linear-gradient(270deg, #3D54A0 50%, #4B7AD3 77.23%, #5699FD 100%);
    overflow: hidden;
}

/* Họa tiết đường kẻ ngang bên phải */
.banner_hero_2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-image: url('../images/parrent1.svg');
    pointer-events: none;
    z-index: 0;
}

.banner_hero_2_inner {
    position: relative;
    z-index: 1;
    padding: 2.5rem 0 0;
    min-height: 26.0417rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_hero_top {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.news_hero_title {
    font-size: 3.25rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

.news_breadcrumb {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.news_breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.news_breadcrumb a:hover {
    color: #fff;
}

.news_breadcrumb span:last-child {
    color: #fff;
    font-weight: 500;
}

.news_tabs {
    display: flex;
    gap: 2.5rem;
    margin-top: 1.5rem;
}

.news_tabs a {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.news_tabs a.active,
.news_tabs a:hover {
    color: #fff;
    border-bottom-color: #fff;
    font-weight: 500;
}


.news_1 {
    padding-top: 5.4688rem;
}

.news_1 .item_blog_insight > .inner {
    row-gap: unset;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 3.021rem;
}

.news_2 {
    padding-top: 6.3021rem;
}

.wrapper_blog_lastest {
    padding-top: 3.0208rem;
    column-gap: 2.5rem;
    row-gap: 3.0208rem;
}

.wrapper_blog_lastest .item_blog_insight {
    width: calc((100% / 4) - (2.5rem * 3) / 4);
    margin: 0;
    height: 24.9479rem !important;
}

.news_2 .item_blog_insight > .inner {
    row-gap: 7.9167rem;
}

.news_2 .item_blog_insight .img-wrap {
    transform: translateY(0); /* hiện cứng mặc định */
}

.news_2 .item_blog_insight:hover .img-wrap {
    transform: translateY(100%);
}

.pagination_blog {
    margin-top: 3.3333rem;
    gap: 0.5729rem;
}

.pagination_blog a {
    margin: 0;
    border: 1px solid var(--main-cl);
    border-radius: 0.5208rem;
    padding: 0;
    text-align: center;
    width: 2.0833rem;
    height: 2.0833rem;
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.7813rem;
    line-height: 0.7813rem;
    color: var(--main-cl);
    transition: .6s all;
}

.pagination_blog a:hover,
.pagination_blog a.active {
    color: #fff;
    background: var(--main-cl);
}

.pagination_blog svg {
    width: 0.2604rem;
    height: 0.5208rem;
}

.pagination_blog a:hover svg path {
    stroke: #fff;
    background: var(--main-cl);
}


/*NEWS-DETAIL*/
.detail_blog {
    z-index: 99;
}

.detail_blog:before {
    content: '';
    position: absolute;
    background-image: url('../images/vector-news-deatail.svg');
    background-repeat: no-repeat;
    width: 52.3958rem;
    height: 53.4375rem;
    top: -15.8453rem;
    right: -8.776rem;
    z-index: 0;
    filter: blur(300px);
}

.terms_time > * {
    font-size: 0.8333rem;
    line-height: 1.1458rem;
    color: var(--text-third-cl);
}

.terms_time .terms {
    width: fit-content;
    color: var(--main-cl);
}

.terms_time time {
    position: relative;
    padding-left: 0.6771rem;
    margin-left: 0.6771rem;
}

.terms_time time:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
    width: 0.2083rem;
    height: 0.2083rem;
    background: #2D3746;
    opacity: 0.3;
    border-radius: 50%;
    transition: .5s all;
}

.detail_blog time {
    display: block;
}

.social_share {
    gap: 0.7813rem;
}

.social_share a {
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C3C3C3;
    border-radius: 50%;
    transition: .6s all;
}

.social_share a:hover {
    background: var(--main-cl);
}

.social_share a svg {
    width: 50%;
    height: 50%;
}

.terms_time {
    padding-bottom: 0.8333rem;
}

.wrapper_terms_text {
    gap: 5.8333rem;
    margin-top: 5.3125rem;
}

.wrapper_terms_text .desc {
    font-style: Italic;
    color: var(--text-sub-cl);
}

.layout_post_normal .post_content {
    margin-top: 7.3438rem;
}

.layout_post_normal .post_content :is(ul,ol) {
    padding-left: 2.4rem;
}

.layout_post_normal .post_content :is(h1,h2) {
    font-family: 'Plus Jakarta SemiBold 600';
    font-size: 2.0833rem;
    line-height: 2.3438rem;
    color: var(--main-cl);
}

.post_footer {
    flex-wrap: wrap;
    gap: .96rem;
    margin-top: 4.1667rem;
    padding: 1.5625rem 0 0;
    border-top: 1px solid rgba(63, 82, 164, 0.2);
}

.post_footer span.title {
    margin-right: 1.5625rem;
}

.terms_menu ul {
    gap: 1.0417rem;
    margin: 0;
}

.terms_menu ul > li {
    margin: 0;
}

.terms_menu ul > li > a {
    padding: 0.3125rem 0.6771rem;
    background: rgba(255, 255, 255, 1);
}

.sidebar_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.4583rem;
    margin-left: 4.7396rem;
}

.sidebar_wrap.fixed_sidebar {
    position: sticky;
    top: 7rem;
}

.sidebar_wrap .group_title h2 {
    color: #003596;
}

.sidebar_wrap .list_post {
    background: #F3F7FF;
    border-radius: 0.7813rem;
    padding: 1.0417rem;
}

.sidebar_wrap .post_item:not(:last-child) {
    margin-bottom: 0.2604rem;
    padding-bottom: 0.7813rem;
    border-bottom: 1px solid rgba(209, 218, 239, 1);
}

.sidebar_wrap .post_item {
    padding: 0.5208rem 1.1979rem;
    gap: 0.625rem;
    display: flex;
    flex-direction: column;
    transition: .6s all;
}

.sidebar_wrap .post_item:hover {
    background: #E6EFFF;
}

.term_date {
    font-size: 0.625rem;
    line-height: 1;
    color: var(--text-third-cl);
    gap: 0.4688rem;
}

/*CONTACT*/
.contact_1 {
    padding-top: 8.2813rem;
}

.contact_1 .group_title .desc {
    padding-top: 0.4167rem;
}

.map_location_wrap {
    width: max-content;
    max-width: 100%;
    padding-top: 3.3854rem;
}

.map_location_wrap img {
    width: 59.6354rem;
    height: auto;
    max-width: 100%;
}

.map_location_wrap .item {
    position: absolute;
    transform: translate(-50%, -50%);
}

.map_location_wrap .item .text_wrap .text {
    width: max-content;
    height: 100%;
    font-family: "Plus Jakarta SemiBold 600";
    font-size: 0.7813rem;
    line-height: 0.7292rem;
    color: #FFFFFF;
    position: relative;
    background: #68B1FF;
    border: 5px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(50px);
    padding: 0.2604rem 0.5208rem 0.3646rem;
    border-radius: 5.2083rem;
    z-index: 2;
}

.map_location_wrap .item .text_wrap {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transition: all 0.6s;
}

.map_location_wrap .item > .cont_wrap {
    bottom: 4px;
    display: flex;
}

.map_location_wrap .item.item_left .text_wrap, .map_location_wrap .item.item_right .text_wrap {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    transition-delay: 1s;
}


.map_location_wrap .item.item_left .text_wrap {
    right: 100%;
    transform: translateY(-50%) translateX(-0);
}

.map_location_wrap .item.item_right > .cont_wrap {
    left: 4px;
}

.map_location_wrap .item.item_left > .cont_wrap {
    right: 4px;
}

.map_location_wrap .item .dot {
    width: 0.7292rem;
    height: 0.7292rem;
    background: radial-gradient(50% 50% at 50% 50%, #82D1FF 0%, rgba(130, 209, 255, 0.5) 100%);
    border-radius: 50%;
    position: relative;
}

.map_location_wrap .item .dot:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    background: rgba(130, 209, 255, 0.2);
    backdrop-filter: blur(10px);
    /*border: 1px solid var(--color);*/
    width: 1.25rem;
    height: 1.25rem;
    animation: scaleBorder 1.4s infinite linear;
    border-radius: 50%;
}

@keyframes scaleBorder {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

/*-----------------------------------------*/
.accordion_list {
    position: sticky;
    margin-left: 6.0938rem;
}

.acc_item:not(:last-child) {
    border-bottom: 1px solid rgba(201, 212, 237, 1);
}

.acc_trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5625rem 0;
    cursor: pointer;
    gap: 0.3646rem;
}

.acc_name {
    color: var(--text-sub-cl);
    transition: color 0.2s ease;
}

.acc_trigger.active .acc_name {
    color: var(--main-cl);
}

.acc_icon {
    width: 0.9375rem;
    height: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.2s ease, border-color 0.2s ease;
}

.acc_trigger.active .acc_icon path:nth-child(2) {
    opacity: 0;
}

.acc_body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.acc_body_inner {
    padding: 0 0 1.25rem;
}

/*-----------------------------------------*/
.contact_2 {
    padding-top: 11.5104rem;
}

.group_cont_contact_2 {
    flex-direction: column;
    row-gap: 3.6979rem;
}

.wrap_cont_contact_2 {
    gap: 7.2396rem
}

.wrap_cont_contact_2 .information {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 1.1979rem;
}

.wrap_cont_contact_2 .social_follow_us {
    flex-direction: column;
    line-height: 1.8229rem;
}

/*-------------------FORM CONTACT-----------------*/
.contact_3 {
    padding-top: 6.9271rem;
}

.lets_talk_wrap {
    background: linear-gradient(32.85deg, #3D54A0 29.99%, #4366B8 52.3%, #466DC1 67.45%, #4B7AD3 82.34%, #5699FD 95.63%);
    padding: 2.6563rem 2.9167rem 1.9271rem 2.9688rem;
    height: 100%;
    box-sizing: border-box;
}

.lt_field {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
}

.lt_field input,
.lt_field select,
.lt_field textarea {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.9375rem;
    padding: 0;
    font-family: inherit;
    width: 100%;
}

.lt_field input::placeholder,
.lt_field textarea::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.lt_field select {
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.lt_field select option {
    color: #1a2f6e;
    background: #fff;
}

.lt_field textarea {
    resize: none;
    height: 2rem;
}

/* Reset autofill browser style */
.lt_field input:-webkit-autofill,
.lt_field input:-webkit-autofill:hover,
.lt_field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}

.lt_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.lt_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.lt_submit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    padding: 0.75rem 1.5rem;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.3s ease;
}

.lt_submit:hover {
    background: rgba(255, 255, 255, 0.25);
}

.lt_policy {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    line-height: 1.5;
    margin: 0;
}

.lt_policy a {
    color: #fff;
    text-decoration: underline;
}

.map_ping_contact {
    height: 100%;
}

.map_ping_contact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*------------------APPLICATION---------------------*/
.application_1 {
    padding-top: 4.8438rem;
}

.app_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4.2708rem;
    align-items: start;
}

/* Image */
.app_image_wrap {
    border-radius: 1.0417rem;
    overflow: hidden;
    width: 100%;
    height: 18.2292rem; /* THAY: chiều cao mặc định theo DES */
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.app_image_wrap.expanded {
    height: 100%; /* THAY: chiều cao expanded theo DES */
}

.app_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Content */
.app_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18.2292rem; /* THAY: phải bằng height mặc định của .app_image_wrap */
    margin-right: 6.3021rem;
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.app_content.expanded {
    height: 100%; /* THAY: phải bằng height expanded của .app_image_wrap */
}

.app_content_top {
    display: flex;
    flex-direction: column;
    row-gap: 0.8333rem;
}

/* Toggle button */
.app_toggle {
    cursor: pointer;
    transition: background 0.3s ease;
}

.app_toggle.active svg {
    transform: rotate(360deg);
}

/* List */
.app_list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 3.125rem;
    overflow: hidden;
    max-height: 375px;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.app_list::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.7813rem;
    background: linear-gradient(180deg, rgba(243, 247, 255, 0) 0%, #F3F7FF 100%);
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.app_list.expanded::before {
    opacity: 0; /* fade mờ dần thay vì biến mất tức thì */
}

.app_list_item {
    font-family: 'Plus Jakarta Medium 500';
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7292rem 0;
    border-bottom: 1px solid #D1DAEF;
    cursor: pointer;
    transition: color 0.2s ease;
}

.app_list_item:last-child {
    border-bottom: none;
}

.app_list_item .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #85AFFD;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.app_list_item.active,
.app_list_item:hover {
    color: var(--main-cl);
    font-family: 'Plus Jakarta Bold 700';
}

.app_list_item.active .dot,
.app_list_item:hover .dot {
    opacity: 1;
}


/*------------------------APPLICATION DETAIL------------------------*/
header.single-post {
    position: relative;
}

header.single-post::before {
    opacity: 1;
}

header.single-post::after {
    display: none;
}

.breadcrumb_single {
    margin-top: 7.292rem;
    margin-bottom: 2.7604rem;
}

.breadcrumb_single .breadcrumbs ol > li a {
    color: var(--main-cl) !important;
}

.breadcrumb_single .breadcrumbs ol > li + li:before {
    background: var(--main-cl);
}

/*LEFT*/
.app_detail_heading_wrapper {
    padding-top: 3.75rem;
    padding-right: 12.6563rem;
}

.app_part {
    padding-top: 0.7813rem;
}

.app_desc {
    border-top: 1px solid #DAE1F2;
    padding-top: 1.0417rem;
    margin-top: 1.0417rem;
}

.application_detail_hero {
    padding-bottom: 5.1042rem;
    position: relative;
    overflow: hidden;
}

.app_gallery_wrap {
    display: flex;
    gap: 1.3021rem;
    align-items: flex-start;
}

.gallery_main {
    max-width: 29.1667rem;
}

.gallery_main .slide_main .img_wrap,
.gallery_thumb .slide_thumb .img_wrap {
    aspect-ratio: 1/1;
}

.gallery_main .slide_main .img_wrap {
    padding: 1.9708rem 2.0313rem 1.9354rem 2.0833rem;
    border: 0.88px solid #D1DAEF;
    background: #FFFFFF;
    border-radius: 1.5625rem;
    cursor: pointer;
}

.gallery_thumb .slide_thumb .img_wrap {
    padding: 1.0417rem 1.2089rem 1.1979rem 1.0604rem;
    border: 1px solid #D1DAEF;
    background: #FFFFFF;
    border-radius: 0.2604rem;
    cursor: pointer;
}

.gallery_thumb .slide_thumb_mobile .img_wrap {
    padding: 1.0417rem 1.2089rem 1.1979rem 1.0604rem;
    border: 1px solid #D1DAEF;
    background: #FFFFFF;
    border-radius: 0.2604rem;
    cursor: pointer;
}

.gallery_main .img_wrap img,
.gallery_thumb .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gallery_thumb {
    width: 6.3021rem; /* ← thêm width cố định */
    flex-shrink: 0;
    height: 100%;
}

.gallery_thumb .slide_thumb {
    height: 100%;
}

.gallery_thumb .swiper-slide {
    height: auto !important;
}

/* Gradient blur bên trái */
/*.app_detail_hero_wrapper::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -10rem;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 30rem;*/
/*    height: 30rem;*/
/*    border-radius: 50%;*/
/*    background: radial-gradient(circle, rgba(99,136,247,0.25) 0%, rgba(99,136,247,0) 70%);*/
/*    pointer-events: none;*/
/*}*/

/* Tab Nav */
.tab_nav {
    position: sticky;
    top: 0; /* THAY: bằng chiều cao header nếu có sticky header */
    background: #fff;
    z-index: 10;
    display: flex;
    gap: 5.3125rem;
    padding: 0 calc(1 * (100vw - var(--container-w)) / 2 + 15px);
}

.tab_nav a {
    font-family: "Plus Jakarta SemiBold 600";
    font-size: 1.0417rem;
    line-height: 1.3021rem;
    color: rgba(0, 53, 150, 0.5);
    text-decoration: none;
    padding: 0.9375rem 0;
    transition: color 0.6s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.tab_nav a:hover,
.tab_nav a.active {
    color: rgba(0, 53, 150, 1);
    border-bottom: 2px solid rgba(0, 53, 150, 1);
}

/* Tab Section */
.tab_section {
    padding: 5.2083rem 0;
    border-bottom: 1px solid rgba(218, 225, 242, 1);
}

/*.tab_section:last-child {*/
/*    border-bottom: none;*/
/*}*/

.tab_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7.3438rem;
}

.tab_img {
    border-radius: 1.0417rem;
    overflow: hidden;
}

.tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tab 1: Advantages */
.tab_list {
    list-style: none;
    padding: 0;
    margin: 2.7083rem 0 0 -0.2604rem;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}

.tab_list li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2.1875rem;
    font-size: 0.9375rem;
    line-height: 1.3542rem;
    color: var(--text-cl);
}

.tab_list li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0 0.1563rem;
    background: url('../images/checkcircle-app-2.svg') center/60% no-repeat;
    flex-shrink: 0;
}

/* Tab 2: Specifications */
.spec_list {
    list-style: none;
    padding: 3.125rem 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.spec_item {
    display: flex;
    align-items: center;
    gap: 2.6042rem;
    padding: 1.0417rem 0;
    border-bottom: 1px solid #DAE1F2;
}

.spec_item:last-child {
    border-bottom: none;
}

.spec_icon {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.spec_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.spec_content {
    display: flex;
    flex-direction: column;
    row-gap: 0.2604rem;
}

.spec_sub {
    padding-left: 1.4583rem;
    margin: 0;
}

.spec_sub li {
    font-size: 0.9375rem;
    line-height: 1.3542rem;
    color: var(--text-cl);
}

.spec_image {
    height: 35.9375rem;
}

/* Tab 3: CKT/PCB */
div#sec_ckt .tab_left {
    padding-right: 10.9375rem;
}

.ckt_list {
    list-style: none;
    padding: 1.5625rem 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.ckt_item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.3047rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid #D1DAEF;
}

.ckt_item:last-child {
    border-bottom: none;
}

.ckt_num {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background: var(--main-cl);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ckt_name {
    flex: 1;
}

.ckt_link {
    font-size: 0.8333rem;
    line-height: 1.3021rem;
    color: var(--main-cl);
    text-decoration: none;
    position: relative;
    transition: padding-right 0.2s ease;
}

.ckt_link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-cl);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.ckt_item:hover .ckt_link {
    padding-right: 2rem;
}

.ckt_item:hover .ckt_link::after {
    opacity: 1;
}

/* Tab 4: Download */
div#sec_download .tab_left {
    padding-right: 10.9375rem;
}

.dl_table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5625rem 0;
    table-layout: fixed;
}

.dl_table th:nth-child(1),
.dl_table td:nth-child(1) {
    width: 1.25rem;
    padding-right: 2.2917rem;
}

.dl_table th:nth-child(2),
.dl_table td:nth-child(2) {
    width: 11.3021rem;
    padding-right: 2.4609rem;
}

.dl_table th:nth-child(3),
.dl_table td:nth-child(3) {
    width: 8.6667rem;
    position: relative;
}

.dl_table input[type="checkbox"] {
    margin: 0;
}

.dl_table th {
    font-family: 'Plus Jakarta ExtraBold 800';
    font-size: 1.3021rem;
    color: var(--text-cl);
    padding: 1.3542rem 0;
    border-bottom: 1px solid #D1DAEF;
    text-transform: capitalize;
    letter-spacing: 0;
}

.dl_table td {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    color: var(--main-cl);
    padding: 1.0417rem 0;
    border-bottom: 1px solid #D1DAEF;
    vertical-align: middle;
    word-break: break-word;
}

.dl_table tbody tr:last-child td {
    border-bottom: none;
}

.dl_table td a {
    font-family: "Plus Jakarta Bold 700";
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    color: var(--main-cl);
    text-decoration: none;
    word-break: break-all;
}

.dl_table th:last-child {
    text-align: right;
}

.dl_table td:last-child {
    text-align: right;
    color: var(--main-cl);
    line-height: 1.3021rem;
}

.dl_table td:nth-child(3) {
    position: relative;
    transition: padding-right 0.2s ease;
}

.dl_table tbody tr:hover td:nth-child(3) {
    padding-right: 2rem;
}

.dl_table td:nth-child(3)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #88B2FF;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.dl_table tbody tr:hover td:nth-child(3)::after {
    opacity: 1;
}

.dl_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--main-cl);
    color: #fff !important;
    border-radius: 0.3125rem;
    padding: 0.8333rem 1.0417rem 0.8333rem 1.6146rem;
    font-size: 0.9375rem;
    font-family: "Plus Jakarta SemiBold 600";
    text-transform: capitalize;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dl_btn:hover {
    background: #88B2FF;
}

.home_1 {
    z-index: 3;
}

.style_btn_1 {
    position: relative;
}


.btn .svg_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .7s all;
}

.btn .svg_2 {
    transform: translate(-100%, 100%);
}

.btn:hover .svg_item.svg_2 {
    transform: unset;
    transition: .7s all;
}

.btn:hover .svg_item.svg_1 {
    transform: translate(100%, -100%);
    transition: .7s all;
}

.pattern {
    position: absolute;
    pointer-events: none;
}

.home_2 .pattern_1 {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}

.home_2 .pattern_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_2 {
    z-index: 2;
    position: relative;
}

.sec_marquee_img {
    margin-top: 4.479rem;
}

.home_3 .pattern_1 {
    right: 0;
    top: -30%;
    width: 27.865rem;
    height: auto;
    z-index: 2;
}

.home_3 .pattern_2 {
    left: 0;
    top: 20%;
    width: 31.458rem;
    height: auto;
    z-index: 2;
}

.home_3 {
    position: relative;
}

.home_3_title {
    position: relative;
    z-index: 5;
}

.home_6 {
    padding: 6.5625rem 0 4.479rem;
}

.home_6 .row:first-child {
    padding-bottom: 8.073rem;
}

.home_6:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg, rgba(222, 237, 255, 0) 0%, #DEEDFF 42.74%);
    pointer-events: none;
}

.home_6 {
    position: relative;
}

.home_6:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(243, 247, 255, 0) 0%, rgba(243, 247, 255, 0.486359) 24.15%, rgba(243, 247, 255, 0.727083) 50.93%, #F3F7FF 83.01%);
    z-index: 1;
    pointer-events: none;
    height: 11.458rem;
}

.home_6 .row {
    position: relative;
    z-index: 5;
}

.home_6 .video_pattern {
    left: 0;
    width: 100%;
    bottom: 5.365rem;
    pointer-events: none;
    height: 29.0625rem;
}

.home_6 .video_pattern .video_pattern_inner {
    width: 100%;
    height: 100%;
}

.home_6 .video_pattern .video_pattern_inner video {
    width: 100%;
    height: 100%;
    opacity: 20%;
    mix-blend-mode: plus-lighter;
    object-fit: cover;
}

.home_6 .video_pattern .video_pattern_inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 20.99rem;
    background: linear-gradient(180deg, #DEEDFF 16.99%, rgba(222, 237, 255, 0.727083) 49.07%, rgba(222, 237, 255, 0.486359) 75.85%, rgba(222, 237, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.home_6 .video_pattern .video_pattern_inner:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(222, 237, 255, 0) 0%, rgba(222, 237, 255, 0.486359) 24.15%, rgba(222, 237, 255, 0.727083) 50.93%, #DEEDFF 83.01%);
    width: 100%;
    height: 6.51rem;
    pointer-events: none;
    z-index: 1;
}

.home_6 .row.first_row {
    padding-bottom: 7.8125rem;
}

.item_feature_product {
    position: relative;
}

.item_feature_product:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background: var(--main-cl);
    transition: .7s all;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.item_feature_product:hover:before {
    opacity: 1;
    width: 100%;
    transition: .7s all;
}

.item_feature_product:hover .wrap_btn .btn svg {
    transform: rotate(45deg);
    transition: .7s all;
}

.home_8 .pattern_1 {
    left: 0;
    top: 1%;
    width: 32.8125rem;
    height: auto;
}

.home_8 .pattern_2 {
    right: -4%;
    width: 37.5rem;
    height: auto;
    top: 0;
}

.pattern svg {
    width: 100%;
    height: 100%;
    display: block;
}

.item_application .wrap_btn .btn:hover svg {
    transform: rotate(45deg);
    transition: .7s all;
}

.home_8_video .pattern_1 {
    top: unset;
    bottom: -30%;
    left: 10.99rem;
}

.home_8_video video {
    position: relative;
    z-index: 5;
}

.home_9 .marquee_img_wrap .marquee_img {
    gap: 1.875rem;
}

.home_9 .marquee_track {
    margin-right: 1.875rem;
}

.home_9 .marquee_img_container.marquee_container:before {
    content: unset;
}

.home_9 .marquee_img_container.marquee_container:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 8.90625rem;
    height: 100%;
    background: linear-gradient(270deg, rgba(243, 247, 255, 0) 0%, #F3F7FF 83.19%);
    z-index: 1;
    pointer-events: none;
}

.home_9 .marquee_img_container.marquee_container {
    position: relative;
}

.home_9 .marquee_img_container.marquee_container:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 8.90625rem;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(270deg, #F3F7FF 16.81%, rgba(243, 247, 255, 0) 100%);
}

.home_9 .row {
    padding-bottom: 8.6979rem;
    border-bottom: 1px solid #0000002B;
}

.item_blog_insight .pattern_1 {
    left: -10%;
    top: 0;
    width: 100%;
    height: 50%;
}

.item_blog_insight .pattern_2 {
    right: -10%;
    bottom: 0;
    width: 100%;
    height: 70%;
}

.home_10 > .pattern_1 {
    right: 0;
    width: 35.208rem;
    top: -42%;
    height: auto;
    z-index: 1;
}

.home_10 .row {
    position: relative;
    z-index: 5;
}

.item_blog_insight {
    background: white;
}

.home_9 {
    z-index: 10;
}

.style_btn_2, .style_btn_4 {
    border: 1px solid transparent;
    transition: .7s all
}

.style_btn_2:hover, .style_btn_4:hover {
    background: transparent !important;
    transition: .7s all;
    border: 1px solid #1D3277;
    color: #1D3277 !important;
}

.style_btn_2:hover svg path, .style_btn_4:hover svg path {
    stroke: #1D3277;
    transition: .7s all;
}

.style_btn_3:hover {
    border: 1px solid transparent;
    background: var(--main-cl);
    transition: .7s all;
    color: white !important;
}

.style_btn_3:hover svg path {
    stroke: white;
    transition: .7s all;
}

.logo_footer .logo {
    width: 100%;
    height: auto;
}

.logo_footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title_footer {
    color: #3D54A0;
    font-size: 1.09375rem;
    font-family: 'Plus Jakarta Bold 700';
    line-height: 1.1;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 1.5625rem;
}

.title_footer:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E6E6E6;
}

.title_footer:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    border-bottom: 2px solid #3D54A0;
    width: 3.125rem;
}

.menu_wrapper_footer .content a,
footer .content a {
    color: #666666;
    transition: .7s all;
}

.menu_wrapper_footer .content p,
footer .content p {
    margin-bottom: 8px;
}

p:last-child {
    margin: 0 !important;
}

.menu_wrapper_footer .content a:hover,
footer .content a:hover {

    color: var(--main-cl);
    transition: .7s all;
}

.menu_wrapper_footer .content,
footer .content {
    font-size: 0.833rem;
}

footer .social_footer li:not(:last-child) {
    margin-bottom: 0.833rem;
}

.footer_middle .item {
    width: calc(100% / 4);
    padding: 3.698rem 4.948rem;
    min-height: 28.646rem;
}

.footer_middle .pattern.pattern_1 {
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    opacity: 0;
    transition: .7s all;
    z-index: 1;
}

.footer_middle .pattern.pattern_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.footer_middle .pattern.pattern_2 {
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: .7s all;
    left: 0;
    z-index: 0;
}

.footer_middle .item:hover .pattern.pattern_1,
.footer_middle .item:hover .pattern.pattern_2 {
    opacity: 1;
    transition: .7s all;
}

.footer_middle .item {
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.footer_middle .item:nth-child(4n) {
    border-right: unset;
}

.footer_middle {
    margin-top: 3.177rem;
}

footer:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3.125rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F7FF 100%);
    height: 100%;
    pointer-events: none;
    width: 100%;
}

.footer_bottom {
    position: relative;
    z-index: 5;
}

.footer_middle .item .title {
    font-size: 1.823rem;
    color: var(--main-cl);
    text-transform: uppercase;
    font-family: 'Plus Jakarta Bold 700';
    line-height: 1.1;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1.25rem;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.footer_middle .item .title .svg {
    width: 1.667rem;
    height: 1.667rem;
    flex: 0 0 auto;
}

.footer_middle .item .title .svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.copyright_footer {
    opacity: 75%;
}

.breadcrumbs {
    font-weight: unset !important;
}

.header_nav ul {
    margin: 0;
}

.header-wrapper {
    align-items: center;
}

.about_2 .pattern.pattern_1 {
    left: 0;
    width: 29.479rem;
    top: 20%;
}

.about_3 .pattern.pattern_1 {
    right: 0;
    top: -30%;
    width: 41.71875rem;
    height: auto;
}

.about_3 .history_timeline .pattern {
    width: 100%;
    top: 1.865rem;
    left: 0;
}

.about_3 .history_timeline .pattern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_5 .pattern.pattern_1 {
    right: 0;
    bottom: -74%;
    width: 49.792rem;
}

section.about_5.relative {
    /* overflow: hidden; */
}


body .pattern {
    pointer-events: none !important;
}

#main {
    padding-bottom: 7.8125rem;

}

.breadcrumb_products {
    padding-top: 7.292rem;
}

.breadcrumbs.breadcrumb_products a {
    color: #3D54A0 !important;
    transition: .7s all;
    width: fit-content;
}

.breadcrumbs.breadcrumb_products ol > li + li:before {
    background: #3D54A0;
}

.breadcrumb_products .dropdown_heading {
    gap: 0.521rem;
    padding: 0.521rem 1.042rem;
    border: 1px solid #3D54A0;
    border-radius: 5px;
    font-size: 0.833rem;
    color: #3D54A0;
    transition: .7s all;
    font-family: 'Plus Jakarta Bold 700';
}

.breadcrumb_products ol {
    align-items: center;
}

.breadcrumb_products .dropdown_heading:hover {
    background: #3D54A0;
    transition: .7s all;
    color: white;
}

.breadcrumb_products .dropdown_heading:hover svg path {
    stroke: white;
    transition: .7s all;
}

.product_thumb {
    border: 0.88px solid #D1DAEF;
    width: 100%;
    height: 28.28125rem;
    padding: 1.5625rem 6.458rem;
    background: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_product_1 {
    padding-top: 4.0625rem;
}

.product_thumb_slide, .thumb_item {
    width: 100%;
    height: 100%;
}

.single_product_1 .pattern_1 {
    left: 0;
    top: 0;
    width: 23.90625rem;
    height: auto;
}

.breadcrumb_products .pattern.pattern_1 {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.breadcrumb_products {
    z-index: 2;
}

.single_product_1 .row {
    position: relative;
    z-index: 5;
}

.product_nav {
    margin-top: 1.5625rem;
    padding: 0 4.583rem;
}

.product_nav .swiper-slide {
    padding: 0 0.677rem;

}

.product_nav_slide {
    margin: 0 -0.677rem;
}

.product_nav .nav_item {
    padding: 0.26rem 1.042rem;
    height: 4.583rem;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D1DAEF;
    border-radius: 5px;
    cursor: pointer;
}

.product_nav .swiper-pagination {
    display: none;
}

.product_nav .arrow_slide {
    width: 1.823rem;
    height: 1.823rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    display: flex;
    cursor: pointer;
    transition: .7s all;
}

.product_nav .arrow_slide.next:hover {
    right: 1rem;
}

.product_nav .arrow_slide.prev:hover {
    left: 1rem;
}

.product_nav .arrow_slide.next {
    right: 1.302rem;
}

.product_nav .arrow_slide.prev {
    left: 1.302rem;
}

.thumb_item {
    padding: 0 1.042rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_thumb_slide {
    margin: 0 -1.042rem;
}

.single_product h1 {
    background: linear-gradient(90deg, #003596 0%, #88B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-family: 'Plus Jakarta Bold 700';
    font-size: 3.125rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.single_product .heading_wrap {
    display: flex;
    gap: 1rem;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 2.083rem;
    border-bottom: 1px solid #DAE1F2
}

.single_product .heading_wrap .brand {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0.78125rem 2.083rem;
    overflow: hidden;
}

.breadcrumb_products .pattern.pattern_2 {
    top: -40%;
    right: 0;
    width: 22.24rem;
}

.breadcrumb_products .pattern.pattern_2 {
    top: -250%;
    right: 0;
    width: 43.24rem;
}

.single_product .desc {
    margin-top: 2.083rem;
    font-size: 0.9375rem;
    color: #666666;
}

.model {
    margin-top: 2.083rem;
}

.model .title {
    color: #003596;
    font-size: 1.302rem;
    line-height: 1.1;
    font-family: 'Plus Jakarta Bold 700';
}

.model_wrap {
    margin-top: 1.458rem;
    gap: 1.042rem;
}

.model_wrap .item {
    padding: 0.625rem 1.042rem;
    background: #F3F7FF80;
    border-radius: 6px;
    transition: .7s all;
    color: #3D54A0;
    border: 1px solid #3D54A01A;
}

.model_wrap .item:hover {
    background: #3D54A0;
    color: white;
    transition: .7s all;
}

.single_product .cta_wrap {
    margin-top: 2.083rem;
    gap: 0.625rem;
}


.single_product .cta_wrap .btn {
    flex: 0 0 auto;
    width: calc(100% / 2 - (0.625rem * 1 / 2));
    color: white;
    font-size: 0.9375rem;
    font-family: 'Plus Jakarta SemiBold 600';
    gap: 0.521rem;
    padding: 0.833rem 1.042rem 0.833rem 1.615rem;
    transition: .7s all;
    height: 3.385rem;
    justify-content: center;
}

.single_product .cta_wrap .btn_2 {
    justify-content: space-between;
}

.single_product .btn_form {
    justify-content: center;
    background: #3D54A0;
}

.single_product .cta_wrap .btn .svg {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_product .cta_wrap .btn_2 {
    border: 1px solid #3D54A0;
    transition: .7s all;

}

.single_product .cta_wrap .btn_2 .content {
    flex: 0 0 auto;
    color: #3D54A0;
    transition: .7s all;

}

.single_product .cta_wrap .btn .icon {
    width: auto;
    height: 1.71875rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_product .cta_wrap .btn .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s all;
}

.single_product .btn_form {
    border: 1px solid #3D54A0;
}

.single_product .btn_form:hover {
    background: white;
    transition: .7s all;
    color: #3D54A0;
}

.single_product .btn_form:hover svg path {
    stroke: #3D54A0;
    transition: .7s all;
}

.single_product .cta_wrap .btn_2:hover {
    background: #3D54A0;
    transition: .7s all;
}

.single_product .cta_wrap .btn_2:hover svg path {
    stroke: white;
    transition: .7s all;
}

.single_product .cta_wrap .btn_2:hover .content {
    color: white;
    transition: .7s all;
}

.single_product .cta_wrap .btn_2:hover img {
    filter: brightness(0) invert(1);
    transition: .7s all;
}

.single_product_1 .spec {
    padding-top: 2.604rem;
    border-top: 1px solid #DAE1F2;
    margin-top: 2.604rem;
}

.single_product_1 .spec .title {
    color: #003596;
    font-size: 1.302rem;
    font-family: 'Plus Jakarta Bold 700';
    line-height: 1;
}

.spec_wrap {
    margin-top: 1.458rem;
    background: #F3F7FF;
    padding: 1.042rem;
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    gap: 0.26rem;
}

.spec_wrap .item {
    display: flex;
    flex-direction: column;
    gap: 0.26rem;
}

.spec_wrap .item .item_wrap {
    padding: 0.521rem 1.198rem;
    border-bottom: 1px solid #D1DAEF;
    gap: 1rem;
}

.spec_wrap .item .item_wrap .item_left {
    color: #666666;
    font-size: 0.833rem;
    font-family: 'Plus Jakarta Bold 700';
}

.spec_wrap .item .item_wrap .item_right {
    font-size: 0.833rem;
    color: #666666;
}

.spec_wrap .item .item_wrap:last-child {
    border-bottom: unset;
}

.spec_wrap .item .title {
    background: #E6EFFF;
    padding: 0.625rem 1.198rem;
    color: #3D54A0;
    font-size: 0.833rem;
    font-family: 'Plus Jakarta Bold 700';
    border-radius: 5px;
    text-transform: uppercase;
}

.single_product_1 .pattern.pattern_2 {
    top: 30.729rem;
    left: 12.604rem;
    width: 45.677rem;
}

.single_product_1 .pattern.pattern_3 {
    left: 21.521rem;
    top: 44.6875rem;
    width: 45.521rem;
}

.single_product_1 .col.large-5.medium-5.small-12 {
    position: sticky;
    top: 10rem;
    margin-bottom: 6rem;
}

.single_product_2 {
    margin-top: 7.8125rem;
    background: #F3F7FF;
    padding: 4.792rem 0 6.458rem;
}

.single_product_2 h2,
.application_detail_tabs_2 h2 {
    font-size: 2.604rem;
    font-family: 'Plus Jakarta Bold 700';
    background: linear-gradient(90deg, #003596 0%, #88B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0;
}

.product_appli_wrap,
.product_related_wrap {
    margin-top: 2.604rem;
}

.product_appli_slide,
.product_related_slide {
    margin: 0 -1.51rem;
}

.product_appli_slide .swiper-slide,
.product_related_slide .swiper-slide {
    padding: 0 1.51rem;
}

.product_appli_wrap .slide_item,
.product_related_wrap .slide_item {
    background: white;
    height: 20rem;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.product_appli_wrap h3,
.product_related_wrap h3 {
    padding: 0 1.302rem;
    font-size: 1.042rem;
    margin: 0;
    color: #3D54A0;
    font-family: 'Plus Jakarta Bold 700';
    line-height: 1.1;
    transform: translateY(1.302rem);
}

.detail .btn_wrap {
    transform: translateY(4rem);
    transition: .7s all;
    padding: 0.15625rem 1.302rem;
    font-size: 0.729rem;
    font-family: 'Plus Jakarta Medium 500';
    line-height: 1.1;
    color: #3D54A0;
    gap: 1rem;

}

.single_product_2 .pattern.pattern_1 {
    right: 0;
    bottom: 0;
    width: 49.323rem;
}

.detail .btn_wrap .svg {
    width: 1.302rem;
    height: 1.302rem;
    flex: 0 0 auto;
}

.product_appli_wrap .slide_item .item_link,
.product_related_wrap .slide_item .item_link {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product_appli_wrap .slide_item:hover .thumb img,
.product_related_wrap .slide_item:hover .thumb img {
    transform: scale(1.1);
    transition: .7s all;
}

.product_appli_wrap .thumb,
.product_related_wrap .thumb {
    width: 100%;
    height: 15.625rem;
    overflow: hidden;
}

.product_appli_wrap .slide_item:hover h3,
.product_related_wrap .slide_item:hover h3 {
    transform: unset;
    transition: .7s all;
}

.product_appli_wrap .slide_item:hover .btn_wrap,
.product_related_wrap .slide_item:hover .btn_wrap {
    transform: unset;
    transition: .7s all;
}

.product_appli_wrap .pagination_wrap,
.product_related_wrap .pagination_wrap {
    margin-top: 2.604rem;
}

.single_product_2 .slide_2 {
    margin-top: 7.083rem;
}

.appli_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.appli_banner {
    height: 48.75rem;
    width: 100%;
}

.appli_banner .banner_hero_content {
    z-index: 2;
}

.appli_banner.banner_hero:before {
    z-index: 1;
}

.appli_banner .banner_hero_content {
    pointer-events: none;
}

.appli_banner .banner_hero_content .group_title {
    pointer-events: all;
}

.appli_banner .banner_hero_content .banner_hero_desc {
    pointer-events: all;
}

.appli_banner .pagination_wrap {
    width: 21.458rem;
    flex-shrink: 0;
}

.appli_banner .swiper-scrollbar {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.appli_banner .swiper-scrollbar-drag {
    background: #FFFFFF;
}

.app_list_item a.item_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.app_container {
    flex-direction: column;
}

.app_container {
    flex-direction: column;
    gap: 2.917rem;
}

.app_container .app_wrapper {
    padding-bottom: 2.917rem;
    border-bottom: 1px solid #D1DAEF;
}

.application_detail_hero .pattern_1 {
    left: 0;
    bottom: 0;
    width: 793px;
    height: auto;
}

.breadcrumbs ol {
    margin: 0;
}


.app_detail_heading_wrapper h1 {
    font-family: 'Plus Jakarta Bold 700';
}

.application_detail_hero .pattern_2 {
    right: 0;
    bottom: 0;
    width: 63.854rem;
    height: 100%;
}

.application_detail_hero {
    z-index: 2;
}

.application_detail_tabs {
    background: #F3F7FF;
}

.appli_slide img {
    width: 100%;
    height: 100%;
}

.application_detail_tabs_2 {
    background: #F3F7FF;
    padding: 5.208rem 0 7.8125rem;
}

.banner_hero_3:before {
    content: unset;
}

.contact_1 .pattern_1 {
    right: 0;
    top: -20%;
    width: 36.25rem;
}

.banner_hero_3 {
    z-index: 2;
}

.contact_1 .pattern_2 {
    left: 0;
    width: 39.271rem;
    top: 10%;
}

.contact_1 .row {
    position: relative;
    z-index: 5;
}

.contact_3 .pattern_2 {
    left: 0;
    bottom: -50%;
    width: 68.28125rem;
}

.contact_3 {
    padding-bottom: 7.8125rem;
}


.header_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header_sidebar.active {
    opacity: 1;
    visibility: visible;
}

.header_sidebar_inner {
    position: absolute;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    padding: 20px 15px;
    top: 69.67px;
}

.header_sidebar.active .header_sidebar_inner {
    transform: translateX(0);
}

.header_sidebar_toggle line {
    stroke: white;
}

ul.sub_menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    border-width: 1px;
    background: #fff;
    box-shadow: 1px 15px 15px rgb(0 0 0 / .15);
    padding: .25rem;
    left: -15px;
    max-height: inherit;
    opacity: 0;
    visibility: visible;
    border-radius: 10px;
    min-width: 260px;
    z-index: 9;
    text-align: left;
    margin: 0;
    list-style: none;
    border: 1px solid #ddd;
    pointer-events: none;
}

.product_nav .arrow_slide svg {
    width: 100%;
    height: 100%;
    display: block;
}

.single_product_2 .content {
    font-size: 1.042rem;
}

.mobile_flex {
    display: none;
}

.gallery_thumb .slide_thumb {
    height: 30.167rem;
}

.gallery_thumb {
    margin: -1rem 0;
}

.gallery_thumb .slide_thumb {
    padding: 1rem 0;
}

.new_banner .banner_hero_content {
    padding-bottom: 1.458rem;
}

.new_banner .term_wrap {
    gap: 4.167rem;
    color: white;
    padding-top: 1.458rem;
    position: relative;
    margin-top: 3.125rem;
}

.new_banner .term_wrap a {
    font-size: 1.042rem;
    color: #FFFFFF;
    font-weight: unset;
    position: relative;
    padding-bottom: .1rem;
    line-height: 1.5;
}

.new_banner .term_wrap a:hover, .new_banner .term_wrap a.active {
    text-decoration: underline;
}

.new_banner .wrap_banner_hero_content {
    width: 38.021rem;
}

.new_banner .term_wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(134, 176, 254, 0.5) 77.02%, rgba(134, 176, 254, 0) 100%);
}

.new_banner .term_wrap a.active {
    font-family: 'Plus Jakarta Bold 700';
}

.detail_blog .breadcrumbs {
    padding-top: 7.708rem;
}

.detail_blog .breadcrumbs a, .detail_blog .breadcrumbs span {
    color: #3D54A0 !important;
}

.breadcrumbs ol > li + li:before {
    background: #3D54A0;
}

.detail_blog .group_heading {
    padding-top: 4.167rem;
}

.sidebar_wrap.fixed_sidebar {
    margin-top: 4.167rem;
}

.detail_blog .pattern_1 {
    top: 0;
    right: 0;
}

figcaption {
    color: #666666;
    font-size: 0.729rem;
    text-align: center;
    margin-top: 0.833rem;
    font-style: italic;
}

.contact_2 .pattern.pattern_1 {
    right: 0;
    top: 20%;
}

.banner_hero_3 .breadcrumbs ol > li + li:before {
    background: white;
}

header:before {
    content: '';
    opacity: 60%;
}

.header-wrapper {
    align-items: start;
}

.header-wrapper .dd_trigger {
    background: #3A74DF;
}

.header-wrapper {
    align-items: start;
}

body {
    oveflow: unset;
    overflow-x: clip;
}

.lets_talk_form {
    margin-top: 1.71875rem;
}

.lets_talk_form input {
    box-shadow: unset;
}

.lt_field.select_wrap {
    position: relative;
}

.lt_field.select_wrap:before {
    position: absolute;
    content: '';
    right: 0;
    top: 1rem;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDZMOCAxMUwzIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.lets_talk_form input:focus {
    box-shadow: unset;
    background: unset;
}

.lets_talk_form textarea:focus {
    box-shadow: unset;
}

button.lt_submit:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 0%, #98BCFF 100%);
}

button.lt_submit {
    overflow: hidden;
    border-radius: 6px;
    z-index: 2;
    margin: 0;
    padding: 0.677rem 1.042rem 0.677rem 1.5625rem;
    line-height: normal;
    color: #3D54A0;
    transition: .7s all;
    font-size: 0.9375rem;
    font-family: 'Plus Jakarta SemiBold 600';
}

button.lt_submit .svg_wrap {
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.lt_submit .svg_item {
    position: absolute;
    left: 0;
    top: 0;
    transition: .7s all;
}

button.lt_submit .item_1 {
    transform: translate(-100%, 100%);
    transition: .7s all;
}


button.lt_submit:hover .item_1 {
    transform: unset;
}

button.lt_submit:hover .item_2 {
    transform: translate(100%, -100%);
    transition: .7s all;
}

.popup_product {
    padding: 0;
    width: 36.823rem;
}

.fancybox-slide--html .fancybox-close-small {
    color: white;
    padding: 0;
    top: 1rem;
    right: 1rem;
}

.lets_talk_form input {
    height: unset;
}

.lt_field {
    padding-bottom: 0.729rem;
}

.lt_field textarea {
    min-height: 4.6875rem;
}

button.lt_submit .svg_wrap svg {
    width: 100%;
    height: 100%;
    display: block;
}
h2.intro_title {
    font-family: 'Plus Jakarta Bold 700';
    color: #fff;
    font-size: 2.5rem;
}
.intro_page .intro_layer a.btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff !important;
}

.intro_page .intro_layer a.btn path {
    stroke: #fff !important;
}
.item_blog_insight_first img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.pc_cat_menu li {padding: 0 !important;}

ul.pc_cat_menu {
    z-index: 10 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 10 !important;
}

.breadcrumb_products {
    z-index: 10;
}

.breadcrumbs.breadcrumb_products a {width: 100%;}
input:hover, select:hover, textarea:hover{
    box-shadow: none !important;
}
@media only screen and (max-width: 1699px) {
    html {
        font-size: 1.1vw;
    }

    :root {
        --container-w: 90.125rem;
    }
}

@media (min-width: 1200px) {
    body, html {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1199px) {
    :root {
        --container-w: 59.375rem;
    }

    body, html {
        font-size: 1.6vw;
    }

    .closed_menu {
        display: flex;
    }

    .mobile_menu .closed_menu,
    .closed_menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
    }

    .mobile_menu {
        transform: unset;
    }

    .mobile_menu.active {
        opacity: 1;
    }

    .mobile_menu ul {
        width: 100%;
        height: 100%;
        background: var(--main-cl);
    }

    nav.header_nav.mobile_menu ul {
        transform: translateX(-100%);
        transition: transform .2s;
    }

    nav.header_nav.mobile_menu.active ul {
        transform: translateX(0);
        transition: transform .2s;
        padding-top: 3.375rem;
    }

    .header_mobile {
        display: flex;
    }

    .header_pc {
        display: none;
    }

    header:before {
        background-image: unset;
        background: #31478D;
    }

    .header-wrapper {
        align-items: center;
    }

    .header_nav {
        padding-top: 0;
    }

    /*show/hide - breakpoint*/
    .tablet-show {
        display: block !important;
    }

    .tablet-hide {
        display: none !important;
    }

    .tablet-show-flex {
        display: flex !important;
    }

    .tablet-hide-flex {
        display: none !important;
    }

}

@media only screen and (max-width: 991px) {
    :root {
        --container-w: 58rem;
    }

    a.main-menu-toggle {
        flex: 1 1 0;
    }

    .load_home_page svg {
        width: 320px;
    }

    html {
        font-size: 1.6vw;
    }

    button.btn_menu_mobi {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

    .header_right {
        flex: 1 1 0;
        justify-content: end;
    }

    .header_left {
        width: 20rem;
        justify-content: center;
    }

    .title_sub {
        font-size: 1.6rem;
    }

    .home_2_content .desc {
        font-size: .8rem;
    }

    .btn {
        font-size: .85rem;
        padding: .5rem 1rem;
    }

    .marquee_img_wrap .marquee_img img {
        max-height: 14rem;
    }

    .sec_marquee_img::after, .sec_marquee_img::before {
        height: 3rem;
    }

    .home_3 {
        padding-top: 4rem;
    }

    .sec_marquee_img {
        margin-top: 2rem;
    }

    h2.title {
        font-size: 2rem;
    }

    .home_3_title {
        gap: 1rem;
    }

    .home_3 .wrap_btn {
        flex: 0 0 auto;
    }

    .why_choose_image {
        width: 20rem;
        margin: 0 auto;
    }

    .banner_hero video {
        height: 30rem;
    }

    h1.banner_hero_title {
        font-size: 5rem;
    }

    .header-wrapper.stuck {
        align-items: center;
        padding-top: 0;
    }

    a.header_logo {
        height: 3.125rem;
    }

    a.header_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    header.is_scrolled:before {
        height: 100%;
    }

    header {
        padding: .5rem 15px;
    }

    h2.title {
        font-size: 3rem;
    }

    /* home_4 */
    .why_choose {
        margin: 0;
        display: flex;
        flex-direction: column;
    }

    .why_choose_image {
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 1.5rem;
    }

    .why_choose_body {
        gap: 1.5rem;
    }

    .why_choose_body .group_title {
        justify-content: flex-start;
        padding-right: 0;
    }

    .why_choose_wrap {
        margin-left: 0;
        padding: 2rem 1.5rem;
        justify-content: space-between;
        gap: 1.5rem;
        border-radius: 1.5rem;
        background: rgb(222 232 255 / 50%);
    }

    /* home_5 */
    .desc_home_5 {
        padding: 0 0 2.9167rem 0;
        text-align: center;
    }

    .home_5 .wrap_btn {
        display: flex;
        justify-content: center;
    }

    header {
        background: #3D54A0;
    }

    .header-wrapper {
        padding-top: 0;
    }

    header:before {
        content: unset;
    }

    .home_3_item .icon_circle {
        width: 5rem;
        height: 5rem;
        padding: .75rem;
    }

    .swiper-slide-active .home_3_item .card_content {
        transform: translateY(0);
        background: #97b5ec;
        transition: .7s all;
    }

    .home_3_item h3.title {
        font-size: 1.75rem;
    }

    .home_3_item {
        min-height: 24rem;
    }

    .slider_main_business {
        padding-bottom: 3rem;
    }

    .why_choose_body {
        margin-top: 2rem;
        align-items: center;
        justify-content: center;
    }

    .group_title {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .why_choose_item .icon {
        width: 6rem;
        height: 6rem;
    }

    .why_choose_item .icon img {
        width: 3rem;
        height: 3rem;
    }

    .fs-50 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .home_6 {
        padding: 3rem 0 2rem;
    }

    .home_6 .wrap_btn {
        margin: 0 auto;
        width: fit-content;
    }

    .home_6 .row.first_row {
        padding-bottom: 3rem;
    }

    .home_6 .group_title {
        padding: 3rem 0 2rem;
    }

    .item_feature_product .wrap_btn {
        flex-direction: column;
        align-items: start;
        gap: .5rem;
    }

    .item_feature_product h3.title {
        font-size: 1.25rem;
    }

    .home_8 {
        margin-top: 3rem;
        border-radius: 20px 20px 0 0;
        padding: 2rem 0 4rem;
    }

    .home_8 .group_title {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .home_8_video {
        padding-top: 4rem;
    }

    .home_8_video video {
        height: 23rem;
    }

    .slogan_marquee_wrap {
        padding-top: 3rem;
    }

    .marquee_text_container .marquee_track {
        font-size: 3rem;
        gap: 1rem;
    }

    .marquee_text_container .marquee_content {
        gap: 1rem;
    }

    .marquee_text_container .marquee_track .dot {
        width: 1rem;
        height: 1rem;
    }

    .wrap_logo_partner .marquee_img_wrap .marquee_img .img_item {
        width: 5rem;
        height: 5rem;
    }

    .wrap_logo_partner .marquee_img_wrap .marquee_img .img_item img {
        width: 65%;
        height: 65%;
    }

    .home_9 .marquee_img_container.marquee_container:before {
        width: 5rem;
    }

    .home_9 .marquee_img_container.marquee_container:after {
        width: 5rem;
    }

    .home_9 .row {
        padding-bottom: 5rem;
    }

    .home_10 {
        padding-top: 2rem;
    }

    .group_blog_insight {
        flex-wrap: wrap;
        display: flex;
        gap: 1rem;
    }

    .item_blog_insight_first {
        width: 100%;
        margin: 0;
    }

    .item_blog_insight {
        width: calc(100% / 2 - (1rem * 1 / 2));
        margin: 0;
        height: 22rem !important;
    }

    .fs-30 {
        font-size: 1.1rem;
        line-height: 1.3;
    }

    .item_blog_insight .img-wrap {
    }

    .item_blog_insight > .inner {
        row-gap: 4rem;
    }

    .home_11 {
        padding-top: 3rem;
    }

    .home_11_wrapper .content_left {
        width: 100%;
        text-align: center;
    }

    .home_11_wrapper .content_right {
        width: 80%;
    }

    #main {
        padding-bottom: 4rem;
    }

    .logo_footer {
        padding-right: 1rem;
    }

    .logo_footer h2.title {
        font-size: 1rem;
    }

    .menu_wrapper_footer {
        gap: 3rem;
    }

    .title_footer {
        font-size: 1.1rem;
    }

    .menu_footer {
        column-gap: 1rem;
    }

    .footer_middle .item {
        padding: 1rem 2rem;
    }

    .footer_middle .item .title {
        font-size: 1.1rem;
    }

    .footer_middle .item {
        width: calc(100% / 2);
        min-height: 22rem;
    }

    li.menu_item {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .icon_dropdown_sub_menu {
        width: 1.25rem;
        height: 1.25rem;
    }

    ul.sub_menu {
        position: inherit;
        inset: unset !important;
    }

    ul.header_nav .menu_item ul.sub_menu li a {
        font-size: 1.2rem;
        padding: .5rem 1rem .5rem 2rem;
    }

    .header_sidebar .menu_item.menu-has-children.active > .icon_dropdown_sub_menu svg {
        transform: rotate(180deg);
        transition: transform 0.25s;
    }

    li.menu_item ul.sub_menu {
        opacity: 1 !important;
        transition: unset !important;
        border: unset;
        box-shadow: unset;
        background: unset;
        padding: 0;
    }

    li.menu_item {
        padding: 1rem 15px;
    }

    li.menu_item.menu-has-children.active {
        background: rgba(0, 0, 0, .05);
    }

    .header_sidebar_inner {
        padding: 20px 0;
    }

    ul.header_nav .menu_item {
        padding: .5rem 15px;
    }

    ul.header_nav {
        flex-direction: column;
        align-items: start;
        gap: 1.25rem;
    }

    ul.header_nav .menu_item a {
        font-size: 1.2rem;
    }

    .header_sidebar_toggle {
        position: absolute;
        top: 5rem;
        right: 1rem;
        cursor: pointer;
        z-index: 10000;
        width: 2.5rem;
        height: 2.5rem;
    }

    .icon_dropdown_sub_menu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    li.menu_item {
        position: relative;
        display: flex;
        gap: .5rem;
        align-items: center;
        margin: 0;
    }

    .icon_dropdown_sub_menu svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    ul.header_nav .menu_item ul.sub_menu li a {
        font-size: .85rem;
        padding: .5rem 1rem .5rem 2rem;
    }

    ul.header_nav .menu_item a {
        color: #333333;
        font-size: .95rem;
    }

    .wrap_btn_option {
        padding-left: 15px;
    }

    .dd_trigger {
        background: var(--main-cl);
    }

    .dd_trigger_text {
        font-size: .9rem;
    }

    .header_sidebar .menu_item.menu-has-children.active > .icon_dropdown_sub_menu svg {
        transition: .7s all;
        transition-delay: unset;
    }

    .business_wrapper {
        flex-direction: column;
        gap: 1rem;
    }

    .business_left {
        width: 100%;
        padding: 1rem;
        row-gap: 1.5rem;
    }

    .about_2 .group_title {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .business_right {
        width: 100%;
        padding: 2rem;
    }

    .business_item::before {
        left: -2rem;
        top: 1rem;
    }

    .about_3 {
        padding-top: 2rem;
    }

    .history_wrapper .group_title {
        display: flex;
        flex-direction: column;
    }

    .history_years.swiper {
        margin: 0 2rem;
    }

    .about_4 {
        padding-top: 2rem;
    }

    .strategy_grid {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .strategy_item {
        width: calc(100% / 2 - (1rem * 1 / 2));
        min-height: 15rem;
    }

    .strategy_letter {
        font-size: 15rem;
    }

    .about_5 {
        padding-top: 2rem;
    }

    .service_left {
        height: 19rem;
    }

    .service_text_overlay {
        padding: 2rem;
    }

    .service_right {
        margin-top: 1rem;
        max-height: unset;
    }

    .service_item .group_title {
        justify-content: start;
    }

    .service_icon {
        width: 5rem;
        height: 5rem;
        padding: .8rem;
    }

    .about_2 .pattern.pattern_1 {
        width: 15rem;
    }

    .banner_hero_content {
        padding: 0;
        top: 6rem;
        bottom: 2rem;
    }

    .wrap_banner_hero_content {
        gap: unset;
        justify-content: space-between;
        height: 100%;
    }

    .banner_hero_content .row {
        height: 100%;
    }

    h1.banner_hero_title {
        font-size: 4rem;
    }

    li.menu_item.current-menu-item a {
        color: var(--main-cl) !important;
        font-family: 'Plus Jakarta Bold 700';
    }

    .item.social_footer ul {
        flex-direction: column;
        display: flex;
    }

    .product_thumb {
        padding: 1.5rem;
        height: 17rem;
    }

    header:before {
        content: unset !important;
    }

    .product_nav .nav_item {
        padding: .5rem;
        height: 4rem;
    }

    .product_nav {
        padding: 0 3rem;
    }

    .product_nav .arrow_slide svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .product_nav .arrow_slide.next {
        right: 0;
    }

    .product_nav .arrow_slide.prev {
        left: 0;
    }

    .single_product .heading_wrap {
        flex-direction: column-reverse;
    }

    .single_product .heading_wrap .brand {
        border: 1px solid #e2e2e2;
        padding: .5rem 1rem;
    }

    .single_product h1 {
        font-size: 2.75rem;
    }

    .single_product_1 .pattern.pattern_2 {
        width: 35rem;
        left: 0;
        top: 20rem;
    }

    .single_product .cta_wrap {
        flex-direction: column;
    }

    .single_product .cta_wrap .btn {
        width: 100%;
    }

    .single_product_2 {
        margin-top: 2rem;
    }

    .detail .btn_wrap {
        transform: unset;
    }

    .product_appli_wrap h3, .product_related_wrap h3 {
        transform: unset;
    }

    .product_appli_slide .swiper-slide, .product_related_slide .swiper-slide {
        padding: 0 1rem;
    }

    .product_appli_slide, .product_related_slide {
        margin: 0 -1.5rem;
    }

    .header-wrapper {
        align-items: center !important;
    }

    .appli_banner .banner_hero_content {
        pointer-events: none;
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        height: 100%;
        padding: 3rem 0;
    }

    .appli_banner {
        height: 25rem;
    }

    .banner_hero {
        margin-top: 69.67px;
    }

    .appli_banner .banner_hero_content .banner_hero_desc {
        flex-direction: column;
        align-items: start;
        gap: 2rem;
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .appli_banner .banner_hero_content {
        padding: 1rem 0;
    }

    .app_wrapper {
        gap: 2rem;
    }

    .app_content {
        height: auto;
        margin: 0;
        gap: 1rem;
    }

    .fs-40 {
        font-size: 1.7rem;
    }

    .app_list {
        margin: 0;
    }

    .app_list_item .dot {
        width: 8px;
        height: 8px;
    }

    .app_image_wrap {
        height: 20rem;
    }

    div#appToggle {
        width: 2rem;
        height: 2rem;
    }

    div#appToggle svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .app_detail_heading_wrapper {
        padding: 0;
    }

    .app_part {
        text-align: start;
    }

    .app_gallery_wrap {
        margin-top: 1rem;
        justify-content: space-between;
        padding: 0 2rem;
    }

    .gallery_thumb {
        width: 6rem;
    }

    .gallery_thumb .slide_thumb {
        height: 30rem;
    }

    .tab_nav {
        gap: 3rem;
    }

    .tab_section {
        padding: 2rem 0;
    }

    .tab_layout {
        gap: 3rem;
    }

    .spec_image {
        height: auto;
    }

    div#sec_ckt .tab_left {
        padding: 0;
    }

    div#sec_download .tab_left {
        padding: 0;
    }

    .content_brand_agent .logo {
        width: 10rem;
        height: auto;
        margin-bottom: 1rem;
    }

    .content_brand_agent {
        width: 100%;
        padding: 2rem;
    }

    .content_brand_agent .wrap_btn {
        flex-direction: column;
        align-items: start;
    }

    .content_brand_agent .wrap_btn .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .new_banner .banner_hero_content {
        top: 0;
    }

    .new_banner .term_wrap {
        gap: 2rem;
        margin-top: 1rem;
    }

    .wrap_banner_hero_content {
        gap: unset;
        height: 100%;
        justify-content: end;
    }

    .news_2 {
        padding-top: 2rem;
    }

    .wrapper_blog_lastest {
        padding-top: 2rem;
        gap: 2rem;
    }

    .wrapper_blog_lastest .item_blog_insight {
        width: calc((100% / 2) - (2rem * 1) / 2);
    }

    .fs-60 {
        font-size: 2.5rem;
        line-height: normal;
    }

    .sidebar_wrap.fixed_sidebar {
        margin-left: 0;
    }

    .wrapper_terms_text {
        flex-direction: column;
        gap: 2rem;
    }

    .layout_post_normal .post_content {
        margin-top: 2rem;
    }

    .tags_wrap {
        gap: 1rem;
    }

    .fs-60 {
        font-size: 1.8rem;
    }

    .wrapper_terms_text {
        margin-top: 2rem;
    }

    .detail_blog .group_heading {
        padding-top: 2rem;
    }

    .terms_time > * {
        font-size: 1.1rem;
    }

    .terms_time time:before {
        width: 6px;
        height: 6px;
    }

    .post_footer {
        margin-top: 2rem;
    }

    .fs-15 {
        font-size: 1rem;
    }

    .social_share a {
        width: 2.5rem;
        height: 2.5rem;
    }

    .sidebar_wrap.fixed_sidebar {
        margin-top: 2rem;
    }

    .sidebar_wrap .group_title h2 {
        text-align: start;
    }

    .sidebar_wrap .list_post {
        padding: 0;
    }

    .sidebar_wrap .post_item {
        padding: 1rem 0;
    }

    .term_date {
        font-size: 1rem;
    }

    .fs-20 {
        font-size: 1.25rem;
    }

}

@media only screen and (max-width: 849px) {
    :root {
        --container-w: 45rem;
    }

    body, html {
        font-size: 2.2vw;
    }

    /*slide nav/pagination tablet/mobile*/
    .slide-nav-mobile .swiper-pagination {
        padding: 0;
        display: flex;
    }

    .slide-nav-mobile {
        align-items: center;
        padding-top: 1.1rem;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .slide-nav-mobile .arrow-slide.next {
        order: 3;
    }

    .slide-nav-mobile .arrow-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2.2rem;
        height: 2.2rem;
        flex: 0 0 auto;
        background: var(--third-cl);
        border-radius: 5.208rem;
        transition: .35s all;
    }

    .slide-nav-mobile .arrow-slide:hover {
        background: var(--main-cl);
    }

    .slide-nav-mobile .arrow-slide svg {
        width: 1.15rem;
        height: 1.15rem;
    }

    .slide-nav-mobile .arrow-slide path {
        stroke: #fff !important;
        fill: transparent !important;
    }

    .slide-nav-mobile.text-white .arrow-slide {
        background: #fff;
    }

    .slide-nav-mobile.text-white .arrow-slide path {
        stroke: var(--main-cl) !important;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --container-w: 45rem;
    }

    body, html {
        font-size: 3.5vw;
    }

    .grid_container {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .grid-10, .grid-100, .grid-15, .grid-20, .grid-25, .grid-30, .grid-33, .grid-35, .grid-40, .grid-45, .grid-5, .grid-50, .grid-55, .grid-60, .grid-65, .grid-66, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, [class*=mobile-grid-], [class*=tablet-grid-] {
        padding: 0 !important;
    }

    /*show/hide - breakpoint*/
    .tablet-show {
        display: block !important;
    }

    .tablet-hide {
        display: none !important;
    }

    .tablet-show-flex {
        display: flex !important;
    }

    .tablet-hide-flex {
        display: none !important;
    }

    /*show/hide - breakpoint*/
    .mobile-show {
        display: block !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-show-flex {
        display: flex !important;
    }

    .mobile-hide-flex {
        display: none !important;
    }

    .header_left {
        width: 14rem;
    }

    a.header_logo {
        height: 3.5rem;
    }

    .header_right {
        gap: 1rem;
        margin-top: unset;
    }

    .btn_search > a {
        width: 1.5rem;
        height: 1.5rem;
    }

    .icon_svg_lang {
        width: 1.5rem;
        height: 1.5rem;
        flex: 0 0 auto;
        display: flex;
    }

    .fs-16 {
        font-size: 1.1rem;
    }

    .icon_svg_lang svg {
        width: 100%;
        height: 100%;
        DISPLAY: BLOCK;
    }

    .btn_lang {
        gap: .5rem;
    }

    .btn_lang {
        padding-left: .75rem;
    }

    .header_right {
        gap: .75rem;
    }

    .header_left {
        width: 10rem;
    }

    .home_2 {
        padding-top: 2rem;
    }

    .home_2_content .desc {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .title_sub {
        font-size: 1.8rem;
    }

    .home_2 .pattern.pattern_1 {
        display: none;
    }

    h2.title {
        font-size: 2.2rem;
    }

    .home_banner_content {
        width: 100%;
        padding: 0 15px;
        bottom: 1rem;
    }

    h1.banner_hero_title {
        font-size: 3.5rem;
    }

    .home_banner_desc {
        font-size: 1.3rem;
        line-height: normal;
    }

    .btn {
        font-size: 1.1rem;
    }

    a.btn .svg_btn {
        width: 1.5rem;
        height: 1.5rem;
    }

    .marquee_img_wrap .marquee_img img {
        max-height: 10rem;
    }

    .sec_marquee_img::after, .sec_marquee_img::before {
        height: 1rem;
        background-size: cover;
    }

    .group_title {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .desc {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .home_3 .desc {
        font-size: 1.2rem;
        line-height: normal;
    }

    .home_3_title {
        padding-bottom: 2rem;
        align-items: center;
        justify-content: center;
    }

    .home_3 {
        padding-top: 1rem;
    }

    .home_3_item h3.title {
        font-size: 1.5rem;
    }

    .slide-nav-mobile .arrow-slide {
        width: 3.25rem;
        height: 3.25rem;
    }

    .slide-nav-mobile {
        justify-content: space-between;
    }

    .item_application .wrap_btn .btn {
        font-size: 1.1rem;
    }

    .slogan_marquee_wrap {
        margin: 0;
    }

    .home_8 {
        padding: 1rem 0 2rem;
    }

    .item_blog_insight {
        width: 100%;
    }

    .slider_blog_insight {
        margin: 0;
        padding-top: 1.5rem;
    }

    header {
        padding: 0.5rem 0.7813rem;
    }

    .item_blog_insight_first {
        height: 20rem !important;
    }

    .item_blog_insight_first .group_title_blog_insight {
        padding: 1rem;
    }

    .fs-25 {
        font-size: 1.2rem;
    }

    .item_blog_insight .img-wrap {
        transform: unset;
    }

    .fs-30 {
        font-size: 1.2rem;
    }

    .home_11_wrapper .content_right {
        width: 100%;
        padding: 0;
        align-items: center;
        text-align: center;
    }

    .home_11_wrapper {
        gap: 1rem;
    }

    .desc {
    }

    #main {
        padding-bottom: 2rem;
    }

    .why_choose_image {
        width: 18rem;
        margin: 0 auto;
    }

    .why_choose_wrap {
        flex-wrap: wrap;
        display: flex;
        gap: 1rem;
    }

    .why_choose_item {
        width: calc(100% / 2 - (1rem * 1 / 2));
    }

    .header_sidebar_inner {
        top: 59.06px;
    }

    ul.header_nav .menu_item a {
        font-size: 1.2rem;
    }

    ul.header_nav .menu_item {
    }

    ul.header_nav .menu_item ul.sub_menu li a {
        font-size: 1rem;
    }

    .dd_trigger_text {
        font-size: 1.1rem;
    }

    .icon_dd_trigger {
        width: 1.25rem;
        height: 1.25rem;
    }

    .icon_chevron_down {
        font-size: 1.2rem;
        height: 1.2rem;
    }

    .dd_trigger {
        padding: 1rem 2rem;
    }

    .logo_footer .logo {
        width: 15rem;
        margin: 0 auto;
    }

    .logo_footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-bottom: 1rem;
    }

    footer {
        padding-top: 1rem;
    }

    .logo_footer h2.title {
        font-size: 1.4rem;
    }

    .menu_wrapper_footer {
        flex-direction: column;
        display: flex;
        margin-top: 1rem;
    }

    .title_footer {
        font-size: 1.25rem;
    }

    .menu_wrapper_footer .content, footer .content {
        font-size: 1.1rem;
    }

    .menu_footer a {
        font-size: 1.1rem !important;
    }

    .menu_footer > li:not(:last-child) {
        margin-bottom: 1rem;
    }

    .item.social_footer li a {
        font-size: 1.1rem !important;
    }

    .footer_middle .item {
        padding: 1rem 0.75rem;
        width: 100%;
        min-height: 26rem;
    }

    .footer_middle .pattern.pattern_1 {
        opacity: 1;
    }

    .footer_middle .pattern.pattern_2 {
        opacity: 1;
    }

    .wrap_footer_bottom {
        margin: 0 -15px;
        padding: 1.5rem 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .wrap_footer_bottom > * {
        font-size: 1rem;
    }

    .thumb_item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .product_thumb {
        height: 20rem;
    }

    .product_nav .nav_item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .product_nav .nav_item {
        height: 7rem;
        padding: .25rem;
    }

    .product_nav .arrow_slide {
        width: 3.2rem;
        height: 3.2rem;
    }

    .pattern.pattern_1 {
        width: 20rem;
        top: -10%;
    }

    .single_product_1 .pattern.pattern_2 {
        display: none;
    }

    .single_product .heading_wrap .brand img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single_product .heading_wrap .brand {
        padding: 1rem;
    }

    .single_product .desc {
        font-size: 1.1rem;
    }

    .model_wrap .item {
        font-size: 1.1rem;
    }

    .single_product .cta_wrap .btn {
        font-size: 1.1rem;
        padding: 1.5rem;
    }

    .single_product .cta_wrap .btn .svg {
        width: 2rem;
        height: 2rem;
    }

    .single_product .cta_wrap {
        gap: 1rem;
    }

    .single_product_1 .spec .title {
        font-size: 1.65rem;
    }

    .spec_wrap .item .item_wrap .item_left {
        font-size: 1.1rem;
    }

    .spec_wrap .item .item_wrap .item_right {
        flex: 0 0 auto;
        font-size: 1.1rem;
    }

    .spec_wrap .item .item_wrap {
        padding: 1rem;
    }

    .single_product_1 .spec .item .title {
        font-size: 1.2rem;
        padding: 1rem;
    }

    .single_product {
        margin-top: 3rem;
    }

    .breadcrumbs ol > li {
        font-size: 1.1rem;
        flex: 0 0 auto;
    }

    .breadcrumbs ol > li + li:before {
        width: 7px;
        height: 7px;
    }

    .breadcrumbs ol {
        gap: 1rem;
        overflow: auto;
        padding-bottom: .5rem;
    }

    .breadcrumbs ol li:not(:first-child) {
        padding-left: 1rem;
    }

    .breadcrumb_products .dropdown_heading {
        font-size: 1.1rem;
        padding: .75rem 1rem;
    }

    span.dropdown_svg {
        width: 1rem;
        height: 1rem;
    }

    span.dropdown_svg svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .single_product_2 .content {
        font-size: 1.1rem;
        margin-top: 1rem;
    }

    .single_product_2 {
        padding: 3rem 0 2rem;
    }

    .product_appli_slide .swiper-slide, .product_related_slide .swiper-slide {
        padding: 0 .5rem;
    }

    .product_appli_slide, .product_related_slide {
        margin: 0 -.5rem;
    }

    .product_appli_wrap h3, .product_related_wrap h3 {
        font-size: 1.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .slide_item .detail {
    }

    .product_appli_wrap .slide_item, .product_related_wrap .slide_item {
        height: 21rem;
    }

    .detail .btn_wrap {
        font-size: 1rem;
        margin-top: .5rem;
    }

    .single_product_2 .slide_2 {
        margin-top: 2rem;
    }

    .single_product_2 .pattern.pattern_1 {
        opacity: 0;
    }

    .footer_middle .pattern.pattern_1 img {
        object-fit: contain;
        height: auto;
    }

    .footer_middle .pattern.pattern_1 {
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .banner_hero {
        margin-top: 59.06px;
    }

    .appli_banner .banner_hero_content .group_title {
        align-items: start;
    }

    .app_container .app_wrapper {
        flex-direction: column;
        display: flex;
        gap: 1rem;
    }

    .app_list {
        width: 100%;
    }

    .app_list_item {
        padding: 1rem 0;
    }

    .desktop_display {
        display: none;
    }

    .mobile_flex {
        display: flex;
    }

    div#appToggle {
        margin: 0 auto;
        width: 3.5rem;
        height: 3.5rem;
    }

    .app_container .app_wrapper {
        padding-bottom: 1rem;
    }

    .application_detail_hero .group_title {
        align-items: start;
    }

    .app_desc {
        font-size: 1.1rem;
        line-height: 1.5;
        text-align: start;
    }

    .app_gallery_wrap {
        padding: 0;
        flex-direction: column;
    }

    .gallery_main {
        max-width: unset;
        width: 100%;
    }

    .app_part {
        font-size: 1.1rem;
    }

    .tab_nav {
        overflow: auto;
        padding: 1rem;
        border-top: 1px solid gray;
    }

    .tab_layout {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }

    .fs-50 {
        font-size: 1.7rem;
    }

    .tab_list {
        margin-top: 1.5rem;
        gap: 1.25rem;
    }

    .tab_list li {
        font-size: 1.1rem;
    }

    .tab_list li::before {
        width: 2.2rem;
        height: 2.2rem;
    }

    .gallery_thumb .slide_thumb {
        height: unset;
        padding: 2rem;
    }

    .gallery_thumb .slide_thumb .img_wrap {
        width: 100%;
        height: 7rem;
    }

    .gallery_thumb .slide_thumb_mobile .img_wrap {
        width: 100%;
        height: 7rem;
    }

    .gallery_thumb {
        width: 100%;
    }

    .gallery_thumb .swiper-slide {
        height: unset !important;
    }

    .banner_hero_content {
        top: 0;
        bottom: unset;
        padding: 2rem 0;
        height: 100%;
    }

    .group_title {
        align-items: start;
    }

    .banner_hero {
        height: 20rem;
    }

    .banner_hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-nav-mobile {
        padding: 0 1.042rem;
    }

    .slider_logo_brand_agent {
        margin: 0 -1.042rem;
    }

    .slide-nav-mobile {
        margin-top: 1rem;
    }

    .brand_agent_2 {
        padding-top: 2rem;
    }

    .logo_brand_agent {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .logo_brand_agent img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider_logo_brand_agent .swiper-slide {
        padding: 0 20px;
    }

    .image_brand_agent {
        width: 100%;
        height: auto;
    }

    .info_brand_agent_wrapper {
        flex-direction: column;
    }

    .slider_info_brand_agent {
        margin: 0;
    }

    .slider_info_brand_agent .swiper-slide:nth-child(1) {
        margin: 0;
    }

    .group_content_agent {
        margin: 0;
    }

    .info_brand_agent_wrapper {
        padding: 0;
    }

    .image_brand_agent {
        height: 18rem;
    }

    .content_brand_agent {
        padding: 2rem 1rem;
        height: auto;
    }

    .content_brand_agent .desc {
        text-align: start;
    }

    .content_brand_agent .group_title {
        padding-bottom: 1rem;
    }

    .content_brand_agent .logo {
        width: 15rem;
        height: auto;
        margin: 0 auto;
    }

    .slide-nav-mobile .arrow-slide svg {
        width: 1.8rem;
        height: 1.8rem;
    }

    .slide-nav-mobile .arrow-slide {
        background: var(--main-cl);
    }

    .new_banner .wrap_banner_hero_content {
        width: 100%;
    }

    .news_1 {
        padding-top: 2rem;
    }

    .new_banner .term_wrap {
        overflow: auto;
        padding-bottom: .2rem;
    }

    .new_banner .term_wrap a {
        flex: 0 0 auto;
    }

    .wrapper_blog_lastest .item_blog_insight {
        width: 100%;
        height: 20rem !important;
    }

    .news_2 .item_blog_insight > .inner {
        gap: 4rem;
    }

    .news_2 .item_blog_insight .img-wrap {
        transform: unset;
    }

    .item_blog_insight .desc {
        display: none;
    }

    .banner_hero video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .banner_hero_content {
        padding: 2rem 15px;
        justify-content: end;
    }

    .pagination_blog a {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }

    .pagination_blog svg {
        width: .6rem;
        height: auto;
    }

    .brand_agent_1 .group_title {
        align-items: start;
        text-align: start;
    }

    .post_footer {
        gap: 2rem;
    }

    .post_footer span.title {
        font-size: 1.3rem;
    }

    figcaption {
        font-size: 1rem;
    }

    .contact_1 {
        padding-top: 2rem;
    }

    .accordion_list {
        margin: 0;
    }

    .contact_2 {
        padding-top: 2rem;
    }

    .wrap_cont_contact_2 {
        flex-direction: column;
        gap: 2rem;
    }

    .contact_3 {
        padding-top: 2rem;
    }

    .lets_talk_wrap {
        padding: 1rem;
    }

    .lets_talk_form {
        margin-top: 2rem;
    }

    .contact_3 {
        padding-bottom: 2rem;
    }

    .fs-80 {
        font-size: 3rem;
    }

    .contact_1 .group_title {
        text-align: center;
        align-items: center;
    }

    .gallery_thumb_mobile {
        margin-top: 2rem;
    }

    .lt_footer {
        flex-direction: column;
    }


    .lt_field textarea {
        height: 1rem;
        min-height: 2rem;
    }

    .lets_talk_form :is(input,textarea) {
        font-size: 18px;
    }

    .lets_talk_form :is(input,textarea)::placeholder {
        font-size: 1.1rem;
    }

    .lt_field select {
        font-size: 1.1rem;
    }

    .lt_policy {
        font-size: 1.1rem;
        text-align: center;
    }

    button.lt_submit {
        font-size: 1.15rem;
    }

    button.lt_submit .svg_wrap {
        width: 1.5rem;
        height: 1.5rem;
    }
}
/* ===========================================================
   Product category (listing) page — gộp từ product_term.css
   Đã format px -> rem (1rem = 20px). Namespace dưới .product_cat.
   =========================================================== */
.product_cat {
  --pc-blue: #3d54a0;
  --pc-blue-dark: #29397a;
  --pc-border: #e3e8f0;
  --pc-head-bg: #F3F7FF;
  --pc-filter-bg: #F3F7FF;
  --pc-hover: #eaf0ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222;
  padding: 1.2rem 0 3rem;
}

.product_cat .pc_container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
}

/* -------- Breadcrumb -------- */
.product_cat .pc_breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  color: #6a748c;
  margin-bottom: 1rem;
}
.product_cat .pc_breadcrumb a { color: #6a748c; text-decoration: none; }
.product_cat .pc_breadcrumb .pc_bc_sep { color: #b7c0d6; }
.product_cat .pc_bc_drop {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 0.05rem solid var(--pc-border);
  border-radius: 1rem;
  padding: 0.25rem 0.6rem;
  color: var(--pc-blue);
  font-weight: 600;
  cursor: pointer;
}

/* -------- Title row -------- */
.product_cat .pc_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.8rem;
}
.product_cat .pc_title {
  line-height: 1;
  color: var(--pc-blue);
  margin: 0;
  font-family: 'Plus Jakarta Bold 700';
  font-size: 4.1667rem;
  letter-spacing: 0%;
  background: linear-gradient(90deg, #003596 0%, #88B2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content !important;
}
.product_cat .pc_reset {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid var(--Blue, #3D54A0);
  border-radius: 0.5rem;
  padding: 0.6rem 0.9rem;
  font-size: .8rem;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  transition: .5s all;
  margin: 0;
  background: var(--Blue, #3D54A0);
  color: #fff;
  line-height: normal;
  font-family: 'Plus Jakarta Medium 500';
  text-transform: unset;
  font-weight: normal;
  min-width: 10rem;
  display: flex;
  justify-content: center;
}
.product_cat .pc_reset:hover { border-color: var(--pc-blue); color: var(--pc-blue); }

/* -------- Table scroll (cuộn ngang) -------- */
.product_cat .pc_table_scroll {
  overflow-x: auto;
  border: 0.05rem solid var(--pc-border);
  border-radius: 0.6rem;
  background: #fff;
  cursor: grab;
  border: none;
}
/* Đang kéo bảng bằng chuột */
.product_cat .pc_table_scroll.pc_grabbing {
  cursor: grabbing;
  user-select: none;
}
.product_cat .pc_table_scroll::-webkit-scrollbar { height: 0.4rem; }
.product_cat .pc_table_scroll::-webkit-scrollbar-thumb {
  background: #c9d4ef; border-radius: 0.4rem;
}

.product_cat table {
  border-collapse: collapse;
  width: 100%;
  min-width: 86rem;
}
.product_cat th, .product_cat td {
  border-right: 0.05rem solid var(--pc-border);
  border-bottom: 0.05rem solid var(--pc-border);
  padding: 0.7rem 0.8rem;
  text-align: center;
  font-size: 0.7rem;
  vertical-align: middle;
  min-width: 6rem;
  color: var(--Body-text, #020202);
}
.product_cat th:last-child, .product_cat td:last-child { border-right: none; }

/* header */
.product_cat thead th {
  background: var(--pc-head-bg);
  color: var(--pc-blue-dark);
  font-weight: 700;
  font-size: 0.7rem;
  position: relative;
  min-width: 9.5rem;
  text-transform: unset;
  line-height: 1.2;
}
.product_cat thead .pc_timers_group {
  background: var(--pc-blue);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: .5rem .5rem 0 0;
}

/* cột Series cố định bên trái khi cuộn ngang */
.product_cat th.pc_col_series,
.product_cat td.pc_col_series {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  text-align: left;
  min-width: 11rem;
}
.product_cat thead th.pc_col_series {background: var(--pc-head-bg);z-index: 3;text-align: center;text-transform: unset;font-size: 0.8rem;color: var(--Blue, #3D54A0);}

/* -------- Filter row -------- */
.product_cat tr.pc_filter_row td {
  background: var(--pc-filter-bg);
  vertical-align: top;
  padding: 0.9rem 0.7rem;
}
.product_cat tr.pc_filter_row td.pc_col_series {background: var(--pc-filter-bg);border: none;border-right: .3rem solid #fff;border-radius: 0 0 .5rem .5rem;z-index: 10;}

/* checkbox list */
.product_cat .pc_check_list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  text-align: left;
}
.product_cat .pc_check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  color: #3f4658;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
  margin: 0;
}
.product_cat .pc_check input {
  width: 0.8rem;
  height: 0.8rem;
  accent-color: var(--pc-blue);
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  border-radius: .5rem !important;
  display: inline-block;
}
.product_cat .pc_caret {
  margin-top: 0.5rem;
  color: #9aa6c2;
  cursor: pointer;
  user-select: none;
  font-size: 0.6rem;
  display: flex;
  justify-content: center;
}

/* -------- Vertical dual slider -------- */
.product_cat .pc_slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
}
.product_cat .pc_pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background: var(--pc-head-bg);
  color: var(--pc-blue);
  border-radius: 0.8rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.65rem;
  font-weight: 700;
  height: 1.15rem;
  border-radius: 0.15rem;
  border: 0.5px solid #87B1FE;
  background: rgba(135, 177, 254, 0.20);
  font-weight: normal;
}
.product_cat .pc_track {
  position: relative;
  width: 0.1rem;
  height: 8.8rem;
  background: #c9d4ef;
  margin: 0.1rem 0;
}
.product_cat .pc_track .pc_fill {
  position: absolute;
  left: 0;
  width: 100%;
  background: var(--pc-blue);
}
.product_cat .pc_handle {
  position: absolute;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--pc-blue);
  border: 0.1rem solid #fff;
  box-shadow: 0 0 0 0.05rem var(--pc-blue);
  transform: translate(-50%, -50%);
  cursor: grab;
  touch-action: none;
}
.product_cat .pc_handle:active { cursor: grabbing; }
/* Tay "điểm đầu" (lo) luôn nổi trên tay "điểm cuối" (hi) khi 2 tay đè nhau */
.product_cat .pc_handle_lo { z-index: 2; }
.product_cat .pc_handle_hi { z-index: 1; }
.product_cat .pc_track .pc_num {
  position: absolute;
  left: 0.6rem;
  font-size: 0.6rem;
  color: #333;
  white-space: nowrap;
  transform: translateY(-50%);
}

/* -------- Data rows -------- */
.product_cat tbody tr.pc_row { transition: background 0.15s; cursor: pointer; }
.product_cat tbody tr.pc_row:hover { background: var(--pc-hover); }
.product_cat tbody tr.pc_row:hover td.pc_col_series {}

.product_cat .pc_prod_cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
.product_cat .pc_prod_name {
  color: var(--pc-blue);
  font-weight: 700;
  font-size: 0.75rem;
}
.product_cat .pc_dl {
  display: inline-flex;
  color: #8a93aa;
  flex-shrink: 0;
  transition: 0.2s;
}
.product_cat .pc_dl:hover { color: var(--pc-blue); }

.product_cat .pc_empty {
  text-align: center;
  padding: 2rem 0.8rem;
  color: #8a93aa;
  font-size: 0.75rem;
}
main#main.product_cat {
    padding: 0 0 4rem;
    background: #fff;
}

.product_cat .pc_reset:hover {
    background: transparent;
    color: var(--Blue, #3D54A0);
}

.product_cat .pc_reset:hover path {
    stroke: var(--Blue, #3D54A0);
}

.product_cat .pc_reset path {
    transition: .5s all;
}
.product_cat td.pc_col_series {
    color: var(--Blue, #3D54A0);
}

tr.pc_row {}

tr.pc_row {
    background: #fbfcff;
}
.product_cat tbody tr.pc_row td {
    border: none;
    border-top: 5px solid #fff;
    z-index: 9;
}

.product_cat thead th.pc_col_series {
    border: none;
    border-radius: .5rem .5rem 0 0;
    border-right: .3rem solid #fff;
}

.product_cat tbody tr.pc_row td+td {
    border-left: 1px solid #dbe1f3;
}

.product_cat td.pc_col_series {
    background: #fbfcff;
}
.product_cat td.pc_col_series {
    transition: background 0.15s;
}
.product_cat tbody tr.pc_row:hover td.pc_col_series{
        background: #eaf0ff;
}
main#main.product_cat section.breadcrumbs {
    margin-bottom: 4rem;
}

main#main.product_cat section.breadcrumbs .pattern {
    display: none;
}
/* -------- Responsive -------- */
@media (max-width: 767px) {
  .product_cat .pc_title { font-size: 2rem; }
  .product_cat .pc_head { flex-direction: column; align-items: flex-start; gap: 0.7rem; }
  .product_cat th.pc_col_series, .product_cat td.pc_col_series { min-width: 9rem; }
}

/* ============================================================
   Trang Intro — slider địa điểm (gộp từ intro.css)
   ============================================================ */
/* ===== Trang Intro — slider địa điểm (rem, không thư viện) ===== */
.intro_page {
  --intro-cyan: #3ee0ff;
  --intro-blue: #0051e6;
}

.intro_page .intro_section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #050b2a;
  color: #fff;
}

/* Ảnh nền trái — 4 ảnh Mask-group, crossfade theo active */
.intro_page .intro_section_list_nen {
    z-index: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.intro_page .intro_section_list_nen .item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s ease, transform 6s ease;
  pointer-events: none;
}
.intro_page .intro_section_list_nen .item.active {
  opacity: 1;
  transform: scale(1);
}
.intro_page .intro_section_list_nen .item img {
  width: auto;
  height: 100vh;
  object-fit: cover;
  object-position: left center;
}
/* Overlay tối để chữ dễ đọc */
.intro_page .intro_section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(5, 11, 42, 0.82) 0%,
    rgba(5, 11, 42, 0.5) 30%,
    rgba(5, 11, 42, 0.35) 55%,
    rgba(5, 11, 42, 0.65) 100%
  );
}

/* Bản đồ bên phải: ảnh nền TĨNH + các điểm */
.intro_page .intro_section_map {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: auto;
  max-width: unset;
  z-index: 2;
  min-height: 100vh;
}
.intro_page .intro_section_map .nen {
  display: block;
  width: auto;
  height: auto;
  max-width: unset;
  min-height: 100vh;
}
.intro_page .intro_section_nen_list {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro_page .intro_section_nen_list li {
  position: absolute;
  transform: translate(-50%, -50%);
}
.intro_page .intro_section_nen_list li button {
  appearance: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.85rem;
  height: 0.85rem;
  padding: 0;
  border-radius: 50%;
  background: var(--intro-cyan);
  box-shadow: 0 0 0.9rem rgba(62, 224, 255, 0.9);
  transition: all 0.45s ease;
  margin: 0;
  min-height: unset;
}
.intro_page .intro_section_nen_list li button span {
  font-size: 0;
  font-weight: 700;
  color: #3d54a0;
  letter-spacing: 0.02em;
  transition: font-size 0.3s ease;
}
.intro_page .intro_section_nen_list li.active button {
  width: 2.2rem;
  height: 2.2rem;
  background: #35E0D8;
  box-shadow: 0 0 1.8rem rgba(62, 224, 255, 0.75);
}
.intro_page .intro_section_nen_list li.active button span {
  font-size: 0.8125rem;
}
/* Vòng nhấp nháy cho điểm active */
.intro_page .intro_section_nen_list li.active button::after {
  content: "";
  position: absolute;
  inset: -0.4rem;
  border-radius: 50%;
  border: 1px solid #35E0D8;
  animation: introPing 1.8s ease-out infinite;
}
@keyframes introPing {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Nội dung */
.intro_page .intro_inner {
    z-index: 3;
    align-items: center;
    min-height: 100vh;
    padding: 0;
    display: flex;
    position: relative;
    z-index: 10;
}
.intro_page .intro_content {
  position: relative;
  width: min(34rem, 46%);
  height: 34rem;
  overflow: hidden;
  margin-left: 21rem;
}
/* 2 lớp nội dung chồng nhau — trượt dọc song song */
.intro_page .intro_layer {
  position: absolute;
  inset: 0;
  will-change: transform;
}
.intro_page .intro_layer.is-enter {
  animation: introEnterUp 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
.intro_page .intro_layer.is-leave {
  animation: introLeaveUp 0.72s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  pointer-events: none;
}
@keyframes introEnterUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
@keyframes introLeaveUp {
  from { transform: translateY(0); }
  to { transform: translateY(-100%); }
}

/* Lớp mới: tiêu đề phóng to dần, desc + nút hiện ra sau một nhịp */
.intro_page .intro_layer.is-enter .intro_title {
  transform-origin: left center;
  animation: introTitleGrow 0.85s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.15s;
}
.intro_page .intro_layer.is-enter .intro_desc {
  animation: introContentIn 0.55s ease both;
  animation-delay: 0.35s;
}
.intro_page .intro_layer.is-enter .wrap_btn {
  animation: introContentIn 0.55s ease both;
  animation-delay: 0.48s;
}
@keyframes introTitleGrow {
  from { transform: scale(0.72); }
  to { transform: scale(1); }
}
@keyframes introContentIn {
  from { opacity: 0; transform: translateY(0.75rem); }
  to { opacity: 1; transform: translateY(0); }
}

.intro_page .intro_active {
  min-height: 12rem;
}
.intro_page .intro_active .intro_title {
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}
.intro_page .intro_active .intro_desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 1.75rem;
  max-width: 16rem;
  font-family: 'Plus Jakarta Medium 500';
}
.intro_page .intro_active .wrap_btn {
  margin-top: 0.5rem;
}

/* Danh sách các địa điểm khác */
.intro_page .intro_list {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
}
.intro_page .intro_list li {
  margin: 0;
}
.intro_page .intro_list button {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.2rem 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-bottom: navajowhite;
  transition: color 0.3s ease, padding-left 0.3s ease;
  font-family: 'Plus Jakarta Bold 700';
}
.intro_page .intro_list button:hover {
  color: #fff;
  padding-left: 0.5rem;
}

/* Điều hướng dưới */
.intro_page .intro_nav {
  position: absolute;
  z-index: 4;
  left: clamp(1.5rem, 5vw, 6rem);
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  display: none;
}
.intro_page .intro_nav button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.intro_page .intro_nav button:hover {
  background: rgba(255, 255, 255, 0.18);
}
.intro_page .intro_progress {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  min-width: 3.5rem;
  text-align: center;
}
main#main.intro_page {
    padding: 0;
}
@media (max-width: 991px) {
  .intro_page .intro_section_map {
    width: 100%;
    right: -25%;
    top: 66%;
  }
  .intro_page .intro_content {width: 100%;margin: 0 1rem;}
  .intro_page .intro_inner {align-items: flex-start;padding-top: 0;z-index: 11;align-items: center;}
  .intro_page .intro_layer {
    text-align: center;
}

.intro_page .intro_desc {
    max-width: unset !important;
    font-size: 1.2rem !important;
}

.intro_page .intro_layer .wrap_btn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.intro_page .intro_list button {
    margin: 0 !important;
    text-align: center;
    font-size: 1.5rem;
}

.intro_page .intro_section::before {
    background: rgb(0 18 111 / 82%);
    z-index: 11;
    opacity: .4;
}

.intro_page .intro_nav {
    display: none;
}
}

/* Trang Intro — preloader (hiệu ứng load trang) */
.intro_page .intro_loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050b2a;
  transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1), visibility 0s linear 0.9s;
  will-change: transform;
}
.intro_page .intro_loader.is-done {
  transform: translateY(-100%);
  visibility: hidden;
  pointer-events: none;
}
.intro_page .intro_loader_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
.intro_page .intro_loader_logo {
  width: 11rem;
  max-width: 60vw;
  height: auto;
  animation: introLogoPulse 1.6s ease-in-out infinite;
}
@keyframes introLogoPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
.intro_page .intro_loader_spin {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: var(--intro-cyan);
  animation: introSpin 0.8s linear infinite;
}
@keyframes introSpin {
  to { transform: rotate(360deg); }
}

/* Hiệu ứng chuyển trang — lưới ô vuông (tile reveal) */
.tile-reveal {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: wrap;
  align-self: flex-start;
  align-items: center;
  place-content: center;
  position: fixed;
  inset: 0px;
  pointer-events: none;
  z-index: 99;
  background: rgb(255, 255, 255);
}
.tile-reveal-square {
  flex: 1 1 auto;
  width: 75px;
  height: 75px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

/* CKT/PCB — nút Show more */
.ckt_more {
  margin-top: 1.5625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7292rem 1.6667rem;
  border: 1px solid #003596;
  border-radius: 2rem;
  background: transparent;
  color: #003596;
  font-family: "Plus Jakarta SemiBold 600";
  font-size: 0.9375rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.ckt_more:hover {
  background: #003596;
  color: #fff;
}
