﻿/*class details css*/
.heading-title {
    padding: 30px 0;
    background-size: cover;
    height: 250px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #000;
    text-align: center;
}

    .heading-title .overlay {
        background-color: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-opacity: 0.6;
        -khtml-opacity: 0.6;
        -moz-opacity: 0.6;
        -ms-opacity: 0.6;
        -o-opacity: 0.6;
        opacity: 0.6;
    }

    .heading-title .heading-content {
        z-index: 3;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 60px 0;
    }

    .heading-title h1 {
        margin: 0;
        color: #FFF;
        font-size: 52px;
    }

    .heading-title #pathway, .heading-title #pathway a {
        color: #DDD;
    }

#pathway {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 10px 0 0;
    font-size: 16px;
    color: #888;
    text-transform: none;
}

.tool-tab {
    margin-bottom: 30px;
    box-shadow: 5px 5px 5px #ccc;
}

.tab-content {
    padding: 2em 1em 3em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff !important;
}

.widget-text {
    cursor: pointer;
}

.exe-count {
    font-size: 18px;
    margin-top: -4px;
}

.range {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    margin-left: 40px;
}

    .range .bar {
        width: 50%;
        height: 10px;
        background: #f1f1f1;
        margin-right: 10px;
    }

.bar_progress {
    background: #9e9e9e;
    height: 100%;
    width: var(--width);
    animation: transwidth linear 1s;
}

    .bar_progress[data-complete="complete"] {
        background: #03a84e;
    }

@keyframes transwidth {
    from {
        width: 0%;
    }

    to {
        width: var(--width);
    }
}
/*class detail css*/

/*index css*/
.bottom-search-form {
    position: relative;
}

#Particles {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.bottom-search-form {
    background-color: #000;
}

div.category-box {
    padding-top: 10px;
    cursor: pointer;
}
/*index css*/

/*List_OnlineLearning css*/
.top-candidate-wrap {
    margin-bottom: unset;
}

.top-candidate-box-extra p {
    min-height: 44.8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-grey {
    height: 5px;
    margin: 15px auto 35px auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
}

#seemore {
    display: flex;
    flex-wrap: wrap;
}

.faded {
    animation: fadeins linear .5s;
}

@keyframes fadeins {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

.table, .table th {
    text-align: center;
}

.btn-detail {
    color: #11b768;
    font-size: 18px;
}

/*List_OnlineLearning css*/

/*table*/
.table-responsive tr td span {
    cursor: pointer;
    text-align: center;
}

.table, .table th {
    text-align: center;
}

.publish a {
    color: #11b768;
}

.btn-detail {
    color: #11b768;
    font-size: 18px;
}

.publish i:hover {
    color: #8cec0b;
}
/*table*/

nav.navbar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    top: 0;
}

.logo {
    padding: 0;
    display: block;
}

    .logo img {
        /*width: 110px;*/
        width: 65px;
        padding: 10px;
    }

#video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    #video video {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width:960px) {
    #video {
        height: 500px;
    }
}

.category-box:hover {
    background-color: #5dc2d378;
}

.closevideo {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
    display: none;
    z-index: 123;
}

.nameNV:hover {
    color: #fff;
}

.logo-footer {
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}

#top {
    color: #fff;
    z-index: 100;
}

img.img-footer {
    padding: 8px 8px 0;
    max-width: 150px;
}

.backgroundBanner {
    background-image: url('../img/banner/banner3.jpg');
}

.wrapper_render_body {
    /*background: rgba(248,248,248,1);*/
    /*background-color: #f9f9f9;*/
    /*background-color: #41ea490a;*/
    background: #f4f7f7;
}

.apply-job-box {
    padding-top: unset;
}

    .apply-job-box img {
        max-width: 70px;
        margin-bottom: 10px;
    }

#login-modal form .form-group label {
    font-size: 16px;
}

    #login-modal form .form-group label i {
        margin-right: 5px;
        position: relative;
        top: -1px;
    }

.pagination {
    padding: 0 15px;
}

