@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
.search-overlay {
  display: none;
  width: 100%;
  height: calc(100vh - 112px);
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 112px;
  z-index: 4;
  padding-bottom: 65px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .search-overlay {
    top: 70px;
    height: calc(100vh - 70px);
    padding-bottom: 28px;
  }
}
.search-overlay .keyword-wrapper {
  padding-top: 65px;
}
@media (max-width: 991px) {
  .search-overlay .keyword-wrapper {
    padding-top: 28px;
  }
}
.search-overlay .section-title {
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .search-overlay .section-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.search-overlay .search-wrapper {
  border-bottom: 1px solid rgba(52, 21, 28, 0.3);
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 36px;
}
.search-overlay .search-wrapper:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/icon/search.svg");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .search-overlay .search-wrapper:before {
    width: 25px;
    height: 25px;
    background-image: url("../img/icon/search.svg");
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 25px;
    margin-right: 16px;
  }
}
.search-overlay .search-wrapper input {
  width: 100%;
  border: none;
  padding: 10px 0;
  font-size: 20px;
  line-height: 20px;
  font-family: "Calibri", sans-serif;
  background-color: transparent;
}
.search-overlay .search-wrapper input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1; /* Firefox */
}
.search-overlay .search-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #787878;
  opacity: 1; /* Firefox */
}
.search-overlay .search-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #787878;
}
.search-overlay .search-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
  color: #787878;
}
@media (max-width: 991px) {
  .search-overlay .search-wrapper input {
    font-size: 18px;
  }
}
.search-overlay .popular {
  padding-bottom: 26px;
}
@media (max-width: 991px) {
  .search-overlay .popular {
    padding-bottom: 4px;
  }
}
.search-overlay .results .anchor {
  top: 0;
}
@media (max-width: 991px) {
  .search-overlay .results .anchor {
    top: 0;
  }
}
.search-overlay .results .result-list {
  margin-top: 28px;
}
.search-overlay .results .result-list .result-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C6C6C6;
}
.search-overlay .results .result-list .result-item .highlight {
  color: #3D66DD;
}
.search-overlay .results .result-list .result-item .item-title {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
  display: inline-block;
}
.search-overlay .results .result-list .result-item .view-more {
  margin-top: 15px;
  color: #3D66DD;
  text-decoration: underline;
  display: inline-block;
}
.search-overlay .results .result-list .pages-label {
  margin-top: 28px;
}
.search-overlay .pagination-container {
  margin-top: 32px;
}
.search-overlay .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-overlay .pagination li:not(:last-child) {
  margin-right: 16px;
}
.search-overlay .pagination li.active * {
  color: #3D66DD;
}

body.search-open .main {
  filter: blur(8px);
}

