@import 'exhbit-nav.css';
/* Videos */
.expo_modal .modal-dialog {
  max-width: 800px;
  margin: 30px auto 0;
}

.expo_modal.body_scroll .modal-body {
  position: relative;
  padding: 10px;
  max-height: calc(100vh - 135px);
}
.expo_modal .modal-content {
  border-radius: 0px;
}
.expo_modal .modal-header {
  justify-content: center;
  border: 0px;
  padding: 1.5rem 1rem;
}
h4.modal-title {
  font-size: 1.5rem;
  padding-right: 30px;
}
.expo_modal .modal-header .close {
  line-height: 0;
  margin: 0;
  right: 7px;
}
.expo_modal .close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  font-size: 3rem;
  font-weight: normal;
  color: #000000;
  opacity: 1;
  background: #fff;
  width: 46px;
  height: 46px;
  text-stroke-width: 2.5px;
  text-stroke-color: white;
  text-stroke: 2.5px white;
  -moz-text-stroke: 2.5px white;
  -webkit-text-stroke: 2.5px white;
  line-height: 32px;
}
.expo_modal .close:hover {
  color: #646464;
}
.expo_modal .close:not(:disabled):not(.disabled):focus,
.expo_modal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
@media (max-width: 980px) {
  .expo_modal .modal-dialog {
    margin: 0px auto;
  }

  .expo_modal .close {
    right: 10px;
    top: 0;
  }
}

/* Lobby */
section.lobby,
section.helpdesk,
section.auditorium {
  min-height: 100vh;
  background-size: 100% auto;
  background-position: left top 35%;
  background-repeat: no-repeat;
}
section.lobby {
  background-position: left top;
}

/* Footer */
footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 5;
}

nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 102px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
footer.slideDown nav {
  transform: translateY(100%);
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  background: #ffffff;
  border-radius: 0;
}

nav li {
  transform: scale(0.9);
}

nav li a {
  padding: 15px 20px;
  border-radius: 7px;
  display: block;
  text-decoration: none;
  /*transition: all .4s ease-in-out;*/
  color: #000000;
  font-size: 16px;
}
nav li a:hover {
  color: #242424;
  color: #646464;
}
nav li span {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 8px;
}

nav li span svg {
  width: 30px;
}

nav li span path {
  fill: #242424;
  transition: all 0.3s ease-in-out;
}