@media (max-width: 992px) {
    .text-md-center {
        text-align: center;
    }

    .app_lst {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .app_lst > a {
            width: 50%;
            padding: 10px;
        }

    .other-store-app {
        width: unset;
        height: unset;
    }

    .os-app-caps {
        font-size: 13px;
    }

    .footer-widget {
        padding: 20px 0 0;
    }

    .footer-bottom .text-right {
        text-align: center;
    }

    ul.footer-bottom-social {
        margin-top: 10px;
    }

        ul.footer-bottom-social li:last-child {
            margin-right: 0;
        }

    .logo {
        margin-left: 25px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        font-size: 30px;
    }

    .logo img {
        width: 83px;
    }

    img.img-footer {
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .backgroundBanner {
        background-attachment: unset;
    }
}

footer.skin-dark-footer h4 {
    color: #06b5ad;
}

.list-unstyled li i {
    margin-right: 5px;
}

.footer-widget ul li {
    margin-top: 7px;
}

.other-store-link {
    margin-bottom: 10px;
}

.text-danger {
    color: #ff5a57;
}
/*button chat zalo css*/
.zalo-chat-widget {
    bottom: 82px !important;
    left: 20px !important;
}

    .zalo-chat-widget iframe {
        right: 0 !important;
    }

/*header css menu account*/
.nav > li > a.account-name {
    position: relative;
    display: block;
}

.nav.user-login > .account-name .account_action {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    list-style: none;
    display: none;
    -webkit-animation: fadeins linear .2s;
    animation: fadeins linear .2s;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 2px 2px 5px;
    -webkit-animation: fadeins linear .3s;
    animation: fadeins linear .3s;
    z-index: 1;
}

    .nav.user-login > .account-name .account_action::before {
        position: absolute;
        content: "";
        border-width: 11px 12px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        right: 6px;
        top: -22px;
        z-index: -1;
    }

.nav.user-login > .account-name:hover .account_action {
    display: block;
}

.account_action > li a {
    padding: 7px 10px;
    display: block;
}

    .account_action > li a:hover {
        background: #eee;
        border-radius: 5px;
    }

.account_action > li:last-child a {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes fadeins {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeins {
    from {
        opacity: .5;
    }

    to {
        opacity: 1;
    }
}

@media (max-width:992px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        overflow: hidden !important;
    }
}

table {
    empty-cells: hide;
}

.dashboard-caption-header h4 i {
    top: 0;
}

.dashboard-caption-header h4 {
    line-height: 1.5;
}

.full-search-2.hero-search-radius {
    padding: unset;
    border-radius: 6px;
    box-shadow: 0 5px 25px 5px rgb(41 128 185 / 15%);
    -webkit-box-shadow: 0 5px 25px 5px rgb(41 128 185 / 15%);
}

.italian-search.hero-search-radius .input-with-icon .form-control {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.italian-search.hero-search-radius .btn.search-btn {
    border-radius: 6px;
    padding: 0;
    height: 36px;
    width: 137px;
    margin: 0 auto;
    font-size: 13px;
    border: 0;
    outline: none;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}

body nav.navbar.bootsnav ul.nav > li > a.signin:hover {
    /*background-image: -webkit-linear-gradient( 0deg, #93d236 100%, #01b3ac 0%) !important;*/
    background-image: -webkit-linear-gradient( 0deg, #ffb923 100%, #01b3ac 0%) !important;
}

.btn {
    border-radius: 6px !important;
}

    .italian-search.hero-search-radius .btn.search-btn:hover,
    .btn:hover {
        background-image: -webkit-linear-gradient( 0deg, #93d236 0%, #01b3ac 100%) !important;
        color: #fff;
    }

a.btn.advance-search {
    border: 0;
}

.btn.btn-primary {
    border-radius: 10px;
    border: 0;
}

    .btn.btn-primary:hover, .btn.btn-primary:focus {
        border: 0;
        outline: none;
    }

.small-padd {
    padding: 0 15px;
}

.dp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.signin {
    border-radius: 6px;
}

@media only screen and (min-width: 768px) {
    body nav.navbar.bootsnav ul.nav > li > a.signin {
        border-radius: 6px;
    }
}

@media (max-width:992px) {
    .italian-search.hero-search-radius .btn.search-btn {
        margin: 10px auto;
    }
}

.line-grey {
    height: 5px;
    margin: 25px auto 35px auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 50%;
}

.onlineroom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-candidate-wrap {
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    -webkit-box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    border-radius: 10px;
}

    .top-candidate-wrap:hover, .top-candidate-wrap:focus {
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        cursor: pointer;
        -webkit-box-shadow: 5px 5px 15px #dc2f02;
        box-shadow: 5px 5px 15px #dc2f02;
    }

@media (max-width:480px) {
    .onlineroom > div {
        min-width: 100%;
    }
}

.top-candidate-box-detail h4 {
    line-height: 1.15;
    min-height: 44.8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-candidate-box-detail .desination, .top-candidate-box-detail .location {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.style-2 .top-candidate-box-extra ul li {
    white-space: nowrap;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 33px;
    line-height: 1;
    opacity: .75;
    color: #03a84e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -47px;
}

.dashboard-caption {
    -webkit-box-shadow: 0 5px 25px 5px rgb(41 128 185 / 15%);
    box-shadow: 0 5px 25px 5px rgb(41 128 185 / 15%);
    border-radius: 6px;
}

.dp-flex {
    margin-bottom: 25px;
}

.top-candidate-box-extra ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    position: relative;
    cursor: default;
}

    .top-candidate-box-extra ul::-webkit-scrollbar {
        display: none;
    }

.slick-list {
    padding: 15px 0 0;
}

.d-flex-jus-sp {
    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;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

label {
    font-size: 16px;
}

.cls-seclectdocu .form-control {
    border: 0;
}

.tab .nav-tabs li a {
    border-radius: 6px;
    color: #272f46;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

    .tab .nav-tabs li a:hover {
        background-color: #5dc2d378;
        color: #272f46;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .tab .nav-tabs li a i {
        vertical-align: middle;
        position: relative;
        top: -2px;
        color: #ab0fec;
    }

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
    background-color: #5dc2d378;
    color: #272f46 !important;
    font-weight: 600;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
}

.tab .nav-tabs {
    padding: 5px 5px 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

    .tab .nav-tabs li {
        margin-bottom: 5px;
    }

.tool-tab {
    -webkit-box-shadow: 0 5px 25px 5px rgb(41 128 185 / 35%);
    box-shadow: 0 5px 25px 5px rgb(41 128 185 / 35%);
    border-radius: 15px;
}

.tab .tab-content {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.line {
    height: 2px;
    background: rgba(0,0,0,.1);
    width: 100%;
    margin: 20px 0;
}

h3 {
    font-size: 18px;
    color: #030303;
}

.tab-content h3 {
    margin-bottom: 0;
}

@media (max-width:480px) {
    .tab .tab-content {
        padding: 10px;
    }

    .tab .nav-tabs li {
        margin-bottom: 10px;
    }
}

article.advance-search-job {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.document_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .document_action span {
        margin-left: auto;
        cursor: pointer;
    }

.right-sidebar h2.side-widget-title a {
    padding: 15px;
}

.side-widget {
    border-radius: 10px;
}

.right-sidebar h2.side-widget-title:hover,
.right-sidebar h2.side-widget-title.active {
    background: #5dc2d378;
}

    .right-sidebar h2.side-widget-title:hover a,
    .right-sidebar h2.side-widget-title.active a {
        color: #272f46;
    }

.progress_ht {
    list-style: none;
    padding: 0;
    counter-reset: step;
}

    .progress_ht li {
        margin-bottom: 15px;
        position: relative;
    }

        .progress_ht li.active {
            color: forestgreen;
        }

            .progress_ht li.active:before {
                border-color: forestgreen;
            }

        .progress_ht li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ddd;
            border-radius: 100%;
            display: block;
            text-align: center;
            margin: 0 10px 10px auto;
            background-color: #fff;
            float: left;
        }

        .progress_ht li::after {
            content: "";
            position: absolute;
            width: 3px;
            height: 75%;
            background-color: #ddd;
            top: 30px;
            left: 14px;
            z-index: 10;
            text-align: right;
        }

        .progress_ht li:last-child:after {
            display: none;
        }

.right-sidebar h2.side-widget-title a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.side-widget-title a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.classdetail_tab li a img {
    width: 20px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-right: 10px;
    margin-top: -5px;
}

.input-with-icon img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
    width: 30px;
}

input:not(.select2-search__field):focus {
    -webkit-box-shadow: 0px 0px 11px 5px #d1d1f0 !important;
    box-shadow: 0px 0px 11px 5px #d1d1f0 !important;
}

.modal .form-control,
.select2-selection__rendered,
.custom-file-label,
input {
    border-radius: 5px !important;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.user-nologin li:first-child img {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}

.select2-dropdown {
    border: 1px solid #70d0f4 !important;
    border-radius: 5px !important;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 11px 3px #d1d1f0;
    box-shadow: 0px 0px 11px 3px #d1d1f0;
}

.instructor-skills {
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.instructor-title a {
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-heading {
    margin-bottom: 0;
}

.job-instructor-layout {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}

    .job-instructor-layout:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 5px 5px 15px #dc2f02;
        box-shadow: 5px 5px 15px #dc2f02;
    }

.mrg-top-50 {
    margin-top: 50px;
}

.slick-track {
    float: left;
}

.slick-list.draggable {
    margin-bottom: 15px;
}

.sidebar.right-sidebar ul li {
    font-size: 15px;
    color: #667488;
}

.tab-pane p,
.progress_ht li {
    color: #667488;
}

.tab-pane p,
.progress_ht li {
    font-size: 15px
}

.d-flex-jus-sp img {
    width: 20px;
    margin: -4px 0 0;
    display: inline-block;
}

.advance-search-img-box {
    width: 70px;
    height: 70px;
}

.tab-pane .advance-search-img-box img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,.1);
    padding: 3px;
}

@media (max-width:480px) {
    .d-flex-jus-sp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .d-flex-jus-sp h3 {
            margin-bottom: 15px;
        }
}

/*vertical tab css*/
.card {
    border: 1px solid rgb(41 128 185 / 15%);
    border-radius: 10px;
}

.card_title {
    padding: 10px;
    line-height: 1.25;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.card_body {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .card_body li {
        padding: 10px;
        position: relative;
    }

        .card_body li a:first-child {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-height: 1.5;
            cursor: pointer;
            color: #667488;
            font-size: 15px;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            overflow: hidden;
            padding: 0 7px 0 0;
        }

        .card_body li:hover {
            background: #d5d5d5;
        }

            .card_body li:hover a {
                color: #272f46;
            }

        .card_body li.active {
            background-color: #f90;
        }

            .card_body li.active a {
                color: #fff;
            }

        .card_body li span {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }

.wrapBG_BG {
    border: 1px solid rgb(41 128 185 / 15%);
    border-radius: 10px;
}

img.img_upload_lec {
    width: 20px;
    margin: -4px 0 0;
    display: inline-block;
}

.wrapBG_BG ul {
    margin-top: 10px;
    padding: 0 10px;
    list-style: none;
}

    .wrapBG_BG ul li {
        font-size: 15px;
        color: #667488;
        padding: 5px;
        border: 1px solid transparent;
        border-radius: 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative;
    }

        .wrapBG_BG ul li:hover {
            color: #272f46;
        }

.bg-dot {
    margin-left: 10px;
    border-radius: 50%;
    padding: 5px 1px;
}

    .bg-dot:hover {
        background: #e3e3e3;
    }

.bg-action {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 8px 0;
    border-radius: 5px;
    min-width: 100px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 3px #eaeaea;
    box-shadow: 0px 0px 3px #eaeaea;
    display: none;
    z-index: 4;
}

    .bg-action.active {
        display: block;
    }

    .bg-action a {
        padding: 0 5px;
        white-space: nowrap;
        display: block;
    }

        .bg-action a:hover {
            background: #e6e3e3;
        }

.wrapBG_BG ul li a i {
    font-size: 18px;
    padding: 5px;
    color: #11b719;
    font-weight: 400;
}

.mrg-top-mobile-10 {
    margin-top: 0;
}

@media (max-width:480px) {
    .mrg-top-mobile-10 {
        margin-top: 10px;
    }

    a.btn.advance-search {
        width: 100%;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: red;
    z-index: 3;
    display: none;
}

.modal-open .modal::-webkit-scrollbar {
    display: none;
}

.review-detail h4 {
    line-height: 1.35;
}

.file-list > div {
    margin: 0 0 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

    .file-list > div:hover {
        background: #e8e8e8;
    }

.review-detail p {
    max-height: 200px;
    overflow-y: auto;
}

.file-list .review-detail p {
    max-height: unset;
    overflow-y: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-detail h4,
.advance-search-caption h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.d-block {
    display: block;
}

.advance-search-caption {
    margin-left: 95px;
}

article.advance-search-job {
    border-radius: 10px;
}

    article.advance-search-job:hover {
        background: #eeeeee;
    }

.user-login {
    position: relative;
}

.nav.user-login > .account_notify {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -71px;
}

    .nav.user-login > .account_notify i {
        font-size: 17px;
        cursor: pointer;
        padding: 5px;
    }

    .nav.user-login > .account_notify .account_notify-count {
        position: absolute;
        width: 26px;
        top: 0;
        right: 13px;
        height: 17px;
        background: red;
        border-radius: 41%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width:768px) {
    .nav.user-login > .account_notify {
        top: 8px;
        right: 0;
        left: unset;
    }

        .nav.user-login > .account_notify .account_notify-count {
            right: -8px;
        }
}

.nav.user-login > .account_notify .account_notify-list {
    position: absolute;
    top: 110%;
    width: 40rem;
    right: 0;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    display: none;
    -webkit-animation: fadeins linear .1s;
    animation: fadeins linear .1s;
    box-shadow: 2px 2px 5px;
    z-index: 1;
    padding: 20px;
}

    .nav.user-login > .account_notify .account_notify-list:before {
        position: absolute;
        content: "";
        border-width: 11px 12px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
        right: 25px;
        top: -18px;
        z-index: -1;
    }

.notify_header {
    font-size: 18px;
    color: #050505;
    font-weight: 700;
    margin: 15px 10px -5px 10px;
    display: flex;
    justify-content: space-between;
}

.account_notify-list ul {
    list-style-type: none;
    padding-left: 0;
    max-height: 250px;
    overflow-y: auto;
}

    .account_notify-list ul::-webkit-scrollbar {
        display: none;
    }

    .account_notify-list ul li {
        padding: 5px 10px;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .account_notify-list ul li:hover {
            background: #eee;
        }

        .category-box .category-desc .category-detail p,
        .account_notify-list ul li a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.5;
        }

        .account_notify-list ul li span {
            color: #2d88ff;
        }

.fas.fa-file-chart-line {
    color: #36db00;
}

.report-list-OnlineStudyTime {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

    .report-list-OnlineStudyTime li {
        margin-right: 50px;
    }

.colorblack {
    color: #272f46;
}

.colored {
    color: #ee2626;
}

.container-fluid .nav.nav-tabs li.active a {
    color: #11b719 !important;
}

.notification {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 55px;
    margin-bottom: -5px;
}

img {
    max-width: 100%;
}

#myDatatable_wrapper img {
    max-width: unset;
}
/*list online elearning các khoá học của môn*/
.job-instructor-content {
    display: flex;
    flex-wrap: wrap;
}

    .job-instructor-content h4 {
        order: 2;
    }

        .job-instructor-content h4 a {
            margin-top: 10px;
        }

    .job-instructor-content .instructor-skills {
        order: 1;
    }

.instructor-skills img {
    width: 100% !important;
}

.border-radius .category-box .category-desc img {
    border-radius: 50%;
    transition: all linear .5s;
}

.border-radius .category-box:hover .category-desc img {
    max-width: 125px;
}

.border-radius .category-detail h4 a {
    color: #11b719;
    font-size: 17px;
}

    .border-radius .category-detail h4 a:last-child {
        display: inline-block;
        margin-top: 10px;
        color: #667488;
        font-size: 16px;
    }

.list-study-program .btn-add {
    cursor: pointer;
    color: #11b719;
    float: right;
}

.float-right {
    float: right;
}

.bottom-search-form {
    background-color: #f6f6f6;
    padding: 5em 0 2em;
}
/*header fixed*/
nav.navbar.bootsnav.navbar-fixed,
footer.skin-dark-footer {
    /*background-color:#151515 !important;*/
}
/*swiper css*/
.swiper-container img {
    width: 100vw;
}

.banner-img_mobile {
    display: none;
}

@media (max-width:480px) {
    .banner-img_mobile {
        display: block;
    }

    .banner-img_pc {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    nav.navbar.bootsnav.navbar-light.no-background.white .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-light.white .attr-nav > ul > li > a, nav.navbar.bootsnav.navbar-light.white ul.nav > li > a, nav.navbar.bootsnav.navbar-light.no-background.white ul.nav > li > a {
        color: #fff;
    }
}

.inner-header-title {
    border-bottom: 0;
}

@media only screen and (min-width: 768px) {
    body nav.navbar.bootsnav ul.nav > li > a.signin {
        /*background-image: -webkit-linear-gradient( 0deg, #93d236 0%, #01b3ac 100%) !important;*/
        background-image: -webkit-linear-gradient( 0deg, #ff0000cc 0%, #b49606 100%) !important
    }
}

.btn-savepreview, .btn-savepreview:hover, .btn-savepreview:focus,
.italian-search.hero-search-radius .btn.search-btn,
button.btn.btn-alrt {
    background-image: -webkit-linear-gradient( 0deg, #93d236 0%, #01b3ac 100%) !important;
    padding: 8px 30px;
}

    button.btn.btn-alrt:active {
        outline: 0;
    }

button.btn.btn-alrt {
    border: 0;
    outline: none;
}

.dashboard-body {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px 5px rgb(41 128 185 / 15%);
    border-radius: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

#tableClass {
    margin-top: 10px;
}

.border-0 {
    border: 0;
}

button.btn.btn-alrt {
    border: 0;
    outline: none;
}

.dashboard-body {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px 5px rgb(41 128 185 / 15%);
    border-radius: 15px;
}

.a-animation {
    transition: transform 250ms;
}

    .a-animation:hover {
        transform: translateY(-10px);
    }

.li-custom {
    margin-left: 40px !important;
    border: none;
}

.ti-folder {
    color: #03a84e;
}

#dashboard-menu ul li {
    position: relative;
}

    #dashboard-menu ul li:before {
        content: "";
        top: 0;
        bottom: 0;
        width: 3px;
        position: absolute;
        background: #d3d5d7;
        left: -15px;
        /*display: none;*/
    }

    #dashboard-menu ul li.active:before {
        display: block;
    }

    #dashboard-menu ul li::after {
        content: "";
        top: 50%;
        width: 25px;
        transform: translateY(-50%);
        height: 25px;
        position: absolute;
        border-bottom: 3px solid #ccc;
        border-bottom-left-radius: 10px;
        left: -15px;
        display: none;
    }

    #dashboard-menu ul li.active::after {
        display: block;
    }

    #dashboard-menu ul li.active {
        border-right: 0;
        background: unset;
    }

        #dashboard-menu ul li.active a {
            background-image: -webkit-linear-gradient( 0deg, #93d236 0%, #01b3ac 100%);
            color: #fff;
            border-radius: 10px;
            position: relative;
            z-index: 3;
        }

/*class exercise*/
.review-list {
    position: relative;
}

.faded {
    animation: fadeins linear .5s;
}

@keyframes fadeins {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}

.action-ac button[type="submit"] {
    width: 100%;
}

.action-ac {
    display: none;
}

/*toppic index css*/
.w-fit-content {
    width: -moz-fit-content;
    width: fit-content;
}

#toppic .container-detail-box {
    margin-bottom: 20px;
    padding: 15px;
    overflow: unset;
    border-radius: 10px;
}

#toppic .review-list {
    padding: 15px;
}

#toppic .button-onpenmodal {
    background-color: #f0f2f5;
    border-radius: 15px;
    min-height: 40px;
    border: 0;
    padding: 0 10px;
    color: #65676b;
    font-size: 17px;
}

.toppic_action {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

    .toppic_action select {
        border: 0;
        cursor: pointer;
        font-size: 16px;
    }

        .toppic_action select option {
            font-size: 16px;
            line-height: 1.5;
            cursor: pointer;
        }

#toppic .modal .modal-header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

#toppic .modal-content {
    padding: 0;
}

#toppic .modal .modal-header .modal-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

#toppic .modal .modal-header .close {
    background: #e4e6eb;
    color: rgb(28, 30, 33);
    font-size: 26px;
}

    #toppic .modal .modal-header .close span {
        position: relative;
        top: -1px;
    }

    #toppic .modal .modal-header .close:hover {
        background: #c8c9cb;
        color: rgb(28, 30, 33)
    }

#toppic .modal .modal-body textarea {
    width: 100%;
    font-size: 18px;
    border: 0;
}

    #toppic .modal .modal-body textarea::placeholder {
        color: #979797;
    }

#toppic .modal-footer button {
    width: 100%;
    border: 0;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    font-weight: 600;
    background: #1877f2;
    color: #fff;
}

    #toppic .modal-footer button:hover {
        background: #2a5183;
    }

/*#toppic .review-list:hover {
    background: #e8e8e8;
    cursor: pointer;
}*/

#toppic .review-list {
    margin-bottom: 10px;
    border-radius: 10px;
    /*border: 1px solid #e8e8e8;*/
    position: relative;
}

