.baner-blog,
.banner-blog {
  width: 100%;
}

.baner-blog .menkar-blog-hero,
.banner-blog .menkar-blog-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: 700px;
  margin-left: -50vw;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 37, 75, 0.96) 0%, rgba(5, 37, 75, 0.86) 38%, rgba(5, 37, 75, 0.34) 68%, rgba(5, 37, 75, 0.68) 100%),
    url("../../images/banners/menkar-blog-banner-bg.png") center / cover no-repeat;
  color: #fff;
}

.baner-blog .menkar-blog-hero::after,
.banner-blog .menkar-blog-hero::after {
  display: none;
}

.baner-blog .menkar-blog-hero__inner,
.banner-blog .menkar-blog-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1424px;
  min-height: inherit;
  margin: 0 auto;
  padding: 54px 0;
}

.baner-blog .menkar-blog-hero__content,
.banner-blog .menkar-blog-hero__content {
  width: min(100%, 690px);
}

.baner-blog .menkar-blog-hero__badge,
.banner-blog .menkar-blog-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 6px 16px;
  border: 1px solid rgba(248, 176, 32, 0.45);
  border-radius: 999px;
  background: rgba(248, 176, 32, 0.12);
  backdrop-filter: blur(8px);
  color: #f8b020;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.baner-blog .menkar-blog-hero__badge .badge-dot,
.banner-blog .menkar-blog-hero__badge .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8b020;
  box-shadow: 0 0 10px #f8b020;
  animation: menkarPulse 2s infinite ease-in-out;
}

@keyframes menkarPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }
}

.baner-blog .menkar-blog-hero__eyebrow,
.banner-blog .menkar-blog-hero__eyebrow {
  margin: 0 0 12px;
  color: #f8b020;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.baner-blog .menkar-blog-hero h1,
.banner-blog .menkar-blog-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.baner-blog .menkar-blog-hero h1 .highlight,
.banner-blog .menkar-blog-hero h1 .highlight,
.baner-blog .menkar-blog-hero h1 span.highlight,
.banner-blog .menkar-blog-hero h1 span.highlight,
.menkar-blog-hero h1 .highlight {
  color: #f8b020 !important;
}

.baner-blog .menkar-blog-hero__desc,
.banner-blog .menkar-blog-hero__desc {
  max-width: 660px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
}

.baner-blog .menkar-blog-hero__search,
.banner-blog .menkar-blog-hero__search {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  width: min(100%, 650px);
  min-height: 52px;
  margin: 0 0 18px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.baner-blog .menkar-blog-hero__search-icon,
.banner-blog .menkar-blog-hero__search-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border: 2px solid #0b3d84;
  border-radius: 50%;
}

.baner-blog .menkar-blog-hero__search-icon::after,
.banner-blog .menkar-blog-hero__search-icon::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 9px;
  height: 2px;
  border-radius: 99px;
  background: #0b3d84;
  transform: rotate(45deg);
}

.baner-blog .menkar-blog-hero__search input,
.banner-blog .menkar-blog-hero__search input {
  width: 100%;
  height: 40px;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #15335c;
  font-size: 15px;
}

.baner-blog .menkar-blog-hero__search input:focus,
.banner-blog .menkar-blog-hero__search input:focus {
  box-shadow: none;
}

.baner-blog .menkar-blog-hero__search button,
.banner-blog .menkar-blog-hero__search button {
  height: 40px;
  margin: 0;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #f8b020;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 40px;
  text-transform: none;
}

.baner-blog .menkar-blog-hero__search button:hover,
.banner-blog .menkar-blog-hero__search button:hover {
  background: #ffbc2f;
}

.baner-blog .menkar-blog-hero__tags,
.banner-blog .menkar-blog-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 660px;
}

.baner-blog .menkar-blog-hero__tags a,
.banner-blog .menkar-blog-hero__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.baner-blog .menkar-blog-hero__tags a:hover,
.banner-blog .menkar-blog-hero__tags a:hover {
  border-color: #f8b020;
  background: rgba(248, 176, 32, 0.18);
  color: #fff;
}

.baner-blog .menkar-blog-hero__note,
.banner-blog .menkar-blog-hero__note {
  display: none !important;
}

@media (max-width: 849px) {
  .baner-blog .menkar-blog-hero,
  .banner-blog .menkar-blog-hero {
    min-height: 560px;
    background-position: 60% center;
  }

  .baner-blog .menkar-blog-hero__inner,
  .banner-blog .menkar-blog-hero__inner {
    display: block;
    padding: 44px 18px 56px;
  }

  .baner-blog .menkar-blog-hero__note,
  .banner-blog .menkar-blog-hero__note {
    margin-top: 28px;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 24px;
  }
}

