.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 {
  background-color: #fcfcfc;
  font-family: 'Noto Sans TC', sans-serif;
  color: #4e6084;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 120%;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 120%;
  font-weight: 900;
  letter-spacing: 6px;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #ff5aa9;
  text-decoration: none;
}

a:hover {
  color: #9c064e;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  width: 100vw;
  background-color: transparent;
}

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

.container.v-header {
  padding-left: 0px;
}

.header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#3cc), to(#2a5aa5));
  background-image: linear-gradient(90deg, #3cc, #2a5aa5);
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -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;
}

.header-logo-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.header-logo-tip {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 68px;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

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

.brand {
  display: block;
  width: 164px;
  padding-left: 0px;
  float: none;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.brand:hover {
  opacity: 0.6;
}

.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;
}

.nav-item {
  margin-left: 40px;
}

.nav-link {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link-txt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 0%;
  height: 3px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#3cc));
  background-image: linear-gradient(90deg, #fff, #3cc);
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}

.section-content {
  position: relative;
  overflow: hidden;
}

.home-content-b {
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 70px;
  background-color: #dcd7e1;
}

.zoom-mask {
  overflow: hidden;
}

.lobby-img-b {
  position: relative;
}

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

.lobby-item-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lobby-item-b.v-banner-center {
  width: 47.5%;
  margin-top: -23.5%;
}

.lobby-item-b.v-banner-vert {
  width: 10.4%;
  margin-top: -16.5%;
  margin-left: -30%;
}

.lobby-item-b.v-banner-vert.v-right {
  margin-left: 30%;
}

.lobby-item-b.v-tv {
  width: 24.3%;
  margin-top: -7.5%;
}

.lobby-item-b.v-resource-center {
  width: 8.4%;
  margin-top: 4.2%;
  margin-left: -25.2%;
}

.lobby-item-b.v-exhibition-hall {
  width: 12.1%;
  margin-top: 1.8%;
}

.lobby-item-b.v-expo-info {
  width: 5.2%;
  margin-top: 4.2%;
  margin-left: 26%;
}

.lobby-item-b.v-welcome {
  width: 13.8%;
  margin-top: 18%;
  margin-left: -27%;
}

.lobby-item-b.v-webinar {
  width: 9.4%;
  margin-top: 8%;
  margin-left: 35.5%;
}

.lobby-item-b.v-faq {
  width: 4.9%;
  margin-top: 7.8%;
  margin-left: 41.5%;
}

.lightbox-100 {
  display: block;
}

.lightbox-100.v-banner-center {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: box-shadow 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, color 500ms ease;
}

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

.lightbox-100.v-booth-poster {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
}

.lightbox-100.v-booth-poster:hover {
  border-width: 2px;
  border-color: #3cc;
}

.home-tv-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  margin: 1.5%;
  padding: 5%;
  color: #28284b;
  font-size: 14px;
}

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

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

.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;
}

.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: 700;
}

.home-tv-info-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1c4597;
  font-weight: 700;
}

.home-tv-info-data.v-next {
  padding-right: 24%;
}

.btn-current-vid {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 3.5%;
  margin-right: 3%;
  padding: 5px 24px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e1e9f6), to(#fff));
  background-image: linear-gradient(0deg, #e1e9f6, #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: 18px;
}

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

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

.home-tv-countdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27%;
  margin-right: 23%;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.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(#e1e9f6), to(#fff));
  background-image: linear-gradient(0deg, #e1e9f6, #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: #1c4597;
  font-size: 20px;
  line-height: 120%;
}

.countdown-unit {
  color: #28284b;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 1px;
}

.lobby-link {
  position: relative;
  display: block;
}

.lobby-link-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  opacity: 0;
}

.lobby-wt-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 18%;
  margin-right: 22%;
  margin-left: 20%;
}

.btn-questionaire-b {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  margin-top: 140px;
}

.btn-questionaire {
  position: relative;
  height: 47px;
  padding: 7px 15px 7px 60px;
  background-color: #0cbdb7;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.btn-questionaire-txt {
  position: relative;
  width: 82px;
}

.btn-questionaire-img-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 70px;
  margin-left: -10px;
}

.img-questionaire {
  display: block;
  width: 100%;
  margin-bottom: -20px;
}

.btn-questionaire-tip {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  margin-left: -29px;
}

