*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid #f6f6f6;
  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;
  letter-spacing: 0;
  overflow-x: hidden;
}
@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;
  letter-spacing: 0.08em;
}
@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: #003d89;
  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) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}

.who, .factory, .vision, .tools, .ability {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .who, .factory, .vision, .tools, .ability {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .who, .factory, .vision, .tools, .ability {
    padding: 5em 0;
  }
}

.factory .txt .box, .history-list .container:after {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.btn-secondary, .btn-primary, .block-title5, .block-title4, .block-title3, .block-title2, .block-title-sub {
  font-family: "Work_Sans", Arial, "Noto Sans TC", sans-serif;
}

.error-page .error-title, .history-list .event-list .event-con .event-year, .s-list .s-title:before, .block-title {
  font-family: "Work_Sans_Bold", Arial, "Noto Sans TC", sans-serif;
}

.text-primary {
  color: #003d89 !important;
}

.block-title {
  font-size: 2.5em;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
  line-height: 1;
}
.block-title:before {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 20%;
  height: 5px;
  content: "";
  background-color: white;
}
.block-title:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 40%;
  height: 1px;
  content: "";
  background-color: white;
}
.block-title.primary {
  color: #003d89;
}
.block-title.primary:before, .block-title.primary:after {
  background-color: #003d89;
}
.block-title.title-sm {
  font-size: 2.5em !important;
}
@media (min-width: 769px) {
  .block-title.title-sm {
    font-size: 2.4em !important;
  }
}
@media (min-width: 992px) {
  .block-title.title-sm {
    font-size: 2.6em !important;
  }
}
@media (min-width: 1200px) {
  .block-title.title-sm {
    font-size: 2.85em !important;
  }
}
@media (min-width: 1680px) {
  .block-title.title-sm {
    font-size: 3.33em !important;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 3.4em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 4em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 5.2em;
  }
}

.block-title-sub {
  font-size: 1.7em;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #003d89;
  font-weight: bold;
}
.block-title-sub:before {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 20%;
  height: 5px;
  content: "";
  background-color: #003d89;
}
.block-title-sub:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 40%;
  height: 1px;
  content: "";
  background-color: #003d89;
}
@media (min-width: 769px) {
  .block-title-sub {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title-sub {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  .block-title-sub {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .block-title-sub {
    font-size: 3.33em;
  }
}

.block-title2 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.5em 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.26em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.67em;
  }
}

.block-title3 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.5em 0;
  color: #003d89;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.26em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.67em;
  }
}

.block-title4 {
  display: inline-flex;
  background-color: #003d89;
  color: white;
  font-size: 2em;
  padding: 0.1em 0.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.block-title4.title-sm {
  padding: 0.3em 1em;
  font-size: 1.45em;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 2.6em;
  }
  .block-title4.title-sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 3.2em;
  }
  .block-title4.title-sm {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 4em;
  }
  .block-title4.title-sm {
    font-size: 2.67em;
  }
}

.block-title5 {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2em;
  }
}

.btn-primary img {
  filter: invert(13%) sepia(60%) saturate(4757%) hue-rotate(202deg) brightness(91%) contrast(104%);
}

.vision .v-box .v-icon, .s-list .s-icon img, .btn-secondary img {
  filter: invert(46%) sepia(46%) saturate(4550%) hue-rotate(1deg) brightness(103%) contrast(104%);
}

.btn-secondary:hover img, .btn-secondary:active img, .btn-secondary:focus img, .btn-primary:hover img, .btn-primary:active img, .btn-primary:focus img {
  filter: invert(1) brightness(100);
}

