@font-face {
  font-family: 'Noto_Sans_TC';
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins Lighter';
  src: url("fonts/Poppins/Poppins-Light.woff") format("woff"), url("fonts/Poppins/Poppins-Light.ttf") format("opentype"), url("fonts/Poppins/Poppins-Light.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Kaushan Script';
  src: url("fonts/Kaushan_Script/KaushanScript-Regular.ttf") format("opentype"); }
*::-webkit-scrollbar {
  height: 5px;
  width: 12px;
  background-color: #f0f0f0;
  border-radius: 6px; }

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 0; }

html {
  padding: 0 !important;
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif; }

body {
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #999 !important;
  counter-reset: num;
  min-height: 900px; }
  @media (min-width: 769px) {
    body {
      font-size: 18px; } }
  body p, body ul, body li {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0.07rem; }
  body a {
    text-decoration: none;
    transition: all 0.2s ease-in; }
  body mark, body .mark {
    color: #ffff00 !important;
    padding: 0;
    font-weight: bold;
    background-color: transparent !important;
    margin: 0 0.2rem; }
  body .imp {
    color: red;
    font-size: 1.25rem; }
  body .btn {
    padding: 0.8rem 1.8rem 0.6rem 1.8rem;
    font-size: 1rem;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s linear; }
  body .btn-none {
    border: 0;
    background-color: transparent;
    border-radius: 0; }
  body .btn-video {
    border-radius: 45px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%; }
    body .btn-video img {
      width: 100%;
      height: auto;
      transition: all 0.3s linear; }
    body .btn-video .play-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-video .play-icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon i {
        color: #1d2088;
        font-size: 2rem;
        z-index: 1; }
    body .btn-video:hover, body .btn-video:active, body .btn-video:focus {
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover .play-icon:before, body .btn-video:active .play-icon:before, body .btn-video:focus .play-icon:before {
        background-color: white; }
      body .btn-video:hover .play-icon:after, body .btn-video:active .play-icon:after, body .btn-video:focus .play-icon:after {
        box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover img, body .btn-video:active img, body .btn-video:focus img {
        transform: scale(1.1); }
  body .btn-hollow {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 16px rgba(255, 255, 0, 0.4);
    border-radius: 50px;
    color: #666;
    padding: 0.2rem 0.3rem 0.2rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem; }
    body .btn-hollow i {
      background-color: white;
      border-radius: 50px;
      color: #666;
      width: 30px;
      height: 30px;
      margin-left: 1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s linear; }
    @media (min-width: 769px) {
      body .btn-hollow {
        padding: 0.2rem 0.3rem 0.2rem 1.8rem;
        font-size: 1rem; }
        body .btn-hollow i {
          margin-left: 2rem;
          width: 40px;
          height: 40px; } }
    body .btn-hollow:hover, body .btn-hollow:active, body .btn-hollow:focus {
      background-color: #ffff00 !important;
      color: #1d2088 !important;
      border: 1px solid #ffff00 !important; }
      body .btn-hollow:hover i, body .btn-hollow:active i, body .btn-hollow:focus i {
        color: #1d2088 !important;
        background-color: white; }
  body .btn-more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 2.5rem;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    z-index: 9; }
    body .btn-more i {
      font-size: 1.2rem;
      color: #999;
      transition: all 0.3s linear; }
      body .btn-more i:before {
        transition: all 0.3s linear; }
    body .btn-more:hover, body .btn-more:active, body .btn-more:focus {
      background-color: white;
      border: 1px solid white; }
      body .btn-more:hover i, body .btn-more:active i, body .btn-more:focus i {
        color: #1d2088; }
    @media (min-width: 992px) {
      body .btn-more {
        width: 45px;
        height: 45px;
        top: 4.5rem; }
        body .btn-more i {
          font-size: 1.4rem; } }
  body .btn-more-light {
    background-color: white;
    color: #666;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 1.8rem; }
    body .btn-more-light i {
      background-color: white;
      border-radius: 50px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-more-light i:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-color: #f0f0f0;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        z-index: -1;
        transition: all 0.3s linear; }
    body .btn-more-light:hover, body .btn-more-light:active, body .btn-more-light:focus {
      color: #1d2088;
      background-color: white;
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-more-light:hover i, body .btn-more-light:active i, body .btn-more-light:focus i {
        background-color: white;
        color: #ffff00; }
        body .btn-more-light:hover i:after, body .btn-more-light:active i:after, body .btn-more-light:focus i:after {
          background-color: #1d2088; }
  body .btn-download {
    background-color: white;
    color: #999;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.3rem 1.8rem; }
    body .btn-download i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      color: #666;
      font-size: 1.25rem;
      transition: all 0.3s linear; }
    body .btn-download:hover, body .btn-download:active, body .btn-download:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-download:hover i, body .btn-download:active i, body .btn-download:focus i {
        background-color: #1d2088;
        color: white; }
  body .btn-compare {
    background-color: #4e50af;
    color: white;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 1.5rem 0.3rem 0.3rem; }
    body .btn-compare i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      position: relative;
      z-index: 0;
      color: #666;
      transition: all 0.3s linear; }
    body .btn-compare:hover, body .btn-compare:active, body .btn-compare:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-compare:hover i, body .btn-compare:active i, body .btn-compare:focus i {
        background-color: #1d2088;
        color: white; }
  body .btn-inquiry {
    background-color: #1d2088;
    color: white;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.3rem 1.5rem; }
    body .btn-inquiry i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 1rem;
      position: relative;
      z-index: 0;
      color: #666;
      transition: all 0.3s linear; }
    body .btn-inquiry:hover, body .btn-inquiry:active, body .btn-inquiry:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-inquiry:hover i, body .btn-inquiry:active i, body .btn-inquiry:focus i {
        background-color: #1d2088;
        color: white; }
  body .link-img {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.3s linear; }
    body .link-img p {
      position: absolute;
      left: 2rem;
      bottom: 1rem;
      font-size: 1.3rem;
      color: white; }
    body .link-img img {
      transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      body .link-img {
        border-radius: 45px; }
        body .link-img p {
          bottom: 2rem;
          font-size: 1.67rem; } }
    body .link-img:hover, body .link-img:active, body .link-img:focus {
      box-shadow: none; }
      body .link-img:hover img, body .link-img:active img, body .link-img:focus img {
        transform: scale(1.1); }

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important; }
  @media (min-width: 769px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 2.5) !important; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 3.5) !important; } }

.vision, .box-other {
  padding: 3rem 0; }
  .vision .block-title, .box-other .block-title {
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #666;
    display: inline-flex;
    align-items: center;
    font-weight: normal; }
    .vision .block-title:after, .box-other .block-title:after {
      margin-left: 15px;
      width: 60px;
      height: 2px;
      content: "";
      background-color: #ffff00; }
  .vision .block-title2, .box-other .block-title2 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #1d2088;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .vision .block-title3, .box-other .block-title3 {
    font-size: 1.1rem;
    font-weight: normal;
    color: red;
    text-transform: capitalize;
    margin-bottom: 1rem; }
  .vision .slogan-grey, .box-other .slogan-grey {
    font-size: 1.8rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 2rem;
    line-height: 1em; }
  @media (min-width: 769px) {
    .vision .block-title, .box-other .block-title {
      font-size: 1.35rem; }
    .vision .block-title2, .box-other .block-title2 {
      font-size: 1.9rem; }
    .vision .slogan-grey, .box-other .slogan-grey {
      font-size: 2.4rem;
      font-weight: bold;
      font-style: italic;
      text-transform: uppercase;
      margin: 1.5rem 0; } }
  @media (min-width: 992px) {
    .vision, .box-other {
      padding: 4.5rem 0; }
      .vision .block-title, .box-other .block-title {
        font-size: 1.67rem; }
      .vision .block-title2, .box-other .block-title2 {
        font-size: 2.3rem; }
      .vision .block-title3, .box-other .block-title3 {
        font-size: 1rem;
        font-weight: normal;
        color: red;
        text-transform: capitalize;
        margin-bottom: 1rem; }
      .vision .slogan-grey, .box-other .slogan-grey {
        font-size: 2.9rem;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase; } }
  @media (min-width: 1200px) {
    .vision .block-title, .box-other .block-title {
      font-size: 1.85rem; }
    .vision .slogan-grey, .box-other .slogan-grey {
      font-size: 3rem; } }
  @media (min-width: 1680px) {
    .vision .slogan-grey, .box-other .slogan-grey {
      font-size: 3.5rem; } }

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh; }
  .modal .modal-dialog .modal-content {
    border: 0; }
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0; }

