@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "IBM Plex Sans", sans-serif !important;
  background: #f8f6f1;
  color: #1a1a1a;
}

.top-bar {
  background: #0a1628;
  color: #b8c4d4;
  padding: 7px 40px;
  display: flex;
  justify-content: space-between;
}
.top-bar .nav {
  background: #0a1628;
}
.top-bar .slogan {
  color: #7a9ab8;
  font-style: italic;
}
.top-bar .nav-right li {
  color: inherit !important;
}

.header-main {
  background: #fff;
  border-bottom: 3px solid #c8102e;
  padding: 0 40px;
}
.header-main .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 12px;
}

.logo-name {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  color: #0a1628;
  letter-spacing: -0.5px;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #c8102e;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 500;
}

.searchform {
  display: flex;
  align-items: center;
  background: #f0ede8;
  border: 1px solid #ddd;
  padding: 7px 14px;
  gap: 8px;
  font-size: 14px;
  color: #777;
  max-width: 210px;
}
.searchform .relative {
  width: 100%;
}
.searchform .relative input {
  border: none;
  background: transparent;
  box-shadow: none;
}
.searchform .relative button {
  display: none;
}

.header-bg-container {
  display: none;
}

#wide-nav {
  background: #0a1628;
}
#wide-nav ul {
  display: flex;
  list-style: none;
  padding: 0 40px;
}
#wide-nav ul li {
  margin: 0;
}
#wide-nav ul li.active a {
  color: #fff;
  border-bottom: 2px solid #c8102e;
}
#wide-nav ul li a {
  display: block;
  color: #c0cdd8;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}

.header-button-1 .button {
  background: #c8102e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.breaking {
  background: #c8102e;
  color: #fff;
  padding: 9px 40px !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
}

.bl {
  background: #fff;
  color: #c8102e;
  font-weight: 700;
  padding: 2px 9px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.main {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 32px;
  padding: 28px 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  background: #ddd;
  border: 1px solid #ddd;
}

.hero-main {
  grid-row: 1/span 2;
  padding: 0 !important;
}

.h-img {
  width: 100%;
  height: 285px;
  background: #1a2f4a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7a9b;
  font-size: 52px;
}
.h-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main-body {
  padding: 20px;
}

.hero-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1px;
  background: #ddd;
}

.hsi {
  background: #fff;
  padding: 16px;
  flex: 1;
}

.hsi h3 {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
}

.hsi .meta {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

/* SHARED */
.cat {
  font-size: 11px;
  font-weight: 600;
  color: #c8102e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 6px;
}

.meta {
  font-size: 12px;
  color: #999;
}

.sec-head {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0a1628;
  line-height: 1;
}
.sec-head p {
  margin: 0;
  white-space: nowrap;
}

.sec-head h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #0a1628;
  margin: 0;
}

.sec-head .more {
  font-size: 12px;
  color: #c8102e;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* TIN MỚI NHẤT — 2 hàng × 3 cột */
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  background: #fff;
  border: 1px solid #e8e4dc;
}

.card .ci {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7a9b;
}

.card .ci.tall {
  height: 150px;
  font-size: 34px;
}

.card .ci.short {
  height: 110px;
  font-size: 26px;
}

.card .cb {
  padding: 13px;
}

.card h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
  margin-bottom: 6px;
}

.card h3.lg {
  font-size: 15px;
}

.card h3.sm {
  font-size: 14px;
}

.card p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 6px;
}

/* DOANH NGHIỆP — 1 bài lớn + 4 bài list */
.dn-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #ddd;
  border: 1px solid #ddd;
  gap: 1px;
}

.dn-featured {
  background: #fff;
}

.dn-feat-img {
  height: 200px;
  background: #1a2f4a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7a9b;
  font-size: 44px;
}

.dn-feat-body {
  padding: 16px;
}

.dn-feat-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #0a1628;
  margin-bottom: 8px;
}

.dn-feat-body p {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
}

.dn-list {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.dn-item {
  display: flex;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid #ede9e0;
  align-items: flex-start;
  flex: 1;
}

.dn-item:last-child {
  border-bottom: none;
}

.dn-item-img {
  width: 80px;
  height: 60px;
  background: #1e3a2a;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a9a6a;
  font-size: 20px;
}

.dn-item h4 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
}

