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

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #f2f2f2;
  background-color: black;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif !important;
}
@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;
}
@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: #ff6600;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0;
}

.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) * 4) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.block-title {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ff6600;
  letter-spacing: 0.05em;
}

.block-title2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5em;
  color: #ff6600;
  letter-spacing: 0.05em;
}

.block-title3 {
  font-size: 1em;
  font-weight: bold;
  color: #ff6600;
}
.block-title3 a {
  color: #ff6600;
}

@media (min-width: 769px) {
  .block-title {
    font-size: 1.9em;
  }
  .block-title2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.26em;
  }
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.67em;
  }
  .block-title2 {
    font-size: 2em;
  }
}
.btn-play {
  border-radius: 8px;
}
@media (min-width: 769px) {
  .btn-play {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .btn-play {
    border-radius: 18px;
  }
}
@media (min-width: 1680px) {
  .btn-play {
    border-radius: 26px;
  }
}

.btn {
  border-radius: 0 !important;
  padding: 0.8em 2.5em !important;
  border: 0 !important;
  font-size: 1em;
  font-weight: normal;
  display: inline-flex;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1.6em;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.4em 0.8em !important;
  font-size: 0.8em;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  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;
  }
}

.btn-link {
  text-decoration: none !important;
  color: #cccccc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0.3em 2em !important;
  font-size: 1em;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: white !important;
  background-color: #ff6600;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0.25em 0.5em;
  color: #333 !important;
  font-size: 1em;
  text-transform: capitalize;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #ff6600 !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: #ff6600;
  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(255, 102, 0, 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-others {
  background-color: white;
  border: 1px solid #cccccc;
  color: #999;
  padding: 0.6em 1.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  min-width: 160px;
  transition: all 0.3s linear;
}
.btn-others:after {
  display: inline-flex;
  content: "\f282";
  font-family: "Bootstrap-icons";
  border: 0;
  font-size: 0.7em;
  margin-left: 1em;
}
.btn-others:hover {
  color: #ff6600;
}

.btn-dark {
  border: 0;
  color: white;
  background-color: black !important;
  border: 1px solid black !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: #a94e00 !important;
  border: 1px solid #a94e00 !important;
}

.btn-light {
  border: 0;
  color: #ff6600;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 40px !important;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  z-index: -2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  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 {
  border: 0;
  color: white;
  background: #ff6600;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.btn-primary i {
  position: relative;
  display: inline-flex;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.show {
  color: white !important;
  background-color: #a94e00 !important;
}
.btn-primary:hover i, .btn-primary:active i, .btn-primary:focus i, .btn-primary.show i {
  color: white !important;
}

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

.btn-search {
  border: 0 !important;
  background-color: white;
  padding: 0.3em 1em;
  color: #ff6600;
  border-radius: 0;
  border: 0;
  transition: all 0.3s linear;
}
.btn-search:hover {
  color: #ff6600;
  background-color: rgba(0, 0, 0, 0.85);
}

.btn-more {
  background-color: #ff6600;
  border: 0 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em !important;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
}
.btn-more i {
  font-size: 1em;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  border: 0 !important;
  background-color: white !important;
  color: #ff6600 !important;
}
@media (min-width: 992px) {
  .btn-more {
    width: 48px;
    height: 48px;
  }
  .btn-more i {
    font-size: 1.2em;
  }
}

.btn-more-sm {
  background-color: white;
  border: 1px solid #cccccc !important;
  color: #999;
  padding: 0.25em 0.8em !important;
  border-radius: 3px !important;
  font-size: 0.88em !important;
  text-transform: uppercase;
}
.btn-more-sm i {
  font-size: 1em;
}
.btn-more-sm:hover, .btn-more-sm:active, .btn-more-sm:focus {
  background-color: #333 !important;
  border: 1px solid #333 !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: #ff6600 !important;
}

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

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

/*News*/
.news-list {
  margin-bottom: 2em;
}
.news-list .news-con {
  position: relative;
}
.news-list .news-con:after {
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  width: 0;
  height: 4px;
  content: "";
  background: linear-gradient(to Right, #ff6600 50%, rgba(255, 102, 0, 0) 100%);
  transition: all 0.3s linear;
}
.news-list .news-con .post-time {
  font-size: 0.88em;
  margin-bottom: 0.5em;
  color: #666;
}
.news-list .news-con .news-title {
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.news-list .news-con .news-title a {
  color: #333;
}
.news-list .news-con .news-tag a {
  display: inline-flex;
  color: #999;
  margin: 0 1em 0.5em 0;
}
.news-list .news-con .news-tag a:hover {
  color: #ff6600;
}
@media (min-width: 769px) {
  .news-list .news-con .post-time {
    margin-bottom: 1em;
  }
  .news-list .news-con .news-title {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .news-list {
    margin-bottom: 3em;
  }
  .news-list .news-con .post-time {
    margin-bottom: 1em;
  }
  .news-list .news-con .news-title {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
  .news-list:hover .news-con .news-title a {
    color: #ff6600;
  }
  .news-list:hover .news-con:after {
    width: calc(100% - var(--bs-gutter-x) * 1);
  }
}
@media (min-width: 1200px) {
  .news-list .news-con .news-title {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .news-list {
    margin-bottom: 4em;
  }
  .news-list .news-con .news-title {
    font-size: 1.67em;
  }
}

.sub-news .post-time {
  font-size: 0.88em;
  color: #999;
  margin-bottom: 1em;
}
.sub-news .news-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sub-news .news-tag a {
  display: inline-flex;
  color: #999;
  margin: 0 1em 0.5em 0;
}
.sub-news .news-tag a:hover {
  color: #ff6600;
}
.sub-news .main-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 1.5em auto;
  display: flex;
}
@media (min-width: 769px) {
  .sub-news {
    margin-top: 1.5em;
  }
  .sub-news .news-title {
    font-size: 1.9em;
  }
  .sub-news .main-img {
    width: auto;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .sub-news .news-title {
    font-size: 2.1em;
  }
  .sub-news .main-img {
    margin: 3em auto;
  }
}
@media (min-width: 1200px) {
  .sub-news .news-title {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1680px) {
  .sub-news .news-title {
    font-size: 2.67em;
    margin-bottom: 1em;
  }
}

/*Catalog*/
.catalog {
  background-image: url(../images/bg-catalog.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.catalog .cat-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.catalog .cat-cover .slider-wrap {
  padding: 20px;
}
.catalog .cat-cover .slider-wrap img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.catalog .cat-cover .slick-list,
.catalog .cat-cover .slick-track {
  height: 100% !important;
}
.catalog .cat-download {
  margin-bottom: 150px;
}
.catalog .cat-download .slider-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #cccccc;
  transition: all 0.3s linear;
  cursor: pointer;
}
.catalog .cat-download .slider-wrap .cat-name {
  font-size: 1.2em;
  display: inline-flex;
  margin-bottom: 0 !important;
  color: #ff6600;
  font-weight: bold;
}
.catalog .cat-download .slider-wrap .post-time2 {
  font-size: 0.88em;
  display: inline-flex;
}
.catalog .cat-download .slider-wrap i {
  font-size: 1.5em;
  color: #333;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.catalog .cat-download .slider-wrap i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  content: "";
  background-color: #ff6600;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .catalog .cat-download {
    margin-bottom: 300px;
  }
  .catalog .cat-download .slider-wrap {
    padding: 1em 0;
  }
  .catalog .cat-download .slider-wrap .cat-name {
    color: #333;
    font-weight: normal;
  }
  .catalog .cat-download .slider-wrap:hover {
    background: linear-gradient(to Right, #ff6600 50%, rgba(255, 102, 0, 0) 100%) !important;
    padding: 1em 1.5em;
  }
  .catalog .cat-download .slider-wrap:hover .cat-name {
    color: white !important;
  }
  .catalog .cat-download .slider-wrap:hover i {
    color: white !important;
  }
  .catalog .cat-download .slider-wrap:hover i:after {
    opacity: 1;
  }
  .catalog .cat-download .slider-wrap.active .cat-name {
    color: #ff6600;
  }
  .catalog .cat-download .slider-wrap.active i {
    color: #ff6600;
  }
}

/*Q&A*/
.qna .accordion .accordion-item {
  border: 0;
  margin-bottom: 1.5em;
}
.qna .accordion .accordion-item .accordion-header .accordion-button {
  color: #999;
  background-color: #f2f2f2;
  padding: 1.5em 1.5em 1.5em 65px !important;
  font-size: 1.1rem;
  position: relative;
  font-weight: bold;
}
.qna .accordion .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  left: 0.7em;
  top: 0.5em;
  content: "Q";
  color: #666;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .qna .accordion .accordion-item .accordion-header .accordion-button {
    padding: 1.5em 1.5em 1.5em 90px !important;
    font-size: 1.3rem;
  }
  .qna .accordion .accordion-item .accordion-header .accordion-button:before {
    top: 0.4em;
    font-size: 2.67rem;
  }
}
.qna .accordion .accordion-item .accordion-header .accordion-button:after {
  filter: invert(1) brightness(89%);
}
.qna .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ff6600;
  background-color: #f2f2f2;
  box-shadow: none;
}
.qna .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  color: #ff6600;
}
.qna .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  filter: invert(45%) sepia(37%) saturate(5017%) hue-rotate(2deg) brightness(104%) contrast(104%);
}
.qna .accordion .accordion-item .accordion-collapse .accordion-body {
  color: white;
  padding: 1.5em 1.5em 1.5em 65px;
  color: #333;
  position: relative;
}
.qna .accordion .accordion-item .accordion-collapse .accordion-body:after {
  position: absolute;
  left: 0.7em;
  top: 0.5em;
  content: "A";
  color: #666;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .qna .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 1.5em 1.5em 1.5em 90px;
  }
  .qna .accordion .accordion-item .accordion-collapse .accordion-body:after {
    top: 0.4em;
    font-size: 2.67rem;
  }
}
.qna .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0;
  padding: 0 1em;
}
.qna .accordion .accordion-item .accordion-collapse.show .accordion-body:after {
  color: #333;
}
@media (min-width: 992px) {
  .qna .accordion-end {
    width: 50%;
    margin-left: 50%;
  }
  .qna .accordion-end .accordion-item {
    background-color: transparent !important;
  }
  .qna .accordion-end .accordion-item .accordion-header .accordion-button {
    color: #cccccc;
    padding: 0.8em 0 !important;
  }
}/*# sourceMappingURL=support.css.map */