html, body {
    overflow-x: hidden !important;
}

       .container-tooltip {
            display: flex;
            justify-content: space-between;
            gap: 14px;
            margin: 15px auto;
            position: relative;
            justify-content: center;
        }


        
/*
        .item:hover .tooltip-box{
            visibility: visible;
            opacity: 1;
        }

        .tooltip-right {
            left: 100%;
            top: 65%;
            transform: translateY(-50%);
        }

        .tooltip-right::after {
            content: "";
            position: absolute;
            top: 50%;
            left: -10px;
            transform: translateY(-50%) rotate(45deg);
            width: 16px;
            height: 16px;
            background: #f53290;
            border-radius: 4px 0 0 0;
        }

        .tooltip-left {
            right: 105%;
            top: 50%;
            transform: translateY(-50%);
        }

        .tooltip-left::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%) rotate(45deg);
            width: 16px;
            height: 16px;
            background:#f53290 ;
            border-radius: 0 4px 0 0;
        }

        .tooltip-top {
            bottom: 105%;
            left: 50%;
            transform: translateX(-50%);
        }

        .tooltip-top::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            width: 16px;
            height: 16px;
            border-radius: 0 0 4px 0;
        }

        .tooltip-bottom {
            top: 105%;
            left: 50%;
            transform: translateX(-50%);
        }

        .tooltip-bottom::after {
            content: "";
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            width: 16px;
            height: 16px;
            background: #f53290;
            border-radius: 0 0 4px 0;
        }
*/
/*

        .block_nganhnghe_swiper {
            width: 100%;
            overflow: visible;
        }
*/

        .swiper-button-next-pc,
        .swiper-button-prev-pc {
            color: #000;
        }
        .zoom-container-none-img {
            overflow: hidden;
            display: inline-block;
        }

        .zoom-container-none-img img {
            transition: transform 0.4s ease;
        }

        .zoom-container-none-img:hover img {
            transform: scale(1.1);
        }
        .zoom-container-img {
            overflow: hidden;
            display: inline-block;
            border-radius: 10px;
            /* tuỳ chọn bo góc */
            padding: 15px;
            padding-top: 35px;
        }

        .zoom-container-img img {
            transition: transform 0.4s ease;
        }

        .zoom-container-img:hover img {
            transform: scale(1.1);
        }

.zoom-container-none {
            overflow: hidden;
            display: inline-block;
        }

        .zoom-container-none  {
            transition: transform 0.4s ease;
        }

        .zoom-container-none:hover  {
            transform: scale(1.1);
        }

        .zoom-container {
            overflow: hidden;
            display: inline-block;
            border-radius: 10px;
            /* tuỳ chọn bo góc */
            padding: 15px;
            padding-top: 35px;
        }

        .zoom-container  {
            transition: transform 0.4s ease;
        }

        .zoom-container:hover  {
            transform: scale(1.1);
        }

       .zoom-blur {
            transition: transform 0.3s ease, filter 0.3s ease;
        }

        .zoom-blur:hover {
            transform: scale(1.1);
            filter: brightness(1.1);
        }
        .block_nganhnghe .item {
            align-content: center;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            flex-wrap: wrap;
            position: relative;
            text-align: center;
            transition: transform 0.3s ease;
            border-radius: 10px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-direction: column;
            width: 20%;
        }

 .section-trainghiemdaihoc .img-trainghiem {
            float: left;
            padding-right: 10px;
            height: 65px;
         }

