.current-visitor-online {
  display: table;
  font-weight: bold;
  width: 100%;
  padding: 5px;
}
.current-visitor-online .tracking-label {
  display: table-cell;
}
.current-visitor-online .tracking-value {
  display: table-cell;
  color: #000dff;
  width: 60%;
}

.total-visitor {
  display: table;
  width: 100%;
  padding: 5px;
}
.total-visitor .tracking-label {
  display: table-cell;
}
.total-visitor .tracking-value {
  display: table-cell;
  color: rgb(255, 77, 0);
  font-weight: bold;
  width: 60%;
}

.footer-menus a {
  font-weight: bold; /* In đậm */
  margin-right: 20px; /* Khoảng cách giữa các item */
  text-decoration: none; /* Bỏ gạch chân */
  display: inline-block; /* Giữ cùng dòng */
}

.footer-menus a:hover {
  text-decoration: underline; /* Hiệu ứng hover */
}

/* Giữ các icon share cùng hàng với text */
.footer-menus .btn-share {
  margin-right: 15px;
  display: inline-block;
}

.box-news {
  margin-top: 40px; /* Cho mt-5 chắc chắn */
}

/* CSS cho Menu Dưới (Bottom Menu) */
.bottom-menu-area {
  background-color: #0d6efd;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 0;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.bottom-menu-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
}

.bottom-menu-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -6px;
}

.bottom-menu-links li {
  margin-right: 20px;
}

.bottom-menu-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  /* Màu chữ giống footer (trắng mờ) */
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
  padding: 0 6px;
}

.bottom-menu-links a:hover {
  color: rgb(255, 255, 255);
  /* Trắng đầy đủ khi hover để giống footer */
}

/* Khu vực Social Media và Thống kê */
.bottom-info-social {
  display: flex;
  align-items: center;
  gap: 30px;
}

.social-icons a {
  font-size: 20px;
  color: #0d6efd;
  /* Màu xanh dương cho icon */
  transition: color 0.2s;
}

.social-icons a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s;
  border: solid 1px #4281ff;
}

.access-stats {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
  gap: 30px;
  display: flex;
}

.access-stats strong {
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons .zalo {
  background-color: #fff;
  border-color: #fff;
  position: relative;
}

.social-icons .zalo img {
  width: 22px;
  height: 22px;
}

.social-icons .zalo .zaloxanh {
  display: block;
}

.social-icons .facebook {
  background-color: #4281ff;
  border-color: #4281ff;
}

.social-icons .twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.social-icons .linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

@media (max-width: 991.98px) {
  .bottom-menu-content {
    justify-content: right;
  }
}
/* Ghi đè style của Clay để phù hợp với thiết kế */
.portlet {
  margin-bottom: 0;
}

.panel-body {
  padding: 0 1.25rem;
}

.search-block {
  padding-bottom: 20px;
}

.search-block .news-card-header {
  font-size: 16px;
  font-weight: 700;
  color: #195a94;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.search-block .news-card-header,
.search-block form {
  padding-left: 12px;
  padding-right: 12px;
}

.rs-wrap {
  padding: 0 1.25rem;
}

.rs-wrap .control-label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* Nút Tìm kiếm */
.search-block .btn-primary {
  font-weight: 600;
  margin-top: 0.5rem;
  background-color: #2a78e3;
  width: 140px;
  border-radius: 6px;
}

.search-block .btn-secondary {
  font-weight: 600;
  margin-top: 0.5rem;
  width: 140px;
  border-radius: 6px;
}

/* Container để căn giữa nút tìm kiếm */
.search-button-container {
  text-align: center;
  margin-top: 1rem;
  display: flex;
  gap: 5px;
}

.results-table-container .article-header-toolbar {
  border-bottom: none;
  margin-bottom: 6px;
}

.results-table-container .news-pagination-footer {
  padding-top: 6px;
  margin-top: 0;
  border-top: none;
  margin-right: -6px;
}

.custom-table .col-stt {
  text-align: center;
}

.custom-table .col-ngaybanhanh {
  text-align: center;
}

.custom-table .col-sovanban {
  text-align: center;
  font-weight: 600;
}

.results-table-container {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  box-shadow: 0 0 60px rgba(25, 90, 148, 0.15);
  margin-bottom: 16px;
}

.custom-table {
  margin-bottom: 0;
  border-collapse: collapse; /* Gộp các đường viền lại */
  width: 100%;
}

.custom-table thead th {
  font-weight: 600;
  font-size: 0.875rem; /* 14px */
  padding: 0 0.5rem; /* 12px 10px */
  text-align: center;
  vertical-align: middle;
  height: 38px;
  background: #46a6ff;
  border: 1px solid #dee2e6; /* Thêm viền cho header */
  color: #fff;
}

.custom-table tbody td {
  font-size: 0.8125rem; /* 13px */
  padding: 6px 0.5rem; /* 12px 10px */
  vertical-align: middle;
  border: 1px solid #dee2e6; /* Thay đổi từ border-top thành border */
  height: 38px;
  line-height: 1.2;
}

.custom-table tbody tr:first-child td {
  border-top: none; /* Bỏ viền trên của dòng đầu tiên trong tbody để không bị đè lên viền dưới của thead */
}

.custom-table tbody tr:hover {
  background-color: #f8f9fa;
}

.custom-table .col-download {
  width: 130px;
  text-align: center;
}

.custom-table .download-link i {
  font-size: 1.125rem; /* 18px */
}

.custom-table .document-link {
  color: #0277e0;
  text-decoration: none;
}

.article-body {
  text-align: justify;
}

/* Tiêu đề bài viết */
.article-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  margin-bottom: 0px;
}

/* Thanh Header chứa Tiêu đề khối, Cỡ chữ và Công cụ */
.article-header-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 12px;
}

/* Phần Tiêu đề khối (TIN THANH TRA) */
.article-section-title {
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #195a94;
}

.article-section-title i {
  color: #195a94; /* Màu xanh cho icon */
  margin-right: 8px;
  font-size: 20px;
}

/* Wrapper */
.date-input-wrapper {
  position: relative;
}

/* Input */
.date-input {
  height: 36px !important;
  padding-right: 36px !important;
}

/* Icon calendar */
.date-icon {
  position: absolute;
  right: 10px;
  top: 15px;
  transform: translateY(-50%);
  color: #6c757d;
  cursor: pointer;
  font-size: 14px;
}

.date-icon:hover {
  color: #0d6efd;
}

.breadcrumb-bao-bao .breadcrumb {
  box-shadow: none !important;
  align-items: center;
}
.breadcrumb-bao-bao .article-breadcrumb .breadcrumb {
  margin-bottom: 10px;
  padding: 10px;
}
.breadcrumb-bao-bao .article-breadcrumb .breadcrumb-item, .breadcrumb-bao-bao .article-breadcrumb .breadcrumb-item a {
  color: #30a5ff;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}
.breadcrumb-bao-bao .article-breadcrumb .breadcrumb-item {
  line-height: 0;
}
.breadcrumb-bao-bao .article-breadcrumb .breadcrumb-item.active,
.breadcrumb-bao-bao .article-breadcrumb .breadcrumb-item .active {
  font-weight: normal;
  color: #667085;
}

button.btn.btn-theme-fix {
  padding: 0;
  color: #fff;
  line-height: 1;
}
button.btn.btn-theme-fix .icon {
  font-size: 24px;
  margin-top: -2px;
  margin-bottom: -2px;
}

body.theme-fix .icon.icon-full-screen {
  display: none;
}

body:not(.theme-fix) .icon.icon-scroll-screen {
  display: none;
}