*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff9900;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
    padding-left: 80px;
  }
}
@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: #ff9900;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

.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;
  }
}

.service {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .service {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .service {
    padding: 5em 0;
  }
}

.service .service-list .s-title, .event-list .year, .spot-list .spot-title, .btn-dark, .btn-primary, .block-title5, .block-title4, .block-title2, .block-title {
  font-family: "Orbitron", "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.btn-sm, .block-title3 {
  font-family: "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.text-primary {
  color: #ff9900 !important;
}

.text-secondary {
  color: #ff6600 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.15;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.95em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.2em;
  }
}

.block-title2 {
  position: relative;
  font-size: 2.1em;
  padding: 0 0 1.2em 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url(../images/bg-block-title2.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.block-title2.text-center {
  text-align: left !important;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.2em;
  }
  .block-title2.text-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.6em;
  }
}
.block-title2.anone:after {
  display: none;
}

.block-title3 {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #ff9900;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 3.05em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #666;
  position: relative;
}
.block-title4:after {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background-color: #ff9900;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  pointer-events: none;
  margin-left: 0.5em;
}
@media (min-width: 769px) {
  .block-title4 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.7em;
  }
}

.block-title5 {
  color: white;
  background-color: #ff9900;
  display: inline-flex;
  padding: 0.35em 1.5em;
  border-radius: 50px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.3em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.4em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.75em 1.5em;
  font-size: 1em;
  letter-spacing: 0.1em !important;
  font-weight: 500;
  z-index: 99;
  border-radius: 45px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1em 3em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.55em 0.9em !important;
  font-size: 0.9em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.2em !important;
    font-size: 0.95em;
  }
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #ff9900 !important;
}

.btn-circle2 {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #cccccc !important;
  margin-right: 1em;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ff9900 !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: #ff9900;
  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;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  color: #ff9900;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ff9900;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 60px;
    height: 60px;
  }
}
.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: #999;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link i {
  color: #ff9900;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #ff9900 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #666 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff9900 !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-dark {
  border: 0 !important;
  color: white;
  background-color: #666 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white;
  border: 0 !important;
  background-color: #ff9900 !important;
}

.btn-outline-primary {
  border: 1px solid #ff9900;
  color: #ff9900;
  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: #ff9900 !important;
  border: 1px solid #ff9900 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff9900 !important;
  color: #ff9900 !important;
}

.btn-send {
  background-color: #ff9900;
  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;
}

.fact-list dt {
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0.5em 0;
  font-size: 1em;
}
.fact-list dt:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #ff9900;
  display: none;
}
@media (min-width: 769px) {
  .fact-list dt:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .fact-list dt:after {
    display: none;
  }
}
@media (min-width: 1400px) {
  .fact-list dt:after {
    display: block;
  }
}
.fact-list dd {
  padding: 0 0 0.5em 0;
  color: #666;
  font-size: 1em;
}
@media (min-width: 769px) {
  .fact-list dd {
    padding: 0 0 0.5em 1em;
  }
}
@media (min-width: 992px) {
  .fact-list dd {
    padding: 0 0 0.5em 0;
  }
}
@media (min-width: 1400px) {
  .fact-list dd {
    padding: 0 0 0.5em 1em;
  }
}

.service {
  background-image: url(../images/bg-about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.service .block-title4:after {
  background-color: white;
}
.service .service-list {
  color: white;
}
.service .service-list .s-icon {
  width: 100%;
  max-width: 130px;
  height: auto;
  filter: invert(1) brightness(100);
}
.service .service-list .s-title {
  font-size: 1.22em;
  display: block;
  text-align: center;
}
.service .service-list p {
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 992px) {
  .service .service-list .s-title,
  .service .service-list p {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .history {
    position: relative;
  }
  .history:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/bg-history.png);
    background-size: 35% auto;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.event-list {
  position: relative;
}
.event-list:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  background-color: #cccccc;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.event-list:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #cccccc;
  border-radius: 50px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.event-list .year {
  font-size: 1.33em;
  color: #666;
  transition: all 0.3s linear;
}
.event-list p {
  color: #999;
  transition: all 0.3s linear;
}
.event-list:first-of-type {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
  padding: 6.5em 0 1.5em 0 !important;
}
.event-list:first-of-type:before {
  height: 70px !important;
  width: 2px !important;
}
.event-list:first-of-type:after {
  top: 70px !important;
}
.event-list:nth-of-type(even):not(:first-of-type) {
  padding: 1.2em 0 2.5em 55%;
}
.event-list:nth-of-type(even):not(:first-of-type):before {
  top: 30px;
  width: 2px;
  height: 100%;
}
.event-list:nth-of-type(even):not(:first-of-type):after {
  top: 30px;
  left: calc(50% - 6px);
  transform: translateX(0);
}
.event-list:nth-of-type(odd):not(:first-of-type) {
  text-align: right;
  padding: 1.2em 55% 2.5em 0;
}
.event-list:nth-of-type(odd):not(:first-of-type):before {
  width: 2px;
  height: 100%;
  top: 30px;
}
.event-list:nth-of-type(odd):not(:first-of-type):after {
  top: 30px;
}
.event-list:hover:before, .event-list:hover:after {
  background-color: #ff9900;
}
.event-list:hover .year,
.event-list:hover p {
  color: #ff9900;
}
@media (max-width: 991px) {
  .event-list {
    text-align: center !important;
    padding: 70px 0 2.5em 0 !important;
  }
  .event-list:before {
    width: 1px !important;
    height: 50px !important;
    top: 0 !important;
  }
  .event-list:after {
    width: 8px !important;
    height: 8px !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .event-list:first-of-type {
    padding: 70px 0 2.5em 0 !important;
  }
  .event-list:first-of-type:before {
    width: 1px !important;
    height: 50px !important;
    top: 0 !important;
  }
  .event-list:first-of-type:after {
    width: 8px !important;
    height: 8px !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.spot-list {
  display: flex;
  margin-bottom: 4em;
}
.spot-list img {
  width: 100%;
  height: auto;
}
.spot-list:last-child {
  margin-bottom: 0;
}
.spot-list .spot-title {
  color: #ff9900;
  transition: all 0.3s linear;
}
.spot-list p {
  color: #999;
}
@media (min-width: 992px) {
  .spot-list:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.cmp-info address dl dt {
  color: #666;
}
.cmp-info address dl dd {
  color: #666;
}
.cmp-info address dl dd a {
  color: #666;
}
.cmp-info address dl dd a:hover {
  color: #ff9900;
}/*# sourceMappingURL=about.css.map */