/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751371519
Updated: 2025-07-01 12:05:19

*/
/* Reset CSS */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
blockquote,
figure,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}
* {
  font-family: "Montserrat", sans-serif;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #21dbd2 !important;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040;
  top: 30%;
}
.owce-carousel .owl-nav .owl-prev {
  left: -60px !important;
}
.owce-carousel .owl-nav .owl-next {
  right: -60px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #008079 !important;
  width: 12px;
  height: 12px;
}
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-services {
  transition: all 0.5 ease;
}
.owl-services .owl-item:hover img {
  transform: scale(1.2);
}
.team-of-experts .owl-thumb {
  float: left;
  width: 50%;
}
.team-of-experts .owl-title,
.team-of-experts .owl-subtitle {
  float: right;
  width: 45%;
}

.team-of-experts .title-btn {
  padding: 13px 24px;
  color: #fff;
  border-radius: 40px;
  background-color: #1dd4cf;
  font-size: 15px;
  font-weight: 700;
  width: fit-content;
  margin-bottom: 10px;
}
.team-of-experts .owl-title {
  margin-top: 75px !important;
}
@media (max-width: 640px) {
  .team-of-experts .owl-thumb,
  .team-of-experts .owl-title,
  .team-of-experts .owl-subtitle {
    float: unset;
    width: 100%;
  }
  .team-of-experts .owl-title {
    margin-top: 20px !important;
  }
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #21dbd2 !important;
  font-weight: 500;
  font-size: 15px;
}
.wpcf7-form textarea {
  height: 163px;
}
input::placeholder,
textarea::placeholder {
  color: #111;
}
.wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wpcf7-spinner {
  display: none;
}
.tu-van-ngay p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.tu-van-ngay a,
.tu-van-ngay .wpcf7-submit {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  transition: all 0.5s ease;
}
.tu-van-ngay a {
  background-color: #ffa322;
}
.tu-van-ngay .wpcf7-submit {
  background-color: #21dbd2;
  border: none !important;
}
.tu-van-ngay a::before {
  content: url("/wp-content/uploads/2025/07/Group 764.svg");
  width: 30px;
  height: 30px;
}
.tu-van-ngay .wpcf7-submit::before {
  content: url("/wp-content/uploads/2025/07/Group 91.svg");
  width: 30px;
  height: 30px;
}
.tu-van-ngay a:hover,
.tu-van-ngay .wpcf7-submit:hover {
  background-color: #008079;
}
@media (max-width: 767px) {
  .tu-van-ngay p {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tu-van-ngay a,
  .tu-van-ngay .wpcf7-submit {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
  }
}
.menu-pc .current_page_item .hfe-menu-item {
  position: relative;
}
.menu-pc .current_page_item .hfe-menu-item::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #21dbd2 !important;
  top: 90px;
  opacity: 1 !important;
}
.custom-nav-slider .owl-nav button.owl-next,
.custom-nav-slider .owl-nav button.owl-prev {
  top: 50%;
  transform: translateY(-50%);
}

/* custom page blog */
#post-filter-wrapper,
#product-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 30px;
}
.filter-sidebar {
  width: 23%;
  box-shadow: 0px 0px 10px 0px #00000040;
  padding: 24px;
  border-radius: 20px;
}
.filter-sidebar-title {
  font-weight: 700;
  font-size: 16px;
  color: #008079;
  margin-bottom: 30px;
  display: block;
}
#post-filter-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* Vùng checkbox cha */
.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 34px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  line-height: 23px;
}
/* Ẩn input gốc */
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Hộp checkbox 24x24 */
.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  border: 2px solid #1dd4cf;
  border-radius: 2px;
  box-sizing: border-box;
}
/* Dấu tick */
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #1dd4cf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* Hiện dấu tick khi được chọn */
.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

.post-results,
.product-results {
  width: 72%;
}
.post-grid {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
.post-card {
  width: 48%;
  box-shadow: 0px 0px 10px 0px #00000040;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.post-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 20px;
}
.post-card-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #111;
  margin: 0;
}
.post-card-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #111;
  margin: 0;
}
.post-card-btn {
  display: flex;
  width: fit-content;
  gap: 8px;
  padding: 8px 16px;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 100px;
  color: #111;
  text-align: center;
  box-shadow: 0px 0px 4px 0px #00000040 !important;
  align-items: center;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.post-card-btn:hover {
  background-color: #008079;
  color: #fff;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
.pagination-link,
.pagination-prev,
.pagination-next {
  border: 1px solid #dddddd;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  font-weight: 400;
  font-size: 15px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-link.active {
  color: #008079;
  border-color: #21dbd2;
}
.pagination-prev,
.pagination-next {
  border-color: #21dbd2;
}
.pagination-next {
  margin-left: 20px;
}
.pagination-prev {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .post-card img {
    height: 190px;
  }
  .post-card-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #post-filter-wrapper,
  #product-filter-wrapper {
    flex-direction: column;
  }
  .filter-sidebar,
  .post-results,
  .product-results {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #post-filter-wrapper {
    flex-direction: column;
  }
  .filter-sidebar,
  .post-results {
    width: 100%;
  }
  .post-card {
    width: 100%;
  }
  .post-card img {
    height: 230px;
  }
  .pagination-link,
  .pagination-prev,
  .pagination-next {
    width: 40px;
    height: 40px;
  }
  .pagination-next {
    margin-left: 10px;
  }
  .pagination-prev {
    margin-right: 10px;
  }
}
/* page product */
#product-filter-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.filter-group-title {
  font-weight: 700;
  font-size: 16px;
  color: #008079;
  margin-bottom: 30px;
}
.product-grid {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
.product-card {
  width: 32%;
  box-shadow: 0px 0px 10px 0px #00000040;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.product-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #111;
  margin: 15px 0;
}
.product-price-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #111;
  margin-bottom: 5px;
}
.product-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #008079;
}
.product-infor {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
}
.product-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 100px;
  background-color: #dddddd;
  color: #008079;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}
.product-link:hover {
  background-color: #1dd4cf;
  color: #fff;
}
.product-link:hover svg path {
  stroke: #fff;
}
.list-checkbox {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 10px;
}
@media (max-width: 1023px) {
  .product-card {
    width: 48%;
  }
}
@media (max-width: 767px) {
  #product-filter-form .list-checkbox {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .product-card {
    width: 100%;
  }
}