@charset "UTF-8";
.bc-news a {
  text-decoration: none;
}
.bc-news {
  padding-bottom: 0;
  background: #ffffff;
  color: #1a2b48;
}
.bc-news .news-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(118deg, #0c2145 0%, #1e64b5 62%, #3583d8 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 92px 0 118px;
  color: #fff;
}
.bc-news .news-hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -160px;
  top: -200px;
  background: radial-gradient(circle, rgba(247, 148, 29, 0.38) 0%, rgba(247, 148, 29, 0) 62%);
  pointer-events: none;
}
.bc-news .news-hero::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  left: -160px;
  bottom: -240px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
}
.bc-news .news-hero .news-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 44, 0.66) 0%, rgba(8, 20, 44, 0.45) 48%, rgba(8, 20, 44, 0.72) 100%);
}
.bc-news .news-hero:not([style]) .news-hero-overlay {
  background: linear-gradient(180deg, rgba(8, 20, 44, 0.18) 0%, rgba(8, 20, 44, 0.08) 55%, rgba(8, 20, 44, 0.22) 100%);
}
.bc-news .news-hero .container {
  position: relative;
  z-index: 2;
}
.bc-news .news-hero .news-hero-content {
  max-width: 840px;
}
.bc-news .news-hero .news-hero-title {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 2px 0 6px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 15px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-item a i {
  font-size: 14px;
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-item a:hover {
  background: #fff;
  color: #1e64b5;
  transform: translateY(-1px);
}
.bc-news .news-hero .news-breadcrumb .breadcrumb-item .breadcrumb-current {
  display: inline-block;
  color: #0c2145;
  background: #fff;
  padding: 8px 15px;
  border-radius: 999px;
  max-width: 46ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-news .news-hero .news-hero-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 46px;
  z-index: 2;
  background: #f3f6fb;
  clip-path: ellipse(62% 100% at 50% 100%);
}
.bc-news .news-main-content {
  background: #f3f6fb;
  padding: 54px 0 70px;
}
.bc-news .news-main-content .container {
  position: relative;
  z-index: 3;
}
.bc-news .news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0 0 10px;
  padding: 0;
}
.bc-news .news-card {
  min-width: 0;
  animation: newsCardIn 0.55s ease both;
}
.bc-news .news-card .news-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(18, 35, 63, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.bc-news .news-card:hover .news-card-inner {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(18, 35, 63, 0.14);
  border-color: #cfddf0;
}
.bc-news .news-card .news-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #dbe7f7, #eef3fa);
}
.bc-news .news-card .news-card-image .news-card-link {
  display: block;
  height: 100%;
}
.bc-news .news-card .news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.bc-news .news-card .news-card-image .news-card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 25, 55, 0) 55%, rgba(10, 25, 55, 0.28) 100%);
  pointer-events: none;
}
.bc-news .news-card:hover .news-card-image img {
  transform: scale(1.06);
}
.bc-news .news-card .news-card-category {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
}
.bc-news .news-card .news-card-category .category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(12, 33, 69, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 13px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(8, 20, 44, 0.28);
  transition: background 0.2s ease;
}
.bc-news .news-card .news-card-category .category-badge:hover {
  background: #f7941d;
  border-color: #f7941d;
}
.bc-news .news-card .news-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
}
.bc-news .news-card .news-card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #5e6d77;
}
.bc-news .news-card .news-card-meta .news-author {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.bc-news .news-card .news-card-meta .author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e3ecf8;
}
.bc-news .news-card .news-card-meta .author-avatar-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e64b5, #144a8a);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.bc-news .news-card .news-card-meta .author-name {
  color: #1a2b48;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22ch;
}
.bc-news .news-card .news-card-meta .meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c3cfdf;
  flex-shrink: 0;
}
.bc-news .news-card .news-card-meta .news-date {
  font-weight: 600;
}
.bc-news .news-card .news-card-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.bc-news .news-card .news-card-title a {
  color: #1a2b48;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.bc-news .news-card .news-card-title a:hover {
  color: #1e64b5;
}
.bc-news .news-card .news-card-excerpt {
  color: #5e6d77;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bc-news .news-card .news-card-excerpt p {
  margin: 0;
}
.bc-news .news-card .news-card-excerpt img {
  display: none;
}
.bc-news .news-card .news-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid #e5ebf3;
}
.bc-news .news-card .news-card-footer .btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e64b5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 0;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.bc-news .news-card .news-card-footer .btn-read-more i {
  font-size: 15px;
  transition: transform 0.22s ease;
}
.bc-news .news-card .news-card-footer .btn-read-more:hover {
  color: #144a8a;
  border-bottom-color: #f7941d;
}
.bc-news .news-card .news-card-footer .btn-read-more:hover i {
  transform: translateX(4px);
}
.bc-news .news-card.news-card-featured {
  grid-column: 1/-1;
}
.bc-news .news-card.news-card-featured .news-card-inner {
  border: 1px solid #cfe0f4;
  box-shadow: 0 18px 44px rgba(30, 100, 181, 0.14);
}
.bc-news .news-card.news-card-featured .news-card-title {
  font-size: clamp(22px, 2.6vw, 30px);
}
@media (min-width: 992px) {
  .bc-news .news-card.news-card-featured .news-card-inner {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
  }
  .bc-news .news-card.news-card-featured .news-card-image {
    aspect-ratio: auto;
    min-height: 100%;
  }
  .bc-news .news-card.news-card-featured .news-card-image img {
    position: absolute;
    inset: 0;
  }
  .bc-news .news-card.news-card-featured .news-card-link {
    position: relative;
    display: block;
    min-height: 320px;
  }
  .bc-news .news-card.news-card-featured .news-card-content {
    padding: 30px 30px 26px;
    justify-content: center;
  }
}
@keyframes newsCardIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bc-news .news-card {
    animation: none;
  }
  .bc-news .news-card .news-card-image img,
  .bc-news .news-card .news-card-inner,
  .bc-news .btn-read-more i {
    transition: none !important;
  }
}
.bc-news .news-pagination {
  margin-top: 34px;
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 10px 26px rgba(18, 35, 63, 0.06);
}
.bc-news .news-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.bc-news .news-pagination .page-item .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #e5ebf3;
  background: #fff;
  color: #1a2b48;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}
