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;
}


.banner {
    width: 60%;
    height: 450px;
    background-color: blue;
    position: relative;
    left: 20%;
    transition: 0.25s ease-in-out;
}

.banner img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.i_total_ads {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.i_total_ads .i_left,
.i_total_ads .i_right {
    background-color: lightgray;
    /* color: #f1f1f1; */
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.i_total_ads .i_left {
    margin-left: 20px;
    /* Điều chỉnh khoảng cách giữa nút trái và hình */
}

.i_total_ads .i_right {
    margin-right: 20px;
    /* Điều chỉnh khoảng cách giữa nút phải và hình */
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}



.products {
    width: 80%;
    height: 350px;
    background-color: white;
    position: relative;
    left: 10%;
    display: flex;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.flashsale {
    margin-left: 10%;
    width: 80%;
    height: 50px;
    background-color: #e32b2b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.countdown_flashsale {
    position: absolute;
    width: 6%;
    min-height: 30%;
    /* background-color: beige; */
    font-size: 20px;
    left: 180px;
    top: 15px;
    font-family: Helvetica;
    color: white;
}

.flashsale h2 {
    position: absolute;
    margin-top: 12px;
    color: white;
    text-shadow: 1px 1px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000;
    left: 3%;

}

.products img {
    width: 70%;
}

.sp-top {
    font-size: 18px;
}

.sp-top a {
    text-decoration: none;
    color: black;
}

.sp-top:hover {
    border: 1px solid black;
}

.more{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
}
.more a{
    text-decoration: underline;
}
.more a:hover{
    color: #e32b2b;
}
#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 */
}
#ho_tro{
    width: 10%;
    height: 150px;
    /* background-color: orange; */
    position: fixed;
    right: 0;
    bottom: 0;
}

#ho_tro i{
    margin-top: 70px;
    margin-left: 70px;
    font-size: 50px;
}
.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;
}
a {
    color: black;
    text-decoration: none;
}

.row{
    display: none;
}
.row:active{
    display: block;
}