@charset "UTF-8";
.inner-container {
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .sec-title {
    padding-bottom: 40px;
  }
}

.content {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .content {
    margin-bottom: 33px;
  }
}

.content h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .content h2 {
    font-size: 1.5em;
  }
}

.content h3 {
  font-size: 1.62em;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content .col-l {
  width: 38%;
}

@media screen and (max-width: 991px) {
  .content .col-l {
    width: 100%;
  }
}

.content .col-r {
  padding-left: 52px;
  width: 62%;
}

@media screen and (max-width: 991px) {
  .content .col-r {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.content p {
  line-height: 1.6;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-top: 0;
  opacity: 0.6;
}

.content .info {
  margin-bottom: 50px;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .content .info {
    margin-bottom: 24px;
  }
}

.content .info a {
  color: #ED6B21;
  text-decoration: underline;
}

.content .info .address {
  margin: 8px 0;
}

.content .social .link a:not(:last-child) {
  margin-right: 16px;
}

@media screen and (max-width: 991px) {
  .content .form {
    margin-top: 24px;
  }
}

.content .form .form-input {
  margin-bottom: 16px;
}

.content .form input, .content .form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 16px;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1em;
  color: #ffffff;
}

.content .form button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}
/*# sourceMappingURL=contact-us.css.map */