* {
    box-sizing: border-box;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
#header {
    width: 100%;
    height: 240px;
    background-color: green;
}
#wrapper {
    width: 100%;
    height: auto;
    background-color: white;
}
#footer {
    width: 100%;
    height: 300px;
    background-color: green;
}
#top{
    height: 48px;
    width: 100%;
    background-color: green;
}
#top-bar-content{
    width: 80%; 
    height:100%; 
    margin: 0px auto; 
    color:#FFF;
}
#top-bar-left{
    float:left; 
    width: 60%; 
    height: 100%;
    line-height:48px;
}
#top-bar-left a{
    
}
#top-bar-right{
    float:right; 
    width:40%; 
    height:100%; 
    line-height:48px; 
    text-align:right;
}
#top-bar-right a{ 
    text-decoration:none;
    color: white;
}
#banner{
    height: 144px;
    width: 100%;
    background-color: white;  
}
#banner-content{
    width: 80%;
    height:100%; 
    background-color:white; 
    margin: 0px auto;  
}
#banner-logo{
    width:20%; height:97%; float:left
}
#banner-logo img{
    margin-top: 41px
}
.banner-container{
    width:20%; 
    height:100%; 
    float:left;
}
.content{
    width:100%; 
    height:58px; 
    margin-top:41px;
}
.content img{
    float:left; 
    margin-top:14px; 
    margin-right:10px
}
.content span{
    text-align:left; 
    line-height:29px
}
#banner-cart {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#banner-cart a{
    font-weight: bold;
    text-decoration:none; 
    line-height:58px;
    text-align:center; 
    color:black;
    margin-top:41px;
}
#menu{
    height: 48px;
    width: 100%;
    background-color: green;
}
#menu-content{
    width: 80%; 
    height:100%; 
    margin: 0px auto;
}
#menu-content ul{
    list-style: none;
    margin: 0px; 
    padding: 0px;
}
#menu-content ul li{
    float: left; 
    padding: 0px 20px; 
    line-height: 48px; 
    color: white;
    cursor: pointer;
}
#menu-content ul li a{
    color:white; 
    text-decoration:none;
}
#menu-content li:hover{
    background-color: orange;
    color: white;
}
#container{
    height: 100%;
    width: 80%;
    min-height: 600px;
    background-color: white;
    margin: 30px auto;
}
#list-cate{
    width: 22%;
    height: 430px;
    background-color: #FFF;
    float: left;
    border: 2px solid #CCC;
    border-radius: 20PX;
}
#slideshow {
    width: 78%;
    height: 430px;
    float: right;
    padding-left:30px ;
}
#slideshow img{
    width: 100%;
    height: 100%;
}
#list-cate h1 {
    background-color: green; 
    color: white;
    font-size: 16px;
    line-height: 46px; 
    margin: 0px; 
    text-align: center; 
    border-radius: 20px;
}
#list-cate ul {
    list-style: none; 
    margin: 0px;
    padding: 0px;
}
#list-cate ul li{
    line-height: 36px;
    border-bottom:1px solid #CCC ;
    width: 100%;
}
#list-cate ul li ::before{
    content: "➤ ";
    color: grey;
}
#list-cate ul li{
    transition: 0.3s;
}
#list-cate ul li a{
display: block;
    width: 100%;
    line-height: 36px;
    text-decoration:none;
    color: green;
    padding-left: 15px;
}
#list-cate a:hover{
    background-color: orange;
    color: #FFF;
}
#ad1{
    height: 186px;
    width: 100%;
    display: flex;
    clear: both;
}
.ad-small{
    flex: 1;
    padding-left: 30px;
    margin: 30px;
}
.ad-small img{
    width: 100%;
    height: 100%;
}
#ad1 .ad-small:nth-child(1){
    padding-left: 0px;
}
.cate{
    width: 100%; 
    height:430px; 
    margin: 0px auto; 
    float: left
}
.cate-title{
    width: 300px; 
    background-color: green; 
    color: #FFF; 
    font-size: 16px; 
    line-height: 46px; 
    margin: 0px; 
    text-align: center; 
    border-radius: 20px
}
.list-product{
    width: 100%; 
    height: 310px; 
    display: flex; 
    gap: 40px; 
    margin-top: 20px;
}
.product{
    height: 100%; 
    border: 1px solid #CCC; 
    border-radius: 20px; 
    flex: 1; 
    text-align: center;
}
.product-photo img{
    width: 240px; 
    heigth: 150px;
}
.product-name{
    color: orage; 
    font-weight: bold; 
    font-size: 18px;
}
.product h1{
    color: green;
    font-size: 20px;
}
#footer{
    width: 100%; 
    height: 300px; 
    background-color:green; 
    clear: both; 
    color: #FFF
}
.product-money{
    color: orange; 
    font-weight: bold; 
    font-size: 18px;
}
.danhmuc{
    heigth: 100%; 
    flex: 1;
}
.danhmuc h1{
    font-size: 20px;
}
#footer-conten{
    width: 80%; 
    height:100%; 
    margin: 0px auto; 
    display: flex; 
    line-height: 30px
}
.product-photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
}