/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.box-about-us {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 35px 50px 35px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.box-about-us .image.image_resized {
    display: inline-block;
}

.box-about-us p {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-about-us {
    margin-bottom: 50px;
    padding: 0 30px;
}

.page-about-us h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.page-about-us p {
    margin-top: 10px;
    margin-bottom: 15px;
}

#home-menu-booking {
    margin-top: 30px;
    padding: 50px 0;
    background: linear-gradient(to right, #ffffff 50%, #000000bb 50%);
}

#home-menu-booking h2 {
    margin-bottom: 50px;
}

#home-menu-booking .left-info {
    padding-right: 50px;
}

#home-menu-booking .right-info {
    color: #fff;
    padding-left: 50px;
}

#home-menu-booking .right-info h2,
#home-menu-booking .right-info h3 {
    color: #fff;
}

#home-menu-booking .right-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

#home-menu-booking .right-info .box-open-times {
    margin-top: 20px;
    margin-bottom: 20px;
}

#home-menu-booking .right-info .col-8 p {
    font-size: 15px;
    margin-bottom: 3px;
}

.home-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dotted #838383;
    padding-bottom: 16px;
}

.home-list-menus .home-menu-item:last-child {
    border-bottom: none;
}

.home-list-menus .home-menu-item .item-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-list-menus .home-menu-item .item-title>span:last-child {
    margin-left: auto;
    color: red;
}

.home-list-menus .home-menu-item .item-desc {
    margin-top: 15px;
    color: #555;
    font-size: 14px;
}

.btn-call-to-book {
    background: #58b328;
    color: #fff !important;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 20px;
    font-weight: 600;
}

.nv-fullbg.contact-page {
    width: 60%;
    margin: 0 auto;
}

.btn-success {
    color: #fff;
    background-color: #5ebd23;
    border-color: #5ebd23;
}

p#menu-item-price {
    color: red;
    font-weight: 500;
}

.page-footer {
    font-size: 13px;
    padding-bottom: 0;
    position: relative;
    background: #f6f6f6;
    color: #222;
}

.footer-widget .footer-inner p,
.footer-widget .footer-menu ul.ft-menu-list li a,
.footer-widget .footer-address p,
.footer-widget .footer-address p a {
    color: #222;
}

.ggmaps {
    color: #fff !important;
}

.copyright .copyright-right p,
.copyright .copyright-right p a {
    color: #717171;
    font-size: 12px;
}

.footer-widget h2.widgettitle {
    margin-bottom: 0;
}

.popup-mobile-manu .menu-content .mainmenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.popup-mobile-manu .menu-content .mainmenu>li>a {
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.popup-mobile-manu .menu-content .mainmenu>li.active>a {
    color: #fd2611;
}

.popup-mobile-click {
    display: none;
}

.select-branch {
    align-items: center;
}

.select-branch .form-check {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.select-branch input {
    padding: 0;
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    height: 20px;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .popup-mobile-click {
        display: block;
    }

    main.page-content {
        padding-top: 30px;
    }

    .pt_sm--60 {
        padding-top: 20px;
    }

    .container {
        max-width: 100%;
    }

    #home-menu-booking {
        background: #fff;
    }

    #home-menu-booking .left-info {
        padding-right: 15px;
    }

    #home-menu-booking .right-info {
        padding-left: 15px;
        color: #222;
        margin-top: 50px;
    }

    #home-menu-booking .right-info h2,
    #home-menu-booking .right-info h3 {
        color: #222;
        margin-bottom: 20px;
    }

    .nv-fullbg.contact-page {
        width: 100%;
    }
}