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

.index-flow, .index-news, .index-about {
  padding: 3.5rem 0;
}
.index-flow .block-title, .index-news .block-title, .index-about .block-title {
  font-size: 1.67rem;
  color: #333;
  font-weight: 500;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.index-flow .block-title::after, .index-news .block-title::after, .index-about .block-title::after {
  width: 1px;
  height: 16px;
  margin-left: 1rem;
  content: "";
  background-color: #333;
  transform: rotate(45deg);
  display: inline-flex;
  transition: all 0.3s linear;
}
.index-flow .block-title2, .index-news .block-title2, .index-about .block-title2 {
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.index-flow .block-title2:before, .index-news .block-title2:before, .index-about .block-title2:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icon-block-title.svg") no-repeat center;
  background-size: 100% auto;
  margin-right: 1rem;
}
.index-flow .block-title3, .index-news .block-title3, .index-about .block-title3 {
  font-size: 1.33rem;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: inline-flex;
  border-bottom: 2px solid red;
  padding: 0.4rem 0;
  margin-bottom: 1.5rem;
}
.index-flow .slogan, .index-news .slogan, .index-about .slogan {
  font-size: 2.3rem;
  color: red;
  font-weight: 500;
}
.index-flow .block-title-sm, .index-news .block-title-sm, .index-about .block-title-sm {
  font-size: 0.9rem;
  color: white;
  font-weight: normal;
  display: flex;
  padding: 0.3rem 1rem;
  background-color: black;
}
.index-flow .block-title-sm:before, .index-news .block-title-sm:before, .index-about .block-title-sm:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 1rem;
  display: none;
}
@media (min-width: 769px) {
  .index-flow .slogan, .index-news .slogan, .index-about .slogan {
    font-size: 2.7rem;
  }
  .index-flow .block-title2, .index-news .block-title2, .index-about .block-title2 {
    font-size: 1.65rem;
  }
}
@media (min-width: 992px) {
  .index-flow .slogan, .index-news .slogan, .index-about .slogan {
    font-size: 3rem;
  }
  .index-flow .block-title-sm, .index-news .block-title-sm, .index-about .block-title-sm {
    font-size: 1rem;
    color: #999;
    background-color: transparent;
    padding: 0;
    display: block;
  }
  .index-flow .block-title-sm:before, .index-news .block-title-sm:before, .index-about .block-title-sm:before {
    display: block;
  }
  .index-flow .block-title2, .index-news .block-title2, .index-about .block-title2 {
    font-size: 1.75rem;
  }
  .index-flow .block-title2:before, .index-news .block-title2:before, .index-about .block-title2:before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1680px) {
  .index-flow .slogan, .index-news .slogan, .index-about .slogan {
    font-size: 4rem;
  }
  .index-flow .block-title2, .index-news .block-title2, .index-about .block-title2 {
    font-size: 2rem;
  }
}

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

.index-banner {
  position: relative;
}

.index-about {
  background: url("../images/bg-index-about.png") no-repeat center;
  background-size: cover;
}

.index-news {
  background-color: #f6f6f6;
}
.index-news .btn-txt {
  position: absolute;
  right: 0.5rem;
  top: 0;
  z-index: 1;
}
.index-news .news-con {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 0;
}
.index-news .news-con:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: -1;
  transition: all 0.3s linear;
}
.index-news .news-con .post-time {
  font-size: 1rem;
  color: #333;
}
.index-news .news-con .type {
  font-size: 1rem;
  color: white;
  background-color: red;
  margin-left: 1rem;
  padding: 0.2rem 1rem;
}
.index-news .news-con .news-title {
  font-size: 1.33rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-news .news-con:hover .news-title {
    color: red;
  }
  .index-news .news-con:hover:after {
    left: 0;
  }
}

