.elementor-5399 .elementor-element.elementor-element-3a09f1e{--display:flex;}.elementor-5399 .elementor-element.elementor-element-517bc39{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-517bc39 */.c1lp {
  --ink: #111827;
  --paper: #f7faf6;
  --panel: #ffffff;
  --line: #dfe7df;
  --muted: #59645b;
  --green: #0f9f68;
  --deep: #06141f;
  --lime: #9ad23b;
  --red: #e12d2d;
  --sky: #00a8c8;
  --shadow: 0 18px 48px rgba(17, 24, 39, .14);
  --shadow-soft: 0 10px 24px rgba(17, 24, 39, .09);
  --radius: 8px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(17, 24, 39, .04) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(17, 24, 39, .035) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--paper);
  font-family: Inter, Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.c1lp * { box-sizing: border-box; }
.c1lp a { color: inherit; }

.c1lp .hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 15, 24, .92) 0%, rgba(5, 15, 24, .78) 38%, rgba(5, 15, 24, .2) 78%),
    url("https://tracnghiemcanhan.com/wp-content/uploads/2026/07/banner-c1-full-hd-clean.png") center / cover no-repeat;
  color: #fff;
}

.c1lp .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(5, 15, 24, .45));
}

.c1lp .hero-inner {
  position: relative;
  z-index: 2;
  min-height: 660px;
  width: 100%;
  padding: 92px clamp(18px, 6vw, 78px) 130px;
  display: grid;
  align-content: center;
}

.c1lp .eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.c1lp .eyebrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2ee59d;
  box-shadow: 0 0 0 5px rgba(46, 229, 157, .18);
}

.c1lp h1 {
  max-width: 960px;
  margin: 24px 0 20px;
  color: #fff;
  font-size: clamp(44px, 7vw, 98px);
  line-height: .98;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.c1lp h1 span {
  color: #2ee59d;
}

.c1lp .lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 620;
}

.c1lp .hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.c1lp .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  box-shadow: 6px 6px 0 rgba(154, 210, 59, .75);
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .16s ease, box-shadow .16s ease;
}

.c1lp .primary-btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 9px 9px 0 rgba(154, 210, 59, .85);
}

.c1lp .hero-note {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.c1lp .metrics {
  width: calc(100% - clamp(28px, 6vw, 96px));
  margin: -56px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.c1lp .metric {
  padding: 20px;
  border-right: 1px solid rgba(17, 24, 39, .14);
}

.c1lp .metric:last-child { border-right: 0; }
.c1lp .metric strong {
  display: block;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}
.c1lp .metric span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.c1lp .section {
  width: 100%;
  margin: 0 auto;
  padding: 72px clamp(18px, 6vw, 72px) 0;
}

.c1lp .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.c1lp h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 4.4vw, 58px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.c1lp .section-head p {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.c1lp .exam-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.c1lp .exam-card {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, .14);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.c1lp .exam-card:nth-child(3n + 1) { border-top: 7px solid var(--green); }
.c1lp .exam-card:nth-child(3n + 2) { border-top: 7px solid var(--red); }
.c1lp .exam-card:nth-child(3n + 3) { border-top: 7px solid var(--sky); }

.c1lp .exam-card:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
  box-shadow: 8px 8px 0 rgba(17, 24, 39, .14);
}

.c1lp .exam-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.c1lp .exam-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.c1lp .exam-no {
  flex: 0 0 auto;
  min-width: 42px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, .16);
  border-radius: 999px;
  background: #e2f8ed;
  color: var(--green);
  font-weight: 950;
}

.c1lp .exam-card h3 {
  margin: 20px 0 16px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
}

.c1lp .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.c1lp .chip {
  padding: 7px 9px;
  border: 1px solid rgba(17, 24, 39, .15);
  border-radius: 999px;
  background: #fff;
  color: #2f352e;
  font-size: 12px;
  font-weight: 880;
  line-height: 1;
}

.c1lp .info {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
  padding-bottom: 76px;
}

.c1lp .notice,
.c1lp .table-panel,
.c1lp .info-card {
  border: 1px solid rgba(17, 24, 39, .14);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.c1lp .notice {
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: #fff;
  background: var(--deep);
}

.c1lp .notice::after {
  content: "C1";
  position: absolute;
  right: -8px;
  bottom: -28px;
  color: rgba(255, 255, 255, .08);
  font-size: 150px;
  font-weight: 950;
  line-height: 1;
}

.c1lp .notice h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 58px);
}

.c1lp .notice p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  font-weight: 650;
}

.c1lp .mini-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.c1lp .mini-list span {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .86);
  font-weight: 780;
}

.c1lp .mini-list strong {
  color: #2ee59d;
  white-space: nowrap;
}

.c1lp .table-panel,
.c1lp .info-card {
  padding: 22px;
}

.c1lp .table-panel h3,
.c1lp .info-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 950;
}

.c1lp .table-wrap { overflow: auto; }

.c1lp table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 14px;
  font-weight: 720;
}

.c1lp th,
.c1lp td {
  padding: 13px 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.c1lp thead th {
  color: var(--muted);
  background: #f1f6ef;
  font-size: 12px;
  text-transform: uppercase;
}

.c1lp tbody tr:last-child td { border-bottom: 0; }

.c1lp .info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.c1lp .info-card strong {
  color: var(--green);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 950;
}

@media (max-width: 1020px) {
  .c1lp .metrics,
  .c1lp .exam-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .c1lp .info { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .c1lp .hero { min-height: 680px; }
  .c1lp .hero-inner {
    min-height: 680px;
    padding: 54px 14px 110px;
  }
  .c1lp .lead { font-size: 17px; }
  .c1lp .hero-actions { align-items: stretch; }
  .c1lp .primary-btn,
  .c1lp .hero-note { width: 100%; }
  .c1lp .metrics {
    width: calc(100% - 28px);
    margin-top: -38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c1lp .metric { padding: 16px; }
  .c1lp .metric:nth-child(2) { border-right: 0; }
  .c1lp .metric:nth-child(-n + 2) { border-bottom: 1px solid rgba(17, 24, 39, .14); }
  .c1lp .metric strong { font-size: 28px; }
  .c1lp .section { padding: 54px 14px 0; }
  .c1lp .section-head { display: block; }
  .c1lp .section-head p { margin-top: 14px; }
  .c1lp .exam-grid { grid-template-columns: 1fr; }
  .c1lp .exam-card { min-height: 166px; }
  .c1lp table { min-width: 0; }
  .c1lp thead { display: none; }
  .c1lp tbody,
  .c1lp tr,
  .c1lp td { display: block; }
  .c1lp tbody tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  .c1lp tbody tr:last-child { border-bottom: 0; }
  .c1lp tbody td {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 10px;
    padding: 6px 0;
    border-bottom: 0;
  }
  .c1lp tbody td::before {
    color: var(--muted);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
  }
  .c1lp tbody td:nth-child(1)::before { content: "Nhóm"; }
  .c1lp tbody td:nth-child(2)::before { content: "Trọng tâm"; }
}/* End custom CSS */