@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);
  }
}

.kv .swiper-container {
  height: 100%;
}

@media screen and (min-width: 992px) {
  .kv .swiper-container {
    height: calc(100vh - 100px);
  }
}

.kv .swiper.video-playing .swiper-pagination {
  display: none;
}

.kv .swiper .swiper-slide .wrapper {
  position: relative;
  height: 100%;
}

.kv .swiper .swiper-slide .wrapper:before {
  content: "";
  display: block;
  padding-top: 51.73611%;
}

@media screen and (max-width: 991px) {
  .kv .swiper .swiper-slide .wrapper {
    width: 100%;
    height: 500px;
  }
  .kv .swiper .swiper-slide .wrapper:before {
    display: none;
  }
}

.kv .swiper .swiper-slide .wrapper:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.39);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.kv .swiper .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kv .swiper .swiper-slide .video.is-playing video {
  opacity: 1;
  z-index: 1;
}

.kv .swiper .swiper-slide .video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: #000000;
}

.kv .swiper .swiper-slide .video .video-play-control {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/icon-triangle-left.svg) calc(50% + 3px) center no-repeat;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.kv .swiper .swiper-slide .video .video-play-control:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

@media screen and (max-width: 991px) {
  .kv .swiper .swiper-pagination {
    bottom: 23px;
    text-align: left;
    padding-left: 16px;
  }
}

.our-services .services-grid-cards-wrap .grid .grid-wrap {
  overflow: hidden;
}

.our-services .services-grid-cards-wrap .grid .grid-wrap:hover .overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 992px) {
  .our-services .services-grid-cards-wrap .grid:nth-child(4n + 4) {
    margin-top: -95px;
  }
}

