*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: #efefef;
  min-height: 900px;
  width: 100%;
  font-family: "Poppins", "Noto Sans TC", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}
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: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1rem;
  }
}
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: #ff0000;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

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

#b-feature, #b-desc, #b-spec, #b-apps {
  padding: 3em 0;
}
@media (min-width: 992px) {
  #b-feature, #b-desc, #b-spec, #b-apps {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  #b-feature, #b-desc, #b-spec, #b-apps {
    padding: 4em 0;
  }
}

.p-list .p-name, .block-title3, .block-title2, .block-title {
  font-family: "DM Serif Display", "Noto Sans TC", "Poppins", serif;
}

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

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

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.25em;
  }
}

.block-title2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.5em 0;
}
.block-title2:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.45em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.3em;
  }
}
.block-title3.txt-sm {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .block-title3.txt-sm {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3.txt-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 1680px) {
  .block-title3.txt-sm {
    font-size: 1.67em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1;
  color: black;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.15em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 1em 1.4em;
  font-size: 0.9em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.2em 1.85em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.4em 2.2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.65em 1.2em !important;
  font-size: 0.95em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.2em !important;
    font-size: 0.9em;
  }
}

.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: 58px;
  height: 58px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: red;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  content: "";
  background-color: transparent;
  border: 1px solid #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 80px;
    height: 80px;
  }
}
.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: #ff0000;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #ff0000 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff0000 !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-light {
  position: relative;
  border: 0 !important;
  color: #333;
  background-color: white;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #ff0000 !important;
  border: 0 !important;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #cc0000 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #ff0000;
  color: #ff0000;
  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: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

.btn-send {
  background-color: #ff0000;
  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: #cc0000;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

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

.p-list {
  display: block;
  position: relative;
  padding: 30px 30px 80px 30px;
  background-color: white;
  border-radius: 10px;
  height: 100%;
}
.p-list .p-name {
  color: #333;
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 1.2em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .p-list .p-name {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .p-list .p-name {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .p-list .p-name {
    font-size: 1.3em;
  }
}
.p-list img {
  width: 100%;
  height: auto;
}
.p-list .btn-dark {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5em 1.5em !important;
  height: 70px;
  font-size: 0.95em !important;
  text-transform: none;
}
.p-list .btn-dark span {
  margin-right: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .p-list:hover .btn-dark {
    background-color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    color: white;
    padding: 0.7em 1.5em !important;
  }
  .p-list:hover .btn-dark span {
    width: auto;
    margin-right: 2em;
  }
  html[dir=rtl] .p-list:hover .btn-dark span {
    margin-right: 0;
    margin-left: 2em !important;
  }
  .p-list:hover .p-name {
    color: #ff0000;
  }
  .p-list:hover img {
    transform: scale(1.1);
  }
}

.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 0 0.5em 0;
}
.intro-more .txt img {
  max-width: 100%;
}
.intro-more .txt table {
  max-width: 100%;
}
.intro-more .txt .video-wrap {
  width: 100%;
  display: flex;
  margin: 2em auto;
}
@media (min-width: 576px) {
  .intro-more .txt .video-wrap {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .intro-more .txt .video-wrap {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .intro-more .txt .video-wrap {
    width: 65%;
  }
}
@media (min-width: 1680px) {
  .intro-more .txt .video-wrap {
    width: 55%;
  }
}
.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: 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-light {
  border: 0;
  cursor: pointer;
  font-size: 0.95em;
  text-transform: none;
  line-height: 1;
}

.p-slider-main .slider-wrap {
  border-radius: 5px;
  overflow: hidden;
}
.p-slider-main .slider-wrap img {
  width: 100%;
  height: auto;
  background-color: white;
}

.p-slider-small:not(.slick-initialized) {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-slider-small:not(.slick-initialized) .slider-wrap {
  flex: 0 0 auto;
  width: 120px;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .p-slider-small:not(.slick-initialized) .slider-wrap {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .p-slider-small:not(.slick-initialized) .slider-wrap {
    width: 110px;
  }
}
.p-slider-small .slick-list {
  margin: -7px;
}
.p-slider-small .slider-wrap {
  position: relative;
  margin: 7px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.p-slider-small .slider-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.p-slider-small .slider-wrap img {
  width: 100%;
  height: auto;
  background-color: white;
}
.p-slider-small .slider-wrap.slick-current.slick-active:after {
  border-color: #ff0000;
}

.b-control {
  border-radius: 3px;
  padding: 15px 20px;
  border: 0;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.b-control.fixed {
  position: fixed;
  z-index: 1020;
  margin-top: 0 !important;
  border: 0 !important;
  background-color: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transition: all 0.3s linear;
}

.b-control-inline {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  background-color: #efefef;
  transition: background-color 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}
.b-control-inline.fixed {
  position: fixed;
  z-index: 1020;
  margin-top: 0 !important;
  border: 0 !important;
  background-color: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.b-control-inline .b-control-placeholder {
  display: none;
}
.b-control-inline .b-control-item {
  padding: 0.8em 1em;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: #333;
}
.b-control-inline .b-control-item:hover {
  color: #fff;
  background-color: #333 !important;
  color: white;
  border-radius: 0 !important;
}
.b-control-inline .b-control-item.active {
  color: #ff0000;
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .b-control-inline .b-control-item {
    font-size: 0.95em;
  }
}
@media (min-width: 1200px) {
  .b-control-inline .b-control-item {
    font-size: 1em;
  }
}

#b-feature .b-feature-list {
  margin: 0;
  padding: 0;
}
#b-feature .b-feature-list li {
  width: 100% !important;
}
#b-feature .b-feature-list li b {
  font-weight: 600;
}
#b-feature ul {
  margin: 0;
  padding: 0;
  flex-direction: column;
}
#b-feature ul li {
  width: 100% !important;
}
#b-feature ul li b {
  font-weight: 600;
}

@media (min-width: 769px) {
  #b-desc .video-container {
    width: 68% !important;
  }
}
@media (min-width: 992px) {
  #b-desc .video-container {
    width: 60% !important;
  }
}
@media (min-width: 1200px) {
  #b-desc .video-container {
    width: 48% !important;
  }
}

#b-apps .b-apps-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#b-apps .b-apps-list li a {
  color: #333;
}
#b-apps .b-apps-list li a:hover {
  color: #ff0000;
}

.search-title {
  font-size: 1.4em;
}/*# sourceMappingURL=prods.css.map */