    .nganh_box2 .title {
        background-color: #fff;
        border: solid 1px blue;
        border-radius: 90px;
        width: fit-content;
        padding: 12px 53px;
        display: flex;
        /* flex-wrap: wrap; */
        font-weight: 800;
        /* font-size: 36px; */
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        color: #090838;
    }

    @media screen and (max-width:500px) {
        .nganh_box2 .title {
            padding: 12px 25px;
        }
    }

    .nganh_box2 .title span {
        font-style: italic;
        color: red;
    }

    .nganh_box2 .title::after,
    .nganh_box2 .title::before {
        content: "";
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 28px;
        height: 28px;
        display: flex;
        flex-shrink: 0;

    }

    .nganh_box2 .title::after {
        background-image: url(./images/169300762.svg);
        margin-left: 15px;
    }

    .nganh_box2 .title::before {
        background-image: url(./images/169300761.svg);
        margin-right: 15px;
    }

    .slide-feature {
        max-width: 1063px;
        width: 100%;
        border-radius: 40px;
        overflow: hidden;
    }

    @media screen and (max-width:1200px) {
        .slide-feature {}
    }

    .slide-thumb {
        position: absolute;
        max-width: 630px;
        bottom: 60px;
        right: 0;
        height: 520px;
        width: 100%;
        background-color: rgba(39, 38, 104, 0.94);
        border-radius: 40px;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(2px);
        z-index: 3;

        /* Firefox */
    }

    @media screen and (max-width:1200px) {
        .slide-thumb {
            position: relative;
            bottom: 0;
            border-radius: 10px;
            height: 100%;
            padding-bottom: 10px;
        }
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    /* .slide-item::-webkit-scrollbar {
        display: none;
    } */

    .slide-item {
        padding: 20px 40px;

    }

    @media screen and (max-width:1200px) {
        .slide-item {
            padding: 20px;
        }
    }

    .slide-item .icon {
        position: absolute;
        top: 0;
        left: 40px;
    }

    @media screen and (max-width:1220px) {
        .slide-item .icon {
            left: 6%;
        }
    }

    .slide-item .slide-title {
        margin-bottom: 32px;
    }

    .slide-item .slide-title h2 {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        padding-left: 72px;

    }

    @media screen and (max-width:1220px) {
        .slide-item .slide-title h2 {
            padding-left: 65px;
        }
    }

    .slide-desc {
        max-height: 320px;
        height: 100%;
        overflow: hidden;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        overflow-y: scroll;
    }

    .slide-desc ul li {
        margin-bottom: 16px;
        list-style: none;
        position: relative;
    }

    .slide-desc ul li::after {
        content: "";
        background-image: url(./images/75187481.png);
        width: 20px;
        height: 20px;
        position: absolute;
        left: -30px;
        top: 2px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .slide-btn-box {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: center;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 3;
        width: 100%;
    }

    @media screen and (max-width:1220px) {
        .slide-btn-box {
            flex-direction: column;
            max-width: 50%;
            position: relative;
            margin-top: 30px;
        }
    }

    .progress-wrapper {
        display: flex;
        flex-shrink: 0;
        max-width: 328px;
        width: 100%;
        align-items: center;
        gap: 12px;
        position: relative;
    }

    .box-navigation {
        display: flex;
        gap: 12px;
    }

    .slide-btn-box .swiper-button-prev,
    .slide-btn-box .swiper-button-next {
        position: relative;
        top: auto;
        margin: 0;
        left: auto;
        bottom: auto;
        right: auto;
        width: 43px;
        height: 43px;
        border: solid 1px #fff;
        border-radius: 50%;
    }

    .slide-btn-box .swiper-button-prev::after,
    .slide-btn-box .swiper-button-next::after {
        font-size: 18px;
        color: #fff;

    }

    .slide-btn-box .swiper-pagination {
        position: relative;
        max-width: 367px;
        border-radius: 37px;
        overflow: hidden;
    }

    .slide-btn-box .swiper-current-number {
        /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.60); */
        font-size: 40px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        color: #fff;
        opacity: 0.39;
    }

    .slide-btn-box span.swiper-fraction {
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }

    .slide-btn-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        border-radius: 37px;
        background: var(--Yellow, #F7CB4E);
    }

    .slide-btn-box .swiper-pagination-progressbar {
        background-color: #fff;
    }

    @media screen and (max-width:1200px) {
        .slide-btn-box .swiper-current-number {
            display: none;
        }

        .slide-btn-box span.swiper-fraction {
            bottom: 5px;
            top: auto;
            right: 46%;
            transform: translateX(0%);
        }
    }

    /*  */
    .tripFeature .box-image {
        position: relative;
        padding: 16px;
    }

    .tripFeature .box-image::after,
    .tripFeature .box-image::before {
        content: "";
        background-color: red;
        width: 140px;
        height: 140px;
        border-radius: 28px;
        position: absolute;
        z-index: 1;
    }

    .tripFeature .box-image::before {
        top: 0;
        left: 0;
    }

    .tripFeature .box-image::after {
        bottom: 0;
        right: 0;
    }

    .tripFeature .box-image img {
        position: relative;
        z-index: 2;
        border-radius: 28px;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
        height: 380px;
        width: 100%;
        object-fit: cover;
    }

    @media screen and (max-width:990px) {
        .tripThumb {
            display: none;
        }
    }

    .tripLarge-item {
        display: flex;
        flex-wrap: wrap;
    }

    @media screen and (max-width:990px) {
        .tripLarge-item {
            flex-direction: column;
        }
    }

    .tripLarge-item .box-left,
    .tripLarge-item .box-right {
        width: 50%;
    }

    @media screen and (max-width:990px) {

        .tripLarge-item .box-left,
        .tripLarge-item .box-right {
            width: 100%;
        }

    }

    .tripLarge-item .box-right {
        padding: 16px;
    }

    .tripFeature .box-text {
        border-radius: 28px;
        border: 1px solid rgba(255, 250, 217, 0.00);
        background: rgba(241, 237, 228, 0.12);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
        padding: 63px 40px;
    }

    @media screen and (max-width:500px) {
        .tripFeature .box-text {
            padding: 38px 15px;
        }
    }

    .trip-slide .swiper-button-next,
    .trip-slide .swiper-button-prev {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #939598;
        border-radius: 50px;

    }

    @media screen and (max-width:991px) {

        .trip-slide .swiper-button-next,
        .trip-slide .swiper-button-prev {
            display: none;
        }
    }

    .trip-slide .swiper-button-next {
        right: -50px;
    }

    .trip-slide .swiper-button-prev {
        left: -50px;
    }

    .trip-slide .swiper-button-next::after,
    .trip-slide .swiper-button-prev::after {
        content: "";
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .trip-slide .swiper-button-next::after {
        background-image: url(./images/arrowhead-right.svg);
    }

    .trip-slide .swiper-button-prev::after {
        background-image: url(./images/arrowhead-left.svg);
    }

    .trip-slide .swiper-pagination {
        bottom: -10px !important;
    }

    .trip-slide .swiper-pagination-bullet {
        background-color: #fff;
    }

    @media screen and (min-width:991px) {

        .trip-slide .swiper-pagination {
            display: none;
        }
    }

    /*  */
    .nganh_box4 .list-item img {
        width: 100%;
    }

    /*  */
    .nganh_box6 .box-text ul li {
        margin-bottom: 16px;
        list-style: none;
        position: relative;
    }

    .nganh_box6 .box-text ul li::after {
        content: "";
        background-image: url(./images/75187481.png);
        width: 20px;
        height: 20px;
        position: absolute;
        left: -30px;
        top: 2px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /*  */
    .nganh_box7 #btn-tab-1[tabindex="-1"],
    .nganh_box7 #btn-tab-2[tabindex="-1"],
    .nganh_box7 #btn-tab-3[tabindex="-1"],
    .nganh_box7 #btn-tab-4[tabindex="-1"] {
        transform: translateX(25px);
    }

    .nganh_box7 #btn-tab-1[tabindex="0"],
    .nganh_box7 #btn-tab-2[tabindex="0"],
    .nganh_box7 #btn-tab-3[tabindex="0"],
    .nganh_box7 #btn-tab-4[tabindex="0"] {
        transform: translateX(2px);
        position: relative;
    }

    .nganh_box7 #btn-tab-1[tabindex="0"]::after,
    .nganh_box7 #btn-tab-2[tabindex="0"]::after,
    .nganh_box7 #btn-tab-3[tabindex="0"]::after,
    .nganh_box7 #btn-tab-4[tabindex="0"]::after {
        content: "";
        background-image: url(./images/tab-bg.png);
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        bottom: -14px;
        z-index: 3;
    }



    .nganh_box7 #btn-tab-1,
    .nganh_box7 #btn-tab-2,
    .nganh_box7 #btn-tab-3,
    .nganh_box7 #btn-tab-4 {
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
    }

    .nganh_box7 .elementor-widget-n-tabs .e-n-tabs-heading {
        gap: 20px;
    }

    @media screen and (max-width:767px) {
        .nganh_box7 .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
            gap: 10px !important;
        }
    }

    /*  */
    .nganh_box9 .title {
        background-color: #fff;
        border: solid 1px blue;
        border-radius: 90px;
        width: fit-content;
        padding: 12px 53px;
        display: flex;
        /* flex-wrap: wrap; */
        font-weight: 800;
        /* font-size: 36px; */
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        color: #090838;
    }

    .nganh_box9 .title span {
        font-style: italic;
        color: red;
    }

    .nganh_box9 .title::after,
    .nganh_box9 .title::before {
        content: "";
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 28px;
        height: 28px;
        display: flex;
        flex-shrink: 0;

    }

    .nganh_box9 .title::after {
        background-image: url(./images/169300762.svg);
        margin-left: 15px;
    }

    .nganh_box9 .title::before {
        background-image: url(./images/169300761.svg);
        margin-right: 15px;
    }

    .nganh_box9 .box-title {
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }

    .nganh_box9 .list-hb .item {
        position: relative;
        /* fill: #FFF;
        filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.12)); */

    }

    .elementor-939 .elementor-element.elementor-element-b0e41d2::before,
    .elementor-939 .elementor-element.elementor-element-d202ec8::before,
    .elementor-939 .elementor-element.elementor-element-fe78889::before {
        background-size: 103%;
        height: 125%;
        bottom: 4px;
    }

    .nganh_box9 .box-desc ul li {
        list-style: none;
        margin-bottom: 16px;
        position: relative;

    }

    .nganh_box9 .box-desc ul li::after {
        content: "";
        background-image: url(./images/check.png);
        width: 20px;
        height: 20px;
        position: absolute;
        left: -30px;
        top: 2px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    /*  */
    .nganh_box10 table tr td {
        border: none;
    }

    .nganh_box10 table tr td {
        border-bottom: dashed 1px rgba(9, 8, 56, 0.4);
    }

    .nganh_box10 table tbody>tr:nth-child(odd)>td,
    table tbody>tr:nth-child(odd)>th {
        background-color: #fff;
    }

    .nganh_box10 .box-left {

        background: #FAFAFA;
        position: relative;
        z-index: 2;
    }

    .nganh_box10 .box-left::before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--e-global-color-primary);
        position: absolute;
        border-radius: 20px;
        z-index: -1;
        transform: rotate(-1.992deg);
    }

    .nganh_box10 .box-left::after {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        position: absolute;
        border-radius: 20px;
        z-index: 1;
    }

    .nganh_box10 .box-right {
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    }

    /*  */
    .dtts-slide {
        display: flex;
        gap: 20px;
    }

    .item-wrapper {

        display: inline-block;
        position: relative;

    }

    .dtts-slide .item {
        position: relative;
        min-height: 300px;
        height: auto;
        padding: 0 0 35px 0px;
        color: #000000;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.12));
        overflow: hidden;
    }

    .dtts-slide .item::after {
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        z-index: 1;
        -webkit-mask-image: url(./images/maskimage5.png);
        mask-image: url(./images/maskimage5.png);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: bottom;
        mask-position: bottom;
        pointer-events: none;
        background-color: #fff;
    }

    .dtts-slide .item .box-desc {
        padding: 0 20px;
    }

    /* Optional: Style cho box-title & box-desc */
    .dtts-slide .item .box-title {
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
        border-radius: 20px;
        background: linear-gradient(348deg, #3C64DE 8.8%, #3853A4 90.47%);
        padding: 11px 24px;
    }

    .dtts-slide .item .box-desc ul {
        list-style: none;
        padding-left: 0;
    }

    .dtts-slide .item .box-desc li {
        margin-bottom: 8px;
        padding-left: 25px;
        position: relative;
    }

    .dtts-slide .item .box-desc li::before {
        content: "";
        background-image: url(./images/check.png);
        width: 18px;
        height: 18px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .dtts-slide .item .box-desc {
        padding-bottom: 40px;
        position: relative;
        z-index: 2;
    }

    .dtts-slide .swiper-button-next,
    .dtts-slide .swiper-button-prev {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #FFDBDD;
        border-radius: 50px;
    }

    @media screen and (min-width:991px) {
        .dtts-slide .swiper-button-next {
            right: -50px;
        }

        .dtts-slide .swiper-button-prev {
            left: -50px;
        }

        .dtts-slide .swiper-pagination {
            display: none;
        }
    }

    @media screen and (max-width:990px) {

        .dtts-slide .swiper-button-next,
        .dtts-slide .swiper-button-prev {
            display: none;
        }
    }

    .dtts-slide .swiper-button-next::after,
    .dtts-slide .swiper-button-prev::after {
        font-size: 20px;
        color: red;
    }

    .btn-tuvan {


        background: linear-gradient(87deg, #282767 15.07%, #3D68BF 53.23%, #5453C9 89.34%);
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        text-decoration: none;
        padding: 20px 10px;
    }

    /*  */
    .nganh_box13 .form-tv .box-tv {
        display: flex;
        gap: 20px;
    }

    .nganh_box13 .form-tv .box-tv p {
        margin-bottom: 0;
    }

    .nganh_box13 .form-tv .box-tv input,
    .nganh_box13 .form-tv .box-tv button {
        border-radius: 40px;
        border: 1px solid #F0F0F0;
        background: #FFF;
        box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.06) inset;
    }

    .nganh_box13 .form-tv .box-tv button {
        border-radius: 60px;
        border: 1px solid #7EADFF;
        background: linear-gradient(87deg, #282767 15.07%, #3D68BF 53.23%, #5453C9 89.34%);
        box-shadow: 0 4px 16px 3px rgba(171, 221, 255, 0.24);
        color: #fff;

        max-width: 220px;
        padding: 8px 61px;

    }

    @media screen and (max-width:990px) {
        .nganh_box13 .form-tv .box-tv{
            flex-direction: column;
            
        }
    }