@charset "UTF-8";
.testimonial__author {
    img {
        object-fit: cover;
    }
}
.header-fixed {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.search-top-box .search-input {
    border: 1px solid #ccc !important;
    padding: 5px 10px;
}
.search-top-box .search-icon {
    position: absolute;
    top: 47px;
    right: 50px;
    width: 17px;
}

.dialog-select-branch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Màu nền và độ trong suốt */
    z-index: 1050; /* Z-index cao hơn các thành phần khác trên trang */
    display: flex;
    justify-content: center;
    align-items: center;
}
.dialog-select-branch .select-content {
    width: 300px;
    height: 120px;
    background-color: white;
    font-size: 15px !important;
}
.dialog-select-branch .select-content span {
    margin-bottom: 10px;
    font-weight: bold;
}

.ruler {
    border-top: 1px solid #003b31;
}

.a-phone {
    font-size: 15px;
    color: #e74c3c;
}
.a-phone:hover {
    color: #f08632;
}

.branch-mobile {
    display: none;
    position: fixed;
    z-index: 100;
    top: 86px;
    left: 10px;
}

.promo-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0%;
    right: 0%;
}
.promo-box #promoModal .modal-dialog {
    max-width: 400px;
}
.promo-box #promoModal .modal-header {
    border: none;
}
.promo-box #promoModal .modal-content {
    background: transparent;
    border: none;
}
.promo-box #promoModal .modal-body img {
    width: 100%;
    height: auto;
}
.promo-box #promoModal .modal-body .close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 102;
    color: white;
}
.promo-box #promoModal.centered {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pd-left-10 {
    padding-left: 10px;
}

.slide-home-food-category {
    border-bottom: 1px solid #f08632;
    padding-bottom: 10px;
}

.addr-small {
    font-size: 25px;
}

.addr-info .phone-number,
.addr-info .email-addr {
    font-weight: bold;
}
.addr-info .phone-number:hover,
.addr-info .email-addr:hover {
    color: #f08632 !important;
}

.qr-code-block {
    width: 60px;
}

.dishes-list .dishes-item {
    padding: 5px;
    margin: 0 5px;
}
.dishes-list .dishes-item-image img {
    width: 100px;
    height: 80px;
}
.dishes-list .dishes-item-price,
.dishes-list .dishes-item-name {
    margin: 5px;
}
.dishes-list .dishes-item-btn button {
    padding: 5px;
    width: 100%;
    border: none;
    color: rgb(128, 33, 33);
}

.branch-image-slider {
    width: 213px;
    border-radius: 50%;
}

.cart-area-menu {
    position: relative;
    top: 8px;
}

.cart-food-list {
    padding-left: 15em;
    padding-right: 15em;
}

.effect-hover:hover {
    opacity: 0.8;
}