@media (max-width: 549px) {
  .baner-blog .menkar-blog-hero,
  .banner-blog .menkar-blog-hero {
    min-height: 620px;
  }

  .baner-blog .menkar-blog-hero h1,
  .banner-blog .menkar-blog-hero h1 {
    font-size: 28px;
  }

  .baner-blog .menkar-blog-hero__search,
  .banner-blog .menkar-blog-hero__search {
    grid-template-columns: 36px minmax(0, 1fr);
    border-radius: 22px;
  }

  .baner-blog .menkar-blog-hero__search button,
  .banner-blog .menkar-blog-hero__search button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 6px;
  }
}

.kienthuc .menkar-knowledge-strip {
  width: 100vw;
  margin-top: -30px;
  margin-left: calc(50% - 50vw);
  background: #f4fbff;
  border-top: 1px solid #d9edf9;
  border-bottom: 1px solid #d9edf9;
}

.kienthuc .menkar-knowledge-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1424px;
  margin: 0 auto;
}

.kienthuc .menkar-knowledge-strip__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 74px;
  padding: 16px 18px;
  color: #0b3d84;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

.kienthuc .menkar-knowledge-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #0b5aa8;
}

.kienthuc .menkar-knowledge-strip__icon svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: currentColor;
}

.bai-viet-noi-bat .menkar-featured-posts {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 40px max(18px, calc((100vw - 1424px) / 2)) 40px;
}

body.page-id-4906 .section:has(.kienthuc) {
  padding-bottom: 0 !important;
}

body.page-id-4906 .section:has(.bai-viet-noi-bat) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-4906 .section:has(.vande) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-4906 .section:has(.chude) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.page-id-4906 .section:has(.baivietmoinhat) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bai-viet-noi-bat .menkar-featured-posts__title {
  position: relative;
  margin: 0 0 18px;
  padding-left: 16px;
  color: #0b3d84;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.bai-viet-noi-bat .menkar-featured-posts__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: #f8b020;
}

.bai-viet-noi-bat .menkar-featured-posts__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  column-gap: 12px !important;
  row-gap: 24px;
}

.bai-viet-noi-bat .menkar-featured-posts__card {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 55, 104, 0.08);
  line-height: 0;
}

.bai-viet-noi-bat .menkar-featured-posts__card:not(.menkar-featured-posts__card--large) {
  display: grid;
  grid-template-rows: 150px minmax(0, 1fr);
}

.bai-viet-noi-bat .menkar-featured-posts__card--large {
  grid-row: span 2;
  position: relative;
  min-height: 390px;
  background: #082f5f;
}

.bai-viet-noi-bat .menkar-featured-posts__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: inherit;
  line-height: 0;
  border-radius: 0;
}

.bai-viet-noi-bat .menkar-featured-posts__image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.25s ease;
  vertical-align: top;
  border-radius: 0 !important;
}

.bai-viet-noi-bat .menkar-featured-posts__card:not(.menkar-featured-posts__card--large) .menkar-featured-posts__image {
  align-self: stretch;
}

.bai-viet-noi-bat .menkar-featured-posts__card:not(.menkar-featured-posts__card--large) .menkar-featured-posts__image img {
  position: absolute;
  inset: 0;
}

.bai-viet-noi-bat .menkar-featured-posts__card:hover .menkar-featured-posts__image img {
  transform: scale(1.04);
}

.bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__image {
  position: absolute;
  inset: 0;
}

.bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 35, 72, 0.05) 18%, rgba(5, 35, 72, 0.92) 100%);
}

.bai-viet-noi-bat .menkar-featured-posts__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: 100%;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 7px 12px;
  border-radius: 4px;
  background: #f8b020;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: normal;
}

.bai-viet-noi-bat .menkar-featured-posts__body {
  padding: 14px 16px 16px;
  margin: 0;
  line-height: 1.3;
}

.bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 0 22px 20px;
  color: #fff;
}

.bai-viet-noi-bat .menkar-featured-posts__body h3 {
  margin: 0;
  color: #0b3d84;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.28;
}

.bai-viet-noi-bat .menkar-featured-posts__body h3 a {
  color: inherit;
}

.bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__body h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}

.bai-viet-noi-bat .menkar-featured-posts__body p {
  margin: 12px 0 0;
  color: #111;
  font-size: 15px;
  line-height: 1.55;
}

.bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__body p {
  color: rgba(255, 255, 255, 0.9);
}

.bai-viet-noi-bat .menkar-featured-posts__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 14px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__meta {
  color: rgba(255, 255, 255, 0.86);
}

.bai-viet-noi-bat .menkar-featured-posts__meta span {
  position: relative;
  padding-left: 20px;
}

.bai-viet-noi-bat .menkar-featured-posts__meta span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0.78;
}

.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(n+2) {
  grid-column: 2;
}

