/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer.dark {
    display: none;
}


.off-canvas .sidebar-menu {
    padding: 0px;
}

.mfp-content {
    height: 100%;
    width: 391px !important;
    background: #8E542E !important;
}


.section-banner-first-home {
    position: relative;
    overflow: hidden;
}

/* Ảnh nền nằm nửa section */
.section-banner-first-home::before {
    content: "";
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: 0;
    width: 57%;

    background-image: url("/wp-content/uploads/2026/02/Rectangle-3463304-1.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;

    z-index: 1;
    pointer-events: none;
    border-radius: 60px 0 0 60px;
}

.section-banner-first-home .section-content {
    position: relative;
    z-index: 2;
}


.section-banner-first-home h2 {
    margin-bottom: 16px;
}


i.icon-menu {
    color: #fff;
}

i.icon-menu:hover,
.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li.active>a,
.nav-vertical-fly-out>li>a:hover,
.header-nav-main.nav>li.active>a,
.header-nav-main.nav>li.current>a,
.header-nav-main.nav>li>a.active,
.header-nav-main.nav>li>a.current,
.header-nav-main.nav>li>a:hover {
    color: #0f5b0c !important;
}

.header-nav-main a.nav-top-link {
    color: #000;
}


.col-text-about-us>.col-inner {
    margin-top: -856px !important;
}

p {
    margin-bottom: 0px;
}


.icon-box-fb img {
    border-radius: 50%;
}

.flickity-page-dots {
    bottom: -5px;
}


.banner-radius {
    border-radius: 10px;
    overflow: hidden;
}

.banner-radius .banner-inner,
.banner-radius .banner-bg,
.banner-radius .banner-bg img,
.banner-radius .overlay {
    border-radius: 10px;
}



.section-grad-each {
    position: relative;
    overflow: hidden;
    background-color: rgb(245, 237, 223);
}

.section-grad-each::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -300px;
    top: -72px;
    background: radial-gradient(circle, rgba(204, 153, 102, 0.55) 0%, rgba(204, 153, 102, 0.3) 35%, rgba(204, 153, 102, 0) 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}



.section-grad-each::after {
    content: "";
    position: absolute;
    top: 30%;
    left: -25%;
    width: 55%;
    height: 55%;
    background: radial-gradient(circle at center left,
            rgba(204, 153, 102, 0.55),
            rgba(204, 153, 102, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

.section-grad-each .section-bg::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -300px;
    bottom: -72px;
    background: radial-gradient(circle, rgba(204, 153, 102, 0.55) 0%, rgba(204, 153, 102, 0.3) 35%, rgba(204, 153, 102, 0) 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}




.section-grad-each::before,
.section-grad-each .section-bg::before {
    filter: blur(2px);
}


.slider-banner-slider ol.flickity-page-dots {
    bottom: 25px;
}


.tab-menu .nav-pills {
    border: none;
    background: transparent;
    display: flex;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #CC9966;
    padding-bottom: 40px;
    margin-bottom: 25px;
}

.tab-menu .nav-pills>li {
    margin: 0 !important;
}

.tab-menu .nav-pills>li>a {
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    padding: 0px 26px !important;
    font-weight: 500;
    transition: all 0.2s ease;
    text-transform: none !important;
}

.tab-menu .nav-pills>li.active>a,
.tab-menu .nav-pills>li>a:hover {
    color: #ffffff !important;
    background-color: #0b9b00 !important;
    border-color: #0b9b00 !important;
}

.tab-menu .nav-pills>li>a::after {
    display: none !important;
}

.tab-menu .nav-pills>li i {
    display: none;
}



.booking-form .form-row {
    margin-bottom: 28px;
}

.booking-form input,
.booking-form textarea {
    width: 100%;
    border: none !important;
    border-bottom: 1.5px solid #5b7d6b !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 10px 4px;
    font-size: 15px;
    color: #003300;
    font-weight: 700;
}

.booking-form input:hover,
.booking-form input:focus,
.booking-form textarea:hover,
.booking-form textarea:focus {
    background: transparent !important;
    box-shadow: none !important;
}

.booking-form ::placeholder {
    color: #1f3d2b;
    opacity: 1;
    font-size: 15px;
}

.booking-form textarea {
    min-height: 110px;
    resize: none;
}

.booking-form .two-cols {
    display: flex;
    gap: 40px;
}

.booking-form .two-cols>div {
    flex: 1;
}

.booking-form .field-with-label label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #1f3d2b;
}

.booking-form .field-with-label {
    position: relative;
}

.booking-form .icon-date::after,
.booking-form .icon-time::after {
    position: absolute;
    right: 4px;
    bottom: 10px;
    font-size: 15px;
    color: #1f3d2b;
    pointer-events: none;
}

.booking-form .icon-date::after,
.booking-form .icon-time::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
    pointer-events: none;
}

.booking-form .icon-date::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231f3d2b' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 7V3m8 4V3M3 11h18M5 5h14a2 2 0 012 2v12a2 2 0 01-2 2H5a2 2 0 01-2-2V7a2 2 0 012-2z'/%3E%3C/svg%3E");
}

.booking-form .icon-time::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231f3d2b' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 6v6l4 2M12 22a10 10 0 100-20 10 10 0 000 20z'/%3E%3C/svg%3E");
}

