@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* menu menu-2 page */


/* ************** */


/* @font-face {
  font-family: "Argue";
  src: url(../fonts/Argue-Regular.ttf);
} */

:root {
    /* --clr-red: #ac1e0d; */
    --clr-red: #ED1B24;
    --font-1: Argue;
    --font-2: 'Open Sans', sans-serif;
    --font-3: 'Lobster', sans-serif;
    --bg: #1f3538;
    --color-primary: rgb(117, 23, 16) !important;
    --color-secondary: #0f75bd;
    --clr-white: #fff;
    --clr-black: #000;
    --fouth: #a82319;
    /* --clr-yellow: #edc559; */
    --clr-yellow: #FFF200;
    --clr-third: #fdf7e3;
    --bg-main: linear-gradient(to top, var(--fouth), var(--color-primary));
}

body {
    border: 10px solid var(--clr-red);
    font-family: var(--font-2);
}

p,
span,
div,
a,
li {
    font-family: var(--font-2);
}

h2 {
    font-family: var(--font-3) !important;
    color: var(--clr-red) !important;
}

[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-item-link {
    color: var(--clr-red) !important;
}

h1,
h3,
h5,
h6 {
    color: var(--clr-red);
    letter-spacing: -0.5px;
    font-family: var(--font-2) !important;
    line-height: 1.5 !important;
}

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

.menu-products-item {
    transition: all ease 0.4s;
}

.menu-products-item .box-img img {
    transition: all ease 0.4s;
}

.menu-products-item:hover .box-img img {
    transform: scale(1.05);
}

.menu-products-item .menu-products-desc {
    text-align: center;
    padding-top: 24.33px;
    height: 125px;
}

.menu-products-item .menu-products-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all ease 0.4s;
    /* or 26px */
    color: #000000;
    margin-bottom: 14.78px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* height: 52px; */
}

.menu-products-item .menu-products-name:hover {
    /* or 26px */
    color: #e14343;
}

.menu-products-item .menu-products-desc span {
    display: block;
}

.menu-products-item .menu-products-desc span.sale-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    text-decoration-line: line-through;
    margin-bottom: 8.25px;
    color: #b9afaf;
}

.menu-products-item .menu-products-desc span.real-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: var(--clr-red);
}

.menu-products-item .box-btn {
    border-top: 1px solid #ccc1c1;
    border-bottom: 1px solid #ccc1c1;
    padding: 13.5px 0;
    padding-bottom: 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.menu-products-item button {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */
    text-align: center;
    transition: all ease 0.4s;
    color: #282828;
    /* margin-right: 26px; */
}

@media screen and (max-width: 1400px) {
    .menu-products-item button {
        font-size: 14px;
    }
}

.menu-products-item button:hover {
    color: var(--clr-yellow);
}

.menu-products-item button i {
    margin-left: 6px;
    margin-right: 0 !important;
}

.menu-products-item .box-btn a {
    padding: 8px 16px;
    background: var(--clr-red);
    color: #fff;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    transition: all ease 0.4s;
}

@media screen and (max-width: 1400px) {
    .menu-products-item .box-btn a {
        font-size: 14px;
    }
}

.menu-products-item .box-btn a:hover {
    background: var(--clr-yellow);
    color: var(--clr-black);
}


/* ***************** */


/* aside-menu */

.aside-menu .aside-item {
    margin-bottom: 40px;
}

.aside-menu .aside-item .aside-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 28.5px;
    color: #ffd154;
}


/* aside-menu */

.aside-menu .aside-item .aside-title::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background: #e14343;
    content: "";
    z-index: 0;
}


/* aside-menu */

.aside-menu .aside-item .aside-title::before {
    z-index: 1;
    height: 3px;
    bottom: -1px;
    position: absolute;
    background: #e14343;
    content: "";
    width: 131.16px;
}


/* aside-menu */

.aside-menu .aside-item ul {
    padding-left: 15px;
}

