/* Banner.css */

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 60px;
    border-radius: 20px;
}

.banner .swiper-pagination-bullet {
    border-color: #fff;
}

.banner-slide-inner {
    position: relative;
}



.banner-slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.banner-slide-subtitle {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
    transform: translateY(0px);
}

.banner-slide-title {
    margin: 0;
}

.banner-slide-title .title {
    position: relative;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0px);
}


/* about */

.about-img {
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

/* program */

.program__content {
    border-radius: 10px;
    height: 330px;
    margin-bottom: 30px;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    max-height: 360px;
    padding: 40px 28px 28px;
    position: relative;
}

.program-item {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    gap: 20px;
}

.list-program:last-child {
    margin-top: 85px;
}

h3.program-title {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.program__content::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    transition: var(--transition);
    transition: all .3s;

}

.program__content::after {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    transition: var(--transition);
    opacity: 0;
    transition: all .3s;
}

.program__content:hover::after {
    opacity: 1;
    transition: all .3s;
}

.program-item-desc {
    display: none;
}

a.btn-program {
    margin-top: auto;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    display: none;
}

a.btn-program svg {
    transform: rotate(-35deg);
    margin-left: 5px;
    display: inline-block;
    transition: all .3s;
}

a.btn-program:hover svg {
    transform: rotate(0);
    transition: all .3s;

}

.program__content:hover a.btn-program,
.program__content:hover .program-item-desc {
    display: flex;
    transition: all .3s;
}

.program-vector {
    margin-left: 100px;
    margin-top: 100px;
}

.home-program-btn {
    display: inline-block;
    border-radius: 30px;
    transform: rotate(-50deg);
    margin-left: 170px;
    margin-top: -40px;
}

.program-left {
    padding-right: 50px;
}

.program-left .desc {
    margin-top: 20px;
}

/* thriving */

.home-thriving {
    background: var(--adt-primary-color);
    padding: 120px 0 60px;
    color: #fff;
}

.home-thriving a.btn.btn-primary {
    background: transparent;
    border: 1px solid #fff;
}

.home-thriving .sec-title .title {
    color: #fff;
    margin-bottom: 20px;
}

.home-thriving .btn.btn-primary:hover::before {
    background-color: #fff;
}

.home-thriving .btn.btn-primary:hover svg path {
    fill: var(--adt-primary-color)
}

.home-thriving .btn.btn-primary:hover {
    color: var(--adt-primary-color);
}

.home-thriving .btn.btn-primary::before {
    background-color: #fff;
}

/* image-fixed */

.home-image-fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    background-attachment: fixed
}

/* testimonial */

.testimonial-item {
    display: flex;
    align-items: center;
    gap: 80px;
}

.testimonial-swiper.slide1 {
    max-width: 100%;
    overflow: hidden;

}

