body, .products .container .autoplay2 .prods-intro, .application .ap-col p {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  font-weight: lighter; }

.products, .application, .about {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.page-link:hover, .page-link:focus {
  z-index: 2;
  color: #ed6d00;
  background-color: #f3f3f3;
  border-color: transparent;
  box-shadow: none; }

.page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent; }

.page-title {
  text-align: center;
  color: #999;
  font-size: 2.2rem;
  margin-bottom: 2.5rem; }

.page-intro {
  text-align: center;
  color: #999;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  font-weight: lighter; }

.page-subtitle {
  text-align: center;
  color: #ff9900;
  font-size: 1.7rem;
  margin-bottom: 2.5rem; }

.subtitle {
  color: #fff;
  font-size: 1.5rem;
  margin: 2rem 0;
  padding: 0.5rem 1.2rem;
  font-weight: lighter;
  position: relative;
  z-index: 0; }

.subtitle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2.7rem;
  background-color: #ed6d00;
  z-index: -1; }

.subtitle2 {
  color: #ed6d00;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .subtitle2:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #ed6d00;
    opacity: 0.3;
    width: 25px;
    height: 17px; }

.stitle {
  font-size: 1.2em;
  line-height: 1em;
  color: #999;
  font-style: italic; }

@media (min-width: 768px) {
  .page-title {
    text-align: center;
    color: #999;
    font-size: 3rem;
    margin-bottom: 2.5rem; }

  .page-intro {
    text-align: center;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    font-weight: lighter; }

  .subtitle {
    color: #fff;
    font-size: 1.7rem;
    margin: 0 0 2rem 0;
    padding: 0.5rem 1.2rem 0.5rem 0;
    font-weight: lighter;
    position: relative;
    z-index: 0; }

  .subtitle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 110%;
    height: 3rem;
    background-color: #ed6d00;
    z-index: -1; }

  .subtitle2 {
    color: #ed6d00;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    padding-left: 0.5em;
    position: relative; }
    .subtitle2:after {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      background-color: #ed6d00;
      opacity: 0.3;
      width: 25px;
      height: 17px; }

  .stitle {
    font-size: 1.2em;
    line-height: 1em;
    color: #999;
    font-style: italic; } }
.content {
  margin-top: 80px;
  padding: 1rem 0;
  overflow-x: hidden; }
  .content .breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem; }
    .content .breadcrumb .breadcrumb-item a:link, .content .breadcrumb .breadcrumb-item a:visited {
      color: #999;
      text-decoration: none; }
    .content .breadcrumb .breadcrumb-item a:hover, .content .breadcrumb .breadcrumb-item a:active {
      color: #ed6d00;
      text-decoration: none; }
    .content .breadcrumb .breadcrumb-item.active {
      color: #ed6d00; }
  .content .breadcrumb-item + .breadcrumb-item::before {
    color: #999; }

.banner {
  z-index: 0; }

.move {
  margin-top: 0; }
  .move .paper {
    background-color: #fff;
    box-shadow: none;
    padding: 3rem 1rem;
    z-index: 99;
    position: relative; }
  .move .paper2 {
    background-color: #fff;
    box-shadow: none;
    padding: 1rem 0;
    z-index: 99;
    position: relative; }

@media (min-width: 768px) {
  .content {
    margin-top: 80px;
    padding: 3rem 0;
    overflow-x: hidden; }
    .content .breadcrumb {
      font-size: 0.85rem;
      margin-bottom: 2rem;
      padding: 0 0.5rem; }
      .content .breadcrumb .breadcrumb-item a:link, .content .breadcrumb .breadcrumb-item a:visited {
        color: #999;
        text-decoration: none; }
      .content .breadcrumb .breadcrumb-item a:hover, .content .breadcrumb .breadcrumb-item a:active {
        color: #ed6d00;
        text-decoration: none; }
      .content .breadcrumb .breadcrumb-item.active {
        color: #ed6d00; }
    .content .breadcrumb-item + .breadcrumb-item::before {
      color: #999; }

  .move {
    margin-top: -70px; }
    .move .paper {
      background-color: #fff;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
      padding: 3rem 1rem;
      z-index: 99;
      position: relative; }
    .move .paper2 {
      background-color: #fff;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
      padding: 3rem;
      z-index: 99;
      position: relative; } }
.bt-btn {
  margin-top: 3rem;
  width: 100%;
  text-align: center; }
  .bt-btn a {
    text-decoration: none; }

body {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: normal;
  background-color: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: translate(0, 0);
    opacity: 0.7; }
  42% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform: translate(-10px, 25px);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: translate(0, 0);
    opacity: 0.7; } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: translate(0, 0);
    opacity: 0.7; }
  42% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transform: translate(-10px, 25px);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: translate(0, 0);
    opacity: 0.7; } }
