@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body {
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 160%;
    font-family: 'Roboto', sans-serif;
    /* background-color: #F0F2F5; */
}

/* .dangNhap {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./images/joyful-XfOAfV8vl8I-unsplash.jpg);
    background-position: center center;
    background-size: cover;
} */

.grid-450 {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 26%);
    padding: 50px 30px 20px 30px;
}

.dangNhap h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 24px;
}

.dangNhap span {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 14px;
}

span.logoI {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

span.logoI img {
    display: inline-block;
    max-width: 100%;
}

.dangNhap ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.dangNhap ul li {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.dangNhap ul li.passw i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
    opacity: 0.5;
}

.dangNhap ul li:not(:last-child) {
    margin-bottom: 12px;
}

.dangNhap ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.dangNhap ul li select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 0 0 10px;
}

.dangNhap ul li input:focus,
.dangNhap ul li select:focus {
    outline: none;
}

.dangNhap ul li button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    background-image: linear-gradient(0deg, #2f80ff 0%, #3ccbff 100%);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 13px;
}

.dangNhap ul li button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 3px;
}

.dangNhap ul li button:hover::before {
    transform: scaleX(1);
}

ul.lh {
    margin-top: 30px;
    text-align: center;
}

ul.lh li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 !important;
}

ul.lh li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #555;
}

ul.lh li a span {
    display: inline-block;
    vertical-align: middle;
}

ul.lh li a span:last-child {
    padding-left: 5px;
    margin-top: -5px;
}

.support-list {
    padding: 20px 0 20px 0px;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 10px;
}

.support-list .support-item {
    text-align: center;
    font-size: 13px;
    margin: 0 5px;
}

.support-list .support-item .customicon {
    position: relative;
    z-index: 1;
}

span.customicon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

span.customicon img {
    width: 20px;
}

span.lhTxt {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-style: normal;
    width: calc(100% - 20px);
    text-align: left;
    padding-left: 5px;
}

/*Header*/
p {
    line-height: inherit;
}

*::after {
    box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
}

