.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #302a3b;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 2px;
  text-indent: 2px;
}

h1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #04558c;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 3px;
}

h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  background-color: #fff;
  color: #04558c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
}

li {
  margin-top: 5px;
}

label {
  display: block;
  font-weight: 400;
}

.section-content {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-content.home {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-content.exhibition-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content.booth {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all {
  padding-top: 70px;
}

.all.home {
  overflow: hidden;
}

.all.exhibition {
  padding-top: 0px;
}

.all.booth {
  overflow: hidden;
  padding-top: 0px;
}

.home-content-b {
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: #fefefc;
}

.zoom-mask {
  overflow: hidden;
}

.home-img-b {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}

.home-bg-b {
  position: relative;
}

.img-full {
  display: block;
  width: 100%;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #dce3e9;
  font-size: 14px;
  text-align: right;
}

.home-exhibition-hall-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 14%;
  margin-top: -11.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-link-exhibition-hall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #04558c;
  text-align: center;
}

.home-link-exhibition-hall:hover {
  color: #62a7c8;
}

.container {
  max-width: none;
  padding-right: 40px;
  padding-left: 40px;
}

.header-b {
  position: relative;
  z-index: 1;
  width: 100%;
}

.brand {
  width: 240px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.brand:hover {
  opacity: 0.6;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 4%;
  padding: 16px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #302a3b;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: #62a7c8;
}

.nav-link.w--current {
  background-image: url('../images/header-dot.svg');
  background-position: 50% 100%;
  background-size: 6px;
  background-repeat: no-repeat;
  color: #62a7c8;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-welcome-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 30%;
  margin-top: 15%;
  margin-left: -27%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-welcome-txt {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: -6%;
  margin-left: 12%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #04558c;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.home-welcome-txt:hover {
  color: #62a7c8;
}

.home-txt-letter-spacing-3 {
  letter-spacing: 3px;
}

.home-txt-letter-spacing-3._100-w {
  width: 100%;
}

.home-tv-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 26%;
  margin-top: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-tv-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  margin: 3% 3% 8%;
  padding: 5%;
}

.home-tv-current {
  margin-bottom: 25px;
}

.home-tv-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.txt-en-anvenir {
  font-family: Avenir, sans-serif;
  letter-spacing: 0px;
  text-indent: 0px;
}

.txt-en-anvenir._100-w {
  width: 100%;
}

.home-tv-info-fieldname {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 500;
}

.home-tv-info-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #04558c;
}

.home-tv-gp-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.btn-current-vid {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 3%;
  margin-right: 3%;
  padding: 5px 24px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e0e8f6), to(#fff));
  background-image: linear-gradient(0deg, #e0e8f6, #fff);
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.btn-current-vid:hover {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.4);
}

.btn-current-vid-img-b {
  position: relative;
  width: 16px;
}

.icon-current-vid-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon-current-vid-hover.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.home-tv-next {
  position: relative;
}

.home-tv-countdown {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51%;
  margin-left: 6%;
}

.countdown-digit-b {
  width: 40px;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e0e8f6), to(#fff));
  background-image: linear-gradient(0deg, #e0e8f6, #fff);
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-align: center;
}

.countdown-num {
  margin-bottom: 5px;
  color: #04558c;
  font-size: 16px;
  line-height: 20px;
}

.countdown-unit {
  letter-spacing: 2px;
}

.home-timetable-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 12%;
  margin-top: 6%;
  margin-left: 20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-timetable-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 70%;
  height: 50%;
  margin-top: 12%;
  margin-left: 13%;
  padding-top: 20%;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #302a3b;
  font-weight: 500;
  text-align: center;
}

.home-timetable-link:hover {
  color: #62a7c8;
}

.home-timetable-txt-margin {
  margin-bottom: 10px;
}

.home-banner-center-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 25%;
  margin-top: -21%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-lightbox-link-100 {
  display: block;
  width: 100%;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.home-lightbox-link-100.center {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.4);
}

.home-lightbox-link-100.center:hover {
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.4);
}

.home-lightbox-link-100.side {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
}

.home-lightbox-link-100.side:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.home-banner-side-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 7%;
  margin-top: -27%;
  margin-left: -20%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-side-b.right {
  margin-left: 20%;
}

.home-banner-side-long-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8%;
  margin-top: -14%;
  margin-left: -38%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-side-long-b.right {
  margin-left: 38%;
}

.btn-home-faq {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-left: -18%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #302a3b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-shadow: -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff;
}

.btn-home-faq:hover {
  color: #62a7c8;
}

.home-faq-icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e0e8f6), to(#fff));
  background-image: linear-gradient(0deg, #e0e8f6, #fff);
}

.home-icon-faq {
  position: relative;
}

.home-icon-faq-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/home-btn-faq-icon-hover.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.home-faq-txt {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.btn-wall-light {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: -13%;
  margin-left: -27%;
  -webkit-transform: rotate(-2deg) translate(-50%, -50%);
  -ms-transform: rotate(-2deg) translate(-50%, -50%);
  transform: rotate(-2deg) translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 3px 6px rgba(0, 0, 0, 0.9);
}

.btn-wall-light:hover {
  color: #c8d9f6;
}

.btn-wall-light.expo-info {
  margin-left: 27%;
  -webkit-transform: rotate(2deg) translate(-50%, -50%);
  -ms-transform: rotate(2deg) translate(-50%, -50%);
  transform: rotate(2deg) translate(-50%, -50%);
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-drag-b {
  display: none;
}

.btn-questionnaire {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 35px;
  z-index: 900;
  margin-left: -2px;
  color: #fff;
}

.btn-questionaire-tip {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 28px;
  height: 100%;
  margin-right: -50px;
  background-image: url('../images/btn-questionaire-graphic-tip.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.btn-questionaire-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 60px 7px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04558c;
}

.btn-questionaire-img-b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

.btn-questionaire-img {
  display: block;
  width: 50px;
  margin-top: 14px;
  float: right;
}

.header-search-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 100vw;
  padding-top: 70px;
  opacity: 0;
}

.header-search-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fefefc;
}

.header-search-box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f7f8f8;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search {
  position: relative;
  margin-bottom: 0px;
}

.txt-field {
  height: 40px;
  padding: 10px 20px;
  border: 1px none #000;
  border-radius: 15px;
  background-color: #eee;
}

.txt-field.search {
  position: relative;
  margin-bottom: 0px;
  padding-right: 60px;
  text-align: center;
}

.txt-field.search:focus {
  border-color: #62a7c8;
}

.search-button-home {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #62a7c8;
  background-image: url('../images/icon-btn-enter.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.search-button-home:hover {
  background-color: #c8d9f6;
}

.header-btn-mobile {
  display: none;
}

.btn-questionaire-txt {
  position: relative;
}

.footer-col-organizer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-organizer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #acc1d4;
  color: #04558c;
  font-weight: 700;
}

.footer-organizer-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-copyright-txt-mobile {
  display: none;
}

.footer-copyright-txt {
  width: 100%;
}

.footer-organizer-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-content {
  max-width: 1080px;
  padding-right: 40px;
  padding-left: 40px;
}

.bg-inner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/bg-inner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-inner.exhibition {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 241, 255, 0.8)), to(rgba(120, 170, 194, 0.65))), url('../images/exhibition-hall-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#d4f1ff), to(#78aac2));
  background-image: linear-gradient(180deg, rgba(212, 241, 255, 0.8), rgba(120, 170, 194, 0.65)), url('../images/exhibition-hall-bg.png'), linear-gradient(180deg, #d4f1ff, #78aac2);
  background-position: 0px 0px, 0% 0%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: repeat, repeat, repeat;
}

.inner-b {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.inner-content-b {
  margin-top: -35px;
  padding-right: 35px;
  padding-left: 35px;
}

.subtitle-b {
  position: relative;
}

.page-title-b {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2;
  padding: 70px 35px 15px 70px;
  background-color: #fff;
}

.page-title-b.exhibition {
  position: relative;
  top: 0px;
  margin-top: 70px;
  background-color: transparent;
}

.page-title-graphic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.subtitle-line {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 97%;
  height: 4px;
  background-color: #62a7c8;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.resource-listing {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 20px 15px 20px 60px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #d2d2d2 #d2d2d2 #d2d2d2 #62a7c8;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
}

.resource-listing:hover {
  border-width: 1px 1px 1px 4px;
  border-color: #62a7c8;
  color: #04558c;
}

.inner-content-section {
  margin-top: 20px;
  padding-top: 35px;
}

.listing-icon {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.inner-b-graphic {
  float: right;
}

.page-title-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-btn {
  display: inline-block;
  margin-left: 15px;
  padding: 6px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
}

.section-btn:hover {
  border-color: #62a7c8;
  background-color: #62a7c8;
  color: #fff;
}

.section-btn.w--current {
  border-color: #62a7c8;
  background-color: #62a7c8;
  color: #fff;
}

.footer-col-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-line {
  height: 5px;
  background-color: #374864;
}

.pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.pop.pop-resource-sharing {
  display: none;
}

.pop.pop-notice {
  display: none;
}

.pop.pop-privacy {
  display: none;
}

.pop.pop-question {
  display: none;
}

.pop.pop-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pop-b {
  position: relative;
  width: 100%;
  height: 70vh;
  max-width: 900px;
  background-color: #fff;
}

.pop-b.pop-resource-grad-bg {
  background-image: url('../images/resource-pop-bg.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pop-top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding: 35px 35px 15px;
  background-color: #fff;
}

.pop-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  padding: 90px 35px 35px;
}

.pop-content-b.bg-question {
  background-image: url('../images/question-bg2x.png');
  background-position: 100% 100%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.quote {
  position: relative;
  margin-bottom: 35px;
  padding: 25px;
  border-style: solid;
  border-width: 10px;
  border-color: #d2dee3;
  border-radius: 0px 35px 35px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.quote.home-welcome {
  margin-bottom: 0px;
}

.resource-quote-top {
  margin-bottom: 15px;
}

.resource-quote-bottom {
  margin-top: 15px;
  float: right;
}

.quote-fr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -45px;
  margin-left: -10px;
}

.resource-sharing-pop-title {
  padding-left: 45px;
  background-image: url('../images/resource-pop-icon.svg');
  background-position: 0% 5px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.pop-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-right: -30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #302a3b;
  background-image: url('../images/btn-close.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pop-btn-close:hover {
  background-color: #04558c;
}

.faq-listing {
  position: relative;
  display: block;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #d2d2d2 #d2d2d2 #d2d2d2 #62a7c8;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
}

.faq-listing:hover {
  border-width: 1px 1px 1px 4px;
  border-color: #62a7c8;
  color: #04558c;
}

.faq-listing-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.faq-expand {
  overflow: hidden;
}

.faq-expand-txt {
  padding-right: 60px;
  padding-bottom: 15px;
  padding-left: 60px;
}

.faq-btn-expand {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 24px;
  margin-top: 18px;
  margin-right: 15px;
}

.faq-btn {
  position: relative;
  display: block;
  padding: 20px 60px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
}

.faq-btn:hover {
  border-width: 1px 1px 1px 4px;
  border-color: #62a7c8;
  color: #04558c;
}

.expo-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -7.5px;
  margin-bottom: 15px;
  margin-left: -7.5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.expo-list-col {
  width: 33.33%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.expo-list-b {
  margin-top: 15px;
}

.expo-list-title {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #04558c;
  color: #fff;
  text-align: center;
}

.expo-list-title.color-beijing {
  background-color: #ff0049;
}

.expo-list-title.color-tianjin {
  background-color: #fa5;
}

.expo-list-title.color-liaoning {
  background-color: #11901d;
}

.expo-list-title.color-jilin {
  background-color: #de77f4;
}

.expo-list-title.color-shanghai {
  background-color: #ca7423;
}

.expo-list-title.color-jiangsu {
  background-color: #85dfee;
}

.expo-list-title.color-zhejiang {
  background-color: #a167a1;
}

.expo-list-title.color-anhui {
  background-color: #286de7;
}

.expo-list-title.color-fujian {
  background-color: #d9ca54;
}

.expo-list-title.color-jiangxi {
  background-color: #4bbd91;
}

.expo-list-title.color-shandong {
  background-color: #0d8588;
}

.expo-list-title.color-henan {
  background-color: #65e2bd;
}

.expo-list-title.color-hubei {
  background-color: #daa82e;
}

.expo-list-title.color-hunan {
  background-color: #2b9d5f;
}

.expo-list-title.color-gansu {
  background-color: #759bf6;
}

.expo-list-title.color-shaanxi {
  background-color: #25aeae;
}

.expo-list-title.color-yunnan {
  background-color: #f4669e;
}

.expo-list-title.color-sichuan {
  background-color: #2bdf5f;
}

.expo-list-title.color-chongqing {
  background-color: #09dbdf;
}

.expo-list-title.color-hainan {
  background-color: #0a80ae;
}

.expo-list-title.color-guangxi {
  background-color: #9f48c5;
}

.expo-list-title.color-guangdong {
  background-color: #187e2c;
}

.expo-list-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #d2d2d2;
}

.expo-list-content-row {
  position: relative;
  margin-bottom: 1px;
  padding-left: 30px;
}

.expo-list-content-row.others {
  padding-left: 0px;
}

.expo-list-number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f0f0f0;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
}

.expo-list-txt {
  display: block;
  padding: 3px 15px;
}

.expo-list-txt.link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
}

.expo-list-txt.link:hover {
  background-color: #62a7c8;
  color: #fff;
}

.expo-info-txt-b {
  width: 55%;
  margin-top: -10px;
}

.expo-info-b {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  padding: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #d2d2d2;
  background-image: url('../images/expo-info-bg2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.expo-info-txt {
  margin-top: 10px;
}

.expo-info-img-b {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 45%;
  padding-right: 2%;
}

.expo-info-img {
  width: 100%;
}

.txt-links {
  color: #04558c;
  text-decoration: underline;
}

.txt-links:hover {
  text-decoration: none;
}

.timetable-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timetable-col {
  width: 50%;
  margin-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.timetable-title {
  padding: 10px 5px;
  background-color: #04558c;
  color: #fff;
  text-align: center;
}

.subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.listing-number {
  list-style-type: decimal;
}

.pop-txt-b {
  position: relative;
  margin-top: 35px;
  padding-left: 0px;
}

.pop-txt-b.pop-resource-grad {
  margin-top: 15px;
}

.pop-txt-b.no-padding {
  padding-left: 0px;
}

.pop-txt-b.welcome-speech {
  padding-left: 140px;
}

.pop-content {
  margin-top: -35px;
  padding-bottom: 35px;
}

.footer-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #302a3b;
}

.footer-link:hover {
  color: #04558c;
}

.timetable-b {
  margin-top: 10px;
  background-image: url('../images/timetable-bg.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
}

.timetable-list {
  min-height: 125px;
  margin-top: 10px;
  padding: 10px 35px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #d2d2d2 #d2d2d2 #d2d2d2 #62a7c8;
  background-color: #fff;
}

.timetable-txt-person {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('../images/timetable-icon-person.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.timetable-live-b {
  position: relative;
  padding-top: 30px;
  padding-right: 20%;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #d2d2d2 #d2d2d2 #d2d2d2 #62a7c8;
}

.timetable-live-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #62a7c8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
}

.timetable-live-btn:hover {
  background-color: #04558c;
}

.timetable-live-txt-b {
  margin-top: -5px;
  padding-right: 35px;
  padding-left: 35px;
}

.timetable-txt-title {
  width: 20%;
  max-width: 75px;
}

.timetable-txt-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timetable-txt {
  width: 80%;
}

.timetable-live-btn-txt {
  width: 100%;
  margin-top: 10px;
}

.timetable-live-btn-align {
  width: 100%;
}

.timetable-review-b {
  margin-top: 35px;
}

.timetable-review-list {
  min-height: 125px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #d2d2d2 #d2d2d2 #d2d2d2 #62a7c8;
  background-color: #fff;
}

.timetable-review-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timetable-review-txt-b {
  position: relative;
  width: 48%;
  padding: 35px 35px 85px;
  border-left: 1px solid #d2d2d2;
}

.timetable-review-video {
  width: 100%;
}

.timetable-review-video-b {
  width: 52%;
  padding: 15px;
}

.timetable-review-txt-title {
  width: 20%;
  max-width: 75px;
}

.timetable-review-txt {
  width: 80%;
}

.timetable-review-txt-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.time-review-btn-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
}

.timetable-review-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
}

.timetable-review-btn:hover {
  background-color: #62a7c8;
  color: #fff;
}

.timetable-review-btn.timetable-review-btn-ppt {
  border-right: 1px solid #d2d2d2;
}

.timetable-review-btn.timetable-review-btn-pdf {
  border-left: 1px solid #fff;
}

.timetable-review-btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timetable-review-btn-icon {
  margin-right: 5px;
}

.timetable-live-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 179px;
  height: 37px;
  margin-top: -19px;
  margin-left: -4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/timetable-live-tag.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.timetable-live-tag-icon {
  margin-right: 5px;
}

.pop-question15-title {
  display: none;
}

.pop-question14-title {
  display: none;
}

.pop-question13-title {
  display: none;
}

.pop-question12-title {
  display: none;
}

.pop-question11-title {
  display: none;
}

.pop-question10-title {
  display: none;
}

.pop-question09-title {
  display: none;
}

.pop-question08-title {
  display: none;
}

.pop-question07-title {
  display: none;
}

.pop-question06-title {
  display: none;
}

.pop-question05-title {
  display: none;
}

.pop-question04-title {
  display: none;
}

.pop-question03-title {
  display: none;
}

.pop-question02-title {
  display: none;
}

.pop-question-title-b {
  position: relative;
  margin-bottom: 45px;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 45px;
}

.pop-question-number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #04558c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.question-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  margin-left: -2%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-form-row.question-title-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-form-col {
  width: 100%;
  margin-top: 10px;
  padding-right: 2%;
  padding-left: 2%;
}

.question-form-col._50 {
  width: 50%;
}

.question-form-col._13 {
  width: 13%;
  text-align: center;
}

.question-form-col._35 {
  width: 35%;
}

.question-form-col.q05-txt-field {
  overflow: auto;
  width: 13%;
  text-align: center;
}

.question-form-col.q05-txt {
  width: 35%;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-color: #969696;
}

.radio-button.w--redirected-checked {
  border-style: none;
  background-image: url('../images/question-radio-btn-on.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.form-txt-field {
  margin-bottom: 0px;
  border: 1px solid #969696;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
}

.form-txt-field.txt-field-top-margin {
  margin-top: 5px;
}

.question-form-other-b {
  padding-left: 25px;
}

.question-bottom-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.question-btn-next {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #302a3b;
  background-image: url('../images/arrow-r.svg');
  background-position: 53% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.question-btn-next:hover {
  background-color: #04558c;
}

.question-btn-prev {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #c8c8c8;
  background-image: url('../images/arrow-l.svg');
  background-position: 48% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.question-btn-prev:hover {
  background-color: #04558c;
}

.hidden-desktop {
  display: none;
}

.align-center {
  text-align: center;
}

.question-radio-btn-align {
  display: inline-block;
  margin-bottom: 0px;
}

.question-txt-alp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 25px;
}

.question-txt-alp-b {
  position: relative;
  padding-left: 25px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border-color: #969696;
}

.checkbox.w--redirected-checked {
  border-color: #969696;
  background-color: transparent;
  background-image: url('../images/question-checkbox-click.svg');
}

.field-label {
  padding-left: 5px;
}

.question05-txt {
  margin-top: 7px;
}

.btn {
  padding: 14px 30px;
  border-radius: 100px;
  background-color: #302a3b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.btn:hover {
  background-color: #04558c;
}

.btn.question-submit {
  margin-left: 10px;
}

.pop-question-finish-title {
  display: none;
}

.home-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
}

.exhibition-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
}

.exhibition-map-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
}

.exhibition-filter-b {
  position: relative;
  z-index: 1;
  width: 30%;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 105px;
  float: right;
  border-left: 1px solid #d2d2d2;
  background-color: #fff;
}

.exhibition-filter-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 2;
}

.exhibition-filter-search {
  position: relative;
  margin-bottom: 0px;
  padding: 5px;
  border-bottom: 1px solid #fff;
  background-color: #f0f0f0;
}

.exhibition-filter-search-input {
  margin-bottom: 0px;
  border: 1px none #000;
  font-size: 16px;
  text-align: center;
}

.exhibition-filter-search-input::-webkit-input-placeholder {
  color: #302a3b;
}

.exhibition-filter-search-input:-ms-input-placeholder {
  color: #302a3b;
}

.exhibition-filter-search-input::-ms-input-placeholder {
  color: #302a3b;
}

.exhibition-filter-search-input::placeholder {
  color: #302a3b;
}

.exhibition-filter-search-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70px;
  margin-top: 5px;
  margin-left: 5px;
  background-color: transparent;
  background-image: url('../images/icon-search_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: transparent;
}

.exhibition-filter-dropdown-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #f0f0f0;
}

