*::-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;
  }
}

.subnews {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .subnews {
    padding: 3.75em 0;
  }
}
@media (min-width: 1680px) {
  .subnews {
    padding: 4.5em 0;
  }
}

.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;
}

.pcr-cat {
  margin-bottom: 2.5em !important;
}
.pcr-cat .btn {
  padding: 0.8em 1.2em !important;
  font-size: 0.85em;
}
@media (min-width: 992px) {
  .pcr-cat .btn {
    font-size: 1em;
  }
}
.pcr-cat .page-active .btn-outline-primary {
  background-color: #00451b !important;
  color: White !important;
  border: 1px solid #00451b !important;
}

.news-con .header {
  border-bottom: 1px dashed #e8e8e8;
}
.news-con .header .title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00451b;
  padding: 1.2em 0.5em;
  text-align: center;
}
.news-con .news-list {
  position: relative;
  display: flex;
  border-bottom: 1px dashed #e8e8e8;
  align-content: center;
  padding: 1.2em 0;
}
.news-con .news-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(153, 204, 51, 0.15) 60%, rgba(153, 204, 51, 0) 100%);
  z-index: -1;
  transition: all 0.3s linear;
}
.news-con .news-list .post-time {
  color: #999;
  font-size: 0.85rem;
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (min-width: 992px) {
  .news-con .news-list .post-time {
    font-size: 1rem;
    justify-content: center;
  }
}
.news-con .news-list .post-cat {
  text-align: start;
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: start;
}
.news-con .news-list .post-cat span {
  color: white;
  background-color: #333;
  font-size: 0.85rem;
  padding: 0.5em 1.2em;
}
@media (min-width: 992px) {
  .news-con .news-list .post-cat {
    text-align: center;
    justify-content: center;
  }
  .news-con .news-list .post-cat span {
    font-size: 1rem;
    padding: 0.5em 1.2em;
  }
}
.news-con .news-list .news-title {
  position: relative;
  padding: 1em 0.5em;
  line-height: 1.5;
  align-content: Center;
}
.news-con .news-list .news-title:after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "\f134";
  font-family: "Bootstrap-icons";
  font-size: 1.5em;
  color: #99cc33;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.news-con .news-list .news-title h2 {
  color: #333;
  font-size: 1rem;
  margin-bottom: 0;
  transition: all 0.3s linear;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .news-con .news-list .news-title h2 {
    font-size: 1.2rem;
  }
}
.news-con .news-list:hover:after {
  width: 100%;
}
.news-con .news-list:hover .news-title h2 {
  color: #99cc33;
}

.subnews-head {
  border-bottom: 1px solid #99cc33;
  padding-bottom: 1.5em;
  margin-bottom: 4.5em;
}
.subnews-head .news-cat {
  display: inline-flex;
  padding: 0.2em 1.5em;
  color: white;
  background-color: #99cc33;
  font-size: 0.85em;
}
.subnews-head .post-time {
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
  display: inline-flex;
}
.subnews-head .news-title {
  font-size: 1.4em;
  font-weight: 600;
  color: #00451b;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .subnews-head .news-title {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .subnews-head .post-time {
    display: block;
  }
  .subnews-head .news-cat,
  .subnews-head .post-time {
    font-size: 1em;
  }
  .subnews-head .news-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .subnews-head .news-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .subnews-head .news-title {
    font-size: 2.3em;
  }
}

.right-col .btn {
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-size: 1em !important;
}
.right-col .btn-next,
.right-col .btn-prev {
  background-color: #666 !important;
  border: 1px solid #666 !important;
}
.right-col .b-link {
  position: relative;
  padding: 30px 25px;
  background-color: rgba(232, 232, 232, 0.4);
  border-radius: 20px;
  margin-bottom: 2em;
}
.right-col .b-link:after {
  position: absolute;
  right: -0.15em;
  top: -0.25em;
  content: "\f470";
  font-family: "Bootstrap-icons";
  font-size: 5em;
  color: White;
  z-index: 0;
}
.right-col .b-link .title {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  font-weight: bold;
  color: #99cc33;
  margin-bottom: 1em;
}
.right-col .b-link ul {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.right-col .b-link ul li {
  font-size: 1rem;
}
.right-col .b-link ul li a {
  color: #333;
}
@media (min-width: 1200px) {
  .right-col .b-link {
    padding: 30px;
  }
}
@media (min-width: 1680px) {
  .right-col .b-link {
    padding: 45px;
  }
}/*# sourceMappingURL=news.css.map */