* { 
    box-sizing: border-box; 
} 
body{
    margin: 0px;
    padding: 0px; 
    font-family: Arial; 
} 
#header { 
    width: 100%; 
    height: 240px; 
    background-color: green; 
} 
#wrapper { 
    width: 100%; 
    min-height: 200px;
    background-color: white; 
} 
#footer {
    width: 100%; 
    height: 300px; 
    background-color: green; 
} 
#top{ 
    height: 48px; 
    width: 100%; 
    background-color: green; 
} 
#banner{ 
    height: 144px; 
    width: 100%; 
    background-color: white; 
} 
#menu{ 
    height: 48px; 
    width: 100%; 
    background-color: green; 
} 
#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: 450px; 
    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 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: 170px; 
    width: 100%; 
    display: flex; 
    clear: both; 
} 
.ad-small{ 
flex: 1; 
padding-left: 30px;
    margin-top:30px; 
} 
.ad-small img{ 
    width: 100%; 
    height: 100%; 
} 
#ad1 .ad-small:nth-child(1){ 
    padding-left: 0px; 
} 
#top {
    width: 100%;
    height: 48px;
    background-color: green; 
    color: white; 
} 
#top-left { 
    float: left; 
    width: 70%; 
    line-height: 48px; 
    padding-left: 20px; 
} 
#top-right { 
    float: right; 
    width: 30%; 
    line-height: 48px; 
    text-align: right; 
    padding-right: 20px ; 
} 
#top a { 
    color: white; 
    text-decoration: none; 
} 
#top-banner { 
    background: #f5f5f5; 
    padding: 10px 0; 
} 
#banner .container { 
    display: flex; 
    align-items: center; 
    gap: 40px; 
    padding: 30px; 
}
.banner-item {
     display: flex; 
     align-items: center;
      gap: 10px;
       padding: 30px; 
      margin-left: 30px; 
} 
.logo img { 
    width: 140px; 
} 
.cart { 
    margin-left: auto; 
} 
.cart a { 
    text-decoration: none; 
    font-weight: bold; 
    color: blue; 
} #menu { 
    height: 48px; 
    background: green; 
} 
#menu ul { 
    list-style: none; 
    padding: 0; 
} 
#menu li { 
    float: left; 
    padding: 0 20px; 
    line-height: 48px; 
    color: white; 
} 
#menu a { 
    color: white; 
    text-decoration: none; 
} 
.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
}