.cur{display: flex !important;}
.border-bottom{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 2.5rem;
  gap: 2rem;
}

/**product-1**/
.product-info {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-info::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
}

.prodict-info-left {
  display: flex;
  width: 800px;
  flex: 1 0;
}

.product-info-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2% 0 10%;
  gap: 1rem;
  flex: 1 1 calc(100% - 800px - 1rem);
}

.product-info .product-gallery {
  width: 100%;
  overflow: hidden;
}

.product-info .gallery-top {
  width: 100%;
  max-height: 650px;
  margin-bottom: 0.5rem;
}

.product-info .gallery-top .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-info .slide-content {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-info .slide-content img {
  max-width: 100%;
  height: 100%; 
  max-height: 650px;
  object-fit: contain;
}

.product-info .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
}

.product-info .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.product-info .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.product-info .thumb-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
}

.product-info .thumb-content img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.product-info .gallery-thumbs .swiper-slide:hover {
  opacity: 0.8;
}


.product-info-right .right-row {
  display: flex;
  width: 100%;
  line-height: 2.5rem;
}

.product-info-right .right-row .star {
  margin-right: 1rem;
}

.product-info-right .small8 {
  color: #767676;
}

.product-info-right .button {
  width: 25rem;
  max-width: 100%;
}

/**product-2**/
.product-2 .items {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-2 .items .item {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 1rem;
  background: #F7F7F7;
  padding: 2rem 0 1rem;
}

.product-2 .items .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover; 
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #000;
}

.product-2 .items .item .img img, .product-2 .items .item .img svg,.product-5 .div-row .img svg{
  display: flex;
  width: 50px;
  height: 50px;
  fill: #ffffff;
  stroke: #ffffff;
}

