body {
    font-family: Arial, Helvetica, sans-serif;
}

header .ads {
    background-color: #e9f8ff;
}

.ads img {
    height: 90px;
    width: auto;
    display: block;
    margin: auto;
}

header .top-header {
    display: flex;
    width: 70%;
    margin: auto;
}

.top-header img {
    flex-basis: 7%;
    width: 10%;
    height: auto;
}

.top-header input {
    border: 1px solid black;
    flex-basis: 35%;
    height: 50px;
    border-radius: 10px;
    margin: auto;
}

.cskh .sdt {
    flex-basis: 10%;
    color: #27a8e1;
    font-weight: bold;
    font-size: large;
}

.top-header button {
    flex-basis: 10%;
    height: 50px;
    margin: auto;
    border: none;
    background-color: #27a8e1;
    color: white;
    font-weight: bold;
    /* font-size: large; */
    text-transform: uppercase;
    transition: transform 0.2s;
}

.top-header button:hover{
    transform: scale(1.03);
}

.top-header .user {
    flex-basis: 4%;
    /* height: 50px; */
    width: 50px;
    /* width: auto; */
    margin: auto;
}

.tab-bar {
    background-color: #27a8e1;
    padding: 20px;
}

.tab-bar ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 70%;
    margin: auto;
    padding-left: 0;
}

.tab-bar li {
    list-style: none;
}


.tab-bar a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: large;
}

.tab-bar a:hover{
    color: #6ac3ea;
}

.banner img {
    margin: auto;
    display: block;
    padding-left: 150px;
    padding-top: 10px;
}

.main-product .tab-bar-product {
    display: flex;
}

main {
    width: 70%;
    margin: auto;
    padding-top: 20px;
}

.contact-bg{
    background-image: url(/demo-1/images/banner-rau-new.jpg);
}
.contact-bg h1{
    text-align: center;
    margin: auto;
    display: block;
    color: white;
    /* width: 300px; */
    padding: 100px;
    /* text-align: unset; */
}

.info{
    flex-basis: 50%;
}
.box-contact{
    flex-basis: 50%;
    padding: 10px;
}
.box-contact input{
    padding: 10px 300px 10px 10px;
    font-size: larger;
    margin: auto;
    border-radius: 10px;
}
.box-contact button{
    border: none;
    background-color: #27a8e1;
    padding: 15px;
    color: white;
    font-weight: bold;
    transition: transform 0.2s;
}
.box-contact button:hover{
    transform: scale(1.05);
}
.form-contact{
    display: flex;
    padding-top: 30px;
}

.tab-bar-product {
    border: 1px solid gray;
}

.tab-bar-product p {
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.tab-bar-product a {
    text-decoration: none;
    color: black;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    /* text-align: right;
    display: inline-block; */
}

.product-box {
    display: flex;
    padding-top: 20px;
}
.product{
    position: relative;
    flex-basis: 25%;
    /* padding: 20px; */
    text-align: center;
    transition: transform 0.2s;
}

.product:hover{
    transform: scale(1.05);
}
.product .icon-sale {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: auto;
}
.product .price-sale{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: auto;
    color: white;
}

.product .price{
    color: orange;
    font-weight: bold;
}
.news{
    padding-bottom: 20px;
}
.news-bar {
    border: 1px solid gray;
    display: flex;
}
.news-bar p{
    padding-left: 10px;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.news-bar img{

    /* margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px; */
}
.news-product-box {
    display: flex; 
    padding-top: 20px;
}
.news-product{
    width: 30%;
    height: auto;
    padding: 10px;
    margin: auto;
}

.news-product img{
    /* flex-basis: 33%; */
    max-width: 400px;
    max-height: 250px;
    width: 400px;
    height: 250px;    
}
.news-product .time{
    color: gray;
    font-size: small;
    font-weight: lighter;
    font-style: italic;
}
footer{
    margin: auto;
    background-color: #f7f7f7;
}
footer .check-box{
    width: 70%;
    display: flex;
    /* width: 60%; */
    justify-content: space-between;
    padding: 30px;
    margin: auto;
}

.check-product{
    display: flex;
    border: 1px solid gray;
    background-color: white;
    border-radius: 10px;
    height: 100px;
    width: 300px;
    box-sizing: border-box;
}
.check-product img{
    height: 50px;
    width: auto;
    margin: auto;
}
.check-text{
    padding: 10px;
}

.footer{
    display: flex;
    width: 70%;
    margin: auto;
}

.footer-box{
    flex-basis: 25%;
}

.footer-contains{
    flex-basis: 25%;
}
.footer-contains li{
    list-style: none;
    padding: 5px;
}
.footer-contains a{
    text-decoration: none;
    color: black;
}
.caption{
    font-size: large;
}

.copyright{
    background-color: #27a8e1;
    margin: auto;
    text-align: center;
    padding: 5px;
}
.copyright p{
    color: white;
    /* font-weight: bold; */
}