/* TÀI CHÍNH — 4 cột */
.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.card4 {
  background: #fff;
  border: 1px solid #e8e4dc;
}

.card4 .ci4 {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a7a9b;
  font-size: 28px;
}

.card4 .cb4 {
  padding: 12px;
}

.card4 h3 {
  font-family: "Playfair Display", serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
  margin-bottom: 5px;
}

/* SIDEBAR */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sb-sec {
  background: #fff;
  border: 1px solid #e8e4dc;
  margin-bottom: 0 !important;
}

.sb-hd {
  background: #0a1628;
  color: #fff;
  padding: 11px 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.sb-hd .hint {
  font-size: 10px;
  color: #7a9ab8;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.sb-scroll {
  height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #c8102e #f0ede8;
}

.sb-scroll::-webkit-scrollbar {
  width: 4px;
}

.sb-scroll::-webkit-scrollbar-thumb {
  background: #c8102e;
}

.sb-row {
  display: flex;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid #f0ece4;
  align-items: flex-start;
}

.sb-row:last-child {
  border-bottom: none;
}

.sb-rank {
  font-size: 18px;
  font-weight: 700;
  color: #e0d8d0;
  font-family: "Playfair Display", serif;
  min-width: 22px;
  line-height: 1;
}

.sb-row h4 {
  font-family: "Playfair Display", serif !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
}

.sb-row .meta {
  font-size: 11px;
  color: #aaa;
  margin-top: 3px;
}

.ev-item {
  display: flex;
  gap: 11px;
  padding: 11px 14px;
  border-bottom: 1px solid #f0ece4;
  align-items: flex-start;
  background: #fff;
}

.ev-item:last-child {
  border-bottom: none;
}

.ev-date {
  background: #c8102e;
  color: #fff;
  min-width: 36px;
  text-align: center;
  padding: 4px 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  flex-shrink: 0;
}

.ev-date .d {
  font-size: 16px;
  display: block;
  font-family: "Playfair Display", serif;
}

.ev-item h4 {
  font-family: "Playfair Display", serif !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsletter {
  background: #f0ede8;
  border: 1px solid #ddd;
  padding: 20px;
}
.newsletter form {
  margin: 0;
}

.newsletter h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #0a1628;
  margin-bottom: 7px;
}

.newsletter p {
  font-size: 13px;
  color: #777;
  margin-bottom: 13px;
  line-height: 1.6;
}

.newsletter input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 10px;
  font-family: "IBM Plex Sans", sans-serif;
}

.newsletter button {
  width: 100%;
  background: #c8102e;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin: 0;
  line-height: 1;
}

.footer {
  background: #0a1628;
  color: #8aa0b8;
  margin-top: 40px;
}

.footer-inner {
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer h4 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1e3050;
}

.footer ul {
  list-style: none;
  margin: 0;
}

.footer li {
  font-size: 13px;
  padding: 5px 0;
  margin: 0 !important;
}

.footer-brand p {
  font-size: 13px;
  line-height: 1.7;
  max-width: 260px;
  margin-top: 8px;
}

.f-logo {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.f-logo span {
  color: #c8102e;
}

.footer-btm {
  background: #06101f;
  text-align: center;
  padding: 13px !important;
  font-size: 12px;
  color: #4a6070;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: inherit !important;
}

#main, #wrapper {
  background: transparent !important;
}

section {
  padding: 0 !important;
  margin: 24px 0;
}

.post-item .col-inner {
  border: 1px solid #e8e4dc;
}
.post-item .box-text {
  padding: 13px;
  min-height: 203px;
}
.post-item .box-text .box-text-inner .cat-label {
  font-size: 11px;
  font-weight: 600;
  color: #c8102e;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: left;
}
.post-item .box-text .box-text-inner .post-title {
  font-family: "Playfair Display", serif !important;
  font-weight: 600;
  line-height: 1.4;
  color: #0a1628;
  margin-bottom: 6px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Change this number to limit lines */
  overflow: hidden;
}
.post-item .box-text .box-text-inner .is-divider {
  display: none;
}
.post-item .box-text .box-text-inner .from_the_blog_excerpt {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 6px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Change this number to limit lines */
  overflow: hidden;
}

/*# sourceMappingURL=custom.css.map */
