﻿@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: url('/fonts/SF-Pro-Rounded-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Rounded';
    src: url('/fonts/SF-Pro-Rounded-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


.combo-none h1 {
    color: #EBECF0;
    line-height: 58px;
    width: 705px;
    margin-top: 60px
}

.toolbar-mobile {
    display: none;
}

.combo-none h4, h2 {
    display: none;
}

.container {
    position: relative;
}

.item-button {
    display: none
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-close-button {
    display: none
}

.nav-item.menu-item:hover a.nav-link {
    color: #FFB017 !important;
}

.select-wrapper-mobile {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.answer-search {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap
}

.custom-select {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    width: 75%; /* Chỉnh độ rộng theo yêu cầu */
}

.select-wrapper-mobile button {
    padding: 8px 10px;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    gap: 3px;
    background-color: #FF7350;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 6px;
}

    .select-wrapper-mobile button img {
        margin-left: 5px;
        width: 16px; /* Đặt kích thước hình ảnh biểu tượng tìm kiếm */
        height: 16px;
    }

body {
    font-family: "Roboto", sans-serif;
    background-color: #F2F2F2;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

main {
    min-height: 700px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    main {
        min-height: 600px;
    }

    .item-button {
        display: block
    }

    .item .box-title h4 {
        font-size: 16px; /* Có thể điều chỉnh để vừa hơn */
    }

    .button-group {
        display: none !important;
    }

    .navbar-header {
        padding: 12px !important
    }

    .navbar-toggler img {
        width: 30px;
    }

    .navbar-collapse {
        position: absolute;
        top: calc(100% + 20px);
        width: 100vw;
        right: -10px;
        z-index: 1050;
        background-color: #403A9E;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }

        .navbar-collapse .navbar-nav {
            flex-direction: column;
            width: 100%;
            align-items: flex-start;
            white-space: normal;
        }

        .navbar-collapse .nav-item {
            width: 100%;
        }

        .navbar-collapse .nav-link {
            padding: 10px 30px;
            color: #EBECF0 !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 16px !important;
        }

        .navbar-collapse .nav-item:last-child .nav-link {
            border-bottom: none; /* Bỏ border dưới của mục cuối */
        }

        .navbar-collapse .nav-item .nav-link.active,
        .navbar-collapse .nav-item .nav-link:hover {
            color: #ffb017 !important; /* Màu chữ khi active/hover */
        }

    .toolbar {
        display: none !important;
    }

    .toolbar-mobile {
        margin-top: 20px;
        display: block;
    }

    .toolbar-content-mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .content-box {
        width: 97% !important;
        flex-direction: row !important;
        padding: 20px !important;
        gap: 30px !important;
        top: 490px !important
    }

    .toolbar-content-filter {
        display: flex;
        gap: 8px;
        width: 100%;
    }

    .toolbar-item-mobile-main {
        width: 70%
    }

    .select-wrapper-mobile button {
        top: 8px !important
    }

    .select-wrapper-mobile::after {
        top: 50%
    }

    .combo-none {
        height: auto !important;
        margin: 30px 0px 100px 0px
    }

        .combo-none h1 {
            display: none;
        }

        .combo-none h4, h2 {
            display: block;
        }

        .combo-none h4 {
            font-size: 20px;
            font-weight: 400;
            color: #B9ABFB;
            text-transform: uppercase;
            text-align: center
        }

        .combo-none h2 {
            font-size: 26px;
            font-weight: 600;
            color: #EBECF0;
            line-height: 27px;
            text-align: center;
        }

    .answer-search {
        width: 80%;
    }

    .select2-container {
        width: 486px !important
    }
}

@media (max-width: 1024px) {
    .collapse:not(.show) {
        display: none !important
    }

    .navbar-toggler {
        display: block !important
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .navbar-collapse {
        right: -45px !important
    }

    .navbar-header {
        padding: 0 30px !important;
    }

    .select2-container {
        width: 580px !important
    }

    .select-wrapper-mobile .icon-menu-down {
        top: 24px !important;
        right: 200px !important
    }

    .select-wrapper-mobile #thongTinTruongmb {
        top: 7px !important;
        right: 84px !important
    }
}

@media (min-width: 1025px) {
    main {
        min-height: 700px;
    }

    .content-box {
        gap: 50px !important;
        padding: 20px 60px !important;
    }
}


p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 600;
}

.fz-12 {
    font-size: 12px;
}

.fz-13 {
    font-size: 13px;
}

.fz-14 {
    font-size: 14px;
}

.fz-15 {
    font-size: 15px;
}

.fz-16 {
    font-size: 16px;
}

.fz-17 {
    font-size: 17px;
}

.fz-18 {
    font-size: 18px;
}

.fz-19 {
    font-size: 19px;
}

.fz-20 {
    font-size: 20px;
}

.fz-36 {
    font-size: 36px;
}

.nav-link-menu {
    font-size: 17px;
    padding-right: 10px;
    color: #2C2C2C;
}

    .nav-link-menu:honve {
        font-size: 17px;
        color: #1565C0;
    }

.footer-2 {
    background-color: #4942BD;
    color: rgb(255,255,255);
    /*background-image: linear-gradient(to right, #653EDA 100%, #024FCC 100%);*/
}



.nav-title {
    max-height: 70px;
}

.nav-title-bot {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    color: #1060BB;
}

.title-slide {
    text-align: center;
    color: #141B22;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-wrap: break-word;
}

.title-slide1 {
    font-size: 20px;
    color: #232323;
}

.title-tintuc {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'SF Pro Rounded', sans-serif !important;
    font-weight: 700
}

.content-slide1 {
    font-size: 15px;
    color: #606060;
    height: 70px;
}

.title2-slide2 {
    font-size: 18px !important;
    color: #212121;
}

.title3-slide2 {
    font-size: 18px;
    color: #1867C1;
}



.btn-xemchitiet {
    width: 180px;
    background-color: #FFFFFF;
    border: 1px solid #1565C0;
    border-radius: 20px;
    color: #1565C0;
    font-size: 15px;
    font-weight: 400;
}



li .li-title {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

li .li-title-bot {
    font-weight: 400;
    font-size: 16px;
    color: #606060;
}

.bd-right {
    border: 1px solid #828282;
    margin-right: 13px;
    margin-left: 10px;
    margin-top: 3px;
}

.bd-li-p {
    border-right: 1px solid #828282;
    padding-right: 10px;
    margin-right: 10px;
}


.formart-right {
    display: flex;
    justify-content: right;
}

.d-lg-flex-li {
    display: flex;
}

.border-bt-li {
    /* border-bottom: 0.5px solid #C4C4C4; */
    background-color: #F3F7FB;
    border-radius: 5px;
    padding-left: 10px;
}

.border-left-li1, .border-left-li2 {
    border-left: 6px solid #4A98FF;
}

    .border-left-li1:hover, .border-left-li2:hover {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
        transition: box-shadow 0.3s ease;
    }

.header-top {
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
}


.nav-search {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
}

.select-search {
    height: 32px;
    width: 100%;
    border: 1px solid #DDE0E4;
    border-radius: 6px;
}

.select-search2 {
    height: 32px;
    width: 100%;
    border: 1px solid #DDE0E4;
    border-radius: 6px;
}

.ctn-search {
    background-image: linear-gradient(to right, #FFFFFF 100%, #F4F4F4 100%);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.btn-search {
    width: 106px;
    height: 32px;
    border-radius: 6px;
    background-image: linear-gradient(to top,#1665D2 100%, #07A5E1 100%);
    justify-content: space-between;
    display: flex;
}

.background-image {
    background-image: url('../img/bgimg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.background-image2 {
    background-image: url("../img/bgimg2.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.background-image-ct-slide {
    background-image: url('../img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.box-slide {
    background-color: #FFFFFF;
    box-shadow: 0 12px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 22%;
}


.box-slide2 {
    background-color: #FFFFFF;
    border: 1px solid #447BE8;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    width: 18%;
}

    .box-slide2 img {
        width: 100%;
    }


.box-slide1 {
    width: 20%;
}

/* .box-slide img{
    width: 100%;
  } */

.text-left {
    text-align: left;
}

#content-sl1 {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content-sl2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.big-title-slide1 {
    justify-content: center;
    display: flex;
    width: 100%;
    border-bottom-width: 1px;
}

.smail-title-slide1 {
    justify-content: center;
    display: flex;
    width: 100%;
    border-bottom-width: 1px;
}

.combo-slide1 {
    display: flex;
    justify-content: center;
}

.smail-title-slide11 {
    max-width: 1280px;
    font-size: 28px;
    text-align: center;
}

.smail-title-slide21 {
    max-width: 1280px;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.btn-sr {
    display: flex;
    justify-content: right;
    padding-right: 0px;
}


.title-slide2 {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid#C4C4C4;
}

.row-slide2 .col-4 {
    margin: unset !important;
}

.mw-slide2 {
    padding-left: 80px;
    padding-right: 80px;
}



.title-slide-top {
    font-weight: 600;
    font-size: 20px;
    color: #1E1E1E;
}

.lst-tttb {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0 1px 0.5px -1px rgba(0, 0, 0, 0.25);
    border-radius: 6px 6px 0px 0px;
}


#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 60px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
}


.text-start-top {
    font-weight: 400;
    font-size: 15px;
    color: #C0C6F1;
}

.text-start-bot {
    font-weight: 400;
    font-size: 13px;
    color: #C0C6F1;
}


.fix-bt-search {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    box-shadow: 0 5px 0px 5px rgba(245, 242, 242, 0.08);
    background-image: linear-gradient(to right, #1665D2 100%, #07A5E1 100%);
}


.nav-link-menu-child {
    font-weight: 400px;
    font-size: 15px;
    color: #6C6C6C;
}

.last-li a {
    color: #0167B9;
}


.ctn-menu {
    background-color: #FFFFFF;
}



.datagrid tbody tr:nth-child(even) {
    background-color: #F5F7F7;
    box-shadow: 0 0.8px 0 0 #E1E1E1;
}

.datagrid tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
    box-shadow: 0 0.8px 0 0 #E1E1E1;
}


.table > :not(:first-child) {
    border-top: none
}

.datagrid tbody tr td {
    border-right: 1px solid #BDBDBD;
}

.datagrid tbody tr {
    border-left: 1px solid #BDBDBD;
}

.datagrid td, .datagrid th {
    vertical-align: middle;
}


/* .datagrid table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0063C6), color-stop(1, #0063C6) );
    background: -moz-linear-gradient( center top, #0063C6 5%, #0063C6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36752D', endColorstr='#275420');
    background-color: #0063C6; 
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    border-left: 1px solid #BDBDBD;
    text-align: center;
    vertical-align: middle;
  } */

.title-th-dst {
    background-color: #0063C6 !important;
    vertical-align: middle !important;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    border: 1px solid #BDBDBD;
    font-weight: 400;
}



/* sử lý css cho check box trong table */

.datagrid input[type="checkbox"] {
    pointer-events: none;
}


.datagrid input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #1E90FF;
    background-color: #1E90FF;
    cursor: pointer;
}


    .datagrid input[type="checkbox"]:checked::after {
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="white" d="M7.484 14.868a1 1 0 0 1-.707-.293l-3.5-3.5a1 1 0 0 1 1.414-1.414l3.5 3.5a1 1 0 0 0 1.414 0l7-7a1 1 0 1 1 1.414 1.414l-7 7a1 1 0 0 1-.707.293z"/></svg>');
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* #idimg {
    display: flex;
    justify-content: space-between;
    
  } */


.table .column-ct {
    text-align: center;
}

.table td {
    font-weight: 400;
    font-size: 15px;
    color: #1F1F1F;
}


/* phân trang bảng */
.paging {
    text-align: left;
}

    .paging ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .paging li {
        display: inline-block;
    }

    .paging a {
        text-decoration: none;
        padding: 5px 10px;
        border: 1px solid #ccc;
        color: #333;
    }

        .paging a.active,
        .paging a:hover {
            background-color: #f0f0f0;
        }


.name-title {
    font-weight: 500;
    font-size: 32px;
    color: #1F1F1F;
    text-align: center;
}

.col-left {
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 #E5E5E5;
    padding: 30px 20px 30px 20px;
    border-radius: 6px;
}

.main-chitiet {
    background-color: #F0F0F0;
}

.logo-chitiet {
    text-align: center;
}

.li-a-bdr {
    border-right: 1px solid #1F1F1F;
    padding-right: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #1F1F1F;
    margin-right: 5px;
}

.bdr-none {
    border-right: none;
}

.title-left {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #1565C0;
}

.bd-chitiet {
    background-color: #FFFFFF;
    border: 0.8px solid #BDBDBD;
    border-radius: 5px;
}

.li-left {
    border-bottom: 0.8px solid #BDBDBD;
}

.li-left-ct {
    border-bottom: 0.8px dashed #BDBDBD;
}

.li-left-p {
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}

.li-left-p2 {
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

.li-left-p2-cap {
    font-weight: 500;
    font-size: 21px;
    color: #1565C0;
}

.fix-list-img {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 10px !important;
}

.bd-none {
    border: none;
}

.fix-lienhe {
    margin-left: 18px;
    vertical-align: initial;
}

.vertical-center {
    display: flex;
    align-items: center;
}


.title-left2 {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #0063C6;
}

.text-al-centre {
    text-align: center;
}

.col-right {
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 #E5E5E5;
    border-radius: 6px;
    padding: 30px 20px 30px 20px;
}

.big-title-right {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    /* border-left: 5px solid #2764E7 ; */
    /* border-bottom: 2px solid #0063C6; */
}

.small-title-right {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
}

.small-title-right-nn {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.row2-bt-top1 {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #0096DB 100%, #0D5BB4 100%);
    margin-right: 20px;
    padding: 15px 20px;
}

.row2-bt-top2 {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #FFA000 100%, #F87821 100%);
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 20px;
}

.row2-bt-top3 {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #FE5268 100%, #E51F3B 100%, #D70231 100%);
    margin-left: 20px;
    padding: 15px 20px;
}

.row2-title-bt {
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
}

.row2-num-bt {
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
}

.list-checkbox {
    display: flex;
    justify-content: space-between;
    border: 0.8px solid #BDBDBD;
    border-radius: 5px;
    padding: 20px 30px;
}

.title-list-checkbox {
    font-weight: 400;
    font-size: 18px;
    color: #0063C6;
}

.css-checkbox {
    width: 15px;
    height: 15px;
}

.content-check {
    font-weight: 400;
    font-size: 15px;
    color: #202124;
    /* margin-left: 5px; */
    vertical-align: text-bottom;
}

.nn1 {
    padding-left: 0;
    padding-right: 15px;
}

.nn2 {
    padding-left: 15px;
    padding-right: 0;
}

.note-table {
    font-weight: 400;
    font-size: 18px;
    color: #1F1F1F;
}

.title-table {
    background-color: #0063C6;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    padding: 15px 0;
}

.title-table-top {
    font-weight: 500;
    font-size: 19px;
    color: #FFFFFF;
}

.content-table {
    border: 0.8px solid #BDBDBD;
    border-radius: 0 0 5px 5px;
}


.title-th {
    background-color: #BEEBFF !important;
    color: #1F1F1F;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #BDBDBD;
    text-align: center;
    vertical-align: middle;
}


.title-table-bot {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    align-items: center;
}


td[rowspan="5"], th[rowspan="5"] {
    border-bottom: none;
}

/* .fix-color-col{
    background-color: #FFFFFF !important;
  } */

.tb-left {
    padding-right: 5px !important;
}

.tb-right {
    padding-left: 5px !important;
}

.fix-border-title-tb {
    border-right: 1px solid #BDBDBD;
    background-color: #F5F7F7 !important;
}

.list-ul-row-right1 {
    padding-right: 10px;
}

.list-ul-row-right2 {
    padding-right: 5px;
    padding-left: 5px;
}

.list-ul-row-right3 {
    padding-left: 10px;
}


.li-icon-check {
    background-image: linear-gradient(to bottom, #FFFFFF 100%, #EDEDED 100%);
    border: 0.5px solid #BDBDBD;
    border-radius: 6px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
    display: flex;
}

.li-checkbox {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.bt-li {
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #1665D2 100%, #07A5E1 100%);
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    border: none;
}

td[rowspan="4"] {
    border: none;
}

.col-right td {
    /* text-align: center; */
    text-align: left;
}

.select-search::placeholder {
    color: #424242;
    font-weight: 400;
    font-size: 13px;
    padding-left: 10px;
}

.checkbox-search {
    background-color: #FFFFFF;
    border: 1px solid #DDE0E4;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.mr-checkbox {
    margin-left: 20px;
}

.css-checkbox-search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
}

    .css-checkbox-search:checked {
        background-color: #1060BB;
        background-image: url('../img/iconchecksearch.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

.content-check-search {
    font-weight: 400;
    font-size: 20px;
    color: #0167B9;
    padding-left: 20px;
}

.bd-icon-tb {
    border-right: 1px solid #9E9E9E;
    padding-right: 10px;
    margin-right: 10px;
}

.ct-thongbao {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgba(229, 229, 229, 1);
}

.title-ct {
    font-weight: 500;
    font-size: 15px;
    color: #1F1F1F;
}

.content-ct {
    padding: 5px 10px;
    border: 0.8px solid #CCCCCC;
    border-radius: 3px;
    font-weight: 400;
    font-size: 17px;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 0.8px solid #CCCCCC;
}

.box-ct {
    margin-top: 30px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-l-10 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    padding: 20px 12px;
}

.icon-ct {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 0.8px solid #CCCCCC;
    padding: 5px;
    width: 55px;
}

.nav-link-menu {
    color: #000;
    transition: color 0.3s;
}

    .nav-link-menu:hover {
        color: #00f;
    }


.img-slide {
    width: 50px;
}

.carousel-control-next img.img-slide {
    position: relative;
    left: 1px
}

@media (max-width: 767px) {
    main {
        min-height: 400px;
    }

    .banner-student {
        display: none;
    }

    .item .box-title h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .mobile-middle-image {
        padding-top: 40px !important
    }

    .school-item {
        overflow: unset
    }

    .item-href {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 16px 0;
    }

    .lottie-icon {
        margin: 0 !important;
    }

    .box-title {
        display: flex;
        flex-direction: column;
        text-align: left
    }

    .select-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-select {
        width: 100%;
        margin-bottom: 10px;
    }

    custom-select .Truong {
        padding: 12px 140px 12px 15px !important;
    }

    .answer-search {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .toolbar {
        display: none !important;
    }

    .toolbar-mobile {
        margin-top: 20px;
        display: block;
    }

    .toolbar-content-mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .content-box {
        flex-direction: column;
        align-items: stretch;
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 !important;
        width: 100% !important;
        gap: 0px !important;
        padding: 12px 20px !important;
    }

        .content-box .item-last {
            border-bottom: none !important;
        }

        .content-box .item {
            border-bottom: 1px dashed #D0DBE9
        }

    .banner .bg-white {
        width: 100%;
        height: 140px;
        left: 0;
        bottom: -20px;
    }

    .toolbar-content-filter {
        display: flex;
        gap: 8px;
    }

    .banner {
        width: auto !important;
        min-height: 727px;
        background: url("../img/banner-mobile-home.png") no-repeat center center !important;
        background-size: cover !important;
        height: auto !important;
    }

    .school-text {
        font-size: 12px !important
    }

    .custom-select {
        border: none !important;
    }

    .item-button {
        display: block
    }

    .button-group {
        display: none;
    }

    .combo-none {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto !important
    }

        .combo-none h1 {
            display: none;
        }

        .combo-none h4, h2 {
            display: block;
        }

        .combo-none h4 {
            font-size: 14px;
            font-weight: 400;
            color: #B9ABFB;
            text-transform: uppercase;
        }

        .combo-none h2 {
            font-size: 20px;
            font-weight: 600;
            color: #EBECF0;
            line-height: 27px;
            text-align: center;
            padding: 0 40px;
        }

    .combo-icon-menu img {
        width: 50px
    }

    .combo-icon-menu .title {
        font-size: 12px;
    }

    .navbar-collapse {
        position: fixed !important;
        width: 100%;
        /*        height: calc(100vh - 100px);*/
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 1050;
        background-color: #fff;
        overflow-y: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }

        .navbar-collapse.show {
            transform: translateX(0);
        }

        .navbar-collapse .navbar-close-button {
            padding: 0.5rem;
            float: right;
            margin-top: 10px;
            margin-right: 10px;
            display: block;
        }

        .navbar-collapse .navbar-nav {
            flex-direction: column;
            width: 100%;
            align-items: flex-start;
            white-space: normal;
        }

        .navbar-collapse .nav-item {
            width: 100%;
            border-bottom: 1px solid #EBEDF0
        }

        .navbar-collapse .nav-link {
            padding: 16px;
            color: #0F2239 !important;
            font-size: 18px !important;
            font-weight: 500
        }

        .navbar-collapse .nav-item:last-child .nav-link {
            border-bottom: none; /* Bỏ border dưới của mục cuối */
        }

        .navbar-collapse .nav-item .nav-link.active,
        .navbar-collapse .nav-item .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #ffb017 !important; /* Màu chữ khi active/hover */
        }

    .footer-2 p {
        text-align: center;
    }

    .box-slide {
        width: 100%;
        margin-top: 10px;
    }

    .box-slide2 {
        width: auto;
    }

    /* .carousel-item .row-slide2 > div:nth-child(n+2) {
      display: none;
    }
  
    .carousel-item .row-slide1 > div:nth-child(n+2) {
      display: none;
    } */


    .carousel-item .box-slide2 img {
        max-width: 100%;
    }

    .carousel-item:hover .box-slide2 p,
    .carousel-item:hover .box-slide2 button {
        display: block;
    }

    .img-slide {
        width: 30px;
    }

    .carousel-control-prev {
        width: inherit !important;
    }

    .carousel-control-next {
        width: inherit !important;
    }

    .mw-slide2 {
        padding: 0;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #backToTopBtn {
        bottom: 40px;
    }

    .row-slide1 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .title-slide {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .title-slide2 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .navbar-toggler {
        margin-bottom: 10px !important;
    }

    .col-left {
        margin-right: 0 !important;
    }

    .col-right {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .row2-bt-top1, .row2-bt-top2, .row2-bt-top3 {
        margin: 0 !important;
    }

    .nn1 {
        padding-right: 0 !important;
    }

    .nn2 {
        padding-left: 0 !important;
    }

    .d-lg-flex-mb {
        display: flex;
    }

    .table-scrollable {
        max-width: 100%;
        overflow-x: auto;
    }

    .tag-br {
        max-width: 150px;
    }

    .border-bt-li-1 {
        border-bottom: 0.5px solid #C4C4C4;
    }

    .mr-checkbox {
        margin-left: 0px !important;
    }

    .rps-mg {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .fix-lienhe {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .fix-list-checkbox {
        display: grid !important;
    }

    .tb-left {
        padding: 0px !important;
    }

    .tb-right {
        padding: 0px !important;
    }

    .custom-select, .select2-selection__placeholder {
        font-size: 14px !important;
    }
}

.page-size-icon {
    color: #0063C6;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.paging-df {
    display: flex;
}

.tfoot-page {
    font-weight: 400;
    font-size: 15px;
    margin-left: 20px;
    color: #1F1F1F;
    display: flex;
}

.dropdown-menu.show {
    display: grid;
}

.drop-table {
    margin-left: 10px;
}


.dropdown-toggle {
    background-color: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    border-radius: 3px;
    color: #1F1F1F;
    padding: 8px 10px;
}

.table-scrollable td {
    text-align: center;
}

.text-align-left {
    text-align: left !important;
}

.li-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.li-fixheight-title {
    display: flex;
    align-items: center;
}

#li-title-2row {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* .nav-link-menu {
    color: black;
  }
  
  .nav-link-menu:hover {
    color: rgb(8, 30, 230);
  }
  
  .nav-item.active .nav-link-menu {
    color: rgb(77, 12, 231);
  } */


.fix-color-col {
    border-bottom: none;
    background-color: #FFFFFF !important;
}

/*========= style checkbox disable blue =======*/
.css-color-checkbox[type="checkbox"][disabled="true"][checked="true"] + label::before {
    content: "\2713";
    display: inline-block;
    font-size: 18px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #0D5BB4;
    color: white;
    border-radius: 3px;
    margin-right: 5px;
}

.css-color-checkbox[type="checkbox"][disabled="true"][checked="true"] {
    display: none;
}

input[type="checkbox"] {
    margin-right: 5px;
}
/* ============end============ */


.banner {
    width: 100%;
    height: 730px;
    background: url("../img/banner-home.png") no-repeat center center;
    background-size: 100% 100%;
    background-position: center;
}

.banner-student {
    position: absolute;
    right: 78px;
    top: 130px;
    width: 450px;
    height: 480px;
}

.navbar-header {
    width: 100%;
    height: 130px;
    position: relative;
    background: rgba(8, 10, 18, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.button-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.button {
    padding: 12px 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #EBECF0;
    font-size: 15px;
    font-weight: 600;
    color: #EBECF0;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

    .button:hover {
        background-color: #3BD5FF;
        transition: background-color 0.3s ease;
    }

.menu {
    display: flex;
    gap: 36px;
    align-items: center;
}

.menu-item {
    color: #EBECF0;
    font-size: 18px;
    font-family: "SF Pro Rounded", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    width: 70px;
    height: 70px;
}

.title {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    color: #EBECF0;
    margin-left: 10px;
}

    .title span {
        display: block;
    }

    .title .bold {
        font-weight: 800;
    }

.combo-icon-menu {
    display: flex;
    align-items: center;
}

.container-content {
    display: flex;
    justify-content: flex-start
}

.toolbar {
    /*    width: 70%;*/
    max-width: 1040px;
    /* margin: 20px 0 20px 12%; */
    display: flex;
    align-items: center;
    background: white;
    border-radius: 60px;
    margin-top: 20px;
    padding: 8px 8px 8px 17px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

    .toolbar select, .toolbar button {
        border: none;
        outline: none;
        padding: 10px 16px;
        border-radius: 5px;
    }

    .toolbar button {
        background-color: #FF6F40;
        color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 16px 22px;
        border-radius: 37px;
        cursor: pointer;
        font-size: 22px;
        white-space: nowrap
    }

        .toolbar button:hover {
            background-color: #2764E7;
        }

.combo-none {
    height: 150px;
}


.school-container {
    justify-content: flex-start;
    margin: 0 0 0 12%;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.school-item {
    padding: 8px 12px;
    overflow: hidden;
    border-radius: 30px;
    border: 1px #D2D2D2 solid;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.school-text {
    opacity: 0.70;
    color: white;
    font-size: 14px;
    font-family: "SF Pro Rounded", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
}

.toolbar-content {
    display: flex;
}

.toolbar-item-min {
    width: 25%;
    border-right: 1px solid #ECECEC;
}

.toolbar-item {
    border-right: 1px solid #ECECEC;
    width: 32%;
}

.toolbar-item-main {
    width: 43%;
}

.lottie-icon {
    width: 60px; /* hoặc kích thước mong muốn */
    height: 60px; /* hoặc kích thước mong muốn */
    margin: 0 auto; /* Căn giữa nếu cần */
}

.content-box {
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    gap: 120px;
    padding: 30px 100px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 390px;
}

    .content-box h3 {
        text-align: center;
        margin: 0;
    }

.item {
    text-align: center;
}

    .item img {
        width: 60px;
        height: 60px;
    }

    .item h4 {
        font-size: 20px;
        font-weight: bold;
        font-family: 'SF Pro Rounded', sans-serif;
        color: #1E1E1E;
        margin-top: 8px;
    }

    .item p {
        font-size: 16px;
        color: #606060;
        font-weight: 400
    }

.combo-item-sl {
    display: flex;
    flex-direction: column;
    background: #F0F7FF;
    border-radius: 12px;
    overflow: hidden;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    transition: transform 0.3s ease-in-out;
}

    .combo-item-sl:hover > .img-school > img {
        transform: scale(1.1);
        transition: transform 0.8s;
    }

.img-school {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.combo-item-sl1 {
    display: flex;
    flex-direction: column;
    background: #F0F7FF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

    .card-img-top:hover {
        transform: scale(1.1); /* Phóng to ảnh 10% */
    }

.card-img-top-ct {
    /*    width: 100%;
    height: 500px;
    object-fit: cover;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

    .card-img-top-ct:hover {
        transform: scale(1.1); /* Phóng to ảnh 10% */
    }

.card-body {
    padding: 16px;
    text-align: left;
}

.card-title {
    font-weight: 700;
    font-size: 24px;
    color: #1E1E1E;
    margin-bottom: 8px;
    line-height: 24px
}

.card-text {
    color: #606060;
    font-size: 15px !important;
    line-height: 1.5;
    margin-bottom: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif !important;
}

.stats {
    font-size: 14px;
    color: #606060;
    display: flex;
    align-items: center;
}

/* .status-apply {
  background: #ff7b60;
  color: white;
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 12px;
  text-decoration: none;
  font-weight: 500;
  }
  
  .status-apply:hover {
  background: #ff5733;
  } */


.top-title {
    color: #FF7350;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.school-type {
    color: #141B22;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    word-wrap: break-word;
}

.status-apply {
    display: inline-block;
    padding: 6px 12px;
    background-color: #FF7350; /* Màu nền */
    color: white; /* Màu chữ */
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
}

.status-expired {
    display: inline-block;
    padding: 6px 12px;
    background-color: #A0A0A0; /* Màu nền */
    color: white; /* Màu chữ */
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
}

.status-near-expired {
    display: inline-block;
    padding: 6px 12px;
    background-color: #2764E7; /* Màu nền */
    color: white; /* Màu chữ */
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
}

.notification-card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .notification-card:hover {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
        transition: box-shadow 0.3s ease;
    }


.notification-card-ct {
    background: white;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #EBEDF0;
}

.notification-content {
    padding: 20px;
}

.notification-content-ct {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-vt {
    display: flex;
    align-items: center;
}

.modal-content {
    border-radius: 20px;
}

.modal-header {
    background: #f8f9fa;
    text-align: center;
    border-bottom: none;
    border-radius: 20px;
}

    .modal-header img {
        max-width: 100%;
        height: auto;
    }

.modal-title {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #141B22;
    font-size: 18px;
    padding: 10px;
}

.modal-body {
    padding: 20px;
}

.form-control {
    border-radius: 5px;
    /* padding: 10px; */
    font-size: 16px;
}

.btn-login {
    width: 100%;
    background-color: #d9534f;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}

    .btn-login:hover {
        background-color: #c9302c;
    }

.lg-infor-so {
    display: flex;
    align-items: center;
    color: #ED1C24;
}

.tk-ip {
    display: flex;
    align-items: center;
}

.login-tracuu {
    width: 170px;
}

.select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 12px 40px 12px 15px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    position: relative;
}

    .custom-select:hover {
        border-color: #007bff;
    }


    .custom-select option {
        background-color: #fff;
        color: #333;
        padding: 10px;
        font-size: 18px;
    }

        .custom-select option:hover {
            background-color: #007bff;
            color: white;
        }

.notification-card1 {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 350px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #fff;
}

    .notification-card1:hover {
        border: 1px solid #FF7350;
    }

.notification-card2 {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 350px;
    border: 1px solid #EBEDF0;
}

.icon-container {
    background-color: #ff7f50;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 15px;
}

    .icon-container img {
        width: 30px;
        height: 30px;
    }

.text-container {
    display: flex;
    flex-direction: column;
}

.school-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.school-code {
    font-size: 14px;
    color: #777777;
}

.navbar {
    background-color: transparent !important;
}

.nav-link {
    color: #ffff !important;
    transition: 0.3s;
}

    .nav-link.active {
        color: #FFB017 !important;
        font-weight: bold;
    }

.banner-detail {
    position: relative;
    width: 100%;
    height: 500px;
    background: url("../img/detailBanner.png") no-repeat center center;
    background-size: cover;
}

.modal-content {
    border-radius: 20px;
}

.modal-header {
    background: #f8f9fa;
    text-align: center;
    border-bottom: none;
    border-radius: 20px;
}

    .modal-header img {
        max-width: 100%;
        height: auto;
    }

.modal-title {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #141B22;
    font-size: 18px;
    padding: 10px;
}

.modal-body {
    padding: 20px;
}

.form-control {
    border-radius: 5px;
    /* padding: 10px; */
    font-size: 16px;
}

.btn-login {
    width: 100%;
    background-color: #d9534f;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}

    .btn-login:hover {
        background-color: #c9302c;
    }

.lg-infor-so {
    display: flex;
    align-items: center;
    color: #ED1C24;
}

.tk-ip {
    display: flex;
    align-items: center;
}

.login-tracuu {
    width: 170px;
}

.select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

/* Tùy chỉnh select */
.custom-select {
    appearance: none; /* Ẩn mũi tên mặc định */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%; /* Full width */
    background-color: #fff;
    border: 2px solid #ddd;
    padding: 12px 40px 12px 15px; /* Chừa chỗ cho icon */
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    position: relative;
}

    /* Hiệu ứng hover */
    .custom-select:hover {
        border-color: #007bff;
    }


/* Icon mũi tên */
.icon-menu-down {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.toolbar-item-mobile .icon-menu-down {
    top: 44%;
}

.toolbar-item-mobile-main .icon-menu-down {
    top: 44%;
    right: 120px;
}

/* Tùy chỉnh option */
.custom-select option {
    background-color: #fff; /* Nền trắng */
    color: #333;
    padding: 10px;
    font-size: 16px;
}

    /* Tùy chỉnh hover option trên Chrome, Edge */
    .custom-select option:hover {
        background-color: #007bff;
        color: white;
    }

/* Tùy chỉnh hover option trên Firefox */
.custom-select:focus option:checked {
    background-color: #007bff;
    color: white;
}

.icon-container {
    background-color: #ff7f50;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 15px;
}

    .icon-container img {
        width: 30px;
        height: 30px;
    }

.text-container {
    display: flex;
    flex-direction: column;
}

.school-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.school-code {
    font-size: 14px;
    color: #777777;
}

.navbar {
    background-color: transparent !important;
}

.nav-link {
    /* color: #EBECF0 !important; */
    transition: 0.3s;
}

.name-loai-hinh {
    margin: 0;
    font-size: 16px;
    color: gray;
    text-align: center;
}

@media (max-width: 1024px) {
    .menu {
        gap: 20px;
        font-size: 16px;
    }

    .button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .banner-student {
        right: 42px;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        flex-direction: row;
        height: auto;
        padding: 0 8px 0 16px;
    }

    .navbar {
        padding-top: 0 !important
    }



    .menu {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .button-group {
        flex-direction: column;
        gap: 5px;
        display: none;
    }

    /* Tùy chỉnh khoảng cách từ navbar khi menu mở */
    .navbar-nav {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .navbar-header {
        padding: 0 60px;
    }

    .text-left-size {
        font-size: 15px !important;
    }
}

@media (min-width: 1800px) {
    .navbar-header {
        padding: 0 200px;
    }

    .text-left-size {
        font-size: 18px !important;
    }

    .school-container {
        margin: 0 0 0 14%;
    }

    .small-title-right-nn {
        font-size: 25px !important;
    }

    .banner-student {
        right: 260px;
    }
}

.middle-image {
    background-image: url('../img/ani-img.png');
    background-repeat: no-repeat;
    background-position-y: 350px;
}

.btn-arrow {
    width: 54px;
    height: 50px;
    background-color: #2764E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

    .btn-arrow img {
        width: 14px;
        height: 14px;
    }

    .btn-arrow:hover {
        background-color: #FF7350;
    }

@media (max-width: 391px) {
    .combo-item-sl .card-body {
        padding: 4px;
    }

    .school-type {
        font-size: 32px;
    }

    .btn-arrow {
        width: 46px;
        height: 44px;
    }
}

.select2-container, .select2-container > .selection {
    height: 100%;
    display: block;
}

.select2-selection {
    height: 100% !important;
    border: none !important;
    display: flex !important;
    align-items: center;
    font-size: 18px !important
}

.select2-selection__arrow, .select2-results__option.select2-results__message {
    display: none
}

.select2-selection__placeholder {
    color: #1E1E1E !important;
    padding: 10px !important;
}

.select2-results__option--highlighted {
    background-color: #6740EA !important;
}

.select2-selection__clear {
    margin-left: 8px
}

.select2-search__field {
    outline: none !important
}

.select2-selection__rendered {
    color: #000 !important
}

.select-wrapper-mobile > .select2-container {
    height: 48px;
}

@media (max-width: 430px) {
    .stats > img{
        margin: 2px !important    
    }
    .card-body .status-apply {
        padding: 6px 8px !important
    }   
}