@media screen and (max-width: 1400px) {

}


@media screen and (max-width: 1200px) {
    .header .ch-header {
        padding: 0 15px;
    }

    .main-home {
        padding-top: 30px;
    }

    .footer .footer-ch {
        padding: 0 15px;
    }

}



@media screen and (max-width: 992px) {
    .footer .footer-ch {
        flex-wrap: wrap;
    }

    .footer .footer-ch .footer-widgets {
        width: 50%;
        margin-bottom: 20px;
    }

    .header .ch-header .menu-mobile-icon {
        display: block;
        color: #ffffff;
        font-size: 26px;
    }

    .header .ch-header .menu-mobile-icon:hover {
       cursor: pointer;
    }

    .header .ch-header .ch-header-left {
        display: none;
    }

    .main-home h1 {
        font-size: 26px;
    }

    .menu-box-mobile {
        display: block;
        position: fixed;
        width: 350px;
        background: #2c3e50;
        z-index: 20000000;
        height: 100vh;
        top: 0;
        right: 0;
        padding: 15px;
        transform: translateX(100%);
        transition: transform .35s ease;
        will-change: transform;
    }

    .menu-box-mobile.is-open{
        transform: translateX(0);
    }

    .mobile-menu-backdrop{
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 19999999;
        opacity: 0;
        visibility: hidden;
        transition: opacity .35s ease, visibility .35s ease;
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }

    .mobile-menu-backdrop.is-open{
        opacity: 1;
        visibility: visible;
    }

    .menu-box-mobile .close-menu-mobile {
        color: #FFFFFF;
        display: flex;
        width: 100%;
        justify-content: flex-end;
        font-size: 18px;
        margin-bottom: 15px;
        transition: all .3s ease-in-out;
    }

    .menu-box-mobile .close-menu-mobile:hover {
        color: #e74c3c;
        transition: all .3s ease-in-out;
    }

    .menu-box-mobile .logo-menu-box-mobile {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-left: 20px;
        margin-left: 20px;
    }

    .menu-box-mobile .logo-menu-box-mobile .logo-text {
        font-size: 12px;
        color: #ffffff;
        font-weight: 700;
    }

    .menu-box-mobile .logo-menu-box-mobile .logo-text .logo-text-first {
        font-size: 10px;
        color: #ffffff;
        font-weight: 500;
    }

    .menu-box-mobile .user-menu-box-mobile {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-top: 15px;
    }

    .menu-box-mobile .user-menu-box-mobile .today-date span {
        font-size: 14px;
        color: #FFFFFF;
    }

    .menu-box-mobile .register a {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #ffffff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 0 5px 0 rgba(153,153,153,0.7);
        transition: all .2s ease-in-out;
        margin-top: 15px;
        text-align: center;
        justify-content: center;
    }

    .menu-box-mobile .register a:hover {
        background: #303030;
        transition: all .2s ease-in-out;
        color: #FFFFFF;
    }

    .header .ch-header .ch-header-right .main-menu {
        display: none;
    }

}


@media screen and (max-width: 768px) {
    .main-home .item-box-home {
        flex-wrap: wrap;
    }

    .main-home .item-box-home .btn-box-home {
        min-width: 90% !important;
        max-width: 90% !important;
    }
}


@media screen and (max-width: 576px) {

    .footer .footer-ch .footer-widgets {
        width: 100%;
    }

    .footer .copyright p {
        flex-wrap: wrap;
    }

}


@media screen and (max-width: 360px) {
    .header .ch-header .ch-header-right .logo .logo-text {
        font-size: 11px;
    }

    .main-home h1 {
        font-size: 20px;
    }

    .main-home .logo-img-home img {
        width: 150px;
    }
}
