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

.business-model {
  background-color: rgba(249, 165, 111, 0.07);
}

@media screen and (max-width: 991px) {
  .business-model {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 992px) {
  .business-model .inner-container {
    background-image: url("../img/extensive-networks/bg-world.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top 80px;
  }
}

@media screen and (min-width: 992px) {
  .business-model .col-principal,
  .business-model .col-network {
    padding-top: 70px;
  }
}

.business-model .col-principal .title,
.business-model .col-network .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875em;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .business-model .col-principal .title,
  .business-model .col-network .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-model .col-principal {
    padding-right: 24px;
  }
}

.business-model .col-principal .title {
  color: #eb6e23;
}

.business-model .col-principal .title .icon {
  margin-right: 10px;
}

.business-model .col-principal .formula .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .business-model .col-principal .formula .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.business-model .col-principal .formula .item .txt {
  font-size: 1.25em;
  line-height: 100%;
  margin-right: 20px;
  width: 140px;
  text-align: right;
}

.business-model .col-principal .formula .item:not(:last-child) {
  padding-bottom: 85px;
}

@media screen and (max-width: 991px) {
  .business-model .col-principal .formula .item:not(:last-child) {
    padding-bottom: 69px;
  }
}

.business-model .col-principal .formula .item:not(:last-child) .icon {
  position: relative;
}

@media screen and (max-width: 991px) {
  .business-model .col-principal .formula .item:not(:last-child) .icon:after {
    content: "+";
    font-size: 2.4em;
    line-height: 100%;
    font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
    color: #707070;
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.business-model .col-principal .formula .item:not(:last-child):after {
  content: "+";
  font-size: 2.4em;
  line-height: 100%;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  color: #707070;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  .business-model .col-principal .formula .item:not(:last-child):after {
    display: none;
  }
}

.business-model .col-pharma {
  position: relative;
}

@media screen and (max-width: 991px) {
  .business-model .col-pharma {
    padding-top: 112px;
  }
}

.business-model .col-pharma:before, .business-model .col-pharma:after {
  content: "";
  width: 152px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 92px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-model .col-pharma:before, .business-model .col-pharma:after {
    width: 53px;
    background-size: auto;
  }
}

.business-model .col-pharma:before {
  background-image: url("../img/extensive-networks/triangle-orange.png");
  left: -77px;
  background-position: right center;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-model .col-pharma:before {
    left: -15px;
  }
}

@media screen and (max-width: 991px) {
  .business-model .col-pharma:before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    background-size: auto;
    width: 53px;
    top: 48px;
  }
}

.business-model .col-pharma:after {
  background-image: url("../img/extensive-networks/triangle-grey.png");
  right: -72px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-model .col-pharma:after {
    right: -15px;
  }
}

@media screen and (max-width: 991px) {
  .business-model .col-pharma:after {
    display: none;
  }
}

.business-model .col-pharma .logo {
  position: relative;
  height: 100%;
  max-width: 358px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
  height: auto;
  border: 1px solid #978b7d;
}

.business-model .col-pharma .logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 991px) {
  .business-model .col-pharma .logo {
    width: 251px;
    margin-bottom: 36px;
  }
}

.business-model .col-pharma .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 309px;
}

@media screen and (max-width: 991px) {
  .business-model .col-pharma .logo img {
    width: 217px;
  }
}

.business-model .col-pharma ul {
  list-style-type: disc;
  max-width: 310px;
  margin: 0 auto;
  font-size: 1.3125em;
}

@media screen and (min-width: 992px) {
  .business-model .col-pharma ul li {
    margin-top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .business-model .col-pharma ul li {
    margin-bottom: 16px;
  }
}

.business-model .col-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 120px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-model .col-network {
    padding-left: 24px;
  }
}

@media screen and (max-width: 991px) {
  .business-model .col-network {
    padding-left: 15px;
    padding-top: 100px;
  }
  .business-model .col-network:before {
    content: "";
    width: 152px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    background-size: auto;
    width: 53px;
    top: 48px;
    background-image: url("../img/extensive-networks/triangle-grey.png");
  }
}

.business-model .col-network .title {
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
}

.business-model .col-network .title .icon {
  margin-right: 16px;
}

.business-model .col-network .more-container {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  margin-top: 26px;
}

.business-model .col-network .more {
  font-size: 1.375em;
  color: #f26f21;
  padding-left: 12px;
  cursor: pointer;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .business-model .col-network .more {
    margin-top: 14px;
  }
}

.business-model .col-network ul {
  list-style-type: disc;
  max-width: 310px;
  margin: 0 auto;
  font-size: 1.3125em;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .business-model .col-network ul li {
    margin-top: 16px;
  }
}

@media screen and (max-width: 991px) {
  .business-model .col-network ul li {
    margin-bottom: 16px;
  }
}

.business-model .col-network a[aria-expanded="true"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.business-model .col-network a[aria-expanded="true"] span {
  display: none;
}

.business-model .col-network a[aria-expanded="true"]:after {
  font-size: 1.375em;
  color: #f26f21;
  padding-left: 12px;
  cursor: pointer;
  content: "Less <";
}

.business-model .col-network a[aria-expanded="true"].tc:after {
  content: "顯示更少 <";
}

.business-model .col-network a[aria-expanded="true"].sc:after {
  content: "显示更少 <";
}

.title-spacing {
  margin-right: 4px;
}

@media screen and (min-width: 992px) {
  .title-spacing {
    margin-right: 8px;
  }
}

@media screen and (min-width: 992px) {
  .indent-container .col-network .title {
    margin-top: 4px;
  }
}

@media screen and (max-width: 991px) {
  .networks {
    padding-bottom: 0;
  }
}

.networks .subtitle {
  margin-bottom: 107px;
}

@media screen and (max-width: 991px) {
  .networks .subtitle {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 992px) {
  .networks .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .networks .row .col-lg-5 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 991px) {
  .networks .row .col-lg-5 .col:nth-child(odd) .item {
    margin-right: 0;
    margin-left: auto;
  }
  .networks .row .col-lg-5 .col:nth-child(even) .item {
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .networks .row .col-lg-7 {
    padding-left: 80px;
  }
}

.networks .item {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .networks .item {
    margin-bottom: 54px;
    max-width: 200px;
  }
}

.networks .item .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #928475;
  width: 173px;
  height: 173px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .networks .item .thumbnail {
    max-width: 100%;
    position: relative;
    height: 100%;
  }
  .networks .item .thumbnail:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.networks .item .thumbnail img {
  position: absolute;
  visibility: hidden;
}

.networks .item .title {
  font-size: 1.625em;
  font-family: "Lato-bold", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .networks .item .title {
    font-size: 1.4em;
  }
}

.networks .item .txt {
  font-size: 1.25em;
  line-height: 120%;
  max-width: 165px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .networks .item .txt {
    font-size: 1em;
  }
}

.networks .desc {
  background-color: #fff8f4;
  font-size: 1.25em;
  line-height: 150%;
  padding: 73px 85px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .networks .desc {
    padding: 37px 0 116px 0;
    font-size: 1em;
    line-height: 175%;
  }
  .networks .desc:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    width: calc(100% + 48px);
    height: 100%;
    background-color: #fff8f4;
    z-index: -1;
  }
}
/*# sourceMappingURL=extensive_networks.css.map */