/** detail **/
html {
  scroll-behavior: smooth;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie {
  position: relative;
  width: calc((100vw / 6) * 16 / 9);
  /* height: calc((100vw / 6) + ((100vw / 6) * 0.17)); */
  border: none;
  background-size: cover;
  /* border: 1px solid #ddd; */
  /* overflow: hidden; */
}

.movie::before {
  content: '';
  background-color: #000;
  position: absolute;
  width: 100%;
  height: calc(100% * 0.5625);
  opacity: 0.3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.movie::after {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.image {
  display: block;
  width: calc(100vw / 6);
  height: calc(100vw / 6);
  background-size: 100% 100%;
  border: 1px solid #ddd;
}

.c.page.intro.responsive-padding {
  padding-top: 0;
  padding-bottom: 1rem;
}

.page-intro-description {
  margin-top: 0 !important;
}

.exhibitor-headline {
  color: #000;
  font-weight: bold;
}

body {
  padding-bottom: 100px;
}

.exhibitor-floating-footer {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  background-color: rgb(221, 0, 0);
  z-index: 100;
  color: #fff;
  opacity: 0.9;
}

.exhibitor-floating-footer .footer-title {
  height: 55px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 27px;
  text-shadow: 1px 2px 1px black;
}

.exhibitor-floating-footer .footer-button {
  height: 35px;
}

.exhibitor-floating-footer .is-red {
  border: 2px solid #fff;
}

.inner > div {
  width: 100%;
  height: calc(100% * 0.5625);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.virtual-banner {
  margin: auto;
  margin-bottom: 1rem;
  max-width: 75.5rem;
  text-align: center;
}

@media print, screen and (max-width: 63.1em) {
  .exhibitor-floating-footer {
    width: 100%;
    height: 140px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .exhibitor-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }
}

@media print, screen and (max-width: 35.2em) {
  .exhibitor-floating-footer {
    width: 100%;
    height: 160px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .exhibitor-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }
}

@media print, screen and (max-width: 30em) {
  .exhibitor-floating-footer {
    width: 100%;
    height: 170px;
    position: fixed;
    bottom: 0;
    background-color: rgb(221, 0, 0);
    z-index: 100;
    color: #fff;
    opacity: 0.9;
  }

  .exhibitor-floating-footer .footer-title {
    height: 55px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 2px 1px black;
  }
}
/** detail **/
/** popup-invitation **/
.kbuild-info dl {
  margin-bottom: 0;
}

.c.navigation.tabs.as-sticky {
  z-index: 99;
}

.modal {
  width: 660px;
  z-index: 100;
  border: 2px solid #d92b2b;
}

.modal .modal-header {
  background-color: #d92b2b;
  border-radius: 12px 12px 0 0;
}

.modal .modal-header h1 {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

.modal .modal-content {
  padding: 26px;
  padding-right: 27px;
}

@media print, screen and (max-width: 64em) {
  .modal {
    width: calc(100vw - 40px);
  }
}

select:disabled {
  opacity: 1;
  color: black !important;
  background-image: none;
}

.exhibitor-info .exhibitor-info-top {
  display: flex;
  position: relative;
}

.exhibitor-info .exhibitor-info-top .exhibitor-qr {
  margin-right: 16px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
}

.exhibitor-info .exhibitor-info-top .exhibitor-qr img {
  width: 90px;
  height: 90px;
}

.exhibitor-info .exhibitor-info-top .exhibitor-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 1;
}

.exhibitor-info .exhibitor-info-top .exhibitor-desc .exhibitor-name {
  font-size: 16px;
  font-weight: bold;
}

.exhibitor-info .exhibitor-info-top .exhibitor-desc .exhibitor-add-info {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.exhibitor-info .exhibitor-info-top .exhibitor-desc .exhibitor-add-info > div {
  display: flex;
}

.exhibitor-info .exhibitor-info-top .exhibitor-desc .exhibitor-add-info dt {
  font-weight: 500;
  width: 80px;
  margin-right: 5px;
}

.exhibitor-info .exhibitor-info-top .exhibitor-detail {
  font-size: 12px;
  color: #d92b2b;
  position: absolute;
  right: 0;
  bottom: 0;
}

.exhibitor-info .exhibitor-info-bottom {
  margin-top: 29px;
  display: flex;
}

.exhibitor-info .exhibitor-info-bottom .exhibitor-desc {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.exhibitor-info .exhibitor-info-bottom .exhibitor-image {
  width: calc(50% - 5px);
  margin-left: 5px;
}

.exhibitor-info .exhibitor-info-bottom .exhibitor-desc .title,
.exhibitor-info .exhibitor-info-bottom .exhibitor-image .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 11px;
  line-height: 1.1875;
}

.exhibitor-image .exhibitor-image-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.exhibitor-image .exhibitor-image-list > li.exhibitor-image-item {
  width: 70px;
  height: 70px;
}

.exhibitor-image .exhibitor-image-list > li.exhibitor-image-item img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibitor-info .exhibitor-info-bottom .exhibitor-desc .body {
  font-size: 13px;
  color: #999;
  height: 66px;
  line-height: 1.3;
  overflow: hidden;
}

hr.invitation-splitter {
  margin: 23px auto;
  border-bottom: 1px dashed #4a4a4a;
}
.kbuild-info > h2 {
  font-size: 16px;
  margin-bottom: 20px;
}

.kbuild-info-title {
  display: flex;
  justify-content: space-between;
  height: 35px;
  max-height: 35px;
  margin-bottom: 24px;
}

.kbuild-info-title > * {
  flex-grow: 1;
  width: calc((100% - 15px) / 2);
}

.kbuild-info-title-splitter {
  border-right: 1px solid #666;
  width: 0;
  margin: 0 15px;
  flex-grow: 0;
  flex-shrink: 1;
}

.kbuild-invitation-logo {
  height: 100%;
}

.kbuild-info-title > dl > div {
  font-size: 14px;
  display: flex;
}

.kbuild-info-title > dl dt {
  width: 55px;
  font-weight: 500;
}

.kbuild-info-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.kbuild-info-buttons > a {
  width: calc((100% - 30px) / 4);
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  padding: 13px 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kbuild-info-buttons > a:hover {
  background-color: #e6e6e6;
}

.kbuild-info-buttons .kbuild-info-button-icon {
  height: 21px;
  padding-right: 8px;
}

.kbuild-info-footer {
  text-align: center;
}

.btn-invitation-share {
  width: 260px;
  color: #d92b2b;
  background: #fff;
  border: 2px solid #d92b2b;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 15px;
}

.btn-invitation-share:hover {
  color: #fff;
  background: #d92b2b;
}

dl.kbuild-secretariat {
  display: flex;
  justify-content: space-around;
  color: #666;
}
/** popup-invitation **/
