@charset "UTF-8";
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat Local";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Montserrat Italic"), url("./fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Montserrat Local", Arial, 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 ol,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body ol,
  body li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body ol,
  body li {
    font-size: 1.2rem;
  }
}
body p {
  line-height: 1.8 !important;
}
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: #003399;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
body ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}

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

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

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

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

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0 25px;
  line-height: 1.2;
  display: flex;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
  color: #003399;
}
.block-title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 0.2em;
  background-image: url("../images/bg-block-title1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  z-index: -1;
}
.block-title.sm {
  font-size: 1.6em;
}
.block-title.sm:before {
  width: 28px;
  height: 28px;
  top: 0.1em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
  .block-title.sm {
    font-size: 2em;
  }
  .block-title.sm:before {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
  .block-title:before {
    width: 40px;
    height: 40px;
  }
  .block-title.sm {
    font-size: 2.1em;
  }
  .block-title.sm:before {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
  .block-title:before {
    width: 50px;
    height: 50px;
  }
  .block-title.sm {
    font-size: 2.2em;
  }
  .block-title.sm:before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
  .block-title.sm {
    font-size: 2.4em;
  }
  .block-title.sm:before {
    width: 40px;
    height: 40px;
  }
}

.block-title2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
  color: #66cccc;
  font-style: italic;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.75em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.4em;
  }
}

.block-title3 {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.85em;
  line-height: 1.4;
  color: #333;
  position: relative;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.5em;
}
.block-title3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #333;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.65em;
    text-align: center;
  }
  .block-title3:after {
    height: 2px;
  }
}
@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-weight: 600;
  margin-bottom: 0.85em;
  line-height: 1.5;
  color: #66cccc;
  position: relative;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.5em;
  }
}

.block-title5 {
  font-size: 1.4em;
  font-weight: 700;
  color: #003399;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 2.4em;
  }
}

.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.5em;
  font-size: 0.8em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 5px !important;
  text-transform: inherit !important;
  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.65em 1.6em;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.75em 1.8em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  text-transform: inherit !important;
  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 {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .btn-play {
    border-radius: 12px;
  }
}
.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: #66cccc;
  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-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #003399 !important;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1.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: #66cccc !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: #003399 !important;
  background-color: white !important;
  border: 1px solid #f6f6f6 !important;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #003399;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #999 !important;
  border: 1px solid #f6f6f6 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
}

.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: #66cccc !important;
  border: 0 !important;
}

.btn-link {
  border-top: 1px solid #cccccc !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  justify-content: center;
  color: #666 !important;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 992px) {
  .btn-link:hover {
    border-top: 1px solid #003399 !important;
    background-color: #003399 !important;
    color: white !important;
  }
}

