﻿.quote blockquote { font-weight: bold; font-size: 20px; line-height: 1.6; font-style: italic; margin-bottom: 16px; position: relative; }

.box_content .detail__image { margin: 0; }

.box-settings { display: none; }

@media screen and (max-width: 1024px) {
    iframe { max-width: 100% !important; margin: 0 auto !important; }
}

.box_content figcaption { font-size: 18px; color: #333; text-align: center; margin-top: 8px; }
.ct-edtior-web p { color: inherit !important; }

@media screen and (max-width: 768px) {
    .news-type6.ct-edtior-web { padding: 10px; }

    .news-type6 .detail__image { margin: 0; }
    .block-detail-magazine .flexbox-sharea-detail { padding: 10px; }
}

.embed-block.embed-youtube iframe { aspect-ratio: 16 / 9; width: 100%; height: 100%; }
.video, video { max-width: 100%; }


.photo-gallery { display: grid; grid-template-columns: auto auto; gap: 10px; margin-bottom: 16px; }
    .photo-gallery figure { margin: 0; }
    .photo-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }

    .photo-gallery.img-count-3, .photo-gallery.img-count-7 { grid-template-columns: auto auto auto; }
        .photo-gallery.img-count-3 .gallery-item:first-child { grid-row: 1 / span 2; grid-column: 1 / span 2; }
    .photo-gallery.img-count-5 { display: grid; grid-template-columns: repeat(6, 1fr); /* 6 cột bằng nhau */ grid-gap: 10px; }

        /* Hàng trên: 2 ảnh */
        .photo-gallery.img-count-5 .gallery-item:nth-child(1) { grid-column: 1 / span 3; /* cột 1 -> 3 */ grid-row: 1; }

        .photo-gallery.img-count-5 .gallery-item:nth-child(2) { grid-column: 4 / span 3; /* cột 4 -> 6 */ grid-row: 1; }

        /* Hàng dưới: 3 ảnh */
        .photo-gallery.img-count-5 .gallery-item:nth-child(3) { grid-column: 1 / span 2; /* cột 1 -> 2 */ grid-row: 2; }

        .photo-gallery.img-count-5 .gallery-item:nth-child(4) { grid-column: 3 / span 2; /* cột 3 -> 4 */ grid-row: 2; }

        .photo-gallery.img-count-5 .gallery-item:nth-child(5) { grid-column: 5 / span 2; /* cột 5 -> 6 */ grid-row: 2; }

    .photo-gallery.img-count-6 { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 5px; }

        .photo-gallery.img-count-6 .gallery-item:nth-child(1) { grid-column: 1 / span 2; grid-row: 1; }
        .photo-gallery.img-count-6 .gallery-item:nth-child(2) { grid-column: 3 / span 2; grid-row: 1; }
        .photo-gallery.img-count-6 .gallery-item:nth-child(3) { grid-column: 5 / span 2; grid-row: 1; }

        .photo-gallery.img-count-6 .gallery-item:nth-child(4) { grid-column: 1 / span 2; grid-row: 2; }
        .photo-gallery.img-count-6 .gallery-item:nth-child(5) { grid-column: 3 / span 2; grid-row: 2; }
        .photo-gallery.img-count-6 .gallery-item:nth-child(6) { grid-column: 5 / span 2; grid-row: 2; }
    .photo-gallery.img-count-7 { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 5px; }

        /* Hàng 1 */
        .photo-gallery.img-count-7 .gallery-item:nth-child(1) { grid-column: 1 / span 3; grid-row: 1; }
        .photo-gallery.img-count-7 .gallery-item:nth-child(2) { grid-column: 4 / span 3; grid-row: 1; }

        /* Hàng 2 */
        .photo-gallery.img-count-7 .gallery-item:nth-child(3) { grid-column: 1 / span 2; grid-row: 2; }
        .photo-gallery.img-count-7 .gallery-item:nth-child(4) { grid-column: 3 / span 2; grid-row: 2; }
        .photo-gallery.img-count-7 .gallery-item:nth-child(5) { grid-column: 5 / span 2; grid-row: 2; }

        /* Hàng 3 */
        .photo-gallery.img-count-7 .gallery-item:nth-child(6) { grid-column: 1 / span 3; grid-row: 3; }
        .photo-gallery.img-count-7 .gallery-item:nth-child(7) { grid-column: 4 / span 3; grid-row: 3; }
    .photo-gallery img:hover { opacity: 0.9; cursor: pointer; }

.align-overBoth { margin: 0 -100px; }

@media (max-width: 991px) {
    .align-overBoth { margin: 0; }
}

.photo-gallery figcaption { display: none !important; }
.lg-thumb-item img { max-width: 100%; }