nav li a.active *,
nav li a.active,
nav li a:hover *,
nav li a:hover {
  fill: #1c1c1c;
  text-decoration: none;
}
nav li a:hover * {
  fill: #1c1c1c;
}
nav li a.active:hover * {
  fill: #1c1c1c;
}
nav li a.active {
  /*  background: rgba(5, 208, 211, 1);
    background: -moz-linear-gradient(top, rgba(5, 208, 211, 1) 0%, rgba(0, 161, 219, 1) 51%, rgba(0, 105, 154, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5, 208, 211, 1)), color-stop(51%, rgba(0, 161, 219, 1)), color-stop(100%, rgba(0, 105, 154, 1)));
    background: -webkit-linear-gradient(top, rgba(5, 208, 211, 1) 0%, rgba(0, 161, 219, 1) 51%, rgba(0, 105, 154, 1) 100%);
    background: -o-linear-gradient(top, rgba(5, 208, 211, 1) 0%, rgba(0, 161, 219, 1) 51%, rgba(0, 105, 154, 1) 100%);
    background: -ms-linear-gradient(top, rgba(5, 208, 211, 1) 0%, rgba(0, 161, 219, 1) 51%, rgba(0, 105, 154, 1) 100%);
    background: linear-gradient(to bottom, rgba(5, 208, 211, 1) 0%, rgba(0, 161, 219, 1) 51%, rgba(0, 105, 154, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05d0d3', endColorstr='#00699a', GradientType=0);
    color: #ffffff; */
}
/*  */
span.icon {
  height: 33px;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
li.seprator {
  border-left: 1px solid #c7c7c7;
}
nav li a img {
  transition: opacity 0.4s ease-in-out;
  /*opacity: 0.5;*/
}
nav li a:hover img {
  opacity: 1;
}
.toggle {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  cursor: pointer;
  width: 80px;
  height: 30px;
  background-color: #fff;
}
.toggle::after,
.toggle::before {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  border-width: 15px 25px;
  border-color: transparent transparent #ffffff #ffffff;
  border-style: solid;
  /* pointer-events: none; */
}
.toggle::before {
  left: auto;
  right: 100%;
  border-color: transparent #ffffff #ffffff transparent;
}
.toogle span {
  position: relative;
  display: block;
  text-align: center;
}
.toggle span::after {
  position: absolute;
  content: '';
  top: calc(50% + 4px);
  border-width: 8px 7px;
  border-color: #1c1c1c transparent transparent transparent;
  border-style: solid;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  animation: bounce 1.2s infinite;
}
.slideDown .toggle span::after {
  top: calc(50% - 6px);
  border-color: transparent transparent #1c1c1c transparent;
  animation: bounceUp 0.3s infinite;
}
@keyframes bounce {
  0% {
    top: calc(50% + 2px);
    /* transform: scale(1) */
  }
  50% {
    top: calc(50% + 6px);
    /* transform: scale(0.9) */
  }
  100% {
    top: calc(50% + 2px);
    /* transform: scale(1) */
  }
}
.sidenav nav li a img {
  opacity: 1;
}
.sidenav nav li a:hover img {
  opacity: 0.5;
}
/* SideNav */
.sidenav {
  position: fixed;
  width: 100%;
  max-width: 65px;
  max-width: 50px;
  right: 0;
  bottom: 0px;
  z-index: 9;
}
.sidenav.slideDown nav {
  transform: translateX(100%);
  transform: translateX(54px);
}
.sidenav nav {
  max-height: 100vh;
}
.sidenav nav ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.sidenav .toggle {
  top: calc(50% - 15px);
  transform: rotate(-90deg);
  left: -30px;
  width: 30px;
}
.sidenav .toggle::after,
.sidenav .toggle::before {
  border-width: 15px 15px;
}
.sidenav .toggle span::after {
  transform: translate(50%, -50%);
}
.sidenav nav ul {
  padding: 10px 0 5px;
}
.sidenav nav li a {
  padding: 5px 15px;
  padding: 5px 7px 5px 10px;
}
.sidenav span.icon {
  height: 34px;
  width: 34px;
  padding: 3px;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* lobby Reception Video */
.receptionVideo {
  position: absolute;
  left: 50%;
  top: calc(50% - 138px);
  top: 37.2%;
  width: 18.9vw;
  width: 17.7vw;
  height: 0;
  transform: translate(-50%, -50%);
}
/* .receptionVideo::before {
    content: "";
    position: relative;
    padding-bottom: calc(400 / 715 * 100%);
    width: 100%;
    background: #ff000070;
    display: block;
    top: 0;
    display:none;
} */
@media screen and (min-width: 1580px) and (max-width: 1620px) {
  .receptionVideo {
    top: 36.9%;
  }
  @media screen and (max-height: 900px) {
    .receptionVideo {
      top: 37.1%;
    }
  }
}
@media screen and (min-width: 1400px) and (max-width: 1450px) {
  .receptionVideo {
    top: 40.4%;
  }
  @media screen and (max-height: 900px) {
    .receptionVideo {
      top: 37%;
    }
  }
}
@media screen and (min-width: 1340px) and (max-width: 1370px) {
  @media screen and (max-height: 1024px) {
    .receptionVideo {
      top: 40.1%;
    }
  }
  @media screen and (max-height: 900px) {
    .receptionVideo {
      top: 37.3%;
    }
  }
  @media screen and (max-height: 768px) {
    .receptionVideo {
      top: 37.6%;
    }
  }
}
@media screen and (min-width: 1240px) and (max-width: 1280px) {
  @media screen and (max-height: 800px) {
    .receptionVideo {
      top: 40.1%;
    }
  }
  @media screen and (max-height: 740px) {
    .receptionVideo {
      top: 37.1%;
    }
  }
}
@media screen and (orientation: landscape) and (min-height: 320px) {
  /*.receptionVideo {
        top: 40.1%;
    }
    @media screen and (min-height:670px) {
        .receptionVideo {
            top: 37.1%;
        }
    }
    @media screen and (min-height:375px)  {
        .receptionVideo {
            top: 37.3%;
        }
    }*/
  @media screen and (min-height: 670px) {
    .receptionVideo {
      top: 37.1%;
    }
  }
  @media screen and (min-height: 375px) {
    .receptionVideo {
      top: 37.3%;
    }
  }
}
@media screen and (orientation: landscape) and (min-height: 767px) {
  .receptionVideo {
    top: 40.1%;
  }
  @media screen and (min-height: 772px) {
    .receptionVideo {
      top: 41.1%;
    }
  }
  @media screen and (min-height: 820px) {
    .receptionVideo {
      top: 37%;
    }
  }
  @media screen and (min-height: 900px) and (max-width: 1400px) {
    .receptionVideo {
      top: 40.2%;
    }
  }
}

@media (max-width: 1170px) {
  footer nav li {
    transform: scale(0.8);
  }
  footer nav li a {
    padding: 10px 15px;
    font-size: 14px;
    /*white-space: nowrap;*/
  }
}

/* @media screen and (max-width:1440px) and (min-height:1024px) {
    .lobby{
        background-image: url('../images/lobby/1440-1174.jpg') !important;
    }
    .auditorium{
        background-image: url('../images/auditorium/1440-1174.jpg') !important;
    }
    .helpdesk{
        background-image: url('../images/helpdesk/1440-1174.jpg') !important;
    }
}
@media screen and (min-width:1024px) and (max-width:1280px) {
    @media screen and (min-height:768px) and (max-height:950px) {
        .lobby{
            background-image: url('../images/lobby/1440-1174.jpg') !important;
        }
        .auditorium{
            background-image: url('../images/auditorium/1440-1174.jpg') !important;
        }
        .helpdesk{
            background-image: url('../images/helpdesk/1440-1174.jpg') !important;
        }
    }
}
@media screen and (orientation:landscape)and (min-height: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
    @media screen and (max-height:834px) {
        .lobby{
            background-image: url('../images/lobby/1440-1174.jpg') !important;
        }
        .auditorium{
            background-image: url('../images/auditorium/1440-1174.jpg') !important;
        }
        .helpdesk{
            background-image: url('../images/helpdesk/1440-1174.jpg') !important;
        }
    }
} */
/*@media screen and (orientation:landscape)and (max-height: 340px) {
    @media screen and (max-width:520px) {
        .lobby{
            background-image: url('../images/lobby/1440-1174.jpg') !important;
        }
        .auditorium{
            background-image: url('../images/auditorium/1440-1174.jpg') !important;
        }
        .helpdesk{
            background-image: url('../images/helpdesk/1440-1174.jpg') !important;
             
        }
    }
}*/
.lobby::after,
.helpdesk::after,
.auditorium::after {
  opacity: 0;
  pointer-events: none;
  content: 'Rotate to landscape!';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  z-index: 10;
  text-align: center;
  width: 100%;
  min-width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  min-height: 100vh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
@media screen and (orientation: portrait) and (max-width: 1366px) /* and (-webkit-min-device-pixel-ratio: 1.5) */ {
  section.lobby {
    /*background-image: url('../images/lobby/1440-1174.jpg') !important;*/
    background-size: cover;
    background-position: center top;
  }

  section.auditorium {
    /*background-image: url('../images/auditorium/1440-1174.jpg') !important;*/
    background-size: cover;
    background-position: center top;
  }
  section.helpdesk {
    /*background-image: url('../images/helpdesk/1440-1174.jpg') !important;*/
    background-size: cover;
    background-position: center top;
  }
  .helpDeskVideo,
  .auditoriumVideo,
  .receptionVideo {
    opacity: 0;
  }
  .lobby::after,
  .helpdesk::after,
  .auditorium::after {
    opacity: 1;
    pointer-events: auto;
  }
}
/* helpDeskVideo */
.helpDeskVideo {
  position: absolute;
  left: 42.7%;
  width: 45.5vw;
  width: 42.5vw;
  min-height: 30vw;
  transform: translate(-50%, 50%);
  bottom: 52%;
}
.helpdesk_nav {
  display: flex;
  align-items: flex-end;
  padding: 0 10%;
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.helpdesk_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.helpdesk_nav ul li {
  text-align: center;
}
.helpdesk_nav ul li:nth-child(2) {
  margin-right: 20%;
}
.helpdesk_nav ul li:last-child {
  margin-bottom: -50px;
  margin-right: 5%;
}
.helpdesk_nav ul li a {
  color: #000000;
  text-decoration: none !important;
}
.helpdesk_nav ul li .descicon {
  display: block;
  margin-bottom: 6px;
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(0 0 0 / 26%);
  overflow: hidden;
}
.helpdesk_nav ul li .descicon span {
  background: #000;
  border: 2px solid #ffffff;
  padding: 3px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  line-height: 28px;
}
.descicon img {
  max-height: 20px;
}
.videoFrame {
  position: absolute;
  top: 13%;
  left: 50.6%;
  width: 51.4%;
  z-index: 2;
  transform: translateX(-50%);
  cursor: pointer;
}
.videoFrame img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  .helpdesk_nav ul li .descicon {
    margin-bottom: 0px;
    /* padding: 6px;
        width: 50px;
        height: 50px; */
  }
  .helpdesk_nav ul li {
    transform: scale(0.9);
    transform: scale(0.7);
  }
}
@media screen and (orientation: landscape) and (min-height: 320px) {
  @media screen and (min-width: 1270px) and (max-width: 1280px) {
    @media screen and (min-height: 670px) {
      .videoFrame {
        top: 11%;
      }
    }
    @media screen and (min-height: 730px) {
      .videoFrame {
        top: 9%;
      }
    }
  }
  @media screen and (max-height: 600px) {
    .helpdesk_nav {
      bottom: 20px;
    }
    .videoFrame {
      top: 7.3%;
    }
    @media screen and (max-width: 960px) {
      .videoFrame {
        top: 6%;
      }
    }
    @media screen and (min-width: 1270px) and (max-width: 1280px) {
      .videoFrame {
        top: 14.2%;
      }
    }
  }

  @media screen and (max-height: 414px) {
    .videoFrame {
      top: 9%;
    }
    .helpdesk_nav {
      bottom: 5px;
    }
    @media screen and (min-height: 380px) and (max-height: 400px) {
      .videoFrame {
        top: 12%;
      }
    }
    @media screen and (min-width: 639px) and (max-width: 640px) {
      @media screen and (min-height: 380px) and (max-height: 385px) {
        .videoFrame {
          top: 8.5%;
        }
      }
    }
  }

  @media screen and (min-width: 823px) and (max-height: 411px) {
    .videoFrame {
      top: 11%;
    }
  }
  @media screen and (min-width: 812px) and (max-height: 375px) {
    .videoFrame {
      top: 13%;
    }
  }
  @media screen and (max-height: 320px) {
    .helpdesk_nav ul li {
      transform: scale(0.7);
    }
  }
}

@media screen and (orientation: landscape) and (min-height: 768px) {
  @media screen and (max-height: 834px) {
    .helpdesk_nav {
      bottom: 20px;
    }
    .videoFrame {
      top: 15%;
    }
  }
  @media screen and (max-width: 1112px) and (max-height: 834px) {
    .videoFrame {
      top: 10%;
    }
  }

  @media screen and (max-height: 768px) {
    .videoFrame {
      top: 9.5%;
    }
  }
}
@media screen and (min-width: 1366px) {
  @media screen and (max-height: 1024px) {
    .helpdesk_nav {
      bottom: 45px;
    }
    .videoFrame {
      top: 9.5%;
    }
  }

  @media screen and (max-height: 768px) {
    .helpdesk_nav {
      bottom: 10px;
    }
    .videoFrame {
      top: 17%;
    }

    @media screen and (min-height: 690px) {
      .videoFrame {
        top: 11%;
      }
    }
    @media screen and (min-height: 760px) {
      .videoFrame {
        top: 9%;
      }
    }
  }

  @media screen and (max-height: 660px) {
    .helpdesk_nav {
      bottom: 30px;
    }
    .videoFrame {
      top: 13%;
    }
  }
}
@media screen and (orientation: landscape) and (min-height: 768px) {
  @media screen and (max-width: 1280px) and (min-height: 720px) {
    .videoFrame {
      top: 15%;
    }
    .helpdesk_nav {
      bottom: 30px;
    }
  }
  @media screen and (max-width: 1280px) and (min-height: 900px) {
    .videoFrame {
      top: 10%;
    }
  }
  @media screen and (max-width: 1024px) and (min-height: 720px) {
    .videoFrame {
      top: 9.5%;
    }
  }
  @media screen and (max-width: 1115px) and (min-height: 834px) {
    .videoFrame {
      top: 9.5%;
    }
    .helpdesk_nav {
      bottom: 30px;
    }
  }
}
@media screen and (min-width: 1440px) {
  @media screen and (max-height: 1024px) {
    .helpdesk_nav {
      bottom: 40px;
    }
    .videoFrame {
      top: 11%;
    }
  }
  @media screen and (max-height: 900px) {
    .helpdesk_nav {
      bottom: 60px;
    }
    .videoFrame {
      top: 6%;
    }
  }
  @media screen and (max-height: 736px) {
    .helpdesk_nav {
      bottom: 40px;
    }
    .videoFrame {
      top: 11%;
    }
  }
}
@media screen and (min-width: 1600px) {
  @media screen and (max-height: 1080px) {
    .helpdesk_nav {
      bottom: 80px;
    }
    .helpdesk_nav ul li:last-child {
      margin-right: 6%;
    }
    .helpdesk_nav ul li:nth-child(2) {
      margin-right: 18%;
    }
    .videoFrame {
      top: 5%;
    }
  }
  @media screen and (max-height: 1080px) {
    .videoFrame {
      top: 10%;
    }
  }
  @media screen and (max-height: 900px) {
    .helpdesk_nav {
      bottom: 60px;
    }
    .videoFrame {
      top: 9%;
    }
  }
  @media screen and (max-height: 736px) {
    .helpdesk_nav {
      bottom: 40px;
    }
    .videoFrame {
      top: 13%;
    }
  }
}
@media screen and (min-width: 1900px) {
  @media screen and (min-height: 1080px) {
    .helpdesk_nav {
      bottom: 90px;
    }
    .helpdesk_nav ul li:last-child {
      margin-bottom: -85px;
      margin-right: 7%;
    }
    .helpdesk_nav ul li:nth-child(2) {
      margin-right: 17%;
    }
    .videoFrame {
      top: 9%;
    }
  }
  @media screen and (min-height: 1200px) {
    .helpdesk_nav {
      bottom: 105px;
    }
    .videoFrame {
      top: 6%;
    }
  }
}

/* helpDeskVideo */
.auditoriumVideo {
  position: absolute;
  left: 30%;
  width: 39.4vw;
  width: 36.8vw;
  top: 21.5%;
}
.auditoriumVideoFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.auditoriumVideoFrame .embed-responsive {
  /* background: #ff00008c; */
}
@media (max-width: 1680px) {
  .auditoriumVideo {
    top: 22.9%;
  }
}
@media (max-width: 1600px) {
  .auditoriumVideo {
    top: 21.7%;
  }
}
@media screen and (max-width: 1440px) and (max-height: 1024px) {
  .auditoriumVideo {
    top: 27.9%;
  }
}
@media screen and (max-width: 1440px) and (max-height: 900px) {
  .auditoriumVideo {
    top: 22.9%;
  }
}
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  .auditoriumVideo {
    top: 28.4%;
  }
  @media screen and (max-height: 960px) {
    .auditoriumVideo {
      top: 24.4%;
    }
  }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
  .auditoriumVideo {
    top: 21.6%;
  }
}
@media screen and (max-width: 1366px) and (max-height: 700px) {
  .auditoriumVideo {
    top: 19.6%;
  }
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
  .auditoriumVideo {
    top: 22.9%;
  }
  @media screen and (max-height: 740px) {
    .auditoriumVideo {
      top: 21.9%;
    }
  }
}
@media screen and (orientation: landscape) and (min-height: 320px) {
  @media screen and (min-height: 740px) and (max-height: 768px) {
    .auditoriumVideo {
      top: 24.9%;
    }
    .auditoriumVideo {
      top: 28.3%;
    }
  }
  @media screen and (min-height: 560px) and (max-height: 600px) {
    .auditoriumVideo {
      top: 23%;
    }
  }
  @media screen and (min-width: 1024px) and (max-height: 600px) {
    .auditoriumVideo {
      top: 22%;
    }
  }
  @media screen and (max-height: 414px) {
  }
  @media screen and (min-width: 823px) and (max-height: 411px) {
    .auditoriumVideo {
      top: 19.8%;
    }
  }
  @media screen and (min-height: 380px) and (max-height: 400px) {
    .auditoriumVideo {
      top: 19.9%;
    }
  }
  @media screen and (min-width: 812px) and (max-height: 375px) {
    .auditoriumVideo {
      top: 18.7%;
    }
  }
  @media screen and (min-width: 740px) and (max-height: 360px) {
    .auditoriumVideo {
      top: 19.5%;
    }
  }
  @media screen and (max-height: 320px) {
  }
}

@media screen and (orientation: landscape) and (min-height: 768px) {
  @media screen and (max-width: 1112px) and (max-height: 834px) {
    .auditoriumVideo {
      top: 28.4%;
    }
  }
  @media screen and (max-height: 768px) {
  }
}
/* Agenda */
#Agenda .card-columns {
  padding-bottom: 15px;
}
#Agenda .card-columns .card {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border: 0px;
  margin-bottom: 1.2rem;
}
#Agenda .card-body {
  padding: 0px;
  padding-top: 1.25rem;
}
#Agenda.expo_modal .modal-body {
  padding: 10px 20px;
}
@media screen and (max-width: 1250px) {
  .expo_modal.body_scroll .modal-body {
    max-height: calc(100vh - 86px);
  }
}
.modal .custom-btn.hoverd {
}
.modal .custom-btn.hoverd:hover {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 103, 147, 1);
  background: linear-gradient(to right, rgba(0, 103, 147, 1) 0%, rgba(0, 103, 147, 1) 64%, rgba(0, 103, 147, 1) 100%);
  border-color: rgba(0, 103, 147, 1);
  border-image-source: none;
  animation: fillbgColor 0.5s forwards;
}
@keyframes fillbgColor {
  to {
    background: linear-gradient(to right, rgba(0, 103, 147, 1) 0%, rgba(0, 103, 147, 1) 64%, rgba(0, 103, 147, 1) 100%);
  }
}
.expo_modal.body_scroll .modal-header .close span {
  font-size: 3rem;
}
.expo_modal.body_scroll .modal-header .close span::after,
.expo_modal.body_scroll .modal-header .close span::before {
  display: none;
}
/* Chat Window */
#chatWindow .modal-body {
  /* padding: 0; */
}
#chatWindow iframe,
#feedbackModal iframe {
  width: 100%;
  height: 600px;
  max-height: calc(100vh - 90px);
}

