@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: 'Poppins';
  src: url("fonts/Poppins/Poppins-Light.ttf") format("opentype"); }
@font-face {
  font-family: 'Poppins Bold';
  src: url("fonts/Poppins/Poppins-Bold.ttf") format("opentype"); }
@font-face {
  font-family: 'Righteous';
  src: url("fonts/Righteous/Righteous-Regular.ttf") format("opentype"); }
*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0; }

*::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border: 2px solid white; }

html {
  padding: 0 !important;
  overflow-x: hidden; }

body {
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  counter-reset: num;
  min-height: 900px;
  font-family: 'Poppins', Arial, 'Noto Sans TC', sans-serif !important; }
  body.modal-open {
    overflow: hidden; }
  @media (min-width: 769px) {
    body {
      font-size: 18px; } }
  body p, body ul, body li {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.07rem; }
  body a {
    text-decoration: none;
    transition: all 0.3s linear !important; }
  body img {
    transition: all 0.3s linear; }
  body mark, body .mark {
    color: #cc0000 !important;
    padding: 0;
    font-weight: bold;
    background-color: transparent !important;
    margin: 0 0.2rem; }
  body .imp {
    color: red;
    font-size: 1.25rem; }
  body .block-caption {
    font-size: 1.6rem;
    display: flex;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-transform: uppercase; }
    body .block-caption:before {
      display: inline-flex;
      width: 8px;
      height: 8px;
      content: "";
      background-color: #ff0000;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      margin-right: 10px; }
  body .text-danger {
    color: red !important; }
  body .btn {
    padding: 0.8rem 1.3rem;
    border-radius: 8px;
    font-size: 1rem;
    text-transform: capitalize;
    transition: all 0.3s linear; }
  body .btn-sm {
    padding: 0.6rem 1.3rem !important; }
  body .btn-none {
    border: 0;
    border-radius: 0;
    background-color: transparent; }
  body .btn-primary {
    background-color: #ff0000 !important;
    color: white !important;
    padding: 0.65rem 3rem;
    font-size: 1.1rem;
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.3s linear; }
    body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
      background-color: #f0f0f0 !important;
      color: #ff0000 !important; }
  body .btn-outline-primary {
    background-color: transparent !important;
    color: #333 !important;
    padding: 0.65rem 3rem;
    font-size: 1.1rem;
    border: 1px solid #333;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.3s linear; }
    body .btn-outline-primary:hover, body .btn-outline-primary:active, body .btn-outline-primary:focus {
      background-color: #333 !important;
      color: white !important;
      border: 1px solid #333; }
  body .btn-secondary {
    background-color: #666;
    color: white;
    border: 0; }
    body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
      background-color: #222 !important;
      color: white !important; }
  body .btn-send {
    color: #ff0000;
    border: 0; }
    body .btn-send i {
      font-size: 1.5rem; }
    body .btn-send:hover, body .btn-send:active, body .btn-send:focus {
      background-color: #ff0000;
      color: white;
      border: 0; }
  body .btn-refresh {
    font-size: 1.6rem;
    color: #999;
    padding: 0 !important;
    border: 0 !important;
    transition: all 0.3s linear; }
    body .btn-refresh:hover, body .btn-refresh:active, body .btn-refresh:focus {
      transform: rotate(180deg);
      transform-origin: center;
      color: #ff0000; }
  body .btn-play {
    border: 0;
    background-color: transparent;
    color: #ff0000;
    display: flex;
    align-items: center; }
    body .btn-play i {
      font-size: 2rem;
      background-color: white;
      border-radius: 50%;
      position: relative;
      width: 31px;
      height: 31px;
      z-index: 0; }
      body .btn-play i:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: 0; }
      body .btn-play i:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 35px;
        height: 35px;
        content: "";
        border-radius: 50%;
        background-color: white;
        border: 5px solid #ff0000;
        box-shadow: 0 0 15px rgba(180, 1, 59, 0.7);
        z-index: -1;
        transition: all 0.3s linear; }
    body .btn-play:hover i:after {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 15px rgba(255, 255, 255, 0.6); }

.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.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 2.5) !important; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 3.5) !important; } }

.news-list .news-txt .news-title, .start .news-title {
  font-family: 'Righteous', Arial, 'Noto Sans TC', sans-serif !important; }

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh; }
  .modal .modal-dialog .modal-content {
    border: 0; }
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0; }

.media-list {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.85);
  position: relative;
  transition: all 0.3s linear; }
  .media-list img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      .media-list img {
        height: 320px; } }
    @media (min-width: 1680px) {
      .media-list img {
        width: auto;
        height: 100%; } }
  .media-list .media-name {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    color: white;
    font-size: 1.1rem;
    font-weight: bold; }
    @media (min-width: 769px) {
      .media-list .media-name {
        font-size: 1.4rem; } }
    @media (min-width: 992px) {
      .media-list .media-name {
        left: 2.5rem;
        top: 2.5rem;
        font-size: 2rem; } }
  .media-list:hover, .media-list:active, .media-list:focus {
    box-shadow: none; }
    .media-list:hover img, .media-list:active img, .media-list:focus img {
      transform: scale(1.1); }

