section {
  padding-top: 200px;
  /* background: #F5F5F5; */
}

#health {
  padding-top: 22px;
  width: 100%;
  margin: auto;
}

.page-health {
  width: 100%;
  width: 100%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 32px;
}

.page-health ul {
  display: flex;
  list-style: none;
}

.page-health ul li {
  margin-right: 10px;
}

.page-health ul li:first-child {
  /* border-bottom: 3px solid #2F80ED; */
  /* padding-bottom: 32px; */
  margin-right: 10px;
}

.page-health ul li {
  text-decoration: none;
}

div#deatail-product {
  display: flex;
  width: 100%;
  margin: auto;
  padding-top: 32px;
}

.container img {
  vertical-align: middle;
}
div#deatail-product .product-img img{ 
  max-height: 400px;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 100%;
}

.product-img {
  position: relative;
  width: 50%;
  border: 1px solid #d2d2d2;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #252525;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
  padding: 6px;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  border: 1px solid #F2F2F2;
  height: 69px;
}

.active,
.demo:hover {
  opacity: 1;
}

.info-detail-product {
  width: 50%;
  padding: 50px;
}

.info-detail-product {
  width: 50%;
  padding: 0px 50px;
}

.info-detail-product h3 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding-bottom: 11px;
  color: #2F80ED;
}

.info-detail-product p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 12px;
  color: #333333;
}

p.price {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: line-through;
  color: #BDBDBD;
  margin: 20px 0px 15px 0px;
}

b.sale-price {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.contact-shop {
  display: flex;
  margin-top: 46px;
  align-items: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.contact-shop b {
  margin-right: 14px;
}

.contact-shop .contact-call {
  font-size: 25px;
  margin-right: 17px;
  height: 40px;
  width: 40px;
  border: 1px solid #E32424;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #E32424;
}

.contact-shop .contact-fb {
  font-size: 25px;
  margin-right: 17px;
  height: 40px;
  width: 40px;
  border: 1px solid #454CFA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #454CFA;
}

.contact-shop h4 {
  font-size: 17px;
  margin-right: 17px;
  height: 40px;
  width: 40px;
  border: 1px solid #149CFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #149CFF;
}

.button-cart {
  height: 40px;
  width: 160px;
  border-radius: 100px;
  background: #00A651;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 25px;
  text-decoration: none;
}

.button-cart i {
  font-size: 20px;
  margin-right: 10px;
}

.tab-info-product {
  width: 100%;
  margin: auto;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid #E0E0E0;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #333333;

}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  border-bottom: 3px solid #2F80ED
} */

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 3px solid #2F80ED
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 29px 0px;
  border-top: none;
}

.tabcontent {
  line-height: 38px;
  font-size: 15px;
  text-align: justify;
}

.action-show {
  text-align: center;
  color: #2F80ED;
  font-size: 16px;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.background-gradient.css-show {
  display: none;
}

.show-more {
  display: none;
}

.product-details {
  position: relative;
}

.background-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(251, 251, 252, 0) 0%, #FBFBFC 81.77%);
}


.img-logo-banner {
  width: 100%;
  margin: auto;
  height: 160px;
}

.img-logo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sp lien quan */
span.sale {
  position: absolute;
  top: 15px;
  right: 16px;
  background: #EB5757;
  color: white;
  border-radius: 100px;
  padding: 3px 6px;
}

.product-sale {
  text-align: left;
  width: 100%;
  margin: auto;
}

span.price {
  color: #BDBDBD;
  font-size: 16px;
  text-decoration: line-through;
}

span.price-sale {
  color: #307BED;
  font-size: 16px;
  font-weight: 700;
  line-height: 33px;
}

.product-sale p {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-sale button {
  width: 100%;
}

.product-disabled.health {
  width: 98%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 189px;
  z-index: 99;
}

.product-disabled {
  width: 98%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 289px;
  z-index: 99;
}

.product-disabled-prev {
  background: white;
  width: 50px;
  height: 50px;
  color: black;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px #0000001A;
  position: relative;
  left: -57px;
}

.product-disabled-prev:hover {
  background: #999999;
  color: #ffffff;
}

.product-disabled-next {
  background: white;
  width: 50px;
  height: 50px;
  color: black;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px #0000001A;
  position: relative;
  left: 80px;
}

.product-disabled-next:hover {
  background: #999999;
  color: #ffffff;
}

.product-item button {
  justify-content: center;
  height: 50px;
  width: 162px;
  left: 306px;
  top: 1879px;
  border-radius: 100px;
  box-shadow: 0px 4px 20px 0px #005EA333;
  background: #0A5BD6;
  border: none;
  color: white;
  margin-top: 17px;
  margin-bottom: 20px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: auto;
}

.product-item button i {
  font-size: 25px;
  margin-right: 4px;
}

/* .product-item a img {
height: 470px;
object-fit: cover;
} */
#trendingProducts {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #4F4F4F;
  margin-bottom: 100px;
}

div#trendingProducts h2 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin: 60px 0px 32px 0px;
  color: #333333;
}

.product-item {
  position: relative;
  width: 80%;
  box-shadow: 0px 4px 10px 0px #0000000d;
  text-align: left;
  margin: 10px;
  height: auto;
  background: #FFFFFF;
}

.product-item img {
  width: 100% !important;
  margin: auto;
  height: 256px !important;
  /* padding-top: 28px;
  padding-bottom: 16px; */
  border-radius: 12px 12px 0 0;
}

.products-item-info {
  width: 100%;
  margin: auto;
  text-align: left;
}

.product-item button {
  height: 50px;
  width: 100%;
  font-size: 15px;
  margin: 0px;
  padding: 0px 17px;
  margin-top: 20px;
}

.product-disabled {
  top: 224px;
  width: 100%;
}

.product-disabled-prev {
  left: -14px;
}

.product-disabled-next {
  left: 42px;
}

.product-disabled {
  width: 98%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 224px;
  z-index: 99;
}

span.sale {
  padding: 7px 12px;
}

.owl_discount .owl-item {
  display: flex;
  justify-content: center;
}

@media (max-width: 1100px) {
  section {
    padding-top: 86px;
    /* background: #F5F5F5; */
  }

  div#deatail-product {
    display: flex;
    width: 90%;
    margin: auto;
    padding-top: 48px;
    flex-wrap: wrap;
  }

  .container {
    position: relative;
    width: 100%;
  }

  .info-detail-product {
    width: 100%;
    padding: 0px 10px;
  }
}