.breadcrumbs {
    font-size: 16px;
    margin: 15px 0;
}

.gv-highlight {
    background: url("../images/banner.png") no-repeat center;
    background-size: 100%;
    /*min-height: 660px;*/
    /*height: 100vh;*/
    padding-top: 48.9%;
    margin-bottom: 22px;
}

.gv-highlight .gv-wrap {
    color: #ffffff;
    margin: 0 auto;
    /*padding-top: 216px;*/
    text-align: justify;
    width: 645px;
}

.gv-highlight h1 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: justify;
}

.gv-highlight p {
    font-size: 16px;
    font-weight: 300;
}

.gv-goto {
    background: url('../images/gv-scroll.png') no-repeat;
    width: 37px;
    height: 32px;
    display: block;
    margin: 28px auto 0 auto;
    cursor: pointer;
}

.gv-top {
    margin-bottom: 25px;
}

.gv-select {
    float: left;
}

.gv-select select {
    width: 135px;
    height: 41px;
    font-weight: bold;
    background: url('../images/select-arrow.png') no-repeat 85% #0070ba;
    color: #FFFFff;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 2px 2px 2px #e5e5e5;
    padding: 0 16px 0 12px;
    -webkit-appearance: none;
    text-indent: 5px;
}
.gv-select .select2-container .select2-selection--single {
    background-color: #0070ba;
    border: medium none;
    border-radius: 5px;
    box-shadow: 1px 2px 2px rgba(147, 147, 147, 0.75);
    height: 40px;
    line-height: 40px;
}
.gv-select .select2-container .select2-selection__rendered {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}
.gv-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 30px;
}
.gv-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -13px;
    right: 8px;
    top: 50%;
}
.gv-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent;
    border-width: 8px 9px 0;
    margin-left: -9px;
    margin-top: -4px;
}
.gv-pagination {
    float: right;
}
.gv-bottom .paging{
    margin: 0;
}
.gv-list{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.gv-item-wr {
    float: left;
    margin-bottom: 45px;
    margin-left: 26px;
    width: 236px;
}
.gv-item-wr:nth-child(4n+1){
    clear: both;
    margin-left: 0;
}
.gv-item {
    color: #000;
    padding-bottom: 18px;
    position: relative;
    text-align: left;
}
.gv-item:before, .gv-item:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
}
.gv-item::before {
    background-color: #fba61a;
    height: 5px;
    left: 0;
    width: 56px;
}
.gv-item::after {
    border-top: 1px solid #a0a0a0;
    height: 3px;
    left: 65px;
    right: 0;
}

.gv-image img {
    width: 100%;
}

.gv-name {
    margin-top: 16px;
    margin-bottom: 1px;
}

.gv-name a {
    color: #2a70b8;
    font-weight: bold;
    text-transform: capitalize;
}

.gv-school {
    font-weight: bold;
    min-height: 34px;
}

.gv-desc {
    font-size: 13px;
    color: #000;
    margin-top: 16px;
    min-height: 32px;
}

.gv-desc p {
    margin-bottom: 0;
}

.gv-viewmore {
    margin-top: 32px;
    text-align: right;
}

.gv-viewmore a {
    color: #0151aa;
    font-size: 12px;
}

.gv-pagination .paging {
    font-weight: bold;
}

.gv-pagination .paging a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6e6e6e;
    color: #000;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 21px;
}

.gv-pagination .paging a:hover {
    background: #ffbc29;
}

.gv-pagination a.gv-pagenav {
    width: 80px;
    height: 21px;
    background: #0070ba;
    color: white;
    border: 1px solid #0070ba;
    margin-left: 10px;
}

.gv-pagination a.gv-pagenav:hover {
    color: #000;
}

.gv-pagination .paging a.gv-curpage {
    background: #ffbc29;
    border: 1px solid #ffbc29;
}

.gv-search {
    float: right;
}

.gv-glass {
    background: url("../images/gv-search.png") no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 10px;
    margin-left: 12px;
}

.gv-search-input {
    width: 265px;
    height: 41px;
    border: 1px solid #828080;
    font-size: 12px;
    padding-left: 42px;
}

.gv-search-btn {
    width: 84px;
    height: 41px;
    background: #0871b9;
    font-size: 12px;
    border: none;
    margin-left: -3px;
    color: white;
}

.gv-select .select2-container {
    margin-right: 5px;
}

