* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

#nav {
    width: 100%;
    background-color: rgb(202, 14, 14);
    height: 5vh;

}

.navrap {
    width: 100%;
    margin: auto;

}

.menu ul {
    color: aliceblue;
    text-align: center;
    font-size: 19px;
}

.navi {
    background-color: rgb(17, 17, 16) !important;
}



.menu {
    color: rgb(248, 242, 242) !important;
    text-transform: uppercase;
    font-weight: bold;
}

/* mid */
.mid32 {
    width: 100%;
    background-color: black;
    height: 63vh;
}

.mid32 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap32 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box33 {
    margin-top: 20px;
}

.box33 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid1 */
.mid1 {
    width: 100%;
    background-color: black;
    height: 62vh;
}

.mid1 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap1 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box1 {
    margin-top: 20px;
}

.box1 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid2 */
.mid2 {
    width: 100%;
    background-color: black;
    height: 63vh;
}

.mid2 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap2 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box2 {
    margin-top: 20px;
}

.box2 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid3 */
.mid3 {
    width: 100%;
    background-color: black;
    height: 64vh;
}

.mid3 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap3 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box3 {
    margin-top: 20px;
}

.box3 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid4 */

.mid4 {
    width: 100%;
    background-color: black;
    height: 63vh;
}

.mid4 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap4 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box4 {
    margin-top: 20px;
}

.box4 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid5 */

.mid5 {
    width: 100%;
    background-color: black;
    height: 65vh;
}

.mid5 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap5 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box5 {
    margin-top: 20px;
}

.box5 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid6 */

.mid6 {
    width: 100%;
    background-color: black;
    height: 63vh;
}

.mid6 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap6 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box6 {
    margin-top: 20px;
}

.box6 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid7 */

.mid7 {
    width: 100%;
    background-color: black;
    height: 65vh;
}

.mid7 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap7 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box7 {
    margin-top: 20px;
}

.box7 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}

/* mid8 */
.mid8 {
    width: 100%;
    background-color: black;
    height: 67vh;
}

.mid8 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap8 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box8 {
    margin-top: 20px;
}

.box8 img {
    width: 100%;
    height: 80%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}


.mid9 {
    width: 100%;
    background-color: black;
    height: 65vh;
}

.mid9 h1 {
    padding-top: 50px;
    padding-left: 30px;
    color: white;
    font-size: 25px;
}

.midrap9 {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.box9 {
    margin-top: 20px;
}

.box9 img {
    width: 100%;
    height: 100%;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

.hover-effect:hover {
    transform: scale(1.2);
}


.footer {
    width: 100%;
    background-color: black;
    height: 60vh;
    border-top: 2px solid white;
}

.footrap {
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-row-gap: 15px;
    grid-column-gap: 15px;

}


.box10 h1 {

    font-size: 20px;
    margin-top: 30px;
    color: rgb(241, 237, 237);
    font-weight: bold;

}

.box10 ul li {
    color: rgb(105, 104, 104);
    list-style: none;
    margin-left: -30px;
    padding-top: 8px;
    font-weight: bold;
}

.box10 table {
    margin-top: 30px;
}

.box10 ul li:hover {
    color: rgb(230, 229, 229);
    text-decoration: underline;
}

.logo {
    margin-top: 100px;
    background-image: url(./hoichoi\ logo\ 3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 170px;
    height: 8vh;
}