.img-wrap {
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.btn {
  padding: 0.6em 0;
  font-size: 1em;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.7em 0;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.8em 0;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.5em 0.7em !important;
  font-size: 0.9em;
  border-radius: 0;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 0.8em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 0.9em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #003d89 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !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: #003d89;
  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(0, 61, 137, 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-primary {
  position: relative;
  border: 0 !important;
  color: #003d89;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary img {
  width: auto;
  height: 8px;
  margin-left: 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #003d89;
}
.btn-secondary {
  position: relative;
  border: 0 !important;
  color: #ff6600;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary img {
  width: auto;
  height: 8px;
  margin-left: 20px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ff6600;
}
.btn-outline-primary {
  border: 1px solid #003d89;
  color: #003d89;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #003d89 !important;
  border: 1px solid #003d89 !important;
  color: white !important;
}

.btn-search {
  border: 0 !important;
  background-color: #333;
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.btn-send {
  background-color: #003d89;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #ff6600;
  color: White;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*404 Page*/
.error-page .logo-error {
  max-width: 100%;
  width: auto;
  height: 60px;
}
.error-page .error-title {
  font-size: 6.5rem;
  font-weight: bold;
  color: #ff6600;
}
.error-page .error-subtitle {
  font-size: 1.5rem;
  font-weight: normal;
  color: #999;
}
@media (min-width: 992px) {
  .error-page .logo-error {
    height: 80px;
  }
  .error-page .error-title {
    font-size: 12rem;
  }
  .error-page .error-subtitle {
    font-size: 2.2rem;
  }
}

/*Company*/
.who {
  background-color: #f6f6f6;
  background-image: url("../images/about1.png");
  background-position: right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.who .txt {
  background-color: rgba(0, 61, 137, 0.5);
  padding: 1.5em;
  color: white;
}
.who .txt .block-title5 {
  color: white;
}
@media (min-width: 992px) {
  .who {
    margin-top: 8em;
  }
  .who .txt {
    margin-top: -8em;
  }
}
@media (min-width: 1200px) {
  .who {
    background-size: auto 100%;
    background-position: right top;
  }
  .who .txt {
    background-color: transparent;
    padding: 0;
    color: #333;
  }
  .who .txt .block-title5 {
    color: #333;
  }
}

.factory {
  background-image: url("../images/bg-factory.png");
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center top;
  margin-top: 8em;
}
.factory .txt .box {
  background-color: white;
  padding: 1.5em;
  height: 100%;
}
.factory .txt .box .box-title {
  color: #003d89;
  font-weight: bold;
  font-size: 1.33em;
}
.factory .txt .box ul {
  margin: 0;
  padding: 0.5em;
}
.factory .txt .box ul li {
  list-style: none;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}
.factory .txt .box ul li:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #333;
}
.factory .txt .box ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .factory .txt {
    margin-top: -7em;
  }
}
@media (min-width: 992px) {
  .factory {
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

.vision .v-box .v-icon {
  max-width: 110px;
  height: 90px;
}
.vision .v-box .v-title {
  font-size: 1.67em;
  color: #003d89;
  font-weight: bold;
}

.tools {
  background-color: #003d89;
  color: White;
}
@media (min-width: 769px) {
  .tools {
    background-image: url("../images/bg-tools.png");
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .tools {
    background-size: 42% auto;
  }
}
@media (min-width: 1200px) {
  .tools {
    background-size: 38% auto;
  }
}
@media (min-width: 1680px) {
  .tools {
    background-size: 33% auto;
  }
}
@media (min-width: 1680px) {
  .tools .container-fluid {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }
}
.tools .t-list p {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .tools .t-list p {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .tools .t-list p {
    font-size: 1.33em;
  }
}

.ability {
  background-color: #cccccc;
  background-image: url("../images/bg-ability.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
@media (min-width: 992px) {
  .ability {
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .ability .bg-ability {
    padding: 2.5em;
  }
}
.ability .bg-ability {
  position: relative;
  z-index: 1;
  transform: translateY(-5.5em);
}
.ability .bg-ability:after {
  position: absolute;
  content: "";
  background-color: white;
  width: 200%;
  height: 100%;
  top: 50%;
  left: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .ability .bg-ability {
    transform: translateY(-4em);
  }
  .ability .bg-ability:after {
    height: 150%;
    transform: skewX(45deg) translate(-50%, -50%);
  }
}

.history-list .container {
  position: relative;
}
.history-list .container:after {
  position: absolute;
  left: 1.5em;
  top: 9em;
  width: 3px;
  height: calc(100% - 9em);
  content: "";
  background-color: white;
}
@media (min-width: 769px) {
  .history-list .container {
    background-image: url("../images/bg-history.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right 6em;
  }
  .history-list .container:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.history-list .event-list {
  position: relative;
  padding-left: 2em;
  margin-top: 2em !important;
}
.history-list .event-list:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #003d89;
  top: 3.5em;
  left: 0;
  z-index: 3;
}
.history-list .event-list .event-con {
  text-align: start;
  padding: 2.5em;
}
.history-list .event-list .event-con .event-year {
  font-size: 2.6em;
  line-height: 1;
  color: #003d89;
  margin-bottom: 0.25em;
  letter-spacing: 0;
}
.history-list .event-list .event-img {
  padding: 0 2em;
  text-align: left;
}
.history-list .event-list .event-img img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
@media (min-width: 769px) {
  .history-list .event-list {
    padding-left: 0;
    margin-top: 3em !important;
  }
  .history-list .event-list:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .history-list .event-list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .history-list .event-list:nth-child(odd) .event-con {
    text-align: start;
  }
  .history-list .event-list:nth-child(odd) .event-img {
    text-align: end;
  }
  .history-list .event-list .event-con {
    text-align: end;
  }
  .history-list .event-list .event-con .event-year {
    font-size: 3.2em;
  }
}
@media (min-width: 992px) {
  .history-list .event-list:before {
    top: 4.5em;
  }
  .history-list .event-list .event-con {
    padding: 2em 5em;
  }
  .history-list .event-list .event-con .event-year {
    font-size: 4em;
  }
  .history-list .event-list .event-img {
    padding: 0 5em;
  }
}
@media (min-width: 1200px) {
  .history-list .event-list {
    margin-top: 4em !important;
  }
  .history-list .event-list .event-con .event-year {
    font-size: 4.8em;
  }
}
@media (min-width: 1680px) {
  .history-list .event-list {
    margin-top: 5em !important;
  }
  .history-list .event-list .event-con .event-year {
    font-size: 5.5em;
  }
}

.s-list {
  position: relative;
  padding: 2.5em 0 2.5em 3em;
}
.s-list:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-color: white;
  border: 6px solid #ff6600;
  border-radius: 20px;
  z-index: 2;
  transition: all 0.3s linear;
}
.s-list:after {
  position: absolute;
  left: 8px;
  top: 0;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #ff6600;
  z-index: 0;
  transition: all 0.3s linear;
}
.s-list .arrow {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-down.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s linear;
}
.s-list .s-icon img {
  width: 100%;
  max-width: 140px;
  height: auto;
}
.s-list .s-title {
  font-size: 1.33em;
  font-weight: bold;
  color: #003d89;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  counter-increment: section;
}
.s-list .s-title:before {
  content: counter(section, decimal-leading-zero);
  font-size: 2.3em;
  margin-right: 0.5em;
}
@media (min-width: 769px) {
  .s-list .s-title:before {
    font-size: 2.7em;
  }
}
@media (min-width: 992px) {
  .s-list .s-title:before {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .s-list .s-title:before {
    font-size: 3.2em;
  }
}
@media (min-width: 1680px) {
  .s-list .s-title:before {
    font-size: 4em;
  }
}
@media (min-width: 992px) {
  .s-list:before {
    background-color: white;
    border: 6px solid #f6f6f6;
  }
  .s-list:after {
    background-color: #f6f6f6;
  }
  .s-list:hover:before {
    border: 6px solid #ff6600;
  }
  .s-list:hover:after {
    background-color: #ff6600;
  }
  .s-list:hover .arrow {
    opacity: 1;
  }
}

.quality {
  margin-bottom: 4.5em !important;
}
.quality:nth-child(even) .quality-txt {
  background-color: #003d89;
  color: white;
}
@media (min-width: 769px) {
  .quality:nth-child(even) {
    flex-direction: row-reverse;
  }
  .quality:nth-child(even) img {
    mask-image: linear-gradient(to Right, black 65%, rgba(0, 0, 0, 0) 95%);
  }
}
.quality img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(to Left, black 65%, rgba(0, 0, 0, 0) 95%);
}
.quality .quality-txt {
  background-color: #f6f6f6;
  color: #333;
  padding: 2.5em 3em;
  align-content: center;
}
.quality .quality-txt p {
  font-size: 1.05em;
  margin-bottom: 0;
  line-height: 1.5;
}
.quality .quality-txt p::first-letter {
  color: #ff6600;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .quality .quality-txt p {
    font-size: 1.15em;
  }
  .quality .quality-txt p::first-letter {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .quality .quality-txt p {
    font-size: 1.33em;
  }
  .quality .quality-txt p::first-letter {
    font-size: 2.67em;
  }
}

.cert {
  margin-top: 5.5em;
}
.cert .cert-slider {
  margin-top: 2.5em;
}
.cert .cert-slider .slick-list {
  margin: 0 -20px;
}
.cert .cert-slider .slider-wrap {
  align-content: space-between;
  margin: 0 20px;
  text-align: center;
}
.cert .cert-slider .slider-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}/*# sourceMappingURL=about.css.map */