/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'UTMAlterGothic';
    src: url('assets/fonts/UTM-Alter-Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.text-font-dif>* {
    font-family: 'UTMAlterGothic', sans-serif !important;
}


ul.nav.header-nav.header-bottom-nav {
    display: flex;
    gap: 50px;
}


ul#header-contact a {
    color: #fff !important;
    font-size: 16px;
}

form.searchform input {
    border-radius: 99px;
    width: 200px;
}

.searchform .button.icon {
    margin-left: -36px;
    background: unset;
    border: unset;
    margin-top: 1px;
}

.searchform .button.icon i {
    color: #107F93;
}

.searchform .button.icon:hover {
    box-shadow: unset;
    background-color: unset;
}


.absolute-footer.dark {
    display: none;
}




.cf7-register {
    display: flex;
    flex-direction: column;
}

.cf7-register .cf7-field {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 999px;
    padding: 0 22px;
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
}

.cf7-register .cf7-field::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.cf7-register .cf7-btn {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 999px;
    background: #107F93;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

.cf7-register .cf7-btn:hover {
    filter: brightness(0.95);
}

.cf7-register p {
    margin: 0;
}

.cf7-register .wpcf7-form-control-wrap {
    display: block;
}


.section-footer {
    background: linear-gradient(90deg, #050b2e 0%, #0b1a5a 45%, #0d2fb8 100%);
}

.section-footer span.ux-menu-link__text {
    color: #fff;
    text-align: right;
}

.section-footer .ux-menu.stack.stack-col {
    float: right;
}


.section-footer a.ux-menu-link__link.flex {
    float: right;
    justify-content: end;
}

.section-footer .icon-box.featured-box {
    display: flex;
    flex-flow: nowrap;
}


.row-5-col-service {
    display: flex !important;
    flex-wrap: nowrap;
}

.row-5-col-service>.col {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-5-col-service>.col {
    padding-left: 0;
    padding-right: 0;
}


.slider-service .box-text.text-left {
    bottom: auto;
    top: 35px;
}



.slider-service .box {
    position: relative;
    overflow: hidden;
}

.slider-service .box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #107F93;
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 2;
    pointer-events: none;
}

.slider-service .col:hover .box::after,
.slider-service .box:hover::after {
    opacity: .85;
}

.slider-service .box-text {
    z-index: 3;
}

.slider-service a.button.secondary {
    transition: all .25s ease;
}

.slider-service .col:hover a.button.secondary,
.slider-service .box:hover a.button.secondary {
    background: #fff !important;
    border-color: #fff !important;
    color: #107F93 !important;
}

.slider-service .col:hover a.button.secondary span,
.slider-service .box:hover a.button.secondary span {
    color: #107F93 !important;
}



.pm-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 28px 0;
}

.pm-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: pm-marquee var(--pm-speed) linear infinite;
}

.pm-group {
    display: flex;
    align-items: center;
    gap: var(--pm-gap);
    padding-right: var(--pm-gap);
}

.pm-item {
    flex: 0 0 calc((100vw - (6 * var(--pm-gap))) / 7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-item img {
    height: calc(var(--pm-h) * 3);
    width: auto;
    max-width: 100%;
    opacity: .32;
    filter: grayscale(100%) brightness(0.65) contrast(1.1);
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.pm-item:hover img {
    opacity: 1;
    filter: none;
    transform: scale(1.03);
}

@keyframes pm-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.pm-wrap:hover .pm-track {
    animation-play-state: paused;
}



.cm-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 28px 0;
}

.cm-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: cm-marquee var(--cm-speed) linear infinite;
}

.cm-group {
    display: flex;
    align-items: center;
    gap: var(--cm-gap);
    padding-right: var(--cm-gap);
}

.cm-item {
    flex: 0 0 calc((100vw - (6 * var(--cm-gap))) / 7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cm-item img {
    height: calc(var(--cm-h) * 2);
    width: auto;
    max-width: 100%;
    opacity: .32;
    filter: grayscale(100%) brightness(0.65) contrast(1.1);
    transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}

.cm-item:hover img {
    opacity: 1;
    filter: none;
    transform: scale(1.03);
}

@keyframes cm-marquee {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.cm-wrap:hover .cm-track {
    animation-play-state: paused;
}


h5.post-title.is-large a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #173863;
}


h5.post-title.is-large a:hover {
    color: #107F93;
}


.post-date-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0px;
}

.post-date-with-icon .date-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    opacity: .75;
}

.post-date-with-icon .post-date-text {
    line-height: 1;
}



.icon-box-cus-radius .icon-box-img img {
    border-radius: 99px;
}



.img-quote img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(84%) saturate(462%) hue-rotate(145deg) brightness(92%) contrast(92%);
}