.gv-list-m {
    display: none;
}

.carousel-control {
    width: 0;
    opacity: 1;
}

.carousel-control.left, .carousel-control.right {
    position: absolute;
    display: inline-block;
    width: 33px;
    height: 48px;
    top: 30%;
}

.carousel-control.left {
    background: url("../images/left.png") no-repeat;
}

.carousel-control.right {
    background: url("../images/right.png") no-repeat;
}

@media only screen and (max-width: 767px) {
    /* hide mobile */
    #breadcrumb-wr, .gv-glass{
        display: none;
    }

    /* show mobile */
    .gv-list-m {
        display: block;
    }

    .gv-highlight {
        /*background-image: url("../images/hero.jpg");*/
        height: auto;
    }

    .gv-highlight .gv-wrap {
        width: 80%;
        /*padding: 50px 0 36px 0;*/
    }

    .gv-highlight h1 {
        font-size: 27px;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .gv-highlight p {
        font-size: 12px;
    }

    .gv-goto {
        background: url("../images/scroll.png") no-repeat;
        width: 19px;
        height: 17px;
    }

    #main {
        padding-top: 0;
    }

    .gv-select select {
        width: 82px;
    }

    .gv-select .select2-container {
        margin-right: 2px;
    }

    .gv-select .select2-container .select2-selection--single {
        height: 28px;
    }

    .gv-select .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 0 0 6px;
    }

    .gv-select .select2-container .select2-selection__rendered {
        line-height: 30px;
        font-size: 10px;
    }

    .gv-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 4px 0;
        margin: -3px 0 0 0;
    }

    .gv-search {
        position: relative;
    }

    .gv-search-input {
        width: 150px;
        height: 32px;
        font-size: 10px;
        padding-left: 4px;
        border-radius: 4px;
    }

    .gv-search-btn {
        background: url(../images/search.png) no-repeat;
        width: 14px;
        height: 14px;
        margin-left: 0;
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 8px;
        text-indent: -999px;
    }

    .gv-item-wr {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .gv-item-wr:nth-child(4n+1) {
        margin: 0 auto;
    }

    .gv-bottom {
        margin-top: 30px;
    }

    .gv-school {
        min-height: inherit;
    }

    .gv-viewmore {
        margin-top: 10px;
    }

    .gv-desc {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .gv-highlight h1 {
        font-size: 24px;
    }

    .gv-select select {
        width: 78px;
    }

    .gv-search-input {
        width: 130px;
        padding-left: 3px;
    }

    .gv-search-btn {
        right: 4px;
    }

    .gv-item-wr {
        width: 230px;
        float: none;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 768px) and (max-width:992px) {
    .gv-item-wr {
        width: 30%;
        margin-left: 36px;
    }

    .gv-highlight {
        /*height: 450px;*/
    }

    .gv-highlight .gv-wrap {
        /*padding-top: 80px;*/
    }
}


/* ========================= Theme hocmai2026 ========================= */
[data-theme="hocmai2026"] #page {
    background-color: white;
}
[data-theme="hocmai2026"] .section-item {
    margin-top: 20px;
}
[data-theme="hocmai2026"] .owl-dots {
    display: flex;
    gap: 8px;
    height: 4px;
    align-items: center;
    justify-content: center;
}
[data-theme="hocmai2026"] .owl-dots .owl-dot {
    height: 4px;
    border-radius: 9999px;
    background: rgba(81, 162, 255, 0.3);
    width: 8px;
}
[data-theme="hocmai2026"] .owl-dot.active {
    background: #2b7fff;
    width: 32px;
}
[data-theme="hocmai2026"] .owl-dots .owl-dot span {
    display: none;
}

.section-item.statistics .statistic-box{
    border-radius: 16px;
    background: #F6F6F6;
    padding: 24px;
}
.statistics .box-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    position: relative;
}
.statistics .box-item .large-title{
    color: #135BEC;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
}
.statistics .box-item .desc{
    color: #6A7282;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.box-item + .box-item::before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(#F5F5F5, #CBCBCB, #F5F5F5);
    position: absolute;
    top: 0;
    left: 0;
}
.teacher-star {
    padding: 30px 0;
}
.teacher-star .panel-head .title {
    color: #1E2939;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
}
.teacher-star .panel-head .description {
    color: #4D525F;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.teacher-star .panel_body {
    margin-top: 30px;
/*    margin-left: -15px;
    margin-right: -15px;*/
}
#teacher-star .owl-stage-outer {
    /*padding: 0 15px;*/
    /*overflow: visible;*/
}
.teacher-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(43, 127, 255, 0.30), 0 4px 6px -4px rgba(43, 127, 255, 0.30);
    overflow: hidden;
}
.teacher-item .thumb {
    position: relative;
    aspect-ratio: 1/1;
    background: url('../images/bg_logo_image_teacher.png'), radial-gradient(101.8% 101.8% at 79.19% 73.91%, #FEFEFE 0%, #DBE9FF 100%);
    background-repeat: no-repeat;
    background-position: top 10px right 9px, 0;
    overflow: hidden;
}
.teacher-item .thumb::before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    border-radius: 307px;
    opacity: 0.6;
    background: radial-gradient(94.89% 94.89% at 21.56% 87.36%, #FEFEFE 0%, #E0EBFC 100%);
    mix-blend-mode: multiply;
    top: 60px;
    right: 10px;
    z-index: 1;
}
.teacher-item .thumb a {
    position: relative;
    z-index: 1;
    display: block;
}
.teacher-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.teacher-item .thumb .bage-info {
    background: linear-gradient(180deg, rgba(19, 91, 236, 0.00) 3.47%, rgba(0, 35, 161, 0.80) 100%);
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.teacher-item .thumb .bage-info .teacher-subject {
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.80);
    padding: 4px 8px;
    color: #135BEC;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.teacher-item .thumb .bage-info .teacher-workplace {
    color: white;
    font-size: 10px;
    font-weight: 600;
}
.teacher-item .infor {
    padding: 24px 16px;
}
.teacher-item .infor .title-teacher {
    color: #1E2939;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 0;
}
.intro-box .teacher-item .infor .title-teacher{
    font-size: 20px;
}
.teacher-item .infor .title-teacher a{
    color: #1E2939;
}
.teacher-item .infor .meta-teacher {
    color: #135BEC;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.teacher-item .infor .box-exp .number, 
.teacher-item .infor .box-student .number {
    color: #F97316;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.teacher-item .infor .box-exp .text-number, 
.teacher-item .infor .box-student .text-number {
    color: #4A5565;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.teacher-item .infor .description {
    overflow: hidden;
    color: #4A5565;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 16px;
}

.teacher-star .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.teacher-star .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.teacher-star .owl-carousel .owl-item > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btn-more-teacher {
    border-radius: 8px;
    background: #135BEC;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.btn-more-teacher:hover{
    color: #fff;
}
.ms-45px {
    margin: 45px 0;
}
.social-feedback .owl-carousel  .owl-nav > *,
.student-feedback .owl-carousel  .owl-nav > *,
#teacher-star .owl-nav > * {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    border-radius: 22px !important;
    background: rgba(131, 189, 255, .2) !important;
    transform: translate(0, -50%);
    margin: 0;
}
.social-feedback .owl-carousel .owl-nav > .owl-prev,
.student-feedback .owl-carousel .owl-nav > .owl-prev,
#teacher-star .owl-nav > .owl-prev {
    left: -40px;
}
.social-feedback .owl-carousel .owl-nav > .owl-next,
.student-feedback .owl-carousel .owl-nav > .owl-next,
#teacher-star .owl-nav > .owl-next {
    right: -40px;
}
#teacher-star .teacher-item {
    margin-bottom: 20px;
}
.teacher-list .teacher-item{
    height: 100%;
}
.course-feature .feature-title {
    color: #94A3B8;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.course-feature {
    margin-top: 16px;
}
.course-feature a {
    overflow: hidden;
    color: #135BEC;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.input-keyword {
    position: relative;
}
.input-keyword input {
    border-radius: 10px;
    border: 1px solid #E9EDF2;
    background: white;
    padding: 8px 40px 8px 15px;
    height: 40px;
    width: 100%;
}
.input-keyword button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: navajowhite;
    bottom: 0;
    padding: 0 10px;
}
.select-dropdown{
    min-width: 50%;
}
.select-dropdown .select2-container {
    width: 100% !important;
    min-width: 150px;
}
.select-dropdown .select2.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 5px;
}
.select-dropdown .select2.select2-container .select2-selection__arrow {
    width: 37px;
    height: 37px;
}
.select-dropdown .select2-container--default .select2-selection--single {
    border: 1px solid #E9EDF2;
    border-radius: 8px;
}
#tearcher-list {
    padding: 40px 0;
    background-color: #F8FAFC;
}
.section-item.student-feedback {
  padding: 40px 0;
}
.social-feedback  .panel-head .title,
.student-feedback .panel-head .title {
    color: #1E2939;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    position: relative;
}
.social-feedback .panel-head .title::after,
.student-feedback .panel-head .title::after {
    content: '';
    width: 88px;
    height: 8px;
    border-radius: 9999px;
    background: #135BEC;
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.student-feedback .panel-head .title span {
    display: block;
}
.student-feedback-item {
    border-radius: 12px;
    background: #EFF6FF;
    padding: 24px;
}
.student-feedback-item .description {
    color: #6A7282;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
    position: relative;
}
.student-feedback-item .description::after {
    content: '';
    width: 26px;
    height: 18px;
    background: url('data:image/svg+xml,<svg width="26" height="18" viewBox="0 0 26 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.55 18L6 12C4.35 12 2.9375 11.4125 1.7625 10.2375C0.5875 9.0625 0 7.65 0 6C0 4.35 0.5875 2.9375 1.7625 1.7625C2.9375 0.5875 4.35 0 6 0C7.65 0 9.0625 0.5875 10.2375 1.7625C11.4125 2.9375 12 4.35 12 6C12 6.575 11.9312 7.10625 11.7937 7.59375C11.6562 8.08125 11.45 8.55 11.175 9L6 18H2.55ZM16.05 18L19.5 12C17.85 12 16.4375 11.4125 15.2625 10.2375C14.0875 9.0625 13.5 7.65 13.5 6C13.5 4.35 14.0875 2.9375 15.2625 1.7625C16.4375 0.5875 17.85 0 19.5 0C21.15 0 22.5625 0.5875 23.7375 1.7625C24.9125 2.9375 25.5 4.35 25.5 6C25.5 6.575 25.4313 7.10625 25.2938 7.59375C25.1562 8.08125 24.95 8.55 24.675 9L19.5 18H16.05Z" fill="%233B82F6"/></svg>');
    position: absolute;
    top: -8px;
    right: -7px;
    opacity: .2;
}
.student-feedback-item .student-info .thumb {
    width: 60px;
    height: 60px;
}
.student-feedback-item .student-info .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.student-feedback-item .student-info .student-name {
    margin: 0;
    color: #111827;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.09px;
}
.student-feedback-item .student-info .meta-exam {
  color: #F97316;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.student-feedback-item .student-info .tag-course {
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.student-feedback-item .student-info .tag-course font {
    color: #135BEC;
}

.section-item.social-feedback {
    padding: 40px 0;
    background: #F8FAFC;
}
.social-feedback-item {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.social-feedback-item .thumb {
    aspect-ratio: 7/4;
    position: relative;
}
.social-feedback-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-feedback-item .info {
    padding: 12px;
}
.social-feedback-item .info .social-title a {
    overflow: hidden;
    color: #1E2939;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    height: 60px;
    webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.tag-social {
    height: 12px;
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.tag-social.vtv{
    background-image: url('../images/vtv.png');
}
.tag-social.vnexpress{
    background-image: url('../images/vnexpress.png');
}
#social-feedback .owl-dots,
#student-feedback .owl-dots {
    margin-top: 20px;
}

/* Detail */
.teacher-page .sidebar {
    border-right: 1px solid #E9EDF2;
}
.teacher-page .aside-block {
    padding-right: 15px;
}
.teacher-tab {
    border-bottom: 0;
}
.teacher-tab .nav-item {
    width: 100%;
}
.menuitem, .teacher-tab .nav-item {
    margin-bottom: 1px;
}
.menuitem a, .teacher-tab .nav-item .nav-link{
    color: #6A7282;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    height: 40px;
    padding: 0 12px;
    gap: 8px;
    border-radius: 12px;
    border: 0;
    align-items: center;
    display: flex;
}
.teacher-tab .nav-item .nav-link:hover svg path,
.teacher-tab .nav-item.active .nav-link svg path {
    fill: #135BEC;
}
.menuitem a:hover,
.teacher-tab .nav-item .nav-link:hover,
.teacher-tab .nav-item.active .nav-link {
    background: #EFF6FF;
    color: #135BEC;
    border: 0;
}
.teacher-item .list-other li {
    color: #1E2939;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}
.teacher-item .tags > span {
    border-radius: 4px;
    border: 1px solid #135BEC;
    padding: 4px 8px;
    color: #135BEC;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
}
.teacher-item .social-list {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E9EDF2;
}
.box-intro {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 75, 173, .1);
    height: 100%;
    padding: 24px;
}
.item-tab .panel-head .title {
    color: #1E2939;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.item-tab .panel-head .title::before {
    content: '';
    width: 40px;
    height: 2px;
    border-radius: 999px;
    background-color: #135BEC;
    position: absolute;
    bottom: 0;
    left: 0;
}
.item-tab .inf_content,
.item-tab .panel_body {
    color: #6A7282;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.item-tab .books-grid,
.item-tab .courses-grid,
.item-tab .inf_column {
    margin-left: -15px;
}
.item-tab .inf_column .bage-icon {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #EFF6FF;
}
.item-tab .inf_column .title {
    color: #1E2939;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.item-tab .inf_content ul {
    padding-left: 15px;
}
.teacher-slogan {
    border-radius: 12px;
    background: #EFF6FF;
    padding: 24px;
    color: #135BEC;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 28px;
}
.teacher-slogan span {
    flex: 1 0;
}
.item-tab.statistics .box-item .desc{
    font-size: 12px;
    line-height: 20px;
}
.item-tab.statistics .box-item .large-title{
    font-size: 24px;
    line-height: 28px;
}
.time-item + .time-item {
    margin-top: 16px;
}
.time-item .group-line {
    color: #1E2939;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.time-item .time-line {
    padding: 0;
    list-style: none;
    margin: 0;
}
.time-line li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 15px;
}
.time-line .bage-time {
    border-radius: 4px;
    border: 1px solid #B8C6D9;
    padding: 4px 8px;
    color: #6A7282;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}
.time-line .title-time {
    color: #4A5565;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 8px;
}
.time-line .desc-time {
    color: #94A3B8;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.time-line li::before {
    content: '';
    width: 1px;
    height: calc(100% - 6px);
    background-color: #E9EDF2;
    position: absolute;
    left: 4px;
    bottom: 0;
}
.time-line li::after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #E9EDF2;
    position: absolute;
    top: 6px;
    left: 0;
}
.time-line li.active:after{
    background-color: #135BEC;
}
.books-grid .book-item,
.courses-grid .course-item {
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.course-item .thumb {
    position: relative;
    aspect-ratio: 5/3;
}
.course-item .thumb > a {
    display: block;
    text-align: center;
}
.course-item .thumb .img-fluid {
    width: 100%;
}
.courses-grid .course-item .type-learn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    gap: 2px;
    opacity: 1;
    border-radius: 4px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgb(253, 206, 100);
}
.books-grid .book-item .info,
.courses-grid .course-item .info {
    padding: 12px;
}
.courses-grid .course-item .badge {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    padding: 2px 8px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.courses-grid .course-item .subject.badge {
    background: #F8FAFC;
    color: #6A7282;
}
.courses-grid .course-item .tag.badge {
    background: #FFF6F6;
    color: #EF4243
}
.books-grid .book-item .title,
.courses-grid .course-item .title {
    overflow: hidden;
    color: #1E2939;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 5px;
    height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.books-grid .book-item .title a,
.courses-grid .course-item .title a {
    color: #1E2939;
}
.courses-grid .course-item .course-grid-inf > * {
    margin-bottom: 8px;
}
.courses-grid .course-item .course-grid-inf {
    overflow: hidden;
    color: #6A7282;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.courses-grid .course-item .course-grid-inf a{
    color: #6A7282;
}
.courses-grid .course-item .btn-continue{
    border-radius: 6px;
    border: 1px solid #135BEC;
    padding: 8px 0;
    text-align: center;
    color: #135BEC;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
}
.book-item .thumb {
    aspect-ratio: 1/1;
}
.book-item .price {
    color: #F97316;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.book-item .price-old {
    color: #94A3B8;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: line-through;
}
#stu-feedback .item {
    border-radius: 12px;
    background: #EFF6FF;
    padding: 24px;
}
#stu-feedback .item .thumb{
    width: 60px;
    height: 60px;
}
#stu-feedback .item .info {
    flex: 1;
}
#stu-feedback .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
#stu-feedback .feedback-content {
    flex: 1;
}
#stu-feedback .description {
    color: #6A7282;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}
#stu-feedback .feedback-name {
    color: #4A5565;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}
#stu-feedback a{
    color: #135BEC
}
#student-score .owl-dots,
#stu-feedback .owl-dots {
    justify-content: start;
}
#student-score .student-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(0, 75, 173, 0.10);
    padding: 8px;
}
#student-score .student-item .thumb {
    aspect-ratio: 15/10;
    margin-bottom: 10px;
}
#student-score .student-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
#student-score .highlight-score .active {
    color: #135BEC;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
