/* creative.moraq.io - Cong trang bi nang luc */

body.mc-section-enablement {
  background: #f5f3ef;
}

body.mc-section-enablement .mc-page {
  background: #f5f3ef;
}

body.mc-section-enablement .mc-main {
  max-width: none;
  padding: calc(var(--mc-nav-height) + 28px) 0 0;
}

body.mc-section-enablement .mc-chrome {
  background: transparent;
  border-bottom: none;
}

.mc-en {
  min-height: calc(100vh - 56px);
  background: #f5f3ef;
  color: #111827;
}

.mc-en-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* Horizontal top nav */
.mc-en-topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 0;
  padding: 20px 0 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.mc-en-topnav__item {
  position: relative;
}

.mc-en-topnav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 10px 14px;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}

.mc-en-topnav__link:hover,
.mc-en-topnav__item.is-active > .mc-en-topnav__link {
  color: #111827;
  background: rgba(15, 23, 42, 0.04);
}

.mc-en-topnav__chev {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}

.mc-en-topnav__menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 20;
  min-width: 200px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}

.mc-en-topnav__item.has-menu:hover .mc-en-topnav__menu,
.mc-en-topnav__item.has-menu:focus-within .mc-en-topnav__menu,
.mc-en-topnav__item.has-menu.is-open .mc-en-topnav__menu {
  display: block;
}

.mc-en-topnav__menu-link {
  display: block;
  padding: 10px 12px;
  font-size: 0.8125rem;
  color: #374151;
  text-decoration: none;
  border-radius: 8px;
}

.mc-en-topnav__menu-link:hover {
  background: #f5f3ef;
  color: #111827;
}

/* Hero */
.mc-en-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: 24px 48px;
  align-items: center;
  padding: 48px 0 40px;
}

.mc-en-hero__title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #111827;
}

.mc-en-hero__art {
  justify-self: end;
  max-width: 100%;
}

.mc-en-hero__art img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.mc-en-rule {
  height: 1px;
  background: rgba(15, 23, 42, 0.12);
  margin: 0 0 32px;
}

/* What's new */
.mc-en-whatsnew {
  padding: 8px 0 48px;
}

.mc-en-whatsnew__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.mc-en-whatsnew__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  color: #111827;
}

.mc-en-whatsnew__more {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0030de;
  text-decoration: none;
}

.mc-en-whatsnew__more:hover {
  text-decoration: underline;
}

.mc-en-whatsnew__grid {
  display: grid;
  gap: 20px;
}

.mc-en-news-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  overflow: hidden;
  background: #ebe8e2;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mc-en-news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}

.mc-en-news-card--featured {
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 42%);
  min-height: 260px;
}

.mc-en-news-card__media {
  overflow: hidden;
  background: #ddd8d0;
  min-height: 200px;
  display: flex;
  align-items: stretch;
}

.mc-en-news-card__media img {
  display: block;
  width: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center;
}

.mc-en-news-card--featured .mc-en-news-card__media {
  min-height: 260px;
}

.mc-en-news-card--featured .mc-en-news-card__media img {
  min-height: 260px;
}

.mc-en-news-card__body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.mc-en-news-card__tag {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.mc-en-news-card__title {
  margin: 0;
  font-family: var(--font-display-vi, var(--font-display));
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.25;
  color: #111827;
}

.mc-en-news-card__excerpt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #4b5563;
}

.mc-en-news-card__date {
  font-size: 0.8125rem;
  color: #9ca3af;
}

/* Intro */
.mc-en-intro {
  max-width: 62ch;
  padding-bottom: 32px;
}

.mc-en-intro__lead {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4b5563;
}

/* Inner pages */
.mc-en-landing--inner {
  padding-top: 32px;
}

.mc-en-page {
  max-width: 900px;
  padding: 24px 0 64px;
}

.mc-en-page__title {
  margin: 0 0 20px;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: #111827;
}

.mc-en-page__lead {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.45;
  color: #374151;
}

.mc-en-page__body {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.65;
  color: #4b5563;
}

.mc-en-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin: 0 0 32px;
}

.mc-en-card {
  display: block;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.mc-en-card:hover {
  border-color: rgba(0, 48, 222, 0.25);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.mc-en-card__title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
}

.mc-en-card__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6b7280;
}

.mc-en-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.mc-en-list__item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.mc-en-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  text-decoration: none;
  color: #111827;
}

.mc-en-list__link:hover .mc-en-list__title {
  color: #0030de;
}

.mc-en-list__badge {
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 48, 222, 0.1);
  color: #0030de;
}

.mc-en-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.mc-en-btn:hover {
  background: #0030de;
}

.mc-en-foot {
  padding: 24px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mc-en-foot__modified {
  margin: 0;
  font-size: 0.75rem;
  color: #9ca3af;
}

@media (max-width: 1023px) {
  .mc-en-topnav {
    flex-direction: column;
    align-items: stretch;
  }

  .mc-en-topnav__item {
    width: 100%;
  }

  .mc-en-topnav__link {
    width: 100%;
    justify-content: space-between;
  }

  .mc-en-topnav__menu {
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0 0 8px 12px;
    background: transparent;
  }

  .mc-en-hero {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  .mc-en-hero__art {
    justify-self: start;
  }

  .mc-en-news-card--featured {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .mc-en-whatsnew__grid {
    grid-template-columns: 1fr;
  }
}
