/* PC */
@media only screen and (min-width: 1400px) {
   
}
/* Tablet And Laptop */
@media only screen and (max-width: 986px) {
    .photo-wrap .grid-container {
        grid-template-columns: 50% 50%;
    }

    .grid-item_1 {
        grid-column: 1/3;
    }
    .block-contact .form-block {
        margin: 0 auto;
    }

    .slideshow-wrap-khoa .slideshow-khoa,
    .slideshow-wrap-khoa .slideshow-khoa .swiper-wrapper img {
        max-height: 420px;
    }

    .slideshow-wrap-khoa .slideshow-banner img {
        height: auto;
    }
}
/* Tablet And Mobile */
@media only screen and (max-width: 768px) {
    .search-wrap {
        right: 5% !important;
    }
    .headRight .title::before {
        content: none;
    }
    #video_gallery .item .thumb-video::after {
        font-size: 4rem;
    }

    #video_gallery .item .thumb-video {
        height: 25em;
    }

    .photo-wrap .grid-container {
        grid-template-columns: 50% 50%;
    }

    .grid-item_link h4 {
        font-size: .9rem;
    }

    .grid-item_link:first-child h4 {
        font-size: 1rem;
    }

    .album-wrap .item .link-title h3 {
        font-size: 1.125rem;
    }
    .title-form strong {
        font-size: 2.3rem;
    }

    .left-sidebar {
        left: -40px;
    }

        .left-sidebar a {
            padding: 9px 15px;
            box-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
        }
    .slideshow-wrap-khoa .slideshow-khoa,
    .slideshow-wrap-khoa .slideshow-khoa .swiper-wrapper img {
        max-height: 220px;
    }
}

/* Mobile */
@media only screen and (max-width: 496px) {
    #video_gallery .item .thumb-video {
        height: 16em;
    }
    .title-form strong {
        font-size: 2.1rem;
    }
} 