.exhibition-filter-dropdown {
  position: static;
  width: 33.33%;
  margin-right: 0px;
  margin-left: 0px;
}

.exhibition-filter-dropdown.subj {
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #fff;
}

.exhibition-filter-dropdown.alp {
  border-right: 1px solid #d2d2d2;
}

.exhibition-filter-dropdown-btn {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 88% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.exhibition-filter-dropdown-btn:hover {
  background-image: url('../images/icon-dropdown-blue.svg');
  color: #62a7c8;
}

.exhibition-filter-dropdown-btn.w--open {
  background-image: url('../images/icon-dropdown-blue.svg');
  color: #62a7c8;
}

.exhibition-filter-dropdown-list {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  margin-top: 41px;
  background-color: #fff;
}

.exhibition-filter-dropdown-content {
  padding: 8px 15px 15px;
  border-bottom: 1px solid #d2d2d2;
}

.exhibition-filter-dropdown-link-alp {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 7px;
  margin-right: 7px;
  border-radius: 100%;
  background-color: #f0f0f0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
  letter-spacing: 0px;
  text-indent: 0px;
}

.exhibition-filter-dropdown-link-alp:hover {
  background-color: #302a3b;
  color: #fff;
}

.exhibition-filter-dropdown-link-alp-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibition-filter-dropdown-link-alp-txt {
  width: 100%;
  text-align: center;
}

.exhibition-filter-dropdown-link-subj {
  display: inline-block;
  margin-top: 7px;
  margin-right: 7px;
  padding: 5px 15px 6px;
  border-radius: 100px;
  background-color: #f0f0f0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #302a3b;
  letter-spacing: 0px;
  text-indent: 0px;
}

.exhibition-filter-dropdown-link-subj:hover {
  background-color: #302a3b;
  color: #fff;
}

.exhibition-filter-btn {
  width: 33.33%;
  border-left: 1px solid #fff;
  background-color: #a8ccaf;
  background-image: url('../images/filter-btn-bg2x.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #302a3b;
  text-align: center;
  text-shadow: -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff;
}

.exhibition-filter-banner {
  padding: 20px;
  background-image: url('../images/filter-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.exhibition-filter-banner.exhibition-list {
  padding-top: 40px;
  padding-bottom: 40px;
}

.txt-color-orange {
  color: #ff5e00;
}

.exhibition-filter-btn-txt {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.exhibition-filter-mobile-title {
  display: none;
}

.exhibition-map {
  position: relative;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.exhibition-map-scroll {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibition-map-picker {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 3%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.exhibition-map-picker.beijing {
  margin-top: -11%;
  margin-left: 23%;
}

.exhibition-map-picker.tianjin {
  margin-top: -9%;
  margin-left: 25.5%;
}

.exhibition-map-picker.liaoning {
  margin-top: -15%;
  margin-left: 34%;
}

.exhibition-map-picker.jilin {
  margin-top: -19%;
  margin-left: 41%;
}

.exhibition-map-picker.shanghai {
  margin-top: 8%;
  margin-left: 34.5%;
}

.exhibition-map-picker.jiangsu {
  margin-top: 5%;
  margin-left: 31%;
}

.exhibition-map-picker.zhejiang {
  margin-top: 14%;
  margin-left: 32.5%;
}

.exhibition-map-picker.anhui {
  margin-top: 9%;
  margin-left: 27%;
}

.exhibition-map-picker.fujian {
  margin-top: 21%;
  margin-left: 29%;
}

.exhibition-map-picker.jiangxi {
  margin-top: 19%;
  margin-left: 24%;
}

.exhibition-map-picker.shandong {
  margin-top: -2%;
  margin-left: 27%;
}

.exhibition-map-picker.henan {
  margin-top: 4%;
  margin-left: 19%;
}

.exhibition-map-picker.hubei {
  margin-top: 10%;
  margin-left: 17%;
}

.exhibition-map-picker.hunan {
  margin-top: 18%;
  margin-left: 16%;
}

.exhibition-map-picker.guangdong {
  margin-top: 25%;
  margin-left: 20%;
}

.exhibition-map-picker.guangxi {
  margin-top: 27%;
  margin-left: 10%;
}

.exhibition-map-picker.hainan {
  margin-top: 37%;
  margin-left: 12%;
}

.exhibition-map-picker.chongqing {
  margin-top: 12%;
  margin-left: 8%;
}

.exhibition-map-picker.sichuan {
  margin-top: 12%;
  margin-left: -2%;
}

.exhibition-map-picker.yunnan {
  margin-top: 24%;
  margin-left: -5%;
}

.exhibition-map-picker.shaanxi {
  margin-top: 3%;
  margin-left: 10%;
}

.exhibition-map-picker.gansu {
  margin-top: 1%;
  margin-left: 2%;
}

.exhbition-map-picker-img {
  display: block;
  width: 100%;
}

.exhibiton-map-hover-txt {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 140px;
  margin-top: -40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #302a3b;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  text-shadow: -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff;
}

.exhibiton-map-hover-txt._02 {
  width: 240px;
}

.form-txt-area {
  min-height: 200px;
  border: 1px solid #969696;
  border-radius: 3px;
}

.form-txt-area.booth {
  min-height: 120px;
}

.exhibition-filter-b-mobile {
  display: none;
  width: 30%;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 105px;
  float: right;
  border-left: 1px solid #d2d2d2;
  background-color: #fff;
}

.exhibition-btn-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 160px;
  padding-left: 40px;
}

.exhibition-btn {
  position: relative;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #62a7c8;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #302a3b;
  font-weight: 700;
}

.exhibition-btn:hover {
  background-color: #62a7c8;
  color: #fff;
}

.exhibition-btn.list {
  padding-left: 50px;
}

.exhibition-btn.ceec {
  padding: 5px 7px;
  text-align: center;
}

.exhibition-btn-align {
  margin-top: 2px;
  margin-bottom: 5px;
}

.exhibition-icon-list {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 24px;
  margin-left: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-back-map {
  display: inline-block;
  margin-left: 15px;
  padding: 6px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #62a7c8;
  border-radius: 20px;
  background-color: #62a7c8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.btn-back-map:hover {
  border-color: #62a7c8;
  background-color: #04558c;
  color: #fff;
}

.btn-back-map.w--current {
  border-color: #62a7c8;
  background-color: #62a7c8;
  color: #fff;
}

.booth-content-b {
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: #afafaf;
}

.booth-img-b {
  position: relative;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}

.booth-bg-b {
  position: relative;
}

.booth-side-left-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 10.6%;
  margin-top: 1.4%;
  margin-left: -21.6%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booth-video-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 23%;
  margin-top: -2.3%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booth-btn-info {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: 7.5%;
  padding: 15px 3%;
  border-radius: 100px;
  background-color: #62a7c8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.booth-btn-info:hover {
  background-color: #04558c;
}

.booth-btn-more {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: 13%;
  padding: 15px 3% 15px 6%;
  border-radius: 100px;
  background-color: #62a7c8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.booth-btn-more:hover {
  background-color: #04558c;
}

.booth-logo-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 15%;
  max-height: 20%;
  max-width: 20%;
  margin-top: -14.5%;
  margin-left: -0.4%;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8b2c2;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booth-lightbox {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.booth-lightbox:hover {
  opacity: 0.8;
}

.booth-btn-pdf-icon {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: 0%;
  width: 20%;
  margin-left: 10%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.booth-lightbox-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -70%;
}

.booth-lightbox-bottom-icon {
  width: 39%;
}

.booth-side-right-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 10.6%;
  margin-top: 1.4%;
  margin-left: 21.4%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booth-logo-img {
  width: 100%;
}

.booth-enquiry-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 18%;
  margin-left: 38%;
  padding: 1%;
  border-radius: 10px;
  background-image: url('../images/booth-enquiry-bg2x.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booth-enquiry-row {
  margin-top: 5px;
}

.booth-enquiry-title {
  margin-bottom: 10px;
  color: #04558c;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.booth-enquiry-btn {
  display: block;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #04558c;
  border-radius: 100px;
  background-color: #04558c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
}

.booth-enquiry-btn:hover {
  background-color: #fff;
  color: #04558c;
}

.exhibition-logo-ceec-b {
  position: relative;
  width: 195px;
}

.exhibition-logo-ceec-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.exhibition-logo-ceec {
  display: block;
  width: 100%;
}

.timetable-review-content {
  margin-top: -20px;
}

.pop-welcome-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 120px;
  margin-bottom: 15px;
}

.home-quote-fr {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -10px;
  margin-left: -45px;
}

.home-quote-fr-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: -10px;
  margin-left: -45px;
}

.pop-grad-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.txt-color-blue {
  color: #04558c;
}

.pop-grad-txt {
  margin-top: 20px;
}

.pop-grad-highlight {
  display: inline-block;
  padding: 15px;
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: #62a7c8 #d2d2d2 #d2d2d2;
  font-size: 18px;
  line-height: 26px;
}

.exhibition-question-b {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-left: -2px;
}

.img {
  width: 100%;
}

html.w-mod-js *[data-ix="zoom-out"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="home-icon-drag-animation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fadein-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="pop"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="faq-expand"] {
  height: 0px;
}

html.w-mod-js *[data-ix="pop-question"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="exhibition-filter-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="exhibition-map-hover-txt"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="exhibition-filter-b-mobile"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

@media screen and (min-width: 1280px) {
  h1 {
    display: inline-block;
  }

  .home-img-b {
    height: 100vh;
    padding-top: 50%;
    background-image: url('../images/home-bg-large.jpg');
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0.9vw;
    line-height: 1.1vw;
  }

  .home-bg-b {
    display: none;
  }

  .home-exhibition-hall-b {
    width: 10%;
    height: auto;
    margin-top: -6%;
  }

  .home-link-exhibition-hall {
    padding-bottom: 59%;
  }

  .home-welcome-b {
    width: 24%;
    margin-top: 14.5%;
    margin-left: -24%;
  }

  .home-welcome-txt {
    font-size: 1.4vw;
    line-height: 1.6vw;
  }

  .home-tv-b {
    width: 21%;
    margin-top: 8%;
  }

  .home-tv-content-b.scroll-bar {
    padding: 3%;
  }

  .home-tv-current {
    margin-bottom: 1.2vw;
  }

  .home-tv-gp-title {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .btn-current-vid-img-b {
    width: 20px;
  }

  .countdown-digit-b {
    width: 3vw;
    margin-right: 0.2vw;
    margin-left: 0.2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .countdown-num {
    font-size: 1.1vw;
    line-height: 1.3vw;
  }

  .home-timetable-b {
    width: 9%;
    margin-top: 8%;
  }

  .home-banner-center-b {
    width: 23%;
    margin-top: -14%;
  }

  .home-banner-side-b {
    width: 6%;
    margin-top: -16%;
  }

  .home-banner-side-long-b {
    width: 7%;
    margin-top: -9%;
  }

  .btn-home-faq {
    margin-top: 6%;
    margin-left: -16%;
  }

  .home-faq-icon-circle {
    width: 60px;
    height: 60px;
  }

  .btn-wall-light {
    margin-top: -8%;
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .btn-questionnaire {
    margin-top: 60px;
  }

  .btn-questionaire-tip {
    width: 32px;
  }

  .section-btn {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .exhibition-map {
    max-width: 900px;
  }

  .btn-back-map {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .booth-img-b {
    background-image: url('../images/booth-bg2x.png');
    background-position: 50% 0%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .section-content.exhibition-section {
    overflow: hidden;
  }

  .home-img-b {
    font-size: 12px;
    line-height: 16px;
  }

  .home-exhibition-hall-b {
    width: 17%;
    margin-top: -12%;
  }

  .home-link-exhibition-hall {
    font-size: 14px;
    line-height: 18px;
  }

  .brand {
    z-index: 1;
  }

  .nav-link {
    margin-right: 5%;
    margin-bottom: 30px;
    margin-left: 5%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .nav-link.w--current {
    background-image: none;
  }

  .header-wrap {
    height: 70px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding-top: 110px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
    background-color: #f7f8f8;
  }

  .home-welcome-txt {
    font-size: 18px;
    line-height: 20px;
  }

  .home-tv-current {
    margin-bottom: 15px;
  }

  .home-tv-gp-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .btn-current-vid {
    margin-top: 4%;
    padding: 2px 14px;
  }

  .btn-current-vid-img-b {
    width: 15px;
  }

  .countdown-num {
    font-size: 14px;
    line-height: 18px;
  }

  .home-banner-side-long-b {
    margin-left: -42%;
  }

  .home-banner-side-long-b.right {
    margin-left: 42%;
  }

  .btn-home-faq {
    font-size: 14px;
    line-height: 18px;
  }

  .home-faq-icon-circle {
    width: 50px;
    height: 50px;
  }

  .btn-wall-light {
    font-size: 13px;
    line-height: 18px;
  }

  .btn-menu {
    padding: 0px;
  }

  .btn-menu.w--open {
    background-color: transparent;
  }

  .btn-questionaire-img {
    width: 45px;
    margin-top: 20px;
  }

  .btn-menu-line1 {
    width: 30px;
    height: 2px;
    padding: 0px;
    background-color: #62a7c8;
  }

  .btn-menu-line2 {
    width: 30px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px;
    background-color: #62a7c8;
  }

  .btn-menu-line3 {
    width: 30px;
    height: 2px;
    padding: 0px;
    background-color: #62a7c8;
  }

  .header-btn-mobile {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-col-organizer {
    width: 100%;
  }

  .footer-organizer-txt-b {
    width: 75%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .footer-copyright-txt-mobile {
    display: inline-block;
  }

  .footer-organizer-tag {
    width: 25%;
  }

  .footer-col-txt {
    display: none;
  }

  .pop {
    padding-right: 40px;
    padding-left: 40px;
  }

  .expo-info-txt-b {
    width: 100%;
  }

  .expo-info-b {
    padding-bottom: 0px;
  }

  .expo-info-img-b {
    position: relative;
    width: 100%;
    text-align: right;
  }

  .expo-info-img {
    width: 60%;
  }

  .footer-link {
    display: inline-block;
  }

  .timetable-review-txt-b {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-left-style: none;
  }

  .timetable-review-video-b {
    width: 100%;
  }

  .question-form-row {
    margin-bottom: 15px;
  }

  .question-form-row.question-title-align {
    display: none;
  }

  .question-form-col._13 {
    width: 50%;
    text-align: left;
  }

  .question-form-col._35 {
    width: 100%;
    margin-bottom: 5px;
  }

  .question-form-col.q05-txt-field {
    width: 20%;
    text-align: left;
  }

  .question-form-col.q05-txt {
    margin-bottom: 5px;
  }

  .hidden-desktop {
    display: block;
  }

  .question-radio-btn-align {
    display: block;
  }

  .exhibition-map-b {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .exhibition-filter-b {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: none;
    overflow: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 70px;
    border-left-style: none;
  }

  .exhibition-filter-sticky {
    top: 0px;
  }

  .exhibition-filter-mobile-title {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #04558c;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .exhibition-filter-mobile-btn-close {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    margin-right: 5%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .exhibition-map-scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
  }

  .exhibition-filter-b-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: none;
    overflow: auto;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 120px;
    border-left-style: none;
  }

  .exhibition-btn-b {
    margin-bottom: 130px;
  }

  .exhibition-filter-mobile-btn {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    width: 60px;
    height: 60px;
    margin-top: 90px;
    margin-right: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100%;
    background-color: #302a3b;
    background-image: url('../images/icon-search.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .exhibition-filter-mobile-btn:hover {
    background-color: #04558c;
  }

  .booth-img-b {
    font-size: 12px;
    line-height: 16px;
  }

  .booth-btn-info {
    padding: 8px 2%;
    font-size: 16px;
    line-height: 16px;
  }

  .booth-btn-more {
    padding: 8px 2% 8px 5%;
    font-size: 16px;
    line-height: 16px;
  }

  .booth-logo-b {
    width: 17%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .booth-btn-pdf-icon {
    width: 18%;
    margin-left: 9%;
  }

  .booth-enquiry-b {
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 2px;
    text-indent: 2px;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  h2 {
    font-size: 19px;
    line-height: 23px;
  }

  .all {
    padding-top: 60px;
  }

  .all.booth {
    background-color: #afafaf;
  }

  .home-content-b {
    height: auto;
    min-height: 0vh;
  }

  .zoom-mask {
    position: relative;
    width: 900px;
  }

  .header {
    height: 60px;
  }

  .footer {
    position: relative;
    height: auto;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 16px;
    text-indent: 0px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand {
    width: 220px;
  }

  .header-wrap {
    height: 60px;
  }

  .nav-menu {
    padding-top: 100px;
  }

  .footer-row {
    text-align: right;
  }

  .icon-drag {
    width: 100px;
    height: 100px;
    padding-top: 56px;
    border-radius: 50%;
    background-color: #04558c;
    background-image: url('../images/icon-drag.svg');
    background-position: 50% 12px;
    background-size: 35px;
    background-repeat: no-repeat;
    color: #fefefc;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .home-drag-b {
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 10;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header-search-b {
    padding-top: 60px;
  }

  .header-search-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .txt-field.search {
    border-radius: 10px;
  }

  .footer-col-organizer {
    position: relative;
    width: 100%;
  }

  .footer-organizer-title {
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-organizer-txt-b {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-copyright-txt {
    display: none;
  }

  .footer-organizer-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
  }

  .footer-organizer-tag-arrow {
    height: 100%;
  }

  .container-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner-content-b {
    margin-top: -20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .page-title-b {
    position: relative;
    top: 0px;
    padding: 25px 15px 0px 25px;
  }

  .page-title-b.exhibition {
    margin-top: 60px;
  }

  .page-title-graphic {
    width: 70px;
  }

  .resource-listing {
    padding: 15px 15px 15px 46px;
  }

  .inner-content-section {
    margin-top: 20px;
    padding-top: 20px;
  }

  .listing-icon {
    width: 46px;
  }

  .inner-b-graphic {
    width: 70px;
  }

  .section-btn-align {
    display: none;
  }

  .page-title-align {
    display: block;
  }

  .section-btn {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px 10px;
  }

  .heading-2 {
    width: 100%;
  }

  .pop {
    padding-right: 0px;
    padding-left: 0px;
  }

  .pop-b {
    height: 100vh;
  }

  .pop-top-bar {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pop-content-b {
    padding-right: 20px;
    padding-left: 20px;
  }

  .quote {
    padding: 15px;
  }

  .pop-btn-close {
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-right: 20px;
  }

  .faq-listing-icon {
    width: 46px;
    margin-top: 2px;
  }

  .faq-expand-txt {
    padding-right: 15px;
    padding-left: 46px;
  }

  .faq-btn-expand {
    width: 20px;
    margin-top: 15px;
  }

  .faq-btn {
    padding: 15px 46px;
  }

  .expo-list-col {
    width: 100%;
  }

  .expo-info-b {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .expo-info-title {
    display: block;
  }

  .txt-links {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .timetable-col {
    width: 100%;
  }

  .subtitle {
    font-size: 16px;
  }

  .timetable-list {
    min-height: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .timetable-live-b {
    margin-top: 15px;
    padding-right: 0%;
    padding-bottom: 0px;
  }

  .timetable-live-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timetable-live-txt-b {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .timetable-live-btn-txt {
    display: inline-block;
    width: auto;
    margin-top: 0px;
    margin-left: 10px;
  }

  .timetable-live-btn-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timetable-review-list {
    min-height: 0px;
  }

  .timetable-review-txt-b {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .timetable-review-btn-icon {
    width: 28px;
  }

  .question-bottom-btn-b {
    margin-bottom: -15px;
  }

  .home-bottom {
    position: relative;
  }

  .exhibition-bottom {
    position: relative;
  }

  .exhibition-map {
    left: 0%;
    width: 600px;
    min-width: 600px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .exhibition-map-scroll {
    overflow: auto;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .exhibition-btn-b {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .btn-back-map {
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px 10px;
  }

  .exhibition-filter-mobile-btn {
    width: 50px;
    height: 50px;
    margin-top: 75px;
    margin-right: 20px;
  }

  .booth-content-b {
    height: auto;
    min-height: 0vh;
  }

  .pop-grad-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .home-content-b {
    padding-bottom: 0px;
  }

  .brand {
    width: 180px;
  }

  .expo-info-img {
    width: 100%;
  }

  .pop-txt-b {
    padding-left: 0px;
  }

  .pop-txt-b.welcome-speech {
    padding-left: 0px;
  }

  .timetable-txt-title {
    width: 35%;
  }

  .timetable-txt {
    width: 65%;
  }

  .timetable-review-txt-title {
    width: 35%;
  }

  .timetable-review-txt {
    width: 65%;
  }

  .question-form-col._50 {
    width: 100%;
  }

  .question-form-col._13 {
    width: 100%;
  }

  .question-form-col.q05-txt-field {
    width: 30%;
  }

  .exhibition-filter-banner.exhibition-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .exhibition-btn-b {
    display: block;
    padding-right: 20px;
  }

  .exhibition-btn {
    display: block;
    text-align: center;
  }

  .exhibition-btn.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .exhibition-icon-list {
    position: relative;
    top: 0%;
    margin-right: 5px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .booth-content-b {
    padding-bottom: 0px;
  }

  .exhibition-logo-ceec-b {
    margin-right: auto;
    margin-left: auto;
  }

  .pop-welcome-img {
    position: relative;
  }

  .home-quote-fr {
    display: none;
  }

  .home-quote-fr-mobile {
    display: block;
    margin-top: -45px;
    margin-left: -10px;
  }
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}