/* =========================================================
   VIETTELDATA - SHARED CSS OPTIMIZED
   Scope: HUB 5G + trang chi tiet goi 5G135N
   Generated from css-new.css
   - Removed selectors unused by both supplied HTML files
   - Removed unused keyframes
   - Consolidated repeated identical selectors
========================================================= */

:root {
  --red: #ee0033;
  --red-dark: #cc002b;
  --blue: #0284c7;
  --blue-light: #e0f2fe;
  --green: #16a34a;
  --green-light: #dcfce7;
  --orange: #f59e0b;
  --orange-light: #ffedd5;
  --purple: #9333ea;
  --purple-light: #f3e8ff;
  --slate: #334155;
  --border: #e5e7eb;
  --shadow: 0 4px 6px rgba(0,0,0,0.05);
  --shadow-md: 0 10px 20px rgba(0,0,0,0.1);
  --radius: 12px;
}

.text-gray {
  color: #666;
  font-size: 13px;
}

.text-muted {
  color: #555;
  font-size: 13px;
}

.btn-table-reg {
  background: #ee0033;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.btn-table-reg:hover {
  background: #cc002b;
  color: #fff;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  align-items: flex-start;
  margin-bottom:20px;
}

.pkg-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.pkg-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.best-seller {
  border: 2px solid var(--red);
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 10;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  position: absolute;
  top: 19px;
  right: -21px;
  box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
}

.ribbon-red span {
  background: var(--red);
}

.ribbon-blue span {
  background: var(--blue);
}

.ribbon-green span {
  background: var(--green);
}

.ribbon-orange span {
  background: var(--orange);
}

.ribbon-purple span {
  background: var(--purple);
}

.pkg-header {
  padding: 18px 16px;
  text-align: center;
  background: #fee2e2;
}

.pkg-header.header-blue {
  background: var(--blue-light);
}

.pkg-header.header-green {
  background: var(--green-light);
}

.pkg-header.header-orange {
  background: var(--orange-light);
}

.pkg-header.header-purple {
  background: var(--purple-light);
}

.pkg-name {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #1e293b;
  text-transform: uppercase;
}

.pkg-name::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: var(--red);
  margin: 8px auto 0;
  border-radius: 2px;
  position: static !important;
}

.pkg-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--red);
  margin-top: 6px;
}