.booking-form .walcf7-datepicker,
.booking-form .walcf7-timepicker {
    padding-right: 32px !important;
}

.flatpickr-calendar {
    background: #f6f1e6 !important;
    border: 1px solid #5b7d6b !important;
    box-shadow: none !important;
}

.flatpickr-day.selected,
.flatpickr-day:hover {
    background: #c89a6a !important;
    border-color: #c89a6a !important;
    color: #1f3d2b !important;
}

.booking-form .form-submit {
    text-align: center;
    margin-top: 32px;
}

.booking-form input[type="submit"] {
    width: auto;
    min-width: 180px;
    padding: 10px 28px;
    background: #c89a6a !important;
    border: 1px solid rgba(31, 61, 43, 0.3) !important;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #1f3d2b;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    margin-bottom: -16px;
}

.booking-form input[type="submit"]:hover {
    background: #b8895a !important;
}

/* CONTACT US BUTTON */
.booking-form .contact-us-btn {
    text-align: center;
    margin-top: 28px;
}

.booking-form .contact-us-btn input[type="submit"] {
    width: auto;
    padding: 12px 22px !important;
    background: #0b5d1e !important;
    border: 1px solid #0b5d1e !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.4;
    transition: all 0.2s ease;
}

.booking-form .contact-us-btn input[type="submit"]:hover {
    background: #084a18 !important;
    border-color: #084a18 !important;
}







.section-get-in-touch {
    position: relative;
    overflow: hidden;
    background-color: rgb(245, 237, 223);
}

.section-get-in-touch::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -300px;
    top: -72px;
    background: radial-gradient(circle, rgba(204, 153, 102, 0.55) 0%, rgba(204, 153, 102, 0.3) 35%, rgba(204, 153, 102, 0) 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}



.section-get-in-touch::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -300px;
    bottom: -72px;
    background: radial-gradient(circle, rgba(204, 153, 102, 0.55) 0%, rgba(204, 153, 102, 0.3) 35%, rgba(204, 153, 102, 0) 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}




.section-get-in-touch::before,
.section-get-in-touch::after {
    filter: blur(2px);
}

.icon-box-delivery .text {
    width: max-content;
}


.col-special-menu {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.col-special-menu .text,
.col-special-menu h2 {
    position: relative;
    z-index: 5;
}

.col-ellipse {
    position: absolute;
    top: 85px;
    left: 35%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.col-special-menu .img,
.col-special-menu img {
    position: relative;
    z-index: 1 !important;
}

.col-ellipse .img {
    width: 46%;
    margin: 0 auto;
}

.col-ellipse img {
    opacity: 0.9;
}

.col-special-menu h2 {
    margin-bottom: 0px;
}


.col-special-menu .col-inner {
    min-height: 377px;
}

.slider-special-menu .flickity-prev-next-button {
    background-color: transparent;
    border: none;
    color: #111;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    width: 36px;
    top: -82%;
    opacity: 1;
}

.slider-special-menu .slider-nav-light .flickity-prev-next-button .arrow,
.slider-special-menu .slider-nav-light .flickity-prev-next-button svg {
    color: #000 !important;
    fill: #000;
}

.slider-special-menu .flickity-prev-next-button.previous {
    left: 87%;
    transform: unset;
}

.slider-special-menu .flickity-prev-next-button.next {
    right: 2%;
    transform: unset;
}


.section-order-takeout .section-bg::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -300px;
    bottom: -72px;
    background: radial-gradient(circle, rgba(204, 153, 102, 0.55) 0%, rgba(204, 153, 102, 0.3) 35%, rgba(204, 153, 102, 0) 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}


.section-order-takeout .section-bg::before {
    filter: blur(2px);
}

.img-box-signature {
    position: relative;
    overflow: visible;
}

.img-box-signature .box-image {
    position: relative;
    z-index: 1;
}

.img-box-signature .box-text {
    position: relative;
    z-index: 3;
    padding-top: 28px;
}

.img-box-signature::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
    width: 178px;
    height: 83px;
    background: #ffffff;
    border-radius: 120px 120px 0 0;
    z-index: 2;
}

.img-box-signature .box-image img {
    border-radius: 4px;
}

body:not(.home) .header-nav-main {
    display: flex;
    justify-content: center !important;
    gap: 12px;
}


.page-id-18 i.icon-menu,
.single-post.postid-227 i.icon-menu,
.woocommerce-cart.woocommerce-page i.icon-menu,
.woocommerce-checkout.woocommerce-page i.icon-menu,
.single-product i.icon-menu {
    color: #003300;
}

main#main {
    background: #F5EDDF;
}

.blog-big h5.post-title.is-large {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.col.post-item:hover h5.post-title.is-large a {
    color: #0b5d1e !important;
}

.blog-small h5.post-title.is-large a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}


h1.entry-title {
    color: #0F5B0C;
    font-weight: 700;
}

.slider-signature .flickity-prev-next-button.next {
    left: 94% !important;
    transform: unset;
}

.slider-signature .flickity-prev-next-button.previous {
    left: 89% !important;
    transform: unset;
}

div#cart-popup>*,
.widget_shopping_cart a {
    color: #fff;
}

.widget_shopping_cart span.woocommerce-Price-amount.amount {
    color: #fff;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}