@media (min-width: 800px) {
    .container-bar {
        width: 65%;
    }
}

.swiper-container {
    width: 100%;
    z-index: 0;
    height: 100%;
}

.swiper-slide {
    width: 100% !important;
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.slide-img {

    width: 100%;
    height: 100%;
    background: #000;
    background-size: cover !important;
    background-position: right bottom;
    background-repeat: no-repeat !important;
}

.banner {
    position: relative;
    height: 600px;
    padding: 0 !important;
}

.banner-silde {
    padding-top: 60px;

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-coo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 1;
}

.banner-desc {
    margin-top: 240px;
}

@media (max-width: 800px) {
    .banner {
        position: relative;
        height: 432px;
    }

    .banner-coo {
        background: rgba(0, 0, 0, 0.59);
    }

    .banner-desc {

        margin-top: 140px;
    }

    .slide-img {
        background-position: right top !important;
    }
}

.locations-box-content .rounded-circle {
    width: 235px;
    display: block;
    border-radius: 50% !important;
    margin: auto;
    height: 235px;
    background-size: cover;
    background-position: center center;
}

#LOCATIONS {
    color: white;
    padding: 50px 0;
    background: black;
}

.locations-box-content h3 {
    margin: 20px 0;
}

.online-order-btn {
    margin-bottom: 3rem;
    background: #e7b360;
    border: none;
    padding: 1rem 1rem;
    border-radius: 0;
}

.online-order-btn:hover {
    background: #e7b360;

}

.banner-desc .big-title {
    color: #FFFFFF !important;
    font-size: 32px
}

.banner-desc .banner-desc-text {
    font-size: 18px !important;
    color: white;
    text-transform: none;
    letter-spacing: 0;
}

@media (min-width: 1112px) {
    .navbar-brand {
        position: relative;
        width: 320px;
    }
}

@media (min-width: 800px) {

    .navbar-brand {
        position: relative;
        width: 250px;
    }

    .navbar-brand img {
        left: 0;
        position: absolute;

    }

    .navbar-default {
        padding: 5px 0;
    }

    .btn-custom-online {
        margin-top: 30px;

    }

    .swiper-container-horizontal > .swiper-pagination-bullets {

    }

}

@media (max-width: 1112px) {

    .container-bar {
        width: 80%;
    }

    .navbar-brand {
        position: relative;
        width: 150px;
    }
}

@media (max-width: 800px) {

    .container-bar {
        width: 100%;
    }

    .navbar-brand {
        position: relative;
        width: 250px;
    }

    .navbar-default {
        background: rgba(0, 0, 0, 0.91);
    }
}

.btn-custom-online {
    color: white;
    margin-top: 30px;
    padding: 10px 15px;
}

.footer-social img {
    width: 120px;
}

.history {

    background-size: cover !important;;
    background-position: top center !important;
}

.online-nav-btn {
    background: none;
    padding: 17px 15px 13px;
    font-size: 12px;
    color: #cf2428;
    border-color: transparent;
    letter-spacing: 0.04em;
    position: relative;

}

@media (min-width: 800px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .icon-box-bubble {
        width: 263px;
        height: 160px;
        text-align: center
    }

}

.navbar-brand-logo img {
    height: 70px;
}

.navbar-header {
    height: 80px;
    background: black;
}

.navbar-default {
    background: black;
}

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

    .online-nav-btn {

        font-size: 14px;
        text-transform: uppercase;
        border: 1px solid transparent;
    }

    .navbar-brand-logo img {
        height: 50px;
    }

    .navbar-header {
        height: 50px;
        background: black;
    }
}

@media (min-width: 768px) {
    .icon-box-bubble {

        width: 263px;
        height: 160px;
        text-align: center;
    }

    .navbar-header {
        width: 80px;
    }

    .navbar-right {

        margin-top: 15px;
    }

}

.banner-img {
    background: url("images/banner/banner1.jpg");
    height: 300px;
    background-size: cover;

}

.menu-box h2 {
    margin-top: 10%;
}

.menu-box {

    display: flex;

    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
}

@media (max-width: 800px) {
    .menu-box h2 {
        margin-top: 30%;
        opacity: 1 !important;
        color: white;

    }

    .text-menu {

    }
}

@media (min-width: 1200px) {
    .gallery-box {
        width: 1200px;
        margin: auto;
    }
}

.gallery-box {
    width: 100%;
    padding: 1rem;
    height: auto;
}

.menu-wrapper .menu-item a {

}

.menu-wrapper .menu-item a {
    line-height: 100px;
}

.gallery-box .waterfall {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pin {

    width: 25%;
    padding: 0.25rem;

}

.pin-50 {
    width: 50%;
}

.pin-100 {
    width: 100%;
}

.pin img {
    width: 100%;
}

.pin-30 {
    width: 33.33%;
}

.pin a {
    padding: 2px;
    width: 100%;

    height: 100%;
    background: #FFFFFF;
    display: block;

}

.pin a span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

.pin-100-mb {
    display: none;
}

@media (max-width: 600px) {
    .pin {
        height: 100%;
        width: auto;
    }

    .gallery-box .waterfall {
        justify-content: center;
    }

    .pin-100-last {

    }

    .pin-100-pc {
        display: none;
    }

    .pin-100-mb {
        display: block;
    }

}

@media (min-width: 800px) {
    .banner-desc-menu {
        margin-top: 140px;
    }
}

.paopao-menu {
    padding-bottom: 40px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    .paopao-menu .ice-cream-container {
        width: 60%;
        margin: auto;
    }
}

.paopao-menu .ice-cream-container {
    background: #22252A;
    color: white;
    padding: 2rem;
    border-radius: 14px;
}

.ice-cream-item {
    margin-top: 1rem;
}

.ice-cream-item-tt {
    margin-bottom: 2rem;
}

.ice-cream-item {
    font-size: 14px;
    margin-top: 1rem;
}

.ice-cream-item-tt h4 {
    margin-bottom: 0;
    color: #F7FB00;
}

.ice-cream-item-dec {
    margin-bottom: 0;
}

.ice-cream-item-box {
    width: 100%;
    margin-top: 1rem;
}

.ice-cream-item-title span {
    padding-left: 1rem;
    color: #ff6934;
    font-weight: normal;
}

.gallery-box .waterfall {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pin {

    width: 25%;
    padding: 0.25rem;

}

.pin-50 {
    width: 50%;
}

.pin-100 {
    width: 100%;
    margin-bottom: 20px;
}

.pin img {
    width: 100%;
    border-radius: 10px;
}

.pin-30 {
    width: 33.33%;
}

.pin a {
    padding: 2px;
    width: 100%;

    height: 100%;
    background: #FFFFFF;
    display: block;

}

.pin a span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
}

.pin-100-mb {
    display: none;
}

@media (max-width: 600px) {
    .pin {
        height: 100%;
        width: auto;
    }

    .gallery-box .waterfall {
        justify-content: center;
    }

    .pin-100-last {

    }

    .pin-100-pc {
        display: none;
    }

    .pin-100-mb {
        display: block;
    }

}

@media (min-width: 800px) {
    .banner-desc-menu {
        margin-top: 140px;
    }
}

.services-text {
    text-wrap: normal;
    padding: 2rem;
    color: white !important;
}

.main-title-service {
    margin-bottom: 0;
}

.help-block {
    color: red;
    text-align: left;
}

.now {
    width: 60px;
}