.aside-menu .aside-item ul li {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 29px;
    list-style: disc;
    text-transform: uppercase;
}

.aside-menu .aside-item ul li:last-child {
    margin-bottom: 0;
}

.aside-menu .aside-item ul li a {
    transition: all ease 0.4s;
}

.aside-menu .aside-item ul li.active a {
    color: #ffd154;
}

.aside-menu .aside-item ul li a:hover {
    color: #ffd154;
}

.aside-menu .aside-item .aside-products {
    margin-bottom: 24px;
}

.aside-menu .aside-item .aside-products .box-img {
    height: 114px;
    width: 114px;
    overflow: hidden;
}

.aside-menu .aside-item .aside-products .box-img img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.aside-menu .aside-item .aside-products .aside-products-name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    margin-bottom: 18px;
    color: #000000;
    transition: all ease 0.4s;
}

.aside-menu .aside-item .aside-products .aside-products-name:hover {
    color: #e14343;
}

.aside-menu .aside-item .aside-products span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
}

.aside-menu .aside-item .aside-products span.sale-price {
    text-decoration: line-through;
    color: #b9afaf;
}

.aside-menu .aside-item .aside-products span.real-price {
    color: #e14343;
}

.aside-menu .mad-banner-inner .mad-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    /* color: #ffffff; */
    color: var(--clr-red);
}

.aside-menu .mad-banner-inner p {
    font-family: "Roboto" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    margin-bottom: 14px;
    color: var(--clr-red);
}

.mad-banner-inner p {
    color: var(--clr-red);
}

.aside-menu .mad-widget {
    margin-bottom: 40px;
}


/* products-detail page */


/* ********* */

.products-detail .products-detail-main h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    /* or 42px */
    color: #000000;
    margin-bottom: 13px;
}

.products-detail .products-detail-main .products-detail-main-desc {
    background: #f0f0f0;
    padding: 16.5px;
    margin-bottom: 24px;
}

.products-detail .products-detail-main .products-detail-main-desc p {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 18px */
    margin-bottom: 18px;
    color: #000000;
}

.products-detail .products-detail-main .products-detail-main-desc p:last-child {
    margin-bottom: 0;
}

.products-detail .products-detail-main .gr-price {
    margin-bottom: 24px;
}

.products-detail .products-detail-main .gr-price span {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #b9afaf;
}

.products-detail .products-detail-main .gr-price span.real-price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-decoration: none !important;
    /* identical to box height */
    color: #e14343;
    margin-left: 9px;
}

.products-detail .products-detail-main .gr-sl {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.products-detail .products-detail-main .gr-sl span {
    font-family: "SVN-Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height */
    margin-right: 52px;
    color: #000000;
}

.products-detail .products-detail-main .gr-sl .buttons_added input {
    height: 32px !important;
    width: 82px !important;
    padding-left: 17px;
    padding-right: 3px;
    background: #fff;
}

.products-detail .products-detail-main .gr-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.products-detail .products-detail-main .gr-btn .add-to-cart {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    text-align: center;
    /* Mau/02 */
    color: #b5945b;
    border: 1px solid #b5945b;
    padding: 12.5px 32.5px;
    transition: all ease 0.4s;
}

.products-detail .products-detail-main .gr-btn .add-to-cart:hover {
    background: #b5945b;
    color: #fff;
}

.products-detail .products-detail-main .gr-btn .add-to-cart i {
    margin-right: 8px;
}

.products-detail .products-detail-main .gr-btn a {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    text-align: center;
    color: #ffffff;
    background: #1f3637;
    padding: 12.5px 40px;
    width: 50%;
    border: 1px solid #1f3637;
    transition: all ease 0.4s;
}

.products-detail .products-detail-main .gr-btn a:hover {
    background: #fff;
    color: #e14343;
}

.products-detail .products-detail-main .products-detail-main-intro {
    padding: 24px;
    border-top: 1px solid #b7b4b4;
    border-bottom: 1px solid #b7b4b4;
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    line-height: 24px;
}

@media screen and (max-width: 1400px) {
    .products-detail .products-detail-main .gr-btn a {
        font-size: 16px;
    }
    .products-detail .products-detail-main .gr-btn .add-to-cart {
        font-size: 16px;
    }
}

.products-detail .products-detail-main .products-detail-main-intro span {
    color: #e14343;
    font-weight: 700;
}

.products-detail .box-hdsd {
    background: #f5f2f2;
    margin-top: 56px;
    padding: 35px 56px;
    font-family: "Verdana";
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    /* or 21px */
    color: #000000;
    margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .products-detail .box-hdsd {
        padding: 20px 15px;
    }
}

.products-detail .box-hdsd h4 {
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
}

.products-detail .box-share {
    display: flex;
    align-items: center;
    border-bottom: #b5945b 1px solid;
    border-top: #b5945b 1px solid;
    padding: 20px 0;
}

.products-detail .box-share span {
    font-size: 24px;
    margin-right: 15px;
}


/* more-products */


/* ********** */

.more-products {
    margin-bottom: 70px;
}

.more-products .more-products-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    /* identical to box height, or 42px */
    /* Mau/02 */
    color: #b5945b;
    margin-bottom: 40px;
}


