ul.menu_main.list-unstyled li {
    font-size: 19px;
    font-weight: 600;
}
/* Overlay background (black with opacity) */
.overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
    z-index: 1000; /* On top of other content */
    
    /* Sử dụng flexbox để căn giữa */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal form styling */
.modal-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    position: relative;
}

/* Close button styling */
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    background: transparent;
    border: none;
    color: #333;
    cursor: pointer;
}

.btn-close:hover {
    color: red;
}

/* Styling the form inputs */
.form-control {
    margin-bottom: 15px;
}

.btn-primary {
    width: 100%;
    background-color: #007bff;
    border: none;
    padding: 10px;
    color: white;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0056b3;
}
.camon {
    padding: 100px;
    text-align: center;
}
.camon a {
    border: 1px solid;
    color: #077e2c;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
.wp-block-image img {
    margin-bottom: 20px;
}
@media(max-width:768px){
    ul.menu_main.list-unstyled a {
        position: relative;
    }
    ul.menu_main.list-unstyled li {
        padding: 15px 0;
        padding-left: 15px;
        text-align: left;
        border-radius: unset;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        border-bottom: 1px solid #ffffff4d;
    }
}