.index-prods .col-12 {
  position: relative;
}
.index-prods .col-12 a {
  display: block;
  overflow: hidden;
}
.index-prods .col-12 a img {
  position: relative;
  z-index: 0;
}
.index-prods .col-12 a .p-name {
  font-size: 1.67rem;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.index-prods .col-12 a:hover img {
  transform: scale(1.1);
}

.index-flow {
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .index-flow {
    background-color: white;
  }
}
.index-flow:before {
  position: absolute;
  width: 75%;
  height: 200px;
  content: "";
  top: 0;
  left: 0;
  background: url("../images/bg-index-video.png") no-repeat center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
  z-index: 1;
}
@media (min-width: 769px) {
  .index-flow:before {
    width: 72%;
    height: 340px;
  }
}
@media (min-width: 992px) {
  .index-flow:before {
    top: 4rem;
    width: 65%;
    height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 0, calc(100% - 600px) 100%, 0 100%);
  }
}
@media (min-width: 1200px) {
  .index-flow:before {
    width: 55%;
    height: 100%;
  }
}
.index-flow:after {
  position: absolute;
  width: 85%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  background-color: #f6f6f6;
  transform: translateX(15%) skewX(-45deg);
  z-index: 0;
}
.index-flow .btn-play {
  position: absolute;
  top: -1rem;
  left: 12.5%;
  transform: translate(-12.5%, 0);
  z-index: 9;
  border: 0 !important;
}
@media (min-width: 992px) {
  .index-flow .btn-play {
    top: 50%;
    transform: translate(-12.5%, -50%);
  }
}
.index-flow .flow-con {
  position: relative;
  z-index: 2;
  margin-top: 5rem;
}
@media (min-width: 769px) {
  .index-flow .flow-con {
    margin-top: 0;
  }
}
.index-flow .flow-con .con-txt {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0;
  height: 100%;
}
.index-flow .flow-con .con-txt .step {
  font-size: 2.5rem;
  color: #666;
  font-style: italic;
  line-height: 1;
  padding: 0 1.5rem 1rem 1.5rem;
  position: relative;
}
.index-flow .flow-con .con-txt .step:after {
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 40px;
  height: 40px;
  content: "";
  background-size: 100% auto;
  filter: invert(9%) sepia(83%) saturate(7498%) hue-rotate(360deg) brightness(89%) contrast(108%);
}
@media (min-width: 992px) {
  .index-flow .flow-con .con-txt .step {
    font-size: 3rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .index-flow .flow-con .con-txt .step:after {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .index-flow .flow-con .con-txt .step {
    font-size: 3.4rem;
    padding: 0 1.5rem 1.7rem 1.5rem;
  }
  .index-flow .flow-con .con-txt .step:after {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1680px) {
  .index-flow .flow-con .con-txt .step {
    font-size: 4rem;
  }
  .index-flow .flow-con .con-txt .step:after {
    width: 70px;
    height: 70px;
  }
}
.index-flow .flow-con .con-txt .step-title {
  font-size: 1.2rem;
  color: white;
  position: relative;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  z-index: 1;
}
.index-flow .flow-con .con-txt .step-title:after {
  position: absolute;
  right: 1.3rem;
  top: 0;
  width: 120%;
  height: 100%;
  content: "";
  background: red;
  transform: skewX(-45deg);
  z-index: -1;
}
@media (min-width: 1200px) {
  .index-flow .flow-con .con-txt .step-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1680px) {
  .index-flow .flow-con .con-txt .step-title {
    font-size: 1.4rem;
  }
}
.index-flow .flow-con .con-txt p {
  padding: 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .index-flow .flow-con .con-txt p {
    font-size: 1rem;
  }
}
.index-flow .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(1) .con-txt .step:after {
  background: url("../images/icon-service1.svg") no-repeat right center;
}
.index-flow .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(2) .con-txt .step:after {
  background: url("../images/icon-service2.svg") no-repeat right center;
}
.index-flow .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(3) .con-txt .step:after {
  background: url("../images/icon-service3.svg") no-repeat right center;
}
.index-flow .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(4) .con-txt .step:after {
  background: url("../images/icon-service4.svg") no-repeat right center;
}

footer .cmp-info {
  padding: 0 0 3rem 0;
}
@media (min-width: 1200px) {
  footer .cmp-info {
    padding: 3.5rem 0;
  }
}/*# sourceMappingURL=index.css.map */