.product_banner {
  height: auto;
  background: url(../img/pd1.jpg) no-repeat center;
  position: relative;
  padding: 6rem 0;
}

.product_banner .nav {
  background-color: rgba(24, 24, 24, 0.6);
}

.product_banner .nav .flex {
  height: 4rem;
}

.product_banner .nav p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

.product_banner .nav ul {
  gap: 26px;
}

.product_banner .nav ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}

.product_banner .nav ul li a:hover {
  color: var(--theme_color);
}

.product_banner .nav ul li .button {
  width: 7rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 12px;
  font-weight: 500;
}

.product_banner .nav ul li .button:hover {
  color: #fff;
}

.product_banner .head {
  width: 50%;
}

.product_banner .head h1 {
  padding-top: 0;
  font-size: 3.3125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.product_banner .head h1 span {
  display: block;
  font-size: 7rem;
  color: var(--theme_color);
  font-weight: 600;
}

.product_banner .head h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.product_banner .head p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.8;
  padding-top: 1.25rem;
}

.product_banner .head .button {
  margin-top: 3.4375rem;
  width: 11.625rem;
  height: 3.25rem;
  line-height: 3.25rem;
}

.product_banner .mask {
  width: 100%;
  height: 403px;
  background: url(../img/pd1-mask.png) no-repeat center;
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .head span {
    font-size: 0.875rem;
  }

  .head h1 {
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  .head h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }

  .product_banner .head h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    padding-top: 0.5rem;
  }

  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .button {
    font-size: 0.875rem;
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .button_viewmore {
    font-size: 0.875rem;
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .product_banner {
    padding-bottom: 3.125rem;
    height: auto;
  }

  .product_banner .nav {
    padding: 0.5rem 0;
  }

  .product_banner .nav .content > .flex {
    display: block;
    height: auto;
  }

  .product_banner .nav p {
    font-size: 1rem;
    position: relative;
  }

  .product_banner .nav p::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(../img/select.svg) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .product_banner .nav ul.flex {
    display: none;
    overflow: scroll;
    padding: 0.5rem 0;
    height: auto;
    gap: 1.2rem;
    max-height: 3rem;
  }

  .product_banner .nav ul.flex::-webkit-scrollbar {
    display: none;
  }

  .product_banner .head {
    width: 100%;
  }

  .product_banner .head h1 {
    padding-top: 3.125rem;
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .product_banner .head h1 span {
    font-size: 4rem;
    line-height: 1.5;
  }

  .product_banner .head p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .product_banner .head .button {
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.25rem;
  }

  .product_banner .mask {
    bottom: -65px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }

  .product_banner .head {
    width: 60%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }

  .product_banner .head {
    width: 70%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }

  .product_banner .head {
    width: 90%;
  }
}

.tools_part_vendor .tools_part_box {
  padding: 4rem 0;
  text-align: center;
}

.tools_part_vendor .tools_part_box input {
  padding: 0.8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}

.tools_part_vendor .tools_part_box button {
  background: #fff;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: #fff;
  padding: 0.8rem 1.5rem;
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .swiper_content {
    max-width: 1020px;
  }

  .solution_strength .head p {
    width: 70%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .swiper_content {
    max-width: 806px;
  }

  .solution_strength .head p {
    width: 90%;
  }
}

/* product high quality */
.product_high_quality {
  height: 67rem;
  background: url(../img/pd3.jpg) no-repeat center;
  padding-top: 3rem;
}

.product_high_quality .head h2 {
  font-size: 3.125rem;
  font-weight: 400;
  color: var(--title_color);
  line-height: 1.5;
}

.product_high_quality h2 span {
  display: block;
  font-size: 4.0625rem;
  font-weight: 600;
  color: var(--theme_color);
  text-transform: none;
}

.product_high_quality .head {
  width: 50%;
}

.product_high_quality p {
  color: var(--title_color);
  font-size: 1.0625rem;
  opacity: 0.9;
  padding-top: 5px;
}

.product_high_quality strong {
  font-size: 3.3125rem;
  color: var(--theme_color);
  font-weight: 600;
  display: block;
  margin-top: 2.5rem;
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .product_high_quality {
    height: auto;
    background-size: cover;
    padding: 5rem 0 3.125rem;
    position: relative;
  }

  .product_high_quality::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }

  .product_high_quality .head {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .product_high_quality .head p {
    padding-top: 1rem;
  }

  .product_high_quality .head h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .product_high_quality h2 span {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .product_high_quality strong {
    font-size: 2rem;
    margin-top: 1rem;
    position: relative;
    z-index: 2;
  }

  .product_high_quality p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }

  .product_high_quality .head h2 {
    font-size: 2.5rem;
  }

  .product_high_quality h2 span {
    font-size: 3rem;
  }

  .product_high_quality p {
    font-size: 15px;
  }
}
.product_text.first-item {
  padding-top: 5rem;
}

.product_text {
  padding-bottom: 5rem;
}

.product_text h2 {
  font-size: 2rem;
  color: #1825a4;
  margin-bottom: 20px;
}

.product_text p {
  font-size: 25px;
  line-height: 45px;
  color: #231815;
}

.product_text.reverse-flex .flex {
  flex-direction: row-reverse;
}

.product_text .flex {
  gap: 50px;
  align-items: center;
}

.product_text .flex > * {
  width: 50%;
}

.product_text .flex > .left {
  width: 50%;
}

.product_text .flex > .right {
  width: 50%;
}

.product_text .flex > .right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .box-specification table {
    width: 100% !important;
  }

  .product_text.first-item {
    padding-top: 3rem;
  }

  .product_text {
    padding-bottom: 3rem;
  }

  .product_text .flex {
    flex-flow: wrap;
  }

  .product_text .flex > * {
    width: 100%;
  }

  .product_text .flex > .left,
  .product_text .flex > .right {
    width: 100%;
  }

  .product_text .flex > .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }

  .product_text h2 {
    font-size: 22px;
    margin-bottom: 0.5rem;
  }

  .product_text .flex {
    gap: 1rem;
  }
}

.product_repellent2 {
  background-color: #0b0c0e;
  padding: 3rem 0;
  overflow: hidden;
}

.product_repellent2 .content > img {
  display: block;
  width: 3.75rem;
  height: 2.875rem;
  margin: 0 auto;
}

.product_repellent2 h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}