#student-score .highlight-score {
    color: #4A5565;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#student-score .tag-exam {
    height: 24px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.tag-exam.vact{
    background-image: url('../images/v-act.png');
}
.tag-exam.thpt{
    background-image: url('../images/thpt.png');
}
.tag-exam.tsa{
    background-image: url('../images/tsa.png');
}
.tag-exam.hsa{
    background-image: url('../images/hsa.png');
}
.tag-exam.qda{
    background-image: url('../images/qda.png');
}
#student-score .student-name {
    color: #4A5565;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}
#sstudent-score .meta-exam {
    color: #6A7282;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}
#student-score .owl-stage-outer {
    padding-top: 10px;
}
#student-score .student-item .meta-exam {
  font-size: 10px;
  text-align: center;
  line-height: 16px;
}


@media only screen and (min-width: 1000px) {
    .banner .owl-dots {
        position: absolute;
        top: 70px;
        left: 80px;
    }
}
@media only screen and (max-width: 980px) {
    .statistics .box-item .large-title {
        font-size: 26px;
        line-height: 28px;
    }
    .teacher-page.teacher-detail .sidebar {
        width: 100%;
        border: 0;
    }
    .teacher-page.teacher-detail main.content {
        padding-left: 0;
    }
    .teacher-detail .menuitem {
        display: none;
    }
    .teacher-tab .nav-item {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .social-feedback .panel-head .title, .student-feedback .panel-head .title {
        font-size: 20px;
        line-height: 26px;
    }
    .section-item.statistics {
        display: none;
    }
    .ms-45px {margin: 0}
    .teacher-detail .box-intro {
        padding: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .input-keyword {width: 100%}
    .student-feedback .panel-head .title span{display: none}
    .social-feedback .panel-head .title, .student-feedback .panel-head .title {
        font-size: 16px;
        line-height: 20px;
    }
    .social-feedback .panel-head .title::after, .student-feedback .panel-head .title::after{
        height: 4px;bottom: -15px;
    }
    .teacher-star .panel-head .title {
        margin-top: 0;
        font-size: 20px;
        line-height: 24px;
    }
    .select-dropdown.d-flex {
        flex-wrap: wrap;
    }

    .nav.nav-tabs.teacher-tab.flex-wrap {
        justify-content: space-between;
        display: flex;
    }
    .teacher-tab .nav-item {
        width: 33.33%;
    }
    .teacher-tab .nav-item:first-child, .teacher-tab .nav-item:nth-child(2) {
        width: 50%;
    }

    .teacher-tab .nav-item .nav-link {
        justify-content: center;
    }
    .teacher-detail .teacher-item .thumb {
        width: 100px;
        background-size: 10px, 100%;
    }
    .teacher-detail .teacher-item .thumb::before {
        right: 0;
        top: 44px;
    }
    .teacher-detail .teacher-item {
        display: flex;
    }
    .teacher-detail .teacher-item .infor {
        padding: 15px;
        flex: 1;
    }
    .list-other > * {
        margin: 0 !important;
    }
    .teacher-detail .tags{
        margin-top: 5px;
    }
    .teacher-detail .teacher-item .thumb .bage-info,
    .teacher-detail .meta-teacher,
    .teacher-detail .social-list {
        display: none;
    }
    .teacher-detail .teacher-item .infor .title-teacher {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .teacher-detail .content-tab-column {
        padding: 0;
        margin-top: 20px;
    }
    .teacher-detail .statistic-box {
        flex-wrap: wrap;
    }
    .teacher-detail .statistic-box .box-item {
        flex: auto;
    }
    .teacher-detail .statistic-box .box-item + .box-item {
        margin-top: 10px;
    }
    .teacher-detail .statistic-box .box-item + .box-item:before {
        display: none;
    }
    #stu-feedback .item {
        padding: 15px;
    }
    #stu-feedback .item > svg {
        display: none;
    }
}