

  /* Position the image container (needed to position the left and right arrows) */

  .slide__img--close{
    position: absolute;
    color: var(--color-background-6);
    font-weight: 700;
    top: 8%;
    right: 2%;
    font-size: 37px;
z-index: 2;
  }
  .slide__img--close::before{
    position: absolute;
content:"";
width:100%;
height:100%;
background-color:var(--color-background-1);
border-radius: 50%;
    top: 0;
    right: 0;
z-index: -1;
  
  }
  .slide__img--box{
    position: relative;
    display: none;
    width: 100%;
    height: 100vh;
  }
  .container__slides {
    width: 100%;
    overflow: hidden;
    position: fixed;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1005;
  }
  .container__slide--number{
    width: 100%;
    display: flex ;
    overflow: hidden ;
    overflow-x: scroll;
  }
  /* Hide the images by default */
  .mySlides{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    transition: transform 0.5s ease;
  }
  .slideshow-container {
    overflow: hidden; /* Đảm bảo slide không tràn bên ngoài */
    transition: transform 0.3s ease; /* Thêm transition cho hiệu ứng trượt */
}
  .mySlides .woocommerce-product-gallery__image{
    width:100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
  }
  .mySlides .woocommerce-product-gallery__image a{
    height: 65%;
  }
  .mySlides  img {
    vertical-align: middle;
    width: auto;
    height: 100%;
    object-fit: scale-down;
    max-width: 90vw;
    max-height: 90vh;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -50px;
    color: var(--color-background-6) !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  body.detailHotelBlur .header__background--blur__fullview{
display:block;
  }
  .header__background--blur__fullview{
    display:none;
  }
  /* Container for image text */
  .caption-container  {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
 
  
  /* Six columns side by side */
  .column {
    float: left;
  }
  .column img{
    width: 150px !important;
    height: 100px;
    object-fit: cover;
  }
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  body.slider__detail--tour .header__background--blur__fullview{
    display: block;
  }
  body.slider__detail--tour .slide__img--box{
      display: block;
  }
  body.slider__detail--tour{
    overflow: hidden;
  }

  @media only screen and (max-width: 1150px) {
    .mySlides img{
    max-width: 930px;
    }

}
@media only screen and (max-width: 1020px){}
  /* .mySlides img{
    max-width: 860px;
    }   */

  @media only screen and (max-width: 850px) {
    .mySlides img{
      max-width: 800px;
      }  
    .container__slides {
      width: 100%;
    }
  
  } @media only screen and (max-width: 800px) {
    .mySlides .woocommerce-product-gallery__image{
      background-color: #505050;
    }
    
  }
 