.organization {
  display: flex;
  align-items: center; }
  .organization ul {
    margin: 0;
    padding: 0;
    width: 100%; }
    .organization ul li {
      list-style: none;
      background-color: #f0f0f0;
      padding: 1rem 2rem;
      border-radius: 45px;
      margin-bottom: 1rem;
      line-height: 1em;
      height: 60px;
      display: flex;
      align-items: center; }
      .organization ul li:last-child {
        margin-bottom: 1rem; }
        @media (min-width: 769px) {
          .organization ul li:last-child {
            margin-bottom: 0; } }
      .organization ul li img {
        width: 60px;
        height: auto;
        margin: 0 1rem 0 0; }
  .organization .col-12:first-child ul li {
    justify-content: flex-start; }
  .organization .col-12:last-child ul li {
    justify-content: flex-start; }
  @media (min-width: 769px) {
    .organization .col-12:first-child ul li {
      justify-content: space-between;
      flex-direction: row-reverse; }
      .organization .col-12:first-child ul li img {
        margin: 0 0 0 1rem; } }

.vision .row .text {
  padding: 3rem 1.5rem 1rem 1.5rem; }
  @media (min-width: 992px) {
    .vision .row .text {
      padding: 1rem 5rem; } }
  .vision .row .text p:last-child {
    margin-bottom: 0; }
