#bootstrap-2 ::-webkit-scrollbar {
  height: 6px;
  background-color: #eef2f5;
}
#bootstrap-2 ::-webkit-scrollbar-thumb {
  background: #D1DDF0;
  border-radius: 6px;
}
#bootstrap-2 ::-webkit-scrollbar-button {
  width: 0;
}
#bootstrap-2 ::selection {
  color: #fff;
  background: #65D6FF;
}
#bootstrap-2 .pagination {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 38px;
  display: block;
  line-height: 40px;
  position: relative;
}
#bootstrap-2 .pagination-content {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
#bootstrap-2 .pagination.section {
  margin-top: 18px;
  padding: 18px 0 0;
  border-top: 1px dashed #E0E8F5;
  text-align: justify;
}
#bootstrap-2 .pagination .page-item {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin: 0;
}
#bootstrap-2 .pagination .page-item .page-link {
  display: block;
  min-width: 26px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #254FAA;
  border-radius: 4px;
  padding: 0 6px;
}
#bootstrap-2 .pagination .page-item .page-link:hover {
  color: #0038B0;
}
#bootstrap-2 .pagination .page-item.active {
  background: #00226C;
  cursor: default;
}
#bootstrap-2 .pagination .page-item.active:hover .page-link {
  color: #CCD3E2;
}
#bootstrap-2 .pagination .page-item.active .page-link {
  color: #CCD3E2;
  border-color: #00226C;
}
#bootstrap-2 .pagination .page-item.btn {
  position: absolute;
  right: 0;
  top: 4px;
}
#bootstrap-2 .pagination .page-item.btn.prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
}
#bootstrap-2 .pagination .page-item.btn .page-link {
  padding: 0;
  font-weight: normal;
  color: #00226C;
  border-radius: 4px;
}
#bootstrap-2 .pagination .page-item.btn .page-link .iconfont {
  display: block;
  font-size: 28px;
}
#bootstrap-2 .pagination .page-item.btn .page-link:hover {
  background: #00226C;
  color: #fff;
}
#bootstrap-2 .pagination .page-item.btn.disabled .page-link {
  color: rgba(0, 34, 108, 0.08);
}
#bootstrap-2 .pagination .page-item.btn.disabled .page-link:hover {
  background: none;
  color: rgba(0, 34, 108, 0.08);
  cursor: no-drop;
}
#bootstrap-2 .section-content {
  display: flex;
  position: relative;
  text-align: justify;
}
#bootstrap-2 .section-content:has(:checked) .section {
  -webkit-line-clamp: 99999;
}
#bootstrap-2 .section-content:has(:checked) .section .expand {
  transform: rotate(180deg);
}
#bootstrap-2 .section-content .section {
  flex: 1;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#bootstrap-2 .section-content .section::before {
  content: '';
  float: right;
  height: calc(100% - 40px);
}
#bootstrap-2 .section-content .section .expand {
  display: none;
  width: 24px;
  height: 40px;
  background: url(/assets/images/web/index/icon-detail-more.png) no-repeat center center;
  background-size: 12px auto;
  cursor: pointer;
  float: right;
  clear: both;
}
