*::-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: #efefef;
  min-height: 900px;
  width: 100%;
  font-family: "Poppins", "Noto Sans TC", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}
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: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1rem;
  }
}
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: #ff0000;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

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;
  }
}

.block {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .block {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .block {
    padding: 4em 0;
  }
}

.block-title3, .block-title2, .block-title {
  font-family: "DM Serif Display", "Noto Sans TC", "Poppins", serif;
}

.text-primary {
  color: #ff0000 !important;
}

.text-secondary {
  color: #cc0000 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.25em;
  }
}

.block-title2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.5em 0;
}
.block-title2:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.45em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.3em;
  }
}
.block-title3.txt-sm {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .block-title3.txt-sm {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3.txt-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 1680px) {
  .block-title3.txt-sm {
    font-size: 1.67em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1;
  color: black;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.15em;
  }
}

.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: 1em 1.4em;
  font-size: 0.9em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.2em 1.85em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.4em 2.2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.65em 1.2em !important;
  font-size: 0.95em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: red;
  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: 66px;
  height: 66px;
  content: "";
  background-color: transparent;
  border: 1px solid #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 80px;
    height: 80px;
  }
}
.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-link {
  color: #ff0000;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #ff0000 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff0000 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #333;
  background-color: white;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #ff0000 !important;
  border: 0 !important;
}

.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: #cc0000 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #ff0000;
  color: #ff0000;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

.btn-send {
  background-color: #ff0000;
  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: #cc0000;
  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;
}

.focus-box {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  border: 1px solid rgba(204, 0, 0, 0.3);
  padding: 35px;
}
.focus-box .block-title4 a {
  color: black;
}
.focus-box .block-title4 a:after {
  display: inline-block;
  align-items: center;
  content: "\f470";
  font-family: "Bootstrap-icons";
  color: #ff0000;
  margin: 0 0.5em;
  font-size: 1.3em;
  font-style: normal;
  transform: translateY(0.25em);
}
@media (min-width: 992px) {
  .focus-box .block-title4 a:hover {
    color: #ff0000;
  }
}
@media (min-width: 992px) {
  .focus-box {
    padding: 45px 55px;
  }
}

.block ul li {
  width: 100% !important;
}
.block:first-child {
  padding-top: 0;
}
.block:nth-child(even) {
  background-color: white;
}

/*Milestone*/
.event-list {
  position: relative;
  padding-left: 50px;
}
.event-list:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  content: "";
  background-color: rgba(204, 0, 0, 0.3);
  border-radius: 50%;
}
.event-list:after {
  position: absolute;
  left: 5px;
  top: calc(10px + 1em);
  width: 1px;
  height: calc(100% - 10px - 1em);
  content: "";
  background-color: #cccccc;
}
.event-list .event-year {
  position: relative;
  font-size: 1.6em;
  font-weight: 500;
  color: rgba(204, 0, 0, 0.3);
  margin-bottom: 0.5em;
}
.event-list .event-year:before {
  position: absolute;
  left: -30px;
  top: 0.75em;
  width: 20px;
  height: 1px;
  content: "";
  border-top: 1px dashed #999;
}
.event-list .event-description {
  font-size: 1em;
  color: #333;
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  .event-list {
    padding-left: 80px;
  }
  .event-list .event-year {
    font-size: 1em;
  }
  .event-list .event-year:before {
    position: absolute;
    left: -60px;
    width: 50px;
  }
  .event-list .event-description {
    font-size: 1.125em;
  }
}
html[dir=rtl] .event-list {
  padding-left: 0;
  padding-right: 50px;
}
html[dir=rtl] .event-list:before {
  left: auto;
  right: 0;
}
html[dir=rtl] .event-list:after {
  left: auto;
  right: 5px;
}
html[dir=rtl] .event-list .event-year:before {
  left: auto;
  right: -30px;
}
@media (min-width: 992px) {
  html[dir=rtl] .event-list {
    padding-right: 80px;
  }
  html[dir=rtl] .event-list .event-year:before {
    right: -60px;
  }
}

/*Contact*/
.contact-form .row .box {
  order: 2;
}
.contact-form .row .box:nth-child(2) {
  order: 1;
}
@media (min-width: 1200px) {
  .contact-form .row .box {
    order: 1;
  }
  .contact-form .row .box:nth-child(2) {
    order: 2;
  }
}
.contact-form .row .inq-box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 30px;
}
.contact-form .row .inq-box .p-list {
  margin-bottom: 1.5em;
}
.contact-form .row .inq-box .p-list img {
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.contact-form .row .inq-box .p-list .btn-close {
  transform: translate(-5px, -5px);
  background-color: #999;
  border-radius: 50% !important;
  padding: 0.5em !important;
}
.contact-form .row .inq-box .p-list .p-name {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.contact-form .row .inq-box .p-list .p-name a {
  color: #333;
}
.contact-form .row .inq-box .p-list .btn-minus,
.contact-form .row .inq-box .p-list .btn-plus {
  background-color: #cccccc;
  padding: 0.2em 0.5em !important;
  border: 0;
  color: #333;
  border-radius: 3px !important;
}
.contact-form .row .inq-box .p-list .form-control {
  background-color: white;
  color: #333;
  border-radius: 0;
  text-align: center;
  max-width: 150px;
  padding: 0.25em 1em;
  border: 1px solid #cccccc !important;
}
.contact-form .row .inq-box .p-list input::-webkit-outer-spin-button,
.contact-form .row .inq-box .p-list input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}/*# sourceMappingURL=about.css.map */