html[lang=zh-Hant] .search-overlay .search-wrapper input {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .search-overlay .results .result-list .result-item .item-title {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hans] .search-overlay .search-wrapper input {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .search-overlay .results .result-list .result-item .item-title {
  font-family: "Noto Sans SC", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
header .header-wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  header .header-wrapper {
    padding: 20px 0;
  }
}
header .header-wrapper .logo {
  display: flex;
  align-items: flex-end;
  color: #1B75BC;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  header .header-wrapper .logo {
    font-size: 14px;
    line-height: 15px;
  }
}
header .header-wrapper .logo > a {
  display: flex;
}
header .header-wrapper .logo .hkpc-logo {
  margin-right: 10px;
  width: 149px;
  height: 62px;
}
@media (max-width: 1199px) {
  header .header-wrapper .logo .hkpc-logo {
    width: 71px;
    height: 30px;
  }
}
header .header-wrapper .logo .hkpc-logo.logo-w {
  display: none;
}
header .header-wrapper .menu {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  header .header-wrapper .menu nav {
    display: none;
  }
}
header .header-wrapper .menu nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .menu nav > ul > li:not(:last-child) {
  margin-right: 20px;
}
header .header-wrapper .menu .group {
  margin-left: 22px;
  display: flex;
  align-items: center;
}
header .header-wrapper .menu .group > *:not(:last-child) {
  margin-right: 26px;
}
@media (max-width: 1199px) {
  header .header-wrapper .menu .group > *:not(:last-child) {
    margin-right: 20px;
  }
}
header .header-wrapper .menu .lang {
  position: relative;
}
@media (max-width: 1199px) {
  header .header-wrapper .menu .lang {
    display: none;
  }
}
header .header-wrapper .menu .lang > a {
  display: flex;
  align-items: center;
}
header .header-wrapper .menu .lang > a:after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 8px;
  height: 4px;
  background-image: url("../img/icon/caret.svg");
  background-size: 8px 4px;
  background-position: center center;
  background-repeat: no-repeat;
}
header .header-wrapper .menu .lang ul {
  display: none;
  position: absolute;
  left: -12px;
  top: 24px;
  padding: 12px 12px;
  background-color: #FFFFFF;
}
header .header-wrapper .menu .lang ul > li:not(:last-child) {
  margin-bottom: 12px;
}
header .header-wrapper .menu .hamburger {
  display: none;
  position: relative;
  width: 22px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  header .header-wrapper .menu .hamburger {
    display: block;
  }
}
header .header-wrapper .menu .hamburger .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #3D66DD;
}
header .header-wrapper .menu .hamburger .line:first-child {
  top: 0;
}
header .header-wrapper .menu .hamburger .line:nth-child(2) {
  top: 10px;
}
header .header-wrapper .menu .hamburger .line:last-child {
  bottom: 0;
}
header .header-wrapper .menu .search a {
  display: flex;
}
header .header-wrapper .menu .search a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/search.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
header .header-wrapper .menu .search-close {
  display: none;
}
header .header-wrapper .menu .search-close a {
  display: flex;
}
header .header-wrapper .menu .search-close a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/close-b.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
header .header-wrapper .menu .sso a {
  display: flex;
}
header .header-wrapper .menu .sso a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/signout.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.mobile-menu-container {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  opacity: 0;
}
.mobile-menu-container .transit-bg {
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  background-color: #3D66DD;
  position: absolute;
  height: 100vh;
  width: 100%;
}
.mobile-menu-container .transit-bg2 {
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.13, 0.38, 0.12, 1) 0.3s;
  background-color: #F5F7FF;
  position: absolute;
  height: 100vh;
  width: 100%;
}
.mobile-menu-container .m-menu {
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.5s;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100%;
  padding-top: 70px;
}
.mobile-menu-container .m-menu nav {
  padding: 40px 0;
}
.mobile-menu-container .m-menu nav ul li {
  margin-bottom: 20px;
}
.mobile-menu-container .m-menu .lang > *:not(:last-child):after {
  content: " | ";
}
.mobile-menu-container .m-menu .lang a > span {
  opacity: 0.28;
}
.mobile-menu-container.active {
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu-container.active .transit-bg, .mobile-menu-container.active .transit-bg2, .mobile-menu-container.active .m-menu {
  transform: translateX(0);
}
.mobile-menu-container.active.close .transit-bg {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0.3s;
}
.mobile-menu-container.active.close .transit-bg2 {
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s;
}
.mobile-menu-container.active.close .m-menu {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.13, 0.38, 0.12, 1) 0s;
}
.mobile-menu-container .btn-close {
  position: absolute;
  right: 11px;
  top: 30px;
  width: 31px;
  height: 22px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  display: flex;
}
.mobile-menu-container .btn-close .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #3D66DD;
}
.mobile-menu-container .btn-close .line:first-child {
  top: 0;
  width: 30px;
  transform: rotate(45deg) translate(4px, 10px);
}
.mobile-menu-container .btn-close .line:last-child {
  bottom: 0;
  width: 30px;
  transform: rotate(-45deg) translate(5px, -10px);
}
.mobile-menu-container .btn-close:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/close-b.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

