[v-cloak] > * { display:none }

/* .wrapper__body-detail::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
/* } */

/* Module */
.selection {
    display: flex;
}

.wrapper__body-selection {
}

.wrapper__body-selection-list, .wrapper__body-selection-list:hover, .wrapper__body-selection-list:focus,
.wrapper__body-selection-item {
    width: 100%;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #BBBFC9;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    color: #75818F;
}

.title {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
    color: #131633;
    opacity: 0.95;
    padding-top: 11px;
    padding-bottom: 8px;

}
.title h1 {
    font-size: 30px;
    font-family: 'Barlow Condensed';
    margin-bottom: 15px;
    font-weight: 600;
}
.title h2 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}
.wrapper__body-selection-list {
    margin-bottom: 14px;
}


/* Product */
.pr-item__img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 183px;
}
.wrapper__pr-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 65px;
    width: 100%;
}

.wrapper__pr-item {
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 0 !important;
    /* margin-bottom: 40px; */
    /* margin-left: 5px;
    margin-right: 5px; */
}

.pr-item__wrap {
    padding: 8px 11px;
}

.pr-item__detail {
    padding: 4px 8px;
}

.pr-item__title {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
    color: #131633;
    cursor: pointer;
}

.pr-item__acc {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}

.pr-item__info {
    display: flex;
    color: #0E689B;
    justify-content: space-between;
}

.pr-item__info p {
    margin-bottom: 0;
    color: #0E689B;
}

.pr-item__topic {
    color: #666666;
}

.pr-item__acc-icon {
    padding-right: 5px;
}

.btn--primary {
    background: #0E689B;
    border-radius: 4px;
    cursor: pointer;
}

.pr-item__btn {
    /* margin: 8px 11px; */
    padding: 6px;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
}

.pr-item__btn-link {
    color: #FFF;
}

.pr-item__btn-link:hover {
    text-decoration: none;
    color: #FFF;
}

/* Footer */
.footer{
    background: unset;
    padding-top: unset;
}
.footer__bg {
    background: url('/../theme/etep_v2/images/v2/footer.jpg') no-repeat;
    background-size: cover;
}
.footer__op {
    background-color: #0C3A67;
    opacity: 0.9;
}

.footer__heading {
    font-family: Open Sans;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    padding-top: 32px;
}

.text-light {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.text-light p{
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}

.footer-bt {
    background-color: #155592;
    padding: 7px 0;

}

.footer-text {
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    margin-right: 7px;
}

#loginModal .login-sso{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ced4da;
}
#loginModal .login-sso-link{
    display: block;
    border-bottom: none;
}
.top_bar_contact_list a{
    color: #FFF;
}
.header_content {
    height: 70px;
}

