@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-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Righteous";
  src: url("fonts/Righteous/Righteous-Regular.ttf") format("opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  counter-reset: num;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
body.modal-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}
body p, body ul, body li {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.07rem;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark, body .mark {
  color: #cc0000 !important;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}
body .imp {
  color: red;
  font-size: 1.25rem;
}
body .block-caption {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
body .block-caption:before {
  display: inline-flex;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #ff0000;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: 10px;
}
body .text-danger {
  color: red !important;
}
body .btn {
  padding: 0.8rem 1.3rem;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
body .btn-sm {
  padding: 0.6rem 1.3rem !important;
}
body .btn-none {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
body .btn-primary {
  background-color: #ff0000 !important;
  color: white !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background-color: #f0f0f0 !important;
  color: #ff0000 !important;
}
body .btn-outline-primary {
  background-color: transparent !important;
  color: #333 !important;
  padding: 0.65rem 3rem;
  font-size: 1.1rem;
  border: 1px solid #333;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.3s linear;
}
body .btn-outline-primary:hover, body .btn-outline-primary:active, body .btn-outline-primary:focus {
  background-color: #333 !important;
  color: white !important;
  border: 1px solid #333;
}
body .btn-secondary {
  background-color: #666;
  color: white;
  border: 0;
}
body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
  background-color: #222 !important;
  color: white !important;
}
body .btn-send {
  color: #ff0000;
  border: 0;
}
body .btn-send i {
  font-size: 1.5rem;
}
body .btn-send:hover, body .btn-send:active, body .btn-send:focus {
  background-color: #ff0000;
  color: white;
  border: 0;
}
body .btn-refresh {
  font-size: 1.6rem;
  color: #999;
  padding: 0 !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
body .btn-refresh:hover, body .btn-refresh:active, body .btn-refresh:focus {
  transform: rotate(180deg);
  transform-origin: center;
  color: #ff0000;
}
body .btn-play {
  border: 0;
  background-color: transparent;
  color: #ff0000;
  display: flex;
  align-items: center;
}
body .btn-play i {
  font-size: 2rem;
  background-color: white;
  border-radius: 50%;
  position: relative;
  width: 31px;
  height: 31px;
  z-index: 0;
}
body .btn-play i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
}
body .btn-play i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  content: "";
  border-radius: 50%;
  background-color: white;
  border: 5px solid #ff0000;
  box-shadow: 0 0 15px rgba(180, 1, 59, 0.7);
  z-index: -1;
  transition: all 0.3s linear;
}
body .btn-play:hover i:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

.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;
  }
}

.cert .certificate {
  padding: 3rem 0;
}
.cert .certificate .block-title {
  font-size: 1.1rem;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.cert .certificate .block-title:after {
  content: "/";
  display: inline-flex;
  margin-left: 0.5rem;
}
.cert .certificate .block-subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .cert .certificate .block-title {
    font-size: 1.2rem;
  }
  .cert .certificate .block-subtitle {
    font-size: 1.7rem;
  }
}
@media (min-width: 1400px) {
  .cert .certificate {
    padding: 4.5rem 0;
  }
  .cert .certificate .block-title {
    font-size: 1.3rem;
  }
  .cert .certificate .block-subtitle {
    font-size: 2rem;
  }
}

.event-slider .slider-wrap .years, .years-nav .slider-wrap, .cert .certificate .block-title {
  font-family: "Righteous", Arial, "Noto Sans TC", sans-serif !important;
}

.contact .basic-info .cmp-name, .title2, .cert .certificate .block-subtitle b {
  font-family: "Poppins Bold", Arial, "Noto Sans TC", sans-serif !important;
}

.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;
}