.product_repellent2 h2 span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: var(--theme_color);
}

.product_repellent2 .nav {
  padding: 1.875rem 0 3.4375rem;
  display: flex;
  justify-content: center;
  gap: 3.75rem;
}

.product_repellent2 .nav li {
  color: #9a9a9a;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  padding-bottom: 0.625rem;
}

.product_repellent2 .nav li.active,
.product_repellent2 .nav li:hover {
  border-color: var(--theme_color);
  color: #fff;
}

.product_repellent2 .img {
  height: 38.625rem;
  position: relative;
  display: none;
}

.product_repellent2 .img.active {
  display: block;
}

.product_repellent2 .img .pic1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pd4.jpg);
  background-size: cover;
}

.product_repellent2 .img .pic2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../img/pd4.jpg);
  background-size: cover;
  border-right: 6px solid #fff;
}

.product_repellent2 .img .pic2 span {
  cursor: pointer;
  display: block;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translate(50%, -50%);
}

.product_repellent2 .img .pic2 span::before,
.product_repellent2 .img .pic2 span::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url(../img/left-blue.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product_repellent2 .img .pic2 span::before {
  left: 12px;
}

.product_repellent2 .img .pic2 span::after {
  right: 12px;
  background-image: url(../img/right-blue.svg);
}

.product_repellent2 p {
  padding-top: 2.5rem;
  line-height: 1.2;
  width: 65%;
  margin: 0 auto;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 200;
  opacity: 0.9;
}

.product_repellent2 .imgs img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .product_repellent2 {
    height: auto;
    padding: 5rem 0 3.125rem;
  }

  .product_repellent2 .content > img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .product_repellent2 h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .product_repellent2 h2 span {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .product_repellent2 .nav {
    padding: 1.25rem 0 1.875rem;
    gap: 1.2rem;
  }

  .product_repellent2 .nav li {
    font-size: 0.875rem;
    padding-bottom: 0.5rem;
  }

  .product_repellent2 .img .pic2 span {
    width: 3rem;
    height: 3rem;
  }

  .product_repellent2 .img .pic2 span::before {
    width: 1rem;
    height: 1rem;
    left: 3px;
  }

  .product_repellent2 .img .pic2 span::after {
    width: 1rem;
    height: 1rem;
    right: 3px;
  }

  .product_repellent2 p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }

  .product_repellent2 p {
    width: 80%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }

  .product_repellent2 h2 {
    font-size: 2.5rem;
  }

  .product_repellent2 h2 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 786px) {
  .product_high_quality {
  }
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}

.home_galleries2 {
  overflow: hidden;
  padding: 3rem 0;
  background-image: linear-gradient(to bottom, #fff, #eefcff);
}

.home_galleries2 .head {
  text-align: center;
}

.home_galleries2 .head p {
  width: 55%;
  margin: 1.875rem auto 0;
  padding-bottom: 0.3125rem;
  color: gray;
  font-size: 1.125rem;
}

.home_galleries2 .home_galleries2_swiper {
  padding-top: 2.5rem;
  max-width: 33.125rem;
  margin: 0 auto;
}

.home_galleries2 .home_galleries2_swiper .swiper-slide {
  text-align: center;
  transition: all 0.3s;
  transform: scale(0.732);
}

.home_galleries2 .home_galleries2_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.home_galleries2 .home_galleries2_swiper .swiper-slide .img {
  width: 100%;
  height: 26.3125rem;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 1.875rem;
}

.home_galleries2 .home_galleries2_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_galleries2 .home_galleries2_swiper .swiper-slide h3 {
  padding-top: 2.1875rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }

  .home_galleries2 {
    padding: 5rem 0 3.125rem;
  }

  .home_galleries2 .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
    margin: 1rem 0 0;
  }

  .home_galleries2 .home_galleries2_swiper {
    padding-top: 1.875rem;
  }

  .home_galleries2 .home_galleries2_swiper .swiper-slide .img {
    height: 16rem;
    border-radius: 1rem;
  }

  .home_galleries2 .home_galleries2_swiper .swiper-slide h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }

  .home_galleries2 .head p {
    width: 80%;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