.header_content .logo_container a:hover{
    text-decoration: none;
}
.header_content .logo_container a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo_image{
    max-height: 40px;
}
.logo_text {
    font-size: 28px;
}
.header.scrolled .logo_image{
    max-height: 30px;
}
.header.scrolled .logo_container{
    margin-top: 6px;
}
.header.scrolled .header_content {
    height: 60px;
}
.home {
    width: 100%;
    height: 135px;
}
.home.homepage {
    width: 100%;
    height: 550px;
}
body.app-mobile .home{
    height: 40px;
    padding-top: 5px;
}
.breadcrumbs_container {
    padding-bottom: 0;
    padding-left: 0;
    bottom: 5px;
}
.breadcrumbs_container ul{
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
}
.breadcrumbs ul li:not(:last-child)::after {
    display: inline-block;
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 7px;
    margin-right: 4px;
    color: #384158;
}
.breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.courses_homepage .news_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.courses {
    padding-top: 33px;
    padding-bottom: 30px;
}
.course_image > img{
    width: 100%;
    min-height: 170px;
    max-height: 200px;
    object-fit: cover;
}
.course_price {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 12px;
    font-weight: normal;
}
.sidebar_feature .course_price {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 24px;
    font-weight: normal;
    display: none;
}
.course_title {
    font-size: 1.25rem;
}
.courses_homepage .course_title a {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 16px;
    word-break: break-word;
}
.courses_homepage .course_body {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    flex-grow: 1;
}
.courses_homepage .course {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.courses_homepage .course_col{
    margin-bottom: 30px;
}
.courses_homepage .course{
    margin-bottom: 0;
}
.course_footer{
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
    width: 100%;
}
.courses_homepage.user_courses .course_image > img {
    width: 100%;
    height: 168px;
    object-fit: cover;
}
.courses_homepage.user_courses .course_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    overflow: hidden;
    max-height: 185px;
}
.courses_index .course_body {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    flex-grow: 1;
}
.courses_index .course_col {
    padding-left: 15px;
    padding-right: 15px;
}
.courses_index .course {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.courses_index .course_col{
    margin-bottom: 30px;
}
.courses_index .course{
    margin-bottom: 0;
}
.courses_index .course_title a {
    font-size: 16px;
    word-break: break-word;
}
.user_courses{
    background: #F3F3F3;
    padding-top: 33px;
    padding-bottom: 30px;
}
.events {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 20px;
}
.news {
    width: 100%;
    padding-top: 63px;
    padding-bottom: 70px;
    background: #f9f9f9;
}
.main_nav li a {
    font-family: "RobotoCondensed", Arial;
    font-size: 14px;
    text-transform: uppercase;
}
.main_nav li a:hover, .main_nav li.active a {
    color: #131633;
    text-decoration: none;
}
.main_nav{
    margin-bottom: 0;
}
.top_bar_content {
    height: 30px !important;
}
body.mobile .top_bar_content {
    height: auto!important;
}
.login_button a {
    line-height: 30px;
}
.top_bar_contact_list{
    margin-bottom: 0;
}
.course_detail{
    padding-top: 27px;
    padding-bottom: 50px;
}
.course_detail .course_title {
    font-size: 22px;
}
.course_detail .course_info {
    margin-top: 20px;
}
.course_detail .sidebar {
    padding-top: 0;
}
.course_detail .feature_title i {
    top: 13px;
}
.course_detail .course_tool{
    text-align: center;
    margin-top: 20px;
}
.course_detail .course_image {
    text-align: center;
    margin-top: 30px;
}
.course_detail .course_image > img {
    object-fit: cover;
    max-width: 100%;
    width: 400px;
    height: auto;
}

.course_progress{
    padding-top: 27px;
    padding-bottom: 50px;
}
.bootbox .modal-header{
    display: block;
}
#userDropdownMenu .dropdown-menu{
    border-radius: 4px;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.3);
    border: none;
}
#userDropdownMenu .dropdown-menu .dropdown-item{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}
#userDropdownMenu .dropdown-divider {
    margin: 0.25rem 0;
}
#userDropdownMenu .dropdown-menu .fa{
    margin-right: 5px;
}
#userDropdownMenuBtn{
    padding-top: 2px;
    height: 30px;
    border-radius: 0;
    border: none;
}
.dropdown_item_hoclieu{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown_item_hoclieu .dropdown_item_title {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 14px;
    font-weight: 500;
    color: #384158;
    padding-left: 0;
}
.course .course_text {
    margin-top: 0;
    max-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 25px;
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_1::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_2::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_3::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_4::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_5::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_6::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_7::before {
    content: '\f04c';
}

.dropdown_item_hoclieu.active .item_hoclieu_title.item_hoclieu_title_8::before {
    content: '\f04c';
}

.section_title a{
    color: inherit;
}
.news_post_small:not(:last-child)
{
    padding-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child)
{
    padding-top: 14px;
}
.course_tabs_container .dropdown_item_title.item_hoclieu_title::before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'FontAwesome';
    content: none;
    font-size: 14px;
}

i.lesson{
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.lesson.lesson_presentation{
    background: url('/assets/global/img/icon/lesson_presentation.png') no-repeat;
    background-size: 100% auto;
    top: 0;
}
.lesson.scorm{
    background: url('/assets/global/img/icon/scorm.png') no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_video{
    background: url('/assets/global/img/icon/lesson_video.png') no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_video_embed{
    background: url('/assets/global/img/icon/lesson_video_embed.ico') no-repeat;
    background-size: 100% auto;
}

.lesson.lesson_free{
    background: url('/assets/global/img/icon/lesson_free.png') no-repeat;
    background-size: 100% auto;
}

.lesson.homework{
    background: url('/assets/global/img/icon/homework.png') no-repeat;
    background-size: 100% auto;
}

.lesson.quiz{
    background: url('/assets/global/img/icon/quiz.png') no-repeat;
    background-size: 100% auto;
}
.load_more a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.alert {
    border-radius: 3px;
    font-size: 14px;
    color: #131633;
}
.alert-info {
    color: #17a2b8;
    background-color: #f1fdff;
    border-color: #caf4fb;
}
.alert-cuocthi {
    color: #69141c;
    background-color: #fff0c3;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 0;
}
.alert .txt-cuocthi, .alert .txt-cuocthi span {
    font-size: 16px;
    font-weight: bold;
}
.alert h1:last-child,.alert h2:last-child,.alert h3:last-child,.alert h4:last-child,.alert h5:last-child,.alert h6:last-child{
    margin-bottom: 0;
}

@media only screen and (max-device-width: 1000px) {
    .newsletter_content .newsletter_subtitle{
        display: block;
    }
       .newsletter_content .newsletter_title {
        /*font-family: 'Roboto Slab', serif;*/
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .courses_homepage.user_courses .course_body {
        height: auto;
    }
    .logo_text {
        font-size: 1.5em;
    }
    .courses {
        padding-top: 23px;
        padding-bottom: 20px;
    }
    .events {
        padding-top: 23px;
        padding-bottom: 20px;
    }
    .user_courses{
        padding-top: 23px;
        padding-bottom: 20px;
    }
    .news{
        padding-top: 23px;
        padding-bottom: 20px;
    }
    .courses_homepage .course_body {
        height: auto;
    }
}

@media only screen and (max-device-width: 1200px) {
    .logo_text {
        font-size: 16px !important;
    }
}
@media only screen and (max-device-width: 415px){
    .course_detail .tabs > .tab{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        line-height: 1.5;
    }
    .course_detail .course_tool{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(242, 242, 242);
        padding: 5px;
        z-index: 100;
        box-shadow: 0 0 2px 0px rgba(0,0,0,0.4);
    }
}
@media only screen and (max-device-width: 767px) {
    .blog{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home{
        padding-top:75px;
        height: auto;
    }
    .home .breadcrumbs_container{
        position: static;
        padding-bottom: 5px;
    }
    .newsletter_content .newsletter_subtitle{
        display: none;
        font-size: 13px;
    }
    .newsletter_content .newsletter_title {
       /*font-family: 'Roboto Slab', serif;*/
       font-size: 13px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FFFFFF;
       margin-top: -15px;
    }
    .home.homepage {
        width: 100%;
        height: 250px;
    }
    .news_post_large_container {
        padding-right: 0;
    }
    .event_right {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer {
        padding-top: 34px;
    }
    .footer_content{
        padding-bottom: 23px;
    }
    .footer_col:not(:last-child) {
        margin-bottom: 20px;
    }
    .course_info_title, .course_info_text, .rating_r{
        display: inline-block;
    }
    .course_info_item {
        width: 100%;
        padding-left: 30px;
    }
    .course_info_item:not(:last-child) {
        margin-bottom: 15px;
    }
    .tab{
        padding-left: 11px;
        padding-right: 10px;
    }
    .tab_panel {
        display: none !important;
        width: 100%;
        height: 100%;
        -webkit-animation: fadeEffect 1s;
        animation: fadeEffect 1s;
        border: solid 1px #ebebeb;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .course_detail .sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
    .dropdown_item {
        padding-top: 16px;
        padding-bottom: 15px;
    }
    .home_slider_background {
        background-size: 100%;
    }
    .no-padding-sm{
        padding-bottom: 0px!important;
    }
    #enjoin-course-outer{
        margin-bottom: 0px;
    }
    .logo_image {
        max-width: 80px;
        position: relative;
        top: 5px;
    }
    .course-follow-mon-khoi .tabbable {
        margin-top: 10px;
    }
    .img-max {
        width: 100%;
        height: 100%;
        border-color: #C4C4C4;
        border-radius: 6px 6px 0px 0px;
        min-height: 183px;
    }
}
span.error-block {
    font-size:13px;
    top: 40px;
    left: 0%;
    color: red;
    background: none;
}
 span.error {
    position: absolute;
    font-size:13px;
    top: 40px;
    left: 0%;
    color: red;
    background: none;
}
 span.success {
    position: absolute;
    font-size:13px;
    top: 40px;
    left: 0%;
    color: #00009E;
    background: none;
}
span.success-block {
    font-size:13px;
    top: 40px;
    left: 0%;
    color: #00009E;
    background: none;
}
span.warning {
    position: absolute;
    top: 40px;
    left: 0%;
    color: #EBEB00;
    background: none;
    font-size:13px;
}

/* Van Ha - Profile css*/

.user-profile{
    padding-top: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img .file button {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.job-detail h5{
    color: #333;
}
.job-detail h6{
    color: #131633;
}
.profile-edit-btn{
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    cursor: pointer;
    color: #131633;
    margin-top: 10%;
    border: solid 1px #131633;
}

.profile-edit-btn:hover{
    color: white;
    background-color: #131633;
}

.profile-rating{
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.profile-rating span{
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-menu .nav-tabs{
    margin-bottom: 20px;
}
.profile-menu .nav-tabs .nav-link{
    font-weight:600;
    border: none;
}
.profile-menu .nav-tabs .nav-link.active{
    border: none;
    border-bottom:2px solid #131633;
}

.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #131633;
}
.document_page .document_title{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
}
.document_page{
    margin: 0 0 50px;
}
.list-group-item.active a{
    color: #fff;
}

.list-group-item-home.active {
    z-index: 2;
    color: #fff;
    background-color: #131633;
    border-color: #0052a9;
}

.list-group-item-home.active a{
    color: #fff;
}

.list-group-item-home {
    position: relative;
    display: inline-table;
    padding: .75rem 1.25rem;
    margin: 0px 10px;
}

.list-group-home {
    display: inline-table;
    width: 100%;
    text-align: center;
}

.main_nav li.active a.active {
    color: #FFF;
}

.profile-name {
    font-size: 20px;
    padding: 10px 0 5px 5px;
}

.profile-position {
    border-bottom: 1px #131633 solid;
    padding-bottom: 5px;
    padding-left: 5px
}

.work-detail {
    margin-top: 10px;
    color: black;
    font-style: italic;
    font-size: 14px
}

.work-detail td {
    padding: 5px;
}

.profile-img {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.profile-img img{
    background-color: transparent;
    border: none;
    width: 100%;
}

.profile-pic-change {
    background-color: #4d4d4d;
    color: white;
}

.profile-pic-change:hover{
    background-color: #292929

}

.tab-content label {
    color: #545454
}

.main-content {
    /*padding-bottom: 40px;*/
    min-height: calc(100vh - 327px);
}
.no-banner .main-content {
    /* padding-bottom: 40px; */
    min-height: calc(100vh - 221px);
}
.detail-info {
    height: 300px;
    padding-left: 20px
}
.more_course2{
    padding-right: 15px;
    width: 100%;
}
.more_course2 .btn{
    padding: 6px 14px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    background: white;
}
.more_course2 .btn.btn-light:hover{
    color:white;
}
.more_course2 .btn.btn-light.active{
    background: #007AFF;
    border-color: #007AFF;
    color:white;
}
.btn-page{
    margin-left:7px;
    border-radius:5px;
}
.btn-hover:hover{
    cursor:pointer;
    background-color:#007AFF;
    color:white;
}
.course-panel {
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: black;
    height: 50px;
    background-color: #eff3f9;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 5px 7px rgba(192,192,192,0.3);
}

.job-info {
    padding-bottom: 20px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.courseDetailBtn {
    background-color: #131633;
    color: white;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.courses_homepage .btn.btn-enjoin-course{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

ul.tracking-container{
    margin-left: 0;
    padding-left: 0 !important;
}
.tracking-detail {
    padding:3rem 0
}
.tracking {
    margin-bottom: 0;
}
.tracking [class*=tracking-status-] p {
    margin:0;
    font-size:1.1rem;
    color:#fff;
    text-transform:uppercase;
    text-align:center
}
.tracking [class*=tracking-status-] {
    padding:1.6rem 0
}
.tracking-status-intransit {
    background-color:#65aee0
}
.tracking-status-outfordelivery {
    background-color:#f5a551
}
.tracking-status-deliveryoffice {
    background-color:#f7dc6f
}
.tracking-status-delivered {
    background-color:#4cbb87
}
.tracking-status-attemptfail {
    background-color:#b789c7
}
.tracking-status-error,.tracking-status-exception {
    background-color:#d26759
}
.tracking-status-expired {
    background-color:#616e7d
}
.tracking-status-pending {
    background-color:#ccc
}
.tracking-status-inforeceived {
    background-color:#214977
}
.tracking-list {
    /*border:1px solid #e5e5e5*/
}
.tracking-item {
    border-left: 2px solid #e5e5e5;
    position: relative;
    padding: 1rem 1.5rem 1rem 2.5rem;
    font-size: 14px;
    margin-left: 1.5rem;
    min-height: 5rem;
}
.tracking-item:nth-child(odd){
    background: #F3F3F3;
}
.tracking-item.active{
    background: #e1ecf3;
}
.tracking-content-title{
    font-weight: 500;
    cursor: pointer;
    color: #384158;
}
.tracking-item:last-child {
    padding-bottom:1rem
}
.tracking-item .tracking-date {
    margin-bottom:.5rem
}
.tracking-item .tracking-date span {
    color:#888;
    font-size:85%;
    padding-left:.4rem
}
.tracking-item .tracking-content {
    color: #333;
    padding:.5rem .8rem;
    background-color:#f4f4f4;
    border-radius:.5rem
}
.tracking-item .tracking-content span.text {
    display:block;
    color:#888;
    font-size:85%
}
.tracking-item .tracking-icon {
    line-height:2.6rem;
    position:absolute;
    text-align:center;
    border-radius:50%;
    font-size:1.1rem;
    background-color:#fff;
    color:#fff;
    width: 2rem;
    height: 2rem;
    left: -1.05rem;
    top: 1rem;
}
.tracking-item .tracking-icon.status-sponsored {
    background-color:#f68
}
.tracking-item .tracking-icon.status-delivered {
    background-color:#4cbb87
}
.tracking-item .tracking-icon.status-outfordelivery {
    background-color:#f5a551
}
.tracking-item .tracking-icon.status-deliveryoffice {
    background-color:#f7dc6f
}
.tracking-item .tracking-icon.status-attemptfail {
    background-color:#b789c7
}
.tracking-item .tracking-icon.status-exception {
    background-color:#d26759
}
.tracking-item .tracking-icon.status-inforeceived {
    background-color:#214977
}
.tracking-item .tracking-icon.status-intransit {
    color: #e5e5e5;
    border: 2px solid #e5e5e5;
    font-size: .6rem;
    padding: 2px;
}

.tracking-item.summaryCourse{
    background: none;
    padding-top: 13px;
    padding-bottom: 20px;
    min-height: 35px;
}
.tracking-item.summaryCourse .tracking-icon.status-intransit {
    color: #e5e5e5;
    font-size: .6rem;
    padding: 2px;
}
.tracking-item.summaryCourse .tracking-content-title {
    text-transform: uppercase;
    margin-top: 9px;
    font-size: 16px;
}

.tracking-item.welcomeCourse .tracking-icon.status-intransit {
    color: #e5e5e5;
    font-size: .6rem;
    padding: 2px;
    width: 2rem;
    height: 2rem;
    left: -1.05rem;
    /*left: 7px;*/
    top: 1rem;
}
.tracking-item.welcomeCourse{
    background: none;
    padding-top: 13px;
    padding-bottom: 20px;
    min-height: 35px;
    padding-left: 17px;
}
.tracking-item.welcomeCourse.active{
    background: #dae9fb;
    box-shadow: inset 4px 0 0 #0e689b;
    margin-left: 0px;
    padding-left: 64px;
}
.tracking-item.welcomeCourse.active .tracking-icon.status-intransit {
    left: 7px;
}
.tracking-item.summaryCourse.active{
    background: #dae9fb;
    box-shadow: inset 4px 0 0 #0e689b;
    margin-left: 0px;
    padding-left: 64px;
}
.tracking-item.summaryCourse.active .tracking-icon.status-intransit {
    left: 7px;
}
.tracking-item.welcomeCourse .tracking-content-title {
    text-transform: uppercase;
    margin-top: 7px;
    font-size: 16px;
}
@media(max-width: 991px){
    .tracking-item.welcomeCourse .tracking-content-title {
         margin-top: 0;
    }
    .tracking-item.summaryCourse .tracking-content-title {
        margin-top: 0;
    }
}
@media(min-width:992px) {
    .tracking-item {
        margin-left:1.5rem
    }
    .tracking-item .tracking-date {
        position:absolute;
        left:-10rem;
        width:7.5rem;
        text-align:right
    }
    .tracking-item .tracking-date span {
        display:block
    }
    .tracking-item .tracking-content {
        padding:0;
        background-color:transparent
    }
    .home_slider_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
    }
    .site-vnpt_it .home.homepage {
        width: 100%;
        height: 650px;
    }
}

#tab_course_section_content{
    padding: 0;
}
#tab_course_section_content .dropdowns li.has_children > .dropdown_item{
    padding: 15px;
}
#tab_course_section_content .dropdowns li:first-child .dropdown_item {
    border-top: solid 1px #e5e5e5;
}
#tab_course_section_content .dropdowns li:last-child .dropdown_item {
    border-top: 1px solid #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

.dropdown_item.chuDeItem{
    padding-top: 15px;
    padding-bottom: 15px;
}

.tracking-content-detail .badge{
    vertical-align: text-top;
    font-weight: 400;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
}
.tracking-content-detail .badge.completion_condition{

}
.tracking-item.hocLieuItem.disabled{
    cursor: not-allowed;
    pointer-events: none;
}
.tracking-item.hocLieuItem.disabled a,
.tracking-item.hocLieuItem.disabled .tracking-content-title{
    cursor: not-allowed;
    opacity: 0.6;
}
.tracking-item.hocLieuItem.disabled .tracking-content-detail{
    opacity: 0.6;
}
.tracking-content-detail .detail_item{
    font-size: 80%;
    display: block;
    padding-right: 10px;
}
.tracking-content-detail .completion_condition{
    color: #333;
}
.tracking-content-detail .completion_condition li:before{
    content: "\f06c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 2px;
}
.tracking-content-detail .completion_condition li{
    display: inline-block;
}
.comments_list > li:last-child .comment_item{
    border-bottom: none;
}

/**** Custom for vinaphone
Sau này sẽ tách file quản trị riêng ****/
.site-vinaphone_lms .logo_text{
    font-size: 26px
}
.site-vinaphone_lms .logo_text span {
    color: #04A2E4;
}
.site-vinaphone_lms .top_bar {
    background: #04A2E4;
}
.site-vinaphone_lms .btn-primary {
    color: #fff;
    background-color: #0073aa;
    border-color: #0283b4;
}
.site-vinaphone_lms .footer_logo_text {
    font-size: 28px;
}
.page_title{
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 28px;
    font-weight: 700;
    color: #384158;
    margin-bottom: 30px;
}
.user-profile .form-control {
    color: #666;
    background: #FEFEFE;
}
.user-profile .file{
    position: relative;
    overflow: hidden;
}
.user-profile #userAvatarInput {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}
.text-primary {
     color: #0E689B!important;
 }
.btn-primary, a.btn.btn-primary {
    color: #fff;
    background-color: #0E689B;
    border-color: #115c86;
}
.btn-primary:hover, a.btn.btn-primary:hover{
    color: #FFF;
}
.btn-outline-primary, a.btn.btn-outline-primary  {
    border-color: #0E689B;
    color: #0E689B;
}
.btn-outline-primary:hover, a.btn.btn-outline-primary:hover  {
    background: #0E689B;
    color: #FFF;
}
.btn-link {
    font-weight: 400;
    color: #0063cd;
    background-color: transparent;
}
#userAvatarOuter{
    position: relative;
    width: auto;
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
}
#userAvatarOuter .btn.file{
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #FFF;
    text-decoration: none;
}
#userAvatarOuter .btn.file:hover{
    text-decoration: none;
}
#userAvatarOuter:before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
#userAvatarOuter:hover:before{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
#userAvatarOuter:hover .btn.file{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
#userAvatarInput{
    cursor: pointer;
}
#userAvatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #131633;
    border-color: #0052a9;
}
.teacher_image {
    width: 50px;
    height: 50px;
}
.teacher_title {
    padding-left: 20px;
}
.newsletter{
    background: rgba(0, 74, 165, 0.5);
}
.tracking-icon .svg-inline{
    vertical-align: inherit;
}

.select2-container--default {
    color: #555;
    line-height: 38px;
}
.select2-selection.select2-selection--single {
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 0;
}
.select2-selection.select2-selection--single{
    height: 38px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.helper.helper-error{
    margin-top: 10px;
    display: inline-block;
    color: #d56d6d;
    font-size: 13px;
}

.cuocthiOwlCarousel .owl-nav>div{
    position: absolute;
    left:0px;
    top:50%;

}
.contact_info_title {
    font-size: 32px;
}
@media (min-width: 576px){
    #loginModal .modal-sm {
        max-width: 400px;
    }
}
.md_workspace #course_lesson.cuocthi_content_wrapper{
    margin-left: 0px;
}
.cuocthi_content_wrapper #course_lesson_content{
    height: 100%;
}
#btn_newsLetter{
    border-radius: 0 3px 3px 0;
}

.list-group.list-group-root {
    padding: 0;
    overflow: hidden;
}

.list-group.list-group-root .list-group {
    margin-bottom: 0;
}
.list-group.list-group-root{
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group.list-group-root a.btn-expand{
    position: absolute;
    right: 10px;
    top: 12px;
}
.list-group.list-group-root .list-group-item{
    border-radius: 0;
    border-width: 0;
    border-top-width: 1px;
}
.list-group.list-group-root .list-group-item:hover{
    z-index: 0;
}
.list-group.list-group-root > .list-group-item:first-child {
    border-radius: 3px 3px 0 0;
    border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.sidebar-title{
    padding: 10px 20px;
    background: #f2f4f5;
    border-left: 3px solid #131633;
    margin-bottom: 0;
}
.list-group-root .btn-expand {
    padding: 0 10px 0 20px;
    cursor: pointer;
}
.course_body {
    padding: 15px;
}
.course_title a {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 16px;
}
.course_info span{
    font-size: 90%;
}
.course{
    margin-bottom: 20px;
}

.tags-cloud .tag-item{
    position: relative;
    background:#0089e0;
    color:#fff;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px 10px;
    font-size: 80%;
    display: inline-block;
    height: 26px;
    margin-left: 18px;
    line-height: 15px;
}

.tags-cloud .tag-item a {
    color: #ffffff;
}

.tags-cloud .tag-item a:hover{
    text-decoration: underline;
}

.tags-cloud .tag-item:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-11px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width:13px 11px 13px 0;
}
.tags-cloud .tag-item:after{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}
.related_courses_section{
    padding-top: 63px;
    padding-bottom: 70px;
    background: #f2f4f5;
}
.related_courses_section .courses_row {
    margin-top: 45px;
}
.related_courses_section .course {
    padding: 0px;
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
    margin-bottom: 20px;
}
.related_courses_section .course_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.related_courses_section .course_image > img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}


.related_courses_section .course_info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #55555a;
    height: auto;
    width: auto;
    background: none;
    margin-top: 0px;
}
.related_courses_section .course_info:first-child {
    margin-right: 18px;
}

.related_courses_section .course_info i {
    color: #ffc80a;
}
.related_courses_section .course_info span {
    font-size: 90%;
}

.related_courses_section .course_teacher {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px;
}
.related_courses_section .course_teacher {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px;
}
.related_courses_section .course_footer_content {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px;
}

#socket-message-box{
    z-index: 100000000;
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 350px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#socket-message-box.show{
    visibility: visible;
}
#socket-message-box .inner-content{
    text-align: center;
    width: 100%;
    margin: auto auto;
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #222;
    padding: 6px 10px;
}