.cf7-ui {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 520px;
}

.cf7-ui input[type="text"],
.cf7-ui input[type="email"],
.cf7-ui textarea {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 999px;
    padding: 0 22px;
    height: 45px;
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
}

.cf7-ui textarea {
    padding: 16px 22px;
    border-radius: 24px;
}

.cf7-ui input::placeholder,
.cf7-ui textarea::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.cf7-ui input[type="submit"] {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 999px;
    background: #19c3cf;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

.cf7-ui input[type="submit"]:hover {
    filter: brightness(0.95);
}

.cf7-ui p {
    margin: 0;
}


.custom-breadcrumb {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 16px;
}

.custom-breadcrumb .bc-link {
    color: #97ACC0;
    text-decoration: none;
}

.custom-breadcrumb .bc-current {
    color: #fff;
}

.custom-breadcrumb .bc-link:hover {
    cursor: pointer;
}

.custom-breadcrumb .bc-sep {
    margin: 0;
    color: inherit;
    opacity: 1;
}


.col-grad .col-inner {
    background-image: linear-gradient(to bottom, white, rgb(255 255 255 / 50%), rgb(255 255 255 / 0%));
    padding: 50px 30px !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    height: 500px;
}


.text-ok {
    position: relative;
    line-height: 0.75;
    color: rgb(169, 197, 218);
    padding-left: 34px;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
}

.text-ok>* {
    color: rgb(169, 197, 218);
    margin: 0;
}

.text-ok::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.9;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23a9c5da' d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
}

.text-ok::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 22px;
    background-color: rgba(169, 197, 218, 0.6);
}








/* ===== CF7 Connect v2 ===== */

/* gỡ style mặc định CF7 hay bọc p gây hẹp */
.cf7-connect.v2 .wpcf7-form-control-wrap,
.cf7-connect.v2 p {
    margin: 0 !important;
    padding: 0 !important;
}

.cf7-connect.v2 {
    width: 100%;
}

.cf7-connect.v2 .cf7-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 36px;
    row-gap: 28px;
    align-items: start;
    width: 100%;
}

.cf7-connect.v2 .cf7-field label {
    display: block;
    font-size: 17px;
    font-weight: 100;
    margin: 0 0 12px;
}

.cf7-connect.v2 .cf7-control {
    width: 100%;
    max-width: 100%;
    border: 1px solid #d9d9d9;
    height: 45px;
    padding: 0 18px;
    outline: none;
    border-radius: 2px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
}

.cf7-connect.v2 .cf7-consent {
    display: flex;
    align-items: flex-start;
}

.cf7-connect.v2 .cf7-check {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    user-select: none;
}


.cf7-check span.wpcf7-list-item {
    margin-right: 0px;
}

.cf7-connect.v2 label.cf7-check {
    display: flex !important;
}

.cf7-connect.v2 .cf7-check input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 1px solid #111;
    margin-top: 4px;
}

.cf7-connect.v2 .cf7-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cf7-connect.v2 .cf7-submit-wrap {
    position: relative;
    display: inline-block;
}

.cf7-connect.v2 .cf7-btn {
    border: none;
    height: 60px;
    padding: 0 92px 0 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3px;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
    background: #107F93;
}

.cf7-connect.v2 .cf7-submit-wrap::after {
    content: "→";
    position: absolute;
    right: 87px;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 26px;
    pointer-events: none;
}


.blog-radius .box-image {
    border-radius: 22px;
}


.col-big>.col-inner {
    border-radius: 22px;
    border: 1px solid #173863;
}


.col-widget-tren>.col-inner {
    border-radius: 22px 22px 0px 0px;
}

.col-widget-duoi>.col-inner {
    border-radius: 0px 0px 22px 22px;
}

span.widget-title,
.widget .is-divider {
    display: none;
}


.blog-widget .col.post-item {
    margin-bottom: -28px;
}


.blog-widget .box-image img {
    border-radius: 8px !important;
}

h1.ptd-title {
    font-size: 36px;
}


.ptd-wrap .post-meta.is-small.op-8.post-date-with-icon {
    font-size: 18px !important;
}

.ptd-wrap .post-date-with-icon .date-icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
    opacity: .75;
}


