[v-cloak] > * { display:none }
/* NamNT add font */
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: RobotoCondensed;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
a {
    color: #0062cc;
}
.section_title, .sidebar_section_title, .course_title, .sidebar_feature .course_price, .course_info_title {
    font-family: "RobotoCondensed", Arial;
}
.display-hide{
    display: none;
}
#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;
}
.logo_image{
    max-height: 50px;
    float: left;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}
.logo_text {
    font-size: 28px;
}
.header.scrolled .logo_image{
    transform: scale(0.6);
    transition: all 0.2s ease-in-out;
}
.header.scrolled .logo_container{
    margin-top: 6px;
}
.header.scrolled .header_content {
    height: 60px;
}
.gritter-item p {
    color: #FFFFFF;
    font-size: 13px;
}
.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;
}
.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%;
    height: 150px;
    object-fit: cover;
}
.course_price {
    /*font-family: 'Roboto Slab', serif;*/
    font-size: 12px;
    font-weight: normal;
    color: #bb2634;
}
.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: 15px;
    padding-right: 15px;
}
.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-bottom-right-radius: 0; */
    border-bottom-left-radius: 0px;
    overflow: hidden;
    max-height: 185px;
}
.courses_index .course_body {
    padding: 10px 15px;
    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;
}
.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: #0060aa;
    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;
    border-radius: 8px;
}
.course_detail .sidebar {
    padding-top: 20px;
    padding-left: 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;*/
}
.bootbox .modal-header .modal-title {
    color: white;
}
#userDropdownMenu .dropdown-menu{
    border-radius: 5px;
}
#userDropdownMenu .dropdown-menu .dropdown-item{
    padding-left: 15px;
    padding-right: 15px;
}
#userDropdownMenu .dropdown-menu .fa{
    width: 20px;
    display: inline-block;
}
#userDropdownMenuBtn{
    padding-top: 2px;
    height: 30px;
    border-radius: 0;
    background: #003f70;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 25px;
}
.course .course_text .span {
    font-size: 14px;
}
.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;
}
.store_ml{
    margin-left: 2.6rem !important;
}
.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.xapi{
    background: url('/assets/global/img/icon/xapi.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.homework_quiz {
    background: url('/assets/global/img/icon/bt.png') no-repeat;
    background-size: 100% auto;
}
.lesson.quiz{
    background: url('/assets/global/img/icon/quiz.png') no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_msteam {
    background: url(/assets/global/img/icon/lesson_msteam.png) no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_zoom {
    background: url(/assets/global/img/icon/lesson_zoom.png) no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_webex {
    background: url(/assets/global/img/icon/lesson_webex.png) no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_google_meet {
    background: url(/assets/global/img/icon/lesson_google_meet.png) no-repeat;
    background-size: 100% auto;
}
.lesson.survey {
    background: url(/assets/global/img/icon/survey.png) no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_econference {
    background: url('/assets/global/img/icon/lesson_econference.png') no-repeat;
    background-size: 100% auto;
}
.lesson.lesson_igiao_duc{
    background: url(/assets/global/img/icon/igiaoduc_2.png) no-repeat;
    background-size: 100% auto;
}
.load_more a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.alert {
    border-radius: 3px;
}
.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-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;
    }
    #studyDiary .courses{
        padding-top: 5px !important;
    }
    .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;
    }
    .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:55px;
        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: 5px;
    }
    .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: 30px;
    }
    .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;
    }
}
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:not(.like_number):not(.like_button_truelife) {
    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: #0062cc;
}
.profile-edit-btn{
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    cursor: pointer;
    color: #0062cc;
    margin-top: 10%;
    border: solid 1px #0062cc;
}

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

.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 #0062cc;
}

.profile-tab label{
    font-weight: 600;
}
.profile-tab p{
    font-weight: 600;
    color: #0062cc;
}
.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: #0060aa;
    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 #0062cc 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 - 200px);
}

.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: #0060AA;
    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: #005fa7;
}
.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;
    left:-1.3rem;
    width:2.6rem;
    height:2.6rem;
    text-align:center;
    border-radius:50%;
    font-size:1.1rem;
    background-color:#fff;
    color:#fff
}
.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;
    top: 1rem;
}
.tracking-item.welcomeCourse{
    background: none;
    padding-top: 13px;
    padding-bottom: 20px;
    min-height: 35px;
}
.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: #005ec2!important;
 }