.review-list_dots {
    content: "";
    position: absolute;
    left: 100%;
    color: red;
    top: 0;
    font-size: 18px;
    padding: 0 6px;
    border-radius: 8px;
}

    .review-list_dots:hover {
        background-color: #e8e8e8;
    }

.review-list_action {
    position: absolute;
    right: 0;
    top: -1px;
    padding: 0;
    border-radius: 5px;
    min-width: 100px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 3px #eaeaea;
    box-shadow: 0px 0px 3px #eaeaea;
    display: none;
}

    .review-list_action a {
        padding: 5px;
        white-space: nowrap;
        display: block;
        transition: all linear .2s;
        font-size: 15px;
    }

        .review-list_action a:hover {
            color: red;
        }

#toppic .review-list .reaction {
    padding: 0 15px;
    margin-bottom: 5px;
}

    #toppic .review-list .reaction span {
        color: #65676b;
        font-weight: 600;
    }

#toppic .mypost .review-list .reaction span:first-child i {
    color: #3535ff;
}

#toppic .review-list .reaction span:last-child i {
    margin-left: 20px;
}

#toppic .review-list .review-detail p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

#toppic .mypost .review-list .review-detail p {
    margin: 0;
    min-height: 44.8px;
}

.mypost .review-list .review-detail p {
    min-height: unset;
}

