body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header,
footer {
    background-color: #2F9599; /* Gilded */
    padding: 20px;
    text-align: center;
    color: white;
}

nav a {
    margin: 0 15px;
    text-decoration: none;
    color: white;
}

.main-menu {
    color: white;
    text-align: center;
    padding: 10px 0;
}

.main-menu a {
    color: white;
    text-decoration: none;
}

.hero {
    background-image: url('../images/ho-chi-minh-bg.jpg');  
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
    background-color: #EC2049; /* Che Guevara Red */
}
.antee-bg, .viettaland-bg{
    background-color: #fff; /* Che Guevara Red */
    color: white;
    text-align: center;
    padding:20px;
}

.antee-bg img, .viettaland-bg img{
    width: 500px;
}


@media (max-width: 600px) {
    .antee-bg img, .viettaland-bg img{
        width: 315px;
    }
}

.antee-cta{
    background-color: #2F9599; /* Gilded */
    color: white;
    text-align: center;
    padding:  10px 20px;
    text-decoration: none;
}


.section {
    padding: 50px 20px;
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2F9599; /* Aqua Lake */
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.values,
.edutech,
.real-estate {
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.values ul,
.edutech ul,
.real-estate ul {
    list-style: none;
    padding: 0;
}

.values li,
.edutech li,
.real-estate li {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #A7226E; /* Carroburg Crimson */
}

.contact-form button {
    padding: 10px 20px;
    background-color: #F26B38; /* Mandarin Orange */
    color: white;
    border: none;
    border-radius: 5px;
}