body{font-family:arial;
	margin: 0px;
	background-attachment:fixed;
	background-size: cover;
}
h1{color: green}
#top{
	background-color:green;
	height:48px;
	}
#banner{
	background-color:#FFF;
	height:200px;
	}
#menu{
	background-color:green;
	height:48px;
}
#container{
	height:600px;
}
#footer{
	background-color:green;
	height:300px;
	clear: both;
}
#content{
	width: 80%;
	margin: auto;
	min-height: 600px;
	background-color: white;
}
.cate{
	clear: both;
	background-color:white;
}
.cate-title{
	background-color: green;
	color: #FFF;
	border-radius: 15px;
	font-size: 16pt;
	line-height: 48px;
	width: 300px;
	padding-left: 15px;
}
*{
	box-sizing: border-box;
}

.wrapper{
	width: 25%;
	height: 300px;
	padding: 15px;
	float: left;
	margin-bottom: 30px;
}
.product{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 15px;
	text-align: center;
	height: 300px;
	width: 100%;
	
}
.photo{
	width: 180px;
	height:180px;
}
.name{
	color: green;
	font-size: 16pt;
	font-weight: bold;
}
.price{
	color: orange;
	font-size: 16pt;
	font-weight: bold;
}
.btnBuy{
	border: none;
	background-color: orange;
	color: #FFF;
	height: 40px;
	width: 120px;
	cursor: pointer;
}
#chatbot{
	background-color:orange;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 50px;
	right:50px;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	line-height: 48px;
	padding: 0px 15px;
}

#menu-content {
	width: 80%;
	margin: auto;
}

#menu a:hover {
	background-color: orange;
}

#menu ul ul {
	display: none;
}

#menu li:hover ul {
	display: block;
	border: 1px solid #CCC;
	position: absolute;
	top: 48px;
	left: 0px;
}

#menu li li {
	float: none;
	width: 180px;
	line-height: 40px;
	border-bottom: 1px solid #CCC;
	background-color: gray;
}
#footer {
  width: 100%;
  background-color: green;
  color: white;
  padding: 30px 0;
  clear: both;
  font-family: Arial, sans-serif;
}

.footer-container {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  width: 22%;
  margin-bottom: 20px;
}

.footer-column h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-column p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-column ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

#menu li li a {
	color: black;
}
.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;
	height: 300px;
	padding: 15px;
	margin-bottom: 30px;
}
.contact-info, .category, .support, .map-section {
  display: none;
}
/*Định dạng mobile*/
@media only screen and (max-width: 768px){
	.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%}
	#menu,#banner{display: none;}
	.map-section {display: block;width: 90%;margin: 0 auto;text-align: center; }
		#menu-toggle {
		display: block;
		background-color: #333;
		color: white;
		padding: 10px 15px;
		cursor: pointer;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
    background-color: #333;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
  }

  #menu {
    display: none;
  }

  #menu-toggle:checked + label + #menu {
    display: block;
  }

  #banner {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .menu-toggle {
    display: none;
  }

  #menu {
    display: block !important;
  }
}
#menu-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/*Định dạng lap*/
@media only screen and (min-width: 768px){
	.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%}
	#menu,#banner{display: block;}
	.contact-info{display: block;margin: 0 auto;float:left;}
	.map-section {display: block;margin: 0 auto;float:left;} 
}
/*Định dạng pc*/
@media only screen and (min-width: 1024px){
	.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%}
	.contact-info,.category,.support,.map-section {display: block;}
}
#slideshow {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative; 
}

#slide {
	width: 100%;
	height: 350px;
}

#btnBack, #btnNext {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
}

#btnBack {
	left: 10px;
}

#btnNext {
	right: 10px;
}
.order-item {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  padding: 10px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.order-photo {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

.order-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.order-name {
  float: left;
  width: 200px;
  line-height: 100px;
  font-weight: bold;
}

.order-price {
  float: left;
  width: 100px;
  line-height: 100px;
  color: green;
  font-weight: bold;
}

.order-action {
  float: right;
  line-height: 100px;
}

.order-action input {
  padding: 6px 12px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
