.t888-slider-list-swiper {
    position: relative;
    margin: 0;
}

.t888-slider-list-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.t888-slider-list-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.t888-slider-list-swiper .slider-list-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 4px;
}

.t888-slider-list-swiper .slider-list-item .item-thumbnail-link {
    cursor: pointer;
    position: relative;
    display: block;
}

.t888-slider-list-swiper .slider-list-item .item-thumbnail-link img {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    object-fit: cover;
}

.t888-slider-list-swiper .slider-list-item .item-title {
    margin: 30px 30px 20px 30px;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold !important;
    color: #00377B;
    font-family: var(--font-dinroundot);
    padding-left: 20px;
    border-left: 4px solid #E90380;
}

.t888-slider-list-swiper .slider-list-item .item-intro {
    font-size: 16px;
    line-height: 20px;
    color: #555;
    font-weight: 400 !important;
    font-family: var(--font-family);
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.t888-slider-list-swiper .swiper-button-next,
.t888-slider-list-swiper .swiper-button-prev {
    color: #000;
}

/* ===== Outer wrapper ===== */
.t888-list-slider-items {
    --slider-thumb-height: 420px;
    position: relative;
    margin: 0;
}

.t888-list-slider-items .item-thumbnail-link:focus-visible {
    outline: none;
}

.t888-list-slider-items .btn-slider-list-next::after,
.t888-list-slider-items .btn-slider-list-prev::after {
    display: none;
}

.t888-list-slider-items .btn-slider-list-next.swiper-button-disabled,
.t888-list-slider-items .btn-slider-list-prev.swiper-button-disabled {
    opacity: 1;
    cursor: default;
}

.t888-list-slider-items .btn-slider-list-next,
.t888-list-slider-items .btn-slider-list-prev {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(var(--slider-thumb-height) / 2);
    z-index: 5;
    transform: translateY(-50%);
    margin: 0;
}

.t888-list-slider-items .btn-slider-list-prev {
    left: -25px;
    right: auto;
}

.t888-list-slider-items .btn-slider-list-next {
    right: 55px;
    left: auto;
}

.t888-list-slider-items .btn-slider-list-next svg,
.t888-list-slider-items .btn-slider-list-prev svg {
    fill: #fff;
    height: 24px;
}

.t888-list-slider-items .btn-slider-list-next:hover,
.t888-list-slider-items .btn-slider-list-prev:hover {
    background: rgba(0,0,0,0.45);
    box-shadow: none;
}

.t888-slider-list-modal {
    align-items: center;
    background: rgba(24, 24, 27, 0.94);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 48px 72px;
    position: fixed;
    z-index: 10001;
}

.t888-slider-list-modal.is-open {
    display: flex;
}

.t888-slider-list-modal__stage {
    align-items: center;
    display: flex;
    height: min(82vh, 860px);
    justify-content: center;
    width: min(78vw, 1280px);
}

.t888-slider-list-modal__image {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    transform: none;
    transition: opacity 0.22s ease;
}

.t888-slider-list-modal__image.is-changing {
    opacity: 0;
}

.t888-slider-list-modal__close,
.t888-slider-list-modal__nav {
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    line-height: 1;
    padding: 0;
    position: absolute;
}

.t888-slider-list-modal__close {
    font-size: 42px;
    right: 28px;
    top: 22px;
}

.t888-slider-list-modal__nav {
    font-size: 72px;
    top: 50%;
    transform: translateY(-50%);
}

.t888-slider-list-modal__prev {
    left: 28px;
}

.t888-slider-list-modal__next {
    right: 28px;
}

.t888-slider-list-modal__nav:disabled {
    cursor: default;
    opacity: 0.25;
}

body.t888-slider-list-modal-open {
    overflow: hidden;
}

/* ===== Responsive ===== */
@media (max-width: 1599px) {
    .t888-list-slider-items {
        --slider-thumb-height: 270px;
    }

    .t888-slider-list-swiper .slider-list-item .item-thumbnail-link img {
        height: 270px;
    }
}

@media (max-width: 1024px) {
    .t888-list-slider-items {
        --slider-thumb-height: 220px;
    }

    .t888-slider-list-swiper .slider-list-item .item-thumbnail-link img {
        height: 220px;
    }

    .t888-slider-list-swiper .slider-list-item .item-title {
        font-size: 24px;
    }

    .t888-slider-list-swiper .slider-list-item .item-intro {
        font-size: 14px;
    }

    .t888-list-slider-items .btn-slider-list-next svg,
    .t888-list-slider-items .btn-slider-list-prev svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 991px) {
    .t888-list-slider-items {
        --slider-thumb-height: 180px;
    }

    .t888-slider-list-swiper .slider-list-item .item-thumbnail-link img {
        height: 180px;
    }

    .t888-list-slider-items .btn-slider-list-prev {
        left: -18px;
    }

    .t888-list-slider-items .btn-slider-list-next {
        right: 18px;
    }
}

@media (max-width: 768px) {
    .t888-list-slider-items {
        --slider-thumb-height: 170px;
    }

    .t888-slider-list-swiper .slider-list-item .item-thumbnail-link img {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .t888-list-slider-items {
        --slider-thumb-height: 250px;
    }

    .t888-list-slider-items .btn-slider-list-next,
    .t888-list-slider-items .btn-slider-list-prev {
        width: 36px;
        height: 36px;
    }

    .t888-list-slider-items .btn-slider-list-next svg,
    .t888-list-slider-items .btn-slider-list-prev svg {
        width: 14px;
        height: 14px;
    }

    .t888-slider-list-swiper .slider-list-item .item-thumbnail-link img {
        height: 250px;
    }
}

.t888-slider-list-style2 {
    --style2-blue: #17366f;
    --style2-pink: #e90380;
    --style2-row-a: #fff7fb;
    --style2-row-b: #f8fcf4;
}

.t888-slider-list-style2 .style2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.t888-slider-list-style2 .style2-card {
    appearance: none;
    background: var(--style2-row-a);
    border: 1px solid rgba(233, 3, 128, 0.12);
    border-radius: 30px;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: inherit;
    min-width: 0;
    overflow: hidden;
    padding: 24px;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

.t888-slider-list-style2 .style2-card.is-alt {
    background: var(--style2-row-b);
    border-color: rgba(99, 170, 61, 0.14);
}

.t888-slider-list-style2 .style2-card:hover {
    border-color: rgba(233, 3, 128, 0.35);
    box-shadow: 0 12px 28px rgba(23, 54, 111, 0.12);
    transform: translateY(-2px);
}

.t888-slider-list-style2 .style2-card-image {
    aspect-ratio: 645 / 370;
    border-radius: 24px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.t888-slider-list-style2 .style2-card-image img,
.t888-slider-list-style2 .style2-main-swiper img,
.t888-slider-list-style2 .style2-thumb-swiper img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.t888-slider-list-style2 .style2-card-content {
    display: block;
    padding-top: 20px;
}

.t888-slider-list-style2 .style2-card-title {
    color: var(--style2-blue);
    display: block;
    font-family: var(--font-dinroundot);
    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px;
}

.t888-slider-list-style2 .style2-card-intro {
    color: #42516E;
    /* display: -webkit-box; */
    font-family: var(--font-family);
    font-size: 17px;
    line-height: 27px;
    /* overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
}

.t888-slider-list-style2 .style2-popup {
    align-items: center;
    display: none;
    inset: 0;
    justify-content: center;
    padding: 32px;
    position: fixed;
    z-index: 9999;
}

.t888-slider-list-style2 .style2-popup.is-open {
    display: flex;
}

.t888-slider-list-style2 .style2-popup-overlay {
    background: rgba(22, 28, 45, 0.58);
    inset: 0;
    position: absolute;
}

.t888-slider-list-style2 .style2-popup-dialog {
    background: #fff;
    border-radius: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 790px) minmax(300px, 1fr);
    height: min(860px, calc(100vh - 64px));
    max-width: 1400px;
    overflow: auto;
    padding: 32px;
    position: relative;
    width: min(100%, 1400px);
    z-index: 1;
}

.t888-slider-list-style2 .style2-popup-close {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(23, 54, 111, 0.16);
    color: #1e2d4f;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 28px;
    top: 24px;
    width: 40px;
    z-index: 4;
}

.t888-slider-list-style2 .style2-main-swiper {
    aspect-ratio: 790 / 560;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.t888-slider-list-style2 .style2-main-swiper .swiper-slide img {
    cursor: zoom-in;
}

.t888-slider-list-style2 .style2-main-prev,
.t888-slider-list-style2 .style2-main-next {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(23, 54, 111, 0.16);
    color: var(--style2-blue);
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 42px;
    justify-content: center;
    padding: 0 0 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    z-index: 3;
}

.t888-slider-list-style2 .style2-main-prev {
    left: 18px;
}

.t888-slider-list-style2 .style2-main-next {
    right: 18px;
}

.t888-slider-list-style2 .style2-gallery-label {
    color: #24365a;
    font-size: 14px;
    line-height: 1.4;
    margin: 12px 0 8px;
}

.t888-slider-list-style2 .style2-thumb-swiper .swiper-slide {
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    height: 116px;
    overflow: hidden;
}

.t888-slider-list-style2 .style2-thumb-swiper .swiper-slide-thumb-active {
    border-color: var(--style2-pink);
}

.t888-slider-list-style2 .style2-popup-info {
    padding: 16px 40px 0 0;
}

.t888-slider-list-style2 .style2-popup-badge {
    background: var(--style2-pink);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 34px;
    padding: 10px 14px;
}

.t888-slider-list-style2 .style2-popup-title {
    color: var(--style2-blue);
    font-family: var(--font-dinroundot);
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 34px;
}

.t888-slider-list-style2 .style2-popup-intro {
    color: #42516E;
    font-family: var(--font-family);
    font-size: 24px;
    line-height: 38px;
    margin: 0;
}
.t888-slider-list-style2 .style2-popup-intro p{
    text-align: left;
}
.t888-slider-list-style2 .style2-popup-count {
    color: var(--style2-pink);
    font-size: 14px;
    line-height: 1.4;
    margin-top: 84px;
}

body.t888-style2-popup-open {
    overflow: hidden;
}

.t888-event-album {
    margin: 28px 0 0;
    text-align: center;
}

.t888-event-album__button {
    appearance: none;
    background: #e90380;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: 22px;
    min-width: 176px;
    padding: 13px 24px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.t888-event-album__button:hover {
    background: #c9006d;
    transform: translateY(-1px);
}

.t888-event-album .style2-popup-dialog {
    /* max-width: 1080px;
    width: min(100%, 1080px); */
}

.t888-event-album .style2-popup-info {
    text-align: left;
}
@media (max-width: 1601px){
.t888-slider-list-style2 .style2-popup-dialog{
    grid-template-columns: minmax(0, 600px) minmax(300px, 1fr);
}
}
@media (max-width: 991px) {
    .t888-slider-list-style2 .style2-grid {
        gap: 18px;
    }

    .t888-slider-list-style2 .style2-card {
        padding: 14px 14px 18px;
    }

    .t888-slider-list-style2 .style2-card-title {
        font-size: 19px;
    }

    .t888-slider-list-style2 .style2-popup-dialog {
        width: calc(100vw - 32px);
        max-width: 760px;
        height: auto;
        max-height: calc(100dvh - 32px);
        gap: 24px;
        grid-template-columns: 1fr;
        overflow-x: hidden;
        padding: 24px;
    }

    .t888-slider-list-style2 .style2-popup-gallery {
        min-width: 0;
    }

    .t888-slider-list-style2 .style2-main-swiper {
        aspect-ratio: 16 / 10;
        max-height: 48dvh;
    }

    .t888-slider-list-style2 .style2-thumb-swiper .swiper-slide {
        height: 86px;
    }

    .t888-slider-list-style2 .style2-popup-info {
        padding: 0;
    }

    .t888-slider-list-style2 .style2-popup-badge {
        margin-bottom: 16px;
    }

    .t888-slider-list-style2 .style2-popup-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .t888-slider-list-style2 .style2-popup-intro {
        font-size: 18px;
        line-height: 28px;
    }

    .t888-slider-list-style2 .style2-popup-count {
        margin-top: 28px;
    }
}

@media (max-width: 640px) {
    .t888-slider-list-style2 .style2-grid {
        grid-template-columns: 1fr;
    }

    .t888-slider-list-style2 .style2-popup {
        padding: 16px;
    }

    .t888-slider-list-style2 .style2-popup-dialog {
        border-radius: 16px;
        width: calc(100vw - 24px);
        max-height: calc(100vh - 32px);
        padding: 18px;
    }

    .t888-slider-list-style2 .style2-main-swiper {
        aspect-ratio: 4 / 3;
        max-height: 42dvh;
    }

    .t888-slider-list-style2 .style2-thumb-swiper .swiper-slide {
        height: 68px;
    }

    .t888-slider-list-style2 .style2-popup-close {
        right: 18px;
        top: 18px;
    }

    .t888-slider-list-style2 .style2-popup-title {
        font-size: 24px;
    }

    .t888-slider-list-style2 .style2-popup-intro {
        font-size: 15px;
    }
    .t888-slider-list-swiper .slider-list-item .item-title {
        margin: 20px 20px 10px 20px;
        font-size: 21px;
    }
    .t888-slider-list-swiper .slider-list-item .item-intro {
        padding-left: 20px;
        padding-right: 20px;
    }
}
