.page-home {
  overflow: hidden;
}
.page-home .hl-container {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.page-home .hl-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.page-home .hl-container .hl-text {
  text-align: center;
}
.page-home .product-data-container {
  min-height: 100vh;
}
.page-home .product-data-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.page-home .product-data-container .pd-box-desc {
  margin: 0 auto;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.9);
}
.page-home .product-data-container .txt-desc {
  font-size: 1.25rem;
  line-height: 1.3;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .page-home .product-data-container .pd-box-desc {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
.page-home .product-desc-container {
  background-color: #FFF;
}
.page-home .hl-bt-container {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  background-position: center;
}
.page-home .hl-bt-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}
.page-home .hl-bt-container .hl-text {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 959px) {
  .page-home .wrap-banner .banner-title {
    font-size: 2.125rem;
  }
  .page-home .wrap-banner .sub-banner-title {
    font-size: 1.15rem;
    line-height: 1.2;
  }
}
