/*
Theme Name: Flatsome Child
Template: flatsome
*/
:root {
    --color-main: #ffb31a;
     --color-two: #f07305;
     --color-three: #6D6D6D;

    /* Màu chính bạn muốn sử dụng */
}
body{
    font-size: 17px;;
}

 .nav>li.active>a{
    color: var(--color-two);
 }
 .nav>li>a:hover{
    color: var(--color-main);
 }
h3{
    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;
}

/* ///////////////////////////////////////// */
.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: center;  
    align-items: center; 
    gap: 30px;  
}

.language-container a {
    text-decoration: none;  
    color:#fff;  
    font-size: 25px;  
   
}

.language-container a:hover {
    color: #FF5733;  
}
.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;
}