@media (max-width:1199px) {
    .header .logo {
        margin-bottom: -30px;
    }

    .header .menu-toggle {
        display: block;
    }


    .header .menu-mb {
        position: absolute;
        left: 0;
        width: 100%;
        top: calc(100% + 35px);
        background-color: #05244A;
        padding: 30px;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        transform-origin: top;
        transform: scaleY(0);
        transition: all 0.4s ease-in-out;
    }

    .header .menu-mb.active {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .header .menu-mb ul li a {
        color: #fff !important;
        font-size: 18px;
        line-height: 1.2;
    }

    .home-hotel-content {
        padding: 100px 48px 48px;
        max-width: 100%;
        margin: 0 !important;
    }
}

@media (max-width: 991px) {
    .text-xl {
        font-size: 30px;
    }

    .header .logo a {
        max-width: 200px;
    }

    .home-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home-intro-header {
        padding-bottom: 100px;
    }

    .home-info-item-img {
        height: 100%;
        aspect-ratio: 720/969;
    }

    .home-hotel-item {
        width: 100%;
    }

    .home-hotel-content {
        padding: 60px 36px 36px;
    }

    .text-xxl {
        font-size: 100px;
    }

    .home-register {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .text-xl {
        font-size: 24px;
    }

    .text-lg {
        font-size: 20px;
    }

    .text-xxl {
        font-size: 70px;
    }

    .header .logo a {
        max-width: 180px;
    }

    .home-banner {
        padding-top: 100px;
    }

    .header .menu-toggle {
        width: 30px;
        height: 30px;
    }

    .header .menu-mb ul li a {
        font-size: 16px;
    }

    .header .menu-mb {
        padding: 20px;
    }

    .home-banner {
        padding-bottom: 80px;
    }

    .home-intro-header {
        padding-bottom: 70px;
    }

    .home-schedule {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .home-hotel-content {
        padding: 40px 20px;
    }

    .home-register {
        padding: 70px 0;
    }

    .footer-logo {
        max-width: 180px;
    }

    .footer {
        padding: 50px 0;
    }
}

@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid;
    }

    .border-md-end {
        border-right: 1px solid;
    }
}