.vision .row:nth-child(odd) img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0;
  overflow: hidden; }
  @media (min-width: 769px) {
    .vision .row:nth-child(odd) img {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; } }
.vision .row:nth-child(even) {
  flex-direction: row-reverse; }
  .vision .row:nth-child(even) img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    overflow: hidden; }
    @media (min-width: 769px) {
      .vision .row:nth-child(even) img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; } }

/*Technical*/
.tech-list a {
  background-color: #f0f0f0;
  border-radius: 35px;
  margin: 0;
  height: 100%;
  position: relative;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  transition: all 0.3s linear; }
  .tech-list a:before {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    content: "\F64D";
    background-color: #1d2088;
    border-radius: 50%;
    font-family: "Bootstrap-icons";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff00;
    z-index: 5;
    transition: all 0.3s linear; }
.tech-list img {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: auto;
  display: flex;
  margin: 1rem auto;
  z-index: 2;
  transition: all 0.3s linear; }
.tech-list .tech-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1d2088;
  text-transform: uppercase;
  margin: 0;
  padding: 1rem 1.5rem;
  text-align: center;
  transition: all 0.3s linear; }
  @media (min-width: 992px) {
    .tech-list .tech-name {
      font-size: 1.4rem;
      font-weight: normal;
      text-align: left; } }
  @media (min-width: 1200px) {
    .tech-list .tech-name {
      font-size: 1.7rem; } }
.tech-list:hover a, .tech-list:active a, .tech-list:focus a {
  background-color: #1d2088;
  box-shadow: none; }
  .tech-list:hover a .tech-name, .tech-list:active a .tech-name, .tech-list:focus a .tech-name {
    color: white; }
  .tech-list:hover a img, .tech-list:active a img, .tech-list:focus a img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25)); }
  .tech-list:hover a:before, .tech-list:active a:before, .tech-list:focus a:before {
    background-color: #ffff00;
    color: #1d2088; }

.main-box {
  display: flex;
  flex-direction: column-reverse; }
  .main-box .tech-title {
    font-size: 2.5rem;
    color: #1d2088;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .main-box .tech-tips {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #333; }
    .main-box .tech-tips ol {
      margin: 0;
      padding: 0;
      counter-reset: list-counter; }
      .main-box .tech-tips ol li {
        position: relative;
        counter-increment: list-counter;
        list-style: none;
        font-style: italic;
        padding-left: 40px;
        margin-bottom: 0.5rem;
        font-size: 1.3rem;
        font-weight: bold; }
        .main-box .tech-tips ol li:last-child {
          margin-bottom: 0; }
        .main-box .tech-tips ol li:before {
          content: counter(list-counter);
          font-weight: bold;
          font-style: italic;
          margin-right: 10px;
          position: absolute;
          width: 30px;
          height: 30px;
          left: 0;
          top: 0;
          background-color: red;
          border-radius: 35px;
          color: white;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
  @media (min-width: 769px) {
    .main-box {
      display: flex;
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .main-box .tech-title {
      font-size: 4rem;
      margin-bottom: 2.5rem; }
    .main-box .tech-tips ol li {
      margin-bottom: 1.5rem;
      padding-left: 50px; }
      .main-box .tech-tips ol li:before {
        width: 40px;
        height: 40px;
        top: -0.5rem; } }
  .main-box .main-pic {
    margin-bottom: 2rem; }
    @media (min-width: 1200px) {
      .main-box .main-pic {
        margin-bottom: 0; } }

.box-other {
  border-bottom: 1px dashed #cdcdcd; }
  .box-other img {
    max-width: 100%;
    height: auto;
    display: flex;
    margin: 2.5rem auto; }

.btn-group .btn-light {
  color: #999;
  border: 1px solid #f0f0f0;
  background-color: white;
  padding: 0.5rem 1rem; }
.btn-group a:first-child .btn-light {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  padding: 0.5rem 1rem 0.5rem 1.5rem; }
.btn-group a:last-child .btn-light {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: 0;
  padding: 0.5rem 1.5rem 0.5rem 1rem; }
.btn-group a:hover .btn-light, .btn-group a:active .btn-light, .btn-group a:focus .btn-light {
  box-shadow: 0 0 16px rgba(255, 255, 0, 0.3);
  color: #1d2088; }