#toppic .review-list .re-designation {
    position: relative;
    top: -5px;
}

#toppic .alltopic .reaction span:first-child.like i {
    color: blue;
}

#toppic .alltopic .reaction span:first-child:hover i {
    color: blue;
}

#toppic .mypost .review-list .reaction {
    margin-top: 10px;
}

#toppic .alltopic .review-list {
    margin: 0 0 15px 0;
}

.border-radius-10 {
    border-radius: 10px;
}

#navbar-menu .dropdown a {
    display: block;
    padding: 0;
}

    #navbar-menu .dropdown a img {
        width: 30px;
    }

.margin-0 {
    margin: 0 !important;
}

.Discuss img {
    max-width: 100%;
    margin: 0;
}

.Discuss .review-list .review-detail p {
    line-height: 23px;
}

.backgroundVideo {
    background-image: url('../img/elearning/e.png');
}

.dark .main-heading p {
    font-size: 36px;
    font-weight: 600;
}

.fa.fa-play {
    position: relative;
}

.fa-play:before {
    position: absolute;
    left: 33%;
}

.inner-header-title:before {
    background: rgba(53,67,78,0.7);
    opacity: 1;
}

.hover-bg-white:hover {
    background: #fff;
    border-radius: 11px;
}

.hover-bg-white a {
    padding: 4px 12px !important;
}

