﻿@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap');

@media (min-width:768px) {
    .min-h500px {
        min-height: 500px;
    }

    .stat-widget-five .stat-icon {
        font-size: 50px;
        line-height: 50px;
        width: 80px;
        float: left;
    }

    .stat-widget-five .stat-content {
        margin-left: 80px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }

    .modal-mw80 {
        max-width: 80%;
    }

    .stat-widget-five .stat-icon {
        font-size: 50px;
        line-height: 50px;
        width: 60px;
    }

    .stat-widget-five .stat-content {
        margin-left: 60px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }

    .stat-widget-five .stat-icon {
        font-size: 50px;
        line-height: 50px;
        width: 75px;
    }

    .stat-widget-five .stat-content {
        margin-left: 75px;
    }
}

@media (min-width: 1500px) {
    .stat-widget-five .stat-icon {
        font-size: 50px;
        line-height: 50px;
        width: 80px;
    }

    .stat-widget-five .stat-content {
        margin-left: 80px;
    }
}

/*START===============LOADING===============*/
.block-addloading {
    position: relative;
}

.modal .block-loader {
    z-index: 1100;
}

.block-loader {
    background: rgb(241 242 247 / 80%) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999;
}

    .block-loader .loader-holder:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin: 0 0 0 -5px;
        overflow: hidden;
        vertical-align: middle;
        width: 1px;
    }

    .block-loader .loader-holder {
        height: 100px;
        left: 50%;
        margin: -50px 0 0 -50px;
        position: absolute;
        top: 50%;
        white-space: nowrap;
        width: 100px;
    }

        .block-loader .loader-holder .frame {
            display: inline-block;
            vertical-align: middle;
            white-space: normal;
        }

    .block-loader img {
        display: inline-block;
        margin: 0 0 45px;
    }

.stat-widget-five .dib-bottom .stat-text {
    font-size: 20px;
    line-height: 1;
    text-align: center;
    width: 54px;
}

.stat-widget-five .dib-bottom .stat-heading {
    font-size: 11px;
    line-height: 2;
    width: 60px;
    text-align: center;
}




.custom-control.custom-checkbox .custom-control-label {
    padding-top: 1px;
}

.range-inline .range-price {
    margin-bottom: 16px;
    margin-left: 6px;
    margin-right: 6px;
}

/*nav-horizontal-style-1*/
.nav-horizontal-style-1 .nav-tabs {
    float: left;
    border-bottom: none;
    background-color: #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .nav-horizontal-style-1 .nav-tabs a {
        padding: 12px 18px;
        font-size: 1rem;
    }

    .nav-horizontal-style-1 .nav-tabs > .nav-item {
        margin-bottom: -2px;
    }

        .nav-horizontal-style-1 .nav-tabs > .nav-item .nav-link.active, .nav-horizontal-style-1 .nav-tabs > .nav-item .nav-link.active:hover, .nav-horizontal-style-1 .nav-tabs > .nav-item .nav-link.active:focus {
            border: none;
            box-shadow: 1px 1px 2px #ccc;
        }
/*fileupload*/
.fileupload .fileupload_dropzone {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-image: url(/admin_images/images-default.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.fileupload_dropzone .inputupload {
    opacity: 0;
    height: 60px;
    width: 60px;
}

.fileupload .fileupload_listupload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .fileupload .fileupload_listupload .thumb-image {
        width: 60px;
        height: 60px;
        border: 1px solid #ddd;
        margin: 5px;
        position: relative;
        border-radius: 5px;
    }

        .fileupload .fileupload_listupload .thumb-image img {
            width: 60px;
            height: 60px;
            border-radius: 5px;
            box-sizing: border-box;
            vertical-align: middle;
            object-fit: contain;
        }

        .fileupload .fileupload_listupload .thumb-image .btn-deleteimg {
            position: absolute;
            width: 24px;
            height: 24px;
            border-radius: 5px;
            border: 1px solid #ff0000;
            background-color: #ff0000;
            color: #fff;
            text-align: center;
            line-height: 20px;
            top: 0;
            right: 0;
        }
/*menu left*/
#main-menu li.menu-item-has-children {
}

    #main-menu li.menu-item-has-children .menu-sub {
        position: absolute;
        top: 9px;
        font-size: 12px;
        width: 24px;
        text-align: center;
        line-height: 24px;
        height: 24px;
        right: 5px;
        cursor: pointer;
        color: #607d8b;
    }

    #main-menu li.menu-item-has-children.show .menu-sub {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        transform: rotate( 90deg );
        top: 11px;
        right: 7px;
    }

    #main-menu li.menu-item-has-children .menu-sub:hover {
        color: #ff9900;
    }

.navbar .navbar-nav li.menu-item-has-children.menu-link a:before {
    border: 0px;
    display: none;
}

.navbar .navbar-nav li.menu-item-has-children a:before {
    font-family: 'themify';
    content: "\e649";
    top: 15px;
    right: 0;
    line-height: 1;
    font-size: 12px;
    width: 8px;
    height: 12px;
    border: 0px;
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
    /*border: 0px;
    display: none;*/
}

.navbar .navbar-nav li.menu-item-has-children.show a:before {
    top: 15px;
    right: 0;
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
}

.input-group .chosen-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    margin-bottom: 0;
}

.input-group .chosen-container-single .chosen-single, .input-group .chosen-container-multi .chosen-choices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*---------------------------------*/
.list-type-withdraw {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}

.type-withdraw-approve {
    display: block;
    border: 2px solid #ddd;
    padding: .5rem;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    border-radius: 7px;
}

    .type-withdraw-approve.active {
        color: #474748;
        background-color: #ffffd3;
        border: 2px solid #ff9900;
    }

.two-row .stat-heading {
    line-height: 1;
}

    .two-row .stat-heading .stat-text-2 {
        font-size: 90%;
        color: #212529;
    }

.table.vertical-body-center td {
    vertical-align: middle;
}

.for-notification .dropdown-menu .dropdown-item i {
    font-size: 13px;
    margin: 0;
    text-align: center;
    width: auto;
    float: none;
}

.for-notification .dropdown-menu .div-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ecedf2;
}

.for-notification .dropdown-menu .btn-hdong {
    font-size: 14px;
    color: #000000;
}

.for-notification .dropdown-menu .div-search {
    display: none;
    padding: 5px 15px;
}

    .for-notification .dropdown-menu .div-search.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.for-notification .dropdown-menu .btn-edit:hover {
    color: #007bff;
}

.for-notification .dropdown-menu .btn-delete:hover {
    color: #c82333;
}

.header-left .dropdown.for-notification .dropdown-menu .dropdown-item {
    font-size: 15px;
}

.header-left .dropdown .dropdown-menu p {
    font-size: 13px;
}

.table .thead-primary th {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.thead-primary {
}

.top-right .header-menu .khoahoc {
    margin: auto 0;
}

.header-menu .agents {
    height: 38px;
    margin: auto 1rem auto 0;
    line-height: 38px;
    font-size: 16px;
}

.view-badge .badge {
    margin-right: 3px;
}

.nav-questionmodal .nav-pills .nav-link {
    color: #878787;
    background-color: #efefef;
    margin-left: 0.25rem;
}

    .nav-questionmodal .nav-pills .nav-link.active, .nav-questionmodal .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

@-webkit-keyframes scale1 {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoombutton {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



.choise-type-order {
    text-align: center;
    margin-bottom: .5rem;
}

    .choise-type-order .custom-control-inline {
        padding-left: 0;
    }

        .choise-type-order .custom-control-inline .custom-control-label {
            background-color: #f8f9fa;
            padding-left: 2rem;
            padding-right: 1rem;
            border-radius: 3px;
            line-height: 2.5;
            cursor: pointer;
        }

    .choise-type-order .custom-radio .custom-control-input:checked ~ .custom-control-label {
        background-color: #007bff;
        color: #fff;
    }

    .choise-type-order .custom-control-label::before {
        display: none;
    }

    .choise-type-order .custom-radio .custom-control-label::after {
        left: 0.8rem;
        width: 8px;
        height: 13px;
        border-right: 3px solid #ddd;
        border-bottom: 3px solid #ddd;
        top: calc(50% - 2px);
        transform: translateY(-50%) rotate( 45deg );
    }

    .choise-type-order .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        background-image: none;
    }

.list-class-choise {
    text-align: center;
}

    .list-class-choise .custom-control-inline {
        margin-bottom: 0.25rem;
        margin-right: 0.25rem;
        padding-left: 0;
    }

        .list-class-choise .custom-control-inline .custom-control-label {
            background-color: #f8f9fa;
            padding-left: 1.8rem;
            padding-right: 0.5rem;
            border-radius: 10rem;
            font-size: 90%;
            border: 1px solid #f8f9fa;
            cursor: pointer;
        }

            .list-class-choise .custom-control-inline .custom-control-label:hover {
                background-color: #FFF;
                border: 1px solid #ff9900;
            }

    .list-class-choise .custom-control-label::before {
        left: 0.5rem;
    }

    .list-class-choise .custom-control-label::after {
        left: 0.5rem;
    }

    .list-class-choise .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
        background-color: #007bff;
        color: #fff;
    }

.status-payment {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    font-size: 8px;
    background-color: #e5e5e5;
    border: 2px solid #e5e5e5;
    color: #212529;
    border-radius: 50%;
}

    .status-payment.success {
        color: #fff;
        background-color: #28a745;
    }

    .status-payment.failed {
        color: #fff;
        background-color: #dc3545;
    }
/*contest-grid*/
.contest-grid {
    width: 403px;
    margin: 10px 7.5px;
}

#modalContest .contest-grid {
    /*max-width: 403px;
    width: auto;*/
    width: 100%;
    height: calc(100% - 20px);
    margin: 7.5px 0;
}

    #modalContest .contest-grid .block-main {
        height: 100%;
    }

.contest-grid .block-main:hover {
    -webkit-box-shadow: 0 0 7.5px rgb(0 0 0 / 50%);
    box-shadow: 0 0 7.5px rgb(0 0 0 / 50%);
}

.contest-grid .block-main {
    border-radius: 5px;
    background-color: #fff;
    padding: .5em;
    /* padding-bottom: 1em; */
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contest-grid .btn-outline-beekids {
    background-color: #fff;
}

    .contest-grid .btn-outline-beekids:hover {
        background-color: #ff9900;
    }

.contest-grid .block-main .block-col.left {
}

.contest-grid .block-main .block-col.right {
    flex-grow: 1;
    padding-left: .5em;
    max-width: calc(100% - 100px);
}

.contest-grid .block-main .block-row {
    /*padding-left: 1em;*/
    /* padding-right: 1em; */
    color: #343a40;
}

    .contest-grid .block-main .block-row .price-new, .price .price-new {
        font-weight: 700;
        color: #ff9900;
        padding-right: 15px;
        background-image: url(/admin_images/Icon_Coin.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 13px;
    }

.price.vnd .price-new {
    background-image: none;
    padding-right: 3px;
}

.contest-grid .block-main .block-row .price-old, .price .price-old {
    margin-left: 5px;
    color: #cfcccc;
    text-decoration: line-through;
}

.contest-grid .block-main .images {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100px;
}

    .contest-grid .block-main .images .list-button {
        /*position: absolute;
                right: 0;
                top: 0;*/
    }

    .contest-grid .block-main .images img {
        width: 100%;
        height: 100px;
        border-radius: 5px;
        vertical-align: middle;
        object-fit: contain;
        margin: auto;
    }


.contest-grid .block-main .title {
    font-weight: 700;
}

    .contest-grid .block-main .title a {
        color: #212529;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        max-width: 282px;
    }

.contest-grid .block-main .infomore {
    min-height: 27px;
}


.block-row.favarite .btn-favarite {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    color: #e5e5e5;
}

    .block-row.favarite .btn-favarite:hover, .block-row.favarite .btn-favarite.active {
        color: #f9a134;
    }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
}

.owl-carousel .owl-nav button .btn-nav {
    font-size: 2rem;
    margin-top: -50%;
}

.owl-carousel .owl-nav button.disabled .btn-nav {
    opacity: 0;
}



.owl-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: -16px;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: -16px;
}
/*contest-grid course*/
.contest-grid.course {
    width: 250px;
    cursor: pointer;
}

    .contest-grid.course .block-main {
        display: block;
    }

        .contest-grid.course .block-main .images {
            width: 100%;
        }

        .contest-grid.course .block-main .title {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 48px;
            margin-bottom: .5rem;
            margin-top: .25rem;
            font-size: 16px;
            color: #222222;
        }

        .contest-grid.course .block-main .info-1 {
            margin-bottom: .25rem;
            margin-top: .25rem;
            font-weight: 600;
            color: #6d6d6d;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .contest-grid.course .block-main .images img {
            height: 155px;
            object-fit: cover;
        }
/*contest-grid course-noimg*/
.contest-grid.course-noimg {
    width: 325px;
    /*transition: transform .2s;*/
}

    .contest-grid.course-noimg.cuocthi {
        width: 330px;
        /*transition: transform .2s;*/
    }

#modalCourses .contest-grid.course-noimg {
    max-width: 325px;
    width: auto;
}

