*::-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;
  }
}

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
  --btn-size: 56px;
  position: absolute;
  top: 50%;
  display: block;
  width: var(--btn-size);
  height: var(--btn-size);
  cursor: pointer;
  border: 0;
  background-color: transparent !important;
  border-radius: 50%;
  padding: 0;
  outline: none;
  z-index: 9;
  font-size: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--btn-size) / 2);
  height: calc(var(--btn-size) / 2);
  line-height: 1;
  font-size: 1.4em;
  transition: all 0.3s linear;
}
.slick-prev:after,
.slick-next:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .slick-prev,
  .slick-next {
    width: calc(var(--btn-size) + 10px);
    height: calc(var(--btn-size) + 10px);
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .slick-prev,
  .slick-next {
    width: calc(var(--btn-size) + 20px);
    height: calc(var(--btn-size) + 20px);
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.8em;
  }
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:active:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:active:before,
.slick-next:focus:before {
  color: white;
}
.slick-prev:hover:after, .slick-prev:active:after, .slick-prev:focus:after,
.slick-next:hover:after,
.slick-next:active:after,
.slick-next:focus:after {
  background-color: #ff9900;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f284";
  font-family: "Bootstrap-icons";
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .slick-prev {
    left: -1em;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    left: -2.5em;
  }
}

.slick-next {
  right: 0em;
}
.slick-next:before {
  content: "\f285";
  font-family: "Bootstrap-icons";
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .slick-next {
    right: -1em;
  }
}
@media (min-width: 1200px) {
  .slick-next {
    right: -2.5em;
  }
}

/* Dots */
.slick-dots {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  position: absolute;
  right: 50px;
  bottom: 30px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-flex;
  height: 40px !important;
  width: 40px !important;
  margin: 20px 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button:before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  opacity: 1;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background-color: #ff9900;
  border: 0;
}
.slick-dots li.slick-active button:after {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #ff9900;
  opacity: 1;
  border-radius: 50px;
}/*# sourceMappingURL=slick-theme.css.map */