.col-banner {
    transition: 0.5s all ease;
    position: relative;
    font-size: 0;
    width: 100%;
    z-index: 2;
}

.col-banner .banner-container .swiper-slide {
    font-size: 0;
    position: relative;
    height: auto;
}

.col-banner {
    position: relative;
    width: 100%;
    font-size: 0;
    z-index: 2;
}

.banner-container .swiper-slide {
    position: relative;
    height: 35vh;
    min-height: 320px;
}

.banner-container .img,
.banner-container .img img,
.banner-container video {
    width: 100%;
    height: 100%;
}

.banner-container .img img,
.banner-container video {
    object-fit: cover;
}

.banner-container .ban_cont {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.banner-title {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: var(--f60);
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-inline-video-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 55px;
    padding: 0 40px;
    border-radius: 0px 15px 0px 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: inherit;
    font-size: var(--f16);
    gap: 20px;
    color: #fff;
    width: fit-content;
    margin-top: 50px;
}

.banner-inline-video-trigger i {
    font-size: 30px;
    line-height: 1;
}

.banner-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.72);
}

.banner-video-modal[hidden] {
    display: none !important;
}

.banner-video-modal__dialog {
    position: relative;
    width: min(960px, 100%);
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.banner-video-modal__player {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    background: #000;
}

.banner-video-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}



.banner-title--videos {
    bottom: 30%;
    transform: translateX(-55%);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}


.banner-title--support {
    bottom: 30%;
    transform: translateX(-55%);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}

#col-index-banner .content,
#col-banner .content {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#col-index-banner .banner-tag,
#col-banner .banner-tag {
    font-size: var(--f48);
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5vw;
    max-width: 820px;
}

#col-index-banner .s-content,
#col-banner .s-content {
    font-size: var(--f16);
    text-align: center;
    max-width: 920px;
}

#col-index-banner .s-content h4,
#col-banner .s-content h4 {
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.04em;
    margin: 0 auto;
}

#col-index-banner .s-content span,
#col-banner .s-content span {
    color: #BCCE46 !important;
}

#col-index-banner .s-content p,
#col-banner .s-content p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.82);
}

#col-index-banner .more,
#col-banner .more {
    display: flex;
    margin-top: 20px;
}

#col-index-banner .more a.more-btn,
#col-banner .more a.more-btn {
    display: flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff;
    transition: .25s ease-in-out;
}

#col-index-banner .more a.more-btn span,
#col-banner .more a.more-btn span {
    margin-right: 12px;
    font-size: 12px;
}

#col-index-banner .more a.more-btn:hover,
#col-banner .more a.more-btn:hover {
    background: #123747;
    color: #fff;
}

#col-index-banner .swiper-pagination {
    left: 28px;
    right: auto;
    bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    width: auto;
}

#col-index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin: 0 !important;
    border-radius: 999px;
    background: transparent;
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
    outline: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 500;
}

#col-index-banner .swiper-pagination .banner-pagination-ring {
    position: absolute;
    inset: 0;
    display: block;
}

#col-index-banner .swiper-pagination .banner-pagination-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}


#col-index-banner .swiper-pagination .banner-pagination-ring-track,
#col-index-banner .swiper-pagination .banner-pagination-ring-progress {
    fill: none;
    stroke-width: 1.5;
}

#col-index-banner .swiper-pagination .banner-pagination-ring-track {
    stroke: rgba(255, 255, 255, 0.18);
}

#col-index-banner .swiper-pagination .banner-pagination-ring-progress {
    stroke: #fff;
    stroke-linecap: round;
    stroke-dasharray: 100.53;
    stroke-dashoffset: 100.53;
    opacity: 0;
}

#col-index-banner .swiper-pagination .banner-pagination-number {
    position: relative;
    z-index: 1;
    line-height: 1;
}

#col-index-banner .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
}

#col-index-banner .swiper-pagination .swiper-pagination-bullet-active .banner-pagination-ring-progress {
    opacity: 1;
    animation: bannerRingFill 3.5s linear forwards;
}

#col-index-banner .banner-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: #fff;
    line-height: 1;
    pointer-events: none;
}

#col-index-banner .banner-scroll-indicator i {
    font-size: 24px;
    line-height: 1;
}

#col-index-banner .banner-scroll-indicator .banner-scroll-line {
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.78);
}

@keyframes bannerRingFill {
    0% {
        stroke-dashoffset: 100.53;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@media (min-width: 993px) {
    .banner-container .swiper-slide {
        height: auto;
        min-height: 0;
    }

    .banner-container .ban_cont {
        top: 20%;
    }

    #col-index-banner .s-content p,
    #col-banner .s-content p {
        margin-top: 50px;
    }

    #col-index-banner .swiper-pagination {
        left: 42px;
        bottom: 36px;
    }

    #col-index-banner .banner-scroll-indicator .banner-scroll-line {
        display: block;
        width: 1px;
        height: 45px;
        background: rgba(255, 255, 255, 0.78);
    }

}

@media (min-width: 1200px) {
    #col-index-banner .swiper-pagination {
        left: 52px;
        bottom: 54px;
    }
}