body {
  font-size: 16px;
  font-family: 'Noto Sans TC' ,'Heiti TC', 'Microsoft JhengHei', Helvetica, Arial, sans-serif !important;
  color: #333;
}

header {
  width: 100%;
  text-align: center;
}

header h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

header span {
  display: block;
  width: 110px;
  height: 3px;
  background-color: #2382C5;
  margin: 0 auto;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}

.layer01 {
  width: 100%;
  height: 80px;
}

.layer01 .sitelogo {
  width: 100%;
}

.layer01 .sitelogo img {
  width: 100%;
}

.layer02 {
  width: 100%;
  height: 50px;
  background-color: #2382C5;
}

.layer02 .container {
  height: 50px;
}

.layer02 .container .nav {
  -ms-grid-column-align: center;
      justify-self: center;
  height: 50px;
  color: #fff;
}

.layer02 .container .nav-link {
  line-height: 1rem;
  padding: 0.4750rem 1rem 0.4rem;
  border: 1px solid #fff;
  border-radius: 0.9375rem;
  margin: 0 0.625rem;
  opacity: 0.8;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.layer02 .container .nav-link:hover {
  opacity: 1;
}

.layer02 .container .active {
  color: #2382C5;
  background-color: #fff;
  opacity: 1;
}

.layer02 .container .mobile-btn {
  display: none;
}

.layer02 .container .mobile-close-btn {
  display: none;
}

.layer02 .row {
  position: relative;
}

.layer02 .share-wrapper {
  position: absolute;
  top: 0;
  left: calc(50% + 420px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layer02 .share-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.layer02 .share-fb {
  background-image: url(../imgs/share-fb.svg);
}

.layer02 .share-line {
  background-image: url(../imgs/share-line.svg);
}

.layer02 .share-twitter {
  background-image: url(../imgs/share-twitter.svg);
}

.super-headline {
  padding: 1rem 0rem;
  height: 408px;
  background-color: #1C75BC;
  background-image: url(../imgs/headline-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.super-headline .text-holder {
  color: #fff;
}

.super-headline .text-holder h2 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 3.75em;
  margin-bottom: 1rem;
}

.super-headline .text-holder span {
  display: block;
  width: 110px;
  height: 3px;
  background-color: #2382C5;
  margin-bottom: 1rem;
}

.super-headline .text-holder p {
  font-size: 1rem;
  line-height: 1.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 8.75em;
}

.super-headline .text-holder button {
  line-height: 1rem;
  color: #1a1a1a;
  border: none;
  border-radius: 3px;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.super-headline .text-holder button:hover {
  color: #fff;
  background-color: #2382C5;
}

.super-headline .img-holder {
  width: 100%;
}

.super-headline .img-holder img {
  width: 100%;
  max-width: 728px;
  height: auto;
}

.headline {
  padding: 5rem 0rem;
}

.headline .row {
  position: relative;
}

.headline .middle-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #999999;
}

.headline .card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headline .card:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}

.headline h5 {
  font-weight: bold;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}

.headline p {
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.5em;
}

.headline .right-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.headline .right-article .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.3125rem;
}

.headline .right-article .card .img-holder {
  width: 100%;
  max-width: 220px;
  height: 205px;
  text-align: center;
  overflow: hidden;
}

.headline .right-article .card .img-holder img {
  width: auto;
  height: 100%;
}

.headline .right-article .card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 220px);
          flex: 1 1 calc(100% - 220px);
  padding: 0rem 0rem 0rem 0.625rem;
}

.headline .right-article .card .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 3.8em;
}

.headline button {
  border-color: #CDCDCD;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 0.325rem 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.headline button:hover {
  color: #fff;
  background-color: #2382C5;
  border-color: #2382C5;
}

section.sales {
  padding: 3rem 0rem;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
  background-color: #f5f5f5;
}

section.sales header {
  margin-bottom: 2rem;
}

