*::-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;
}
@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 mark,
body .mark {
  color: #0099cc;
  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) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.btn-secondary, .btn-primary:before, .btn-light:after {
  background: linear-gradient(to right, #003366, #0099cc);
  transition: all 0.3s linear;
}

.prods-intro:after, .btn-linear:after {
  background: linear-gradient(to right, #0099cc, #003366, #0099cc);
  transition: all 0.3s linear;
}

.prods-intro {
  padding: 3.5em 0;
}
.prods-intro .block-title {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #003366;
  font-family: "Oswald", Arial, "Noto Sans TC", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.prods-intro .block-subtitle {
  font-size: 1.33em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 3em;
  color: #003366;
  font-family: "Oswald", Arial, "Noto Sans TC", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.prods-intro .block-title2 {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: 0.8em;
  font-weight: normal;
  font-style: italic;
  position: relative;
  color: #003366;
  letter-spacing: 0.05em;
}
.prods-intro .block-title3 {
  font-size: 1.45em;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: normal;
  text-transform: uppercase;
  width: 100% !important;
  padding: 0.65em 2em;
  background: linear-gradient(to right, #0099cc 60%, rgba(0, 153, 204, 0) 100%);
  font-family: "Oswald", Arial, "Noto Sans TC", sans-serif;
  color: white;
}
html[dir=rtl] .prods-intro .block-title3 {
  background: linear-gradient(to left, #0099cc 60%, rgba(0, 153, 204, 0) 100%);
}
.prods-intro .block-title4 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #003366;
  font-family: "Oswald", Arial, "Noto Sans TC", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .prods-intro .block-title {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
  .prods-intro .block-title2,
  .prods-intro .block-title3,
  .prods-intro .block-title4 {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  .prods-intro {
    padding: 4.5em 0;
  }
  .prods-intro .block-title {
    font-size: 3.1em;
    margin-bottom: 1.5em;
  }
  .prods-intro .block-title2,
  .prods-intro .block-title3,
  .prods-intro .block-title4 {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .prods-intro {
    padding: 4.5em 0;
  }
  .prods-intro .block-title {
    font-size: 4em;
  }
  .prods-intro .block-title2 {
    font-size: 2.67em;
  }
  .prods-intro .block-title3 {
    font-size: 3em;
  }
  .prods-intro .block-title4 {
    font-size: 2.67em;
  }
}

.btn-play {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .btn-play {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .btn-play {
    border-radius: 10px;
  }
}
@media (min-width: 1680px) {
  .btn-play {
    border-radius: 16px;
  }
}

.btn {
  padding: 0.6em 2em;
  font-size: 1em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  font-family: "Oswald", Arial, "Noto Sans TC", sans-serif !important;
  transition: all 0.3s linear;
}
.btn img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn {
    padding: 0.7em 1.2em;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.9em 2.8em;
    font-size: 1em;
  }
}
.btn:hover {
  padding: 0.6em 2.6em;
}
@media (min-width: 769px) {
  .btn:hover {
    padding: 0.7em 1.8em;
  }
}
@media (min-width: 1200px) {
  .btn:hover {
    padding: 0.9em 3.4em;
  }
}

.btn-sm {
  padding: 0.4em 0.9em !important;
  font-size: 0.9em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #0099cc !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: #0099cc;
  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: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(0, 153, 204, 0.7);
  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:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #003366 !important;
  border: 1px solid #003366 !important;
}

.btn-light {
  border: 0;
  color: #999;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  font-size: 1em;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: white;
  overflow: hidden;
  background-color: transparent !important;
  transition: all 0.3s linear;
}
.btn-primary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-primary:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #003366;
  transition: all 0.3s linear;
  z-index: -1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: transparent;
  border: 0 !important;
}
.btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after {
  left: 0;
}

.btn-secondary {
  color: white;
  border: 0 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #333 !important;
  border: 0 !important;
}

.btn-link {
  color: #0099cc;
  text-decoration: none;
}
.btn-link:hover {
  color: #003366;
}

.btn-linear {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: white !important;
  text-align: start;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-linear:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn-linear:after {
  left: auto;
  right: 0;
}
.btn-linear:hover, .btn-linear:active, .btn-linear:focus {
  transform: translateX(25px);
}
html[dir=rtl] .btn-linear:hover, html[dir=rtl] .btn-linear:active, html[dir=rtl] .btn-linear:focus {
  transform: translateX(-25px);
}

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

.btn-more {
  background-color: #333;
  border: 1px solid #333;
  color: white;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #0099cc !important;
  border: 1px solid #0099cc !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #0099cc !important;
}

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

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

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

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

.prods-list {
  color: #333;
}
.prods-list .btn-linear {
  width: 100%;
}
.prods-list .prods-con {
  padding: 0;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .prods-list .prods-con {
    padding: 1.8em;
  }
}
@media (min-width: 1200px) {
  .prods-list .prods-con {
    padding: 2.5em;
  }
}
.prods-list .prods-con .prods-title {
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1em;
  color: #0099cc;
}
@media (min-width: 768px) {
  .prods-list .prods-con .prods-title {
    font-size: 2.5em;
    color: white;
  }
}
@media (min-width: 1200px) {
  .prods-list .prods-con .prods-title {
    font-size: 2.85em;
  }
}
@media (min-width: 1680px) {
  .prods-list .prods-con .prods-title {
    font-size: 3.3em;
  }
}
.prods-list .prods-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  box-sizing: border-box;
  color: #333;
}
@media (min-width: 768px) {
  .prods-list .prods-con p {
    color: white;
  }
}
.prods-list .prods-img {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 45%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 45%);
}
html[dir=rtl] .prods-list .prods-img {
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 45%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgb(0, 0, 0) 45%);
}
.prods-list .prods-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .prods-list {
    color: white;
    background-color: #0099cc;
  }
  .prods-list .btn-linear {
    width: 50%;
    margin-left: 50%;
  }
  html[dir=rtl] .prods-list .btn-linear {
    margin-left: auto;
    margin-right: 50%;
  }
  .prods-list:nth-child(even) {
    background-color: #003366;
  }
}
@media (min-width: 992px) {
  .prods-list:hover .btn-linear {
    transform: none;
  }
  .prods-list:hover .prods-con {
    transform: translateX(25px);
  }
  html[dir=rtl] .prods-list:hover .prods-con {
    transform: translateX(-25px);
  }
  .prods-list:hover .prods-img img {
    transform: scale(1.1);
  }
}

.prods-title2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media (min-width: 769px) {
  .prods-title2 {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .prods-title2 {
    font-size: 3.85em;
  }
}
@media (min-width: 1680px) {
  .prods-title2 {
    font-size: 4.2em;
  }
}

.prods-intro {
  position: relative;
}
.prods-intro:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translateY(-50%);
  z-index: -2;
}
@media (min-width: 992px) {
  .prods-intro:after {
    left: calc(var(--bs-gutter-x) * 1.5);
  }
}
@media (min-width: 1200px) {
  .prods-intro:after {
    left: calc(var(--bs-gutter-x) * 3);
  }
}
html[dir=rtl] .prods-intro:after {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  html[dir=rtl] .prods-intro:after {
    left: auto;
    right: calc(var(--bs-gutter-x) * 1.5);
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .prods-intro:after {
    left: auto;
    right: calc(var(--bs-gutter-x) * 3);
  }
}
.prods-intro .prods-slider .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prods-intro .intro-txt {
  color: white;
}
@media (min-width: 769px) {
  .prods-intro .intro-txt {
    padding: 0 calc(var(--bs-gutter-x) * 0.75) !important;
  }
}
@media (min-width: 1200px) {
  .prods-intro .intro-txt {
    padding: 0 calc(var(--bs-gutter-x) * 1.5) !important;
  }
}

.link-cta {
  display: block;
  margin-top: 6.5em;
  background-image: url("../images/bg-cta.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 8em 1em;
  color: white !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
html[dir=rtl] .link-cta {
  background-image: url("../images/bg-cta-rlt.jpg");
  background-position: right center;
}
@media (min-width: 992px) {
  html[dir=rtl] .link-cta .caption {
    margin-left: 50%;
  }
}
.link-cta .caption {
  transition: all 0.3s linear;
}
.link-cta .caption h5 {
  font-size: 1.9em;
  font-weight: bold;
}
.link-cta .caption p {
  font-size: 1em;
}
.link-cta .btn-linear {
  width: 100%;
}
@media (min-width: 992px) {
  .link-cta {
    padding: 8em 3.5em;
    background-position: center;
  }
  .link-cta .caption h5 {
    font-size: 2.2em;
  }
  .link-cta .caption p {
    font-size: 1.15em;
  }
  .link-cta .btn-linear {
    width: 50%;
  }
}
@media (min-width: 1680px) {
  .link-cta .caption h5 {
    font-size: 2.67em;
  }
  .link-cta .caption p {
    font-size: 1.33em;
  }
}
@media (min-width: 992px) {
  .link-cta:hover {
    box-shadow: 0 0 36px rgba(0, 153, 204, 0.5);
  }
  .link-cta:hover .caption {
    transform: translateX(25px);
  }
}/*# sourceMappingURL=production.css.map */