.cart-btn-top {
    width: 27px;
    height: 27px;
    background-image: url("/assets/icon/cart.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.disable-btn {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #869791 !important;
    color: #444444 !important;
}

.product__details__text .property-box {
    width: 350px;
}

.product-item {
    padding: 10px;
}

.branch-map-list {
    max-height: 600px;
    overflow: auto;
}

.map-list .map {
    height: 430px;
}

.map-menu {
    margin-top: 15px;
}
.map-menu iframe {
    width: 100% !important;
}

.custom-select {
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 15px;
    color: #444444;
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
}
.custom-select option:disabled {
    color: red;
    text-decoration: line-through !important;
}

.site-btn {
    background-color: rgb(128, 33, 33) !important;
}

.book-table-btn,
.back-top-btn,
.hot-line-btn,
.zalo-btn {
    position: fixed;
    right: 20px;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 100;
}
.book-table-btn .btn,
.back-top-btn .btn,
.hot-line-btn .btn,
.zalo-btn .btn {
    font-size: 28px;
    background-color: rgb(128, 33, 33);
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.book-table-btn .btn:before,
.book-table-btn .btn:after,
.back-top-btn .btn:before,
.back-top-btn .btn:after,
.hot-line-btn .btn:before,
.hot-line-btn .btn:after,
.zalo-btn .btn:before,
.zalo-btn .btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    animation: expandWave 1.5s infinite;
}
.book-table-btn .btn:after,
.back-top-btn .btn:after,
.hot-line-btn .btn:after,
.zalo-btn .btn:after {
    animation-delay: 0.75s;
}

.book-table-btn {
    bottom: 22%;
}
.book-table-btn .btn {
    background-color: #ed4c2f;
    font-size: 24px;
}

.hot-line-btn {
    bottom: 15%;
}
.hot-line-btn .btn {
    background-color: #b20000;
}
.hot-line-btn .btn a {
    color: white;
}
.hot-line-btn .btn-dk {
    border-radius: 5px;
    height: 50px;
    border: none;
    background-color: #b20000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hot-line-btn .btn-dk i {
    margin-right: 5px;
    font-size: 22px;
    cursor: pointer;
}

.zalo-btn {
    bottom: 8%;
}
.zalo-btn .btn {
    background-color: #0573ff;
}
.zalo-btn .btn img {
    width: 52px !important;
    max-width: none;
}

.back-top-btn {
    bottom: 1%;
}

@keyframes expandWave {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.8;
        width: 0;
        height: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        width: 200%;
        height: 200%;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.img-round {
    animation: spin 20s linear infinite;
}
.img-round img {
    width: 350px !important;
}

.food-category-select {
    border: none !important;
}

.sort-select {
    width: 10em;
    height: 2.8em;
}

.branch-select {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 0px 10px;
    margin-right: 10px;
}

.flag-item {
    width: 22px !important;
}

.splide__pagination__page {
    background: #869791 !important;
}

.splide__pagination__page.is-active {
    background: #b20000 !important;
}

.splide__pagination {
    margin-bottom: 0 !important;
    bottom: -1.5em !important;
}

.hot-food {
    margin-bottom: 0 !important;
}
.hot-food .hot-food-banner .col-md-6 {
    padding: 0 !important;
}

.space {
    margin-left: 10px;
    margin-right: 10px;
}

.home-container {
    padding-top: 6%;
    padding-bottom: 5%;
}

.home-new-food .slide-new-food .food-item-slide {
    padding: 10px;
}
.home-new-food .slide-new-food .food-item-slide img {
    width: 275px;
    height: 275px;
}
.home-new-food .slide-new-food .food-item-slide .item-content {
    margin-top: 15px;
    padding: 10px 0;
}
.home-new-food .slide-new-food .food-item-slide .item-content .price {
    height: 80px;
    font-size: 20px;
    font-weight: 500;
}
.home-new-food .slide-new-food .food-item-slide .item-content .price span {
    color: #b20000;
}
.home-new-food .slide-new-food .food-item-slide .item-content h6 {
    color: #000;
    margin-bottom: 17px;
}
.home-new-food .slide-new-food .food-item-slide .item-content button {
    background-color: #b20000;
    color: white;
    padding: 6px;
    width: 100px;
    border: none;
    border-radius: 20px;
}
.home-new-food .slide-new-food .food-item-slide .item-content button a {
    color: white;
}

.home-hot-food .food-item-slide {
    padding: 10px;
}
.home-hot-food .food-item-slide img {
    width: 175px;
    height: 175px;
}
.home-hot-food .food-item-slide .item-content {
    margin-top: 15px;
    padding: 10px 0;
}
.home-hot-food .food-item-slide .item-content .price {
    height: 80px;
    font-size: 15px;
    font-weight: 500;
}
.home-hot-food .food-item-slide .item-content .price span {
    color: #b20000;
}
.home-hot-food .food-item-slide .item-content h6 {
    color: #000;
    margin-bottom: 15px;
}
.home-hot-food .food-item-slide .item-content button {
    background-color: #b20000;
    color: white;
    padding: 6px;
    width: 100px;
    border: none;
    border-radius: 20px;
}
.home-hot-food .food-item-slide .item-content button a {
    color: white;
}

.cart-box .btn-cart {
    background-color: #191919;
    border: none;
}

.mt-10 {
    margin-top: 15px;
}

.fs-25 {
    font-size: 25px !important;
}

.search-box {
    min-height: 300px;
    padding: 30px;
    display: flex;
    justify-items: center;
}

/* Mobile */
@media (max-width: 767px) {
    .search-box {
        min-height: 100px;
    }
    .branch-mobile {
        display: block;
    }
    .hero__item {
        height: 150px !important;
    }
    .img-round img {
        width: 290px !important;
    }
    .book-table-btn button,
    .back-top-btn button,
    .zalo-btn button,
    .hot-line-btn button {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
    }
    .branch-image-slider {
        width: 150px;
    }
    .cart-food-list {
        padding-left: 1em;
        padding-right: 1em;
    }
    .branch-map-list {
        max-height: 150px;
    }
    .map-list .contact__address {
        margin-bottom: 10px;
    }
    .map-list .map {
        height: 450px;
    }
    .branch-select {
        width: 100%;
    }
    .space {
        margin: 0 2px;
    }
    .home-note {
        padding-top: 20px;
    }
    .home-note .centered {
        margin-bottom: 25px;
    }
    .home-hot-food {
        margin-bottom: 20px;
    }
    .home-hot-food .custom-heading .slide-name {
        font-size: 28px !important;
    }
    .home-hot-food .slide-hot-food .food-item-slide img {
        width: 112px;
        height: 112px;
    }
    .home-hot-food .slide-hot-food .food-item-slide .item-content .price p {
        padding-bottom: 5px;
    }
    .open-table-widget-style-1 {
        padding-top: 0px !important;
    }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .header__logo {
        left: 40%;
    }
    .hero {
        margin-top: 11em;
    }
    .cart-food-list {
        padding-left: 1em;
        padding-right: 1em;
    }
    .hero__item {
        height: 300px !important;
    }
    .branch-mobile {
        display: none;
    }
    .footer-box {
        padding: 0 40px !important;
    }
}
/* Laptop */
@media (min-width: 1024px) and (max-width: 1439px) {
    .hero {
        margin-top: 13.5em;
    }
    .hero__item {
        height: 370px !important;
    }
    .footer-box {
        padding: 0 88px !important;
    }
}
/* Desktop */
@media (min-width: 1440px) {
    .hero__item {
        height: 700px !important;
    }
}
.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.main-timeline .timeline-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative;
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px;
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative;
}

.main-timeline .timeline-content:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px;
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5;
}

.text-danger {
    color: red;
}

.footer-box {
    padding: 0 290px;
}

@media only screen and (max-width: 1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px;
    }
    .main-timeline .timeline-content {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        margin: 0 0 10px;
    }
    .main-timeline .timeline-icon {
        left: 25%;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%;
    }
    .main-timeline .timeline-content {
        margin-top: 115px;
    }
}
@media only screen and (max-width: 767px) {
    .main-timeline {
        padding-top: 50px;
    }
    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0;
    }
    .main-timeline .timeline {
        margin-bottom: 70px;
    }
    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0;
    }
    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto;
    }
    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px;
    }
    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px;
    }
    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0);
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px;
    }
}
@media only screen and (max-width: 479px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px;
    }
    .footer-box {
        padding: 0 20px !important;
    }
}
