* {
    box-sizing: border-box;

}

html,
body {
    margin-left: 5%;
    background-color: #fff;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

body {
    margin-left: 5%;
}

.modal {
    display: none;
    /* Ẩn modal mặc định */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* Nền mờ */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Ảnh trong modal */
.modal img {
    max-width: 50%;
    max-height: 100%;
    display: block;
    margin: auto;
}

/* Nút đóng modal */
.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

img:hover {
    transform: scale(1.05);
}

/* Navbar */
.nav {
    min-height: 42px;
    background-color: #fff;
    display: block;
}

.nav-list {
    padding-left: 0;
    list-style: none;
    margin: auto
}

.nav-item img {
    all: unset;
    margin: auto;
    height: 5%;
    width: auto;
    position: absolute;
    top: 15px;
}


.MOONEL_VN {
    margin-top: 60px;
    padding-left: 45px;
    color: #387b91;
    text-wrap: nowrap;
}

.GD {
    margin: auto;
    color: var(--ColorTwo);
    font-family: Montserrat;
    background: transparent;
    font-size: 36px;

}

.slogan1 {
    color: #000000ad;
}

.slogan1 ul {
    padding: 0;
    margin: 0;
}

.slogan1 li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 2;
}

.img_GD1 {
    margin-top: 50px;
    display: flex;
    width: 60%;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img_GD1 .img1 {
    margin-bottom: 10px;
    display: block;
    height: auto;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
}

.img_GD1 .img2 {
    margin-top: 10px;
    display: block;
    height: auto;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
}

.GD2 {
    position: relative;
    color: var(--ColorTwo);
    font-family: Montserrat;
    background: transparent;
    font-size: 30px;
}

.luachon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.luachon__hinhanh {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.luachon__hinhanh-1 {
    flex: 1;
}

.luachon__hinhanh-2 {
    flex: 1;
}

.luachon__hinhanh-2 img {
    display: block;
    flex: 1;
    margin-top: 20px;
    border: 2px solid #2bbae9;
    height: auto;
    width: 100%;
    min-width: 100%;
}

.luachon__hinhanh-1 img {
    display: block;
    flex: 1;
    margin-top: 20px;
    border: 2px solid #2bbae9;
    height: auto;
    width: 100%;
    min-width: 100%;
}

.luachon__ngonngu {
    margin-left: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #000000ad;
    font-size: 18px;

}

.luachon__ngonngu-1 {
    display: flex;
    flex: 1;
    text-wrap: wrap;
    text-align: left;
    align-items: center;
}

.luachon__ngonngu-2 {
    display: flex;
    flex: 1;
    text-wrap: wrap;
    text-align: left;
    align-items: center;
}

hr {
    border: none;
    /* Không viền mặc định */
    height: 2px;
    /* Độ cao của đường gạch */
    background-color: black;
    /* Màu sắc đường gạch */
    margin: 20px 0;
    /* Khoảng cách trên và dưới */
}

.kengang {
    height: 2px;
    width: 50%;
    /* Độ cao của đường gạch */
    background-color: #000000ad;
    /* Màu sắc đường gạch */
    margin-left: 25%;
}

.tuvan {
    position: relative;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-image: url(../images/Giaiphap.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
    /* Ensure it's above the background image */
}

.tuvan-noidung {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Căn giữa theo chiều ngang */
    align-items: center;
    /* Căn giữa theo chiều dọc */
    z-index: 2;
}

.tuvan-noidung p {
    padding-right: 20px;
    font-family: Montserrat;
    color: #1F2E33FF;
    text-align: left;
    font-size: 20px;

}

.tuvan-noidung a {
    position: absolute;
    color: #2980b9;
    bottom: 10px;
    left: 10px;
}

.tuvan-form_tuvan {
    padding-left: 50px;
    flex: 1;
    z-index: 2;
}

.tuvan-noidung img {
    display: block;
    max-width: 40%;
    max-height: 50%;
}

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

button {
    background-color: #3498db;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 50%;
}

button:hover {
    background-color: #2980b9;
}

.footer {
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Căn giữa theo chiều ngang */
    align-items: center;
    /* Căn giữa theo chiều dọc */
}

.footer img {
    display: block;
    height: 15%;
    width: 15%;
}

.footer li {
    list-style: none;
    text-wrap: nowrap;
    justify-content: left;
}