*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color:whitesmoke!important;
}

a{
    text-decoration: none;
    color: #333;
}

a:hover{
    text-decoration: none;
    color: #333;
}

p{
    margin: 0px;
}


.heading > h3 {
    font-size: 18px;
    font-weight: bold;
}



.review > div {
    display: flex;
    align-items: center;
}


.review > div > img {
    width: 21px;
    margin-right: 4px;
}



.fea-head {
    margin-top: 50px;
}

img.cate_img_icon {
    width: 35px;
    height: 35px;
    object-fit: cover;
}


.on-top>img {
    width: 225px;
    height: 165px;
    object-fit: cover;
}



.top {
    display: flex;
    width: 100%;
    padding: 14px;
    background-color: white;
    border: 1px solid #fff;
    margin-bottom: 15px;

    box-shadow: 0px 1px 9px 2px #e5e5e5;
}

.comment>img {
    width: 25px;
}

.like>img {
    width: 30px;
}

.time>img {
    width: 15px;
    margin-right: 4px;
}
.review {
    display: flex;
    justify-content: space-between;
}

.comment {
    padding: 5px;
}

.like {
    padding: 5px;
}

.time {
    padding: 5px;
    display: flex;
}
.on-top {
    margin: 0px 12px 0px 0px;
}


.author_by {
    margin: 6px 0px;
}

.author_by > p {
    font-size: 13px;
    font-weight: 500;
}

.para>p {
    text-align: justify;
}

button {
    border: none;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #000000;
    color: white;
}

.fea-two {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
}

.featured {
    display: flex;
    justify-content: space-around;
}

.hot-head {
    padding: 50px;
}

.coupon-main {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    margin: 20px;
    padding: 35px 20px;
    height: 200px;
}
.button>a>button {
    border-radius: 5px;
    float: right;
}
.fs {
    padding: 0px 0px;
    text-align: center;
    margin: 20px 0px;
}
.feture>img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    background-color: #fff;
    padding: 11px;
}


.btn>input {
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px;
    color: #fff;
    background-color: #333;
}




.footer {
    margin: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  
    color: #ffffff;
  }
  .footer__botton {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.39);
  }
  .box_footer {
    background-color: #000000;
    padding-top: 70px;
    margin-top: 100px;
  }
  .logo__footer {
 
    height: 87px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__01__content {
    padding: 20px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
  }
  .mxh__footer a {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 40px;
  }
  .footer__02 .footer_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    /* identical to box height */
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .footer__02 .footer_content {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
  
    color: #ffffff;
  }


  .mxh__footer.can_doc_giua {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}


.about__us {
    padding: 45px 30px;
    background: #4894df;
    box-shadow: 0px 4px 10px rgba(65, 89, 113, 0.25);
    border-radius: 4px;
    width: 100%;
}


.about__us button {
    width: 180px;
    height: 50px;
    background: #ffffff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    border: none;
}



.about__us .footer_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 20px;
}


.about__us__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}





input {
    height: 45px;
    width: 100%;
    border: 1px solid #c3c3c3;
    background: #ebebeb;
    padding: 3px 8px;
}

label {
    font-weight: bold;
    margin: 13px 0px 5px 0px;
}


.head > h3 {
    font-weight: bold;
    font-size: 24px;
}


span.red_start_sign {
    color: red;
    font-weight:bold;
}


.contact_form_submit_btn_div > button {
    background: #5c5c5c;
    margin: 14px 0px;
    color: white;
    width: 100%;
    padding: 10px;
}




.store_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}



.view_all_store_btn.text-center > a.btn {
    width: fit-content;
    margin: auto;
}




.row.box_banner2.can_doc_giua.can_ngang_giua {
    height: 278px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0px;
    background-position: center;
}

img.ngoac_trai {
    width: 25px;
}

img.ngoac_phai {
    width: 25px;
    margin-left: auto;
}

.sec_banner_col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffffad;
}



.banner2_content {
    font-size: 37px;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    color: black;
}


a.cate_list_link {
    color: black;
    border-bottom: 1px solid #d7d7d7;
}



@media screen and (max-width:750px){
    .store_grid {
    
        grid-template-columns: repeat(3, 1fr);
       
    }

    .banner2_content {
        font-size: 22px;}

}




@media screen and (max-width:520px){

    .top{
        display: block;
    }

    .on-top>img{
        width: 100%;
        height: auto;
    }


    .to-top {
        margin-top: 10px;
    }

    .on-top{
        margin: 0px;
    }


}