
:root{
    --color-main: #dc2626;
    --color-font: #374151;
    --color-title: #1f2937;
    --color-border: #E9ECEE;
    --color-red: #dc2626;
    --color-yellow: #fbbf24;
    --bg-yellow: #f59e0b;
    --number-px: 80px
}
@media (max-width: 1024px) {
    section{
        padding-block: 55px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
   header#header .box-action-header .toggle-menu {
        display: flex;
        padding: 0;
    }
    header#header .box-action-header .toggle-menu{
        width: 35px;
        height: 35px;
        background-color: transparent;
        border-radius: 100%;
        outline: none;
        border: none;
    }
    header#header .box-action-header .toggle-menu span{
        display: block;
        width: 20px;
        height: 2px;
        background-color: var(--color-main);
        transition: all .3s;
        margin-left: 0;
        position: absolute;
    }
    header#header .box-action-header .toggle-menu span:before,
    header#header .box-action-header .toggle-menu span:after{
        content: "";
        width: 100%;
        position: absolute;
        height: 2px;
        background-color: var(--color-main);
        left: 0;
        transition: all .3s;
        border-radius: 2px;
    }
    header#header .box-action-header .toggle-menu span:before{
        top: -7px;
    }
    header#header .box-action-header .toggle-menu span:after{
        width: 20px;
        left: auto;
        right: 0;
        bottom: -7px;
    }
    header#header .box-action-header .toggle-menu.active span{
        background-color: transparent;
        transition: all .3s;
    }
    header#header .box-action-header .toggle-menu.active span:before{
        transform: rotate(45deg);
        top: 0;
        transition: all .3s;
    }
    header#header .box-action-header .toggle-menu.active span:after{
        transform: rotate(-45deg);
        bottom: 0;
        transition: all .3s;
    }
    header#header .box-action-header:not(.is-mobile) .btn:not(.toggle-menu){
        display: none;
    }
    header#header nav#nav{
        position: fixed;
        left: 0;
        top: 0;
        height: 100dvh;
        width: 390px;
        background-color: #fff;
        z-index: 9;
        transition: all .3s;
        transform: translateX(-100%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0px 1px 4px 0px #19213D14;
    }
    header#header nav#nav.active{
        transform: translateX(0);
    }
    header#header nav#nav ul{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px;
        list-style: none;
    }
    header#header nav#nav .wrap-menu{
        background-color: #FFF;
        padding: 50px 0 0 0;
        position: relative;
        z-index: 2;
    }
    header#header nav#nav .wrap-menu .item-menu a{
        color: var(--color-font);
        font-size: 18px;
    }
    header#header #nav .box-action-header.is-mobile{
        display: flex;
        padding: 20px 0;
        justify-content: center;
    }
    body.overlay{
        position: relative;
        overflow: hidden;
    }
    body.overlay:before{
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background-color: #0000008a;
        z-index: 9;
    }
    header#header.active .logo img,
    header#header .logo img {
        height: 60px;
    }
    header#header .box-action-header .btn-border-white {
        border-color: var(--color-font);
        color: var(--color-font);
    }
    .content-banner .title-section-page {
        font-size: 36px;
    }
    .content-banner .text-leading {
        font-size: 20px;
        max-width: 90%;
        width: 100%;
        margin: 0 auto 20px;
    }
    .content-banner .box-action-banner .btn {
        padding: 12px 26px;
    }
    .content-banner .box-about-shop .item-shop {
        padding: 16px;
    }
    .content-banner .box-about-shop .item-shop .number {
        font-size: 26px;
    }
    .content-banner .box-about-shop{
        row-gap: 12px;
    }
    #banner-top .arrow-down{
        bottom: 15px;
    }
    .box-title-main .title-section {
        font-size: 32px;
    }
    .box-title-main .des {
        font-size: 18px;
    }
    .box-title-main {
        margin-bottom: 48px;
    }
    .item-food .box-content {
        padding: 16px;
    }
    .item-food .box-content .title {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .item-food .box-content .des{
        font-size: 14px;
    }
    .item-space .box-content .box-title .title {
        font-size: 20px;
    }
    .item-space .box-content{
        padding: 16px;
    }
    .item-space .box-content .box-title{
        flex-wrap: wrap;
        gap: 10px;
    }
    .wrap-form-booking .title-form {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .wrap-form-booking .wrap-form {
        margin-right: 0;
        width: 100%;
        padding: 24px;
    }
    .wrap-form-booking .wrap-location{
        width: 100%;
        margin-left: 0;
    }
    .list-location{
        font-size: 14px;
    }
    .list-location li{
        margin-bottom: 16px;
    }
    .list-location li .box-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .item-faq .box-title {
        padding: 12px 16px;
    }
    .item-faq .box-title .title{
        font-size: 16px;
    }
    .item-faq .box-content {
        padding: 0 16px 12px;
    }
    .item-faq .box-content .des{
        padding-top: 12px;
        font-size: 14px;
    }
    .item-about .box-icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}
@media (max-width: 991px) {
    .video-about .box-video-about{
        justify-content: center;
        padding-right: 0;
    }
    .video-about .row{
        gap: 30px;
    }
    .video-about .box-video-main{
        width: 100%;
        max-width: 536px;
        margin: 10px auto;
        height: auto;
    }
    .list-new-right {
        /* flex-direction: row; */
        gap: 22px;
    }
    .item-new.flex-column{
        flex-direction: row!important;
    }
    .wrap-banner-content-about .box-content-about{
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    section{
        padding-block: 40px;
    }
    header#header.active .logo img {
        height: 50px;
    }
    .content-banner .title-section-page {
        font-size: 30px;
    }
    .content-banner .text-leading{
        font-size: 14px;
    }
    .content-banner .box-action-banner .btn {
        padding: 8px 12px;
        font-size: 14px;
    }
    .content-banner .box-about-shop{
        margin-top: 24px;
    }
    .content-banner .box-about-shop .item-shop .number {
        font-size: 20px;
    }
    .content-banner .box-about-shop .item-shop .text {
    font-size: 12px;
    }
    .box-title-main .title-section {
        font-size: 26px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .box-title-main .title-section:not(.not-br)::before {
        width: 40px;
        height: 2px;
    }
    .box-title-main .des {
        font-size: 16px;
    }
    .box-title-main {
        margin-bottom: 32px;
    }
    footer#footer{
        font-size: 14px;
        padding: 32px 0;
    }
    footer#footer .footer-bottom{
        justify-content: center;
        text-align: center;
        padding-top: 24px;
        margin-top: 24px;
    }
    .item-about .contents .title{
        font-size: 18px;
        margin-bottom: 4px;
    }
    .item-about .contents .text {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    
    header#header nav#nav{
        width: calc(100% - 60px);
    }
    .content-banner .title-section-page {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .content-banner .text-leading{
        margin-bottom: 12px;
    }
    .content-banner .box-about-shop .item-shop{
        padding: 8px 12px;
    }
    .box-title-main .title-section {
        font-size: 24px;
    }
    .box-title-main .des {
        font-size: 14px;
    }
    .wrap-contact-fixed .item-contact {
        width: 48px;
        height: 48px;
    }
    .wrap-banner-content-about .box-image{
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 414px) {
    
    header#header #nav .box-action-header.is-mobile{
        padding-inline: 10px;
        flex-direction: column;
    }
    header#header .box-action-header.is-mobile .btn{
        width: 100%;
        padding: 12px;
    }
}