@media only screen and (min-width:640px) and (max-width:1200px) {
    .responsive-menu {
        display: none !important;
    }

    .navbar-collapse {
        display: flex !important;
    }

    :root {
        --font-18: 16px;
        --font-16: 14px;
    }

    .container {
        padding: 0 15px;
    }

    .p-x {
        padding: 0 15px;
    }


    .header-main .header-menu .header-right .logo-site {
        width: 30%;
    }

    .header-main .menu-content {
        flex-direction: column;
    }

    .header-main .menu-content .header-right {
        align-items: center;
        margin-bottom: 10px;
    }

    .header-main .header-menu .navbar-collapse {
        position: fixed !important;
        top: 0;
        right: -100%;
        width: 100vw;
        height: 100vh;
        background-color: rgba(35, 136, 216, 0.95);
        z-index: 9999;
        padding: 20px;
        transition: right 0.4s ease-in-out;
        display: block !important;
        overflow-y: auto;
    }

    .header-main .header-menu .navbar-nav {
        margin-top: 40px;
        align-items: center;
    }

    .header-main .header-menu .navbar-nav .nav-item a:hover {
        color: var(--blue);
    }

    .header-main .header-menu .navbar-collapse.show {
        right: 0;

    }


    .header-main .header-menu .btn-close-custom {
        position: absolute;
        top: 20px;
        left: 20px;
        background: none;
        border: none;
        color: #fff;
        font-size: 2rem;
        z-index: 10001;
        cursor: pointer;
    }

    .header-main .header-menu .custom-toggler {
        border: none !important;
        box-shadow: none !important;
    }

    .header-main .header-menu .custom-toggler .navbar-toggler-icon {
        background-color: #fff;
    }

    .content-main .slider-section .slider .item {
        flex-direction: column;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .content-main .slider-section .slider .owl-nav {
        bottom: 43px;
    }

    .content-main .gallery-section .item .gallery-box {
        margin-bottom: 30px;
    }

    .content-main .body-section .im-news {
        overflow: scroll;
    }

    .content-main .body-section .im-news .info-news .img-card img {
        width: 100%;
    }
}