a:hover,
a:visited,
a:focus {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/*Header*/
.wrapHeader {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(./images/bg-banner.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    border-bottom: 1.5px solid #fff;
}

.wrapHeader::before {
    content: '';
    background-image: url(./images/trong-dong.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    max-width: 500px;
}

.heRows {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.heLeft ul {
    margin: 0;
    padding: 0;
}

.heLeft ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    color: #ffeb65;
}

.heLeft ul li:not(:last-child) {
    margin-right: 10px;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}

.heLeft h2 {
    margin-bottom: 5px;
}

.heLeft ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.heRight {
    text-align: right;
}

.heRight a {
    color: #f00;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.heRight a:hover {
    color: #ffeb65;
}

.heRight span {
    display: block;
    color: #ff0;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrapMenu {
    background-color: #0078D4;
    color: #fff;
}

.menuLeft .parent {
    display: block;
    position: relative;
    float: left;
    background-color: #0078D4;
    border-right: #fff 1px solid;
}

/* .menuLeft #menu>li:first-child{
    border-left: 1px solid #fff;
} */
/* .menuLeft #menu>li:first-child>a {
    padding-left: 0;
} */

.menuLeft .parent a {
    color: #ff0;
    text-decoration: none;
}



.menuLeft .child {
    display: none;
}

.menuLeft .child li {
    background-color: #2f80ff;
    border-bottom: #fff 1px solid;
    border-right: #fff 1px solid;
    width: 100%;
    float: left;
}

.menuLeft .child li a {
    color: #fff;
}

.wrapMenu .menuLeft ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 10em;
}

.wrapMenu .menuLeft ul li a {
    font-size: 14px;
    padding: 6px 20px;
    padding-right: 30px;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.wrapMenu .menuLeft ul ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.wrapMenu .menuLeft ul li:hover {
    background-color: #0078d4;
}

.wrapMenu .menuLeft ul li a:hover,
.menuLeft .parent li a:hover {
    color: #ffff00;
}

.menuLeft .parent li:hover {
    background-color: #0078d4;
}

.expand {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.menuRight {
    font-size: 14px;
    font-weight: bold;
}

.heLeft {
    width: 70%;
}

.heRight {
    width: 30%;
}

/* Khai báo năm học */
.kbnHoc {
    background-image: url(./images/kh-img00.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kbGrid {
    max-width: 480px;
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

.kbGrid h3 {
    font-size: 22px;
    font-weight: bold;
}

.kbGrid table {
    width: 100%;
}

.kbGrid table tr td {
    float: left;
    width: 100%;
}

.kbGrid table tr td span {
    color: #f00;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.kbGrid table tr td:last-child {
    padding-bottom: 10px;
}

.kbLast td {
    padding-top: 15px;
}

.bg-white {
    padding: 15px;
}

ul.ulStyle {
    margin: 0;
    padding: 0;
}

ul.ulStyle li {
    display: inline-block;
    vertical-align: middle;
}

ul.ulStyle li:not(:last-child) {
    margin-right: 8px;
}

ul.ulStyle li a {
    display: block;
    border: 1px solid #ddd;
    padding: 5px 15px 3px 15px;
    color: #555;
    text-decoration: none;
}

.congCu {
    margin-bottom: 20px;
}

/* main {
    padding: 20px 0;
} */

.btn-primary {
    background-color: #0078D4 !important;
}

/* Danh sách học sinh TN THPT */
.content_colum__right{
    /* border-left: 1px solid #ddd; */
}
.content_bg{
    height: 100%;
    /* background-color: #fff; */
    background-color: unset;
    padding: 20px 15px;
    border-radius: 4px;
    box-shadow: unset;
}
.content_bg h3{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    border-left: 5px solid #0078D4;
    line-height: 140%;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.content_colum--loc{
    margin: 0;
    padding: 0;
}
.content_colum--loc li{
    list-style: none;
    display: block;
}
.content_colum--loc li:not(:last-child){
    margin-bottom: 10px;
}
.content_colum .form-control{
    border-radius: 0;
    font-size: 14px;
}
.content_colum label{
    font-weight: bold;
}
.btn--style01{
    background-color: #0078D4;
    color: #fff;
    border: 1px solid #0078D4;
    cursor: pointer;
}
.content_colum__right___list{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.content_colum__right___list--right ul{
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.content_colum__right___list--right ul li{
    list-style: none;
}
.content_colum__right___list--right ul li input{
    width: 70px;
}
a.btn--style02{
    display: inline-block;
    background-color: #0078D4;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px 5px 15px;
}
.content_colum__right___list--right ul li:not(:last-child){
    padding-right: 5px;
}
button{
    font-size: 14px !important;
}
.table th, .table td{
    border-top: 1px solid #000;
}
.content_colum__right___list--right--content table{
    width: 100%;
    margin-top: 20px;
}
.content_colum__right___list--right--content table tr td{
    padding: 10px;
    border-bottom: 1px solid #000;
}
.content_colum__right___list--right--content table tr th{
    border-bottom: 1px solid #000;
}
.form-control[type='file']{
    padding: 4px 0;
    border: 0;
}
.btn--action{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.btn--action li{
    list-style: none;
}
.btn--action li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background-color: #0078D4;
    color: #fff;
    border-radius: 4px;
}
/* Biên bản hủy bỏ phôi bằng TN */
.content_colum__right--banghi{
    width: 100%;
}
.content_colum__right--banghi tr td{
    vertical-align: top;
}
.content_colum__right--banghi input{
    border: none;
    border-bottom: 1px dotted #000;
    outline: none !important;
    background-color: transparent;
    /* padding: 0 10px; */
}
.content_colum__right--banghi strong{
    display: inline-block;
}
.content_colum__right--banghi textarea{
    width: 100%;
    border: 0;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none !important;
}
.content_colum__right--banghi p{
    margin-bottom: 10px;
}
.content_user--right---note{
    background-color: rgb(0 120 212 / 10%);
    border-radius: 4px;
    padding: 10px;
}
.content_user--left table{
    width: 100%;
}
.content_user--left table tr td:first-child{
    font-weight: bold;
    width: 30%;
    padding-right: 10px;
}
.content_user--left table tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.content_user--table{
    width: 100%;
}
.content_user--table tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.content_user--table .form-group{
    margin-bottom: 0;
}
.content_user--table tr td:first-child{
    font-weight: bold;
}
.banghi--row{
    margin: 0;
    padding: 0;
}
.banghi--row li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.banghi--row li input{
    width: calc(100% - 30px);
    display: inline-block;
}
.banghi--row li span.btn--del{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f00;
    color: #fff;
    line-height: 30px;
    border-radius: 100px;
}

/* Header style 02 */
.wrap_header{
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header_left--row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header_left--logo{
    width: 200px;
}
.header_left--nav{
    width: calc(100% - 200px);
    padding-left: 20px;
}
.header_left--nav ul{
    margin: 0;
    padding: 0;
}
.header_left--nav ul li{
    display: inline-block;
}
.header_left--nav ul li.menu-has-child{
    position: relative;
    z-index: 1;
}
.header_left--nav ul li ul.sub-menu{
    position: absolute;
    /* top: 23px; */
    left: 0;
    top: 50px;
    z-index: 9;
    min-width: 250px;
    background-color: #0078D4;
    opacity: 0;
    transition: ease all 0.35s;
    pointer-events: none;
}
.header_left--nav ul li ul.sub-menu li{
    display: block;
    width: 100%;
}
.header_left--nav ul li ul.sub-menu li:not(:last-child) a{
    border-bottom: 1px solid #fff;
}
.header_left--nav ul li ul.sub-menu li a{
    color: #fff;
    padding: 10px;
    display: block;
}
.header_left--nav ul li:not(:last-child){
    margin-right: 10px;
}
.header_left--nav ul li a{
    color: #000;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}
.header_left--nav ul li a .expand{
    right: 0;
}
.header_left--nav ul li a:hover{
    color: #0078D4;
}
.wrap_header--right a{
    display: inline-block;
    color: #fff;
    background-color: #0078D4;
    text-transform: uppercase;
    padding: 8px 10px 5px 10px;
    text-decoration: none;
}
.home_main{
    min-height: 95vh;
    background-image: url(https://qlvbcc.lihanet.com/public/images/bg.jpg);
    background-position: bottom;
    background-size: cover;
    /* margin-top: -20px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content:center;
}
.home_main h2{
    font-weight: normal;
    line-height: 160%;
    font-size: 26px;
}
.home_main h2 strong{
    font-size: 38px;
    color: #0078D4;
}
/* .home_main .support-list{
    margin-top: 0;
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 5px 5px 8px rgb(0 0 0 / 20%);
} */
.btn_style01{
    display: inline-block;
    background-color: #0078D4;
    color: #fff !important;
    padding: 8px 15px 6px 15px;
    text-align: center;
    text-decoration: none !important;
}
html {
    scroll-behavior: smooth;
}
.bg_content--detail{
    background-image: url(https://qlvbcc.lihanet.com/public/images/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 95vh;
}
.bg_content--detail .form-control[type='file']{
    background-color: transparent;
}
.content_bg01 h3{
    margin-bottom: 20px;
}
#tra-cuu,
#dang-ky,
.item_padding{
    padding-top: 150px;
    padding-bottom: 100px;
}
.wrap_footer{
    background-color: #ccc;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.wrap_header--right{
    text-align: right;
}
.icon_sp{
    display: none;
}
.nav_item--sp{
    display: none !important;
}

@media screen and (max-width: 860px) {
    .header_left--nav ul li ul.sub-menu{
        min-width: 100%;
        transition: none;
    }
    .header_left--nav ul li ul.sub-menu.open{
        position: relative;
        width: 100%;
        top: unset !important;
        background-color: #fff;
        opacity: 1;
        pointer-events: all;
    }
    .header_left--nav.active ul li:not(:last-child){
        border-bottom: 1px solid #ccc !important;
    }
    .header_left--nav ul li ul.sub-menu.open a{
        color: #000;
    }
    .icon_sp{
        display: block;
        font-size: 28px;
        color: #000;
        cursor: pointer;
    }
    .wrap_header{
        position: relative;
    }
    .home_main{
        /* height: auto; */
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
    .home_main .col-xl-7{
        order: 1;
    }
    .home_main .col-xl-5{
        order: 0;
        text-align: center;
    }
    .home_main .col-xl-5 img{
        max-width: 50%;
        width: 100%;
    }
    .header_left--nav{
        display: none;
        transition: ease all 0.35s;
    }
    .header_left--nav.active{
        display: block;
        position: absolute;
        top: 78px;
        left: 0;
        width: 100%;
        z-index: 99;
        padding-left: 0;
        padding-right: 0;
        background-color: #0078D4;
    }
    .header_left--nav.active ul{
        display: block;
    }
    .header_left--nav.active ul li{
        display: block;
        width: 100%;
    }
    .header_left--nav.active ul li:not(:last-child){
        border-bottom: 1px solid #fff;
    }
    .header_left--nav.active ul li a{
        color: #fff;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .header_left--row{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
    }
    .wrap_header--right{
        display: none;
    }
    .wrap_header--left{
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
    .nav_item--sp{
        display: block !important;
    }
    .expand {
        width: 42px;
        height: 42px;
        line-height: 42px;
        transform: none;
        z-index: 999;
        right: 0;
        top: 0;
    }
}
@media screen and (min-width: 860px) {
    .menu-has-child:hover ul.sub-menu{
        top: 23px;
        opacity: 1;
        pointer-events: all;
    }
}
@media screen and (min-width: 768px) {
    .menuLeft .parent:hover>ul.child {
        display: block;
        position: absolute;
        min-width: 330px;
        z-index: 999;
    }
}

@media screen and (max-width: 920px) {
    .menuLeft .parent:hover>ul.child {
        min-width: 220px;
    }
   
}
@media screen and (max-width: 991px) {
    .container{
        max-width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    #tra-cuu,
    #dang-ky{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content_user--table tr td{
        float: left;
        width: 100%;
    }
    .content_colum__left{
        margin-bottom: 20px;
    }
    #nav-icon0 {
        width: 30px;
        height: 30px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin-top: 8px;
    }

    /* Icon 2 */
    #nav-icon0 {}

    #nav-icon0 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon0 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon0 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon0 span:nth-child(1),
    #nav-icon0 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon0 span:nth-child(3),
    #nav-icon0 span:nth-child(4) {
        top: 10px;
    }

    #nav-icon0 span:nth-child(5),
    #nav-icon0 span:nth-child(6) {
        top: 20px;
    }

    #nav-icon0.open span:nth-child(1),
    #nav-icon0.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon0.open span:nth-child(2),
    #nav-icon0.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon0.open span:nth-child(1) {
        left: 0px;
        top: 5px;
    }

    #nav-icon0.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 5px;
    }

    #nav-icon0.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-icon0.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon0.open span:nth-child(5) {
        left: 0px;
        top: 15px;
    }

    #nav-icon0.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 15px;
    }

    .heRight span {
        display: none;
    }

    #menu {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .heRows {
        position: relative;
        z-index: 1;
    }

    .wrapMenu .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapMenu .heRows {
        position: relative;
        z-index: 1;
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu li {
        display: block;
        width: 100%;
        border: 0 !important;

    }

    #menu li a {
        border-bottom: 1px solid #fff !important;
    }

    /* #menu li:last-child{
        border-bottom: 0 !important;
    } */
    .wrapMenu ul li a {
        position: relative;
        z-index: 1;
        padding-left: 15px;
    }

   

    .heLeft ul li span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 11px;
    }

    /* .heLeft{
        width: 80%;
    }
    .heRight{
        width: 20%;
    } */
}
@media screen and (max-width: 640px) {
    .content_colum__right___list{
        display: block !important;
    }
    .content_colum__right___list--left{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 520px) {
    .heLeft ul li span {
        display: none;
    }

    .heLeft h2 {
        font-size: 16px;
    }

    .heRight a {
        font-size: 12px;
    }
}
.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: inline-block !important;
}
.form-control{
    border: 1px solid #555 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.dx-checkbox-container{
    border: 1px solid #555 !important;
}
#studentTable colgroup col:nth-child(1){
    width: 40px !important;
}
#studentTable colgroup col:nth-child(4){
    width: 50px !important;
}
#studentTable colgroup col:nth-child(5){
    width: 70px !important;
}
#bangdulieu{
    border:none !important;
}
@media screen and (max-width: 480px) {
    .heLeft ul li img {
        width: 48px;
    }
    .content_colum__right___list--right ul{
        display: block !important;
    }
    a.btn--style02{
        display: block;
        text-align: center;
    }
    .content_colum__right___list--right ul li:not(:last-child){
        padding-right: 0;
        padding-bottom: 5px;
    }
    .content_user--left table tr td{
        float: left;
        width: 100% !important;
    }
}

.link {
    color: rgb(54, 137, 247);
}

.link:hover {
    text-decoration: underline;
    cursor: pointer;
}