*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@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;
  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;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
body img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ffcc00;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.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;
  }
}

.block-title2, .block-title {
  font-family: "DM Serif Display", "Noto Serif TC", serif;
}

.text-primary {
  color: #ffcc00 !important;
}

.text-secondary {
  color: #de0010 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 2.2em;
  position: relative;
  margin-bottom: 0.7em;
  line-height: 1.15;
}
.block-title.title-sm {
  font-size: 2em !important;
}
@media (min-width: 769px) {
  .block-title.title-sm {
    font-size: 1.85em !important;
  }
}
@media (min-width: 992px) {
  .block-title.title-sm {
    font-size: 2.1em !important;
  }
}
@media (min-width: 1200px) {
  .block-title.title-sm {
    font-size: 2.4em !important;
  }
}
@media (min-width: 1680px) {
  .block-title.title-sm {
    font-size: 2.67em !important;
  }
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.7em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 3em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3.3em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
}

.block-title2 {
  font-size: 1.7em;
  margin: 0.5em 0 1.5em 0;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
}
.block-title2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url(../images/bg-block-title2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.6em;
  }
  .block-title2:after {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2em;
  }
}

.block-title4 {
  color: #ffcc00;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.55em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.67em;
  }
}

.block-title5 {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-style: italic;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2em;
  }
}

.img-wrap {
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn {
  padding: 1em 1.2em;
  font-size: 1em;
  border-radius: 0 !important;
  letter-spacing: 0.1em !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.3em 2em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.5em 2.5em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.5em 0.7em !important;
  font-size: 0.9em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 0.8em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 0.9em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ffcc00 !important;
  font-size: 1em;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #ffcc00;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(222, 0, 16, 0.7);
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 75px;
    height: 75px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  content: "";
  background-color: rgba(222, 0, 16, 0.4);
  color: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
  -webkit-box-shadow: 0 0 8px rgba(222, 0, 16, 0.5);
          box-shadow: 0 0 8px rgba(222, 0, 16, 0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s linear;
  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 {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ffcc00 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #de0010 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #de0010;
  background-color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #de0010 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-outline-primary {
  border: 1px solid #ffcc00;
  color: #ffcc00;
  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: #ffcc00 !important;
  border: 1px solid #ffcc00 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ffcc00 !important;
  color: #ffcc00 !important;
}

.btn-search {
  border: 0 !important;
  background-color: #ffcc00;
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 0;
}

.btn-send {
  background-color: #ffcc00;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #de0010;
  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;
}

.news-list {
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  top: -1px;
  background-color: #de0010;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .news-info {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list .news-info .post-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.2em 0.8em;
  background-color: #f6f6f6;
  color: black;
  font-size: 0.88em;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list .news-info .news-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list .news-info .more {
  color: #de0010;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-list .news-info .more i {
  font-size: 1.5em;
}
@media (min-width: 769px) {
  .news-list .news-info {
    padding: 0.5em 1em;
  }
  .news-list .news-info .news-title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .news-list .news-info .news-title {
    font-size: 1.3em;
  }
}
@media (min-width: 1680px) {
  .news-list .news-info {
    padding: 1em 0 1em 2em;
  }
  .news-list .news-info .news-title {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .news-list:hover:after {
    width: 100%;
  }
  .news-list:hover .news-info .post-time {
    background-color: #de0010;
    color: white;
  }
  .news-list:hover .news-info .news-title {
    color: #de0010;
  }
  .news-list:hover .news-info .more {
    opacity: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.news-sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.news-sub .post-time {
  display: inline-block;
  font-size: 1em;
  padding: 0.3em 1em;
  background-color: #f6f6f6;
  color: #666;
  font-weight: bold;
}
.news-sub .img-wrap {
  border: 1px solid #cccccc;
}
@media (min-width: 992px) {
  .news-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cat-list {
  background-color: #f6f6f6;
  padding: 0 !important;
}
.cat-list img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat-list .cat-name {
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat-list .btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat-list .btn-download i {
  font-size: 1.5em;
  font-weight: normal;
}
@media (min-width: 992px) {
  .cat-list:hover {
    background-color: #de0010;
  }
  .cat-list:hover .cat-name {
    color: white;
  }
  .cat-list:hover .btn-download {
    color: white;
  }
}