/* cart page */


/* *********** */

.cart .table-responsive table {
    border: 1px solid #ddd;
}

.cart .table-responsive table thead {
    border: 1px solid #ddd;
}

.cart .table-responsive table thead th {
    background: #1d1b1b;
    border: 1px solid #ddd;
    text-align: center;
}

.cart .table-responsive table thead th h3 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    text-align: center;
    color: #ffffff;
}

.cart .table-responsive table tr {
    border: 1px solid #ddd;
}

.cart .table-responsive table tr td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.cart .table-responsive table tr td .name {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* or 26px */
    text-align: center;
    color: #000000;
}

.cart .table-responsive table tr td input {
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.cart .table-responsive table tr td .quantity {
    width: 100%;
}

.cart .table-responsive table tr td .quantity button {
    color: #000;
}

.cart .table-responsive table tr td button {
    font-size: 24px;
    font-weight: 700;
}

.cart .table-responsive table tr td .price {
    color: #000000;
    font-weight: 500;
}

.cart .cart-info {
    margin-top: 48px;
}

.cart .cart-info .info-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    margin-bottom: 25px;
    color: #000000;
}

.cart .cart-info form .gr-input input {
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding: 17.5px 32px;
    border: 1px solid #000000;
    margin-bottom: 8px;
    background: #fff;
}

.cart .cart-info form .gr-input input::placeholder {
    color: #000;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.cart .cart-info .form-check label::before {
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.cart .cart-info .form-check {
    margin-top: 16px;
}

.cart .cart-info .form-check label {
    padding-left: 30px;
    line-height: 18px;
}

.cart .cart-info .form-check label::after {
    width: 14px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    left: 4px;
    top: 2px;
}

.cart .gr-price {
    padding: 22px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 36.87px;
    display: flex;
    justify-content: space-between;
}

.cart .gr-price span {
    font-family: "Verdana";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */
    color: #000000;
}

.cart .gr-price span.price {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    text-align: center;
    /* Mau/01 */
    color: #e14343;
}

.cart .gr-payment {
    margin-top: 76px;
}

.cart .gr-payment .info-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    color: #000000;
    margin-bottom: 24px;
}

.cart .gr-payment .form-check label {
    /* background: #f9ebeb; */
    padding-left: 15px;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Roboto";
}

.cart .gr-payment .form-check label::before {
    left: -30px;
    width: 18px;
    height: 18px;
    top: 15px;
}

.cart .gr-payment .form-check label::after {
    font-size: 14px;
    height: 14px;
    width: 14px;
    top: 19px;
    left: -25.5px;
}

.cart .gr-payment .more-info {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-size: 16px;
}

.cart .cart-btn {
    margin-left: auto;
    display: block;
    margin-top: 32px;
    background: #e14343;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 32px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: all ease 0.4s;
    border: 1px solid #e14343;
}

