html,
body {
  height: 100%;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #314659;
  font-size: 14px;
  background: #fff;
  transition: background 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow-x: hidden;
}
a {
  transition: color 0.3s ease;
}
a:focus {
  text-decoration: underline;
  text-decoration-skip: ink;
}
svg g {
  transform-origin: 50% 50%;
  transform-box: fill-box;
}
.banner-wrapper {
  height: 526px;
  width: 100%;
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.banner-wrapper .banner-title-wrapper {
  width: 40%;
  max-width: 480px;
  height: 245px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
  z-index: 1;
}
.banner-wrapper .banner-title-wrapper > * {
  will-change: transform;
}
.banner-wrapper .banner-title-wrapper h1 {
  font-family: "Futura", "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 54px;
  margin: 12px 0;
}
.banner-wrapper .banner-title-wrapper p {
  font-size: 20px;
}
.banner-wrapper .banner-title-wrapper .button-wrapper {
  margin-top: 64px;
  line-height: 40px;
  align-items: center;
  display: flex;
}
.banner-wrapper .banner-title-wrapper .button-wrapper .github-btn {
  display: inline-block;
  height: 28px;
}
.banner-wrapper .banner-title-wrapper .button-wrapper .github-btn .gh-btn {
  height: 28px;
  border-radius: 4px;
  background: #f3f3f3;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  border: 1px solid #ebedf0;
  align-items: center;
  display: flex;
  padding: 0 12px;
  font-size: 13px;
}
.banner-wrapper .banner-title-wrapper .button-wrapper .github-btn .gh-btn:hover {
  color: #1677ff;
}
.banner-wrapper .banner-title-wrapper .button-wrapper .github-btn .gh-btn .gh-ico {
  margin-right: 8px;
}
.banner-wrapper .banner-title-wrapper .button-wrapper .github-btn .gh-count {
  height: 28px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #ebedf0;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 13px;
}
.banner-wrapper .banner-title-wrapper .title-line {
  transform: translateX(-64px);
  animation: bannerTitleLine 3s ease-in-out 0s infinite;
}
.banner-wrapper .banner-image-wrapper {
  width: 45%;
  max-width: 598px;
  height: 324px;
  position: absolute;
  right: 8%;
  margin: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.home-banner-image {
  display: none;
}
.title-line-wrapper {
  height: 2px;
  overflow: hidden;
  width: 312px;
  margin: 10px auto 20px;
}
.title-line-wrapper .title-line {
  height: 100%;
  animation: titleLine 3s ease-in-out 1.5s infinite;
  width: 64px;
  transform: translateX(-64px);
  background: linear-gradient(to right, rgba(24, 144, 255, 0) 0%, #1890ff 100%);
}
.home-banner-section {
  width: 100%;
  margin: 32px auto 0;
  overflow: hidden;
  padding: 40px 0 80px;
  background: linear-gradient(180deg, #f0f5ff 0%, #f8faff 60%, #ffffff 100%);
  position: relative;
}
.home-banner-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 0;
}
.banner-3d-carousel .slick-track {
  display: flex !important;
  align-items: center !important;
}
.banner-3d-carousel .slick-slide {
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.banner-3d-carousel .slick-slide .banner-card-wrapper {
  padding: 16px 12px;
}
.banner-3d-carousel .slick-slide .banner-card {
  border-radius: 16px;
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transform: scale(0.82);
  opacity: 0.55;
  filter: brightness(0.65) blur(0.6px);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}
.banner-3d-carousel .slick-center .banner-card {
  transform: scale(1);
  opacity: 1;
  filter: brightness(1) blur(0);
  box-shadow: 0 4px 12px rgba(0, 44, 73, 0.1), 0 16px 40px rgba(0, 44, 73, 0.2), 0 32px 80px rgba(0, 44, 73, 0.15);
}
.banner-3d-carousel .slick-prev,
.banner-3d-carousel .slick-next {
  width: 44px !important;
  height: 44px !important;
  z-index: 10 !important;
}
.banner-3d-carousel .slick-prev::before,
.banner-3d-carousel .slick-next::before {
  display: none !important;
}
.banner-3d-carousel .slick-prev {
  left: 20px !important;
}
.banner-3d-carousel .slick-next {
  right: 20px !important;
}
.banner-3d-carousel .banner-custom-dots {
  bottom: -36px !important;
  z-index: 2 !important;
}
.banner-3d-carousel .banner-custom-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 5px !important;
}
.banner-3d-carousel .banner-custom-dots li::before,
.banner-3d-carousel .banner-custom-dots li::after {
  display: none !important;
}
.banner-3d-carousel .banner-custom-dots li button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #c0cfe0 !important;
  transition: all 0.3s ease !important;
  opacity: 1 !important;
}
.banner-3d-carousel .banner-custom-dots li button::before,
.banner-3d-carousel .banner-custom-dots li button::after {
  display: none !important;
}
.banner-3d-carousel .banner-custom-dots li.slick-active {
  width: 28px !important;
}
.banner-3d-carousel .banner-custom-dots li.slick-active button {
  width: 28px !important;
  border-radius: 4px !important;
  background: #0066fe !important;
}
.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.2s ease;
  color: #002c49;
  font-size: 16px;
}
.banner-arrow:hover {
  background: #ffffff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.26);
  transform: translateY(-50%) scale(1.08);
}
.banner-arrow-prev {
  left: 20px;
}
.banner-arrow-next {
  right: 20px;
}
.banner-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 28, 60, 0.65) 0%, rgba(0, 44, 73, 0.35) 50%, rgba(0, 0, 0, 0.04) 100%);
  border-radius: inherit;
}
.banner-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 4px 14px;
  width: fit-content;
  backdrop-filter: blur(6px);
}
.banner-card-title {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  line-height: 1.35 !important;
  max-width: 520px;
}
@media (max-width: 768px) {
  .home-banner-section {
    padding: 16px 0 40px;
    margin-top: 16px;
  }
  .banner-3d-carousel .slick-slide .banner-card {
    height: 200px;
    border-radius: 10px;
  }
  .banner-3d-carousel .slick-slide .banner-card-wrapper {
    padding: 8px 6px;
  }
  .banner-card-content {
    padding: 0 20px;
    gap: 8px;
    justify-content: flex-end;
    padding-bottom: 20px;
  }
  .banner-card-tag {
    font-size: 9px;
    padding: 3px 10px;
    letter-spacing: 1px;
  }
  .banner-card-title {
    font-size: 16px !important;
  }
  .banner-card-counter .banner-counter-current {
    font-size: 18px;
  }
  .banner-arrow {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px;
  }
  .banner-arrow-prev {
    left: 8px;
  }
  .banner-arrow-next {
    right: 8px;
  }
}
.home-page {
  margin: 50px auto;
}
.home-page h2 {
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  color: #091d2f;
  letter-spacing: 0.6px;
  margin: 80px 0px 10px 0px;
}
.home-page h2 span {
  font-weight: 600;
}
.home-page h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #123859;
  margin: 20px 0px 20px 0px;
}
.home-page-wrapper {
  max-width: 1480px;
  width: 100%;
  margin: auto;
  position: relative;
}
.service-box-wrapper {
  margin-bottom: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.service-box-wrapper li {
  width: 15%;
  display: inline-block;
  will-change: transform;
}
.service-box-wrapper li .service-box {
  width: 194px;
  margin: auto;
  text-align: center;
  position: relative;
}
.service-box-wrapper li .service-box .service-box-image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 20px auto 32px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.service-box-wrapper li .service-box:hover .service-box-image {
  transform: translateY(-5px);
}
.service-box-wrapper li .service-box h3 {
  color: #0d1a26;
  font-size: 16px;
  margin: 8px auto;
}
@keyframes bannerTitleLine {
  0%,
  25% {
    transform: translateX(-64px);
  }
  75%,
  100% {
    transform: translateX(544px);
  }
}
@keyframes titleLine {
  0%,
  25% {
    transform: translateX(-64px);
  }
  75%,
  100% {
    transform: translateX(376px);
  }
}
.news-container {
  height: 340px;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  /* 横向滚动 */
  overflow-y: hidden;
  padding: 12px;
  margin: 0 auto;
}
.news-item {
  float: left;
  width: 300px;
  margin-right: 20px;
  flex: 0 0 auto;
  /* 关键：不压缩 */
  border: 1px solid #ccc;
}
.news-item-image {
  height: 150px;
  background-size: cover;
  background-position: center;
}
.news-item-meta .ant-card-meta-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 显示3行 */
  overflow: hidden;
}
.event-container {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}
.search-container {
  width: 600px;
  margin: 20px auto;
}
.health-search-top-title {
  text-align: left !important;
  font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 900;
  font-size: 32px !important;
  line-height: 1.6em;
  color: #000000 !important;
  margin: 80px 0 10px 12px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.health-search-top-title span {
  font-weight: 600;
}
.health-search-title-line {
  width: 1173px;
  height: 3px;
  margin: 10px auto 12px;
}
.health-search-title-line .title-line {
  background: #0087E1;
  height: 100%;
}
.health-search-blue-section {
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-top: 31px;
  justify-content: center;
}
.health-search-overlay-box {
  width: 782px;
  min-height: 320px;
  background: #002c49;
  padding: 53px 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.health-search-white-title {
  font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 1.6em !important;
  text-align: center !important;
  color: #FFFFFF !important;
  margin: 0 auto 28px !important;
  width: 369px;
}
.health-search-subtitle {
  font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 1.6em !important;
  text-align: center !important;
  color: #FFFFFF !important;
  margin: 0 auto 24px !important;
  width: 333px;
}
.health-search-input-container {
  width: 695px;
  height: 92px;
  margin: 0 auto;
  padding: 28px 18px;
  background: #FFFFFF;
  border: 1px solid #006EB6;
  border-radius: 12px;
}
.custom-search-box {
  display: flex;
  height: 42px;
  width: 100%;
}
.custom-search-input {
  flex: 1;
  height: 42px;
  font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
  line-height: 1.495em;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-radius: 6px 0 0 6px;
  background: #FFFFFF;
  padding-left: 18px;
  outline: none;
}
.custom-search-input::placeholder {
  color: #999999;
  font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 18px;
}
.custom-search-input:focus {
  border-color: #40a9ff;
}
.custom-search-button {
  height: 42px;
  width: 96px;
  padding: 0;
  font-family: 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0 6px 6px 0;
  background: #0065a7;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-search-button:hover {
  background: #0052CC;
  border-color: #0052CC;
}
.custom-search-button:active {
  background: #0041A8;
  border-color: #0041A8;
}
.health-search-image-wrapper {
  width: 391px;
  height: 228px;
  overflow: hidden;
  flex-shrink: 0;
}
.health-search-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1280px) {
  .health-search-top-title {
    margin-left: 20px !important;
  }
  .health-search-title-line {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .health-search-blue-section {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }
  .health-search-overlay-box {
    width: 100%;
  }
  .health-search-image-wrapper {
    margin: 20px auto;
    max-width: 391px;
  }
}
@media (max-width: 768px) {
  .health-search-top-title {
    font-size: 24px !important;
    text-align: center !important;
    margin-left: 0 !important;
  }
  .health-search-title-line {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .health-search-blue-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .health-search-overlay-box {
    width: 100%;
    padding: 30px 20px;
  }
  .health-search-white-title {
    font-size: 24px !important;
    width: 100%;
  }
  .health-search-subtitle {
    font-size: 18px !important;
    width: 100%;
  }
  .health-search-input-container {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .health-search-image-wrapper {
    width: 90%;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .service-box-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .service-box-wrapper li {
    width: 33.33% !important;
    margin-bottom: 20px;
  }
  .service-box-wrapper li .service-box {
    width: 100%;
    padding: 0 8px;
  }
  .service-box-wrapper li .service-box .service-box-image {
    width: 60px;
    height: 60px;
    margin: 12px auto 16px;
  }
  .service-box-wrapper li .service-box h3 {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .service-box-wrapper li {
    width: 50% !important;
  }
  .health-search-blue-section {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .health-search-overlay-box {
    border-radius: 0;
  }
  .custom-search-box {
    flex-direction: column;
    height: auto;
    gap: 8px;
  }
  .custom-search-box .custom-search-input {
    border-right: 1px solid #d9d9d9 !important;
    border-radius: 6px !important;
    width: 100%;
  }
  .custom-search-box .custom-search-button {
    border-radius: 6px !important;
    width: 100%;
    height: 40px;
  }
}

.page-banner-news {
  background-image: url(/3c55857cd123b17a6bc8.jpg);
}
.news-page-wrapper {
  max-width: 1849px;
  margin: 0 auto;
  padding: 24px 673px 60px;
  display: flex;
  justify-content: center;
}
.news-page-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 60px;
}
.news-breadcrumb {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 8px;
}
.news-breadcrumb .breadcrumb-link {
  color: #000000;
  cursor: pointer;
}
.news-breadcrumb .breadcrumb-link:hover {
  text-decoration: underline;
}
.news-breadcrumb .breadcrumb-sep {
  margin: 0 4px;
  color: #000000;
}
.news-page-title {
  font-family: 'Kanit', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 8px;
}
.news-title-line {
  width: 276px;
  height: 2px;
  background: #0065a7;
  margin-bottom: 24px;
}
.news-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.news-sidebar {
  width: 276px;
  flex-shrink: 0;
}
.news-sidebar .news-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 276px;
}
.news-sidebar .news-category-item {
  width: 276px;
  height: 48px;
  line-height: 48px;
  padding: 0 8px;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
  border-radius: 6px;
}
.news-sidebar .news-category-item:hover {
  background: #f0f8ff;
}
.news-sidebar .news-category-item.active {
  background: #3369bd;
  color: #FFFFFF;
  border-bottom-color: #3369bd;
}
.news-main {
  width: 876px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.news-search-bar {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 0 0;
  gap: 0;
  justify-content: flex-end;
}
.news-search-bar .news-search-input {
  width: 250px;
  height: 37px;
  border-radius: 6px;
  padding: 0 12px;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  color: #999999;
  outline: none;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
}
.news-search-bar .news-search-input::placeholder {
  color: #999999;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
}
.news-search-bar .news-search-all-wrapper {
  width: 169px;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-left: 1.333px solid #000000;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: none;
  background: #FFFFFF;
  border-radius: 0 5px 5px 0;
  box-sizing: border-box;
}
.news-search-bar .news-search-all-wrapper .news-search-all-text {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
.news-search-bar .news-search-btn {
  width: 100px;
  height: 40px;
  background: #3369bd;
  color: #FFFFFF;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 8px;
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.news-search-bar .news-search-btn:hover {
  background: #003a8c;
}
.news-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.news-table .news-table-header {
  background: #3369bd;
  height: 51px;
}
.news-table .news-table-header th {
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  border-bottom: 1.333px solid #DEE2E6;
}
.news-table .news-table-row td {
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #212529;
  vertical-align: middle;
  padding: 12px 8px;
  border-bottom: 1.333px solid #DEE2E6;
}
.news-table .news-table-row:last-child td {
  border-bottom: none;
}
.news-table .col-no {
  width: 53px;
  text-align: center;
}
.news-table .col-title {
  width: 599px;
  text-align: left;
  padding-left: 14px !important;
  line-height: 1.48em;
}
.news-table .col-title .news-title-link {
  color: inherit;
  text-decoration: none;
}
.news-table .col-title .news-title-link:hover {
  color: #3369bd;
  text-decoration: underline;
}
.news-table .col-status {
  width: 74px;
  text-align: center;
}
.news-table .col-download {
  width: 102px;
  text-align: center;
}
.news-table .col-download .pdf-download-link {
  display: inline-block;
}
.news-table .col-download .pdf-download-link.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.news-table .col-download .pdf-icon-img {
  width: 20px;
  height: 26px;
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.2s;
  display: block;
  margin: 0 auto;
}
.news-table .col-download .pdf-icon-img:hover {
  opacity: 0.75;
}
.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 36px 0 40px;
}
.news-pagination .page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #DEE2E6;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-pagination .page-btn:hover:not(:disabled) {
  background: #f0f6ff;
  border-color: #3369bd;
  color: #3369bd;
}
.news-pagination .page-btn.active {
  background: #3369bd;
  border-color: #3369bd;
  color: #FFFFFF;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 76, 175, 0.25);
}
.news-pagination .page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.news-pagination .page-show {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 28px;
  padding-left: 28px;
  border-left: 1px solid #DEE2E6;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  color: #495057;
}
.news-pagination .page-show .page-show-count {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
}
@media (max-width: 1280px) {
  .news-layout {
    gap: 16px;
  }
  .news-main {
    width: calc(100% - 276px - 16px);
    min-width: 0;
  }
}
@media (max-width: 900px) {
  .news-layout {
    flex-direction: column;
  }
  .news-sidebar {
    width: 100%;
  }
  .news-sidebar .news-category-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .news-sidebar .news-category-item {
    width: auto;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
  }
  .news-main {
    width: 100%;
  }
  .news-search-bar .news-search-input {
    flex: 1;
    width: auto;
  }
  .news-table .col-status {
    display: none;
  }
  .news-table .col-title {
    width: auto;
  }
}
@media (max-width: 768px) {
  .news-page-wrapper {
    padding: 16px 12px 40px;
  }
  .news-main {
    border-radius: 8px;
  }
  .news-search-bar {
    height: auto;
    padding: 10px 12px;
    flex-wrap: nowrap;
    gap: 8px;
    border-radius: 8px 8px 0 0;
    justify-content: space-between;
  }
  .news-search-bar .news-search-input {
    flex: 1;
    min-width: 0;
    width: auto;
    font-size: 14px;
    height: 36px;
  }
  .news-search-bar .news-search-btn {
    flex-shrink: 0;
    width: auto;
    padding: 0 16px;
    height: 36px;
    font-size: 13px;
  }
  .news-table {
    width: 100%;
    table-layout: auto;
  }
  .news-table .col-status {
    display: none;
  }
  .news-table .col-no {
    width: 40px;
    font-size: 13px;
  }
  .news-table .col-title {
    width: auto;
    font-size: 13px;
    padding-left: 8px !important;
    word-break: break-all;
  }
  .news-table .col-download {
    width: 56px;
  }
  .news-table .news-table-header th {
    font-size: 13px;
    padding: 0 6px;
  }
  .news-table .news-table-row td {
    font-size: 13px;
    padding: 10px 6px;
  }
  .news-table .pdf-icon-img {
    width: 16px;
    height: 20px;
  }
  .news-pagination {
    padding: 20px 0 28px;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-pagination .page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 8px;
    border-radius: 6px;
  }
  .news-pagination .page-show {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #DEE2E6;
    padding-top: 12px;
    margin-top: 4px;
  }
  .news-page-title {
    font-size: 20px;
  }
  .news-title-line {
    width: 100%;
    margin-bottom: 16px;
  }
}

.page-banner-news {
  background-image: url(/3c55857cd123b17a6bc8.jpg);
}
.page-content-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.page-content-wrapper img {
  display: block !important;
  width: 100% !important;
}
.page-content-wrapper .appendix-title {
  margin-right: 10px;
}
.page-content-wrapper .date {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #999;
  text-align: center;
}
.page-content-wrapper .appendix {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.page-content-wrapper .back {
  font-size: 16px;
  display: block;
  margin: 20px auto 10px auto;
  text-align: center;
  width: 100px;
}

.page-banner-news {
  background-image: url(/3c55857cd123b17a6bc8.jpg);
}
.page-content-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  position: relative;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Phetsarath OT", "Phetsarath", "Noto Sans Lao", Arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: #314659;
  font-size: 14px;
  font-family: "Phetsarath OT", "Phetsarath", "Noto Sans Lao", Arial, sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Phetsarath OT", "Phetsarath", "Noto Sans Lao", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  font-family: "Phetsarath OT", "Phetsarath", "Noto Sans Lao", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #2F54EB;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #597ef7;
}
a:active {
  color: #1d39c4;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #2F54EB;
}
::selection {
  color: #fff;
  background: #2F54EB;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  height: 64px;
  display: flex;
  justify-content: space-between;
}
.logo-wrap {
  padding-left: 20px;
  margin-top: 6px;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo .logo-img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/06866d818b7ad936441e.png);
  margin-right: 12px;
}
.logo .logo-content {
  outline: none;
  font-size: 14px;
  line-height: 22px;
}
.logo .logo-content .logo-title {
  font-size: 15px;
  font-weight: bold;
}
.logo .logo-content .logo-subtitle {
  font-size: 12px;
  opacity: 0.75;
}
.logo-dark .logo-content {
  color: #1f316b;
}
.logo-dark .logo-content .logo-title {
  border-bottom: 1px solid #4a5166;
}
.logo-light .logo-content {
  color: #eee;
}
.logo-light .logo-content .logo-title {
  border-bottom: 1px solid #eee;
}
.header-meta {
  flex: 1;
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-lang {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}
.header-menu {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
}
.header-menu .ant-menu {
  line-height: 64px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.header-menu .ant-menu-horizontal .ant-menu-submenu-arrow {
  display: block;
  right: -15px;
}
.header-search {
  margin-right: 20px;
  flex-shrink: 0;
}
.header-preview button {
  border-radius: 32px;
}
.services-mega-wrapper {
  position: relative;
}
.services-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  transition: color 0.2s;
}
.services-trigger:hover,
.services-trigger.active {
  color: #1677ff;
}
.services-trigger .services-trigger-arrow {
  font-size: 12px;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
}
.services-trigger .services-trigger-arrow.open {
  transform: rotate(180deg);
}
.services-mega-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1104px;
  min-height: 588px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  padding: 16px;
  box-sizing: border-box;
}
.mega-section {
  margin-bottom: 16px;
}
.mega-section:last-child {
  margin-bottom: 0;
}
.mega-section-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #da8800;
}
.mega-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}
.mega-col {
  width: 24.5%;
  padding-right: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}
.mega-col-title {
  font-size: 12px;
  font-weight: 700;
  color: #1a57a0;
  line-height: 1.4;
  margin-bottom: 4px;
  cursor: default;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.mega-col-divider {
  height: 1px;
  background: #d0d0d0;
  margin-bottom: 6px;
}
.mega-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-col-item {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 3px;
  display: flex;
  gap: 4px;
  cursor: default;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.mega-col-item .mega-col-bullet {
  color: #555;
  flex-shrink: 0;
  margin-top: 1px;
}
.menu-item-services {
  cursor: default !important;
  padding: 0 !important;
}
.menu-item-services.ant-menu-item-selected,
.menu-item-services.ant-menu-item-active {
  color: inherit !important;
}
.menu-item-services.ant-menu-item-selected::after,
.menu-item-services.ant-menu-item-active::after {
  display: none !important;
}
@media (max-width: 768px) {
  .header {
    height: auto;
    min-height: 60px;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0;
    position: relative;
  }
  .header.menu-open {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .logo-wrap {
    padding-left: 16px;
    margin-top: 0;
    flex: 1;
  }
  .logo-wrap .logo-img {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }
  .logo-wrap .logo-title {
    font-size: 13px !important;
  }
  .logo-wrap .logo-subtitle {
    font-size: 11px !important;
  }
  .header-mobile-right {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 16px;
    flex-shrink: 0;
  }
  .mobile-menu-btn {
    width: 38px;
    height: 38px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #002c49;
    flex-shrink: 0;
    transition: all 0.2s ease;
  }
  .mobile-menu-btn:hover {
    background: #f5f8ff;
    border-color: #0066fe;
    color: #0066fe;
  }
  .mobile-menu-drawer {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
  .mobile-menu-drawer .mobile-menu-search {
    width: 100%;
  }
  .mobile-menu-drawer .ant-menu {
    border: none !important;
    width: 100% !important;
    display: block !important;
  }
  .mobile-menu-drawer .ant-menu .ant-menu-item,
  .mobile-menu-drawer .ant-menu .ant-menu-submenu-title {
    padding: 12px 16px !important;
    height: auto !important;
    line-height: 1.5 !important;
    border-radius: 8px;
    margin-bottom: 4px;
  }
  .mobile-menu-drawer .mobile-menu-admin {
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
  }
}

footer.dark {
  background-color: #000;
  color: rgba(255, 255, 255, 0.65);
}
footer.dark a {
  color: #fff;
}
footer.dark h2 {
  color: #ffffff;
}
footer.dark h2 > span {
  color: #ffffff;
}
footer.dark .bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
footer {
  border-top: 1px solid #e5e7eb;
  clear: both;
  font-size: 12px;
  background: #fff;
  position: relative;
  z-index: 100;
  color: #314659;
  box-shadow: 0 1000px 0 1000px #fff;
}
footer .ant-row {
  text-align: center;
}
footer .ant-row .footer-center {
  display: inline-block;
  text-align: left;
}
footer .ant-row .footer-center > h2 {
  font-size: 14px;
  margin: 0 auto 24px;
  font-weight: 500;
  position: relative;
}
footer .ant-row .footer-center > h2 > .anticon {
  font-size: 16px;
  position: absolute;
  left: -22px;
  top: 3px;
  color: #aaa;
}
footer .ant-row .footer-center > div {
  margin: 12px 0;
}
footer .footer-wrap {
  position: relative;
  padding: 86px 114px 70px 114px;
}
footer .bottom-bar {
  border-top: 1px solid #e5e7eb;
  text-align: right;
  padding: 20px 114px;
  margin: 0;
  line-height: 24px;
}
footer .bottom-bar a {
  color: rgba(255, 255, 255, 0.65);
}
footer .bottom-bar a:hover {
  color: #fff;
}
footer .bottom-bar .translate-button {
  text-align: left;
  width: 200px;
  margin: 0 auto;
}
footer .footer-logo {
  position: relative;
  top: -2px;
}
footer .footer-flag {
  position: relative;
  top: -4px;
  margin-right: 8px;
}

.nav-phone-icon {
  display: none;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 1;
  width: 16px;
  height: 22px;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .main-wrapper > .ant-row > .ant-col-xl-5 {
    width: 274px;
  }
  #header .ant-row .ant-col-xl-5 {
    width: 274px;
  }
}
@media only screen and (max-width: 1300px) {
  #search-box {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  #logo {
    padding: 0 40px;
  }
  .banner-wrapper .banner-title-wrapper h1 {
    font-size: 36px;
  }
  .banner-wrapper .banner-title-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .code-boxes-col-2-1,
  .code-boxes-col-1-1 {
    float: none;
    width: 100%;
  }
  .preview-image-boxes {
    margin: 0 !important;
    float: none;
    width: 100%;
  }
  .preview-image-box {
    padding-left: 0;
    margin: 10px 0;
  }
  .banner-entry {
    position: relative;
    top: 30px;
    left: 0;
    text-align: center;
  }
  .image-wrapper {
    display: none;
  }
  .banner-wrapper {
    background-position: 40%;
  }
  .content-wrapper .text-wrapper {
    float: none;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .content-wrapper .text-wrapper > p {
    max-width: 100% !important;
    padding: 0 40px;
  }
  .content-wrapper.page {
    min-height: 300px;
    height: 300px;
  }
  .banner-text-wrapper {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .banner-text-wrapper .start-button {
    text-align: center;
  }
  .banner-text-wrapper .start-button > a {
    margin: 0 4px;
  }
  .banner-text-wrapper .github-btn {
    text-align: center;
    float: none;
    display: inline-block;
  }
  .banner-text-wrapper .line {
    display: none;
  }
  button.lang {
    display: block;
    margin: 29px auto 16px;
    color: #314659;
    border-color: #314659;
  }
  div.version {
    display: block;
    margin: 29px auto 16px;
  }
  div.version > .ant-select-selection {
    color: #314659;
  }
  div.version > .ant-select-selection:not(:hover) {
    border-color: #314659;
  }
  .popover-menu {
    width: 300px;
  }
  .popover-menu button.lang {
    margin: 16px auto;
    float: none;
  }
  .popover-menu div.version {
    margin: 32px auto 16px;
    float: none;
  }
  .popover-menu .ant-popover-inner {
    overflow: hidden;
  }
  .popover-menu .ant-popover-inner-content {
    padding: 0;
  }
  .toc {
    display: none;
  }
  .nav-phone-icon {
    display: block;
  }
  .nav-phone-icon:before {
    content: "";
    display: block;
    border-radius: 2px;
    width: 16px;
    height: 2px;
    background: #777;
    box-shadow: 0 6px 0 0 #777, 0 12px 0 0 #777;
    position: absolute;
  }
  .main {
    height: calc(100% - 86px);
  }
  .aside-container {
    float: none;
    width: auto;
    padding-bottom: 30px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .main-container {
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 0;
  }
  .main-container > .markdown > * {
    width: 100% !important;
  }
  .main-wrapper {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
  #footer {
    text-align: center;
  }
  #footer .footer-wrap {
    padding: 40px;
  }
  #footer .footer-center {
    text-align: center;
  }
  #footer h2 {
    margin-top: 16px;
  }
  #footer .bottom-bar {
    text-align: center;
  }
  #footer .bottom-bar .translate-button {
    width: auto;
    text-align: center;
    margin-bottom: 16px;
  }
  .prev-next-nav {
    margin-left: 16px;
    width: calc(100% - 32px);
  }
  .drawer .ant-menu-inline .ant-menu-item:after,
  .drawer .ant-menu-vertical .ant-menu-item:after {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 992px) {
  #logo {
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 200px;
  }
  .header-meta {
    padding-right: 80px;
  }
  .home-banner-image {
    display: block;
  }
  .home-banner-anim {
    display: none;
  }
  .banner-wrapper {
    width: 80%;
    height: calc(100vh - 64px);
    overflow: hidden;
  }
  .banner-wrapper .banner-title-wrapper,
  .banner-wrapper .banner-image-wrapper {
    display: block;
    position: initial;
    width: 100%;
    height: auto;
  }
  .banner-wrapper .banner-title-wrapper {
    text-align: center;
    max-width: 480px;
  }
  .banner-wrapper .banner-title-wrapper .button-wrapper {
    text-align: center;
    display: block;
    margin-top: 5vh;
  }
  .banner-wrapper .banner-title-wrapper .button-wrapper a {
    display: inline-block;
  }
  .banner-wrapper .banner-title-wrapper .button-wrapper .github-btn {
    display: flex;
    margin: 20px auto;
    justify-content: center;
  }
  .banner-wrapper .banner-image-wrapper {
    margin: 10vh auto 5vh;
  }
  .home-page {
    width: 90%;
  }
  #footer .footer-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .banner-wrapper .banner-title-wrapper h1 {
    font-size: 28px;
  }
  .banner-wrapper .banner-title-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .home-page h2 {
    font-size: 24px;
  }
  .page2 {
    height: 648px;
  }
}

.page-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.page-banner {
  width: 100%;
  height: 280px;
  position: relative;
}
.page-topline {
  width: 100%;
  height: 20px;
  position: relative;
  background-color: cornflowerblue;
}
.page-title {
  color: #fff;
  font-size: 56px;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding: 150px 20px 0;
  font-weight: bold;
  box-sizing: border-box;
}
.page-news-list {
  margin: 0px 30px;
}
@media (max-width: 768px) {
  .page-banner {
    height: 160px;
  }
  .page-title {
    font-size: 28px;
    padding-top: 60px;
    padding-left: 16px;
  }
}

