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

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

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  min-height: 900px;
  font-family: "Titillium Web", Arial, "Noto Sans TC", sans-serif !important;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px !important;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.67rem;
}
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: red;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2) !important;
    padding-left: calc(var(--bs-gutter-x) * 2) !important;
  }
}
@media (min-width: 992px) {
  .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) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.btn {
  padding: 0.6rem 1.7rem;
  font-size: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.5rem 1.7rem;
  font: size 0.9rem !important;
  transition: all 0.3s linear;
}

.btn-play {
  color: red;
  background-color: transparent !important;
  text-align: center;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-play i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.75rem;
  transition: all 0.3s linear;
}
.btn-play p {
  font-size: 1rem !important;
}
.btn-play:hover {
  border: 0 !important;
  background-color: transparent !important;
}

.btn-refresh {
  padding: 0.5rem !important;
  height: 40px !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
.btn-refresh i {
  color: #999;
  transition: all 0.3s linear;
}
.btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
  transform: rotate(180deg);
}
.btn-refresh:hover i, .btn-refresh:active i, .btn-refresh:focus i {
  color: red;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999;
  font-size: 1rem;
}

.btn-primary {
  border-radius: 30px;
  display: inline-flex;
  justify-content: space-between;
  min-width: 180px;
  background-color: red;
  color: white;
  font-size: 1.05rem;
  font-weight: normal;
  border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333 !important;
}

.btn-txt {
  border: 0;
  background-color: transparent !important;
  color: red !important;
  font-size: 1rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: normal;
}
.btn-txt i {
  margin-left: 1rem;
  text-transform: none;
}
.btn-txt:hover, .btn-txt:active, .btn-txt:focus {
  border: 0;
  color: red;
  background-color: transparent;
  transform: translateX(15px);
}

.btn-white {
  background-color: white;
  color: red;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border: 0;
  font-weight: normal;
  border-radius: 30px;
}
.btn-white i {
  margin-left: 1rem;
  text-transform: none;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  border: 0;
  color: white;
  background-color: #333;
  transform: translateX(15px);
}

.btn-light {
  display: inline-flex;
  color: #999 !important;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: 2px solid red;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  background-color: transparent !important;
  border-radius: 0;
  font-weight: normal;
}
.btn-light i {
  margin: 0 1rem 0 0;
}
.btn-light:hover {
  color: red !important;
  border-bottom: 2px solid red;
  background-color: transparent !important;
}

.btn-dark {
  border-radius: 30px;
  display: inline-flex;
  justify-content: space-between;
  min-width: 180px;
  background-color: black;
  color: white;
  font-size: 1.05rem;
  font-weight: normal;
  border: 0;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #333 !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;
}

.prods {
  background: url("../images/bg-media.jpg") no-repeat center bottom;
  background-size: 100% auto;
}

.p-list {
  display: block;
  overflow: hidden;
}
.p-list img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.p-list .txt {
  background-color: #f6f6f6;
  padding: 1rem 1.5rem;
  position: relative;
}
.p-list .txt .p-name {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1.5rem;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .p-list .txt .p-name {
    font-size: 1.35rem;
  }
}
@media (min-width: 1680px) {
  .p-list .txt .p-name {
    font-size: 1.5rem;
  }
}
.p-list .txt .btn-white {
  position: absolute;
  right: 1.5rem;
  top: -1.5rem;
}
@media (min-width: 992px) {
  .p-list:hover img, .p-list:active img, .p-list:focus img {
    transform: scale(1.2);
  }
  .p-list:hover .p-name, .p-list:active .p-name, .p-list:focus .p-name {
    color: #333;
  }
}

/*Product Detail*/
.p-info .prods-title {
  font-size: 2rem;
  color: #333;
}
.p-info p {
  color: #666;
  font-size: 1rem;
}

.info-title {
  display: inline-flex;
  background-color: red;
  color: white;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.info-title:after {
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 100%;
  display: inline-flex;
  content: "";
  background-color: red;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.apps-slider {
  padding-bottom: 4rem;
}
.apps-slider .slick-list {
  margin: 0 -15px;
}
.apps-slider .slider-wrap {
  margin: 0 15px;
  text-align: center;
}
.apps-slider .slider-wrap img {
  margin-bottom: 1.5rem;
  transition: all 0.3s linear;
}
.apps-slider .slider-wrap p {
  color: #333;
  font-weight: 500;
  transition: all 0.3s linear;
}
.apps-slider .slider-wrap:hover p {
  color: red;
}
.apps-slider .slider-wrap:hover img {
  transform: scale(0.9);
}
@media (min-width: 769px) {
  .apps-slider {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=prods.css.map */