/*News*/
.news-list {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .news-list {
      transition: all 0.3s linear; }
      .news-list:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        content: "";
        background-color: #f0f0f0;
        z-index: 1;
        transition: all 0.3s linear; } }
  .news-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2; }
  .news-list .news-txt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 calc(var(--bs-gutter-x) * .5);
    transition: all 0.3s linear; }
    @media (min-width: 992px) {
      .news-list .news-txt {
        padding: 1.5rem 3rem 1.5rem 1.5rem; }
        .news-list .news-txt:before {
          position: absolute;
          right: 100%;
          top: 1.5rem;
          width: 5px;
          height: calc(100% - 3rem);
          content: "";
          background-color: #ff0000;
          border-radius: 10px;
          transition: all 0.3s linear; } }
    .news-list .news-txt .post-time {
      color: #999;
      font-size: 1rem;
      margin-bottom: 0.7rem; }
    .news-list .news-txt .news-title {
      color: #ff0000;
      font-size: 1.7rem;
      margin-bottom: 0.7rem; }
      @media (min-width: 769px) {
        .news-list .news-txt .news-title {
          font-size: 1.4rem; } }
      @media (min-width: 992px) {
        .news-list .news-txt .news-title {
          font-size: 1.3rem; } }
      @media (min-width: 1200px) {
        .news-list .news-txt .news-title {
          font-size: 1.78rem; } }
    .news-list .news-txt .news-con {
      color: #333;
      font-size: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      box-sizing: border-box;
      margin-bottom: 1rem; }
      .news-list .news-txt .news-con p {
        margin-bottom: 0; }
    .news-list .news-txt .tag {
      font-size: 0.9rem;
      margin: 0; }
      .news-list .news-txt .tag a {
        color: #999;
        margin-right: 15px; }
  @media (min-width: 992px) {
    .news-list:hover, .news-list:active, .news-list:focus {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } }
  .news-list:hover:after, .news-list:active:after, .news-list:focus:after {
    width: 100%; }
  .news-list:hover .news-txt, .news-list:active .news-txt, .news-list:focus .news-txt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 calc(var(--bs-gutter-x) * .5); }
    @media (min-width: 992px) {
      .news-list:hover .news-txt, .news-list:active .news-txt, .news-list:focus .news-txt {
        padding: 1.5rem 3.5rem 1.5rem 1rem; }
        .news-list:hover .news-txt:before, .news-list:active .news-txt:before, .news-list:focus .news-txt:before {
          position: absolute;
          right: 1.5rem;
          top: 1.5rem;
          width: 5px;
          height: calc(100% - 3rem);
          content: "";
          background-color: #ff0000;
          border-radius: 10px; } }

.start {
  padding-left: 0;
  margin-bottom: 1.5rem;
  position: relative; }
  @media (min-width: 769px) {
    .start {
      padding-left: 2rem; }
      .start:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        content: "";
        border-radius: 10px;
        background-color: #ff0000; } }
  .start .post-time {
    font-size: 1rem;
    color: #999;
    margin-bottom: 0.8rem; }
  .start .news-title {
    font-size: 1.78rem;
    color: #ff0000; }

.main-pic {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden; }
  @media (min-width: 769px) {
    .main-pic {
      width: 68%; } }

.tag {
  margin: 5rem 0 1rem 0;
  font-size: 1rem; }
  .tag a {
    color: #ff0000;
    margin-right: 15px; }

.btn-group-btm {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 520px) {
    .btn-group-btm {
      flex-direction: row; } }

/*Brochure*/
.cat-list a {
  display: block; }
  .cat-list a .img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    margin-bottom: 1.5rem;
    transition: all 0.3s linear; }
    .cat-list a .img-wrap:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: all 0.3s linear; }
    .cat-list a .img-wrap:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 80px;
      height: 80px;
      content: "Download";
      font-size: 0.85rem;
      color: white;
      background-color: #ff0000;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: all 0.3s linear; }
    .cat-list a .img-wrap:hover, .cat-list a .img-wrap:active, .cat-list a .img-wrap:focus {
      box-shadow: none; }
      .cat-list a .img-wrap:hover:before, .cat-list a .img-wrap:active:before, .cat-list a .img-wrap:focus:before {
        opacity: 1; }
      .cat-list a .img-wrap:hover:after, .cat-list a .img-wrap:active:after, .cat-list a .img-wrap:focus:after {
        opacity: 1; }
  .cat-list a .cat-name {
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin: 0; }

/*Video*/
.video-list .btn-video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0;
  background-color: black;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear; }
  .video-list .btn-video img {
    opacity: 0.7;
    transition: all 0.3s linear; }
  .video-list .btn-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    content: "";
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .video-list .btn-video .play-icon i {
      color: white;
      opacity: 1;
      z-index: 3; }
    .video-list .btn-video .play-icon:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 62px;
      height: 62px;
      content: "";
      box-shadow: 0 0 12px #ff0000;
      border-radius: 50%;
      opacity: 0;
      z-index: 0;
      transition: all 0.3s linear; }
    .video-list .btn-video .play-icon:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 62px;
      height: 62px;
      content: "";
      background-color: #ff0000;
      border-radius: 50%;
      opacity: 0.5;
      z-index: 1; }
  .video-list .btn-video:hover .play-icon:before, .video-list .btn-video:active .play-icon:before, .video-list .btn-video:focus .play-icon:before {
    opacity: 1; }
.video-list .video-name {
  font-size: 1.1rem;
  color: #333;
  text-align: center;
  margin-top: 1.5rem;
  transition: all 0.3s linear; }
.video-list:hover .btn-video {
  box-shadow: none; }
  .video-list:hover .btn-video img {
    opacity: 1; }
.video-list:hover .video-name {
  color: #ff0000; }
