.ctr-wrap{
  /* background-color: red; */
  width: 100%;
  height: 100px;
  display: flex;
  grid-template-rows: 1fr 1fr 1fr;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 120px;
}

.ctr{
  width: 25vw;
  height: 50px;
  background-color: #ff9898;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin: 10px;
  color: #676565;
  justify-content: center;
  color: #fff;
  border: solid #ddd;
  font-size: 1em;
  font-weight: 600;
}

.ctr a{
  text-decoration: none!important;
}

  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã©â€“â€¹Ã£ÂÂÃ£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³*/
.modal-open{
  /* display: flex; */
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  /* width: 300px; */
  /* height: 50px; */
  /* font-weight: bold; */
  /* color: #fff; */
  /* background: #000; */
  /* margin: auto; */
  cursor: pointer;
  /* transform: translate(-50%,-50%); */
}
/*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å“Â¬Ã¤Â½â€œÃ£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡ + Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¥Â¤â€“Ã¥ÂÂ´Ã£ÂÂ®Ã¨Æ’Å’Ã¦â„¢Â¯Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å“Â¬Ã¤Â½â€œÃ£ÂÂ®Ã¦â€œÂ¬Ã¤Â¼Â¼Ã¨Â¦ÂÃ§Â´Â Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å“Â¬Ã¤Â½â€œÃ£ÂÂ«Ã£â‚¬Å’activeÃ£â‚¬ÂÃ£â€šÂ¯Ã£Æ’Â©Ã£â€šÂ¹Ã¤Â»ËœÃ¤Â¸Å½Ã£Ââ€”Ã£ÂÅ¸Ã¦â„¢â€šÃ£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â«*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å¾Â Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 90vw;
  /* width: 90%; */
}
/*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã©â€“â€°Ã£ÂËœÃ£â€šâ€¹Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 90px;
  right: 60px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}
/*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¥â€ â€¦Ã£ÂÂ®Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}

.panorama-viewport {
 position:static;

}

.vrtxt{
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 40px;
  width: 100%;
  padding-top: 5px;
  font-size: 1em;
  background-color: #fff;
  width: 70vw;
  margin: auto;
  right: 0;
  /* bottom: 0; */
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#page{
  overflow: hidden;
}

.panorama-viewport {
  position: relative;
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
  margin: auto;
}

.panorama-control {
	position: absolute;
	/* display: none; */
	padding: 0;
	margin: 0;
	bottom: -1px;
	left: 0;
	width: 90vw;
	height: 30px;
	background: black;
	filter: alpha(opacity=50);
	opacity: .5;
	text-align: left;
	margin: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.vr_modalimg{}

.advancedpanorama {/* height: 100vh; */}
/* SmartPhone iphone4---------------------------------------------------------------------------------------- */
@media screen and (max-width:979px) {
  .vr_modalimg{
    width: 300px;
  }

  .panorama-container {
    /* height: 100vh!important; */
}


  .ctr-wrap{
    width: 100%;
    height: 100px;
    display: flex;
    grid-template-rows: 1fr 1fr 1fr;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
}
  
  .ctr{
    width: 27vw;
    height: 50px;
    background-color: #ff9898;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 10px;
    color: #676565;
    justify-content: center;
    color: #fff;
    border: solid #ddd;
    font-size: 0.8em;
    font-weight: 400;
  }
  
  .ctr a{
    text-decoration: none!important;
  }
  
    /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã©â€“â€¹Ã£ÂÂÃ£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³*/
  .modal-open{
    /* display: flex; */
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    /* width: 300px; */
    /* height: 50px; */
    /* font-weight: bold; */
    /* color: #fff; */
    /* background: #000; */
    /* margin: auto; */
    cursor: pointer;
    /* transform: translate(-50%,-50%); */
  }
  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å“Â¬Ã¤Â½â€œÃ£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡ + Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¥Â¤â€“Ã¥ÂÂ´Ã£ÂÂ®Ã¨Æ’Å’Ã¦â„¢Â¯Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
  .modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 9999;
    top: 0;
  }
  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å“Â¬Ã¤Â½â€œÃ£ÂÂ®Ã¦â€œÂ¬Ã¤Â¼Â¼Ã¨Â¦ÂÃ§Â´Â Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
  .modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å“Â¬Ã¤Â½â€œÃ£ÂÂ«Ã£â‚¬Å’activeÃ£â‚¬ÂÃ£â€šÂ¯Ã£Æ’Â©Ã£â€šÂ¹Ã¤Â»ËœÃ¤Â¸Å½Ã£Ââ€”Ã£ÂÅ¸Ã¦â„¢â€šÃ£ÂÂ®Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â«*/
  .modal-container.active{
    opacity: 1;
    visibility: visible;
  }
  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¦Å¾Â Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
  .modal-body{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    max-width: 90vw;
    /* width: 90%; */
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
  }
  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã£â€šâ€™Ã©â€“â€°Ã£ÂËœÃ£â€šâ€¹Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
  .modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 120px;
    right: 0px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #ddd;
    cursor: pointer;
    z-index: 100;
    border: 2px solid;
    background-color: #989595;
  }
  /*Ã£Æ’Â¢Ã£Æ’Â¼Ã£Æ’â‚¬Ã£Æ’Â«Ã¥â€ â€¦Ã£ÂÂ®Ã£â€šÂ³Ã£Æ’Â³Ã£Æ’â€ Ã£Æ’Â³Ã£Æ’â€žÃ£ÂÂ®Ã¦Å’â€¡Ã¥Â®Å¡*/
  .modal-content{
    background: none;
    text-align: left;
    padding: 0;
    width: 100vw;
    height: 100vh;
  }
  
  .panorama-viewport {
   position:static;
  
  }
  
  .vrtxt{
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 0;
    padding-top: 5px;
    font-size: 0.9em;
    background-color: #fff;
    width: 100vw;
    /* margin: auto; */
    right: 0;
    /* bottom: 0; */
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  
  #page{
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
  }
  
  .panorama-viewport {
    position: relative;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #fff;
    margin: auto;
    height: 100vh!important;
  }
  
  .panorama-control {
    position: absolute;
    /* display: none; */
    padding: 0;
    margin: 0;
    bottom: 100px;
    left: 0;
    width: 100vw;
    height: 30px;
    background: black;
    filter: alpha(opacity=50);
    opacity: .5;
    text-align: left;
    margin: auto;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
  }
  

}