@media (max-width: 767px) {
    .section-start-banner .main-section .tf-btn {
        max-width: 135px;
    }

    .mdl-close {
        padding-top: 1rem !important
    }

    .mdl-h2 {
        padding-bottom: 1.5rem !important;
    }
}


.slider-courses-10 {
    width: 100%;
    overflow: hidden;
}

.slider-courses-10 .swiper-slide {
    height: auto;
}

.slider-courses-10 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}



.tab-btn {
    position: relative;
}

.badge-popular1 {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    background-color: #28a745;
    color: #fff;
    padding: 4px 6px;
}

/* MOBILE FIX */
@media (max-width:768px) {
    .badge-popular {
        top: 4px !important;
        padding: 0px !important;
        height: 24px;
    }

    .page-title-home1 .image img {
        border-radius: 10px;
    }

    .page-title-home1 .content {
        padding: 0px;
    }

    .icons-box {
        margin: 0 4px;
    }

    .icons-box .icons.has-ellipse {
        margin-bottom: 10px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .course-item.style-2 .content {
        padding: 10px;
    }

    .course-full-card .content {
        gap: 5px;
    }
}

.listing-program {
    display: grid;
    gap: 20px;
}

@media (min-width: 1200px) {
    .listing-program {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1199px) {
    .listing-program {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .listing-program {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .listing-program {
        grid-template-columns: repeat(2, 1fr);
    }
}

.listing-style {
    max-height: calc((342px * 3) + (20px * 2));
    overflow: hidden;
}

.view-all-wrap {
    text-align: center;
    margin-top: 10px;
    z-index: 2;
}

.view-all-btn {
    display: inline-block;
    padding: 8px 30px;
    background: var(--Primary);
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.view-all-btn:hover {
    background-color: #fff;
    border: 1px solid var(--Primary);
    color: #02336c;
}

@media (max-width: 992px) {
    .listing-style {
        max-height: calc((482px * 3) + (20px * 2));
    }
}

@media (max-width: 576px) {
    .listing-style {
        max-height: calc((482px * 3) + (20px * 2));
    }

    .view-all-btn {
        padding: 4px 10px;
        white-space: nowrap;
    }
}

.courses-cols.listing-program {
    max-height: calc((345px * 2) + (20px * 1));
    overflow: hidden;
    position: relative;
}

@media (max-width: 992px) {
    .courses-cols.listing-program {
        max-height: calc((405px * 2) + (20px * 1));
    }
}

@media (max-width: 576px) {
    .courses-cols.listing-program {
        max-height: calc((405px * 2) + (20px * 1));
    }
}