.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(2),
.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(3) {
  grid-row: 1;
}

.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(4),
.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(5) {
  grid-row: 2;
}

.bai-viet-noi-bat .menkar-featured-posts__grid {
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 0.5fr));
}

.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(2),
.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(4) {
  grid-column: 2;
}

.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(3),
.bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(5) {
  grid-column: 3;
}

.vande .menkar-problem-strip {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 40px max(18px, calc((100vw - 1424px) / 2)) 40px;
  background: #f4fbff;
}

.vande .menkar-problem-strip__title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 16px;
  color: #0b3d84;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.vande .menkar-problem-strip__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: #f8b020;
}

.vande .menkar-problem-strip__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.vande .menkar-problem-strip__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 158px;
  padding: 18px 12px 16px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 55, 104, 0.08);
  text-align: center;
}

.vande .menkar-problem-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  color: #f8b020;
}

.vande .menkar-problem-strip__icon svg {
  display: block;
  width: 46px;
  height: 46px;
  fill: currentColor;
}

.vande .menkar-problem-strip__card h3 {
  margin: 0 0 6px;
  color: #0b3d84;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.vande .menkar-problem-strip__card p {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.chude .menkar-topic-grid {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 40px max(18px, calc((100vw - 1424px) / 2)) 40px;
  background: #fff;
}

.chude .menkar-topic-grid__title {
  position: relative;
  margin: 0 0 18px;
  padding-left: 16px;
  color: #0b3d84;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.chude .menkar-topic-grid__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: #f8b020;
}

.chude .menkar-topic-grid__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.chude .menkar-topic-card {
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 55, 104, 0.08);
}

.chude .menkar-topic-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 10px 12px 8px;
}

.chude .menkar-topic-card__head h3 {
  position: relative;
  margin: 0;
  padding-left: 12px;
  color: #0b3d84;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.chude .menkar-topic-card__head h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 18px;
  border-radius: 999px;
  background: #f8b020;
}

.chude .menkar-topic-card__head a {
  flex: 0 0 auto;
  color: #0b5aa8;
  font-size: 12px;
  font-weight: 700;
}

.chude .menkar-topic-card__image {
  position: relative;
  display: block;
  height: 176px;
  overflow: hidden;
}

.chude .menkar-topic-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
}

.chude .menkar-topic-card:nth-child(1) .menkar-topic-card__image img,
.chude .menkar-topic-card:nth-child(2) .menkar-topic-card__image img,
.chude .menkar-topic-card:nth-child(6) .menkar-topic-card__image img {
  object-position: center top;
}

.chude .menkar-topic-card:hover .menkar-topic-card__image img {
  transform: scale(1.04);
}

.chude .menkar-topic-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(-50%, -50%);
}

.chude .menkar-topic-card__play::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #f8b020;
}

.chude .menkar-topic-card ul {
  margin: 0;
  padding: 12px 14px 16px;
  list-style: none;
}

.chude .menkar-topic-card li {
  position: relative;
  margin: 0 0 7px;
  padding-left: 13px;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.chude .menkar-topic-card li:last-child {
  margin-bottom: 0;
}

.chude .menkar-topic-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #0b5aa8;
}

.chude .menkar-topic-card li a {
  color: #111;
}

.chude .menkar-topic-card li a:hover {
  color: #0b5aa8;
}

.baivietmoinhat .menkar-latest-posts {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 40px max(18px, calc((100vw - 1424px) / 2)) 40px;
  background: #fff;
}

.baivietmoinhat .menkar-latest-posts__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.baivietmoinhat .menkar-latest-posts__head h2 {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: #0b3d84;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.baivietmoinhat .menkar-latest-posts__head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 22px;
  border-radius: 999px;
  background: #f8b020;
}

.baivietmoinhat .menkar-latest-posts__head > a {
  flex: 0 0 auto;
  color: #0b5aa8;
  font-size: 14px;
  font-weight: 700;
}

.baivietmoinhat .menkar-latest-posts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

.baivietmoinhat .menkar-latest-posts__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 55, 104, 0.1);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.baivietmoinhat .menkar-latest-posts__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(13, 55, 104, 0.14);
}

.baivietmoinhat .menkar-latest-posts__image {
  display: block;
  height: 190px;
  overflow: hidden;
}

.baivietmoinhat .menkar-latest-posts__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.baivietmoinhat .menkar-latest-posts__card:hover .menkar-latest-posts__image img {
  transform: scale(1.04);
}

