.page-template-bao-gia .site-inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-template-bao-gia .content {
  width: 100%;
}

.quote-page {
  --quote-blue: #074797;
  --quote-blue-dark: #042f6d;
  --quote-blue-soft: #edf5ff;
  --quote-green-dark: #f7c02e;
  --quote-ink: #15243a;
  --quote-border: #d6e2f0;
  background: #f4f8fc;
  color: var(--quote-ink);
}

.quote-wrap {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}

.quote-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 76px;

}

.quote-hero--has-image {
  background-image:
    
    var(--quote-hero-image);
  background-position: center;
  background-size: cover;
}

/* .quote-hero::after {
  position: absolute;
  right: -100px;
  bottom: -210px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.04), 0 0 0 108px rgba(255, 255, 255, 0.03);
  content: "";
} */

.quote-hero__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.quote-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Hubot Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
}

.quote-hero__description {
  max-width: 720px;
  margin-top: 18px;
}

.quote-hero__description p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
}

.quote-content {
  padding: 64px 0 86px;
}

.quote-table-card {
  overflow: hidden;
  border: 1px solid var(--quote-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18, 54, 94, 0.1);
}

.quote-table-card__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  border-bottom: 1px solid var(--quote-border);
}

.quote-table-card__heading span {
  display: block;
  margin-bottom: 4px;
  color: var(--quote-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.quote-table-card__heading h2 {
  margin: 0;
  color: var(--quote-ink);
  font-family: "Hubot Sans", sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.25;
}

.quote-table-card__unit {
  flex: 0 0 auto;
  padding: 8px 13px;
  border-radius: 6px;
  background: var(--quote-blue-soft);
  color: var(--quote-blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.quote-table-scroll {
  width: 100%;
  overflow-x: auto;
  scrollbar-color: var(--quote-blue) #e7eef7;
  scrollbar-width: thin;
}

.quote-table {
  width: 100%;
  min-width: 920px;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.quote-table th,
.quote-table td {
  padding: 13px 15px;
  border: 0;
  border-right: 1px solid var(--quote-border);
  border-bottom: 1px solid var(--quote-border);
  vertical-align: middle;
}

.quote-table tr > *:last-child {
  border-right: 0;
}

.quote-table thead th {
  background: var(--quote-blue-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.quote-table thead tr:first-child th {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.quote-table thead th small {
  color: var(--quote-green-dark);
  font-size: 12px;
  font-weight: 700;
}

.quote-table thead th:nth-child(1) {
  width: 68px;
}

.quote-table thead th:nth-child(2) {
  width: 31%;
  text-align: center;
}

.quote-table thead th:nth-child(3) {
  width: 18%;
}

.quote-table thead th:nth-child(4) {
  width: 12%;
}

.quote-table tbody tr {
  background: #fff;
  transition: background-color 0.2s ease;
}

.quote-table tbody tr.is-odd-brand {
  background: #f7fbff;
}

.quote-table tbody tr:hover {
  background: #fff8e3;
}

.quote-table__index,
.quote-table__brand {
  background: var(--quote-blue) !important;
  color: #fff;
  text-align: center;
}

.quote-table__index {
  color: var(--quote-green-dark);
  font-size: 17px;
  font-weight: 800;
}

.quote-table__brand {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
  text-transform: uppercase;
}

.quote-table__frame {
  /* color: #34455c; */
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.quote-table__thickness,
.quote-table__price {
  text-align: center;
}

.quote-table__thickness {
  color: var(--quote-blue-dark);
  font-weight: 750;
}

.quote-table__price {
  color: #1c304a;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.quote-table__price:last-child {
  color: #f7c02e;
}

.quote-swipe-hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border-top: 1px solid var(--quote-border);
  color: #5e6e82;
  font-size: 13px;
  text-align: center;
}

.quote-empty {
  padding: 50px 30px;
  color: #66758a;
  text-align: center;
}

.quote-notice {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid #cbdcf0;
  border-left: 4px solid var(--quote-blue);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(18, 54, 94, 0.06);
}

.quote-notice > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--quote-blue-soft);
  color: var(--quote-blue);
  font-size: 19px;
}

.quote-notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--quote-blue-dark);
  font-size: 17px;
}

.quote-notice p {
  color: #5e6e82;
  font-size: 16px;
  line-height: 1.65;
}

@media only screen and (max-width: 767px) {
  .quote-wrap {
    width: calc(100% - 30px);
  }

  .quote-hero {
    padding: 52px 0 56px;
  }

  .quote-content {
    padding: 36px 0 58px;
  }

  .quote-table-card {
    border-radius: 10px;
  }

  .quote-table-card__heading {
    display: block;
    padding: 22px 20px;
  }

  .quote-table-card__unit {
    display: inline-block;
    margin-top: 13px;
  }

  .quote-table th,
  .quote-table td {
    padding: 11px 12px;
  }

  .quote-swipe-hint {
    display: flex;
  }

  .quote-notice {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 18px;
  }

  .quote-notice > i {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
/* Mobile heading scale */
@media only screen and (max-width: 767px) {
  .quote-hero h1 {
    font-size: 30px;
  }

  .quote-table-card__heading h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}
/* Mobile body text scale */
@media only screen and (max-width: 767px) {
  .quote-hero__description p,
  .quote-table-card__heading > div > span,
  .quote-notice strong,
  .quote-notice p,
  .quote-empty {
    font-size: 16px;
  }
}
/* Mobile compact quotation table */
@media only screen and (max-width: 767px) {
  .quote-table-card__heading h2 {
    font-size: 22px;
  }

  .quote-table-card__heading > div > span,
  .quote-table-card__unit,
  .quote-swipe-hint {
    font-size: 13px;
  }

  .quote-table {
    min-width: 820px;
  }

  .quote-table th,
  .quote-table td,
  .quote-table thead th,
  .quote-table__thickness,
  .quote-table__price {
    font-size: 13px;
  }

  .quote-table__brand,
  .quote-table__frame {
    font-size: 14px;
  }

  .quote-table__index {
    font-size: 15px;
  }
}
