.home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #DA3832;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    width: auto;
    height: auto;
    padding: 2px;
}
.home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
    border: 2px solid transparent;
    background-color: #DA3832;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.home-slide .swiper-pagination-bullet{
    background-color: #EAEAEA !important;
    opacity: 1;
}
/**/
.home-box{
    padding: 60px 0;
}
.home-box .df-title{
    margin-bottom: 40px;
}
.df-title{
    text-align: center;
    color: #1B0D05;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 111.111% */
}
.df-title span{
    color: #C30419;
}
/**/
.icon-khoahoc-right{
    bottom: -60px !important;
}
.item-home-kh{
    height: 100%;
}
.item-home-kh a{
    display: block;
    text-align: center;
    border-radius: 8px;
    border-bottom: 4px solid transparent;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 40px 36px;
    overflow: hidden;
    height: 100%;
}
.item-home-kh a:hover{
    border-color: #C30419;
}
.item-home-kh h3{
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    border-bottom: 4px solid transparent;
    margin-top: 20px;
}
.item-home-kh:hover h3{
    color: #C30419;
}
.item-home-kh p{
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
/**/
.home-gv {
    background-color: #C30419;
    background-size: contain;
}
.gv-title-wrap{
    position: relative;
    display: inline-block;
}
.gv-title-wrap img {
    position: absolute;
    left: -180px;
    transform: translateY(-50%);
    animation-name: floaty;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.gv-title h2{
    color: #1B0D05;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}
.gv-title h3 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 0px 20px 28px;
}
/**/
.item-gv{
    position: relative;
    cursor: pointer;
}
.item-gv img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    display: block;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.item-box-img {
    position: relative;
    transition: .3s all;
    padding: 5px;
}
.item-box-img::before {
    content: "";
    background-color: #F6CB0914;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 2.052px solid #F6CB09;
    border-radius: 12px;
}
.item-box-img svg{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.item-box-img:hover::before,
.item-box-img:hover svg{
    opacity: 1;
}

.swiper-pagination.dots-swiper{
    position: unset;
    margin-top: 20px;
}
.dots-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 8px;
}
.dots-swiper .swiper-pagination-bullet-active {
    width: 20px;
}
/**/
.home-bangvang {
}
.bangvang-title h2{
    color: #1B0D05;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
}
.bangvang-title h3{
    position: relative;
    color: #C30419;
/*    text-shadow: -2px 4px 2px rgba(0, 0, 0, 0.24);*/
    font-size: 36px;
/*    font-style: italic;*/
    font-weight: 800;
    line-height: 40px;
/*    -webkit-text-stroke: 1px #fff;*/
    display: inline-block;
}
.bangvang-title svg{
    position: absolute;
    top: 0;
    right: -50px;
}
.hoc-vien-img{
    transition: .5s all;
    z-index: 1;
}
.hoc-vien-img img {
    display: block;
    /* aspect-ratio: 400/260; */
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}
.item-hocvien {
    padding-bottom: 20px;
    border-radius: 20px;
    background: #ECECEC;
    padding: 12px;
}   
.item-hocvien .btn-xem-bangdiem{
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    opacity: 0;
}
.item-hocvien:hover {
    background-color: #C30419;
}
.item-hocvien:hover .btn-xem-bangdiem{
    opacity: 1;
}
.item-hocvien .btn-xem-bangdiem:hover{
    background-color: #fff;
    color: #C30419;
}
.item-hocvien:hover .hoc-vien-img{
    transform: translateY(-88px);
}
/**/
.info-hocvien {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 12px;
}
.info-hocvien-right {
    background-color: #C30419;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
}
.info-hocvien-left {
    overflow: hidden;
}
.info-hocvien-left h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
/*     white-space: nowrap; */
    margin-right: 20px;
    max-width: 175px;
    overflow: hidden;
}
.info-hocvien-left p{
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.info-hocvien-right span{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}
.info-hocvien-right .number{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-right: 10px;
}
.home-bangvang .bangvang-icon-left{
    top: -50px !important;
}
.btn-xem-bangdiem {
    color: #fff;
    text-align: center;
    padding: 20px;
    border: 2px dashed #fff;
    border-radius: 12px;
    font-weight: 800;
    transition: .3s all;
}
.btn-xem-bangdiem:focus-visible{
    outline: none;
}
/**/
.home-khosach{
    background-color: #C30419;
}
.khosach-title {
    margin-bottom: 40px;
}
.khosach-title-wrap img {
    bottom: -16px;
    right: -88px;
}
.khosach-title-wrap h2{
    margin-bottom: 0;
    color: #fff;
    text-shadow: -2px 1px 8px rgba(0, 0, 0, 0.08);
    font-size: 36px;
/*    font-style: italic;*/
    font-weight: 800;
/*    line-height: 40px;
    -webkit-text-stroke: 1px #fff;*/
}
.khosach-title-wrap {
    padding: 12px 70px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-left: 0;
    border-right: 0;
}

.khosach-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.item-tab-khosach-btn{
   border-radius: 57px;
   background: #F9EEBA;
   display: flex;   
   align-items: center;
   justify-content: center;
   padding: 0 30px;
   border: 1px solid transparent;
   cursor: pointer;
   margin: 0 20px;
   color: #C30419;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 24px;
   width: 240px;
   overflow: hidden;
   height: 76px;
}
.item-tab-khosach-btn img{
    margin-right: 8px;
}
.item-tab-khosach-btn:hover,
.item-tab-khosach-btn.active{
    border-color:#F6CB09;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.slide-tab-item{
    opacity: 0;
    visibility: hidden;
}
.slide-tab-item.active{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.slide-tab-content .slide-tab-item:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/**/
.item-sach-img img {
  aspect-ratio: 273/381;
  object-fit: contain;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.item-sach-img {
/*  background-color: #fff;*/
  border-5: ;
  border-radius: 10px;
}
.item-sach-img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000082;
}
.item-sach{
    padding: 18px;
    background-color: transparent;
}
.sach-price,
.item-sach-img::before,
.sach-btn
{
    opacity: 0;
}
.item-sach:hover{
    background-color: #F5E38F;
}
.item-sach:hover .sach-price,
.item-sach:hover .item-sach-img::before,
.item-sach:hover .sach-btn
{
    opacity: 1;
}
/**/
.home-lotrinh{
    padding-top: 80px;
}
.lotrinh-box{
    background-image: linear-gradient(180deg, rgba(195, 4, 25, 0.00) 0%, rgba(195, 4, 25, 0.08) 22.75%, rgba(195, 4, 25, 0.08) 74.96%, rgba(195, 4, 25, 0.00) 99.84%);
}
.lotrinh-title::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #C30419;
    display: block;
    margin: 20px auto 0;
}
.box-lotrinh{
    margin-bottom: 40px;
}
.main-lotrinh{
    padding: 40px;
    border-radius: 34px;
    border-bottom: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
.title-box-lotrinh{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 40px;
}
.lotrinh-radio{
    display: block;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    color: #1B0D05;
}
.lotrinh-radio .title{
    font-size: 20px;
}
.lotrinh-radio .title b{
    font-size: 24px;
}
.lotrinh-radio.active{
    border-bottom: 1px solid #EAEAEA;
    background: #C30419;
    color: #fff;
}
.label-show-lotrinh {
    display: flex;
    flex-wrap: ;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ECECEC;
    padding-top: 40px;
    margin-top: 40px;
}
.label-show-lotrinh label{
    background-color: #F6CB09;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 10px;
}
.show_lotrinh{
    display: none;
}


.lotrinh-radio input {
    display: inline-block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #505050;
    transition: .2s ease-in-out;
    transition-property: background-color,border;
    border-radius: 100%;
    background-color: #fff;
}
.lotrinh-radio input:is(:checked, :focus) {
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23BF3127'/%3E%3C/svg%3E%0A");
}
/**/
.content-lotrinh-desc{
    border-radius: 8px;
    background: #F3F3F3;
    padding: 20px;
}
.content-lotrinh-desc ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-lotrinh-desc ul li:last-child{
    margin-bottom: 0;
}
.content-lotrinh-desc ul li label{
    width: 20%;
}
.show_lesson {
    color: #C30419;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-left: 10px;
    cursor: pointer;
}
.show_lesson i{
    transition: .3s all;
}
.show_lesson.active i{
    transform: rotate(180deg);
}
.line-text-chang img{
    margin-right: 8px;
}
.review-stars {
    color: #FFC107;
}
.item-chang {
    position: relative;
    margin-top: 40px;
}
.item-chang .title-chang{
    color: #C30419;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.item-chang .desc{
    color: #929292;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.row-chang{
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    background: #F8F2F3;
    padding: 20px;
}
.item-chang-content {
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
}
.main-chang {
    margin-left: 10px;
    padding-left: 25px;
    border-left: 1px solid #EFEFEF;
    padding-top: 1px;
    margin-top: 20px;
}
.item-chang::before {
    content: "";
    background-image: url(../data/Ellipse153.svg);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: -40px;
    top: -5px;
}
.lotrinh-discount {
    border-radius: 12px;
    background: #F8EEEE;
    padding: 18px 20px;
}
.lotrinh-discount b{
    color: #C30419;
}
.lotrinh-btn .btn
{
    padding: 20px 26px;
    font-size: 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FF6172 -25.69%, #C30419 133.33%);
}
@media only screen and (min-width: 768px) {
    .lotrinh-btn .btn svg {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}
/**/
.camnhan-box{
    padding: 60px 0;
    background: #FAF7EB;
}
.khoahoc-page-title h2,
.home-camnhan-title h2{
    text-align: center;
}
.custum-title,
.khoahoc-page-title h2,
.home-camnhan-title h2{
    color: #C30419;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
}
.custum-title span,
.khoahoc-page-title h2 span,
.home-camnhan-title h2 span{
    color:#1B0D05;
    position: relative;
}
.custum-title span::before, 
.khoahoc-page-title h2 span::before, 
.home-camnhan-title h2 span::before {
    content: "";
    border-radius: 4px;
    background: #F6CB09;
    filter: blur(3px);
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.custum-title span b,
.khoahoc-page-title h2 span b,
.home-camnhan-title h2 span b{
    z-index: 1;
    position: relative;
}

.info-nxhocvien{
    flex: 1;
    padding: 0 12px;
}
.nxhocvien-head img{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    object-fit: cover;
}
.content-nxhocvien {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    opacity: 0.6;
}
.item-nxhocvien {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.20);
    padding: 15px;
}
.nxhocvien-img{
    overflow: hidden;
    border-radius: 8px;
}
.nxhocvien-img span{
    opacity: 0;
    color: #F6CB09;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
}
.nxhocvien-img:hover span{
    opacity: 1;
}
.item-nxhocvien:hover {
    background-color: #FFF8DB;
}
.nxhocvien-img img{
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 320/210;
    border-radius: 12px;
}
/**/
.tuvan-left h2{
    color: #C30419;
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
}
.tuvan-left h2 span{
    color: #1B0D05;
}
.info-nxhocvien span {
    color: #626262;
    font-size: 14px;
}
@media only screen and (max-width: 1000px) {
    /*div.container {
        position: relative;
        z-index: 1;
    }*/
}

@media only screen and (max-width: 1199px) {
    .home-box {
        padding: 30px 0;
    }
    .home-box .df-title{
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .full-content{
        overflow: hidden;
    }
    .tuvan-left h2,
    .custum-title, 
    .khoahoc-page-title h2, 
    .home-camnhan-title h2,
    .khosach-title-wrap h2,
    .bangvang-title h2,
    .bangvang-title h3,
    .gv-title h2,
    .gv-title h3,
    .df-title {
        font-size: 28px;
        line-height: 35px;
    }
    .item-home-kh {
        height: auto; 
        margin-bottom: 20px;
    }
    .item-home-kh h3 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 15px;
    }

    .gv-title h3 {
        padding: 30px 0px 10px 20px;
    }
    .gv-title-wrap img {
        left: -140px;
        width: 140px;
    }
    /**/
    .info-hocvien-right .number {
        font-size: 25px;
    }
    .khosach-title-wrap img {
        bottom: -10px;
        right: -59px;
        width: 110px;
    }
    .khosach-title {
        margin-bottom: 30px;
    }
    .sach-btn img {
        width: 35px;
    }
    /**/
    .lotrinh-title::after {
        margin-top: 5px;
    }
    .title-box-lotrinh{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .box-lotrinh {
        margin-bottom: 20px;
    }
    .lotrinh-radio {
        padding: 15px;
        margin-bottom: 10px;
    }
    .lotrinh-radio .title {
        font-size: 16px;
    }
    .item-chang .title-chang,
    .lotrinh-radio .title b {
        font-size: 18px;
    }
    .item-chang {
        margin-top: 20px;
    }
    /**/
    .tuvan-box {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 767px) {
    .tuvan-left h2,
    .custum-title, 
    .khoahoc-page-title h2, 
    .home-camnhan-title h2,
    .khosach-title-wrap h2,
    .bangvang-title h2,
    .bangvang-title h3,
    .gv-title h2,
    .gv-title h3,
    .df-title {
        font-size: 22px;
        line-height: 30px;
    }
    .gv-title h3 {
        padding: 20px 0px 7px 18px;
    }
    .gv-title-wrap img {
        left: -72px;
        width: 72px;
    }
    .icon-khoahoc-right {
        bottom: -28px !important;
        width: 60px;
    }
    /**/
    .main-lotrinh {
        padding: 20px;
        border-radius: 10px;
    }
    .content-lotrinh-desc ul li label {
        width: 40%;
    }
    /**/
    .row-chang,
    .item-chang-content {
        padding: 10px;
    }
    .box-lotrinh {
        margin-bottom: 10px;
    }
    .lotrinh-radio input {
        height: 18px;
        width: 18px;
    }
    .item-chang-content .item-phan .phan-title{
        flex-wrap: wrap;
    }
    .item-chang-content .item-phan .phan-title h3{
        flex: unset;
    }
    .main-chang{
        padding-left: 15px;
    }
    .item-chang::before {
        width: 20px;
        height: 20px;
        left: -26px;
        background-size: contain;
    }
    .lotrinh-btn .btn {
        padding: 10px 20px;
        font-size: 15px;
    }
    /**/
    .camnhan-box {
        padding: 30px 0;
    }
    .tuvan-box > img {
        width: 100px;
    }
}

/*bosung*/
.home-chuongtrinh-hoc-left {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 63%;
}
.item-cth-box{
    position: relative;
}
.item-cth {
    text-align: center;
    border-radius: 50px;
    border: 1px dashed #000000b0;
    background: #FFF;
    padding: 3px 4px;
    z-index: 1;
}
.item-cth-wrap {
    color: #C30419 !important;
    display: block;
    border-radius: 41.406px;
    border: 4px solid #FDC24E;
    background: #FFF;
    box-shadow: -20px 0px 40px 0px rgba(0, 0, 0, 0.16) inset;
    min-width: 131px;
    line-height: 1;
    padding: 5px;
}
.item-cth b{
    font-weight: 900;
}
.item-cth p{
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.home-chuongtrinh-hoc-right{
    flex: 1;
}
.home-chuongtrinh-hoc-right-row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.home-chuongtrinh-hoc-right-row .item-cth-box {
    margin: 30px 0;
}
.cth-popup{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 630px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 40px;
    z-index: 9;
}
.cth-popup h2{
    color: #C30419;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}
.cth-popup .desc p b{
    color: #C30419;
}
.item-cth-box:hover .cth-popup{
    display: block;
}
.main-kh-giasu .item-cth-box:nth-child(4) .cth-popup,
.main-kh-giasu .item-cth-box:nth-child(5) .cth-popup,
.main-kh-giasu .item-cth-box:nth-child(6) .cth-popup,
.home-chuongtrinh-hoc-right .item-cth-box .cth-popup{
    right: 0;
    left: auto;
}

/**/

.main-chuongtrinh-hoc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item-cth-box .item-cth,
.item-cth-box>img {
    opacity: 0;
}
@media only screen and (min-width: 992px) {
    .home-chuongtrinh-hoc-row {
        display: flex;
        justify-content: flex-end;
        margin: 47px 50px 73px;
    }
    .home-chuongtrinh-hoc-row .item-cth-box {
        width: 25%;
        justify-content: center;
    }
    .home-chuongtrinh-hoc-row3 {
      justify-content: flex-end;
      margin-top: 62px;
    }
    .home-chuongtrinh-hoc-row2 {
      margin-top: 20px;
    }
    .item-cth-box-3:hover .cth-popup,
    .item-cth-box-4:hover .cth-popup,
    .item-cth-box-7:hover .cth-popup,
    .item-cth-box-8:hover .cth-popup,
    .item-cth-box-5:hover .cth-popup,
    .item-cth-box-6:hover .cth-popup{
        right: 0;
        left: auto;
    }
    .home-chuongtrinh-hoc-row .item-cth-box-5{
        bottom: -20px;
    }
    .home-chuongtrinh-hoc-row3 .item-cth-box-8 {
        top: -20px;
    }
}
/**/
.main-kh-giasu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding-left: 46px;
}
@media only screen and (max-width: 1400px) {
    .home-chuongtrinh-hoc-row {
        margin: 41px 9px 0;
    }
    .item-cth-box {
        margin-right: 15px;
    }
    .home-chuongtrinh-hoc-row2 {
        margin-top: 10px;
    }
    .home-chuongtrinh-hoc-row3 {
        margin-top: 41px;
        margin-right: 20px;
    }
    .home-chuongtrinh-hoc-row3 .item-cth-box {
        margin-left: 43px;
    }
    .item-cth-box-5:hover .cth-popup,
    .item-cth-box-6:hover .cth-popup,
    .item-cth-box-7:hover .cth-popup{
        right: 0;
        left: auto;
    }
}
/**/
.times span {
    display: block;
    font-size: 12px;
    line-height: 1;
}
.main-kh-giasu .item-cth-wrap{
    border-color: #FFDE1D;
}
.main-kh-giasu {
    display: flex;
    align-items: center;
}
.main-kh-giasu .times {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.main-kh-giasu .item-cth-box:nth-child(2) .item-cth-wrap {
    border-color: #ED1C24;
}
.main-kh-giasu .item-cth-box:nth-child(3) .item-cth-wrap {
    border-color: #C42126;
}
.main-kh-giasu .item-cth-box:nth-child(4) .item-cth-wrap {
    border-color: #AD0015;
}
.main-kh-giasu .item-cth-box:nth-child(5) .item-cth-wrap {
    border-color: #91191C;
}
.main-kh-giasu .item-cth-box:nth-child(6) .item-cth-wrap {
    border-color: #4B411E;
}
/**/
.gv-slide .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.gv-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #F6CB09;
    border-color: #F6CB09 !important;
}

@media only screen and (max-width: 991px) {
    .home-chuongtrinh-hoc-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .main-chuongtrinh-hoc .item-cth-box {
        flex-direction: column;
    }
    .main-chuongtrinh-hoc .item-cth-box img {
        transform: rotate(90deg);
        margin: 5px 0 10px;
    }
    .home-chuongtrinh-hoc-right {
        display: flex;
        justify-content: center;
    }
    .home-chuongtrinh-hoc-right-row {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
    }
    .home-chuongtrinh-hoc-right-row .item-cth-box {
        margin: 0 30px;
    }
    .main-chuongtrinh-hoc .item-cth-box img.arow-cth-2-top {
        top: 49px !important;
        right: -9px !important;
        left: auto;
    }
    .main-chuongtrinh-hoc .item-cth-box img.arow-cth-2-bottom{
        bottom: -41px !important;
        left: -10px !important;
    }
    /**/
    .home-chuongtrinh-hoc-row {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .main-kh-giasu .item-cth-box,
    .main-chuongtrinh-hoc .item-cth-box {
        width: 50%;
        margin: 0;
    }
    .item-cth {
        width: 100%;
        padding: 20px 0;
        margin: 23px 0;
    }
    .item-cth-box.item-cth-box-5 {
        top: 37px;
        order: -1;
    }
    .item-cth-box.item-cth-box-6 {
        bottom: 25px;
        order: -1;
    }
    .item-cth-box.item-cth-box-9 {
        order: 3;
        width: 100%;
    }
    /**/
    .main-kh-giasu{
        padding: 0;
        flex-wrap: wrap;
    }
    .main-kh-giasu .item-cth-box:nth-child(1),
    .main-kh-giasu .item-cth-box:nth-child(2){
        order: 1;
    }
    .main-kh-giasu .item-cth-box:nth-child(3){
        order: 3;
    }
    .main-kh-giasu .item-cth-box:nth-child(4){
        order: 2;
    }
    .main-kh-giasu .item-cth-box:nth-child(5),
    .main-kh-giasu .item-cth-box:nth-child(6){
        order: 4;
    }
    /**/
    .cth-popup{
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .info-hocvien-right span {
        font-size: 12px;
        line-height: 15px;
    }
    .info-hocvien {
        padding: 10px;
        margin-bottom: 10px;
    }
    .info-hocvien-right {
        padding: 5px 10px;
    }
    .info-hocvien-right .number {
        font-size: 22px;
    }

    .khosach-tab {
        justify-content: flex-start;
        margin-bottom: 20px;
        overflow: auto;
    }
    .item-tab-khosach-btn {
        white-space: nowrap;
        padding: 10px 40px 10px 20px;
        width: auto;
        border-radius: 30px;
        height: auto;
        justify-content: flex-start;
        margin: 0 5px;
        font-size: 14px;
        overflow: unset;
    }
    .khosach-title-wrap {
        padding: 10px;
    }
    /**/
    .item-cth {
        width: 100%;
        padding: 11px 0;
        margin: 12px 0;
    }
    .item-cth-box.item-cth-box-5 {
        top: 31px;
    }
    .item-cth-box.item-cth-box-6 {
        bottom: 15px;
    }
    .khoahoc-giasu-head > img {
        max-width: 70px;
    }
}
@media only screen and (max-width: 480px) {
    .item-cth {
        padding: 5px 0;
        margin: 5px 0;
    }
    .item-cth-box.item-cth-box-5 {
        top: 8px;
    }
}
