section.search-hero-banner {
  background-color: #04244f;
  padding-left: 25px;
}
html[lang=zh-hant] section.search-hero-banner h2 {
  font-weight: 500;
}
section.search-hero-banner h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  section.search-hero-banner h2 {
    font-size: 2.375rem;
  }
}
section.search-hero-banner > div {
  display: flex;
  align-items: center;
  max-width: 1400px;
}
@media (min-width: 992px) {
  section.search-hero-banner > div {
    width: 100%;
    margin: auto;
  }
}
section.search-hero-banner > div > div:first-child {
  flex: 1;
  white-space: nowrap;
  overflow: visible;
  z-index: 1;
}
section.search-hero-banner > div img {
  width: 100%;
  min-height: 170px;
  object-fit: cover;
  object-position: right;
  display: block;
  overflow: visible;
}
@media (min-width: 992px) {
  section.search-hero-banner > div img {
    min-height: 305px;
  }
}
section.search-hero-banner label {
  width: 0;
}
section.search-hero-banner input[type=search] {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  height: 30px;
  padding-right: 20px;
}
section.search-hero-banner input[type=search]:focus-visible {
  outline: none;
}
section.search-hero-banner input[type=submit] {
  background: url(../assets/icons/search.svg) no-repeat left top;
  border: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
}
section.search-hero-banner .search-form-wrapper {
  position: relative;
  width: fit-content;
  margin-top: 37px;
}
section.search-hero-banner input::placeholder {
  color: white;
  opacity: 0.5;
}

.blog-header {
  background-color: #FAFAFA;
  color: #0A2850;
}
.blog-header > div {
  text-align: center;
  padding: 45px 25px;
}
@media (min-width: 992px) {
  .blog-header > div {
    max-width: 1400px;
    margin: 0 auto;
    text-align: start;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    padding: 90px 25px 70px;
  }
}
.blog-header h1 {
  font-size: 1.375rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-header h1 {
    font-size: 2rem;
  }
}
.blog-header .back-btn {
  display: none;
}
@media (min-width: 992px) {
  .blog-header .back-btn {
    display: block;
    margin-top: 0;
    flex-shrink: 0;
  }
}

.swiper-div {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .swiper-div .blog-swiper-pagination {
    text-align: start;
    margin-bottom: 80px;
  }
}
.swiper-div .blog-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-div .blog-swiper-pagination .swiper-pagination-bullet-active {
  background: #004C95;
}

.blog-swiper {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .blog-swiper {
    padding-bottom: 0;
  }
}
.blog-swiper .swiper-slide {
  padding-bottom: 20px;
  color: #5A5A5A;
}
.blog-swiper .swiper-slide p {
  font-size: 0.6875rem;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .blog-swiper .swiper-slide p {
    font-size: 0.875rem;
    margin-top: 30px;
    max-width: 50%;
    float: right;
  }
}
@media (min-width: 992px) {
  .blog-swiper .swiper-slide {
    padding-bottom: 0;
  }
}
.blog-swiper img {
  width: 100%;
}
@media (min-width: 992px) {
  .blog-swiper img {
    max-height: 720px;
    object-fit: cover;
    object-position: center;
  }
}

main {
  text-align: center;
  padding: 30px 25px 60px;
}
@media (min-width: 1401px) {
  main {
    padding: 60px 0px 270px 98px;
    margin: auto;
    max-width: 1400px;
    box-sizing: border-box;
  }
  main .back-btn {
    display: none;
  }
}

.paragraphs {
  text-align: start;
}
.paragraphs p {
  white-space: pre-line;
  color: #5A5A5A;
}
.paragraphs p + p {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .paragraphs p + p {
    margin-top: 25px;
  }
}
.paragraphs img {
  max-width: 100%;
  height: auto;
}

.back-btn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  border: none;
  background-color: white;
  margin-top: 40px;
  cursor: pointer;
}