.courses_search_container {
    padding-left: 20px;
    padding-right: 20px;
    background: #f2f4f5;
}

.courses_search_container_home {
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
}

.courses_search_form
{
    width: 100%;
    height: 92px;
}
.courses_search_input
{
    width: 240px;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    background: #FFFFFF;
    padding-left: 20px;
}
.courses_search_input:focus
{
    outline: solid 1px #131633;
}
.courses_search_form > input
{
    margin-right: 19px;
}
.courses_search_select
{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}
.courses_search_button
{
    width: 161px;
    height: 46px;
    background: #131633;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

#documentTable a.documentFile{
    font-size: 90%;
    word-break: break-all;
}
.info_text{
    font-size: 12px;
    color: gray;
}
table p.info_text{
    margin-bottom: 0;
}

.feature .nhom_chuc_danh_frontend {
    padding-left: 31px;
    margin-top: 5px;
    font-size: 14px;
}

.feature .nhom_chuc_danh_frontend li{
    padding: 2px 0px;
}

.feature .nhom_chuc_danh_frontend li i{
    font-size: 13px;
}

.btn-send-new-comment{
    border-radius: 3px;
}
.course_title a {
    color: #131633;
    font-family: 'Roboto', serif;
}
.section_title {
    line-height: 1.2;
    color: #131633;
}
.section_title a:hover {
    text-decoration: none;
}
.hasselection::selection{
    background: yellow;
    font-weight: bold;
    color: #131633;
}
.courses_row {
    margin-top: 20px;
}
.course_teacher {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin-top: 6px;
}


