@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"); }
.component {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .component {
      margin-bottom: 40px; } }
  .component.bg-blue {
    background-color: #F5F7FF;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0);
    padding: 25px;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .component.bg-blue {
        padding: 20px;
        margin-bottom: 30px; } }
    .component.bg-blue .section-title {
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 991px) {
        .component.bg-blue .section-title {
          font-size: 18px;
          line-height: 22px; } }
  .component > *:last-child {
    margin-bottom: 0; }

.com-text-block {
  margin-bottom: 65px; }

.content .row.bg-blue {
  background-color: #F5F7FF;
  padding: 60px 0 36px;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .content .row.bg-blue {
      padding: 40px 0 10px;
      margin-bottom: 40px; } }
  .content .row.bg-blue .component {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0);
    padding: 25px;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .content .row.bg-blue .component {
        padding: 20px;
        margin-bottom: 30px; } }
    .content .row.bg-blue .component .section-title {
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 991px) {
        .content .row.bg-blue .component .section-title {
          font-size: 18px;
          line-height: 22px; } }
  .content .row.bg-blue:before {
    content: "";
    display: block !important;
    width: 500%;
    background-color: #F5F7FF;
    position: absolute;
    top: 0px;
    left: -250%;
    right: 0;
    bottom: 0;
    z-index: -1; }
.content .row .col.col-md-11 {
  max-width: 91.5%; }
  @media (max-width: 991px) {
    .content .row .col.col-md-11 {
      max-width: 100%; } }
.content .row .col.col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 24px; }
  @media (max-width: 991px) {
    .content .row .col.col-md-8 {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; } }
.content .row .col.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }
  @media (max-width: 991px) {
    .content .row .col.col-md-4 {
      flex: 0 0 100%;
      max-width: 100%; } }
.content .section-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 31px; }
  @media (max-width: 991px) {
    .content .section-title {
      font-size: 22px;
      line-height: 26px; } }
.content .case-listing {
  display: flex;
  flex-wrap: wrap; }
  .content .case-listing .case-item {
    width: calc((100% - 48px)/3);
    margin-bottom: 26px; }
    .content .case-listing .case-item:not(:nth-child(3n)) {
      margin-right: 24px; }
    @media (max-width: 991px) {
      .content .case-listing .case-item {
        width: calc((100% - 24px)/2); }
        .content .case-listing .case-item:not(:nth-child(3n)) {
          margin-right: 0; }
        .content .case-listing .case-item:not(:nth-child(2n)) {
          margin-right: 24px; } }
    @media (max-width: 575px) {
      .content .case-listing .case-item {
        width: 100%; }
        .content .case-listing .case-item:not(:nth-child(2n)) {
          margin-right: 0; } }
    @media (max-width: 991px) {
      .content .case-listing .case-item .news-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: -0.73px; } }
    .content .case-listing .case-item:last-child {
      margin-bottom: 0; }
    .content .case-listing .case-item .thumbnail {
      height: auto; }
      .content .case-listing .case-item .thumbnail.hori-thumbnail {
        padding-top: 65%; }
    .content .case-listing .case-item a {
      color: #000000;
      text-decoration: none; }
