/* <!-- บางหน้า swiper pagination อาจอยู่สูงเกนไปค่ะ ปรับได้เลย --> */
.highlight-banner-overlay .swiper-pagination {
    bottom: 3% !important;
}
/* video-main */
.grid-item .card-text-header {
    font-family: 'kurious-looped';
}
.video-grid-main {
    display: block;
    gap: 20px;
    padding: 0;
    margin: 30px auto;
    grid-auto-flow: column;
    align-content: center;
    align-items: center;
}
.video-grid-main .video-item {
    max-height: 480px;
    max-width: 850px;
    aspect-ratio: 16 / 9;
    margin-inline: auto;
}
.video-main-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    z-index: 1;
    max-height: 480px;
    max-width: 850px;
    aspect-ratio: 16 / 9;
}
.video-main-thumbnail {
    width: 100%;
    padding-top: 177.77%;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
    max-height: 480px;
    max-width: 850px;
    aspect-ratio: 16 / 9;
}
.video-main-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    z-index: 1;
    /* max-height: 600px; */
    max-width: 850px;
    aspect-ratio: 16 / 9;
}
.video-main-thumbnail .play-button {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: background-color 0.3s ease;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-main-thumbnail .play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.video-main-thumbnail .play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    margin-left: 5px;
}
.video-main-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 3;
    max-height: 480px;
    max-width: 850px;
    aspect-ratio: 16 / 9;
}
.video-main-thumbnail.playing .play-button,
.video-main-thumbnail.playing img {
    display: none;
}
.res-card-box .responsive-grid-container .grid-item {
    padding: 10px;
}
.res-card-box .responsive-grid-container .grid-item img {
    height: auto;
    max-width: 210px;
}

.report-card .top-img.sati-report-icon {
    height: 310px;
    right: -10%;
    top: -30%;
    left: unset;
    position: absolute;
}
.report-card .top-img-1.sati-report-icon {
    height: 310px;
    right: -12%;
    top: -27%;
    left: unset;
    position: absolute;
}

@media (max-width: 1024px) {
    .report-card .top-img.sati-report-icon,
    .report-card .top-img-1.sati-report-icon {
        height: 290px;
        right: -13%;
        top: -15%;
    }
}
@media (max-width: 820px) {
    .video-grid-main .video-item {
        max-height: 400px;
    }

    .video-grid-main .video-item {
        max-height: 400px;
    }

    .video-main-thumbnail {
        max-height: 400px;
    }

    .video-main-thumbnail img {
        max-height: 400px;
    }

    .video-main-thumbnail iframe {
        max-height: 400px;
    }

    .video-main-thumbnail .play-button {
        top: 16%;
    }

    .res-card-box .responsive-grid-container .grid-item {
        padding: 20px;
    }

    .res-card-box .responsive-grid-container .grid-item img {
        height: auto;
        max-width: 200px;
    }
    .report-card .top-img.sati-report-icon,
    .report-card .top-img-1.sati-report-icon {
        height: 160px;
        right: -5%;
        top: -35%;
    }
}

@media (max-width: 768px) { 
    .report-card .top-img.sati-report-icon, 
    .report-card .top-img-1.sati-report-icon {
        right: -5%;
    }
}

@media (max-width: 425px) {
    .video-grid-main .video-item {
        max-height: 300px;
    }

    .video-main-thumbnail {
        max-height: 300px;
    }

    .video-main-thumbnail img {
        max-height: 300px;
    }

    .video-main-thumbnail iframe {
        max-height: 300px;
    }

    .video-grid-main .video-item {
        grid-column-start: 2;
    }

    .video-main-thumbnail .play-button {
        top: 20%;
    }
    .report-card .top-img.sati-report-icon,
    .report-card .top-img-1.sati-report-icon {
        right: -10%;
    }
}

@media (max-width: 350px) {
    .video-main-thumbnail .play-button {
        top: 16%;
    }
    
}