@charset "UTF-8";
strong {
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

@font-face {
  font-family: "Lato-regular";
  font-weight: 400;
  font-display: swap;
  src: url("./font/Lato-Regular.eot");
  src: url("./font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Regular.woff") format("woff"), url("./font/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-black";
  font-display: swap;
  font-weight: 600;
  src: url("./font/Lato-Black.eot");
  src: url("./font/Lato-Black.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Black.woff") format("woff"), url("./font/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-bold";
  font-weight: 700;
  font-display: swap;
  src: url("./font/Lato-Bold.eot");
  src: url("./font/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Bold.woff") format("woff"), url("./font/Lato-Bold.ttf") format("truetype");
}

@-webkit-keyframes sectionTitleAnimation {
  0%,
  35% {
    right: 0;
    height: 100%;
    margin-top: 0;
  }
  99.9% {
    height: 100%;
  }
  100% {
    right: calc(100% + 25px);
    height: 20px;
    margin-top: 0;
  }
}

@keyframes sectionTitleAnimation {
  0%,
  35% {
    right: 0;
    height: 100%;
    margin-top: 0;
  }
  99.9% {
    height: 100%;
  }
  100% {
    right: calc(100% + 25px);
    height: 20px;
    margin-top: 0;
  }
}

@-webkit-keyframes revealContainer {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes revealContainer {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes serviceGridFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes serviceGridFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes serviceGridOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes serviceGridOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes serviceGridOverlayOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}

@keyframes serviceGridOverlayOut {
  0% {
    width: 100%;
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 0;
  }
}

@-webkit-keyframes elementFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes elementFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -80px) scale(0);
    transform: translate(0, -80px) scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) scale(1);
    transform: translate(0, -10px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) scale(1);
    transform: translate(0, 5px) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -80px) scale(0);
    transform: translate(0, -80px) scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) scale(1);
    transform: translate(0, -10px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 5px) scale(1);
    transform: translate(0, 5px) scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

@media screen and (max-width: 767px) {
  .swiper .swiper-slide .image.contact-us-banner {
    background-position: right -80px bottom;
  }
}

.com-intro.contact-us-intro {
  padding-bottom: 0px;
}

.com-intro.contact-us-intro .title {
  margin-bottom: 17px;
}

.contact-us .contact-us-margin {
  margin-right: 10px;
}

@media screen and (min-width: 1590px) {
  .contact-us .inner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .inner-text-wrap {
    padding-left: 0;
  }
}

.contact-us .inner-text-wrap .form-wrap {
  position: relative;
}

.contact-us .inner-text-wrap .form-wrap .custom-form-inner {
  padding-right: 75px;
}

@media screen and (max-width: 991px) {
  .contact-us .inner-text-wrap .form-wrap .custom-form-inner {
    padding-left: 0;
    padding-right: 50px;
    background: transparent;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .inner-text-wrap .form-wrap .custom-form-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-us .inner-text-wrap .form-wrap .custom-form-inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110vw;
  height: 100%;
  background: #fcf7ee;
  display: none;
}

@media screen and (max-width: 991px) {
  .contact-us .inner-text-wrap .form-wrap .custom-form-inner:before {
    display: block;
  }
}

.contact-us .inner-text-wrap .form-wrap .custom-form-inner .form-control {
  font-size: 18px;
}

.contact-us .btn-link {
  font-size: 18px;
  line-height: 166.6%;
  text-align: left;
}

.contact-us .contact-info-wrap {
  margin-top: 60px;
}

.contact-us .contact-info-wrap .contact-row {
  margin-top: 20px;
}

.contact-us .contact-info-wrap .contact-row:first-child {
  margin-top: 0;
}

.contact-us .contact-info-wrap .contact-row .item-icon {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .contact-us .contact-info-wrap .contact-row .item-icon {
    padding-right: 10px;
  }
}

.contact-us .contact-info-wrap .contact-row .item-icon img {
  display: block;
  margin: auto;
}

.contact-us .contact-info-wrap .contact-row .item-icon .icon {
  width: 30px;
}

.contact-us .button-row .load {
  display: none;
}

.contact-us .button-row .col-reset {
  padding-right: 0;
}

@media screen and (max-width: 349px) {
  .contact-us .button-row .col-reset {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .button-row .col-reset .btn.btn-primary {
    min-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us .button-row .col-submit .btn.btn-primary {
    min-width: 140px;
  }
}

.contact-us .button-row .btn.btn-primary {
  min-width: 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact-us .button-row .btn.btn-primary {
    min-width: 240px;
  }
}

.contact-us .button-row .btn.btn-reset {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-us .button-row .btn.btn-reset:before, .contact-us .button-row .btn.btn-reset:after {
  border-radius: 0;
}

#footer .sendus-msg {
  display: none;
}

#contact-us-msg {
  background-color: #ffffff;
  padding: 30px 40px;
  text-align: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

#contact-us-msg .msg {
  margin-bottom: 30px;
}

#contact-us-msg .btn.btn-primary {
  background: #a6a6a6;
  min-width: 195px;
}

#contact-us-msg .btn.btn-primary:after {
  border-color: #a6a6a6;
}

#contact-us-msg .btn.btn-primary:hover span {
  color: #a6a6a6;
}
/*# sourceMappingURL=contactus.css.map */