@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);
  }
}

.custom-form.was-validated .form-control:invalid, .custom-form.was-validated .form-control:valid {
  background-image: none;
  padding-left: 18px;
}

.custom-form.was-validated .form-control:invalid:focus, .custom-form.was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form.was-validated .form-control:valid {
  border-color: #cccccc;
}

.custom-form .custom-form-inner {
  background: rgba(249, 165, 111, 0.07);
  padding: 25px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .custom-form .custom-form-inner {
    padding: 15px 25px;
  }
}

.custom-form .form-row {
  margin: 0 -35px;
}

@media screen and (max-width: 767px) {
  .custom-form .form-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.custom-form .form-row .form-col {
  padding-left: 35px;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .custom-form .form-row .form-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.custom-form .form-row .form-group {
  margin: 12px 0;
}

.custom-form .form-row .col-form-label {
  padding: 0 35px 0 0;
  margin-top: 0.6em;
  width: 160px;
}

@media screen and (max-width: 767px) {
  .custom-form .form-row .col-form-label {
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.custom-form .form-row .col-form-input {
  padding: 0;
  max-width: calc(100% - 160px);
}

@media screen and (max-width: 767px) {
  .custom-form .form-row .col-form-input {
    max-width: 100%;
  }
}

.custom-form .form-row .col-form-input input::-webkit-input-placeholder,
.custom-form .form-row .col-form-input textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.custom-form .form-row .col-form-input input:-ms-input-placeholder,
.custom-form .form-row .col-form-input textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.custom-form .form-row .col-form-input input::-ms-input-placeholder,
.custom-form .form-row .col-form-input textarea::-ms-input-placeholder {
  color: #b3b3b3;
}

.custom-form .form-row .col-form-input input::placeholder,
.custom-form .form-row .col-form-input textarea::placeholder {
  color: #b3b3b3;
}

.custom-form .form-row .col-form-input textarea {
  resize: none;
}

.custom-form .custom-select {
  padding: 0;
  height: auto;
}

.custom-form .form-control {
  border-color: #cccccc;
  border-radius: 4px;
  font-size: 16px;
  height: auto;
  padding: 11px 18px;
  color: #707070;
  -webkit-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}

.custom-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=common_form.css.map */