.bc-news .news-pagination .page-item .page-link:hover {
  border-color: #1e64b5;
  color: #1e64b5;
  transform: translateY(-1px);
}
.bc-news .news-pagination .page-item.active .page-link {
  background: #1e64b5;
  border-color: #1e64b5;
  color: #fff;
  box-shadow: 0 10px 20px rgba(30, 100, 181, 0.3);
}
.bc-news .news-pagination .page-item.disabled .page-link {
  opacity: 0.45;
  pointer-events: none;
}
.bc-news .news-pagination .pagination-info {
  text-align: center;
  color: #5e6d77;
  font-size: 13px;
  font-weight: 600;
}
.bc-news .news-empty-state {
  background: #ffffff;
  border: 1px dashed #c4d3e8;
  border-radius: 22px;
  text-align: center;
  padding: 64px 32px;
  box-shadow: 0 12px 30px rgba(18, 35, 63, 0.06);
}
.bc-news .news-empty-state h2 {
  margin: 18px 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #1a2b48;
}
.bc-news .news-empty-state p {
  color: #5e6d77;
  max-width: 52ch;
  margin: 0 auto 24px;
  line-height: 1.7;
}
.bc-news .news-empty-state .empty-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9f1fd;
  color: #1e64b5;
  font-size: 30px;
}
.bc-news .news-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.bc-news .news-sidebar .sidebar-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.bc-news .news-sidebar .sidebar-widget {
  background: #ffffff;
  border: 1px solid #e5ebf3;
  border-radius: 18px;
  padding: 24px 22px;
  margin: 0;
  box-shadow: 0 12px 28px rgba(18, 35, 63, 0.07);
}
.bc-news .news-sidebar .sidebar-widget .sidebar-title {
  margin-bottom: 18px;
}
.bc-news .news-sidebar .sidebar-widget .sidebar-title h2, .bc-news .news-sidebar .sidebar-widget .sidebar-title h4 {
  position: relative;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1a2b48;
  background: none;
  display: block;
  z-index: 1;
}
.bc-news .news-sidebar .sidebar-widget .sidebar-title h2::before, .bc-news .news-sidebar .sidebar-widget .sidebar-title h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #f7941d, #d3740a);
}
.bc-news .news-sidebar .sidebar-widget .sidebar-title::after {
  display: none;
}
.bc-news .news-sidebar .widget_search {
  background: linear-gradient(135deg, #0f2a52, #1e64b5);
  border: none;
}
.bc-news .news-sidebar .widget_search .search-input-wrapper {
  position: relative;
}
.bc-news .news-sidebar .widget_search input[type=text] {
  width: 100%;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.96);
  padding: 0 58px 0 18px;
  font-size: 14px;
  font-style: normal;
  color: #1a2b48;
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.bc-news .news-sidebar .widget_search input[type=text]::placeholder {
  color: #8a97a8;
}
.bc-news .news-sidebar .widget_search input[type=text]:focus {
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.bc-news .news-sidebar .widget_search .search-submit {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  width: 46px;
  border: none;
  border-radius: 10px;
  background: #f7941d;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.bc-news .news-sidebar .widget_search .search-submit:hover {
  background: #d3740a;
  transform: scale(1.04);
}
.bc-news .news-sidebar .widget_category .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bc-news .news-sidebar .widget_category .category-item {
  border-bottom: 1px dashed #e5ebf3;
}
.bc-news .news-sidebar .widget_category .category-item:last-child {
  border-bottom: none;
}
.bc-news .news-sidebar .widget_category .category-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 10px;
  border-radius: 10px;
  color: #1a2b48;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.bc-news .news-sidebar .widget_category .category-link:hover {
  background: #eef4fd;
  color: #1e64b5;
  transform: translateX(4px);
}
.bc-news .news-sidebar .widget_category .category-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1e64b5;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(30, 100, 181, 0.14);
}
.bc-news .news-sidebar .widget_category .category-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-news .news-sidebar .widget_category .category-toggle {
  font-size: 15px;
  font-weight: 800;
  color: #5e6d77;
  line-height: 1;
}
.bc-news .news-sidebar .widget_category .category-children {
  list-style: none;
  margin: 2px 0 6px;
  padding: 0 0 0 20px;
}
.bc-news .news-sidebar .widget_category .category-child .category-link {
  font-size: 13.5px;
  color: #5e6d77;
}
.bc-news .news-sidebar .widget_category .category-child .category-link:hover {
  color: #1e64b5;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-item {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e5ebf3;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-item:first-child {
  padding-top: 0;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-thumb {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: #e7eef8;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-item:hover .recent-news-thumb img {
  transform: scale(1.08);
}
.bc-news .news-sidebar .widget_recent_news .recent-news-content {
  min-width: 0;
  flex: 1;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-category a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f7941d;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-category a:hover {
  color: #1e64b5;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-title {
  margin: 4px 0 6px;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 700;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-title a {
  color: #1a2b48;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-title a:hover {
  color: #1e64b5;
}
.bc-news .news-sidebar .widget_recent_news .recent-news-date {
  font-size: 12.5px;
  color: #5e6d77;
  font-weight: 600;
}
.bc-news .news-sidebar .widget_tag_cloud .tag-cloud-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bc-news .news-sidebar .widget_tag_cloud .tag-cloud-link {
  background: #eef3fa;
  color: #1a2b48;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 15px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.bc-news .news-sidebar .widget_tag_cloud .tag-cloud-link:hover {
  background: #1e64b5;
  color: #fff;
  transform: translateY(-2px);
}
.bc-news .news-sidebar .widget_custom_text .textwidget {
  color: #5e6d77;
  font-size: 14px;
  line-height: 1.7;
}
.bc-news .news-newsletter {
  background: #f3f6fb;
  padding: 0 0 72px;
}
.bc-news .newsletter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(120deg, #0c2145 0%, #1e64b5 75%);
  border-radius: 22px;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  box-shadow: 0 24px 54px rgba(18, 60, 120, 0.3);
  position: relative;
  overflow: hidden;
}
.bc-news .newsletter-card::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -110px;
  top: -130px;
  background: radial-gradient(circle, rgba(247, 148, 29, 0.45), rgba(247, 148, 29, 0) 65%);
}
.bc-news .newsletter-card .newsletter-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
}
.bc-news .newsletter-card .newsletter-content h3 {
  margin: 12px 0 8px;
  font-size: clamp(20px, 2.4vw, 27px);
  font-weight: 800;
  color: #fff;
}
.bc-news .newsletter-card .newsletter-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}
.bc-news .newsletter-card .newsletter-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 23px;
}
.bc-news .newsletter-card .newsletter-form {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: min(420px, 100%);
}
.bc-news .newsletter-card .newsletter-form .form-group {
  display: flex;
  gap: 10px;
}
.bc-news .newsletter-card .newsletter-form .form-control {
  flex: 1;
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  color: #1a2b48;
  min-width: 0;
}
.bc-news .newsletter-card .newsletter-form .form-control:focus {
  outline: 3px solid rgba(247, 148, 29, 0.55);
}
.bc-news .newsletter-card .newsletter-form .btn {
  height: 56px;
  min-width: 60px;
  border-radius: 14px;
  border: none;
  background: #f7941d;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.bc-news .newsletter-card .newsletter-form .btn:hover {
  background: #d3740a;
  transform: translateY(-1px);
}
.bc-news .newsletter-card .newsletter-form .btn:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.bc-news .newsletter-card .newsletter-success {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px 18px;
  border-radius: 14px;
}
.bc-news .newsletter-card .newsletter-success i {
  font-size: 26px;
}
.bc-news .newsletter-card .newsletter-success p {
  margin: 0;
  font-weight: 700;
}
.bc-news .bc-news-detail .news-main-content {
  padding-top: 30px;
  background: #ffffff;
}
.bc-news .bc_content {
  padding: 54px 0 70px;
  background: #f3f6fb;
}
.bc-news .bc_banner {
  background-color: #0c2145;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 0 84px;
  position: relative;
}
.bc-news .bc_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 44, 0.62), rgba(8, 20, 44, 0.5));
}
.bc-news .bc_banner .container {
  position: relative;
  z-index: 1;
}
.bc-news .bc_banner h1 {
  font-size: clamp(26px, 3.6vw, 38px);
  color: #fff;
  letter-spacing: -0.01em;
  text-align: left;
  margin: 0;
  font-weight: 800;
}
.bc-news .news-article {
  padding: 0;
  margin-bottom: 24px;
}
.bc-news .news-article-head {
  max-width: 46rem;
  margin-bottom: 24px;
}
.bc-news .news-article-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e64b5;
  margin-bottom: 12px;
}
.bc-news .news-article-cat:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bc-news .news-article-title {
  margin: 0 0 18px;
  color: #1a2b48;
  font-size: clamp(27px, 3.6vw, 40px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.bc-news .news-article-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 0;
  font-size: 13.5px;
  color: #5e6d77;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5ebf3;
}
.bc-news .news-article-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 6px;
}
.bc-news .news-article-avatar--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e9eef5;
  color: #1a2b48;
  font-size: 13px;
  font-weight: 800;
}
.bc-news .news-article-author {
  font-weight: 700;
  color: #1a2b48;
}
.bc-news .news-article-sep {
  margin: 0 8px;
  color: #c3cfdf;
}
.bc-news .news-article-date {
  font-weight: 500;
}
.bc-news .news-article-figure {
  margin: 0 0 28px;
}
.bc-news .news-article-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.bc-news .news-article-body {
  margin-top: 0;
}
.bc-news .news-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e5ebf3;
}
.bc-news .news-article-tag {
  font-size: 12px;
  font-weight: 600;
  color: #5e6d77;
  background: #f1f5fa;
  padding: 6px 14px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}