/* NamNT 25/01/2019 */
.hoadao{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/assets/global/img/hoa-dao.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -37px;
    top: -13px;
}
.footer_logo_text .hoadao{
    display: none;
}
.logo_container span{
    font-weight: bold;
    position: relative;
}
.header_banner{
    margin-top: 100px;
}
.app-mobile .header_banner{
    margin-top: 0;
}
.header_banner img{
    min-height: 100px;
    object-fit: cover;
    width: 100%;
    max-height: 600px;
    background: #f1f1f1;
}
@media only screen and (max-width: 767px){
    .header_banner {
        margin-top: 71px;
    }
    .main-content {
        /*padding-top: 40px;*/
    }
}
.news_post_images{
    padding: 0;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.16), 0 3px 3px rgba(0,0,0,0.23);
    overflow: hidden;
}
.news_post_large_container .news_post_images{
    border-radius: 5px;
}
.alert.alert-system-message{
    color: #000;
    background-color: #f9e491;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #f9e491;
    color: #000 !important;
    border: none;
    border-radius: 0;
}
.alert.alert-system-message h5{
    font-weight: 600;
    font-size: 120%;
    margin: 0;
}
.alert.alert-system-message p{
    margin: 0;
}
.alert.alert-system-message .close, .alert.alert-system-message .close {
    top: 0px;
    padding: 5px;
}
.breadcrumbs ul li, .breadcrumbs ul li a{
    font-size: 13px;
}