/* đầu tư thông minh*/
        .section-daututhongminh .hocphi-wrapper {
            max-width: 1100px;
            background: #fff;
            margin: 0 auto;
            position: relative;
            border-radius: 16px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
            padding: 55px 30px 30px;
            border: 1px solid #eee;
         }

         .section-daututhongminh .tabs {
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            border-radius: 12px;
            overflow: hidden;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            width: 95%;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
         }

         .section-daututhongminh .tab {
            flex: 1;
            text-align: center;
            padding: 8px 8px;
            line-height: 1.2;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
         }

         .section-daututhongminh .tab+.tab::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0%;
            bottom: 0%;
            width: 1px;
            background: rgba(255, 255, 255, 0.6);
         }

         .section-daututhongminh .hocphi-content {
            display: none;
            align-items: flex-start;
            justify-content: space-between;
            gap: 30px;
         }

         .section-daututhongminh .hocphi-content.active {
            display: flex;
         }

         .section-daututhongminh .hocphi-left {
            flex: 1;
         }

         .section-daututhongminh .hocphi-right {
            width: 42%;
         }

         .section-daututhongminh .hocphi-right img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
         }

         .section-daututhongminh .info {
            list-style: none;
            padding: 0;
            margin: 0 0 15px;
         }

         .section-daututhongminh .info li {
            margin-bottom: 6px;
            font-weight: 600;
         }

         .section-daututhongminh .fee-table {
                border-collapse: collapse;
                border: 1px solid #ddd;
                font-size: 15px;
                width: 100%;
            }


            .section-daututhongminh .fee-table td,
            .section-daututhongminh .fee-table th {
                border: 1px solid #ddd;
                padding: 7px;
/*                text-align: center;*/
            }

            .section-daututhongminh .fee-table td:first-child {
                /*            font-weight: 600;*/
/*                text-align: center;*/
            }

            .section-daututhongminh .fee-table thead th {
                background: #1561b7;
                color: #fff;
                padding: 7px;
            }

         .section-daututhongminh .red {
            color: #d32f2f;
            font-weight: 700;
         }

         .section-daututhongminh .note {
            font-size: 13px;
            color: #666;
            margin-top: 8px;
         }

         .section-daututhongminh .radius-table {
         border-collapse: collapse;
                border-radius: 5px;
                border-spacing: 0;
                border: 1px solid #ccc;
                /*            overflow: hidden;*/
         }

         .section-daututhongminh .radius-table th,
         .section-daututhongminh .radius-table td {
            padding: 10px 15px;
            border-bottom: 1px solid #ccc;
         }

         .section-daututhongminh .radius-table tr:last-child td {
            border-bottom: none;
         }

         .section-daututhongminh .btn-dangky {
            height: 80px;
            padding-top: 20px;
         }
/* end đầu tư thông minh*/

/* video tiktok*/
.videotiktok .video-container {
               position: relative;
               /*        width: 300px;*/
               height: 400px;
               border-radius: 10px;
               overflow: hidden;
               box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
               max-width: 100%;
               margin: 0 auto 20px;
            }

            .videotiktok .thumbnail {
               position: absolute;
               top: 0;
               left: 0;
               width: 100%;
               height: 100%;
               background-size: cover;
               background-position: center;
               cursor: pointer;
               display: flex;
               justify-content: center;
               align-items: center;
            }

            .videotiktok .thumbnail img {
               width: 50px;
               height: 50px;
               filter: brightness(0) invert(1);
            }

            .videotiktok iframe {
               width: 100%;
               height: 100%;
               border: none;
               display: none;
            }
/* end video tiktok */

/* gương mặt truyền cảm hứng*/
.section-guongmattruyencamhung .hodachon .media {
            border: 1px dashed rgba(255, 255, 255, 0.3);
            border-radius: 15px;
            padding: 25px;
            padding-top: 35px;
            position: relative;
            height: 510px;
         }

         .section-guongmattruyencamhung .hodachon .media-left {
            padding: 0 10px;
         }

         .section-guongmattruyencamhung .hodachon .media-left img {
            max-width: 150px;
         }

         .section-guongmattruyencamhung .hodachon .media-body {
            padding-left: 0;
         }

         .section-guongmattruyencamhung .hodachon .media-heading {
            color: #eff43a;
            text-transform: uppercase;
            line-height: inherit;
         }

         .section-guongmattruyencamhung .hodachon .student-major {
            font-style: italic;
            margin-bottom: 10px;
         }

         .section-guongmattruyencamhung .hodachon .student-comment {
            color: white;
            line-height: 1.6;
            text-align: justify;
         }

         .section-guongmattruyencamhung .hodachon .quote-mark {
            font-size: 60px;
            color: #e74c3c;
            vertical-align: top;
            /* display: none; */
            position: absolute;
            top: -17px;
            right: 0px;
         }

         .section-guongmattruyencamhung .hodachon .quote-mark {
            width: 55px;
            height: 55px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: space-around;
            flex-wrap: wrap;
            top: -45px;
            right: 21px;
         }

         .section-guongmattruyencamhung .hodachon .quote-mark span {
            font-size: 75px;
            color: #ff7b00;
            /* màu cam quote */
            font-weight: bold;
         }

         .section-guongmattruyencamhung .hodachon .bx-controls-direction a {
            top: 100%;
         }

         .section-guongmattruyencamhung .hodachon .bx-prev {
            left: 51%;
            background-image: url(/LandingPageDangKy/js/bxslider/controls5.png);
         }

         .section-guongmattruyencamhung .hodachon .bx-next {
            right: 50%;
            background-image: url(/LandingPageDangKy/js/bxslider/controls5.png);
         }

         .section-guongmattruyencamhung .hodachon .bx-wrapper .bx-viewport {
            left: 0px;
            height: 525px !important;
         }

         .section-guongmattruyencamhung .student-comment p,
         ul {
            font-size: 14px;
         }
 .section-guongmattruyencamhung .thanhtich{padding-left: 0px;}