.section-footer {
  position: relative;
  z-index: 1000;
  background-image: -webkit-gradient(linear, left top, right top, from(#3cc), to(#2a5aa5));
  background-image: linear-gradient(90deg, #3cc, #2a5aa5);
}

.footer-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#3cc), to(#fff));
  background-image: linear-gradient(270deg, #3cc, #fff);
}

.footer-wrap {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 145px 10px;
  -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;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 2px;
}

.footer-deco {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 134px;
}

.footer-deco.v-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer-fixed {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.footer-l-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-l-title {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
  color: hsla(0, 0%, 100%, 0.8);
}

.footer-l-data-col {
  margin-bottom: -5px;
  font-weight: 700;
}

.footer-l-data {
  margin-bottom: 5px;
}

.footer-r-b {
  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;
}

.footer-link {
  color: #fff;
  font-weight: 700;
}

.footer-link:hover {
  color: #3cc;
}

.footer-link-separator {
  width: 2px;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #3cc;
}

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

.popup-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4000;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 82, 143, 0.5);
  opacity: 0;
}

.popup-b.popup-scroll.v-lobby {
  display: block;
  opacity: 1;
}

.pop-important-note {
  display: none;
  width: 100%;
}

.popup-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.common-pop-box {
  position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #3cc), to(#2a5aa5));
  background-image: linear-gradient(90deg, #3cc 35%, #2a5aa5);
}

.common-popup-content {
  position: relative;
  overflow: auto;
  max-height: 90vh;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
}

.common-popup-content.v-questionaire {
  background-image: url('../images/questionaire-bg2x.png');
  background-position: 100% 100%;
  background-size: 486px;
  background-repeat: no-repeat;
}

.section-heading-b {
  margin-bottom: 15px;
  color: #33528f;
}

.section-heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-heading-icon-b {
  width: 100px;
  padding-right: 10px;
  padding-bottom: 18px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/section-icon-base2x.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-heading-txt-b {
  padding-bottom: 29px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-heading-txt {
  padding-left: 20px;
}

.section-heading-line {
  height: 5px;
  margin-top: 15px;
  background-color: #86ead7;
}

.important-note-item {
  margin-bottom: 50px;
}

.important-note-title-b {
  margin-bottom: 15px;
}

.important-note-title {
  display: inline-block;
  padding: 5px 80px 5px 25px;
  background-image: linear-gradient(74deg, #1d4698, rgba(29, 70, 152, 0));
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}

.ordered-list {
  margin-bottom: 0px;
  padding-left: 20px;
  list-style-type: decimal;
}

.ol-item {
  margin-bottom: 8px;
  padding-left: 10px;
}

.btn-pop-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  display: block;
  width: 60px;
  height: 60px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2a5aa5), to(#3cc));
  background-image: linear-gradient(0deg, #2a5aa5, #3cc);
}

.icon-close {
  width: 40px;
  height: 40px;
  margin-top: 7px;
  margin-left: 14px;
  background-image: url('../images/pop-close2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pop-welcome {
  display: block;
  width: 100%;
}

.welcome-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.welcome-photo-b {
  width: 150px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #3cc;
}

.welcome-txt-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.welcome-title-b {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}

.welcome-content-bubble {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 204, 204, 0.3)), to(rgba(51, 204, 204, 0)));
  background-image: linear-gradient(90deg, rgba(51, 204, 204, 0.3), rgba(51, 204, 204, 0));
}

.welcome-tip {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 20px;
  margin-top: 25px;
  margin-left: -10px;
  background-image: url('../images/welcome-tip2x.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pop-privacy {
  display: none;
  width: 100%;
}

.pop-questionaire {
  display: none;
  width: 100%;
}

.form-b {
  margin-bottom: 0px;
}

.hide {
  display: none;
}

.questionaire-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
  font-size: 20px;
  line-height: 120%;
  font-weight: 900;
  letter-spacing: 1px;
}

.questionaire-number {
  margin-right: 15px;
  padding: 5px 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d4698), to(rgba(29, 70, 152, 0)));
  background-image: linear-gradient(90deg, #1d4698, rgba(29, 70, 152, 0));
  color: #fff;
}

.questionaire-title {
  margin-top: 5px;
}

.questionaire-bubble-b {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 204, 204, 0.3)), to(rgba(51, 204, 204, 0)));
  background-image: linear-gradient(90deg, rgba(51, 204, 204, 0.3), rgba(51, 204, 204, 0));
}

.questionaire-tip {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 10px;
  margin-top: -10px;
  margin-left: 20px;
  background-image: url('../images/questionaire-tip2x.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.questionaire-radio-gp-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.questionaire-radio-item {
  width: 50%;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.questionaire-radio-item.v-100 {
  width: 100%;
}

.form-radio-btn-field {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #4e6084;
  font-weight: 400;
  cursor: pointer;
}

.radio-btn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.radio-btn-content.v-table {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.radio-btn-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3cc;
  border-radius: 20px;
  background-color: #fff;
}

.radio-btn-circle-active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #3cc, #2a5aa5);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.radio-btn-txt {
  margin-left: 10px;
}

.radio-btn-txt.v-table {
  display: none;
}

.other-field {
  margin-top: 10px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textfield {
  height: 40px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #3cc;
  border-radius: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #4e6084;
  font-size: 16px;
  line-height: 120%;
}

.textfield:focus {
  border-color: #3cc;
}

.textfield::-webkit-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textfield:-ms-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textfield::-ms-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textfield::placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textfield.v-other {
  margin-top: 10px;
}

.questionaire-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -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;
}

.questionaire-btn-item {
  margin-left: 20px;
}

.btn-slider-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3cc;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
}

.btn-slider-arrow:hover {
  background-color: #2a5aa5;
}

.btn-slider-arrow.arrow-prev {
  background-image: url('../images/slider-arrow-l2x.png');
}

.btn-slider-arrow.arrow-next {
  background-image: url('../images/slider-arrow-r2x.png');
}

.btn-slider-arrow.v-disabled {
  opacity: 0.3;
}

.form-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.form-table-row.v-top {
  border-bottom-style: none;
}

.form-table-col-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.form-table-col-txt.v-other {
  width: 100%;
}

.form-table-col-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-radio-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  text-align: center;
}

.q-num {
  width: 20px;
  font-weight: 700;
}

.q-txt-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.q-txt {
  font-weight: 700;
}

.form-pref-list {
  margin-bottom: -10px;
}

.form-pref-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-pref-col.col-field {
  width: 70px;
}

.form-pref-col.col-title {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-checkbox-field {
  padding-left: 0px;
  font-weight: 400;
}

.checkbox-btn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.checkbox-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #3cc;
  background-color: #fff;
}

