body {
    font-family: Roboto;
    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 (max-width: 767px) {
    main {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    main {
        min-height: 600px;
    }
}

@media (min-width: 1025px) {
    main {
        min-height: 700px;
    }
}


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-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-36 {
    font-size: 36px;
}

.footer-content {
    margin: 20px 0;
}

/*Cương*/
.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;
}

.lg-infor-so {
    display: flex;
    align-items: center;
    color: #ED1C24;
}

.tk-ip {
    display: flex;
    align-items: center;
}

.login-tracuu {
    width: 170px;
}

.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;
    }

.nav-link-menu {
    font-size: 17px;
    padding-right: 10px;
    color: #2C2C2C;
}

    /*.nav-link-menu:honve {
        font-size: 17px;
        color: #1060BB;
    }*/


.nav-item.active a {
    color: #1060BB; /* Màu chữ khi được chọn */
}



.footer-2 {
    /*background-color: #231f20;*/
    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 {
    font-weight: 500;
    font-size: 36px;
    color: #1867C1;
    border-bottom: 2px solid #C4C4C4;
    text-align: center;
}

.title-slide1 {
    font-size: 20px;
    color: #232323;
}

.content-slide1 {
    font-size: 15px;
    color: #212121;
}

.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: 15px;
    color: #101010;
    font-weight: 500;
}

li .li-title-bot {
    font-weight: 400;
    font-size: 13px;
    color: #828282;
}

.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;
}

.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-image3 {
    background-image: url("../img/bgimg3.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.box-slide {
    background-color: #FFFFFF;
    border: 1px solid #447BE8;
    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 {
    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 {
    justify-content: center;
}

.mw-slide2 {
    padding-left: 80px;
    padding-right: 80px;
}

.carousel-control-prev {
    width: 70px !important;
}

.carousel-control-next {
    width: 70px !important;
}

.title-slide-top {
    font-weight: 500;
    font-size: 20px;
    color: #232323;
}

.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: 80px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}


.text-start-top {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.text-start-bot {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}


.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%);*/
    background: linear-gradient(360deg, #1665D2 23.63%, #07A5E1 131.87%);
}


.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;
    margin-right: 10px;
}

.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-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;
}

.bd-none {
    border: none;
}

.fix-lienhe {
    margin-left: 20px;
    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;
    margin-left: 10px;
    border-radius: 6px;
    padding: 30px 20px 30px 20px;
}

.big-title-right {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    border-bottom: 2px solid #0063C6;
}

.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: 24px;
    height: 24px;
}

.content-check {
    font-weight: 400;
    font-size: 15px;
    color: #202124;
    /*margin-left: 5px;*/
    vertical-align: top;
}

.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;
}

.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);
    display: flex;
    align-items: center;
}

.input-search {
    display: flex;
    align-items: center;
    min-width: 25px;
}

.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 {
    padding-left: 10px;
}

.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: #1060BB;
    }


.img-slide {
    width: 70px;
}





@media (max-width: 767px) {
    .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;
    }

    .fix-mt-0 {
        margin-top: 0px !important;
    }

    .note-dokhan {
        flex-wrap: wrap;
    }

    .note-dokhan-nd {
        margin-bottom: 10px;
    }
}
}

.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 10;
}

.table-scrollable td {
    text-align: center;
}

.text-align-left {
    text-align: left !important;
}

.mw-td-img{
    min-width: 230px;
}

.wh-100{
    width: 100%;
    height:100%;
}

.box-slide2 .title-slide-top a {
    font-size: 24px;
    font-style: normal;
    font-family: 'Roboto Condensed', Arial, Sans;
    font-weight: 700;
    margin: 0;
    color: #232323;
}

.text-align-right {
    text-align: right !important;
}

.li-img {
    display: flex;
    align-items: center;
}

.li-fixheight-title {
    height: 50px;
    display: flex;
    align-items: center;
}

.li-fixheight-title-h27 {
    height: 27px;
    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-checkbox[type="checkbox"][disabled="disabled"][checked="checked"] + input + label::before {
    content: "\2713";
    display: inline-block;
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #0D5BB4;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
    /*margin-top: 5px;*/
}

.css-checkbox[type="checkbox"][disabled="disabled"][checked="checked"] {
    display: none;
}

input[type="checkbox"] {
    margin-right: 5px;
}

.mh-checkbox{
    min-height: 30px;
    /*display: flex;*/
}
/* ============end============ */
/*Styling links*/
/*#navcol-1 a {
    font-size: 16px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin: 4px;
}

    #navcol-1 a:hover, #navcol-1 a:active, #navcol-1 a {
        text-decoration: none;
        color: rgba(0,0,0,0.6);
    }

        #navcol-1 a:hover {
            background: rgba(0,0,0,0.06);
        }

        #navcol-1 a:active {
            color: rgba(0,0,0,0.9);
            background: rgba(0,0,0,0.1);
        }

#navcol-1 a {
    color: #5bc0de;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    float: left;
}*/


/*Styling Tabs*/
/*#navcol-1 .navbar-nav li.active a {
    color: #333;
}

#navcol-1 .navbar-nav li {
    -webkit-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
    -moz-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
    -ms-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
    -o-transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
    transition: all 0.2s cubic-bezier(0.21, 0.61, 0.36, 1);
}

    #navcol-1 .navbar-nav li:hover {
        background: rgba(0,0,0,0.02);
    }

    #navcol-1 .navbar-nav li:active {
        background: rgba(0,0,0,0.05);
    }

    #navcol-1 .navbar-nav li a:hover, .navbar-nav li a:active {
        background: rgba(0,0,0,0);
        color: #5bc0de;
    }*/


/*Styling Tab Highlighter*/
/*#navcol-1 .tab-highlighter {
    height: 3px;
    width: 10px;
    margin-top: -25px;
    position:absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    -moz-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    -ms-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    background: linear-gradient(90deg, #437AE7 2.33%, #3DC5B6 96%);
    boder-radius: 0px, 0px, 20px, 20px;
}*/

/*Thêm màu cho bảng thông báo*/
.highlight-red {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

.highlight-orange {
    background-color: #ff9800 !important;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

.highlight-yellow {
    background-color: #ffc107 !important;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

.highlight-blue {
    background-color: #0228fd !important;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

.highlight-green {
    background-color: #15ef07;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

.highlight-lightblue {
    background-color: #55d9df;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}

.highlight-lightyellow {
    background-color: #dddf55;
    color: #ffffff !important;
    padding: 5px 10px;
    border-radius: 10px;
}
/*==================end========*/

.note-dokhan {
    display: flex;
    justify-content: center;
}

.note-dokhan-nd {
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

.cb-content-slide {
    height: 320px;
}

.Note-tb {
    display: flex;
    justify-content: center;
    color: blue;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.add_opacity {
    opacity: 0.5;
}
