body {
	/*background-image: https://quyetnv.utehy.edu.vn/my-page-bg.jpg*/
}
#header {
	background-color: #FFF;
	width: 100%;
	height: 300px;
	position: relative
}
#wrapper {
	background-color: #FFF;
	width: 100%;
	min-height: 500px
}
#footer {
	background-color: #666;
	width: 100%;
	height: 300px
}
#container {
	width: 80%;
	min-height: 500px;
	margin: 40px auto;
}
.cate {
	width: 100%;
	height: 450px;
	margin-bottom: 40px;
}
.cate-title {
	width: 300px;
	line-height: 40px;
	height: 40px;
	background-color: green;
	color: #FFF;
	border-radius: 15px;
	font-size: 16px;
	margin: 20px 0px;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.list-product {
	height: 368px;
	width: 100%;
	display: flex;
	gap: 40px;
}
.product {
	flex: 1;
	text-align:center;
	border: 1px solid #CCC;
	border-radius: 15px;
	padding: 20px;
}
.photo {
		
}
.name {
	color: green;
}
.price {
	color: orange;
}
#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;
	padding: 0px 15px;
	line-height: 48px;
	position: relative;
}
#menu ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0px 15px;
}
#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;
	width: 200px;
}
#menu li:hover ul {
	display: block;
	position: absolute;
	top: 48px;
	left: 0px;
	background-color: #DDD;
	width: 200px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#menu li li a {
	color: #000;
}
#quick-contact {
	background-color: orange;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.footer-dualeox {
  background: #f8f9fa; /* Màu nền xám nhạt hiện đại */
  padding: 40px 0;
  color: #333;
  border-top: 4px solid #ed1c24; /* Màu đỏ thương hiệu */
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.footer-col h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  text-decoration: none;
  color: #666;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ed1c24; /* Hover đổi màu */
}

.newsletter {
  display: flex;
  margin-top: 15px;
}

.newsletter input {
  padding: 8px;
  border: 1px solid #ddd;
  flex: 1;
}

.newsletter button {
  background: #ed1c24;
  color: #fff;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
}

/* Tối ưu Mobile */
@media (max-width: 768px) {
  .footer-col {
    flex: 0 0 50%;
  }
}