/* Breadcrumb */
.section-breadcrumb {
    background-color: var(--fs-color-primary);
}

/* About Program */
.section-about-program {
    background-color: var(--fs-color-primary);
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}

.about-program-wrapper {
    align-items: center;
}

.about-program__right {
    position: relative;
}

.about-program__left {
    padding-right: 80px;
}

/* Video */
.about-program-wrapper.row {
    display: flex;
    flex-wrap: nowrap;
}

.about-program__right video {
    width: 100%;
}

/* Play button */
.play-button {
    background-image: url(https://victoriainstitute.hahoba.com/wp-content/uploads/2025/06/playicon.png) !important;
    background-color: var(--fs-color-primary) !important;
    background-position: 50% !important;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.playing .play-button {
    opacity: 0;
}

#videoWrapper {
    cursor: pointer;
}

#programVideo {
    border-radius: 1rem;
}

.program-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
    border-radius: 2rem;
    object-fit: cover;
}

/* Course List */
.program-course-listing {
    padding-top: 100px !important;
    padding-bottom: 120px !important;
}

/* View more */
.load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

button.load-more-btn {
    border-bottom: 2px solid;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: .625rem;
    align-items: center;
}

button.load-more-btn:hover {
    color: var(--fs-color-primary) !important;
}

/**
* MEDIA 
*/
/* Desktop lớn (Widescreen) */
@media screen and (max-width: 1921px) {
    /* CSS cho màn hình <= 1920px */
}

/* Desktop thường / Laptop lớn */
@media screen and (max-width: 1441px) {
    /* CSS cho màn hình <= 1440px */
}

/* Laptop nhỏ / Tablet landscape lớn */
@media screen and (max-width: 1201px) {
    /* CSS cho màn hình <= 1200px */
}

/* Nest hub */
@media screen and (max-width: 1025px) {

    /* CSS cho màn hình <= 1025px */

}

/* Tablet landscape / Laptop nhỏ */
@media screen and (max-width: 993px) {
    /* CSS cho màn hình <= 992px */
}

/* Ipad Air */
@media screen and (max-width: 821px) {

    /* CSS cho màn hình <= 821px */
    .about-program__left .main-title {
        font-size: 32px !important;
    }
}

/* Tablet portrait lớn / Mobile landscape */
@media screen and (max-width: 769px) {

    /* CSS cho màn hình <= 768px */

}

/* Mobile landscape / Phablet */
@media screen and (max-width: 577px) {

    /* CSS cho màn hình <= 576px */

}

/* Mobile IP 14Pro Max */
@media screen and (max-width: 431px) {

    /* CSS cho màn hình <= 431px */
    /* About */
    .section-about-program {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }

    .about-program-wrapper.row {
        flex-direction: column;
    }

    .about-program__left {
        padding-right: 0px;
        padding-bottom: 2rem;
    }

}

/* Mobile portrait lớn (iPhone 6/7/8 Plus) */
@media screen and (max-width: 415px) {

    /* CSS cho màn hình <= 414px */

}

/* Mobile portrait trung bình (iPhone X/11 Pro) */
@media screen and (max-width: 391px) {

    /* CSS cho màn hình <= 390px */
}

/* Mobile portrait nhỏ (iPhone SE, Android nhỏ) */
@media screen and (max-width: 376px) {
    /* CSS cho màn hình <= 375px */
}