body.light header {
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
body.light header .logo {
  color: #FFFFFF;
}
body.light header .logo .hkpc-logo.logo-w {
  display: block;
}
body.light header .logo .hkpc-logo.logo-c {
  display: none;
}
body.light header .menu {
  color: #FFFFFF;
}
body.light header .menu .lang > a:after {
  background-image: url("../img/icon/caret-w.svg");
}
body.light header .menu .lang ul {
  color: #000000;
}
body.light header .menu .hamburger .line {
  background-color: #FFFFFF;
}
body.light header .menu .search a:after {
  background-image: url("../img/icon/search-w.svg");
}
body.light header .menu .sso a:after {
  background-image: url("../img/icon/signout-w.svg");
}
body.light.menu-open header .logo {
  color: #3D66DD;
}
body.light.menu-open header .logo .hkpc-logo.logo-w {
  display: none;
}
body.light.menu-open header .logo .hkpc-logo.logo-c {
  display: block;
}

@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
footer {
  background-color: #3D66DD;
  color: #FFFFFF;
  padding: 25px 0;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  footer .wrapper .links {
    line-height: 38px;
  }
}
footer .wrapper .links a:not(:last-child):after {
  content: " | ";
}
footer .copyright {
  font-style: italic;
}
@media (max-width: 991px) {
  footer .copyright {
    margin-top: 45px;
  }
}

@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
.swiper-container {
  position: relative;
}

.swiper-pagination {
  position: relative;
  z-index: 3;
}

.swiper-btn-prev, .swiper-btn-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.swiper-btn-prev:before {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  background-image: url("../img/icon/icon-prev.svg");
  background-size: 22px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 22px;
  height: 13px;
}

.swiper-btn-next:before {
  content: "";
  display: block;
  width: 22px;
  height: 10px;
  background-image: url("../img/icon/icon-next.svg");
  background-size: 22px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 22px;
  height: 13px;
}

.swiper-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.swiper-pagination-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 13px;
}

.swiper-pagination-bullet {
  opacity: 0.3;
  background: #FFFFFF;
  position: relative;
  transition: opacity 0.2s ease-in;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1px;
  width: auto;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child), .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}

.swiper-notification {
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-pause {
  margin-left: 12px;
  padding: 0;
}
.btn-pause:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon/icon-pause.svg");
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  z-index: 1;
  position: relative;
}

.btn-play {
  display: none;
  margin-left: 12px;
  padding: 0;
}
.btn-play:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img/icon/icon-play.svg");
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  z-index: 1;
  position: relative;
}