.our-services .services-grid-cards-wrap .grid .overlay {
  background-color: #f6f6f5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px 35px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-services .services-grid-cards-wrap .grid .overlay {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.our-services .services-grid-cards-wrap .grid .overlay .title {
  font-size: 2em;
  font-weight: 700;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  margin-bottom: 24px;
  display: block;
  line-height: 110%;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .our-services .services-grid-cards-wrap .grid .overlay .title {
    font-size: 1.125em;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .our-services .services-grid-cards-wrap .grid .overlay .title {
    font-size: 1.125em;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 575px) {
  .our-services .services-grid-cards-wrap .grid .overlay .title {
    margin-bottom: 24px;
  }
}

.our-services .services-grid-cards-wrap .grid ul {
  padding-left: 0;
  font-size: 1.1em;
  line-height: 120%;
}

.our-services .services-grid-cards-wrap .grid ul li {
  margin-left: 1.1em;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-services .services-grid-cards-wrap .grid ul li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .our-services .services-grid-cards-wrap .grid ul li {
    margin-bottom: 20px;
  }
}

.our-services .services-grid-cards-wrap .grid .text {
  color: #ffffff;
  font-size: 2em;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  padding: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  min-height: auto;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .our-services .services-grid-cards-wrap .grid .text {
    max-width: 250px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .our-services .services-grid-cards-wrap .grid .text {
    font-size: 1.75em;
  }
}

.our-services .services-grid-cards-wrap .grid a {
  font-size: 1.125em;
  line-height: 122%;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  text-align: center;
  color: #707070;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .our-services .services-grid-cards-wrap .grid a {
    font-size: 1em;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .our-services .services-grid-cards-wrap .grid a {
    font-size: 1em;
  }
}

.our-services .services-grid-cards-wrap .grid a:hover .go:after {
  -webkit-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
}

.our-services .services-grid-cards-wrap .grid a .go {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eb6e23;
  display: inline-block;
  margin-left: 22px;
  position: relative;
  top: 8px;
}

.our-services .services-grid-cards-wrap .grid a .go:after {
  content: "";
  background-image: url("../img/home/icon-arrow.svg");
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.why-us .accordion-wrap .accordion {
  padding-bottom: 24px;
}

.why-us .accordion-wrap .accordion.active .accordion-head:after {
  content: "-";
  font-size: 1.4em;
}

.why-us .accordion-wrap .accordion .accordion-head {
  position: relative;
  font-size: 1.5em;
  line-height: 108.3%;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  color: #58585b;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #58585b;
  padding-right: 32px;
  cursor: pointer;
}

.why-us .accordion-wrap .accordion .accordion-head:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "Lato-regular", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  color: #eb6e23;
}

.why-us .accordion-wrap .accordion .details {
  padding-top: 17px;
  padding-bottom: 30px;
  margin-left: -24px;
  margin-right: -24px;
}

@media screen and (max-width: 991px) {
  .why-us .accordion-wrap .accordion .details {
    padding-bottom: 0px;
  }
  .why-us .accordion-wrap .accordion .details .image-wrapper {
    margin-bottom: 15px;
  }
}

.why-us .accordion-wrap .accordion .details img {
  width: 100%;
}

.why-us .accordion-wrap .accordion .details .inner-text-wrap {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .why-us .accordion-wrap .accordion .details .image-wrapper {
    max-height: 300px;
    overflow: hidden;
  }
  .why-us .accordion-wrap .accordion .details .image-wrapper img {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

.section-title h2 {
  font-size: 2.1875em;
  font-family: "Lato-black", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 900;
  color: #707070;
  line-height: 142.8%;
  text-transform: initial;
}

@media screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 2em;
    line-height: 125%;
  }
}

.logistics-distributor .logistics-slide-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .logistics-distributor .logistics-slide-wrap {
    margin-top: 24px;
  }
}

@media screen and (min-width: 992px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-thumbnail {
    margin-right: -30px;
  }
}

@media screen and (max-width: 991px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-thumbnail {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}

.logistics-distributor .logistics-slide-wrap .img-slider .image {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .image {
    background-image: none !important;
  }
}

@media screen and (max-width: 991px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 100%;
  }
  .logistics-distributor .logistics-slide-wrap .img-slider .image:before {
    content: "";
    display: block;
    padding-top: 93.88379%;
  }
}

.logistics-distributor .logistics-slide-wrap .img-slider .image img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .image img {
    position: absolute;
    visibility: hidden;
  }
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .item .item-icon {
  padding: 24px 0;
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .item .item-icon .icon {
  text-align: center;
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .item .item-icon .icon img {
  max-width: 236px;
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .item .text {
  width: 60%;
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 133.3%;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  text-align: center;
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-button-prev:after,
.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-button-next:after,
.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-button-prev,
.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-button-next {
  width: 18px;
  height: 18px;
  outline: none;
  border-left: 3px solid #eb6e23;
  border-bottom: 3px solid #eb6e23;
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-button-prev {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.logistics-distributor .logistics-slide-wrap .img-slider .logistics-distributor-desc .swiper-button-next {
  -webkit-transform: rotate(135deg) scaleY(-1);
          transform: rotate(135deg) scaleY(-1);
}

@media screen and (min-width: 992px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .btn-container {
    padding-right: 37px;
    margin-top: 37px;
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .logistics-distributor .logistics-slide-wrap .img-slider .btn-container {
    margin-top: 24px;
    text-align: center;
  }
}

.logistics-distributor .logistics-slide-wrap .btn-container {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .logistics-distributor .logistics-slide-wrap .btn-container {
    padding-left: 35px;
  }
}

@media screen and (max-width: 991px) {
  .logistics-distributor .logistics-slide-wrap .btn-container {
    width: 100%;
    text-align: center;
  }
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper {
  -webkit-box-shadow: 0 4px 14px 0 rgba(53, 75, 37, 0.12);
          box-shadow: 0 4px 14px 0 rgba(53, 75, 37, 0.12);
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item {
  position: relative;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item {
    padding: 36px 36px;
  }
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item:not(:last-child) {
  border-bottom: 1px solid rgba(151, 151, 151, 0.27);
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eb6e23;
  width: calc(100% + 14px);
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item:hover:before, .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item.active:before {
  opacity: 1;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item:hover .text, .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item.active .text {
  color: #ffffff;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item:hover .item-icon .icon .normal, .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item.active .item-icon .icon .normal {
  opacity: 0;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item:hover .item-icon .icon .hover, .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item.active .item-icon .icon .hover {
  opacity: 1;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .item-icon {
  width: 230px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .item-icon {
    width: 180px;
  }
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .item-icon .icon {
  position: relative;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .item-icon .icon .normal {
  max-height: 100%;
  width: auto;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .item-icon .icon .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .text {
  width: calc(100% - 230px);
  padding-left: 20px;
  font-size: 1.125em;
  line-height: 133.3%;
  position: relative;
  max-width: 323px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .text {
    width: calc(100% - 180px);
  }
}

.logistics-distributor .logistics-slide-wrap .distributor-control .wrapper .item .text p {
  margin-bottom: 0;
}

#footer {
  margin-top: 0;
}

#footer .sendus-msg {
  display: none;
}
/*# sourceMappingURL=index.css.map */