*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff9900;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
    padding-left: 80px;
  }
}
@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: #ff9900;
  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;
  }
}

.index-prods, .index-about, .index-others, .index-news {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .index-prods, .index-about, .index-others, .index-news {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .index-prods, .index-about, .index-others, .index-news {
    padding: 5em 0;
  }
}

.index-news .news-slider .slider-wrap a {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.slogan h3 {
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.25);
}

.hero-slider .slider-wrap .container-fluid .title-lg, .index-prods .prods-slider .slider-wrap a .p-name, .slogan, .btn-dark, .btn-primary, .block-title5, .block-title4, .block-title2, .block-title {
  font-family: "Orbitron", "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.btn-sm, .block-title3 {
  font-family: "Nunito", "Noto Sans TC", Arial, sans-serif;
  letter-spacing: 0.1em;
}

.text-primary {
  color: #ff9900 !important;
}

.text-secondary {
  color: #ff6600 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.15;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.95em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.2em;
  }
}

.block-title2 {
  position: relative;
  font-size: 2.1em;
  padding: 0 0 1.2em 0;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url(../images/bg-block-title2.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.block-title2.text-center {
  text-align: left !important;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.2em;
  }
  .block-title2.text-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.6em;
  }
}
.block-title2.anone:after {
  display: none;
}

.block-title3 {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #ff9900;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 3.05em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #666;
  position: relative;
}
.block-title4:after {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background-color: #ff9900;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  pointer-events: none;
  margin-left: 0.5em;
}
@media (min-width: 769px) {
  .block-title4 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.7em;
  }
}

.block-title5 {
  color: white;
  background-color: #ff9900;
  display: inline-flex;
  padding: 0.35em 1.5em;
  border-radius: 50px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.3em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.4em;
  }
}

.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.75em 1.5em;
  font-size: 1em;
  letter-spacing: 0.1em !important;
  font-weight: 500;
  z-index: 99;
  border-radius: 45px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1em 3em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.55em 0.9em !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 1em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.2em !important;
    font-size: 0.95em;
  }
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #ff9900 !important;
}

.btn-circle2 {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #cccccc !important;
  margin-right: 1em;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ff9900 !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: #ff9900;
  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: 50px;
  height: 50px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  color: #ff9900;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #ff9900;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 60px;
    height: 60px;
  }
}
.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: #999;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link i {
  color: #ff9900;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #ff9900 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #666 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff9900 !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-dark {
  border: 0 !important;
  color: white;
  background-color: #666 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white;
  border: 0 !important;
  background-color: #ff9900 !important;
}

.btn-outline-primary {
  border: 1px solid #ff9900;
  color: #ff9900;
  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: #ff9900 !important;
  border: 1px solid #ff9900 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff9900 !important;
  color: #ff9900 !important;
}

.btn-send {
  background-color: #ff9900;
  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: #ff6600;
  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;
}

.hero-slider {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-slider {
    height: 100vh;
  }
}
.hero-slider .slider-wrap {
  position: relative;
  background-color: white;
  overflow: hidden;
  z-index: 1;
  height: 550px !important;
}
.hero-slider .slider-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
html[dir=rtl] .hero-slider .slider-wrap {
  text-align: right;
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.hero-slider .slider-wrap .slideIn {
  -webkit-animation: slideIn 6s linear forwards;
  animation: slideIn 6s linear forwards;
}
.hero-slider .slider-wrap .container-fluid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.hero-slider .slider-wrap .container-fluid .title-sm {
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: white;
  padding: 0 4rem 0 1rem;
}
.hero-slider .slider-wrap .container-fluid .title-lg {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ff9900;
  margin-bottom: 0.5em;
  padding: 0 4rem 0 1rem;
}
.hero-slider .slider-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (min-width: 576px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 1.35em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2.4em;
  }
}
@media (min-width: 769px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 1.7em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2.45em;
  }
}
@media (min-width: 992px) {
  .hero-slider .slider-wrap {
    height: 100vh !important;
  }
  .hero-slider .slider-wrap:after {
    display: none;
  }
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 2em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3.2em;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 2.2em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3.4em;
  }
}
@media (min-width: 1680px) {
  .hero-slider .slider-wrap .container-fluid .title-sm {
    font-size: 2.78em;
  }
  .hero-slider .slider-wrap .container-fluid .title-lg {
    font-size: 5em;
  }
}
.hero-slider body .slick-prev.slick-arrow,
.hero-slider body .slick-next.slick-arrow {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: block !important;
  z-index: 99999 !important;
  background-color: transparent !important;
}
.hero-slider body .slick-prev.slick-arrow {
  left: 18px !important;
}
.hero-slider body .slick-next.slick-arrow {
  right: 18px !important;
}
@media (max-width: 768px) {
  .hero-slider body .slick-prev.slick-arrow,
  .hero-slider body .slick-next.slick-arrow {
    left: 8px !important;
    right: 8px !important;
    --btn-size: 40px;
  }
}
.hero-slider .slick-active .title-sm,
.hero-slider .slick-active .title-lg {
  animation: fadeInLeft 0.5s linear;
}

