@font-face {
  font-family: "Noto_Sans_TC";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto_Sans_TC_bold";
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Bold.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.ttf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype");
}
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

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

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: "Poppins", 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.7;
  letter-spacing: 0.08rem;
}
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: #003399;
  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) * 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;
  }
}

.detail {
  padding: 3.5rem 0;
}
.detail .block-title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  color: #ff0000;
}
.detail .block-title2 {
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
  position: relative;
  color: #ff0000;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
  width: 100% !important;
}
.detail .block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  content: "";
  background-color: #ff0000;
}
.detail .block-title3 {
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 3rem;
  font-weight: bold;
  width: 100% !important;
}
@media (min-width: 769px) {
  .detail .block-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .detail .block-title2,
  .detail .block-title3 {
    font-size: 1.55rem;
  }
}
@media (min-width: 1200px) {
  .detail {
    padding: 4.5rem 0;
  }
  .detail .block-title {
    font-size: 2.8rem;
    margin-bottom: 2.7rem;
  }
  .detail .block-title2,
  .detail .block-title3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1680px) {
  .detail {
    padding: 4.5rem 0;
  }
  .detail .block-title {
    font-size: 3.33rem;
    margin-bottom: 3rem;
  }
  .detail .block-title2,
  .detail .block-title3 {
    font-size: 2rem;
  }
}

.p-list, .p-list2, .btn-play {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .p-list, .p-list2, .btn-play {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .p-list, .p-list2, .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1680px) {
  .p-list, .p-list2, .btn-play {
    border-radius: 20px;
  }
}

.p-list, .p-list2 {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.btn {
  padding: 0.6rem 1.5rem;
  font-size: 0.85rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.05rem !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn {
    padding: 0.7rem 1.8rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
  }
}

.btn-sm {
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
.btn-sm img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-size: 1rem;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.4rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.45rem 1.2rem;
    font-size: 0.95rem;
  }
}

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

.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: #003399;
  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: #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  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: scale(1.1) translate(-50%, -50%);
  }
}

.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: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}

.btn-white {
  border: 0;
  border-radius: 4px;
  color: #666;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  min-width: auto !important;
}
.btn-white i {
  position: relative;
  display: inline-flex;
  font-size: 1rem;
  color: #666;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: white !important;
  background-color: #ff0000 !important;
}
.btn-white:hover i, .btn-white:active i, .btn-white:focus i {
  color: white !important;
}
.btn-white.show {
  color: #333 !important;
  background-color: #f6f6f6 !important;
}
.btn-white.show i {
  color: #333 !important;
}

