@media only screen and (min-width: 1400px) {
}

@media only screen and (max-width: 986px) {
    .footer-bottom {
        background: white;
        padding: 0;
    }

    .wrap-footer-bottom {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .copy-right {
        background: #008CFF;
        color: white;
        width: 100%;
        padding: 10px 0;
    }

    .count-visits {
        background: white;
        color: #3D3D3D;
        width: 100%;
        padding: 10px 0;
    }

    .footer-bottom::after {
        display: none;
    }

    .footer-bottom .container {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100%;
    }

    .footer-bottom .count-visits,
    .footer-bottom .copy-right {
        font-size: 14px;
        line-height: 24px;
    }

    .wrap-list-news .list-news .item .thumb,
    .wrap-newRight .list-item .item .thumb {
        height: 260px;
    }

        .wrap-list-news .list-news .item .thumb img {
            height: 100%;
            width: 100%;
        }
    .video-intro2 .iframe-ytb iframe {
        height: 200px !important;
    }
}

@media only screen and (max-width: 768px) {

    .top-header .menu-toggle {
        display: block;
    }

    #menuTop .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        margin-left: 10px;
    }

    .top-header {
        width: 100%;
        background-color: #2C3991;
    }

    .top-menu .menu-item.tuyensinh {
        clip-path: none;
        background-color: #2C3991;
    }

    .top-menu .menu-item::after {
        display: none;
    }

    .top-menu .menu-item {
        border-bottom: 1px solid #7b7b7b;
    }

    .top-menu-wrap .top-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        position: relative;
        height: 40px;
    }

    .top-menu .btn-menuTop {
        width: 25px;
        height: 25px;
        color: #fff;
    }

    .top-menu .menu.collapse.show {
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .top-menu .menu.collapse {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .top-menu .menu {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background-color: #2C3991;
        z-index: 9;
        max-height: 0;
/*        overflow: hidden;*/
        transition: max-height 0.3s ease-in-out;
    }

        .top-menu .menu.show {
            max-height: 500px;
        }

    .itemMenu-outside {
        display: block;
    }

        .itemMenu-outside a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            position: relative;
            font-size: 14px;
        }

    .search-wrap {
        display: none;
    }

    .top-menu .menu::before {
        display: none;
    }

    .block-logoMenu {
        align-items: center;
    }

    .search-wrap2 {
        display: block;
    }

    .logo {
        padding-top: 1rem;
    }

    .news-itemMain .item .thumb {
        height: 234.015px;
    }

    .list-newsfetured .item .thumb {
        height: auto;
    }

    .video-intro .iframe-ytb iframe {
        height: 210px !important;
    }

    .item-counter .title-count {
        max-width: 100%;
    }

    .grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

        .grid-container .grid-item-link {
            grid-column: auto !important;
            grid-row: auto !important;
            margin-bottom: 20px;
        }

            .grid-container .grid-item-link:nth-child(n+2) {
                display: none;
            }

            .grid-container .grid-item-link img {
                max-height: 450px;
            }

    .grid-item-link .image-title {
        opacity: 1;
        transform: translateY(0);
    }

    .footer-head .footer-desc p {
        font-size: 14px;
    }

    .breadcrumbs .breadcrumb {
        margin-bottom: 30px;
    }

    .wrap-listNewsBottom .item .thumb {
        height: 248.412px;
    }
    .language-select.active .submenu {
        width: 100%;
    }
}

@media only screen and (max-width: 496px) {

    .video-intro .title-intro-head h3,
    .video-intro .content-intro .title h3,
    .news-itemMain .item .content .title a,
    .stats-title-head h2 {
        font-size: 24px;
    }

    .item-counter .title-count h3 {
        font-size: 22px;
    }

    .video-intro .content-intro .desc p,
    .news-itemMain .item .content .desc p {
        font-size: 15px;
    }

    .list-newsfetured .item .content .title a {
        font-size: 16px;
    }

    .stats-list .item {
        padding: 15px;
    }

        .stats-list .item .desc p {
            line-height: 25px;
        }

    .wrap-listNewsBottom .item .title a {
        font-size: 16px;
        line-height: 26px;
    }

    .new-titelHead h2::before {
        width: 60px;
        right: -50%;
    }

    .wrap-list-news .list-news .item .thumb,
    .wrap-newRight .list-item .item .thumb {
        height: 210px;
    }

    .block-contact {
        padding: 15px;
    }
}