.index-prods .prods-slider .slider-wrap a {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.index-prods .prods-slider .slider-wrap a img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.index-prods .prods-slider .slider-wrap a .p-name {
  color: #999;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-prods .prods-slider .slider-wrap a:hover img {
    transform: scale(1.1);
  }
  .index-prods .prods-slider .slider-wrap a:hover .p-name {
    color: #ff9900;
  }
}

.index-about {
  position: relative;
  color: white;
  background-color: #333;
  overflow: hidden;
}
.index-about:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 50%;
  content: "";
  background-image: url(../images/bg-index-about2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  z-index: 0;
}
@media (min-width: 1400px) {
  .index-about:after {
    width: 10%;
  }
}
.index-about .bg-about {
  position: absolute;
  right: 0;
  top: 0;
  width: 160%;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 992px) {
  .index-about .bg-about {
    width: 100%;
  }
}
.index-about .txt {
  position: relative;
  z-index: 1;
}
.index-about .txt .icon {
  text-align: center;
}
.index-about .txt .icon img {
  width: 100%;
  height: auto;
  max-width: 80px;
}
.index-about .txt .icon p {
  text-align: center;
  line-height: 1.3;
}

.slogan {
  position: relative;
  color: white;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}
.slogan h3 {
  font-size: 2em;
  font-style: italic;
  color: #ff9900;
  font-weight: 700;
}
.slogan a {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .slogan {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .slogan h3 {
    font-size: 2.3em;
  }
}
@media (min-width: 1200px) {
  .slogan {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .slogan h3 {
    font-size: 3em;
    text-align: left;
  }
}
@media (min-width: 1680px) {
  .slogan h3 {
    font-size: 3.6em;
  }
}
.slogan:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background-color: rgba(204, 204, 204, 0.2);
}
.slogan:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 50%;
  height: 140%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/logo-icon.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  opacity: 1;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(1);
}

.index-others .list a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 360px;
}
.index-others .list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-others .list a .block-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5em 1.5em;
  color: White;
}
.index-others .list:last-child a:last-child {
  margin-top: 1rem;
}
.index-others .list:last-child a:last-child .block-title {
  color: #333;
}
@media (min-width: 992px) {
  .index-others .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 650px;
  }
  .index-others .list a {
    height: 100%;
  }
  .index-others .list a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 7px solid transparent;
    transition: all 0.3s linear;
  }
  .index-others .list a:hover img {
    transform: scale(1.1);
  }
  .index-others .list a:hover:after {
    border: 7px solid #ff9900;
  }
  .index-others .list:last-child a {
    height: 50%;
  }
  .index-others .list:last-child a:last-child {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .index-others .list {
    height: 720px;
  }
}

.index-news {
  background-image: url(../images/bg-index-news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  position: relative;
}
.index-news .news-slider .slick-list {
  margin: 0 -24px;
}
.index-news .news-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.index-news .news-slider .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.index-news .news-slider .slider-wrap {
  margin: 24px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.index-news .news-slider .slider-wrap a {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: white;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
}
.index-news .news-slider .slider-wrap a .news-type {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: auto;
  display: inline-flex;
  padding: 0.2em 0.7em;
  background-color: #ff9900;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 3px;
  z-index: 99;
}
@media (min-width: 992px) {
  .index-news .news-slider .slider-wrap a .news-type {
    top: auto;
    bottom: 15px;
  }
}
.index-news .news-slider .slider-wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 0 auto;
}
.index-news .news-slider .slider-wrap a .news-txt {
  padding: 25px !important;
}
.index-news .news-slider .slider-wrap a .news-txt .post-time {
  font-size: 0.95em;
  color: #999;
  margin-bottom: 0.5em;
}
.index-news .news-slider .slider-wrap a .news-txt .news-title {
  font-size: 1.25em;
  color: #666;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .index-news .news-slider .slider-wrap a .news-txt .news-title {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .index-news .news-slider .slider-wrap a:hover .img-wrap img {
    transform: scale(1.1);
  }
  .index-news .news-slider .slider-wrap a:hover .news-txt .news-title {
    color: #ff9900;
  }
}/*# sourceMappingURL=index.css.map */