section.lobby.vip {
  min-height: 90vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  section.lobby.vip {
    background-position: top right;
  }
}

/*Booth*/
main.inner_page {
  margin-top: 0px;
  padding-top: 60px;
}
.blur_bg {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  main.inner_page {
    padding-top: 45px;
  }
}

.booth {
  position: relative;
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
}

.booth_inner_container {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.booth img,
.booth_inner_container img {
  width: 100%;
}
.modal-backdrop.show + .modal-backdrop {
  z-index: -1;
}

.inner_banner {
  position: relative;
}
/*hotspot*/
.hotspot_booth {
  position: absolute;
  width: 16%;
  height: 21%;
  left: 33%;
  top: 22.5%;
  /*background: red;*/
}
.hotspot_booth.c_logo {
  width: 9%;
  height: 15.2%;
  left: 45.8%;
  top: 52.5%;
}
.hotspot_booth.left {
  left: 11.3%;
  width: 14%;
  top: 45%;
  height: 19%;
}
.hotspot_booth.right {
  left: 76.28%;
  width: 13.1%;
  top: 16%;
  height: 55%;
}
.hotspot_booth.tv {
  left: 54%;
  top: 26.8%;
  height: 13.1%;
  width: 12.3%;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  16% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  16% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate1 {
  24% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  40% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate1 {
  24% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  40% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  44% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  60% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate2 {
  44% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  60% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate3 {
  64% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate3 {
  64% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate4 {
  84% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate4 {
  84% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}

/*Remove annimation*/
@-webkit-keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.hotspot_booth:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -0.666em auto auto -0.666em;
  background: #4082d8;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition:
    opacity 0.2s ease-in,
    -webkit-transform 0.1s ease-out;
  transition:
    opacity 0.2s ease-in,
    -webkit-transform 0.1s ease-out;
  transition:
    opacity 0.2s ease-in,
    transform 0.1s ease-out;
  transition:
    opacity 0.2s ease-in,
    transform 0.1s ease-out,
    -webkit-transform 0.1s ease-out;
  color: white;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  pointer-events: none;
  display: none;
}

.hotspot_booth:before {
  display: none;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 2px solid #4082d8;
  opacity: 0;
  pointer-events: none;
}
/*.hotspot:hover:before{
    -webkit-animation: pulsate 1.5s ease-out infinite;
          animation: pulsate 1.5s ease-out infinite;
}*/
.hotspot_booth:before {
  -webkit-animation: pulsate3 5s ease-out infinite;
  animation: pulsate3 5s ease-out infinite;
}
.hotspot_booth.left:before {
  -webkit-animation: pulsate 5s ease-out infinite;
  animation: pulsate 5s ease-out infinite;
}
.hotspot_booth.right:before {
  -webkit-animation: pulsate1 5s ease-out infinite;
  animation: pulsate1 5s ease-out infinite;
}

.hotspot_booth.c_logo:before {
  -webkit-animation: pulsate2 5s ease-out infinite;
  animation: pulsate2 5s ease-out infinite;
}
.hotspot_booth.tv:after,
.hotspot_booth.tv:before {
  display: none;
}

.hotspot_booth::after {
  width: 20px;
  height: 20px;
  margin: -8px auto auto -8px;
  line-height: 20px;
}
.hotspot_booth::before {
  margin: -8px auto auto -8px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 980px) {
  .hotspot_booth::after,
  .hotspot_booth::before {
    width: 12px;
    height: 12px;
    margin: -6px auto auto -5px;
  }
}

/**/
.hotspot_booth a {
  display: block;
  width: 100%;
  height: 100%;
}
/*
*/
.page_preeHeader {
  position: fixed;
  display: flex;
  top: 60px;
  left: 90px;
  width: calc(100% - 90px);
  justify-content: space-between;
  padding: 0 30px;
  z-index: 4;
}
.page_preeHeader button {
  font-size: 14px;
  letter-spacing: 0.5px;
  outline: none;
  border: 0px;
  -webkit-appearance: none;
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 30px;
}
.page_preeHeader button.prev i {
  margin-right: 5px;
}
.page_preeHeader button.next i {
  margin-left: 5px;
}
.page_preeHeader button.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.booth_logo h2 {
  padding: 15px 40px;

  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

  border: solid 1px #707070;

  background-color: #b73d3a;
  font-size: 22px;

  font-weight: 600;

  text-align: left;
  line-height: 1.7;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 980px) {
  .booth_logo h2 {
    padding: 10px 30px;
    padding: 5px 20px;
    font-size: 16px;
  }
  .page_preeHeader {
    padding: 0 15px;
  }
  .page_preeHeader button {
    font-size: 12px;
    padding: 6px 18px;
    border-radius: 8px;
    margin-top: 10px;
  }
  .exbit_nav_container {
    bottom: 1%;
  }
  .booth_inner_container {
    padding-top: 0px;
  }
}

@media (max-width: 960px) {
  .page_preeHeader {
    top: 49px;
  }
}

/*booth_option2*/
.hotspot_booth {
  text-align: center;
}
.hotspot_booth img {
  max-height: 100%;
  width: auto;
}
.booth_option2 .hotspot_booth {
  width: 14%;
  height: 18.5%;
  left: 34.34%;
  top: 34.3%;
}
.booth_option2 .hotspot_booth.right {
  left: 6.5%;
  width: 10.6%;
  top: 25.7%;
  height: 45.8%;
}
.booth_option2 .hotspot_booth.left {
  left: 64.62%;
}
.booth_option2 .hotspot_booth.tv {
  left: 52%;
  top: 37.2%;
  height: 9.6%;
  width: 9.2%;
}

.booth_option2 .hotspot_booth.c_logo {
  width: 16%;
  height: 10.2%;
  left: 67.5%;
  top: 55.6%;
}
/*option 3 */
.booth_option3 .hotspot_booth {
  width: 14%;
  height: 18.5%;
  left: 48.34%;
  top: 33%;
}
.booth_option3 .hotspot_booth.right {
  left: 6.19%;
  width: 9.5%;
  top: 29.1%;
  height: 40.8%;
}
.booth_option3 .hotspot_booth.left {
  left: 78.3%;
  top: 44.5%;
  width: 16%;
  height: 21.3%;
}
.booth_option3 .hotspot_booth.tv {
  left: 80.2%;
  top: 26.5%;
  height: 13.3%;
  width: 12.9%;
}

.booth_option3 .hotspot_booth.c_logo {
  width: 8%;
  height: 12.7%;
  left: 30%;
  top: 56.2%;
  transform: skew(-24deg);
  padding: 10px;
  padding-right: 0;
}

/*option 4 */
.booth_option4 .hotspot_booth {
  width: 13.78%;
  height: 18.1%;
  left: 53.5%;
  top: 34.5%;
}
.booth_option4 .hotspot_booth.right {
  left: 85.14%;
  width: 8.9%;
  top: 33.9%;
  height: 38%;
}
.booth_option4 .hotspot_booth.left {
  left: 25.5%;
}
.booth_option4 .hotspot_booth.tv {
  left: 41%;
  top: 38.6%;
  height: 10.8%;
  width: 10.8%;
}

.booth_option4 .hotspot_booth.c_logo {
  width: 10%;
  height: 12%;
  left: 12%;
  top: 58.2%;
  transform: skew(-24deg);
  padding: 10px;
  padding-right: 0;
}

.booth_option3 .hotspot_booth.c_logo img,
.booth_option4 .hotspot_booth.c_logo img {
  transform: skew(24deg);
}
.booth_option3 .hotspot_booth.c_logo::before,
.booth_option4 .hotspot_booth.c_logo::before {
  transform: skew(24deg);
  display: none;
}
