@import url(bootstrap.min.css);
@import url(swiper.min.css);
.btn {
  font-weight: 300;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  border-radius: 0; }
  .btn.btn-lg {
    padding: .75rem .75rem;
    font-size: 1.5rem; }
  .btn.btn-sm {
    font-size: 1rem;
    font-weight: 300; }
  .btn.btn-primary {
    color: #ffffff;
    border-color: transparent;
    background-color: #20a1c1; }
    .btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
      background-color: #20a1c1;
      border-color: transparent;
      box-shadow: none;
      color: #ffffff; }
  .btn.btn-light {
    color: #017e70;
    border-color: transparent;
    background-color: #ffffff; }
    .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active {
      background-color: #ffffff;
      border-color: transparent;
      box-shadow: none;
      color: #017e70; }

@media (max-width: 400px) {
  .btn {
    font-size: 0.75rem; } }
@media (max-width: 400px) {
  .btn.btn-lg {
    font-size: 1.125rem; } }
.show > .btn.btn-primary.dropdown-toggle {
  background-color: #20a1c1;
  border-color: transparent;
  box-shadow: none;
  color: #ffffff; }

.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #20a1c1;
  border-color: transparent;
  box-shadow: none;
  color: #ffffff; }
.btn.btn-danger {
  background-color: #bc1618;
  border-color: #bc1618;
  color: #ffffff; }
.btn.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

label {
  font-weight: 400; }

.form-control {
  border-radius: 0.25rem;
  border-color: #939498; }
  .form-control.has-error {
    border-color: #bc1618; }

.input-field {
  position: relative; }
  .input-field .form-control {
    padding-right: 2rem; }
  .input-field .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto; }

html, body {
  height: 100%; }

@media (min-width: 1200px) {
  body {
    overflow: hidden; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

h1.with-bottom-border, h2.with-bottom-border, h3.with-bottom-border, h4.with-bottom-border, h5.with-bottom-border, h6.with-bottom-border {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem; }

h1.with-bottom-border:after, h2.with-bottom-border:after, h3.with-bottom-border:after, h4.with-bottom-border:after, h5.with-bottom-border:after, h6.with-bottom-border:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  border-bottom: 0.15rem solid #b95668; }

h1.with-bottom-border.center, h2.with-bottom-border.center, h3.with-bottom-border.center, h4.with-bottom-border.center, h5.with-bottom-border.center, h6.with-bottom-border.center {
  padding-bottom: 1.5rem; }

h1.with-bottom-border.center:after, h2.with-bottom-border.center:after, h3.with-bottom-border.center:after, h4.with-bottom-border.center:after, h5.with-bottom-border.center:after, h6.with-bottom-border.center:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 6rem;
  border-bottom: 0.15rem solid #20a1c1; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #20a1c1;
  font-weight: 400; }

h2 {
  color: #494949; }

h6 {
  font-weight: 300; }

a {
  color: #b95668; }
  a:hover {
    color: #b95668; }

.overlay {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.wrapper {
  position: relative;
  min-height: 100%; }

.bg-others {
  background-image: url(../images/bg-others.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 13rem; }

.bg-lobby {
  background-image: url(../images/bg-lobby.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 13rem; }

.bg-help-desk {
  background-image: url(../images/bg-help-desk.jpg);
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: cover;
  min-height: 13rem; }

.bg-expohall {
  background-image: url(../images/bg-expohall.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  min-height: 13rem; }

.bg-exhibition-hall-1 {
  background-image: url(../images/bg-exhibition-hall-1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-auditorium-groupchat-1 {
  background-image: url(../images/bg-auditorium-groupchat-1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-auditorium-groupchat-2 {
  background-image: url(../images/bg-auditorium-groupchat-2.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-profile {
  background-image: url(../images/bg-profile.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-help {
  background-image: url(../images/bg-help.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-networking-cafe {
  background-image: url(../images/bg-networking-cafe.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  min-height: 11.1rem; }

.bg-resource {
  background-image: url(../images/bg-resource.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 11.3rem; }

.bg-auditorium {
  background-image: url(../images/bg-auditorium.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover; }

.bg-login {
  background-image: url(../images/bg-login.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-poster-hall {
  background-image: url(../images/bg-poster-hall.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 13rem; }

.bg-primary {
  background-color: #20a1c1 !important; }

.bg-secondary {
  background-color: #a6372e !important; }

.text-secondary {
  color: #a6372e !important; }

header {
  position: relative;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  right: 0; }
  header .navbar.bg-dark {
    background-color: #000000 !important; }
  header .navbar.bg-light {
    background-color: #ffffff !important; }
  header .navbar-brand {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding-right: 0.5rem; }
    header .navbar-brand img {
      width: 100%; }
  header .navbar-nav .nav-item .nav-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #242021;
    font-weight: 600;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  header .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 0; }
    header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
      color: #20a1c1;
      text-transform: uppercase;
      font-weight: 600; }
      header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active, header .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
        background-color: rgba(255, 255, 255, 0.8); }
  header .icon-wrap {
    background: #a9362e;
    background: linear-gradient(245deg, #a9362e 0%, #f78425 100%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  header i.icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 1.25rem;
    height: 1.25rem;
    font-style: normal;
    display: inline-block; }
    header i.icon.icon-networking-lounge {
      background-image: url(../images/icon-networking-lounge.svg); }
    header i.icon.icon-lobby {
      background-image: url(../images/icon-lobby.svg); }
    header i.icon.icon-auditorium {
      background-image: url(../images/icon-auditorium.svg); }
    header i.icon.icon-exhibitor-hall {
      background-image: url(../images/icon-exhibitor-hall.svg); }
    header i.icon.icon-briefcase {
      background-image: url(../images/icon-briefcase.svg); }
    header i.icon.icon-help {
      background-image: url(../images/icon-help.svg); }
    header i.icon.icon-lobby {
      background-image: url(../images/icon-lobby.svg); }
    header i.icon.icon-user {
      background-image: url(../images/icon-user.svg);
      width: 2rem;
      height: 2rem;
      margin-right: 0.5rem; }
  header .navbar-toggler {
    background: none;
    border: 0; }
    header .navbar-toggler .hamburger {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      vertical-align: middle;
      content: "";
      background: center center / 100% 100% no-repeat;
      transform: rotateY(0);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    header .navbar-toggler .hamburger__patty {
      width: 100%;
      height: 2px;
      margin: 0 0 4px 0;
      background: #ffffff;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      header .navbar-toggler .hamburger__patty:last-child {
        margin-bottom: 0; }
    header .navbar-toggler .hamburger--close {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      header .navbar-toggler .hamburger--close .hamburger__patty:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -moz-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        -o-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px); }
      header .navbar-toggler .hamburger--close .hamburger__patty:nth-child(2) {
        opacity: 0; }
      header .navbar-toggler .hamburger--close .hamburger__patty:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -moz-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        -o-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px); }
    header .navbar-toggler[aria-expanded="true"] .hamburger {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      header .navbar-toggler[aria-expanded="true"] .hamburger .hamburger__patty:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        -moz-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        -ms-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        -o-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        transform: rotate(45deg) translate(0.4625rem, 0.4625rem); }
      header .navbar-toggler[aria-expanded="true"] .hamburger .hamburger__patty:nth-child(2) {
        opacity: 0; }
      header .navbar-toggler[aria-expanded="true"] .hamburger .hamburger__patty:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        -moz-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        -ms-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        -o-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        transform: rotate(-45deg) translate(0.1875rem, -0.1875rem); }

@media (max-width: 991px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0; } }
@media (min-width: 992px) {
  header .navbar {
    min-height: 3rem; } }
@media (min-width: 992px) {
  header .navbar:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5rem; } }
@media (min-width: 992px) {
  header .navbar-brand {
    width: 7rem;
    padding: 0;
    margin: 0.5rem 0; } }
@media (max-width: 991px) {
  header .navbar-brand {
    width: 7rem; } }
@media (min-width: 992px) {
  header .navbar-nav .nav-item .nav-link {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    height: 100%;
    cursor: pointer; }
    header .navbar-nav .nav-item .nav-link img {
      width: 2rem; } }
@media (max-width: 991px) {
  header .navbar-nav .nav-item .nav-link {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row; } }
@media (min-width: 992px) {
  header .navbar-nav .nav-item.dropdown {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media (min-width: 992px) {
  header .navbar-nav .nav-item.dropdown .nav-link {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding-left: 1rem; } }
@media (max-width: 991px) {
  header .icon-wrap {
    margin-right: 1rem; } }
.lobby {
  position: relative;
  z-index: 1; }

.btn-about-us {
  position: absolute;
  left: 7.3%;
  bottom: 27%;
  width: 12.2%;
  height: 13%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-resources {
  position: absolute;
  right: 7.3%;
  bottom: 27%;
  width: 12.2%;
  height: 13%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-chat-with-expert {
  position: absolute;
  right: 7.3%;
  bottom: 14%;
  width: 12.2%;
  height: 13%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-visit-website {
  position: absolute;
  left: 7.3%;
  bottom: 14%;
  width: 12.2%;
  height: 13%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-link-logo-1 {
  position: absolute;
  left: 25.9%;
  top: 29%;
  width: 9.1%;
  height: 18.4%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-link-logo-2 {
  position: absolute;
  right: 25.9%;
  top: 29%;
  width: 9.1%;
  height: 18.4%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-link-logo-3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18.4%;
  width: 27.7%;
  height: 10.6%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto; }

.bg-light {
  background-color: #f1f1f1 !important; }

.bg-dark {
  background-color: #231f20 !important; }

.modal-content {
  border-radius: 0; }

hr.dashed {
  border: 1px dashed #5a5758; }

.text-primary {
  color: #20a1c1 !important; }

.card {
  border: 1px solid #918f90;
  border-radius: 0; }

.list-group {
  list-style: none; }
  .list-group .list-group-item {
    border-color: transparent;
    border-radius: 0; }

.img-exhibition-hall-2 {
  width: 75%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-2 .inner-content {
    position: relative;
    display: inline-block; }
    .img-exhibition-hall-2 .inner-content img {
      max-width: 86%; }
  .img-exhibition-hall-2 .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 33.7%;
    height: 33.7%;
    width: 25.1%;
    margin: 0 auto;
    border: 0.5rem solid #ffffff;
    -webkit-transform: translate(-0.3rem, 0);
    -moz-transform: translate(-0.3rem, 0);
    -ms-transform: translate(-0.3rem, 0);
    -o-transform: translate(-0.3rem, 0);
    transform: translate(-0.3rem, 0); }

@media (min-width: 992px) {
  .img-exhibition-hall-2 {
    position: absolute;
    top: 2vh;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-2 {
    width: 100%; } }
@media (max-width: 991px) {
  .exhibition-hall-2 {
    overflow-y: hidden; } }
.exhibition-hall-2 .swiper-exhibition-booth-control {
  position: fixed;
  left: 5%;
  top: 20%;
  right: 5%;
  height: 2.625rem;
  z-index: 2; }
  .exhibition-hall-2 .swiper-exhibition-booth-control .swiper-button-next, .exhibition-hall-2 .swiper-exhibition-booth-control .swiper-button-prev {
    background: none; }

@media (max-width: 991px) {
  .exhibition-hall-2 .swiper-exhibition-booth.swiper-container {
    top: 35%; } }
.btn-booth {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  color: #231f20;
  font-weight: 700;
  z-index: 3;
  margin: 0;
  width: auto;
  height: auto;
  cursor: pointer; }
  .btn-booth .icon {
    font-size: 1.5rem; }
  .btn-booth.btn-prev {
    left: -3rem;
    right: auto; }
  .btn-booth.btn-next {
    right: -3rem;
    left: auto; }
  .btn-booth:hover {
    color: #231f20; }

@media (max-width: 991px) {
  .btn-booth.btn-prev {
    left: 1rem; } }
@media (max-width: 991px) {
  .btn-booth.btn-next {
    right: 1rem; } }
@media (max-width: 991px) {
  .btn-booth span {
    display: none; } }
.modal .section-content {
  min-width: 100%;
  position: relative;
  top: 0; }
.modal .card p, .modal .card ul li {
  font-size: 0.9rem; }
.modal .card-chat-with-expert {
  max-height: 20rem;
  overflow-x: hidden;
  overflow-y: auto; }
  .modal .card-chat-with-expert .icon {
    font-size: 1.75rem; }
  .modal .card-chat-with-expert .user-meta {
    line-height: 1;
    font-size: 0.9375rem;
    font-weight: 500; }
    .modal .card-chat-with-expert .user-meta .name {
      color: #20a1c1; }
  .modal .card-chat-with-expert .user-you {
    background-color: #f9f9fa;
    padding: 0.25rem 1rem; }
  .modal .card-chat-with-expert .user-me {
    background-color: #fbf1ed;
    padding: 0.25rem 1rem; }
  .modal .card-chat-with-expert .row-chat {
    margin-bottom: 1rem; }

@media (min-width: 992px) {
  .modal .card.card-resources {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0; } }
.row-chat-actions .btn {
  height: calc(2em + .75rem + 2px); }

.lobby {
  position: relative; }
  .lobby .link-5 {
    position: absolute;
    left: 34.5%;
    top: 23.7%;
    bottom: 30.2%;
    width: 29.9%; }
  .lobby .link-3 {
    position: absolute;
    right: 7.2%;
    top: 25%;
    bottom: 1.8%;
    width: 11.2%; }
  .lobby .link-4 {
    position: absolute;
    left: 21%;
    top: 29.7%;
    bottom: 12.2%;
    width: 8.9%; }
  .lobby .link-1 {
    position: absolute;
    left: 7.2%;
    top: 25%;
    bottom: 1.8%;
    width: 11.2%; }
  .lobby .link-2 {
    position: absolute;
    right: 22.2%;
    top: 29.7%;
    bottom: 12.2%;
    width: 8.9%; }

.img-lobby {
  position: relative; }
  .img-lobby .inner-content {
    position: relative;
    display: inline-block; }
    .img-lobby .inner-content img {
      max-width: 85%; }
  .img-lobby .video {
    position: absolute;
    top: 25.1%;
    left: 0;
    right: 0;
    width: 26.6%;
    height: 44.9%;
    margin: 0 auto; }

@media (min-width: 992px) {
  .img-lobby {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; } }
@media (max-width: 991px) {
  .img-lobby {
    margin-top: 50%;
    text-align: center; } }
@media (min-width: 992px) {
  .img-exhibition-hall-standees {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-standees {
    margin-top: 60%; } }
.img-exhibition-hall-standees .inner-content {
  position: relative;
  display: inline-block; }
  .img-exhibition-hall-standees .inner-content img {
    max-width: 100%; }
.img-exhibition-hall-standees .booth-one {
  position: absolute;
  top: 1.1%;
  left: 1.2%;
  bottom: 3%;
  width: 19%; }
.img-exhibition-hall-standees .booth-two {
  position: absolute;
  top: 1.1%;
  right: 1.2%;
  bottom: 3%;
  width: 19%; }

.card-on-demand-webinars .swiper-button-next, .card-on-demand-webinars .swiper-button-prev {
  top: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  margin: 0; }

.section-content.auditorium-groupchat-1 .btn {
  font-weight: 300; }
.section-content.auditorium-groupchat-1 h3 {
  color: #20a1c1; }
.section-content.auditorium-groupchat-1 .card-auditorium-groupchat-1 {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: transparent; }
  .section-content.auditorium-groupchat-1 .card-auditorium-groupchat-1 .card-body {
    padding-bottom: 1rem; }
.section-content.auditorium-groupchat-1 .webinar-details {
  border: 1px solid #c6c6c6;
  text-align: center;
  padding: 1rem 1rem 1rem 1rem; }
  .section-content.auditorium-groupchat-1 .webinar-details h4 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  .section-content.auditorium-groupchat-1 .webinar-details img {
    width: 65%;
    height: auto; }
  .section-content.auditorium-groupchat-1 .webinar-details .timer {
    color: #20a1c1;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1; }
  .section-content.auditorium-groupchat-1 .webinar-details .label {
    margin-bottom: 0.5rem; }
.section-content.auditorium-groupchat-1 .card-speaker-webinar {
  border: 0;
  background-color: #f1f1f3;
  margin-top: 0.5rem; }
  .section-content.auditorium-groupchat-1 .card-speaker-webinar:first-child {
    margin-top: 0; }
  .section-content.auditorium-groupchat-1 .card-speaker-webinar.live {
    background-color: #f8eeef; }
  .section-content.auditorium-groupchat-1 .card-speaker-webinar .card-body {
    padding: 1rem; }
  .section-content.auditorium-groupchat-1 .card-speaker-webinar .meta-info {
    font-weight: 500; }
    .section-content.auditorium-groupchat-1 .card-speaker-webinar .meta-info .icon {
      color: #20a1c1;
      font-size: 1rem;
      width: 1rem;
      height: 1rem; }
  .section-content.auditorium-groupchat-1 .card-speaker-webinar h5 {
    text-transform: none;
    font-weight: 600; }
    .section-content.auditorium-groupchat-1 .card-speaker-webinar h5 span {
      font-size: 0.75rem;
      text-transform: uppercase; }

.text-green {
  color: #009447; }

.auditorium-groupchat-2 .card-auditorium-groupchat-2 {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: transparent; }
.auditorium-groupchat-2 .card-chat-with-expert {
  margin-bottom: 1rem; }
  .auditorium-groupchat-2 .card-chat-with-expert .icon {
    font-size: 1.75rem; }
  .auditorium-groupchat-2 .card-chat-with-expert .user-meta {
    line-height: 1;
    font-size: 0.9375rem;
    font-weight: 500; }
    .auditorium-groupchat-2 .card-chat-with-expert .user-meta .name {
      color: #20a1c1; }
  .auditorium-groupchat-2 .card-chat-with-expert .user-you {
    background-color: #f9f9fa;
    padding: 0.25rem 1rem; }
  .auditorium-groupchat-2 .card-chat-with-expert .user-me {
    background-color: #fbf1ed;
    padding: 0.25rem 1rem; }
  .auditorium-groupchat-2 .card-chat-with-expert .row-chat {
    margin-bottom: 1rem; }
.auditorium-groupchat-2 .list-user .user-info {
  font-weight: 600;
  line-height: 1; }
  .auditorium-groupchat-2 .list-user .user-info .name {
    color: #20a1c1; }
  .auditorium-groupchat-2 .list-user .user-info .status {
    color: #009447;
    text-transform: uppercase;
    font-size: 0.75rem; }

@media (min-width: 992px) {
  .auditorium-groupchat-2 .card-chat-with-expert {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto; } }
.bg-events {
  background-image: url(../images/bg-events.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.login h2 {
  font-weight: 400; }

.card.card-login {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-color: transparent; }

.ordered-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  .ordered-list:before {
    content: '';
    background-color: #ffffff;
    width: 1px;
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: 1.5rem; }
  .ordered-list li {
    position: relative;
    padding-left: 3rem;
    z-index: 1;
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 2rem; }
    .ordered-list li .number {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #ffffff;
      border-radius: 100px;
      height: 2rem;
      width: 2rem;
      font-size: 1.25rem;
      font-weight: 700;
      text-align: center;
      color: #155e67; }

ul.with-bullets {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.with-bullets li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2rem; }
    ul.with-bullets li .icon {
      position: absolute;
      left: 0;
      top: 0.5rem; }

.bg-danger {
  background-color: #bc1618 !important; }

@media (min-width: 992px) {
  .briefcase .card.card-resources {
    overflow-y: auto;
    overflow-x: hidden;
    height: 69vh; } }
.section-content {
  position: absolute;
  top: 3.7rem;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 1170px; }
  .section-content.section-briefcase {
    min-width: auto; }
  .section-content h3 {
    color: #20a1c1; }
  .section-content .icon.icon-webinar-auditorium {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 4rem;
    height: 4rem;
    font-style: normal;
    display: inline-block;
    background-size: contain;
    background-image: url(../images/icon-webinar-auditorium.png); }
  .section-content .icon.icon-briefcase {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 4rem;
    height: 4rem;
    font-style: normal;
    display: inline-block;
    background-size: contain;
    background-image: url(../images/icon-briefcase.png); }
  .section-content ul.links {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    border-top: 1px solid #c6c6c6; }
    .section-content ul.links li {
      border-bottom: 1px solid #c6c6c6;
      font-size: 1.25rem;
      font-weight: 600;
      padding: 0.75rem 0; }
      .section-content ul.links li a {
        color: #000000; }
  .section-content .v-separator {
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #c6c6c6;
    height: auto;
    margin: 0; }
  .section-content .card-briefcase {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: transparent; }
  .section-content.section-briefcase .card-briefcase .card-body {
    padding: 0; }
  .section-content.section-briefcase .card-briefcase .bg-overlay {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 0.5rem;
    top: 0;
    right: 0.75rem;
    bottom: 0; }
  .section-content .card-chat-with-expert {
    background-color: transparent;
    border: 1px solid #c6c6c6; }
  .section-content .card-resources {
    background-color: transparent;
    border-color: transparent; }
    .section-content .card-resources h5 {
      text-transform: none;
      margin-bottom: 0.05rem;
      color: #20a1c1; }
    .section-content .card-resources p {
      font-size: 0.875rem; }
    .section-content .card-resources .list-group-item {
      background-color: transparent; }
  .section-content .row-chat-actions .form-control {
    background-color: transparent; }
  .section-content .row-search .form-control {
    background-color: transparent; }
  .section-content .row-search .btn {
    height: 100%; }

@media (min-width: 992px) {
  .section-content {
    margin-top: 0vh;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .section-content {
    min-width: 2400px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .section-content.section-auditorium {
    min-width: 1400px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .section-content.profile {
    min-width: auto;
    position: relative; } }
@media (max-width: 991px) {
  .section-content.exhibition-hall-2 {
    min-width: auto; } }
@media (max-width: 767px) {
  .section-content.section-lobby {
    min-width: 1920px; } }
@media (max-width: 767px) {
  .section-content.section-resource {
    min-width: 1920px; } }
@media (max-width: 767px) {
  .section-content.section-expohall {
    min-width: 1920px; } }
@media (max-width: 767px) {
  .section-content.section-networking-cafe {
    min-width: 1345px; } }
@media (min-width: 992px) {
  .section-content .scrollable-content {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    right: 0; } }
.alert.alert-message {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 1051; }

@media (min-width: 992px) {
  .section-content .swiper-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 13%;
    bottom: 0vh; } }
@media (min-width: 992px) {
  .section-content .swiper-container.swiper-es-auditorium-events {
    position: static; } }
.section-content .swiper-container.swiper-networking-cafe {
  position: relative;
  height: 75%;
  top: 23%; }

@media (min-width: 992px) {
  .section-content .swiper-container.swiper-networking-cafe {
    position: relative;
    height: 100%;
    top: 28%; } }
@media (min-width: 992px) {
  .section-content .swiper-container.swiper-help-desk {
    position: relative;
    height: 100%;
    top: 0; } }
.popover {
  border-radius: 0;
  background-color: #fbf1ed;
  border-color: #20a1c1;
  width: 14rem; }
  .popover h6 {
    margin-bottom: 0; }
  .popover .organization {
    font-size: 0.7rem;
    margin-bottom: 0.25rem; }
  .popover .btn-v-card {
    white-space: nowrap;
    font-weight: 500;
    padding: 0 0.25rem;
    font-size: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    color: #000; }
  .popover .social-links {
    margin-bottom: 0.1rem; }
  .popover .icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 0.875rem;
    height: 0.875rem;
    font-style: normal;
    display: inline-block; }
    .popover .icon.icon-facebook {
      background-image: url(../images/icon-facebook.png); }
    .popover .icon.icon-twitter {
      background-image: url(../images/icon-twitter.png); }
    .popover .icon.icon-linkedin {
      background-image: url(../images/icon-linkedin.png); }
    .popover .icon.icon-btn-v-card {
      background-image: url(../images/icon-btn-v-card.png); }
  .popover .btn-v-card {
    border: 1px solid #20a1c1;
    white-space: nowrap;
    font-size: 0.875rem;
    display: inline-block; }

.social-input-links .input-field {
  position: relative;
  margin-bottom: 1rem; }
  .social-input-links .input-field .form-control {
    padding-left: 2.5rem; }
  .social-input-links .input-field .icon-wrap {
    width: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
    .social-input-links .input-field .icon-wrap.icon-wrap-facebook {
      background-color: #2174ee; }
    .social-input-links .input-field .icon-wrap.icon-wrap-twitter {
      background-color: #1da0f2; }
    .social-input-links .input-field .icon-wrap.icon-wrap-linkedin {
      background-color: #0076b3; }
  .social-input-links .input-field .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    margin: auto; }

.profile .card.card-profile-form {
  background-color: transparent;
  border-color: transparent; }
  .profile .card.card-profile-form .form-group {
    margin-bottom: 0.75rem; }

@media (min-width: 992px) {
  .profile .card.card-profile-form {
    overflow-y: auto;
    overflow-x: hidden;
    height: 69vh; } }
/* CSS Written for new Slide 10 May 2020 Start */
.btn-logo-1 {
  position: absolute;
  left: 16.5%;
  top: 41.7%;
  width: 6.6%;
  height: 9%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-logo-2 {
  position: absolute;
  left: 27.2%;
  top: 41.7%;
  width: 6.6%;
  height: 9%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-logo-3 {
  position: absolute;
  left: 37.9%;
  top: 41.7%;
  width: 6.6%;
  height: 9%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-about-us-1 {
  position: absolute;
  right: 11.5%;
  top: 30.2%;
  width: 9%;
  height: 3.2%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-visit-website-1 {
  position: absolute;
  right: 11.5%;
  top: 35.3%;
  width: 9%;
  height: 3.2%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-resources-1 {
  position: absolute;
  right: 11.5%;
  top: 40.5%;
  width: 9%;
  height: 3.2%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-request-demo {
  position: absolute;
  right: 11.5%;
  top: 45.6%;
  width: 9%;
  height: 3.2%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

.btn-chat-with-expert-1 {
  position: absolute;
  right: 12%;
  top: 61.4%;
  width: 7.5%;
  height: 15.3%;
  border-radius: 0;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer; }

  .img-exhibition-hall-3 {
    width: 75%;
    margin: 0 auto;
    position: relative; }
    .img-exhibition-hall-3 .inner-content {
      position: relative;
      display: inline-block;
      width: 87%; }
      .img-exhibition-hall-3 .inner-content img {
        max-width: 86%; }
  .img-exhibition-hall-13 .video-container {
    position: absolute;
    right: 25%;
    top: 32.4%;
    height: 23.9%;
    width: 21%; }
  .img-exhibition-hall-13 .map-area-1 {
    position: absolute;
    left: 6.5%;
    top: 42.3%;
    width: 9.6%;
    height: 7.2%;
    border-radius: 0;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer; }
  .img-exhibition-hall-13 .map-area-2 {
    position: absolute;
    left: 6.5%;
    top: 51%;
    width: 9.6%;
    height: 6.2%;
    border-radius: 0;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer; }
  .img-exhibition-hall-13 .map-area-3 {
    position: absolute;
    left: 6.5%;
    top: 59%;
    width: 9.6%;
    height: 7.2%;
    border-radius: 0;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer; }
  .img-exhibition-hall-13 .map-area-4 {
    position: absolute;
    left: 6.5%;
    top: 67%;
    width: 9.6%;
    height: 7.2%;
    border-radius: 0;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer; }
  .img-exhibition-hall-13 .map-area-5 {
    position: absolute;
    left: 15.2%;
    top: 17.8%;
    width: 35.9%;
    height: 9.4%;
    border-radius: 0;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer; }
  .img-exhibition-hall-13 .map-area-6 {
    position: absolute;
    left: 5.5%;
    top: 29.3%;
    width: 9.6%;
    height: 9.2%;
    border-radius: 0;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer; }

@media (min-width: 992px) {
  .img-exhibition-hall-13 {
    position: absolute;
    top: -5vh;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-13 {
    width: 100%; } }
.img-exhibition-hall-16 {
  width: 71%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-16 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-16 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-16 .video-container {
    position: absolute;
    right: 31.3%;
    top: 29.1%;
    height: 25.8%;
    width: 24.2%;
    margin: 0 auto;
    border: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-16 .map-area-1 {
    position: absolute;
    top: 5%;
    height: 9%;
    width: 44.2%;
    margin: 0 auto;
    border: 0;
    left: 26%;
    transform: translateX(-3px); }
  .img-exhibition-hall-16 .map-area-2 {
    position: absolute;
    left: 30.4%;
    top: 21.9%;
    height: 14.2%;
    width: 9.8%;
    margin: 0;
    border: 0; }
  .img-exhibition-hall-16 .map-area-3 {
    position: absolute;
    left: 30.4%;
    top: 40.5%;
    height: 8.9%;
    width: 9.7%;
    margin: 0;
    border: 0; }
  .img-exhibition-hall-16 .map-area-4 {
    position: absolute;
    left: 30.4%;
    top: 51.2%;
    height: 8.9%;
    width: 9.7%;
    margin: 0;
    border: 0; }
  .img-exhibition-hall-16 .map-area-5 {
    position: absolute;
    left: 30.4%;
    top: 62%;
    height: 8.9%;
    width: 9.7%;
    margin: 0;
    border: 0; }
  .img-exhibition-hall-16 .map-area-6 {
    position: absolute;
    left: 30.4%;
    top: 73%;
    height: 8.9%;
    width: 9.7%;
    margin: 0;
    border: 0; }
  .img-exhibition-hall-16 .map-area-7 {
    position: absolute;
    right: 34%;
    top: 72%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0; }

@media (min-width: 992px) {
  .img-exhibition-hall-16 {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-16 {
    width: 100%; } }
/* CSS Written for new Slide 10 May 2020 End */

.img-exhibition-hall-3 .video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 42.7%;
  height: 25.3%;
  width: 21.4%;
  margin: 0 auto;
  border: 0;
}

.img-exhibition-hall-3 .map-area-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 1%;
  height: 11%;
  width: 68%;
  margin: 0 auto;
  border: 0;
}
.img-exhibition-hall-3 .map-area-2 {
  position: absolute;
  left: 22.5%;
  top: 42.7%;
  height: 35.5%;
  width: 16.6%;
  margin: 0;
  border: 0;
   }
.img-exhibition-hall-3 .map-area-3 {
  position: absolute;
  right: 22.3%;
  top: 46.7%;
  height: 6.5%;
  width: 16.6%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-3 .map-area-4 {
  position: absolute;
  right: 22.3%;
  top: 54.5%;
  height: 6.5%;
  width: 16.6%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-3 .map-area-5 {
  position: absolute;
  right: 22.3%;
  top: 61.4%;
  height: 6.5%;
  width: 16.6%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-3 .map-area-6 {
  position: absolute;
  position: absolute;
  right: 22.3%;
  top: 68.2%;
  height: 6.5%;
  width: 16.6%;
  margin: 0;
  border: 0;
  }
.img-exhibition-hall-3 .map-area-7 {
  position: absolute;
  left: 0;
  right: 0;
  top: 83%;
  height: 13%;
  width: 8.4%;
  margin: 0 auto;
  border: 0;
  }
.img-exhibition-hall-3 .map-area-8 {
  position: absolute;
  left: 12.8%;
  top: 60.5%;
  height: 13.6%;
  width: 7.5%;
  margin: 0;
  border: 0;
 }
.img-exhibition-hall-3 .map-area-9 {
  position: absolute;
  left: 13.8%;
  top: 76.7%;
  height: 3.6%;
  width: 6.2%;
  margin: 0;
  border: 0;

  transform: skewX(40deg) rotate(-3deg); }
.img-exhibition-hall-3 .map-area-10 {
  position: absolute;
  left: 13.3%;
  top: 82.7%;
  height: 3.6%;
  width: 6.5%;
  margin: 0;
  border: 0;

  transform: skewX(40deg) rotate(-5deg); }
.img-exhibition-hall-3 .map-area-11 {
  position: absolute;
  right: 12.8%;
  top: 60.5%;
  height: 13.6%;
  width: 7.5%;
  margin: 0;
  border: 0;
  }
.img-exhibition-hall-3 .map-area-12 {
  position: absolute;
  right: 13%;
  top: 76.4%;
  height: 3.6%;
  width: 6.3%;
  margin: 0;
  border: 0;

  transform: skewX(-40deg) rotate(3deg); }
.img-exhibition-hall-3 .map-area-13 {
  position: absolute;
  right: 13%;
  height: 3.6%;
  width: 6.3%;
  margin: 0;
  border: 0;

  transform: skewX(-40deg) rotate(5deg);
  top: 82.7%; }

@media (min-width: 992px) {
  .img-exhibition-hall-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-3 {
    width: 100%; } }
.img-exhibition-hall-4 {
  width: 75%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-4 .inner-content {
    position: relative;
    display: inline-block;
    width: 84%; }
    .img-exhibition-hall-4 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-4 .video-container {
    position: absolute;
    right: 24.2%;
    top: 29.5%;
    height: 29%;
    width: 26.8%;
    margin: 0 auto;
    border: 0;
   }
  .img-exhibition-hall-4 .map-area-1 {
    position: absolute;
    right: 22.8%;
    top: 2.8%;
    height: 12%;
    width: 38.7%;
    margin: 0 auto;
    border: 0;
    }
  .img-exhibition-hall-4 .map-area-2 {
    position: absolute;
    left: 0;
    top: 4.6%;
    height: 5%;
    width: 24%;
    margin: 0;
    border: 0;
     }
  .img-exhibition-hall-4 .map-area-3 {
    position: absolute;
    left: 4.1%;
    top: 19.5%;
    height: 12%;
    width: 19.2%;
    margin: 0;
    border: 0;
   }
  .img-exhibition-hall-4 .map-area-4 {
    position: absolute;
    left: 4.1%;
    top: 34.8%;
    height: 12%;
    width: 19.2%;
    margin: 0;
    border: 0;
   }
  .img-exhibition-hall-4 .map-area-5 {
    position: absolute;
    left: 4.1%;
    top: 50.1%;
    height: 12%;
    width: 19.2%;
    margin: 0;
    border: 0;
 }
  .img-exhibition-hall-4 .map-area-6 {
    position: absolute;
    left: 4.1%;
    top: 65.6%;
    height: 12%;
    width: 19.2%;
    margin: 0;
    border: 0;
   }
  .img-exhibition-hall-4 .map-area-7 {
    position: absolute;
    left: 31.9%;
    top: 39.3%;
    height: 8.2%;
    width: 6%;
    margin: 0 auto;
    border: 0;
 }
  .img-exhibition-hall-4 .map-area-8 {
    position: absolute;
    right: 30.8%;
    top: 79%;
    height: 16.5%;
    width: 7.5%;
    margin: 0;
    border: 0;
   }


   .img-exhibition-hall-4 .map-area-9 {
    position: absolute;
    left: 31.9%;
    top: 48.3%;
    height: 8.2%;
    width: 6%;
    margin: 0 auto;
    border: 0;
 }



 .img-exhibition-hall-4 .map-area-10 {
  position: absolute;
  left: 31.9%;
  top: 58.3%;
  height: 8.2%;
  width: 6%;
  margin: 0 auto;
  border: 0;
}

.img-exhibition-hall-4 .map-area-11 {
  position: absolute;
  left: 31.9%;
  top: 67.3%;
  height: 8.2%;
  width: 6%;
  margin: 0 auto;
  border: 0;
}




@media (min-width: 992px) {
  .img-exhibition-hall-4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-4 {
    width: 100%; } }
.img-exhibition-hall-5 {
  width: 75%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-5 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-5 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-5 .video-container {
    position: absolute;
    right: 0;
    top: 36.5%;
    height: 37%;
    width: 21%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(2px); }
  .img-exhibition-hall-5 .map-area-1 {
    position: absolute;
    right: 0;
    top: 12.8%;
    height: 8%;
    width: 25.7%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-5 .map-area-2 {
    position: absolute;
    left: 10%;
    top: 25.9%;
    height: 11.2%;
    width: 21.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-3 {
    position: absolute;
    right: 14.3%;
    top: 43.5%;
    height: 8%;
    width: 14.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-4 {
    position: absolute;
    right: 14.3%;
    top: 52%;
    height: 8%;
    width: 14.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-5 {
    position: absolute;
    right: 14.3%;
    top: 60.5%;
    height: 8%;
    width: 14.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-6 {
    position: absolute;
    right: 14.3%;
    top: 69.5%;
    height: 8%;
    width: 14.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-7 {
    position: absolute;
    left: 31.2%;
    top: 48.2%;
    height: 44.2%;
    width: 4%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-8 {
    position: absolute;
    right: 0;
    top: 81%;
    height: 16.5%;
    width: 7.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-5 .map-area-9 {
    position: absolute;
    right: 31.2%;
    top: 48.2%;
    height: 44.2%;
    width: 4%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-5 .map-area-10 {
    position: absolute;
    right: 10%;
    top: 25.9%;
    height: 11.2%;
    width: 21.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-5 {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-5 {
    width: 100%; } }
.img-exhibition-hall-6 {
  width: 75%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-6 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-6 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-6 .video-container {
    position: absolute;
    right: 0;
    top: 32.5%;
    height: 22.6%;
    width: 16.8%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-6 .map-area-1 {
    position: absolute;
    right: 0;
    top: 4%;
    height: 25%;
    width: 17.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-6 .map-area-2 {
    position: absolute;
    left: 15.4%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-3 {
    position: absolute;
    left: 28.2%;
    top: 47.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-4 {
    position: absolute;
    left: 28.2%;
    top: 54.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-5 {
    position: absolute;
    left: 28.2%;
    top: 61.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-6 {
    position: absolute;
    left: 28.2%;
    top: 68.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-7 {
    position: absolute;
    left: 15.4%;
    top: 44.3%;
    height: 10.9%;
    width: 8%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-8 {
    position: absolute;
    right: 0;
    top: 79%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-6 .map-area-9 {
    position: absolute;
    left: 14.5%;
    top: 71.7%;
    height: 17.6%;
    width: 8.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-10 {
    position: absolute;
    right: 16%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-11 {
    position: absolute;
    right: 16%;
    top: 44.3%;
    height: 11.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-6 .map-area-12 {
    position: absolute;
    right: 15.3%;
    top: 71.7%;
    height: 18.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-6 {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-6 {
    width: 100%; } }
.img-exhibition-hall-7, .img-exhibition-hall-8 {
  width: 83%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-7 .inner-content, .img-exhibition-hall-8 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-7 .inner-content img, .img-exhibition-hall-8 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-7 .video-container, .img-exhibition-hall-8 .video-container {
    position: absolute;
    right: 0;
    top: 32.5%;
    height: 22.6%;
    width: 16.8%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-7 .map-area-1, .img-exhibition-hall-8 .map-area-1 {
    position: absolute;
    right: 0;
    top: 4%;
    height: 25%;
    width: 17.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-7 .map-area-2, .img-exhibition-hall-8 .map-area-2 {
    position: absolute;
    left: 15.4%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-3, .img-exhibition-hall-8 .map-area-3 {
    position: absolute;
    left: 28.2%;
    top: 47.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-4, .img-exhibition-hall-8 .map-area-4 {
    position: absolute;
    left: 28.2%;
    top: 54.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-5, .img-exhibition-hall-8 .map-area-5 {
    position: absolute;
    left: 28.2%;
    top: 61.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-6, .img-exhibition-hall-8 .map-area-6 {
    position: absolute;
    left: 28.2%;
    top: 68.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-7, .img-exhibition-hall-8 .map-area-7 {
    position: absolute;
    left: 15.4%;
    top: 44.3%;
    height: 10.9%;
    width: 8%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-8, .img-exhibition-hall-8 .map-area-8 {
    position: absolute;
    right: 0;
    top: 79%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-7 .map-area-9, .img-exhibition-hall-8 .map-area-9 {
    position: absolute;
    left: 14.5%;
    top: 71.7%;
    height: 17.6%;
    width: 8.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-10, .img-exhibition-hall-8 .map-area-10 {
    position: absolute;
    right: 16%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-11, .img-exhibition-hall-8 .map-area-11 {
    position: absolute;
    right: 16%;
    top: 44.3%;
    height: 11.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-7 .map-area-12, .img-exhibition-hall-8 .map-area-12 {
    position: absolute;
    right: 15.3%;
    top: 71.7%;
    height: 18.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-7 {
    position: absolute;
    top: -12%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-7 {
    width: 100%; } }
@media (min-width: 992px) {
  .img-exhibition-hall-8 {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-8 {
    width: 100%; } }
.img-exhibition-hall-9 {
  width: 72%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-9 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-9 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-9 .video-container {
    position: absolute;
    right: 0;
    top: 32.5%;
    height: 22.6%;
    width: 16.8%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-9 .map-area-1 {
    position: absolute;
    right: 0;
    top: 4%;
    height: 25%;
    width: 17.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-9 .map-area-2 {
    position: absolute;
    left: 15.4%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-3 {
    position: absolute;
    left: 28.2%;
    top: 47.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-4 {
    position: absolute;
    left: 28.2%;
    top: 54.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-5 {
    position: absolute;
    left: 28.2%;
    top: 61.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-6 {
    position: absolute;
    left: 28.2%;
    top: 68.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-7 {
    position: absolute;
    left: 15.4%;
    top: 44.3%;
    height: 10.9%;
    width: 8%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-8 {
    position: absolute;
    right: 0;
    top: 79%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-9 .map-area-9 {
    position: absolute;
    left: 14.5%;
    top: 71.7%;
    height: 17.6%;
    width: 8.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-10 {
    position: absolute;
    right: 16%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-11 {
    position: absolute;
    right: 16%;
    top: 44.3%;
    height: 11.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-9 .map-area-12 {
    position: absolute;
    right: 15.3%;
    top: 71.7%;
    height: 18.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-9 {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-9 {
    width: 100%; } }
.img-exhibition-hall-10 {
  width: 74%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-10 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-10 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-10 .video-container {
    position: absolute;
    right: 0;
    top: 32.5%;
    height: 22.6%;
    width: 16.8%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-10 .map-area-1 {
    position: absolute;
    right: 0;
    top: 4%;
    height: 25%;
    width: 17.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-10 .map-area-2 {
    position: absolute;
    left: 15.4%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-3 {
    position: absolute;
    left: 28.2%;
    top: 47.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-4 {
    position: absolute;
    left: 28.2%;
    top: 54.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-5 {
    position: absolute;
    left: 28.2%;
    top: 61.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-6 {
    position: absolute;
    left: 28.2%;
    top: 68.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-7 {
    position: absolute;
    left: 15.4%;
    top: 44.3%;
    height: 10.9%;
    width: 8%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-8 {
    position: absolute;
    right: 0;
    top: 79%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-10 .map-area-9 {
    position: absolute;
    left: 14.5%;
    top: 71.7%;
    height: 17.6%;
    width: 8.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-10 {
    position: absolute;
    right: 16%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-11 {
    position: absolute;
    right: 16%;
    top: 44.3%;
    height: 11.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-10 .map-area-12 {
    position: absolute;
    right: 15.3%;
    top: 71.7%;
    height: 18.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-10 {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-10 {
    width: 100%; } }
.img-exhibition-hall-11 {
  width: 71%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-11 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-11 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-11 .video-container {
    position: absolute;
    right: 0;
    top: 32.5%;
    height: 22.6%;
    width: 16.8%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-11 .map-area-1 {
    position: absolute;
    right: 0;
    top: 4%;
    height: 25%;
    width: 17.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-11 .map-area-2 {
    position: absolute;
    left: 15.4%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-3 {
    position: absolute;
    left: 28.2%;
    top: 47.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-4 {
    position: absolute;
    left: 28.2%;
    top: 54.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-5 {
    position: absolute;
    left: 28.2%;
    top: 61.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-6 {
    position: absolute;
    left: 28.2%;
    top: 68.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-7 {
    position: absolute;
    left: 15.4%;
    top: 44.3%;
    height: 10.9%;
    width: 8%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-8 {
    position: absolute;
    right: 0;
    top: 79%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-11 .map-area-9 {
    position: absolute;
    left: 14.5%;
    top: 71.7%;
    height: 17.6%;
    width: 8.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-10 {
    position: absolute;
    right: 16%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-11 {
    position: absolute;
    right: 16%;
    top: 44.3%;
    height: 11.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-11 .map-area-12 {
    position: absolute;
    right: 15.3%;
    top: 71.7%;
    height: 18.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-11 {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-11 {
    width: 100%; } }
.img-exhibition-hall-12 {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  .img-exhibition-hall-12 .inner-content {
    position: relative;
    display: inline-block;
    width: 100%; }
    .img-exhibition-hall-12 .inner-content img {
      max-width: 100%; }
  .img-exhibition-hall-12 .video-container {
    position: absolute;
    right: 0;
    top: 32.5%;
    height: 22.6%;
    width: 16.8%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-12 .map-area-1 {
    position: absolute;
    right: 0;
    top: 4%;
    height: 25%;
    width: 17.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0;
    transform: translateX(-3px); }
  .img-exhibition-hall-12 .map-area-2 {
    position: absolute;
    left: 15.4%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-3 {
    position: absolute;
    left: 28.2%;
    top: 47.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-4 {
    position: absolute;
    left: 28.2%;
    top: 54.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-5 {
    position: absolute;
    left: 28.2%;
    top: 61.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-6 {
    position: absolute;
    left: 28.2%;
    top: 68.5%;
    height: 6.5%;
    width: 8.2%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-7 {
    position: absolute;
    left: 15.4%;
    top: 44.3%;
    height: 10.9%;
    width: 8%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-8 {
    position: absolute;
    right: 0;
    top: 79%;
    height: 14.5%;
    width: 10.5%;
    margin: 0 auto;
    border: 0;
    background-color: blue;
    left: 0; }
  .img-exhibition-hall-12 .map-area-9 {
    position: absolute;
    left: 14.5%;
    top: 71.7%;
    height: 17.6%;
    width: 8.2%;
    margin: 0 auto;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-10 {
    position: absolute;
    right: 16%;
    top: 19.9%;
    height: 20.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-11 {
    position: absolute;
    right: 16%;
    top: 44.3%;
    height: 11.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }
  .img-exhibition-hall-12 .map-area-12 {
    position: absolute;
    right: 15.3%;
    top: 71.7%;
    height: 18.2%;
    width: 8.3%;
    margin: 0;
    border: 0;
    background-color: blue; }

@media (min-width: 992px) {
  .img-exhibition-hall-12 {
    position: absolute;
    top: -4%;
    left: 0;
    right: 0;
    bottom: 2vh;
    text-align: center; } }
@media (max-width: 991px) {
  .img-exhibition-hall-12 {
    width: 100%; } }


    .img-exhibition-hall-20 {
      width: 75%;
      margin: 0 auto;
      position: relative; }
      .img-exhibition-hall-20 .inner-content {
        position: relative;
        display: inline-block;
        width: 84%; }
        .img-exhibition-hall-20 .inner-content img {
          max-width: 100%; }
      .img-exhibition-hall-20 .video-container {
        position: absolute;
        right: 38.5%;
        top: 26.5%;
        height: 23%;
        width: 23.8%;
        margin: 0 auto;
        border: 0;
     }
      .img-exhibition-hall-20 .map-area-1 {
        position: absolute;
        right: 37%;
        top: 14.5%;
        height: 10%;
        width: 25.8%;
        margin: 0 auto;
        border: 0;
     }
      .img-exhibition-hall-20 .map-area-2 {
        position: absolute;
    left: 19%;
    top: 29.6%;
    height: 28%;
    width: 18%;
    margin: 0;
    border: 0;
     }
      .img-exhibition-hall-20 .map-area-3 {
        position: absolute;
        left: 15%;
        top: 15.6%;
        height: 11%;
        width: 8%;
        margin: 0;
        border: 0;
    }
      .img-exhibition-hall-20 .map-area-4 {
        position: absolute;
        left: 27%;
        top: 15.6%;
        height: 11%;
        width: 8%;
        margin: 0;
        border: 0;
       }
      .img-exhibition-hall-20 .map-area-5 {
        position: absolute;
        right: 27%;
        top: 15.6%;
        height: 11%;
        width: 8%;
        margin: 0;
        border: 0;
     }
      .img-exhibition-hall-20 .map-area-6 {
        position: absolute;
        right: 15%;
        top: 15.6%;
        height: 11%;
        width: 8%;
        margin: 0;
        border: 0;
     }
      .img-exhibition-hall-20 .map-area-7 {
        position: absolute;
        right: 6%;
        top: 39.7%;
        height: 6%;
        width: 12%;
        margin: 0;
        border: 0;
     }
      .img-exhibition-hall-20 .map-area-8 {
        position: absolute;
        right: 6%;
        top: 47.7%;
        height: 6%;
        width: 12%;
        margin: 0;
        border: 0;
     }

     .img-exhibition-hall-20 .map-area-9 {
      position: absolute;
      right: 6%;
      top: 55.7%;
      height: 6%;
      width: 12%;
      margin: 0;
      border: 0;
   }

   .img-exhibition-hall-20 .map-area-10 {
    position: absolute;
    right: 6%;
    top: 63%;
    height: 6%;
    width: 12%;
    margin: 0;
    border: 0;
 }


 .img-exhibition-hall-20 .map-area-11 {
  position: absolute;
  right: 25.8%;
  top: 47%;
  height: 4.8%;
  width: 4%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-20 .map-area-12 {
  position: absolute;
  right: 25.8%;
  top: 52.2%;
  height: 4.8%;
  width: 4%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-20 .map-area-13 {
  position: absolute;
  right: 25.8%;
  top: 57%;
  height: 4.8%;
  width: 4%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-20 .map-area-14 {
  position: absolute;
  right: 25.8%;
  top: 62%;
  height: 4.8%;
  width: 4%;
  margin: 0;
  border: 0;
}
.img-exhibition-hall-20 .map-area-15 {
  position: absolute;
  right: 45.9%;
  top: 66%;
  height: 14.8%;
  width: 9%;
  margin: 0;
  border: 0;
}
    
    @media (min-width: 992px) {
      .img-exhibition-hall-4 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 2vh;
        text-align: center; } }


.navbar-container {
  background-color: rgba(0, 0, 0, 0.6);
  border-top: 0.25rem solid #ffffff; }
  .navbar-container .navbar-toggler {
    background: none;
    border: 0;
    position: absolute;
    right: 1rem;
    bottom: 1rem; }
    .navbar-container .navbar-toggler .hamburger {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      padding-top: 0.3em;
      padding-bottom: 0.3em;
      vertical-align: middle;
      content: "";
      background: center center / 100% 100% no-repeat;
      transform: rotateY(0);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .navbar-container .navbar-toggler .hamburger__patty {
      width: 100%;
      height: 2px;
      margin: 0 0 4px 0;
      background: #20a1c1;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      .navbar-container .navbar-toggler .hamburger__patty:last-child {
        margin-bottom: 0; }
    .navbar-container .navbar-toggler .hamburger--close {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .navbar-container .navbar-toggler .hamburger--close .hamburger__patty:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -moz-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        -o-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px); }
      .navbar-container .navbar-toggler .hamburger--close .hamburger__patty:nth-child(2) {
        opacity: 0; }
      .navbar-container .navbar-toggler .hamburger--close .hamburger__patty:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -5px);
        -moz-transform: rotate(-45deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) translate(5px, -5px);
        -o-transform: rotate(-45deg) translate(5px, -5px);
        transform: rotate(-45deg) translate(5px, -5px); }
    .navbar-container .navbar-toggler[aria-expanded="true"] .hamburger {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
      .navbar-container .navbar-toggler[aria-expanded="true"] .hamburger .hamburger__patty:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        -moz-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        -ms-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        -o-transform: rotate(45deg) translate(0.4625rem, 0.4625rem);
        transform: rotate(45deg) translate(0.4625rem, 0.4625rem); }
      .navbar-container .navbar-toggler[aria-expanded="true"] .hamburger .hamburger__patty:nth-child(2) {
        opacity: 0; }
      .navbar-container .navbar-toggler[aria-expanded="true"] .hamburger .hamburger__patty:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        -moz-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        -ms-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        -o-transform: rotate(-45deg) translate(0.1875rem, -0.1875rem);
        transform: rotate(-45deg) translate(0.1875rem, -0.1875rem); }
  .navbar-container .navbar-nav .nav-item .nav-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding-top: 0; }
  .navbar-container .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
    box-shadow: 0rem 0rem 0.5rem 0.1rem rgba(0, 0, 0, 0.2);
    border-radius: 0; }
    .navbar-container .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
      color: #20a1c1;
      text-transform: uppercase;
      font-weight: 600; }
      .navbar-container .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active, .navbar-container .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
        background-color: rgba(255, 255, 255, 0.8); }
  .navbar-container .icon-wrap {
    background: #20a1c1;
    width: 2rem;
    height: 2rem;
    border-radius: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0.25rem; }
    .navbar-container .icon-wrap.bg-primary {
      background: #20a1c1 !important;
      border: 1px solid #ffffff;
      margin-bottom: 0.25rem;
      margin-top: 0.25rem;
      width: 1.75rem;
      height: 1.75rem; }
      .navbar-container .icon-wrap.bg-primary svg {
        font-size: 0.875rem; }
    .navbar-container .icon-wrap.lg {
      width: 2.25rem;
      height: 2.25rem; }
      .navbar-container .icon-wrap.lg i.icon {
        width: 1rem;
        height: 1rem; }
  .navbar-container i.icon {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 1rem;
    height: 1rem;
    font-style: normal;
    display: inline-block; }
    .navbar-container i.icon.icon-networking-lounge {
      background-image: url(../images/icon-networking-lounge.svg); }
    .navbar-container i.icon.icon-lobby {
      background-image: url(../images/icon-lobby.svg); }
    .navbar-container i.icon.icon-auditorium {
      background-image: url(../images/icon-auditorium.svg); }
    .navbar-container i.icon.icon-exhibitor-hall {
      background-image: url(../images/icon-exhibitor-hall.svg); }
    .navbar-container i.icon.icon-briefcase {
      background-image: url(../images/icon-briefcase.svg); }
    .navbar-container i.icon.icon-help {
      background-image: url(../images/icon-help.svg); }
    .navbar-container i.icon.icon-lobby {
      background-image: url(../images/icon-lobby.svg); }
    .navbar-container i.icon.icon-user {
      background-image: url(../images/icon-user.svg);
      width: 2rem;
      height: 2rem; }
    .navbar-container i.icon.icon-resource {
      background-image: url(../images/icon-resource.svg); }

@media (max-width: 991px) {
  .navbar-container {
    min-height: 4rem; } }
@media (min-width: 992px) {
  .navbar-container .navbar-nav {
    margin-top: -1.5rem; } }
@media (max-width: 991px) {
  .navbar-container .navbar-nav {
    padding-top: 3rem; } }
@media (min-width: 992px) {
  .navbar-container .navbar-nav .nav-item .nav-link {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.2;
    font-size: 0.75rem;
    padding-bottom: 0rem;
    cursor: pointer; } }
@media (max-width: 991px) {
  .navbar-container .navbar-nav .nav-item .nav-link {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row; }
    .navbar-container .navbar-nav .nav-item .nav-link br {
      display: none; } }
@media (min-width: 992px) {
  .navbar-container .navbar-nav .nav-item.dropdown {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
@media (min-width: 992px) {
  .navbar-container .navbar-nav .nav-item.dropdown .nav-link {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding-left: 4rem; } }
@media (max-width: 991px) {
  .navbar-container .icon-wrap {
    margin-right: 1rem;
    width: 1.75rem;
    height: 1.75rem; } }
@media (max-width: 991px) {
  .navbar-container .icon-wrap.bg-primary {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }
@media (max-width: 991px) {
  .navbar-container .icon-wrap.lg {
    width: 1.75rem;
    height: 1.75rem; } }
@media (max-width: 991px) {
  .navbar-container .icon-wrap.lg i.icon {
    width: 1rem;
    height: 1rem; } }
.powered-by {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 12rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .powered-by label {
    text-transform: uppercase;
    color: #000000;
    font-size: 0.75rem;
    margin: 0 0.3rem 0 0; }
  .powered-by img {
    width: 7rem; }

@media (max-width: 991px) {
  .powered-by {
    left: 1rem;
    right: auto; } }
.platium-sponsor-one {
  position: absolute;
  left: 21%;
  top: 10.5vw;
  width: 11.9%;
  height: 6.5vw; }
  .platium-sponsor-one img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%; }

@media (max-width: 767px) {
  .platium-sponsor-one {
    top: 6.9rem;
    height: 18.4%;
    left: 17%;
    width: 13.4%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .platium-sponsor-one {
    top: 13.8rem;
    height: 15.5rem; } }
.platium-sponsor-three {
  position: absolute;
  right: 23%;
  top: 10.5vw;
  width: 11.9%;
  height: 6.5vw; }
  .platium-sponsor-three img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%; }

@media (max-width: 767px) {
  .platium-sponsor-three {
    top: 6.9rem;
    height: 19.4%;
    right: 20.3%;
    width: 15.4%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .platium-sponsor-three {
    top: 13.8rem;
    height: 15.5rem; } }

 .resource-center {
  position: absolute;
  left: 6.9%;
  top: 56%;
  width: 9%;
  margin: auto;
  height: 13%; }

.board-lobby {
  position: absolute;
  right: 26%;
  top: 57.5%;
  width: 8.5%;
  margin: auto;
  height: 13%;}

.board-autidotrium {
  position: absolute;
  right: 11.4%;
  top: 50.5%;
  width: 7.9%;
  margin: auto;
  height: 13%;
}
  

  .board-expohall
  {
    position: absolute;
    left: 21.9%;
    top: 57%;
    width: 9%;
    margin: auto;
    height: 13%; }

.board-help {
  position: absolute;
  left: 21.5%;
  top: 48.5%;
  width: 8.1%;
  margin: auto;
  height: 5.4%; }


.board-exhibitor-hall {
  position: absolute;
  left: 20%;
  top: 22.5vw;
  width: 9.5%;
  margin: auto; }


@media (max-width: 767px) {
  .board-exhibitor-hall {
    top: 19rem; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .board-exhibitor-hall {
    top: 34rem; } }

  .board-autidotrium img {
    width: 100%; }
    .board-autidotrium img.img-sidebar {
      height: 2rem;
      width: 0.3rem;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
    .board-autidotrium img.word {
      position: absolute;
      left: 2%;
      top: 30%;
      width: 80%; }

.modal .close.position-absolute {
  top: -1rem;
  right: -0.8rem;
  z-index: 10;
  background-color: white;
  width: 2rem;
  height: 2rem;
  opacity: 1;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal .close.position-absolute span {
    position: relative;
    top: -0.1rem; }
  .modal .close.position-absolute:hover {
    background-color: white;
    width: 2rem;
    height: 2rem; }

@media (max-width: 991px) {
  .section-auditorium {
    min-width: auto !important;
    position: relative !important; } }
.section-auditorium .container-auditorium {
  max-width: 72rem; }
.section-auditorium .card-speaker-webinar {
  border: 0;
  background-color: #ffffff;
  margin-top: 0.5rem; }
  .section-auditorium .card-speaker-webinar:first-child {
    margin-top: 0; }
  .section-auditorium .card-speaker-webinar.live {
    background-color: #fff; }
  .section-auditorium .card-speaker-webinar .card-body {
    padding: 0.5rem 0.5rem 1rem; }
  .section-auditorium .card-speaker-webinar img {
    margin-bottom: 0.5rem; }
  .section-auditorium .card-speaker-webinar .meta-info {
    font-weight: 400;
    font-size: 0.75rem; }
    .section-auditorium .card-speaker-webinar .meta-info .icon {
      color: #a6372e;
      font-size: 1rem;
      width: 1rem;
      height: 1rem; }
    .section-auditorium .card-speaker-webinar .meta-info div {
      margin-bottom: 0.1rem;
      margin-top: 0.7rem; }
  .section-auditorium .card-speaker-webinar h5 {
    text-transform: none;
    font-weight: 600;
    font-size:1rem;
  }


  .card-speaker-webinar {
    min-height: 24rem;
    }

    .section-auditorium .card-speaker-webinar h5 span {
      font-size: 0.75rem;
      text-transform: uppercase; }
  .section-auditorium .card-speaker-webinar p {
    font-size: 0.875rem; }
.section-auditorium .line {
  position: absolute;
  top: -3rem;
  bottom: 70%;
  width: 1px;
  background-color: #505052; }
  .section-auditorium .line.left {
    left: 20%; }
  .section-auditorium .line.right {
    right: 20%; }
.section-auditorium .link-board, .section-auditorium .logo-platinum-sponsor {
  position: relative;
  z-index: 1; }
.section-auditorium .link-board {
  color: #20a1c1; }
.section-auditorium .link-board:before, .section-auditorium .link-board:after {
  background-color: #505052;
  content: '';
  position: absolute;
  top: 0;
  width: 0.75rem;
  height: 0.25rem; }
.section-auditorium .link-board:before {
  left: 13%; }
.section-auditorium .link-board:after {
  right: 13%; }

.bg-gradient {
  background: #dadada;
  background: -moz-linear-gradient(0deg, #dadada 0%, #cdcfd3 100%);
  background: -webkit-linear-gradient(0deg, #dadada 0%, #cdcfd3 100%);
  background: linear-gradient(0deg, #dadada 0%, #cdcfd3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadada",endColorstr="#cdcfd3",GradientType=1); }

.bg-gradient-one {
  background: #c7c7c9;
  background: -moz-radial-gradient(circle, #c7c7c9 90%, #85838e 100%);
  background: -webkit-radial-gradient(circle, #c7c7c9 90%, #85838e 100%);
  background: radial-gradient(circle, #c7c7c9 90%, #85838e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7c7c9",endColorstr="#85838e",GradientType=1); }

.bg-tertiary {
  background-color: #dcdcdd; }

.upcoming-webinar .webinar-details {
  text-align: center; }
  .upcoming-webinar .webinar-details h4 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.2rem; }
  .upcoming-webinar .webinar-details img {
    width: 65%;
    height: auto; }
  .upcoming-webinar .webinar-details .timer {
    color: #20a1c1;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1; }
  .upcoming-webinar .webinar-details .label {
    margin-bottom: 0.5rem; }

.swiper-auditorium-events-control {
  position: relative;
  top: 40%; }
  .swiper-auditorium-events-control .btn-events {
    position: absolute;
    background-color: #20a1c1;
    width: 2rem;
    height: 3rem;
    z-index: 2;
    cursor: pointer; }
    .swiper-auditorium-events-control .btn-events:focus {
      outline: none; }
    .swiper-auditorium-events-control .btn-events .icon {
      color: #ffffff; }
    .swiper-auditorium-events-control .btn-events.btn-prev {
      left: -3rem;
      border-radius: 0 100px 100px 0; }
    .swiper-auditorium-events-control .btn-events.btn-next {
      right: -3rem;
      border-radius: 100px 0 0 100px; }

@media (max-width: 991px) {
  .swiper-auditorium-events-control .btn-events.btn-prev {
    left: 0; } }
@media (max-width: 991px) {
  .swiper-auditorium-events-control .btn-events.btn-next {
    right: 0; } }
.border-dashed-top {
  border-top: 1px dashed #58595b; }

.border-dashed-lg-right {
  border-right: 1px dashed #58595b; }

.border-dashed-lg-left {
  border-left: 1px dashed #58595b; }

.link-expohall-one {
  position: absolute;
  left: 0.5%;
  bottom: 33%;
  width: 30%;
  height: 25.5%; }

.link-expohall-two {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 33%;
  width: 34.5%;
  height: 30%;
  transform: translateX(5%); }

.link-expohall-three {
  position: absolute;
  right: 2.2%;
  bottom: 33%;
  width: 27%;
  height: 29%;
  transform: translate(5%, 0); }

.link-expohall-standee-one {
  position: absolute;
  left: 27.5%;
  top: 19.1%;
  width: 5%;
  height: 30%; }

.link-expohall-standee-two {
  position: absolute;
  right: 27.5%;
  top: 19.1%;
  width: 5%;
  height: 30%; }

.cards-wrap-networking-cafe {
  width: 26.8%;
  height: 32.6%;
  margin: 0 auto;
  transform: translateX(-7%);
  padding: 0.7rem 1rem 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 11%; }
  .cards-wrap-networking-cafe .card.card-networking {
    margin-bottom: 0.4rem;
    border: 0;
    height: 90%;
    text-align: center;
   }
    .cards-wrap-networking-cafe .card.card-networking .card-body {
      padding: 0.5rem 0.5rem;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column; }
      .cards-wrap-networking-cafe .card.card-networking .card-body h5 {
        text-transform: uppercase;
        font-size: 1.125rem;
        margin-bottom: 0.5rem; }
      .cards-wrap-networking-cafe .card.card-networking .card-body p {
        font-size: 0.75rem;
        line-height: 1.2;
        margin-bottom: 0.75rem; }
  .cards-wrap-networking-cafe .row-top {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0; }
  .cards-wrap-networking-cafe .row-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .cards-wrap-networking-cafe {
    padding: 0.2rem 0.2rem 0;
    height: 29%;
    top: 6.5rem; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cards-wrap-networking-cafe {
    padding: 0.2rem 0.2rem 0;
    height: 39.5%;
    top: 6.5rem; } }
@media (max-width: 767px) {
  .cards-wrap-networking-cafe {
    padding: 0.2rem 0.2rem 0;
    height: 28.2%;
    top: 3.2rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .cards-wrap-networking-cafe .card.card-networking {
    height: 75%; } }
@media (max-width: 991px) {
  .cards-wrap-networking-cafe .card.card-networking .card-body {
    padding: 0.25rem 0.25rem; } }
@media (max-width: 767px) {
  .cards-wrap-networking-cafe .card.card-networking .card-body h5 {
    font-size: 0.4rem;
    margin-bottom: 0.2rem; } }
@media (max-width: 767px) {
  .cards-wrap-networking-cafe .card.card-networking .card-body p {
    font-size: 0.45rem;
    line-height: 1.2;
    margin-bottom: 0.25rem; } }
@media (max-width: 767px) {
  .cards-wrap-networking-cafe .card.card-networking .card-body .btn.btn-sm {
    font-size: 0.4rem;
    font-weight: 300;
    padding: 0; } }
.border-light {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.link-logo-sponsor-1 {
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 0%;
  width: 15%;
  height: 24%; }

.link-logo-sponsor-2 {
  cursor: pointer;
  position: absolute;
  left: 29%;
  top: 0%;
  width: 15%;
  height: 24%; }

.link-logo-sponsor-3 {
  cursor: pointer;
  position: absolute;
  left: 49%;
  top: 0%;
  width: 15%;
  height: 24%; }

.link-logo-sponsor-4 {
  cursor: pointer;
  position: absolute;
  left: 68%;
  top: 0%;
  width: 9.8%;
  height: 18.6%; }

.link-resources-1 {
  cursor: pointer;
  position: absolute;
  right: 11.2%;
  top: 25%;
  width: 11%;
  height: 6.6%; }

@media (max-width: 991px) {
  .link-resources-1 {
    top: 6.4%; } }
.link-resources-2 {
  cursor: pointer;
  position: absolute;
  right: 7.5%;
  top: 50.5%;
  width: 12%;
  height: 6.6%; }

@media (max-width: 991px) {
  .link-resources-2 {
    top: 22.5%;
    right: 9%; } }
.link-kiosk-1 {
  cursor: pointer;
  position: absolute;
  left: 7.7%;
  top: 36%;
  width: 10.5%;
  height: 5.6%; }

.link-kiosk-2 {
  cursor: pointer;
  position: absolute;
  left: 7.7%;
  top: 44.5%;
  width: 10.5%;
  height: 5.6%; }

.link-kiosk-3 {
  cursor: pointer;
  position: absolute;
  left: 7.7%;
  top: 53%;
  width: 10.5%;
  height: 5.6%; }

.link-kiosk-4 {
  cursor: pointer;
  position: absolute;
  left: 7.7%;
  top: 60.8%;
  width: 10.5%;
  height: 5.6%; }

.link-kiosk-5 {
  cursor: pointer;
  position: absolute;
  left: 7.7%;
  top: 65.5%;
  width: 10.5%;
  height: 5.6%; }

.help-desk .explore-help {
  cursor: pointer;
  position: absolute;
  left: 27%;
  top: 12%;
  width: 14.5%;
  height: 34.5%;
 }

.help-desk .live-chat {
  cursor: pointer;
  position: absolute;
  left: 43%;
  top: 12%;
  width: 14.5%;
  height: 34.5%; }

.help-desk .send-mail {
  cursor: pointer;
  position: absolute;
  left: 58.7%;
  top: 12%;
  width: 14.5%;
  height: 34.5%; }

.help-desk .cards-wrap-help-desk {
  position: absolute;
  left: 0;
  width: 46.8%;
  height: 39%;
  margin: 0 auto;
  top: 4%;
  right: 0; }
  .help-desk .cards-wrap-help-desk .card.card-help-desk {
    text-align: center;
    min-height: 13.3rem;
    border: 0; }
    .help-desk .cards-wrap-help-desk .card.card-help-desk .card-body {
      padding: 0.5rem 0.5rem 0; }
    .help-desk .cards-wrap-help-desk .card.card-help-desk .container-icon {
      height: 2rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .help-desk .cards-wrap-help-desk .card.card-help-desk .container-icon .icon {
        font-size: 2rem;
        color: #20a1c1; }
    .help-desk .cards-wrap-help-desk .card.card-help-desk .card-title {
      margin-bottom: 0.25rem;
      font-size: 1rem;
      white-space: nowrap; }
    .help-desk .cards-wrap-help-desk .card.card-help-desk p {
      font-size: 0.75rem;
      margin-bottom: 0; }
    .help-desk .cards-wrap-help-desk .card.card-help-desk .card-footer {
      background-color: transparent;
      border-top: 0;
      padding-top: 0.25rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  .help-desk .cards-wrap-help-desk {
    top: 8%;
    height: 31%; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk {
    top: 5%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk {
    height: 99%; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk .card-body {
    padding: 0.2rem 0.2rem 0; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk .container-icon {
    height: 1rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk .container-icon .icon {
    font-size: 0.7rem; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk .card-title {
    margin-bottom: 0.15rem;
    font-size: 0.6rem; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk p {
    font-size: 0.55rem;
    margin-bottom: 0;
    line-height: 1.2; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk .card-footer {
    padding-top: 0.25rem;
    padding-bottom: 0.4rem; } }
@media (max-width: 991px) {
  .help-desk .cards-wrap-help-desk .card.card-help-desk .card-footer .btn.btn-sm {
    font-size: 0.55rem;
    padding: 0; } }
/* Chat Widget CSS Start */
.msg-simple-box {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  color: #000;
  background: #fff;
  z-index: 1004;
  position: absolute;
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5); }

.hide {
  display: none; }

.msg-simple-box.sp-chat {
  bottom: 3px;
  right: 100px;
  position: fixed;
  z-index: 1109;
  display: block;
  right: 3rem; }
.msg-simple-box .box-header {
  border-bottom: 1px solid #e2e2e2; }
.msg-simple-box.expand .header-btn.open, .msg-simple-box.collapse .header-btn.close {
  display: none; }
.msg-simple-box .header-btn {
  border-left: 1px solid #eee;
  height: 35px;
  line-height: 1;
  width: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  border-radius: 0 5px 0 0; }
.msg-simple-box .header-title {
  margin-right: 41px;
  height: 35px;
  position: relative;
  display: block;
  color: #000;
  cursor: default; }
.msg-simple-box .title-text {
  height: 35px;
  font-size: 0.75rem; }
.msg-simple-box .arrow-right {
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 5px solid #000;
  font-size: 0;
  line-height: 0; }
.msg-simple-box .text-icon {
  margin-left: 10px;
  margin-top: 12px;
  float: left; }
.msg-simple-box.expand.down .header-title.active .text-icon {
  margin-top: 16px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #000; }
.msg-simple-box.collapse .header-title.active .text-icon, .msg-simple-box.expand.up .header-title.active .text-icon {
  margin-top: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #000; }
.msg-simple-box .text-main {
  margin-left: 15px;
  height: 35px;
  line-height: 35px; }
.msg-simple-box.inactive .text-main, .msg-simple-box.inactive .text-icon {
  display: none; }
.msg-simple-box.inactive .inactive-tip {
  margin-left: 10px;
  display: block;
  height: 35px;
  line-height: 35px; }
.msg-simple-box .inactive-tip {
  display: none; }
.msg-simple-box .text-main-name {
  box-sizing: border-box;
  font-size: 110%;
  max-width: 370px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  border: 1px solid transparent; }

.theme-tip-background .msg-simple-box .text-main-name {
  border: 0; }

.msg-simple-box .text-main-name-input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e2e2e2; }
.msg-simple-box .text-main-tip {
  padding-left: 4px;
  font-weight: 400;
  color: #999;
  font-size: 11px; }
.msg-simple-box .title-detail {
  position: absolute;
  display: none;
  left: 0;
  border: 1px solid #eee;
  width: 145px;
  background: #fff;
  z-index: 10; }
.msg-simple-box.expand.down .title-detail {
  top: 100%; }
.msg-simple-box.expand.up .title-detail {
  bottom: 100%; }
.msg-simple-box.collapse .title-detail {
  bottom: 100%; }
.msg-simple-box .header-title.active .title-detail {
  display: block; }
.msg-simple-box .detail-user {
  cursor: default;
  max-height: 140px;
  overflow-y: auto;
  overflow-x: hidden; }
.msg-simple-box.collapse .detail-user {
  display: none; }
.msg-simple-box .user-item {
  padding: 10px 5px 10px 15px;
  width: 122px;
  word-wrap: break-word;
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis; }
.msg-simple-box .detail-group {
  border-top: 1px solid #eee;
  padding-top: 5px; }
.msg-simple-box .group-item {
  padding: 10px 15px;
  position: relative;
  height: 38px;
  cursor: pointer;
  line-height: 1; }
.msg-simple-box .group-item-name {
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 0.75rem;
  *zoom: 1; }
.msg-simple-box .group-item-tip {
  display: inline-block;
  font-size: 0.75rem;
  *zoom: 1;
  margin-left: 2px; }
.msg-simple-box .group-item-detail {
  position: absolute;
  border: 1px solid #aeaeae;
  display: none;
  cursor: default;
  background: #fff;
  max-height: 176px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 180px;
  right: 169px;
  top: -50%;
  min-height: 60px;
  padding-top: 10px; }

.simple-chat-item-box .group-item-detail {
  border: 1px solid #aeaeae;
  display: block;
  cursor: default;
  background: #fff;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 180px;
  min-height: 60px;
  padding-top: 10px; }

.group-item-detail .group-item-none {
  text-align: center;
  margin-top: 18px; }

.msg-simple-box .group-item.current {
  display: block;
  background-color: #eee;
  color: #000 !important;
  cursor: default; }
  .msg-simple-box .group-item.current .group-item-name {
    font-weight: 700; }
.msg-simple-box .group-item .arrow {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: none; }
.msg-simple-box .group-item .bridge {
  position: absolute;
  height: 100%;
  width: 20px;
  z-index: 9;
  right: 100%;
  top: 0; }
.msg-simple-box .group-item .arrow-right-mark {
  z-index: 15;
  right: 160px;
  top: 7px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff; }
.msg-simple-box .group-item .arrow-right-border {
  z-index: 14;
  right: 159px;
  top: 6px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #a2a2a2; }
.msg-simple-box .group-item:hover {
  background-color: #eee !important;
  color: #000 !important; }

.group-item-detail .group-user-item {
  padding: 0 10px 10px; }
.group-item-detail .user-detail-cot {
  line-height: 18px; }
.group-item-detail.single .user-detail-cot {
  line-height: 20px; }

.group-user-item .user-face, .group-user-item .one-user-show {
  display: none; }

.group-item-detail.single .group-user-item .multiple-user-show {
  display: none; }
.group-item-detail.single .group-user-item .user-face, .group-item-detail.single .group-user-item .one-user-show {
  display: block; }
.group-item-detail.single .user-detail-cot {
  margin-left: 45px; }

.msg-simple-box.collapse .box-body {
  display: none !important; }

.box-body .group-list-cot {
  width: 150px;
  border-right: 1px solid #e2e2e2;
  vertical-align: top; }
  .box-body .group-list-cot .group-list-box {
    width: 100%;
    position: relative; }
.box-body .msg-main-cot {
  width: 310px; }

@media (max-width: 767px) {
  .box-body .group-list-cot {
    width: 100%; } }
@media (max-width: 767px) {
  .box-body .msg-main-cot {
    width: 100%; } }
.msg-simple-box .body-handle {
  list-style: none;
  overflow: hidden;
  height: 35px;
  background: #efefef;
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
  margin: 0; }
.msg-simple-box .handle-item {
  width: 33.33%;
  height: 35px;
  float: left;
  *width: 33.2%;
  position: relative; }
  .msg-simple-box .handle-item .btn {
    height: inherit;
    padding: 0 3px 0 28px;
    font-size: 60%;
    color: #666;
    text-transform: none;
    vertical-align: middle; }
    .msg-simple-box .handle-item .btn.item-add, .msg-simple-box .handle-item .btn.item-create {
      border-right: 1px solid #dcdcdc; }
  .msg-simple-box .handle-item .icon {
    position: absolute;
    width: 22px;
    height: 20px;
    left: 5px;
    top: 8px;
    color: #fff;
    background-image: url(images/single-chat-icon.png);
    background-repeat: no-repeat; }
  .msg-simple-box .handle-item .item-add .icon {
    background-position: 0 0; }
  .msg-simple-box .handle-item .item-create .icon {
    background-position: 0 -20px; }
  .msg-simple-box .handle-item .item-leave .icon {
    background-position: 0 -40px; }
.msg-simple-box .body-type {
  padding: 5px; }
.msg-simple-box .type-cot-textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  padding: 5px;
  resize: none;
  box-sizing: border-box;
  border-radius: 0.25rem;
  font-size: 0.75rem; }
.msg-simple-box .type-send {
  margin-right: 0;
  overflow: hidden;
  padding: 5px 0; }
.msg-simple-box .send-btn {
  color: #fff;
  margin-right: 0; }
.msg-simple-box .video-chat-btn {
  color: #fff;
  margin-right: 10px; }
.msg-simple-box .body-btn .send-btn {
  color: #fff;
  margin-left: 10px; }
.msg-simple-box .translator-cot {
  margin-right: 80px;
  overflow: hidden; }
.msg-simple-box .translator-label {
  display: block;
  padding: 0 10px 0 5px;
  line-height: 24px; }
.msg-simple-box .translator-switch {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
.msg-simple-box .language-select-cot {
  margin-left: 5px;
  margin-right: 10px; }
.msg-simple-box .translator-language-select {
  width: 100%;
  height: 25px; }
.msg-simple-box .send-status {
  float: left;
  line-height: 25px;
  color: #bbb; }
.msg-simple-box .body-msg {
  width: auto;
  background-color: #f4f4f4;
  max-height: 300px;
  overflow-y: auto;
  position: relative; }
.msg-simple-box .msg-item {
  position: relative;
  padding: 5px;
  margin-right: 10px\0; }
  .msg-simple-box .msg-item:nth-child(odd) {
    background-color: #fff; }
.msg-simple-box .item-face {
  position: absolute;
  top: 10px;
  left: 10px; }
.msg-simple-box .body-msg-cot {
  border-top: 0 solid #e2e2e2; }
.msg-simple-box .item-msgInfo {
  margin-left: 50px;
  *zoom: 1; }
.msg-simple-box .msgInfo-send {
  padding: 5px 0;
  *zoom: 1; }
.msg-simple-box .sys-msg {
  width: 230px;
  padding-left: 3rem;
  font-size: 12px;
  font-style: italic;
  color: gray; }
  .msg-simple-box .sys-msg em {
    font-size: 12px;
    font-style: italic;
    color: gray; }
.msg-simple-box .send-time {
  font-size: 60%;
  color: #999;
  position: absolute;
  right: 10px;
  top: 11px; }
.msg-simple-box .send-name {
  margin-right: 75px;
  font-size: 100%;
  width: 140px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.msg-simple-box .msgInfo-txt {
  color: #333;
  min-height: 28px;
  width: 99%;
  margin: 0;
  word-wrap: break-word;
  white-space: pre-wrap; }
  .msg-simple-box .msgInfo-txt .msg-link {
    margin: 0 1px;
    text-decoration: underline;
    word-break: break-all; }
.msg-simple-box .body-btn {
  margin-top: 5px; }
  .msg-simple-box .body-btn .com-btn.disable {
    background: #999;
    cursor: pointer; }
    .msg-simple-box .body-btn .com-btn.disable:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
.msg-simple-box.popup {
  min-width: 300px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -150px;
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2); }
  .msg-simple-box.popup .text-icon {
    margin-top: 0;
    width: 30px;
    background: url(images/chat-title-icon.png) no-repeat center center;
    height: 40px; }
  .msg-simple-box.popup .text-main {
    margin-left: 50px; }
  .msg-simple-box.popup .box-body {
    padding: 10px; }
    .msg-simple-box.popup .box-body .body-main {
      min-height: 60px;
      max-width: 290px; }

.simple-chat-item-box {
  position: absolute;
  z-index: 99999; }

.simple-chat-item-content {
  position: relative; }

.simple-chat-item-box .arrow {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }
.simple-chat-item-box .bridge {
  position: absolute;
  height: 100%;
  width: 20px;
  z-index: 9;
  right: 0;
  top: 0; }
.simple-chat-item-box .arrow-right-mark {
  z-index: 15;
  right: -9px;
  top: 21px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff; }
.simple-chat-item-box .arrow-right-border {
  z-index: 14;
  right: -11px;
  top: 20px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #a2a2a2; }

@media screen and (orientation: portrait) {
  .msg-simple-box.sp-chat {
    position: fixed;
    bottom: 5rem;
    right: 0 !important; } }
.msg-simple-box.collapse .text-main-tip {
  display: none; }

.nano {
  position: relative;
  width: 100%;
  height: 100%; }
  .nano > .nano-content {
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .nano > .nano-content:focus {
      outline: thin dotted; }
  .nano > .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .nano > .nano-pane > .nano-slider {
      background: #444;
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      margin: 0 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  .nano:hover > .nano-pane {
    visibility: visible\9;
    opacity: 0.99; }

.nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

/* Chat Widget End */
.section-lobby .link-lobby-sponsor-1 {
  position: absolute;
  left: 2%;
  top: 19%;
  width: 15.6%;
  height: 28%;
  transform: skewY(10deg); }
.section-lobby .link-lobby-sponsor-2 {
  position: absolute;
  right: 2%;
  top: 17%;
  width: 15.6%;
  height: 29%;
  transform: skewY(-10deg); }
.section-lobby .link-lobby-standee-1 {
  position: absolute;
  left: 9%;
  top: 62.4%;
  width: 5.1%;
  height: 22.3%; }
.section-lobby .link-lobby-standee-2 {
  position: absolute;
  right: 21.5%;
  top: 62.4%;
  width: 5.1%;
  height: 17.3%; }

  .section-lobby .link-lobby-standee-3 {
  position: absolute;
  left: 21%;
  top: 22.4%;
  width: 9.1%;
  height: 28.3%;
  }

.section-lobby .link-lobby-rack {
  position: absolute;
  left: 29.5%;
  top: 62%;
  width: 6.1%;
  height: 25.3%;
}
.section-lobby .link-lobby-logo-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 26%;
  width: 19.5%;
  height: 8%;
  margin: 0 auto;
  cursor: pointer;
  transform: translate(-3.8%, 0); }
.section-lobby .link-lobby-logo-reception {
  position: absolute;
  left: 0;
  right: 2%;
  top: 67%;
  width: 12%;
  height: 6%;
  margin: 0 auto; }
.section-lobby .link-lobby-pages-1 {
  position: absolute;
  left: 1.4%;
  top: 48.7%;
  width: 7%;
  height: 9%; }
.section-lobby .link-lobby-pages-2 {
  position: absolute;
  left: 13.2%;
  top: 50.8%;
  width: 6%;
  height: 7%;
  transform: skewY(5deg); }
.section-lobby .link-lobby-pages-3 {
  position: absolute;
  right: 1.5%;
  top: 48.6%;
  width: 7%;
  height: 9%; }
.section-lobby .link-lobby-pages-4 {
  position: absolute;
  right: 12.9%;
  top: 50.7%;
  width: 6%;
  height: 7%; }
  .section-lobby .save-the-date {
    position: absolute;
    right: 21%;
    top: 19.8%;
    width: 9.2%;
    height: 31%;
    margin: 0 auto;
    cursor: pointer; }


.section-lobby .link-lobby-video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 34.8%;
  width: 19.2%;
  height: 24%;
  margin: 0 auto;
  transform: translateX(-2.4%);
  cursor: pointer; }
.section-lobby .link-website {
  position: absolute;
  left: 0;
  right: 0;
  top: 20.7%;
  width: 13.5%;
  height: 6%;
  margin: 0 auto;
  cursor: pointer;
  transform: translate(-3.8%, 0); }

@media (min-width: 1600px) {
  .section-lobby .link-lobby-video-container {
    top: 33.4%;
    height: 19.7%; } }
@media (max-width: 1199px) {
  .section-lobby .link-lobby-video-container {
    top: 33.8%;
    height: 19%; } }
@media (max-width: 991px) {
  .section-lobby .link-lobby-video-container {
    top: 27.8%;
    height: 26%; } }
@media (max-width: 767px) {
  .section-lobby .link-lobby-video-container {
    top: 24.8%;
    height: 30%; } }
@media (min-width: 1600px) {
  .section-lobby .link-website {
    top: 25.7%;
    height: 5%; } }
@media (max-width: 1199px) {
  .section-lobby .link-website {
    top: 26.2%;
    height: 5%; } }
@media (max-width: 991px) {
  .section-lobby .link-website {
    top: 17.7%;
    height: 6.5%; } }
@media (max-width: 767px) {
  .section-lobby .link-website {
    top: 12.7%;
    height: 8%; } }
.text-dark {
  color: #000000 !important; }

.facebook {
  color: #2174ee; }

.twitter {
  color: #1da0f2; }

.linkedin {
  color: #0076b3; }

.row-filter label {
  font-size: 0.75rem; }
.row-filter .form-control {
  height: calc(1em + .75rem + 2px);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.175rem .75rem; }
.row-filter .icon {
  font-size: 0.75rem;
  color: #20a1c1; }

.table-scrollable-y-axis {
  max-height: 20rem;
  overflow-y: auto; }

.card.card-signin .card-body {
  padding: 0.9375rem; }
.card.card-event-counter .card-body {
  padding: 0 0.9375rem; }

/* Event Counter CSS */
.countdown {
  margin: 0 auto; }
  .countdown .bloc-time {
    text-align: center; }
    .countdown .bloc-time:last-child {
      margin-right: 0; }
  .countdown .count-title {
    display: block;
    font-weight: 400;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .countdown .figure {
    position: relative;
    height: 4rem;
    width: 4rem;
    margin-right: 0.5rem;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08); }
    .countdown .figure:last-child {
      margin-right: 0; }
    .countdown .figure > span {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      font-weight: 400;
      font-size: 3.74rem;
      line-height: 1;
      color: #155e67; }
    .countdown .figure .top:after, .countdown .figure .bottom-back:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .countdown .figure .top {
      z-index: 3;
      background-color: #f7f7f7;
      transform-origin: 50% 100%;
      -webkit-transform-origin: 50% 100%;
      -webkit-border-top-radius: 10px;
      -moz-border-top-radius: 10px;
      -ms-border-top-radius: 10px;
      border-top-radius: 10px;
      -webkit-transform: perspective(200px);
      -moz-transform: perspective(200px);
      -ms-transform: perspective(200px);
      -o-transform: perspective(200px);
      transform: perspective(200px); }
    .countdown .figure .bottom {
      z-index: 1; }
      .countdown .figure .bottom:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.02); }
    .countdown .figure .bottom-back {
      z-index: 2;
      top: 0;
      height: 50%;
      overflow: hidden;
      background-color: #f7f7f7;
      -webkit-border-top-radius: 10px;
      -moz-border-top-radius: 10px;
      -ms-border-top-radius: 10px;
      border-top-radius: 10px; }
      .countdown .figure .bottom-back span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .countdown .figure .top {
      height: 50%;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
    .countdown .figure .top-back {
      height: 50%;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 4;
      bottom: 0;
      background-color: #fff;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: perspective(200px) rotateX(180deg);
      -moz-transform: perspective(200px) rotateX(180deg);
      -ms-transform: perspective(200px) rotateX(180deg);
      -o-transform: perspective(200px) rotateX(180deg);
      transform: perspective(200px) rotateX(180deg);
      -webkit-border-bottom-radius: 10px;
      -moz-border-bottom-radius: 10px;
      -ms-border-bottom-radius: 10px;
      border-bottom-radius: 10px; }
      .countdown .figure .top-back span {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        margin: auto; }

@media (max-width: 991px) {
  .countdown .figure {
    height: 2rem;
    width: 2rem; } }
@media (max-width: 991px) {
  .countdown .figure > span {
    font-size: 1.64rem;
    line-height: 1; } }
/* Event Counter CSS End */
@media (max-width: 991px) {
  .section-briefcase {
    position: relative !important;
    min-width: auto; } }
.actions-briefcase > a, .actions-briefcase > div {
  width: 6rem;
  height: 6rem;
  margin-left: 1rem;
  text-align: center;
  color: #20a1c1;
  cursor: pointer; }
.actions-briefcase > a:hover, .actions-briefcase > div:hover {
  color: #20a1c1;
  text-decoration: none; }
.actions-briefcase > a:first-child, .actions-briefcase > div:first-child {
  margin-left: 0; }

.thank-you-toast {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  z-index: 1051;
  height: 8rem; }

body.registration {
  overflow: auto; }
  body.registration header {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0; }
    body.registration header .navbar-brand {
      background-color: transparent; }
    body.registration header .navbar:before {
      display: none; }
  body.registration .bg-pattern-1 {
    background-image: url(../images/bg-pattern-1.jpg);
    background-size: cover;
    background-position: 50%; }
  body.registration .section-intro {
    background-image: url(../images/bg-expohall.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 13rem;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7rem; }
    body.registration .section-intro .overlay {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    body.registration .section-intro .container-content {
      position: relative;
      z-index: 1; }
    body.registration .section-intro h1 {
      font-size: 4rem;
      font-weight: 400; }
    body.registration .section-intro h5 {
      font-weight: 400; }
    body.registration .section-intro .card.card-intro .card-body {
      padding: 1rem 2rem; }
      body.registration .section-intro .card.card-intro .card-body .card-title {
        font-weight: 600; }
    body.registration .section-intro .card.card-intro .form-control {
      background-color: #e6e6e6; }
  body.registration ul.ul-with-bullets {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.registration ul.ul-with-bullets li {
      position: relative;
      padding-left: 1.5rem; }
      body.registration ul.ul-with-bullets li .icon {
        position: absolute;
        left: 0;
        top: 0.4rem;
        font-size: 0.75rem; }
  body.registration .btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff; }
    body.registration .btn-outline-primary:hover {
      background-color: #ffffff;
      color: #20a1c1; }
  body.registration .card.card-keynote-speakers img {
    border-radius: 100px;
    width: 100%; }
  body.registration .card.card-keynote-speakers .card-title {
    margin-bottom: 0.5rem; }
  body.registration .card.card-keynote-speakers h6 {
    font-weight: 600; }
  body.registration footer {
    background-color: #000000;
    color: #ffffff;
    padding: 1rem 0; }

.help-desk .cards-wrap-help-desk .card.card-help-desk {
  height: 100%; }

.standee-expohall {
  position: relative;
  min-height: 30rem;
  width: 16.5rem;
  padding: 4.5rem 3.5rem 0; }
  .standee-expohall .bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .standee-expohall h5 {
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    min-height: 3rem; }
  .standee-expohall p {
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
    line-height: 1.2; }

.swiper-expo-hall .bg-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 4rem;
  width: 100%;
  display: block;
  margin-bottom: 1rem; }
  @media (min-width: 1400px) and (max-width: 2500px) {
    .swiper-expo-hall .bg-img {
      height: 6rem; } }

.swiper-container-sliding {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

.swiper-wrapper-sliding {
  display: block;
  width: 4800px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.swiper-slide-1 {
  height: 200px;
  color: white;
  padding-top: 0px;
  text-align: center;
  float: left;
  text-align: center; }

.swiper-expo-hall-control {
  position: absolute;
  left: 0%;
  top: 30%;
  right: 0%;
  height: 2.625rem;
  }
  @media (max-width: 2500px) and (min-width: 1400px) {
    .swiper-expo-hall-control {
      top: 55%; } }
  .swiper-expo-hall-control .swiper-button-next, .swiper-expo-hall-control .swiper-button-prev {
    background: none; }
  .swiper-expo-hall-control .swiper-button-disabled {
    opacity: 0;
    visibility: hidden; }
  .swiper-expo-hall-control .btn-booth.btn-prev {
    left: 0;
    right: auto; }
  .swiper-expo-hall-control .btn-booth.btn-next {
    right: 0;
    left: auto; }
  .swiper-expo-hall-control .btn-booth .icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 2.3125rem;
    height: 11.125rem;
    display: inline-block;
    font-style: normal; }
    .swiper-expo-hall-control .btn-booth .icon.icon-left {
      background-image: url(../images/arrow-left.png); }
    .swiper-expo-hall-control .btn-booth .icon.icon-right {
      background-image: url(../images/arrow-right.png); }

@media (max-width: 767px) {
  .swiper-expo-hall-control {
    top: 45%; } }
.modal-full .modal-dialog.modal-lg {
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0; }
.modal-full .modal-content {
  height: 100%;
  position: absolute;
  top: 0;
  border: 0; }
.modal-full .modal-body {
  padding: 0; }
.modal-full .close.position-absolute {
  top: 1rem;
  right: 1rem; }
.modal-full button.close.position-absolute.myStopClickButton {
  width: auto;
  background: #000;
  color: #fff;
  padding: 1rem;
  height: auto;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0.7rem 1rem 0.7rem;
  top: 1rem; }
  .modal-full button.close.position-absolute.myStopClickButton:hover {
    width: auto;
    background: #000;
    color: #fff;
    padding: 1rem;
    height: auto;
    font-weight: 400;
    font-size: 0.875rem;
    padding: 0.7rem 1rem 0.7rem;
    top: 1rem; }

iframe#webcastIframe {
  position: absolute; }

@media (min-width: 992px) and (max-width: 1320px) {
  .standee-expohall {
    width: 13.5rem; } }
.btn.btn-dark:hover {
  color: #ffffff !important; }

.section-content.section-expohall .d-flex.flex-wrap {
  padding-bottom: 5rem !important; }

.card-speaker-webinar {
  background-image: url(../images/bg-box-card.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20rem;
  border: 1px solid #cfcfcf !important; }
  .card-speaker-webinar .card-footer {
    background: none;
    border: 0;
    padding-top: 0;
    padding-left: 0.5rem;
    padding-bottom: 1rem; }

.user-icon-networkchat {
  width: 2rem;
  height: 2rem; }

.msg-simple-box .sys-msg .user-img {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 3px;
  top: 3px;
  border: 0.15rem solid #000000;
  border-radius: 100px; }

/*# sourceMappingURL=style.css.map */
/* Booth View Left/Right Arrows */
#PrevBooth {
  position: absolute;
  left: 0px;
  top: 45%;
  z-index: 999;
  width: 5%; }

#NextBooth {
  position: absolute;
  right: 0px;
  top: 45%;
  z-index: 999;
  width: 5%; }

div#NextBooth .icon, div#PrevBooth .icon {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 2.3125rem;
  height: 11.125rem;
  display: inline-block;
  font-style: normal; }
div#NextBooth .icon.icon-right {
  background-image: url(../images/arrow-right.png); }
div#PrevBooth .icon.icon-left {
  background-image: url(../images/arrow-left.png); }

.list-user .user-info {
  font-weight: 600;
  line-height: 1;
  position: static; }

.list-user li {
  position: relative; }
  .list-user li .popover {
    display: none;
    top: -5rem; }
  .list-user li:hover .popover {
    display: block; }

.popover .btn-v-card {
  font-size: 0.7rem; }
.popover .icon {
  width: 0.75rem;
  height: 0.75rem; }

.onlinenetworkusers {
  max-height: 28rem;
  overflow-x: hidden;
  overflow-y: auto; }

.list-user li:nth-child(1) .popover, .list-user li:nth-child(2) .popover {
  top: auto;
  bottom: -3rem; }

.popover .icon {
  position: relative;
  top: 0.1rem; }

.nano {
  overflow: hidden;
  overflow-x: hidden; }

.swiper-standee-expohall.swiper-container {
  margin-bottom: 2rem;
  position: static; }
  @media (min-width: 1400px) and (max-width: 2500px) {
    .swiper-standee-expohall.swiper-container {
      margin-bottom: 4rem; } }
  .swiper-standee-expohall.swiper-container .img-standee {
    max-height: 16rem; }
    @media (min-width: 1400px) and (max-width: 2500px) {
      .swiper-standee-expohall.swiper-container .img-standee {
        max-height: 16rem; } }

.swiper-standee-expohall.swiper-container .swiper-slide {
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}

.bg-expohall {
  background-image: url(../images/bg-exhibition-hall-1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 13rem;
  position: absolute;
  top: 0;
  left: 0;  
  right: 0;
  bottom: 0; }

/*# sourceMappingURL=style.css.map */

.navbar-container .icon-wrap {
  border: 0.05rem solid #ffffff;
  }


  .section-poster-hall .map-area-1 {
    position: absolute;
    left: 1.8%;
    top: 14.3%;
    width: 13.6%;
    height: 30.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-2 {
    position: absolute;
    left: 1.5%;
    top: 46.3%;
    width: 13.6%;
    height: 36.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-3 {
    position: absolute;
    left: 19%;
    top: 20.3%;
    width: 10.6%;
    height: 26.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-4 {
    position: absolute;
    left: 19%;
    top: 47.3%;
    width: 10.6%;
    height: 32.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-5 {
    position: absolute;
    left: 33%;
    top: 22.3%;
    width: 9%;
    height: 25.5%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-6 {
    position: absolute;
    left: 33%;
    top: 49.3%;
    width: 10%;
    height: 26.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-7 {
    position: absolute;
    left: 45.5%;
    top: 26.3%;
    width: 9.2%;
    height: 21%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-8 {
    position: absolute;
    left: 46%;
    top: 49.8%;
    width: 8.8%;
    height: 25.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-9 {
    position: absolute;
    right: 32.2%;
    top: 25.3%;
    width: 8.6%;
    height: 22.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-10 {
    position: absolute;
    right: 32.5%;
    top: 48.3%;
    width: 8.6%;
    height: 27.5%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-11 {
    position: absolute;
    right: 19%;
    top: 23.3%;
    width: 8.8%;
    height: 23.8%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block;
    cursor: pointer;
     }
  .section-poster-hall .map-area-12 {
    position: absolute;
    right: 18.5%;
    top: 48.3%;
    width: 9.7%;
    height: 29.2%;
    background: none;
    border: 0;
    z-index: 3;
    display: inline-block; 
    cursor: pointer;
     }
  
.section-poster-hall .map-area-13 {
  position: absolute;
  right: 2.8%;
  top: 16.3%;
  width: 11.6%;
  height: 28.2%;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer;
}
  
.section-poster-hall .map-area-14 {
  position: absolute;
  right: 3%;
  top: 47.3%;
  width: 11.6%;
  height: 31.2%;
  background: none;
  border: 0;
  z-index: 3;
  display: inline-block;
  cursor: pointer;
}