*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff9900;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
    padding-left: 80px;
  }
}
@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 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: #ff9900;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
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.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) * 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) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.filter-box .filter-title, .btn-dark, .btn-primary, .block-title5, .block-title4, .block-title2, .block-title {
  font-family: "Orbitron", "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.btn-sm, .block-title3 {
  font-family: "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.text-primary {
  color: #ff9900 !important;
}

.text-secondary {
  color: #ff6600 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.15;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.95em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.2em;
  }
}

.block-title2 {
  position: relative;
  font-size: 2.1em;
  padding: 0 0 1.2em 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url(../images/bg-block-title2.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.block-title2.text-center {
  text-align: left !important;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.2em;
  }
  .block-title2.text-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.6em;
  }
}
.block-title2.anone:after {
  display: none;
}

.block-title3 {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #ff9900;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 3.05em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #666;
  position: relative;
}
.block-title4:after {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background-color: #ff9900;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  pointer-events: none;
  margin-left: 0.5em;
}
@media (min-width: 769px) {
  .block-title4 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.7em;
  }
}

.block-title5 {
  color: white;
  background-color: #ff9900;
  display: inline-flex;
  padding: 0.35em 1.5em;
  border-radius: 50px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.3em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.4em;
  }
}

.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.75em 1.5em;
  font-size: 1em;
  letter-spacing: 0.1em !important;
  font-weight: 500;
  z-index: 99;
  border-radius: 45px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1em 3em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.55em 0.9em !important;
  font-size: 0.9em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.2em !important;
    font-size: 0.95em;
  }
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #ff9900 !important;
}

.btn-circle2 {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #cccccc !important;
  margin-right: 1em;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ff9900 !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: #ff9900;
  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;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  color: #ff9900;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ff9900;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 60px;
    height: 60px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #999;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link i {
  color: #ff9900;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #ff9900 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #666 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff9900 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-dark {
  border: 0 !important;
  color: white;
  background-color: #666 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white;
  border: 0 !important;
  background-color: #ff9900 !important;
}

.btn-outline-primary {
  border: 1px solid #ff9900;
  color: #ff9900;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #ff9900 !important;
  border: 1px solid #ff9900 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff9900 !important;
  color: #ff9900 !important;
}

.btn-send {
  background-color: #ff9900;
  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: #ff6600;
  color: White;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.prods-list {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 1em;
}
.prods-list img {
  width: 100%;
  height: auto;
}
.prods-list .prods-title {
  font-size: 1.22em;
  font-weight: 600;
  color: #666;
}
.prods-list:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ff9900;
  content: "";
  transition: width 0.3s ease;
}
@media (min-width: 992px) {
  .prods-list:hover .prods-title {
    color: #ff9900;
  }
  .prods-list:hover:after {
    width: 100%;
  }
}

.intro-more {
  margin-bottom: 3em;
  position: relative;
}
.intro-more .txt {
  position: relative;
  overflow: hidden;
  transition: max-height 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: max-height;
  display: block;
  margin-bottom: 1em;
}
.intro-more .txt p {
  margin: 0;
}
.intro-more .txt > * + * {
  margin-top: 0.6rem;
}
.intro-more .txt.collapsed {
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  transition: opacity 0.28s ease;
}
.intro-more .txt.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.6rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, rgb(255, 255, 255) 100%);
}
.intro-more .txt.expanded {
  pointer-events: auto;
  -webkit-mask-image: none;
  mask-image: none;
  opacity: 1;
  transition: opacity 0.28s ease;
}
.intro-more .txt.expanded::after {
  display: none;
}
.intro-more .btn {
  display: none;
  margin-top: 0.8rem;
}
.intro-more.show-btn .btn {
  display: inline-block;
}
.intro-more .btn {
  background-color: #ff9900;
  color: white;
  padding: 0.45em 0.9em;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.95em;
  text-transform: none;
  line-height: 1;
}

