p,
li {
  font-size: 1.125em;
}
/* style */
.article-wrapper #banner {
  background-color: #263571;
  padding-bottom: 0;
  padding-top: 0;
}
.article-wrapper #banner::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #e2f5fd;
}

#inside-content h1 {
  font-size: 3.5em;
  font-weight: 900;
  margin-bottom: 3rem;
}

#inside-content .swiper {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
#inside-content .swiper-box-right,
#inside-content .swiper-box {
  padding: 1rem 0;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
#inside-content .swiper img,
#inside-content .swiper-box-right img {
  margin-bottom: 1rem;
  border-radius: 2rem;
  width: 100%;
}
#inside-content .swiper p {
  margin-bottom: 0.5rem;
}
#inside-content .swiper p:last-child,
#inside-content .swiper-box-right p:last-child {
  margin-bottom: 0;
}
#inside-content .swiper ul {
  list-style: disc;
}
#inside-content .swiper-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

#inside-content .swiper-button-next,
#inside-content .swiper-button-prev {
  z-index: 3;
}
#inside-content .content,
#inside-content .content-right {
  /* border-top: 1px solid #398433; */
  padding-top: 2rem;
}

#inside-content .content h2,
#inside-content .content-right h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #1b2c65;
}

#inside-content .content a,
#inside-content .content-right a {
  border-bottom: 1px solid;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3rem;
  height: 3rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 3rem;
}

.swiper-button-prev {
  left: -2rem;
}
.swiper-button-next {
  right: -2rem;
}
.swiper-button-prev:after {
  background-image: url(../images/left_arrow.png);
}
.swiper-button-next:after {
  background-image: url(../images/right_arrow.png);
}
#inside-content {
  position: relative;
}
#inside-content .container {
  position: relative;
}
#inside-content::before {
  content: "";
  position: absolute;
  background: #99def9;
  width: 100%;
  height: 33rem;
  top: 0;
}
.article-wrapper .article-7#inside-content::before {
  height: 38rem;
}
#inside-content h1 {
  color: #263571;
}

#inside-content .swiper-box,
#inside-content .swiper-box-right {
  /* background-color: #263571; */
}

#inside-content .swiper-box-right p,
#inside-content .swiper * {
  color: #263571;
  font-weight: 600;
}

#inside-content .swiper-box .swiper-pagination-bullet {
  border: 2px solid #1b2c65;
  background-color: transparent;
}
#inside-content .swiper-box .swiper-pagination-bullet-active {
  background-color: #1b2c65;
}

#inside-content .content {
  border-color: #263571;
}
#inside-content .content a {
  color: #263571;
}

@media only screen and (max-width: 1399.98px) {
  #inside-content h1 {
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 992px) {
  /* #inside-content .swiper-box-right {
    padding: 1rem;
  } */
  #inside-content .swiper {
    padding-bottom: 2rem;
  }
  #inside-content .content-right {
    border-right: 1px solid #398433;
    padding-right: 2rem;
    padding-top: 0;
    border-top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  #inside-content h1 {
    font-size: 2.25em;
    margin-bottom: 2rem;
  }
  header .box-bottom .lang:first-child {
    margin-left: 0;
  }
  header .size {
    padding-left: 0;
    padding-right: 0;
  }
  header {
    padding-bottom: 1rem;
  }

  #inside-content::before {
    height: 22rem !important;
  }
  #inside-content:lang(zh-hk)::before {
    height: 15rem !important;
  }
  #inside-content .swiper-box {
    max-width: 85%;
    padding-bottom: 3rem;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 2rem;
    height: 2rem;
  }
  p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 575.99px) {
  #inside-content h1 {
    font-size: 1.5em;
  }
}
