*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: White;
  border-radius: 0;
}

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

html {
  padding: 0 !important;
  font-size: 20px;
  overflow-x: hidden;
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
  margin-top: 90px;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
    margin-top: 100px;
  }
}
@media (min-width: 1400px) {
  body {
    margin-top: 110px;
  }
}
@media (min-width: 1680px) {
  body {
    margin-top: 130px;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 2;
  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: #99cc33;
  padding: 0;
  background-color: transparent !important;
  margin: 0 0.5em;
}
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) !important;
    padding-left: calc(var(--bs-gutter-x) * 1) !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) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.container {
  width: 100%;
}
@media (min-width: 992px) {
  .container {
    max-width: 990px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px !important;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1500px !important;
  }
}

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

.text-secondary {
  color: #00451b !important;
}

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

.block-title {
  color: white;
  font-size: 1.85em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.3;
  display: inline-flex;
  position: relative;
  padding: 0;
  z-index: 1;
}
.block-title:after {
  position: absolute;
  left: -0.25em;
  bottom: 0;
  width: calc(100% + 0.5em);
  height: 20px;
  border-radius: 12px;
  content: "";
  background-color: rgba(153, 204, 51, 0.2);
  z-index: -1;
}
.block-title.font-secondary {
  color: #00451b;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.9em;
  }
}

.block-title2 {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 1.65em;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.4em;
  }
}

.block-title3 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #99cc33;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.65em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 1.85em;
  }
}

.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.85em 1.45em;
  font-size: 1em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn span {
  font-size: 0.75em;
  display: block;
}
.btn i {
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.7em 1.6em;
    font-size: 1.05em;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.85em 2.1em;
    font-size: 1em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.9em 3.5em;
    font-size: 1.15em;
  }
}

.btn-sm {
  padding: 0.65em 1.3em !important;
  font-size: 0.85em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.8em 1.6em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    font-size: 1em;
  }
}

.btn-lg {
  padding: 1.5em 2.2em;
  font-size: 1.1em;
}
.btn-lg i {
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-lg {
    padding: 1.8em 2em;
    font-size: 1.2em;
  }
  .btn-lg i {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .btn-lg {
    padding: 2em 1.75em;
    font-size: 1.2em;
  }
  .btn-lg i {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .btn-lg {
    padding: 2em 1.6em;
  }
}
@media (min-width: 1680px) {
  .btn-lg {
    padding: 2.2em 2em;
    font-size: 1.3em;
  }
  .btn-lg i {
    font-size: 1.3rem;
  }
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #99cc33 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  border: 0 !important;
  background-color: #666 !important;
}

.btn-secondary {
  border: 0 !important;
  color: white;
  background-color: #00451b !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-secondary i {
  color: white !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  border: 0 !important;
  background-color: #99cc33 !important;
}

.btn-light {
  border: 0 !important;
  color: #333;
  background-color: white !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  border: 0 !important;
  background-color: #99cc33 !important;
}

.btn-outline-primary {
  border: 0 !important;
  color: #00451b;
  background-color: white !important;
  justify-content: center;
  transition: all 0.3s linear;
  width: 100%;
  border: 1px solid #99cc33 !important;
  font-weight: normal;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #00451b !important;
  border: 1px solid #99cc33 !important;
  background-color: rgba(153, 204, 51, 0.2) !important;
}

.btn-send {
  background-color: #99cc33;
  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: #00451b;
  color: White;
}

.btn-download {
  padding: 0.5em 1.5em !important;
  font-size: 0.7em !important;
  letter-spacing: 0.05em;
  border: 0;
  border-radius: 3px;
  background-color: #333;
  color: white;
}
.btn-download:hover {
  background-color: #99cc33;
}

.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: 50px;
  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;
}
@media (min-width: 992px) {
  .slick-prev,
  .slick-next {
    width: calc(var(--btn-size) + 10px);
    height: calc(var(--btn-size) + 10px);
  }
}
@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 {
  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;
  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: #999;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  outline: none;
  opacity: 1;
}
.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: #cccccc;
}

.slick-prev {
  left: -1em;
}
.slick-prev:before {
  content: "\f284";
  font-family: "Bootstrap-icons";
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3em;
}
@media (min-width: 992px) {
  .slick-prev {
    left: -2.5em;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    left: -4em;
  }
}

.slick-next {
  right: -1em;
}
.slick-next:before {
  content: "\f285";
  font-family: "Bootstrap-icons";
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3em;
}
@media (min-width: 992px) {
  .slick-next {
    right: -2.5em;
  }
}
@media (min-width: 1200px) {
  .slick-next {
    right: -4em;
  }
}

/* Dots */
.slick-dots {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: flex;
  height: 50px !important;
  width: 20px !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: 4px;
  height: 30px;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  opacity: 1;
  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: 4px;
  height: 50px;
  background-color: #e8e8e8;
  border: 0;
}/*# sourceMappingURL=slick-theme.css.map */