@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Nunito 字體（英文） */
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito"), url("./fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito Italic"), url("./fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Nunito Local", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

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

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.2rem;
  }
}
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: #0169b7;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.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-item, .article-card, .news-sidebar .card img, .brochure-card .thumb, .btn-play {
  border-radius: 15px;
}

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

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

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

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
}

.block-title2 {
  font-size: 1.65em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: 700;
  margin-bottom: 0.85em;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.block-title3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #0169b7;
  border-right: 12px solid transparent;
  border-radius: 5px;
}
html[dir=rtl] .block-title3 {
  position: relative;
  padding-right: 30px;
  padding-left: auto;
}
html[dir=rtl] .block-title3::before {
  position: absolute;
  left: auto;
  right: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #0169b7;
  border-left: 12px solid transparent;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 1.8em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1;
  color: #5ac4e0;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 0.85em 1.4em;
  font-size: 0.8em;
  font-weight: 800;
  border-radius: 45px !important;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  z-index: 99;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn i {
  transform: scaleX(-1);
}
.btn i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 1.45em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.9em 1.6em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
html[dir=rtl] .btn-sm i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.15em 1em !important;
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.15em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 38px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 40px;
  content: "";
  background-color: #5ac4e0;
  color: white;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #0169b7;
  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-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #0169b7 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-primary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-primary i {
    font-size: 1.3em;
  }
}

.btn-secondary {
  border: 0 !important;
  color: white !important;
  background-color: #5ac4e0 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary i {
  font-size: 1em;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-secondary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-secondary i {
    font-size: 1.3em;
  }
}

.btn-light {
  border: 0 !important;
  color: #999 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #0169b7;
  background-color: white;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: #0169b7 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
  background-color: #0169b7;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #5ac4e0 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #0169b7;
  color: #0169b7;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-primary i {
  background-color: #0169b7;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #0169b7 !important;
  border: 1px solid #0169b7 !important;
  color: white !important;
}
.btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
  background-color: white;
  color: #0169b7;
}

