*{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	
	background-color:white;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap: 15px
}
#header{
	width:100%;
	height:200px;
	display:flex;
	flex-direction:column;
}

#top{
	width:100%;
	height:40px;
	background-color:green
}

#top-content{
	margin:0px auto;
	width:80%;
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:white;
	font-size:1.2rem
}
#top-content a{
	text-decoration:none;
	color:white
}
#banner{
	margin:0px auto;
	width:80%;
	height:120px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}
.banner-content{
	display:flex;
	gap:5px
	
}
.giohang{
	width: 130px; 
    height: 35px;
	border-radius:10px;
	background-color:orange;
	display:flex;
	justify-content:center;
	align-items:center;
	color:white
}
#menu{
	width:100%;
	height:40px;
	background-color:green;

}
#menu ul{
	margin:0px auto;
	width:80%;
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:white;
	font-size:1.2rem
	
}
#menu li:hover{
	text-decoration:underline;
}



#wrapper{
	width:100%;
	min-height:200px;
	display:flex;
	flex-direction:column;
	gap:20px
}
#container{
	display:flex;
	width:80%;
	min-height:200px;
	margin: 0 auto;
	gap:40px
	
}
#list-cate{
	width:20%;
	display:flex;
	flex-direction:column;
	border:1px solid black;
	border-radius: 20px
	
}
#list-cate h3{
	font-size:1.5rem;
	line-height:35px;
	text-align:center;
	color:white;
	height:40px;
	background-color:green;
	border-radius: 20px
}
#list-cate ul li a{
	text-decoration:none;
	color:black;
}
#list-cate ul{
	padding:0px;
	margin:0px;
	padding-left:5px;
}
#list-cate li {
	font-size:1.3rem;
	padding:6.5px;
	border-bottom:1px solid black
	
	
}
#list-cate li:last-child{
	border:none
}
#list-cate li a:hover{
	color:orange;
	transform:scale(1.2)
}

#slide-show{
	width:80%;
	
}
#slide-show img{
	width:100%;
	object-fit:cover
}


#main{
	margin-top:20px;
	margin:0px auto;
	width:80%;
	min-height:50px;
	gap:20px;
	display:flex;
	flex-direction:column;
	
}
#main-board{
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}
#main-products{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	justify-content:space-between
	
}
.product{
	width:250px;
	height:321px;
	display:flex;
	flex-direction:column;
	border:1px solid grey;
	border-radius: 20px;
	
}
.product .img{
	width:100%;
	height:70%;
	border-radius: 20px
}
.product img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 20px
	
}
.product .inf{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
	height:30%;
	color:black;
	font-size:1.3rem;
	gap:20px;
	margin-top:10px
}
.inf span{
	color:orange
}



#footer{
	width:100%;
	height:max-content;
	background-color:green;
}
#footer-show{
	width:80%;
	height:max-content;
	margin:40px auto;
	display:flex;
	gap:15px
}
.footer-contain{
		width:25%;
		height:100%;
		display:flex;
		flex-direction:column;
		gap:30px;
		color:white;
}
.ftitle{
	font-size:1.5rem;
	font-weight:bold
}
.fcontain{
	font-size:1.2rem;
}
.fcontain ul li{
	margin-left:20px;
	line-height:1.75rem
}
#banquyen{
	background-color:#537d5d;
	width:100%;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center
}
#banquyen span{
	color:white;
	font-size:1.5rem
}