﻿.title-list-tin24h {
    text-transform: uppercase
}

.box-slide {
    overflow: hidden;
    grid-template-columns: 20% 80%;
    border: 1px solid #8dbbea54;
    background: #fff;
}

    .box-slide::before {
        content: "";
    }

.slide-main {
    grid-template-columns: 80% 20%;
    align-items: flex-start !important;
}

.slide-right img {
    border: solid #ffffff;
    border-width: 1px 0px 1px 1px;
    width: 100%;
}
/***/
.slide-left {
    position: relative;
    min-width: 0;
    aspect-ratio: 900 / 559;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    cursor: grab;
}

    .slide-left.is-dragging {
        cursor: grabbing;
    }

.list-slide-item {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    touch-action: pan-y;
}

.slide-item {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
}

    .slide-item picture {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slide-item img {
        display: block;
        width: 100%;
        height: auto;
        pointer-events: none;
        -webkit-user-drag: none;
    }

.slide-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.38);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

    .slide-button:hover {
        background: rgba(0, 0, 0, 0.7);
        transform: translateY(-50%) scale(1.08);
    }

    .slide-button:active {
        transform: translateY(-50%) scale(0.92);
    }

    .slide-button:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 2px;
    }

.slide-prev {
    left: 12px;
}

.slide-next {
    right: 12px;
}

@media (max-width: 767px) {
    .slide-button {
        width: 36px;
        height: 36px;
        font-size: 21px;
    }

    .slide-prev {
        left: 7px;
    }

    .slide-next {
        right: 7px;
    }

    .box-slide::before {
        content: unset;
    }

    .box-slide {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .list-slide-item,
    .slide-button {
        transition: none !important;
    }
}

/**/
.info-spindex {
    margin: 0;
    position: relative
}

    .info-spindex li {
        width: 100% !important
    }

body .live-view-spindex {
    position: absolute;
    top: 7px;
    background: #ffffff47;
    border-radius: 3px;
    left: 7px;
    width: fit-content !important;
    padding: 0;
    color: #001067;
    animation: 2s infinite toasang
}

.info-spindex, .live-view-spindex {
    padding: 0 5px
}

.live-view-spindex {
    font-size: 12px
}

.list-ul-index {
    clear: both;
    padding: 20px;
    list-style: disc;
    display: block;
    margin: 20px 0;
    background: #ebf8ff
}

    .list-ul-index li {
        margin-bottom: 8px;
        margin-left: 15px;
        font-size: 14px
    }

.title-list-tin24h {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: #58b8ff;
    padding: 10px 5px;
    margin-top: 13px;
    border-radius: 3px
}


@media (min-width:992px) and (max-width:1199px) {

    .box-text-slide {
        font-size: 16px
    }
}

@media (max-width:991px) {

    .slide-right {
        display: none;
    }

    .slide-main {
        grid-template-columns: 1fr;
    }
}

@media (min-width:768px) and (max-width:991px) {
}