@media screen and (max-height: 600px) {
  #chatWindow iframe,
  #feedbackModal iframe {
    max-height: calc(100vh - 40px);
  }
}
#chatWindow iframe html,
#feedbackModal iframe html {
  overflow: hidden;
}
/*Side Chat */
.side-chatWindow {
  position: fixed;
  right: 0;
  top: 5%;
  top: 75px;
  height: calc(100% - 25%);
  height: calc(100% - 8%);
  height: calc(100% - 75px);
  z-index: 20;
  z-index: 5;
  transform: translateX(320px);
  transform: translateX(calc(100% - 45px));
  transition: transform 0.4s ease;
}
.side-chatWindow.show {
  transform: translateX(0px);
}
.side-chatWindow-inner,
.side-chatWindow-inner .form-container {
  height: 100%;
}

.side-chatWindow-inner iframe {
  height: 100%;
  width: calc(100vw - 40px);
  max-width: 320px;
  background: white;
}
.side-chatWindow-inner {
  display: flex;
  flex-wrap: nowrap;
}
.side-chatWindow-inner > a {
  background: #ffffff;
  height: 60px;
  width: 45px;
  text-align: center;
  font-size: 13px;
  color: #000;
  padding: 10px 6px;
  border-right: 1px solid rgb(0 0 0 / 10%);
  text-decoration: none !important;
}
.side-chatWindow-inner span.descicon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-chatWindow-inner .arrow {
  position: absolute;
  width: 10px;
  height: 15px;
  background: white;
  right: 100%;
  top: 22.5px;
  transition: transform 0.3s ease;
}
.show .side-chatWindow-inner .arrow {
  right: calc(100% - 30px);
  z-index: -1;
}

