*{
	box-sizing: border-box;
}

body{
	background-color: White;
	margin:0px;
	font-family: arial;
}

#top{
	width:100%;
	height:48px;
	background-color:green
}
#top-content{
	width:80%;
	margin:0px auto
}
#top-left{
	width:70%;
	height:48px;
	background-color:green;
	float:left;
	line-height:48px; 
	color:white
}
#top-right{
	width:30%;
	height:48px;
	background-color:green;
	float:right;
	line-height:48px;
	color:white; 
	text-align:right
}

#header{
	background-color: #FFF;
	width: 100%;
	height: 250px;
	position: relative;
}
			
#banner{
	width: 80%;
	height: 100%;
	margin:0px auto;
	display:flex
}

.logo{
	height: 100%;
	flex:1;
}
.logo>img{
	margin-top: 71px;
}

.group{
	width:100%;
	height:60px;
	margin-top:70px;
}

.anhmota{
	width:22%; 
	height:60px;
	float:left;
	margin-top:15px
}

.mota{
	width:78%;
	height:60px;
	float:right;
	line-height:30px;
}

#cart-content{
	width: 180px;
	height:60px;
	margin-top:70px;
	display:block; 
	background-color: orange; 
	color:#FFF; 
	border-radius:20px; 
	line-height:60px; 
	text-align:center; 
	float:right;
}


#menu{
	background-color: green;
	height: 48px;
	width: 100%;
	line-height: 48px;
	position: absolute;
	bottom: 0px;
}

#menu ul{
	margin: 0px auto;
	padding: 0px;
	width: 80%;
	height: 100%;
	list-style: none;
}

#menu ul li{
	float: left;
	line-height: 48px;
	position: relative;
}

#menu ul li a{
	text-decoration: none;
	color: #FFF;
	padding: 0px 15px;
	display: block;
}

#menu a:hover{
	background-color: orange;
}

#menu ul ul{
	display: none;
}

#menu li li {
	float: none;
	border-bottom: 1px solid #CCC;
	background-color: #DDD;
	width: 200px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #000;
}

#menu li:hover ul{
	display: block;
	position:absolute;
	top: 48px;
	left: 0px;
}

#menu li li a{
	color: #000;
}


#wrapper{
	background-color: white;
	width: 100%;
}

#container{
	width:80%;
	min-height: 2300px;
	margin: 0px auto;
}


#list-cate{
	width: 23%;
	height:100%; 
	float:left; 
	border:1px solid #CCC;
	border-radius: 20px;
}

#list-cate h1{
	padding:0px;
	background-color:green; 
	color:#FFF;
	line-height: 40px;
	font-size:16px;
	border-radius:20px; 
	text-align:center;
	margin:0px;
}

#list-cate ul{
	margin:0px; 
	list-style:none;
}

.ochua{
	line-height: 38px; 
	border-bottom: 1px solid #CCC
}

.ochuacontent{
	display:block;
	padding-left: 15px;
	text-decoration:none; 
	color:#000
}

.ocuoi{
	line-height: 38px;
}

#slideshow{
	width: 75%;
	height:100%;
	background-color:blue; 
	float:right
}

#slideshow img{
	width:100%;
	height: 100%
}

.ads{
	width:100%; 
	height:156px;
	margin-top:40px; 
	display: flex; 
	gap:40px;
}

.ads img{
	flex:1;
}

.cate{
	width: 100%;
	margin-bottom: 40px;
	clear: both;
	height:400px; 
	margin-top: 40px;
}

.cate-title {
	width: 300px;
	line-height: 40px;
	height: 40px;
	background-color: green;
	color: white;
	border-radius: 20px;
	font-size: 16px;
	margin: 0px;
	padding-left: 20px;
	text-transform: uppercase;
}

.list-product{
	height: 368px;
	width: 100%;
	display:flex;
	gap: 40px; 
	margin-top:20px;
}

.product {
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 20px;
	padding: 20px;
	height: 318px;
	flex:1;
}

.photo{
	width: 200px;
}

.name{
	color: green;
}

.price{
	color: orange;
}

#footer{
	background-color: green;
	width: 100%;
	height: 300px;
	clear: both;
	display: flex ;
	gap:20px; 
	padding: 5px
}

.footer-item{
	flex:1; 
	color:white; 
	margin-top: 20px;
	line-height: 1.5;
	padding:20px
}

#quick-contact{
	background-color: orange;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.col-1{width: 8.33%}
.col-2{width: 16.66%}
.col-3{width: 25%}
.col-4{width: 33.33%}
.col-5{width: 41.66%}
.col-6{width: 50%}
.col-7{width: 58.33%}
.col-8{width: 66.66%}
.col-9{width: 75%}
.col-10{width: 83.33%}
.col-11{width: 91.66%}
.col-12{width: 100%}

[class*="col-"] {
	float: left;
	padding: 15px;
}

/*Định dạng cho mobile*/
@media only screen and (max-width: 768px) {
	#header{
		display: none;
	}
	#quick-contact {
		display: none;
	}
	.col-s-1{width: 8.33%}
	.col-s-2{width: 16.66%}
	.col-s-3{width: 25%}
	.col-s-4{width: 33.33%}
	.col-s-5{width: 41.66%}
	.col-s-6{width: 50%}
	.col-s-7{width: 58.33%}
	.col-s-8{width: 66.66%}
	.col-s-9{width: 75%}
	.col-s-10{width: 83.33%}
	.col-s-11{width: 91.66%}
	.col-s-12{width: 100%}
}

/*Định dạng cho Tablet*/
@media only screen and (min-width: 768px) {
	#header{
		display: block;
	}
	#quick-contact {
		display: none;
	}
	
	.col-m-1{width: 8.33%}
	.col-m-2{width: 16.66%}
	.col-m-3{width: 25%}
	.col-m-4{width: 33.33%}
	.col-m-5{width: 41.66%}
	.col-m-6{width: 50%}
	.col-m-7{width: 58.33%}
	.col-m-8{width: 66.66%}
	.col-m-9{width: 75%}
	.col-m-10{width: 83.33%}
	.col-m-11{width: 91.66%}
	.col-m-12{width: 100%}
}
/*Định dạng cho Laptop*/
@media only screen and (min-width: 1180px) {
	#header{
		display: block;
	}
	#quick-contact {
		display: block;
	}
	.col-x-1{width: 8.33%}
	.col-x-2{width: 16.66%}
	.col-x-3{width: 25%}
	.col-x-4{width: 33.33%}
	.col-x-5{width: 41.66%}
	.col-x-6{width: 50%}
	.col-x-7{width: 58.33%}
	.col-x-8{width: 66.66%}
	.col-x-9{width: 75%}
	.col-x-10{width: 83.33%}
	.col-x-11{width: 91.66%}
	.col-x-12{width: 100%}
}