.btn-outline-secondary {
  border: 1px solid #5ac4e0;
  color: #5ac4e0;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-secondary i {
  background-color: #5ac4e0;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-secondary:hover i, .btn-outline-secondary:active i, .btn-outline-secondary:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-outline-light {
  border: 1px solid white;
  color: white;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-light i {
  background-color: white;
  color: #5ac4e0;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-light:hover i, .btn-outline-light:active i, .btn-outline-light:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-send {
  background-color: #0169b7;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  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: #5ac4e0;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* News list styles */
.news-item {
  background: #f6f6f6;
  padding: 30px;
  transition: all 0.3s linear;
}
.news-item .thumb {
  display: flex;
  width: 100%;
  height: 100%;
}
.news-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.news-item .news-body {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.news-item .news-body .news-title {
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  transition: all 0.3s linear;
}
.news-item .news-body .news-cat {
  background-color: White;
  color: #0169b7;
  font-size: 1em;
  font-weight: 700;
  padding: 0.2em 1em;
  border-radius: 5px;
}
.news-item .news-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.news-item .news-meta .news-date {
  color: #666;
  font-size: 0.9em;
  transition: all 0.3s linear;
}
.news-item .news-meta .btn-light {
  padding: 0 !important;
}
.news-item .news-meta .btn-light i {
  font-size: 1.3em;
}
@media (min-width: 992px) {
  .news-item .news-body .news-title {
    font-size: 1.35em;
  }
  .news-item .news-meta {
    align-items: flex-end;
  }
  .news-item:hover {
    background-color: #5ac4e0;
  }
  .news-item:hover .news-body .news-title {
    color: White;
  }
  .news-item:hover .news-meta .news-date {
    color: White;
  }
}
@media (min-width: 1200px) {
  .news-item .news-body .news-title {
    font-size: 1.2em;
  }
  .news-item .news-meta .news-date {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .news-item .news-body .news-title {
    font-size: 1.5em;
  }
  .news-item .news-body .news-meta .news-date {
    font-size: 1em;
  }
}

.article-card {
  background: #f6f6f6;
  padding: 25px;
}
.article-card .article-meta {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #cccccc;
}
.article-card .article-meta .news-cat {
  background-color: #0169b7;
  color: white;
  font-weight: 700;
  padding: 0.25em 1.2em;
  border-radius: 6px;
  font-size: 0.95em;
  display: inline-block;
}
.article-card .article-meta .news-date {
  color: #666;
  font-size: 0.95em;
}
.article-card .article-body .editor img {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .article-card {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .article-card {
    padding: 45px;
  }
}
@media (min-width: 1680px) {
  .article-card {
    padding: 55px;
  }
}

.left {
  position: relative;
  order: 2;
}

.right {
  position: relative;
  order: 1;
}

@media (min-width: 769px) {
  .left {
    order: 1;
  }
  .right {
    order: 2;
  }
}
.news-sidebar {
  top: 20px;
}
.news-sidebar .card {
  border: 0;
  padding: 0 !important;
}
.news-sidebar .card img {
  border: 1px solid #f6f6f6;
}
.news-sidebar .card .btn-light {
  padding: 0 !important;
}
.news-sidebar .card .btn-light i {
  background-color: #5ac4e0;
  color: white;
}
@media (min-width: 992px) {
  .news-sidebar .card .btn-light:hover i {
    background-color: #0169b7;
  }
}

/* Brochures list styles */
.drop-cat .dropdown-menu {
  border: 0;
  border-radius: 5px !important;
  box-shadow: 0 2px 5px rgba(246, 246, 246, 0.5) !important;
}
.drop-cat .dropdown-menu li {
  display: none;
  list-style: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  font-size: 1.1em;
  border-bottom: 1px solid white !important;
}
.drop-cat .dropdown-menu li a {
  padding: 0.8em 1.4em !important;
  background-color: #f6f6f6 !important;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 0.95em;
  line-height: 1.2;
}
.drop-cat .dropdown-menu li a:hover {
  color: #0169b7;
}
.drop-cat .dropdown-menu li:before {
  display: none;
}
.drop-cat .dropdown-menu li:last-child {
  border-bottom: 0 !important;
}
.drop-cat .dropdown-menu.show li {
  display: block;
}
@media (min-width: 992px) {
  .drop-cat .dropdown-menu {
    display: none;
  }
}

.b-control-inline {
  display: flex;
  justify-content: center;
  transition: all 0.3s linear;
  margin-top: -3em;
}
.b-control-inline .b-control-placeholder {
  display: none;
}
.b-control-inline .b-control-item {
  padding: 0.6em 1.5em;
  letter-spacing: 0 !important;
  border: 0;
  border-radius: 5px !important;
  cursor: pointer;
  color: #666;
  background-color: transparent;
  min-width: 150px;
  justify-content: center;
}
.b-control-inline .b-control-item:hover {
  color: #fff;
  background-color: #333 !important;
  color: white;
}
.b-control-inline .b-control-item.active {
  color: white;
  background-color: #5ac4e0 !important;
}
@media (min-width: 992px) {
  .b-control-inline .b-control-item {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .b-control-inline .b-control-item {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .b-control-inline .b-control-item {
    font-size: 1.45em;
  }
}

.brochure-card .thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.brochure-card .thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}
.brochure-card .thumb .download-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 60px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: white;
  border-radius: 50px;
  font-size: 1em;
  transition: background 0.2s ease;
}
.brochure-card .brochure-title {
  margin: 0.8em 0 0;
  color: #333;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 992px) {
  .brochure-card .brochure-title {
    margin: 1em 0 0;
    font-size: 1.1em;
  }
  .brochure-card:hover .thumb img {
    transform: scale(1.1);
  }
  .brochure-card:hover .thumb .download-icon {
    background: #5ac4e0;
  }
  .brochure-card:hover .brochure-title {
    color: #0169b7;
  }
}
@media (min-width: 1680px) {
  .brochure-card .brochure-title {
    margin: 1.2em 0 0;
    font-size: 1.2em;
  }
}

.video-list .video-name {
  font-size: 1.35em;
  font-weight: 700;
  margin: 0.5em 0;
  color: #333;
}
@media (min-width: 992px) {
  .video-list:hover .video-name {
    color: #0169b7;
  }
}/*# sourceMappingURL=media.css.map */