.swiper-button-disabled {
  cursor: auto;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 1;
    transform: scale(1.08);
  }
  /*20% {
   transform: scale(1.05); 
  }*/
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipChar {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) translateX(7.5px) scale(0.86);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotateClockwise {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes rotateAntiClockwise {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes header {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circleRotateRight {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes circleRotateRightReverse {
  0% {
    opacity: 0;
    transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes circleRotateLeft {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(-90deg);
  }
}
@keyframes circleRotateLeftReverse {
  0% {
    opacity: 0;
    transform: rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes circleRotateRight2 {
  0% {
    opacity: 1;
    transform: rotate(270deg);
  }
  100% {
    opacity: 1;
    transform: rotate(90deg);
  }
}
@keyframes circleRotateLeft2 {
  0% {
    opacity: 1;
    transform: rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: rotate(270deg);
  }
}
@keyframes galaxyBg {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}
@keyframes Blink {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 0.5s;
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideInLeft {
  animation-name: slideInleft;
}

.slideInRight {
  animation-name: slideInRight;
}

.fadeIn {
  animation-name: fadeIn;
}

.zoomIn {
  animation-name: zoomIn;
}

.zoomReverseIn {
  animation-name: zoomReverseIn;
}

.bgFadeIn {
  animation-name: bgFadeIn;
}

.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

.flipChar {
  animation-name: flipChar;
}

.rotateClockwise {
  animation-name: rotateClockwise;
}

.rotateAntiClockwise {
  animation-name: rotateAntiClockwise;
}

.circleRotateRight {
  animation-name: circleRotateRight;
}

.circleRotateLeft {
  animation-name: circleRotateLeft;
}

.circleRotateRightReverse {
  animation-name: circleRotateRightReverse;
}

.circleRotateLeftReverse {
  animation-name: circleRotateLeftReverse;
}

.galaxyBg {
  animation-name: galaxyBg;
  animation-timing-function: linear;
}

@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 700;
  src: local("Oscine Bold"), url("fonts/Oscine-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: normal;
  font-weight: 400;
  src: local("Oscine Regular"), url("fonts/Oscine-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Oscine";
  font-style: italic;
  font-weight: 400;
  src: local("Oscine Italic"), url("fonts/Oscine-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  src: local("Calibri"), url("fonts/Calibri-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: local("Calibri Italic"), url("fonts/Calibri-Italic.woff2") format("woff2");
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.55;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-bottom {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-bottom .mfp-content {
  vertical-align: bottom;
}
.mfp-move-from-bottom .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(100px);
}
.mfp-move-from-bottom.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-bottom.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-bottom.mfp-removing .mfp-with-anim {
  transform: translateY(50px);
  opacity: 0;
}
.mfp-move-from-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap {
  overflow: scroll;
}

@media (max-width: 900px) {
  .mfp-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .mfp-content {
    margin-top: 30px;
  }
}

.com-popup {
  background-color: #FFFFFF;
  border-radius: 12px;
  max-width: 996px;
  margin: 30px auto;
  padding: 40px;
  position: relative;
}
.com-popup .mfp-close {
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/close-b.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (max-width: 991px) {
  .com-popup {
    padding: 24px 20px;
  }
}
.com-popup.com-popup-kiosk-tnc {
  max-width: 792px;
  text-align: center;
  padding: 48px 60px 65px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-kiosk-tnc {
    padding: 48px 20px 25px;
  }
}
.com-popup.com-popup-kiosk-tnc .section-title {
  margin-bottom: 20px;
}
.com-popup.com-popup-kiosk-tnc .umbraco-forms-form {
  text-align: left;
}
.com-popup.com-popup-kiosk-tnc .umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 30px;
}
.com-popup.com-popup-kiosk-tnc .umbraco-forms-form .umbraco-forms-navigation {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-kiosk-tnc .umbraco-forms-form .umbraco-forms-navigation {
    margin-top: 0;
  }
}
.com-popup.com-popup-kiosk-tnc .umbraco-forms-form .umbraco-forms-navigation .btn {
  width: 50%;
}
@media (max-width: 991px) {
  .com-popup.com-popup-kiosk-tnc .umbraco-forms-form .umbraco-forms-navigation .btn {
    width: 100%;
  }
}
.com-popup.com-popup-facts .popup-facts {
  margin: -40px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts {
    margin: -24px -20px;
  }
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts .row {
    flex-direction: column;
  }
}
.com-popup.com-popup-facts .popup-facts .col-l {
  background-color: #F5F7FF;
  border-radius: 20px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.18);
  width: 40%;
  padding: 30px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts .col-l {
    width: 100%;
    padding: 20px 20px 48px;
  }
}
.com-popup.com-popup-facts .popup-facts .col-l .section-label {
  margin-bottom: 15px;
}
.com-popup.com-popup-facts .popup-facts .col-l .logo {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts .col-l .logo {
    margin-bottom: 12px;
  }
}
.com-popup.com-popup-facts .popup-facts .col-l .scheme-name {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts .col-l .scheme-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.com-popup.com-popup-facts .popup-facts .col-l .scheme-link {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 25px;
}
.com-popup.com-popup-facts .popup-facts .col-l .item-list {
  margin-bottom: 30px;
}
.com-popup.com-popup-facts .popup-facts .col-l .btn {
  width: 100%;
  text-decoration: none;
  background-color: transparent;
}
.com-popup.com-popup-facts .popup-facts .col-l .btn:hover {
  color: #FFFFFF;
  background-color: #3D66DD;
}
.com-popup.com-popup-facts .popup-facts .col-r {
  width: 60%;
  padding: 65px 50px 85px 40px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts .col-r {
    width: 100%;
    padding: 30px 20px;
  }
}
.com-popup.com-popup-facts .popup-facts .col-r .item:not(:last-of-type) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-color: #D3D3D3;
}
.com-popup.com-popup-facts .popup-facts .col-r .item .item-label {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}
.com-popup.com-popup-facts .popup-facts .col-r .item .txt {
  font-size: 18px;
}
.com-popup.com-popup-facts .popup-facts .item:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #DBE5FB;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-facts .popup-facts .item:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.com-popup.com-popup-facts .popup-facts .item .item-label {
  color: #8D8D8D;
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1.63px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.com-popup.com-popup-facts .popup-facts .item .txt {
  font-size: 16px;
}
.com-popup.com-popup-facts .popup-facts .item .txt p {
  margin-bottom: 0;
}
.com-popup.com-popup-facts .popup-facts .item .txt p + p {
  margin-bottom: 24px;
}
.com-popup.com-popup-notice {
  text-align: center;
  max-width: 588px;
  padding: 42px 30px 50px;
}
.com-popup.com-popup-video video {
  width: 100%;
}
.com-popup.com-popup-video iframe {
  min-height: 515px;
}
.com-popup.com-popup-events {
  padding: 0;
  overflow: hidden;
}
.com-popup.com-popup-events .mfp-close {
  background-image: url(../img/icon/close.svg);
}
.com-popup.com-popup-events .banner {
  overflow: hidden;
  position: relative;
}
.com-popup.com-popup-events .banner .bg {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 33.333%;
}
@media (max-width: 991px) {
  .com-popup.com-popup-events .banner .bg {
    padding-top: 50%;
  }
}
.com-popup.com-popup-events .content {
  padding: 40px 50px 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .com-popup.com-popup-events .content {
    padding: 24px 20px;
  }
}
.com-popup.com-popup-events .content .section-title {
  font-size: 32px;
  line-height: 38px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-events .content .section-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.com-popup.com-popup-events .content .btn {
  margin-top: 40px;
  text-decoration: none;
  min-width: 218px;
}
@media (max-width: 991px) {
  .com-popup.com-popup-events .content .btn {
    margin-top: 28px;
  }
}

button.mfp-close:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

html[lang=zh-Hant] .com-popup.com-popup-facts .popup-facts .col-l .scheme-name {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .com-popup.com-popup-facts .popup-facts .item .item-label {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hans] .com-popup.com-popup-facts .popup-facts .col-l .scheme-name {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .com-popup.com-popup-facts .popup-facts .item .item-label {
  font-family: "Noto Sans SC", sans-serif;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  overflow-x: hidden;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  /*&.popup-show, &.search-open {
  	.main {

  	}
  }*/
}
body.menu-open, body.search-open {
  overflow: hidden;
}

.container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

.container-690 {
  max-width: 690px;
  margin: 0 auto;
}

.container-930 {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

a {
  color: inherit;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: none;
}

.main {
  transition: filter 0.15s ease-in;
  padding-top: 112px;
}
@media (max-width: 1199px) {
  .main {
    padding-top: 70px;
  }
}
.main.blur {
  filter: blur(8px);
}

.btn {
  min-width: 180px;
  padding: 14px 12px;
  border: 1px solid #3D66DD;
  border-radius: 29.5px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Oscine", sans-serif;
  color: #3D66DD;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
.btn:hover {
  background-color: #3D66DD;
  color: #FFFFFF;
}
.btn.btn-w {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-w:hover {
  background-color: #FFFFFF;
  color: #3D66DD;
}
.btn.btn-blue {
  background-color: #3D66DD;
  color: #FFFFFF;
}
.btn.btn-blue:hover {
  background-color: #FFFFFF;
  color: #3D66DD;
}

.divider {
  width: 100%;
  height: 1px;
  display: block;
  margin: 5px 0;
  background-color: #3D66DD;
}

.card-wrapper {
  display: flex;
  align-items: stretch;
}
.card-wrapper .card {
  width: 100%;
}
.card-wrapper .card:not(:nth-child(3n)) {
  margin-right: 24px;
}

.card {
  border-radius: 6px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 991px) {
  .col {
    flex-basis: unset;
  }
}
.col.col-double {
  flex-grow: 2;
}
.col.col-triple {
  flex-grow: 3;
}

.section-label {
  color: #3D66DD;
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

.section-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-subtitle {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}

p {
  margin-bottom: 24px;
}

.news-item .thumbnail, .case-item .thumbnail {
  box-sizing: border-box;
  padding-top: 65%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.news-item .news-title, .case-item .news-title {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}
.news-item p, .case-item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.news-item > a, .case-item > a {
  overflow: hidden;
}
.news-item > a .thumbnail, .case-item > a .thumbnail {
  outline: 7px solid transparent;
  outline-offset: -7px;
  transition: outline 0.2s ease-in;
  overflow: hidden;
}
.news-item > a:hover .thumbnail, .case-item > a:hover .thumbnail {
  outline: 7px solid #3A77DF;
}

.schemes-item {
  max-width: 100%;
}
.schemes-item .thumbnail {
  box-sizing: border-box;
  padding-top: 45%;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .schemes-item .thumbnail {
    width: 220px;
    height: 176px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 991px) {
  .schemes-item .thumbnail {
    width: 280px;
    height: 328px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

section.breadcrumb {
  background-color: #F5F7FF;
  padding: 12px 0;
  font-size: 17px;
  line-height: 20px;
}
section.breadcrumb > .container > *:not(:last-child):after {
  content: ">";
  margin: 0 8px 0 10px;
}
section.breadcrumb > .container > *:last-child {
  color: #3D66DD;
  display: inline-block;
}
section.kv {
  padding: 0;
  overflow: hidden;
}
section.kv .bg {
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1921px) {
  section.kv .bg {
    background-size: contain;
    background-color: #000000;
  }
}
section.kv .swiper-pagination-container {
  bottom: 30px;
  position: absolute;
  margin-top: 0;
}
@media (max-width: 991px) {
  section.kv .swiper-pagination-container {
    bottom: 25px;
  }
}
section.kv .swiper-slide {
  display: flex;
  justify-content: center;
}
section.kv .content {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  top: 0;
  padding-bottom: 58px;
  color: #FFFFFF;
}
section.kv .content .tagline {
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 991px) {
  section.kv .content .tagline {
    font-size: 24px;
    line-height: 29px;
  }
}
section.video-kv .bg {
  width: 100%;
  height: 782px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  section.video-kv .bg {
    height: 676px;
  }
}
@media (min-width: 1921px) {
  section.video-kv .bg {
    background-size: contain;
    background-color: #000000;
  }
}
section.video-kv .swiper-pagination-container {
  bottom: 180px;
}
@media (max-width: 991px) {
  section.video-kv .swiper-pagination-container {
    bottom: 164px;
  }
}
section.video-kv .content {
  max-width: 650px;
  padding-bottom: 0;
  justify-content: center;
}
@media (max-width: 991px) {
  section.video-kv .content {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: flex-end;
    padding-bottom: 220px;
  }
}
section.video-kv .content .tagline {
  font-size: 46px;
  line-height: 54px;
}
@media (max-width: 991px) {
  section.video-kv .content .tagline {
    font-size: 32px;
    line-height: 36px;
  }
}
section.video-kv .content .btn {
  margin-top: 40px;
  text-decoration: none;
}
@media (max-width: 991px) {
  section.video-kv .content .btn {
    margin-top: 30px;
  }
}
section.video-kv .video-container {
  width: 100%;
  height: 782px;
  position: relative;
  background-color: #000000;
}
@media (max-width: 991px) {
  section.video-kv .video-container {
    height: 676px;
  }
}
section.video-kv .video-container iframe {
  width: 100%;
  height: 100%;
}
section.video-kv .video-container iframe video {
  width: 100% !important;
  height: auto !important;
  left: 0 !important;
}
section.video-kv .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  section.video-kv .video-container video {
    height: 100%;
    top: 0;
    width: auto;
    transform: translateX(-50%);
  }
}
section.tab-nav {
  position: sticky;
  top: 112px;
  left: 0;
  z-index: 4;
  background-color: #FFFFFF;
}
@media (max-width: 1199px) {
  section.tab-nav {
    top: 70px;
  }
}
section.tab-nav nav {
  display: flex;
  margin: 0 -12px;
}
@media (max-width: 991px) {
  section.tab-nav nav {
    margin: 0 -20px;
  }
}
section.tab-nav nav .swiper-container {
  width: 100%;
  overflow: hidden;
}
section.tab-nav nav .swiper-slide {
  width: auto;
}
@media (max-width: 991px) {
  section.tab-nav nav .swiper-slide:first-child a {
    margin-left: 20px;
  }
  section.tab-nav nav .swiper-slide:last-child a {
    margin-right: 20px;
  }
}
section.tab-nav nav a {
  padding: 24px 12px;
  display: block;
  position: relative;
  font-family: "Oscine", sans-serif;
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 991px) {
  section.tab-nav nav a {
    font-size: 16px;
    padding: 24px 0;
  }
}
section.tab-nav nav a:after {
  width: 0;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3D66DD;
  transition: width 0.2s ease-in-out;
}
section.tab-nav nav a.active {
  color: #3D66DD;
}
section.tab-nav nav a.active:after {
  width: 100%;
}
section.tabs {
  overflow-x: hidden;
  padding: 60px 0 100px;
}
@media (max-width: 991px) {
  section.tabs {
    padding: 40px 0;
  }
}
section.tabs .tab-panel {
  display: none;
  min-height: 80vh;
}
section.tabs.faq-tabs {
  background-color: #F5F7FF;
}
section.general {
  padding: 60px 0 100px;
}
section.text-center {
  padding: 60px 0;
}
section.text-center .text {
  text-align: center;
}

.content ul, .content ol {
  list-style: disc;
  padding-left: 20px;
}
.content ul li, .content ol li {
  margin-bottom: 8px;
}
.content ol {
  list-style: decimal;
}
.content p:last-child {
  margin-bottom: 0;
}
.content a {
  color: #3D66DD;
  text-decoration: underline;
}
.content a.btn {
  text-decoration: none;
}
.content .text-red {
  color: #FF0000;
}
.content i, .content em {
  font-style: italic;
}

.floating-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.floating-btn.float {
  position: fixed;
}

.anchor {
  display: block;
  position: relative;
  top: -112px;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .anchor {
    top: -70px;
  }
}

.filter-option-list {
  margin-bottom: 24px;
}
.filter-option-list .filter-option {
  padding: 6px 20px;
  border: 1px solid #3D66DD;
  border-radius: 29px;
  margin-bottom: 15px;
  display: inline-block;
  font-family: "Oscine", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #3D66DD;
  transition: all 0.2s ease-in-out;
}
.filter-option-list .filter-option:not(:last-child) {
  margin-right: 15px;
}
.filter-option-list .filter-option:hover, .filter-option-list .filter-option.active {
  background-color: #3D66DD;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .filter-option-list .filter-option {
    width: 100%;
    margin-bottom: 18px;
  }
  .filter-option-list .filter-option:not(:last-child) {
    margin-right: 0;
  }
}

.bg-blue {
  background-color: #F5F7FF !important;
}

html[lang=zh-Hant] body {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .btn {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .section-label {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .section-title {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .news-item .news-title, html[lang=zh-Hant] .case-item .news-title {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] section.kv .content .tagline {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] section.tab-nav nav a {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hant] .filter-option-list .filter-option {
  font-family: "Noto Sans TC", sans-serif;
}
html[lang=zh-Hans] body {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .btn {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .section-label {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .section-title {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .news-item .news-title, html[lang=zh-Hans] .case-item .news-title {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] section.kv .content .tagline {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] section.tab-nav nav a {
  font-family: "Noto Sans SC", sans-serif;
}
html[lang=zh-Hans] .filter-option-list .filter-option {
  font-family: "Noto Sans SC", sans-serif;
}