.pkg-cycle {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.pkg-body {
  padding: 18px 16px;
  text-align: center;
}

.main-data {
  margin-bottom: 14px;
}

.data-num {
  font-size: 32px;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
}

.data-unit {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.data-note {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}

ul.pkg-features {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

ul.pkg-features li {
  list-style: none !important;
  margin-bottom: 9px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 14px;
  color: #444;
}

ul.pkg-features li::before,
ul.pkg-features li::after {
  content: none !important;
  display: none !important;
}

.icon-wrap {
  flex-shrink: 0 !important;
  width: 20px !important;
  text-align: center;
  padding-top: 2px;
}

.text-wrap {
  flex: 1;
  text-align: left;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

.pkg-footer {
  padding: 0 16px 18px;
  text-align: center;
}

.btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s;
  font-size: 14px;
}

.btn-cta:hover {
  transform: scale(1.03);
  text-decoration: none;
  color: #fff;
}

.btn-red {
  background: var(--red);
  box-shadow: 0 4px 15px rgba(238,0,51,0.4);
}

.btn-red:hover {
  background: var(--red-dark);
}

.btn-blue {
  background: var(--blue);
  box-shadow: 0 4px 15px rgba(2,132,199,0.4);
}

.btn-blue:hover {
  background: #0369a1;
}

.btn-green {
  background: var(--green);
  box-shadow: 0 4px 15px rgba(22,163,74,0.4);
}

.btn-green:hover {
  background: #15803d;
}

.btn-orange {
  background: var(--orange);
  box-shadow: 0 4px 15px rgba(245,158,11,0.4);
}

.btn-orange:hover {
  background: #d97706;
}

.btn-purple {
  background: var(--purple);
  box-shadow: 0 4px 15px rgba(147,51,234,0.4);
}

.btn-purple:hover {
  background: #7e22ce;
}

@keyframes pulse-btn {
  0% { box-shadow: 0 0 0 0 rgba(238,0,51,0.7); }
  70% { box-shadow: 0 0 0 10px rgba(238,0,51,0); }
  100% { box-shadow: 0 0 0 0 rgba(238,0,51,0); }
}

.btn-pulse {
  animation: pulse-btn 2s infinite;
}

.sms-syntax {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

.faq-section details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.faq-section summary {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 15px;
  color: var(--slate);
  cursor: pointer;
  list-style: none;
  position: relative;
  outline: none;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 14px;
  color: #94a3b8;
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.3s;
}

.faq-section details[open] summary {
  background: #f8fafc;
  color: var(--red);
  border-bottom: 1px solid var(--border);
}

.faq-section details[open] summary::after {
  content: "−";
  color: var(--red);
}

.vdt-rating-container {
  margin: 20px 0;
  padding: 14px 18px;
  background: #fffcf0;
  border: 1px solid #fde68a;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.vdt-stars {
  color: #fbbf24;
  font-size: 18px;
  display: flex;
  gap: 2px;
}

.vdt-rating-info {
  color: #4b5563;
  font-size: 14px;
}

.mbn-item:hover {
  text-decoration: none;
}

.mbn-icon {
  font-size: 18px;
  height: 22px;
}

@media (min-width: 769px) {
  .mobile-bottom-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .package-grid {
    grid-template-columns: 1fr;
  }

  .data-num {
    font-size: 28px;
  }

  .pkg-price {
    font-size: 20px;
  }
}

.vt-5g-hub-seo .vt-sd-section {
  margin-top: 30px;
}

.vt-5g-hub-seo .vt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.vt-5g-hub-seo .vt-hero-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.vt-5g-hub-seo .vt-hero-detail:hover {
  color: #dc2626;
  border-color: #fecaca;
}

.vt-5g-hub-seo .vt-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 10px;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.vt-5g-hub-seo .vt-hero-trust i {
  color: #16a34a;
  margin-right: 4px;
}

.vt-5g-hub-seo .pkg-detail-link {
  display: inline-block;
  margin-top: 9px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.vt-5g-hub-seo .pkg-detail-link:hover {
  color: #dc2626;
}

.vt-highlight-longcycle {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid #99f6e4;
  border-radius: 14px;
  background: linear-gradient(135deg,#ecfdf5,#ffffff);
}

.vt-highlight-longcycle-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f766e;
  color: #fff;
  font-size: 19px;
}

.vt-highlight-longcycle-content strong {
  display: block;
  margin-top: 3px;
  color: #134e4a;
  font-size: 17px;
}

.vt-highlight-longcycle-content p {
  margin: 4px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
}

.vt-highlight-label {
  display: block;
  color: #0f766e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .5px;
}

.vt-highlight-longcycle-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.vt-mini-link {
  color: #475569;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.vt-5g-hub-seo .price-table .benefit span,
.vt-5g-hub-seo .price-table .price span {
  display: block;
  margin-top: 2px;
}

.vt-5g-hub-seo .price-table a {
  text-decoration: none;
}

.vt-sd-info > i {
  margin-top: 2px;
  color: #e11d48;
}

.vt-sd-info a {
  color: inherit;
  text-decoration: none;
}

.vt-sd-info-blue > i {
  color: #2563eb;
}

.vt-sd-info-orange {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}

.vt-sd-info-orange > i {
  color: #ea580c;
}

.vt-condition-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.vt-condition-card {
  padding: 17px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
}

.vt-condition-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 11px;
  background: #fff1f2;
  color: #e11d48;
  font-size: 18px;
}

.vt-condition-card strong {
  display: block;
  color: #1e293b;
  font-size: 14px;
}

.vt-condition-card p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.6;
}

.vt-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.vt-knowledge-card {
  padding: 17px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.vt-knowledge-card h3 {
  margin: 0 0 7px;
  padding: 0;
  border: 0;
  color: #1e293b;
  font-size: 14px;
}

.vt-knowledge-card p {
  margin: 0;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.65;
}

.vt-register-box {
  padding: 22px;
  border: 2px solid #fecaca;
  border-radius: 14px;
  background: #fff1f2;
  text-align: center;
}

.vt-register-label {
  display: block;
  margin-bottom: 5px;
  color: #9f1239;
  font-size: 11px;
  font-weight: 900;
}

.vt-register-syntax {
  display: block;
  color: #be123c;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: .5px;
}

.vt-register-box p {
  margin: 8px 0 15px;
  color: #64748b;
  font-size: 13px;
}

.vt-sd-faq .vt-sd-section-head {
  grid-column: 1/-1;
}

.vt-final-box {
  padding: 22px;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  background: linear-gradient(135deg,#fff1f2,#fff);
}

.vt-final-box h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #9f1239;
  font-size: 21px;
}

.vt-final-box h2 i {
  margin-right: 5px;
  color: #dc2626;
}

.vt-final-box p {
  margin: 0 0 7px;
  color: #475569;
  line-height: 1.65;
}

.vt-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.vt-5g-hub-seo .vdt-rating-container {
  width: auto;
  max-width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #fde68a;
  border-radius: 10px;
  background: #fffcf0;
}

.vt-5g-hub-seo .vdt-stars {
  display: flex;
  gap: 2px;
  color: #f59e0b;
}

@media (max-width:768px) {
  .vt-5g-hub-seo .vt-sd-section {
    margin-top: 25px;
  }

  .vt-5g-hub-seo .vt-hero-actions {
    flex-direction: column;
  }

  .vt-5g-hub-seo .vt-hero-actions > a {
    width: 100%;
  }

  .vt-5g-hub-seo .vt-hero-trust {
    justify-content: flex-start;
    gap: 7px 12px;
    font-size: 12px;
  }

  .vt-highlight-longcycle {
    grid-template-columns: 1fr;
  }

  .vt-highlight-longcycle-icon {
    margin: 0 auto;
  }

  .vt-highlight-longcycle-content {
    text-align: center;
  }

  .vt-highlight-longcycle-actions {
    width: 100%;
  }

  .vt-highlight-longcycle-actions .btn-table-reg {
    width: 100%;
    text-align: center;
  }

  .vt-condition-grid,
  .vt-knowledge-grid,
  .vt-sd-faq {
    grid-template-columns: 1fr;
  }

  .vt-5g-hub-seo .vdt-rating-container {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

}

.vt-sd-seo {
  --vt-red: #e51c23;
  --vt-red-dark: #b51218;
  --vt-orange: #ea580c;
  --vt-blue: #2563eb;
  --vt-green: #16a34a;
  --vt-text: #172033;
  --vt-muted: #64748b;
  --vt-line: #e5e7eb;
  color: var(--vt-text);
  font-family: Arial,Helvetica,sans-serif;
}

.vt-sd-seo *,
.vt-sd-seo *:before,
.vt-sd-seo *:after {
  box-sizing: border-box;
}

.vt-sd-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.vt-sd-img {
  text-align: center;
  margin: 19px 0;
}

.vt-sd-img img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(15,23,42,.10);
}

.vt-sd-section {
  margin: 27px 0 0;
}

.vt-sd-section-head {
  margin-bottom: 13px;
}

.vt-sd-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--vt-text);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}

.vt-sd-section-title i {
  color: var(--vt-red);
}

.vt-sd-section-desc {
  margin: 6px 0 0;
  color: var(--vt-muted);
  font-size: 13.5px;
  line-height: 1.58;
}

.vt-sd-feature-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.vt-sd-feature {
  padding: 15px 12px;
  border: 1px solid var(--vt-line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.vt-sd-feature i {
  color: var(--vt-red);
  font-size: 24px;
}

.vt-sd-feature strong {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.vt-sd-feature p {
  margin: 5px 0 0;
  color: var(--vt-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.vt-sd-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  background: #fff1f2;
  color: #881337;
  font-size: 12.5px;
  line-height: 1.58;
  margin-bottom:20px;
}

.vt-sd-info i {
  margin-top: 2px;
  color: var(--vt-red);
}

.vt-sd-info-blue {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1e3a8a;
}

.vt-sd-info-blue i {
  color: #2563eb;
}

.condition-div {
  margin: 0;
}

.cond-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 1px solid #fee2e2;
  color: #1e293b;
  font-size: 21px;
  font-weight: 900;
}

.cond-title i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ef233c;
  color: #fff;
  font-size: 15px;
}

.cond-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.cond-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 11px;
  background: #fff;
  color: #475569;
  font-size: 12.5px;
  line-height: 1.55;
}

.cond-item::before,
.cond-item::marker {
  display: none !important;
  content: none !important;
}

.cond-item.type-success {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.cond-item.type-money {
  background: #fff;
}

.ci-icon {
  flex: 0 0 20px;
  width: 20px;
  color: #2563eb;
  text-align: center;
}

.type-success .ci-icon {
  color: #16a34a;
}

.type-money .ci-icon {
  color: #d97706;
}

.ci-content {
  flex: 1;
  min-width: 0;
}

.vt-sd-upsell {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  background: linear-gradient(135deg,#f0fdf4 0%,#fff 100%);
  box-shadow: 0 6px 20px rgba(22,163,74,.06);
}

.vt-sd-upsell-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #16a34a;
  color: #fff;
  font-size: 20px;
}

.vt-sd-upsell-content {
  flex: 1;
  min-width: 0;
}

.vt-sd-upsell-label {
  margin-bottom: 4px;
  color: #15803d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .5px;
}

.vt-sd-upsell h2 {
  margin: 0;
  color: #14532d;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.vt-sd-upsell p {
  margin: 7px 0 12px;
  color: #475569;
  font-size: 12.5px;
  line-height: 1.55;
}

.vt-sd-upsell-compare {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.vt-sd-upsell-compare span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 11px;
}

.vt-sd-upsell-compare span.featured {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #15803d;
}

.vt-sd-upsell-compare i {
  color: #16a34a;
  font-size: 11px;
}

.vt-sd-upsell-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 10px;
  background: #16a34a;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11.5px;
  font-weight: 900;
}

.vt-sd-sms-guide {
  padding: 22px 16px;
  border-radius: 20px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.vt-sd-sms-guide h2 {
  margin: 0;
  color: #fff !important;
  font-size: 21px;
  font-weight: 900;
}

.vt-sd-sms-guide p {
  margin: 7px 0 14px;
  color: #cbd5e1;
  font-size: 13px;
}

.vt-sd-sms-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.vt-sd-sms-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 15px;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.vt-sd-sms-chip strong {
  margin-left: 5px;
  color: var(--vt-red);
}

.vt-sd-sms-num {
  background: var(--vt-red);
  color: #fff;
  font-size: 22px;
}

.vt-sd-sms-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 46px;
  margin-top: 15px;
  padding: 11px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg,var(--vt-red),var(--vt-red-dark));
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 900;
}

.vt-sd-manage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.vt-sd-manage {
  padding: 15px;
  border: 1px solid var(--vt-line);
  border-radius: 15px;
  background: #fff;
  color: #475569;
  font-size: 12px;
  line-height: 1.7;
}

.vt-sd-manage-title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--vt-red-dark);
  font-size: 13px;
  font-weight: 900;
}

.vt-sd-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.vt-sd-faq details {
  overflow: hidden;
  border: 1px solid var(--vt-line);
  border-radius: 13px;
  background: #fff;
}

.vt-sd-faq summary {
  padding: 13px;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 800;
}

.vt-sd-faq .answer {
  padding: 0 13px 13px;
  color: var(--vt-muted);
  font-size: 12px;
  line-height: 1.55;
}

.vt-sd-final {
  padding: 22px 18px;
  border-radius: 20px;
  background: radial-gradient(circle at 90% 10%,rgba(255,255,255,.16),transparent 30%),
        linear-gradient(135deg,#e51c23,#a90d14);
  color: #fff;
  text-align: center;
}

.vt-sd-final h2 {
  margin: 0;
  color: #fff !important;
  font-size: 20px;
  font-weight: 900;
}

.vt-sd-final p {
  margin: 7px 0 14px;
  color: rgba(255,255,255,.92);
  font-size: 12.5px;
}

.vt-sd-final .vt-sd-cta {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  box-shadow: none;
}

.vt-sd-final-syntax {
  margin-top: 9px;
  font-size: 11px;
}

.vt-sd-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  padding: 12px 10px;
  border-radius: 13px;
  background: linear-gradient(135deg,var(--vt-red),var(--vt-red-dark));
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(229,28,35,.24);
}

@media (max-width:640px) {
  .vt-sd-seo {
    padding-bottom: 72px;
  }

  .vt-sd-feature-grid,
  .vt-sd-manage-grid,
  .vt-sd-faq {
    grid-template-columns: 1fr;
  }

  .cond-title {
    font-size: 18px;
  }

  .cond-item {
    align-items: flex-start;
  }

  .vt-sd-upsell {
    padding: 14px;
  }

  .vt-sd-upsell-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .vt-sd-upsell h2 {
    font-size: 16px;
  }

  .vt-sd-mobile {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 6px
              max(6px,env(safe-area-inset-right))
              calc(6px + env(safe-area-inset-bottom))
              max(6px,env(safe-area-inset-left));
    border-top: 1px solid #e5e7eb;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -5px 18px rgba(15,23,42,.13);
  }

  .vt-sd-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 49px;
    border-radius: 11px;
    background: linear-gradient(135deg,var(--vt-red),var(--vt-red-dark));
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion:reduce) {
  .vt-sd-seo *,
  .vt-sd-seo *:before,
  .vt-sd-seo *:after {
    animation: none !important;
    transition: none !important;
  }
}

.viettel-package-card {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 420px;
  margin: 20px auto;
  overflow: hidden;
  color: #333;
  border: 1px solid #f0f0f0;
}

.package-badge {
  background: linear-gradient(135deg, #e63946, #d90429);
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.package-badge i {
  margin-right: 5px;
  color: #ffb703;
}

.package-header-main {
  background: linear-gradient(180deg, #d90429 0%, #ef233c 100%);
  color: #fff;
  padding: 16px 16px 20px 16px;
  text-align: left;
}

.package-main-title {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.35;
  text-align: center;
}

.vt-highlight-sapo {
  background: #ffffff;
  border: 2px solid #ffccd5;
  border-radius: 12px;
  padding: 14px;
  margin-top: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sapo-home {
  font-size: 14px;
  line-height: 1.55;
  color: #2b2b2b;
  margin: 0;
}

.sapo-home code {
  background: #fff5f5;
  border: 1px dashed #d90429;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  color: #d90429;
  font-weight: bold;
}

.package-main-box {
  background: #fff;
  margin: -15px 16px 16px 16px;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(217, 4, 41, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(217, 4, 41, 0.1);
  position: relative;
  z-index: 2;
}

.price-side .code {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #d90429;
}

.price-side .price {
  font-size: 16px;
  font-weight: 700;
  color: #2b2b2b;
}

.price-side .period {
  font-size: 11px;
  color: #666;
}

.data-side {
  background: linear-gradient(135deg, #d90429, #8d0801);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
}

.data-side .label {
  display: block;
  font-size: 10px;
  opacity: 0.8;
}

.data-side .capacity {
  display: block;
  font-size: 18px;
  font-weight: 900;
}

.data-side .tag {
  font-size: 9px;
  background: #ffb703;
  color: #000;
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 700;
}

.package-benefits {
  list-style: none;
  padding: 0 16px;
  margin: 0 0 16px 0;
}

.package-benefits li {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}

.benefit-icon {
  margin-right: 10px;
  color: #d90429;
  font-size: 15px;
  width: 20px;
  text-align: center;
}

.syntax-box {
  background: #fff5f5;
  border: 1px dashed #d90429;
  margin: 0 16px 16px 16px;
  padding: 12px 10px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: #333;
}

.syntax-code {
  background: #d90429;
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
}

.syntax-number {
  background: #212529;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.package-cta-footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-price-info .name {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.footer-price-info .name i {
  color: #d90429;
  margin-right: 3px;
}

.footer-price-info .cost {
  font-size: 14px;
  font-weight: 800;
  color: #d90429;
}

.btn-register-pulse {
  background: linear-gradient(135deg, #ff4d4f, #d90429);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 4px 10px rgba(217, 4, 41, 0.3);
  transition: transform 0.2s;
}

.btn-register-pulse i {
  margin-right: 4px;
}

.btn-register-pulse:active {
  transform: scale(0.96);
}

@media (max-width: 768px) {
  .vt-highlight-sapo {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .viettel-package-card {
    max-width: 100%;
    border-radius: 20px;
  }

  .package-header-main {
    padding: 24px 30px;
  }

  .package-main-title {
    font-size: 22px;
    text-align: left;
  }

  .sapo-home {
    font-size: 14.5px;
  }

  .package-main-box {
    margin: -20px 30px 20px 30px;
    padding: 20px 24px;
  }

  .price-side .code {
    font-size: 22px;
  }

  .price-side .price {
    font-size: 18px;
  }

  .package-benefits {
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .package-benefits li {
    margin-bottom: 0;
    font-size: 14px;
    padding: 12px 16px;
  }

  .syntax-box {
    margin: 0 30px 20px 30px;
    font-size: 14px;
    padding: 14px;
  }

  .package-cta-footer {
    padding: 16px 30px;
  }

  .footer-price-info .name {
    font-size: 14px;
  }

  .footer-price-info .cost {
    font-size: 16px;
  }

  .btn-register-pulse {
    font-size: 14px;
    padding: 12px 28px;
  }
}

.vt-sd-mobile {
  display: none;
}

@media (max-width:768px) {
  .vt-sd-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    padding: 8px 12px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -6px 20px rgba(15,23,42,.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .vt-sd-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    padding: 11px 16px;
    background: linear-gradient(
              135deg,
              #ee0033 0%,
              #d7002d 100%
          );
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    border-radius: 14px;
    box-shadow: 0 5px 14px rgba(238,0,51,.28);
  }

  .vt-sd-mobile a i {
    font-size: 16px;
    color: #fff;
  }

  body {
    padding-bottom: 76px;
  }
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 -4px 20px rgba(0,0,0,.1);
  display: flex;
  padding: 8px 4px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: 9999;
  border-top: 1px solid #f0f0f0;
  justify-content: space-between;
}

.mbn-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  gap: 3px;
  transition: all 0.2s;
  position: relative;
  color: #64748b;
  margin: 0 3px;
  padding: 6px 2px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #f8f9fa;
}

.mbn-icon i {
  color: #555;
  font-size: 16px;
}

.mbn-text {
  text-align: center;
}

.mbn-title {
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: #333;
  line-height: 1.2;
}

.mbn-price {
  font-size: 9px;
  font-weight: 500;
  margin-top: 1px;
  white-space: nowrap;
  display: block;
  color: #666;
}

.active-item {
  color: var(--red);
  flex: 1.1;
  border: none;
  background: linear-gradient(135deg,#dc2626 0%,#991b1b 100%);
  box-shadow: 0 4px 10px rgba(220,38,38,.3);
}

.active-item .mbn-title,
.active-item .mbn-price,
.active-item .mbn-icon i {
  color: #fff;
}

.mbn-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 6px;
  border-radius: 4px;
  background: #f59e0b;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
}

@media (min-width:769px) {
  .mobile-bottom-nav {
    display: none;
  }
}


.vt-choice-box {
  margin: 0;
  padding: 16px;
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  background: linear-gradient(180deg,#f0fdf4 0%,#ffffff 100%);
  box-shadow: 0 5px 18px rgba(15,23,42,.05);
}

.vt-choice-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  color: #166534;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.vt-choice-title i {
  color: #16a34a;
  font-size: 16px;
}

.vt-choice-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.vt-choice-list li {
  position: relative;
  margin: 0;
  padding: 9px 0 9px 26px;
  border-bottom: 1px solid #dcfce7;
  color: #475569;
  font-size: 12.8px;
  line-height: 1.55;
}

.vt-choice-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vt-choice-list li:first-child {
  padding-top: 0;
}

.vt-choice-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.vt-choice-list li:first-child::before {
  top: 0;
}

.vt-package-specs-wrap {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15,23,42,.05);
}

.vt-package-specs {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 12.8px;
  line-height: 1.5;
}

.vt-package-specs td {
  padding: 11px 13px;
  vertical-align: top;
  border: 0;
}

.vt-package-specs tr:not(:last-child) td {
  border-bottom: 1px solid #eef2f7;
}

.vt-package-specs td:first-child {
  width: 34%;
  background: #f8fafc;
  color: #475569;
  font-weight: 700;
}

.vt-package-specs td:last-child {
  color: #1e293b;
}

.vt-package-specs strong {
  color: #111827;
}

.vt-package-specs tr:first-child td {
  background: #fff1f2;
}

.vt-package-specs tr:first-child td:first-child,
.vt-package-specs tr:first-child td:last-child {
  color: #b51218;
}

.vt-package-specs tr:last-child td {
  background: #fff7f8;
}

.vt-package-specs tr:last-child td:first-child {
  color: #b51218;
}

.vt-package-specs tr:last-child td:last-child strong {
  color: #d90429;
}

#dieu-kien,
#phu-hop,
#data,
#thong-so,
#so-sanh,
#dang-ky,
#khong-dang-ky-duoc,
#chu-ky-dai,
#quan-ly,
#faq {
  scroll-margin-top: 85px;
}

@media (max-width:640px) {
  .vt-choice-box {
    padding: 14px;
    border-radius: 14px;
  }

  .vt-choice-title {
    font-size: 14px;
  }

  .vt-choice-list li {
    padding-left: 24px;
    font-size: 12.3px;
    line-height: 1.55;
  }

  .vt-package-specs {
    font-size: 12px;
  }

  .vt-package-specs td {
    padding: 10px 9px;
  }

  .vt-package-specs td:first-child {
    width: 37%;
  }
}


  
/* ====== DESKTOP SIDE NAV ====== */
.vt-desktop-nav { display: none; }

@media (min-width: 1200px) {
  .vt-desktop-nav {
    display: block;
    position: fixed;
    top: 110px;
    right: 16px;
    width: 230px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
    z-index: 90;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    font-size: 13px;
  }
  .vt-desktop-nav .vdn-header {
    background: linear-gradient(135deg, #ee0033 0%, #c80029 100%);
    color: #fff;
    padding: 11px 14px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    border-radius: 14px 14px 0 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .vt-desktop-nav .vdn-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
  }
  .vt-desktop-nav .vdn-list li { margin: 0; }
  .vt-desktop-nav .vdn-link {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    color: #475569;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
  }
  .vt-desktop-nav .vdn-link i {
    width: 16px;
    text-align: center;
    color: #94a3b8;
    flex-shrink: 0;
    font-size: 12px;
  }
  .vt-desktop-nav .vdn-link:hover {
    background: #fef2f2;
    color: #ee0033;
    border-left-color: #ee0033;
  }
  .vt-desktop-nav .vdn-link:hover i { color: #ee0033; }
  .vt-desktop-nav .vdn-link.active {
    background: #fef2f2;
    color: #ee0033;
    font-weight: 700;
    border-left-color: #ee0033;
  }
  .vt-desktop-nav .vdn-link.active i { color: #ee0033; }
  .vt-desktop-nav .vdn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 10px 14px 14px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #ee0033 0%, #c80029 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(238, 0, 51, 0.3);
    transition: all 0.3s;
  }
  .vt-desktop-nav .vdn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(238, 0, 51, 0.42);
    color: #fff;
  }
  .vt-desktop-nav::-webkit-scrollbar { width: 4px; }
  .vt-desktop-nav::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
  }
  .vt-desktop-nav ul li::before
  {
  content:"";
  }
  .vt-desktop-nav ul li
  {
  	padding-left:0px;
  }
}

@media (min-width: 1440px) {
  .vt-desktop-nav { right: 28px; width: 250px; }
}  


.price-wrap {
  width: 100%;

  margin: 0 auto;
  padding: 0px;
  margin-bottom: 10px;
}

/* TiÄ‚Âªu Ă„â€˜Ă¡Â»Â Ă¢â‚¬â€œ gradient Ă„â€˜Ă¡Â»Â sÄ‚Â¢u, sang trĂ¡Â»Âng */
.price-title {
  background: linear-gradient(180deg, #c8102e 0%, #9b0b22 100%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(13px, 3.6vw, 16px);
  padding: 12px 4px;
  border-radius: 8px 8px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

table.price-table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  background: #fff !important;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin: 0 !important;
}

/* Reset Ä‚Â´ Ă„â€˜Ă¡Â»Æ’ theme khÄ‚Â´ng bĂ†Â¡m background/padding khÄ‚Â¡c */
.price-table tr {
  background: transparent !important;
}

.price-table img {
  display: inline-block !important;
  margin: 0 !important;
}

/* MĂ¡ÂºÂ¶C Ă„ÂĂ¡Â»ÂNH: cĂ¡ÂºÂ¥m bĂ¡ÂºÂ» chĂ¡Â»Â¯ giĂ¡Â»Â¯a tĂ¡Â»Â« */
table.price-table th,
table.price-table td {
  border: none;
  border-bottom: 1px solid #f1d4d4;
  padding: 10px 4px !important;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(11px, 3vw, 13px);
  line-height: 1.3;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

/* Ă„ÂĂ†Â°Ă¡Â»Âng phÄ‚Â¢n tÄ‚Â¡ch dĂ¡Â»Âc mĂ¡ÂºÂ£nh giĂ¡Â»Â¯a cÄ‚Â¡c cĂ¡Â»â„¢t */
table.price-table td+td,
table.price-table th+th {
  border-left: 1px solid #f7e3e3;
}

/* NĂ¡Â»Ân xen kĂ¡ÂºÂ½ (zebra) hĂ¡Â»â€œng phĂ¡ÂºÂ¥n */
table.price-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}

table.price-table tbody tr:nth-child(even) td {
  background: #fdf2f2;
}

/* HÄ‚ ng cuĂ¡Â»â€˜i khÄ‚Â´ng cĂ¡ÂºÂ§n Ă„â€˜Ă†Â°Ă¡Â»Âng kĂ¡ÂºÂ» dĂ†Â°Ă¡Â»â€ºi */
table.price-table tbody tr:last-child td {
  border-bottom: none;
}

/* Chia cĂ¡Â»â„¢t Ă¢â‚¬â€œ tĂ¡Â»â€¢ng 100% (nĂ¡Â»â€ºi cĂ¡Â»â„¢t GÄ‚â€œI Ă„â€˜Ă¡Â»Æ’ chĂ¡Â»Â©a 5GMAX200 / 12T5G125) */
col.c1 {
  width: 23%;
}

col.c2 {
  width: 23%;
}

col.c3 {
  width: 35%;
}

col.c4 {
  width: 19%;
}

/* Header cĂ¡Â»â„¢t Ă¢â‚¬â€œ cÄ‚Â¹ng hĂ¡Â»â€¡ Ă„â€˜Ă¡Â»Â, nhĂ¡ÂºÂ¡t hĂ†Â¡n tiÄ‚Âªu Ă„â€˜Ă¡Â»Â 1 tĂ¡ÂºÂ§ng */
thead th {
  background: linear-gradient(180deg, #e4223f 0%, #c8102e 100%);
  color: #fff;
  font-weight: bold;
  padding: 10px 2px;
  white-space: nowrap;
  border-bottom: none;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

thead th+th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* CĂ¡Â»â„¢t GÄ‚Â³i Ă¢â‚¬â€œ KHÄ‚â€NG Ă„ÂĂ†Â¯Ă¡Â»Â¢C xuĂ¡Â»â€˜ng dÄ‚Â²ng trong mÄ‚Â£ gÄ‚Â³i */
.pkg {
  white-space: nowrap;
}

/* Link tÄ‚Âªn gÄ‚Â³i Ă¢â‚¬â€œ xanh Ă„â€˜Ă¡ÂºÂ­m, Ă„â€˜Ă¡ÂºÂ­m, khÄ‚Â´ng gĂ¡ÂºÂ¡ch chÄ‚Â¢n; chĂ¡Â»â€˜ng theme Ă„â€˜Ä‚Â¨ */
.price-table a.pkg-link,
.price-table a.pkg-link:link,
.price-table a.pkg-link:visited,
.price-table a.pkg-link:focus,
.price-table a.pkg-link:active {
  color: #006400 !important;

  font-weight: bold !important;
  font-size: clamp(12px, 3.1vw, 14px) !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  display: inline-block !important;
}

.price-table a.pkg-link:hover {
  text-decoration: underline !important;
  color: #008000 !important;
}

/* CĂ¡Â»â„¢t GiÄ‚Â¡ Ă¢â‚¬â€œ giĂ¡Â»Â¯ sĂ¡Â»â€˜ nguyÄ‚Âªn khĂ¡Â»â€˜i, chĂ¡Â»â€° xuĂ¡Â»â€˜ng dÄ‚Â²ng cho chu kĂ¡Â»Â³ */
.price {
  color: #c8102e;
  font-weight: bold;
  white-space: nowrap;
}

.price small,
.price .text-gray {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: clamp(10px, 2.6vw, 11px);
  margin-top: 2px;
  white-space: nowrap;
}

/* CĂ¡Â»â„¢t Ă†Â¯u Ă„â€˜Ä‚Â£i Ă¢â‚¬â€œ Ä‚Â´ DUY NHĂ¡ÂºÂ¤T Ă„â€˜Ă†Â°Ă¡Â»Â£c phÄ‚Â©p xuĂ¡Â»â€˜ng dÄ‚Â²ng tĂ¡Â»Â± do */
.benefit {
  color: #111;
  text-align: center;
  word-break: normal;
  overflow-wrap: break-word;
}

/* DÄ‚Â²ng data chÄ‚Â­nh nĂ¡Â»â€¢i bĂ¡ÂºÂ­t */
.benefit strong {
  color: #c8102e;
  font-weight: bold;
  font-size: clamp(11.5px, 3vw, 13px);
}

/* MÄ‚Â´ tĂ¡ÂºÂ£ phĂ¡Â»Â¥ Ă¢â‚¬â€œ xÄ‚Â¡m, nhĂ¡Â»Â, nghiÄ‚Âªng nhĂ¡ÂºÂ¹ */
.benefit .text-muted {
  display: block;
  color: #666;
  font-style: italic;
  font-weight: normal;
  font-size: clamp(10px, 2.5vw, 11.5px);
  margin-top: 3px;
  line-height: 1.25;
}

/* ==========================================================
     NÄ‚ÂT Ă„ÂĂ„â€NG KÄ‚Â Ă¢â‚¬â€œ Ä‚â€°p CSS cĂ¡Â»Â©ng Ă„â€˜Ă¡Â»Æ’ khÄ‚Â´ng bĂ¡Â»â€¹ theme Ă„â€˜Ä‚Â¨
     ========================================================== */
.price-table a.btn-table-reg,
.price-table a.btn-table-reg:link,
.price-table a.btn-table-reg:visited,
.price-table a.btn-table-reg:hover,
.price-table a.btn-table-reg:focus,
.price-table a.btn-table-reg:active {
  display: inline-block !important;
  box-sizing: border-box !important;
  background: linear-gradient(180deg, #e4223f 0%, #c8102e 100%) !important;
  background-color: #c8102e !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: none !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: clamp(10px, 2.8vw, 12px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  padding: 7px 6px !important;
  margin: 0 !important;
  min-width: 56px !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: background .15s ease !important;
}

.price-table a.btn-table-reg:hover {
  background: #b80000 !important;
}

.price-table a.btn-table-reg:active {
  background: #a00000 !important;
}

/* Ä‚â€°p Ä‚Â´ chĂ¡Â»Â©a nÄ‚Âºt cĂ„Æ’n giĂ¡Â»Â¯a */
.price-table td:last-child {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 6px 3px !important;
}

/* MÄ‚ n siÄ‚Âªu nhĂ¡Â»Â */
@media (max-width: 360px) {
  .price-wrap {
    padding: 0px;
  }

  table.price-table th,
  table.price-table td {
    padding: 6px 2px;
  }

  col.c1 {
    width: 24%;
  }

  col.c2 {
    width: 23%;
  }

  col.c3 {
    width: 33%;
  }

  col.c4 {
    width: 20%;
  }
}

/* áº¨n pháº§n tá»­ trĂªn mĂ n hĂ¬nh Mobile (kĂ­ch thÆ°á»›c dÆ°á»›i 768px) */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.vt-sms-box a {
  color: #FFF !important;
}
