.news-list .row {
  margin-bottom: 0.5rem;
}
.news-list .box-date {
  background-color: #ffa62a;
  color: #085245;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375;
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .box-body {
  display: flex;
  align-items: center;
  background-color: #085245;
  background-image: url(../images/cta-arrow-white.svg);
  background-position: 96% 30%;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  color: #ffffff;
  border-radius: 1rem;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 1.5rem 3.5rem 1rem 1.5rem;
}
.news-list .box-body h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.news-list .box-body a:link, .news-list .box-body a:visited {
  color: #ffffff;
  text-decoration: none;
}
.news-list .box-body a:hover, .news-list .box-body a:active {
  text-decoration: none;
}
.news-list .box-body.detailed-mode {
  background-image: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem 1.5rem 1.5rem 1.75rem;
}
.news-list .box-body.detailed-mode h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.news-list .box-body.detailed-mode .thumb {
  background-repeat: no-repeat;
  background-size: contain;
}
.news-list .box-body.detailed-mode .thumb.for-mobile {
  display: none;
  min-width: 0;
  width: 18rem;
  height: 15rem;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.news-list .box-body.detailed-mode .thumb.for-desktop {
  background-position: center right;
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
  margin-left: 2rem;
  float: right;
}
.news-list .box-body.detailed-mode .btn-cta {
  margin-top: 0.5rem;
}
@media (max-width: 576px) {
  .news-list .box-date {
    padding: 0.5rem 1.25rem;
    border-radius: 10rem;
    display: inline-block;
  }
  .news-list .box-body {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 2rem 4rem 0.5rem 1.5rem;
    background-position: 95% 20%;
  }
}
@media (max-width: 450px) {
  .news-list .box-body.detailed-mode .thumb.for-mobile {
    display: block;
  }
  .news-list .box-body.detailed-mode .thumb.for-desktop {
    display: none;
  }
}

.content-page-wrapper h1:not(.skip-h1-style),
.content-page-wrapper .h1:not(.skip-h1-style) {
  display: block;
  background-color: #ffa62a;
  color: #085245;
  padding: 2rem 3rem;
  border-radius: 1rem;
  font-size: 1.75rem;
  border: 1px solid #085245;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .content-page-wrapper h1:not(.skip-h1-style),
  .content-page-wrapper .h1:not(.skip-h1-style) {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
.content-page-wrapper .subheader {
  border-left: 10px solid #ffa62a;
  padding-left: 22px;
  color: #085245;
  margin-bottom: 1.5rem;
}
.content-page-wrapper .content-block-wrapper {
  padding-left: 1.5rem;
}
@media (max-width: 576px) {
  .content-page-wrapper .content-block-wrapper {
    padding-left: 0.5rem;
  }
}
.content-page-wrapper .content-block-wrapper h2,
.content-page-wrapper .content-block-wrapper .h2 {
  font-family: source-han-sans-hong-kong, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  border-left: 10px solid #ffa62a;
  padding-left: 22px;
  margin-left: -1.5rem;
  color: #085245;
}
@media (max-width: 576px) {
  .content-page-wrapper .content-block-wrapper h2,
  .content-page-wrapper .content-block-wrapper .h2 {
    font-size: 1.125rem;
    line-height: 1.25;
    border-width: 7px;
    padding-left: 10px;
    margin-left: -4px;
  }
}
.content-page-wrapper .content-block-wrapper h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  background-color: #ffdcaa;
  color: #085245;
  padding: 0.35rem 1rem;
  display: inline-block;
  border-radius: 0.25rem;
}
.content-page-wrapper .content-block-wrapper p {
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .content-page-wrapper .content-block-wrapper p {
    line-height: 1.6;
  }
}
.content-page-wrapper .content-block-wrapper label {
  font-size: 1rem;
  letter-spacing: 1px;
}
.content-page-wrapper .content-block-wrapper ul,
.content-page-wrapper .content-block-wrapper ol {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.content-page-wrapper .content-block-wrapper ul li,
.content-page-wrapper .content-block-wrapper ol li {
  font-size: 1rem;
  line-height: 1.8755;
  padding-left: 0.5rem;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .content-page-wrapper .content-block-wrapper ul li,
  .content-page-wrapper .content-block-wrapper ol li {
    padding-left: 0rem;
    line-height: 1.6;
    margin-bottom: 0.25rem;
  }
}
.content-page-wrapper .content-block-wrapper ul li::marker {
  color: #ddd;
}
.content-page-wrapper .content-block-wrapper ol li::marker {
  color: #5b9240;
  font-weight: bold;
}
.content-page-wrapper .content-block-wrapper a {
  white-space: break-word;
  overflow-wrap: break-word;
}
.content-page-wrapper .content-block-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  text-align: center;
}
.content-page-wrapper .content-block-wrapper table {
  width: 95%;
}
.content-page-wrapper .content-block-wrapper table.table {
  border: 1px solid #666666;
}
.content-page-wrapper .content-block-wrapper table.table-borderless,
.content-page-wrapper .content-block-wrapper table.table-borderless tr,
.content-page-wrapper .content-block-wrapper table.table-borderless td {
  border: 0;
}
.content-page-wrapper .content-block-wrapper table p {
  margin-bottom: 0;
}
.content-page-wrapper .content-block-wrapper .collapsible-section {
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.content-page-wrapper .content-block-wrapper .collapsible-section .collapsible-header {
  display: block;
  background-color: #f5f5f5;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #085245;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.content-page-wrapper .content-block-wrapper .collapsible-section .collapsible-header h2 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
}
.content-page-wrapper .content-block-wrapper .collapsible-section .collapsible-content {
  padding: 1.5rem;
  display: none;
}
.content-page-wrapper .content-block-wrapper .collapsible-section.expanded .collapsible-content {
  display: block;
}

#categories {
  margin-bottom: 2rem;
}
#categories .title {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 500;
}
#categories a {
  display: inline-block;
  background: #e0e0e0;
  border: 1px #e0e0e0 solid;
  border-radius: 0.5rem;
  margin: 0 0.25rem;
  padding: 0.25rem 1rem;
  font-weight: 500;
}
#categories a.selected, #categories a:hover {
  background-color: #085245;
  border-color: #5b9240;
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 992px) {
  #categories {
    margin-top: 2rem;
    margin-bottom: 0.125rem;
  }
}
@media (max-width: 576px) {
  #categories {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  #categories a {
    margin: 0 0.075rem 0.5rem 0.075rem;
    padding: 0.25rem 0.5rem;
  }
}
@media (max-width: 380px) {
  #categories {
    font-size: 0.875rem;
  }
  #categories a {
    margin: 0 0.05rem 0.5rem 0.05rem;
    padding: 0.25rem 0.5rem;
  }
}

