/*
Theme Name: edupow
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSansRegular.eot');
    src: url('assets/fonts/GoogleSansRegular.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansRegular.woff2') format('woff2'),
         url('assets/fonts/GoogleSansRegular.woff') format('woff'),
         url('assets/fonts/GoogleSansRegular.ttf') format('truetype'),
         url('assets/fonts/GoogleSansRegular.svg#GoogleSansRegular') format('svg');
    font-weight: normal;
}
@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSansItalic.eot');
    src: url('assets/fonts/GoogleSansItalic.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansItalic.woff2') format('woff2'),
         url('assets/fonts/GoogleSansItalic.woff') format('woff'),
         url('assets/fonts/GoogleSansItalic.ttf') format('truetype'),
         url('assets/fonts/GoogleSansItalic.svg#GoogleSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSansMedium.eot');
    src: url('assets/fonts/GoogleSansMedium.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansMedium.woff2') format('woff2'),
         url('assets/fonts/GoogleSansMedium.woff') format('woff'),
         url('assets/fonts/GoogleSansMedium.ttf') format('truetype'),
         url('assets/fonts/GoogleSansMedium.svg#GoogleSansMedium') format('svg');
    font-weight: 500;
}
@font-face {
    font-family: 'Google Sans';
    src: url('assets/fonts/GoogleSansBold.eot');
    src: url('assets/fonts/GoogleSansBold.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansBold.woff2') format('woff2'),
         url('assets/fonts/GoogleSansBold.woff') format('woff'),
         url('assets/fonts/GoogleSansBold.ttf') format('truetype'),
         url('assets/fonts/GoogleSansBold.svg#GoogleSansBold') format('svg');
    font-weight: bold;
}
@font-face {
    font-family: 'UTMAquarelle';
    src: url('assets/fonts/UTMAquarelle.eot');
    src: url('assets/fonts/UTMAquarelle.eot') format('embedded-opentype'),
         url('assets/fonts/UTMAquarelle.woff2') format('woff2'),
         url('assets/fonts/UTMAquarelle.woff') format('woff'),
         url('assets/fonts/UTMAquarelle.ttf') format('truetype'),
         url('assets/fonts/UTMAquarelle.svg#UTMAquarelle') format('svg');
}


html,body {
    font-family: 'Google Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background: white;
}
input[type=email], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=text], textarea, input[type=password] {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    min-height: 40px;
}
form button, form input[type=submit] {
    margin: 0 auto;
    text-transform: initial;
    background: #2f71bd;
    color: white;
    padding: 0 20px;
}
p {margin-bottom: 10px;}
.section-title-container {margin-bottom:5px;}
.section-title-normal {border: none;padding: 10px;background: white;border-radius: 5px;align-items: center;align-content: center;box-shadow: 2px 2px 3px #0000001f;}
.section-title-normal span {
    text-transform: initial;
    font-size: 18px;
    border-bottom: none;
    margin: 0;
    padding: 0 0 0 10px;
    display: block;
    height: 30px;
    line-height: 32px;
}
.section-title-normal a {
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 0 15px;
    background: #2f71bd;
    line-height: 30px;
    color: white;
    border-radius: 5px;
}
.section-title i.icon-angle-right {
    opacity: 1;
    vertical-align: -2px;
    margin-left: 8px;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track{;background-color:#F5F5F5;border-radius:0}
::-webkit-scrollbar{width:8px;background-color:#F5F5F5}
::-webkit-scrollbar-thumb{background-color:#807d7d;border-radius:0;}

.autocomplete-suggestions::-webkit-scrollbar-track{;background-color:#ebebeb;border-radius:0;cursor: pointer;}
.autocomplete-suggestions::-webkit-scrollbar{width:5px;background-color:#2f71bd;cursor: pointer;}
.autocomplete-suggestions::-webkit-scrollbar-thumb{background-color:#2f71bd;border-radius:0;cursor: pointer;}

/********* HEADER *********/
.header-bottom-nav > li {margin: 0;}
.header-bottom-nav > li > a {padding: 0 25px;font-weight: 500;font-size: 15px;}
.header-bottom-nav > li.active > a, .header-bottom-nav > li:hover > a {background: rgba(0, 0, 0, .3);}
.html_topbar_left a {
    background: #da3231;
    padding: 0 20px 0 50px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    height: 40px;
    border-radius: 40px;
    position: relative;
}
.html_topbar_left a i {
    font-size: 20px !important;
    position: absolute;
    left: 0;
    height: 42px;
    top: -1px;
    width: 42px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: #da3231;
    color: #ffffff;
    border: 2px solid #fff;
}
.header-search-form-wrapper {width: 400px;margin: 0 auto;}
.header-search-form-wrapper .search-field {
    box-shadow: unset;
    height: 40px;
    border-right: none;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.header-search-form-wrapper .searchform .button.icon {
    height: 40px;
    width: 40px;
    background: #2f71bd;
    border-radius: 7px;
}
.account-manager:before {display:none;}
.account-manager .user-name {
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    text-transform: lowercase;
    color: #333;
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
}
.account-manager .user-name i {
  font-size: 13px;
  margin-left: 5px;
}
.account-manager .sub-menu {
    padding: 0;
    border: 1px solid #e3e3e3;
    box-shadow: 2px 2px 4px #00000042;
    min-width: 200px;
}
.account-manager .sub-menu a {
    line-height: 1.4;
    display: block;
    padding: 10px;
    margin: 0;
    color: #333;
    font-size: 14px;
}
.account-manager .sub-menu a:hover {
    color: #446084;
}
.header-nav-main .account-manager > a {
    background: #0000001c;
    height: 40px;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    align-content: center;
}
.account-manager span.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    overflow: hidden;
    background: white;
    border: 2px solid white;
}
.account-manager span.avatar img {display: block;}
.header-nav-main .link {margin: 0;}
.header-nav-main .link a {background: #da3231;line-height: 40px;padding:0 15px;color:white;border-top-left-radius: 50px;border-bottom-left-radius: 50px;text-transform: inherit;font-weight: 500;}
.header-nav-main .register-link a {border-radius: 0 50px 50px 0;position:relative;}
.header-nav-main .register-link a:before {
    content:'';
    width: 1px;
    display: block;
    height: 20px;
    position: absolute;
    background: white;
    left: 0;
    top: 10px;
    opacity: 1 !important;
}
.header-nav-main .link a:hover {color: #fbfbfba8;}

#wrapper, #main {background: #efefef;}
.single .entry-header-text {padding-bottom: 0;}
.entry-content.single-page {padding-top: 15px;}
.block-box, .post-sidebar .widget  {
    padding: 20px;
    background: white;
    box-shadow: 2px 2px 2px #00000021;
}
 .post-sidebar .widget_media_image {padding:0;}
.block-box .box-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ababab;
}
.block-course-meta {
    position: sticky;
    top: 66px;
}
.block-course-meta h1 {
    font-size: 22px;
}
.block-course-meta .meta {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #00000054;
}
.block-course-meta .meta .item {
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.block-course-meta .meta .item.rating-count {
    margin-bottom: 15px;
}
.block-course-meta .meta .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
.block-course-meta .meta .icon img {
    width: 100%;
    display: block;
}
.block-course-meta .review-rating {margin: 0 10px 0 0;line-height: 16px;}
.block-course-meta .review-rating > span {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #2f71bd;
}
.block-course-meta .review-rating > span:before {
    display: block;
    line-height: 18px;
}
#send_contact button {width:100%;}
.wrap-video {padding-top: 56%;position: relative;}
.wrap-video iframe {position: absolute;z-index: 9;left: 0;top: 0;width: 100%;height: 100%;}
#mainContent {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}
#mainSidebar {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.course-tab ul.nav {
    background: white;
    margin-top: 15px;
    box-shadow: 2px 2px 2px #00000021;
    position: sticky;
    top: 55px;
    z-index: 10;
}
.course-tab ul.nav li {
    margin: 0;
}
.course-tab ul.nav li a {
    display: block;
    padding: 0 25px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.course-tab ul.nav li.active a, .course-tab ul.nav li:hover a {
    background: #2f71bd;
    color: white;
}
.group-video {
    margin-bottom: 2px;
}
.group-video .group-name {
    margin: 0;
    background: #ebebeb;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: #2f71bd;
    font-weight: 500;
    cursor: pointer;
}
.group-video .group-name:before {
    content: '-';
    background: #5a5a5a;
    color: white;
    display: inline-block;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: 1px;
}
.group-video .list_video {
    margin: 0;
    list-style: none;
    padding: 0 10px;
    display: none;
}
.group-video .video-item {
    margin: 0;
    border-bottom: 1px dashed grey;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.group-video .video-item:last-child {border:none;}
.group-video .video-name {flex: 1;margin: 0;cursor: pointer;}
.group-video .video-name span {
    font-size: 14px;
    font-weight: 500;
}
.group-video .video-name .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: -2px;
    position: relative;
}
.group-video .video-name .icon img {display: block;}
.group-video .video-lenght {
    width: 50px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
}
.video-item.loading .icon img,
.download-button.loading img {opacity:0;}
#submitSendcontact.loading {color: rgba(0, 0, 0, .1);}
.video-item.loading .icon:after,
.download-button.loading:after,
#submitSendcontact.loading:after {
    -webkit-animation: loading 500ms infinite linear;
    animation: loading 500ms infinite linear;
    border: 2px solid #2f71bd;
    border-radius: 32px;
    border-right-color: transparent!important;
    border-top-color: transparent!important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}
#submitSendcontact.loading:after {border-color:white;}
.tai_lieu-single .document-single-title {margin-bottom: 20px;}
.tai_lieu-single .meta {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #00000057;
    padding: 7px 0;
    border-top: 1px dashed #00000057;
    margin-bottom: 20px;
}
.tai_lieu-single .meta-item {
    display: flex;
    margin-right: 15px;
}
.tai_lieu-single .meta-item span {
    font-size: 14px;
    color: grey;
}
.tai_lieu-single .meta-item span.icon {
    width: 18px;
    margin-right: 7px;
}
.tai_lieu-single .meta-item .icon img {display: block;}
.tai_lieu-single .social-s {
    margin-right: 0;
    margin-left: auto;
}
.tai_lieu-single .social-s a.icon {
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 10px;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    border: none;
    line-height: 25px;
}
.download-button, .login-to-download {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}
.list-document table {
    border-right: 1px solid #ececec;
}
.list-document thead td {
    font-weight: 500;
    font-size: 16px;
    background: #2f71bd;
    color: #fff;
}
.list-document td {padding: 10px;border-left:1px solid #ececec;}
.list-document .document-item .document-name {
    font-weight: 500;
}
.course-item .col-inner {
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #00000014;
    height: 100%;
    overflow: hidden;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.course-item .col-inner:hover {
    box-shadow: 2px 2px 4px #00000050;
}
.box-course-post .box-text {
    padding: 0;
}
.box-course-post .box-text .course-title {
    font-weight: 500;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    padding: 10px;
}
.box-course-post .course-meta {
    padding: 5px 10px;
}
.box-course-post .course-meta .item {
    font-size: 13px;
}
.box-course-post .course-meta .review-rating > span {
    width: 14px;
    height: 14px;
    font-size: 14px;
    color: #ffbc00;
}
.box-course-post .course-meta .review-rating > span:before {
    line-height: 14px;
}
.bottom-meta {
    display: flex;
    border-top: 1px solid #e2e2e2;
}
.bottom-meta .item {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    font-size: 13px;
}
.bottom-meta .item:last-child {border:none;}
.post-item .col-inner {background: white;box-shadow: 2px 2px 4px #0000001f;}
.box-blog-post .post-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.box-blog-post button.button {
    background: none;
    border: none;
    color: #2f71bd;
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 0;
    float: right;
    border-bottom: 1px solid #2f71bd;
    min-height: unset;
    line-height: 20px;
}
.from_the_blog_excerpt {font-size: 15px;}
.category-tu-van .col-inner {height: 100%;}
.category-tu-van .box-text {padding: 15px;overflow: hidden;}
.category-tu-van .box-blog-post .post-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.category-tu-van .box-blog-post button.button {margin-top: 5px;}
#breadcrumbs {
    border-bottom: 1px dashed #00000040;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 15px;
}
.archive h1 {font-size: 24px;margin-bottom: 20px;}
.blog-archive, .blog-single {padding: 0;}
.seoviet_form label {
    font-weight: 500;
    font-size: 15px;
}
.seoviet_form ul {
    padding-left: 20px;
}
.seoviet_form li {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.4;
}
.seoviet_form input[type="submit"], .seoviet_form button, #reset-pass-submit {
    display: block;
    font-weight: 500;
    min-width: 150px;
    border-radius: 50px;
    margin: 20px auto 0;
    text-transform: inherit;
}
.account-page-form p {font-size:15px;margin-bottom:10px;}
.lostpassword-submit {margin-bottom:0;}
.page-id-103 .section-title, .page-id-106 .section-title, .page-template-tai-khoan .section-title {margin-bottom: 30px;justify-content: center;}
.page-id-103 .section-title b, .page-id-106 .section-title b, .page-template-tai-khoan .section-title b {display: none;}
.page-id-103 .section-title-main, .page-id-106 .section-title-main, .page-template-tai-khoan .section-title-main {
    font-weight: 500;
    text-transform: inherit;
    font-size: 24px;
}
.account-page-form legend {
    font-size: 24px;
    text-transform: inherit;
    font-weight: 500;
    text-align: center;
    border: none;
}
.account-page-form label {font-weight: 500;}
.header_teacher {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.header_teacher:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000000ad, transparent);
    z-index:0;
    bottom: 0;
    left: 0;
}
.header_teacher .wrap-header-teacher {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 9;
}
.teacher_information {
    display: flex;
    padding: 20px 0;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.teacher_information .avatar {
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    height: 150px;
}
.teacher_information .avatar img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    max-width: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.teacher_information .teacher-name {
    color:white;
    font-weight: 500;
    font-size: 24px;
    text-shadow: 2px 2px 3px #00000096;
    margin-bottom: 5px;
}
.teacher_information .sub-title {
    color: white;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 2px 2px 3px #00000096;
}
.teacher_information .social {}
.teacher_information .social a,
#tab_giang_vien .social a {
    background: #2f71bd;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: white;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
}
.teacher_score {
    padding: 20px;
    color: white;
    justify-content: flex-end;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.teacher_score > * {
    padding: 0 30px;
}
.teacher_score span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.teacher_score .value {
    font-size: 40px;
    font-weight: bold;
}
.page-banner {
    position: relative;
    height: 350px;
    overflow: hidden;
}
.page-banner img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-term-tai-lieu .col-inner {
    background: white;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    box-shadow: 2px 2px 3px #00000038;
    height: 100%;
}
.item-term-tai-lieu .col-inner .box-image img {
}
.item-term-tai-lieu .col-inner .box-image img.image-default {
    width: 30%;
    display: block;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.item-term-tai-lieu .col-inner .box-text {padding: 20px;}
.item-term-tai-lieu .col-inner .term-title {font-size:16px;font-weight:500;margin: 0;}
.sidebar .widget-content {margin-bottom: 20px;}
.sidebar .widget_text {
    background: white;
    box-shadow: 2px 2px 4px #00000033;
}
.sidebar .widget-title {
    background: #2f71bd;
    color:white;
    font-weight: 500;
    padding: 7px 20px;
}
.sidebar .textwidget {
    padding: 0 20px;
    overflow: hidden;
}
.sidebar .textwidget td {
    padding: 10px 0;
}
.sidebar .textwidget tr:last-child td {border-bottom:none;}
.notification {
    position: fixed;
    left: 20px;
    bottom: 0;
    background: white;
    border-radius: 5px;
    width: 300px;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: 2px 2px 4px #00000059;
    z-index: 9999;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transform: translateY(102%);
}
.notification.show {
    transform: translateY(-15px);
}
.notification .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: red;
    padding: 0;
    min-height: unset;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    margin: 0;
}
.notification .close:after, .notification .close:before {
    content: '';
    width: 9px;
    height: 1px;
    background: white;
    display: block;
    transform: translate(3px, 0px) rotate(45deg);
}
.notification .close:after {
    transform: translate(3px, -1px) rotate(-45deg);
}
.notification .title {
    margin: 0;
    font-weight: 500;
    color: #2f71bd;
    font-size: 15px;
}
.notification .content {
    margin: 0;
}
.search-name .post-type {
    display: inline-block;
    background: #2f71bd;
    padding: 0 5px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}
.search-archive h1 {
    font-weight: 500;
    font-size: 20px;
}
.search-archive h1 strong {
    color: #2f71bd;
}
.search-result .result-item:not(:last-child) {padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dashed #00000054;}
.search-result .result-item .post-type {
    background: #2f71bd;
    display: inline-block;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
}
.search-result .result-item .post-name {
    font-weight: 500;
    font-size: 18px;
}
.search-result .result-item .description {
    font-size: 14px;
}
.search-result .result-item .description strong {color:red;}
.search-result .result-item .description p {margin-bottom:0;}
.search-result .result-item .link-more {
    font-size: 14px;
    text-decoration: underline;
}
.searchform .ux-search-submit {
    width: 40px;
    height: 40px;
    min-height: unset;
    min-width: unset;
    font-size: 16px;
    background: #2f71bd;
}
#tab_giang_vien .avatar {
    border-radius: 50%;
    overflow: hidden;
    max-width: 150px;
    margin-bottom: 10px;
}
#tab_giang_vien .meta-teacher {
    text-align: center;
    font-size: 14px;
}
#tab_giang_vien .teacher-name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}
#tab_giang_vien .sub-title {
    font-weight: 500;
}
#tab_giang_vien .teacher-content {
    margin-top: 20px;
}
#tab_giang_vien .social a {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 21px;
    border-radius: 3px;
}
.review-totals {max-width: unset;}
.reviews-summary {font-size: 16px;text-align: center;top: 20%;}
.reviews-summary strong {display:block;color:red;font-size:18px;}
.review-list .ic_rev {max-width:unset;border: none;background: #efefef;padding: 15px 20px;width: 100%;}
.review-list .review-reply {background: white;margin-left: 50px;}
.review-list .review-right {font-size: 14px;margin-left: 20px;padding-top: 5px;display: block;}
.review-list .review-rating {margin-bottom: 0 !important;max-height: unset;}
.review-list .review-title {margin-left: 5px;vertical-align: -1px;font-weight: normal;}
.review-list .review-text p {margin-bottom: 0 !important;}
.review-list .review-rating > span {width: 16px;height: 16px;font-size: 16px;vertical-align: -2px;color: #2f71bd;}
.review-list .review-rating > span:before {display:block;line-height: 16px;font-size: 16px;}
.ic_rev .reviewer-name a {font-size: 16px;font-weight:500;}
.ic_rev .reviewer-name {display: inline-block;min-height: unset;float: left;margin: 0;margin-right: 10px;}
.ic_rev .reviewer-name span {display: block;min-height: unset;line-height: 1.4;}
.ic_rev .review-avatar {width: 68px;height: 68px;border-radius:50%;overflow:hidden;display:block;margin: 5px auto;border: 1px solid #ebebeb;}
.ic_rev .review-text, .ic_rev .review-avatar {margin-top:5px;}
#product_reviews p {margin-bottom: 10px;}
#product_reviews p.comment-form-title, #product_reviews p.comment-form-comment, #product_reviews p.review-rating {display: flex;margin-bottom: 15px;}
#product_reviews label {margin:0;font-size: 16px;min-width: 180px;}
#commentform .review-rating > span {color:#2f71bd;font-size:24px;width:24px;height:24px;}
#commentform .review-rating > span:before {display:block;line-height: 24px;}
#product_reviews #respond input[type="text"], #product_reviews #respond input[type="email"], #product_reviews textarea {max-width: 400px;border: 1px solid #ebebeb;}
#product_reviews textarea {min-height: 80px;}
#product_reviews .reply-title {display: none;}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#footer .icon-box {
    margin-bottom: 10px;
}
#footer .icon-box-img {
    width: 16px !important;
}
#footer .icon-box-text {
    display: flex;
    align-items: center;
}
#footer .icon-box-text h5 {
    font-weight: normal;
    text-transform: inherit;
    font-size: 14px;
}
#footer .section-title-normal {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
#footer .section-title-main {
    padding-left: 0;
    font-size: 20px;
}
#footer form input[type=submit] {
    width: 100%;
    font-weight: 500;
}
#footer img {margin-bottom: 10px;}
.absolute-footer.dark {color: white;padding-bottom: 10px;}