.page-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
}





.duan-tabs {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
}

.duan-tab {
    background: none;
    border: 2px solid transparent;
    padding: 2px 12px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.duan-tab.active {
    border-color: #0F7E93;
    color: #0F7E93;
}

.duan-panel {
    display: none;
}

.duan-panel.active {
    display: block;
}

.duan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1024px) {
    .duan-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .duan-grid {
        grid-template-columns: 1fr;
    }
}

.duan-card {
    position: relative;
    height: 248px;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.duan-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .4s ease;
}

.duan-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .7));
}

.duan-card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.duan-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
    text-transform: uppercase;
}

.duan-location {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.duan-card:hover .duan-card-bg {
    transform: scale(1.1);
}

.duan-card:hover .duan-card-overlay {
    background: linear-gradient(180deg,
            rgba(16, 125, 146, .35),
            rgba(16, 125, 146, .85));
}

.duan-pagination {
    margin-top: 40px;
    text-align: center;
}

.duan-pagination .page-numbers {
    padding: 8px 14px;
    margin: 0 4px;
    border-radius: 6px;
    background: #eee;
}

.duan-pagination .current {
    background: #1fb6c9;
    color: #fff;
}


.duan-card,
.duan-card h3,
.duan-location,
.duan-location span {
    color: #fff;
}

.duan-pin {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.duan-pin svg {
    width: 100%;
    height: 100%;
    fill: #107D92;
}

.duan-location {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.4;
}

.duan-card:hover,
.duan-card:hover h3,
.duan-card:hover .duan-location {
    color: #fff;
}

.duan-card:hover .duan-pin svg {
    fill: #fff;
}



.duan-section {
    margin: 46px auto;
    padding: 0 16px 0px;
}


section.duan-section.duan-tien-ich {
    border-top: 1px solid;
    padding-top: 50px;
}

h2.duan-h2.duan-center {
    text-align: center;
    margin: 0 0 39px;
}

.duan-title {
    font-size: 44px;
    margin: 0 0 10px;
    color: #0B3E63;
    text-transform: uppercase;
    letter-spacing: 1px
}

.duan-h2 {
    font-size: 28px;
    margin: 0 0 18px;
    color: #0B3E63;
    text-transform: uppercase;
    letter-spacing: 1px
}

.duan-content>* {
    color: #000;
    line-height: 1.1;
}

.duan-hero-loc {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 16px
}

.duan-pin {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.duan-pin svg {
    width: 100%;
    height: 100%;
    fill: #107D92
}

/* Layout 2 cột */
.duan-two-col {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;
}

/* Reverse */
.duan-two-col--reverse {
    grid-template-columns: 1fr 1.05fr;
}



.duan-img--bleed-right {

    padding-right: 0 !important;
}

.duan-img--bleed-left {

    padding-left: 0 !important;
}

/* nếu muốn sát mép luôn thì bỏ bo góc ở phía tràn */
.duan-img--bleed-right img,
.duan-img--bleed-right .wp-post-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.duan-img--bleed-left img,
.duan-img--bleed-left .wp-post-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* ảnh to hơn */
.duan-img--bleed-right img,
.duan-img--bleed-left img,
.duan-img--bleed-right .wp-post-image,
.duan-img--bleed-left .wp-post-image {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.duan-content p {
    margin: 0 0 12px;
    line-height: 1.65
}

.duan-bullets {
    margin: 14px 0 0;
    padding-left: 18px
}

.duan-bullets li {
    margin: 6px 0;
    line-height: 1.55
}



.duan-swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    position: relative;
}

.duan-swiper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    transform: scale(0.92);
    transition: transform .25s ease;
}


.duan-swiper img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.swiper-button-prev,
.swiper-button-next,
.duan-swiper-prev,
.duan-swiper-next {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .85);
    z-index: 999;
    color: #111;
}

.swiper-button-prev,
.duan-swiper-prev {
    left: 24px;
}

.swiper-button-next,
.duan-swiper-next {
    right: 24px;
}

/* Quan trọng: Thêm style cho icon mũi tên (Swiper mặc định dùng :after) */
.swiper-button-prev::after,
.duan-swiper-prev::after,
.swiper-button-next::after,
.duan-swiper-next::after {
    font-size: 20px;
    color: #111;
}







.duan-cta {
    display: flex;
    justify-content: center;
    margin: 30px 0 60px
}

.duan-cta-btn {
    background: #0F7E93;
    color: #fff;
    padding: 10px 20px;
    border-radius: 99px;
    text-decoration: none;
    font-weight: 500;
}

.duan-cta-btn:hover {
    cursor: pointer;
    color: #fff;
}


.du-an-banner {
    color: #fff;
}

.du-an-breadcrumb {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
}

.du-an-breadcrumb a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    text-transform: none;
}

