.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-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fffff6;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: underline;
}

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

ol {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #3c3c3c;
}

li {
  margin-top: 10px;
}

label {
  display: block;
  margin-bottom: 0px;
  color: #3c3c3c;
  font-weight: 400;
}

.section.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
}

.footer-txt {
  color: #949292;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.footer-logo {
  width: 140px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.container.footer-container {
  padding-right: 5%;
  padding-left: 5%;
}

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

.content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 170px;
  -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;
}

.content.home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #afb4b7;
}

.img {
  width: 100%;
}

.header-logo {
  width: 150px;
}

.nav-link {
  position: relative;
  overflow: hidden;
  padding: 5px 3%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #949292;
  text-decoration: none;
}

.nav-link:hover {
  color: #3c3c3c;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.nav-link.w--current {
  color: #000;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.container-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -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 {
  width: 20%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 1%;
  -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;
}

.nav-link-txt {
  z-index: 1;
}

.header-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px solid #949292;
}

.header-search-img {
  z-index: 1;
  display: block;
  width: 25px;
}

.header-lang-btn {
  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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #949292;
  text-decoration: none;
}

.header-lang-btn:hover {
  color: #3c3c3c;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.header-r-mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: none;
  margin-bottom: 0px;
}

.txt-field {
  height: 50px;
  margin-bottom: 0px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.txt-field::-webkit-input-placeholder {
  color: #000;
}

.txt-field:-ms-input-placeholder {
  color: #000;
}

.txt-field::-ms-input-placeholder {
  color: #000;
}

.txt-field::placeholder {
  color: #000;
}

.txt-field.no-border {
  border-style: none;
}

.search-b {
  position: relative;
  padding: 150px 5% 30px;
  background-color: #669;
}

.search-btn {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 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;
  border-radius: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.search-field-b {
  position: relative;
}

.search-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
}

.search-appear {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

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

.home-img-b {
  position: relative;
  width: 100%;
}

.home-img {
  z-index: -9999;
}

.home-link-banner-top {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 26%;
  margin-top: -20%;
  padding-top: 12%;
  -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-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  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-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: #949292;
}

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

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

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

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

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

.pop.pop-edb-video {
  display: none;
}

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

.pop.pop-quality-assurance {
  display: none;
}

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

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

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

.pop.pop-career-guidance {
  display: none;
}

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

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

.pop.eapp {
  display: none;
}

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

.popup-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 50px;
  margin-top: 15px;
  margin-right: 5%;
}

.popup-title-b {
  position: relative;
  z-index: 9;
  width: 355px;
  height: 158px;
  margin-top: -40px;
  margin-left: -20px;
  background-image: url('../images/title-yellow.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-right: -20px;
  margin-left: -20px;
  -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;
}

.icon-drag {
  display: none;
}

.pop-btn-b {
  margin-top: 20px;
  text-align: center;
}

.survey-button-start {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  border-radius: 100px;
  background-image: url('../images/button-frame.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-decoration: none;
}

.survey-button-start:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.popup-title {
  color: #000;
  font-size: 24px;
  line-height: 30px;
}

.survey-title {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-question-b {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 60px;
  font-weight: 700;
}

.survey-question-numbering {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  font-family: Roboto, sans-serif;
  color: #e2a901;
  font-size: 30px;
  line-height: 30px;
  font-style: italic;
  font-weight: 900;
  text-shadow: 1px 2px 0 #000;
}

.survey-form-b {
  margin-top: 20px;
  padding-left: 60px;
}

.form-col {
  width: 33.33%;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.form-field {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #000;
  border-radius: 0px;
  font-size: 16px;
}

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

.zoom-mask {
  overflow: hidden;
  width: 100%;
}

.popup-content-mask {
  position: relative;
  padding-bottom: 40px;
}

.popup-content-b {
  position: relative;
  z-index: 2500;
  overflow: auto;
  height: 55vh;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 30px;
  background-color: #fff;
}

.header-search-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 25px;
}

.survey-button-start-text {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  border-radius: 50px;
  background-color: #2ac7e6;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.grey {
  color: #3c3c3c;
}

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

.radio-button-b {
  display: inline-block;
  padding-left: 0px;
}

.radio-button {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 0%;
  background-image: url('../images/checkbox.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.radio-button.w--redirected-checked {
  width: 28px;
  height: 28px;
  border: 1px solid #e4e4e4;
  background-image: url('../images/checkbox-checked.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.label-none {
  display: none;
  margin-bottom: 0px;
}

.label-text {
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3c3c3c;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.full-width {
  width: 100%;
}

.survey-button-next {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  padding: 10px 15px;
  border-radius: 100px;
  background-image: url('../images/button-frame.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-decoration: none;
}

.survey-button-next:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.survey-button-pre {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 10px 15px;
  border-radius: 100px;
  background-image: url('../images/button-frame.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.survey-button-pre:hover {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.survey-title02 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title03 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title04 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title05 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title06 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title07 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title08 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title09 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.survey-title10 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.popup-b {
  position: relative;
  z-index: 999;
  width: 90%;
  height: 70vh;
  max-width: 1000px;
  border-radius: 30px;
  background-color: #fff;
  color: #3c3c3c;
}

.popup-graphic {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -70px;
  z-index: 9999;
  width: 110px;
  margin-left: -50px;
}

.grey-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #949292;
  text-decoration: none;
}

.grey-link-text:hover {
  color: #000;
}

.grey-link-text.w--current {
  color: #3c3c3c;
}

.popup-privacy-text {
  margin-bottom: 60px;
  color: #3c3c3c;
}

.blue-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2ac7e6;
}

.blue-link-text:hover {
  color: #000;
}

.yellow-line {
  width: 100%;
  height: 4px;
  margin-top: 10px;
  border-radius: 50px;
  background-color: #e2a901;
  box-shadow: 0 2px 0 0 #000;
}

.popup-notice-b {
  margin-top: 50px;
}

.popup-notice-row {
  margin-top: -50px;
}

.tag-title-text {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.tag-title-text.smaller {
  font-size: 25px;
  line-height: 30px;
}

.header-r-col-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -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;
}

.footer-r {
  width: 75%;
}

.footer-l {
  width: 25%;
}

.content-b {
  margin-top: 65px;
}

.anchor-button-b {
  margin-top: 10px;
}

.anchor-button {
  display: inline-block;
  border-radius: 50px;
  background-color: #fffff6;
  box-shadow: 1px 1px 0 0 #000;
}

.grey-hr {
  width: 1px;
  height: 20px;
  background-color: #949292;
}

.anchor-button-row {
  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-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;
}

.anchor-button-text {
  padding: 10px 20px;
  font-weight: 900;
}

.deco-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  margin-right: -1.4%;
  margin-left: -1.4%;
}

.deco-frame-b {
  position: relative;
  z-index: 0;
  margin-top: 65px;
  padding-bottom: 50px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.25);
}

.deco-content-b {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 150px;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 50px;
}

.deco-content-b.search-result {
  padding-top: 120px;
}

.content-col-50 {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  width: 355px;
  height: 158px;
  margin-top: -40px;
  margin-left: -50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-b.green-tag {
  background-image: url('../images/title-green.svg');
}

.title-b.orange-tag {
  background-image: url('../images/title-orange.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sub-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}

.eng-text-bold {
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.small-btn {
  padding: 5px 15px;
  border-radius: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 8px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 900;
  text-decoration: none;
}

.small-btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.small-btn.orange-bg.play {
  background-image: url('../images/icon-play.svg');
}

.small-btn.lligh-blue-bg.replay {
  background-image: url('../images/icon-replay.svg');
}

.small-btn.greeen-bg.green-arrow {
  background-image: url('../images/arrow-green-white-bg2x_1arrow-green-white-bg@2x.png');
  background-size: 20px;
}

.small-btn-text {
  padding-left: 20px;
  color: #fff;
}

.content-b-20 {
  margin-top: 20px;
}

.hall-time-details {
  padding-left: 30px;
  background-image: url('../images/circle-yellow.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.hall-time-p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #3c3c3c;
}

.orange-bg {
  background-color: #f46732;
}

.lligh-blue-bg {
  background-color: #2ac7e6;
}

.orange-text {
  color: #f46732;
}

.content-border-col {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.booth-img-b {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.booth-img-b.booth-b-img-b {
  width: 96%;
}

.booth-btn-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url('../images/arrow-video.svg');
  background-position: 57% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.booth-btn-video.boothd {
  background-color: #5b9dd6;
}

.booth-btn-video.boothc {
  background-color: #3dbf7e;
}

.booth-btn-video.bootha {
  background-color: #ed7226;
}

.booth-btn-video.boothb {
  background-color: #e2a901;
}

.booth-btn-video.edb {
  width: 30px;
  height: 30px;
  margin-top: 14%;
  margin-left: 4%;
  background-color: #669;
  background-size: 10px;
}

.booth-link-btn-finger {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 15%;
  margin-bottom: -5%;
}

.btn-back-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #949292;
  background-image: url('../images/arrow-back.svg');
  background-position: 48% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.booth-b {
  position: relative;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95%;
  height: 100vh;
  min-height: 800px;
  -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-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.btn-back {
  position: fixed;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  -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: #000;
  text-decoration: none;
}

.btn-back:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.booth {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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/booth-bg2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.boothd-link-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 60%;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}

.booth-link-btn {
  display: block;
  padding: 10px 5%;
  border: 4px solid #4d6ed0;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4d6ed0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.booth-link-btn:hover {
  background-color: #4d6ed0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}

.boothc-link-text-02 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 60%;
  margin-top: 25%;
  margin-right: 8%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.3vw;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.bootha-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 16.5%;
  margin-top: -5.6%;
  margin-left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bootha-banner-l {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9.5%;
  margin-top: -1.8%;
  margin-left: -39.3%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.bootha-banner-l:hover {
  opacity: 0.7;
}

.bootha-link-web {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 20%;
  margin-top: 11%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bootha-banner-r {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9.5%;
  margin-top: -1.8%;
  margin-left: 39.3%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.bootha-banner-r:hover {
  opacity: 0.7;
}

.bootha-link-enquiry {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 16%;
  margin-top: -2.2%;
  margin-left: 21%;
  padding-top: 7%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.bootha-link-enquiry:hover {
  color: #669;
}

.bootha-link-programme {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 16%;
  margin-top: -2.2%;
  margin-left: -21%;
  padding-top: 7%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.bootha-link-programme:hover {
  color: #669;
}

.bootha-link-txt {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-left: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.5vw;
  line-height: 28px;
  text-align: left;
  letter-spacing: 2px;
}

.bbootha-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 13%;
  margin-top: -15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-border-row {
  margin-top: 20px;
  margin-bottom: -20px;
}

.hall-video-text {
  margin-top: 20px;
  padding-left: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.hall-video-text.time {
  background-image: url('../images/time.svg');
}

.hall-video-text.speech {
  background-image: url('../images/speech.svg');
}

.hall-video-text.hall-content {
  background-image: url('../images/content.svg');
}

.home-talk-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 5px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #e7841e;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-decoration: none;
}

.home-talk-btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.home-talk-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-left: 4%;
}

.home-talk-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 48%;
}

.home-talk-countdown {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 6%;
  margin-left: 2%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.home-talk-txt-b {
  position: relative;
  margin-top: 5px;
  padding-right: 50%;
  padding-left: 12px;
}

.home-talk-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 27%;
  margin-top: -5.8%;
  padding-top: 13%;
  background-image: url('../images/home-talk-bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-talk-countdown-txt-b {
  width: 33.33%;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 7px;
  background-color: #4752a1;
  color: #fff;
  text-align: center;
}

.home-link-info-center {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 17%;
  margin-top: 8%;
  margin-left: -29%;
  padding-top: 11%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-link-exhibition-hall {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 19%;
  margin-top: 7.5%;
  padding-top: 12%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-link-expo-intro {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 17%;
  margin-top: 8.5%;
  margin-left: 30%;
  padding-top: 11%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-link-webinar-timetable {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 5.5%;
  margin-top: 19.5%;
  margin-left: 19.5%;
  padding-top: 11%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
}

.home-link-apploed-programmer {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 5.5%;
  margin-top: 20%;
  margin-left: 26.8%;
  padding-top: 11%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: center;
}

.home-talk-title-text {
  font-weight: 900;
}

.blue {
  color: #2ac7e6;
}

.home-talk-content-text {
  font-size: 12px;
  line-height: 12px;
}

.red {
  color: #e34c4b;
}

.boothd-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 13%;
  margin-top: -19.85%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothd-video01 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 19%;
  margin-top: -6.5%;
  margin-left: -14.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothd-video02 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 19%;
  margin-top: -6.5%;
  margin-left: 14.2%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothd-banner-l {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8.5%;
  margin-left: -40.6%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.boothd-banner-l:hover {
  opacity: 0.7;
}

.boothd-banner-r {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8.5%;
  margin-left: 40.6%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.boothd-banner-r:hover {
  opacity: 0.7;
}

.boothd-link-programm {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9%;
  margin-top: 12.5%;
  margin-left: -40.5%;
  padding-top: 8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5b9dd6;
  text-align: center;
  text-decoration: none;
}

.boothd-link-programm:hover {
  color: #669;
}

.boothd-link-enquiry {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9%;
  margin-top: 12.5%;
  margin-left: 40.7%;
  padding-top: 8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5b9dd6;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.boothd-link-enquiry:hover {
  color: #669;
}

.boothd-link-web {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 20%;
  margin-top: 15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.enquiry-field-b {
  margin-top: 20px;
}

.enquiry-field-row {
  margin-top: -20px;
}

.pop-content-title {
  font-weight: 600;
  text-align: center;
}

.txt-color-purple {
  color: #669;
}

.programme-details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.programme-details-col {
  width: 20%;
  margin-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.programme-details-btn {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.programme-details-btn:hover {
  color: #fff;
}

.programme-details-btn.boothb:hover {
  background-color: #3dbf7e;
}

.programme-details-btn-txt {
  position: relative;
  z-index: 1;
}

.pop-btn-back-align {
  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;
}

.pop-btn-back-arrow {
  width: 12px;
  margin-right: 10px;
}

.programme-details-btn02 {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.programme-details-btn02:hover {
  color: #fff;
}

.programme-details-btn02.boothb:hover {
  background-color: #3dbf7e;
}

.pop-btn {
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #3dbf7e;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  text-decoration: none;
}

.pop-btn:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.pop-btn.boothb {
  background-color: #3dbf7e;
}

.course-list-title {
  border-bottom: 2px dashed #ffc713;
  font-weight: 600;
}

.course-col-studyarea {
  width: 30%;
  padding-right: 10px;
  padding-left: 10px;
}

.course-col-course {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.course-row-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 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;
  color: #669;
  text-decoration: none;
}

.course-col-qualification {
  position: -webkit-sticky;
  position: sticky;
  width: 20%;
  padding-right: 10px;
  padding-left: 10px;
}

.course-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 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;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
  text-decoration: none;
}

.course-row:hover {
  background-color: rgba(102, 102, 153, 0.1);
}

.course-list {
  overflow: hidden;
  border-bottom: 2px dashed #aaa;
}

.boothb-log {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 13%;
  margin-top: -19.85%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothc-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 13%;
  margin-top: -0.9%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothc-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 25%;
  margin-top: -13.4%;
  margin-left: 0.1%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothc-banner-l {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 20.5%;
  margin-left: -29.6%;
  -webkit-transform: rotateX(0deg) rotateY(15deg) rotateZ(0deg) translate(-50%, -50%);
  transform: rotateX(0deg) rotateY(15deg) rotateZ(0deg) translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.boothc-banner-l:hover {
  opacity: 0.7;
}

.boothc-banner-r {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 21.3%;
  margin-left: 30%;
  -webkit-transform: rotateX(0deg) rotateY(-15deg) rotateZ(0deg) translate(-50%, -50%);
  transform: rotateX(0deg) rotateY(-15deg) rotateZ(0deg) translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.boothc-banner-r:hover {
  opacity: 0.7;
}

.boothc-link-programme {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 50;
  width: 13%;
  margin-top: 10%;
  margin-left: -46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.boothc-link-programme:hover {
  color: #669;
}

.boothc-link-enquiry {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 50;
  width: 13%;
  margin-top: 10%;
  margin-left: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.boothc-link-enquiry:hover {
  color: #669;
}

.boothc-link-web {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 20%;
  margin-top: 12.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothc-link-text {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 60%;
  margin-top: 25%;
  margin-left: 8%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 1.3vw;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
}

.boothb-video01 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 19%;
  margin-top: -6.5%;
  margin-left: -14.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothb-video02 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 19%;
  margin-top: -6.5%;
  margin-left: 14.2%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothb-banner-l {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8.5%;
  margin-left: -40.6%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.boothb-banner-l:hover {
  opacity: 0.7;
}

.boothb-banner-r {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8.5%;
  margin-left: 40.6%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.boothb-banner-r:hover {
  opacity: 0.7;
}

.boothb-link-programm {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9%;
  margin-top: 12%;
  margin-left: -40.5%;
  padding-top: 9%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5b9dd6;
  text-align: center;
  text-decoration: none;
}

.boothb-link-programm:hover {
  color: #669;
}

.boothb-link-web {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 20%;
  margin-top: 15%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.boothb-link-enquiry {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9%;
  margin-top: 12%;
  margin-left: 40.7%;
  padding-top: 9%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5b9dd6;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.boothb-link-enquiry:hover {
  color: #669;
}

.boothb-link-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 80%;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}

.hall-video-b {
  margin-top: 50px;
}

.hall-video-row {
  margin-top: -50px;
}

.livetalk-playback-video {
  width: 100%;
}

.floor-plan-content-l {
  width: 60%;
  padding-right: 25px;
  padding-left: 25px;
}

.floor-plan-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hall-filter-dropdown {
  position: relative;
  z-index: 9;
  display: block;
  padding: 5px 35px 5px 20px;
  border-radius: 50px;
  background-color: #f46732;
  color: #fff;
  text-decoration: none;
}

.hall-filter-dropdown-content {
  padding: 30px 20px 15px;
  border-radius: 10px;
  background-color: #d2d2d2;
  text-align: left;
}

.hall-filter-aroow-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.hall-filter-row {
  margin-top: -10px;
  margin-right: -5px;
  margin-left: -5px;
}

.hall-filter-link-b {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 10px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #3c3c3c;
  text-decoration: none;
}

.hall-filter-link-b:hover {
  background-color: #e2a901;
  color: #fff;
}

.hall-filter-dropdown-content-b {
  overflow: hidden;
}

.hall-filter-dropdown-b {
  margin-top: 5px;
}

.hall-search-field {
  margin-bottom: 0px;
  padding-right: 70px;
  padding-left: 50px;
  border-radius: 50px;
  box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 26px;
}

.hall-search-button {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/icon-search.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: transparent;
}

.hall-search-b {
  position: relative;
  margin-bottom: 20px;
}

.hall-search-reset {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: 15px;
  padding-left: 10px;
  border-left: 1px solid #d2d2d2;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2ac7e6;
  text-decoration: none;
}

.hall-search-reset:hover {
  color: #f46732;
}

.floor-plan-list-num {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -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;
  font-family: Roboto, sans-serif;
  color: #e2a901;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 900;
  text-shadow: 1px 2px 0 #000;
}

.floor-plan-list-b {
  position: relative;
  padding-left: 30px;
  color: #3c3c3c;
  text-decoration: none;
}

.hall-content-highlight {
  display: block;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 25px;
  background-color: #3e505b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.hall-content-highlight:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.yellow-title {
  color: #e2a901;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-shadow: 1px 2px 0 #000;
}

.white-text {
  color: #fff;
}

.sub-title-20 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
}

.hall-content-highlight-text {
  position: relative;
  margin-top: 5px;
}

.hall-content-highlight-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #fff;
}

.hall-content-highlight-b {
  margin-top: 20px;
  border-top: 1px solid #d2d2d2;
}

.floorplan-link {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8%;
  margin-top: -16%;
  margin-left: 5%;
  padding-top: 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.floorplan-link.chche {
  margin-top: -9.5%;
  margin-left: 3%;
}

.floorplan-link.gcc {
  margin-top: -12%;
  margin-left: 12%;
}

.floorplan-link.ctihe {
  margin-top: -6%;
  margin-left: 10%;
}

.floorplan-link.hpshcc {
  margin-top: -2.5%;
  margin-left: 16.5%;
}

.floorplan-link.hku-space-cc {
  margin-top: -9%;
  margin-left: 18.4%;
}

.floorplan-link.hkac {
  margin-top: -4.5%;
  margin-left: 25%;
}

.floorplan-link.hkas {
  margin-top: 1%;
  margin-left: 23%;
}

.floorplan-link.hkct {
  margin-top: 13.5%;
  margin-left: 22%;
}

.floorplan-link.hkbu {
  margin-top: 16%;
  margin-left: 30%;
}

.floorplan-link.hkit {
  margin-top: 20%;
  margin-left: 24%;
}

.floorplan-link.hkmu {
  margin-top: 17%;
  margin-left: 15%;
}

.floorplan-link.hksyu {
  margin-top: 21%;
  margin-left: 9%;
}

.floorplan-link.hknyc {
  margin-top: 24%;
  margin-left: 17.2%;
}

.floorplan-link.life {
  margin-top: 28%;
  margin-left: 11.3%;
}

.floorplan-link.hkcc {
  margin-top: 25%;
  margin-left: 2.7%;
}

.floorplan-link.cuscs {
  margin-top: 24%;
  margin-left: -17%;
}

.floorplan-link.scope {
  margin-top: 30%;
  margin-left: -18.5%;
}

.floorplan-link.hsuhk {
  margin-top: 26.3%;
  margin-left: -25.3%;
}

.floorplan-link.twc {
  margin-top: 20.5%;
  margin-left: -23.5%;
}

.floorplan-link.vtc {
  margin-top: 16.5%;
  margin-left: -30.5%;
}

.floorplan-link.uow {
  margin-top: 22.5%;
  margin-left: -32%;
}

.floorplan-link.ymca {
  margin-top: 13%;
  margin-left: -37%;
}

.floorplan-link.yccece {
  margin-top: 19%;
  margin-left: -38.7%;
}

.floorplan-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 256px;
  max-width: 300px;
  padding: 10px 5px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  text-decoration: none;
}

.floorplan-arrow-b {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #40cf54;
  border-radius: 50px;
}

.floorplan-text-b {
  margin-top: 10px;
  margin-bottom: 10px;
}

.floor-plan-img-b {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 100%;
}

.right-border {
  border-right: 1px solid #d2d2d2;
}

.title-text {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 40px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #000;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.hall {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  height: 100vh;
  background-image: url('../images/bg2x.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: repeat-y;
}

.search-result-list-item {
  width: 100%;
  margin-top: 20px;
}

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

.search-result-link {
  width: 100%;
  font-weight: 300;
}

.btn-next {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  border-radius: 100%;
  background-image: url('../images/button-frame.svg'), url('../images/next-arrow.svg');
  background-position: 50% 50%, 52% 50%;
  background-size: contain, 19px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.btn-next:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.paging-txt {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.paging-txt:hover {
  border-bottom-color: #669;
  color: #669;
}

.search-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  list-style-type: decimal;
}

.btn-prev {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 100%;
  background-image: url('../images/button-frame.svg'), url('../images/pre-arrow.svg');
  background-position: 50% 50%, 48% 50%;
  background-size: contain, 20px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.btn-prev:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.exhibition-list-link {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.exhibition-list-link:hover {
  color: #669;
}

.content-col-100 {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.home-talk-txt-row {
  margin-top: -5px;
}

.home-talk-content-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  height: 85%;
  margin-top: 4%;
}

.home-link-banner-right {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 8%;
  margin-top: -20%;
  margin-left: 36%;
  -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-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-link-banner-left {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 8%;
  margin-top: -20%;
  margin-left: -35.8%;
  -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-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.floor-plan-img-col {
  position: relative;
}

.survey-graphic {
  margin-bottom: 15px;
}

.hall-content-col-text {
  width: 50%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #d2d2d2;
}

.header-search-btn {
  position: relative;
  width: 25px;
}

.expo-info-img-b {
  margin: 25px -5% -82px;
}

.expo-info-list-b {
  position: relative;
  margin-top: 30px;
  padding-left: 55px;
}

.expo-info-list-num {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  margin-top: 2px;
  -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;
  font-family: Roboto, sans-serif;
  color: #e2a901;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 2px 0 #000;
}

.expo-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  -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;
}

.greeen-bg {
  background-color: #3dbf7e;
}

.edb-link-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 14%;
  margin-top: -9%;
  margin-left: -30.5%;
  padding-top: 8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.edb-poster03 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 9%;
  margin-top: -2.8%;
  margin-left: 40%;
  padding-top: 13.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.edb-poster03:hover {
  opacity: 0.7;
}

.edb-zoom-mask {
  overflow: hidden;
  width: 100%;
}

.edb-link-download {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 5%;
  margin-top: 5%;
  margin-left: -24.5%;
  padding-top: 5%;
  -webkit-transform: skew(0deg, -6deg) translate(-50%, -50%);
  -ms-transform: skew(0deg, -6deg) translate(-50%, -50%);
  transform: skew(0deg, -6deg) translate(-50%, -50%);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.edb-link {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 6%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.edb-link:hover {
  z-index: 99;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.edb-link._01 {
  width: 7%;
  margin-top: -11%;
  margin-left: -20%;
}

.edb-link._03 {
  margin-top: -10.4%;
  margin-left: -0.7%;
}

.edb-link._08 {
  margin-top: -5%;
  margin-left: 2.6%;
}

.edb-link._07 {
  width: 7%;
  margin-top: -4.8%;
  margin-left: -5%;
}

.edb-link._05 {
  margin-top: -5%;
  margin-left: -19.5%;
}

.edb-link._09 {
  width: 3.5%;
  margin-top: -5.4%;
  margin-left: 9.3%;
}

.edb-link._04 {
  margin-top: -10%;
  margin-left: 6.5%;
}

.edb-link._02 {
  width: 10%;
  margin-top: -10%;
  margin-left: -12%;
}

.edb-link._06 {
  width: 7%;
  margin-top: -4.8%;
  margin-left: -12.7%;
}

.edb-poster01 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 8%;
  margin-top: -2.8%;
  margin-left: 19.8%;
  padding-top: 14%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.edb-poster01:hover {
  opacity: 0.7;
}

.edb-poster02 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 10%;
  margin-top: -2.5%;
  margin-left: 29%;
  padding-top: 14%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.edb-poster02:hover {
  opacity: 0.7;
}

.edb-link-enquiry {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 5%;
  margin-top: 6%;
  margin-left: -31.8%;
  padding-top: 5%;
  -webkit-transform: skew(0deg, -8deg) translate(-50%, -50%);
  -ms-transform: skew(0deg, -8deg) translate(-50%, -50%);
  transform: skew(0deg, -8deg) translate(-50%, -50%);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.edb-video-content {
  margin-top: -40px;
}

.edb-video-list {
  margin-top: 40px;
}

.concourse-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.concourse-col {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  text-align: center;
}

.pop-listing {
  padding-left: 20px;
}

.btn {
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #669;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.pop-logo {
  margin-right: 20px;
  margin-bottom: 10px;
}

.pop-subtitle {
  color: #669;
  font-weight: 700;
}

.orange-link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #f46732;
}

.orange-link-text:hover {
  color: #000;
}

.vpet-img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sssdp-tb-col03-title {
  width: 66.66%;
  padding: 10px;
  border-right: 1px solid #ccc;
}

.sssdp-tb-mobile {
  display: none;
  border-top: 1px solid #ccc;
}

.sssdp-tb {
  border-top: 1px solid #ccc;
}

.sssdp-tb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.sssdp-tb-col03 {
  width: 66.66%;
  padding: 10px;
  border-right: 1px solid #ccc;
}

.pop-title {
  font-size: 18px;
  font-weight: 700;
}

.sssdp-tb-col01 {
  width: 33.33%;
  padding: 10px;
  border-right: 1px solid #ccc;
}

.sssdp-tb-col-title {
  width: 33.33%;
  padding: 10px;
  border-right: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 700;
}

.sssdp-tb-col-title.full {
  width: 100%;
}

.sssdp-tb-col-title-top {
  width: 33.33%;
  padding: 10px;
  border-right: 1px solid #ccc;
  background-color: #669;
  color: #fff;
}

.sssdp-tb-col02 {
  width: 100%;
  padding: 10px;
  border-right: 1px solid #ccc;
}

.nmtss-logo {
  width: 35%;
}

.nmtss-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.nmtss-txt {
  width: 65%;
  padding-left: 5%;
}

.nmtss-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -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;
}

.nmtss-col {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.width-50 {
  width: 50%;
}

.form-col-inner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pop-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -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;
}

.pop-col {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.enavigator-img {
  width: 100px;
  margin-bottom: 10px;
}

.qr-code-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qr-code-col {
  width: 33.33%;
  margin-top: 20px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.qr-code-list {
  width: 100%;
  border-style: dashed;
  border-width: 2px;
  border-color: #aaa;
  text-align: center;
  text-decoration: none;
}

.qr-code-qrcode {
  padding: 20px 5%;
}

.qr-code-txt {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #669;
  color: #fff;
  font-weight: 700;
}

.download-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-col {
  width: 50%;
  margin-top: 40px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.download-list {
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 2px;
  border-color: #aaa;
  text-align: center;
  text-decoration: none;
}

.download-txt {
  padding: 5px 5%;
  background-color: #669;
  color: #fff;
}

.download-img {
  width: 100%;
  max-width: 200px;
}

.eapp-tb {
  margin-bottom: 10px;
}

.eapp-tb-col-date {
  width: 40%;
  padding-right: 10px;
  padding-left: 10px;
}

.eapp-tb-col-event {
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
}

.eapp-content-b {
  margin-top: 20px;
}

.eapp-tb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 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;
  border-bottom: 2px dashed #aaa;
}

.eapp-tb-row.title {
  padding-top: 0px;
  border-bottom-color: #ffc713;
  color: #669;
}

.privacy-img {
  width: 100%;
  max-width: 450px;
}

.edb-booth {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #e0e0e0;
  background-image: url('../images/edb-background.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sssdp-tb-col-title-top-66 {
  width: 66.66%;
  padding: 10px;
  border-right: 1px solid #ccc;
  background-color: #669;
  color: #fff;
}

.sssdp-tb-col-title-top-100 {
  width: 100%;
  padding: 10px;
  border-right: 1px solid #ccc;
  background-color: #669;
  color: #fff;
}

.floor-plan-content-r {
  width: 40%;
  padding-bottom: 40px;
}

.floor-plan-content-b {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-right: 5%;
  padding-left: 5%;
}

.floorplan-link-edb {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 25%;
  margin-top: 5%;
  margin-left: -7%;
  padding-top: 23%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.floorplan-link-02 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 6%;
  margin-top: -15.5%;
  margin-left: -17%;
  padding-top: 10%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.floorplan-link-02.hyc {
  margin-top: -12%;
  margin-left: -23%;
}

.floorplan-link-02.hkic {
  margin-top: -8%;
  margin-left: -29%;
}

.floorplan-link-02.hkfyg {
  margin-top: -4%;
  margin-left: -35%;
}

.home-banner-left {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 23.5%;
  margin-top: -5.5%;
  margin-left: -28.2%;
  -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-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-right {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 23.5%;
  margin-top: -5.6%;
  margin-left: 28.2%;
  -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-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-btn-faq {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 20;
  margin-top: 12%;
  margin-left: -28.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #0e9347;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #fff, 0 2px 2px #fff, 0 0 1px #fff;
}

.home-btn-faq:hover {
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.home-btn-survey {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 20;
  margin-top: 12%;
  margin-left: -21%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  color: #3964af;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #fff, 0 2px 2px #fff, 0 0 1px #fff;
}

.home-btn-survey:hover {
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.faq-listing-numbering {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  -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;
  list-style-type: decimal;
}

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

.faq-expand-content {
  padding-bottom: 20px;
  padding-left: 50px;
}

.faq-listing-number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: 13px;
  font-family: Roboto, sans-serif;
  color: #e2a901;
  font-size: 26px;
  line-height: 30px;
  font-style: italic;
  font-weight: 900;
  text-shadow: 1px 2px 0 #000;
}

.faq-listing-txt {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.faq-btn {
  position: relative;
  display: block;
  padding-right: 40px;
  color: #3c3c3c;
  font-weight: 600;
  text-decoration: none;
}

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

.faq-list {
  border-bottom: 2px dashed #aaa;
}

.edb-logo {
  z-index: 0;
}

.edb-logo-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 9;
  min-width: 90px;
  padding-right: 20px;
  padding-left: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.edb-logo-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.edb-logo-arrow-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #40cf54;
  border-radius: 50px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

html.w-mod-js *[data-ix="load-zoom"] {
  -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="popup-b"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="icon-drag"] {
  -webkit-transform: translate(-50%, -50%) scale(0.01, 0.01);
  -ms-transform: translate(-50%, -50%) scale(0.01, 0.01);
  transform: translate(-50%, -50%) scale(0.01, 0.01);
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content.home {
    padding-bottom: 0px;
  }

  .header-logo-b {
    width: 30%;
  }

  .nav-menu {
    width: 70%;
  }

  .search {
    z-index: 500;
  }

  .txt-field::-webkit-input-placeholder {
    color: #000;
  }

  .txt-field:-ms-input-placeholder {
    color: #000;
  }

  .txt-field::-ms-input-placeholder {
    color: #000;
  }

  .txt-field::placeholder {
    color: #000;
  }

  .home-img-b {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100vh;
    background-image: url('../images/lobby-large2x.jpg');
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .home-img.img {
    display: none;
  }

  .home-link-banner-top {
    width: 20%;
    margin-top: -23%;
    padding-top: 8%;
  }

  .zoom-mask {
    min-height: 100vh;
  }

  .boothd-link-txt {
    margin-top: 65%;
  }

  .home-talk-b {
    width: 23%;
    margin-top: -14%;
    padding-top: 11.4%;
  }

  .home-link-info-center {
    width: 14.5%;
    margin-top: -2.5%;
    margin-left: -25%;
    padding-top: 10%;
  }

  .home-link-exhibition-hall {
    width: 17%;
    margin-top: -3%;
    padding-top: 11%;
    font-size: 16px;
    line-height: 16px;
  }

  .home-link-expo-intro {
    width: 14%;
    margin-top: -2%;
    margin-left: 25.5%;
    padding-top: 9%;
    font-size: 16px;
    line-height: 16px;
  }

  .home-link-webinar-timetable {
    width: 3.5%;
    margin-top: 5.8%;
    margin-left: 11.8%;
    padding-top: 7%;
    font-size: 16px;
    line-height: 16px;
  }

  .home-link-apploed-programmer {
    width: 3.5%;
    margin-top: 6%;
    margin-left: 16%;
    padding-top: 7%;
    font-size: 16px;
    line-height: 16px;
  }

  .boothd-link-programm {
    margin-top: 12.5%;
    padding-top: 9%;
  }

  .boothb-link-programm {
    padding-top: 10%;
  }

  .boothb-link-enquiry {
    padding-top: 10%;
  }

  .boothb-link-txt {
    margin-top: 85%;
  }

  .home-link-banner-right {
    width: 6%;
    margin-top: -23.5%;
    margin-left: 27.3%;
  }

  .home-link-banner-left {
    width: 6%;
    margin-top: -23.5%;
    margin-left: -27.2%;
  }

  .home-banner-left {
    width: 20%;
    margin-top: -13.8%;
    margin-left: -24%;
  }

  .home-banner-right {
    width: 20%;
    margin-top: -13.8%;
    margin-left: 24%;
  }

  .home-btn-faq {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: 0%;
    margin-left: -18%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }

  .home-btn-survey {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: 0%;
    margin-left: -12%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    padding-right: 2%;
    padding-left: 2%;
  }

  .search-b {
    padding-top: 180px;
  }

  .home-img-b {
    background-image: url('../images/lobby-large-3600x3600.jpg');
  }

  .home-link-banner-top {
    margin-top: -15%;
  }

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

  .pop.eapp {
    display: none;
  }

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

  .booth-b {
    max-width: 1600px;
    min-height: 1000px;
  }

  .btn-back {
    margin-top: 220px;
  }

  .boothc-link-text-02 {
    font-size: 19px;
    line-height: 29px;
  }

  .bootha-link-enquiry {
    font-size: 17px;
    line-height: 21px;
  }

  .bootha-link-programme {
    font-size: 17px;
    line-height: 21px;
  }

  .bootha-link-txt {
    font-size: 22px;
    line-height: 32px;
  }

  .home-talk-btn {
    margin-top: 5px;
    margin-right: 10px;
  }

  .home-talk-countdown {
    width: 25%;
  }

  .home-talk-txt-b {
    padding-right: 35%;
  }

  .home-talk-b {
    margin-top: -5.7%;
  }

  .home-link-info-center {
    margin-top: 6%;
  }

  .home-link-exhibition-hall {
    margin-top: 5%;
  }

  .home-link-expo-intro {
    margin-top: 6%;
  }

  .home-link-webinar-timetable {
    margin-top: 14%;
  }

  .home-link-apploed-programmer {
    margin-top: 14.2%;
  }

  .home-talk-content-text {
    font-size: 16px;
    line-height: 20px;
  }

  .boothd-link-programm {
    font-size: 17px;
    line-height: 21px;
  }

  .boothd-link-enquiry {
    font-size: 17px;
    line-height: 21px;
  }

  .boothc-link-programme {
    font-size: 17px;
    line-height: 21px;
  }

  .boothc-link-enquiry {
    font-size: 17px;
    line-height: 21px;
  }

  .boothc-link-text {
    font-size: 19px;
    line-height: 29px;
  }

  .boothb-link-programm {
    font-size: 17px;
    line-height: 21px;
  }

  .boothb-link-enquiry {
    font-size: 17px;
    line-height: 21px;
  }

  .floorplan-link.cuscs {
    margin-left: -16.5%;
  }

  .floorplan-link.scope {
    margin-top: 28.5%;
    margin-left: -18%;
  }

  .floorplan-link.hsuhk {
    margin-top: 24.8%;
    margin-left: -24.2%;
  }

  .floorplan-link.twc {
    margin-left: -22.5%;
  }

  .floorplan-link.vtc {
    margin-left: -29%;
  }

  .floorplan-link.uow {
    margin-top: 21.5%;
    margin-left: -30.6%;
  }

  .floorplan-link.ymca {
    margin-top: 12.5%;
    margin-left: -35.5%;
  }

  .floorplan-link.yccece {
    margin-left: -37%;
  }

  .exhibition-list-link:hover {
    color: #669;
  }

  .home-link-banner-right {
    margin-top: -15%;
  }

  .home-link-banner-left {
    margin-top: -15%;
  }

  .edb-booth {
    background-size: cover;
  }

  .home-banner-left {
    margin-top: -5.5%;
  }

  .home-banner-right {
    margin-top: -5.5%;
  }

  .home-btn-faq {
    margin-top: 9%;
    margin-left: -17.5%;
  }

  .home-btn-survey {
    margin-top: 9%;
    margin-left: -12.5%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    background-image: none;
  }

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

  .content.home {
    overflow: auto;
    padding-top: 75px;
  }

  .nav-link {
    display: block;
    padding: 20px 5%;
    text-align: center;
  }

  .nav-link.w--current {
    background-color: transparent;
  }

  .container-menu {
    position: relative;
    z-index: 1000;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo-b {
    width: auto;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100vh;
    padding: 100px 5% 60px;
    background-color: #fff;
  }

  .header-r {
    display: none;
  }

  .header-lang-btn {
    margin-left: 10px;
  }

  .menu-line01 {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #949292;
  }

  .menu-btn {
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .header-r-mobile {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .menu-line02 {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #949292;
  }

  .menu-line03 {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #949292;
  }

  .search-b {
    padding-top: 130px;
  }

  .search-btn {
    margin-left: 0px;
  }

  .home-link-banner-top {
    font-size: 10px;
    line-height: 10px;
  }

  .pop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-title-b {
    margin-left: -5%;
  }

  .popup-graphic {
    width: 90px;
    margin-left: -5%;
  }

  .popup-privacy-text {
    margin-bottom: 30px;
  }

  .header-r-col-50 {
    padding-right: 20px;
    padding-left: 0px;
  }

  .deco-frame-b.search-result {
    margin-top: 40px;
  }

  .deco-content-b.search-result {
    padding-top: 100px;
  }

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

  .content-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .title-b {
    margin-left: -5%;
  }

  .booth-btn-video.edb {
    width: 20px;
    height: 20px;
    background-size: 8px;
  }

  .booth-link-btn-finger {
    width: 17%;
  }

  .btn-back {
    position: absolute;
  }

  .boothd-link-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .booth-link-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 2px;
    font-size: 14px;
    line-height: 24px;
  }

  .boothc-link-text-02 {
    font-size: 10px;
    line-height: 20px;
  }

  .bootha-link-enquiry {
    font-size: 11px;
    line-height: 15px;
  }

  .bootha-link-programme {
    font-size: 11px;
    line-height: 15px;
  }

  .bootha-link-txt {
    font-size: 12px;
    line-height: 22px;
  }

  .hall-video-text-b {
    margin-top: -20px;
  }

  .home-talk-mask {
    padding-top: 48%;
    font-size: 11px;
    line-height: 12px;
  }

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

  .home-talk-countdown-txt-b {
    font-size: 11px;
    line-height: 13px;
  }

  .home-link-info-center {
    font-size: 12px;
    line-height: 12px;
  }

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

  .home-link-expo-intro {
    font-size: 12px;
    line-height: 12px;
  }

  .home-link-webinar-timetable {
    font-size: 12px;
    line-height: 12px;
  }

  .home-link-apploed-programmer {
    font-size: 12px;
    line-height: 12px;
  }

  .boothd-link-programm {
    font-size: 11px;
    line-height: 15px;
  }

  .boothd-link-enquiry {
    font-size: 11px;
    line-height: 15px;
  }

  .programme-details-col {
    width: 25%;
  }

  .course-col-course {
    width: 45%;
  }

  .course-col-qualification {
    width: 25%;
  }

  .boothc-link-programme {
    font-size: 11px;
    line-height: 15px;
  }

  .boothc-link-enquiry {
    font-size: 11px;
    line-height: 15px;
  }

  .boothc-link-text {
    font-size: 10px;
    line-height: 20px;
  }

  .boothb-link-programm {
    font-size: 11px;
    line-height: 15px;
  }

  .boothb-link-enquiry {
    font-size: 11px;
    line-height: 15px;
  }

  .boothb-link-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .floor-plan-content-l {
    position: relative;
    top: 0px;
    overflow: auto;
    width: 100%;
    min-height: 100vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .floor-plan-content-row {
    position: relative;
    overflow: visible;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .floor-plan-img-b {
    position: relative;
    top: 0px;
  }

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

  .home-link-banner-right {
    font-size: 10px;
    line-height: 10px;
  }

  .home-link-banner-left {
    font-size: 10px;
    line-height: 10px;
  }

  .floor-plan-img-col {
    width: 900px;
  }

  .download-row {
    margin-top: -20px;
  }

  .download-col {
    margin-top: 20px;
  }

  .floor-plan-content-r {
    width: 100%;
    margin-top: 30px;
  }

  .floor-plan-content-b {
    overflow: visible;
    width: 100%;
    min-height: auto;
    padding-top: 30px;
  }

  .home-banner-left {
    font-size: 10px;
    line-height: 10px;
  }

  .home-banner-right {
    font-size: 10px;
    line-height: 10px;
  }

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

  .home-btn-img {
    width: 40px;
  }

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

  .edb-logo-hover {
    min-width: 70px;
    padding-right: 15px;
    font-size: 8px;
    line-height: 16px;
  }

  .edb-logo-arrow {
    width: 3px;
  }

  .edb-logo-arrow-b {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .footer {
    background-position: 0% 0%;
  }

  .footer-txt {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .footer-logo {
    width: 110px;
  }

  .content {
    position: relative;
    padding-top: 65px;
    padding-bottom: 150px;
  }

  .content.home {
    position: relative;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .header-logo {
    width: 110px;
  }

  .container-menu {
    display: block;
  }

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

  .header-lang-btn {
    margin-left: 5px;
  }

  .menu-btn {
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .search-b {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .pop.pop-enquiry {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .popup-btn-close {
    width: 35px;
    margin-top: 9px;
  }

  .popup-title-b {
    width: 245px;
    height: 108px;
    padding-left: 35px;
  }

  .icon-drag {
    position: fixed;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    z-index: 800;
    display: block;
    width: 90px;
    height: 90px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 100%;
    background-color: #669;
    background-image: url('../images/icon-drag.svg');
    background-position: 47% 76%;
    background-size: 33px;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    text-align: center;
  }

  .icon-drag-txt {
    margin-top: 11px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .survey-button-start {
    width: 80px;
    height: 80px;
  }

  .popup-title {
    font-size: 20px;
  }

  .survey-title {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-question-b {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 40px;
  }

  .survey-question-numbering {
    width: 30px;
    height: 30px;
  }

  .survey-form-b {
    padding-left: 5px;
  }

  .form-col {
    width: 100%;
    margin-top: 5px;
  }

  .zoom-mask {
    width: 900px;
  }

  .popup-content-b {
    border-radius: 15px;
  }

  .survey-button-start-text {
    width: 65px;
    height: 65px;
  }

  .survey-button-arrow {
    max-width: 25px;
  }

  .radio-button.w--redirected-checked {
    border-style: none;
  }

  .survey-button-next {
    width: 50px;
    height: 50px;
  }

  .survey-button-pre {
    width: 50px;
    height: 50px;
  }

  .survey-title02 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title03 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title04 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title05 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title06 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title07 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title08 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title09 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .survey-title10 {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .popup-b {
    height: 60vh;
    border-radius: 15px;
  }

  .popup-graphic {
    bottom: -50px;
    width: 60px;
  }

  .tag-title-text {
    padding-top: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .tag-title-text.smaller {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-r {
    width: 100%;
    margin-top: 5px;
  }

  .footer-l {
    width: 100%;
    text-align: center;
  }

  .content-b {
    margin-top: 25px;
  }

  .deco-frame-b {
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .deco-frame-b.search-result {
    margin-top: 20px;
  }

  .deco-content-b {
    padding: 80px 8% 0px;
  }

  .deco-content-b.search-result {
    padding-top: 80px;
  }

  .content-col-50 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-b {
    width: 245px;
    height: 108px;
  }

  .sub-title {
    font-size: 22px;
    line-height: 32px;
  }

  .hall-time-p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content-border-col {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

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

  .btn-back-icon {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }

  .booth-b {
    left: 0%;
    width: 800px;
    height: 100%;
    min-height: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .btn-back {
    margin-top: 80px;
    font-size: 14px;
  }

  .booth {
    height: 90vh;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .hall-video-text-b {
    margin-top: -10px;
  }

  .hall-video-text {
    margin-top: 10px;
  }

  .home-link-info-center {
    font-size: 11px;
    line-height: 11px;
  }

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

  .home-link-expo-intro {
    font-size: 11px;
    line-height: 11px;
  }

  .home-link-webinar-timetable {
    font-size: 11px;
    line-height: 11px;
  }

  .home-link-apploed-programmer {
    font-size: 11px;
    line-height: 11px;
  }

  .programme-details-col {
    width: 50%;
    margin-top: 10px;
  }

  .course-row-title {
    font-size: 14px;
  }

  .course-row {
    font-size: 14px;
    line-height: 18px;
  }

  .livetalk-playback-video {
    width: 100%;
    margin-bottom: 10px;
  }

  .floor-plan-content-l {
    height: 100vh;
  }

  .floor-plan-content-row {
    margin-top: 30px;
  }

  .floor-plan-img-b {
    width: 900px;
  }

  .right-border {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
    border-right-style: none;
  }

  .title-text {
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
  }

  .search-result-list-item {
    width: 100%;
  }

  .btn-next {
    width: 34px;
    height: 34px;
  }

  .search-result-list {
    padding-left: 30px;
  }

  .btn-prev {
    width: 34px;
    height: 34px;
  }

  .content-col-100 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .floor-plan-img-col {
    width: 100%;
  }

  .mobile-max-width-250 {
    max-width: 250px;
  }

  .hall-content-col-text {
    width: 100%;
    border-right-style: none;
  }

  .expo-info-img-b {
    margin-bottom: -42px;
  }

  .expo-info-list-b {
    padding-left: 45px;
  }

  .expo-info-list-num {
    width: 30px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .concourse-logo {
    width: 160px;
  }

  .btn {
    margin-top: 10px;
  }

  .pop-logo {
    width: 160px;
    margin-bottom: 10px;
  }

  .vpet-img {
    width: 100%;
  }

  .sssdp-tb-col03-title {
    background-color: #669;
    color: #fff;
    font-weight: 700;
  }

  .sssdp-tb-mobile {
    display: block;
  }

  .sssdp-tb {
    display: none;
  }

  .nmtss-col {
    width: 100%;
  }

  .pop-row {
    margin-top: -20px;
  }

  .pop-col {
    width: 100%;
    margin-top: 20px;
  }

  .enavigator-img {
    width: 80px;
    margin-bottom: 10px;
  }

  .download-col {
    width: 100%;
  }

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

  .download-im-b {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .privacy-img {
    max-width: 350px;
  }

  .edb-booth {
    height: 90vh;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .mobile-50 {
    width: 50%;
  }

  .mobile-display-b {
    display: block;
  }

  .floor-plan-content-r {
    padding-bottom: 0px;
  }

  .faq-listing-numbering {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
  }

  .faq-expand-content {
    padding-bottom: 15px;
    padding-left: 45px;
  }

  .faq-listing-number {
    width: 35px;
    height: 35px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .faq-listing-txt {
    font-size: 18px;
    line-height: 28px;
  }

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

@media screen and (max-width: 479px) {
  .popup-title-b {
    width: 200px;
  }

  .form-row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup-graphic {
    display: none;
  }

  .programme-details-col {
    width: 100%;
  }

  .course-col-studyarea {
    width: 35%;
  }

  .course-col-course {
    width: 40%;
  }

  .course-row-title {
    font-size: 13px;
    line-height: 17px;
  }

  .course-row {
    font-size: 13px;
    line-height: 17px;
  }

  .concourse-col {
    width: 100%;
  }

  .sssdp-tb-col03-title {
    width: 100%;
  }

  .sssdp-tb-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sssdp-tb-col03 {
    width: 100%;
  }

  .sssdp-tb-col-title {
    width: 100%;
  }

  .sssdp-tb-col-title-top {
    display: none;
  }

  .qr-code-row {
    display: block;
  }

  .qr-code-col {
    width: 100%;
  }

  .download-row {
    display: block;
  }

  .download-col {
    width: 100%;
  }

  .download-img {
    max-width: 100%;
  }

  .eapp-tb-col-date {
    width: 100%;
  }

  .eapp-tb-col-event {
    width: 100%;
  }

  .sssdp-tb-col-title-top-66 {
    display: none;
  }

  .sssdp-tb-col-title-top-100 {
    display: none;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}