body {
    margin: 0;
    padding: 0;

    font-style: normal;
}

.content-wrapper {
    background-color: #0a314d; 
    color: white;
}

.navbarwrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.nav-item {
    font-size: 15px; 
    font-weight: 550;
    color: white;
    padding: 15px;
    max-width: 100%;
}
.nav-item:hover {
    background-color: #be8a4b;
    color: white;
}

.timeanddate {
    margin-top: 5px;
}

.dropdown-content-1 {
    display: none;
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    margin-left: -15px;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: black;
    background-color: white;
}
.dropdown-content-1 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-2 {
    display: none;
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    margin-left: -15px;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: black;
    background-color: white;

}
.dropdown-content-2 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-3 {
    display: none;
    position: absolute;
    top: 3rem;
    left: 0.125rem;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    color: black;
    background-color: white;

}
.dropdown-content-3 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}



.dropbtn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 15px;
}
.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;

}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid rgb(204, 204, 204);
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {background-color: #be8a4b ; color: white;}

.show {display: block;}

.dropdown-content-1 a:hover {background-color: #be8a4b; color: white;}
.dropdown-content-2 a:hover {background-color: #be8a4b; color: white;}

.dropdown:hover .dropdown-content-1 {display: block;}
.dropdown:hover .dropdown-content-2 {display: block;}

.nuttimkiem:hover {
    background-color: white;
    cursor: pointer;
}
.timkiem-nangcao:hover {
    cursor: pointer;
}

.content-body-options {
    color: rgb(70, 70, 143);
    margin-inline: 15px;
    margin-top: 30px;
    padding: 12px 35px 12px 35px;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
    display: flex;
    min-width: 12.5vw;
}
.content-body-options:hover {
    cursor: pointer;
}

.content-body-redirect-options {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 20px 40px;
    margin-top: 20px;
    margin-inline: 15px;
    border-radius: 5px;
    min-width: 30vw;
    font-size: 18px;
    font-weight: 600;
}
.content-body-redirect-options:hover {
    cursor: pointer;
}

.container-footer {
    padding-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.dropmenu1 {
    margin-top: -20px;
    margin-left: 20px;
    font-size: 12px;
    min-width: 60px;
}

.dropmenu2 {
    margin-top: -15px;
    font-size: 13px;
    min-width: 60px;
}

.btnbtnprimary:hover {
    background-color: #064d69;
    opacity: 0.6;
    transition: ease;
    color: white;
}
