*{
	box-sizing: border-box;
}
body{ margin: 0px;
      font-family: arial;
}
#header{
     height: 240px;
	 width: 100%;
	 background-color: green;
}
#wrapper{
     height: auto;
	 min-height: 600px;
	 width: 100%;
	 background-color: white;
}
#container{
	width: 80%;
	margin: 30px auto;
}
#footer{
     height: 300px;
	 width: 100%;
	 background-color: green;
	 clear: both;
}
#top{
     height: 48px;
	 width: 100%;
	 background-color: green;
}
#banner{
     height: 144px;
	 width: 100%;
	 background-color: #FFF;
}
#menu{
     height: 48px;
	 width: 100%;
	 background-color: green;
}
#menu-content{
	width: 80%;
	margin: 0px auto;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	padding: 0px 20px;
	line-height: 48px;
	position: relative;
}
#menu a{
	display: bloack;
	text-decoration: none;
	color: white;
	text-align: center;
}
#menu ul ul{
	display: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li:hover ul{
	display: block;
	position: absolute;
	top: 48px;
	left: 0px;
}
#menu li:hover {
	background-color: orange; 	
}
#menu li li{
	float: none;
	background-color: #DDD;
	border-bottom: 1px solic #CCC;
	width: 200px;
}
#menu li li a{
	display: block;
	text-align: left;
	padding-left: 15px;
	color: #000;
}
#list-cate{
 	 height: 430px; 
	 width: 22%;
	 float: left;
	 border: 1px solid #CCC;
	 border-radius: 20px;
}
#list-cate h1{
	background-color: green;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;
	padding: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#list-cate ul li{
	line-height: 38px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
#list-cate ul li:nth-child(10){
 border: 0px;
}
#list-cate a{
	display: block;
	width: 100%;
	line-height: 38px;
	padding-left: 15px;
	text-decoration: none;
	color: #333;
}
#list-cate a:hover{
 background-color: orange;
 color: #FFF;
}
#slideshow{
	height: 430px; 
	width: 78%;
	float: right;
    padding-left: 30px;
}
#slideshow img{
	width: 100%;
	height: 100%;
}
.ads{
 height: 220px;
 width: 100%;
 display: flex;
 gap: 30px;
 padding: 30px 0px;
 clear: both;
 
}

.ads img{
 flex: 1;
 height: 160px;
}

.cate{
 height: 640px;
 width: 100%;
 margin: 20px 0px;
}
.cate-title{
 width: 300px;
 background-color: green;
 font-size: 16px;
 color: #FFF;
 text-align: center;
 border-radius: 20px;
 line-height: 48px;
 margin: 0px;
 padding: 0px;
}

.list-product{
/*
 display: flex; 
 flex-wrap: wrap; 
 height: 320px;
 gap: 30px;
 */
 margin-top: 30px;
}
.product{
 width: 100%;
 text-align: center;
 border: 1px solid #CCC;
 border-radius: 20px;
 height: 340px;
}
.photo{
 width: 200px;
}
.name{
 color: green;
 font-size: 16px;
 font-weight: bold;
}
.price {
 color: orange;
 font-size: 14px;
 font-weight: bold;
}
#chat{
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: orange;
	position: fixed;
	bottom: 40px;
	right: 40px;
}
/* cho mobile */
[class*="col-"]{
	width: 100%;
	float: left;
	padding: 15px;
}
}
@media only screen and (max-width: 768px){
	#header{
		display: none;
	}
	#list-cate{
		display: none;
	}
	#slideshow{
		display: none;
	}
	.col-s-1 { width: 8.33% }
	.col-s-2 { width: 16.66 }
	.col-s-3 { width: 25.00% }
	.col-s-4 { width: 33.33% }
	.col-s-5 { width: 41.66% }
	.col-s-6 { width: 50.00% }
	.col-s-7 { width: 58.33% }
	.col-s-8 { width: 66.66% }
	.col-s-9 { width: 75.00% }
	.col-s-10 { width: 83.33% }
	.col-s-11 { width: 91.66% }
	.col-s-12 { width: 100% }
}
/* cho table */
@media only screen and (min-width: 768px){
	#header{
		display: block;
	}
	#list-cate{
		display: none;
	}
	#slideshow{
		display: none;
	}
	.col-m-1 { width: 8.33% }
	.col-m-2 { width: 16.66 }
	.col-m-3 { width: 25.00% }
	.col-m-4 { width: 33.33% }
	.col-m-5 { width: 41.66% }
	.col-m-6 { width: 50.00% }
	.col-m-7 { width: 58.33% }
	.col-m-8 { width: 66.66% }
	.col-m-9 { width: 75.00% }
	.col-m-10 { width: 83.33% }
	.col-m-11 { width: 91.66% }
	.col-m-12 { width: 100% }
}
/* cho laptop/PC */
@media only screen and (min-width: 1280px){
	#list-cate{
		display: block;
	}
	#slideshow{
		display: block;
	}
	.col-x-1 { width: 8.33% }
	.col-x-2 { width: 16.66 }
	.col-x-3 { width: 25.00% }
	.col-x-4 { width: 33.33% }
	.col-x-5 { width: 41.66% }
	.col-x-6 { width: 50.00% }
	.col-x-7 { width: 58.33% }
	.col-x-8 { width: 66.66% }
	.col-x-9 { width: 75.00% }
	.col-x-10 { width: 83.33% }
	.col-x-11 { width: 91.66% }
	.col-x-12 { width: 100% }
}
.buy{
	background-color: orange;
	height :40px;
	border: 0px;
	cursor: pointer;
	display: block;
	
	margin :20px auto;
}
.order-name, .order-price, .order-action, .order-amount, .order-photo{
	width: 20%;
	line-height: 80px;
}

.order-photo img{
	max-height: 120px;
}