/* Start custom CSS for html, class: .elementor-element-b53d6d9 */.em-vietnam {
  --emv-bg: #f5f7fa;
  --emv-card: #ffffff;
  --emv-text: #1f2937;
  --emv-muted: #5f6b7a;
  --emv-line: #dfe5ec;
  --emv-accent: #f0b429;
  --emv-accent-dark: #9a6500;
  --emv-danger-bg: #fff4f2;
  --emv-danger-line: #e8a59c;
  color: var(--emv-text);
  font-size: 17px;
  line-height: 1.7;
}

.em-vietnam *,
.em-vietnam *::before,
.em-vietnam *::after {
  box-sizing: border-box;
}

.em-vietnam h2 {
  margin: 46px 0 18px;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
  color: #111827;
}

.em-vietnam h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 3vw, 26px);
  line-height: 1.3;
  color: #172033;
}

.em-vietnam p,
.em-vietnam ul,
.em-vietnam ol {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-vietnam ul,
.em-vietnam ol {
  padding-left: 24px;
}

.em-vietnam li + li {
  margin-top: 8px;
}

.em-vietnam a {
  color: #8a5a00;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-vietnam a:hover {
  color: #5e3d00;
}

.em-vietnam code {
  display: inline-block;
  max-width: 100%;
  padding: 3px 7px;
  border: 1px solid var(--emv-line);
  border-radius: 6px;
  background: #f8fafc;
  color: #172033;
  overflow-wrap: anywhere;
}

.emv-lead {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--emv-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 12px 34px rgba(31, 41, 55, 0.07);
}

.emv-lead p:last-child {
  margin-bottom: 0;
}

.emv-eyebrow {
  margin-bottom: 10px !important;
  color: var(--emv-accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emv-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.emv-fact {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--emv-line);
  border-radius: 16px;
  background: var(--emv-card);
}

.emv-fact span {
  display: block;
  margin-bottom: 6px;
  color: var(--emv-muted);
  font-size: 14px;
}

.emv-fact strong {
  display: block;
  font-size: 19px;
  line-height: 1.3;
}

.emv-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--emv-accent);
  border-radius: 10px;
  background: #fff9e8;
}

.emv-note--warning {
  border-left-color: #cf4b3f;
  background: var(--emv-danger-bg);
}

.emv-toc {
  margin: 30px 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--emv-line);
  border-radius: 18px;
  background: var(--emv-bg);
}

.emv-toc ol {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.emv-toc li {
  break-inside: avoid;
}

.emv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.emv-card {
  padding: 22px;
  border: 1px solid var(--emv-line);
  border-radius: 16px;
  background: var(--emv-card);
}

.emv-card h3 {
  margin-top: 0;
}

.emv-card ul,
.emv-card ol {
  margin-bottom: 0;
}

.emv-card--danger {
  border-color: var(--emv-danger-line);
  background: var(--emv-danger-bg);
}

.emv-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid var(--emv-line);
  border-radius: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-vietnam table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.em-vietnam th,
.em-vietnam td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--emv-line);
  text-align: left;
  vertical-align: top;
}

.em-vietnam th {
  background: #f3f5f8;
  color: #111827;
  font-size: 15px;
}

.em-vietnam tr:last-child td {
  border-bottom: 0;
}

.emv-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.emv-compare div {
  padding: 20px;
  border: 1px solid var(--emv-line);
  border-radius: 14px;
  background: #fff;
}

.emv-compare span {
  display: block;
  margin-bottom: 5px;
  color: var(--emv-muted);
  font-size: 14px;
}

.emv-compare strong {
  font-size: 22px;
}

.emv-code-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.emv-code-list p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--emv-line);
  border-radius: 12px;
  background: #fff;
}

.emv-checklist {
  list-style: none;
  padding-left: 0 !important;
}

.emv-checklist li {
  position: relative;
  padding: 13px 16px 13px 46px;
  border-bottom: 1px solid var(--emv-line);
}

.emv-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff2bd;
  color: #775000;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
}

.emv-conclusion {
  margin: 42px 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #d6b24d;
  border-radius: 20px;
  background: #fffaf0;
}

.emv-conclusion h2 {
  margin-top: 0;
}

.emv-conclusion p:last-child {
  margin-bottom: 0;
}

.emv-faq {
  display: grid;
  gap: 12px;
}

.emv-faq details {
  border: 1px solid var(--emv-line);
  border-radius: 12px;
  background: #fff;
}

.emv-faq summary {
  cursor: pointer;
  padding: 17px 20px;
  font-weight: 750;
  line-height: 1.4;
}

.emv-faq details[open] summary {
  border-bottom: 1px solid var(--emv-line);
}

.emv-faq details p {
  margin: 0;
  padding: 16px 20px 20px;
}

.emv-related {
  margin: 42px 0 24px;
  padding: 24px;
  border: 1px solid var(--emv-line);
  border-radius: 16px;
  background: var(--emv-bg);
}

.emv-related h2 {
  margin-top: 0;
  font-size: 28px;
}

.emv-related ul {
  margin-bottom: 0;
}

.emv-cta {
  margin-top: 36px;
  padding: clamp(24px, 5vw, 42px);
  border-radius: 20px;
  background: #172033;
  color: #fff;
}

.emv-cta p {
  color: #fff;
}

.emv-cta__title {
  margin-bottom: 10px !important;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.emv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.emv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 10px;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none !important;
}

.emv-btn:hover {
  background: rgba(255,255,255,0.1);
}

.emv-btn--primary {
  border-color: var(--emv-accent);
  background: var(--emv-accent);
  color: #2e2200 !important;
}

.emv-btn--primary:hover {
  background: #ffca3d;
}

@media (max-width: 900px) {
  .emv-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emv-toc ol {
    columns: 1;
  }
}

@media (max-width: 680px) {
  .em-vietnam {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-vietnam h2 {
    margin-top: 38px;
  }

  .emv-facts,
  .emv-grid,
  .emv-compare {
    grid-template-columns: 1fr;
  }

  .emv-lead,
  .emv-card,
  .emv-toc,
  .emv-conclusion,
  .emv-related,
  .emv-cta {
    border-radius: 14px;
  }

  .em-vietnam th,
  .em-vietnam td {
    padding: 12px 13px;
  }

  .emv-actions {
    flex-direction: column;
  }

  .emv-btn {
    width: 100%;
  }
}/* End custom CSS */