/* tuanbv custom css 05-04-2020 */
#gritter-notice-wrapper .gritter-image {
    width: auto;
    height: auto;
    max-width: 16px;
    max-height: 16px;
    float: left;
    border-radius: inherit;
    top: 3px;
    position: relative;
}
#gritter-notice-wrapper .gritter-item {
    background: rgba(0, 29, 66, 0.8);
}
.gritter-item p {
    color: #FFFFFF;
    font-size: 13px;
}
.gritter-title {
    font-size: 11px;
    padding-bottom: 4px;
    font-family: inherit;
    font-weight: bold;
}

.gritter-with-image {
    margin-left: 8px;
    width: 200px !important;
}

.gritter-top {
    display: none;
}

.gritter-bottom {
    display: none;
}
.gritter-item {
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
}
.gritter-close {
    left: auto!important;
    right: 3px!important;
    z-index: 100;
}
#gritter-notice-wrapper {
    min-width: 200px;
    max-width: 300px;
    width: auto;
    bottom: 20px;
    top: inherit;
    z-index: 999999;
}
.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    color: #FFF;
    font-size: 12px;
}
.logo_image {
    max-height: 40px;
    float: left;
}
.footer_social ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #072e6a;
    border-radius: 50%;
}
.list-group-item-home.active {
    z-index: 2;
    color: #fff;
    background-color: #131633;
    border-color: #131633;
}
.courses_search_button {
    width: 161px;
    height: 46px;
    background: #131633;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}
.header.scrolled .logo_text {
    /*top: -4px;*/
}
.logo_container span {
    position: relative;
    display: block;
    text-transform: uppercase;
    line-height: 1.2;
}
.logo_container span.text-1 {
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
    color: #131633;
}
.logo_container span.text-2 {
    font-weight: normal;
    font-size: 14.3px;
    white-space: nowrap;
    margin-top: 5px;
    color: #212529;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #131633;
    border-color: #131633;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px dashed rgba(0,0,0,.125);
}
.comment_button {
    background: #131633;
}
.header.scrolled{
    top: 0px;
}
.course_title a:hover{
    text-decoration: none;
}
.logo_text, .logo_text p{
    color: #3a8841;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
a:hover{
    text-decoration: none;
}
.h2, h2 {
    font-size: 1.6rem;
}
.text-primary2 {
    color: #131633!important;
}
.text-info2 {
    color: #005ec2!important;
}
.course_body .progress .progress-bar{
    padding: 0 5px;
}
.user-course h6.section-title{
    color: #eee;
}

.user-course .nav-tabs .nav-item.show .nav-link,
.user-course .nav-tabs .nav-link.active {
    color: #131633;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.user-course .nav-tabs .nav-link {
    border: none;
    color: #131633;
    font-size: 16px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3f8ebc;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
@media only screen and (max-device-width: 767px){
    .course_image > img {
        height: auto;
    }
    .course-follow-mon-khoi .course_image > img {
        height: auto !important;
        object-fit: contain !important;
    }
}
@media only screen and (min-width: 768px) {
    .course-follow-mon-khoi .course_footer{
        position: absolute;
    }

    #homepageWrapperV4 .course_footer {
        position: inherit;
    }
}
.btn.btn-delete {
    color: #333;
    background-color: #e9e9e9;
    border-color: #c8c8c8;
    opacity: 0.8;
    transition: all ease-in-out 0.1s;
}
.btn.btn-delete:hover {
    color: #fff;
    background-color: #e73d4a;
    border-color: #e31d2d;
    opacity: 1;
}
.pagination_style:hover{
    background-color: #BCBCBC;
}
.pagination_style, .btn.pagination_style{
    border-radius: 10px;
}
.pagination_style.active{
    color: #fff;
    background-color: #005ec2;
    border: 1px solid #005ec2;
}
.pagination_style{
    background-color: #fff;
    border: 1px solid #c4c4c4;
}
.report-gvcc-table tr th{
    vertical-align: middle;
    text-align: center;
}
.forum_iframe{
    border:none;
    width: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    top: 120px;
    height: calc(100vh - 120px);
    background: #e9ebee;
}
.app-mobile .forum_iframe{
    top:0px;
    height: 100vh;
}
.full_height_page{
    height: 100vh;
    overflow: hidden;
}
.hide-banner #carouselExampleIndicators{
    display: none;
}
#header_notification_user .dropdown-menu{
    overflow: auto;
    width: 400px;
    border-radius: 6px !important;
    background-color: #FFF;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    padding: 0;
    border: none;
    max-height: 400px;
}
#header_notification_user .dropdown-menu .view-all-group{
    background: #FFF;
    padding: 5px !important;
    text-align: center;
}
#header_notification_user .dropdown-menu .view-all-group a{
    line-height: 16px;
    margin-bottom: 0px;
    text-align: right !important;
    font-size: 12px;
    color: #0060aa;
}
#header_notification_user .dropdown-menu .view-all-group a:hover{
    text-decoration: none;
}
#header_notification_user .dropdown-menu .dropdown-item{
    border-bottom: 1px solid #f1f2f4;
    width: 100%;
    white-space: unset;
    /*padding: 5px 10px;*/
    padding-left: 17px;
    cursor: pointer;
}
#header_notification_user .dropdown-menu .dropdown-item .fa{
    margin-right: 10px;
}
#header_notification_user .dropdown-menu .dropdown-item .loading-text{
    font-size: 13px;
}
#header_notification_user .dropdown-menu .dropdown-item .time{
    font-size: 11px;
    color: #908b8b;
}
#header_notification_user .dropdown-menu .dropdown-item .noti-title{
    font-weight: 400;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
    line-height: 1.5;
    font-size: 13px;
}
#header_notification_user .dropdown-menu .dropdown-item .noti-title.un_read{
    font-weight: 500;
}
#header_notification_user .dropdown-menu .dropdown-item .view-more{
    cursor: pointer;
    color: #0060aa;
}
#header_notification_user .dropdown-menu .dropdown-item:last-child{
    border-bottom:none;
}
#header_notification_user .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#header_notification_user .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #666b7a;
    /*border: 2px solid #555555;*/
}
#header_notification_user .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
#header_notification_user .dropdown-toggle{
    border-radius: 0px;
}
.dropdown-header{
    color: inherit;
    font-weight: bold;
    background: #FFF;
    padding: 5px 15px;
    position: relative;
    border-bottom: 1px solid #f1f2f4;
    font-size: 13px;
}
.count{
    position: static;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 24px;
    margin-left: 8px;
    font-size: 12px;
    vertical-align: middle;
    overflow: hidden;
    background: #21B7B7;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
}
.wrapper__navmenu .nav.nav-pills .navmenu-link {
    border-radius: 0;
    padding: 9px 24px 7px;
}
.top_bar_login
{
    height: 100%;
    display: flex;
    align-items: center;
}
.login_button
{
    width: 160px;
    height: 100%;
    background: #f3f3f3;
    text-align: center;
}
.login_button a
{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #384158;
}