.content table {
  width: 100%;
  margin-bottom: 60px; }
  .content table thead {
    text-align: left;
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px; }
    .content table thead tr th {
      padding: 20px; }
  .content table tbody tr td {
    padding: 20px;
    position: relative; }
  .content table tbody tr:last-child td:first-child:after, .content table tbody tr:last-child td:last-child:after {
    display: none; }
  .content table.with-border, .content table.table-responsive {
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF; }
    .content table.with-border thead tr th, .content table.table-responsive thead tr th {
      border: 1px solid #3D66DD; }
    .content table.with-border tbody tr td, .content table.table-responsive tbody tr td {
      border: 1px solid #CFCFCF; }
  .content table.stacktable.small-only:not(:last-child) {
    margin-bottom: 25px; }
  .content table.stacktable.small-only:last-child {
    margin-bottom: 60px; }
  @media (max-width: 800px) {
    .content table.stacktable tbody tr td {
      padding: 17px 15px; } }
  .content table.stacktable tbody tr td.st-key {
    width: auto;
    text-align: left;
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
    border: 1px solid #3D66DD; }
  .content table.stacktable tbody tr td.st-val {
    width: auto;
    padding-left: 15px; }
    @media (max-width: 800px) {
      .content table.stacktable tbody tr td.st-val {
        font-size: 16px;
        line-height: 20px; } }
  .content table.table-events thead {
    color: #FFFFFF;
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px; }
    .content table.table-events thead tr th {
      padding: 17px 0 13px;
      border: none; }
      .content table.table-events thead tr th:first-child {
        width: 10%;
        padding-left: 20px; }
        @media (max-width: 1279px) and (min-width: 801px) {
          .content table.table-events thead tr th:first-child {
            width: 14%; } }
      .content table.table-events thead tr th.events {
        width: 35%; }
      .content table.table-events thead tr th:last-child {
        width: 10%;
        padding-right: 20px; }
        @media (max-width: 1279px) and (min-width: 801px) {
          .content table.table-events thead tr th:last-child {
            width: 14%; } }
  .content table.table-events tbody {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px; }
    .content table.table-events tbody tr td {
      padding: 25px 60px 25px 0;
      border: none;
      border-bottom: 1px solid #CFCFCF; }
      @media (max-width: 800px) {
        .content table.table-events tbody tr td {
          padding: 17px 0; } }
      .content table.table-events tbody tr td:first-child {
        padding-left: 20px;
        padding-right: 0;
        border-bottom: 0; }
        .content table.table-events tbody tr td:first-child:after {
          content: "";
          height: 1px;
          background-color: #CFCFCF;
          position: absolute;
          right: 0;
          left: 20px;
          bottom: 0; }
      .content table.table-events tbody tr td:last-child {
        padding-right: 20px;
        border-bottom: 0; }
        .content table.table-events tbody tr td:last-child:after {
          content: "";
          height: 1px;
          background-color: #CFCFCF;
          position: absolute;
          left: 0;
          right: 20px;
          bottom: 0; }
      .content table.table-events tbody tr td.st-key {
        width: 115px;
        background-color: #3D66DD;
        color: #FFFFFF;
        border: none; }
        .content table.table-events tbody tr td.st-key:after {
          display: none; }
      .content table.table-events tbody tr td.st-val:after {
        left: 15px;
        right: 15px; }
  .content table.upcoming-events thead {
    background-color: #3D66DD; }
  .content table.upcoming-events tbody tr td.st-key {
    background-color: #3D66DD; }
  .content table.past-events thead {
    background-color: #6AB8FF; }
  .content table.past-events tbody tr td.st-key {
    background-color: #6AB8FF; }
  .content table.news thead {
    background-color: #00B1CC; }
  .content table.news tbody tr td.st-key {
    background-color: #00B1CC; }
.content .com-doc-list .list a {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px; }
  .content .com-doc-list .list a:not(:last-child) {
    margin-bottom: 24px; }
  .content .com-doc-list .list a:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/dummy/scheme-details/doc.svg");
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 20px;
    min-width: 20px; }
  .content .com-doc-list .list a.type-link:before {
    background-image: url("../img/icon/link.svg"); }
.content .table-two-col {
  background-color: transparent;
  border: none;
  width: auto;
  margin-bottom: 0; }
  .content .table-two-col tr td {
    padding: 0 0 18px;
    border: none;
    font-size: 16px;
    line-height: 20px; }
    .content .table-two-col tr td:first-child {
      width: 26%; }
  @media (max-width: 991px) {
    .content .table-two-col tbody {
      display: block; }
      .content .table-two-col tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%; }
        .content .table-two-col tbody tr td {
          padding-bottom: 25px; }
          .content .table-two-col tbody tr td:first-child {
            width: 100%;
            padding-bottom: 5px; } }
.content .com-event-list .section-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #3D66DD;
  margin-bottom: 0; }
.content .com-event-list .event-item {
  padding: 16px 0;
  font-family: "Oscine", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px; }
  .content .com-event-list .event-item:not(:last-child) {
    border-bottom: 1px solid #CFCFCF; }
  .content .com-event-list .event-item .date {
    color: #3D66DD;
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.76px;
    margin-bottom: 5px; }
.content .accordion-list {
  max-width: 820px; }

.com-accordion {
  padding: 22px 30px;
  border: 1px solid #DFDFDF;
  transition: all 0.2s ease-in-out;
  margin-bottom: 25px;
  background-color: #FFFFFF; }
  @media (max-width: 991px) {
    .com-accordion {
      padding: 20px;
      margin-bottom: 30px; } }
  .com-accordion:hover {
    box-shadow: 0 0 20px 0 rgba(29, 40, 118, 0.2);
    border-color: #3D66DD; }
  .com-accordion .btn-collapse {
    font-family: "Oscine", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 0;
    color: #000000; }
    .com-accordion .btn-collapse:after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 10px;
      background-image: url("../img/icon/caret.svg");
      background-size: 16px 10px;
      background-position: center center;
      background-repeat: no-repeat;
      transition: transform 0.2s ease-in-out;
      min-width: 16px;
      margin-left: 24px; }
    .com-accordion .btn-collapse.expanded:after {
      transform: rotate(180deg); }
  .com-accordion .collapse {
    margin-top: 16px;
    display: none; }

.table-container {
  overflow-x: auto; }

.com-gallery {
  position: relative;
  margin-top: 120px;
  padding-top: 40px; }
  .com-gallery:before {
    content: "";
    display: block;
    height: 1px;
    width: 500%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3D66DD; }
  @media (max-width: 991px) {
    .com-gallery {
      padding-top: 26px;
      padding-bottom: 58px; }
      .com-gallery:after {
        content: "";
        display: block;
        height: 1px;
        width: 500%;
        position: absolute;
        right: 1px;
        bottom: 16px;
        background-color: #3D66DD; } }
  .com-gallery .swiper-container {
    /*&:after {
    			content: "";
    			display: block;
    			height: 100%;
    			width: 500%;
    			position: absolute;
    			left: 100%;
    			top: 0;
    			background-color: $colorWhite;
    			opacity: 0.7;
    			z-index: 1;
    			@media (max-width: $breakpoint_md - 1) {
    				height: calc(100% - 26px - 58px);
    				top: 26px;
    				left: 86%;
    			}
    		}*/ }
    @media (max-width: 991px) {
      .com-gallery .swiper-container {
        max-width: 86%;
        position: unset; } }
    .com-gallery .swiper-container .swiper-slide {
      opacity: 0.3;
      transition: opacity 0.2s ease-in-out; }
      .com-gallery .swiper-container .swiper-slide.swiper-slide-active {
        opacity: 1; }
        .com-gallery .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide {
          opacity: 1; }
          @media (max-width: 575px) {
            .com-gallery .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide {
              opacity: 0.3; } }
          .com-gallery .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
            opacity: 1; }
            @media (max-width: 991px) {
              .com-gallery .swiper-container .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
                opacity: 0.3; } }
    .com-gallery .swiper-container .swiper-nav-container {
      position: absolute;
      top: -100px;
      right: 0;
      margin-top: 0; }
      @media (max-width: 991px) {
        .com-gallery .swiper-container .swiper-nav-container {
          top: auto;
          bottom: 0; } }
    .com-gallery .swiper-container .swiper-btn-next, .com-gallery .swiper-container .swiper-btn-prev {
      position: relative; }
      .com-gallery .swiper-container .swiper-btn-next:before, .com-gallery .swiper-container .swiper-btn-prev:before {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background-image: url("../img/icon/icon-next-circle-active.svg");
        background-size: 32px 32px;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: 0;
        margin-right: 0;
        transition: all 0.2s ease-in-out; }
      .com-gallery .swiper-container .swiper-btn-next.swiper-button-disabled:before, .com-gallery .swiper-container .swiper-btn-prev.swiper-button-disabled:before {
        background-image: url(../img/icon/icon-next-circle.svg); }
    .com-gallery .swiper-container .swiper-btn-prev {
      margin-right: 14px; }
      .com-gallery .swiper-container .swiper-btn-prev:before {
        transform: scale(-1); }
    .com-gallery .swiper-container .swiper-btn-next:after, .com-gallery .swiper-container .swiper-btn-prev:after {
      content: "";
      display: block;
      height: 30px;
      width: 1px;
      position: absolute;
      left: 50%;
      bottom: -28px;
      background-color: #3D66DD; }
      @media (max-width: 991px) {
        .com-gallery .swiper-container .swiper-btn-next:after, .com-gallery .swiper-container .swiper-btn-prev:after {
          display: none; } }
  .com-gallery .swiper-container .gallery-item a {
    color: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .com-gallery .swiper-container .gallery-item a:hover {
      text-decoration: underline transparent; }

@media (max-width: 991px) {
  .com-popup-gallery .swiper-container {
    padding-top: 24px; } }
.com-popup-gallery .swiper-container .swiper-slide {
  background-color: #FFFFFF; }
.com-popup-gallery .swiper-container .swiper-btn-next, .com-popup-gallery .swiper-container .swiper-btn-prev {
  position: relative; }
  .com-popup-gallery .swiper-container .swiper-btn-next:before, .com-popup-gallery .swiper-container .swiper-btn-prev:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../img/icon/icon-next-circle-active.svg");
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.2s ease-in-out; }
  .com-popup-gallery .swiper-container .swiper-btn-next.swiper-button-disabled:before, .com-popup-gallery .swiper-container .swiper-btn-prev.swiper-button-disabled:before {
    background-image: url(../img/icon/icon-next-circle.svg); }
.com-popup-gallery .swiper-container .swiper-btn-prev {
  margin-right: 14px; }
  .com-popup-gallery .swiper-container .swiper-btn-prev:before {
    transform: scale(-1); }
.com-popup-gallery .swiper-container .swiper-nav-container {
  margin-top: 0;
  position: absolute;
  left: -16px;
  right: -16px;
  top: calc(50% - 16px);
  z-index: 3; }
.com-popup-gallery .gallery-item img {
  width: 100%; }

html[lang="zh-Hant"] .content table thead {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hant"] .content table.stacktable tbody tr td.st-key {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hant"] .content table.table-events thead {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hant"] .content .com-event-list .event-item {
  font-family: "Noto Sans TC", sans-serif; }
  html[lang="zh-Hant"] .content .com-event-list .event-item .date {
    font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hant"] .com-accordion .btn-collapse {
  font-family: "Noto Sans TC", sans-serif; }
html[lang="zh-Hans"] .content table thead {
  font-family: "Noto Sans SC", sans-serif; }
html[lang="zh-Hans"] .content table.stacktable tbody tr td.st-key {
  font-family: "Noto Sans SC", sans-serif; }
html[lang="zh-Hans"] .content table.table-events thead {
  font-family: "Noto Sans SC", sans-serif; }
html[lang="zh-Hans"] .content .com-event-list .event-item {
  font-family: "Noto Sans SC", sans-serif; }
  html[lang="zh-Hans"] .content .com-event-list .event-item .date {
    font-family: "Noto Sans SC", sans-serif; }
html[lang="zh-Hans"] .com-accordion .btn-collapse {
  font-family: "Noto Sans SC", sans-serif; }

/*# sourceMappingURL=inner.css.map */