.side-chatWindow-inner .arrow:after,
.side-chatWindow-inner .arrow:before {
  /* pointer-events: none; */

  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border-width: 10px 7px;
  border-color: #ffffff #ffffff transparent transparent;
  border-style: solid;
}
.side-chatWindow-inner .arrow:before {
  border-color: transparent #ffffff #ffffff transparent;
  top: auto;
  bottom: 100%;
}
.side-chatWindow-inner .arrow span:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0px;
  border-width: 4px 5px;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
}
.side-chatWindow-inner span.descicon span {
  margin-bottom: 3px;
}
.side-chatWindow-inner .descicon img {
  max-height: 18px;
}

@media (max-width: 767px) {
  nav ul {
    max-width: 100vw;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .side-chatWindow {
    top: 50px;
    height: calc(100% - 50px);
  }
}
/*Lobby*/
.hall-modal header {
  height: 40px;
  text-align: center;
}
.hall-modal header img {
  max-height: 100%;
}
aside .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00a7e5;
  border-color: #00a7e5;
  background: transparent linear-gradient(255deg, #00d2d9 0%, #00a7e5 52%, #00628e 100%) 0% 0% no-repeat padding-box;
  border-image-source: -webkit-linear-gradient(
    left,
    rgba(0, 103, 147, 1) 0%,
    rgba(0, 167, 228, 1) 64%,
    rgba(0, 210, 217, 1) 100%
  );
  border-image-source: -o-linear-gradient(
    left,
    rgba(0, 103, 147, 1) 0%,
    rgba(0, 167, 228, 1) 64%,
    rgba(0, 210, 217, 1) 100%
  );
  border-image-source: -ms-linear-gradient(
    left,
    rgba(0, 103, 147, 1) 0%,
    rgba(0, 167, 228, 1) 64%,
    rgba(0, 210, 217, 1) 100%
  );
  border-image-source: linear-gradient(
    to right,
    rgba(0, 103, 147, 1) 0%,
    rgba(0, 167, 228, 1) 64%,
    rgba(0, 210, 217, 1) 100%
  );
  border-image-slice: 1;
  border-width: 0px;
}
.side-nav {
  padding-right: 0;
}
.side-nav .list-group {
  padding-right: 10px;
  border-radius: 0;
}
.side-nav .list-group-item {
  padding: 0.5rem 1.25rem;
  font-size: 15px;
}
.hall-modal .scroll_section {
  max-height: 80vh;
}
.hall-modal .side-nav .scroll_section {
  max-height: calc(80vh - 40px);
}
.hall-modal .content .scroll_section .card-columns,
.card-flex {
  box-shadow: 0px 0px 10px inset rgb(0 0 0 / 10%);
  padding: 0.75rem 0.75rem 0;
  display: flex;
  flex-wrap: wrap;
}
.hall-modal .card-columns .card,
.card-flex .card {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border: 1px solid rgb(0 0 0 / 2%);
  border-radius: 0;
  width: calc(33.33% - 12px);
  padding-bottom: 40px;
}
.card-flex .card {
  width: calc(33.33% - 14px) !important;
}
.hall-modal .card-columns .card .card-body {
  padding: 0;
  margin-top: 0.75rem;
}
.hall-modal .card-columns .card .card-body p {
  font-size: 13px;
}
.side-nav header {
  margin-bottom: 40px;
}
.content header {
  height: 60px;
  text-align: left;

  text-align: right;
  right: 35px;
  position: relative;
}
.content header button {
  min-width: 160px;
  box-shadow: none;
}
@media screen /*and (orientation: landscape) */ and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .content header button {
    display: none;
  }
  .content header {
    height: 40px;
  }
}
.modal.hall-modal .custom-btn.hoverd,
.card-flex .card .custom-btn {
  line-height: 1.5;
  font-size: 14px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.modal.hall-modal .card-columns {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media (max-width: 990px) {
  .hall-modal .card-columns .card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.scroll_section > .scroll-element,
.scroll_section > .scroll-element div,
.exbit_nav_v_scroll > .scroll-element,
.exbit_nav_v_scroll > .scroll-element div,
.sidenav-fix .nav-inner > .scroll-element,
.sidenav-fix .nav-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scroll_section > .scroll-element div,
.exbit_nav_v_scroll > .scroll-element div,
.sidenav-fix .nav-inner .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scroll_section > .scroll-element.scroll-x,
.exbit_nav_v_scroll > .scroll-element.scroll-x,
.sidenav-fix .nav-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 6px;
  left: 0;
  width: 100%;
}

.scroll_section > .scroll-element.scroll-y,
.sidenav-fix .nav-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 6px;
}

.scroll_section > .scroll-element .scroll-element_outer,
.exbit_nav_v_scroll > .scroll-element .scroll-element_outer,
.sidenav-fix .nav-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll_section > .scroll-element .scroll-element_outer,
.scroll_section > .scroll-element .scroll-element_track,
.scroll_section > .scroll-element .scroll-bar,
.exbit_nav_v_scroll > .scroll-element .scroll-element_outer,
.exbit_nav_v_scroll > .scroll-element .scroll-element_track,
.exbit_nav_v_scroll > .scroll-element .scroll-bar,
.sidenav-fix .nav-inner > .scroll-element .scroll-element_outer,
.sidenav-fix .nav-inner > .scroll-element .scroll-element_track,
.sidenav-fix .nav-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.scroll_section > .scroll-element .scroll-element_track,
.scroll_section > .scroll-element .scroll-bar,
.exbit_nav_v_scroll > .scroll-element .scroll-element_track,
.exbit_nav_v_scroll > .scroll-element .scroll-bar,
.sidenav-fix .nav-inner > .scroll-element .scroll-element_track,
.sidenav-fix .nav-inner > .scroll-element .scroll-bar {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scroll_section > .scroll-element .scroll-element_track,
.exbit_nav_v_scroll > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.sidenav-fix .nav-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scroll_section > .scroll-element .scroll-bar,
.exbit_nav_v_scroll > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.sidenav-fix .nav-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scroll_section > .scroll-element:hover .scroll-bar,
.exbit_nav_v_scroll > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.sidenav-fix .nav-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scroll_section > .scroll-element.scroll-draggable .scroll-bar,
.exbit_nav_v_scroll > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.sidenav-fix .nav-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scroll_section > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.exbit_nav_v_scroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.sidenav-fix .nav-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scroll_section > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.exbit_nav_v_scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.sidenav-fix .nav-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scroll_section > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.exbit_nav_v_scroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.sidenav-fix .nav-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scroll_section > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.exbit_nav_v_scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.sidenav-fix .nav-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*HaLL*/
.brochure-modal .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 0;
  padding-left: 0;
}
.brochure-modal .card-body {
  padding-left: 0;
  padding-bottom: 0;
}
.brochure-modal .custom-btn.active {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  box-shadow: none;
}
.custom-btn.gray {
  width: 100%;
  border-image-source: none;
  border-image-slice: 1;
  border-width: 0px;
  background: #ebebeb;
  color: #00aae4;
  box-shadow: none;
}
.hall-modal.brochure-modal .scroll_section {
  height: auto;
  max-height: 80vh;
}
.carousel-control-next {
  justify-content: flex-end;
}
.carousel-control-prev {
  justify-content: flex-start;
}
span.slide_btn {
  background: white;
  width: 40px;
  height: 80px;
  line-height: 80px;
  display: flex;
  align-items: center;
}
.slide_btn span.carousel-control-next-icon:after,
.slide_btn span.carousel-control-prev-icon:after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 22px;
  height: 22px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  right: 13px;
}
.slide_btn span.carousel-control-prev-icon:after {
  transform: rotate(-135deg);
  right: auto;
  left: 13px;
}
@media (min-width: 576px) {
  .VisitingCard-modal .modal-dialog {
    max-width: 580px;
  }
}
.modalbtn-group {
  display: block;
  text-align: right;
}
.download-btn.custom-btn.active {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  box-shadow: none;
  margin-left: 10px;
}
.modalbtn-group .custom-btn {
  display: inline-block;
  width: auto;
  max-width: 210px;
  width: 100%;
}
.custom-btn img {
  max-width: 18px;
}
.small-header .modal-header {
  box-shadow: none;
  padding: 25px 30px;
}
.small-header .modal-header .modal-title {
  width: 100%;
}
.small-header form {
  text-align: center;
}
.small-header form .form-group {
  text-align: left;
}
.small-header .custom-btn {
  margin: 5px auto;
  min-width: 160px;
  font-size: 14px;
  box-shadow: none;
}
.companyInfo .modal-body {
  padding-top: 0;
}
.brochure-modal.companyInfo .card {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 0;
}
.companyInfo p {
  font-size: 15px;
}
.brochure-modal.companyInfo .btn {
  line-height: 1.8;
  min-width: 200px;
}
/**/
@media screen and (max-height: 400px) {
  .full-height-mobile.modal {
    overflow-y: scroll;
  }
  .full-height-mobile.modal p,
  .full-height-mobile.modal .custom-btn,
  .full-height-mobile.modal {
    font-size: 90% !important;
  }
}
/*Social*/

