
.group_gallery {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.item_gallery {
  width: 18vw;
  height: 34vh;
  background-position: center;
  background-size: 75vh;
  margin: 1vw;
  border-radius: 1vw;
  display: inline-block;
  cursor: pointer;
}
/*Box hiển thị trang intro*/
.feature-box-intro {
  background-color: #f5f5f5;
  border: 1px solid #1abc9c;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #1abc9c;

}

.feature-box-intro-title {
  background-color: #1abc9c;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.feature-box-intro ul {
  list-style-type: none;
  padding: 20px;

}

.feature-box-intro li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.checkmark-intro {
  position: absolute;
  left: 0;
  top: 0;
  color: #1abc9c;
  font-size: 20px;
}
/* Box giới thiệu thông tin trang intro */

.image-box-intro {
  width: auto;
  border: 1px solid #1abc9c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3px 3px 10px #1abc9c;

}
.image-box-intro:hover {
  background-color: #f5f5f5;
  border: 1px solid #FF8C32;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #FF8C32;
  transform: scale(1.02);
  transition-delay: 0.2s;

}

.image-container-intro {
  height: 250px;
  overflow: hidden;
}

.image-container-intro img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.content-intro {
  padding: 20px;
  line-height: 1.5rem;
  max-height: 14rem;
  min-height: 14rem;
}

.title-intro {
  color: #1abc9c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* button loc trong product.html */
.container-filter-pdviet {
  display: flex;
  flex-wrap: wrap;
}

.filter-form-pdviet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.filter-items-pdviet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;


}

.filter-item-pdviet {
  display: flex;
  align-items: center;
  margin: 10px;
  flex-wrap: wrap; /* Thêm thuộc tính này để các filter-select tự động xuống hàng */
}


.filter-select-pdviet {
  flex: 1; /* Thêm thuộc tính này để các filter-select chiếm toàn bộ chiều rộng của filter-item */
  max-width: 180px; /* Thêm thuộc tính này để giới hạn chiều rộng tối đa của filter-select */
  height: 40px;
  border-radius: 5px;
  border: 1px solid #EA047E;

  padding: 5px;
  font-size: 14px;
  cursor: pointer;
}
.filter-select-pdviet:focus {
  outline: 2px solid #EA047E; /* Thay đổi màu sắc viền focus */
  outline-offset: 2px; /* Thay đổi kích thước viền focus */
}

.filter-select-pdviet:hover {
  border: none;
}
.filter-select-item-pdviet {
  cursor: pointer;
}
.filter-select-item-pdviet:hover {
  background-color: #EA047E;
  color:#1848a0 ;
}

.filter-submit-pdviet {
  width: 80px;
  height: 40px;
  background-color: #EA047E;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.filter-submit-pdviet:hover {
  background-color: #1848a0;

}

/* Responsive CSS */

/* Mobile XS */
@media only screen and (max-width: 576px) {
  .filter-item-pdviet {
    flex-direction: column; /* Chuyển định dạng hiển thị của filter-item thành dạng cột */
    height: 36px;


  }

  .filter-select-pdviet {
    max-width: 100%; /* Thêm thuộc tính này để filter-select tự động co lại khi màn hình nhỏ */
    margin-bottom: 5px; /* Thêm thuộc tính này để tạo khoảng cách giữa các filter-select */
  }
}

/* Mobile S */
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .filter-item-pdviet {
    flex-direction: column;
    height: 36px;
  }

  .filter-select-pdviet {
    max-width: 100%;
    margin-bottom: 5px;
  }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .filter-item-pdviet {
    height: 40px;

  }

  .filter-select-pdviet {
    max-width: 100%;
    margin-right: 10px; /* Thêm thuộc tính này để tạo khoảng cách giữa các filter-select */
  }
}

/* Laptop */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .filter-item-pdviet {
    height: 50px;

  }
  .filter-select-pdviet {
    max-width: 100%;
    margin-right: 10px;
  }
}

/* Desktop */
@media only screen and (min-width: 1200px) {
  .filter-select-pdviet {
    max-width: 100%;
    margin-right: 10px;
  }
}


/* button */
.button-pdviet {
  display: block;
  margin: 0 auto 20px auto;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  background-color: #EA047E;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.button-pdviet:hover {
  background-color: #1848a0;
}

.blog-title {
  font-size: 2em; /* Kích cỡ chữ tiêu đề */
  font-weight: 600;
  margin: 0; /* Khoảng cách đầu dòng */
  padding-left: 10px; /* Khoảng cách giữa đường viền và chữ tiêu đề */
  padding-bottom: 1em;
  text-indent: 0.7em; /* Thụt vào đầu dòng */

}


.article-content img {
  max-width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding-top: 10px;

}
.article-content h1 {
  font-family: Quicksand, sans-serif!important;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 10px 0;
}
.article-content h2 {
  font-family: Quicksand, sans-serif!important;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 10px 0;
}
.article-content h3 {
  font-family: Quicksand, sans-serif!important;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 10px 0;
}
.article-content h3,h4,h5 {
  font-family: Quicksand, sans-serif!important;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 10px 0;
}

.article-content p {
  font-family: Quicksand, sans-serif!important;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.blog-pd-text {
  font-family: Quicksand, sans-serif;!important;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0; /* Khoảng cách đầu dòng */
  padding-left: 10px; /* Khoảng cách giữa đường viền và chữ tiêu đề */
  padding-bottom: 1em;
  text-indent: 0.7em; /* Thụt vào đầu dòng */

}

.text-pd-line-1 {
  display: -webkit-box; /* Cho Safari và Chrome */
  -webkit-line-clamp: 1; /* Số dòng văn bản muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.text-pd-line-2 {
  display: -webkit-box; /* Cho Safari và Chrome */
  -webkit-line-clamp: 2; /* Số dòng văn bản muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.text-pd-line-3 {
  font-size: 1.1em;
  line-height: 1.1em;
  display: -webkit-box; /* Cho Safari và Chrome */
  -webkit-line-clamp: 3; /* Số dòng văn bản muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.text-title-3 {
  font-size: 20px!important;
  line-height: 24px!important;
  min-height: 44px!important;
  max-height: 44px!important;
  -webkit-line-clamp: 3; /* Số dòng văn bản muốn hiển thị */
  margin-bottom: 20px!important;

}
.text-title {
  font-size: 20px!important;
  line-height: 24px!important;

}
.text-product-line-2 {
  font-size: 1.2em;
  line-height: 1.2em;
  display: -webkit-box; /* Cho Safari và Chrome */
  -webkit-line-clamp: 2; /* Số dòng văn bản muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.2em;
}