.slick-active .slider-img {
  animation: zoomIn 1.5s linear 0s forwards normal; }

.slick-active .slider-caption {
  animation: fadeInRight2 1.5s; }

@media (min-width: 768px) {
  .slick-active .slider-caption {
    animation: fadeInRight 1.5s; } }
.slick-active .slider-img2 {
  animation: heartBeat 8s infinite; }

/*Slider*/
.slider-wrap.main {
  background-image: url(../images/slider_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-attachment: fixed; }

.slider {
  margin-bottom: -8px;
  position: relative;
  padding-top: 80px; }
  .slider .slider-wrap {
    position: relative;
    height: 67vh;
    width: 100%; }
    .slider .slider-wrap .slider-img {
      z-index: 0;
      overflow: hidden;
      position: inherit;
      right: inherit;
      bottom: inherit; }
      .slider .slider-wrap .slider-img img {
        width: 100%;
        height: auto; }
    .slider .slider-wrap .slider-img2 {
      z-index: 0;
      width: 40%;
      height: auto;
      position: absolute;
      left: 20%;
      bottom: 0; }
      .slider .slider-wrap .slider-img2 img {
        width: 100%;
        height: auto; }
    .slider .slider-wrap .slider-caption {
      position: absolute;
      left: inherit;
      top: inherit;
      transform: translate3d(0, 0, 0);
      width: 100%;
      color: #999;
      border-right: 2px solid transparent;
      padding: 0 3rem; }
      .slider .slider-wrap .slider-caption h2 {
        font-size: 2.5rem;
        line-height: 2.7rem;
        text-transform: uppercase;
        text-align: left; }
      .slider .slider-wrap .slider-caption p {
        font-size: 0.85rem;
        text-align: left; }

@media (min-width: 768px) {
  .slider {
    padding-top: 80px; }
    .slider .slider-wrap {
      position: relative;
      height: inherit;
      width: inherit; }
      .slider .slider-wrap .slider-img {
        z-index: 0;
        overflow: hidden;
        position: inherit;
        right: inherit;
        bottom: inherit; }
        .slider .slider-wrap .slider-img img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-img2 {
        z-index: 0;
        width: 15%;
        height: auto;
        position: absolute;
        left: 20%;
        bottom: 0; }
        .slider .slider-wrap .slider-img2 img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-caption {
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 43%;
        color: #999;
        border-right: 2px solid transparent;
        padding: 0; }
        .slider .slider-wrap .slider-caption h2 {
          font-size: 2.2rem;
          line-height: 2.3rem;
          text-transform: uppercase;
          text-align: left; }
        .slider .slider-wrap .slider-caption p {
          font-size: 0.85rem;
          text-align: left; } }
@media (min-width: 992px) {
  .slider {
    padding-top: 0; }
    .slider .slider-wrap {
      position: relative;
      height: inherit;
      width: inherit; }
      .slider .slider-wrap .slider-img {
        z-index: 0;
        overflow: hidden;
        position: inherit;
        right: inherit;
        bottom: inherit; }
        .slider .slider-wrap .slider-img img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-img2 {
        z-index: 0;
        width: 15%;
        height: auto;
        position: absolute;
        left: 20%;
        bottom: 0; }
        .slider .slider-wrap .slider-img2 img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-caption {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 45%;
        color: #999;
        border-right: 2px solid #ccc;
        padding: 0 3rem 0 0; }
        .slider .slider-wrap .slider-caption h2 {
          font-size: 2.5rem;
          line-height: 2.6rem;
          text-transform: uppercase;
          text-align: right; }
        .slider .slider-wrap .slider-caption p {
          font-size: 1rem;
          text-align: right; } }
@media (min-width: 1200px) {
  .slider {
    padding-top: 0; }
    .slider .slider-wrap {
      position: relative;
      height: inherit;
      width: inherit; }
      .slider .slider-wrap .slider-img {
        z-index: 0;
        overflow: hidden;
        position: inherit;
        right: inherit;
        bottom: inherit; }
        .slider .slider-wrap .slider-img img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-img2 {
        z-index: 0;
        width: 15%;
        height: auto;
        position: absolute;
        left: 20%;
        bottom: 0; }
        .slider .slider-wrap .slider-img2 img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-caption {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 45%;
        color: #999;
        border-right: 2px solid #ccc;
        padding: 0 3rem 0 0; }
        .slider .slider-wrap .slider-caption h2 {
          font-size: 4.2rem;
          line-height: 4.4rem;
          text-transform: uppercase;
          text-align: right; }
        .slider .slider-wrap .slider-caption p {
          font-size: 1.2rem;
          text-align: right; } }
@media (min-width: 1920px) {
  .slider {
    padding-top: 0; }
    .slider .slider-wrap {
      position: relative;
      height: inherit;
      width: inherit; }
      .slider .slider-wrap .slider-img {
        z-index: 0;
        overflow: hidden;
        position: inherit;
        right: inherit;
        bottom: inherit; }
        .slider .slider-wrap .slider-img img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-img2 {
        z-index: 0;
        width: 15%;
        height: auto;
        position: absolute;
        left: 20%;
        bottom: 0; }
        .slider .slider-wrap .slider-img2 img {
          width: 100%;
          height: auto; }
      .slider .slider-wrap .slider-caption {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 45%;
        color: #999;
        border-right: 2px solid #ccc;
        padding: 0 3rem 0 0; }
        .slider .slider-wrap .slider-caption h2 {
          font-size: 6rem !important;
          line-height: 6rem;
          text-transform: uppercase;
          text-align: right; }
        .slider .slider-wrap .slider-caption p {
          font-size: 1.55rem;
          text-align: right; } }
/*Products*/
.products {
  background-color: #fff;
  position: relative; }
  .products .container:before {
    display: none; }
  @media (min-width: 992px) {
    .products {
      min-height: 500px; }
      .products .container:before {
        display: none; } }
  @media (min-width: 1200px) {
    .products {
      min-height: 640px; }
      .products .container:before {
        content: "Products";
        writing-mode: vertical-lr;
        text-orientation: mixed;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        color: #ed6d00;
        border-right: 4px solid #ed6d00;
        position: absolute;
        left: -2.4rem;
        display: block; } }
  .products .container {
    border-left: 1px solid transparent;
    position: relative; }
    .products .container .autoplay2 {
      padding: 0;
      margin: 0; }
      .products .container .autoplay2 .slider-wrap {
        overflow: hidden; }
      .products .container .autoplay2 .prods-img {
        padding: 0; }
        .products .container .autoplay2 .prods-img img {
          width: 80%;
          height: auto;
          z-index: 2;
          margin-left: 10%;
          margin-right: 10%; }
      .products .container .autoplay2 .prods-intro {
        color: #999;
        padding: 1.5rem; }
        .products .container .autoplay2 .prods-intro h2 {
          font-size: 2rem;
          text-transform: uppercase;
          margin-bottom: 1.5rem; }
        .products .container .autoplay2 .prods-intro p {
          font-size: 1rem; }
      .products .container .autoplay2 .slick-track {
        height: 100%; }
        .products .container .autoplay2 .slick-track .slick-slide {
          height: 100%; }
      .products .container .autoplay2 .slick-current.slick-active {
        transition: transport 0.3s linear; }
  @media (min-width: 992px) {
    .products .container {
      border-left: 1px solid transparent;
      position: relative; }
      .products .container .autoplay2 {
        padding: 0 5rem;
        margin: 3rem; }
        .products .container .autoplay2 .slider-wrap {
          overflow: hidden; }
        .products .container .autoplay2 .prods-img {
          padding: 0; }
          .products .container .autoplay2 .prods-img img {
            width: 80%;
            height: auto;
            z-index: 2;
            margin-left: 10%;
            margin-right: 10%; }
        .products .container .autoplay2 .prods-intro {
          color: #999;
          padding: 1rem; }
          .products .container .autoplay2 .prods-intro h2 {
            font-size: 2.5rem;
            text-transform: uppercase;
            margin-bottom: 1.5rem; }
          .products .container .autoplay2 .prods-intro p {
            font-size: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            box-sizing: border-box; } }
  @media (min-width: 1200px) {
    .products .container {
      border-left: 1px solid #999;
      position: relative; }
      .products .container .autoplay2 {
        padding: 0 8rem;
        margin: 3rem; }
        .products .container .autoplay2 .slider-wrap {
          overflow: hidden; }
        .products .container .autoplay2 .prods-img {
          padding: 0; }
          .products .container .autoplay2 .prods-img img {
            width: 100%;
            height: auto;
            z-index: 2;
            margin-left: 0;
            margin-right: 0; }
        .products .container .autoplay2 .prods-intro {
          color: #999;
          padding: 1.5rem; }
          .products .container .autoplay2 .prods-intro h2 {
            font-size: 2.75rem;
            text-transform: uppercase;
            margin-bottom: 1.5rem; }
          .products .container .autoplay2 .prods-intro p {
            font-size: 1.2rem; } }

/*Application*/
.application {
  background-color: #ed6d00;
  color: #fff; }
  .application .ap-col {
    width: 50%;
    padding: 0 1rem;
    text-align: center; }
    .application .ap-col img {
      width: auto;
      height: 64px;
      filter: brightness(0) invert(1);
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .application .ap-col img:hover {
      width: auto !important;
      height: 75px; }
    .application .ap-col p {
      text-align: center;
      margin-top: 0.5rem;
      line-height: 1rem;
      font-size: 0.85rem; }
  @media (min-width: 768px) {
    .application .ap-col {
      width: 33.3333333333%;
      padding: 1rem;
      text-align: center; }
      .application .ap-col img {
        width: auto !important;
        height: 64px;
        filter: brightness(0) invert(1);
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
      .application .ap-col img:hover {
        width: auto;
        height: 75px; }
      .application .ap-col p {
        text-align: center;
        margin-top: 1rem;
        line-height: 1.2rem;
        font-size: 1rem; } }
  @media (min-width: 992px) {
    .application .ap-col {
      width: 12.5%;
      padding: 1.5rem;
      text-align: center; }
      .application .ap-col img {
        width: auto;
        height: 64px;
        filter: brightness(0) invert(1);
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
      .application .ap-col img:hover {
        width: auto;
        height: 75px; }
      .application .ap-col p {
        text-align: center;
        margin-top: 1rem;
        line-height: 1.2rem;
        font-size: 1rem; } }

/*About*/
.about {
  background-color: #fff;
  position: relative;
  overflow-x: hidden !important; }
  .about .container:after {
    display: none; }
  .about .container {
    position: relative;
    border-right: 1px solid transparent; }
  @media (min-width: 992px) {
    .about .container:after {
      display: none; }
    .about .container {
      position: relative;
      border-right: 1px solid transparent; } }
  @media (min-width: 1200px) {
    .about .container:after {
      content: "About Us";
      writing-mode: vertical-lr;
      text-orientation: mixed;
      font-size: 1.5rem;
      letter-spacing: 0.1rem;
      text-transform: uppercase;
      color: #ed6d00;
      border-left: 4px solid #ed6d00;
      position: absolute;
      right: -2.4rem;
      top: 0;
      display: block; }
    .about .container {
      position: relative;
      border-right: 1px solid #999; } }

/*Others*/
.others .tab-content {
  background-image: url("../images/bg-index-video.jpg");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0; }
  .others .tab-content .list-video {
    padding: 1rem 0.5rem;
    background-color: #fff;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem !important; }
  .others .tab-content .news-title {
    color: #ed6d00;
    font-size: 1.4rem;
    margin: 1rem 0; }
  .others .tab-content a {
    text-decoration: none;
    color: #ed6d00; }
  .others .tab-content .news-list {
    padding: 1rem;
    background-color: #fff;
    border: 3px solid transparent;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem; }
  .others .tab-content .news-list:hover {
    border: 3px solid #ed6d00; }
@media (min-width: 768px) {
  .others .tab-content {
    background-image: url("../images/bg-index-video.jpg");
    background-size: 100%;
    background-position: center 78%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.5rem 0 2.5rem 0; }
    .others .tab-content .list-video {
      padding: 1rem 0.5rem;
      background-color: #fff;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
      margin-bottom: 0 !important; }
    .others .tab-content .news-title {
      color: #ed6d00;
      font-size: 1.4rem;
      margin: 1rem 0; }
    .others .tab-content a {
      text-decoration: none;
      color: #ed6d00; }
    .others .tab-content .news-list {
      padding: 1rem;
      background-color: #fff;
      border: 3px solid transparent;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
      margin-bottom: 1rem; }
    .others .tab-content .news-list:hover {
      border: 3px solid #ed6d00; } }
.others .nav-tabs .nav-item {
  width: 100%; }
  .others .nav-tabs .nav-item .nav-link {
    margin-bottom: 0;
    background-color: #999;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    padding: 0.5rem 2rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 1rem;
    width: 100%; }
  .others .nav-tabs .nav-item .nav-link.active {
    color: #000;
    background-color: #ed6d00;
    border: 1px solid #f3f3f3;
    background-image: none !important;
    background-position: center 8%; }
  .others .nav-tabs .nav-item .nav-link:hover {
    color: #000;
    background-color: #ed6d00;
    border-color: transparent;
    background-image: none !important;
    background-position: center 8%; }
@media (min-width: 768px) {
  .others .nav-tabs .nav-item {
    width: inherit; }
    .others .nav-tabs .nav-item .nav-link {
      margin-bottom: 0;
      background: 0 0;
      border: 1px solid transparent;
      border-radius: 0;
      padding: 0.5rem 2rem;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 0.15rem;
      font-size: 1.25rem;
      width: 100%; }
    .others .nav-tabs .nav-item .nav-link.active {
      color: #ed6d00;
      background-color: #d6d6d6;
      border-color: transparent;
      background-image: url(../images/bg-index-video.jpg) !important;
      background-position: center 8%; }
    .others .nav-tabs .nav-item .nav-link:hover {
      color: #000;
      background-color: #d6d6d6;
      border-color: transparent;
      background-image: url(../images/bg-index-video.jpg) !important;
      background-position: center 8%; } }