section.sales .card {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.sales .card span {
  color: #fff;
  font-size: 0.9275rem;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.sales .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.sales .card:hover span {
  border-width: 3px;
}

section.sales .card-body {
  background-color: #3C3C3C;
  color: #fff;
}

section.sales .card-body h5 {
  width: 100%;
  color: #5FC5ED;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}

section.sales .card-body p {
  font-size: 1rem;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}

section.sales .img-holder {
  position: relative;
}

section.sales .img-holder img {
  width: 100%;
}

section.sales .img-holder span {
  position: absolute;
  bottom: 10px;
  left: 12px;
}

section.sales .big-card {
  position: relative;
  width: 100%;
  min-height: 380px;
  margin: 15px auto;
  padding: 0rem 0 40px;
}

section.sales .big-card .img-holder {
  position: absolute;
  width: 57%;
  left: 0;
  top: 10%;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

section.sales .big-card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  color: #fff;
  background: #3C3C3C;
  padding: 25px 25px 25px 20%;
  margin-left: 40%;
}

section.sales .big-card h5 {
  margin-bottom: 0;
}

section.sales .big-card p {
  width: 100%;
  font-size: 0.9275rem;
  letter-spacing: 0.125rem;
  line-height: 1.5em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}

section.sales .big-card .btn-holder {
  width: 100%;
}

section.sales button {
  color: #fff;
  border-color: #f5f5f5;
  border-radius: 3px;
  background-color: #3C3C3C;
  padding: 0.325rem 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.sales button:hover {
  color: #fff;
  background-color: #2382C5;
  border-color: #2382C5;
}

section.solution {
  padding: 2rem 0 0;
}

section.solution header {
  margin-bottom: 2rem;
}

section.solution .nav-tabs {
  width: 100%;
  border-bottom: none;
}

section.solution .nav-tabs .nav-item {
  width: 25%;
  text-align: center;
  margin-bottom: 0;
}

section.solution .nav-tabs .nav-link {
  color: #5C5C5C;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.solution .nav-tabs .nav-link:hover {
  opacity: 0.85;
  background-color: #454545;
  color: #eee;
}

section.solution .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

section.solution .tab-content {
  width: 100%;
  height: 500px;
  background-color: #202020;
}

section.solution .tab-pane {
  height: 100%;
  padding: 1.875rem 0rem;
  background-position: center;
  background-repeat: no-repeat;
}

section.solution #primebusiness {
  background-image: url(../imgs/solution-bg-01.jpg);
}

section.solution #mobility {
  background-image: url(../imgs/solution-bg-02.jpg);
}

section.solution #document {
  background-image: url(../imgs/solution-bg-03.jpg);
}

section.solution #designer {
  background-image: url(../imgs/solution-bg-04.jpg);
}

section.solution .container {
  height: 100%;
}

section.solution .row {
  height: 100%;
}

section.solution .left-arrow, section.solution .right-arrow, section.solution .carousel-indicators {
  display: none;
}

section.solution .card {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem 0.625rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.solution .card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.solution h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
}

section.solution .img-holder {
  width: 100%;
}

section.solution .img-holder img {
  width: 100%;
  height: auto;
}

section.solution .card-body {
  padding: 0.625rem 0rem;
}

