
body{
    margin: 0;
}
.paro{
height: 100%;

}
#panorama{
    height: 100vh;
    position: relative;
}
.img{
    position: absolute;
    top: 14px;
    right: 32px;
    z-index: 2;
}
iframe{
    height: 100%;
    width: 100%;
}
img{
    width: 100%;
}
.scenes{
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
.scenes2{
    padding: 0;
    margin: 5px 0;
    list-style: none;
}
.scene{
    text-decoration: none;
}
.text2{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 15px;
}
.text2:hover{
    background-color: rgba(204, 204, 204, 0.34);
}
.text{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 15px;
}
.text:hover{
    background-color: rgba(204, 204, 204, 0.34);
}
.changescene{
    right: 18px;
    width: auto;
    z-index: 2;
    display: flex;
    position: absolute;
    bottom: 46px;

}
.changescene-link{
    color: #fff;
    margin: 0px 67px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /* font-weight: 600; */
    font-size: 20px;
}
.changescene-link img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.cc{
    /* font-weight: 600; */
    font-family: 'Mulish';
    position: absolute;
    bottom: -26px;
    left: 7px;
}
.cc1{
    /* font-weight: 600; */
    font-family: 'Mulish';
    position: absolute;
    bottom: -26px;
    left: 191px;
    
}
.mySlides {display: none}
.mySlides1 {display: none}
.mySlides img {vertical-align: middle;}
.mySlides1 img {vertical-align: middle;}
/* Slideshow container */
/* .slideshow-container1 {
    max-width: 500px;
    z-index: 2;
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
} */
.slideshow-container {
    max-width: 500px;
    z-index: 2;
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-container .prev, .slideshow-container .next {
    background-color: rgba(0,0,0,0.15);
}
/* 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);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
#closemap{
    background-image: url(https://sanpham.starglobal3d.com/managements/user/modules/google_map/img/close.svg) ;
    background-repeat: no-repeat ;
    background-position: center ;
    position: absolute ;
    right: 10px ;
    top: -13px ;
    z-index: 99999 ;
    width: 30px ;
    height: 100px ;
}
#closemap1{
    background-image: url(https://sanpham.starglobal3d.com/managements/user/modules/google_map/img/close.svg) ;
    background-repeat: no-repeat ;
    background-position: center ;
    position: absolute ;
    right: 10px ;
    top: -13px ;
    z-index: 99999 ;
    width: 30px ;
    height: 100px ;
}
.pnlm-pointer-custom{
    width: unset !important;
}

