@media only screen and (min-width: 0px) and (max-width: 640px) {

    :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 {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .content-main .slider-section .slider .item .info-slider .slider-card h3 {
        text-align: center;
        font-size: 16px;
    }

    .content-main .slider-section .slider .item .info-slider .slider-card p {

        padding-bottom: 30px;
    }

    .content-main .slider-section .slider .owl-nav {
        bottom: 45px;
    }

    .footer-main .footer-sec .footer-Copyright {

        flex-direction: column;
    }

    .content-main .body-section .news-site .item {
        flex-direction: column;
    }

    .content-main .body-section .news-site .item .img-slider img {
        width: 100%;
        margin-bottom: 10px;
    }

    .content-main .body-section .news-site .info-slider .slider-card h3 {
        font-size: 16px;
        text-align: center;
    }

    .content-main .body-section .news-site .info-slider .slider-card {
        text-align: justify;
    }

    .content-main .body-section .banners-site {
        flex-direction: column;
    }

    .content-main .body-section .banners-site .banners-right img {
        width: 100%;
        height: 250px;

    }

    .content-main .body-section .banners-site .banners-left img {
        width: 100%;

    }

    .content-main .gallery-section .item .gallery-box {

        margin-bottom: 30px;
    }

    .content-main .gallery-section {
        padding: 20px 0;
    }

    .content-main .news-sec .news .item {
        flex-direction: column;
    }

    .content-main .news-sec .news .item span,
    p {
        text-align: center;
    }

    .content-main .news-sec .news .owl-nav {
        top: 22px;
        left: 122px;
        gap: 9px;
    }

    .content-main .news-sec .news .owl-nav .owl-next {
        position: absolute;
        left: -98px;
    }

    .content-main .news-sec .news .owl-nav .owl-prev {
        position: absolute;
        right: -175px;
    }

    .footer-main .footer-sec .info-footer {
        flex-direction: column;
    }

    .content-main .body-section .im-news {
        overflow: scroll;
    }

    .content-main .body-section .im-news .info-news .img-card img {
        width: 100%;
    }
}