.testimonial-img {
    min-width: 470px;
    max-width: max-content;
    height: max-content;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-text {
    font-size: 40px;
    line-height: 50px;
    margin: 30px 0 100px;
}

.testimonial-icon svg path {
    fill: #f6aa17;
}

.testimonial-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-info .avatar {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid var(--adt-primary-color);
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
}

.testimonial-info .avatar img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-info .name {
    font-size: 24px;
    font-weight: 500;
}


@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .program__content {
        height: 280px;
        padding: 20px;
    }

    h3.program-title {
        font-size: 20px;
    }

    .program-vector {
        margin-left: 60px;
        margin-top: 60px;
    }

    .home-program-btn {
        margin-left: 110px;
    }

    .home-thriving {
        padding: 60px 0 30px;
    }

    .home-image-fixed {
        height: 400px;
    }

    .testimonial-item {
        gap: 40px;
    }

    .testimonial-text {
        font-size: 28px;
        line-height: unset;
        margin: 20px 0 60px;
    }

    .testimonial-icon svg {
        width: 60px;
    }

    .footer-subscribe-title {
        font-size: 28px;
    }

    .footer-subscribe {
        padding: 0 60px;
    }

    .home-news .blog-list .blog-item-thumbnail {
        padding-top: 37% !important;

    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .program__content {
        height: 250px;
        padding: 20px;

    }

    h3.program-title {
        font-size: 20px;
    }

    .program-vector {
        margin-left: 60px;
        margin-top: 60px;
    }

    .home-program-btn {
        margin-left: 110px;
    }

    .home-thriving {
        padding: 60px 0 30px;
    }

    .home-image-fixed {
        height: 400px;
    }

    .testimonial-item {
        gap: 40px;
    }

    .testimonial-text {
        font-size: 28px;
        line-height: unset;
        margin: 20px 0 60px;
    }

    .testimonial-icon svg {
        width: 60px;
    }

    .footer-subscribe-title {
        font-size: 28px;
    }

    .footer-subscribe {
        padding: 0 60px;
    }

    .home-news .blog-list .blog-item-thumbnail {
        padding-top: 37% !important;

    }
}

@media (min-width: 768px) {

    .home-news .blog-list .blog-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .home-news .blog-list .blog-item-inner {
        display: flex;
        gap: 30px;
        align-items: center;
        padding: 20px 35px 20px 20px;
        background: #fff;
        border-radius: 20px;
    }

    .home-news .blog-list .blog-item-thumbnail {
        padding-top: 44%;
        max-width: 55%;
        margin-bottom: 0;
        width: 55%;
    }

    .home-news .blog-list .blog-item-info {
        max-width: 45%;
    }


}

.home-news .blog-list .blog-item-title {
    font-size: 24px;
}

@keyframes stroke-path {
    0% {
        stroke-dashoffset: -500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .home-about-video .btn.btn-primary {
        width: 40px;
        height: 40px;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .program-vector {
        margin-left: 60px;
        margin-top: 60px;
    }

    .program-left .sec-title {
        position: relative;
        margin-bottom: 100px;
    }

    .home-program-btn {
        margin-left: 135px;
        margin-top: -40px;
    }

    .home-thriving {
        padding: 60px 0 30px;
    }

    .home-image-fixed {
        height: 400px;
    }

    .testimonial-item {
        flex-direction: column;
        align-items: baseline;
        gap: 40px;
    }

    .testimonial-text {
        font-size: 30px;
        line-height: unset;
        margin: 30px 0;
    }

    .testimonial-img {
        min-width: 100%;
    }

    .container>.row {
        margin: 0;
    }

    .home-news .blog-list .blog-item-inner {
        gap: 20px;
    }

}

@media only screen and (max-width: 1024px) {
    .home-about-col-left {
        margin-top: var(--adt-gap);
    }
}

@media only screen and (max-width: 767px) {
    .feature-item-icon {
        width: 100px;
        height: 100px;
    }

    .feature-item-icon svg {
        width: 50px;
        height: 50px;
    }

    .feature-item-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .feature-item-info {
        padding-left: 20px;
    }

    .home-about-video {
        margin-top: 20px;
    }

    .home-about-video-text {
        font-size: 16px;
        margin-left: 10px;
    }

    .home-about-list .row {
        row-gap: calc(var(--adt-grid-gap) * 2);
    }

    .testimonial-item-inner {
        padding: 20px 15px;
    }

    .testimonial-item-profile-name {
        font-size: 20px;
    }

    .testimonial-item-quote {
        display: none;
    }

    .home-news .blog-list {
        margin-top: 20px;
    }

    .home-news .blog-list .blog-item-title {
        font-size: 20px;
    }

}

@media only screen and (max-width: 480px) {
    .feature-item-title {
        font-size: 18px;
    }

    .feature-item-icon {
        width: 80px;
        height: 80px;
    }

    .feature-item-icon svg {
        width: 40px;
        height: 40px;
    }

    .home-about {
        margin: 0;
    }

    .about-desc {
        font-size: 16px;
    }

    /* nganh dao tao */

    .program-vector {
        display: none;
    }

    .home-program-btn {
        border-radius: 30px;
        transform: unset;
        margin-left: 0;
        margin-top: 30px;
    }

    .program__content {
        height: 280px;
        margin-bottom: 20px;
    }

    .program-left {
        padding-right: 0;
    }

    .list-program:last-child {
        margin-top: 0;
    }

    .testimonial-item {
        flex-direction: column;
        gap: 20px;
    }

    .testimonial-img {
        min-width: 100%;
    }

    .program-right {
        padding: 0;
        margin: 0;
    }

    .program-left {
        padding: 0;
    }

    h3.program-title {
        font-size: 20px;
    }

    .program-left {
        padding-right: 0;
    }

    .home-thriving {
        padding: 40px 10px;
        color: #fff;
    }

    .home-thriving .row {
        gap: 30px;
    }

    .home-image-fixed {
        height: 400px;
    }

    .testimonial-text {
        font-size: 20px;
        line-height: unset;
        margin: 0 0 20px;
    }

    .testimonial-info .avatar {
        height: 60px;
        width: 60px;
    }

    .testimonial-info .avatar img {
        height: 50px;
        width: 50px;
    }

    .testimonial-icon svg {
        width: 50px;
        height: 50px;
    }

    .testimonial-info .name {
        font-size: 20px;
    }

}