.btn-primary {
    color: #fff !important;
    background-color: #003f70;
    border-color: #1a4288 !important;
}
.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: #0060aa;
    border-color: #0052a9;
}
.teacher_title_container {
    margin-bottom: 10px;
}
.teacher_image {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1ecf1;
    border-radius: 50%;
    color: #003f70;
    font-weight: bold;
}
.teacher_title {
    padding-left: 10px;
}
.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: 6px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 1px 10px rgb(29 34 47 / 10%);
}
.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 #0060aa;
    margin-bottom: 0;
}
.list-group-root .btn-expand {
    padding: 0 10px 0 20px;
    cursor: pointer;
}
.course_body {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.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;
    border-radius: 6px;
}

.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 #0060aa;
}
.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: #0060aa;
    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: #0062cc;
    font-family: 'Roboto', serif;
}
.section_title {
    line-height: 1.2;
    color: #0060aa;
}
.section_title a:hover {
    text-decoration: none;
}
.hasselection::selection{
    background: yellow;
    font-weight: bold;
    color: red;
}
.courses_row {
    margin-top: 20px;
}
.course_teacher {
    font-size: 14px;
    font-weight: 400;
    color: #17a2b8;
    margin-top: 0;
}
.lopHocMon .course_teacher {
    color: #384158
}

