@import url(../css/fonts.css);
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #232522 #f3f3f3; }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px; }

*::-webkit-scrollbar-track {
  background: #333; }

*::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 25px;
  border: 4px solid #333; }

.container {
  padding-right: calc(var(--bs-gutter-x) * .8) !important;
  padding-left: calc(var(--bs-gutter-x) * .8) !important; }

html {
  padding: 0 !important; }

body {
  font-family: Montserrat, 'Noto Sans TC', sans-serif;
  background-color: #232522;
  color: white;
  font-size: 16px;
  counter-reset: section; }
  @media (min-width: 769px) {
    body {
      font-size: 18px; } }

a {
  text-decoration: none;
  transition: all 0.2s ease-in; }

.font-primary {
  color: #339933; }

.mt-4 {
  margin-top: 0.7rem !important; }
  @media (min-width: 821px) {
    .mt-4 {
      margin-top: 1.5rem !important; } }

.mt-5 {
  margin-top: 1.5rem !important; }
  @media (min-width: 992px) {
    .mt-5 {
      margin-top: 3rem !important; } }

.ms-5 {
  margin-left: 0.7rem !important; }
  @media (min-width: 992px) {
    .ms-5 {
      margin-left: 1.5rem !important; } }

.btn {
  font-size: 0.85rem;
  padding: 0.5em 1.2em;
  border-radius: 35px; }
  @media (min-width: 769px) {
    .btn {
      font-size: 0.95rem;
      padding: 0.7em 1.4em; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 1rem;
      padding: 0.7em 1.55em; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 1.1rem;
      padding: 0.7em 1em; } }

.btn-sm {
  padding: 0.8em 1.5em !important;
  border-radius: 35px; }
  @media (min-width: 769px) {
    .btn-sm {
      font-size: 0.95rem; } }
  @media (min-width: 1200px) {
    .btn-sm {
      font-size: 1rem; } }

.btn-more {
  background-color: transparent;
  border: 1px solid #339933;
  color: white;
  text-align: left;
  position: relative;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center; }
  .btn-more img {
    width: auto;
    height: 1.2em; }
  .btn-more:after {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #3b3b3b;
    border-radius: 40px;
    transition: all 0.3s linear; }
  .btn-more:hover, .btn-more:active, .btn-more:focus {
    background-color: #339933;
    border: 1px solid #339933;
    color: white; }
    .btn-more:hover:after, .btn-more:active:after, .btn-more:focus:after {
      position: absolute;
      content: "";
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #339933;
      border-radius: 40px; }
  @media (min-width: 769px) {
    .btn-more:after {
      width: calc(100% + 12px);
      height: calc(100% + 12px); }
    .btn-more:hover:after, .btn-more:active:after {
      width: calc(100% + 12px);
      height: calc(100% + 12px); }
    .btn-more:focus {
      background-color: #339933 !important;
      border: 1px solid #339933 !important;
      color: white !important; }
      .btn-more:focus:after {
        width: calc(100% + 12px);
        height: calc(100% + 12px); } }

.btn-primary {
  background-color: #339933 !important;
  border: 0;
  color: white;
  border-radius: 7px;
  transition: all 0.3s linear; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: black !important;
    border: 0;
    color: white; }

.btn-outline-primary {
  border: 1px solid #339933;
  border-radius: 40px;
  color: #339933;
  padding: 0.4em 1.2em;
  font-size: 1rem; }
  @media (min-width: 769px) {
    .btn-outline-primary {
      font-size: 0.95rem;
      padding: 0.5em 1.4em; } }
  @media (min-width: 992px) {
    .btn-outline-primary {
      font-size: 0.95rem;
      padding: 0.4em 1.55em; } }
  @media (min-width: 1200px) {
    .btn-outline-primary {
      font-size: 1.1rem;
      padding: 0.5em 1.2em; } }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: #339933;
    border: 1px solid transparent; }
  .btn-outline-primary:focus {
    background-color: #339933 !important;
    border: 1px solid transparent !important;
    color: white !important; }

.btn-none {
  padding: 0.5em 0;
  color: #999;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.85em;
  transition: all 0.3s linear; }
  .btn-none:hover {
    color: white; }
  @media (min-width: 769px) {
    .btn-none {
      font-size: 1.1em; } }

/* Slider */
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 0px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 11; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev:before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center;
  width: 36px;
  height: 36px; }

