.banner-slider {
    position: relative;
}

.banner-slider__prev,
.banner-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5); /* Nền tối nhẹ */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, transform 0.3s ease;
}

.banner-slider__prev:hover,
.banner-slider__next:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.banner-slider__prev {
    left: 10px;
}

.banner-slider__next {
    right: 10px;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .banner-slider__prev,
    .banner-slider__next {
        width: 40px;
        height: 40px;
    }
}

.btn-more {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
}
.btn-more .line {
    height: 0.1rem;
    flex: 1;
    position: relative;
    margin-right: 1rem;
}
.btn-more.is-inview .line::before {
    width: 100%;
}
.btn-more .line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    width: 0;
    transition: 0.5s ease-in-out;
}
.btn-more .text {
    background: linear-gradient(95.32deg, #07A372 7.46%, #0CC58B 93.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: italic;
}
.detail_form_learning {
    color: #fff;
}

.detail_form_learning h3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tops-img-inner {
    display: block;
    padding-top: calc((1 / 1)* 39%) !important;
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
    transition: 0.3s ease-in-out;
}
.tops-img-inner img {
    width: 384px !important;
    height: 384px !important;
    border-radius: 50% !important;
}
.tops-slider-thumb .swiper-slide {
    transition: 0.1s ease-in-out;
    height: 100%;
    width: 38.4rem;
    opacity: 0;
}