@charset "UTF-8";
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat Local";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Montserrat Italic"), url("./fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Montserrat Local", Arial, sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body ol,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body ol,
  body li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body ol,
  body li {
    font-size: 1.2rem;
  }
}
body p {
  line-height: 1.8 !important;
}
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: #003399;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
body ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.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;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

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

.text-secondary {
  color: #66cccc !important;
}

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

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0 25px;
  line-height: 1.2;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
  color: #003399;
}
.block-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0.2em;
  background-image: url("../images/bg-block-title1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: -1;
}
.block-title.sm {
  font-size: 1.6em;
}
.block-title.sm:before {
  width: 28px;
  height: 28px;
  top: 0.1em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title.sm:before {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
  .block-title:before {
    width: 40px;
    height: 40px;
  }
  .block-title.sm {
    font-size: 2.1em;
  }
  .block-title.sm:before {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
  .block-title:before {
    width: 50px;
    height: 50px;
  }
  .block-title.sm {
    font-size: 2.2em;
  }
  .block-title.sm:before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 2.4em;
  }
  .block-title.sm:before {
    width: 40px;
    height: 40px;
  }
}

.block-title2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #66cccc;
  font-style: italic;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.75em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.4em;
  }
}

.block-title3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.85em;
  line-height: 1.4;
  color: #333;
  position: relative;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
}
.block-title3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.65em;
    text-align: center;
  }
  .block-title3:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.85em;
  line-height: 1.5;
  color: #66cccc;
  position: relative;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  font-size: 1.4em;
  font-weight: 700;
  color: #003399;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2.4em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 0.85em 1.5em;
  font-size: 0.8em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 5px !important;
  text-transform: inherit !important;
  z-index: 99;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn i {
  transform: scaleX(-1);
}
.btn i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.65em 1.6em;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.75em 1.8em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  text-transform: inherit !important;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
html[dir=rtl] .btn-sm i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.15em 1em !important;
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.15em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .btn-play {
    border-radius: 12px;
  }
}
.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 38px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 40px;
  content: "";
  background-color: #66cccc;
  color: white;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #003399 !important;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1.1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-primary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-primary i {
    font-size: 1.3em;
  }
}

.btn-secondary {
  border: 0 !important;
  color: white !important;
  background-color: #66cccc !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary i {
  font-size: 1em;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-secondary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-secondary i {
    font-size: 1.3em;
  }
}

.btn-light {
  border: 0 !important;
  color: #003399 !important;
  background-color: white !important;
  border: 1px solid #f6f6f6 !important;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #003399;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #999 !important;
  border: 1px solid #f6f6f6 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #66cccc !important;
  border: 0 !important;
}

.btn-link {
  border-top: 1px solid #cccccc !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  justify-content: center;
  color: #666 !important;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 992px) {
  .btn-link:hover {
    border-top: 1px solid #003399 !important;
    background-color: #003399 !important;
    color: white !important;
  }
}

