#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: #F39200;
  border-color: #F39200;
  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: 0.125rem;
  }
  #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 p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
#newsDetail .date {
  margin-bottom: 1.75rem;
}
#newsDetail .image-placeholder img {
  margin-bottom: 1.5rem;
}
#newsDetail ol {
  padding-left: 5rem;
  margin-bottom: 1rem;
}
#newsDetail ol.no-indent {
  margin-top: 3.25rem;
  padding-left: 3.75rem;
}
#newsDetail ol li {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

#news a:hover {
  transform: scale(1.05, 1.05);
  text-decoration: none;
  cursor: pointer;
}
#news .news-item {
  background: #293896;
  transition: ease-out 0.3s;
}
#news .news-item:hover {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  text-decoration: none;
  cursor: pointer;
}
#news .news-item .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #293896;
  width: 100%;
  height: 16.25rem;
  max-height: 16.25rem;
}
#news .news-item .text {
  height: auto;
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}
#news .news-item .text h3 {
  font-family: noto-sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #ffffff;
}
#news .news-item .text h3.zh_HK {
  font-family: source-han-sans-hong-kong, sans-serif;
}
#news .news-item .text h3.zh_CN {
  font-family: source-han-sans-simplified-c, sans-serif;
}
#news .news-item .text p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #ffffff;
}
#news .news-item .text p.date {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
#news .news-item .action {
  display: block;
  background-color: #293896;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: right;
  padding: 0.125rem 0.75rem 0.25rem 0.75rem;
}
#news .news-item .action:hover {
  background-color: #666666;
  text-decoration: none;
}
#news .news-item .action .arrow {
  width: 0.45rem;
  margin-top: -3px;
  margin-left: 0.25rem;
}

#newsList a:hover {
  transform: scale(1.05, 1.05);
  text-decoration: none;
  cursor: pointer;
}
#newsList .news-item {
  background: #293896;
  transition: ease-out 0.3s;
}
#newsList .news-item:hover {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  text-decoration: none;
  cursor: pointer;
}
#newsList .news-item .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #293896;
  width: 100%;
  height: 16.25rem;
  max-height: 16.25rem;
}
#newsList .news-item .text {
  height: auto;
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}
#newsList .news-item .text h3 {
  font-family: noto-sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #ffffff;
}
#newsList .news-item .text h3.zh_HK {
  font-family: source-han-sans-hong-kong, sans-serif;
}
#newsList .news-item .text h3.zh_CN {
  font-family: source-han-sans-simplified-c, sans-serif;
}
#newsList .news-item .text p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #ffffff;
}
#newsList .news-item .text p.date {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
#newsList .news-item .action {
  display: block;
  background-color: #293896;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: right;
  padding: 0.125rem 0.75rem 0.25rem 0.75rem;
}
#newsList .news-item .action:hover {
  background-color: #666666;
  text-decoration: none;
}
#newsList .news-item .action .arrow {
  width: 0.45rem;
  margin-top: -3px;
  margin-left: 0.25rem;
}
#newsList .news-item {
  margin-bottom: 2rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  #newsList .news-item {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

#featureImagePlaceholder {
  margin-bottom: 2rem;
}

#newsCarousel .swiper-slide {
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#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: #e00003;
}

#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: -60px;
}
#newsCarouselButtons .swiper-button.swiper-button-next {
  right: -60px;
}
@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 */