.du-an-breadcrumb a:hover {
    color: #fff;
}

.du-an-breadcrumb .sep {
    opacity: .5;
}

.du-an-breadcrumb .current {
    color: #fff;
    font-weight: 500;
}

.du-an-title {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}


h3.du-an-title {
    font-weight: 700;
}

.fancybox__container {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
}

.fancybox__slide {
    padding-top: 80px !important;
}


.fancybox__content {
    padding: 0 !important;
    max-width: calc(100vw - 80px) !important;
    max-height: calc(100vh - 120px) !important;
}

.fancybox__slide {
    padding: 40px 24px 24px !important;
    box-sizing: border-box !important;
}

.fancybox__content img,
.fancybox__content video {
    max-width: 100% !important;
    max-height: calc(100vh - 140px) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.fancybox__button--close {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 99999 !important;
}

.no-lightbox a {
    pointer-events: auto !important;
}

.duan-khac-section .duan-swiper-section {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -47vw;
    margin-right: -50vw;
    padding: 20px 40px 40px;
    overflow: hidden;
}

.duan-khac-section .duan-swiper {
    width: 100%;
}

.duan-khac-section .duan-swiper .swiper-slide {
    height: auto;
}

.duan-khac-section .duan-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
}

.duan-khac-section .duan-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform .6s ease;
}

.duan-khac-section .duan-card:hover .duan-card-bg {
    transform: scale(1.08);
}

.duan-khac-section .duan-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .7),
            rgba(0, 0, 0, .1));
}

.duan-khac-section .duan-card-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.duan-khac-section .duan-card-content h3 {
    font-size: 19px;
    margin-bottom: 8px;
}

.duan-khac-section .duan-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.duan-khac-section .duan-pin svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

/* Navigation */
.duan-khac-section .duan-swiper-prev,
.duan-khac-section .duan-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
}

.duan-khac-section .duan-swiper-prev {
    left: 10px;
}

.duan-khac-section .duan-swiper-next {
    right: 10px;
}



.duan-khac-section .duan-swiper-pagination {
    position: relative;
    margin-top: 32px;
    text-align: center;
}

.duan-khac-section .duan-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px;
}

.duan-khac-section .duan-swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.duan-khac-section {
    background: #F6F7F9;
    padding: 50px 0px 0px;
}


h2.duan-khac-title {
    color: #173863;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}



.banner-radius {
    border-radius: 22px !important;
    overflow: hidden !important;
}

.banner-radius .banner-bg,
.banner-radius .banner-bg img {
    border-radius: 22px !important;
}

.col-left>.col-inner {
    border-radius: 0 20px 20px 0;
    box-shadow: 15px 0 15px 0 #dee2e6;
}


.col-left {
    position: relative !important;
    z-index: 5 !important;
    overflow: visible !important;
}

.col-left::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: -235px !important;
    width: 230px !important;
    height: 170px !important;
    background-image: url("/wp-content/themes/flatsome-child/assets/img/left-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    animation: fadeToRight1 1.5s ease both !important;
    pointer-events: none !important;
}

@keyframes fadeToRight1 {
    0% {
        opacity: 0;
        transform: translate(-30px, -50%);
    }

    100% {
        opacity: 1;
        transform: translate(0, -50%);
    }
}


.col-right>.col-inner {
    border-radius: 20px 0 0 20px;
    box-shadow: -15px 0 15px 0 #dee2e6;
}


.col-right {
    position: relative !important;
    z-index: 5 !important;
    overflow: visible !important;
}

.col-right::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    right: -235px !important;
    width: 230px !important;
    height: 170px !important;
    background-image: url("/wp-content/themes/flatsome-child/assets/img/right-arrow.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    animation: fadeToLeft1 1.5s ease both !important;
    pointer-events: none !important;
}

@keyframes fadeToLeft1 {
    0% {
        opacity: 0;
        transform: translate(30px, -50%);
    }

    100% {
        opacity: 1;
        transform: translate(0, -50%);
    }
}


ul.sub-menu.nav-dropdown.nav-dropdown-default {
    background-color: rgba(255, 255, 255, 0.75);
    min-width: 220px;
    padding: 10px 0px;
    border-radius: 10px;
    box-shadow: unset;
    top: 46px;
}


.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}