.contest-grid.course-noimg:hover {
    /*transform: scale(1.03);*/
}

.contest-grid.course-noimg .block-main {
    display: block;
    position: relative;
}

    .contest-grid.course-noimg .block-main .images {
        width: 100%;
    }

    .contest-grid.course-noimg .block-main .title {
        padding: 0.75em;
        /* background-color: rgba(255,235,59,.8); */
        background-image: -webkit-linear-gradient(left,#ff9c01 0,#ffba00 100%);
        background-image: linear-gradient(to right,#ff9c01 0,#ffba00 100%);
        background-repeat: repeat-x;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 58px;
        color: #fff;
    }



.course-noimg .title .icon {
    width: 35px;
    min-width: 35px;
    color: #000;
    height: 35px;
    line-height: 37px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    margin-right: 10px;
}

    .course-noimg .title .icon .image {
        width: 33px;
        height: 33px;
        margin: 1px;
        border-radius: 50%;
        vertical-align: middle;
        object-fit: cover;
    }

/*.contest-grid.course-noimg .title .icon {
    width: 35px;
    min-width: 35px;
    color: #000;
    height: 35px;
    line-height: 37px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.2em;
    text-align: center;
    margin-right: 10px;
}

    .contest-grid.course-noimg .title .icon.images img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        box-sizing: border-box;
        vertical-align: middle;
        object-fit: cover;
    }*/

.contest-grid.course-noimg .bodycontent {
    cursor: pointer
}

    .contest-grid.course-noimg .bodycontent .ages {
        line-height: 31px;
    }

    .contest-grid.course-noimg .bodycontent .class {
        height: 31px;
        font-size: 12px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        padding-right: 124px;
    }

        .contest-grid.course-noimg .bodycontent .class.button-2-right {
            padding-right: 70px;
        }

.contest-grid.course-noimg .list-button {
    position: absolute;
}

.contest-grid.course-noimg .list-1 {
    bottom: 0.5rem;
    right: 0.5rem;
}

.cuocthi.course-noimg .list-2 {
    top: 5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cuocthi.course-noimg .list-3 {
    top: 5rem;
    right: 0.5rem;
}

.course-noimg .title .text {
    width: calc(100% - 45px);
}

    .course-noimg .title .text .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .course-noimg .title .text small {
        font-family: "Open Sans",'Quicksand', sans-serif;
    }

.timetable.course-noimg .list-2 {
    top: 5rem;
    left: 0.5rem;
}

.timetable.course-noimg .list-3 {
    top: 5rem;
    right: 0.5rem;
}

.timetable-gridview.max-height {
    max-height: 455px;
    overflow-x: hidden;
}
/*community_events*/

.contest-grid.course-noimg.community_events .list-1 {
    width: calc(100% - 1em);
    text-align: center;
}
/*bkids_tree*/
.bkids_tree .title .icon img {
    width: 33px;
    height: 33px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: middle;
    object-fit: cover;
}

.bkids_tree .title .icon {
    line-height: inherit;
}

.bkids_tree .bodycontent {
    cursor: pointer;
}

.bkids_tree .block-main {
    position: relative;
}

    .bkids_tree .block-main .images img {
        height: 150px;
        vertical-align: middle;
        object-fit: cover;
    }

.bkids_tree .title-name {
    font-weight: 700;
}

.bkids_tree .btn-list-1 {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}
/*contest-grid dethi*/
.contest-grid.dethi {
    /*width: 250px;*/
    width: 100%;
    position: relative;
    transition: transform .2s;
    margin: 0 0 15px 0;
}

    .contest-grid.dethi:hover {
        /*transform: scale(1.03);*/
    }

    .contest-grid.dethi .block-main {
        display: block;
        border: 2px solid transparent;
        /*min-height: 102px;*/
        /* background-image: url(/admin_images/background-game.jpg); */
        /* background-size: cover; */
    }

        .contest-grid.dethi .block-main:hover {
            border: 2px solid #ff9900;
        }

        .contest-grid.dethi .block-main .title {
            margin-bottom: 5px;
            min-height: 36px;
            color: #222;
            /*font-size: 16px;*/
            line-height: 18px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            padding-right: 15px;
        }

        .contest-grid.dethi .block-main .block-row.button {
            line-height: 31px;
        }

    .contest-grid.dethi .btn-favarite {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 7px 6px;
        border: 0px;
        background-color: transparent;
        cursor: pointer;
        color: #e1e2e7;
    }

    .contest-grid.dethi .list-button {
        position: absolute;
        right: 0.5em;
        bottom: 0.5em;
    }

    .contest-grid.dethi .btn-favarite:hover, .contest-grid.dethi .btn-favarite.active {
        color: #ff9900;
    }

    .contest-grid.dethi .block-main .block-row {
        /* color: #fff; */
    }

        .contest-grid.dethi .block-main .block-row.week {
            min-height: 23px;
        }

.contest-grid.no-img .block-main {
    border-radius: 5px;
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}

    .contest-grid.no-img .block-main .block-row.favarite {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 7px 5px;
    }

.contest-grid.no-img .block-main {
    min-height: 120px;
}

    .contest-grid.no-img .block-main .title {
        margin-bottom: 10px;
        min-height: 38px;
    }

.contest-grid.no-img .block-main {
    border-radius: 5px;
    background-color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}

    .contest-grid.no-img .block-main .block-row.favarite {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 7px 5px;
    }

/*contest-grid lotrinh*/
.contest-grid.lotrinh {
    width: 100%;
    margin: 0px 0 15px 0;
    max-width: none;
}

    .contest-grid.lotrinh .block-main {
        display: block;
        position: relative;
    }

.lotrinh .title {
    padding: .5rem .75rem;
    /* background-color: rgba(255,235,59,.8); */
    background-image: -webkit-linear-gradient(left,#ff9c01 0,#ffba00 100%);
    background-image: linear-gradient(to right,#ff9c01 0,#ffba00 100%);
    background-repeat: repeat-x;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    min-height: 58px;
}

    .lotrinh .title a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .lotrinh .title a .icon, .lotrinh .title .icon {
            width: 35px;
            min-width: 35px;
            color: #000;
            height: 35px;
            line-height: 37px;
            background-color: #fff;
            border-radius: 50%;
            font-size: 1.2em;
            text-align: center;
            margin-right: 10px;
        }

            .lotrinh .title .icon.images {
                /*background-color: transparent;*/
                line-height: 1;
            }

                .lotrinh .title .icon.images img {
                    width: 35px;
                    height: 35px;
                    border-radius: 50%;
                    box-sizing: border-box;
                    vertical-align: middle;
                    object-fit: cover;
                }

    .lotrinh .title .text .name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .lotrinh .title a .name, .lotrinh .title .text {
        color: #fff;
    }

        .lotrinh .title .text small {
            font-family: "Open Sans",'Quicksand', sans-serif;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.lotrinh .bodycontent {
    cursor: pointer;
}

    .lotrinh .bodycontent .ages {
        line-height: 31px;
    }

    .lotrinh .bodycontent .class {
        min-height: 63px;
    }

    .lotrinh .bodycontent .partner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        min-height: 31px;
        padding-right: 121px;
    }

.lotrinh .list-button {
    position: absolute;
}

.lotrinh .row-1 {
    margin-bottom: 0.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lotrinh .list-1 {
    width: 100%;
    margin-left: -0.5em;
    top: 67px;
    padding: 0.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lotrinh .list-2 {
    bottom: 0.5rem;
    right: 0.5rem;
}
/*exam-list*/
.exams-listview {
    overflow: auto;
}

    .exams-listview.max-height {
        max-height: calc(100vh - 258px);
    }

    .exams-listview .exam-list:nth-child(n) .block-main .block-col.serial {
        /*color: #ffe401;*/
    }

    .exams-listview .exam-list:nth-child(2n) .block-main .block-col.serial {
        /*color: #d7031c;*/
    }

    .exams-listview .exam-list:nth-child(3n) .block-main .block-col.serial {
        /*color: #a90c5d;*/
    }

    .exams-listview .exam-list:nth-child(4n) .block-main .block-col.serial {
        /* color: #51398d;*/
    }

    .exams-listview .exam-list:nth-child(5n) .block-main .block-col.serial {
        /* color: #15addf;*/
    }

    .exams-listview .exam-list:nth-child(6n) .block-main .block-col.serial {
        /*color: #32a42b;*/
    }

.exam-list {
    background-color: #fff;
    /*margin-bottom: 1.875em;*/
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 0;
    border: 2px solid transparent;
    /* -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);*/
    position: relative;
}

    .exam-list:hover {
        /* -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 50%);
        box-shadow: 0 0 7px rgb(0 0 0 / 50%);*/
    }

    .exam-list.active {
        border: 2px solid #607d8b;
    }

    .exam-list .list-button {
        position: absolute;
        bottom: .5rem;
        right: .5rem;
    }

.contest-listview {
    overflow: auto;
}

    .contest-listview.max-height {
        max-height: calc(100vh - 165px);
    }

    .contest-listview .exam-list .list-button {
        bottom: auto;
        top: 0.5rem;
        right: .5rem;
    }

.renluyen-listview .exam-list .list-button {
    bottom: auto;
    top: 0.5rem;
    right: .5rem;
}

.exam-list .block-main {
    padding: .5em;
    cursor: pointer;
}

    .exam-list .block-main .block-row.header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        color: #212529;
        font-weight: 700;
        /* line-height: 26px; */
        margin-bottom: 10px;
    }

    .exam-list .block-main .block-row.bxh {
        height: 31px;
        font-size: 12px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        padding-right: 124px;
    }


    .exam-list .block-main .header .serial {
        line-height: 1;
        color: #f90;
        font-family: 'Fredoka One', cursive;
        width: 40px;
        text-align: center;
        font-size: 2rem;
        min-width: 40px;
    }

    .exam-list .block-main .header .title {
        color: #212529;
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        font-family: "Open Sans",'Quicksand', sans-serif;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .exam-list .block-main .main-info .title {
        color: #212529;
        font-weight: 700;
        padding-right: 105px;
        min-height: 42px;
    }

.renluyen-listview .exam-list .block-main .main-info .title {
    padding-right: 105px;
}

.exam-list .block-main .block-col.serial span {
    font-size: 1rem;
    display: block;
    /* margin-bottom: 10px; */
    color: #212529;
    font-family: 'Quicksand',"Open Sans", sans-serif;
}

.exam-list .block-main .header .block-col.info {
    /*font-size: 13px;*/ flex-grow: 1;
}



/* .exam-list .block-main .block-col.info .title a.name-title {
                    color: #212529;
                    font-weight: 700;
                }*/

.exam-list .block-main .detail-info {
    color: #424242;
    font-size: 12px;
    font-family: "Open Sans",'Quicksand', sans-serif;
}

.exam-list.only .block-main {
    display: block;
    padding: 1.25em;
}

    .exam-list.only .block-main .block-col.serial {
        width: 100%;
        margin-bottom: 20px;
    }

/*baihoc*/
.exam-list.baihoc {
    width: 270px;
    margin: 10px 7.5px;
}

    .exam-list.baihoc .block-main .block-row.info {
        min-height: 31px;
        font-size: 12px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding-right: 103px;
    }
/*exam-list bailuyentap*/

.view-answer.view-BaiLuyenTap > .block-main .list-question {
    height: calc(100vh - 404px);
}

.search-block {
    background-color: #eeeff4;
    padding: 0.5rem;
}

.listview-BaiLuyenTap {
    background-color: #eeeff4;
    padding: 0.5rem;
    padding-top: 0;
}

    .listview-BaiLuyenTap.max-height {
        max-height: calc(100vh - 375px);
    }

.exam-list.bailuyentap {
    margin-bottom: 15px;
}

    .exam-list.bailuyentap .block-main .block-row.header {
        margin-bottom: 0;
        padding-right: 100px;
    }

    .exam-list.bailuyentap .block-main .header .title {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.4;
    }

    .exam-list.bailuyentap .block-main .header .div-title small {
        line-height: 1.2;
    }



    .exam-list.bailuyentap .block-main .block-row.info {
        min-height: 31px;
        font-size: 12px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding-right: 35px;
    }

    .exam-list.bailuyentap .list-button {
        bottom: 50%;
        margin-bottom: -16px;
    }
/*baikiemtra*/
.exam-list.baikiemtra {
    margin-bottom: 15px;
}

    .exam-list.baikiemtra .block-main .block-row.info {
        min-height: 31px;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .exam-list.baikiemtra .block-main .block-row.header {
        padding-right: 103px;
    }

    .exam-list.baikiemtra .block-main .header .title {
        font-size: 14px;
    }

    .exam-list.baikiemtra .list-button {
        top: 0.5rem;
        bottom: auto;
    }
/*view-answer*/
.view-answer > .block-main {
    background-color: #fff;
    border-radius: .25rem;
}

    .view-answer > .block-main .header {
        padding: .75rem 1.25rem;
        background-color: rgba(0,0,0,.03);
        border-bottom: 1px solid rgba(0,0,0,.125);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .view-answer > .block-main .list-question {
        padding: .25em;
        height: calc(100vh - 167px);
        overflow-x: hidden;
        overflow-y: auto;
    }

        .view-answer > .block-main .list-question.height-view-334 {
            height: calc(100vh - 334px);
        }

.view-answer .block-main .list-question .block-question {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.list-question .block-question > .block-main {
    display: -ms-flexbox;
    display: flex;
}

.block-question > .block-main .info-left {
    width: 400px;
    min-width: 400px;
    margin-right: 10px;
}

.block-question > .block-main .info-right {
    flex-grow: 1;
}

    .block-question > .block-main .info-right .question {
        font-size: 1rem;
    }

.block-name-question {
    width: 100%;
    height: 22px;
    margin-bottom: 6px;
    background: #0d81ff;
    text-align: center;
    color: white;
    font-weight: 800;
    border-radius: 3px;
}

.block-answer .block-main .question {
}

    .block-answer .block-main .question .upload {
        width: 100px;
        min-width: 100px;
        margin-right: 10px;
        position: relative;
    }

.block-answer .block-main .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .block-answer .block-main .answer .grid-answer {
        width: 25%;
        padding: .5em;
    }



.block-answer.style1 {
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .block-answer.style1 .block-main {
        width: 100%;
    }

        .block-answer.style1 .block-main .grid-answer {
            height: 100%;
        }

        .block-answer.style1 .block-main .answer {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: horizontal;
        }

            .block-answer.style1 .block-main .answer .grid-answer {
                /*height: calc(33.3333% - 4px);*/ height: 104px;
                width: calc(50% - 4px);
                margin-bottom: 4px;
                border-radius: 4px;
                overflow: hidden;
            }

                .block-answer.style1 .block-main .answer .grid-answer:nth-child(2n+1) {
                    margin-right: 4px;
                }

                .block-answer.style1 .block-main .answer .grid-answer .option {
                    padding: 7px;
                    height: 100%;
                    margin: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    font-size: 21px;
                    background-color: #fff;
                }

                    .block-answer.style1 .block-main .answer .grid-answer .option img {
                        object-fit: contain;
                        width: 100%;
                        height: 100%;
                    }



/*.tab-content .tab-pane {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tab-pane.fade.show {
    opacity: 1;
}*/

/*block-promotion*/
.block-promotion.block-grid-view .block-main {
    border: 2px solid #ffee8b;
    background-color: #ffffd3;
    position: relative;
}

    .block-promotion.block-grid-view .block-main:hover {
        background-color: #fff;
        border: 2px solid #ff9900;
    }

.block-promotion .block-main .discount {
    position: absolute;
    padding: 2px 4px;
    text-align: center;
    border-radius: 4px;
    background-color: #ff9900;
    color: #fff;
    right: 0.5em;
    top: 0.5em;
    font-size: 11px;
}

.block-promotion .block-main .block-row.images {
    display: block;
}

.block-promotion .block-main .block-row.title {
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 15px;
}

.block-promotion .block-main .price-promotion {
    display: block;
    color: #212529;
    text-align: center;
}

.block-promotion .block-main div.price {
    min-height: 44px;
}

.block-promotion .block-main .price-promotion .price {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
}

.block-promotion .block-main .price small {
    display: block;
    line-height: 1;
}

    .block-promotion .block-main .price small.no-time {
        margin-top: 12px;
    }

.block-promotion .block-main .price .price-new {
    background-image: none;
    padding-right: 0;
}
/*slide-promotion*/
#slide-promotion .block-promotion {
    width: 250px;
}

    #slide-promotion .block-promotion .block-main {
        margin: 10px 5px;
    }
/*block-discount*/
.block-discount .block-main {
    border: 1px solid #ffee8b;
    border-radius: 10px;
}

    .block-discount .block-main:hover {
        border: 1px solid #ff9900;
    }

    .block-discount .block-main .block-row.images {
        display: block;
    }

    .block-discount .block-main .block-row.title {
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        background-color: #000;
        /* line-height: 20px; */
        min-height: 50px;
        margin-bottom: 0.5rem;
        /* margin-top: 0.5rem; */
        padding: 5px;
        background-image: -webkit-linear-gradient(left,#ff9c01 0,#ffba00 100%);
        background-image: linear-gradient(to right,#ff9c01 0,#ffba00 100%);
        background-repeat: repeat-x;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .block-discount .block-main .percent-discount {
        display: block;
        color: #212529;
        padding-left: 10px;
        margin-bottom: 1rem;
        /* text-align: center;*/
    }

        .block-discount .block-main .percent-discount .levels {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .block-discount .block-main .percent-discount .levels-row {
            display: inline-block;
            margin-bottom: .25rem;
            margin-top: .25rem;
        }

        .block-discount .block-main .percent-discount .percent {
            display: block;
            font-weight: 700;
            font-size: 1.2rem;
        }

/*block-contest*/
.block-contest {
}


.block-main.block-contest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875em;
    border-radius: 5px;
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    padding: 1.25em;
    position: relative;
    background-color: #fff;
    position: relative;
}

    .block-main.block-contest .btn-danger {
        position: absolute;
        right: 0;
        top: 0;
        width: 28px;
        height: 28px;
        text-align: center;
        padding: 0;
        line-height: 28px;
    }

    .block-main.block-contest .btn-outline-link {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 28px;
        height: 28px;
        text-align: center;
        padding: 0;
        line-height: 28px;
    }

    .block-main.block-contest .checkshow {
        position: absolute;
        right: -9px;
        top: 35px;
    }

    .block-main.block-contest:hover {
        box-shadow: 0 0 20px rgb(249 161 52 / 50%);
        /*color: #f9a134;*/
        /*border: 2px solid #7d7e7f;*/
    }

    .block-main.block-contest .block-row.images {
        width: 60px;
        min-width: 60px;
        margin-right: 10px;
    }

        .block-main.block-contest .block-row.images img {
            width: 60px;
            height: 60px;
            border-radius: 3px;
            vertical-align: middle;
            object-fit: contain;
        }

    .block-main.block-contest .block-row.title {
        flex-grow: 1;
    }

        .block-main.block-contest .block-row.title a b {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            min-height: 41px;
        }
/*block-view*/
.block-view {
    border: 1px solid #ced4da;
    border-radius: 7px;
    padding: 15px;
    margin-bottom: 15px;
}

    .block-view .block-row.images {
        height: 200px;
        margin-bottom: 15px;
        text-align: center;
    }

        .block-view .block-row.images img {
            height: 200px;
            width: 200px;
            vertical-align: middle;
            object-fit: contain;
        }

.block-row.listbutton {
    margin-top: 15px;
    text-align: center;
}
/*menu trungtam*/
.header-menu .dropdown {
    line-height: 0px;
    margin: auto 0 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 195px;
    overflow: auto;
    top: 47px;
    right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 5px;
}

    .dropdown-content a {
        color: #000;
        padding: 5px;
        text-decoration: none;
        display: block;
        font-size: 13px;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.not-show {
    display: none;
}

.dropdown-content img {
    width: 35px;
    margin-right: 5px;
}
/*START--------------------------block-widget*/
.block-widget {
    padding: 15px;
    margin-bottom: 15px;
}


    .block-widget .title {
        color: #99abb4;
        margin-bottom: 5px;
    }

    .block-widget .number {
        font-size: 1.5rem;
        font-weight: 700;
    }
/* END --------------------------block-widget*/
/*START--------------------------admin_CreateContest*/
.language-tab .nav-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.25;
}

.language-tab.nav-pills .nav-link.active {
    color: #fff;
    background-color: #212529;
}
/**/
.d-view {
    display: none;
}

    .d-view.show {
        display: block;
    }

.block-pass {
    position: relative;
}

    .block-pass .form-control {
        padding-right: calc(2.25rem + 2px);
    }

.view-pass {
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
}

    .view-pass.view .fa-eye, .view-pass .fa-eye-slash {
        display: none;
    }

    .view-pass .fa-eye, .view-pass.view .fa-eye-slash {
        display: inline-block;
    }
/* END --------------------------admin_CreateContest*/
/*Permisson*/
.ico-transform i {
    font-size: 3rem;
}

#menu-phanquyen {
}

    #menu-phanquyen .nav li a {
        display: block;
        padding: 2px 0 2px 15px;
        font-size: 13px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

        #menu-phanquyen .nav li a .form-check {
            display: inline-block;
            z-index: 3;
        }

        #menu-phanquyen .nav li a .form-check-input {
            z-index: 9999999;
        }

        #menu-phanquyen .nav li a.drop-sub {
            /* padding-left: 0; */
            background-color: #fff;
        }

            #menu-phanquyen .nav li a.drop-sub label {
                margin-left: 7px;
                margin-bottom: 0;
            }

            #menu-phanquyen .nav li a.drop-sub::before {
                display: inline-block;
                width: 0;
                height: 0;
                margin-left: .255em;
                vertical-align: .255em;
                content: "";
                border-top: .3em solid;
                border-right: .3em solid transparent;
                border-bottom: 0;
                border-left: .3em solid transparent;
                transform: rotate(-90deg);
                /* Legacy vendor prefixes that you probably don't need... */
                /* Safari */
                -webkit-transform: rotate(-90deg);
                /* Firefox */
                -moz-transform: rotate(-90deg);
                /* IE */
                -ms-transform: rotate(-90deg);
                /* Opera */
                -o-transform: rotate(-90deg);
                /* Internet Explorer */
                filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
            }

    #menu-phanquyen .nav li.item-children.show a.drop-sub:before {
        transform: rotate(0deg);
        /* Legacy vendor prefixes that you probably don't need... */
        /* Safari */
        -webkit-transform: rotate(0deg);
        /* Firefox */
        -moz-transform: rotate(0deg);
        /* IE */
        -ms-transform: rotate(0deg);
        /* Opera */
        -o-transform: rotate(0deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    }

    #menu-phanquyen .nav li.item-children .sub-menu {
        border: 0px;
        padding: 0 0 0 25px;
    }

    #menu-phanquyen .nav li.item-children.show .sub-menu {
        position: static !important;
    }

    #menu-phanquyen .nav li a.drop-sub::after {
        /*display: none;*/
    }

#menu-permission {
}

    #menu-permission .form-check-label, .menu-permission .form-check-label {
        line-height: 22px;
    }

    #menu-permission .drop-sub, .menu-permission .drop-sub {
        background: none;
        line-height: 20px;
        padding: 5px 5px 1px 5px;
        /*font-size: 20px;*/
        border: none;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.menu-permission .active .drop-sub {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-permission .nav .item-children .dropdown-menu {
    border: 0px;
}

.menu-permission.only-view .nav .item-children .dropdown-menu {
    padding-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
}

.menu-permission .nav .sub-menu .form-check {
    padding-left: 2.25rem;
}

.menu-permission .nav .sub-menu .access-title {
    padding-left: 1.25rem;
}


/*Payroll*/

.table-payroll {
    width: 100%;
}

    .table-payroll thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table-payroll .input-group-sm > .form-control, .table-payroll .input-group-sm > .input-group-append > .input-group-text {
        padding: .25rem;
        line-height: 1.2;
        height: auto;
    }

.small-device #body-payroll {
    max-width: calc(100vw - 128px);
}

.line-height12 {
    line-height: 1.2;
}

@media(min-width:769px) {
    .payroll-items .slick-slide:nth-child(2n+1) .viewpayroll {
        /*margin-right: 15px;*/
    }
    /* the slides */
    .payroll-items .slick-slide {
        margin: 0 7.5px;
    }
    /* the parent */
    .payroll-items .slick-list {
        margin: 0 -7.5px;
    }
}

@media(max-width:768px) {
    .small-device #body-payroll {
        max-width: calc(100vw - 45px);
    }
}

