.elementor-998 .elementor-element.elementor-element-fdb3a54{padding:0px 0px 0px 0px;}.elementor-998 .elementor-element.elementor-element-90c57fc > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-998 .elementor-element.elementor-element-ded0331{padding:0px 0px 0px 0px;}.elementor-998 .elementor-element.elementor-element-9bec86d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-998 .elementor-element.elementor-element-727e810 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-998 .elementor-element.elementor-element-727e810 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-998 .elementor-element.elementor-element-727e810{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-998 .elementor-element.elementor-element-727e810 .elementor-icon-list-text{transition:color 0.3s;}.elementor-998 .elementor-element.elementor-element-d35c2cb .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-998 .elementor-element.elementor-element-d35c2cb .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}@media(max-width:1024px){.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for section, class: .elementor-element-ded0331 */.elementor-998 .elementor-element.elementor-element-ded0331 {
    display: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-fdb3a54 *//* =========================================================
   PT AUTO — PERFORMANCE / SPEC TABLE
   Màu khai báo local trong chính component
========================================================= */

/* Biến màu riêng của bảng */
.pt-performance-table-wrap,
.pt-spec-table-wrap {
  --table-primary: #014A9D;
  --table-text: #2B2B2B;
  --table-muted: #65717C;

  --table-white: #FFFFFF;
  --table-background: #F7FAFC;
  --table-row-alt: #F1F6FD;
  --table-row-hover: #E5F1FE;

  --table-border: #D9E2E8;
  --table-icon: #0281DA;

  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Khung bảng */
.pt-performance-table-scroll,
.pt-spec-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow: hidden;

  background: var(--table-white);
  border: 1px solid var(--table-border);
  border-radius: 5px;

  box-shadow: 0 10px 26px rgba(1, 74, 157, 0.05);
}

/* Bảng */
.pt-performance-table,
.pt-spec-table {
  width: 100%;
  max-width: 100%;
  margin: 0;

  border: 0;
  border-collapse: collapse;
  table-layout: fixed;

  background: var(--table-white);
}

/* Cell chung */
.pt-performance-table th,
.pt-performance-table td,
.pt-spec-table th,
.pt-spec-table td {
  margin: 0;
  border: 1px solid var(--table-border);
  box-shadow: none;
  vertical-align: middle;
}

/* Bỏ border trùng với khung ngoài */
.pt-performance-table thead tr:first-child > *,
.pt-spec-table thead tr:first-child > * {
  border-top: 0;
}

.pt-performance-table tr > *:first-child,
.pt-spec-table tr > *:first-child {
  border-left: 0;
}

.pt-performance-table tr > *:last-child,
.pt-spec-table tr > *:last-child {
  border-right: 0;
}

.pt-performance-table tbody tr:last-child > *,
.pt-spec-table tbody tr:last-child > * {
  border-bottom: 0;
}

/* Header */
.pt-performance-table thead th,
.pt-spec-table thead th {
  padding: 18px 22px;

  background: var(--table-background);
  color: var(--table-text);

  font-size: 15px;
  line-height: 1.4;
  font-weight: 650;
  text-align: center;
}

.pt-performance-table thead th:first-child,
.pt-spec-table thead th:first-child {
  text-align: left;
}

/* Body */
.pt-performance-table tbody > tr > *,
.pt-spec-table tbody > tr > * {
  padding: 17px 22px;

  background: var(--table-white);
  color: var(--table-text);

  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;

  transition: background-color 0.2s ease;
}

/* Dòng xen kẽ */
.pt-performance-table tbody tr:nth-child(even) > *,
.pt-spec-table tbody tr:nth-child(even) > * {
  background: var(--table-row-alt);
}

/* Chỉ hàng đang hover đậm hơn */
.pt-performance-table tbody tr:hover > *,
.pt-spec-table tbody tr:hover > * {
  background: var(--table-row-hover);
}

/* Cột thông số */
.pt-performance-table tbody tr > *:first-child,
.pt-spec-table tbody tr > *:first-child {
  width: 40%;
  color: var(--table-text);
  font-weight: 500;
  text-align: left;
}

/* Các cột giá trị */
.pt-performance-table tbody td:not(:first-child),
.pt-spec-table tbody td:not(:first-child) {
  text-align: center;
}

/* Giữ label đúng dạng table-cell */
.pt-performance-table .pt-spec-label,
.pt-performance-table .pt-performance-label,
.pt-spec-table .pt-spec-label,
.pt-spec-table .pt-performance-label {
  display: table-cell;
  border-color: var(--table-border);
}

/* Icon trong cột thông số */
.pt-spec-icon,
.pt-performance-icon,
.pt-spec-label-icon,
.pt-performance-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  min-width: 28px;
  height: 28px;
  margin-right: 12px;

  background: var(--table-row-hover);
  color: var(--table-icon);

  border: 0;
  border-radius: 5px;
  box-shadow: none;

  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  vertical-align: middle;
}

/* Text label */
.pt-spec-label span:not(.pt-spec-icon),
.pt-performance-label span:not(.pt-performance-icon),
.pt-spec-label-text,
.pt-performance-label-text {
  color: var(--table-text);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  vertical-align: middle;
}

/* Reset style Elementor nếu có widget lồng trong bảng */
.pt-performance-table .elementor-widget-container,
.pt-performance-table .elementor-icon-list-item,
.pt-performance-table .elementor-icon-list-text,
.pt-performance-table .elementor-icon-list-icon,
.pt-spec-table .elementor-widget-container,
.pt-spec-table .elementor-icon-list-item,
.pt-spec-table .elementor-icon-list-text,
.pt-spec-table .elementor-icon-list-icon {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .pt-performance-table-scroll,
  .pt-spec-table-scroll {
    overflow-x: hidden;
  }

  .pt-performance-table,
  .pt-spec-table {
    min-width: 0;
    table-layout: fixed;
  }

  .pt-performance-table thead th,
  .pt-spec-table thead th {
    padding: 12px 8px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .pt-performance-table tbody > tr > *,
  .pt-spec-table tbody > tr > * {
    padding: 12px 8px;
    font-size: 12.5px;
    line-height: 1.45;
    word-break: break-word;
  }

  .pt-performance-table tbody tr > *:first-child,
  .pt-spec-table tbody tr > *:first-child {
    width: 38%;
  }

  .pt-spec-icon,
  .pt-performance-icon,
  .pt-spec-label-icon,
  .pt-performance-label-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 6px;
    font-size: 11px;
  }

  .pt-spec-label span:not(.pt-spec-icon),
  .pt-performance-label span:not(.pt-performance-icon),
  .pt-spec-label-text,
  .pt-performance-label-text {
    font-size: 12.5px;
    line-height: 1.4;
  }
}

@media (max-width: 420px) {
  .pt-performance-table thead th,
  .pt-spec-table thead th,
  .pt-performance-table tbody > tr > *,
  .pt-spec-table tbody > tr > * {
    padding: 10px 6px;
    font-size: 12px;
  }

  .pt-performance-table tbody tr > *:first-child,
  .pt-spec-table tbody tr > *:first-child {
    width: 36%;
  }

  .pt-spec-icon,
  .pt-performance-icon,
  .pt-spec-label-icon,
  .pt-performance-label-icon {
    display: none;
  }
}/* End custom CSS */