ul.sub-menu.nav-dropdown.nav-dropdown-default a {
    font-weight: 600;
}


.col-tren-banner {
    position: relative;
    z-index: 999;
}

.banner-radius {
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
}


.col-tren-banner {
    position: relative !important;
    z-index: 5 !important;
}

.col-tren-banner>.col-inner {
    background: #fff !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
    position: relative !important;
    z-index: 5 !important;
}


.slider-du-an-tieu-bieu .flickity-page-dots {
    bottom: -31px;

}





.duan-home-tabs-wrapper .duan-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.duan-view-more {
    margin-top: 32px;
    overflow: hidden;
}

.duan-view-more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #173863;
    text-decoration: none !important;
    position: relative;
    animation: viewMoreFromRight 0.9s ease forwards;
}

.duan-view-more a:hover {
    opacity: 0.75;
}

/* Animation chạy từ phải sang */
@keyframes viewMoreFromRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.duan-home-tabs-wrapper .duan-tabs {
    margin-bottom: 22px;
}


.duan-home-tabs-wrapper .duan-location {
    font-size: 12px;
}

.box-trung-tra {
    position: relative;
    overflow: hidden;
}

.box-trung-tra .box-image img {
    display: block;
    width: 100%;
    height: auto;
}

.box-trung-tra .box-text-inner {
    position: relative;
}

.box-trung-tra .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 10px 15px;
    z-index: 2;
    transition: transform 0.35s ease;
}

.box-trung-tra .text::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 26px;
    width: 16px;
    height: 16px;
    background-image: url('https://cdn.prod.website-files.com/65a51407926fca0f88671c53/65a51407926fca0f88671c7c_arrow%20top%20tight%20blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    pointer-events: none;
}

.box-trung-tra .text-pop-up::after {
    display: none;
}

.box-trung-tra .bn-tra-trung {
    position: absolute;
    top: 18px;
    right: 26px;
    width: 12px;
    z-index: 3;
    /* luôn trên text */
}

.box-trung-tra .text-pop-up {
    opacity: 0;
    transform: translateY(30px);
    /* ban đầu hơi xuống dưới */
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    /* nằm trên .text */
    left: 0;
    width: 100%;
    background: white;
    padding: 10px 15px;
    z-index: 4;
}

.box-trung-tra:hover .text {
    transform: translateY(-257%);
}


.box-trung-tra .box-text.text-center {
    padding: 0px;
}

.box-trung-tra:hover .text-pop-up {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.blog-big .box-blog-post {
    position: relative;
    overflow: hidden;
}

.blog-big .box-blog-post .box-image {
    position: relative;
    border-radius: 12px;
}

.blog-big .box-blog-post .box-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.blog-big .box-blog-post .box-text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.blog-big .box-blog-post .box-text-inner {
    padding: 15px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.blog-big .box-blog-post .post-meta {
    order: 1;
    margin-bottom: 6px;
}

.blog-big .box-blog-post .post-title {
    order: 2;
}

.blog-big .box-blog-post .post-title a:hover {
    color: #fff
}

.blog-big .box-blog-post .cat-label {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 0.25rem 1.125rem 0.375rem 1.125rem;
    color: #0057a6;
    font-weight: 300;
    line-height: 1.53rem;
    border-radius: 0.375rem;
    background: #fff;
    opacity: 1;
    width: fit-content;

}

.blog-big .box-blog-post .box-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #173863b8, #2d4c767a, rgba(23, 56, 99, 0));
}

.blog-big p.cat-label {
    text-shadow: unset !important;
}

.blog-big .overlay {
    background: unset !important;
}

.blog-big .box-blog-post .post-title {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
}

.blog-big .box-blog-post .post-meta {
    font-size: 12px;
    opacity: 0.85;
}

.blog-big .box-blog-post .button.is-link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    pointer-events: auto;
    background: #fff;
    color: #000;
    padding: 6px 14px;
    border-radius: 4px;
}