.bc-news .news-article-tag:hover {
  background: #1e64b5;
  color: #fff;
}
.bc-news .news-article-footer {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #e5ebf3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.bc-news .news-article-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 14px;
  font-size: 14px;
  color: #5e6d77;
}
.bc-news .news-article-share a {
  color: #1a2b48;
  font-weight: 600;
  transition: color 0.2s;
}
.bc-news .news-article-share a:hover {
  color: #1e64b5;
}
.bc-news .news-article-share .share-copy {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1a2b48;
  cursor: pointer;
  font-family: inherit;
  transition: color 0.2s;
}
.bc-news .news-article-share .share-copy:hover {
  color: #1e64b5;
}
.bc-news .news-article-sig {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
}
.bc-news .news-article-sig img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.bc-news .news-article-sig-label {
  color: #5e6d77;
  margin-right: 4px;
}
.bc-news .news-article-sig-name {
  font-weight: 700;
  color: #1a2b48;
}
.bc-news .news-related {
  margin-top: 32px;
}
.bc-news .news-related-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a2b48;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1a2b48;
}
.bc-news .news-related-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e5ebf3;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
.bc-news .news-related-item:last-child {
  border-bottom: 0;
}
.bc-news .news-related-item:hover .news-related-title {
  color: #1e64b5;
}
.bc-news .news-related-thumb {
  width: 64px;
  height: 48px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #eef2f7;
}
.bc-news .news-related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bc-news .news-related-text {
  flex: 1;
  min-width: 0;
}
.bc-news .news-related-title {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: #1a2b48;
  transition: color 0.2s;
}
.bc-news .news-related-date {
  display: block;
  font-size: 12px;
  color: #5e6d77;
  margin-top: 2px;
}
.bc-news .post-content {
  color: #33415c;
  font-size: 16.5px;
  line-height: 1.85;
  overflow-wrap: anywhere;
}
.bc-news .post-content > :first-child {
  margin-top: 0;
}
.bc-news .post-content > :last-child {
  margin-bottom: 0;
}
.bc-news .post-content h2 {
  font-size: 23px;
  line-height: 1.35;
  margin: 1.7em 0 0.65em;
  color: #1a2b48;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.bc-news .post-content h3 {
  font-size: 19.5px;
  line-height: 1.4;
  margin: 1.6em 0 0.6em;
  color: #1a2b48;
  font-weight: 800;
}
.bc-news .post-content h4 {
  font-size: 17px;
  line-height: 1.45;
  margin: 1.5em 0 0.55em;
  color: #1a2b48;
  font-weight: 800;
}
.bc-news .post-content p {
  margin: 0 0 1.15em;
}
.bc-news .post-content a {
  color: #1e64b5;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.bc-news .post-content a:hover {
  color: #144a8a;
}
.bc-news .post-content ul, .bc-news .post-content ol {
  margin: 0 0 1.25em;
  padding-left: 1.45em;
}
.bc-news .post-content ul li, .bc-news .post-content ol li {
  margin: 0.38em 0;
  padding-left: 0.15em;
}
.bc-news .post-content ul li::marker, .bc-news .post-content ol li::marker {
  color: #1e64b5;
  font-weight: 700;
}
.bc-news .post-content blockquote {
  margin: 1.7em 0;
  padding: 2px 0 2px 20px;
  border-left: 3px solid #f7941d;
  color: #1a2b48;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 500;
}
.bc-news .post-content blockquote p {
  margin: 0 0 0.6em;
}
.bc-news .post-content blockquote p:last-child {
  margin-bottom: 0;
}
.bc-news .post-content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 10px;
}
.bc-news .post-content figure {
  margin: 1.5em 0;
}
.bc-news .post-content figure img {
  margin: 0;
}
.bc-news .post-content figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: #5e6d77;
  text-align: center;
  line-height: 1.6;
}
.bc-news .post-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 1.4em 0;
  font-size: 14.5px;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bc-news .post-content th, .bc-news .post-content td {
  border: 1px solid #e5ebf3;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.bc-news .post-content th {
  background: #f5f8fc;
  color: #1a2b48;
  font-weight: 800;
}
.bc-news .post-content iframe, .bc-news .post-content video {
  max-width: 100%;
}
.bc-news .post-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
  border-radius: 10px;
}
.bc-news .post-content hr {
  border: 0;
  border-top: 1px solid #e5ebf3;
  margin: 2.1em 0;
}
.bc-news .post-content pre {
  background: #f2f5f9;
  border: 1px solid #e5ebf3;
  border-radius: 10px;
  padding: 18px;
  overflow-x: auto;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 1.4em 0;
  white-space: pre;
}
.bc-news .post-content code {
  background: #eef2f7;
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 0.88em;
}
.bc-news .post-content pre code {
  background: none;
  padding: 0;
}
.bc-news .list-news {
  margin: 0;
}
.bc-news .list-news .post-header {
  margin-bottom: 0;
}
.bc-news .header {
  position: relative;
}
.bc-news .header img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  border-radius: 14px;
}
.bc-news .header .cate {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}
.bc-news .header .cate ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bc-news .header .cate ul li {
  list-style: none;
  border-radius: 999px;
  background: #1e64b5;
  overflow: hidden;
}
.bc-news .header .cate ul li a {
  color: #fff;
  padding: 6px 13px;
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bc-news .blog-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #e5ebf3;
}
.bc-news .blog-breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 4px 10px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 600;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.bc-news .blog-breadcrumb ul::-webkit-scrollbar {
  display: none;
}
.bc-news .blog-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.bc-news .blog-breadcrumb li + li::before {
  content: "›";
  color: #9aa7ba;
  font-weight: 400;
}
.bc-news .blog-breadcrumb li::after {
  content: none !important;
}
.bc-news .blog-breadcrumb a {
  color: #1a2b48;
}
.bc-news .blog-breadcrumb a:hover {
  color: #1e64b5;
}
.bc-news .blog-breadcrumb li.active {
  color: #5e6d77;
  font-weight: 500;
}
.bc-news .text-darken {
  color: #1a2b48;
}
.bc-news .post-info {
  margin-bottom: 14px;
}
.bc-news .post-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
}
.bc-news .post-info li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #5e6d77;
  font-weight: 600;
}
.bc-news .post-info img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  object-fit: cover;
}
.bc-news .post-info .avatar-text {
  background: linear-gradient(135deg, #1e64b5, #144a8a);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.bc-news .post-desciption {
  color: #5e6d77;
  font-size: 14.5px;
  line-height: 1.7;
}
.bc-news .btn-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #1e64b5;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: 14px;
}
.bc-news .btn-readmore:hover {
  color: #144a8a;
}
.bc-news .widget_bloglist ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bc-news .widget_bloglist li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #e5ebf3;
}
.bc-news .widget_bloglist li:last-child {
  border-bottom: none;
}
.bc-news .widget_bloglist .thumb img {
  border-radius: 12px;
  width: 76px;
  height: 76px;
  object-fit: cover;
  margin: 0;
  max-width: none;
}
.bc-news .widget_bloglist .content {
  min-width: 0;
}
.bc-news .widget_bloglist .content .cate {
  text-transform: uppercase;
}
.bc-news .widget_bloglist .content .cate a {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #f7941d;
}
.bc-news .widget_bloglist .content .thumb-list-item-title {
  font-weight: 700;
  font-size: 14px;
}
.bc-news .widget_bloglist .content .thumb-list-item-title a {
  color: #1a2b48;
  line-height: 1.5;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bc-news .widget_bloglist .content .thumb-list-item-title a:hover {
  color: #1e64b5;
}
@media (max-width: 1199px) {
  .bc-news .news-grid {
    gap: 22px;
  }
}
@media (max-width: 991px) {
  .bc-news .news-hero {
    padding: 72px 0 100px;
  }
  .bc-news .news-grid {
    grid-template-columns: 1fr;
  }
  .bc-news .news-card.news-card-featured .news-card-inner {
    display: flex;
  }
  .bc-news .news-card.news-card-featured .news-card-image {
    aspect-ratio: 16/9;
  }
  .bc-news .news-card.news-card-featured .news-card-link {
    min-height: 0;
  }
  .bc-news .news-card.news-card-featured .news-card-image img {
    position: static;
  }
  .bc-news .news-sidebar {
    position: static;
  }
  .bc-news .newsletter-card {
    flex-direction: column;
    align-items: stretch;
  }
  .bc-news .newsletter-card .newsletter-form {
    width: 100%;
  }
  .bc-news .bc-news-detail .news-main-content {
    padding-top: 26px;
  }
}
@media (max-width: 767px) {
  .bc-news .news-main-content {
    padding: 34px 0 48px;
  }
  .bc-news .bc-news-detail .news-main-content {
    padding-top: 24px;
  }
  .bc-news .news-hero {
    padding: 58px 0 88px;
  }
  .bc-news .news-hero-shape {
    height: 28px;
  }
  .bc-news .news-hero-title {
    text-wrap: pretty;
  }
  .bc-news .news-breadcrumb .breadcrumb-item .breadcrumb-current {
    max-width: 26ch;
  }
  .bc-news .news-card-content {
    padding: 18px 18px 16px;
  }
  .bc-news .news-card-title {
    font-size: 18px;
  }
  .bc-news .news-card-meta .author-name {
    max-width: 14ch;
  }
  .bc-news .news-pagination {
    padding: 16px 14px;
  }
  .bc-news .news-pagination .pagination {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }
  .bc-news .news-pagination .page-item {
    flex-shrink: 0;
  }
  .bc-news .news-pagination .page-item .page-link {
    min-width: 40px;
    height: 40px;
  }
  .bc-news .newsletter-card {
    border-radius: 18px;
  }
  .bc-news .newsletter-card .newsletter-form .form-group {
    flex-direction: column;
  }
  .bc-news .newsletter-card .newsletter-form .btn {
    width: 100%;
  }
  .bc-news .news-empty-state {
    padding: 48px 22px;
  }
  .bc-news .article-detail .article-meta {
    flex-direction: column;
    align-items: stretch;
  }
  .bc-news .article-detail .article-share {
    justify-content: flex-start;
  }
  .bc-news .article-detail .share-label {
    display: none;
  }
  .bc-news .post-content {
    font-size: 16px;
  }
  .bc-news .post-content blockquote {
    font-size: 17.5px;
  }
}
@media (max-width: 479px) {
  .bc-news .news-hero {
    padding: 48px 0 76px;
  }
  .bc-news .news-main-content {
    padding: 26px 0 40px;
  }
  .bc-news .news-grid {
    gap: 18px;
  }
  .bc-news .news-card-category .category-badge {
    font-size: 10.5px;
    padding: 6px 11px;
  }
  .bc-news .news-card-content {
    padding: 16px 16px 14px;
  }
  .bc-news .news-card-excerpt {
    font-size: 14px;
  }
  .bc-news .news-article-title {
    font-size: 25px;
  }
  .bc-news .news-article-avatar {
    width: 32px;
    height: 32px;
  }
  .bc-news .news-related-thumb {
    width: 52px;
    height: 40px;
  }
  .bc-news .news-related-title {
    font-size: 13.5px;
  }
  .bc-news .sidebar-widget {
    padding: 20px 18px;
  }
  .bc-news .widget_recent_news .recent-news-thumb {
    width: 72px;
    height: 72px;
  }
}
.is-rtl .bc-news .news-card-category, .is-rtl .bc-news .header .cate, [dir=rtl] .bc-news .news-card-category, [dir=rtl] .bc-news .header .cate {
  left: auto;
  right: 14px;
}
.is-rtl .bc-news .sidebar-widget .sidebar-title h2,
.is-rtl .bc-news .sidebar-widget .sidebar-title h4, [dir=rtl] .bc-news .sidebar-widget .sidebar-title h2,
[dir=rtl] .bc-news .sidebar-widget .sidebar-title h4 {
  padding: 0 16px 0 0;
}
.is-rtl .bc-news .sidebar-widget .sidebar-title h2::before,
.is-rtl .bc-news .sidebar-widget .sidebar-title h4::before, [dir=rtl] .bc-news .sidebar-widget .sidebar-title h2::before,
[dir=rtl] .bc-news .sidebar-widget .sidebar-title h4::before {
  left: auto;
  right: 0;
}
.is-rtl .bc-news .btn-read-more i, [dir=rtl] .bc-news .btn-read-more i {
  transform: scaleX(-1);
}
.is-rtl .bc-news .news-card .btn-read-more:hover i, [dir=rtl] .bc-news .news-card .btn-read-more:hover i {
  transform: translateX(-4px) scaleX(-1);
}
.is-rtl .bc-news .post-content ul, .is-rtl .bc-news .post-content ol, [dir=rtl] .bc-news .post-content ul, [dir=rtl] .bc-news .post-content ol {
  padding-left: 0;
  padding-right: 1.45em;
}
.is-rtl .bc-news .post-content blockquote, [dir=rtl] .bc-news .post-content blockquote {
  padding: 2px 20px 2px 0;
  border-left: none;
  border-right: 3px solid #f7941d;
}
.is-rtl .bc-news .post-content th, .is-rtl .bc-news .post-content td, [dir=rtl] .bc-news .post-content th, [dir=rtl] .bc-news .post-content td {
  text-align: right;
}