.btn-primary {
  border: 0;
  color: white;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-primary img {
  filter: invert(1) brightness(100);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
html[dir=rtl] .btn-primary img {
  transform: scaleX(-1);
}

.btn-secondary {
  border: 0;
  color: white;
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-secondary img {
  filter: invert(1) brightness(100);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}
html[dir=rtl] .btn-secondary img {
  transform: scaleX(-1);
}

.btn-outline-secondary {
  border: 1px solid #cccccc;
  background-color: white;
  color: #ff0000;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  border: 1px solid #ff0000;
  background-color: #ff0000;
  color: white;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5rem 0.8rem;
  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: #003399 !important;
  border: 1px solid #003399 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6rem 1rem;
  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: #003399 !important;
}

.text-primary {
  color: #003399 !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;
}

button {
  border-radius: 4px;
  border: 0;
}

.p-list {
  overflow: hidden;
  display: flex;
  padding: 2rem 2.5rem;
  height: 100%;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  transition: all 0.3s linear;
}
.p-list .p-img {
  margin-bottom: 1.5rem;
}
.p-list .p-name {
  font-size: 1.25rem;
  line-height: 1.8rem;
  color: #999;
  font-weight: normal;
  width: 100%;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .p-list {
    padding: 1.5rem 2rem;
  }
  .p-list .p-name {
    font-size: 1.2rem;
  }
  .p-list:hover, .p-list:active, .p-list:focus {
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
  }
  .p-list:hover .p-name, .p-list:active .p-name, .p-list:focus .p-name {
    color: #ff0000;
  }
  .p-list:hover .btn-secondary, .p-list:active .btn-secondary, .p-list:focus .btn-secondary {
    border: 1px solid #333 !important;
    background-color: #333 !important;
    color: white !important;
  }
}
@media (min-width: 1200px) {
  .p-list {
    padding: 2rem 2.5rem;
  }
  .p-list .p-name {
    font-size: 1.33rem;
  }
}

.txt-more {
  height: 6.4rem;
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  overflow: hidden;
  transition: height 0.5s ease;
}
.txt-more p {
  margin-bottom: 0.8rem;
  line-height: 1.6rem;
}
.txt-more.expanded {
  height: auto !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  transition: height 0.5s ease;
}

.p-list2 {
  display: block;
  height: 100%;
  padding: 2rem 2.5rem;
  transition: all 0.3s linear;
}
.p-list2 .p-img {
  margin-bottom: 1.5rem;
}
.p-list2 .p-name {
  font-size: 1.33rem;
  color: #999;
  font-weight: normal;
  transition: all 0.3s linear;
}
.p-list2 .p-name .p-model {
  display: block;
  font-size: 1rem;
  color: #333;
  margin: 0.5rem 0;
}
.p-list2 .btn-outline-secondary {
  min-width: auto !important;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
@media (min-width: 992px) {
  .p-list2 {
    padding: 1.5rem 2rem;
  }
  .p-list2 .p-name {
    font-size: 1.2rem;
  }
  .p-list2:hover, .p-list2:active, .p-list2:focus {
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.3);
  }
  .p-list2:hover .p-name, .p-list2:active .p-name, .p-list2:focus .p-name {
    color: #ff0000;
  }
  .p-list2:hover .btn-outline-secondary, .p-list2:active .btn-outline-secondary, .p-list2:focus .btn-outline-secondary {
    border: 1px solid #ff0000 !important;
    background-color: #ff0000 !important;
    color: white !important;
  }
  .p-list2:hover .btn-secondary, .p-list2:active .btn-secondary, .p-list2:focus .btn-secondary {
    border: 1px solid #333 !important;
    background-color: #333 !important;
    color: white !important;
  }
}
@media (min-width: 1200px) {
  .p-list2 {
    padding: 2rem 2.5rem;
  }
  .p-list2 .p-name {
    font-size: 1.33rem;
  }
}

/*prods-detail*/
.bg-prods {
  position: relative;
  z-index: 0;
}
.bg-prods:after {
  position: absolute;
  left: 0;
  top: -350px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background-image: url("../images/bg-prods.png");
  background-size: 200% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .bg-prods:after {
    background-size: 100% auto;
  }
}

.prods-basic {
  position: relative;
}
.prods-basic:after {
  position: absolute;
  left: -0.7rem;
  bottom: 0;
  width: 150%;
  height: 150%;
  content: "";
  background-color: white;
  border-bottom-left-radius: 50px;
  z-index: -1;
}
.prods-basic .album-slider {
  padding: 0 50px;
  direction: ltr !important;
  text-align: left !important;
}
.prods-basic .album-slider .slick-track {
  direction: ltr !important;
  text-align: left !important;
}
.prods-basic .prods-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prods-basic .prods-info .block-title {
  text-align: center;
}
.prods-basic .prods-info .block-title .p-model {
  display: block;
  font-size: 1.2rem;
  color: #333;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .prods-basic .prods-info {
    align-items: flex-start;
  }
  .prods-basic .prods-info .block-title {
    text-align: left;
  }
  .prods-basic .prods-info .block-title .p-model {
    font-size: 1.67rem;
  }
}

.detail .explore .btn-explore {
  font-size: 1rem;
}
.detail .explore.fixed .btn-explore {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 1000;
  width: inherit;
}
@media (min-width: 576px) {
  .detail .explore.fixed .btn-explore {
    left: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .detail .explore.fixed .btn-explore {
    left: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .detail .explore.fixed .dropdown-menu {
    position: fixed;
    width: inherit;
    top: 130px;
    left: calc((100% - 960px) / 2);
    z-index: 1000;
  }
}
@media (min-width: 1200px) {
  .detail .explore.fixed .dropdown-menu {
    top: 130px;
    left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .detail .explore.fixed .dropdown-menu {
    left: calc((100% - 1320px) / 2);
  }
}
.detail .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #f6f6f6;
  padding: 0;
  overflow: hidden;
}
.detail .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 0.5rem 1.85rem;
}
.detail .dropdown-menu .dropdown-item:hover, .detail .dropdown-menu .dropdown-item:active, .detail .dropdown-menu .dropdown-item:focus {
  background-color: #333;
  color: white;
}
.detail .dropdown-menu .dropdown-item.active {
  background-color: #ff0000;
  color: white;
}
@media (min-width: 992px) {
  .detail .dropdown-menu {
    background-color: transparent;
  }
  .detail .dropdown-menu .dropdown-item {
    font-size: 1.15rem;
    padding: 0.5rem 1.85rem;
    color: #999;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .detail .dropdown-menu .dropdown-item:hover, .detail .dropdown-menu .dropdown-item:active, .detail .dropdown-menu .dropdown-item:focus, .detail .dropdown-menu .dropdown-item.active {
    background-color: #f6f6f6 !important;
    color: #ff0000 !important;
  }
}
@media (min-width: 1680px) {
  .detail .dropdown-menu .dropdown-item {
    font-size: 1.33rem;
  }
}

html[dir=rtl] .detail .explore.fixed .btn-explore {
  right: 0;
}
@media (min-width: 576px) {
  html[dir=rtl] .detail .explore.fixed .btn-explore {
    right: calc((100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .detail .explore.fixed .btn-explore {
    right: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .detail .explore .dropdown-menu {
    right: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .detail .explore .dropdown-menu {
    right: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  html[dir=rtl] .detail .explore .dropdown-menu {
    right: calc((100% - 1320px) / 2);
  }
}

#b-feature,
#b-detail,
#b-specfication {
  min-height: 450px;
}
#b-feature .block-title3,
#b-detail .block-title3,
#b-specfication .block-title3 {
  position: relative;
}
#b-feature .block-title3:after,
#b-detail .block-title3:after,
#b-specfication .block-title3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 10px;
  content: "";
  background-color: #ff0000;
  z-index: -1;
}

html[dir=rtl] #b-feature .block-title3:after,
html[dir=rtl] #b-detail .block-title3:after,
html[dir=rtl] #b-specfication .block-title3:after {
  left: auto;
  right: 0;
}

#b-specfication .product_intro_table {
  width: 100%;
  font-size: 1rem;
  margin: 2rem 0;
}
#b-specfication .product_intro_table tr td {
  padding: 1rem 1.5rem;
  color: #666;
  letter-spacing: 0.1rem;
}
#b-specfication .product_intro_table tr td:first-child {
  font-weight: bold;
  background-color: #f6f6f6;
  color: #222222;
  border-bottom: 3px solid white;
}

/*Search*/
.tips {
  font-size: 1.1rem;
}
.tips .keywords {
  font-weight: bold;
  font-size: 1.2rem;
  color: #003399;
}
.tips mark,
.tips .mark {
  color: #003399 !important;
  font-size: 1.2rem;
}/*# sourceMappingURL=prods.css.map */