.btn-send {
  background-color: #003399;
  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: #66cccc;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

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

.manufacturing {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .manufacturing {
    border-radius: 20px;
  }
}
@media (min-width: 1680px) {
  .manufacturing {
    border-radius: 25px;
  }
}
.manufacturing {
  background-color: #f6f6f6;
  padding: 3.5em 30px;
}
@media (min-width: 769px) {
  .manufacturing {
    padding: 3.5em;
  }
}
@media (min-width: 1200px) {
  .manufacturing {
    padding: 4.5em;
  }
}
.manufacturing .block-title {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
}
.manufacturing .block-title:before {
  left: 0;
  transform: none;
  top: 0.2em;
}
.manufacturing .block-title.sm {
  padding-left: 25px;
}
.manufacturing .block-title.sm:before {
  top: 0.1em;
}
.manufacturing .list {
  text-align: center;
}
@media (min-width: 769px) {
  .manufacturing .list {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .manufacturing .list {
    text-align: center;
  }
}
@media (min-width: 1680px) {
  .manufacturing .list {
    text-align: left;
  }
}
.manufacturing .list .icon {
  width: 85px;
  height: auto;
  filter: invert(71%) sepia(72%) saturate(243%) hue-rotate(131deg) brightness(88%) contrast(96%);
}
@media (min-width: 992px) {
  .manufacturing .list .icon {
    width: 90px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .manufacturing .list .icon {
    width: 100px;
    height: auto;
  }
}
@media (min-width: 1680px) {
  .manufacturing .list .icon {
    width: 120px;
    height: auto;
  }
}
.manufacturing .list .title {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1em !important;
}
.manufacturing .list p {
  margin-bottom: 0;
  font-size: 1em !important;
  line-height: 1.5 !important;
}

.event-list {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .event-list {
    border-radius: 12px;
  }
}
.event-list {
  position: relative;
  background-color: #f6f6f6;
  background-image: transparent;
  background-size: auto 70%;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  padding: 60px 45px;
  border: 1px solid #f6f6f6;
  transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.event-list:before {
  position: absolute;
  left: 80px;
  bottom: 20px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  border: 3px solid #003399;
}
.event-list:after {
  position: absolute;
  left: 88px;
  bottom: -50px;
  width: 1px;
  height: 70px;
  content: "";
  background-color: #003399;
}
.event-list:nth-child(even) {
  background-color: white;
  border: 1px solid #cccccc;
}
.event-list .year {
  font-size: 2em;
  font-weight: 700;
  color: #003399;
  transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: 992px) {
  .event-list:hover {
    background-color: #66cccc;
    border: 1px solid #66cccc;
    color: white;
    background-image: url("../images/bg-event.png");
  }
  .event-list:hover .year {
    color: white;
  }
}

.p-item img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .p-item img {
    border-radius: 12px;
  }
}
.p-item img {
  width: 100%;
  height: auto;
}
.p-item p {
  font-size: 1em;
  color: #666;
  line-height: 1.3 !important;
}
@media (min-width: 1200px) {
  .p-item p {
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .p-item p {
    font-size: 1.2em;
  }
}

.system {
  counter-reset: section;
}
.system .title {
  counter-increment: section;
  position: relative;
  padding-left: 2.7em;
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
}
.system .title:before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: #66cccc;
  font-weight: 700;
  width: 2em;
  text-align: left;
}

.equipment {
  counter-reset: section;
  position: relative;
  padding: 3em 0;
}
@media (min-width: 992px) {
  .equipment {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .equipment {
    padding: 4em 0;
  }
}
.equipment {
  background-color: White;
}
.equipment:after {
  position: absolute;
  width: 150%;
  height: 100%;
  content: "";
  background-color: rgba(102, 204, 204, 0.08);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.equipment .title {
  counter-increment: section;
  position: relative;
  padding-left: 2.7em;
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
}
.equipment .title:before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: #66cccc;
  font-weight: 700;
  width: 2em;
  text-align: left;
}

.map-full {
  position: relative;
  overflow: hidden;
}
.map-full .map-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-full .map-wrap:before {
  position: absolute;
  content: "";
  left: -7%;
  bottom: -7%;
  width: 45%;
  height: 100%;
  background-image: url("../images/logo-single.svg");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}
.map-full .map-wrap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to Bottom, #66cccc 20%, rgba(102, 204, 204, 0) 70%);
  z-index: 1;
}
.map-full .map-wrap iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 992px) {
  .map-full .map-wrap:before {
    display: block;
  }
  .map-full .map-wrap:after {
    background: linear-gradient(to Right, #66cccc 20%, rgba(102, 204, 204, 0) 70%);
  }
}
.map-full .container-fluid {
  position: relative;
  z-index: 3;
  padding: 3em 0;
}
@media (min-width: 992px) {
  .map-full .container-fluid {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .map-full .container-fluid {
    padding: 4em 0;
  }
}
.map-full .container-fluid address {
  color: white;
}
.map-full .container-fluid address a {
  color: White;
}
.map-full .container-fluid address dl dt {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
.map-full .container-fluid address dl dd {
  margin-bottom: 1.5em;
}
.map-full .container-fluid form {
  background-color: white;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .map-full .container-fluid form {
    border-radius: 12px;
  }
}
.map-full .container-fluid form {
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .map-full .container-fluid form {
    padding: 2em;
  }
}

.map {
  margin-bottom: -8px;
}
.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
