body {
  font-family: Myriadpro, sans-serif;
  color: #686868;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

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

.container {
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-link {
  padding: 30px 0px;
  border-top: 5px solid transparent;
  color: #919191;
  font-size: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #33b31a;
}

.nav-link.w--current {
  border-top-color: #33b31a;
  color: #33b31a;
}

.nav-link-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 5px;
  background-color: #33b31a;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-link-b {
  position: relative;
  display: inline-block;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 690px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.section-content {
  height: 100vh;
}

.html-embed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bread-crumb {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 95px;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ebebeb;
}

.btn-img {
  position: relative;
}

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

.bread-crumb-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bread-crumb-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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread-crumb-txt {
  width: 60%;
  padding-top: 7px;
  color: #33b31a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.bread-crumb-subtxt {
  width: 40%;
  margin-bottom: 2px;
  color: #919191;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: right;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 40px;
  background-color: #ebebeb;
  background-image: url('../images/footer-line_1footer-line.jpg');
  background-position: 0% 100%;
  background-size: auto 40px;
  background-repeat: repeat-x;
}

.footer.home02 {
  height: 145px;
  background-repeat: repeat;
}

.footer.form {
  position: static;
  padding-top: 50px;
  padding-bottom: 100px;
  background-repeat: repeat;
}

.footer-content-b {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-row {
  margin-top: 15px;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.footer-col {
  width: 25%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.footer-list-txt {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.footer-txt {
  color: #919191;
  font-size: 16px;
  line-height: 26px;
}

.btn-apply {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.btn-apply:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footer-content {
  padding-right: 160px;
}

.instruction-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 170px;
  margin-left: 40px;
}

.instruction-txt {
  display: inline-block;
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #c0c3c4;
  font-size: 20px;
  line-height: 30px;
}

.instruction-txt-b {
  margin-bottom: 10px;
}

.tagline-b {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 95px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebebeb;
}

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

.tagline-txt {
  padding-top: 6px;
  font-size: 30px;
  line-height: 40px;
}

.tagline-logo {
  width: 150px;
  margin-top: 0px;
  margin-left: 10px;
}

.tagline-subtxt {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.form-header {
  background-color: #fff;
}

.form-tagline-b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebebeb;
}

.form-content-b {
  padding-bottom: 50px;
  background-color: #f5f5f5;
  background-image: url('../images/form-bg1.5x.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-content-b.chinese {
  font-family: 'Noto Sans HK', sans-serif;
  letter-spacing: 0.5px;
}

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

.txt-remark {
  color: #919191;
  font-style: italic;
}

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

.field-label {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.field-label.chinese {
  font-size: 24px;
}

.txt-field {
  width: 280px;
  height: 42px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 3px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 8px;
  background-color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.txt-field:focus {
  border-color: #00a79d;
}

.txt-field._480 {
  width: 480px;
}

.txt-field.chinese {
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 24px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-b {
  width: 220px;
}

.submit-button {
  display: none;
}

.dropdown {
  position: relative;
  width: 280px;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  float: left;
  border-radius: 8px;
  background-color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.dropdown:active {
  border-color: #00a79d;
}

.dropdown:focus {
  border-color: #00a79d;
}

.dropdown.chinese {
  font-size: 24px;
}

.dropdown-toggle-title {
  position: relative;
  width: 100%;
  height: 42px;
  padding: 7px 40px 3px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 8px;
  color: #686868;
  text-decoration: none;
}

.dropdown-toggle-title:focus {
  border-color: #00a79d;
}

.dropdown-toggle-title.chinese {
  padding-top: 4px;
  padding-bottom: 6px;
}

.icon-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.dropdown-list {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  margin-top: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfcfcf;
  border-radius: 8px;
  background-color: #fff;
}

.dropdown-link {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 7px 12px 3px;
  color: #686868;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #00a79d;
  color: #fff;
}

.dropdown-link.chinese {
  padding-top: 4px;
  padding-bottom: 6px;
}

.txt-semibold {
  font-weight: 600;
}

.txt-italic {
  font-style: italic;
}

.checkbox {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #848484;
}

.checkbox.table {
  margin-right: 0px;
  float: none;
}

.checkbox-col {
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.checkbox-col._33 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-green {
  margin-top: 15px;
  color: #65ac31;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
}

.img-tick {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-checkbox {
  margin-top: 50px;
}

.heading-form {
  margin-bottom: 25px;
  text-align: center;
}

.dropdown-toggle {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 42px;
  padding: 7px 40px 5px 12px;
  color: #fff;
}

.dropdown-toggle.chinese {
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-green {
  position: relative;
  overflow: hidden;
  height: 42px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  text-decoration: none;
}

.checkbox-row {
  position: relative;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-row.grey {
  margin-bottom: 0px;
  padding: 20px 12px;
  border-radius: 8px;
  background-color: #cfcfcf;
}

.checkbox-txt-b {
  margin-left: 44px;
}

.txt-grey {
  color: #919191;
}

.checkbox-align-row {
  position: relative;
  margin-right: -20px;
  margin-bottom: 50px;
  margin-left: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-submit {
  width: 240px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 9px;
  border-radius: 8px;
  background-color: #2fc27a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-submit:hover {
  background-color: #00a79d;
}

.img-form-logo {
  height: 106px;
}

.img-form-tagline {
  width: 305px;
}

.form-tagline-align {
  -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;
  text-align: center;
}

.txt-highlight {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.pop-select {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
}

.pop-select-txt-b {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 560px;
  padding: 20px;
  border-radius: 8px;
  background-color: #65ac31;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
}

.pop-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.table-technologies-sharing {
  overflow: scroll;
  width: 100%;
  height: 360px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #e4e4e4;
}

.table-row.top {
  font-weight: 600;
}

.table-row.grey {
  background-color: #cfcfcf;
}

.table-col-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
}

.table-col-tech._01 {
  width: 8%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-col-tech._02 {
  width: 13%;
}

.table-col-tech._03 {
  width: 15%;
}

.table-col-tech.light-green {
  border-top-style: none;
  background-color: #5ac4b7;
  color: #fff;
}

.table-col-tech.green {
  border-top-style: none;
  background-color: #00a79d;
  color: #fff;
}

.table-col-tech._04 {
  width: 18%;
}

.table-col-tech._05 {
  width: 29%;
}

.table-col-tech._06 {
  width: 17%;
}

.table-top {
  position: relative;
  height: 40px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

.img-tick-register {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-technologies-sharing {
  position: absolute;
  z-index: 500;
  display: none;
  width: 100%;
  height: 400px;
  margin-top: -30px;
}

.line-white {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 26px;
  margin-top: 7px;
  margin-right: 40px;
  margin-bottom: 7px;
  background-color: #fff;
}

.pop-powerup {
  position: absolute;
  z-index: 500;
  display: none;
  width: 100%;
  height: 400px;
  margin-top: -30px;
}

.table-col-powerup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
}

.table-col-powerup._01 {
  width: 8%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-col-powerup._02 {
  width: 12%;
}

.table-col-powerup._03 {
  width: 15%;
}

.table-col-powerup.light-green {
  border-top-style: none;
  background-color: #5ac4b7;
  color: #fff;
}

.table-col-powerup.green {
  border-top-style: none;
  background-color: #00a79d;
  color: #fff;
}

.table-col-powerup._04 {
  width: 29%;
}

.table-col-powerup._05 {
  width: 18%;
}

.table-col-powerup._06 {
  width: 18%;
}

.table-powerup {
  overflow: scroll;
  width: 100%;
  height: 360px;
}

.icon-dropdown-tech {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-dropdown-white.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.icon-dropdown-powerup {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-dropdown-white.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.icon-dropdown-citf-chat {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-dropdown-white.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pop-citf-chat {
  position: absolute;
  z-index: 500;
  display: none;
  width: 100%;
  margin-top: -30px;
}

.table-col-citf-chat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 18px;
  line-height: 24px;
}

.table-col-citf-chat._01 {
  width: 10%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-col-citf-chat._02 {
  width: 20%;
}

.table-col-citf-chat._03 {
  width: 20%;
}

.table-col-citf-chat.light-green {
  border-top-style: none;
  background-color: #5ac4b7;
  color: #fff;
}

.table-col-citf-chat.green {
  border-top-style: none;
  background-color: #00a79d;
  color: #fff;
}

.table-col-citf-chat._04 {
  width: 30%;
}

.table-col-citf-chat._05 {
  width: 20%;
}

.table-citf-chat {
  overflow: scroll;
  width: 100%;
}

.bg-powerup-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #848484;
}

.bg-tech-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #848484;
}

.bg-citf-chat-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #848484;
}

.bg-tech-green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #2fc27a;
}

.bg-powerup-green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #2fc27a;
}

.bg-citf-chat-green {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #2fc27a;
}

.lang-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-menu {
  position: relative;
  width: 100%;
  height: 130px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.lang-link {
  margin-right: 15px;
  padding-top: 4px;
  color: #686868;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.lang-link.w--current {
  color: #00a79d;
}

.lang-link.chinese {
  margin-right: 0px;
  margin-left: 15px;
  padding-top: 0px;
  font-family: 'Noto Sans HK', sans-serif;
  font-weight: 700;
}

.lang-line {
  width: 1px;
  height: 20px;
  background-color: #cfcfcf;
}

.txt-link {
  border-bottom: 1px solid #686868;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #686868;
  text-decoration: none;
}

.txt-link:hover {
  border-bottom-color: #65ac31;
  color: #65ac31;
}

.pop-tech-click-to-select {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: none;
  margin-top: -42px;
  margin-left: 64px;
  padding: 6px 10px 4px;
  border-radius: 8px;
  background-color: #cfcfcf;
  color: #686868;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.pop-tech-click-to-select.chinese {
  padding-top: 4px;
  padding-bottom: 6px;
}

.pop-powerup-click-to-select {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: none;
  margin-top: -42px;
  margin-left: 64px;
  padding: 6px 10px 4px;
  border-radius: 8px;
  background-color: #cfcfcf;
  color: #686868;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.pop-powerup-click-to-select.chinese {
  padding-top: 4px;
  padding-bottom: 6px;
}

.pop-citf-click-to-select {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: none;
  margin-top: -42px;
  margin-left: 64px;
  padding: 6px 10px 4px;
  border-radius: 8px;
  background-color: #cfcfcf;
  color: #686868;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.pop-citf-click-to-select.chinese {
  padding-top: 4px;
  padding-bottom: 6px;
}

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

@media screen and (max-width: 991px) {
  .header {
    display: none;
  }
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .all {
    display: none;
  }
  .all.form {
    display: block;
  }
  .form-content-b {
    background-size: contain;
  }
  .checkbox-col._33 {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .checkbox-align-row {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .table-col-tech {
    font-size: 16px;
    line-height: 22px;
  }
  .table-col-tech._02 {
    width: 14%;
  }
  .table-col-tech._06 {
    width: 16%;
  }
  .pop-technologies-sharing {
    margin-top: -140px;
    background-color: #f5f5f5;
  }
  .pop-powerup {
    margin-top: -75px;
    background-color: #f5f5f5;
  }
  .table-col-powerup {
    font-size: 16px;
    line-height: 22px;
  }
  .table-col-powerup._02 {
    width: 14%;
  }
  .table-col-powerup._04 {
    width: 27%;
  }
  .pop-citf-chat {
    margin-top: -10px;
    background-color: #f5f5f5;
  }
  .table-col-citf-chat {
    font-size: 16px;
    line-height: 22px;
  }
  .lang-b {
    margin-right: 5%;
  }
  .container-menu {
    padding-right: 5%;
    padding-left: 5%;
  }
  .pop-tech-click-to-select {
    margin-left: 44px;
  }
  .pop-powerup-click-to-select {
    margin-left: 44px;
  }
  .pop-citf-click-to-select {
    margin-left: 44px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .footer.form {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .form-content-b {
    padding-bottom: 30px;
  }
  .txt-remark {
    font-size: 14px;
    line-height: 24px;
  }
  .form-b {
    margin-top: 15px;
  }
  .field-label {
    font-size: 20px;
  }
  .field-label.chinese {
    font-size: 20px;
  }
  .txt-field {
    width: 100%;
    height: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 26px;
  }
  .txt-field._480 {
    width: 100%;
  }
  .txt-field.chinese {
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 16px;
  }
  .form-row {
    display: block;
    margin-bottom: 15px;
  }
  .field-label-b {
    width: 100%;
  }
  .dropdown {
    width: 100%;
    height: 38px;
    font-size: 18px;
    line-height: 26px;
  }
  .dropdown.chinese {
    font-size: 18px;
  }
  .dropdown-toggle-title {
    height: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .dropdown-toggle-title.chinese {
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .dropdown-list {
    margin-top: 38px;
  }
  .dropdown-link {
    height: 38px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 26px;
  }
  .dropdown-link.chinese {
    padding-top: 5px;
    padding-bottom: 7px;
  }
  .checkbox {
    margin-right: 12px;
  }
  .txt-green {
    font-size: 18px;
  }
  .form-checkbox {
    margin-top: 30px;
  }
  .heading-form {
    margin-bottom: 15px;
    text-align: left;
  }
  .dropdown-green {
    width: 100%;
    height: 38px;
  }
  .checkbox-row {
    display: block;
    margin-bottom: 30px;
  }
  .checkbox-row.grey {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .checkbox-txt-b {
    margin-left: 36px;
  }
  .checkbox-align-row {
    display: block;
    margin-bottom: 0px;
  }
  .btn-submit {
    padding-top: 14px;
    padding-bottom: 10px;
  }
  .img-form-logo {
    height: 70px;
  }
  .img-form-tagline {
    width: 240px;
  }
  .form-tagline-align {
    text-align: left;
  }
  .pop-select-txt-b {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 18px;
    line-height: 30px;
  }
  .table-technologies-sharing {
    overflow: visible;
    width: 900px;
  }
  .table-col-tech._01 {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    background-color: #e4e4e4;
  }
  .table-col-tech._01.light-green {
    background-color: #5ac4b7;
  }
  .table-col-tech._01.grey {
    background-color: #cfcfcf;
  }
  .table-top {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
  }
  .pop-technologies-sharing {
    overflow: auto;
  }
  .pop-powerup {
    overflow: auto;
  }
  .table-col-powerup._01 {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    background-color: #e4e4e4;
  }
  .table-col-powerup._01.light-green {
    background-color: #5ac4b7;
  }
  .table-col-powerup._01.grey {
    background-color: #cfcfcf;
  }
  .table-powerup {
    overflow: visible;
    width: 900px;
  }
  .pop-citf-chat {
    overflow: auto;
  }
  .table-col-citf-chat._01 {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    background-color: #e4e4e4;
  }
  .table-col-citf-chat._01.light-green {
    background-color: #5ac4b7;
  }
  .table-col-citf-chat._01.grey {
    background-color: #cfcfcf;
  }
  .table-citf-chat {
    overflow: visible;
    width: 900px;
  }
  .container-menu {
    height: 80px;
  }
  .pop-tech-click-to-select {
    margin-left: 36px;
  }
  .pop-powerup-click-to-select {
    margin-left: 36px;
  }
  .pop-citf-click-to-select {
    margin-left: 36px;
  }
}

@media screen and (max-width: 479px) {
  .pop-select-txt-b {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}