.checkbox-tick {
  width: 15px;
  height: 13px;
  border-radius: 50%;
  background-image: url('../images/checkbox-tick2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #3cc;
  border-radius: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #4e6084;
  font-size: 16px;
  line-height: 120%;
}

.textarea:focus {
  border-color: #3cc;
}

.textarea::-webkit-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.textarea::placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.btn-form-submit {
  padding: 15px 30px;
  border-radius: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#009898), to(#2a5aa5));
  background-image: linear-gradient(90deg, #009898, #2a5aa5);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-form-submit:hover {
  color: #86ead7;
}

.form-success {
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.form-success-message {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.section-banner {
  position: relative;
  z-index: 10;
  padding-top: 70px;
}

.inner-banner-b {
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url('../images/inner-banner-bg-22x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.inner-page-heading {
  color: #fff;
  letter-spacing: 10px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.inner-content-top {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 5;
  background-color: #fcfcfc;
}

.inner-content-top.v-norm {
  position: relative;
  top: 0px;
}

.shortcut-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.shortcut-item {
  margin-left: 20px;
}

.btn-common {
  position: relative;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e6084;
  border-radius: 40px;
  color: #4e6084;
  line-height: 120%;
  font-weight: 500;
}

.btn-common:hover {
  color: #fff;
}

.btn-common.w--current {
  color: #fff;
}

.btn-common-content {
  position: relative;
  overflow: hidden;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #4e6084;
  border-radius: 40px;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
}

.btn-common-content.v-exhibition {
  background-color: #fff;
}

.btn-common-content.v-exhibition.v-list {
  padding-left: 45px;
}

.relative {
  position: relative;
}

.btn-common-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, right top, from(#2a5aa5), to(#009898));
  background-image: linear-gradient(90deg, #2a5aa5, #009898);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.banner-plant {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 380px;
  margin-bottom: -50px;
}

.inner-content-top-edge {
  height: 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dad8dd), to(#fcfcfc));
  background-image: linear-gradient(90deg, #dad8dd, #fcfcfc);
}

.inner-content-b {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-div {
  position: relative;
  margin-bottom: 30px;
}

.content-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 280px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e2e7), to(rgba(228, 226, 231, 0)));
  background-image: linear-gradient(180deg, #e4e2e7, rgba(228, 226, 231, 0));
}

.ei-intro-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.ei-intro-col {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ei-intro-col.col-txt {
  margin-right: -150px;
}

.ei-intro-col.col-img {
  width: 50%;
  max-width: 650px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ei-intro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 18px 150px 18px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 204, 204, 0.22)), color-stop(75%, rgba(51, 204, 204, 0.1)), to(rgba(51, 204, 204, 0)));
  background-image: linear-gradient(90deg, rgba(51, 204, 204, 0.22), rgba(51, 204, 204, 0.1) 75%, rgba(51, 204, 204, 0));
}

.ei-intro-box.v-plan {
  display: block;
}

.ei-intro-title {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #4e6084;
  font-weight: 900;
}

.ei-intro-title.v-plan {
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #4e6084;
}

.font-20 {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 2px;
}

.ei-intro-content-b {
  padding-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item {
  margin-bottom: 8px;
}

.unordered-list {
  padding-left: 20px;
  list-style-type: disc;
}

.school-list-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.school-list-col {
  width: 33.3%;
  padding-right: 5px;
  padding-left: 5px;
}

.school-list-region-title-b {
  position: relative;
  overflow: hidden;
  padding: 10px 25px;
  background-color: #ef1b2b;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.school-list-region-title-b.v-tj {
  background-color: #b37924;
}

.school-list-region-title-b.v-liaoning {
  background-color: #3ec2cf;
}

.school-list-region-title-b.v-jilin {
  background-color: #bfe3d3;
}

.school-list-region-title-b.v-shanghai {
  background-color: #a23f97;
}

.school-list-region-title-b.v-jiangsu {
  background-color: #71bf4b;
}

.school-list-region-title-b.v-zhejiang {
  background-color: #f58220;
}

.school-list-region-title-b.v-anhui {
  background-color: #6f1b5b;
}

.school-list-region-title-b.v-fujian {
  background-color: #53b3ae;
}

.school-list-region-title-b.v-jiangxi {
  background-color: #ddb10a;
}

.school-list-region-title-b.v-shandong {
  background-color: #008a9e;
}

.school-list-region-title-b.v-henan {
  background-color: #003860;
}

.school-list-region-title-b.v-hubei {
  background-color: #e08741;
}

.school-list-region-title-b.v-hunan {
  background-color: #5698d2;
}

.school-list-region-title-b.v-guangdong {
  background-color: #5c2d91;
}

.school-list-region-title-b.v-guangxi {
  background-color: #da521f;
}

.school-list-region-title-b.v-hainan {
  background-color: #034ea2;
}

.school-list-region-title-b.v-chongqing {
  background-color: #004811;
}

.school-list-region-title-b.v-sichuan {
  background-color: #f27186;
}

.school-list-region-title-b.v-yunnan {
  background-color: #007190;
}

.school-list-region-title-b.v-shaanxi {
  background-color: #414042;
}

.school-list-region-title-b.v-gansu {
  background-color: #818f62;
}

.school-list-region-title-b.v-other {
  background-color: #4e6084;
}

.school-list-region-title-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/schoollist-title-pattern2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.school-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  background-color: #fcfcfc;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #4e6084;
}

.school-item:hover {
  background-color: #4e6084;
  color: #fff;
}

.school-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  padding: 8px 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #fff;
  background-color: #4e6084;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.school-name {
  padding: 8px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.region-b {
  margin-bottom: 10px;
}

.region-b.v-map {
  margin-bottom: 0px;
}

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

.school-total-b {
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 20px;
  background-image: url('../images/school-list-total-bg2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.school-total-b.v-map {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 120%;
}

.txt-total {
  font-size: 60px;
  line-height: 120%;
}

.common-content-box {
  padding: 25px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 221, 222, 0.44)), to(rgba(129, 221, 222, 0)));
  background-image: linear-gradient(180deg, rgba(129, 221, 222, 0.44), rgba(129, 221, 222, 0));
}

.resource-list {
  margin-bottom: -15px;
}

.resource-item {
  position: relative;
  margin-bottom: 15px;
}

.resource-link {
  display: block;
  padding: 15px 25px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #4e6084;
  font-size: 20px;
  line-height: 119%;
  font-weight: 900;
}

.resource-link:hover {
  background-color: #fcfcfc;
  color: #3cc;
}

.resource-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resource-item-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.resource-item-img {
  width: 50px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.common-item-bottom-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 10px;
  margin-bottom: -10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b7fbe7), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #b7fbe7, hsla(0, 0%, 100%, 0));
}

.resource-arrow {
  width: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-list {
  margin-bottom: -15px;
}

.faq-item {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 25px;
  background-color: #fff;
}

.faq-click {
  display: block;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #4e6084;
  font-size: 20px;
  line-height: 119%;
  font-weight: 900;
}

.faq-click:hover {
  color: #3cc;
}

.icon-ec {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/icon-expand2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-ec.v-expanded {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-click-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-item-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.faq-item-img {
  width: 50px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.faq-expand-b {
  overflow: hidden;
}

.faq-expand-wrap {
  margin-top: 10px;
  padding-top: 15px;
  padding-left: 65px;
  border-top: 1px solid #3cc;
}

.timetable-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  margin-left: -25px;
  -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;
}

.timetable-col {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}

.timetable-title-b {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #33528f;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 900;
  text-align: center;
}

.timetable-live-b {
  text-align: center;
}

.btn-live {
  padding: 5px 15px 5px 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #ff5aa9;
  background-image: url('../images/icon-play2x.png');
  background-position: 5px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.btn-live:hover {
  background-color: #cc2273;
  color: #fff;
}

.timetable-list {
  margin-top: 20px;
}

.timetable-item {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 25px;
  background-color: #fff;
}

.timetable-item-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.timetable-item-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 900;
}

.timetable-item-content {
  margin-top: 15px;
  margin-bottom: -15px;
  padding-top: 15px;
  border-top: 1px solid #3cc;
}

.timetable-item-sub-content {
  margin-bottom: 15px;
}

.timetable-item-sc-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.timetable-item-time-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -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;
}

.timetable-replay-gp {
  margin-bottom: 15px;
}

.timetable-replay-list {
  margin-bottom: -15px;
}

.timetable-replay-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.timetable-replay-content {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timetable-vid-b {
  width: 560px;
  max-width: 50%;
  margin-right: 25px;
}

.timetable-replay-item {
  position: relative;
  margin-bottom: 15px;
  padding: 25px;
  background-color: #fff;
}

.timetable-replay-pdf-b {
  margin-top: 25px;
  margin-bottom: 15px;
}

.btn-pdf {
  color: #3cc;
  font-weight: 700;
}

.btn-pdf:hover {
  color: #2a5aa5;
}

.btn-pdf-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-pdf {
  width: 40px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.txt-live {
  color: #ff5aa9;
  font-weight: 700;
}

.booth-content-b {
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #a2a2a2;
}

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

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

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

.booth-item-b.v-logo {
  width: 38%;
  margin-top: -19.2%;
  margin-left: 0%;
  background-image: url('../images/school-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.booth-item-b.v-vid {
  width: 30.5%;
  margin-top: -1.7%;
  margin-left: 0%;
}

.booth-item-b.v-poster {
  width: 11%;
  margin-top: 5.5%;
  margin-left: -36.7%;
}

.booth-item-b.v-poster.v-right {
  margin-left: 28.4%;
}

.booth-item-b.v-booth-intro {
  width: 13%;
  margin-top: 11.5%;
}

.booth-item-b.v-booth-moreinfo {
  width: 6%;
  margin-top: 13.5%;
  margin-left: -23%;
}

.booth-item-b.v-booth-form {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 13%;
  margin-top: -3%;
  margin-right: 1.5%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.booth-poster-enlarge-icon-b {
  position: relative;
  width: 32%;
  margin-right: auto;
  margin-left: auto;
  padding: 4%;
  border-radius: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9d9b9b));
  background-image: linear-gradient(180deg, #fff, #9d9b9b);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
}

.booth-poster-enlarge-txt {
  position: relative;
  width: 56%;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
}

.booth-enlarge-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  margin-bottom: -11%;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

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

.booth-poster-inner-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-booth-intro {
  display: block;
  padding: 2%;
  border-radius: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(44%, #f9f8f8), to(#968f90));
  background-image: linear-gradient(180deg, #fff, #f9f8f8 44%, #968f90);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: box-shadow 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, color 500ms ease;
  color: #3e4651;
  font-size: 1.3vw;
  line-height: 120%;
  font-weight: 700;
}

.btn-booth-intro:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  color: #2a5aa5;
}

.btn-booth-intro-content {
  padding: 3% 5%;
  border-style: solid;
  border-width: 1px;
  border-color: #3e4651;
  border-radius: 1000px;
  text-align: center;
}

.btn-booth-moreinfo {
  display: block;
  padding: 2%;
  border-radius: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(44%, #f9f8f8), to(#968f90));
  background-image: linear-gradient(180deg, #fff, #f9f8f8 44%, #968f90);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: box-shadow 500ms ease, color 500ms ease;
  transition: box-shadow 500ms ease, color 500ms ease;
  color: #3e4651;
  font-size: 0.9vw;
  line-height: 120%;
  font-weight: 700;
}

.btn-booth-moreinfo:hover {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  color: #2a5aa5;
}

.btn-booth-moreinfo-content {
  padding: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: #3e4651;
  border-radius: 1000px;
  text-align: center;
}

.booth-form-content-b {
  margin-right: 1%;
  margin-left: 1%;
  padding: 10% 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0dfdd), color-stop(35%, #f8f9f8));
  background-image: linear-gradient(180deg, #e0dfdd, #f8f9f8 35%);
}

.booth-form-title {
  width: 40%;
  margin-right: auto;
  margin-bottom: 10%;
  margin-left: auto;
}

.booth-txtfield {
  height: auto;
  margin-bottom: 0px;
  padding: 3% 6%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 204, 204, 0);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
  color: #3c3d4f;
  font-size: 1vw;
  line-height: 120%;
  font-weight: 700;
}

.booth-txtfield:focus {
  border-style: solid;
  border-color: #3cc;
}

.booth-txtfield::-webkit-input-placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-txtfield:-ms-input-placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-txtfield::-ms-input-placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-txtfield::placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-form-row {
  margin-bottom: 8%;
}

.booth-txtarea {
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 3% 6%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 204, 204, 0);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 500ms ease, color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease;
  color: #3c3d4f;
  font-size: 1vw;
  font-weight: 700;
}

.booth-txtarea:focus {
  border-color: #3cc;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.booth-txtarea::-webkit-input-placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-txtarea:-ms-input-placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-txtarea::-ms-input-placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.booth-txtarea::placeholder {
  color: rgba(60, 61, 79, 0.45);
}

.btn-booth-form-submit {
  display: block;
  width: 100%;
  padding: 5% 10%;
  border-radius: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #3c3d4f), to(#616170));
  background-image: linear-gradient(90deg, #3c3d4f 33%, #616170);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 1.1vw;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-booth-form-submit:hover {
  color: #86ead7;
}

.booth-form-success-b {
  border-radius: 10px;
  background-color: #ebebeb;
  color: #3e4651;
  font-size: 1.2vw;
  line-height: 120%;
  font-weight: 700;
}

.exhibition-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.exhibition-col-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100vh;
  padding-top: 70px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 5px solid #fff;
}

.exhibition-col-main {
  overflow: auto;
  height: 100vh;
  padding: 120px 40px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(#87ddde), to(#fff));
  background-image: linear-gradient(270deg, #87ddde, #fff);
}

.exhibition-map {
  position: relative;
  max-width: 1200px;
  margin-right: -40px;
  margin-left: -40px;
}

.exhibition-h1 {
  color: #33528f;
  letter-spacing: 10px;
}

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

.map-item.v-gansu {
  margin-top: -12%;
  margin-left: -1.9%;
}

.map-item.v-sichuan {
  margin-top: -6%;
  margin-left: -7.9%;
}

.map-item.v-yunnan {
  margin-top: 2%;
  margin-left: -11.5%;
}

.map-item.v-shanxi {
  margin-top: -9%;
  margin-left: 2.8%;
}

.map-item.v-chongching {
  margin-top: -4.5%;
  margin-left: 0%;
}

.map-item.v-hunan {
  margin-top: -0.2%;
  margin-left: 5.5%;
}

.map-item.v-gzz {
  margin-top: 5%;
  margin-left: 0%;
}

.map-item.v-hainan {
  margin-top: 11%;
  margin-left: 0%;
}

.map-item.v-henan {
  margin-top: -9%;
  margin-left: 10.5%;
}

.map-item.v-hubei {
  margin-top: -5%;
  margin-left: 7.5%;
}

.map-item.v-anhui {
  margin-top: -5.8%;
  margin-left: 15%;
}

.map-item.v-jiangxi {
  margin-top: 0.2%;
  margin-left: 12.2%;
}

.map-item.v-jiangsu {
  margin-top: -7.8%;
  margin-left: 19%;
}

.map-item.v-shanghai {
  margin-top: -5.1%;
  margin-left: 21%;
}

.map-item.v-zhejiang {
  margin-top: -1.1%;
  margin-left: 19%;
}

.map-item.v-fujian {
  margin-top: 2.9%;
  margin-left: 15%;
}

.map-item.v-guangdong {
  margin-top: 5%;
  margin-left: 7.5%;
}

.map-item.v-beijing {
  margin-top: -19%;
  margin-left: 15.5%;
}

.map-item.v-tianjing {
  margin-top: -17%;
  margin-left: 16.5%;
}

.map-item.v-shanfong {
  margin-top: -12%;
  margin-left: 17.5%;
}

.map-item.v-liaoling {
  margin-top: -20%;
  margin-left: 24%;
}

.map-item.v-jilin {
  margin-top: -22%;
  margin-left: 30%;
}

.map-link {
  position: relative;
  color: #4e6084;
  font-weight: 700;
}

.map-link:hover {
  color: #4e6084;
}

.map-txt-b {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-size: 20px;
  line-height: 120%;
  white-space: nowrap;
}

.map-txt-stroked {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
}

.map-txt {
  position: relative;
}

.icon-locator {
  width: 1.7vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.map-btn-gp {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 80px;
  margin-left: 40px;
}

.map-btn-item {
  margin-bottom: 10px;
}

.hkceec-logo {
  position: relative;
  width: 160px;
}

.icon-school-list {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 38px;
  margin-bottom: 4px;
  margin-left: 6px;
}

.map-top-b {
  position: relative;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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;
}

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

.map-search-input {
  height: auto;
  margin-bottom: 0px;
  padding: 8px 50px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/exhibition-search2x.png');
  background-position: 10px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  color: #4e6084;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.map-search-input::-webkit-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.map-search-input:-ms-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.map-search-input::-ms-input-placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.map-search-input::placeholder {
  color: rgba(78, 96, 132, 0.5);
}

.btn-refresh {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: opacity 500ms ease, color 500ms ease;
  transition: opacity 500ms ease, color 500ms ease;
}

.btn-refresh:hover {
  opacity: 0.5;
}

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

.exhibition-filter-dropdown-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding: 10px 10px 10px 20px;
  -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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4e6084;
  font-weight: 700;
  text-align: left;
}

.exhibition-filter-dropdown-btn:hover {
  color: #3cc;
}

.exhibition-filter-dropdown-btn.w--open {
  background-color: #fff;
}

.exhibition-filter-dropdown-btn.v-subject {
  border-style: none solid;
  border-width: 1px;
  border-color: #ddd;
}

.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-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #ddd;
}

.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-list.w--open {
  margin-top: 56px;
}

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

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

.icon-dropdown-arrow {
  width: 15px;
}

.exhibition-filter-dropdown-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 40px;
  background-color: rgba(51, 204, 204, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4e6084;
  letter-spacing: 0px;
  text-indent: 0px;
}

.exhibition-filter-dropdown-link:hover {
  background-color: rgba(51, 204, 204, 0.5);
  color: #4e6084;
}

.exhibition-filter-dropdown-link.v-alphabet {
  width: 30px;
  height: 30px;
}

.map-filter-item {
  margin-bottom: 5px;
  padding-right: 3px;
  padding-left: 3px;
}

.map-filter-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3px;
  margin-bottom: -5px;
  margin-left: -3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.btn-dw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 46px;
  -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;
  color: #4e6084;
  font-weight: 700;
}

.btn-dw:hover {
  color: #3cc;
}

.txt-map-total {
  font-size: 24px;
  line-height: 120%;
}

.map-listing-b {
  overflow: auto;
  padding-bottom: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.txt-time {
  margin-right: 5px;
}

.pop-graduateshare {
  display: none;
  width: 100%;
}

.graduate-share-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.graduate-photo {
  width: 150px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #3cc;
}

.graduate-intro-txt-b {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.graduate-title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}

.graduate-content-bubble {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 204, 204, 0.3)), to(rgba(51, 204, 204, 0)));
  background-image: linear-gradient(90deg, rgba(51, 204, 204, 0.3), rgba(51, 204, 204, 0));
}

.graduate-tip {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 10px;
  height: 20px;
  margin-top: 25px;
  margin-left: -10px;
  background-image: url('../images/welcome-tip2x.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.graduate-name {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.graduate-table {
  margin-bottom: -10px;
}

.graduate-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -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;
  border-bottom: 1px solid #3cc;
  background-image: url('../images/list-bullet.svg');
  background-position: 0px 8px;
  background-size: 5px;
  background-repeat: no-repeat;
}

.graduate-fieldname {
  width: 150px;
  margin-right: 10px;
  font-weight: 700;
}

.graduate-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.graduate-title-b-copy {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}

.graduate-feature {
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 20px;
  background-color: #2a5aa5;
  color: #fff;
  line-height: 130%;
  font-weight: 500;
}

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

html.w-mod-js *[data-ix="common-scale-in"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

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

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

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="init-questionaire"] {
  display: none;
  opacity: 0;
}

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

@media screen and (min-width: 1280px) {
  .lobby-img-b {
    height: 100vh;
    padding-top: 60%;
    background-image: url('../images/lobby-bg-large.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .lobby-item-b.v-banner-center {
    margin-top: -20.5%;
  }

  .lobby-item-b.v-banner-vert {
    margin-top: -13.5%;
  }

  .lobby-item-b.v-tv {
    margin-top: -4.8%;
  }

  .lobby-item-b.v-resource-center {
    margin-top: 7.4%;
  }

  .lobby-item-b.v-exhibition-hall {
    margin-top: 4.8%;
  }

  .lobby-item-b.v-expo-info {
    margin-top: 7.4%;
  }

  .lobby-item-b.v-welcome {
    margin-top: 21%;
  }

  .lobby-item-b.v-webinar {
    margin-top: 13%;
  }

  .lobby-item-b.v-faq {
    margin-top: 10.8%;
    margin-left: 42%;
  }

  .home-tv-content-b {
    font-size: 1.1vw;
    line-height: 120%;
  }

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

  .home-tv-gp-title {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

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

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

  .countdown-num {
    margin-bottom: 2%;
    font-size: 1.4vw;
  }

  .countdown-unit {
    font-size: 1.1vw;
  }

  .banner-plant {
    width: 428px;
  }

  .exhibition-col-r {
    width: 350px;
  }

  .exhibition-map {
    margin-right: auto;
    margin-left: auto;
  }

  .icon-locator {
    width: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 28px;
  }

  .container {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .header-bg {
    z-index: 1000;
  }

  .header-logo-b {
    z-index: 1000;
    padding-right: 2.5vw;
    padding-left: 5vw;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #fff;
  }

  .nav-item {
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
    text-align: center;
  }

  .nav-link {
    display: inline-block;
    color: #4e6084;
  }

  .nav-link:hover {
    color: #4e6084;
  }

  .nav-link-txt {
    padding-top: 0px;
  }

  .btn-menu {
    z-index: 1000;
    padding: 0px;
    float: none;
  }

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

  .btn-menu-line-1 {
    width: 30px;
    height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .btn-menu-line-3 {
    width: 30px;
    height: 2px;
    padding: 0px;
    background-color: #fff;
  }

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

  .section-content {
    margin-bottom: -40px;
  }

  .lobby-item-b.v-banner-center {
    margin-top: -24.5%;
  }

  .lobby-item-b.v-tv {
    width: 26%;
    margin-top: -8.5%;
  }

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

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

  .home-tv-info-fieldname {
    margin-right: 5px;
  }

  .home-tv-info-data.v-next {
    padding-right: 0%;
  }

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

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

  .home-tv-countdown {
    margin-right: 10%;
  }

  .countdown-digit-b {
    width: 35px;
    margin-right: 1px;
    margin-left: 1px;
  }

  .countdown-num {
    margin-bottom: 2px;
    font-size: 16px;
  }

  .countdown-unit {
    font-size: 12px;
  }

  .btn-questionaire-b {
    margin-top: 140px;
  }

  .btn-questionaire {
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 40px;
  }

  .btn-questionaire-txt {
    width: 70px;
  }

  .btn-questionaire-img-b {
    width: 60px;
    margin-left: -20px;
  }

  .btn-questionaire-tip {
    width: 25.5px;
    margin-left: -25.5px;
  }

  .footer-wrap {
    padding-right: 110px;
    padding-left: 110px;
  }

  .footer-deco {
    width: 100px;
  }

  .popup-wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section-heading-icon-b {
    width: 90px;
  }

  .section-heading-txt-b {
    padding-bottom: 26px;
  }

  .section-heading-txt {
    padding-left: 20px;
  }

  .section-heading-line {
    margin-top: 10px;
  }

  .btn-pop-close.v-map {
    border-top-right-radius: 0px;
  }

  .banner-plant {
    width: 280px;
    margin-bottom: -40px;
  }

  .ei-intro-b {
    display: block;
  }

  .ei-intro-col.col-txt {
    margin-right: 0px;
  }

  .ei-intro-col.col-img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .ei-intro-box {
    padding-right: 20px;
  }

  .school-list-region-title-b {
    font-size: 20px;
  }

  .school-name {
    padding-right: 15px;
    padding-left: 15px;
  }

  .school-total-b {
    font-size: 30px;
  }

  .txt-total {
    font-size: 50px;
  }

  .resource-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .timetable-b {
    margin-right: -10px;
    margin-left: -10px;
  }

  .timetable-col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .timetable-title-b {
    margin-bottom: 10px;
  }

  .timetable-list {
    margin-top: 10px;
  }

  .booth-item-b.v-booth-moreinfo {
    width: 7%;
  }

  .booth-item-b.v-booth-form {
    width: 15%;
    margin-right: 0%;
  }

  .booth-poster-enlarge-txt {
    width: 65%;
  }

  .btn-booth-moreinfo {
    font-size: 1vw;
  }

  .booth-txtfield {
    font-size: 1.2vw;
  }

  .booth-txtarea {
    min-height: 120px;
    font-size: 1.2vw;
  }

  .btn-booth-form-submit {
    font-size: 1.4vw;
  }

  .exhibition-col-r {
    display: none;
  }

  .exhibition-col-r.v-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
  }

  .exhibition-col-main {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .exhibition-map {
    margin-right: -2vw;
    margin-left: -2vw;
  }

  .icon-locator {
    width: 2vw;
  }

  .map-btn-gp {
    margin-bottom: 60px;
    margin-left: 5vw;
  }

  .exhibition-filter-dropdown-list.w--open {
    margin-top: 56px;
  }

  .exhibition-filter-mobile-btn {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: block;
    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: #2a5aa5;
    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: #28284b;
  }

  .pop-map-filter-m {
    position: relative;
    display: none;
    margin-right: -5vw;
    margin-left: -5vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .container {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .header-bg {
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  }

  .header-wrap {
    height: 60px;
  }

  .header-logo-b {
    height: 60px;
  }

  .header-logo-tip {
    width: 58.5px;
  }

  .brand {
    width: 140px;
  }

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

  .home-content-b {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }

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

  .btn-questionaire-b {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1200;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .footer-wrap {
    display: block;
    padding: 15px 5vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .footer-deco {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    overflow: hidden;
    margin-top: 0px;
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .footer-deco.v-right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .footer-l-b {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-l-title {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-right: 0px;
    border-right-style: none;
  }

  .footer-r-b {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-link-separator {
    margin-right: 10px;
    margin-left: 10px;
  }

  .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%);
  }

  .icon-drag {
    width: 100px;
    height: 100px;
    padding-top: 56px;
    border-radius: 50%;
    background-color: #3cc;
    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;
  }

  .popup-wrap {
    padding: 0vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .common-pop-box {
    padding: 6px;
  }

  .common-popup-content {
    height: 100vh;
    max-height: none;
    padding: 15px 15px 150px;
  }

  .common-popup-content.v-questionaire {
    background-size: 400px;
  }

  .section-heading-icon-b {
    width: 80px;
  }

  .section-heading-txt-b {
    padding-bottom: 24px;
  }

  .section-heading-txt {
    padding-left: 10px;
  }

  .section-heading-txt.v-pop {
    padding-right: 30px;
  }

  .section-heading-line {
    height: 4px;
  }

  .important-note-item {
    margin-bottom: 30px;
  }

  .important-note-title {
    padding-right: 60px;
    padding-left: 15px;
    font-size: 18px;
  }

  .btn-pop-close {
    width: 50px;
    height: 50px;
  }

  .btn-pop-close.v-map {
    border-top-right-radius: 0px;
  }

  .icon-close {
    width: 30px;
    height: 30px;
  }

  .welcome-item {
    margin-bottom: 30px;
  }

  .welcome-photo-b {
    width: 100px;
    margin-right: 15px;
  }

  .welcome-title-b {
    font-size: 18px;
  }

  .welcome-content-bubble {
    padding: 15px;
  }

  .welcome-tip {
    width: 8px;
    height: 16px;
    margin-top: 15px;
    margin-left: -8px;
  }

  .questionaire-title-b {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .questionaire-number {
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 15px;
  }

  .questionaire-bubble-b {
    padding: 15px;
  }

  .radio-btn-content.v-table {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .radio-btn-txt.v-table {
    display: block;
  }

  .questionaire-btn-b {
    margin-top: 15px;
  }

  .questionaire-btn-item {
    margin-left: 15px;
  }

  .btn-slider-arrow {
    width: 35px;
    height: 35px;
  }

  .form-table-row {
    display: block;
  }

  .form-table-row.v-top {
    display: none;
  }

  .form-table-col-txt {
    margin-bottom: 10px;
  }

  .form-table-col-radios {
    width: auto;
    margin-right: -10px;
    margin-bottom: -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;
  }

  .form-radio-col {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-pref-col.col-title {
    padding-left: 15px;
  }

  .section-banner {
    padding-top: 60px;
  }

  .inner-banner-b {
    padding: 70px 120px;
  }

  .inner-page-heading {
    letter-spacing: 5px;
  }

  .inner-content-top {
    top: 60px;
  }

  .shortcut-btn-b {
    min-height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .shortcut-item {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .btn-common {
    font-size: 14px;
  }

  .btn-common-content {
    padding: 3px 8px;
  }

  .btn-common-content.v-exhibition {
    padding: 5px 20px;
  }

  .banner-plant {
    width: 200px;
    margin-bottom: -14px;
  }

  .inner-content-top-edge {
    height: 10px;
  }

  .inner-content-b {
    padding-bottom: 60px;
  }

  .font-20 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .school-list-b {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .school-list-col {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-footer {
    margin-bottom: -50px;
  }

  .school-total-b {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-size: 20px;
  }

  .txt-total {
    font-size: 30px;
  }

  .common-content-box {
    padding: 15px;
  }

  .resource-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .resource-item-img {
    width: 40px;
    margin-right: 10px;
  }

  .resource-arrow {
    width: 18px;
  }

  .faq-item {
    padding: 10px 15px;
  }

  .faq-click {
    font-size: 16px;
  }

  .icon-ec {
    width: 20px;
    height: 20px;
  }

  .faq-item-img {
    width: 40px;
    margin-right: 10px;
  }

  .faq-expand-wrap {
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 0px;
  }

  .timetable-b {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .timetable-col {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .timetable-title-b {
    font-size: 18px;
  }

  .timetable-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .timetable-item-title {
    font-size: 18px;
  }

  .timetable-item-content {
    margin-top: 10px;
    padding-top: 10px;
  }

  .timetable-item-time-row {
    margin-bottom: 10px;
  }

  .timetable-replay-wrap {
    display: block;
  }

  .timetable-vid-b {
    width: auto;
    max-width: none;
    margin-right: 0px;
  }

  .timetable-replay-item {
    padding: 15px;
  }

  .timetable-replay-pdf-b {
    margin-top: 15px;
  }

  .booth-content-b {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .booth-item-b.v-booth-form {
    width: 15%;
  }

  .btn-booth-intro {
    font-size: 14px;
  }

  .btn-booth-moreinfo {
    font-size: 10px;
  }

  .booth-txtfield {
    font-size: 12px;
  }

  .booth-txtarea {
    font-size: 12px;
  }

  .btn-booth-form-submit {
    font-size: 14px;
  }

  .exhibition-col-r {
    padding-top: 60px;
  }

  .exhibition-col-r.v-mobile {
    border-left-style: none;
  }

  .exhibition-map {
    min-width: 750px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .exhibition-h1 {
    letter-spacing: 5px;
  }

  .map-txt-b {
    font-size: 16px;
  }

  .icon-locator {
    width: 16px;
  }

  .map-btn-item {
    margin-bottom: 5px;
  }

  .hkceec-logo {
    width: 120px;
  }

  .exhibition-filter-dropdown-btn {
    height: 40px;
  }

  .exhibition-filter-dropdown-b {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .exhibition-filter-dropdown-list.w--open {
    margin-top: 46px;
  }

  .btn-dw {
    height: 35px;
  }

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

  .pop-map-filter-m {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .graduate-photo {
    width: 100px;
    margin-right: 15px;
  }

  .graduate-title {
    font-size: 18px;
  }

  .graduate-content-bubble {
    padding: 15px;
  }

  .graduate-tip {
    width: 8px;
    height: 16px;
    margin-top: 15px;
    margin-left: -8px;
  }

  .graduate-title-b-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .btn-questionaire.popup-link {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 30px;
  }

  .btn-questionaire-txt {
    width: 60px;
  }

  .btn-questionaire-img-b {
    width: 50px;
    margin-left: -20px;
  }

  .common-popup-content.v-questionaire {
    background-size: 300px;
  }

  .section-heading-icon-b {
    width: 70px;
  }

  .section-heading-txt-b {
    padding-bottom: 21px;
  }

  .section-heading-line {
    height: 3px;
    margin-top: 5px;
  }

  .welcome-item {
    display: block;
  }

  .welcome-photo-b {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .welcome-title-b {
    text-align: center;
  }

  .welcome-content-bubble {
    padding-right: 10px;
    padding-left: 10px;
  }

  .welcome-tip {
    display: none;
  }

  .questionaire-bubble-b {
    padding-right: 10px;
    padding-left: 10px;
  }

  .questionaire-radio-gp-b {
    display: block;
  }

  .questionaire-radio-item {
    width: auto;
  }

  .questionaire-radio-item.v-100 {
    width: auto;
  }

  .inner-banner-b {
    padding-right: 65px;
    padding-left: 65px;
  }

  .btn-common.v-exhibition {
    width: 100%;
    text-align: center;
  }

  .btn-common-content.v-exhibition.v-list {
    padding-right: 45px;
  }

  .banner-plant {
    width: 140px;
    margin-bottom: -10px;
  }

  .ei-intro-box {
    display: block;
    padding: 15px;
  }

  .ei-intro-title {
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4e6084;
    border-right-style: none;
  }

  .resource-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .map-btn-gp {
    width: 100%;
    margin-bottom: 80px;
    margin-left: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hkceec-logo {
    margin-right: auto;
    margin-left: auto;
  }

  .graduate-share-intro {
    display: block;
  }

  .graduate-photo {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .graduate-content-bubble {
    padding-right: 10px;
    padding-left: 10px;
  }

  .graduate-tip {
    display: none;
  }

  .graduate-row {
    display: block;
  }

  .graduate-fieldname {
    width: auto;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .graduate-title-b-copy {
    text-align: center;
  }
}