.blog-big .box-blog-post .button.is-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.blog-big .box-blog-post .button.is-link::after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 0.4rem;
    transition: all 0.4s ease-out;

    /* SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M9.91594 6.63403L6.11664 2.4444C6.0299 2.35765 5.92798 2.31428 5.81088 2.31428C5.69378 2.31428 5.59185 2.35765 5.50511 2.4444C5.41837 2.53981 5.375 2.65258 5.375 2.78269C5.375 2.9128 5.41837 3.02123 5.50511 3.10797L9.01816 6.97233L5.50511 10.8367C5.41837 10.9234 5.375 11.0319 5.375 11.162C5.375 11.2921 5.41837 11.4048 5.50511 11.5003C5.59185 11.587 5.69378 11.6304 5.81088 11.6304C5.92798 11.6304 6.0299 11.587 6.11664 11.5003L9.91594 7.31062C10.0027 7.2152 10.0461 7.10244 10.0461 6.97233C10.0461 6.84221 10.0027 6.72945 9.91594 6.63403Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 14px;
}

.blog-big .box-blog-post .post-title a {
    color: #fff;
}

.btn-mui-ten {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    z-index: 1;
}


.btn-mui-ten span {
    position: relative;
    z-index: 2;
}

.btn-mui-ten::after {
    content: "";
    width: 36px;
    height: 36px;

    /* background tròn cho mũi tên */
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 99px;

    /* icon mũi tên */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 12H17M17 12L13 8M17 12L13 16' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;

    position: relative;
    z-index: 2;

    transition: transform .4s ease, background-color .4s ease;
    margin-right: -18px;
}


.btn-mui-ten:hover::after {
    transform: translateX(4px);
    background-color: rgba(255, 255, 255, 0.3);
}


.btn-mui-ten::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #00943e 0%, #0078d4 135.91%);
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s var(--ease-primary-btn);
    z-index: 0;
}

.btn-mui-ten:hover::before {
    opacity: 1;
    transform: translateY(0);
}


.tab-blog-small ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left {
    display: flex;
    gap: 30px;
}

.tabbed-content.tab-blog-small li.active span {
    color: #173863;
}

.tab-blog-small ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
}

.box-trung-tra>* {
    text-shadow: unset !important;
}

.slider-blog .box-text.text-left {
    opacity: 1 !important;
    overflow: visible !important;
}

ul.header-nav.header-nav-main.nav.nav-left {

    display: flex;
    gap: 8px;
    justify-content: center;
}

.col,
.columns,
.gallery-item {
    margin: 0;
    padding: 0 15px 30px;
    position: relative;
    width: 100%;
}

.slider-blog .box-image {
    border-radius: 12px;
}

.col-video,
.col-video .col-inner {
    position: relative;
    z-index: -1;
}

.col-text-du-an>.col-inner {
    margin-top: -770px !important;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    i.icon-menu {
        color: #fff;
    }

    .col-text-du-an>.col-inner {
        margin-top: 0px !important;
    }

    .icon-box-about .icon-box-img {
        width: 40px !important;
    }

    .icon-social .icon-box-img {
        width: 25px !important;
    }

    .blog-big h5.post-title.is-large a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .blog-big .box-blog-post .cat-label {
        margin-bottom: 6px;
        font-size: 11px;
        letter-spacing: 0.5px;
        padding: 0.25rem 1.125rem 0.375rem 1.125rem;
        color: #0057a6;
        font-weight: 300;
        line-height: 1.53rem;
        border-radius: 0.375rem;
        background: #fff;
        opacity: 1;
        width: fit-content;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    .tab-blog-small {
        overflow: hidden;
    }

    .tab-blog-small ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left {
        display: flex;
        width: max-content;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .tab-blog-small ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left::-webkit-scrollbar {
        display: none;
    }

    .tab-blog-small ul.nav.nav-simple.nav-normal.nav-size-normal.nav-left li {
        flex: 0 0 auto;

        min-width: 120px;

    }

    .pm-item {
        flex: 0 0 calc((290vw - (6 * var(--pm-gap))) / 7);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .duan-tab {
        background: none;
        border: 2px solid transparent;
        padding: 2px 12px;
        border-radius: 999px;
        cursor: pointer;
        font-weight: 600;
        font-size: 10px;
    }

    .duan-tabs {
        display: flex;
        gap: 0px;
        justify-content: center;
        margin-bottom: 40px;
    }

    .cm-item {
        flex: 0 0 calc((290vw - (6 * var(--cm-gap))) / 7);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    li.header-contact-wrapper span,
    li.header-contact-wrapper i {
        color: #000 !important;
    }


    .duan-card h3 {
        margin: 0 0 10px;
        font-size: 15px;
        text-transform: uppercase;
    }
}