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

.testimonial-container .com-intro {
  padding-bottom: 25px;
}

.testimonial-container .wrapper {
  display: flex;
  flex-direction: column;
}

.testimonial-container .wrapper .item {
  margin-bottom: 110px;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .testimonial-container .wrapper .item {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item .col-lg-6 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.testimonial-container .wrapper .item .rect {
  width: 87%;
  height: 230px;
  position: absolute;
  top: -24px;
  z-index: -1;
}

.testimonial-container .wrapper .item .row {
  background-color: #fafafa;
  padding: 20px 25px 35px 25px;
  min-height: 324px;
}

@media screen and (max-width: 991px) {
  .testimonial-container .wrapper .item .row {
    flex-direction: column-reverse;
    padding: 0px;
  }
}

.testimonial-container .wrapper .item:nth-child(odd) {
  float: right;
}

@media screen and (min-width: 1200px) {
  .testimonial-container .wrapper .item:nth-child(odd) {
    margin-right: 35px;
  }
}

.testimonial-container .wrapper .item:nth-child(odd) .row {
  float: right;
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 1200px) {
  .testimonial-container .wrapper .item:nth-child(odd) .row {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(odd) .row {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonial-container .wrapper .item:nth-child(odd) .row {
    width: 1096px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(odd) .desc-wrap {
    margin-left: 48px;
    margin-right: 15px;
  }
}

.testimonial-container .wrapper .item:nth-child(odd) .desc-wrap:before {
  left: -50px;
  top: -35px;
  background-image: url(../img/testimonial/quote-orange-left.svg);
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(odd) .desc-wrap:before {
    left: 10px;
    top: -45px;
  }
}

.testimonial-container .wrapper .item:nth-child(odd) .desc-wrap:after {
  right: -40px;
  bottom: -28px;
  background-image: url(../img/testimonial/quote-orange-right.svg);
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(odd) .desc-wrap:after {
    right: 10px;
    bottom: 5px;
  }
}

.testimonial-container .wrapper .item:nth-child(odd) .rect {
  right: -24px;
  background-color: #eb6e23;
}

.testimonial-container .wrapper .item:nth-child(odd) .img-wrap {
  float: right;
}

@media screen and (min-width: 1400px) {
  .testimonial-container .wrapper .item:nth-child(odd) .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent rgba(253, 208, 175, 0.4) transparent;
    position: absolute;
    bottom: -17px;
    right: -95px;
  }
}

.testimonial-container .wrapper .item:nth-child(even) {
  float: left;
}

@media screen and (min-width: 1200px) {
  .testimonial-container .wrapper .item:nth-child(even) {
    margin-left: 10px;
  }
}

.testimonial-container .wrapper .item:nth-child(even) .row {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (min-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(even) .row {
    flex-direction: row-reverse;
    padding-top: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .testimonial-container .wrapper .item:nth-child(even) .row {
    margin-left: 0px;
    width: 1103px;
  }
}

@media screen and (max-width: 1200px) {
  .testimonial-container .wrapper .item:nth-child(even) .row {
    width: 100%;
  }
}

.testimonial-container .wrapper .item:nth-child(even) .desc-wrap {
  margin-left: 10px;
}

@media screen and (min-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(even) .desc-wrap {
    margin-top: 102px !important;
    margin-right: 52px;
  }
}

.testimonial-container .wrapper .item:nth-child(even) .desc-wrap:before {
  left: -45px;
  top: -35px;
  background-image: url(../img/testimonial/quote-blue-left.svg);
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(even) .desc-wrap:before {
    left: 10px;
    top: -45px;
  }
}

.testimonial-container .wrapper .item:nth-child(even) .desc-wrap:after {
  right: -40px;
  bottom: -28px;
  background-image: url(../img/testimonial/quote-blue-right.svg);
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item:nth-child(even) .desc-wrap:after {
    right: 10px;
    bottom: 5px;
  }
}

.testimonial-container .wrapper .item:nth-child(even) .rect {
  left: -24px;
  background-color: #49a0b9;
}

.testimonial-container .wrapper .item:nth-child(even) .img-wrap {
  float: left;
}

@media screen and (min-width: 1400px) {
  .testimonial-container .wrapper .item:nth-child(even) .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 0 70px;
    border-color: transparent transparent transparent rgba(73, 160, 185, 0.27);
    position: absolute;
    bottom: -45px;
    left: -45px;
  }
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item:last-child {
    margin-bottom: 182px !important;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-container .wrapper .item:last-child {
    margin-bottom: 202px !important;
  }
}

.testimonial-container .wrapper .item .desc-wrap {
  margin-top: 52px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item .desc-wrap {
    margin-top: 62px;
  }
}

.testimonial-container .wrapper .item .desc-wrap:before, .testimonial-container .wrapper .item .desc-wrap:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 54px;
  position: absolute;
}

.testimonial-container .wrapper .item .desc-wrap .title {
  font-size: 24px;
  line-height: 32px;
  text-align: right;
  color: #000000;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-top: 32px;
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item .desc-wrap .title {
    margin-right: 55px;
    padding-bottom: 32px;
  }
}

.testimonial-container .wrapper .item .desc-wrap .desc {
  font-family: "Lato-regular", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 24px;
  line-height: 36px;
  color: #58585b;
}

@media screen and (max-width: 992px) {
  .testimonial-container .wrapper .item .desc-wrap .desc {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 992px) {
  .testimonial-container .wrapper .item .desc-wrap .desc {
    max-width: 415px;
  }
}

.testimonial-container .wrapper .item .img-wrap {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 24px;
  max-height: 217px;
}

@media screen and (min-width: 1200px) {
  .testimonial-container .wrapper .item .img-wrap {
    max-width: 442px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-container .wrapper .item .img-wrap {
    max-width: 402px;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-container .wrapper .item .img-wrap {
    max-height: 149px;
  }
}
