body {
    font-family: SVN-Volte-Rounded-Regular;
    font-size: 16px;
    font-weight: 400
}
.h1, h1 {
    font-size: 2.2rem;
}
.attendance_list img {
    max-width: 100%;
}
a {
    text-decoration: none;
    font-size: 16px ;
}
.SVN-Volte-Rounded-Bold {
    font-family: SVN-Volte-Rounded-Bold;
}

.navbar-nav-main li{
    margin: 10px 10px 0px 10px;
}
.btn-outline-white {
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline-white a {
    color: #fff;
}
.btn-outline-white a:hover {
    color: #fff;
}

.top {
    background-color: #298DEA; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #298DEA , #5EBBEF);
 }
.rounded-start-pill {
    border-radius: 40px 0px  0px 40px !important;
}
.rounded-end-pill {
    border-radius: 0px 40px  40px 0px !important;
}
.btn-main {
    color: #fff;
    background-color: #298DEA;
    border-color: #0d6efd;
    border-radius: 10px;
    font-weight: bold;
}
.btn-main:hover {
    color: #fff;
    background-color: #298DEA;
    border-color: #0a58ca;
}
.title-main {
    color: #298DEA;
    font-family: SVN-Volte-Rounded-Bold;
}
.bg-main {
    background-color: #298DEA;
}
.color-main {
    color: #0057CC;
}
.bg-main-2 {
    background-color: #D6F0FF;
}
.question_modal_footer {
    background-color: #D6F0FF;
    border-top: 2px solid #a1d6f1;
    border-radius: 0px 0px 20px 20px;
    padding: 10px 20px;
}
.question_modal_head {
    background-color: #D6F0FF;
    border-bottom: 2px solid #a1d6f1;
    border-radius:20px 20px  0px 0px ;
    padding: 10px 20px;
    font-family: SVN-Volte-Rounded-Bold;
    font-size: 20px;
}
.question_modal_body {
    padding: 20px 40px;
}

.button_reply {
    border: 2px solid #fff;
    font-weight: bold;
}
.ul-sidebar li {
    line-height: 45px;
    list-style: none;
}
.sidebar-a {
    font-size: 20px;
    color: #303030;
}

.nav-scroller a {
    border-radius: 30px;
    padding: 0px 20px;
    font-weight: bold;
}
.result_des {
    font-size: 25px;
    text-transform: uppercase;
}

.video {
    position: relative;
}
.control {
    position: absolute;bottom: 0px;
    width: 100%;
}
.color-orgin {
    color: #FF6B00
}

#nut_bam {
    cursor: pointer;
    border-radius: 200px;
}
.a-top-menu:hover {
    color: #fff;
}
.a-top-menu {
    padding: 8px 15px;
    color: #fff;
}
.input-group-text {
    background-color: #fff;
}

.pointer {
    cursor: pointer;
}
.cat_list_title a{
    font-size: 25px;
    color: #298DEA;
    text-transform: uppercase;
}
footer {
    color: #000;
    padding: 50px 0px;
}
footer a{
    color: #000;
}

