
.hvr-double-box {
  position: relative;
  display: block;
}

.hvr-double-box:before {
  content: "";

  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 3;
}

.hvr-double-box:after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}

.hvr-double-box:hover:before,
.hvr-double-box:hover:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.box_product_nb{
  margin:0 auto;
  padding:30px 0;
  }
  /* Đảm bảo ảnh và thông tin đều có đủ không gian */
  .photo-banner {
  background:#fff;
      display: flex;
      flex-direction: column;  /* Chia theo chiều dọc */
      align-items: center;     /* Căn giữa */
      justify-content: center;
      text-align: center;
      position: relative; /* Đảm bảo phần tử con có thể xếp chồng lên nhau nếu cần */
      width: 100%;         /* Đảm bảo slide chiếm toàn bộ chiều rộng */
      height: 445px;       /* Đặt chiều cao cố định cho slide để tránh việc nội dung bị đẩy ra ngoài */
  }
  
  /* Thông tin sản phẩm */
  .info-box-pro {
      background-color:#fff;
      padding: 15px;
      margin-top: 10px;  /* Khoảng cách giữa ảnh và thông tin */
      width: 100%;       /* Chiếm toàn bộ chiều rộng của slide */
      position: relative; /* Đảm bảo thông tin không bị ẩn */
      z-index: 1;        /* Đảm bảo thông tin luôn xuất hiện trên cùng */
      text-align: center;
      display:none;
  }
  
  /* Tên sản phẩm */
  .name-box-pro {
      font-size: 15px;
      color:#000;
      font-family:'Mulish';
      font-weight: bold;
      margin-bottom: 10px;
          text-transform: uppercase;
  }
  
  /* Mô tả sản phẩm */
  .des-box-pro {
      font-size: 14px;
      font-family:'Mulish';
      line-height: 1.5;
      color: #ddd;
  }
  
  /* Đảm bảo ảnh có đủ không gian */
  .photo-banner img {
      max-width: 100%;
      height: auto;
      display: block;
  }
  
  .carousel-3d-slide.current .info-box-pro {
  display:block;
  }
  
  .carousel-3d-slide{
  border:none !important;
  background-color:#fff !important;
  }
  