/*
Theme Name: Flatsome Child
Template: flatsome
Version:              1.1
*/
:root {
    --color-main: #764C29;
/*     --color-two: #6A994E; */
	--color-two: #764c29;
    --color-three: #696565;

}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Neusa/Montserrat-Medium.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('/wp-content/themes/flatsome-child/fonts/PlayfairDisplay-Regular.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Montserrat', sans-serif !important; */
    color: var(--color-two)!important;
}


body {
    /* font-family: 'PlayfairDisplay', sans-serif !important; */
    font-size: 17px;
    ;
}

.nav>li>a {
    color: white;
}

.stuck .header-main .nav>li>a {
    color: var(--color-three);
}

.nav>li.active>a {
    color: var(--color-two);
}

.nav>li>a:hover {
    color: var(--color-main);
}



.absolute-footer {
    display: none;
}

.wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}

button#wpforms-submit-190,
button#wpforms-submit-205 {
    width: 100%;
    padding: 0px !important;

}

button#wpforms-submit-205 {
    background-color: var(--color-main);
    color: #fff;
}

.text-color {
    color: #fff;
}

.title-text p {
    margin-bottom: 0.3em;
}

.section-bg.fill {
    box-shadow: 0px -20px 21px -8px rgba(0, 0, 0, 0.1);
}

.flickity-page-dots {
    right: 10%;
    left: unset;
    bottom: 20px;
}

/* ///////////////////////////////////////// */
.abweb-su-kien-list .abweb-event-row {
    /* Tạo đường gạch chân chia cách mỗi sự kiện */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s;
}

.abweb-su-kien-list .abweb-event-row:hover {
    /* Thêm hiệu ứng hover */
    background-color: #f9f9f9;
}

.abweb-event-meta h4 {
    /* Đây là màu xanh lá cây giống trang 'vuon-trong-pho' */
    color: #4A694A;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 5px;
}

.abweb-event-meta p {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 0;
}

.abweb-event-details h3 {
    font-size: 1.25em;
    margin-bottom: 0;
}

.abweb-event-details h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.abweb-event-details h3 a:hover {
    color: #4A694A;
    /* Đổi màu khi hover */
}

/* Responsive cho di động */
@media (max-width: 549px) {
    .abweb-event-meta {
        /* Trên di động, căn giữa cột meta */
        text-align: center;
        margin-bottom: 10px;
    }

    .abweb-event-details {
        /* Căn giữa cả tiêu đề */
        text-align: center;
    }
}

.container-widget {
    width: auto;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
}

.container-widget img {
    width: 150px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* Đặt kiểu dáng cho nút đặt bàn */
.btn-book-table {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: var(--color-two);
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

/* Thêm hiệu ứng khi hover */
.btn-book-table:hover {
    background-color: var(--color-main);
}

.language-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.language-container a {
    padding: 12px 24px;
    background-color: #FFFFFF4D;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    fill: #4A4A4A;
    color: #4A4A4A;
    border-radius: 50px 50px 50px 50px;

}

.language-container a:hover {
    color: var(--color-two);
}

.text-intro p {
    font-size: 170px;
    margin-bottom: 0px;
}

#menu-item-171-en img {
    transform: scale(1.5);
}

.nav-spacing-xlarge>li {
    margin: 0 20px;
}





