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

.video-block {
  padding: 4em 0; }
  .video-block .block-title {
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.8em; }
  .video-block .block-subtitle {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1.5em;
    font-weight: normal; }
  @media (min-width: 520px) {
    .video-block .block-title {
      font-size: 2.2em; }
    .video-block .block-subtitle {
      font-size: 1.1em; } }
  @media (min-width: 769px) {
    .video-block .block-title {
      font-size: 2.6em; }
    .video-block .block-subtitle {
      font-size: 1.5em; } }
  @media (min-width: 820px) {
    .video-block .block-title {
      font-size: 2.2em; }
    .video-block .block-subtitle {
      font-size: 1.5em; } }
  @media (min-width: 1200px) {
    .video-block .block-title {
      font-size: 2.75em; }
    .video-block .block-subtitle {
      font-size: 1.67em; } }
  @media (min-width: 2388px) {
    .video-block {
      padding: 7em 0; }
      .video-block .block-title {
        font-size: 2.75em; }
      .video-block .block-subtitle {
        font-size: 1.67em; } }

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

.intro {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 0 0 30px;
  transition: all 0.3s ease; }
  .intro.active {
    display: block;
    height: auto !important; }

.intro-more {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease; }

.p-list {
  margin: 0 0 2.5em 0;
  display: block;
  position: relative; }
  .p-list:after {
    position: absolute;
    left: -100%;
    top: 0;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #3b3b3b;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s linear; }
  .p-list .p-img {
    padding-left: 0;
    border-left: 10px solid #339933; }
  .p-list h2 {
    color: white;
    font-size: 1.35rem;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding-left: auto;
    padding-right: 120px;
    text-align: right;
    margin-top: 0.5em;
    height: 4.8rem;
    display: flex;
    align-items: center;
    transition: all 0.3s linear; }
    .p-list h2:after {
      font-size: 4.2rem;
      font-style: italic;
      font-weight: bold;
      counter-increment: section;
      content: "0" counter(section);
      position: absolute;
      left: auto;
      right: 0;
      bottom: 0;
      text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white, 1px 1px 0 white;
      color: #232522;
      line-height: 0.9em;
      transition: all 0.3s linear; }
    .p-list h2:before {
      position: absolute;
      left: -30px;
      bottom: -30px;
      width: calc(100% + 30px);
      height: 1px;
      content: "";
      border-bottom: 1px solid white;
      z-index: -1;
      display: none; }
    @media (min-width: 768px) {
      .p-list h2 {
        font-size: 1.4rem;
        padding-left: auto;
        padding-right: 90px;
        margin-top: 0;
        height: 5rem; }
        .p-list h2:after {
          font-size: 4rem;
          left: auto;
          right: -10px; }
        .p-list h2:before {
          display: block; } }
    @media (min-width: 992px) {
      .p-list h2 {
        font-size: 1.8rem;
        padding-left: auto;
        padding-right: 130px; }
        .p-list h2:after {
          font-size: 5.5rem;
          left: auto;
          right: -10px; } }
    @media (min-width: 1200px) {
      .p-list h2 {
        font-size: 2.22rem;
        padding-left: auto;
        padding-right: 130px;
        height: 9rem; }
        .p-list h2:after {
          font-size: 9rem;
          left: auto;
          right: -70px; } }
  @media (min-width: 768px) {
    .p-list .p-img {
      padding-left: 20px;
      border-left: 10px solid #339933; } }
  .p-list:nth-child(odd) .row {
    flex-direction: row-reverse; }
    .p-list:nth-child(odd) .row .p-img {
      padding-right: 0;
      border-right: 10px solid #339933;
      padding-left: 0;
      border-left: 0; }
    .p-list:nth-child(odd) .row h2 {
      text-align: left;
      padding-right: 0;
      padding-left: 130px; }
      .p-list:nth-child(odd) .row h2:after {
        right: auto;
        left: 0; }
      .p-list:nth-child(odd) .row h2:before {
        left: auto;
        right: -30px; }
    @media (min-width: 768px) {
      .p-list:nth-child(odd) .row .p-img {
        padding-right: 20px;
        border-right: 10px solid #339933;
        padding-left: 0;
        border-left: 0; }
      .p-list:nth-child(odd) .row h2 {
        padding-left: 100px;
        padding-right: auto; }
        .p-list:nth-child(odd) .row h2:after {
          left: -30px;
          right: auto; } }
    @media (min-width: 992px) {
      .p-list:nth-child(odd) .row h2 {
        padding-left: 140px;
        padding-right: auto; }
        .p-list:nth-child(odd) .row h2:after {
          left: -20px;
          right: auto; } }
    @media (min-width: 1200px) {
      .p-list:nth-child(odd) .row h2 {
        padding-left: 140px;
        padding-right: auto; }
        .p-list:nth-child(odd) .row h2:after {
          left: -70px;
          right: auto; } }
  .p-list:hover h2 {
    color: #339933; }
    .p-list:hover h2:after {
      text-shadow: 1px 1px 0 #339933, -1px -1px 0 #339933, -1px 1px 0 #339933, 1px -1px 0 #339933, 1px 1px 0 #339933;
      color: #232522; }
  .p-list:hover:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 200%;
    height: 100%;
    content: "";
    transform: translateX(-50%);
    background-color: #3b3b3b;
    opacity: 0.4; }

.p-sublist {
  margin: 3em 0 0 0;
  padding-top: 3em;
  position: relative; }
  .p-sublist:after {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    content: "";
    background-color: #339933; }
  @media (min-width: 520px) {
    .p-sublist {
      margin: 3em -2em 0 -2em; }
      .p-sublist:after {
        width: calc(100% - 4em);
        left: 2em; } }
  @media (min-width: 670px) {
    .p-sublist {
      margin: 3em -2em 0 -2em; }
      .p-sublist:after {
        width: calc(100% - 4em);
        left: 2em; } }
  @media (min-width: 768px) {
    .p-sublist {
      margin: 3em -2.7em 0 -2.7em; }
      .p-sublist:after {
        width: calc(100% - 5.4em);
        left: 2.7em; } }
  @media (min-width: 992px) {
    .p-sublist {
      margin: 3em -1.5em 0 -1.5em; }
      .p-sublist:after {
        width: calc(100% - 2em);
        left: 1em; } }
  @media (min-width: 1200px) {
    .p-sublist {
      margin: 3em -1em 0 -1em; }
      .p-sublist:after {
        width: calc(100% - 2em);
        left: 1em; } }
  @media (min-width: 1400px) {
    .p-sublist {
      margin: 3em -1em 0 -1em; }
      .p-sublist:after {
        width: calc(100% - 2em);
        left: 1em; } }
  .p-sublist a:link, .p-sublist a:visited {
    display: block;
    width: 240px;
    height: 240px;
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 50%; }
    .p-sublist a:link:after, .p-sublist a:visited:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      content: "";
      border: 2px solid #339933;
      border-radius: 50%;
      transition: all 0.3s linear; }
    .p-sublist a:link .p-img, .p-sublist a:visited .p-img {
      border-radius: 50%;
      width: 220px;
      height: 220px;
      overflow: hidden;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s linear; }
      .p-sublist a:link .p-img img, .p-sublist a:visited .p-img img {
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s linear; }
    @media (min-width: 391px) {
      .p-sublist a:link, .p-sublist a:visited {
        width: 330px;
        height: 330px; }
        .p-sublist a:link:after, .p-sublist a:visited:after {
          border: 2px solid #24502a; }
        .p-sublist a:link .p-img, .p-sublist a:visited .p-img {
          width: 300px;
          height: 300px; } }
    @media (min-width: 520px) {
      .p-sublist a:link, .p-sublist a:visited {
        width: 220px;
        height: 220px; }
        .p-sublist a:link:after, .p-sublist a:visited:after {
          border: 2px solid #24502a; }
        .p-sublist a:link .p-img, .p-sublist a:visited .p-img {
          width: 200px;
          height: 200px; } }
    @media (min-width: 768px) {
      .p-sublist a:link, .p-sublist a:visited {
        width: 290px;
        height: 290px; }
        .p-sublist a:link:after, .p-sublist a:visited:after {
          border: 2px solid #24502a; }
        .p-sublist a:link .p-img, .p-sublist a:visited .p-img {
          width: 260px;
          height: 260px; } }
    @media (min-width: 992px) {
      .p-sublist a:link, .p-sublist a:visited {
        width: 280px;
        height: 280px; }
        .p-sublist a:link:after, .p-sublist a:visited:after {
          border: 2px solid #24502a; }
        .p-sublist a:link .p-img, .p-sublist a:visited .p-img {
          width: 250px;
          height: 250px; } }
    @media (min-width: 1200px) {
      .p-sublist a:link, .p-sublist a:visited {
        width: 330px;
        height: 330px; }
        .p-sublist a:link .p-img, .p-sublist a:visited .p-img {
          width: 300px;
          height: 300px; } }
  .p-sublist a:hover .p-img, .p-sublist a:active .p-img {
    width: 330px;
    height: 330px; }
  .p-sublist a:hover:after, .p-sublist a:active:after {
    border: 2px solid #339933; }
  .p-sublist .p-name {
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    margin-top: 1em; }
  @media (min-width: 769px) {
    .p-sublist {
      margin-bottom: 0;
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    .p-sublist {
      margin-bottom: 0;
      font-size: 1.4rem; } }

.basic {
  margin-top: 1.5em; }
  .basic .prods-title {
    font-size: 3em;
    font-weight: bold; }
  .basic .prods-subtitle {
    font-size: 1.5em;
    font-weight: normal;
    color: #339933;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    padding-bottom: 0.5em;
    margin-bottom: 1em; }
    .basic .prods-subtitle a {
      color: #339933; }
  .basic .prods-used {
    font-size: 1em;
    color: #999;
    font-style: italic;
    margin-bottom: 1em; }
  .basic .sub-block {
    display: flex;
    background-color: #339933;
    color: white;
    padding: 0.2em 0.5em;
    margin-bottom: 1em;
    font-size: 1.2em;
    align-items: center; }
    .basic .sub-block:before {
      content: "";
      width: 18px;
      height: 18px;
      display: inline-flex;
      background-image: url("../images/icon-page-title.svg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      filter: brightness(100);
      margin-right: 0.2em; }
  .basic .item {
    color: #339933; }
  .basic p {
    margin-bottom: 0.8em; }

.video-block {
  background-color: white;
  color: #232522;
  text-align: center; }

.inquiry .list {
  margin-bottom: 1em;
  padding: 1em 0;
  border-bottom: 1px dashed #3b3b3b;
  margin: 0;
  text-align: left; }
  .inquiry .list .name {
    font-size: 0.85em;
    color: white;
    line-height: 1.1em;
    display: block; }
    .inquiry .list .name:hover {
      color: #339933; }
  .inquiry .list .btn-delete {
    background-color: transparent;
    color: #999;
    border: 0;
    transition: all 0.3s linear; }
    .inquiry .list .btn-delete:hover {
      color: white; }
  .inquiry .list .input-group {
    max-width: 200px; }
    .inquiry .list .input-group .input-group-prepend {
      width: 30px; }
    .inquiry .list .input-group .btn-iron {
      background-color: #333;
      color: white;
      border-radius: 0;
      border: 0;
      padding: 0.1em 0.5em !important;
      height: 32px;
      width: 40px; }
      .inquiry .list .input-group .btn-iron:hover {
        background-color: #24502a; }
    .inquiry .list .input-group .form-control {
      padding: 0.1em 0.3em;
      width: calc(100% - 80px);
      background-color: #333;
      color: white;
      border: 0;
      height: 32px; }
    .inquiry .list .input-group #minus-btn {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .inquiry .list .input-group #plus-btn {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .inquiry .list input::-webkit-outer-spin-button, .inquiry .list input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .inquiry .list input[type=number] {
    -moz-appearance: textfield; }
  .inquiry .list:first-child {
    padding: 0 0 1em 0; }

.inquiry-form form .form-control {
  background-color: black;
  border: 0;
  color: white;
  border-radius: 8px;
  padding: 0.8em 1.2em !important; }
  .inquiry-form form .form-control:placeholder {
    color: #999; }
.inquiry-form form .chk-num img {
  height: 100%;
  width: auto; }
.inquiry-form form .text-end {
  text-align: left !important; }
  @media (min-width: 1200px) {
    .inquiry-form form .text-end {
      text-align: right !important; } }

.contact-form {
  margin: 2.5em 0 0 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .contact-form {
      margin: 0;
      padding-left: 2em; } }
  .contact-form .form-control {
    background-color: black;
    border: 0;
    border-radius: 8px;
    color: white; }
    .contact-form .form-control:placeholder {
      color: #999; }
  .contact-form .btn-sm {
    padding: 0.375rem 0.75rem !important; }

.offcnavas-inq .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
.offcnavas-inq .list {
  margin-bottom: 1em;
  padding: 1em 0;
  border-bottom: 1px dashed #3b3b3b;
  margin: 0;
  text-align: left; }
  .offcnavas-inq .list .name {
    font-size: 0.85em;
    color: white;
    line-height: 1.1em;
    display: block; }
    .offcnavas-inq .list .name:hover {
      color: #339933; }
  .offcnavas-inq .list .btn-delete {
    background-color: transparent;
    color: #999;
    border: 0;
    transition: all 0.3s linear; }
    .offcnavas-inq .list .btn-delete:hover {
      color: white; }
  .offcnavas-inq .list .input-group {
    max-width: 200px; }
    .offcnavas-inq .list .input-group .input-group-prepend {
      width: 30px; }
    .offcnavas-inq .list .input-group .btn-iron {
      background-color: #333;
      color: white;
      border-radius: 0;
      border: 0;
      padding: 0.1em 0.5em !important;
      height: 32px;
      width: 40px; }
      .offcnavas-inq .list .input-group .btn-iron:hover {
        background-color: #24502a; }
    .offcnavas-inq .list .input-group .form-control {
      padding: 0.1em 0.3em;
      width: calc(100% - 80px);
      background-color: #333;
      color: white;
      border: 0;
      height: 32px; }
    .offcnavas-inq .list .input-group #minus-btn {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .offcnavas-inq .list .input-group #plus-btn {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .offcnavas-inq .list input::-webkit-outer-spin-button, .offcnavas-inq .list input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .offcnavas-inq .list input[type=number] {
    -moz-appearance: textfield; }
  .offcnavas-inq .list:first-child {
    padding: 0 0 1em 0; }
.offcnavas-inq .offcanvas-body {
  position: relative;
  padding-top: 2em; }
  .offcnavas-inq .offcanvas-body .msg-mark {
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    color: white;
    font-size: 0.75em;
    padding: 0.3em 0.8em; }

.search-list a {
  display: block; }
  .search-list a .p-name {
    color: #339933;
    font-size: 1.1rem; }