.product-2 .items .item .name{
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.product-2 .items .item .desc{
  display: flex;
  width: 100%;
  padding: 1rem 15%;
  line-height: 1.5rem;
}

/**product-3**/
.product-3 .middle {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;

}
.product-3 .div-row {
  padding: 1rem 5%;
  flex-wrap: nowrap;
}

.product-3 .div-row .star{
  display: flex;
  flex: 0 1 5%;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
}
.product-3 .div-row .desc{
  flex: 1 1;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1rem;
}

.product-3 .middle .msg{
  background-color: #fff;
  font-size: 1rem;
  padding: 0.8rem 10%;
  line-height: 1.5rem;
}
.product-3 .middle .div-col:first-child .product-middle-toggle{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.product-3 .msg_cur, .product-middle-toggle:hover {
  background-color: #32c5ff;
  color: #fff;
  cursor: pointer;
}

.product-3 .div-row .toggle-icon{
  display: flex;
  flex: 0 1 10%;
  justify-content: flex-end;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
  line-height: 1rem;
  height: 1rem;
}

.product-3 .div-row .active {
    transform: rotate(45deg);
}

/**product-4**/
.product-4 .div-row {
  gap: 1rem;
  width: 100%;
}

.product-4 .img img{
  width: 100%;
  height: 100%;
  max-height: 15rem;
  border-radius: 30px;
  aspect-ratio: 1.2/1;
}

.product-4 .product-4-item {
  width: 100%;
  flex: 1 1;
}

.product-4 .name{
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
}
/**product-5**/
.product-5 .special-items .special-item {
  flex: 1 1 calc(100% / 3 - 1rem);
  
  gap:10px;
}
.product-5 .special-items .img {
  display: flex;
  object-fit: cover; 
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #000;
  justify-content: center;
  align-items: center;
  flex: 0 1 70px;
}
.product-5 .special-items img {
  display: flex;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.product-5 .special-items .name h3 {
  font-size: 1.25rem;
  line-height: 2rem;
}
.product-5 .special-items .desc {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 6rem;
  line-height: 1.3rem;
  font-size: 0.9rem;
}
.product-5 .special-items .list {
  flex: 1 1;
}

.product-5 .form-title {
  background-color: #ECECEC;
  color: #8E8E8E;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  width: 25rem;
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.product-5 .form-title div{
  display: flex;
  flex: 1;
  width: 6rem;
  justify-content: center;
  position: relative;
  padding: 10px 20px;
}

.product-5 .form-title div:nth-child(-n+2)::after{
  position: absolute;
  content:'';
  right: 0%;
  top:-0px;
  border-right: 1px solid #CBCACA;
  width: 1px;
  height: 100%;
}

.product-5 .form-title .button-cur{
  background: linear-gradient(to bottom right, #32c5ff82, #00adf1);
  color: #ffffff;
}

.product-5 .list{
  width: 100%;
  padding: 0rem 0 1rem;
}

.product-5 .table{
  max-width: 100%;
  width: 1200px;
  flex: 0 1;
  display: none;
  gap: 1.5rem;
  margin: 0 auto;
}

.product-5 .table-1 p,.product-5 .table-2-2 p{
  display: flex;
  line-height: 2.5rem;
  border: 1px solid #D7D7D7;
}

.product-5 .table-1 p:nth-child(2n+1){
  background-color: #F0F0F0;
}

.product-5 .table-1 span{
  flex: 1 1;
}

.product-5 .table-1 span:nth-child(1){
  text-align: center;
  flex: 0 1 20%;
  border-right: 1px solid #D7D7D7;
  min-width: 140px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.product-5 .table-1 span:nth-child(2){
  padding-left: 1em;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.product-5 .table-2{
  display: flex;
  align-items: center;
  border: 1px solid #D7D7D7;
}

.product-5 .table-2-1{
  flex:0 1 20%;
  text-align: center;
  font-size: 1.2rem;
  min-width: 140px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.product-5 .table-2-2{
  flex:1 1;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.product-5 .table-2-2 p{
  flex:1 1;
  padding-left: 1em;
}
.product-5 .table-2-2 p:nth-child(2){
  background-color: #F0F0F0;
}

/**product-6**/
.product-6 {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 100%;
}

.product-6 .testimonial-list {
  width: 100%;
}

.product-6 .testimonial-slider {
  position: relative;
  overflow: hidden;
}

.product-6 .swiper {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.product-6 .swiper-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product-6 .swiper-slide {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1),0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
}

.product-6 .swiper-slide .testimonial-item {
  width: 100%;
}

.testimonial-item .info .testimonial-content {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 6.5rem;
}

.product-6 .user {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-6 .user img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 15px;
}
.product-6 .user p {
  line-height: 2.0rem;
}
.product-6 .rating {
  margin-top: 1rem;
}

.product-6 .product-6-bottom {
  margin-top: 2rem;
}
.product-6 .product-6-bottom .msg{
  justify-content: center;
  align-items: center;
  flex: 1 1;
}
.product-6 .product-6-bottom .msg p{
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}

/**product-7**/


.product-7 .middle {
  gap: 1rem;
}

.product-7 .middle .middle-1{
  flex: 1 1 10%;
  font-size: 1rem;
  line-height: 1.8rem;
}
.product-7 .middle .middle-2{
  display: flex;
  flex: 1 1;
  justify-content: center;
  width: 100%;
}
.product-7 .middle .middle-2 img{
  width: 100%;
  height: 20rem;
}

.product-7 .button{
  width: 20rem;
  max-width: 100%;
}

@media (min-width: 1401px) {

}

@media (max-width: 1400px) {
  .product-4 .product-4-items {
    flex-wrap: wrap;
  }
  .product-4 .product-4-item {
      flex: 0 1 calc(33% - 0.7rem);
  }
  .product-3 .div-row .msg {
    line-height: 1.5rem;
  }
  .product-info-right {
    padding: 0 2% 0 5%;
  }
  .gallery-thumbs {
    padding: 0 5%;
  }
}
@media (max-width: 1024px) {
  .product-info {
    gap: 2rem;
    flex-direction: column;
  }
  .prodict-info-left,
  .product-info-right {
    width: 100%;
  }
  .product-2 .items .item, .product-5 .special-items .special-item {
      flex: 1 1 auto;
  }
  .product-2 .border-bottom .items {
    flex-direction: column;
    justify-content: center;
  }
  .product-2 .items .item .desc {
    padding: 1rem 10%;
  }
  .product-info-right .button {
    margin: 0 auto;
  }
  .product-7 .middle {
    flex-direction: column;
  }
  .product-7 .middle .middle-2 img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .product-6 {
      padding: 1rem 1rem;
      font-size: 1.0rem;
  }
  .product-6 .user {
      font-size: 1.5rem;
      justify-content: center;
  }
  .product-6 .rating,.product-6 .rating .star {
      text-align: center;
      font-size: 1.2rem;
  }
  .product-6 .product-6-bottom {
    display: none;
  }
  .product-7 .middle .middle-1,.product-7 .middle .middle-1 .middle-2{
    flex: 1 1 100%;
  }
  .product-7 .middle .middle-2 img {
    max-width: 100%;
  }
  .product-2 .items .item .desc {
    padding: 1rem 5%;
  }
  .product-info{padding: 0 5% 2rem;}
  .gallery-thumbs {
    padding: 0 0;
  }
  .product-info-right {
      padding: 0 2% 0 0;
  }
}

@media (max-width: 640px) {
  .product-6 .swiper{
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 576px) {
  .product-info .gallery-top {
    height: auto;
  }
}

@media (max-width: 400px) {
  .product-4 .product-4-item {
      flex: 0 1 calc(50% - 0.5rem);
  }
}