*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background-color: #f2f2f2;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #354c8b;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  counter-reset: benefit workflow;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #354c8b;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

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

.focus .item .title, .focus .item .subtitle, .event-list .event .year, .btn-others, .btn, .block-title3, .block-title2, .block-subtitle, .block-title {
  font-family: "Titillium Web", Arial, "Noto Sans TC", sans-serif !important;
}

.about, .future, .tech {
  padding: 3.5em 0;
}
@media (min-width: 1200px) {
  .about, .future, .tech {
    padding: 4.5em 0;
  }
}

.block-title {
  font-size: 1.85em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
  color: #354c8b;
}

.block-subtitle {
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 3em;
  color: #999;
}

.block-title2 {
  font-size: 1.65em;
  line-height: 1.3;
  margin-bottom: 1.3em;
  font-weight: bold;
  color: #354c8b;
  text-transform: uppercase;
}

.block-title3 {
  font-size: 1.65em;
  line-height: 1.3;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #354c8b;
}

.block-title4 {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #00ccff;
  text-transform: uppercase;
}

.block-title5 {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #999;
  font-style: italic;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .block-title {
    font-size: 2.45em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.1em;
  }
  .block-title3 {
    font-size: 1.6em;
  }
  .block-title5 {
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.7em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.2em;
  }
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
  .block-title2,
  .block-title4,
  .block-title5 {
    font-size: 2.67em;
  }
  .block-title3 {
    font-size: 2em;
  }
}
.btn-play {
  border-radius: 8px;
}
@media (min-width: 769px) {
  .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .btn-play {
    border-radius: 18px;
  }
}
@media (min-width: 1680px) {
  .btn-play {
    border-radius: 26px;
  }
}

.focus .item {
  border-radius: 3px;
}
@media (min-width: 992px) {
  .focus .item {
    border-radius: 7px;
  }
}
@media (min-width: 1680px) {
  .focus .item {
    border-radius: 10px;
  }
}

.future .items .img-wrapper, .tech .items .img-wrapper {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 0;
}

.btn {
  border-radius: 50px !important;
  padding: 0.6em 1.3em 0.6em 0.6em !important;
  border: 0 !important;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1.6em;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.4em 0.9em !important;
  font-size: 0.9em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #666 !important;
  font-size: 1em;
  text-transform: capitalize;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #354c8b !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #354c8b;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(53, 76, 139, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-others {
  background-color: white;
  border: 1px solid #cccccc;
  color: #999;
  padding: 0.6em 1.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  min-width: 160px;
  transition: all 0.3s linear;
}
.btn-others:after {
  display: inline-flex;
  content: "\f282";
  font-family: "Bootstrap-icons";
  border: 0;
  font-size: 0.7em;
  margin-left: 1em;
}
.btn-others:hover {
  color: #354c8b;
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #00ccff !important;
  border: 1px solid #00ccff !important;
}

.btn-light {
  border: 0;
  color: #354c8b;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #354c8b;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-primary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-primary:hover i, .btn-primary:active i, .btn-primary:focus i, .btn-primary.show i {
  color: white !important;
}
.btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after, .btn-primary.show:after {
  left: 0;
}

.btn-secondary {
  border: 0;
  color: white;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-secondary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-secondary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #999;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-secondary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #354c8b;
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-secondary:hover i, .btn-secondary:active i, .btn-secondary:focus i, .btn-secondary.show i {
  color: white !important;
}
.btn-secondary:hover:after, .btn-secondary:active:after, .btn-secondary:focus:after, .btn-secondary.show:after {
  left: 0;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.btn-more {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 1.5em !important;
}
.btn-more i {
  font-size: 1em;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-more-sm {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  padding: 0.25em 0.8em !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  text-transform: uppercase;
}
.btn-more-sm i {
  font-size: 1em;
}
.btn-more-sm:hover, .btn-more-sm:active, .btn-more-sm:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #354c8b !important;
}

.text-primary {
  color: #354c8b !important;
}

.text-light {
  color: white !important;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

/*404 Page*/
.error-page .logo-error {
  width: auto;
  height: 80px;
  margin-top: 3em;
}
.error-page .error-title {
  font-size: 6.5rem;
  font-weight: bold;
  color: #00ccff;
  line-height: 1;
  margin-bottom: 0;
}
.error-page .error-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #999;
}
@media (min-width: 992px) {
  .error-page .logo-error {
    height: 100px;
  }
  .error-page .error-title {
    font-size: 9rem;
  }
  .error-page .error-subtitle {
    font-size: 3.4rem;
  }
}

.about {
  position: relative;
}
.about:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bg-index-about1.jpg);
  background-size: 120% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgb(0, 0, 0) 65%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  z-index: -1;
}
@media (min-width: 769px) {
  .about:before {
    background-size: cover;
    background-position: left bottom;
    background-attachment: fixed;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 45%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgb(0, 0, 0) 45%);
  }
}