.baivietmoinhat .menkar-latest-posts__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.baivietmoinhat .menkar-latest-posts__body h3 {
  margin: 0 0 12px;
  color: #0b3d84;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
  display: -webkit-box;
  min-height: calc(15px * 1.28 * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.baivietmoinhat .menkar-latest-posts__body h3 a {
  color: inherit;
}

.baivietmoinhat .menkar-latest-posts__body p {
  margin: 0 0 16px;
  color: #52677f;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  min-height: calc(13px * 1.55 * 2);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.baivietmoinhat .menkar-latest-posts__button {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  width: 100px;
  max-width: 100px;
  min-height: 26px;
  margin-top: auto;
  padding: 5px 12px;
  border: 2px solid #0b3d84;
  border-radius: 4px;
  color: #0b3d84;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.baivietmoinhat .menkar-latest-posts__button:hover {
  border-color: #f8b020;
  background: #f8b020;
  color: #fff;
}

.baivietmoinhat .menkar-latest-posts__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.baivietmoinhat .menkar-latest-posts__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 2px solid #d5dee8;
  border-radius: 50%;
  color: #0b3d84;
  font-size: 15px;
  font-weight: 800;
}

.baivietmoinhat .menkar-latest-posts__pagination .page-numbers.current,
.baivietmoinhat .menkar-latest-posts__pagination .page-numbers:hover {
  border-color: #f8b020;
  background: #f8b020;
  color: #fff;
}

@media (max-width: 849px) {
  .kienthuc .menkar-knowledge-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bai-viet-noi-bat .menkar-featured-posts {
    padding-right: 18px;
    padding-left: 18px;
  }

  .bai-viet-noi-bat .menkar-featured-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bai-viet-noi-bat .menkar-featured-posts__card--large,
  .bai-viet-noi-bat .menkar-featured-posts__grid .menkar-featured-posts__card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .bai-viet-noi-bat .menkar-featured-posts__card--large {
    grid-column: 1 / -1;
  }

  .vande .menkar-problem-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .chude .menkar-topic-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baivietmoinhat .menkar-latest-posts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

body.page-id-4906.menkar-blog-animations .kienthuc .menkar-knowledge-strip {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 1.05s ease, transform 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}

body.page-id-4906.menkar-blog-animations .kienthuc .menkar-knowledge-strip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__title,
body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card--large {
  opacity: 0;
  transform: translateX(-46px);
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card:not(.menkar-featured-posts__card--large) {
  opacity: 0;
  transform: translateX(46px);
  transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card:nth-child(2) {
  transition-delay: 0.12s;
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card:nth-child(3) {
  transition-delay: 0.2s;
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card:nth-child(4) {
  transition-delay: 0.28s;
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card:nth-child(5) {
  transition-delay: 0.36s;
}

body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts.is-visible .menkar-featured-posts__title,
body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts.is-visible .menkar-featured-posts__card {
  opacity: 1;
  transform: translateX(0);
}

body.page-id-4906.menkar-blog-animations .vande .menkar-problem-strip {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 1.05s ease, transform 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}

body.page-id-4906.menkar-blog-animations .vande .menkar-problem-strip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.page-id-4906.menkar-blog-animations .chude .menkar-topic-grid {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 1.05s ease, transform 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}

body.page-id-4906.menkar-blog-animations .chude .menkar-topic-grid.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.page-id-4906.menkar-blog-animations .baivietmoinhat .menkar-latest-posts {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 1.05s ease, transform 1.05s cubic-bezier(0.19, 1, 0.22, 1);
}

body.page-id-4906.menkar-blog-animations .baivietmoinhat .menkar-latest-posts.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  body.page-id-4906.menkar-blog-animations .kienthuc .menkar-knowledge-strip,
  body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__title,
  body.page-id-4906.menkar-blog-animations .bai-viet-noi-bat .menkar-featured-posts__card,
  body.page-id-4906.menkar-blog-animations .vande .menkar-problem-strip,
  body.page-id-4906.menkar-blog-animations .chude .menkar-topic-grid,
  body.page-id-4906.menkar-blog-animations .baivietmoinhat .menkar-latest-posts {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 549px) {
  .kienthuc .menkar-knowledge-strip__inner {
    grid-template-columns: 1fr;
  }

  .kienthuc .menkar-knowledge-strip__item {
    justify-content: flex-start;
    white-space: normal;
  }

  .bai-viet-noi-bat .menkar-featured-posts__grid {
    grid-template-columns: 1fr;
  }

  .bai-viet-noi-bat .menkar-featured-posts__card--large {
    min-height: 440px;
  }

  .bai-viet-noi-bat .menkar-featured-posts__card--large .menkar-featured-posts__body h3 {
    font-size: 22px;
  }

  .vande .menkar-problem-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vande .menkar-problem-strip__card {
    min-height: 150px;
  }

  .chude .menkar-topic-grid__items {
    grid-template-columns: 1fr;
  }

  .baivietmoinhat .menkar-latest-posts__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .baivietmoinhat .menkar-latest-posts__grid {
    grid-template-columns: 1fr;
  }
}
