@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 .highlight {
  cursor: pointer;
  color: #eb6e23;
}

.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 .com-tab .tab .thumbnail:before {
  padding-top: 41.95652%;
}

.tab-section .com-tab .tab .thumbnail:after {
  content: none;
}

.tab-section .sales-marketing.swiper-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  overflow: visible;
}

.tab-section .sales-marketing.swiper-container .swiper-button-next,
.tab-section .sales-marketing.swiper-container .swiper-button-prev {
  color: white;
  top: 45%;
  outline: none;
}

.tab-section .sales-marketing.swiper-container .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 10px;
  color: #707070;
}

@media screen and (min-width: 992px) {
  .tab-section .sales-marketing.swiper-container .title {
    padding: 10px 0;
  }
}

.tab-section .sales-marketing.swiper-container .image {
  height: 100%;
}

.tab-section .services-infographic {
  margin-top: 60px;
  height: 100%;
}

.tab-section .services-infographic.no-feature {
  margin-top: 0;
}

.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;
}

.tab-section .services-infographic:after {
  top: 200px;
  width: 150vw;
  height: 170%;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .tab-section .services-infographic:after {
    width: 170vw;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .services-infographic:after {
    top: 50px;
  }
}

@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;
}

.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;
}

.tab-section .details-wrapper .account {
  top: -40px;
  left: 53%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .account {
    top: -33px;
    left: 55%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .account {
    top: -40px;
    left: 58%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .tab-section .details-wrapper .account:before {
    left: -130% !important;
    top: -100% !important;
  }
}

.tab-section .details-wrapper .general {
  left: 11%;
  top: 2%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .general {
    left: 14%;
    top: 5%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .general {
    left: 11%;
    top: 13%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .tab-section .details-wrapper .general:before {
    text-align: center !important;
    left: 260% !important;
    top: -120% !important;
  }
}

.tab-section .details-wrapper .rehab {
  top: 68%;
  left: 16%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .rehab {
    top: 85%;
    left: 25%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .rehab {
    top: 82%;
    left: 8%;
  }
}

.tab-section .details-wrapper .ethical {
  top: 5%;
  left: 81%;
}

@media screen and (min-width: 768px) {
  .tab-section .details-wrapper .ethical {
    top: 12%;
    left: 83%;
  }
}

@media screen and (min-width: 992px) {
  .tab-section .details-wrapper .ethical {
    top: 14%;
    left: 84%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .tab-section .details-wrapper .ethical:before {
    left: -130% !important;
    top: -100% !important;
  }
}

.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%;
  }
}

@media all and (-ms-high-contrast: none) {
  .tab-section .sales-marketing.swiper-container .swiper-button-prev,
  .tab-section .sales-marketing.swiper-container .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-prev.swiper-button-disabled,
  .tab-section .sales-marketing.swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-prev,
  .tab-section .sales-marketing.swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-next,
  .tab-section .sales-marketing.swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-prev.swiper-button-white,
  .tab-section .sales-marketing.swiper-container .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-next.swiper-button-white,
  .tab-section .sales-marketing.swiper-container .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-prev.swiper-button-black,
  .tab-section .sales-marketing.swiper-container .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-next.swiper-button-black,
  .tab-section .sales-marketing.swiper-container .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .tab-section .sales-marketing.swiper-container .swiper-button-lock {
    display: none;
  }
}
/*# sourceMappingURL=sales_marketing.css.map */