.cert {
  position: relative;
}
.cert:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  max-width: 100%;
  content: "";
  z-index: 0;
  background-image: url("../images/bg-index-news.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cert .president {
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}
.cert .certificate {
  margin-top: 4.5rem;
  padding-bottom: 250px;
  color: white;
  z-index: 2;
  background-color: #0070b5;
  background-image: url("../images/bg-about-certificate.png");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .cert .certificate {
    background-size: 50% auto;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .cert .certificate {
    background-size: 33.3333% auto;
    padding-bottom: 4.5rem;
  }
}
.cert .certificate p:last-child {
  margin-bottom: 0;
}
.cert .certificate .cert-slider {
  padding: 0 55px;
  z-index: 2;
}
.cert .certificate .cert-slider .slick-slide {
  margin: 0 10px;
}
.cert .certificate .cert-slider .slider-wrap {
  z-index: 2;
}

.title2 {
  font-size: 1.3rem;
}

.design {
  background-image: url("../images/bg-about-design.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.list {
  font-size: 1rem;
  color: #333;
}

/*Quality*/
.quality {
  position: relative;
  padding-bottom: 200px !important;
}
.quality:after {
  position: absolute;
  left: 0;
  bottom: -4.5rem;
  width: 100%;
  height: 500px;
  content: "";
  z-index: -1;
  background-image: url("../images/bg-quality.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 769px) {
  .quality {
    padding-bottom: 200px !important;
  }
  .quality:after {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .quality {
    padding-bottom: 4.5rem !important;
  }
  .quality:after {
    width: 35%;
  }
}

.testing-slider,
.facility-slider,
.bonding-slider {
  margin-top: 4.5rem;
  padding: 0 55px;
}
.testing-slider .slick-slide,
.facility-slider .slick-slide,
.bonding-slider .slick-slide {
  margin: 0 15px;
}
.testing-slider .slider-wrap img,
.facility-slider .slider-wrap img,
.bonding-slider .slider-wrap img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.testing-slider .slider-wrap p,
.facility-slider .slider-wrap p,
.bonding-slider .slider-wrap p {
  font-size: 1rem;
  color: #999;
  text-align: center;
  line-height: 1.2em;
}

.gallery {
  margin-top: 3rem;
}
.gallery .img-wrap {
  max-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .img-wrap img {
  object-fit: cover;
}
.gallery p {
  font-size: 1rem;
  color: #999;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0;
}

.tooling {
  margin-top: 4.5rem;
}
.tooling .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tooling .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*History*/
.years-nav {
  padding: 0 80px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 4.5rem;
  display: none;
}
.years-nav .slider-wrap {
  font-size: 2rem;
  color: #999;
  position: relative;
  text-align: center;
  padding: 2rem;
  transition: all 0.3s linear;
}
.years-nav .slider-wrap:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 15px;
  content: "";
  background-color: #cdcdcd;
}
.years-nav .slider-wrap:hover {
  color: #666;
  cursor: pointer;
}
.years-nav .slider-wrap.slick-current.slick-active {
  color: #ff0000;
}
@media (min-width: 520px) {
  .years-nav {
    display: block;
  }
}

.event-slider {
  position: relative;
  display: flex;
  justify-content: center;
}
.event-slider:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #cdcdcd;
  z-index: -1;
}
.event-slider:after {
  position: absolute;
  right: 0;
  top: -6px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 12px 0px 12px 12px;
  border-color: transparent transparent transparent #999;
  content: "";
  transform: rotate(0deg);
}
.event-slider .slick-track {
  height: 100%;
}
.event-slider .slider-wrap {
  position: relative;
  padding: 3rem;
  height: 100%;
  transition: all 0.3s linear;
}
.event-slider .slider-wrap:before {
  position: absolute;
  left: 3.25rem;
  top: 3px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #ff0000;
  border-radius: 50px;
  z-index: 2;
}
.event-slider .slider-wrap:after {
  position: absolute;
  left: calc(3.25rem - 3px);
  top: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ff0000;
  z-index: 1;
}
.event-slider .slider-wrap .years {
  position: relative;
  font-size: 2rem;
  color: #ff0000;
  z-index: 1;
  transition: all 0.3s linear;
}
.event-slider .slider-wrap .years:after {
  position: absolute;
  left: 8px;
  top: -2rem;
  width: 1px;
  height: 2rem;
  content: "";
  background-color: #999;
}
.event-slider .slider-wrap .event-txt {
  position: relative;
  font-size: 1rem;
  z-index: 1;
  color: #333;
  transition: all 0.3s linear;
}
@media (min-width: 520px) {
  .event-slider .slider-wrap {
    padding: 3rem 2rem;
  }
  .event-slider .slider-wrap:before {
    left: 2.25rem;
  }
  .event-slider .slider-wrap:after {
    left: calc(2.25rem - 3px);
  }
}
@media (min-width: 992px) {
  .event-slider .slider-wrap {
    padding: 4.5rem 3rem;
  }
  .event-slider .slider-wrap:before {
    left: 3.25rem;
  }
  .event-slider .slider-wrap:after {
    position: absolute;
    left: calc(3.25rem - 3px);
    top: 0;
  }
  .event-slider .slider-wrap .years {
    font-size: 3rem;
  }
  .event-slider .slider-wrap .years:after {
    position: absolute;
    left: 8px;
    top: -3.5rem;
    height: 3rem;
  }
  .event-slider .slider-wrap .event-txt {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .event-slider .slider-wrap {
    max-width: 33.3333333% !important;
  }
}
@media (min-width: 1400px) {
  .event-slider .slider-wrap {
    max-width: 25% !important;
  }
}
@media (min-width: 1680px) {
  .event-slider .slider-wrap {
    max-width: 20% !important;
  }
}

.contact .basic-info .cmp-name {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.contact .basic-info .cmp-name:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #ff0000;
  border-radius: 10px;
}
.contact .basic-info address {
  color: #999;
  font-size: 1rem;
}
.contact .basic-info address p {
  padding: 0 1.5rem;
}
.contact .basic-info address p a {
  color: #999;
}
.contact .basic-info .social-group {
  margin: 2rem 0 0 0;
  padding: 0 0 0 1.5rem;
}
.contact .basic-info .social-group li {
  list-style: none;
  display: inline-flex;
  font-size: 1.7rem;
  margin-right: 1rem;
}
.contact .basic-info .social-group li a {
  color: #ff0000;
}
.contact form {
  font-size: 1rem;
}
.contact form .col-form-label {
  color: #333;
}
.contact form .col-form-label span {
  color: #ff0000;
  font-weight: bold;
}
.contact form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #999;
  color: #999;
}/*# sourceMappingURL=about.css.map */