.payroll-items .slick-slide, .payroll-items .slick-slide .viewpayroll {
    outline: none;
}

.payroll-items .viewpayroll .card {
    /*display: block;*/
}



#body-payroll {
    max-width: calc(100vw - 330px);
}
/*---------------Noti--------------------------*/
.for-notification .dropdown-menu {
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    min-width: 400px;
}

    .for-notification .dropdown-menu .dropdown-item {
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        max-width: 450px;
        white-space: normal;
    }

.header-left .dropdown .dropdown-menu .dropdown-item.noti {
    cursor: pointer;
}

    .header-left .dropdown .dropdown-menu .dropdown-item.noti.read {
        color: #000;
    }

.noti-text {
    line-height: 1.5;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    white-space: normal;
    max-width: 400px;
}

.noti-time {
    line-height: 1.2;
}

.noti-del {
    display: block;
    text-align: center;
    padding: 2px 5px 0;
    line-height: 1;
}

    .dropdown .noti-del:hover, .noti-del:hover {
        background-color: transparent;
        color: #dc3545;
    }
/*START---------------Page admin_StatusComplatetion*/
.card-select-agency .page-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-select-agency {
    background-color: #91a0a7;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 8px .75rem 7px .75rem;
    display: inline-block;
}

    .block-select-agency label {
        color: #fff;
    }

    .block-select-agency .chosen-sm {
        width: 200px;
        min-width: 200px;
    }