[dir='rtl'] .slick-prev:before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center;
  width: 36px;
  height: 36px; }

.slick-next:before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  width: 36px;
  height: 36px; }

[dir='rtl'] .slick-next:before {
  display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  width: 36px;
  height: 36px; }

@media (min-width: 768px) {
  .slick-prev:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    width: 36px;
    height: 36px;
    border: 2px solid #339933;
    border-radius: 50%; }

  [dir='rtl'] .slick-prev:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    width: 36px;
    height: 36px;
    border: 2px solid #339933;
    border-radius: 50%; }

  .slick-next:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    width: 36px;
    height: 36px;
    border: 2px solid #339933;
    border-radius: 50%; }

  [dir='rtl'] .slick-next:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    width: 36px;
    height: 36px;
    border: 2px solid #339933;
    border-radius: 50%; } }
@media (min-width: 1200px) {
  .slick-prev:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 60px;
    height: 60px;
    border: 2px solid #339933;
    border-radius: 50%; }

  [dir='rtl'] .slick-prev:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 60px;
    height: 60px;
    border: 2px solid #339933;
    border-radius: 50%; }

  .slick-next:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 60px;
    height: 60px;
    border: 2px solid #339933;
    border-radius: 50%; }

  [dir='rtl'] .slick-next:before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    width: 60px;
    height: 60px;
    border: 2px solid #339933;
    border-radius: 50%; } }
.slick-prev {
  left: 5px; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-next {
  right: 40px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

@media (min-width: 769px) {
  .slick-prev {
    left: 30px; }

  [dir='rtl'] .slick-prev {
    right: 0;
    left: auto; }

  .slick-next {
    right: 0; }

  [dir='rtl'] .slick-next {
    right: auto;
    left: 0; } }
@media (min-width: 820px) {
  .slick-prev {
    left: -35px; }

  [dir='rtl'] .slick-prev {
    right: 0;
    left: auto; }

  .slick-next {
    right: 0; }

  [dir='rtl'] .slick-next {
    right: auto;
    left: 0; } }
@media (min-width: 992px) {
  .slick-prev {
    left: -20px; }

  [dir='rtl'] .slick-prev {
    right: 0;
    left: auto; }

  .slick-next {
    right: 15px; }

  [dir='rtl'] .slick-next {
    right: auto;
    left: 0; } }
@media (min-width: 1025px) {
  .slick-prev {
    left: -25px; }

  [dir='rtl'] .slick-prev {
    right: 0;
    left: auto; }

  .slick-next {
    right: 5px; }

  [dir='rtl'] .slick-next {
    right: auto;
    left: 0; } }
@media (min-width: 1200px) {
  .slick-prev {
    left: -30px; }

  [dir='rtl'] .slick-prev {
    right: 0;
    left: auto; }

  .slick-next {
    right: 10px; }

  [dir='rtl'] .slick-next {
    right: auto;
    left: 0; } }
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: left;
  padding: 0 1.5em; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      cursor: pointer;
      color: transparent;
      border-radius: 50%;
      border: 0px solid transparent;
      background-color: transparent; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: "";
        background-color: #cdcdcd;
        border: 1px solid #cdcdcd;
        border-radius: 50%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }

@media (min-width: 520px) {
  .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 2em;
    margin: 0;
    list-style: none;
    text-align: left; }
    .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: "";
      background-color: #cdcdcd;
      border: 0px solid #cdcdcd;
      border-radius: 50%; } }
@media (min-width: 769px) {
  .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 2.5em;
    margin: 0;
    list-style: none;
    text-align: left; }
    .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: "";
      background-color: #cdcdcd;
      border: 0px solid #cdcdcd;
      border-radius: 50%; } }
@media (min-width: 1200px) {
  .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 3.5em;
    margin: 0;
    list-style: none;
    text-align: left; } }
@media (min-width: 1680px) {
  .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 5em;
    margin: 0;
    list-style: none;
    text-align: left; } }
.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 {
  background-color: #339933;
  border: 0px solid #339933; }
