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

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

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

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;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  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 a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #00ccff;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.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.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

.main-intro, .list, .spec {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .main-intro, .list, .spec {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .main-intro, .list, .spec {
    padding: 5em 0;
  }
}

.block-title {
  font-size: 2.1em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3.2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
}

.block-title2 {
  font-size: 1.85em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  color: #222222;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.45em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.67em;
  }
}

.block-title3 {
  font-size: 1.85em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  color: #ffcc33;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.45em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.67em;
  }
}

.block-title4 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #999;
}
@media (min-width: 769px) {
  .block-title4 {
    font-size: 1.45em;
  }
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.9em;
  }
}

.block-title5 {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.text-primary {
  color: #00ccff !important;
}

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

.btn {
  padding: 0.75em 1.5em;
  font-size: 1em;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  margin-left: 2em;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.75em 1.7em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.5em 1em !important;
  font-size: 0.9em;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.5em !important;
    font-size: 0.85em;
  }
}

.btn-dark {
  background-color: #333;
  border: 0 !important;
  color: white;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #00ccff;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #00ccff;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 65px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #00ccff;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:before {
    width: 65px;
    height: 65px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  content: "";
  background-color: rgba(0, 204, 255, 0.5);
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.5);
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    box-shadow: none;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #00ccff;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333;
  border: 0 !important;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.img-wrap {
  transition: all 0.3s linear;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.prods .col-12.col-lg-6 .prods-list {
  background-color: #f6f6f6;
  transition: all 0.3s linear;
}
.prods .col-12.col-lg-6 .prods-list .prods-name {
  color: #00ccff;
  transition: all 0.3s linear;
}
.prods .col-12.col-lg-6:nth-child(odd) .prods-list {
  background-color: #ffcc33;
}
.prods .col-12.col-lg-6:nth-child(odd) .prods-list .prods-name {
  color: white;
}

@media (min-width: 992px) {
  .prods .col-12.col-lg-6 .prods-list {
    background-color: #ffcc33;
  }
  .prods .col-12.col-lg-6 .prods-list .prods-name {
    color: white;
  }
  .prods .col-12.col-lg-6 .prods-list:hover, .prods .col-12.col-lg-6 .prods-list:active, .prods .col-12.col-lg-6 .prods-list:focus {
    background-color: white !important;
  }
  .prods .col-12.col-lg-6 .prods-list:hover .prods-name, .prods .col-12.col-lg-6 .prods-list:active .prods-name, .prods .col-12.col-lg-6 .prods-list:focus .prods-name {
    color: #333 !important;
  }
  .prods .col-12.col-lg-6:nth-child(4n+2) .prods-list, .prods .col-12.col-lg-6:nth-child(4n+3) .prods-list {
    background-color: #f6f6f6;
  }
  .prods .col-12.col-lg-6:nth-child(4n+2) .prods-list .prods-name, .prods .col-12.col-lg-6:nth-child(4n+3) .prods-list .prods-name {
    color: #00ccff;
  }
}
.prods-list {
  display: block;
  padding: 40px;
  position: relative;
}
.prods-list img {
  width: 65%;
  height: auto;
  margin-left: 47%;
}
.prods-list .prods-name {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  width: 55%;
  font-size: 1.5em;
  font-weight: bold;
  padding: 40px 0 40px 40px;
}
@media (min-width: 576px) {
  .prods-list .prods-name {
    font-size: 2.4em;
    padding: 45px 0 45px 45px;
  }
}
@media (min-width: 768px) {
  .prods-list .prods-name {
    font-size: 2.5em;
    padding: 55px 0 55px 55px;
  }
}
@media (min-width: 992px) {
  .prods-list {
    padding: 55px;
  }
  .prods-list .prods-name {
    font-size: 1.75em;
  }
  .prods-list:hover img {
    transform: scale(1.15);
  }
}
@media (min-width: 1200px) {
  .prods-list .prods-name {
    font-size: 1.85em;
  }
}
@media (min-width: 1400px) {
  .prods-list .prods-name {
    font-size: 1.9em;
  }
}
@media (min-width: 1680px) {
  .prods-list .prods-name {
    font-size: 2.7em;
  }
}

.main-intro {
  padding-top: 0;
  border-bottom: 1px solid #ffcc33;
}
.main-intro .txt-more {
  max-height: 6.4rem;
  overflow: hidden;
  transition: max-height 0.3s ease;
  -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
}
.main-intro .txt-more p {
  margin-bottom: 0.8rem;
  line-height: 1.6rem;
  text-align: center;
}
@media (min-width: 769px) {
  .main-intro .txt-more p {
    text-align: left;
  }
}
.main-intro .txt-more.expanded {
  -webkit-mask-image: none;
  mask-image: none;
}

/*Products Detail*/
.list {
  padding-bottom: 0;
}
.list .p-list2 {
  display: block;
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-left: 6px solid transparent;
  padding: 45px;
}
.list .p-list2 img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  transition: all 0.3s linear;
}
.list .p-list2 .p-name {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #999;
  font-size: 1.3em;
  font-weight: bold;
  width: 45%;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .list .p-list2 .p-name {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .list .p-list2 .p-name {
    left: 35px;
    top: 35px;
    font-size: 1.3em;
  }
  .list .p-list2:hover, .list .p-list2:active, .list .p-list2:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-left: 6px solid #ffcc33;
  }
  .list .p-list2:hover .p-name, .list .p-list2:active .p-name, .list .p-list2:focus .p-name {
    color: #ffcc33;
  }
}
@media (min-width: 1200px) {
  .list .p-list2 .p-name {
    font-size: 1.55em;
    left: 45px;
    bottom: 45px;
  }
}
@media (min-width: 1680px) {
  .list .p-list2 .p-name {
    font-size: 1.7em;
  }
}

.b-title {
  display: inline-flex;
  padding: 0.6em 1.5em;
  background-color: #ffcc33;
  color: white;
  font-size: 1em;
  border-radius: 3px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-basic .block-title {
  font-size: 1.8em !important;
}
@media (min-width: 769px) {
  .p-basic .block-title {
    font-size: 2.2em !important;
  }
}
@media (min-width: 992px) {
  .p-basic .block-title {
    font-size: 2.4em !important;
  }
}
@media (min-width: 1200px) {
  .p-basic .block-title {
    font-size: 2.7em !important;
  }
}
@media (min-width: 1680px) {
  .p-basic .block-title {
    font-size: 3em !important;
  }
}
.p-basic ul li {
  margin-bottom: 1.5em;
}

.btn-group {
  border-radius: 0;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.btn-group .btn-prods {
  width: 50%;
  padding: 0.7em 1em;
  border: 0;
  background: transparent;
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  text-align: left;
  transition: all 0.3s linear;
}
.btn-group .btn-prods i {
  color: #ffcc33;
  font-weight: normal;
  font-size: 1.5em;
  transition: all 0.3s linear;
}
.btn-group .btn-prods:last-child {
  position: relative;
}
.btn-group .btn-prods:last-child:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  content: "";
  background-color: #cccccc;
}
.btn-group .btn-prods:hover, .btn-group .btn-prods:active, .btn-group .btn-prods:focus {
  background-color: #ffcc33;
  color: white;
}
.btn-group .btn-prods:hover i, .btn-group .btn-prods:active i, .btn-group .btn-prods:focus i {
  color: white;
}
@media (min-width: 769px) {
  .btn-group .btn-prods {
    text-align: center;
  }
}/*# sourceMappingURL=prods.css.map */