ul.social-network {
  list-style: none;
  display: inline-block;
  margin-left: 0 !important;
  padding: 0;
  margin-bottom: 35px;
  margin-top: 30px;
}
ul.social-network li {
  display: inline;
  margin: 0 2px;
}
/**/
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 34px;
  height: 34px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.26);
}
.social-circle li img {
  margin: 0;
  line-height: 50px;
  text-align: center;
}

.social-circle li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms--transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle img {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* New video Possition */
.receptionVideo {
  top: 35.8%;
  width: 19vw;
}
.videoFrame {
  top: 0;
  width: 24vw;
}
.auditoriumVideo {
  top: 36.6%;
  width: 60vw;
  left: 18.8%;
}
section.auditorium {
  background-position: left top 35px;
}
.receptionVideo::before,
.videoFrame::before,
.auditoriumVideoFrame::before {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.receptionVideo > div,
.videoFrame > div,
.auditoriumVideoFrame > div {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 7px;
}
.videoFrame > div {
  padding: 10px;
}
.auditoriumVideoFrame > div {
  padding: 15px;
}

@media screen and (min-width: 1920px) {
  .helpDeskVideo {
    min-height: 28vw;
    min-height: 510px;
    bottom: 51%;
    width: 43vw;
  }
  @media screen and (min-height: 1100px) and (max-height: 1200px) {
    .auditoriumVideo {
      top: 32.6%;
    }
  }
  @media screen and (min-height: 1100px) {
    section.lobby {
      background-position: center;
      min-height: 100vh;
      background-size: cover;
    }
  }
  @media screen and (max-height: 1080px) {
    .receptionVideo {
      top: 37%;
    }
  }
  @media screen and (max-height: 1050px) {
    .receptionVideo {
      top: 38%;
    }
  }
  @media screen and (max-height: 1020px) {
    .receptionVideo {
      top: 38.5%;
    }
  }
  @media screen and (max-height: 990px) {
    .receptionVideo {
      top: 39.2%;
    }
  }
}
@media screen and (min-width: 2200px) {
  .helpDeskVideo {
    min-height: 40vh;
  }
  .auditoriumVideo {
    width: 61vw;
  }
}
@media screen and (min-width: 2550px) {
  @media screen and (min-height: 1550px) {
    .auditoriumVideo {
      top: 32.6%;
    }
  }
}
@media screen and (min-width: 1580px) and (max-width: 1700px) {
  .auditoriumVideo {
    top: 33%;
    width: 59.4vw;
    left: 18.8%;
  }
  .helpDeskVideo {
    min-height: 460px;
  }
  @media screen and (max-height: 1050px) {
    .receptionVideo {
      top: 34.8%;
    }
  }
  @media screen and (max-height: 1020px) {
    .receptionVideo {
      top: 36%;
    }
  }
  @media screen and (max-height: 990px) {
    .receptionVideo {
      top: 35.8%;
    }
  }
  @media screen and (max-height: 900px) {
    .receptionVideo {
      top: 36.8%;
    }
    .auditoriumVideo {
      top: 37%;
    }
  }
  @media screen and (max-height: 880px) {
    .receptionVideo {
      top: 38%;
    }
  }
}
@media screen and (min-width: 1390px) and (max-width: 1460px) {
  .auditoriumVideo {
    top: 41%;
    width: 59vw;
  }
  .helpDeskVideo {
    min-height: 380px;
  }
  @media screen and (max-height: 1024px) {
    .receptionVideo {
      top: 39.8%;
    }
  }
  @media screen and (max-height: 900px) {
    .receptionVideo {
      top: 35%;
    }
    .auditoriumVideo {
      top: 33.5%;
    }
  }
  @media screen and (max-height: 850px) {
    .receptionVideo {
      top: 36%;
    }
    .auditoriumVideo {
      top: 36.5%;
    }
  }
}
@media screen and (min-width: 1290px) and (max-width: 1370px) {
  .auditoriumVideo {
    top: 38.7%;
    width: 58.7vw;
  }
  .helpDeskVideo {
    min-height: 330px;
    bottom: 54%;
  }
  @media screen and (max-height: 768px) {
    .receptionVideo {
      top: 36.5%;
    }
    .helpDeskVideo {
      bottom: 50%;
    }
    .auditoriumVideo {
      top: 37.5%;
    }
  }
  @media screen and (max-height: 740px) {
    .receptionVideo {
      top: 40%;
    }
    section.auditorium {
      background-position: left top 0px;
    }
    .auditoriumVideo {
      top: 41.5%;
      width: 45vw;
      left: 27%;
    }
  }
  @media screen and (max-height: 640px) {
    .helpDeskVideo {
      min-height: 340px;
      bottom: 50%;
    }
  }
}
@media screen and (min-width: 1170px) and (max-width: 1280px) {
  section.auditorium {
    background-position: left top 0;
  }
  .auditoriumVideo {
    top: 43.7%;
    width: 56.5vw;
    left: 19.8%;
  }
  @media screen and (max-height: 950px) and (min-height: 830px) {
    .auditoriumVideo {
      top: 37%;
    }
  }
  @media screen and (max-height: 950px) {
    .receptionVideo {
      top: 36.7%;
    }
  }
  @media screen and (max-height: 800px) {
    .receptionVideo {
      top: 42.5%;
    }
  }
  @media screen and (max-height: 740px) {
    .receptionVideo {
      top: 37%;
    }
    .auditoriumVideo {
      width: 57vw;
      left: 19.5%;
      top: 33%;
    }
  }
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  .auditoriumVideo {
    top: 39.3%;
    width: 57.3vw;
  }
  @media screen and (max-height: 768px) {
    .receptionVideo {
      top: 37.5%;
    }
  }
  @media screen and (max-height: 710px) {
    .receptionVideo {
      top: 33%;
    }
    .auditoriumVideo {
      top: 31.3%;
    }
  }
  @media screen and (max-height: 600px) {
    .receptionVideo {
      top: 35%;
    }
    .auditoriumVideo {
      top: 36.3%;
    }
  }
}
@media screen and (min-width: 960px) and (max-width: 980px) {
  .auditoriumVideo {
    top: 34%;
    width: 57vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .videoFrame > div {
    padding: 7px;
  }
  .videoFrame {
    width: 23vw;
  }
  @media screen and (min-width: 1365px) {
    /*.helpdesk_nav {
            padding-right: 13%;
        }*/
  }
  @media screen and (min-height: 700px) {
    .receptionVideo {
      top: 38%;
    }
    .helpDeskVideo {
      min-height: 335px;
      bottom: 51%;
    }
  }
  @media screen and (min-height: 800px) {
    .receptionVideo {
      top: 42%;
    }
  }
  @media screen and (max-width: 1112px) and (min-height: 834px) {
    .receptionVideo {
      top: 39%;
    }
    .helpDeskVideo {
      min-height: 300px;
    }
    .auditoriumVideo {
      top: 38.8%;
      width: 57.8vw;
    }
  }
  @media screen and (min-width: 1100px) and (max-width: 1112px) {
    .receptionVideo {
      width: 18vw;
    }
  }
  @media screen and (min-width: 1275px) and (max-width: 1281px) {
    .receptionVideo {
      top: 43%;
    }
    @media screen and (min-height: 700px) {
      .receptionVideo {
        top: 38%;
      }
    }
  }
  @media screen and (min-height: 910px) {
    .receptionVideo {
      top: 39%;
    }
    .helpDeskVideo {
      min-height: 375px;
      bottom: 52%;
    }
  }
}
@media screen and (max-width: 1025px) {
  .helpDeskVideo {
    min-height: 275px;
  }
  .auditoriumVideoFrame > div {
    padding: 8px;
  }
}
@media screen and (max-width: 960px) {
  section.lobby {
    background-position: left top 30px;
  }
  .receptionVideo {
    width: 17vw;
  }

  .inner_header .logo {
    max-width: 200px;
    padding: 10px 0;
  }
  section.helpdesk {
    background-size: cover;
    background-position: center;
  }
  .helpDeskVideo {
    min-height: 185px;
  }
  .videoFrame {
    width: 22vw;
  }
  .videoFrame > div {
    padding: 5px;
  }

  @media screen and (min-width: 560px) and (max-height: 360px) {
    .receptionVideo {
      top: 42%;
    }
    .helpdesk_nav {
      bottom: 5px;
      max-width: 190px;
    }
    .helpDeskVideo {
      min-height: 170px;
    }
    .auditoriumVideo {
      top: 39.6%;
      width: 54vw;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 640px) {
    @media screen and (min-height: 380px) {
      .auditoriumVideo {
        width: 54vw;
      }
    }
  }
  @media screen and (min-width: 660px) and (max-height: 414px) {
    .receptionVideo {
      top: 42%;
    }
    .auditoriumVideo {
      top: 38.6%;
      width: 55.3vw;
    }
    .auditoriumVideo {
      top: 45.6%;
      width: 42.3vw;
      left: 27%;
    }
  }
  @media screen and (min-width: 740px) and (max-height: 360px) {
    .receptionVideo {
      top: 49%;
    }
  }
  @media screen and (min-width: 800px) and (max-height: 375px) {
    .receptionVideo {
      top: 52%;
    }
  }
  @media screen and (min-width: 823px) and (max-height: 411px) {
    .receptionVideo {
      top: 48%;
    }
  }
  @media screen and (min-width: 896px) and (max-height: 414px) {
    .helpDeskVideo {
      min-height: 220px;
      bottom: 54%;
    }
    section.auditorium {
      background-position: left top 0px;
    }
    .auditoriumVideo {
      top: 42.6%;
      width: 40.3vw;
      left: 29%;
    }
  }
  @media screen and (min-width: 960px) and (max-height: 600px) {
    .receptionVideo {
      top: 39%;
    }
    .helpDeskVideo {
      min-height: 255px;
    }
  }
  @media screen and (min-width: 896px) and (max-height: 415px) {
    .receptionVideo {
      top: 52%;
    }
  }
  /*  @media screen and (max-height: 414px){
        .receptionVideo {
            top: 43%;
        }
    } */
}

main.auditorium_container {
  height: calc(100vh - 55px);
  margin-top: 55px;
}
section.auditorium {
  background-position: top center;
  background-size: auto 100%;
  min-height: calc(100vh - 55px);
}
.auditoriumVideo {
  top: 28%;
  width: 45.5vw;
  left: calc(50% - 0.45vw);
  transform: translateX(-50%);
}
.auditoriumVideoFrame > div {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  main.auditorium_container {
    height: calc(100vh - 50px);
    margin-top: 50px;
  }
  section.auditorium {
    min-height: calc(100vh - 50px);
  }
  .auditoriumVideoFrame > div {
    padding: 7px;
  }
}
@media screen and (min-width: 320px) and (max-width: 990px) {
  .auditoriumVideo {
    top: 28%;
    width: 82vh;
  }
  @media screen and (max-height: 530px) {
    .auditoriumVideo {
      top: 24.4%;
      width: 95vh;
    }
  }
  @media screen and (max-height: 414px) {
    .auditoriumVideo {
      width: 91vh;
    }
  }
  @media screen and (max-height: 375px) {
    .auditoriumVideo {
      width: 90vh;
    }
  }
  @media screen and (max-height: 320px) {
    .auditoriumVideo {
      width: 87vh;
    }
  }
  @media screen and (min-width: 890px) and (max-width: 896px) {
    .auditoriumVideo {
      width: 93vh;
      top: 26.6%;
    }
  }
}
@media screen and (min-width: 992px) and (max-width: 1190px) {
  .auditoriumVideo {
    top: 33.6%;
    width: 63vh;
  }
  @media screen and (max-height: 720px) {
    .auditoriumVideo {
      top: 28%;
      width: 83.6vh;
      left: calc(50% - 0.45vw);
    }
  }
  @media screen and (max-height: 600px) {
    .auditoriumVideo {
      width: 82.3vh;
      left: calc(50% - 0.4vw);
    }
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .auditoriumVideo {
    width: 83.5vh;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1280px) {
  @media screen and (max-height: 650px) {
    .auditoriumVideo {
      width: 98vh;
      top: 26.3%;
    }
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .auditoriumVideo {
    width: 97.5vh;
    top: 24.3%;
  }
  @media screen and (max-height: 680px) {
    .auditoriumVideo {
      top: 26.3%;
      width: 98.5vh;
    }
  }
  @media screen and (min-height: 950px) {
    .auditoriumVideo {
      width: 63.5vh;
      top: 33.5%;
    }
  }
}
@media screen and (min-width: 1400px) {
  .auditoriumVideo {
    width: 85vh;
    left: calc(50% - 0.5vw);
  }
  @media screen and (max-height: 1000px) {
    .auditoriumVideo {
      width: 84.5vh;
    }
  }
}

@media screen and (min-width: 1500px) {
  .auditoriumVideo {
    width: 84vh;
  }
}
@media screen and (min-width: 1620px) {
  .auditoriumVideo {
    width: 85.2vh;
  }
  @media screen and (max-height: 1000px) {
    .auditoriumVideo {
      width: 50vw;
    }
  }
}
@media screen and (min-width: 1690px) {
  .auditoriumVideo {
    width: 48vw;
  }
  @media screen and (min-height: 1100px) {
    .auditoriumVideo {
      width: 53.5vw;
    }
  }
  @media screen and (max-height: 1050px) {
    .auditoriumVideo {
      width: 46.5vw;
    }
  }
}

/**/
#AgendaDetails.modal,
#confirmDelete.modal {
  z-index: 1055;
}
.modal-backdrop + .modal-backdrop {
  /*z-index: 1051;*/
}
.lg-modal .modal-dialog,
.lg-modal .modal-dialog {
  max-width: 1100px;
}

.tableLayout.modal .custom-btn.orange {
  background: transparent;
  color: #c22500;
  border: 2px solid #d74000;
  box-shadow: none;
}
#brochures .custom-btn,
.tableLayout .custom-btn {
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
#brochures .custom-btn img {
  max-width: 16px;
  padding-left:;
  margin-left: 15px;
}
#brochures .table td,
#brochures .table th,
.tableLayout .table td,
.tableLayout .table th {
  padding: 7px 15px;
  border-top: 2px solid #fff;
  background: #f6f6f6;
  vertical-align: middle;
}
.tableLayout .table td:not(.action_cell) {
  min-width: 200px;
}
.tableLayout .table td.date_cell {
  min-width: 75px !important;
}
.action_cell .btn {
  line-height: 1.7;
}
#brochures .table,
.tableLayout .table {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#brochures .table tbody,
.tableLayout .table tbody {
  display: inline-block;
  text-align: left;
}
#brochures.expo_modal .modal-header,
.tableLayout.expo_modal .modal-header {
  box-shadow: none;
}
.expo_modal .modal-header {
  padding: 1rem;
}
@media screen and (max-width: 1250px) {
  .expo_modal.body_scroll .modal-body {
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 768px) {
  #brochures .modal-body.scroll-content,
  #brochures td .custom-btn,
  .tableLayout .modal-body.scroll-content,
  .tableLayout td .custom-btn {
    font-size: 90% !important;
    vertical-align: middle;
    line-height: 30px;
  }
  .tableLayout .table td:not(.action_cell) {
    min-width: 170px;
  }
  .tableLayout .table td.date_cell {
    min-width: 70px !important;
  }
  td.action_cell a.btn {
    line-height: 2.5;
  }
}

td:not(.action_cell) .custom-btn:hover,
.modal td:not(.action_cell) .custom-btn,
.card .custom-btn,
.card .custom-btn:hover,
td.action_cell + .action_cell .custom-btn:hover,
.modal td.action_cell + .action_cell .custom-btn,
aside .list-group-item.active {
  background: #00a8e5 !important;
  border-image-slice: 0;
  border-width: 0px;
  outline: none;
}
.action_cell a.btn {
  line-height: 2;
}
.md-modal.modal .modal-dialog {
  max-width: 992px;
}
td:not(.action_cell) .custom-btn.orange:hover,
.modal td:not(.action_cell) .custom-btn.orange,
.modal header .custom-btn.orange:hover,
.modal header .custom-btn.orange {
  background: #d74000 !important;
  border-image-slice: 0;
  border-width: 0px;
  outline: none;
  line-height: 1.9;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

#hidden_link {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
/*20/10/2020*/
#header.inner_header .menu li#liveVisitors {
  display: none;
}
.modal_sm .modal-dialog {
  max-width: 600px !important;
}
.vip .btn {
  background: #00a8e5 !important;
  padding: 15px 35px;
  box-shadow: none;
  color: #ffffff !important;
  border-width: 0px !important;
  outline: none !important;
}
.vip .btn:hover {
  background: #0294ca !important;
}
.vip button:focus,
.vip button:active {
  box-shadow: inset 0 0px 0 #ddd;
}
.dataTables_wrapper .dataTables_filter input {
  height: 32px;
}
.dataTables_wrapper .dataTables_filter {
  padding-right: 30px;
}
#visitorModal .close {
  background: transparent;
}
#chatWindow,
#feedbackModal {
  z-index: 1060;
}
/*BriefCase Modal*/
#brochures .modal-content,
#brifCaseModal .modal-content {
  width: auto;
}
#brifCaseModal .modal-dialog,
#brochures .modal-dialog {
  display: table;
}
.tableLayout.expo_modal #briefcase .modal-header {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
}
#briefcase .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px 0 0;
}
#briefcase .custom-btn.gray {
  width: auto;
  color: #c22500;
}
.tableLayout.modal #briefcase .modal-header .custom-btn.orange,
.tableLayout.modal #briefcase .custom-btn.orange:focus {
  background: #c22500;
  color: #fff;
  border: 2px solid #d74000;
  box-shadow: none;
}
.tableLayout #briefcase .table td.date_cell {
  min-width: 30px !important;
}
.tableLayout #briefcase .table td:not(.action_cell) {
  min-width: 85px;
}
#briefcase .custom-btn img {
  max-width: 14px;
  margin-left: 10px;
}
.sweet-overlay {
  z-index: 1090;
}
@media screen and (max-width: 767px) {
  #briefcase .flex {
    padding: 0px 10px 0 0;
    flex-direction: column;
  }
  #briefcase .flex .modal-title {
    margin-bottom: 15px;
  }
  #briefcase .btn-set button {
    font-size: 90%;
  }
  #briefcase .table-header {
    font-size: 1.4em;
  }
}
#confirmDelete .modal-header {
  box-shadow: none;
}
#confirmDelete .modal-dialog {
  max-width: 400px;
  text-align: center;
}
@media screen and (max-width: 977px) {
  #userInfoModal .modal-dialog,
  #certificateModal .modal-dialog,
  #nonVip .modal-dialog {
    height: 100%;
  }
}
#userInfoModal .modal-content {
  padding: 0 30px 30px;
}
#userInfoModal .modal-content p {
  margin-bottom: 0.7rem;
}
#userInfoModal .modal-content button {
  margin-top: 10px;
}
#hall-modal header .btn.orange {
  margin-right: 15px;
}
.spot-pointer::after {
  content: '';
  position: absolute;
  left: 62%;
  top: -5%;
  width: 40px;
  height: 38px;
  pointer-events: none;
  background-image: url('../icons/hand-arrow.gif');
  background-size: 38px;
  transform: rotate(152deg);
}
.th-header {
  position: relative;
  padding-left: 20px !important;
}
.th-header::before {
  content: '';
  width: 3px;
  height: 100%;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
}
.th-header::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #f00;
  left: 3px;
  top: calc(50% - 6px);
}

/**/
.expoSim {
  position: fixed;
  left: 115px;
  bottom: 20px;
  z-index: 2;
  max-width: 150px;
  border-radius: 40px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .expoSim {
    max-width: 120px;
    border-radius: 4px;
  }
}

.hidefull-screen-player-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 146px;
  width: 21%;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