/* END ---------------Page admin_StatusComplatetion*/
/*Page ActualPayroll*/
.modal-payroll {
    max-height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
}
/*Page admin_ListQuestionNew*/
.info-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*width: 100%;*/
}

    .info-group .info-group-column {
        /*margin-right: -1px;*/
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #f8f9fa;
        border-right: 1px solid #dedede;
        /* border-radius: 0.25rem;*/
    }

.info-group-sm .info-group-column {
    height: calc(1.8125rem rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    /* border-radius: 0.2rem;*/
}

.info-group .info-group-column:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.info-group .info-group-column:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 0px solid #dedede;
}

.list-question.list-view .preview-block {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom: 1px solid #ddd;
}

.list-question.list-view .mini-game {
    text-align: center;
}

    .list-question.list-view .mini-game img {
        max-height: 100px;
    }

.input-group-info .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #dedede;
}

.header-detail {
    margin-bottom: 0.5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}
/*Page admin_ListQuestion*/
.modal-question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*view-question*/
.block-question {
    margin-left: 10px;
}

.view-question {
    /* height: 405px;
    min-width: 720px;
    width: 720px;*/
    height: 360px;
    min-width: 640px;
    width: 640px;
    overflow-y: auto;
    background-image: url(/admin_images/background-game.jpg);
    background-position: center;
    background-size: cover;
}



    .view-question .block-answer {
        /* background-image: url(/admin_images/background-game.jpg);
        background-position: center;
        background-size: cover;*/
        /*height: 100%;*/
    }

        .view-question .block-answer .block-main {
            padding-top: 0.25rem;
        }

        .view-question .block-answer .block-row.time {
            width: 460px;
            margin: 7px auto;
            position: relative;
        }

            .view-question .block-answer .block-row.time img {
                display: block;
            }

            .view-question .block-answer .block-row.time .times {
                position: absolute;
                top: 0;
                width: 75px;
                right: -80px;
                font-weight: 700;
                font-family: 'Sigmar One', "Open Sans", sans-serif
            }

.block-answer .block-main .answer .div-answer {
    width: 20%;
    padding: 0.25em 0.5em;
}