/* end gương mặt truyền cảm hứng*/

/* slide kết nối*/
         .section-side-ketnoi .hinhanh-title {
            text-align: left !important;
            padding-left: 25px;
         }

         .section-side-ketnoi .ketnoi .bx-prev {
            left: 95% !important;
            /*                    background-image: url(/LandingPageDangKy/js/bxslider/controls2.png) !important;*/
         }

         .section-side-ketnoi .ketnoi .bx-next {
            right: 7% !important;
            /*                    background-image: url(/LandingPageDangKy/js/bxslider/controls2.png) !important;*/
         }

         .section-side-ketnoi .ketnoi .small-images img {
            border-radius: 15px;
            margin-bottom: 10px;
         }

         .section-side-ketnoi .ketnoi .bx-controls-direction a {
            top: -3% !important;
         }

         .section-side-ketnoi .ketnoi .title-block-2 {
            text-align: center;
         }

         .section-side-ketnoi .ketnoi li {
            margin: 0 px;
         }
/* end slide kết nối*/

 /* Google Map */
         .section-googlemap .map-container {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
         }

         .section-googlemap .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
         }

         .section-googlemap .fanpage-box {
            position: absolute;
            top: 125px;
            right: 20px;
            width: 340px;
            height: 200px;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
            background: #fff;
         }
/* end Google Map */

/* danh sách ngành icon*/
.section-slidenganh-icon .block_nganhnghe_icon_swiper .item .label {
                            padding: 7px;
                        }

                        .section-slidenganh-icon .block_nganhnghe_icon_swiper {
                            overflow: hidden;
                        }
                    .section-slidenganh-icon  .tooltip-box{
                                visibility: hidden;
                                opacity: 0;
                                position: absolute;

                                padding: 12px 16px;
                                border-radius: 14px;
                                width: 200px;
                                line-height: 1.4;
                                transition: all 0.3s ease;
                                z-index: 99;
                                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
                                text-align: justify;
                            }
                        .section-slidenganh-icon .tooltip-box {
                            position: fixed;
                            z-index: 99999;
                            max-width: 320px;
                            background: #fff;
                            color: #222;
                            /* padding: 12px 14px;*/
                            border-radius: 16px;
                            font-size: 14px;
                            line-height: 1.5;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                            border: 1px solid #e0e0e0;
                            opacity: 0;
                            pointer-events: none;
                            transition: opacity 0.25s ease, transform 0.25s ease;
                            background: linear-gradient(135deg, #0066ff, #00bfff);
                            /* nền chuyển màu */
                            color: #fff;
                            /* chữ trắng */
                            border: none;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
                        }

                        /* Hiển thị */
                        .section-slidenganh-icon .tooltip-box.visible {
                            opacity: 1;
                            transform: translateY(-4px);
                        }

                        /* Mũi tên hướng lên */
                        .section-slidenganh-icon .tooltip-box::after {
                            content: "";
                            position: absolute;
                            bottom: -10px;
                            left: 40px;
                            /* có thể chỉnh vị trí ngang */
                            border-width: 10px 10px 0 10px;
                            border-style: solid;
                            border-color: #fff transparent transparent transparent;
                            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
                            border-color: #00bfff transparent transparent transparent;
                            /* màu mũi tên khớp nền */
                        }

                        /* Mũi tên hướng xuống (nếu tooltip nằm dưới item) */
                        .section-slidenganh-icon .tooltip-box.arrow-down::after {
                            top: -10px;
                            bottom: auto;
                            border-width: 0 10px 10px 10px;
                            border-color: transparent transparent #0066ff transparent
                        }
  .section-slidenganh-icon .card-item {
                position: relative;
                background: #fff;
                border-radius: 10px;
                overflow: hidden;
                text-align: center;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                transition: transform 0.3s ease;
                height: 160px;
            }

            .section-slidenganh-icon .card-item img {
                width: auto;
                height: 100px;
                object-fit: cover;
            }

            .section-slidenganh-icon .label {
                padding: 10px;
                font-weight: 600;
                color: #1e2a38;
                font-size: 15px;
            }

            .section-slidenganh-icon .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #27c6e3;
                color: #fff;
                opacity: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 15px;
                text-align: justify;
                font-size: 13px;
                transition: 0.3s ease;
            }

            .section-slidenganh-icon .card-item:hover .overlay {
                opacity: 1;
            }

            .section-slidenganh-icon .carousel-control-next,
            .section-slidenganh-icon .carousel-control-prev {
                width: 5%;
            }

            .section-slidenganh-icon .carousel-control-next {
                right: -50px;
            }

            .section-slidenganh-icon .carousel-control-prev {
                left: -50px;
            }

            .section-slidenganh-icon .multi-row {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                /* căn giữa nếu số item ít hơn 4 */
            }

         
