body {
  font-family: 'Neutratext book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.container {
  max-width: 1440px;
  padding-right: 20px;
  padding-left: 20px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.footer {
  background-color: #003735;
}

.section.home-video {
  position: relative;
  height: 100vh;
  min-height: 800px;
}

.home-video-text {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 65px;
  text-align: center;
}

.home-video-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -99;
  width: 100%;
  height: 100vh;
}

.menu-dropdown-btn {
  padding: 0px 30px 0px 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #003735;
}

.menu-dropdown-btn:hover {
  color: #8eccc8;
}

.menu-dropdown-list {
  overflow: hidden;
  margin-top: 20px;
  margin-left: -25px;
  border-left: 2px solid #003735;
  background-color: #fff;
}

.menu-dropdown-link {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-dropdown-link:hover {
  border-top-color: #003735;
  border-right-color: #003735;
  background-color: #003735;
  color: #fff;
}

.menu-dropdown-link.sc {
  display: block;
}

.dropdown-arrow-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 12px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.dropdown-arrow-img {
  display: block;
}

.dropdown-arrow-img-hover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.header-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-col-l {
  width: 45%;
}

.header-col-r {
  width: 55%;
  text-align: right;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-col-l {
  width: 45%;
  padding-right: 20px;
}

.footer-col-r {
  width: 55%;
}

.footer-b {
  margin-top: 90px;
}

.link-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.link-text:hover {
  color: #8eccc8;
}

.footer-title {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
}

.all {
  overflow: hidden;
}

.video-color-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(5, 97, 83, 0.85);
}

.input {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fcfcfc;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.input:focus {
  border-bottom-color: #8eccc8;
}

.input.long {
  min-height: 100px;
  padding-top: 10px;
}

.text-field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-btn {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #8eccc8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.submit-btn:hover {
  background-color: #fff;
  color: #003735;
}

.logo-img-b {
  width: 100%;
  max-width: 190px;
}

.form-success-message {
  background-color: transparent;
}

.form-error-message {
  background-color: #8eccc8;
  color: #003735;
  text-align: center;
}

.form-b {
  margin-bottom: 0px;
}

.container-width-1200 {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-width-1200.position-relative {
  height: 100%;
}

.form-col-50 {
  width: 50%;
  margin-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.input-b {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-col-full {
  width: 100%;
  margin-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

.position-relative {
  position: relative;
}

.home-video-text-tc {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 50px;
  line-height: 65px;
  text-align: center;
}

.tc {
  font-family: 'Noto Sans TC', sans-serif;
}

.sc {
  font-family: 'Noto Sans SC', sans-serif;
}

.home-video-text-sc {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 50px;
  line-height: 65px;
  text-align: center;
}

html.w-mod-js *[data-ix="height-0"] {
  height: 0px;
}

html.w-mod-js *[data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="top-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

@media screen and (max-width: 991px) {
  label {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-video-text {
    max-width: 768px;
    font-size: 45px;
    line-height: 50px;
  }

  .footer-col-l {
    width: 100%;
  }

  .footer-col-r {
    width: 100%;
    margin-top: 40px;
  }

  .footer-b {
    margin-top: 60px;
  }

  .input {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-video-text-tc {
    max-width: 768px;
    font-size: 38px;
    line-height: 55px;
  }

  .home-video-text-sc {
    max-width: 768px;
    font-size: 38px;
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-video {
    height: 50vh;
    min-height: 600px;
  }

  .home-video-text {
    max-width: none;
    margin-top: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .menu-dropdown-list {
    margin-top: 10px;
  }

  .footer-col-r {
    margin-top: 20px;
  }

  .footer-b {
    margin-top: 30px;
  }

  .footer-title {
    font-size: 30px;
    line-height: 40px;
  }

  .logo-img-b {
    max-width: 120px;
  }

  .form-col-50 {
    width: 100%;
  }

  .home-video-text-tc {
    max-width: none;
    margin-top: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .home-video-text-sc {
    max-width: none;
    margin-top: 40px;
    font-size: 26px;
    line-height: 36px;
  }
}

@font-face {
  font-family: 'Neutratext book';
  src: url('../fonts/NeutraText-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}