/* CSS YẾN THÔ - TRANG CHỦ - PHẦN NHÓM DANH MỤC CON */
#services #services-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#services #services-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#services #services-flters li:hover,
#services #services-flters li.filter-active {
  background: #780001;
  color: #fff;
}

#services #services-flters li:last-child {
  margin-right: 0;
}

/* CSS THẢO DƯỢC - TRANG CHỦ - PHẦN NHÓM DANH MỤC CON */
#herbal #herbal-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#herbal #herbal-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#herbal #herbal-flters li:hover,
#herbal #herbal-flters li.filter-active {
  background: #780001;
  color: #fff;
}

#herbal #herbal-flters li:last-child {
  margin-right: 0;
}