/* section-what-we-certified */
.section-what-we-certified .box h3{
    margin-bottom:15px;
    font-size: var(--font-body) !important;
}
/*  */
.list-featured-courses {
        margin-bottom:70px;
        position: relative;
    }
    .list-featured-courses .swiper-wrapper .swiper-slide .featured-course-text-bottom{
        margin-top:10px;
        color:#000;
    }
    .list-featured-courses .swiper-wrapper .swiper-slide .course-heading{
        font-weight: 600;
        font-size:var(--font-body-large);
        margin-bottom:10px;
        height: 60px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* số dòng tối đa */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .list-featured-courses .swiper-wrapper .swiper-slide hr{
        opacity: .5;
        margin:5px 0;
        border: 1px solid var(--color-mid-grey);
    }
    .list-featured-courses .swiper-wrapper .swiper-slide img{
        width: 100%;
    }
    .list-featured-courses .swiper-wrapper .swiper-slide .course-excerpt{
        margin-bottom:10px;
        height:140px;
        display: -webkit-box;
        -webkit-line-clamp: 5; /* số dòng tối đa */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .list-featured-courses .swiper-wrapper .swiper-slide:before{
        content:"";
        position: absolute;
        right: -6.5%;
        width: 2px;
        height: 100%;
        background: var(--color-mid-grey);
        opacity: .5;
    }
    .list-featured-courses .swiper-wrapper .swiper-slide a.button{
        margin:0;
    }
    .list-featured-courses .swiper-button .btn-swiper{
        color: var(--color-primary-dark);
        width:40px;
        bottom:-40px;
        top:auto;
    }
    .list-featured-courses .swiper-container{
        overflow: hidden;
    }
    .list-featured-courses .swiper-button .btn-swiper.swiper-button-prev{
        left: 40%;
    }
    .list-featured-courses .swiper-button .btn-swiper.swiper-button-next{
        right:40%;
    }
    @media (max-width:991px) {
        .list-featured-courses .swiper-wrapper .swiper-slide .course-excerpt{
            height: 125px;
        }
    }
    @media (max-width:549px) {
        .list-featured-courses .swiper-wrapper .swiper-slide .course-heading{
            height: 50px;
        }
        .list-featured-courses .swiper-wrapper .swiper-slide .course-excerpt{
            height: 110px;
        }
    }
    /*  */
    .section-why-cima .row-list-data-explain .col-inner h3{
        border-bottom:1px solid var(--color-mid-grey);
        font-size: var(--font-body) !important;
        padding-bottom:5px;
    }
    /* section-quote */
.section-quote .testimonial-box{
    width: fit-content;
    position: relative;
}
.section-quote .testimonial-box:before{
    content: "\f10d";
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size:var(--font-extra-large);
    transform: translate(-50%, -50%) scale(1.5);
    top:0;
    left:0;
    position: absolute;
    opacity: .5;
    z-index: -1;
}
.section-quote .testimonial-box .main-content{
    font-weight: 500;
    font-size:var(--font-body-large);
}