/* 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;
    font-size: 20px;
    position: relative;
}
.header_banner{
    margin-top: 115px;
}
.app-mobile .header_banner{
    margin-top: 0;
}
.header_banner img{
    min-height: 100px;
    object-fit: cover;
    width: 100%;
    max-height: 600px;
    background: #f1f1f1;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgb(29 34 47 / 10%);
}
@media only screen and (max-width: 767px){
    .header_banner {
        margin-top: 71px;
    }
}
.news_post_images{
    padding: 5px;
    border: 1px solid #dadada;
    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-title {
    font-size: 11px;
    padding-bottom: 4px;
    font-family: inherit;
    font-weight: bold;
}

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

.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;
}
#gritter-notice-wrapper {
    min-width: 200px;
    max-width: 300px;
    width: auto;
    bottom: 20px;
    top: inherit;
}
.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    color: #FFF;
    font-size: 12px;
}
/* thiết lập CSS cho switch */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input:checked + .switch-slider {
    background-color: #2196F3;
}
.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
/* Rounded sliders */
.switch .switch-slider.round {
    border-radius: 24px;
}
.switch .switch-slider.round:before {
    border-radius: 50%;
}
#userCartBtn {
    background: #003f70;
    border: none;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.badge-cart {
    background: white;
    min-width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    color: #003f70;
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 11px;
    top: 0;
    border: 1px solid #003f70;
}
.text-vnpt-el{
    font-family: "RobotoCondensed", Arial;
}
.bootbox .modal-header{
    padding: 10px 15px;
    background: #2554A6;
    color: #FFF;
}
.bootbox .modal-header .close {
    color: #FFF;
}
.bootbox .modal-header .close:not(:disabled):not(.disabled):focus, 
.bootbox .modal-header .close:not(:disabled):not(.disabled):hover {
    color: #FFF;
    opacity: 1;
}
.bootbox .modal-footer{
    padding: 0 15px 10px 15px;
    border-top: none;
}
.bootbox h4.modal-title{
    font-size: 18px;
    color: #FFF;
}
.modal-content{
    border-radius: 0.4rem;
    border: none;
}
.header_banner .carousel-caption {
    backdrop-filter: blur(3px);
    padding: 5px;
    bottom: 0;
    word-break: break-word;
}
.header_banner .carousel-caption.middle {
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}
.header_banner .carousel-caption.left {
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header_banner .carousel-caption.right {
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.header_banner .carousel-caption h5 {
    margin: 0;
}
.header_banner .carousel-indicators {
    bottom: 0;
    margin-bottom: 10px;
}
.header_banner .carousel-caption {
    text-shadow: rgb(0 0 0 / 1%) 0 0 1px;
}
.pre-line {
    white-space: pre-line;
}
/*** from main_styles_vsc.css ***/
.footer {
    display: block;
    position: relative;
    width: 100%;
    background: #144e8c;
    padding-top: 94px;
}
.footer_social ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #7b8bb3;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top_bar_contact_list a {
    color: #FFF;
}
.newsletter_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}
.newsletter_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 6px;
}
p {
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.logo_text span {
    color: #db9700;
}
.footer_logo_text span {
    color: #072e6a !important;
}
.course-follow-mon-khoi .course_image > img{
    height: 150px;
    object-fit: cover;
}
.course-follow-mon-khoi .courses_row {
    margin-top: 0;
}
.courses_homepage.user_courses .course_image > img {
    width: 100%;
    height: 168px;
    object-fit: contain;
}
.footer_contact_info ul li {
    font-size: 13px;
    font-weight: 400;
    color: #FFF !important;
}
.header_container {
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(165, 161, 161, 0.3);
}
.main_nav li a:hover, .main_nav li.active a {
    color: #144e8c;
    text-decoration: none;
}
.main_nav li a {
    color: #0062cc;
    text-transform: uppercase;
    font-weight: bold;
}
.main_nav li.active::after {
    display: none;
}
.main_nav li a:hover, .main_nav li.active a {
    color: #2554A6;
    text-decoration: none;
}
.section_title {
    line-height: 1.2;
    color: #0062cc;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.footer_logo_text {
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 600;
}
.footer_logo_text:hover {
    text-decoration: none;
}
.footer_links_container ul li a {
    font-size: 13px;
    color: #FFF;
}
.logo_text {
    font-family: 'Roboto', serif;
    font-size: 18px;
    float: right;
    font-weight: 600;
}
.logo_text .text-red{
    font-family: "RobotoCondensed", Arial;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #0062cc;
    font-size: 18px;
    height: 50px;
    display: flex;
    align-items: center;
}
.header.scrolled .text-red{
    height: 30px;
    top: 0;
}
.header.scrolled .logo_text .text-red{
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}
.header.scrolled .logo_container{
    margin-top: 0;
}
.header.scrolled .logo_text{
    top: 10px;
}
.header.scrolled .header_content {
    height: 40px;
}
.top_bar {
    width: 100%;
    background: #2554A6 !important;
}
.newsletter {
    background: #2554A6 !important
}
.newsletter_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}
.newsletter_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
}
.newsletter_button{
    width: 136px;
    height: 40px;
    background: #2554A6;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #fbf8f8;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.newsletter_input {
    width: calc(100% - 136px);
    height: 40px;
    background: rgba(107, 67, 67, 0.4);
    border: none;
    outline: none;
    padding-left: 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.footer {
    display: block;
    position: relative;
    width: 100%;
    background: #2554A6;
    padding-top: 34px;
    margin-top: 50px;
}
.footer_social ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #0c41c5;
    border-radius: 50%;
}
.newsletter {
    background: #E1E1E1 !important;
}
.logo_text span {
    color: #072e6a;
    font-size: 18px;
}
.logo_container span {
    font-weight: bold;
    position: relative;
}
.login-btn .btn-primary {
    color: #fff;
    background-color: #2554A6;
    border-color: #9c3943;
}
#userDropdownMenuBtn {
    background: #485665;
    border-color: #080808;
}
#loginModal .login-sso-link {
    border: none;
    display: block;
}
.footer_social ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #072e6a;
    border-radius: 50%;
}
#userDropdownMenuBtn {
    background: #003f70;
    border: none;
}
.list-group-item-home.active {
    z-index: 2;
    color: #fff;
    background-color: #2554A6;
    border-color: #2554A6;
}
.courses_search_button {
    width: 161px;
    height: 46px;
    background: #2554A6;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ededed;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2554A6;
    border: none;
}
.comment_button {
    background: #2554A6;
}
.header.scrolled{
    top: 0px;
}
.course_title a:hover{
    text-decoration: none;
}
@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;
    }
}
#hoverMenu:hover .dropdown-menu{
    display: block;
}
.button_header{
    background: #003f70;
    height: 30px;
}
.btn-primary.button_header:hover{
    background-color: #0391ff !important;
}
.announ_row_2 {
    margin-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.announ_row_2 .announ_row_content_outer{
    border-radius: 6px;
    background: #f2f6ff;
    box-shadow: 0px 1px 10px rgb(29 34 47 / 10%);
    flex: 1;
    padding: 15px;
    border: 1px solid #EFEFEF;
}
.announ_row_2 .announ_row_content{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.announ_row_title{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none
}
.announ_row_title:hover{
    text-decoration: none;
}
.footer_title {
    text-transform: uppercase;
    font-family: "RobotoCondensed", Arial;
}
.copyright {
    height: 30px;
    background: #003f70;
}
.copyright div {
    color: #FFF;
    font-size: 12px;
}
.header_banner img {
    /*border-bottom: 3px solid #003f70;*/
    margin: 0;
}
.feature_list {
    font-size: 15px;
}
.sidebar_teacher {
    margin-top: 15px;
}
.teacher_name a{
    font-size: 15px;
}
.announ_dateday {
    background: #f38e46;
}
.announ_icon {
    padding-left: 5px;
    padding-top: 0;
}
.bg-primary {
    background-color: #2554a6!important;
}
.breadcrumbs ul li a {
    font-weight: 400;
    color: #2554a6;
}
.course-follow-mon-khoi .quiz_image{
    min-height: 130px;
    width: 100%;
    object-fit: cover;
}
.course-follow-mon-khoi .course{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
.course-follow-mon-khoi .course_body {
    flex-grow: 1;
}
.course-follow-mon-khoi .quiz .course_title{
    height: auto;
}
.course_title .badge{
    font-size: 12px;
}
.course-follow-mon-khoi .course .course_text {
    font-size: 14px;
}
.sinfo{
    color: #003f70;
    position: absolute;
    top: 5px;
    right: 0;
}
.blog .sidebar{
    box-shadow: 0px 1px 10px rgb(29 34 47 / 10%);
    border: 1px solid rgb(165 161 161 / 30%);
}
.list-group.sidebar{
    border: none;
}
#view_announcement .sidebar
{
    width: 100%;
    margin-top: 0;
    padding: 20px;
    background: #f2f4f5;
    border-radius: 8px;
}
.btn-success {
    background-color: #09873b;
    border-color: #09873b;
}
@media only screen and (max-device-width: 767px){
    .header_content {
        height: 50px;
    }
    .header_banner {
        margin-top: 51px;
    }
    .logo_image {
        top: 0;
        max-height: 40px;
        max-width: 40px;
    }
    .list-group.sidebar{
        margin-top: 30px;
        padding: 0px;
        margin-bottom: 20px;
    }
    .sidebar {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog .sidebar{
        padding: 20px;
    }
    #view_announcement .col-lg-4{
        padding-top: 30px;
    }
    .announ_row_2{
        height: auto;
    }
    .announ_row_2.first_arrow {
        margin-top: 0;
    }
    .announ_icon{
        display: none;
    }
    .course-follow-mon-khoi .course_title {
        height: auto;
    }
    .course_col:not(:last-child) {
        margin-bottom: 10px;
    }
    .course:last-child {
        margin-bottom: 0;
    }
    .footer_title{
        margin-top: 15px;
    }
    .footer_content {
        padding-bottom: 10px;
    }
    .sinfo{
        display: none;
    }
    .list-group.list-group-root {
        max-height: 300px;
        overflow-y: auto;
    }
    .course-follow-mon-khoi .quiz_image{
        min-height: 100px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 2.75rem auto;
    }
}
/*** end of from main_styles_vsc.css ***/
.height-mobile{
    background: #003f70;
    border: none;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.new-version-modal {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 50;
    max-width: 438px;
    border-radius: 12px;
    background: white;
    border: 3px solid #001D74;
    padding: 10px;
}
.new-version-modal .new-version-banner {
    border-radius: 12px;
    border: 1px solid #4783C9;
    background: rgba(71, 131, 201, 0.12);
    color: #4783C9;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 8px;
}
.new-version-modal .new-version-description {
    color: #3D3D3D;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.new-version-modal .new-version-feature {
    color: #3D3D3D;
    text-align: left;
    font-size: 14px;
}
.new-version-modal .btn-new-version {
    border-radius: 8px;
    background: #123060;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
@media (min-width: 576px) {
    .new-version-modal {
        right: 50px;
    }
}