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

.index-banner, .block-apply, .block-pcr, .block-carbon, .block-activities {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .index-banner, .block-apply, .block-pcr, .block-carbon, .block-activities {
    padding: 3.75em 0;
  }
}
@media (min-width: 1680px) {
  .index-banner, .block-apply, .block-pcr, .block-carbon, .block-activities {
    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;
}

.index-banner {
  background-image: url(../images/index-banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-banner .caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .index-banner .caption {
    flex-direction: row;
  }
}
.index-banner .caption .banner-caption {
  font-size: 2.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: white;
  text-align: center;
}
.index-banner .caption .banner-caption span {
  color: #99cc33;
  display: block;
}
@media (min-width: 769px) {
  .index-banner .caption .banner-caption {
    font-size: 2.4em;
  }
  .index-banner .caption .banner-caption span {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .index-banner .caption .banner-caption {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .index-banner .caption .banner-caption {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .index-banner .caption .banner-caption {
    font-size: 3.5em;
  }
}
.index-banner .caption .logo-green {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .index-banner .caption .logo-green {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .index-banner .caption .logo-green {
    width: 150px;
  }
}
.index-banner .btn {
  min-height: 65px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
@media (min-width: 992px) {
  .index-banner .btn {
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .index-banner .btn {
    min-height: 120px;
  }
}

.block-client {
  background-color: #e8e8e8;
  padding-top: 45px;
  padding-bottom: 45px;
}
.block-client .logo-slider .slick-list {
  margin: 0 -10px;
}
.block-client .logo-slider .slider-wrap {
  background-color: white;
  margin: 0 10px;
}
.block-client .logo-slider .slider-wrap img {
  width: 100%;
  height: auto;
}

.block-apply {
  background-image: url(../images/bg-index-what-sm.png), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(190, 201, 215) 30%);
  background-position: center bottom, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 50%, auto 50%;
  min-height: 850px;
}
@media (min-width: 769px) {
  .block-apply {
    background-size: auto 60%, auto 60%;
    background-position: right bottom, right bottom;
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .block-apply {
    background-image: url(../images/bg-index-what.png), linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(202, 214, 228) 100%);
    background-repeat: no-repeat, no-repeat;
    background-color: white;
    background-position: left center, left center;
    background-size: auto 100%, auto 100%;
    min-height: 700px;
  }
}

.block-pcr {
  background-image: url("../images/bg-index-pcr.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.block-pcr .tab-content .row {
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .block-pcr .tab-content .row {
    flex-direction: row;
  }
}
.block-pcr .news-list {
  position: relative;
  display: block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding: 1em 0 1em 15px;
  color: white;
  transition: all 0.3s linear;
}
.block-pcr .news-list:before {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 40px;
  height: 40px;
  content: "\f134";
  font-family: "Bootstrap-icons";
  font-size: 1.5em;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .block-pcr .news-list {
    padding: 1em 0 1em 30px;
  }
  .block-pcr .news-list:before {
    right: 20px;
  }
}
.block-pcr .news-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(153, 204, 51, 0.3) 60%, rgba(153, 204, 51, 0) 100%);
  z-index: 0;
  transition: all 0.3s linear;
}
.block-pcr .news-list .post-time {
  font-size: 0.6em;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}
.block-pcr .news-list .news-title {
  font-size: 1em;
  line-height: 1.6;
  padding-right: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.block-pcr .news-list:hover:before {
  color: #99cc33;
  right: 15px;
}
@media (min-width: 992px) {
  .block-pcr .news-list:hover:before {
    right: 30px;
  }
}
.block-pcr .news-list:hover:after {
  width: 100%;
}

.block-carbon {
  background-color: white;
}

.block-activities {
  background-image: url("../images/bg-index-netzero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.block-activities .news-list {
  position: relative;
  display: block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding: 1em 0 1em 15px;
  color: white;
  transition: all 0.3s linear;
}
.block-activities .news-list:before {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 40px;
  height: 40px;
  content: "\f134";
  font-family: "Bootstrap-icons";
  font-size: 1.5em;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .block-activities .news-list {
    padding: 1em 0 1em 30px;
  }
  .block-activities .news-list:before {
    right: 20px;
  }
}
.block-activities .news-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(153, 204, 51, 0.3) 60%, rgba(153, 204, 51, 0) 100%);
  z-index: 0;
  transition: all 0.3s linear;
}
.block-activities .news-list .post-time {
  font-size: 0.6em;
  padding-right: 80px;
  position: relative;
  z-index: 1;
}
.block-activities .news-list .news-title {
  font-size: 1em;
  line-height: 1.6;
  padding-right: 80px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.block-activities .news-list:hover:before {
  color: #99cc33;
  right: 15px;
}
@media (min-width: 992px) {
  .block-activities .news-list:hover:before {
    right: 30px;
  }
}
.block-activities .news-list:hover:after {
  width: 100%;
}/*# sourceMappingURL=index.css.map */