/* Custom Styles */
.hero-section {
  background: url(../imgs/product/top.png) 0% 100% no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 240px;
  height: 400px;
  box-sizing: border-box;
}
.hero-section .about-eng {
  font-weight: 200;
  font-size: 64px;
  line-height: 64px;
  color: #fff;
}
.hero-section .about-eng.eng-part {
  color: #F4B01A;
  padding-top: 48px;
}
.hero-section .about-chinese {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #F4B01A;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
}
.hero-section .about-us-line {
  width: 80px;
  height: 8px;
  margin-top: 20px;
  background-color: #F4B01A;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -40px;
}
.product-section {
  padding: 80px 0 40px;
}
.product-section .section-title {
  font-weight: 200;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #231815;
  margin-bottom: 16px;
}
.product-section .section-title-chn {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #231815;
  margin-bottom: 16px;
}
.product-section .section-title-line {
  width: 80px;
  height: 8px;
  background-color: #F4B01A;
  margin: 0 auto 48px;
}
.product-card-container {
  gap: 48px;
  width: 1200px;
  margin: auto;
}
.product-card-container .product-card {
  padding: 48px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  width: 576px;
  flex-grow: 0;
}
.product-card-container .product-card .product-img {
  width: 480px;
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 48px;
}
.product-card-container .product-card .product-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 48px;
}
.product-card-container .product-card .more-button {
  width: 180px;
  height: 44px;
  border: 1px solid #231815;
  outline: none;
  margin: 0 auto;
  border-radius: 5px;
}
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-left: 120px;
}
.carousel-container .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  column-gap: 48px;
}
.carousel-container .carousel-item {
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  width: 480px;
  height: 645px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}
.carousel-container .carousel-item:hover .product-bg-img {
  transform: scale(1.1);
  transform-origin: center;
}
.carousel-container .carousel-item .product-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.carousel-container .carousel-item .product-title-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #FFFFFF;
  position: relative;
}
.carousel-container .carousel-item .product-button {
  width: 180px;
  height: 44px;
  border: 1px solid #FFFFFF;
  outline: none;
  margin: 0 auto;
  border-radius: 5px;
  color: #FFFFFF;
  position: relative;
}
.carousel-container .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
  opacity: 0;
  background-color: rgba(244, 176, 26, 0.8);
}
.carousel-container .carousel-btn i {
  font-size: 20px;
}
.carousel-container .carousel-btn:hover {
  background-color: #F4B01A;
}
.carousel-container .carousel-btn.prev {
  left: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.carousel-container .carousel-btn.next {
  right: 40px;
}
.carousel-container .carousel-container:hover .carousel-btn {
  opacity: 1;
}
@media (max-width: 1199px) {
  .hero-section {
    height: 376px;
    background-position: center;
  }
  .hero-section .hero-bg {
    display: none;
  }
  .hero-section .about-eng {
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
  }
  .hero-section .about-chinese {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
  .product-section {
    padding: 48px 24px;
  }
  .product-section .section-title-line {
    margin-bottom: 24px;
  }
  .product-section .section-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .product-section .section-title-chn {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
  .product-section .product-card-container {
    flex-direction: column;
    row-gap: 20px;
    column-gap: 0;
    width: 100%;
  }
  .product-section .product-card-container .product-card {
    padding: 16px;
    width: 100%;
  }
  .product-section .product-card-container .product-card .product-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .product-section .product-card .product-title {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .product-section .product-card .more-button {
    display: none;
  }
  .carousel-container .carousel-track {
    column-gap: 24px;
  }
  .carousel-container .carousel-item {
    width: 64%;
    padding: 20px;
    padding-bottom: 108%;
    height: 0;
    position: relative;
  }
  .carousel-container .carousel-item .product-button {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    width: auto;
    line-height: 44px;
    padding: 0;
  }
  .carousel-container .carousel-item .product-title-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .carousel-container .carousel-btn {
    display: none !important;
  }
  .product-section-flagship {
    padding: 48px 0;
  }
  .product-section-flagship .carousel-container {
    padding-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }
}
