*::-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: #f5a21d;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.news-list img, .news-txt .news-basic img {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.text-primary {
  color: #f5a21d !important;
}

.text-secondary {
  color: #d58300 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: #999;
}
.block-title:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  margin-left: 0.7em;
  width: 30px;
  height: 1px;
  background-color: #f5a21d;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.55em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 1.85em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2em;
  }
}

.block-title2 {
  color: #f5a21d;
  font-size: 2.4em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2.7em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.8em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 3em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 4em;
  }
}
.block-title2.t-sm {
  font-size: 1.7em;
}
@media (min-width: 769px) {
  .block-title2.t-sm {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .block-title2.t-sm {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2.t-sm {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .block-title2.t-sm {
    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 {
  font-size: 1.25em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #999;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.33em;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.img-wrap:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn {
  position: relative;
  padding: 0.8em 1.5em;
  font-size: 0.95em;
  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: 500;
  z-index: 99;
  -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.7em 3em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.8em 1.5em !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 1.4em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #f5a21d !important;
}

.btn-circle2 {
  width: 60px;
  height: 60px;
  padding: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50% !important;
  font-size: 1.2em;
  border: 0;
  color: white !important;
  background-color: #cccccc !important;
  margin-right: 1em;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #f5a21d !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: #f5a21d;
  -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: #f5a21d;
  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(245, 162, 29, 0.5);
  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(245, 162, 29, 0.5);
          box-shadow: 0 0 8px rgba(245, 162, 29, 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-link {
  color: #f5a21d;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-primary {
  border: 0 !important;
  color: white;
  background-color: #f5a21d !important;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
  -webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
          mask: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)));
          mask: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -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: #f5a21d !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: #d58300;
  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: #d58300 !important;
  border: 0 !important;
  background-color: #333;
}

.btn-outline-primary {
  border: 1px solid #f5a21d;
  color: #f5a21d;
  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: #f5a21d !important;
  border: 1px solid #f5a21d !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #f5a21d !important;
  color: #f5a21d !important;
}

.btn-send {
  background-color: #f5a21d;
  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: #d58300;
  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;
}

#accordionFlushCatalog .accordion-item {
  margin-bottom: 2em;
  border: 0;
}
#accordionFlushCatalog .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#accordionFlushCatalog .accordion-item .accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f5a21d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0.8em 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#accordionFlushCatalog .accordion-item .accordion-header .accordion-button:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #f5a21d;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#accordionFlushCatalog .accordion-item .accordion-header .accordion-button:after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.5em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #f5a21d transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#accordionFlushCatalog .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: white;
  border: 1px solid #f5a21d;
}
@media (min-width: 992px) {
  #accordionFlushCatalog .accordion-item .accordion-header .accordion-button {
    font-size: 1.4rem;
  }
}
@media (min-width: 1680px) {
  #accordionFlushCatalog .accordion-item .accordion-header .accordion-button {
    font-size: 1.67rem;
  }
}
#accordionFlushCatalog .accordion-item .accordion-collapse {
  background-image: url(../images/bg-cat.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 45px 60px 45px;
}
#accordionFlushCatalog .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
#accordionFlushCatalog .accordion-item .accordion-collapse .accordion-body .download-link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#accordionFlushCatalog .accordion-item .accordion-collapse .accordion-body .download-link img {
  max-width: 85%;
  height: auto;
  margin-bottom: 1.5em;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #accordionFlushCatalog .accordion-item .accordion-collapse .accordion-body .download-link img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #accordionFlushCatalog .accordion-item .accordion-collapse .accordion-body .download-link img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  #accordionFlushCatalog .accordion-item .accordion-collapse {
    background-size: 100% auto;
  }
}

.video-list .video-name {
  font-size: 1.33em;
  font-weight: normal;
  color: #333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video-list:hover .video-name {
  color: #f5a21d;
}

.news-list {
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 1;
  padding: 2em 0;
}
.news-list:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #f5a21d), to(rgba(245, 162, 29, 0)));
  background: linear-gradient(to Right, #f5a21d 75%, rgba(245, 162, 29, 0) 100%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list:hover {
  cursor: pointer;
}
.news-list:hover:after {
  left: 0;
  width: 100%;
}
.news-list:hover .post-time,
.news-list:hover .news-title,
.news-list:hover .news-con {
  color: White;
}
.news-list:hover .tags a {
  background-color: white;
}
.news-list img {
  width: 100%;
  height: auto;
}
.news-list .post-time {
  font-size: 0.88em;
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .news-title {
  font-size: 1.67em;
  color: #333;
  margin-bottom: 0.8em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .news-list .news-title {
    font-size: 1.45em;
  }
}
@media (min-width: 992px) {
  .news-list .news-title {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .news-list .news-title {
    font-size: 1.45em;
  }
}
@media (min-width: 1680px) {
  .news-list .news-title {
    font-size: 1.67em;
  }
}
.news-list .news-con {
  font-size: 1em;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .tags {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.88em;
  color: #333;
  background-color: #f6f6f6;
  padding: 0.3em 0.8em;
  margin-right: 0.5em;
}
.news-list .tags a.active {
  color: #f5a21d !important;
}

.news-txt {
  position: relative;
}
.news-txt .news-basic img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
}
.news-txt .news-basic .news-title {
  font-size: 1.5em;
  font-weight: 600;
}
.news-txt .news-basic .post-time {
  font-size: 1em;
  color: #999;
}
.news-txt .news-basic .tags {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-txt .news-basic .tags a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.88em;
  color: #333;
  background-color: #f6f6f6;
  padding: 0.3em 0.8em;
  margin-right: 0.5em;
}
@media (min-width: 576px) {
  .news-txt .news-basic img {
    width: 85%;
  }
  .news-txt .news-basic .news-title {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  .news-txt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    content: "";
    background-color: #f5a21d;
    z-index: -1;
  }
  .news-txt .news-basic img {
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em auto;
  }
  .news-txt .news-basic .news-title {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .news-txt .news-basic img {
    width: 70%;
  }
  .news-txt .news-basic .news-title {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .news-txt .news-basic .news-title {
    font-size: 2.67em;
  }
}/*# sourceMappingURL=media.css.map */