section.solution p {
  color: #fff;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

section.solution .button {
  font-size: 0.8125rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.125rem 1.5rem;
  border-radius: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

section.solution .button:hover {
  color: #fff;
  background-color: #2382C5;
  border-color: #62b9f8;
}

footer {
  height: 30px;
  background-color: #E3E3E3;
}

footer .container, footer .row {
  height: 100%;
}

footer a {
  display: block;
  color: #333333;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.3125rem 1.5rem;
}

footer a:hover {
  text-decoration: none;
}

footer span {
  display: block;
  height: 18px;
  width: 1px;
  background-color: #333333;
  margin-top: 6px;
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-image: url(../imgs/backtotop.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.modal {
  z-index: 10000;
}

.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.modal .modal-body {
  padding: 1.5rem;
}

.modal .modal-body span {
  display: block;
  width: 20%;
  height: 2px;
  background-color: #2382C5;
  margin: 1rem 0;
}

.modal .img-holder {
  width: 100%;
  margin-bottom: 1rem;
}

.modal .img-holder img {
  width: 100%;
}

.modal h5 {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
}

.modal p {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .super-headline {
    height: auto;
    background-image: url(../imgs/headline-bg-tablet.png);
    background-size: cover;
  }
  .super-headline .text-holder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 2rem;
  }
  .super-headline .text-holder h2 {
    line-height: 1.25em;
    -webkit-line-clamp: 2;
    height: 2.5em;
  }
  .super-headline .text-holder p {
    line-height: 1.75em;
    -webkit-line-clamp: 3;
    height: 5.25em;
  }
  .super-headline .img-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .layer02 .share-wrapper {
    position: relative;
    top: initial;
    left: initial;
  }
  .headline .middle-line {
    display: none;
  }
  .headline .card {
    margin-bottom: 1rem;
  }
  section.sales .big-card {
    min-height: auto;
    padding: 0;
  }
  section.sales .big-card .img-holder {
    position: relative;
    width: 100%;
    left: initial;
    top: initial;
  }
  section.sales .big-card .card-body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1.25rem;
  }
  section.sales .big-card .card-body span {
    position: absolute;
    top: -40px;
    background-color: rgba(60, 60, 60, 0.75);
    padding: 0.25rem 1rem;
    border-bottom: unset;
  }
  section.sales .card {
    margin-bottom: 1rem;
  }
  section.sales .img-holder span {
    background-color: rgba(60, 60, 60, 0.75);
    padding: 0.25rem 1rem;
    border-bottom: unset;
    bottom: 20px;
    left: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .layer01 {
    height: 41px;
    background-color: #fff;
  }
  .layer01 .sitelogo {
    width: 300px;
  }
  .layer02 {
    height: 30px;
  }
  .layer02 .container {
    height: 100%;
  }
  .layer02 .container .nav {
    height: auto;
  }
  .layer02 .container .nav-link {
    margin: 0.625rem auto;
  }
  .layer02 .container .mobile-btn {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../imgs/mobile-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 999;
  }
  .layer02 .container .mobile-close-btn {
    width: 30px;
    height: 30px;
    background-image: url(../imgs/mobile-close-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 998;
  }
  .layer02 .desktop-nav {
    display: none;
  }
  .layer02 .share-wrapper {
    display: none;
    text-align: center;
  }
  .layer02 .mobile-nav {
    display: block;
    position: absolute;
    top: -10px;
    left: 15px;
    background: #398fcc;
    width: 100vw;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
  }
  .headline .right-article .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .headline .right-article .card .img-holder {
    max-width: 100%;
    overflow: initial;
  }
  .headline .right-article .card .img-holder img {
    width: 100%;
    height: auto;
  }
  .headline .right-article .card .card-body {
    padding: 1.25rem;
  }
  section.solution .mobile-carousel {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
  }
  section.solution .nav-tabs .nav-link {
    font-size: 0.875rem;
    padding: 0.25rem;
  }
  section.solution .left-arrow, section.solution .right-arrow {
    display: block;
  }
  section.solution .row {
    position: relative;
  }
  section.solution .card-holder {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section.solution .arrow {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.solution .left-arrow {
    left: 20px;
    background-image: url(../imgs/left-arrow.svg);
  }
  section.solution .right-arrow {
    display: none;
    right: 20px;
    background-image: url(../imgs/right-arrow.svg);
  }
  section.solution .indicators {
    display: none;
  }
  section.solution .img-holder {
    width: 80%;
    margin: 0 auto;
  }
  footer a {
    padding: 0.3125rem 1rem;
  }
  .backtotop {
    bottom: 15px;
    right: 10px;
    width: 38px;
    height: 38px;
    background-size: contain;
  }
  .modal .modal-content {
    height: calc(100vh - 120px);
    margin-top: 60px;
  }
  .modal .modal-body {
    overflow-y: scroll;
  }
}
/*# sourceMappingURL=style.css.map */