#newsDetail {
  min-height: 40vh;
}
#newsDetail h1 {
  font-family: noto-sans, sans-serif;
  font-size: 1.75rem;
  text-transform: none;
  line-height: 1.375;
  letter-spacing: 0;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
#newsDetail h1.zh_HK {
  font-family: source-han-sans-hong-kong, sans-serif;
}
#newsDetail h1.zh_CN {
  font-family: source-han-sans-simplified-c, sans-serif;
}
@media (max-width: 576px) {
  #newsDetail h1 {
    font-size: 1.5rem;
  }
}
#newsDetail h1 .date {
  margin-bottom: 0;
}
#newsDetail .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#newsDetail .image-placeholder {
  text-align: center;
}
#newsDetail .image-placeholder img {
  margin-bottom: 1.5rem;
  max-height: 40rem;
  border-radius: 1rem;
}

#featureImagePlaceholder {
  margin-bottom: 2rem;
}

#newsVideo {
  width: 100%;
}

#newsCarouselPagination.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 768px) {
  #newsCarouselPagination.swiper-pagination {
    margin-top: -30px;
  }
}
@media (max-width: 576px) {
  #newsCarouselPagination.swiper-pagination {
    margin-top: -25px;
  }
}
@media (max-width: 576px) {
  #newsCarouselPagination.swiper-pagination {
    margin-top: 5px;
  }
}
#newsCarouselPagination.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 6px;
}
@media (max-width: 576px) {
  #newsCarouselPagination.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: #aaa;
  }
}
@media (max-width: 400px) {
  #newsCarouselPagination.swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 3px;
  }
}
#newsCarouselPagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #085245;
}

#newsCarouselButtons {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
#newsCarouselButtons .swiper-button-wrapper {
  position: absolute;
  width: 100%;
}
#newsCarouselButtons .swiper-button {
  color: #000000;
  width: 2.25rem;
  height: 3.675rem;
  padding: 0.5rem 0.5rem;
  transition: 200ms linear;
}
#newsCarouselButtons .swiper-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
#newsCarouselButtons .swiper-button:focus {
  outline: 0;
}
#newsCarouselButtons .swiper-button.swiper-button-prev {
  left: -30px;
}
#newsCarouselButtons .swiper-button.swiper-button-next {
  right: -30px;
}
@media (max-width: 1330px) {
  #newsCarouselButtons .swiper-button.swiper-button-prev {
    left: -10px;
  }
  #newsCarouselButtons .swiper-button.swiper-button-next {
    right: -10px;
  }
}
@media (max-width: 768px) {
  #newsCarouselButtons .swiper-button.swiper-button-prev {
    left: -50px;
  }
  #newsCarouselButtons .swiper-button.swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 576px) {
  #newsCarouselButtons .swiper-button {
    display: none;
  }
}/*# sourceMappingURL=news.css.map */