.cart .cart-btn:hover {
    background: #fff;
    color: #e14343;
}


/* ******* */

.banner .banner-slider img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    z-index: 1;
    object-fit: cover;
}


/* .banner .banner-slider .owl-item.active img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
} */

.menu-products-item .box-img {
    aspect-ratio: 3/2;
}

.menu-products-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.setmenu-item .price .sale-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    display: block;
}

.mad-logo img {
    background: transparent;
}

.mad-header {
    background: var(--clr-white);
}

.mad-order-description {
    color: var(--clr-black);
}

iframe .html5-main-video {
    width: 100% !important;
    left: 0 !important;
}

.mad-header.header-white .mad-navigation>li>a,
.mad-header.header-white .mad-actions .mad-item-link {
    color: var(--clr-red);
    font-family: var(--font-2);
    font-weight: 700;
}

.list-menu .home-menu-item figure {
    aspect-ratio: 4/3;
}

.list-menu .home-menu-item figure img {
    height: 100%;
    object-fit: cover;
}

.mad-footer {
    position: relative;
    background-position: bottom;
    padding: 40px 0 40px;
    color: var(--clr-black);
}

.copyrights {
    color: var(--color-secondary);
}

.copyrights a {
    color: var(--clr-red);
}

.mad-footer h5 {
    color: var(--clr-red);
}

.mad-footer ul li {
    color: var(--clr-black);
}

.mad-footer ul li a {
    color: var(--clr-black);
}

.mad-footer ul li {
    margin-bottom: 10px;
}

.mad-footer .counter em {
    margin-right: 10px;
}

.mad-footer .counter span:last-child {
    margin-left: 5px;
}

.experience .row .box-content .experience-title {
    font-size: 2.5rem;
    color: var(--clr-red);
}

.mad-footer .mad-hr-list a {
    color: var(--clr-black);
}

.mad-social-icons>ul li a {
    color: var(--color-secondary);
}

.mad-link.color-2,
.mad-text-link.color-2 {
    color: var(--clr-black);
}

.mad-footer .btn {
    border: 2px solid #b5945b;
    color: #b5945b;
}

.service {
    padding-top: 100px;
}

.service h2 {
    font-size: 2rem;
}

.service .option:hover img {
    filter: none !important;
}

.service .option p {
    font-size: 16px;
    line-height: 1.5;
}

.service .option h3 {
    font-size: 20px;
}

.mad-navigation {
    font-family: var(--font-1);
}

.next {
    padding: 80px 0;
    padding-top: 0;
}

.booking {
    padding: 40px 0;
    background-color: var(--clr-white);
}

.home-menu-item .row {
    align-items: stretch !important;
    position: relative;
}

.home-menu-item .row [class*="col-"]:first-child {
    position: relative;
    background: var(--clr-red);
}

.feedback {
    /* background: var(--clr-red); */
    padding: 30px 0;
}

.feedback h2 {
    margin-bottom: 0;
    color: var(--clr-red);
}

.home-menu-item .row [class*="col-"]:first-child::before {
    background-image: url(../images/bg-menu-4.png);
    background-size: 100%;
    position: absolute;
    inset: 0;
    content: "";
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    filter: invert(80%) sepia(100%) saturate(618%) hue-rotate(359deg) brightness(106%) contrast(110%);
}