.btn-send {
  background-color: #003399;
  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: #66cccc;
  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 {
  position: relative;
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 1.5em 0;
  margin-bottom: 2em;
}
.news-list:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #003399;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-list .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .news-list .news-img img {
    border-radius: 12px;
  }
}
.news-list .news-meta .type {
  display: inline-block;
  background-color: #003399;
  color: white;
  padding: 0.2em 0.8em;
  border-radius: 3px;
  font-weight: 600;
  font-size: 1em;
  transition: All 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-list .news-meta .date {
  font-size: 1em;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.news-list .news-title {
  font-size: 1.2em;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  transition: All 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.news-list .btn {
  position: absolute;
  right: 1em;
  top: 3em;
  transform: none;
  width: auto;
  height: 50px;
  background-color: #66cccc !important;
  justify-content: center;
  /* Prevent left sidebar from stretching in flex row so sticky works */
}
.news-list .btn .col-12.col-lg-4 {
  align-self: flex-start;
}
.news-list .btn span {
  display: inline-block;
}
@media (min-width: 992px) {
  .news-list {
    margin-bottom: 0em;
  }
  .news-list .btn {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    background-color: #cccccc !important;
  }
  .news-list .btn span {
    display: none;
  }
  .news-list .btn i {
    margin: 0 !important;
  }
  .news-list:hover {
    border-bottom: 1px solid transparent;
  }
  .news-list:hover:after {
    width: 100%;
  }
  .news-list:hover .btn {
    background-color: #003399 !important;
  }
  .news-list:hover .news-title {
    color: #003399;
  }
  .news-list:hover .news-meta .type {
    background-color: #999;
  }
  .news-list:hover:first-child .news-title {
    color: #003399 !important;
  }
  .news-list:hover:first-child img {
    transform: scale(1.05);
  }
  .news-list:first-child {
    border-bottom: 0;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
    margin-bottom: 2.5em;
  }
  .news-list:first-child:before {
    width: 200%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(102, 204, 204, 0.08);
  }
  .news-list:first-child:after {
    width: 200%;
    height: 100%;
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
  }
  .news-list:first-child .row {
    flex-direction: column-reverse;
  }
  .news-list:first-child .row .news-img {
    width: 100% !important;
    height: 450px;
  }
  .news-list:first-child .row .news-img img {
    transform: none !important;
  }
  .news-list:first-child .row .news-con {
    width: 100% !important;
    margin-bottom: 2em;
    flex-direction: row;
    display: flex;
  }
  .news-list:first-child .news-meta {
    width: 25%;
    text-align: right;
    border-right: 1px solid #cccccc;
    padding-right: 25px;
  }
  .news-list:first-child .news-title {
    width: 75%;
    padding-left: 25px;
    font-size: 1.75em;
    color: #666;
    margin-top: 1em;
  }
  .news-list:first-child .btn span {
    display: inline-block;
  }
  .news-list:first-child .btn i {
    margin: 0 0 0 0.5rem !important;
  }
  .news-list .btn {
    width: auto;
    top: auto;
    bottom: 3.5em;
    right: 1em;
    background-color: #66cccc !important;
  }
  .news-list .btn span {
    display: none;
  }
  .news-list .btn i {
    margin: 0 !important;
  }
}

.news-top .type {
  display: inline-block;
  background-color: #003399;
  color: white;
  padding: 0.2em 0.8em;
  border-radius: 5px;
  font-weight: 500;
}
.news-top .date {
  color: #999;
  font-size: 1em;
  font-weight: 500;
}
.news-top .news-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #003399;
}
@media (min-width: 992px) {
  .news-top .news-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .news-top .news-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .news-top .news-title {
    font-size: 2.4em;
  }
}

.sticky-top {
  top: 30px;
}
.sticky-top .cat-box {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .sticky-top .cat-box {
    border-radius: 12px;
  }
}
.sticky-top .cat-box {
  background-color: #f6f6f6;
  padding: 50px 35px;
  border-bottom: 4px solid #003399;
  position: relative;
}
.sticky-top .cat-box .title {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #003399;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.sticky-top .cat-box .btn-link {
  border: 0 !important;
}
.sticky-top .cat-box .btn-link i {
  font-size: 1.5em;
}
.sticky-top .cat-box ul {
  margin: 0;
  padding: 0;
}
.sticky-top .cat-box ul li {
  border-bottom: 1px solid #cccccc;
  padding: 0.5em 0 !important;
  list-style: none;
  margin-bottom: 0 !important;
}
.sticky-top .cat-box ul li:before {
  display: none;
}
.sticky-top .cat-box ul li a {
  color: #333;
  font-weight: 600;
  display: block;
}
.sticky-top .cat-box ul li a:hover {
  color: #66cccc;
}

@media (max-width: 991px) {
  .sticky-top {
    position: fixed !important;
    top: var(--catbox-top, 0);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    transition: transform 0.25s ease;
  }
  .sticky-top .cat-box {
    border-radius: 0;
    margin: 0;
    border-bottom: 2px solid #003399;
    padding: 0;
  }
  .sticky-top .cat-box .btn-link {
    padding: 12px 20px 12px 20px !important;
  }
  .sticky-top .collapse,
  .sticky-top .collapsing {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    height: auto !important;
    max-height: calc(100vh - var(--catbox-top, 0) - var(--catbox-height, 0));
    overflow: auto;
    padding: 12px 20px 30px !important;
    background-color: #f6f6f6;
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  .sticky-top .collapse.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .sticky-top .cat-box .cat-toggle i {
    transition: transform 0.25s ease;
  }
  .sticky-top .cat-box .cat-toggle[aria-expanded=true] i {
    transform: rotate(180deg);
  }
}