/*end danh sách ngành icon*/

/* side mobile thumlnganh */
                        .block_nganhnghe_swiper {
                            overflow: hidden !important;
                        }

                        .section-slidenganh-thumb .block_nganhnghe_thumb_swiper .item .label {
                            padding: 7px;
                        }

                        .section-slidenganh-thumb .block_nganhnghe_thumb_swiper {
                            overflow: hidden;
                        }
                    .section-slidenganh-thumb  .tooltip-box{
                                visibility: hidden;
                                opacity: 0;
                                position: absolute;

                                padding: 12px 16px;
                                border-radius: 14px;
                                width: 200px;
                                line-height: 1.4;
                                transition: all 0.3s ease;
                                z-index: 99;
                                box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
                                text-align: justify;
                            }
                        .section-slidenganh-thumb .tooltip-box {
                            position: fixed;
                            z-index: 99999;
                            max-width: 320px;
                            background: #fff;
                            color: #222;
                            /* padding: 12px 14px;*/
                            border-radius: 16px;
                            font-size: 14px;
                            line-height: 1.5;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
                            border: 1px solid #e0e0e0;
                            opacity: 0;
                            pointer-events: none;
                            transition: opacity 0.25s ease, transform 0.25s ease;
                            background: linear-gradient(135deg, #0066ff, #00bfff);
                            /* nền chuyển màu */
                            color: #fff;
                            /* chữ trắng */
                            border: none;
                            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
                        }

                        /* Hiển thị */
                        .section-slidenganh-thumb .tooltip-box.visible {
                            opacity: 1;
                            transform: translateY(-4px);
                        }

                        /* Mũi tên hướng lên */
                        .section-slidenganh-thumb .tooltip-box::after {
                            content: "";
                            position: absolute;
                            bottom: -10px;
                            left: 40px;
                            /* có thể chỉnh vị trí ngang */
                            border-width: 10px 10px 0 10px;
                            border-style: solid;
                            border-color: #fff transparent transparent transparent;
                            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
                            border-color: #00bfff transparent transparent transparent;
                            /* màu mũi tên khớp nền */
                        }

                        /* Mũi tên hướng xuống (nếu tooltip nằm dưới item) */
                        .section-slidenganh-thumb .tooltip-box.arrow-down::after {
                            top: -10px;
                            bottom: auto;
                            border-width: 0 10px 10px 10px;
                            border-color: transparent transparent #0066ff transparent
                        }
                         .section-slidenganh-thumb .block_nganhnghe_thumb .item {
                            align-content: center;
                            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                            flex-wrap: wrap;
                            position: relative;
                            text-align: center;
                            transition: transform 0.3s ease;
                            border-radius: 10px;
                            color: red;
                            display: flex;
                            align-items: center;
                            justify-content: flex-start;
                            cursor: pointer;
                            flex-direction: column;
/*                            width: 20%;*/
                        }
                        .slide-thumlnganh-mb-swiper .grid-container {
                            display: grid;
                            grid-template-columns: repeat(2, 1fr);
                            gap: 16px;
                            transition: opacity 0.3s ease;
                            padding: 5px;
                        }

                        .slide-thumlnganh-mb-swiper .grid-item {
                            background: #fff;
                            text-align: center;
                            padding: 10px;
                            cursor: pointer;
                            transition: transform 0.25s;
                            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                            border-radius: 10px;
                        }

                        .slide-thumlnganh-mb-swiper .grid-item:hover {
                            transform: scale(1.05);
                        }

                        .slide-thumlnganh-mb-swiper .detail-layout {
                            gap: 20px;
                            /*  padding: 16px;*/
                            transition: all 0.3s ease;
                            padding-bottom: 35px;
                        }

                        .slide-thumlnganh-mb-swiper .hidden {
                            display: none;
                        }

                        .main-col {
                            flex: 1;
                            text-align: center;
                            border-radius: 10px;
                            padding: 7px;
                            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                            display: flex;
                            align-content: center;
                            flex-wrap: wrap;
                            justify-content: center;
                        }

                        .side-col {
                            flex: 1;
                            display: flex;
                            flex-direction: column;
                        }

                        .slide-thumlnganh-mb-swiper .main-item img {
                            width: 100%;
                        }

                        .slide-thumlnganh-mb-swiper .main-item p {
                            font-weight: 600;
                            color: #ff9100;
                            font-size: 14px;
                        }

                        .slide-thumlnganh-mb-swiper .child-list {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 10px;
                            padding-left: 7px;
                        }

                        .slide-thumlnganh-mb-swiper .child-item {
                            color: red;
                            border-radius: 8px;
                            cursor: pointer;
                            transition: 0.2s;
                            display: flex;
                            flex-direction: row;
                            flex-wrap: nowrap;
                            justify-content: flex-start;
                            align-items: center;
                            width: 100%;
                            min-height: 42px;
                        }

                        .slide-thumlnganh-mb-swiper .child-item:hover {
                            background: #ffa000;
                            color: #fff;
                        }

                        .slide-thumlnganh-mb-swiper .child-item img {
                            background: #fff;
                        }


                        .slide-thumlnganh-mb-swiper .content-box {
                            background: #fff;
                            border-radius: 8px;
                            padding: 12px;
                            min-height: 80px;
                            line-height: 1.5;
                            text-align: justify;
                        }

                        .slide-thumlnganh-mb-swiper .label {
                            color: red;
                            padding: 7px;
                            font-size: 16px;
                        }
                        /*end side mobile thumlnganh */
                         /*slide iconnganh mobile*/
                            .slide-iconnganh-mb-swiper .grid-container {
                                display: flex;
                                padding: 16px;
                                transition: opacity 0.3s ease;
                                justify-content: center;
                                flex-wrap: wrap;
                            }

                            .slide-iconnganh-mb-swiper .grid-item {
                                background: #fff;
                                text-align: center;
                                padding: 15px;
                                cursor: pointer;
                                transition: transform 0.25s;
                                width: 50%
                            }

                            .slide-iconnganh-mb-swiper .grid-item:hover {
                                transform: scale(1.05);
                            }

                            .slide-iconnganh-mb-swiper .detail-layout {
                                gap: 20px;
                                /*  padding: 16px;*/
                                transition: all 0.3s ease;
                                padding-bottom: 35px;
                            }

                            .slide-iconnganh-mb-swiper .hidden {
                                display: none;
                            }

                            .slide-iconnganh-mb-swiper .main-col {
                                flex: 1;
                                text-align: center;
                                border-radius: 10px;
                                padding: 3px;
                                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                                display: flex;
                                align-content: center;
                                flex-wrap: wrap;
                            }

                            .slide-iconnganh-mb-swiper .side-col {
                                flex: 1;
                                display: flex;
                                flex-direction: column;
                            }

                            .slide-iconnganh-mb-swiper .main-item img {
                                width: 80px;
                                margin-bottom: 10px;
                            }

                            .slide-iconnganh-mb-swiper .main-item p {
                                font-weight: 600;
                                color: #ff9100;
                                font-size: 14px;
                            }

                            .slide-iconnganh-mb-swiper .child-list {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 38px;
                                padding-left: 12px;
                            }

                            .slide-iconnganh-mb-swiper .child-item {
                                color: #ffa000;
                                border-radius: 8px;
                                cursor: pointer;
                                transition: 0.2s;
                                display: flex;
                                flex-direction: row;
                                flex-wrap: nowrap;
                                justify-content: flex-start;
                                align-items: center;
                                width: 100%;
                            }

                            .slide-iconnganh-mb-swiper .child-item:hover {
                                background: #ffa000;
                                color: #fff;
                            }

                            .slide-iconnganh-mb-swiper .child-item img {
                                background: #fff;
                            }


                            .slide-iconnganh-mb-swiper .content-box {
                                background: #fff;
                                border-radius: 8px;
                                padding: 12px;
                                min-height: 80px;
                                line-height: 1.5;
                                text-align: justify;
                                padding-top: 40px;
                            }
                             /*end slide iconnganh mobile*/

 /* footer */
         .section-footer .footer {
            background-color: #003399;
            color: white;
            padding: 30px 50px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            height: 250px;
            align-content: center;
         }

         .section-footer .footer-left {
            max-width: 60%;
         }

         .section-footer .footer h4 {
            margin-top: 0;
            font-size: 18px;
            text-transform: uppercase;
         }

         .section-footer .footer p {
            margin: 5px 0;
            font-size: 14px;
         }

         .section-footer .footer a {
            color: white;
            text-decoration: none;
         }

         .section-footer .footer-right {
            text-align: right;
            float: right;
         }

         .section-footer .footer-icons a {
            display: inline-block;
            margin-left: 10px;
         }

         .section-footer .footer-icons img {
            width: 28px;
            height: 28px;
            filter: brightness(0) invert(1);
         }

         /*end footer */

        .section-title {
/*            color: #f53290;*/
            font-weight: bold;
            font-size: 25px;
            font-family: "FZPoppinsBold";
            text-transform: uppercase;
         }
  
  .lg-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.h-d-sm-block {
       display: none !important;
    }
    .h-d-sm-none {
       display: none !important;
    }
    .h-d-md-none {
       display: none !important;
    }
   
    .h-d-md-block {
       display: none !important;
    }
    
    .h-d-block {
        display: block !important;
     }

     .h-d-none {
        display: none !important;
     }

 .col-lg-20-5,
            .col-md-20-5 {
                float: left;
                width: 20%;
            }
   
@media screen and (max-width: 767px) {
    .section-title {
       font-weight: bold;
       font-size: 16px;
       font-family: "FZPoppinsBold";
       text-transform: uppercase;
    }
    .col-lg-20-5,
                .col-md-20-5 {
                    float: left;
                    width: 50%;
                }
     .lg-px-2 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
    .h-d-sm-block {
       display: block !important;
    }
    .h-d-sm-none {
       display: none !important;
    }
    .h-d-md-none {
       display: none !important;
    }
   
    .h-d-md-block {
       display: block !important;
    }
    .bx-wrapper .bx-viewport{left:0px !important;}
    .text-bold{font-weight: bold;}
/*
    
    .h-d-block {
        display: none !important;
     }

     .h-d-none {
        display: block !important;
     }
*/
    
    /* video tiktok*/
    .bxslider_video_tiktok {
                  padding: 0;
               }

               .videotiktok li {
                  list-style: none;
               }
    /* end video tiktok */
    
    
    .section-daututhongminh .fee-table {
               font-size: 14px;
            }
    .section-daututhongminh .hocphi-wrapper{}
    .section-daututhongminh .tab{
        font-size: 13px
    }
     .section-daututhongminh .hocphi-left {
            flex: 1;
         }
    /*footer*/
    .section-footer .footer {
               height: auto;
               padding: 0px
            }

            .section-footer .footer-right {
               text-align: center;
               float: none;
            }

            .section-footer .footer-left {
               padding-bottom: 14px;
               font-size: 13px;
               max-width: none;
            }

            .section-footer i {
               font-size: 25px !important;
            }

            .section-footer .footer-right {
               padding-top: 14px;
               font-size: 13px;
               display: flow-root;
            }
    
      /*end footer*/
    
    
    /*slide  ngành icon*/
     .section-slidenganh-icon .carousel-control-prev {
                    left: -16px;
                }

                .section-slidenganh-icon .carousel-control-next {
                    right: -16px;
                }

                .section-slidenganh-icon .overlay {
                    font-size: 11px;
                }
    /*end slide ngành icon */
}