.mad-back-to-top {
    height: 40px;
    right: 10px;
    display: flex;
    bottom: 150px;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.box-language {
    display: flex;
    align-items: center;
    margin-right: 0;
    gap: 10px;
    margin-left: 20px;
}

.box-language img {
    width: 40px !important;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.mad-breadcrumb {
    margin-bottom: 40px;
}

.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
    font-family: var(--font-1);
    font-size: 2.5rem;
    line-height: 2.5;
}

.mad-entity .mad-entity-media img {
    object-fit: cover;
}

.mad-header.header-white [class*="mad-header-section--sticky"].mad-header-section--sticked {
    background: var(--clr-white);
}

[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a {
    color: var(--clr-red) !important;
}

[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a::before {
    background: #fff !important;
}

[class*="mad-header-section--sticky"].mad-header-section--sticked .mad-item-link {
    color: #fff;
}

.about {
    padding-top: 0 !important;
    padding-bottom: 7rem !important;
}

.phone-vr-circle-fill {
    width: 55px;
    height: 55px;
}

.phone-vr-circle-fill {
    top: 17px;
    left: 17px;
}

#button-contact-vr .button-contact .phone-vr {
    height: 80px;
}

.mad-back-to-top {
    top: unset;
    bottom: 50px;
}

#zalo-vr,
#mess {
    height: 60px;
}

#mess .phone-vr-img-circle,
#zalo-vr .phone-vr-img-circle {
    /* animation: unset; */
}

@media screen and (max-width: 996px) {
    .experience .row .box-content {
        padding: 20px 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mad-breadcrumb .mad-page-title {
        font-size: 24px !important;
    }
    .experience .row [class*="col-"]:first-child {
        order: 2;
        padding-left: 15px;
        padding-right: 15px;
    }
    .experience {
        padding-top: 20px !important;
    }
    .experience .row .box-content .experience-title {
        font-size: 28px;
    }
    .experience .row .box-content p {
        font-size: 16px;
        text-align: justify;
    }
    .mad-tabs-container .mad-tab {
        padding-top: 20px;
    }
    .list-menu {
        background: var(--clr-white);
        padding-bottom: 20px !important;
    }
    .home-menu-item .row [class*="col-"]:first-child::before {
        display: none;
    }
    .home-menu-item .mad-specs {
        padding: 10px 10px;
    }
    .home-menu-item .mad-specs h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .next {
        padding: 20px 0;
        padding-top: 40px;
    }
    .next h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
    .next .row:not(.no-gutters):not(.col-no-space).vr-size-2>[class*="col"] {
        padding-bottom: 0;
    }
    .next p {
        margin-bottom: 1rem !important;
        text-align: justify;
        font-size: 16px;
    }
    .feedback [class*="col-"]:first-child {
        order: 2;
    }
    .feedback {
        padding: 40px 0;
    }
    .feedback h2 {
        font-size: 24px;
    }
    .feedback .owl-dots {
        margin-top: 20px;
    }
    .feedback .mad-wave-item.with-bts {
        margin-bottom: 0;
    }
    .booking {
        padding: 30px 0;
    }
    .booking h2 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }
    .booking p {
        font-size: 16px;
    }
    .mad-footer .logo {
        margin: 0 auto;
        width: 80px;
    }
    .mad-footer h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .mad-footer .mad-footer-main:not(:last-child) {
        margin-bottom: 2rem;
    }
    .copyrights {
        padding-left: 10px;
        padding-right: 10px;
    }
    h2 {
        margin-bottom: 10px !important;
        font-size: 24px;
    }
    .mad-breadcrumb {
        padding: 50px 0;
        margin-bottom: 20px;
    }
    #cart_san-pham {
        display: none;
    }
    .box-language {
        order: 2;
        margin-right: 0 !important;
        margin-left: 0;
        gap: 5px;
    }
    .mad-logo {
        margin-left: 50px;
    }
    .mad-actions>.mad-item {
        position: fixed;
        bottom: 300px;
        right: 10px;
        height: 40px;
        width: 40px;
        display: flex;
        background: #ac1e0d;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .mad-actions .mad-item-link i {
        font-size: 20px;
        color: #fff;
    }
    .mad-header .container {
        padding: 0;
    }
}

.list-menu .box-title {
    text-align: center;
    margin-bottom: 30px;
}

.list-menu .box-title h2 {
    margin-bottom: 20px;
    color: var(--clr-red);
}

#button-contact-vr {
    right: 0;
    bottom: 105px;
}

#button-contact-vr .hotline-bar {
    display: none;
}

