a {
    color: black;
    text-decoration: none;
}
/*CSS index*/
#header {
    width: 100%;
    height: 100px;
    background-color: #e32b2b;
    position: relative;
}

.logo {
    position: absolute;
    height: 100%;
    width: 13%;
}

body {
    background-color: #f1f1f1;
}

.logo img {
    width: 90%;
}

.find {
    position: absolute;
    height: 100%;
    width: 55%;
    /* background-color: black; */
    left: 15%;
}

.tim-kiem {
    height: 65%;
    width: 90%;
    background-color: white;
    margin-left: 5%;
    border-radius: 5px;
    font-size: 20px;
}

.find .tim-kiem h3 {
    margin-left: 35px;
}

.login {
    position: absolute;
    height: 50%;
    width: 13%;
    background-color: white;
    left: 75%;
    top: 30px;
    font-size: larger;
    border-radius: 5px;

}

.login a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.login:hover{
    color: white;
    background-color: gray;
}
.login a:hover{
    color: white;
}

.storage {
    position: absolute;
    right: 2%;
    width: 5%;
    height: 125px;
}

.storage img {
    bottom: 40%;
    position: absolute;
}

/* BODY */


.about_us,
.chinh_sach,
.info,
.lien_he {
    margin: 10px;
    /* Khoảng cách giữa các div */
    top: 2%;
    text-align: center;
}

.about_us {
    width: 22%;
    /* Độ rộng của mỗi div */
    /* background-color: aqua; */
}

.chinh_sach {
    width: 22%;
    /* Độ rộng của mỗi div */
    /* background-color: aqua; */
}

.info {
    width: 22%;
    /* Độ rộng của mỗi div */
    /* background-color: aqua; */
}

.lien_he {
    width: 22%;
    /* Độ rộng của mỗi div */
    /* background-color: aqua; */
}

.tieu_de_phu {
    font-size: larger;
    font-weight: bold;
    margin-right: 10px;
}

.noi_dung {
    font-size: 20px;
}

.social_media {
    /* background-color: aqua; */
    display: inline-block;
    width: 50%;
    left: 2.5%;
    position: absolute;
    bottom: 0px;
    display: inline-block;
    margin: 10px;
}


/*end CSS index*/
#main{
    /* width: 60%; */
    max-width: 1000px;
    height: 600px;
    background-color: white;
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
    /*Div có thể xuống dòng nếu cần*/
    /* justify-content: center; */
    margin: 0px auto ;
    margin-top: 20px;
    position: relative;
    padding: 20px 20px 20px 50px;
    box-sizing: border-box;
}
#tieu_de_dang_nhap{
    position: absolute;
    width: 92%;
    /* background-color: white; */
    /* left: 12%; */
    top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}
/* #tieu_de_dan_nhap hr{
    z-index: 1;
} */
#tieu_de_dang_nhap h2{
    font-weight: bold;
}
.nut_dang_nhap{
    position: absolute;
    width: 80%;
    height: 40px;
    background-color: #e32b2b;
    top: 350px;
    left: 120px;
}
button{
    position: absolute;
    top: 350px;
    padding: 10px;
    left: 120px;
    width: 80%;
    background-color: #e32b2b;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    font-size: 25px;
}
.email form input{
    position: absolute;
    top: 160px;
    width: 90%;
    height: 50px;
    font-size: large;
}



.mat_khau form input{
    position: absolute;
    top: 230px;
    width: 90%;
    height: 50px;
    font-size: large;
}

.choose{
    position: absolute;
    /* background-color: blue; */
    margin-top: 350px;
    left: 120px;
    padding: 0 0 0 0px;
    border-bottom: 1px solid black;
    width: 80%;
}
.choose h3{
    text-align: center;
}

#google{
    width: 25%;
    height: 50px;
    background-color: #FF7F50;
    position: absolute;
    margin-top: 20px;
    left: 5%;
}
#google a, #facebook a{
    color: white;
    
}

#facebook{
    width: 25%;
    height: 50px;
    background-color: #1F3D99;
    position: absolute;
    margin-top: 20px;
    right: 5%;
}

.other{
    position: absolute;
    margin-top: 430px;
    left: 35%;
}
.other a{
    color: blue;
}

.ho_va_ten form input{
    position: absolute;
    width: 90%;
    height: 50px;
    font-size: large;
}


.note{
    position: absolute;
    width: 50%;
    height: 20px;
    left: auto;
    top: 300px;
}
.find .tim-kiem h3{
    
    margin-left: 35px;
}
.note h3{
    display: inline;
    margin-left: 2px;
}

#ho_tro{
    width: 10%;
    height: 150px;
    /* background-color: orange; */
    position: fixed;
    right: 0;
    bottom: 0;
}

#ho_tro img{
    width: 50%;
    margin-left: 50%;
}
#footer {
    top: 50px;
    height: 300px;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    /* Canh giữa theo chiều ngang */
    /* align-items: center; */
    /* Canh giữa theo chiều dọc */
}