.view-question.stype_1 .block-answer .block-main .question {
    display: block;
    margin: auto;
    width: 460px;
    height: 240px;
    padding: 10px;
    background-position: center;
    background-image: url(/admin_images/bg-question.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.view-question .block-answer .block-main .question .question-main {
    max-height: 216px;
    overflow-y: auto;
}

.view-question.dapan .block-answer .block-main .question .question-main {
    max-height: 240px;
}

.view-question .block-answer .block-main .question-left, .view-question .block-answer .block-main .question-right {
    position: absolute;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    padding: 7px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-position: center;
    background-image: url(/admin_images/Popup_Score.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.view-question .block-answer .block-main .question-left {
    left: -70px;
}

.view-question .block-answer .block-main .question-right {
    right: -70px;
}

.view-question .block-answer .block-main .question-sound {
    border: 0px;
    background-color: transparent;
    width: 50px;
    position: absolute;
    top: 0px;
    right: -30px;
    cursor: pointer;
}

.view-question .block-answer .block-main .question .upload {
    width: auto;
    min-width: auto;
    margin-right: 0px;
    position: relative;
}

    .view-question .block-answer .block-main .question .upload img {
        max-height: 100px;
        margin-bottom: 10px;
        display: block;
        margin: 10px auto;
    }

.view-question .block-answer .block-main .answer .div-answer .custom-control-label img {
    height: 100px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
}

.grid-answer.text .div-answer .answer-block span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    left: 0;
    text-align: center;
}

.grid-answer.text .div-answer.active .answer-block span {
    color: #0fb72b;
    font-weight: 700;
}

.view-question.stype_1 .block-answer .grid-answer.text .answer-block {
    position: relative;
    background: none;
    display: block;
    min-height: auto;
}

.view-question.stype_1 .block-answer .grid-answer .answer-block {
    background-position: center;
    background-image: url(/admin_images/Btn_Choose_Normal.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
}

.view-question.stype_1 .block-answer .grid-answer.text .div-answer .answer-block {
    background: none;
}

.view-question.stype_1 .block-answer .grid-answer.active .answer-block {
    background-image: url(/admin_images/Btn_Choose_Normal-active.png);
}

.view-question.stype_1 .block-answer .grid-answer.text .div-answer .answer-block .bg-answer {
    display: block;
}

.view-question.stype_1 .block-answer .grid-answer.text .div-answer.active .answer-block .bg-answer {
    display: none;
}

.view-question.stype_1 .block-answer .grid-answer.text .div-answer .answer-block .bg-answer-active {
    display: none;
}

.view-question.stype_1 .block-answer .grid-answer.text .div-answer.active .answer-block .bg-answer-active {
    display: block;
}


.view-question.stype_1 .block-answer .grid-answer.sounds .answer-block img {
    height: 55px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
    cursor: pointer;
}

.view-question.stype_1 .block-answer .grid-answer.sounds audio {
    display: none;
}

.view-question.stype_1 .block-answer .grid-answer.images .answer-block img {
    width: 90%;
    height: 70px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
}

.view-question.stype_1 .block-answer .grid-answer.mathtype .answer-block img {
    width: 90%;
    height: 70px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
}




.view-question .block-answer .block-main .question-content {
    text-align: center;
    font-size: 1rem;
}

.view-question .block-answer .block-main .block-col.video {
    width: 320px;
    margin: 10px auto;
}

.view-question.stype_1 .block-answer .grid-answer {
    /*padding: 0.5rem;*/
}

.view-question .block-answer .grid-answer.images .answer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.view-question.stype_2 .block-answer {
    padding-top: .25rem;
}

    .view-question.stype_2 .block-answer .block-main .question {
        width: 480px;
        height: 310px;
        padding: 7px;
        margin: auto;
        background-position: center;
        background-image: url(/admin_images/bg-game-2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

        .view-question.stype_2 .block-answer .block-main .question .question-main {
            max-height: 293px;
            overflow-y: auto;
            overflow-x: hidden;
        }

    .view-question.stype_2 .block-answer .block-main .answer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .view-question.stype_2 .block-answer .block-main .answer .div-answer {
            width: 38%;
        }

.view-question.stype_2 .grid-images .div-answer .answer-block {
    border-width: 3px;
    border-style: solid;
    border-color: #b9b9b9;
    padding: 0.25rem;
    border-radius: 7px;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-0 .answer-block {
    border-color: #b9b9b9;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-1 .answer-block {
    border-color: #feec02;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-2 .answer-block {
    border-color: #f59201;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-3 .answer-block {
    border-color: #941981;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-4 .answer-block {
    border-color: #2b2e82;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-5 .answer-block {
    border-color: #11a19b;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-6 .answer-block {
    border-color: #94c020;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-7 .answer-block {
    border-color: #f8b233;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-8 .answer-block {
    border-color: #ea5b0d;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-9 .answer-block {
    border-color: #951a82;
}

.view-question.stype_2 .grid-images .div-answer.bordercolor-10 .answer-block {
    border-color: #0f70b7;
}

.view-question.stype_2 .grid-images .div-answer img {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
}

.view-question.dapan .block-answer .block-main .question {
    display: block;
    margin: auto;
    width: 455px;
    height: 237px;
    padding: 7px;
    background-position: center;
    background-image: url(/admin_images/bg-game-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.view-question.dapan .title-answer {
    color: #933c1f;
    text-align: center;
    margin: 7px auto;
    font-size: 20px;
    font-weight: 700;
}

.view-question.dapan .block-answer .block-main .answer .div-answer {
    width: 100%;
    /*    margin: auto;
    width: 500px;
    height: 45px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-image: url(/admin_images/bg-inputgame.png);
    background-repeat: no-repeat;
    background-size: contain;*/
}

    .view-question.dapan .block-answer .block-main .answer .div-answer .view-dapan {
        margin: auto;
        width: 500px;
        height: 45px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-image: url(/admin_images/bg-inputgame.png);
        background-color: transparent;
        background-repeat: no-repeat;
        border: 0;
        text-align: center;
        background-size: contain;
    }

.view-question.smallsize {
    min-width: 400px;
    width: 400px;
    height: 225px;
    margin: auto;
    overflow-y: inherit;
}

    .view-question.smallsize.stype_1 .block-answer .grid-answer .div-answer {
        padding: 4px 6px;
    }

    .view-question.smallsize .block-answer .block-row.time {
        width: 260px;
    }

.smallsize.stype_1 .block-answer .block-main .question {
    width: 255px;
    height: 135px;
    padding: 5px;
}

.smallsize.stype_1 .block-answer .grid-answer.sounds .answer-block img {
    height: 30px;
}

.view-question.smallsize.stype_1 .block-answer .grid-answer.images .answer-block img {
    height: 35px;
    width: 60px;
}

.view-question.smallsize .block-answer .block-row.time .times {
    top: -5px;
    font-size: 11px;
}

.smallsize.stype_1 .block-answer .grid-answer .answer-block {
    min-height: 45px;
}

.view-question.smallsize .block-answer .block-main .question .upload img {
    max-height: 50px;
}

.view-question.smallsize .block-answer .block-main .question-sound {
    width: 40px;
    right: -30px;
}

.view-question.smallsize .block-answer .block-main .question-content {
    font-size: 12px;
}

.view-question.smallsize .grid-answer.text .grid-answer .answer-block span {
    font-size: 8px;
    /*display: block;*/
}

.view-question.smallsize.stype_2 .block-answer .block-main .question {
    width: 290px;
    height: 185px;
    padding: 3px;
}

    .view-question.smallsize.stype_2 .block-answer .block-main .question .question-main {
        max-height: 176px;
    }

.smallsize .block-answer .block-main .divtab-lang {
    position: absolute;
    top: -20px;
    left: -50px;
}

.smallsize .block-answer .block-main .language-tab {
    padding: 2px;
    background-color: #fffefd;
    border-radius: 0.25rem;
}

    .smallsize .block-answer .block-main .language-tab .nav-link {
        font-size: 12px;
        color: #212529;
        font-style: normal;
        padding: 2px 4px;
    }

        .smallsize .block-answer .block-main .language-tab .nav-link.active {
            background-color: #ff9900;
            color: #fff;
        }

.view-question.smallsize.stype_2 .block-answer .block-main .answer .div-answer {
    width: 25%;
    padding: 0.25em;
}

.view-question.smallsize.stype_2 .grid-images .div-answer .answer-block {
    border-width: 2px;
}

.view-question.smallsize.stype_2 .grid-images .div-answer img {
    height: 30px;
}

.view-question.smallsize .block-answer .block-main .question-left, .view-question.smallsize .block-answer .block-main .question-right {
    width: 50px;
    height: 50px;
    padding: 4px;
    font-size: 11px;
}

.view-question.smallsize .block-answer .block-main .question-left {
    left: -50px;
}

.view-question.smallsize .block-answer .block-main .question-right {
    right: -50px;
}

.view-question.smallsize.dapan .block-answer .block-main .question {
    width: 290px;
    height: 150px;
    padding: 4px;
}

.view-question.smallsize.dapan .title-answer {
    margin: 4px auto;
    font-size: 12px;
}

.view-question.smallsize.dapan .block-answer .block-main .answer .div-answer {
    padding: 0;
}

    .view-question.smallsize.dapan .block-answer .block-main .answer .div-answer .view-dapan {
        margin: auto;
        width: 290px;
        height: 26px;
        font-size: 8px;
        padding: 1px;
    }
/*.view-question.smallsize.dapan .block-answer .block-main .answer .div-answer {
    width: 275px;
    height: 26px;
    padding: 0px;
}*/

.view-answer .view-question.smallsize .block-answer .block-main {
    background-color: transparent;
    border-radius: 0;
}
/*START-------------Page AddBaiHoc--------------*/
.product-single-top-part {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .product-single-top-part .product-info-before-gallery {
        display: flex;
        align-items: center;
        padding: 30px;
    }

        .product-single-top-part .product-info-before-gallery .before-gallery-unit {
            display: flex;
            align-items: center;
            border-right: 1px solid #e5e5e5;
            padding-right: 20px;
            margin-right: 20px;
            font-size: 15px;
        }

            .product-single-top-part .product-info-before-gallery .before-gallery-unit:last-child {
                padding-right: 0;
                border-right: 0;
            }

            .product-single-top-part .product-info-before-gallery .before-gallery-unit .icon {
                margin-right: 15px;
                font-size: 24px;
                color: #1e83f0;
            }

            .product-single-top-part .product-info-before-gallery .before-gallery-unit .info span.label {
                color: #ced4da;
            }

            .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a {
                color: #2f2f32;
            }

                .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a:hover {
                    color: #4783f3;
                }

            .product-single-top-part .product-info-before-gallery .before-gallery-unit span.rating {
                background-color: #8bca48;
                color: #fff;
                padding: 3px 6px;
                margin-right: 8px;
                border-radius: 4px;
            }

            .product-single-top-part .product-info-before-gallery .before-gallery-unit span.votes-number {
                color: #7d7e7f;
            }

    .product-single-top-part .course-single-gallery img {
        width: 100%;
        height: auto;
    }

.single-course-content {
    background-color: #fff;
    padding: 1.75rem;
    padding-bottom: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-course-content h2 {
        font-weight: 500;
    }

    .single-course-content p {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .single-course-content ul.list {
        padding-left: 20px;
        margin-bottom: 30px;
    }

        .single-course-content ul.list li {
            color: #7d7e7f;
            line-height: 28px;
            font-size: 15px;
        }

.course-section {
    margin-bottom: 30px;
}

    .course-section h3.namebh {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .course-section .course-panel-heading {
        border-top: 1px solid #e9ecef;
        display: flex;
        align-items: center;
        padding: 15px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }



        .course-section .course-panel-heading .panel-heading-left .title p {
            font-size: 14px;
            color: #adb5bd;
            margin: 0;
            line-height: 1;
        }

        .course-section .course-panel-heading .panel-heading-right {
            display: flex;
            justify-content: flex-end;
        }

            .course-section .course-panel-heading .panel-heading-right .preview-button {
                font-size: 14px;
                line-height: 1.4;
                padding: 6px 10px;
                background-color: #4783f3;
                color: #fff;
                border-radius: 30px;
            }

                .course-section .course-panel-heading .panel-heading-right .preview-button i {
                    margin-right: 5px;
                }

            .course-section .course-panel-heading .panel-heading-right .private-lesson {
                font-size: 14px;
                line-height: 1.4;
                padding: 6px 10px;
            }

                .course-section .course-panel-heading .panel-heading-right .private-lesson i {
                    margin-right: 5px;
                    font-size: 12px;
                }

        .course-section .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
            color: #f9a134;
        }

        .course-section .course-panel-heading:hover,
        .course-section .course-panel-heading.active {
            background-color: #f8f9fa;
        }

    .course-section .panel-content {
        max-height: 0;
        overflow: hidden;
        background-color: #f8f9fa;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .course-section .panel-content .panel-content-inner {
            padding: 0 15px 20px 15px;
            font-size: 15px;
            color: #7d7e7f;
            line-height: 26px;
        }

    .course-section .course-panel-heading.active + .panel-content {
        max-height: 106px;
    }

#target {
    display: block;
    position: relative;
}

.bage-over {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.link-over {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
/* END -------------Page AddBaiHoc--------------*/
.img-viewhouseavatar {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
/*START-------------Page Sparta_ViewCourse--------------*/
section.single-course-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

    section.single-course-section .product-single-top-part {
        background-color: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        section.single-course-section .product-single-top-part .product-info-before-gallery {
            display: flex;
            align-items: center;
            padding: 20px 15px;
        }

            section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit {
                display: flex;
                align-items: center;
                border-right: 1px solid #e5e5e5;
                padding-right: 15px;
                margin-right: 15px;
                font-size: 14px;
            }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit:last-child {
                    padding-right: 0;
                    border-right: 0;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .icon {
                    margin-right: 10px;
                    font-size: 28px;
                    color: #1e83f0;
                    width: 32px;
                    text-align: center;
                    line-height: 1;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info span.label {
                    color: #ced4da;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a {
                    color: #2f2f32;
                }

                    section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit .info div.value a:hover {
                        color: #4783f3;
                    }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit span.rating {
                    background-color: #8bca48;
                    color: #fff;
                    padding: 3px 6px;
                    margin-right: 8px;
                    border-radius: 4px;
                }

                section.single-course-section .product-single-top-part .product-info-before-gallery .before-gallery-unit span.votes-number {
                    color: #7d7e7f;
                }

        section.single-course-section .product-single-top-part .course-single-gallery img {
            width: 100%;
            height: auto;
        }

    section.single-course-section .single-course-content {
        background-color: #fff;
        padding: 1.75rem;
        padding-bottom: 0;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        section.single-course-section .single-course-content h2 {
            font-weight: 500;
        }

        section.single-course-section .single-course-content p {
            line-height: 28px;
            margin-bottom: 20px;
        }

        section.single-course-section .single-course-content ul.list {
            padding-left: 20px;
            margin-bottom: 30px;
        }

            section.single-course-section .single-course-content ul.list li {
                color: #7d7e7f;
                line-height: 28px;
                font-size: 15px;
            }

    section.single-course-section .course-section {
        margin-bottom: 30px;
    }

        section.single-course-section .course-section h3 {
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 10px;
        }

        section.single-course-section .course-section .course-panel-heading {
            border-top: 1px solid #e9ecef;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

            section.single-course-section .course-section .course-panel-heading .panel-heading-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                flex-grow: 1;
            }

                section.single-course-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon {
                    line-height: 1;
                    margin-right: 15px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-left .course-lesson-icon i {
                        color: #d4d9dd;
                        font-size: 20px;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                    }

                section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 {
                    font-size: 16px;
                    font-weight: 500;
                    margin: 0 0 8px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item {
                        background-color: #e9ecef;
                        padding: 2px 6px;
                        display: inline-block;
                        font-size: 12px;
                        border-radius: 2px;
                        margin-left: 6px;
                        line-height: 1.2;
                        text-transform: capitalize;
                        color: #fff;
                    }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.video {
                            background-color: #65bded;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.practice {
                            background-color: #eada68;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.free {
                            background-color: #8be669;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.lecture {
                            background-color: #68e8b7;
                        }

                        section.single-course-section .course-section .course-panel-heading .panel-heading-left .title h4 .badge-item.quiz {
                            background-color: #bd83ef;
                        }

                section.single-course-section .course-section .course-panel-heading .panel-heading-left .title p {
                    font-size: 14px;
                    color: #adb5bd;
                    margin: 0;
                    line-height: 1;
                }

            section.single-course-section .course-section .course-panel-heading .panel-heading-right {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                justify-content: flex-end;
            }

                section.single-course-section .course-section .course-panel-heading .panel-heading-right .preview-button {
                    font-size: 14px;
                    line-height: 1.4;
                    padding: 6px 10px;
                    background-color: #4783f3;
                    color: #fff;
                    border-radius: 30px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-right .preview-button i {
                        margin-right: 5px;
                    }

                section.single-course-section .course-section .course-panel-heading .panel-heading-right .private-lesson {
                    font-size: 14px;
                    line-height: 1.4;
                    padding: 6px 10px;
                }

                    section.single-course-section .course-section .course-panel-heading .panel-heading-right .private-lesson i {
                        margin-right: 5px;
                        font-size: 12px;
                    }

            section.single-course-section .course-section .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
                color: #f9a134;
            }

            section.single-course-section .course-section .course-panel-heading:hover,
            section.single-course-section .course-section .course-panel-heading.active {
                background-color: #f8f9fa;
            }

        section.single-course-section .course-section .panel-content {
            max-height: 0;
            overflow: hidden;
            background-color: #f8f9fa;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

            section.single-course-section .course-section .panel-content .panel-content-inner {
                padding: 0 15px 20px 15px;
                font-size: 15px;
                color: #7d7e7f;
                line-height: 26px;
            }

        section.single-course-section .course-section .course-panel-heading.active + .panel-content {
            max-height: 106px;
        }

    section.single-course-section .course-reviews {
        background-color: #fff;
        padding-bottom: 0;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        section.single-course-section .course-reviews .course-review-title {
            padding: 20px 30px;
            border-bottom: 1px solid #e5e5e5;
        }

            section.single-course-section .course-reviews .course-review-title h3 {
                margin-bottom: 0;
                position: relative;
                display: inline-block;
            }

                section.single-course-section .course-reviews .course-review-title h3:after {
                    content: '';
                    display: block;
                    position: absolute;
                    bottom: -21px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #f9a134;
                }

                section.single-course-section .course-reviews .course-review-title h3 i {
                    margin-right: 10px;
                    float: left;
                }

        section.single-course-section .course-reviews .course-reviews-inner {
            padding: 30px;
        }

            section.single-course-section .course-reviews .course-reviews-inner .ratings-box {
                display: flex;
                margin-bottom: 20px;
            }

                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average,
                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating {
                    margin-bottom: 30px;
                }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average .average-box,
                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .rating-average .detailed-box,
                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating .average-box,
                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-rating .detailed-box {
                        padding: 30px;
                        border: 1px solid #e5e5e5;
                        border-radius: 4px;
                    }

                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box {
                    margin-right: 30px;
                    display: flex;
                    flex-direction: column;
                    text-align: center;
                    align-items: center;
                    justify-content: center;
                    min-width: 180px;
                    padding: 40px 30px 50px !important;
                }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.num {
                        font-size: 65px;
                        line-height: 65px;
                        color: #464749;
                        margin-bottom: 6px;
                    }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.ratings {
                        margin-bottom: 10px;
                        color: #f9a134;
                    }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box span.txt {
                        color: #adb5bd;
                        font-size: 15px;
                    }

                section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li {
                    list-style: none;
                    display: flex;
                    font-size: 15px;
                    color: #7d7e7f;
                    margin-bottom: 12px;
                    align-items: center;
                }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li:last-child {
                        margin-bottom: 0;
                    }

                    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
                        margin: 0 15px;
                        width: 290px;
                        position: relative;
                        background-color: #e9ecef;
                        height: 12px;
                        border-radius: 8px;
                    }

                        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer span.inner-fill {
                            position: absolute;
                            top: 0;
                            left: 0;
                            display: block;
                            height: 100%;
                            border-radius: 8px;
                            background-color: #f9a134;
                        }

            section.single-course-section .course-reviews .course-reviews-inner ul.comments {
                border-bottom: 1px solid #f2f2f2;
                margin-bottom: 40px;
            }

                section.single-course-section .course-reviews .course-reviews-inner ul.comments li {
                    display: flex;
                    list-style: none;
                    padding: 30px 0;
                    border-top: 1px solid #f2f2f2;
                    align-items: center;
                }

                    section.single-course-section .course-reviews .course-reviews-inner ul.comments li .image-holder {
                        margin-right: 25px;
                    }

                        section.single-course-section .course-reviews .course-reviews-inner ul.comments li .image-holder img {
                            max-width: 75px;
                            height: auto;
                            -webkit-border-radius: 50%;
                            -moz-border-radius: 50%;
                            -ms-border-radius: 50%;
                            border-radius: 50%;
                        }

                    section.single-course-section .course-reviews .course-reviews-inner ul.comments li h2 {
                        font-weight: 500;
                        margin-bottom: 6px;
                    }

                        section.single-course-section .course-reviews .course-reviews-inner ul.comments li h2 span {
                            margin-left: 10px;
                            color: #f9a134;
                        }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review h1 {
                font-size: 22px;
                line-height: 30px;
                margin-bottom: 15px;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review label {
                display: block;
                color: #7d7e7f;
                font-size: 15px;
                margin-bottom: 3px;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review select {
                display: block;
                width: 100%;
                height: 50px;
                padding: 10px 20px;
                border: 1px solid #dcdcdc;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                border-radius: 2px;
                color: #7d7e7f;
                font-size: 15px;
                margin-bottom: 20px;
                outline: none;
                background-color: #fff;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review textarea {
                width: 100%;
                padding: 10px 20px;
                height: 120px;
                border: 1px solid #dcdcdc;
                -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
                border-radius: 2px;
                color: #7d7e7f;
                font-size: 15px;
                margin-bottom: 10px;
                outline: none;
            }

            section.single-course-section .course-reviews .course-reviews-inner form.add-review button {
                color: #fff;
                text-align: center;
                border: 0;
                padding: 10px 22px;
                vertical-align: bottom;
                font-weight: 400;
                font-size: 16px;
                text-shadow: none;
                display: inline-block;
                background-color: #f9a134;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                border-radius: 50px;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                cursor: pointer;
            }

                section.single-course-section .course-reviews .course-reviews-inner form.add-review button:hover {
                    opacity: 0.86;
                }

@media (max-width: 767px) {
    section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
        width: 120px;
    }
}

@media (max-width: 560px) {
    section.single-course-section .course-reviews .course-reviews-inner .ratings-box {
        flex-direction: column;
    }

        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .average-box {
            margin-right: 0;
        }

        section.single-course-section .course-reviews .course-reviews-inner .ratings-box .detailed-box ul.detailed-lines li div.outer {
            width: 100%;
        }
}

.sidebar div.course-widget a.button-one {
    color: #4783f3;
    font-size: 15px;
    padding: 10px 25px;
    border: 1px solid #4783f3;
    font-weight: 400;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    display: block;
    margin-bottom: 26px;
    width: 100%;
    text-align: center;
}

.sidebar .widget {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar div.course-widget p.price {
    margin-bottom: 24px;
    font-size: 15px;
    color: #7d7e7f;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

    .sidebar div.course-widget p.price span.price-label {
        display: block;
        color: #adb5bd;
    }

    .sidebar div.course-widget p.price span.amount {
        color: #ff0000;
        font-size: 26px;
        line-height: 30px;
    }

.sidebar div.course-widget ul.share-list li {
    display: inline-block;
    margin: 0 2px;
}

.sidebar .profile-widget .top-part img {
    max-width: 100%;
    width: 80px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sidebar .profile-widget .top-part .name h3 {
    margin-bottom: 4px;
}

.sidebar .profile-widget p {
    line-height: 28px;
}

a.text-link {
    color: #4783f3;
    font-size: 15px;
    padding: 0 0 5px 0;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar div.course-widget ul.share-list {
    margin-top: 30px;
    text-align: center;
}

.sidebar div.course-widget p.price span.amount del {
    font-size: 15px;
    margin-right: 6px;
    color: #464749;
}

.sidebar div.course-widget h3 {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 16px;
}

.sidebar div.course-widget .product-meta-info-list .meta-info-unit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .sidebar div.course-widget .product-meta-info-list .meta-info-unit .icon {
        color: #f9a134;
        font-size: 16px;
        margin-right: 5px;
        text-align: center;
        width: 25px;
        line-height: 10px;
    }

    .sidebar div.course-widget .product-meta-info-list .meta-info-unit .value {
        line-height: 1.3;
    }

.sidebar div.course-widget ul.share-list li a {
    width: 36px;
    height: 36px;
    display: flex;
    color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.question {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
}
/* END -------------Page Sparta_ViewCourse--------------*/
.info-product .class {
}

.info-product .price {
}
/*START------------blockListMiniGame--------------*/
.blockListMiniGame .block-main {
    padding: 5px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 4px;
    min-height: 41px;
}

.blockListMiniGame .block-minigame {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    position: relative;
    margin-bottom: 5px;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

    .blockListMiniGame .block-minigame:last-child {
        margin-bottom: 0px;
    }

    .blockListMiniGame .block-minigame .name {
        padding-right: 23px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .blockListMiniGame .block-minigame .delete {
        position: absolute;
        right: 0px;
        top: 3px;
        background: transparent;
        border: 0px;
        color: #fff;
        cursor: pointer;
    }
/* END ------------blockListMiniGame--------------*/
/*START------------slider ranger--------------*/
/* This line can be removed it was just for display on CodePen: */
.slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

/*.slider-labels .caption input[type=text] {
                        border: 0px;
                        display: inline-table;
                    }

                        .slider-labels .caption input[type=text]:focus {
                            outline: none;
                        }*/

/*.slider-labels #min_price, .slider-labels #max_price {
                        border: 0px;
                        display: inline-table;
                    }

                    .slider-labels #min_price {
                    }

                    .slider-labels #max_price, .slider-labels #max_price_en, .slider-labels #max_price_cn, .slider-labels #max_price_kr {
                        text-align: right;
                    }*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

    .noUi-horizontal .noUi-handle {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        left: -7px;
        top: -7px;
        background-color: #345DBB;
    }

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #345DBB;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
    }

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53,93,187,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 2px;
}

    .noUi-horizontal .noUi-handle {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        left: -7px;
        top: -6px;
        background-color: #278FC2;
    }
/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #278FC2;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-target {
    border-radius: 2px;
    margin: 15px 8px 0px 8px;
}

.noUi-target {
    border-radius: 0px;
}

    .noUi-target.noUi-connect {
    }
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .noUi-handle:active {
        border: 8px solid #0c5980;
        border: 8px solid rgba(12,89,128,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
    cursor: not-allowed;
}

span#slider-range-value1 {
    color: #278FC2;
    font-size: 13px;
}

span#slider-range-value2 {
    color: #278FC2;
    font-size: 13px;
}
/* END ------------slider ranger--------------*/

.check-tabs {
    /* border-bottom: 1px solid #dee2e6;*/
}

    .check-tabs .custom-control-inline {
        /*   padding-bottom: .5rem;*/
    }

    .check-tabs .custom-control-input:checked ~ .custom-control-label {
        color: #007bff;
    }

#tab-main {
    /*  background-color: rgb(225 225 225 / 25%);
    border-radius: 4px;*/
}

.contestweek {
    min-width: 200px;
}

@media (min-width: 992px) {
    .modal-1300 {
        max-width: 1300px;
    }
}

.print-block {
    display: none;
}

.print-none {
    display: block;
}

.tr-print-none {
    display: table-row;
}
/*Start Page Sparta_Class*/
.list-report {
    max-width: 420px;
}

    .list-report .btn-outline-info a {
        color: #17a2b8;
    }

    .list-report .btn-outline-info:hover a {
        color: #fff;
    }
/* End  Page Sparta_Class*/

/*Page HRKeHoach*/

.col-striped {
    background-color: rgba(0,0,0,.05);
}

.table-year .table tr td, .table-year .table tr th {
    text-align: right;
}

    .table-year .table tr td:first-child, .table-year .table tr th:first-child {
        white-space: nowrap;
        text-align: left;
    }

.table-year .table td, .table-year .table th {
    vertical-align: middle;
}

.table-year .table tr .form-control-sm {
    text-align: right;
    padding: .25rem;
}

.user-profile {
    background-color: #f7f7f7;
    padding-top: 3rem;
    padding-bottom: 2rem;
    /*margin-bottom: 2rem;*/
}

.below-button {
    background-color: #f7f7f7;
    padding-bottom: 2rem;
    text-align: center;
}

.user-profile .div-img_avartar {
    position: relative;
    /*background-repeat: no-repeat;
        background-position: center;
        background-size: cover;*/
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
}

.div-img_avartar .img_avatar {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: cover;
}

.user-profile .upload {
    position: absolute;
    bottom: 0;
    display: block;
    background-color: rgb(0 0 0 / 30%);
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0;
}

    .user-profile .upload:hover {
        background-color: rgb(0 0 0 / 80%);
    }

    .user-profile .upload input[type=file] {
        opacity: 0;
    }
/*.list-choise*/
.list-choise {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f1f2f7;
    height: 350px;
    overflow-y: auto;
}

/*block-choise*/
.block-choise {
    width: 48%;
    margin: 1%;
}

    .block-choise .block-main {
        border-radius: 4px;
        background-color: #fff;
        border: 2px solid transparent;
    }

    .block-choise.active .block-main {
        border: 2px solid #212529;
    }

    .block-choise .block-main .block-row {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        padding: 0.25rem;
    }

    .block-choise .block-main .block-left {
        width: 60px;
        margin-right: 10px;
    }

.block-right .info .title {
    color: #212529;
    font-weight: 700;
}

.block-right .info .sumary {
    color: #606060;
    font-size: 12px;
}

.block-choise.video .btn-choisevideo {
    position: absolute;
    top: 0;
    right: -10px;
}

.block-main .block-left img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.upload-btn.small i {
    font-size: 1.5rem;
}

.upload-btn.small .up-close.x-audio {
    left: 13px;
}

.upload-btn.explain-img {
    width: 90px;
    min-width: 90px;
}

    .upload-btn.explain-img img {
        height: 90px;
        width: 90px;
        vertical-align: middle;
        object-fit: contain;
    }

.text-explain {
    color: #fff;
    text-align: center;
}

.images-explain {
    text-align: center;
    margin: 10px;
}

    .images-explain img {
        max-width: 400px;
        max-height: 400px;
    }

.divexplain .video-explain {
    width: 420px;
    margin: auto;
}
/*admin_CreateQuiz*/
.btn-question .btn-outline-secondary {
    line-height: 1.2;
    padding: .375rem .61rem;
}

    .btn-question .btn-outline-secondary i {
        display: block;
        margin-bottom: 2px;
    }

    .btn-question .btn-outline-secondary small {
        font-size: 12px;
    }

.no-del .form-add .btn-delete {
    display: none;
}

.no-del.opt-img .form-add .btn-delete {
    display: block;
}

.form-add {
    position: relative;
}

/*.form-add .answ-img {
        display: none;
    }*/
.opt-img .btn-outline-secondary {
    /*visibility: hidden;*/
}

.opt-img .form-add .answ-text, .form-add .answ-img {
    /*display: none;*/
}

.opt-img .form-add .answ-img {
    /*display: block;*/
}

.form-row .form-add .answ-img img, tr.only-imgsound {
    width: 50px;
    height: 50px;
    padding: 2px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: contain;
}

.form-row .form-add .answ-img img {
    width: 75px;
}

.opt-img .form-add .answ-img img, tr.only-img .form-add .answ-img img, .upload-btn.answ-img img {
    width: 50px;
    height: 50px;
    padding: 2px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: contain;
}

tr.only-img .form-add .answ-img img {
    width: 70px;
}

.upload-btn.answ-img img {
    width: 84px;
    margin-right: 0px;
    height: 40px;
    padding: 0;
}

.view-table {
    width: 39px;
    height: 39px;
    padding: 2px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: contain;
}

.wd-260 {
    width: 260px;
}

.wd-175 {
    width: 175px;
}

.view-table-2 {
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: contain;
}

.view-table-1 {
    width: 38px;
    height: 38px;
    padding: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    object-fit: contain;
}

.form-add label {
    position: absolute;
    background-color: #fff;
    left: 10px;
    top: -10px;
    padding: 0 3px;
    margin-bottom: 0;
}

.form-add.lang label {
    position: static;
}

.form-add.lang .d-flex {
    position: absolute;
    background-color: #fff;
    left: 10px;
    top: -12px;
    padding: 0 3px;
    margin-bottom: 0;
    width: 95%;
}

.upload-btn img {
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
}

.upload-btn.datcauhoi img {
    width: 100%;
    /*width: 86px;*/
    height: 56px;
    padding: 2px;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: contain;
}

.form-add.lang .language-tab .nav-link {
    padding: .1rem .25rem;
    line-height: 1.2;
}

.form-add .btn-delete {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}

.form-add .form-control {
    padding-right: .75rem;
}

.question-view .tablet-preview {
    width: 480px;
    height: 680px;
    padding: 63px 34px 65px 36px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    background-image: url(/admin_images/tablet-view.png);
    background-size: 100%;
}

    .question-view .tablet-preview .tablet-inner {
        height: 100%;
    }

    .question-view .tablet-preview .preview-container {
        height: 100%;
    }

.preview-container .content {
    background-color: #461A42;
    float: none;
    padding: 5px;
    height: 100%;
}

.preview-container .question {
    height: 40%;
    text-align: center;
}

    .preview-container .question img {
        max-height: 120px;
    }

.preview-container .question-text-container {
    height: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px;
    margin: 0;
}

    .preview-container .question-text-container .text {
        color: #fff;
    }

.preview-container .options {
    height: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .preview-container .options.two-option .option {
        height: calc(50% - 4px);
    }

    .preview-container .options.three-option .option {
        height: calc(33.3333% - 4px);
    }

    .preview-container .options.four-option .option {
        height: calc(25% - 4px);
    }

    .preview-container .options.five-option .option {
        height: calc(25% - 4px);
    }

    .preview-container .options.answer-img .option {
        width: calc(50% - 4px);
    }

        .preview-container .options.answer-img .option:nth-child(2n+1) {
            margin-right: 4px;
        }

.preview-container .answer-img.two-option .option {
    height: calc(100% - 4px);
}

.preview-container .answer-img.three-option .option {
    height: calc(50% - 4px);
}

.preview-container .answer-img.four-option .option {
    height: calc(50% - 4px);
}

.preview-container .answer-img.five-option .option {
    height: calc(33.3333% - 4px);
}

.preview-container .option {
    height: calc(25% - 4px);
    width: calc(100% - 4px);
    margin-bottom: 4px;
    border-radius: 4px;
    overflow: hidden;
}


.preview-container .options .option .answ-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.preview-container .options .option.option-img .answ-text {
    display: none;
}

.preview-container .options .option.option-img .answ-img {
    display: block;
    position: relative;
    height: 100%;
    background-color: #fff;
}

.preview-container .options .option .answ-img {
    display: none;
}

.preview-container .options .option .answ-text {
    padding: 7px;
    height: 100%;
    margin: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size: 21px;
    color: #fff;
}

.preview-container .option-1 {
    background-color: rgb(47, 109, 174);
}

.preview-container .option-2 {
    background-color: rgb(44, 156, 166);
}

.preview-container .option-3 {
    background-color: rgb(236, 168, 44);
}

.preview-container .option-4 {
    background-color: rgb(212, 84, 106);
}

.preview-container .option-5 {
    background-color: rgb(139, 49, 134);
}

.list-question .preview-block {
    border-radius: 0;
    border: 0px solid #ddd;
    border-bottom: 2px solid #e2e2e2;
}

.preview-block {
    margin-bottom: 15px;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

    .preview-block .question-view {
        /* white-space: nowrap;*/
        margin-bottom: 8px;
        font-size: 16px;
        min-height: 63px;
    }

    .preview-block .divtab-lang {
        position: absolute;
        top: 3px;
        right: 3px;
    }

    .preview-block .check-choise {
        position: absolute;
        top: 63px;
        right: -7px;
    }

    .preview-block .list-button {
        position: absolute;
        top: 30px;
        right: 3px;
    }

    .preview-block .question-view .question-view-img {
        /*display: none;*/
    }

    .preview-block .question-view.option-img .question-view-img {
        display: inline-block;
    }

    .preview-block .question-view .question-view-img {
        width: 104px;
        height: 104px;
        margin-left: 28px;
        border-radius: 4px;
        border: 1px solid #eee;
        object-fit: contain;
        background-color: #f2f2f2;
    }

    .preview-block .question-view .question-view-text {
        display: inline-block;
        margin-left: 12px;
        max-width: calc(100% - 65px);
        white-space: normal;
        vertical-align: top;
    }

.question-divider {
    position: relative;
    margin-bottom: 24px;
    padding-top: 12px;
    clear: both;
    border-bottom: 1px solid #D8D8D8;
}

    .question-divider .divider-text {
        position: absolute;
        color: #6B7C93;
        left: 10px;
        top: 1px;
        background-color: #fff;
        padding: 2px 4px;
        font-size: 11px;
    }

.answ-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}

    .answ-view.answ-view-img .option {
        width: 100%;
    }

    .answ-view .option img {
        /*display: none;*/
        border-radius: 4px;
        width: 90px;
        height: 70px;
        object-fit: contain;
        /*background-color: #f2f2f2;*/
        vertical-align: middle;
    }

    .answ-view.answ-view-img .option img {
        display: inline-block;
    }

    .answ-view.answ-view-img .option.option-img .option-text {
        display: none;
    }

    .answ-view .option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* display: inline-block; */
        width: 25%;
        margin-bottom: 12px;
    }

        .answ-view .option .option-marker {
            /* display: inline-block; */
            margin-left: 8px;
            margin-right: 8px;
            height: 20px;
            min-width: 20px;
            width: 20px;
            border-radius: 50%;
            background-color: #D8D8D8;
            vertical-align: middle;
        }

            .answ-view .option .option-marker.false {
                background-color: #dc3545;
            }

            .answ-view .option .option-marker.true {
                /* background-color: #ff9900;*/
                background-color: #00c985;
            }

        .answ-view .option .option-text {
            /* display: inline-block; */
            width: calc(100% - 30px);
            vertical-align: middle;
            border-radius: 4px;
        }
/*Start---Hang-----*/
.up-close {
    position: absolute;
    top: 19px;
    left: 33px;
    background: white;
    border: 1px solid;
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    color: red;
    border-radius: 50%;
    cursor: pointer;
}

    .up-close.x-img {
        top: 0;
        left: auto;
        right: 0;
        margin-right: 0;
        margin-top: 0;
        font-size: 13px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 3px;
        background: red;
        color: white;
    }

    .up-close.x-img {
        opacity: 0.5;
        z-index: 1000000000000;
    }

        .up-close.x-img:hover {
            opacity: 1;
        }

    .up-close.x-audio {
        top: -10px;
        left: 33px;
    }

th.dt-center, td.dt-center {
    text-align: center;
}

.table thead th {
    vertical-align: top !important;
}
/*.tooltip {
      height: 200px;
      width: 300px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 0 16px #0004, 0 0 0;
      border: 1px solid #aaa;
    }*/
.checkbox-op {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 25px;
    user-select: none;
}

@-webkit-keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #fff;
    }

    100% {
        color: red;
    }
}

@-moz-keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #fff;
    }

    100% {
        color: red;
    }
}

@-o-keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #fff;
    }

    100% {
        color: red;
    }
}

@keyframes my {
    0% {
        color: red;
    }

    50% {
        color: #fff;
    }

    100% {
        color: red;
    }
}

.test {
    font-weight: bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.btn-hdong {
    font-size: 19px;
}

.active {
}

.upload-btn.answ-img img.img-full-1 {
    width: 206px;
    height: 116px;
}

.upload-btn.answ-img img.img-full-2 {
    width: 206px;
    height: 145px;
}

.padding-125 {
    padding: 1.25em !important;
}

.game-view.owl-carousel .owl-nav button.disabled .btn-nav {
    opacity: 1;
}

.game-view.owl-carousel .owl-nav button .btn-nav {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    font-size: 1.5rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

    .game-view.owl-carousel .owl-nav button .btn-nav:hover {
        background-color: #fff;
    }

.game-check .block-main {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .game-check .block-main img {
        width: 100%;
        height: 135px;
        box-sizing: border-box;
        vertical-align: middle;
        object-fit: contain;
    }

    .game-check .block-main .checkimg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .game-check .block-main .info {
        background-color: rgb(0 0 0 / 50%);
        padding-left: 5px;
        padding-right: 5px;
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        font-family: "Open Sans",'Quicksand', sans-serif;
    }

.game-check .label-checkbox .checkmark {
    background-color: #fff;
}

.form-upload .fileupload_dropzone {
    display: block;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border: 2px dashed #A2B4CA;
    border-radius: 3px;
    padding: 0;
    background-color: #FCFCFC;
    background-image: url(/admin_images/upload-excel.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.85;
    cursor: pointer;
    outline: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
}

    .form-upload .fileupload_dropzone .inputupload {
        opacity: 0;
        display: block;
        width: 100%;
        height: 146px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
    }

.btn-speak {
    background-color: transparent;
    border: 0px;
    color: #ff9900;
    cursor: pointer;
}

.answ-view .btn-speak {
    font-size: 2rem;
}

    .answ-view .btn-speak img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        vertical-align: middle;
    }
/*DeThiDetailWeek*/
.list-questionchoise {
    max-height: calc(100vh - 207px);
    overflow-y: auto;
    padding: .5rem;
    background-color: #f1f2f7;
}

    .list-questionchoise.modal-view {
        max-height: none;
        overflow-x: hidden;
        padding: 0;
    }

    .list-questionchoise .max-height-modalview {
        max-height: calc(100vh - 258px);
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .list-questionchoise .list-img .img-question {
        width: 160px;
        min-width: 160px;
    }

        .list-questionchoise .list-img .img-question img {
            height: 80px;
        }

.game-view {
    margin-bottom: 1rem;
}

.language-view .nav-tabs a {
    border-radius: 0;
    color: #b5bcc2;
    font-size: 12px;
    font-weight: 700;
    padding: 0.25em 0.5em;
    text-transform: uppercase;
}

.language-view {
    /*margin-top: 1rem;*/
}

    .language-view nav {
        position: relative;
    }

        .language-view nav .select-cate {
            position: absolute;
            right: 0;
            bottom: 5px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

.list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .list-img .img-question {
        width: 120px;
        padding: 0.5em;
        min-width: 120px;
    }

        .list-img .img-question img {
            border: 3px solid #b9b9b9;
            padding: 0.25rem;
            border-radius: 7px;
            width: 100%;
            height: 70px;
            box-sizing: border-box;
            vertical-align: middle;
            object-fit: contain;
        }

        .list-img .img-question.bordercolor-0 img {
            border: 3px solid #b9b9b9;
        }

        .list-img .img-question.bordercolor-1 img {
            border: 3px solid #feec02;
        }

        .list-img .img-question.bordercolor-2 img {
            border: 3px solid #f59201;
        }

        .list-img .img-question.bordercolor-3 img {
            border: 3px solid #941981;
        }

        .list-img .img-question.bordercolor-4 img {
            border: 3px solid #2b2e82;
        }

        .list-img .img-question.bordercolor-5 img {
            border: 3px solid #11a19b;
        }

        .list-img .img-question.bordercolor-6 img {
            border: 3px solid #94c020;
        }

        .list-img .img-question.bordercolor-7 img {
            border: 3px solid #f8b233;
        }

        .list-img .img-question.bordercolor-8 img {
            border: 3px solid #ea5b0d;
        }

        .list-img .img-question.bordercolor-9 img {
            border: 3px solid #951a82;
        }

        .list-img .img-question.bordercolor-10 img {
            border: 3px solid #0f70b7;
        }

.list-minigame .custom-control {
    min-width: 23%;
    margin-bottom: 10px;
    margin-right: 2%;
}

.list-minigamechoise {
    max-height: calc(100vh - 410px);
    overflow-y: auto;
}

.form-btra {
    position: relative;
}

    .form-btra .form-control-sm {
        padding-right: 30px;
    }

    .form-btra .buttonupload {
        top: 0;
        right: 0;
        width: 31px;
        height: 31px;
        position: absolute;
    }

    .form-btra .upload-btn img {
        width: 31px;
        height: 31px;
        vertical-align: middle;
        object-fit: contain;
    }

.review-list {
    padding-top: 5px;
    background-color: #f1f2f7;
}

    .review-list .view-reviews {
        overflow-y: auto;
        max-height: 220px;
    }

.review-block {
    background-color: #fff;
    margin-bottom: 1em;
    border-radius: 5px;
    padding: 0;
    border: 2px solid transparent;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

    .review-block.active {
        border: 2px solid #ffc107;
    }

    .review-block .block-main {
        padding: 0.25em;
    }

        .review-block .block-main .block-col.info {
        }

            .review-block .block-main .block-col.info .title {
                padding-right: 32px;
                color: #212529;
                font-weight: 700;
                font-size: 13px;
                line-height: 16px;
                height: 32px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

                .review-block .block-main .block-col.info .title a.name-title {
                }

    .review-block .btn-danger {
        position: absolute;
        top: 4px;
        right: 4px;
        z-index: 6;
    }

.btn-danhgia {
    padding-right: 22px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 1px;
    z-index: 5;
}

    .btn-danhgia .btn-delete {
        position: absolute;
        top: 0;
        right: 0px;
        padding: 5px;
        color: #17a2b8;
        z-index: 6;
    }

    .btn-danhgia:hover .btn-delete {
        color: #fff;
    }
/*Report*/
.btn-zalo {
    width: 32px;
    height: 31px;
    border: 0;
    padding: 0;
    background-image: url(/admin_images/zalo-logo-transparent.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.nav-report .nav-link {
    margin-right: .25rem;
    color: #212529;
    background-color: #f8f9fa;
}

.viewreport {
    background-color: #eff0f5;
    padding: 0.25rem;
}

    .viewreport.list-question .preview-block {
        border-bottom: 0;
    }

    .viewreport .block-question {
        margin-left: 0;
    }

    .viewreport .report_question {
        background-color: #fff;
        padding: 0.5rem;
        margin-bottom: 15px;
    }

    .viewreport .answ-view .number-choise {
        width: 25%;
        padding-left: 36px;
        font-weight: 600;
    }

#modalTest .list-question .preview-block, .modalAnswerTest.list-question .preview-block {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom: 1px solid #ddd;
}

.modalAnswerTest .preview-block .divtab-lang {
    top: 47px;
}

.modalAnswerTest .mini-game {
    text-align: center;
}

    .modalAnswerTest .mini-game img {
        max-height: 100px;
    }

.header-detailtest {
    margin-bottom: 0.5rem;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}

    .header-detailtest .btn {
        cursor: default !important;
    }

.title-contest h4 {
    font-size: 1.5rem !important;
}

.lotrinhnew .contest-grid.lotrinh {
    margin: 10px 0;
    height: calc(100% - 20px);
}

    .lotrinhnew .contest-grid.lotrinh .block-main {
        height: 100%;
    }

.lotrinhnew .lotrinh .title {
    margin-bottom: 15px;
}

.lotrinhnew .lotrinh .bodycontent .class {
    min-height: 63px;
}

.max-height-modalview {
    max-height: calc(100vh - 131px);
    overflow-y: auto;
}
/*courses-listview*/
.courses-listview .contest-grid.course-noimg {
    width: 100%;
    margin: 0 0 20px 0;
}
/*list-chudehoc*/
.list-chudehoc .contest-grid.course-noimg {
    width: 100%;
    margin: 0 0 20px 0;
}

.grid-view .contest-grid.course-noimg {
    width: 100%;
    margin: 10px 0;
}
/*block-grid*/
.block-grid {
    margin-bottom: 15px;
}

    .block-grid .block-main {
        border-radius: 5px;
        background-color: #fff;
        padding: 0.5em;
        -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
        box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    }

        .block-grid .block-main .title {
            padding: 0.5rem 0.75rem;
            /* background-color: rgba(255,235,59,.8); */
            background-image: -webkit-linear-gradient(left,#ff9c01 0,#ffba00 100%);
            background-image: linear-gradient(to right,#ff9c01 0,#ffba00 100%);
            background-repeat: repeat-x;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .block-grid .block-main .title .icon {
                width: 35px;
                min-width: 35px;
                color: #000;
                height: 35px;
                line-height: 37px;
                background-color: #fff;
                border-radius: 50%;
                font-size: 1.2em;
                text-align: center;
                margin-right: 10px;
            }

            .block-grid .block-main .title .text {
                color: #fff;
            }

                .block-grid .block-main .title .text .name {
                    font-weight: 700;
                }

.class .decreption {
    /*color: #b5bcc2;*/
    color: #607d8b;
    height: 65px;
}

/*view-studient*/
/*view-studient*/
.view-studient .block-main {
    border: 2px solid transparent;
    border-radius: 5px;
    padding: .25rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.view-studient.active .block-main {
    border: 2px solid #ff9900;
}

.view-studient .block-row {
    /*text-align: center;*/
}

.view-studient .images {
    margin-right: .25rem;
    border-radius: 7px;
}

    .view-studient .images img {
        width: 60px;
        height: 60px;
        border-radius: 7px;
        vertical-align: middle;
        object-fit: contain;
    }

.view-studient .name {
    /* font-size: 1.3rem; */
    font-weight: 500;
}

.view-studient .class {
    color: #a1aab2;
}

.view-studient .info .btn-link {
    color: #ff9900;
}

.listview-studient {
    background-color: #eeeff4;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .25rem;
    padding-top: 0.5rem;
}

    .listview-studient.max-height {
        max-height: calc(100vh - 385px);
    }

    .listview-studient .view-studient {
        padding-left: .25rem;
        padding-right: .25rem;
    }

.menu-ReportChild {
    padding: 0.5rem 0.75rem;
}

    .menu-ReportChild .nav .item-children .dropdown-menu {
        padding-top: 0;
        padding-bottom: 7px;
        border: 0px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }

    .menu-ReportChild .nav .item-children:last-child .dropdown-menu {
        border-bottom: 0px solid #e5e5e5;
        margin-bottom: 0;
    }

    .menu-ReportChild .nav .sub-menu .access-title {
        padding-left: 1.25rem;
    }

.max-height.ReportDetailChild {
    max-height: calc(100vh - 307px);
}
/*nav-payment*/
.nav-payment .nav-pills .nav-link.active, .nav-payment .nav-pills .show > .nav-link {
    color: #474748;
    background-color: #ffffd3;
    border: 2px solid #ff9900;
}

.nav-payment .nav-pills .nav-link {
    border: 2px solid #ddd;
    padding: 1rem;
    border-radius: 7px;
}
/*collapse-style-1*/
.collapse-style-1 .card {
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 20%);
    box-shadow: 0 0 0px rgb(0 0 0 / 20%);
}

.collapse-style-1 .card-header {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0px;
}

.collapse-style-1 .tabs-click {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5rem 0.75rem;
    border: 0px;
    background-color: #f7f7f7;
    width: 100%;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-weight: 500;
    position: relative;
}

    .collapse-style-1 .tabs-click.collapsed {
        /* background: #fff;*/
    }

    .collapse-style-1 .tabs-click:before {
        content: "";
        position: absolute;
        top: 19px;
        right: 12px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 1px;
        border-color: #607d8b #607d8b transparent transparent;
        -webkit-transform: rotate( -45deg );
        transform: rotate( -45deg );
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

    .collapse-style-1 .tabs-click.collapsed:before {
        content: "";
        position: absolute;
        top: 19px;
        right: 12px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent transparent #607d8b #607d8b;
        -webkit-transform: rotate( -45deg );
        transform: rotate( -45deg );
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
    }

.choise-contest {
    position: relative;
}

    .choise-contest #divRandom {
        position: absolute;
        right: 0;
        top: 0;
    }

.block-welcome img {
    max-height: 150px;
}

.block-welcome h3 {
    line-height: 2;
}

.block-welcome .txt-sumary {
    line-height: 2;
    margin-bottom: 4rem;
}

.logos-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

    .logos-inline:hover .logo-image {
        margin: 12px;
        box-shadow: 0 3px 5px rgb(36 50 66 / 20%);
    }

        .logos-inline:hover .logo-image:hover {
            box-shadow: 0 11px 12px 0 rgb(36 50 66 / 20%);
        }

    .logos-inline .logo-image {
        border-radius: 12px;
        background: #fff;
        width: 60px;
        margin: 12px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 5px rgb(36 50 66 / 20%);
        transition: box-shadow .1s,margin .2s cubic-bezier(.4,0,.43,.88);
    }

        .logos-inline .logo-image img {
            max-width: 40px;
        }

.logo-image img {
    display: block;
    width: auto;
    /*max-height: 32px;*/
}

.cate-tabs.nav-tabs {
    -ms-flex-align: center;
    align-items: center;
}

    .cate-tabs.nav-tabs .nav-link {
        line-height: 25px;
    }

        .cate-tabs.nav-tabs .nav-link.active {
            font-weight: 700;
        }

.divselectday .btn-light:not(:disabled):not(.disabled).active, .divselectday .btn-light:not(:disabled):not(.disabled):active,
.divselectoneday .btn-light:not(:disabled):not(.disabled).active, .divselectoneday .btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}
/*START===============MailManager===============*/
#menu-email .nav-link {
    padding: .75rem 1rem;
    font-size: 15px;
}

    #menu-email .nav-link i {
        width: 20px;
        text-align: center;
    }

    #menu-email .nav-link:hover {
        background-color: rgba(0,0,0,.05);
    }

    #menu-email .nav-link.active, #menu-email .show > .nav-link {
        color: #fff;
        background-color: #6c757d;
    }

#tableEmail td {
    vertical-align: middle;
}

.menu-vertical .menu-item {
    display: block;
    padding: .5rem 1rem;
}

.icon-status {
    position: relative;
    padding-left: 30px;
}

    .icon-status::before {
        content: ' ';
        position: absolute;
        left: 5px;
        border-radius: 50%;
        top: 0px;
        display: block;
        width: 18px;
        height: 18px;
        background-color: #ddd;
    }

.status-complate.icon-status::before {
    background-color: #007bff;
}

.status-false.icon-status::before {
    background-color: #dc3545;
}

.status-error.icon-status::before {
    background-color: #ffc107;
}

.status-draft.icon-status::before {
    background-color: #6c757d;
}

.email-avatar {
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    object-fit: cover;
}

.favarite-email.active .fa-star-o:before, .favarite-email:hover .fa-star-o {
    cursor: pointer;
    color: #ff9900;
    content: "\f005";
}

.title-email .badge {
    font-weight: 600;
    margin-right: 5px;
}

.title-email .title {
    cursor: pointer;
    font-weight: 700;
}

    .title-email .title.read {
        font-weight: 400;
    }

.sumary-email {
    color: #98A4B8;
    font-size: 80%;
}

    .sumary-email p {
        color: #98A4B8;
        font-size: 80%;
        margin: 0px;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.5;
    }

.menu-top-email {
    margin-bottom: -35px;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* END ===============MailManager===============*/
/*START--------------grid-view-------------------*/
.grid-view > .block-main {
    border-radius: 7px;
    background-color: #fff;
    padding: 0.5em;
    margin-bottom: 15px;
}

.grid-view.slide > .block-main {
    margin-bottom: 0px;
}

.grid-view.border-style > .block-main {
    border: 2px solid #e5e5e5;
}

    .grid-view.border-style > .block-main:hover, .grid-view.border-style.active > .block-main {
        border: 2px solid #607d8b;
    }

.grid-view > .block-main .avatar {
    text-align: center;
    margin-bottom: .75rem;
    position: relative;
}

    .grid-view > .block-main .avatar .status {
        position: absolute;
        top: 0;
        right: 0;
    }

    .grid-view > .block-main .avatar img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        box-sizing: border-box;
        vertical-align: middle;
        object-fit: cover;
        margin-bottom: .5rem;
    }

.grid-view > .block-main .info > div {
    /* margin-bottom: .25rem;*/
}

.grid-view > .block-main .avatar .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-view > .block-main .avatar small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-view.shadow-style > .block-main {
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
}



.grid-view > .block-main .title {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .grid-view > .block-main .title .icon {
        width: 35px;
        min-width: 35px;
        color: #000;
        height: 35px;
        line-height: 37px;
        background-color: rgb(255 186 0 / 30%);
        border-radius: 50%;
        font-size: 1.2em;
        text-align: center;
        margin-right: 10px;
    }

        .grid-view > .block-main .title .icon.images {
            background-color: transparent;
        }

            .grid-view > .block-main .title .icon.images img {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                box-sizing: border-box;
                vertical-align: middle;
                object-fit: cover;
            }

    .grid-view > .block-main .title .text {
        width: calc(100% - 45px);
    }

.grid-view .title .text small {
    display: block;
    line-height: 1.2;
}

.grid-view .title .text .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
    font-size: 15px;
}

.grid-view.timetable.slide {
    width: 325px;
}

.grid-view.price-lesson.slide {
    width: 290px;
}

.grid-view.price-lesson > .block-main .title {
    margin-bottom: 0px;
}

.timetable .block-main .bodycontent {
    cursor: pointer;
}

.grid-view .title .text .name .stt {
    color: #ff9900;
    margin-right: 3px;
}

.schedule > .block-main .info > .studient {
    margin-bottom: 0rem;
    line-height: 25px;
}

.schedule .block-main .title .text {
    position: relative;
}

    .schedule .block-main .title .text .status {
        position: absolute;
        top: -6px;
        right: -6px;
    }

.schedule .block-main .info .day-ranger, .schedule .block-main .info .teacher {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.schedule .list-button {
    position: absolute;
}

.schedule .block-main .bodycontent {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.schedule .button-1 {
    bottom: 1.5rem;
    right: 0.75rem;
    z-index: 2;
}

.timetable .block-main .title .text {
    position: relative;
}

    .timetable .block-main .title .text .status {
        position: absolute;
        top: -6px;
        right: -6px;
    }

.timetable .list-button {
    margin-top: .5rem;
}

.timetable .block-row.info,
.price-lesson .block-row.info {
    min-height: 21px;
}

.price-lesson .divprice {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
}
/* END --------------grid-view-------------------*/
.page-tabs {
    background-color: #f1f2f7;
    padding-top: .25rem;
}

    .page-tabs .nav-pills .nav-link.active, .page-tabs .nav-pills .show > .nav-link {
        color: #212529;
        background-color: #fff;
        font-weight: 600;
    }

    .page-tabs .nav-pills .nav-link {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-right: 0.25rem;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        background-color: #91a0a7;
    }

.count-course-bkids .stat-widget-five .stat-icon {
    width: 60px;
}

.count-course-bkids .stat-widget-five .stat-content {
    margin-left: 60px
}

.progress-discount .progress .progress-bar {
    border-right: 1px solid #fff;
}

    .progress-discount .progress .progress-bar:last-child {
        border-right: 0px solid #fff;
    }

.bg-orange-1 {
    background-color: #ff7814;
}

.bg-orange-2 {
    background-color: #ff8124;
}

.bg-orange-3 {
    background-color: #ff8933;
}

.bg-orange-4 {
    background-color: #000;
}

.bg-orange-5 {
    background-color: #000;
}

.bg-orange-6 {
    background-color: #000;
}

.bg-orange-7 {
    background-color: #000;
}

.bg-orange-8 {
    background-color: #ff8933;
}

.bg-orange-9 {
    background-color: #ff8124;
}

.bg-orange-10 {
    background-color: #ff7814;
}

.widget-style-1.stat-widget-four .stat-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-style-1.stat-widget-four .stat-icon {
    top: 10px;
}
/*block-choise-payment*/
.block-choise-payment {
    height: 100%;
    margin-bottom: 1rem;
}

    .block-choise-payment .block-main {
        height: 100%;
        background-color: #fff;
        padding: 15px;
        border: 2px solid #f1f2f7;
        border-radius: 7px;
        cursor: pointer;
    }

    .block-choise-payment.active .block-main {
        border: 2px solid #ffee8b;
        /*border: 2px solid #f1f2f7;*/
        background-color: #ffffd3;
        /*color: #fff;*/
    }

.qrcode-product {
    position: absolute;
    /* padding: 0.5rem; */
    text-align: center;
    /* border-bottom-left-radius: 1rem; */
    /* background-color: rgba(255,216,98,.3); */
    /* color: #fdb528; */
    left: 10px;
    top: 5px;
    font-size: 1.25rem;
    max-width: 45px;
}

.height-fit-content {
    height: fit-content;
}

.detail-delete-area {
    background-color: blue;
    text-align: center;
    color: wheat;
    font-weight: 800;
    border-radius: 5px;
}

.img-BaiRenLuyen-ListChoise .img-BaiRenLuyen-ListChoise_header .sound-image {
    width: 35px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    /*position: absolute;*/
    left: 50px;
    top: 0;
    line-height: 31px;
    color: #007bff;
    font-size: 1.2rem;
}

.img-BaiRenLuyen-ListChoise .img-BaiRenLuyen-ListChoise_header .name-audio {
    /*padding-left: 85px;*/
    /*padding-right: 35px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 31px;
    margin-bottom: 0.5rem;
}

.block-grid-view.block-product .bodycontent {
    cursor: pointer;
}

.view-question .block-answer .block-main .question-ansew-sound {
    border: 0px;
    background-color: transparent;
    width: 50px;
    position: absolute;
    top: 0px;
    right: -3px;
    cursor: pointer;
    z-index: 999999999;
}
/*START ----------------------------Thang code css*/
/* END  ----------------------------Thang code css*/
.z-index-9999 {
    z-index: 999999999;
}

.btn-link-cuoc-thi {
    background: antiquewhite;
}

    .btn-link-cuoc-thi:hover {
        background: #ffb501;
        color: white;
    }

.autocomplete {
    position: relative;
    display: inline-block;
}

/*    .autocomplete input {
        border: 1px solid transparent;
        background-color: #f1f1f1;
        padding: 10px;
        font-size: 16px;
    }

        .autocomplete input[type=text] {
            background-color: #f1f1f1;
            width: 100%;
        }*/


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    height: auto;
    overflow: auto;
    max-height: 350px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
