.popup-coming {
    background: #fff;
}

.popup-coming .modal-dialog {
    max-width: 100%;
}

.popup-coming .close {
    color: transparent;
}

/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.is-mobile .setting-menu>.container>.row>div {
    justify-content: center;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.ab-banner-top .image-sale {
    padding-top: 42%;
}

.ab-banner-top p {
    font-size: 55px;
}

.about-image-2 .row>div:nth-child(1) .content-image {
    font-size: 30px;
    background: url(http://media-misspho.efy.vn/media/template/group-35.png);
    background-position: center;
    background-repeat: no-repeat;
}

.our-menu-title .title-section {
    font-size: 40px;
}

.our-menu-img {
    z-index: 2;
}

.food-menu-txt .logo-section {
    z-index: 1;
    position: relative;
}

.item-food>p:before {
    content: "-";
    margin-right: 5px;
}

.hidden-title:before {
    content: "";
    position: absolute;
    left: -400px;
    top: 0px;
    color: #a4d0ad;
    font-size: 281px;
    line-height: 75%;
    font-family: initial;
    text-transform: uppercase;
}
.menu-m:before {
    content: "Menu";
}
.special-m:before {
    content: "Special";
}
.dessert-m:before {
    content: "Dessert";
}
.lunch-m:before {
    content: "Lunch";
}

.bg-drink {
    background: #c9e1ba;
}
.bg-drink-2 {
    background: #f3fadc;
}
.menu-drink {
    border: 10px solid #32620e;
}

.title-right,
.title-lunch,
.title-diner {
    background: #81a969;
}
.title-left {
    border: 5px solid #81a969;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 480px) {
    .pos-img {
        top: 0;
    }
    
    .food-menu-txt:before, 
    .chef-txt:before {
        left: 0;
        top: 18px;
        color: #a4d0ad;
        font-size: 105px;
        opacity: .3;
        display: none;
    }
    
    .light-gl a:nth-child(even) {
        margin-top: 0;
    }
    
    .ab-banner-top p {
        font-size: 30px;
    }
}

.display-none {display:none;}