.focus .item {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5em;
  height: 100%;
}
.focus .item .icon {
  width: 65px;
  height: auto;
  filter: invert(28%) sepia(19%) saturate(3460%) hue-rotate(196deg) brightness(84%) contrast(80%);
  margin-bottom: 1em;
}
.focus .item .title {
  font-size: 0.9em;
  color: #354c8b;
  font-weight: bold;
}
.focus .item .subtitle {
  font-size: 1.3em;
  color: #333;
  font-weight: bold;
}
@media (min-width: 992px) {
  .focus .item {
    background-color: transparent;
    padding: 0;
  }
  .focus .item .icon {
    width: 85px;
    height: auto;
  }
  .focus .item .title {
    font-size: 1em;
    letter-spacing: 0.1em;
  }
  .focus .item .subtitle {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .focus .item .subtitle {
    font-size: 1.67em;
  }
}

.future .block-subtitle {
  font-family: inherit !important;
}
.future .items {
  margin-bottom: 4.5em;
}
.future .items .img-wrapper {
  overflow: hidden;
}
.future .items .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.future .items .caption {
  font-size: 1.67em;
  color: #222222;
  font-style: italic;
  margin-bottom: 1em;
  font-weight: bold;
}
.future .items:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .future .items .caption {
    font-size: 1.25em;
  }
  .future .items:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .future .items .caption {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .future .items .caption {
    font-size: 1.67em;
  }
}

.event-list .event {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 2em;
  transition: all 0.3s linear;
}
.event-list .event .year {
  font-weight: bold;
  font-size: 2.67em;
  margin-bottom: 0.8em;
  transition: all 0.3s linear;
}
.event-list .event:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: calc(100% - 30px);
  content: "";
  background-color: #cccccc;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s linear;
}
.event-list .event:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  content: "";
  background-color: #cccccc;
  transform: translateX(-50%);
  opacity: 1;
  transition: all 0.3s linear;
}
.event-list .event:hover {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.5);
}
.event-list .event:hover:before {
  opacity: 0;
}
.event-list .event:hover:after {
  opacity: 0;
}
.event-list .event:hover .year {
  color: #00ccff;
}
.event-list .col-12.col-md-6.col-xl-4:first-child {
  width: 100% !important;
  margin-bottom: 0.5em;
}
.event-list .col-12.col-md-6.col-xl-4:first-child .event {
  color: white !important;
  padding: calc(250px + 2em) 2em 2em 2em;
}
.event-list .col-12.col-md-6.col-xl-4:first-child .event:before {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background-image: url(../images/history1.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
  top: 0;
  transform: none;
}
.event-list .col-12.col-md-6.col-xl-4:first-child .event:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: 33.33333333% auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #354c8b;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  transform: none;
  z-index: -1;
  opacity: 1;
}
@media (min-width: 769px) {
  .event-list .col-12.col-md-6.col-xl-4:first-child .event {
    padding: 3em 3em 3em calc(33.33333333% + 4em);
  }
  .event-list .col-12.col-md-6.col-xl-4:first-child .event:before {
    width: calc(33.33333333% - 15px);
    height: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
  }
  .event-list .col-12.col-md-6.col-xl-4:first-child .event:after {
    width: calc(66.66666667% - 15px);
    height: calc(100% - 30px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .event-list .col-12.col-md-6.col-xl-4:first-child .event {
    padding: 4em 22% 4em calc(33.33333333% + 4em);
  }
  .event-list .col-12.col-md-6.col-xl-4:first-child .event:after {
    background-image: url(../images/history2.png);
  }
}
.event-list .col-12.col-md-6.col-xl-4:first-child .event:hover {
  background-color: transparent;
  box-shadow: none;
}
.event-list .col-12.col-md-6.col-xl-4:first-child .event:hover:after {
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.5);
}

.tech .block-subtitle {
  font-family: inherit !important;
}
.tech .items {
  margin-bottom: 4.5em;
}
.tech .items .img-wrapper {
  overflow: hidden;
}
.tech .items .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tech .items .caption {
  font-size: 1.67em;
  color: #222222;
  font-style: italic;
  margin-bottom: 1em;
  font-weight: bold;
}
.tech .items:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .tech .items .caption {
    font-size: 1.25em;
  }
  .tech .items:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .tech .items .caption {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .tech .items .caption {
    font-size: 1.67em;
  }
}

.min-img {
  margin: 3.5em auto;
  display: flex;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .min-img {
    max-width: 80%;
  }
}
@media (min-width: 1680px) {
  .min-img {
    max-width: 65%;
  }
}

.title-s {
  font-size: 1.3em;
  font-weight: bold;
  color: #00ccff;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=about.css.map */