.tooltip-inner {
    white-space: nowrap;
    font-size: 16px;
    background: #fa9d10;
    max-width: unset;
}

.tooltip .tool-content {
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fa9d10;
}

/*kt mini css*/
.ktmini {
    position: relative;
}

.ktmini-btn-add {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.container-checkbox {
    margin-right: 15px;
    cursor: pointer;
}

.ktmini .cauhoi {
    font-size: 16px;
}

.ktmini h4 u {
    font-size: 18px;
}

.ktmini-result p {
    color: red;
    font-size: 16px;
}

.ktmini-result b {
    color: red;
    font-size: 18px;
    display: block;
}

    .ktmini-result b.color-black {
        color: #282828;
    }

    .ktmini-result b._success {
        color: green;
    }

.frm-cauhoi {
    position: relative;
}

    .frm-cauhoi:hover {
        background: rgba(0,0,0,.05)
    }

.frm-cauhoi_action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

    .frm-cauhoi_action a {
        margin: 0 10px;
    }

        .frm-cauhoi_action a img {
            width: 20px;
            margin: 0;
            max-width: unset;
        }

.modal-header {
    background-image: -webkit-linear-gradient( 0deg, #93d236 0%, #01b3ac 100%) !important;
}

.card_body li.active {
    background-image: -webkit-linear-gradient( 0deg, #01b3ac 0%, #93d236 100%) !important;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

    .card_body li.active a:last-child {
        background: #fff;
        border-radius: 5px;
        display: none;
        position: relative;
    }

.bg-dot-action {
    position: absolute;
    left: 105%;
    top: 0;
    padding: 8px 0;
    border-radius: 5px;
    min-width: 100px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 3px #eaeaea;
    box-shadow: 0px 0px 3px #eaeaea;
    z-index: 4;
}

.card_body li a img {
    width: 23px;
    margin: 0;
    max-width: unset;
    display: none;
}

.card_body li.active a:last-child,
.card_body li.active a:last-child img {
    display: block;
}

.bg-dot-action {
    display: none;
}

    .bg-dot-action > div {
        padding: 0 6px;
        color: #000;
    }

        .bg-dot-action > div:hover {
            background: #e6e3e3;
        }

.bg_cth_action {
    cursor: pointer;
}

/* tabpanel */

.tabcontent {
    padding: 80px 0;
    background-color: #00c89c;
    background-size: cover;
    background-image: url('../img/background_praticeJS.jpg');
}

    .tabcontent .container {
        position: relative;
        z-index: 1;
    }

.tabcontent__wrap {
    padding: 0 15px;
    text-align: center;
}

.tabcontent__title {
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #444;
    font-size: 36px;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 6.4rem;
}

/* tab frontend */

.tabcontent__descreption {
    font-size: 1.9rem;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    letter-spacing: -0.36px;
    display: inline-block;
    max-width: 95%;
    font-weight: 300;
    line-height: 3rem;
}

.tabcontent__list {
    padding: 10px 0 48px 0;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
}

.tabcontent__img {
    display: inline-block;
    padding: 0 5px;
}

.frontend-span {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 25px 0;
    margin: 15px;
    display: block;
    text-align: center;
}

.tabcontent__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.tabcontent__btn-wrap {
    margin: 0 10px;
    background-color: #161616;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all linear 0.2s;
}

.tabcontent__btn a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 2.15rem;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 8px 43px;
}

.tabcontent__btn-wrap::before {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: #fff;
    transform: translateY(100%);
    transition: all linear 0.2s;
}

.tabcontent__btn-wrap:hover::before {
    transform: translateY(0);
}

.tabcontent__btn-wrap:hover a {
    color: #161616;
}

/* tab frontend */

/* counters */

.counters__list-wrap {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 0 10px;
}

.counters__list {
    padding-left: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    justify-content: center;
    align-items: center;
}

.counters__link {
    margin-right: 25px;
    display: flex;
    padding: 0 5px;
    align-items: center;
    margin-bottom: 25px;
}

.counters__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    margin-right: 10px;
}

.counters__link:last-child {
    margin-right: 0;
}

.counters__img {
    margin-right: 13px;
}

.counters__item {
    margin: 0;
    color: #000;
    font-size: 1.6rem;
    font-weight: 300;
}

    .counters__item span {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
    }

        .counters__item span::after {
            content: "+";
            padding-left: 5px;
        }

/* counters */
.first-feature,
.course-open {
    background: #f4f7f7;
    position: relative;
}

.overlay-nologin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( 0deg, rgba(255,255,255,1) 45%, rgba(255,222,255,0.01) 100%);
    z-index: 1;
}

    .overlay-nologin b {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translateX(-50%);
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

@media (max-width:480px) {
    .dp-flex > div {
        width: 100%;
    }

    .italian-search.hero-search-radius .btn.search-btn {
        margin-bottom: 10px;
        width: 90%;
    }

    .counters__link {
        width: 100%;
    }

    .counters__img-wrap {
        margin-left: 68px;
    }

    .counters__item {
        margin-left: 40px;
        border: 1px solid rgba(0,0,0,.1);
        min-width: 162px;
    }

    .swiper-container img {
        object-fit: contain;
    }

    .overlay-nologin b {
        top: 69%;
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .menu-nologin {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
    }
}

.brows-job-category .brows-job-company-img a {
    display: block;
}

.client-testimonial .pic {
    border-bottom: 0;
}

.brows-job-company-img {
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
}

.client-testimonial .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    z-index: unset;
}

/*toast*/
#toast-container > div {
    opacity: 1;
}

.particles_wrap {
    position: relative;
}

.video-sec:before {
    background: rgba(53,67,78,0.8);
}

.u_select_none {
    user-select: none;
}
/*custom sweetalert*/
.swal2-popup {
    font-size: 16px !important;
}

.swal2-shown.swal2-height-auto {
    padding: 0 !important;
}

/*custom tin tức*/
.first-feature.bgcustom {
    background-image: url(https://mattboldt.com/demos/typed-js/img/header-bg.jpg);
    margin-bottom: 20px;
}

.listnews {
    display: flex;
    flex-wrap: wrap;
}

    .listnews .brows-job-list {
        min-height: 173px;
    }

    .listnews .brows-job-list {
        border-left: 4px solid transparent;
    }

        .listnews .brows-job-list:hover {
            box-shadow: 2px 2px 5px rgba(0,0,0,.5);
        }

    .listnews .jb-approved a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-right: 15px;
    }

    .listnews .brows-job-position .jb-approved:before {
        display: none;
    }

@media(max-width:992px) {
    .listnews .brows-job-link {
        text-align: center;
        margin-top: 10px;
    }
}

.listnews .njsb-location {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 15px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .item-click article {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .tabcontent__wrap {
        padding: 0;
    }
}

.list-news-relate .review-list {
    margin: 0 0 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

    .list-news-relate .review-list:hover {
        background: #e8e8e8;
    }
/*custom toast message*/
.toast-item-wrapper.fullscreen {
    font-size: 18px !important;
}

.toast-item-wrapper .toast-message {
    font-size: 15px !important;
}

.toast-close {
    font-size: 18px !important;
}

.item-click .brows-job-position {
    width: calc(100% - 75px);
}

@media (max-width:768px) {
    .item-click .brows-job-position {
        width: 100%;
    }
}

.ul-custom-topic {
    border: 1px;
    border-style: outset;
    padding-top: 30px;
    border-radius: 15px;
}

.text-noti {
    font-weight: 500;
    font-size: 16px;
    color: #198754;
    text-transform: capitalize;
}

#toppic .container-detail-box.title-box-topic {
    background-color: #f0f2f5;
    cursor: pointer;
    padding: 3px 15px;
}

    #toppic .container-detail-box.title-box-topic:hover {
        background-color: #e1e3e5;
    }

    #toppic .container-detail-box.title-box-topic a {
        color: #65676b;
    }