@media only screen and (max-width: 768px){
    .box-course-post .box-text .course-title {height: auto;padding-bottom: 0}
    #mainContent, #mainSidebar {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .page-banner {height: auto;}
    .page-banner img {position: static;transform: translate(0);-webkit-transform: translate(0);-moz-transform: translate(0);}
}
@media only screen and (max-width: 580px){
    .box-course-post .box-text .course-title {height: auto;padding-bottom: 0}
    .course-tab ul.nav li {width: 50%;}
    .course-tab ul.nav li a {font-size: 14px;padding-left: 10px;padding-right: 10px;}
    .tai_lieu-single .meta {display: block;}
    .tai_lieu-single .meta-item {margin: 5px 0;}
    .list-document thead td:first-child {width: 200px;}
    .autocomplete-suggestion img+.search-name > div {font-size: 16px;}
    .autocomplete-suggestion img {width: 60px;height: 60px;border-radius: 10px;}
    .header_teacher {height: auto;padding: 20px 0;}
    .header_teacher .wrap-header-teacher {display: block;text-align: center;}
    .teacher_information {max-width: unset;width: 100%;padding: 10px;display: block;}
    .teacher_score {padding: 10px;max-width: unset;width: 100%;justify-content: center;}
    .teacher_information .avatar {margin: 0 auto;}
}