.filter-box {
  position: relative;
  background-color: #f6f6f6;
  padding: 15px 15px 30px 15px;
  border-radius: 3px;
}
.filter-box .filter-title {
  font-size: 1.33em;
  color: #ff9900;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5em;
}
.filter-box .accordion {
  border: 0 !important;
  font-size: 1em !important;
}
.filter-box .accordion .accordion-item {
  border: 0 !important;
  border-radius: 3px !important;
  margin-bottom: 0.9em;
}
.filter-box .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.filter-box .accordion .accordion-item .accordion-header .accordion-button {
  color: black;
  background-color: transparent;
  box-shadow: none;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.filter-box .accordion .accordion-item .accordion-header .accordion-button:after {
  filter: invert(1) brightness(0);
}
.filter-box .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #999;
}
.filter-box .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  filter: invert(1) brightness(80%);
}
@media (min-width: 992px) {
  .filter-box .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.2rem;
  }
}
.filter-box .btn-reset {
  background-color: transparent !important;
  color: #666 !important;
  border-radius: 3px;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .filter-box .btn-reset {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: white !important;
  }
  .filter-box .btn-reset:hover {
    background-color: #ff9900 !important;
    color: white !important;
  }
}

.table-prods-list thead tr th {
  vertical-align: middle;
  text-align: left;
}
.table-prods-list thead tr th:first-child {
  min-width: 300px;
}
.table-prods-list tbody tr td {
  vertical-align: middle;
  text-align: left;
  transition: opacity 0.3s linear;
}
.table-prods-list tbody tr td:first-child {
  min-width: 300px;
  color: black;
  font-weight: 600;
}
.table-prods-list tbody tr td:first-child:after {
  display: inline-flex;
  content: "\f403";
  margin-left: 0.5em;
  font-family: "Bootstrap-icons";
  font-weight: normal;
  color: #999;
  transition: opacity 0.3s linear;
}
.table-prods-list tbody tr td:first-child .stretched-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.table-prods-list tbody tr td:first-child .stretched-link:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #ff9900;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.table-prods-list tbody tr td:first-child .stretched-link:hover:after {
  opacity: 1;
}
.table-prods-list tbody tr:hover td:first-child {
  color: #ff9900;
}
.table-prods-list tbody tr:hover td:first-child:after {
  color: #ff9900;
}

.specs {
  text-align: center;
}
.specs .box {
  position: relative;
  padding: 3.5em 2em;
}
.specs .box:before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 75%;
  transform: translateY(-50%);
  content: "";
  background-color: #cccccc;
}
.specs .box:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 85%;
  height: 1px;
  transform: translateX(-50%);
  content: "";
  background-color: #cccccc;
}
.specs .box .spec-title {
  color: #999;
  font-size: 1em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.specs .box .spec-con {
  color: #ff9900;
  font-size: 1.44em;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s linear;
}
@media (max-width: 767.98px) {
  .specs .box {
    padding: 1em;
    text-align: left;
  }
  .specs .box:before, .specs .box:after {
    display: none;
  }
  .specs .box .spec-title {
    font-size: 1em;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
  }
  .specs .box .spec-con {
    color: black;
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: normal;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .specs .box:before {
    display: block;
  }
  .specs .box:after {
    display: block;
  }
  .specs .box:nth-child(2n):before {
    display: none;
  }
  .specs .box:nth-child(2n):after {
    display: block;
  }
  .specs .box:nth-last-child(-n+2):after {
    display: none;
  }
}
@media (min-width: 992px) {
  .specs .box:after {
    display: block;
  }
  .specs .box:nth-child(3n):before {
    display: none;
  }
  .specs .box:nth-child(3n):after {
    display: block;
  }
  .specs .box:nth-last-child(-n+3):after {
    display: none;
  }
  .specs .box:hover .spec-title {
    color: #333;
  }
  .specs .box:hover .spec-con {
    color: #ff6600;
  }
}/*# sourceMappingURL=prods.css.map */