*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: rgba(246, 246, 246, 0.5);
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.5);
  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 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 hr {
  border: 0;
  height: 20px;
  margin: 1.5em 0;
  background-image: repeating-linear-gradient(135deg, #fced00 0 5px, transparent 5px 15px);
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 20px 100%;
  border-top: 0 transparent !important;
}
body mark,
body .mark {
  color: #004a60;
  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;
  }
}

.features, .working, .applicable, .spec {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .features, .working, .applicable, .spec {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .features, .working, .applicable, .spec {
    padding: 5em 0;
  }
}

.block-border {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.text-primary {
  color: #004a60 !important;
}

.text-secondary {
  color: #fced00 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #004a60;
  text-transform: uppercase;
  padding-left: 0.25em;
}
.block-title.sm {
  font-size: 1.25em;
}
.block-title:after {
  position: absolute;
  left: 0;
  top: -0.1em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #fced00 transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
  z-index: -1;
}
@media (min-width: 576px) {
  .block-title {
    font-size: 2.4em;
  }
  .block-title.sm {
    font-size: 1.4em;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
  .block-title.sm {
    font-size: 1.5em;
  }
  .block-title:after {
    border-width: 30px 30px 0 0;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
  .block-title.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 1.7em;
  }
  .block-title:after {
    border-width: 40px 40px 0 0;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title:after {
    border-width: 50px 50px 0 0;
  }
}

.block-title2 {
  position: relative;
  font-size: 2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 600;
  color: #004a60;
}
.block-title2.sm {
  font-size: 1.6em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.8em;
    margin-bottom: 1em;
  }
  .block-title2.sm {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.1em;
  }
  .block-title2.sm {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.3em;
  }
  .block-title2.sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.9em;
  }
  .block-title2.sm {
    font-size: 2.2em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  color: #333;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  color: #666;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.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.9em 2em;
  font-size: 1em;
  border-radius: 0 !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: 1em 2.4em;
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.32em 3.5em;
    font-size: 1.11em;
  }
}

.btn-sm {
  padding: 0.8em 1.5em !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 1.4em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #004a60 !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: #004a60;
  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: 55px;
  height: 55px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: rgba(252, 237, 0, 0.4);
  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: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(252, 237, 0, 0.5);
  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(252, 237, 0, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.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: #004a60;
  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-primary {
  border: 0 !important;
  color: white;
  background-color: #004a60 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  --cut-size: 16px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .btn-primary {
    --cut-size: 30px;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  border: 0 !important;
  color: #004a60;
  background-color: #fced00 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  --cut-size: 16px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .btn-secondary {
    --cut-size: 30px;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #fced00;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-outline-primary {
  position: relative;
  border: 0 !important;
  color: #004a60;
  background-color: white !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  --cut-size: 16px;
  -webkit-clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - var(--cut-size)) 0, 100% var(--cut-size), 100% 100%, 0 100%);
}
.btn-outline-primary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #004a60;
  content: "";
}
.btn-outline-primary:after {
  position: absolute;
  right: -11px;
  top: 0;
  width: 1.5px;
  height: 100%;
  background-color: #004a60;
  content: "";
  z-index: 2;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-50%);
}
@media (min-width: 992px) {
  .btn-outline-primary:after {
    right: -17px;
  }
}
@media (min-width: 1200px) {
  .btn-outline-primary {
    --cut-size: 30px;
  }
  .btn-outline-primary:after {
    right: -3px;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary:after {
    right: -10px;
  }
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}
.btn-outline-primary:hover:before, .btn-outline-primary:hover:after, .btn-outline-primary:active:before, .btn-outline-primary:active:after, .btn-outline-primary:focus:before, .btn-outline-primary:focus:after {
  display: none;
}

.btn-circle {
  flex: 0 0 auto;
  align-self: center;
  min-width: 50px !important;
  min-height: 50px !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #fced00;
  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: #fced00 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-send {
  background-color: #004a60;
  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: #fced00;
  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;
}

.p-list {
  position: relative;
}
.p-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bg-index-prods.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.3s linear;
}
.p-list .p-pic {
  padding: 40px;
  transition: all 0.3s linear;
}
.p-list .p-pic img {
  width: 100%;
  height: auto;
}
.p-list .p-con {
  position: relative;
  color: #333;
  z-index: 1;
  padding: 50px;
  transition: all 0.3s linear;
}
.p-list .p-con:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f6f6f6;
  z-index: -1;
  transition: all 0.3s linear;
}
.p-list .p-con .btn-more {
  line-height: 2;
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  transition: all 0.3s linear;
}
.p-list .p-con .btn-more:after {
  display: inline-flex;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #999 transparent transparent;
  transform: rotate(0deg);
  margin-left: 1em;
}
.p-list .p-con .p-name {
  font-size: 2em;
  color: #004a60;
  transition: all 0.3s linear;
}
.p-list .p-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .p-list:after {
    width: 70%;
  }
  .p-list .p-pic {
    padding: 45px 60px;
  }
  .p-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-list:nth-child(even):after {
    left: 30%;
  }
  .p-list:hover:after {
    background-size: 110% 110%;
  }
  .p-list:hover .p-con {
    color: white;
  }
  .p-list:hover .p-con .p-name {
    color: #fced00;
  }
  .p-list:hover .p-con:after {
    background-color: #004a60;
  }
  .p-list:hover .p-con .btn-more {
    color: #fced00;
  }
  .p-list:hover .p-con .btn-more:after {
    border-color: transparent #fced00 transparent transparent;
  }
  .p-list:hover .p-pic {
    transform: translateY(-30px);
  }
}
.p-list:last-child {
  margin-bottom: 0 !important;
}

.p-basic {
  flex-direction: column-reverse;
}
.p-basic .main-slider {
  padding: 0;
  padding-bottom: 90px !important;
}
.p-basic .main-slider .slick-prev {
  left: calc(50% - 30px);
  transform: translateX(-50%);
}
.p-basic .main-slider .slick-next {
  left: calc(50% + 50px);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .p-basic {
    flex-direction: row;
  }
  .p-basic .main-slider {
    padding: 1em;
  }
  .p-basic .main-slider .slick-prev {
    left: calc(50% - 25px);
    transform: translateX(-50%);
  }
  .p-basic .main-slider .slick-next {
    left: calc(50% + 60px);
    transform: translateX(-50%);
  }
}
@media (min-width: 1680px) {
  .p-basic p {
    line-height: 2.5;
  }
  .p-basic .main-slider {
    padding: 4em;
  }
}

.features .features-list {
  counter-reset: box-counter;
}
.features .features-list li {
  counter-increment: box-counter;
  list-style: none;
}
.features .features-list li .box {
  padding: 2.5em 2em;
  height: 100%;
  font-size: 1em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.features .features-list li .box::before {
  content: counter(box-counter, decimal-leading-zero);
  position: absolute;
  left: -0.1em;
  top: 0.2em;
  width: 120px;
  height: 120px;
  line-height: 2.25rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 5.5em;
  z-index: -1;
}
.features .features-list li .box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f6f6f6;
  z-index: -2;
}
@media (min-width: 1400px) {
  .features .features-list li .box {
    padding: 4em 3em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .features .features-list li .box {
    font-size: 1.22em;
  }
}

.applicable p {
  line-height: 1.2;
}
@media (min-width: 1400px) {
  .applicable .col-xxl {
    min-width: 20%;
    max-width: 20%;
  }
}

.spec p {
  color: #666;
}/*# sourceMappingURL=prods.css.map */