.func-mod:hover {
    background-color: #298DEA;
    color: #fff;
}
.func-mod:hover a{
    color: #fff;
}
.func-mod {
    background-color: #D6F0FF;
    color: #0a58ca;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 11%), 0 6px 20px 0 rgb(0 0 0 / 4%);
    padding: 12px 20px;
    border-radius: 10px;
}
.func-icon img {
    height: 28px;
    margin-right: 10px;
}
.func-sm-mod-name {
    font-weight: bold;
    font-size: 15px;
}
.func-mod a{
    font-size: 27px;
    color: #0a58ca;
}
.video-mod-icon-img {
    position: relative;
    overflow: hidden;
    height: 170px;
}
.video-mod-icon {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}
.video-mod {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.video-mod-title {
    padding: 5px 20px;
}
.course-img {
    overflow: hidden;
    height: 530px;
}
.course-img img {
    min-height: 530px;
}
.video-mod-title-a {
    height: 50px;
}

.video-mod-teacher img{
    border-radius: 10px;
 }
.padding-left-5 {
    padding-left: 5px !important;
}
.padding-right-5 {
    padding-right: 5px !important;
}
.padding-left-1 {
    padding-left: 1px !important;
}
.padding-right-1 {
    padding-right: 1px !important;
}
.video-mod-info a{
    color: #545454;
}
.video-mod-info{
    color: #545454;
    font-size: 14px;
}
.video-mod-teacher a {
    color: #545454;
    font-size: 16px;
}
.div-flex {
    display: flex;
    align-content: center;
    position: relative;
}
.icon-1 {
    margin-top: -1px;
}
.table-pointer-th {
    background-color: #E4F5FF;
    color: #005EB6;
    padding: 15px 5px;
}

table.table-pointer tr th:first-child {
    border-top-left-radius: 10px;
    border-right: 2px solid #61c2fa ;
}
table.table-pointer tr th:last-child {
    border-top-right-radius: 10px;
    border-left: 2px solid #61c2fa ;
}
table.table-pointer tr td:first-child {
    border-right: 2px solid #61c2fa ;
}
table.table-pointer tr td:last-child {
    border-left: 2px solid #61c2fa ;
}
table.table-pointer {
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 2px #61c2fa ; /* this draws the table border  */
}
.table-pointer-number {
    font-size: 50px;
    color: #fff;
    padding: 10px 0px;
    font-family: SVN-Volte-Rounded-Bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #005EB6;
    /* text-shadow: -3px -3px 0 #005EB6, 3px -3px 0 #005EB6, -3px 3px 0 #005EB6, 3px 3px 0 #005EB6; */
}
.button-deep {
    background-color: #E4F5FF;
    padding: 20px 20px;
    border: 2px solid #61c2fa ;
    border-radius: 10px;
    margin-top:30px;
    font-size: 16px;
    font-family: SVN-Volte-Rounded-Bold;
}
.text-deep {
    text-transform: uppercase;
}
.video-mod-img img{
    border-radius: 10px 10px 0px 0px;
    min-height: 200px;

}
.video-title {
    font-family: SVN-Volte-Rounded-Bold;
    font-size: 30px;
}
.video-title-techer-name {
    font-size: 20px;
}
.div-flex-right-multi {
    display: flex;
    flex-direction: row-reverse;
}
.video-like-review {
    font-size: 14px;
}

.webux-bg-light {
    background-color: #E4F5FF;
    border-radius: 10px;
}
.question_button_none {
    display: none;
}
.course_function_title {
    font-size:  25px;
    color: #005EB6;
}
.slide_list, .discipline_list {
    border: 1px solid #989898;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
    margin-top: 20px;
}
.nav-tabs .nav-link-title {
    font-family:  SVN-Volte-Rounded-Bold;
}
.lesson_mod {
    background-color: #DFF3FF;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.social  {
    background-image: linear-gradient(0deg, #C5EAFF, rgb(255, 255, 255));
}
.social_mod  {
    border-radius: 20px;
    border: 1px solid #AEAEAE;
    padding: 30px 0px;
    margin-bottom: 20px;
    height: 90px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fff;
}
.social_mod img {
    height: auto;
}
.lesson_mod_orderby {
     position: relative;
}
.lesson_mod_orderby_number {
    background: #e3e3e3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    border: 3px solid #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: bold;
    line-height: 54px;
    margin-right: 5px;
    text-align: center;
    width: 60px;
    background-color: #7198FF;
 }
.lesson_mod_name {
    font-size: 20px;
    color: #0057CC;
    font-family:  SVN-Volte-Rounded-Bold;
}
.lesson_mod_date {
    background-color: #005EB6;
    color: #fff;
    border-radius: 10px;
    padding: 3px 20px;
    margin-right: 10px;
}
.lesson_mod_time {
    background-color: #fff;
    color: #0057CC;
    border-radius: 10px;
    padding: 3px 20px;
}
.course-mod {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.course-mod .img-course {
    border-radius: 10px 10px 0px 0px;
    height: 211px;
    width: 100%;
}
.course-mod-des , .course-mod-teacher {
    font-size: 14px;
}
hr.course-mod-hr {
    margin: 0.3rem 0;
}
.course-mod-price-old {
    color: #989898;
    font-size: 12px;
    text-decoration: line-through;
}
.course-mod-cat {
    color: #0057CC;
    font-family: SVN-Volte-Rounded-Bold;
    font-size: 20px;
    text-transform: uppercase;
}

.func-sm-mod:hover {
    background-color: #08e;
}
.func-sm-mod:hover a{
    color: #fff;
}
.func-sm-mod {
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid #0690ef;
    height: 67px;
    background-color: #fff;
}
.func-sm-icon img {
    height: 20px;
    margin-right: 10px;
}
.course-mod-des{
    display: -webkit-box;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px
}
.course-mod-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    font-size: 20px;
    font-family: SVN-Volte-Rounded-Bold;
    color: #FF6B00;
}
.course-mod-title a{
    color: #FF6B00;
    font-size: 24px;
}
.exercise_mod {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.exercise_mod img{
    border-radius: 10px 10px 0px 0px;

}
#vid {
    height: 495px;
}
.account_drop li{
    width: 250px;
}
.account_drop{
    border-radius: 10px;
    padding: 10px;
}

.menu-avatar {
    border: 2px solid #fff;
}
.menu-left {
    font-family: SVN-Volte-Rounded-SemiBold;
}

.button-custome {
    padding: 12px 20px;
    background-color: #298DEA;
    border-radius: 40px;
    box-shadow: 0px 3px #006CD1;
    font-family:  SVN-Volte-Rounded-SemiBold;
}
.nav-link:focus, .nav-link:hover {
    color: #303030;

}
.nav-link {
    color: #303030;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0057CC;
}
.button-custome-line {
    padding: 12px 20px;
    border: 2px solid #298DEA;
    border-radius: 40px;
    box-shadow: 0px 3px #006CD1;
    font-family:  SVN-Volte-Rounded-SemiBold;
    color: #0057CC;
}
.style-blah {
    border-radius: 100px;
    border: 2px solid #298DEA;
}
.form-setting label {
    font-family:  SVN-Volte-Rounded-SemiBold;
}
.func-mod-name {
    font-family:  SVN-Volte-Rounded-SemiBold;
    font-size: 16px;
    margin-top: 3px;
}

.form-setting .form-control {
    border: 2px solid #ced4da !important;
    line-height: 1.8 !important;
}
.acc-img-logo {
    border-radius: 40px;
}
.account-sidebar {
    border-radius: 20px;
    border: 2px solid #D7D7D7;
    height: 100%;
    background-color: white;
}
.acc-list-mod  {
    padding: 20px;

}
.acc-list-mod.active {
    background-color: #DEF4FF;
    border-left: 2px solid #85D6FF;
}
.bg-wave  {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.bg-wave-top  {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.box-page {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #d4d4d4;
    padding: 20px;
    border-radius: 20px;
    margin: 50px 0px;
}
.bg-blue-nhat {
    background-color: #D6F0FF;
}
.form-control-custome {
    border: 2px solid #ced4da;
    border-radius: 20px;
}
.btn-save-file {
    border-radius: 0px 20px 20px 0px;
}
.learning_method{
    text-transform: capitalize;
    border-radius: 20px;
    padding: 5px 10px 2px 10px;
    border: 1px solid;
}
.learning_method.zoom {
    border-color: #ff0101;
    color: #ff0101;
}
.learning_method.offline {
    border-color: #0057CC;
    color: #0057CC;
}
.learning_method.video {
    border-color: #350038;
    color: #350038
}
.learning_method.meet {
    border-color: #006730;
    color: #006730;
}
.learning_method.zalo {
    border-color: #078c9b;
    color: #078c9b;
}
.navbar-brand img {
    height: 45px;
}
.button_answer {
    width: 100%;
}
.nav-item-sign a{
    font-size: 16px;
    font-weight: bold;
}
.func-flex {
    display: flex;
}

/* width */
.video-comment-list::-webkit-scrollbar {
    width: 15px;
  }

  /* Track */
  .video-comment-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .video-comment-list::-webkit-scrollbar-thumb {
    background: #298DEA;
    border-radius: 10px;
  }

  /* Handle on hover */
  .video-comment-list::-webkit-scrollbar-thumb:hover {
    background: #4ca5f8;
  }
@media only screen and (max-width:1700px) {

    .func-mod-name {
        font-size: 17px ;
    }
}

@media only screen and (max-width:1025px) {
    span.menu-text {
        display: none;
    }
    .img-post {
        height: 210px !important;
    }
    .func-icon img {
        height: 28px;
        margin-right: 3px;
    }
    .func-mod {
        height: 73px;
    }
    .func-sm-icon img {
        height: 15px;
        margin-right: 2px;
    }
    .func-sm-mod {
        height: 61px;
    }
    .button-deep {
        margin-top: 19px;
        padding: 7px 20px;
    }
    .table-pointer-number {
        padding: 0px;
        font-size: 40px;
        -webkit-text-stroke: 2px #005EB6;
    }
    .button_answer {
        width: 79%;
    }
    #vid {
        height: 400px;
    }
    .table-pointer-th {
        padding: 3px 5px;
    }
    img.img_gift {
        height: 40px;
    }
}
@media only screen and (max-width:800px) {
    .table-scroll {
        width: 100%;
        overflow-x: scroll;
    }
    
    .func-sm-icon img {
        margin-right: 0px;
        height: 27px;
    }
    .navbar-brand img {
        height: 26px;
    }
    .a-top-menu {
        padding: 2px 5px 8px 9px;
    }
    #vid {
        height: 356px;
    }
    .social_mod img {
        width: 98%;
    }

    .func-flex {
         display: block;
         text-align: center;
    }
    .title-main {
        font-size: 18px;
    }
    .button-custome-line {
        font-size: 9px;
    }
    .img-post {
        height: 210px !important;
    }
    .func-sm-mod {
        height: 43px;
    }

}
.menu-mobile {
    display: none;
}

.drop15 {
    border-radius: 15px !important;
}
.slide-mobile {
    display: none;
}
.slide-desktop{
    display: unset !important;
    display: block !important;
}
.footer-img img {
    height: 80px;
}
.fun-mobile {
    display: none;
}
.fun-desktop {
    display: block;
}
.support-mod {
    border: 1px solid #298DEA;
    border-radius:  40px;
    padding: 10px 0px;
    color: #298DEA;
    font-weight: bold;
}
.icon-footer {
    height: 200px;
    width: auto;
}
@media only screen and (max-width: 426px) {
    .social_mod img {
        width: 69%;
    }
    .icon-footer {
        width: 100%;
        height: auto;
    }
    .lesson_mod_orderby_number {
        font-size: 16px;
        line-height: 25px;
        margin-right: 0px;
        width: 30px;
    }
    .lesson_mod_name {
        font-size: 15px;
    }
    .lr-mobile {
        padding-left: 0px;
        padding-right: 0px;
    }
   #nav-tab {
        overflow-x: auto;
        overflow-y:hidden;
        flex-wrap: nowrap;
     }
     #nav-tab .nav-link {
       white-space: nowrap;
     }
    .fun-desktop {
        display: none;
    }
    .fun-mobile {
        display: unset;
    }
    
    
    .footer-img img {
        width: 120px;
        height: auto;
    }
    .slide-desktop {
        display: none!important;
    }
    .slide-mobile {
        display: unset!important;
        display: block !important;
    }
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: unset;
    }
     
    .menu-search {
        height: 30px;
    }
    
    form#form_search {
        width: 173px;
    }
    .video-comment-list  {
        overflow-y: scroll;
        height: 500px;
        overflow-x: hidden;
    }
    .func-sm-icon img {
        margin-right: 0px;
    }
    .func-flex {
        display: block !important;
        text-align: center;
    }
    .button_answer {
        width: 70%;
    }
    .navbar-brand img {
        height: 25px;
    }
    .course-img img {
        min-height: 100%;
    }
    .course-img {
        overflow:  unset;
        height: unset;
    }
    #vid {
        height: 220px !important;
    }
    .func-sm-mod-name {
        display: none;
    }

    .func-mod-name {
        font-size: 17px !important;
    }
    .func-mod {
        padding: 5px;
    }
    .func-icon img {
        margin-right: 5px;
        height: 28px;
    }
    .video-title {
        font-size: 20px;
    }
    .table-pointer-number {
        padding: 0px;
        font-size: 30px;
    }
    .table-pointer-th {

        padding: 5px;
    }
    .button-deep {
        margin-top: 20px;
    }
    .func-sm-mod {
        height: 40px;
    }
}


a.a-top-menu img {
    height: 30px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.modal-content {
    border: 2px solid #298dea !important;
    border-radius: 21px !important;
    border-bottom: 1px solid #298dea !important;
}
.gach-blue {
    height: 1px !important;
    color: #a1d6f1;
    opacity: 1;
}
.modal-body {
    padding: 0px !important;
}
.deepview_modal_body {
    padding: 20px 60px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.deepview_modal_head {
    text-transform: uppercase;
}
.exercise_button {
    font-size: 13px;
}
.exercise_img_title img{
    max-height: 300px;
    max-width: 100%;
}
.exercise_mod_title {
    border-top: 1px solid #adadad;
}
.img-post {
    overflow: hidden;
    height: 215px;
}