.comboseafood__section {
    padding-top: 40px;
    /* background-color: var(--clr-third); */
}

.comboseafood__title {
    margin-bottom: 15px !important;
}

.comboseafood__description {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 40px;
    line-height: 2rem;
    color: var(--clr-black);
}

.comboseafood__boximg {
    overflow: hidden;
}

.comboseafood__boximg figure {
    overflow: hidden;
}

.comboseafood__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}


/* Hover effect */

.comboseafood__boximg:hover {
    /* border-color: var(--clr-red); */
    /* Màu đỏ hoặc màu bạn muốn */
}

.comboseafood__img:hover {
    transform: scale(1.05);
    /* Phóng to nhẹ */
}

.mad-entity-body time span {
    color: var(--color-secondary);
}

figure {
    margin-bottom: 16px !important;
}

figure img {
    width: 100% !important;
}

.mad-main-custom {
    padding-bottom: 0 !important;
}

.blog-food-custom {
    padding-bottom: 5rem !important;
}

.heading__secondary-custom {
    font-family: Open Sans, sans-serif !important;
    margin-bottom: 0px !important;
}

.description__secondary-custom {
    font-family: Open Sans, sans-serif !important;
    margin-bottom: 16px !important;
}

.imgage__blog-custom-detail {
    width: 100% !important;
    object-fit: cover !important;
    margin-top: 16px !important;
}

.blog-food-detail-custom {
    margin-bottom: 0 !important;
}

.mad-entity-body h2 {
    margin-bottom: 0 !important;
    font-family: var(--font-2) !important;
}

.mad-entity-body p {
    margin-bottom: 10px !important;
}

.custom__booktable {
    padding-bottom: 0rem !important;
}

.widget-categories-custom {
    margin-bottom: 0 !important;
}

.mad-sidebar-custom {
    padding-bottom: 0 !important;
}

.phone-vr-img-cart {
    display: none;
}

@media (max-width: 1440px) {
    .mad-color-title {
        font-size: 22px !important;
    }
    .mad-spec-header .mad-spec-title {
        font-size: 18px;
        font-weight: bold;
    }
    .mad-spec-price {
        font-size: 18px;
    }
    .mad-spec-el {
        font-weight: normal;
    }
}

@media (max-width: 1366px) {
    [class*="mad-header-section--sticky"].mad-header-section--sticked .mad-navigation>li>a {
        font-size: 14px !important;
    }
}

@media (min-width: 1200px) {
    .mad-navigation {
        margin: 0 -1rem;
    }
}

@media (min-width: 1200px) and (max-width: 1367px) {
    .container {
        max-width: 100% !important;
    }
    .mad-navigation {
        margin: 0 -1rem;
    }
    .mad-header.header-white .mad-navigation>li>a {
        font-size: 16px !important;
    }
}

@media (max-width: 996px) {
    .service {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .menu-products {
        padding-bottom: 50px;
    }
    .mad-pagination {
        margin-left: 16px;
    }
    .mad-actions>.mad-item {
        display: none;
    }
    .phone-vr-img-cart {
        display: block;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .mad-entity-title {
        font-size: 24px !important;
    }
    .mad-navigation:not(.side-menu)>li.mad-tapped>a {
        color: var(--clr-white) !important;
    }
    .mad-navigation:not(.side-menu)>li.mad-tapped>a:hover {
        color: var(--clr-white) !important;
    }
    .menu-products {
        padding-bottom: 50px;
    }
    .mad-pagination {
        margin-left: 16px;
    }
    .mad-content.no-pd {
        margin-bottom: 0;
    }
    .menu {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .mad-spec-header .mad-spec-title {
        font-size: 16px;
        font-weight: bold;
    }
    .mad-spec-price {
        font-size: 16px;
    }
    .mad-spec-el {
        font-weight: normal;
    }
    .mad-logo img {
        width: 70px;
    }
    .comboseafood__title {
        margin-top: 60px;
        line-height: 2rem;
    }
}