.menu
{
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
}
.menu .logo a
{
    color: #000000;
}
.menu.active
{
    right: 0;
}
.menu_close_container
{
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.menu_close
{
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div
{
    width: 100%;
    height: 2px;
    background: #232323;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type
{
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div
{
    background: #937c6f;
}
.menu .logo
{
    margin-bottom: 60px;
}
.menu_nav ul li
{
    margin-bottom: 9px;
}
.menu_nav ul li a
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
    font-weight: 700;
    letter-spacing: 0.1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
    color: #131633;
}
.menu .search
{
    width: 100%;
    margin-bottom: 67px;
}
.search
{
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}
.menu .header_search_form
{
    width: 100%;
}
.search form
{
    position: relative;
}
.menu .search_input
{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: rgba(0,0,0,0.5);
}
.menu .search_input::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0,0,0,0.4) !important;
}
.menu .search_input:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0,0,0,0.4) !important;
}
.menu .search_input:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0,0,0,0.4) !important;
}
.header_search_form {
    display: block;
    position: relative;
    width: 40%;
}
.header_search_container
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: none;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.header_search_container.active
{
    bottom: -73px;
    opacity: 1;
}
.header_search_content
{
    width: 100%;
    height: 73px;
}
.search_input
{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px;
}
.header_search_button
{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer;
}
.footer__center p {
    margin-bottom: .25rem!important;
}
.navmenu-text {
    font-weight: 600;
}
.card{
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.card .card-header {
    background-color: #F2F2F2;
    border-bottom: none;
    color: #131633;
    padding-left: 15px;
    padding-right: 15px;
}
.card .btn-link{
    padding: 0;
    white-space: inherit;
    text-decoration-line: none;
    color: #212529;
}
.card-header[data-toggle].collapsed:after {
    position: absolute;
    top: 9px;
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 20px;
    font-weight: 400;
    color: #384158;

}
.card-header[data-toggle]:not(.collapsed):after {
    position: absolute;
    top: 9px;
    font-family: 'FontAwesome';
    content: '\f107';
    font-size: 20px;
    font-weight: 400;
    color: #384158;
}
/* card co header mau xanh da troi */
.card.card-bluesky{
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.card.card-bluesky .card-body{
}
.card.card-bluesky .card-header {
    background-color: #E7F0F5;
}
.bg-primary {
    background-color: #0e689b!important;
}
.sub-menu .navmenu-text{
    padding-left: unset;
}
.table-custom thead{
    background:#E7F0F5;
}
.table-custom td{
    color: #131633;
}
.table-custom th{
    color: #131633;
}

/*Tree Don vi*/
.tree-donvi-panel.inline-floated{
    vertical-align: top;
    margin-top: 3px;
}
.tree-donvi-outer{
    padding: 10px;
    border: 1px solid #e4e7e9;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    background: #FFF;
}
.tree-donvi-outer hr{
    margin: 8px 0;
}
.tree-donvi-outer .resetDonvi{
    margin-left: 5px;
    cursor: pointer;
    display: none;
}
.tree-donvi-outer:hover .resetDonvi{
    display: inline;
}
.tree-donvi-outer .tree-donvi{
    max-height: 300px;
    overflow-y: auto;
}
.tree-donvi-outer.floated{
    transition: all 0.3s ease-in-out;
    position: absolute;
    padding: 6px 10px;
    z-index: 1;
    max-width: 100%;
}
.tree-donvi-outer.small,
.tree-donvi-outer.floated.small,
.tree-donvi-outer.floated.inline-floated {
    padding: 5px 10px;
    border-radius: 3px;
}
.tree-donvi-outer.floated.inline-floated{
    max-width: 100%;
}
.tree-donvi-outer.floated .tree-donvi{
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    height: 0;
}
.tree-donvi-outer.floated:hover{
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
    min-width: 90%;
    max-width: none;
}
.tree-donvi-outer.floated:hover .tree-donvi{
    visibility: visible;
    height: 200px;
}
.tree-donvi-outer.floated hr{
    display: none;
}
.tree-donvi-outer.floated:hover hr{
    display: initial;
}
.tree-donvi-outer .badge-success.donvi_text{
    background-color: #ffffff;
    color: #333;
    font-size: 13px !important;
    padding: 0;
    line-height: 1.42857;
    height: auto;
    font-weight: 400;
}
/*End Tree Don Vi*/

/* Filter box */
.filter-box{
    background: #F2F2F2;
    border-radius: 4px;
    color: #131633;
    font-size: 14px;
    padding: 15px;
}
/* custom checkbox and radiobox*/
.mecheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.mecheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.mecheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: 1px solid #DFDFDF;
}
/* On mouse-over, add a grey background color */
.mecheck:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.mecheck input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.mecheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.mecheck input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.mecheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* custom table */
.table-striped tbody tr:nth-of-type(odd) {
    background: #F8F8F8;
}
.table-fixed{
    table-layout: fixed;
}
.table-fixed td{
    word-wrap: break-word;
}
.table.custom-table thead{
    background: #E7F0F5;
}
.table.custom-table thead{
    border: none;
}
.table.custom-table.table-bordered th{
    border-top: none;
}
.custom-table th, .custom-table td{
    vertical-align: middle;
}
/* custom btn */
.btn{
    border-radius: 4px;
    font-size: 14px;
}
/* custom modal */
.modal{
    color: #131633;
    z-index: 999999;
}
.modal-dialog .modal-content{
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.modal-header{
    background: #E7F0F5;
}
.modal .modal-content{
    border-radius: 4px !important;
    border: none;
    overflow: hidden;
}
.modal-message .modal-title .fa{
    margin-right: 5px;
    font-size: 130%;
}
.modal-message .modal-title .fa-warning{
    color: #FFAB00;
}
.modal-message .modal-header{
    border-bottom: 0;
    background: none;
    padding-bottom: 10px;
}
.modal-message .modal-body{
    padding-top: 0;
    padding-bottom: 5px;
}
.modal-message .modal-footer{
    padding-top: 10px;
    border-top: 0;
}
.modal-message .modal-footer .btn-primary{
    /*background: none;*/
    border-color: #0E689B;
    /*color: #0E689B;*/
}

/* custom fullscreen modal */
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}
.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0 !important;
    border: none;
}
.modal.modal-fullscreen .modal-header {
    border-radius: 0;
    background-image: url("/theme/etep_v2/images/v2/banner-thin.png");
    background-size: 100% auto;
    color: #FFF;
    justify-content: inherit;
}
.modal.modal-fullscreen .modal-title{
    color: #FFF;
}
.modal.modal-fullscreen .modal-title .fa{
    margin: 0 10px;
}
.modal.modal-fullscreen .close{
    margin-left: 5px;
    color: #FFF;
    opacity: 1;
}
.modal.modal-fullscreen .close:focus{
    border: none;
    outline: none;
    color: #FFF;
}
.modal.modal-fullscreen .close:hover{
    color: #FFF;
    opacity: 1;
}
.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}
/* scrollbar starts on line 31 */
/* custom scrollbar */
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #d6dee1;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
.badge-success {
    background-color: #00A689;
}
.btn-success {
    background-color: #00A689;
    border-color: #4ea752;
}
.text-success {
    color: #00A689!important;
}
.alert-copyright{
    padding: 6px 15px;
    background-color: #fff1f0;
    border: 1px solid #ffa39e;
}
.blog .card{
    overflow: hidden;
}
.image-item-blog{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.blog .sidebar{
    padding-left: 0;
}
.blog .latest_image div {
    width: 70px;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}
.blog .latest_content {
    padding-left: 15px;
    margin-top: -4px;
}
.about-etep-page p{
    margin-bottom: 5px;
}
.about-etep-page ul{
    list-style: inherit;
    padding-left: 40px;
}
.about-etep-page h1,
.about-etep-page h2,
.about-etep-page h3,
.about-etep-page h4,
.about-etep-page h5,
.about-etep-page h6{
    margin-bottom: 15px;
}
.breadcrumb {
    background: #F8F8F8;
}

td.bg-yellow,
th.bg-yellow{
    background: #FFF2CC;
}
.support-course-detail .nav-pills .nav-link.active,
.support-course-detail .nav-pills .show>.nav-link {
    background-color: #0e689b;
    border-radius: 4px;
}
.table .badge {
    font-size: 90%;
    font-weight: normal;
}
@media (min-width: 1366px){
    .modal-lg {
        max-width: 1000px;
    }
}
/*** Tooltip MaiPT ***/
.tooltip {
    position: relative;
    display: inline-block;
    opacity: inherit;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 3px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -100px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00000080 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .fa-info-circle{
    color: #666;
}
