@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: 991px) {
  .tab-section {
    padding-top: 30px;
  }
  .tab-section .container {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.07);
  }
  .tab-section .container .inner-container .container {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.tab-section .details.tab-pane .detail-outter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 991px) {
  .tab-section .details.tab-pane .detail-outter-container .services-infographic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tab-section .details.tab-pane .detail-outter-container .outter-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tab-section .highlight {
  cursor: pointer;
  color: #eb6e23;
}

.tab-section .services-infographic .infographic-background {
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .tab-section .services-infographic .infographic-background {
    padding: 0 10px;
  }
}

.tab-section .services-infographic .details-bottom {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .tab-section .services-infographic {
    overflow: hidden;
  }
}

.tab-section .services-infographic:after {
  top: 300px;
  width: 150vw;
  height: 170%;
}

@media screen and (max-width: 991px) {
  .tab-section .services-infographic:after {
    width: 1815px;
    height: 707px;
  }
}

.tab-section .services-infographic.no-feature:after {
  content: none;
}

.tab-section .nav-tabs {
  border: none;
}

.tab-section .nav-tabs .nav-link {
  border: none;
}

@media screen and (max-width: 1300px) {
  .tab-section .nav-tabs .nav-link h3 {
    min-height: 2.6em;
  }
}

.tab-section .nav-tabs .tab.active {
  opacity: 1;
}

.tab-section .com-article {
  margin-top: 0;
}

.tab-section .com-article .details {
  width: 100%;
}

.tab-section .com-article .details .selected-options .wrapper {
  z-index: 2;
}

.tab-section .com-article .details .selected-options .select-container {
  background-color: white;
  z-index: 1;
}

.tab-section .outter-container {
  overflow: hidden;
  display: none;
  margin-bottom: 50px;
}

.tab-section .outter-container.show {
  display: block;
}

.tab-section .outter-container.show .details-swiper {
  -webkit-animation-name: revealContainer;
  animation-name: revealContainer;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tab-section .com-article .wrapper .details {
  padding-right: 0;
}

.tab-section .details-swiper {
  background-color: white;
  padding: 33px 36px;
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.07);
          box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.07);
  color: #707070;
}

@media screen and (max-width: 991px) {
  .tab-section .details-swiper {
    margin-top: 20px;
  }
}

.tab-section .details-swiper h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .tab-section .details-swiper h3 {
    width: 70%;
    margin-bottom: 20px;
    margin-top: 5px;
  }
}

.tab-section .details-swiper .swiper-button-prev {
  left: auto;
  right: 45px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.tab-section .details-swiper .swiper-button-next {
  right: 0;
}

.tab-section .details-swiper .swiper-button-next,
.tab-section .details-swiper .swiper-button-prev {
  width: 35px;
  height: 35px;
  top: 0px;
  margin-top: 0;
  display: block;
}

.tab-section .details-swiper .swiper-button-next:focus,
.tab-section .details-swiper .swiper-button-prev:focus {
  outline: none;
}

.tab-section .details-swiper .swiper-button-next.swiper-button-disabled,
.tab-section .details-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

.tab-section .details-swiper .swiper-button-prev:after,
.tab-section .details-swiper .swiper-container-rtl .swiper-button-next:after,
.tab-section .details-swiper .swiper-button-next:after,
.tab-section .details-swiper .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/icon/nav-next-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tab-section .details-wrapper .pins {
  cursor: pointer;
  position: absolute;
}

@media screen and (min-width: 1800px) {
  .tab-section .details-wrapper .warehousing .services-infographic:after {
    width: 100vw;
  }
}

.tab-section .details-wrapper .warehousing .flexibility {
  left: 81%;
  top: 10%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .warehousing .flexibility {
    left: 83%;
    top: 16%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .warehousing .flexibility {
    left: 77%;
    top: 14%;
  }
}

@media screen and (min-width: 1200px) {
  .tab-section .details-wrapper .warehousing .flexibility {
    left: 73%;
    top: 14%;
  }
}

.tab-section .details-wrapper .warehousing .security {
  left: 13%;
  top: 45%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .warehousing .security {
    left: 18%;
    top: 50%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .warehousing .security {
    left: 22%;
    top: 47%;
  }
}

@media screen and (min-width: 1200px) {
  .tab-section .details-wrapper .warehousing .security {
    left: 28%;
    top: 45%;
  }
}

.tab-section .details-wrapper .warehousing .monitoring {
  left: 72%;
  top: 82%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .warehousing .monitoring {
    left: 74%;
    top: 84%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .warehousing .monitoring {
    left: 81%;
    top: 55%;
  }
}

@media screen and (min-width: 1200px) {
  .tab-section .details-wrapper .warehousing .monitoring {
    left: 76%;
    top: 55%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .distribution .services-infographic {
    margin-top: 50px;
  }
}

.tab-section .details-wrapper .distribution .services-infographic:after {
  top: 190px;
}

@media screen and (min-width: 2200px) {
  .tab-section .details-wrapper .distribution .services-infographic:after {
    width: 100vw;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .tab-section .details-wrapper .distribution .services-infographic:after {
    width: 170vw;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .distribution .services-infographic:after {
    left: calc(50% + 80px);
    top: 70px;
  }
}

.tab-section .details-wrapper .distribution .truck {
  left: 88%;
  top: 20%;
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .distribution .truck {
    left: 86%;
    top: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .tab-section .details-wrapper .distribution .truck {
    left: 78%;
    top: 20%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .tab-section .details-wrapper .distribution .truck:before {
    left: -90% !important;
    top: -100% !important;
  }
}

.tab-section .details-wrapper .distribution .channel {
  left: 4%;
  top: 2%;
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .distribution .channel {
    left: 8%;
    top: 16%;
  }
}

@media screen and (min-width: 1200px) {
  .tab-section .details-wrapper .distribution .channel {
    left: 14%;
    top: 16%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .tab-section .details-wrapper .distribution .channel:before {
    left: 300% !important;
    top: -150% !important;
  }
}

.tab-section .details-wrapper .coldChain .services-infographic:after {
  top: 250px;
}

@media screen and (min-width: 1800px) {
  .tab-section .details-wrapper .coldChain .services-infographic:after {
    width: 101vw;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .tab-section .details-wrapper .coldChain .services-infographic:after {
    width: 170vw;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .coldChain .services-infographic:after {
    top: 100px;
  }
}

.tab-section .details-wrapper .coldChain .chain {
  left: 84%;
  top: 8%;
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .coldChain .chain {
    left: 74%;
    top: 12%;
  }
}

.tab-section .details-wrapper .coldChain .packaging {
  left: 20%;
  top: 13%;
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .coldChain .packaging {
    left: 30%;
    top: 19%;
  }
}

.tab-section .details-wrapper .coldChain .quality .services-infographic:after {
  background-image: none;
}

.tab-section .details-wrapper .services-infographic .pins .map-pin {
  width: 34px;
  height: 52px;
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .services-infographic .pins .map-pin {
    width: 43px;
    height: 65px;
  }
}

.tab-section .details-wrapper .services-infographic .pins .map-pin.animation {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tab-section .details-wrapper .services-infographic .pins.sty-left:before {
  padding-left: 0;
  padding-right: 12px;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: left;
  width: 400%;
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .services-infographic .pins:before {
    content: attr(data-info-label);
    position: absolute;
    left: 100%;
    top: 0;
    text-align: left;
    font-size: 24px;
    line-height: 1.1;
    color: #707070;
    font-weight: 600;
    max-width: 205px;
    width: 400%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    height: 100%;
  }
}
/*# sourceMappingURL=warehousing_and_distribution.css.map */