.inputReply {
    display: none;
    position: relative;
}

    .inputReply.active {
        display: block;
    }

.review-thumb {
    max-width: 60px;
}

.textarea-reply, .textarea-reply-comment {
    border-radius: 10px;
}


#toppic .review-list.border-0 {
    border: 0;
}

.title-topic {
    display: flex;
}

    .title-topic .review-detail {
        /*width: calc(100% - 60px);*/
        width: -moz-fit-content;
        width: fit-content;
        margin-left: 10px;
    }

.review-detail-top {
    padding: 10px;
    background: #f0f2f5;
    border-radius: 10px;
    margin-bottom: 3px;
}

.review-detail-bottom {
    display: flex;
    gap: 10px;
    top: -5px;
    position: relative;
}

.margin-0 {
    margin: 0;
}

.btn-reply-comment {
    color: #23527c;
}

.ml-70 {
    margin-left: 70px;
}

input[type=file].d-none {
    display: none;
}

/*custom modal*/
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.modal-header {
    background: #fff !important;
    border-bottom: 1px solid #e9ecef !important;
}

h4.modal-title.light {
    color: #000;
    text-align: left;
}

.theme-bg, .theme-bg:hover, .theme-bg:focus {
    background: #fff !important;
    border-bottom: 1px solid #e9ecef !important;
}

.modal-dialog .close:hover, .modal-dialog .close:focus {
    color: #000;
}

.no-padding {
    padding: 0;
}

.modal-dialog .btn-close {
    background: #6c757d;
    color: #fff;
}

.modal-dialog .btn-save {
    background: #007bff;
    color: #fff;
}

.modal-dialog .btn:hover, .modal-dialog .btn:hover {
    background: #007bff;
    filter: grayscale(70%);
    background-image: unset !important;
}
/*custom modal*/
.dachamdiem {
    display: block;
    text-align: right;
    padding: 3px;
}

.baitaphocviendanop .review-list {
    background: #f0f2f5;
    border-radius: 10px;
    padding: 3px;
}

.review-list-action {
    text-align: center;
}

.xemchitietdiem {
    cursor: pointer;
    color: #000;
}
