/* =========================================================
   CENLUX HEADER CUSTOM - COMPACT INTERNATIONAL STYLE
   Mobile first / Flatsome / WooCommerce
   ========================================================= */

#header,
#header * {
  box-sizing: border-box;
}

#header {
  position: relative;
  z-index: 9999;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#header .header-wrapper,
#header #masthead,
#header .header-main {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header .header-bg-container,
#header .header-bg-image,
#header .header-bg-color,
#header .top-divider {
  display: none !important;
}

/* =========================================================
   STICKY FIX - KHÔNG BỊ CÁCH LỀ TRÊN
   ========================================================= */

#header .header-wrapper.stuck,
#header.stuck .header-wrapper,
.header-wrapper.stuck {
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Mobile preview khi đang đăng nhập admin */
@media (max-width: 849px) {
  html {
    margin-top: 0 !important;
  }

  body.admin-bar {
    padding-top: 0 !important;
  }

  body.admin-bar #wpadminbar {
    display: none !important;
  }

  body.admin-bar #header .header-wrapper.stuck,
  body.admin-bar #header.stuck .header-wrapper,
  body.admin-bar .header-wrapper.stuck {
    top: 0 !important;
  }

  #header .header-wrapper.stuck {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
}

/* Desktop khi đăng nhập admin vẫn nằm dưới admin bar */
@media (min-width: 850px) {

  body.admin-bar #header .header-wrapper.stuck,
  body.admin-bar #header.stuck .header-wrapper,
  body.admin-bar .header-wrapper.stuck {
    top: 32px !important;
  }
}

/* =========================================================
   MOBILE FIRST
   ========================================================= */

#header .header-inner {
  width: calc(100% - 18px) !important;
  max-width: none !important;
  min-height: 56px;
  height: 56px;
  margin: 0 auto !important;
  padding: 0 10px !important;

  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  background: #fff;
  border-top: 2px solid #ed1c24;
  border-radius: 0 0 16px 16px;
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.10),
    0 2px 8px rgba(15, 23, 42, 0.05);
}

/* Logo mobile */
#header #logo {
  order: 2;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}

#header #logo a {
  display: flex;
  align-items: center;
  line-height: 1;
}

#header #logo img {
  display: block;
  width: auto;
  max-width: 132px;
  max-height: 40px;
  object-fit: contain;
}

/* Mobile left / right */
#header .show-for-medium.flex-left {
  order: 1;
  flex: 0 0 auto;
}

#header .show-for-medium.flex-right {
  order: 3;
  flex: 0 0 auto;
}

#header .mobile-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
}

#header .mobile-nav>li {
  margin: 0 !important;
}

#header .mobile-nav a,
#header .mobile-nav .button {
  width: 36px;
  height: 36px;
  min-height: 36px;
  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #07111f;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: none;
}

#header .mobile-nav a:hover,
#header .mobile-nav .button:hover {
  color: #ed1c24;
  background: #fff;
}

#header .mobile-nav i {
  font-size: 21px;
  line-height: 1;
  color: currentColor;
}

/* Cart badge mobile */
#header .cart-item i[data-icon-label] {
  position: relative;
}

#header .cart-item i[data-icon-label]::after {
  content: attr(data-icon-label);
  position: absolute;
  top: -11px;
  right: -11px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;

  background: #ed1c24;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(237, 28, 36, 0.25);
}

/* Search dropdown mobile */
#header #ux-search-dropdown {
  min-width: 270px;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.15);
}

#header .header-search-form-wrapper,
#header .searchform-wrapper,
#header .searchform {
  width: 100%;
}

#header .searchform .flex-row {
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: stretch;

  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 999px;
}

#header .searchform .flex-grow {
  display: flex;
  align-items: center;
}

#header .searchform .search-field {
  width: 100%;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0 13px;

  font-size: 13px;
  font-weight: 400;
  color: #111827;

  background: transparent;
  border: 0;
  box-shadow: none;
}

#header .searchform .search-field::placeholder {
  color: #8b93a1;
}

#header .searchform .search-field:focus {
  outline: none;
  box-shadow: none;
}

#header .searchform .ux-search-submit {
  width: 44px;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: #ed1c24;
  border: 0;
  border-radius: 0 999px 999px 0;
  box-shadow: none;
}

#header .searchform .ux-search-submit i {
  font-size: 18px;
  color: #fff;
}

/* Mobile: ẩn desktop */
#header .hide-for-medium {
  display: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 550px) {
  #header .header-inner {
    width: calc(100% - 28px) !important;
    min-height: 60px;
    height: 60px;
    padding: 0 14px !important;
    border-radius: 0 0 18px 18px;
  }

  #header #logo img {
    max-width: 145px;
    max-height: 42px;
  }

  #header .mobile-nav a,
  #header .mobile-nav .button {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }
}


/* =========================================================
   DESKTOP COMPACT
   ========================================================= */

@media (min-width: 850px) {
  #header .show-for-medium {
    display: none !important;
  }

  #header .hide-for-medium {
    display: flex !important;
  }

  #header .header-inner {
    width: calc(100% - 56px) !important;
    max-width: 1560px !important;
    min-height: 68px;
    height: 68px;
    margin: 0 auto !important;
    padding: 0 20px !important;

    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;

    background: #fff;
    border-top: 2px solid #ed1c24;
    border-radius: 0 0 20px 20px;
    box-shadow:
      0 10px 28px rgba(15, 23, 42, 0.10),
      0 2px 8px rgba(15, 23, 42, 0.05);
  }

  /* Logo desktop */
  #header #logo {
    order: 1;
    flex: 0 0 190px;
    max-width: 190px;
    height: 100%;
    margin: 0 !important;
    padding: 0 18px 0 0 !important;

    display: flex;
    align-items: center;

    border-right: 1px solid #d9dee7;
  }

  #header #logo a {
    display: flex;
    align-items: center;
  }

  #header #logo img {
    width: auto;
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
  }

  /* Menu desktop */
  #header .flex-left.hide-for-medium {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
  }

  #header .header-nav-main.nav-left {
    width: 100%;
    height: 100%;
    min-width: 0;
    margin: 0 !important;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;

    white-space: nowrap;
  }

  #header .header-nav-main.nav-left>li {
    position: relative;
    flex: 0 0 auto;
    height: 100%;
    margin: 0 !important;
    padding: 0 12px;

    display: flex;
    align-items: center;
  }

  #header .header-nav-main.nav-left>li:first-child {
    padding-left: 0;
  }

  #header .header-nav-main.nav-left>li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 1px;
    height: 24px;
    transform: translateY(-50%);

    background: #d9dee7;
  }

  #header .header-nav-main.nav-left>li>a {
    position: relative;
    height: 100%;
    min-height: 68px;
    padding: 0 !important;

    display: inline-flex;
    align-items: center;

    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #07111f;
  }

  #header .header-nav-main.nav-left>li>a:hover,
  #header .header-nav-main.nav-left>li.active>a,
  #header .header-nav-main.nav-left>li.current-menu-item>a,
  #header .header-nav-main.nav-left>li.current_page_item>a {
    color: #ed1c24;
  }

  /* Right desktop */
  #header .flex-right.hide-for-medium {
    order: 3;
    flex: 0 0 auto;
    height: 100%;
    margin-left: auto;

    display: flex !important;
    align-items: center;
  }

  #header .header-nav-main.nav-right {
    height: 100%;
    margin: 0 !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0;
  }

  #header .header-nav-main.nav-right>li {
    flex: 0 0 auto;
    margin: 0 !important;
  }

  /* Search desktop */
  #header .header-search-form {
    width: 260px;
    padding: 0 12px 0 0;
  }

  #header .header-search-form .searchform .flex-row {
    height: 42px;
    border: 1px solid #d8dde6;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
  }

  #header .header-search-form .searchform .flex-grow {
    position: relative;
    display: flex;
    align-items: center;
  }

  #header .header-search-form .searchform .flex-grow::before {
    content: "\e012";
    font-family: "fl-icons";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    font-size: 18px;
    color: #06101f;
    pointer-events: none;
  }

  #header .header-search-form .search-field {
    height: 42px;
    min-height: 42px;
    padding: 0 13px 0 44px;

    font-size: 13px;
    font-weight: 400;
    color: #111827;

    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #header .header-search-form .ux-search-submit {
    width: 48px;
    height: 42px;
    min-height: 42px;

    background: #ed1c24;
    border: 0;
    border-radius: 0 15px 15px 0;
  }

  #header .header-search-form .ux-search-submit:hover {
    background: #d9151d;
  }

  #header .header-search-form .ux-search-submit i {
    font-size: 19px;
    color: #fff;
  }

  /* Divider desktop */
  #header .header-nav-main.nav-right>.header-divider {
    width: 1px;
    height: 40px;
    margin: 0 12px;
    background: #d9dee7;
    border: 0;
  }

  /* Wishlist + cart desktop */
  #header .header-wishlist-icon .header-button,
  #header .cart-item .header-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .header-wishlist-icon a,
  #header .cart-item .header-cart-link {
    position: relative;
    width: 32px;
    height: 32px;
    min-height: 32px;
    margin: 0 !important;
    padding: 0 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #07111f;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #header .header-wishlist-icon a:hover,
  #header .cart-item .header-cart-link:hover {
    color: #ed1c24;
    background: transparent;
    box-shadow: none;
  }

  #header .header-wishlist-icon i,
  #header .cart-item i {
    font-size: 24px;
    line-height: 1;
    color: currentColor;
  }

  /* Wishlist badge */
  #header .header-wishlist-icon a::after {
    content: "0";
    position: absolute;
    top: -6px;
    right: -7px;

    min-width: 18px;
    height: 18px;
    padding: 0 5px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;

    background: #ed1c24;
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(237, 28, 36, 0.25);
  }

  #header .cart-item i[data-icon-label]::after {
    top: -12px;
    right: -12px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }

  #header .cart-item .nav-dropdown {
    margin-top: 12px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
  }
}


/* =========================================================
   DESKTOP NHỎ / LAPTOP: 850px - 1199px
   ========================================================= */

@media (min-width: 850px) and (max-width: 1199px) {
  #header .header-inner {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    min-height: 62px;
    height: 62px;
    padding: 0 14px !important;
    gap: 10px;
    border-radius: 0 0 18px 18px;
  }

  #header #logo {
    flex: 0 0 160px;
    max-width: 160px;
    padding-right: 12px !important;
  }

  #header #logo img {
    max-width: 125px;
    max-height: 40px;
  }

  #header .header-nav-main.nav-left>li {
    padding: 0 8px;
  }

  #header .header-nav-main.nav-left>li>a {
    min-height: 62px;
    font-size: 10.8px;
  }

  #header .header-nav-main.nav-left>li:not(:last-child)::after {
    height: 22px;
  }

  #header .header-nav-main.nav-left>li.active>a::after,
  #header .header-nav-main.nav-left>li.current-menu-item>a::after,
  #header .header-nav-main.nav-left>li.current_page_item>a::after {
    bottom: 13px;
    width: 42px;
  }

  #header .header-search-form {
    width: 210px;
    padding-right: 8px;
  }

  #header .header-search-form .searchform .flex-row,
  #header .header-search-form .search-field,
  #header .header-search-form .ux-search-submit {
    height: 38px;
    min-height: 38px;
  }

  #header .header-search-form .searchform .flex-grow::before {
    left: 13px;
    font-size: 16px;
  }

  #header .header-search-form .search-field {
    padding-left: 38px;
    font-size: 12.5px;
  }

  #header .header-search-form .ux-search-submit {
    width: 42px;
  }

  #header .header-search-form .ux-search-submit i {
    font-size: 17px;
  }

  #header .header-nav-main.nav-right>.header-divider {
    height: 36px;
    margin: 0 8px;
  }

  #header .header-wishlist-icon a,
  #header .cart-item .header-cart-link {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  #header .header-wishlist-icon i,
  #header .cart-item i {
    font-size: 22px;
  }
}


/* =========================================================
   DESKTOP LỚN: 1200px - 1399px
   ========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {
  #header .header-inner {
    width: calc(100% - 42px) !important;
    min-height: 66px;
    height: 66px;
    padding: 0 18px !important;
    gap: 12px;
  }

  #header #logo {
    flex-basis: 175px;
    max-width: 175px;
  }

  #header #logo img {
    max-width: 138px;
    max-height: 44px;
  }

  #header .header-nav-main.nav-left>li {
    padding: 0 10px;
  }

  #header .header-nav-main.nav-left>li>a {
    min-height: 66px;
    font-size: 11.5px;
  }

  #header .header-search-form {
    width: 235px;
  }

  #header .header-search-form .searchform .flex-row,
  #header .header-search-form .search-field,
  #header .header-search-form .ux-search-submit {
    height: 40px;
    min-height: 40px;
  }

  #header .header-search-form .ux-search-submit {
    width: 44px;
  }
}


/* =========================================================
   FIX XUNG ĐỘT FLATSOME
   ========================================================= */

#header .nav>li>a {
  opacity: 1;
}

#header .nav-divided>li+li>a::after {
  display: none !important;
}

#header .nav-uppercase>li>a {
  letter-spacing: 0;
}

#header .button,
#header button,
#header input {
  transition: all 0.2s ease;
}

#header .button.is-outline,
#header .button.circle {
  border-width: 0;
}

#header .current-dropdown .nav-dropdown,
#header .has-dropdown:hover .nav-dropdown {
  border-radius: 14px;
}

#header .header-nav-main,
#header .header-nav-main>li,
#header .header-nav-main>li>a {
  white-space: nowrap;
}

#header .flex-col,
#header .nav,
#header .nav>li,
#header .header-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Giữ line-height gọn, không làm header bị phình */
#header a,
#header button,
#header input {
  line-height: 1.2;
}

/* =========================================================
   CENLUX - ĐÁNH GIÁ KIỂM TRA / VẬT TƯ LINH KIỆN
   Full CSS replacement - Only class selectors
   Width desktop: 1200px
========================================================= */

.section.danh-gia-vat-tu {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  overflow: hidden;
}

.section.danh-gia-vat-tu,
.section.danh-gia-vat-tu * {
  box-sizing: border-box;
}

.section.danh-gia-vat-tu .section-bg {
  display: none !important;
}

.section.danh-gia-vat-tu .section-content {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* Reset Flatsome */
.section.danh-gia-vat-tu .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section.danh-gia-vat-tu .col {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  flex-basis: auto !important;
}

.section.danh-gia-vat-tu .col-inner {
  width: 100% !important;
}

/* Layout chính */
.section.danh-gia-vat-tu .section-content>.row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
}

/* Box chính */
.section.danh-gia-vat-tu .danh-gia>.col-inner,
.section.danh-gia-vat-tu .vat-tu>.col-inner {
  position: relative;
  width: 100% !important;
  min-height: 168px;
  padding: 52px 24px 22px !important;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Ribbon tiêu đề */
.section.danh-gia-vat-tu h2.uppercase {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  height: 36px;
  min-width: 190px;
  margin: 0 !important;
  padding: 0 36px 0 15px !important;
  background: linear-gradient(180deg, #ff1c22 0%, #d70009 100%);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 9px 0 0 0;
  box-shadow: 0 4px 9px rgba(210, 0, 0, 0.3);
}

/* Chấm trắng bên trái tiêu đề */
.section.danh-gia-vat-tu h2.uppercase::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: #ffffff;
  border-radius: 50%;
  flex: 0 0 auto;
}

/* Đầu nhọn ribbon */
.section.danh-gia-vat-tu h2.uppercase::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-top: 36px solid #d70009;
  border-right: 22px solid transparent;
}

/* Grid logo */
.section.danh-gia-vat-tu .row-small {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: center !important;
}

.section.danh-gia-vat-tu .row-small>.col {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

/* Nhóm đánh giá */
.section.danh-gia-vat-tu .danh-gia .row-small {
  min-height: 88px;
}

.section.danh-gia-vat-tu .danh-gia .row-small>.col {
  position: relative;
}

.section.danh-gia-vat-tu .danh-gia .row-small>.col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 54px;
  background: #dfdfdf;
  transform: translateY(-50%);
}

/* Nhóm vật tư */
.section.danh-gia-vat-tu .vat-tu .row-small+.row-small {
  margin-top: 12px !important;
}

/* Image wrapper */
.section.danh-gia-vat-tu .img {
  width: 100% !important;
  margin: 0 auto !important;
}

.section.danh-gia-vat-tu .img-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Logo chung */
.section.danh-gia-vat-tu .img-inner img {
  display: block !important;
  width: auto !important;
  max-width: 94% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.22s ease;
}

/* Logo đánh giá kiểm tra */
.section.danh-gia-vat-tu .danh-gia .img-inner {
  height: 90px !important;
  padding: 8px 16px !important;
}

.section.danh-gia-vat-tu .danh-gia .img-inner img {
  max-height: 72px !important;
}

/* Logo vật tư linh kiện */
.section.danh-gia-vat-tu .vat-tu .img-inner {
  height: 50px !important;
  padding: 3px 12px !important;
}

.section.danh-gia-vat-tu .vat-tu .img-inner img {
  max-height: 43px !important;
}

/* Hover zoom nhẹ, giữ nét */
.section.danh-gia-vat-tu .img-inner:hover img {
  transform: translateZ(0) scale(1.08);
}

/* Mobile */
@media (max-width: 479px) {
  .section.danh-gia-vat-tu {
    padding: 24px 0;
  }

  .section.danh-gia-vat-tu .section-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .section.danh-gia-vat-tu .section-content>.row {
    gap: 14px !important;
  }

  .section.danh-gia-vat-tu .danh-gia>.col-inner,
  .section.danh-gia-vat-tu .vat-tu>.col-inner {
    min-height: auto;
    padding: 48px 12px 18px !important;
  }

  .section.danh-gia-vat-tu h2.uppercase {
    height: 33px;
    min-width: 165px;
    padding: 0 30px 0 13px !important;
    font-size: 11px;
    border-radius: 8px 0 0 0;
  }

  .section.danh-gia-vat-tu h2.uppercase::before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }

  .section.danh-gia-vat-tu h2.uppercase::after {
    right: -20px;
    border-top-width: 33px;
    border-right-width: 20px;
  }

  .section.danh-gia-vat-tu .danh-gia .img-inner {
    height: 76px !important;
    padding: 6px 9px !important;
  }

  .section.danh-gia-vat-tu .danh-gia .img-inner img {
    max-height: 58px !important;
  }

  .section.danh-gia-vat-tu .vat-tu .img-inner {
    height: 42px !important;
    padding: 3px 7px !important;
  }

  .section.danh-gia-vat-tu .vat-tu .img-inner img {
    max-height: 34px !important;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .section.danh-gia-vat-tu .section-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .section.danh-gia-vat-tu .section-content>.row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* Desktop - bằng section 1200px phía trên */
@media (min-width: 1024px) {
  .section.danh-gia-vat-tu {
    padding: 32px 0;
  }

  .section.danh-gia-vat-tu .section-content {
    max-width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section.danh-gia-vat-tu .section-content>.row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }
}

/* Desktop lớn */
@media (min-width: 1280px) {
  .section.danh-gia-vat-tu .section-content {
    max-width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.quy-trinh-san-xuat {
  width: 100%;
  margin: 0 !important;
  padding: 18px 16px 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  color: #1f1f1f;
  box-sizing: border-box;
  overflow: hidden;
}

.quy-trinh-san-xuat * {
  box-sizing: border-box;
  font-family: inherit;
}

.quy-trinh-khung {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
}

.quy-trinh-tieu-de {
  position: relative;
  width: 100%;
  margin: 0 0 22px !important;
  padding: 0 0 0 16px !important;
}

.quy-trinh-tieu-de::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 46px;
  border-radius: 99px;
  background: #e82420;
}

.quy-trinh-tieu-de h2 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.35px;
  color: #171717;
  text-transform: uppercase;
}

.quy-trinh-tieu-de h2 span {
  color: #e82420;
}

.quy-trinh-tieu-de p {
  max-width: 560px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 400;
  color: #686868;
}

.quy-trinh-danh-sach {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.quy-trinh-the {
  position: relative;
  display: flex !important;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  margin: 0 !important;
  padding: 10px 10px 10px 9px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.065);
}

.quy-trinh-the::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 3;
  width: 6px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 8px 0 0 8px;
  background: #d91f1b;
}

.quy-trinh-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #ff2b27;
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 6px rgba(232, 36, 32, 0.15);
}

.quy-trinh-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #e82420;
}

.quy-trinh-noi-dung {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.quy-trinh-noi-dung span {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  color: #e82420;
}

.quy-trinh-noi-dung h3 {
  margin: 0 0 3px !important;
  padding: 0 !important;
  font-size: 11.2px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0.15px;
  color: #1c1c1c;
  text-transform: uppercase;
}

.quy-trinh-noi-dung p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11.3px;
  line-height: 1.2;
  font-weight: 400;
  color: #8a8a8a;
}

.quy-trinh-gia-tri {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.quy-trinh-gia-tri article {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  margin: 0 !important;
  padding: 9px 9px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.04);
}

.gia-tri-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(232, 36, 32, 0.38);
  background: #ffffff;
}

.gia-tri-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: #e82420;
}

.quy-trinh-gia-tri h4 {
  margin: 0 0 3px !important;
  padding: 0 !important;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  color: #1f1f1f;
}

.quy-trinh-gia-tri p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 400;
  color: #888888;
}

@media (min-width: 576px) {
  .quy-trinh-san-xuat {
    padding: 18px 20px 14px !important;
  }

  .quy-trinh-danh-sach {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quy-trinh-gia-tri {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .quy-trinh-san-xuat {
    padding: 18px 24px 14px !important;
  }

  .quy-trinh-tieu-de {
    margin-bottom: 24px !important;
  }

  .quy-trinh-danh-sach {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    column-gap: 26px;
    row-gap: 20px;
    margin-bottom: 12px !important;
  }

  .quy-trinh-the::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 1;
    width: 26px;
    height: 1px;
    transform: translateY(-50%);
    background: rgba(232, 36, 32, 0.28);
    pointer-events: none;
  }

  .quy-trinh-buoc-05::before,
  .quy-trinh-buoc-06::before {
    display: none;
  }

  .quy-trinh-gia-tri {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 1200px) {
  .quy-trinh-khung {
    max-width: 1200px;
  }
}

/* =========================================================
   CENLUX HEADER CUSTOM - COMPACT INTERNATIONAL STYLE
   Mobile first / Flatsome / WooCommerce
   ========================================================= */

#header,
#header * {
  box-sizing: border-box;
}

#header {
  position: relative;
  z-index: 9999;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

#header .header-wrapper,
#header #masthead,
#header .header-main {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#header .header-bg-container,
#header .header-bg-image,
#header .header-bg-color,
#header .top-divider {
  display: none !important;
}

/* =========================================================
   STICKY FIX - KHÔNG BỊ CÁCH LỀ TRÊN
   ========================================================= */

#header .header-wrapper.stuck,
#header.stuck .header-wrapper,
.header-wrapper.stuck {
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Mobile preview khi đang đăng nhập admin */
@media (max-width: 849px) {
  html {
    margin-top: 0 !important;
  }

  body.admin-bar {
    padding-top: 0 !important;
  }

  body.admin-bar #wpadminbar {
    display: none !important;
  }

  body.admin-bar #header .header-wrapper.stuck,
  body.admin-bar #header.stuck .header-wrapper,
  body.admin-bar .header-wrapper.stuck {
    top: 0 !important;
  }

  #header .header-wrapper.stuck {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
}

/* Desktop khi đăng nhập admin vẫn nằm dưới admin bar */
@media (min-width: 850px) {

  body.admin-bar #header .header-wrapper.stuck,
  body.admin-bar #header.stuck .header-wrapper,
  body.admin-bar .header-wrapper.stuck {
    top: 32px !important;
  }
}

/* =========================================================
   MOBILE FIRST
   ========================================================= */

#header .header-inner {
  width: calc(100% - 18px) !important;
  max-width: none !important;
  min-height: 56px;
  height: 56px;
  margin: 0 auto !important;
  padding: 0 10px !important;

  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  background: #fff;
  border-top: 2px solid #ed1c24;
  border-radius: 0 0 16px 16px;
  box-shadow:
    0 8px 22px rgba(15, 23, 42, 0.10),
    0 2px 8px rgba(15, 23, 42, 0.05);
}

/* Logo mobile */
#header #logo {
  order: 2;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}

#header #logo a {
  display: flex;
  align-items: center;
  line-height: 1;
}

#header #logo img {
  display: block;
  width: auto;
  max-width: 132px;
  max-height: 40px;
  object-fit: contain;
}

/* Mobile left / right */
#header .show-for-medium.flex-left {
  order: 1;
  flex: 0 0 auto;
}

#header .show-for-medium.flex-right {
  order: 3;
  flex: 0 0 auto;
}

#header .mobile-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
}

#header .mobile-nav>li {
  margin: 0 !important;
}

#header .mobile-nav a,
#header .mobile-nav .button {
  width: 36px;
  height: 36px;
  min-height: 36px;
  margin: 0 !important;
  padding: 0 !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #07111f;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: none;
}

#header .mobile-nav a:hover,
#header .mobile-nav .button:hover {
  color: #ed1c24;
  background: #fff;
}

#header .mobile-nav i {
  font-size: 21px;
  line-height: 1;
  color: currentColor;
}

/* Cart badge mobile */
#header .cart-item i[data-icon-label] {
  position: relative;
}

#header .cart-item i[data-icon-label]::after {
  content: attr(data-icon-label);
  position: absolute;
  top: -11px;
  right: -11px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;

  background: #ed1c24;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(237, 28, 36, 0.25);
}

/* Search dropdown mobile */
#header #ux-search-dropdown {
  min-width: 270px;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.15);
}

#header .header-search-form-wrapper,
#header .searchform-wrapper,
#header .searchform {
  width: 100%;
}

#header .searchform .flex-row {
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: stretch;

  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 999px;
}

#header .searchform .flex-grow {
  display: flex;
  align-items: center;
}

#header .searchform .search-field {
  width: 100%;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0 13px;

  font-size: 13px;
  font-weight: 400;
  color: #111827;

  background: transparent;
  border: 0;
  box-shadow: none;
}

#header .searchform .search-field::placeholder {
  color: #8b93a1;
}

#header .searchform .search-field:focus {
  outline: none;
  box-shadow: none;
}

#header .searchform .ux-search-submit {
  width: 44px;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: #ed1c24;
  border: 0;
  border-radius: 0 999px 999px 0;
  box-shadow: none;
}

#header .searchform .ux-search-submit i {
  font-size: 18px;
  color: #fff;
}

/* Mobile: ẩn desktop */
#header .hide-for-medium {
  display: none !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 550px) {
  #header .header-inner {
    width: calc(100% - 28px) !important;
    min-height: 60px;
    height: 60px;
    padding: 0 14px !important;
    border-radius: 0 0 18px 18px;
  }

  #header #logo img {
    max-width: 145px;
    max-height: 42px;
  }

  #header .mobile-nav a,
  #header .mobile-nav .button {
    width: 38px;
    height: 38px;
    min-height: 38px;
  }
}

/* =========================================================
   DESKTOP COMPACT
   ========================================================= */

@media (min-width: 850px) {
  #header .show-for-medium {
    display: none !important;
  }

  #header .hide-for-medium {
    display: flex !important;
  }

  #header .header-inner {
    width: calc(100% - 56px) !important;
    max-width: 1560px !important;
    min-height: 68px;
    height: 68px;
    margin: 0 auto !important;
    padding: 0 20px !important;

    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;

    background: #fff;
    border-top: 2px solid #ed1c24;
    border-radius: 0 0 20px 20px;
    box-shadow:
      0 10px 28px rgba(15, 23, 42, 0.10),
      0 2px 8px rgba(15, 23, 42, 0.05);
  }

  /* Logo desktop */
  #header #logo {
    order: 1;
    flex: 0 0 190px;
    max-width: 190px;
    height: 100%;
    margin: 0 !important;
    padding: 0 18px 0 0 !important;

    display: flex;
    align-items: center;

    border-right: 1px solid #d9dee7;
  }

  #header #logo a {
    display: flex;
    align-items: center;
  }

  #header #logo img {
    width: auto;
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
  }

  /* Menu desktop */
  #header .flex-left.hide-for-medium {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
  }

  #header .header-nav-main.nav-left {
    width: 100%;
    height: 100%;
    min-width: 0;
    margin: 0 !important;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;

    white-space: nowrap;
  }

  #header .header-nav-main.nav-left>li {
    position: relative;
    flex: 0 0 auto;
    height: 100%;
    margin: 0 !important;
    padding: 0 12px;

    display: flex;
    align-items: center;
  }

  #header .header-nav-main.nav-left>li:first-child {
    padding-left: 0;
  }

  #header .header-nav-main.nav-left>li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;

    width: 1px;
    height: 24px;
    transform: translateY(-50%);

    background: #d9dee7;
  }

  #header .header-nav-main.nav-left>li>a {
    position: relative;
    height: 100%;
    min-height: 68px;
    padding: 0 !important;

    display: inline-flex;
    align-items: center;

    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #07111f;
  }

  #header .header-nav-main.nav-left>li>a:hover,
  #header .header-nav-main.nav-left>li.active>a,
  #header .header-nav-main.nav-left>li.current-menu-item>a,
  #header .header-nav-main.nav-left>li.current_page_item>a {
    color: #ed1c24;
  }

  /* Right desktop */
  #header .flex-right.hide-for-medium {
    order: 3;
    flex: 0 0 auto;
    height: 100%;
    margin-left: auto;

    display: flex !important;
    align-items: center;
  }

  #header .header-nav-main.nav-right {
    height: 100%;
    margin: 0 !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0;
  }

  #header .header-nav-main.nav-right>li {
    flex: 0 0 auto;
    margin: 0 !important;
  }

  /* Search desktop */
  #header .header-search-form {
    width: 260px;
    padding: 0 12px 0 0;
  }

  #header .header-search-form .searchform .flex-row {
    height: 42px;
    border: 1px solid #d8dde6;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
  }

  #header .header-search-form .searchform .flex-grow {
    position: relative;
    display: flex;
    align-items: center;
  }

  #header .header-search-form .searchform .flex-grow::before {
    content: "\e012";
    font-family: "fl-icons";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    font-size: 18px;
    color: #06101f;
    pointer-events: none;
  }

  #header .header-search-form .search-field {
    height: 42px;
    min-height: 42px;
    padding: 0 13px 0 44px;

    font-size: 13px;
    font-weight: 400;
    color: #111827;

    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #header .header-search-form .ux-search-submit {
    width: 48px;
    height: 42px;
    min-height: 42px;

    background: #ed1c24;
    border: 0;
    border-radius: 0 15px 15px 0;
  }

  #header .header-search-form .ux-search-submit:hover {
    background: #d9151d;
  }

  #header .header-search-form .ux-search-submit i {
    font-size: 19px;
    color: #fff;
  }

  /* Divider desktop */
  #header .header-nav-main.nav-right>.header-divider {
    width: 1px;
    height: 40px;
    margin: 0 12px;
    background: #d9dee7;
    border: 0;
  }

  /* Wishlist + cart desktop */
  #header .header-wishlist-icon .header-button,
  #header .cart-item .header-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .header-wishlist-icon a,
  #header .cart-item .header-cart-link {
    position: relative;
    width: 32px;
    height: 32px;
    min-height: 32px;
    margin: 0 !important;
    padding: 0 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #07111f;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #header .header-wishlist-icon a:hover,
  #header .cart-item .header-cart-link:hover {
    color: #ed1c24;
    background: transparent;
    box-shadow: none;
  }

  #header .header-wishlist-icon i,
  #header .cart-item i {
    font-size: 24px;
    line-height: 1;
    color: currentColor;
  }

  /* Wishlist badge */
  #header .header-wishlist-icon a::after {
    content: "0";
    position: absolute;
    top: -6px;
    right: -7px;

    min-width: 18px;
    height: 18px;
    padding: 0 5px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;

    background: #ed1c24;
    border-radius: 999px;
    box-shadow: 0 3px 8px rgba(237, 28, 36, 0.25);
  }

  #header .cart-item i[data-icon-label]::after {
    top: -12px;
    right: -12px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }

  #header .cart-item .nav-dropdown {
    margin-top: 12px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
  }
}

/* =========================================================
   DESKTOP NHỎ / LAPTOP: 850px - 1199px
   ========================================================= */

@media (min-width: 850px) and (max-width: 1199px) {
  #header .header-inner {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    min-height: 62px;
    height: 62px;
    padding: 0 14px !important;
    gap: 10px;
    border-radius: 0 0 18px 18px;
  }

  #header #logo {
    flex: 0 0 160px;
    max-width: 160px;
    padding-right: 12px !important;
  }

  #header #logo img {
    max-width: 125px;
    max-height: 40px;
  }

  #header .header-nav-main.nav-left>li {
    padding: 0 8px;
  }

  #header .header-nav-main.nav-left>li>a {
    min-height: 62px;
    font-size: 10.8px;
  }

  #header .header-nav-main.nav-left>li:not(:last-child)::after {
    height: 22px;
  }

  #header .header-nav-main.nav-left>li.active>a::after,
  #header .header-nav-main.nav-left>li.current-menu-item>a::after,
  #header .header-nav-main.nav-left>li.current_page_item>a::after {
    bottom: 13px;
    width: 42px;
  }

  #header .header-search-form {
    width: 210px;
    padding-right: 8px;
  }

  #header .header-search-form .searchform .flex-row,
  #header .header-search-form .search-field,
  #header .header-search-form .ux-search-submit {
    height: 38px;
    min-height: 38px;
  }

  #header .header-search-form .searchform .flex-grow::before {
    left: 13px;
    font-size: 16px;
  }

  #header .header-search-form .search-field {
    padding-left: 38px;
    font-size: 12.5px;
  }

  #header .header-search-form .ux-search-submit {
    width: 42px;
  }

  #header .header-search-form .ux-search-submit i {
    font-size: 17px;
  }

  #header .header-nav-main.nav-right>.header-divider {
    height: 36px;
    margin: 0 8px;
  }

  #header .header-wishlist-icon a,
  #header .cart-item .header-cart-link {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  #header .header-wishlist-icon i,
  #header .cart-item i {
    font-size: 22px;
  }
}

/* =========================================================
   DESKTOP LỚN: 1200px - 1399px
   ========================================================= */

@media (min-width: 1200px) and (max-width: 1399px) {
  #header .header-inner {
    width: calc(100% - 42px) !important;
    min-height: 66px;
    height: 66px;
    padding: 0 18px !important;
    gap: 12px;
  }

  #header #logo {
    flex-basis: 175px;
    max-width: 175px;
  }

  #header #logo img {
    max-width: 138px;
    max-height: 44px;
  }

  #header .header-nav-main.nav-left>li {
    padding: 0 10px;
  }

  #header .header-nav-main.nav-left>li>a {
    min-height: 66px;
    font-size: 11.5px;
  }

  #header .header-search-form {
    width: 235px;
  }

  #header .header-search-form .searchform .flex-row,
  #header .header-search-form .search-field,
  #header .header-search-form .ux-search-submit {
    height: 40px;
    min-height: 40px;
  }

  #header .header-search-form .ux-search-submit {
    width: 44px;
  }
}

/* =========================================================
   FIX XUNG ĐỘT FLATSOME
   ========================================================= */

#header .nav>li>a {
  opacity: 1;
}

#header .nav-divided>li+li>a::after {
  display: none !important;
}

#header .nav-uppercase>li>a {
  letter-spacing: 0;
}

#header .button,
#header button,
#header input {
  transition: all 0.2s ease;
}

#header .button.is-outline,
#header .button.circle {
  border-width: 0;
}

#header .current-dropdown .nav-dropdown,
#header .has-dropdown:hover .nav-dropdown {
  border-radius: 14px;
}

#header .header-nav-main,
#header .header-nav-main>li,
#header .header-nav-main>li>a {
  white-space: nowrap;
}

#header .flex-col,
#header .nav,
#header .nav>li,
#header .header-button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Giữ line-height gọn, không làm header bị phình */
#header a,
#header button,
#header input {
  line-height: 1.2;
}



/* =========================================================
   CENLUX - ĐÁNH GIÁ / VẬT TƯ + QUY TRÌNH
   Bản sửa: liền mạch + hình tròn đỏ hồng bên phải không bị cắt
========================================================= */

/* =========================================================
   SECTION ĐÁNH GIÁ / VẬT TƯ
========================================================= */

.section.danh-gia-vat-tu {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 18px 0 34px !important;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  overflow: hidden;
}

.section.danh-gia-vat-tu,
.section.danh-gia-vat-tu * {
  box-sizing: border-box;
}

.section.danh-gia-vat-tu .section-bg {
  display: none !important;
}

.section.danh-gia-vat-tu .section-content {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Reset Flatsome */
.section.danh-gia-vat-tu .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section.danh-gia-vat-tu .col {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  flex-basis: auto !important;
}

.section.danh-gia-vat-tu .col-inner {
  width: 100% !important;
}

/* Layout chính */
.section.danh-gia-vat-tu .section-content>.row {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
}

/* Box chính */
.section.danh-gia-vat-tu .danh-gia>.col-inner,
.section.danh-gia-vat-tu .vat-tu>.col-inner {
  position: relative;
  width: 100% !important;
  min-height: 168px;
  padding: 52px 24px 22px !important;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  overflow: hidden;
}

/* Ribbon tiêu đề */
.section.danh-gia-vat-tu h2.uppercase {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  height: 36px;
  min-width: 190px;
  margin: 0 !important;
  padding: 0 36px 0 15px !important;
  background: linear-gradient(180deg, #ff1c22 0%, #d70009 100%);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 13px 0 0 0;
  box-shadow: 0 4px 9px rgba(210, 0, 0, 0.3);
}

.section.danh-gia-vat-tu h2.uppercase::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 7px;
  background: #ffffff;
  border-radius: 50%;
  flex: 0 0 auto;
}

.section.danh-gia-vat-tu h2.uppercase::after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0;
  height: 0;
  border-top: 36px solid #d70009;
  border-right: 22px solid transparent;
}

/* Grid logo */
.section.danh-gia-vat-tu .row-small {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: center !important;
}

.section.danh-gia-vat-tu .row-small>.col {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

/* Nhóm đánh giá */
.section.danh-gia-vat-tu .danh-gia .row-small {
  min-height: 88px;
}

.section.danh-gia-vat-tu .danh-gia .row-small>.col {
  position: relative;
}

.section.danh-gia-vat-tu .danh-gia .row-small>.col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 54px;
  background: #dfdfdf;
  transform: translateY(-50%);
}

/* Nhóm vật tư */
.section.danh-gia-vat-tu .vat-tu .row-small+.row-small {
  margin-top: 12px !important;
}

/* Image wrapper */
.section.danh-gia-vat-tu .img {
  width: 100% !important;
  margin: 0 auto !important;
}

.section.danh-gia-vat-tu .img-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* Logo chung */
.section.danh-gia-vat-tu .img-inner img {
  display: block !important;
  width: auto !important;
  max-width: 94% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.22s ease;
}

/* Logo đánh giá kiểm tra */
.section.danh-gia-vat-tu .danh-gia .img-inner {
  height: 90px !important;
  padding: 8px 16px !important;
}

.section.danh-gia-vat-tu .danh-gia .img-inner img {
  max-height: 72px !important;
}

/* Logo vật tư linh kiện */
.section.danh-gia-vat-tu .vat-tu .img-inner {
  height: 50px !important;
  padding: 3px 12px !important;
}

.section.danh-gia-vat-tu .vat-tu .img-inner img {
  max-height: 43px !important;
}

.section.danh-gia-vat-tu .img-inner:hover img {
  transform: translateZ(0) scale(1.08);
}

/* =========================================================
   QUY TRÌNH SẢN XUẤT
========================================================= */

.quy-trinh-san-xuat {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 42px 16px 14px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  color: #1f1f1f;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}

.quy-trinh-san-xuat,
.quy-trinh-san-xuat * {
  box-sizing: border-box;
  font-family: inherit;
}

.quy-trinh-khung {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 2;
}

/* Lớp nền nhẹ liên kết tổng thể */
.quy-trinh-san-xuat::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: min(1200px, calc(100% - 24px));
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.32) 100%);
  border-radius: 24px 24px 0 0;
  pointer-events: none;
}

/* Hình tròn đỏ hồng bên phải - sửa để không bị cắt */
.quy-trinh-san-xuat::after {
  content: "";
  position: absolute;
  right: 48px;
  top: 132px;
  z-index: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(232, 36, 32, 0.055);
  pointer-events: none;
}

.quy-trinh-tieu-de,
.quy-trinh-danh-sach,
.quy-trinh-gia-tri {
  position: relative;
  z-index: 2;
}

.quy-trinh-tieu-de {
  position: relative;
  width: 100%;
  margin: 0 0 22px !important;
  padding: 0 0 0 16px !important;
}

.quy-trinh-tieu-de::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 46px;
  border-radius: 99px;
  background: #e82420;
}

.quy-trinh-tieu-de h2 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.35px;
  color: #171717;
  text-transform: uppercase;
}

.quy-trinh-tieu-de h2 span {
  color: #e82420;
}

.quy-trinh-tieu-de p {
  max-width: 560px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 400;
  color: #686868;
}

.quy-trinh-tieu-de p:empty {
  display: none;
}

.quy-trinh-danh-sach {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.quy-trinh-the {
  position: relative;
  display: flex !important;
  align-items: center;
  min-width: 0;
  min-height: 72px;
  margin: 0 !important;
  padding: 10px 10px 10px 9px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.065);
}

.quy-trinh-the::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 3;
  width: 6px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 8px 0 0 8px;
  background: #d91f1b;
}

.quy-trinh-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #ff2b27;
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 6px rgba(232, 36, 32, 0.15);
}

.quy-trinh-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #e82420;
}

.quy-trinh-noi-dung {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.quy-trinh-noi-dung span {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  color: #e82420;
}

.quy-trinh-noi-dung h3 {
  margin: 0 0 3px !important;
  padding: 0 !important;
  font-size: 11.2px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0.15px;
  color: #1c1c1c;
  text-transform: uppercase;
}

.quy-trinh-noi-dung p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11.3px;
  line-height: 1.2;
  font-weight: 400;
  color: #8a8a8a;
}

.quy-trinh-noi-dung p:empty {
  display: none;
}

.quy-trinh-gia-tri {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.quy-trinh-gia-tri article {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  margin: 0 !important;
  padding: 9px 9px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 11px;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.04);
}

.gia-tri-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(232, 36, 32, 0.38);
  background: #ffffff;
}

.gia-tri-icon svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: #e82420;
}

.quy-trinh-gia-tri h4 {
  margin: 0 0 3px !important;
  padding: 0 !important;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  color: #1f1f1f;
}

.quy-trinh-gia-tri p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 400;
  color: #888888;
}

.quy-trinh-gia-tri p:empty {
  display: none;
}

/* =========================================================
   TABLET
========================================================= */

@media (min-width: 576px) {
  .quy-trinh-san-xuat {
    padding: 42px 20px 14px !important;
  }

  .quy-trinh-danh-sach {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quy-trinh-gia-tri {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .section.danh-gia-vat-tu .section-content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .section.danh-gia-vat-tu .section-content>.row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {
  .quy-trinh-san-xuat {
    padding: 46px 24px 16px !important;
  }

  .quy-trinh-tieu-de {
    margin-bottom: 24px !important;
  }

  .quy-trinh-danh-sach {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    column-gap: 26px;
    row-gap: 20px;
    margin-bottom: 12px !important;
  }

  .quy-trinh-the::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 1;
    width: 26px;
    height: 1px;
    transform: translateY(-50%);
    background: rgba(232, 36, 32, 0.28);
    pointer-events: none;
  }

  .quy-trinh-buoc-05::before,
  .quy-trinh-buoc-06::before {
    display: none;
  }

  .quy-trinh-gia-tri {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 1024px) {
  .section.danh-gia-vat-tu {
    padding: 18px 0 38px !important;
  }

  .section.danh-gia-vat-tu .section-content {
    max-width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section.danh-gia-vat-tu .section-content>.row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }
}

@media (min-width: 1200px) {

  .quy-trinh-khung,
  .section.danh-gia-vat-tu .section-content {
    max-width: 1200px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .quy-trinh-san-xuat::after {
    width: 190px;
    height: 190px;
    right: -20px;
    top: 180px;
    opacity: 0.8;
  }
}

@media (max-width: 575px) {
  .quy-trinh-san-xuat {
    padding: 32px 12px 12px !important;
  }

  .quy-trinh-san-xuat::before {
    width: calc(100% - 24px);
    border-radius: 18px 18px 0 0;
  }

  .quy-trinh-san-xuat::after {
    width: 150px;
    height: 150px;
    right: -18px;
    top: 210px;
    opacity: 0.65;
  }

  .section.danh-gia-vat-tu {
    padding: 14px 0 30px !important;
  }
}

@media (max-width: 479px) {
  .section.danh-gia-vat-tu .section-content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .section.danh-gia-vat-tu .section-content>.row {
    gap: 14px !important;
  }

  .section.danh-gia-vat-tu .danh-gia>.col-inner,
  .section.danh-gia-vat-tu .vat-tu>.col-inner {
    min-height: auto;
    padding: 48px 12px 18px !important;
    border-radius: 12px;
  }

  .section.danh-gia-vat-tu h2.uppercase {
    height: 33px;
    min-width: 165px;
    padding: 0 30px 0 13px !important;
    font-size: 11px;
    border-radius: 11px 0 0 0;
  }

  .section.danh-gia-vat-tu h2.uppercase::before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }

  .section.danh-gia-vat-tu h2.uppercase::after {
    right: -20px;
    border-top-width: 33px;
    border-right-width: 20px;
  }

  .section.danh-gia-vat-tu .danh-gia .img-inner {
    height: 76px !important;
    padding: 6px 9px !important;
  }

  .section.danh-gia-vat-tu .danh-gia .img-inner img {
    max-height: 58px !important;
  }

  .section.danh-gia-vat-tu .vat-tu .img-inner {
    height: 42px !important;
    padding: 3px 7px !important;
  }

  .section.danh-gia-vat-tu .vat-tu .img-inner img {
    max-height: 34px !important;
  }
}




/* ===============================
   GIỚI THIỆU CÔNG TY - CENLUX
   CHỈ DÙNG CLASS - RESPONSIVE
================================ */

.section.gioi-thieu {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 40px !important;
  padding-bottom: 42px !important;
  background:
    radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.08) 1px, transparent 1.6px) right 28px bottom 54px / 10px 10px no-repeat,
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.section.gioi-thieu .section-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.section.gioi-thieu .row {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section.gioi-thieu .cong-ty {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.section.gioi-thieu .tam-nhin {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 28px !important;
}

.section.gioi-thieu .cong-ty>.col,
.section.gioi-thieu .tam-nhin>.col {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

/* ===============================
   TEXT BÊN TRÁI
================================ */

.section.gioi-thieu .cty-text {
  position: relative;
  z-index: 4;
}

.section.gioi-thieu .cty-text .col-inner {
  max-width: 560px;
  padding: 0 !important;
}

.section.gioi-thieu .cty-text .uppercase {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  padding: 0 0 12px 22px;
  color: #202020;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.28em;
}

.section.gioi-thieu .cty-text .uppercase::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 4px;
  height: 24px;
  background: #e30613;
  border-radius: 20px;
}

.section.gioi-thieu .cty-text .uppercase::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: #e30613;
  border-radius: 20px;
}

.section.gioi-thieu .cty-text .col-inner>p {
  margin: 0;
}

.section.gioi-thieu .cty-title {
  max-width: 520px;
  margin: 0 0 17px !important;
  color: #202020;
  font-size: clamp(18px, 1.85vw, 20px);
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section.gioi-thieu .cty-title span {
  display: inline-block;
  color: #e30613;
  font-size: clamp(30px, 2.9vw, 30px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.055em;
  margin-right: 5px;
}

.section.gioi-thieu .cty-text .col-inner>p:not(.cty-title) {
  max-width: 550px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

/* ===============================
   ẢNH BÊN PHẢI - CHỈ BO GÓC NHẸ
================================ */

.section.gioi-thieu .cty-img {
  position: relative;
}

.section.gioi-thieu .cty-img .col-inner {
  padding: 0 !important;
}

.section.gioi-thieu .cty-img .img {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

.section.gioi-thieu .cty-img .img::before,
.section.gioi-thieu .cty-img .img::after,
.section.gioi-thieu .cty-img .img-inner::before,
.section.gioi-thieu .cty-img .img-inner::after {
  display: none !important;
  content: none !important;
}

.section.gioi-thieu .cty-img .img-inner {
  overflow: hidden !important;
  border-radius: 14px !important;
  clip-path: none !important;
  box-shadow: none !important;
}

.section.gioi-thieu .cty-img .img-inner img {
  display: block;
  width: 100%;
  height: clamp(285px, 24vw, 345px);
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
}

/* ===============================
   CARD BÊN DƯỚI
================================ */

.section.gioi-thieu .tam-nhin>.col .col-inner {
  position: relative;
  height: 100%;
}

.section.gioi-thieu .tam-nhin .icon-box {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  min-height: 200px;
  padding: 22px 18px 38px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.065);
  border-radius: 13px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.section.gioi-thieu .tam-nhin .icon-box:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 6, 19, 0.2);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.section.gioi-thieu .tam-nhin .icon-box-img {
  flex: 0 0 44px;
  width: 44px !important;
  max-width: 44px !important;
  margin: 0 !important;
}

.section.gioi-thieu .tam-nhin .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border: 1px solid rgba(227, 6, 19, 0.2);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(227, 6, 19, 0.08);
}

.section.gioi-thieu .tam-nhin .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.gioi-thieu .tam-nhin .icon-inner img {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
}

.section.gioi-thieu .tam-nhin .icon-box-text {
  position: relative;
  z-index: 3;
  padding: 0 !important;
}

.section.gioi-thieu .tam-nhin .icon-box-text h3 {
  margin: 0 0 12px;
  color: #e30613;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.section.gioi-thieu .tam-nhin .icon-box-text h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 8px;
  background: #e30613;
  border-radius: 20px;
}

.section.gioi-thieu .tam-nhin .icon-box-text p {
  margin: 0;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
}

.section.gioi-thieu .tam-nhin .icon-box-text hr,
.section.gioi-thieu .tam-nhin .icon-box-text h2 {
  display: none !important;
}

.section.gioi-thieu .tam-nhin .icon-box-text ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section.gioi-thieu .tam-nhin .icon-box-text li {
  position: relative;
  margin: 0;
  padding-left: 15px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.section.gioi-thieu .tam-nhin .icon-box-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border: 1.5px solid #e30613;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* ===============================
   DESKTOP
================================ */

@media (min-width: 992px) {
  .section.gioi-thieu {
    padding-top: 36px !important;
    padding-bottom: 42px !important;
  }

  .section.gioi-thieu .section-content {
    padding: 0 30px;
  }

  .section.gioi-thieu .cong-ty {
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
    gap: 42px;
    align-items: start;
  }

  .section.gioi-thieu .cty-text {
    padding-top: 20px !important;
  }

  .section.gioi-thieu .tam-nhin {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px !important;
  }

  .section.gioi-thieu .tam-nhin>.col:nth-child(3) .icon-box-text ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
  }
}

/* ===============================
   TABLET
================================ */

@media (min-width: 768px) and (max-width: 991px) {
  .section.gioi-thieu {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .section.gioi-thieu .section-content {
    padding: 0 22px;
  }

  .section.gioi-thieu .cong-ty {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .section.gioi-thieu .cty-title {
    max-width: 460px;
    font-size: 20px;
    line-height: 1.24;
  }

  .section.gioi-thieu .cty-title span {
    font-size: 34px;
  }

  .section.gioi-thieu .cty-img .img-inner img {
    height: 300px;
  }

  .section.gioi-thieu .tam-nhin {
    gap: 14px;
    margin-top: 34px !important;
  }

  .section.gioi-thieu .tam-nhin .icon-box {
    min-height: 185px;
  }
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {
  .section.gioi-thieu {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }

  .section.gioi-thieu .section-content {
    padding: 0 14px;
  }

  .section.gioi-thieu .cong-ty {
    gap: 20px;
  }

  .section.gioi-thieu .cty-text .col-inner {
    max-width: 100%;
  }

  .section.gioi-thieu .cty-text .uppercase {
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 10.5px;
    letter-spacing: 0.2em;
  }

  .section.gioi-thieu .cty-text .uppercase::before {
    height: 22px;
  }

  .section.gioi-thieu .cty-text .uppercase::after {
    left: 18px;
    width: 44px;
  }

  .section.gioi-thieu .cty-title {
    max-width: 100%;
    margin-bottom: 14px !important;
    font-size: clamp(17px, 4.8vw, 22px);
    line-height: 1.25;
  }

  .section.gioi-thieu .cty-title span {
    font-size: clamp(28px, 8.2vw, 36px);
    margin-right: 4px;
  }

  .section.gioi-thieu .cty-text .col-inner>p:not(.cty-title) {
    font-size: 12.5px;
    line-height: 1.7;
  }

  .section.gioi-thieu .cty-img .img,
  .section.gioi-thieu .cty-img .img-inner,
  .section.gioi-thieu .cty-img .img-inner img {
    border-radius: 12px !important;
  }

  .section.gioi-thieu .cty-img .img-inner img {
    height: auto;
    aspect-ratio: 16 / 10.5;
  }

  .section.gioi-thieu .tam-nhin {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px !important;
  }

  .section.gioi-thieu .tam-nhin .icon-box {
    display: block !important;
    min-height: 210px;
    padding: 14px 11px 34px;
    border-radius: 12px;
  }

  .section.gioi-thieu .tam-nhin .icon-box-img {
    width: 38px !important;
    max-width: 38px !important;
    margin: 0 0 10px !important;
  }

  .section.gioi-thieu .tam-nhin .icon {
    width: 38px;
    height: 38px;
  }

  .section.gioi-thieu .tam-nhin .icon-inner img {
    width: 22px !important;
    height: 22px !important;
  }

  .section.gioi-thieu .tam-nhin .icon-box-text h3 {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .section.gioi-thieu .tam-nhin .icon-box-text h3::after {
    width: 28px;
    margin-top: 7px;
  }

  .section.gioi-thieu .tam-nhin .icon-box-text p,
  .section.gioi-thieu .tam-nhin .icon-box-text li {
    font-size: 10.8px;
    line-height: 1.55;
  }
}

/* ===============================
   MOBILE NHỎ
================================ */

@media (max-width: 420px) {
  .section.gioi-thieu .tam-nhin {
    grid-template-columns: 1fr;
  }

  .section.gioi-thieu .tam-nhin .icon-box {
    min-height: auto;
  }
}






/* =========================================================
   CENLUX - KHÁCH HÀNG / SIGNATURE LOGO WALL
   Mobile 3 logos per row / Only class selectors
========================================================= */

.section.khach-hang {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 54px 0 62px !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 10% 18%, rgba(232, 36, 32, 0.10) 0 110px, transparent 112px),
    radial-gradient(circle at 92% 22%, rgba(232, 36, 32, 0.08) 0 150px, transparent 152px),
    radial-gradient(circle at 50% 108%, rgba(0, 0, 0, 0.055) 0 220px, transparent 222px),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.section.khach-hang,
.section.khach-hang * {
  box-sizing: border-box;
}

.section.khach-hang::before {
  content: "";
  position: absolute;
  inset: 24px auto auto 50%;
  z-index: 0;
  width: min(980px, 86vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(232, 36, 32, 0.34), transparent);
  pointer-events: none;
}

.section.khach-hang::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  z-index: 0;
  width: 190px;
  height: 190px;
  background: linear-gradient(135deg, #e82420 0%, #b70d0a 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.92;
  pointer-events: none;
}

.section.khach-hang .section-bg {
  display: none !important;
}

.section.khach-hang .section-content {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 0 14px !important;
}

/* Reset Flatsome */
.section.khach-hang .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section.khach-hang .col {
  width: 100% !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.section.khach-hang .col-inner {
  width: 100% !important;
}

/* ===============================
   TITLE
================================ */

.section.khach-hang .khach-hang-text {
  margin: 0 0 34px !important;
}

.section.khach-hang .khach-hang-text .col-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  min-height: 54px;
  padding-left: 20px !important;
}

.section.khach-hang .khach-hang-text .col-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 42px;
  background: #e82420;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(232, 36, 32, 0.08);
}

.section.khach-hang .khach-hang-text .col-inner::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: linear-gradient(90deg, #e82420, rgba(232, 36, 32, 0));
  border-radius: 999px;
}

.section.khach-hang h2.uppercase {
  position: relative;
  margin: 0 !important;
  padding: 0 0 12px !important;
  color: #2c2c2c;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ===============================
   LOGO WALL
================================ */

.section.khach-hang .khach-hang-img {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: center !important;
  justify-items: center !important;
  margin: 0 !important;
}

.section.khach-hang .khach-hang-img+.khach-hang-img {
  margin-top: 12px !important;
}

.section.khach-hang .khach-hang-img>.col {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

/* Tile logo */
.section.khach-hang .khach-hang-img .col-inner {
  position: relative;
  min-height: 78px;
  padding: 10px 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(20, 20, 20, 0.065);
  border-radius: 22px;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.section.khach-hang .khach-hang-img .col-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(232, 36, 32, 0.13), transparent 38%),
    radial-gradient(circle at 90% 88%, rgba(232, 36, 32, 0.10), transparent 38%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.section.khach-hang .khach-hang-img .col-inner::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: #e82420;
  border-radius: 50%;
  opacity: 0;
  box-shadow:
    -10px 0 0 rgba(232, 36, 32, 0.28),
    -20px 0 0 rgba(232, 36, 32, 0.14);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.section.khach-hang .khach-hang-img .col-inner:hover {
  transform: translateY(-7px);
  background: #ffffff;
  border-color: rgba(232, 36, 32, 0.2);
  box-shadow:
    0 24px 48px rgba(15, 23, 42, 0.12),
    0 8px 18px rgba(232, 36, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.section.khach-hang .khach-hang-img .col-inner:hover::before {
  opacity: 1;
}

.section.khach-hang .khach-hang-img .col-inner:hover::after {
  opacity: 1;
  transform: translateX(-2px);
}

/* Wrapper ảnh */
.section.khach-hang .img {
  position: relative;
  z-index: 2;
  width: 100% !important;
  margin: 0 auto !important;
}

.section.khach-hang .img-inner {
  width: 100% !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.section.khach-hang .img-inner img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 58px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  filter: saturate(0.95) contrast(1.02);
  transform: translateZ(0);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.section.khach-hang .khach-hang-img .col-inner:hover img {
  transform: translateZ(0) scale(1.08);
  filter: saturate(1.14) contrast(1.04);
}

/* ===============================
   TABLET
================================ */

@media (min-width: 576px) {
  .section.khach-hang {
    padding: 56px 0 64px !important;
  }

  .section.khach-hang .section-content {
    padding: 0 18px !important;
  }

  .section.khach-hang .khach-hang-img {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .section.khach-hang .khach-hang-img+.khach-hang-img {
    margin-top: 16px !important;
  }

  .section.khach-hang .khach-hang-img .col-inner {
    min-height: 88px;
    padding: 12px 10px !important;
  }

  .section.khach-hang .img-inner {
    height: 66px !important;
  }

  .section.khach-hang .img-inner img {
    max-height: 66px !important;
  }
}

/* ===============================
   DESKTOP - STAGGERED MOSAIC
================================ */

@media (min-width: 992px) {
  .section.khach-hang {
    padding: 64px 0 74px !important;
  }

  .section.khach-hang .section-content {
    max-width: 1220px !important;
    padding: 0 !important;
  }

  .section.khach-hang .khach-hang-text {
    margin-bottom: 38px !important;
  }

  .section.khach-hang .khach-hang-img {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px 20px !important;
  }

  .section.khach-hang .khach-hang-img+.khach-hang-img {
    margin-top: 18px !important;
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(2) {
    padding-right: 74px !important;
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(3) {
    padding-left: 74px !important;
    padding-right: 0 !important;
    transform: translateY(-4px);
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(4) {
    padding-right: 42px !important;
    transform: translateY(4px);
  }

  .section.khach-hang .khach-hang-img .col-inner {
    min-height: 98px;
    padding: 15px 14px !important;
    border-radius: 24px;
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(3) .col:nth-child(3) .col-inner {
    transform: translateY(-10px) scale(1.08);
    border-color: rgba(232, 36, 32, 0.18);
    box-shadow:
      0 24px 52px rgba(15, 23, 42, 0.11),
      0 8px 18px rgba(232, 36, 32, 0.08);
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(3) .col:nth-child(3) .col-inner:hover {
    transform: translateY(-15px) scale(1.1);
  }

  .section.khach-hang .img-inner {
    height: 72px !important;
  }

  .section.khach-hang .img-inner img {
    max-height: 72px !important;
  }
}

/* ===============================
   LARGE DESKTOP
================================ */

@media (min-width: 1200px) {
  .section.khach-hang .khach-hang-img {
    gap: 20px 24px !important;
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(2) {
    padding-right: 94px !important;
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(3) {
    padding-left: 94px !important;
  }

  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(4) {
    padding-right: 58px !important;
  }

  .section.khach-hang .khach-hang-img .col-inner {
    min-height: 104px;
  }

  .section.khach-hang .img-inner {
    height: 78px !important;
  }

  .section.khach-hang .img-inner img {
    max-height: 78px !important;
  }
}

/* ===============================
   MOBILE - LOGO CHẠY MARQUEE 1 HÀNG
   Row 1 + Row 3: phải sang trái
   Row 2: trái sang phải
================================ */

@keyframes khachHangChayTrai {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(calc(-100% + 100vw - 20px), 0, 0);
  }
}

@keyframes khachHangChayPhai {
  0% {
    transform: translate3d(calc(-100% + 100vw - 20px), 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 575px) {
  .section.khach-hang {
    padding: 34px 0 42px !important;
  }

  .section.khach-hang::after {
    width: 104px;
    height: 104px;
    top: -38px;
    right: -38px;
  }

  .section.khach-hang .section-content {
    padding: 0 10px !important;
    overflow: hidden !important;
  }

  .section.khach-hang .khach-hang-text {
    margin-bottom: 20px !important;
  }

  .section.khach-hang .khach-hang-text .col-inner {
    min-height: 42px;
    padding-left: 15px !important;
  }

  .section.khach-hang .khach-hang-text .col-inner::before {
    height: 28px;
    box-shadow: 0 0 0 5px rgba(232, 36, 32, 0.07);
  }

  .section.khach-hang .khach-hang-text .col-inner::after {
    left: 15px;
    width: 60px;
  }

  .section.khach-hang h2.uppercase {
    font-size: 21px;
    letter-spacing: 0.065em;
  }

  .section.khach-hang .khach-hang-img {
    display: flex !important;
    grid-template-columns: none !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    gap: 10px !important;
    margin: 0 !important;
    will-change: transform;
  }

  .section.khach-hang .khach-hang-img+.khach-hang-img {
    margin-top: 10px !important;
  }

  .section.khach-hang .khach-hang-img>.col {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    flex: 0 0 112px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Row 1: phải qua trái */
  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(2) {
    animation: khachHangChayTrai 15s linear infinite;
  }

  /* Row 2: trái qua phải */
  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(3) {
    animation: khachHangChayPhai 16s linear infinite;
  }

  /* Row 3: phải qua trái */
  .section.khach-hang .section-content>.khach-hang-img:nth-of-type(4) {
    animation: khachHangChayTrai 17s linear infinite;
  }

  .section.khach-hang .khach-hang-img .col-inner {
    width: 112px !important;
    min-height: 60px;
    padding: 7px 6px !important;
    border-radius: 13px;
    box-shadow:
      0 8px 18px rgba(15, 23, 42, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .section.khach-hang .khach-hang-img .col-inner::after {
    top: 8px;
    right: 8px;
    width: 5px;
    height: 5px;
    box-shadow:
      -7px 0 0 rgba(232, 36, 32, 0.22),
      -14px 0 0 rgba(232, 36, 32, 0.1);
  }

  .section.khach-hang .img-inner {
    height: 42px !important;
  }

  .section.khach-hang .img-inner img {
    max-height: 42px !important;
    max-width: 94% !important;
  }

  .section.khach-hang .khach-hang-img .col-inner:hover {
    transform: none !important;
  }
}

/* ===============================
   MOBILE RẤT NHỎ
================================ */

@media (max-width: 380px) {
  .section.khach-hang .section-content {
    padding: 0 8px !important;
  }

  .section.khach-hang .khach-hang-img {
    gap: 8px !important;
  }

  .section.khach-hang .khach-hang-img>.col {
    width: 102px !important;
    min-width: 102px !important;
    max-width: 102px !important;
    flex-basis: 102px !important;
  }

  .section.khach-hang .khach-hang-img .col-inner {
    width: 102px !important;
    min-height: 56px;
    padding: 6px 5px !important;
    border-radius: 12px;
  }

  .section.khach-hang .img-inner {
    height: 38px !important;
  }

  .section.khach-hang .img-inner img {
    max-height: 38px !important;
    max-width: 92% !important;
  }
}

/* Tôn trọng người dùng tắt motion trên thiết bị */
@media (prefers-reduced-motion: reduce) {
  .section.khach-hang .khach-hang-img {
    animation: none !important;
    transform: none !important;
  }
}






/* =========================================================
   CENLUX - TIN TỨC & DỰ ÁN
   Responsive / Flatsome Blog Slider / Only class selectors
========================================================= */

.section.tin-tuc {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 46px 0 58px !important;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 16%, rgba(232, 36, 32, 0.08) 0 120px, transparent 122px),
    radial-gradient(circle at 92% 84%, rgba(232, 36, 32, 0.055) 0 170px, transparent 172px),
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.section.tin-tuc,
.section.tin-tuc * {
  box-sizing: border-box;
}

.section.tin-tuc::before {
  content: "";
  position: absolute;
  top: 34px;
  right: -54px;
  z-index: 0;
  width: 138px;
  height: 138px;
  background: linear-gradient(135deg, #e82420 0%, #b80f0b 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.92;
  pointer-events: none;
}

.section.tin-tuc::after {
  content: "";
  position: absolute;
  left: -34px;
  bottom: 38px;
  z-index: 0;
  width: 126px;
  height: 168px;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.075) 1px, transparent 1.6px);
  background-size: 10px 10px;
  opacity: 0.4;
  pointer-events: none;
}

.section.tin-tuc .section-bg {
  display: none !important;
}

.section.tin-tuc .section-content {
  position: relative;
  z-index: 2;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 14px !important;
}

/* Reset Flatsome */
.section.tin-tuc .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section.tin-tuc .col {
  padding: 0 !important;
  margin: 0 !important;
}

.section.tin-tuc .col-inner {
  width: 100% !important;
}

/* =========================================================
   TIÊU ĐỀ
========================================================= */

.section.tin-tuc .section-content>.row>.col:first-child {
  width: 100% !important;
  margin-bottom: 24px !important;
}

.section.tin-tuc .section-content>.row>.col:first-child .col-inner {
  position: relative;
  padding-left: 18px !important;
}

.section.tin-tuc .section-content>.row>.col:first-child .col-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 34px;
  background: #e82420;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(232, 36, 32, 0.08);
}

.section.tin-tuc .section-content>.row>.col:first-child .col-inner::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -5px;
  width: 82px;
  height: 3px;
  background: linear-gradient(90deg, #e82420, rgba(232, 36, 32, 0));
  border-radius: 999px;
}

.section.tin-tuc .section-content>.row>.col:first-child p {
  margin: 0 !important;
  padding: 0 0 10px !important;
  color: #202020;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* =========================================================
   SLIDER
========================================================= */

.section.tin-tuc .row-slider {
  position: relative;
  padding: 8px 0 12px !important;
}

.section.tin-tuc .flickity-viewport {
  overflow: visible !important;
}

.section.tin-tuc .flickity-slider {
  display: flex;
  align-items: stretch;
}

.section.tin-tuc .post-item {
  padding: 0 8px !important;
}

.section.tin-tuc .post-item>.col-inner {
  height: 100%;
}

/* =========================================================
   CARD TIN TỨC
========================================================= */

.section.tin-tuc .box-blog-post {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 20, 20, 0.07);
  border-radius: 22px;
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.section.tin-tuc .box-blog-post::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(232, 36, 32, 0.12), transparent 38%),
    radial-gradient(circle at 96% 94%, rgba(232, 36, 32, 0.10), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.section.tin-tuc .box-blog-post::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, transparent, #e82420, transparent);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.section.tin-tuc .box-blog-post:hover {
  transform: translateY(-7px);
  background: #ffffff;
  border-color: rgba(232, 36, 32, 0.2);
  box-shadow:
    0 26px 54px rgba(15, 23, 42, 0.13),
    0 8px 20px rgba(232, 36, 32, 0.08);
}

.section.tin-tuc .box-blog-post:hover::before,
.section.tin-tuc .box-blog-post:hover::after {
  opacity: 1;
}

.section.tin-tuc .box-blog-post:hover::after {
  transform: scaleX(1);
}

/* =========================================================
   HÌNH ẢNH
========================================================= */

.section.tin-tuc .box-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 10px 10px 0;
  border-radius: 18px;
  background: #eeeeee;
}

.section.tin-tuc .image-cover {
  padding-top: 60% !important;
  overflow: hidden;
  border-radius: 18px;
}

.section.tin-tuc .image-cover a {
  display: block;
  width: 100%;
  height: 100%;
}

.section.tin-tuc .image-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.36s ease, filter 0.36s ease;
}

.section.tin-tuc .box-blog-post:hover .image-cover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}

/* Video icon */
.section.tin-tuc .overlay-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(232, 36, 32, 0.94);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(232, 36, 32, 0.28);
}

.section.tin-tuc .overlay-icon i {
  color: #ffffff;
  font-size: 23px;
}

/* =========================================================
   DATE BADGE
========================================================= */

.section.tin-tuc .badge.post-date {
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  z-index: 6;
  width: auto;
  height: auto;
  margin: 0 !important;
}

.section.tin-tuc .badge.post-date .badge-inner {
  width: 54px;
  height: 60px;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(232, 36, 32, 0.18);
  border-radius: 15px;
  color: #e82420;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.section.tin-tuc .post-date-day {
  display: block;
  color: #e82420;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.section.tin-tuc .post-date-month {
  display: block;
  margin-top: 3px;
  color: #2f2f2f;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/* =========================================================
   NỘI DUNG CARD
========================================================= */

.section.tin-tuc .box-text {
  position: relative;
  z-index: 2;
  padding: 18px 18px 22px !important;
  text-align: left !important;
}

.section.tin-tuc .blog-post-inner {
  text-align: left !important;
}

.section.tin-tuc .post-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  min-height: 52px;
}

.section.tin-tuc .post-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #202020;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: -0.015em;
  text-decoration: none !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.22s ease;
}

.section.tin-tuc .box-blog-post:hover .post-title a {
  color: #e82420;
}

.section.tin-tuc .is-divider {
  width: 42px;
  height: 3px;
  margin: 0 0 12px !important;
  background: #e82420;
  border-radius: 999px;
  opacity: 1;
}

.section.tin-tuc .from_the_blog_excerpt {
  display: -webkit-box;
  overflow: hidden;
  min-height: 58px;
  margin: 0 !important;
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* =========================================================
   NÚT SLIDER
========================================================= */

.section.tin-tuc .flickity-button {
  z-index: 10;
  width: 42px;
  height: 42px;
  background: #ffffff !important;
  border: 1px solid rgba(232, 36, 32, 0.18);
  border-radius: 50%;
  opacity: 1 !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.section.tin-tuc .flickity-button:hover {
  background: #e82420 !important;
  border-color: #e82420;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(232, 36, 32, 0.25);
}

.section.tin-tuc .flickity-button-icon {
  width: 38%;
  height: 38%;
  left: 31%;
  top: 31%;
}

.section.tin-tuc .flickity-button .arrow {
  fill: #e82420;
  transition: fill 0.22s ease;
}

.section.tin-tuc .flickity-button:hover .arrow {
  fill: #ffffff;
}

.section.tin-tuc .flickity-prev-next-button.previous {
  left: -16px !important;
}

.section.tin-tuc .flickity-prev-next-button.next {
  right: -16px !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (min-width: 576px) {
  .section.tin-tuc {
    padding: 56px 0 68px !important;
  }

  .section.tin-tuc .section-content {
    padding: 0 18px !important;
  }

  .section.tin-tuc .post-item {
    padding: 0 10px !important;
  }

  .section.tin-tuc .box-text {
    padding: 20px 20px 24px !important;
  }
}

/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {
  .section.tin-tuc {
    padding: 62px 0 76px !important;
  }

  .section.tin-tuc .section-content {
    max-width: 1200px !important;
    padding: 0 !important;
  }

  .section.tin-tuc .section-content>.row>.col:first-child {
    margin-bottom: 30px !important;
  }

  .section.tin-tuc .post-item {
    padding: 0 11px !important;
  }

  .section.tin-tuc .box-blog-post {
    border-radius: 24px;
  }

  .section.tin-tuc .box-image,
  .section.tin-tuc .image-cover {
    border-radius: 20px;
  }

  .section.tin-tuc .post-title a {
    font-size: 18px;
  }

  .section.tin-tuc .from_the_blog_excerpt {
    font-size: 13.2px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {
  .section.tin-tuc {
    padding: 36px 0 46px !important;
  }

  .section.tin-tuc::before {
    width: 92px;
    height: 92px;
    top: 22px;
    right: -34px;
  }

  .section.tin-tuc::after {
    display: none;
  }

  .section.tin-tuc .section-content {
    padding: 0 12px !important;
  }

  .section.tin-tuc .section-content>.row>.col:first-child {
    margin-bottom: 20px !important;
  }

  .section.tin-tuc .section-content>.row>.col:first-child .col-inner {
    padding-left: 15px !important;
  }

  .section.tin-tuc .section-content>.row>.col:first-child .col-inner::before {
    height: 28px;
    box-shadow: 0 0 0 5px rgba(232, 36, 32, 0.07);
  }

  .section.tin-tuc .section-content>.row>.col:first-child .col-inner::after {
    left: 15px;
    width: 62px;
  }

  .section.tin-tuc .section-content>.row>.col:first-child p {
    font-size: 22px;
    letter-spacing: 0.055em;
  }

  .section.tin-tuc .row-slider {
    padding-bottom: 8px !important;
  }

  .section.tin-tuc .post-item {
    padding: 0 5px !important;
  }

  .section.tin-tuc .box-blog-post {
    border-radius: 18px;
  }

  .section.tin-tuc .box-image {
    margin: 8px 8px 0;
    border-radius: 15px;
  }

  .section.tin-tuc .image-cover {
    padding-top: 60% !important;
    border-radius: 15px;
  }

  .section.tin-tuc .badge.post-date {
    top: 14px !important;
    left: 14px !important;
  }

  .section.tin-tuc .badge.post-date .badge-inner {
    width: 50px;
    height: 56px;
    border-radius: 14px;
  }

  .section.tin-tuc .post-date-day {
    font-size: 20px;
  }

  .section.tin-tuc .box-text {
    padding: 16px 15px 20px !important;
  }

  .section.tin-tuc .post-title {
    min-height: auto;
  }

  .section.tin-tuc .post-title a {
    font-size: 16px;
  }

  .section.tin-tuc .from_the_blog_excerpt {
    min-height: auto;
    font-size: 12.5px;
  }

  .section.tin-tuc .flickity-button {
    width: 36px;
    height: 36px;
  }

  .section.tin-tuc .flickity-prev-next-button.previous {
    left: -4px !important;
  }

  .section.tin-tuc .flickity-prev-next-button.next {
    right: -4px !important;
  }
}

/* =========================================================
   MOBILE NHỎ
========================================================= */

@media (max-width: 380px) {
  .section.tin-tuc .section-content {
    padding: 0 10px !important;
  }

  .section.tin-tuc .post-item {
    padding: 0 4px !important;
  }

  .section.tin-tuc .box-text {
    padding: 15px 14px 18px !important;
  }

  .section.tin-tuc .post-title a {
    font-size: 15px;
  }

  .section.tin-tuc .from_the_blog_excerpt {
    font-size: 12px;
  }
}




/* =========================================================
   CENLUX FOOTER - FINAL FIX MOBILE POLICY 2 COLUMNS
   Không dùng ID tự render của Flatsome
========================================================= */

#footer.footer-wrapper,
#footer.footer-wrapper * {
  box-sizing: border-box;
}

#footer.footer-wrapper {
  position: relative;
  overflow: hidden;
  background: #fffafa !important;
  color: #252525;
  border-top: 3px solid #ed1c24;
}

#footer.footer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 6% 8%, rgba(237, 28, 36, 0.045), transparent 28%),
    radial-gradient(circle at 94% 20%, rgba(237, 28, 36, 0.035), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #fff8f9 100%);
  pointer-events: none;
}

#footer.footer-wrapper::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   MAIN SECTION
========================================================= */

#footer.footer-wrapper>.section:first-of-type {
  position: relative;
  z-index: 2;
  width: 100% !important;
  margin: 0 !important;
  padding: 46px 0 40px !important;
  background: transparent !important;
}

#footer.footer-wrapper>.section:first-of-type>.section-bg {
  display: none !important;
}

#footer.footer-wrapper>.section:first-of-type>.section-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row {
  display: grid !important;
  grid-template-columns: minmax(350px, 1.32fr) minmax(230px, 0.95fr) minmax(290px, 1.12fr) minmax(270px, 1fr);
  align-items: start !important;
  gap: 42px;
  width: calc(100% - 56px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  flex-basis: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col>.col-inner {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   TITLE ICON BOX CHUNG
========================================================= */

#footer.footer-wrapper .icon-box.featured-box {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px;
  width: 100% !important;
  margin: 0 0 18px !important;
}

#footer.footer-wrapper .icon-box .icon-box-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

#footer.footer-wrapper .icon-box .icon,
#footer.footer-wrapper .icon-box .icon-inner,
#footer.footer-wrapper .icon-box img {
  display: block;
  width: 25px !important;
  height: 25px !important;
  object-fit: contain;
}

#footer.footer-wrapper .icon-box-text {
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

#footer.footer-wrapper .icon-box h3,
#footer.footer-wrapper .icon-box-text>h3 {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 0 0 11px !important;
  color: #161616 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  white-space: normal !important;
  word-break: normal !important;
}

#footer.footer-wrapper .icon-box h3::after,
#footer.footer-wrapper .icon-box-text>h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: #ed1c24;
  border-radius: 99px;
}

/* Fix cột chính sách desktop */
#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box {
  margin-bottom: 0 !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box .icon-box-img {
  margin-top: 2px !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box-text {
  width: 100% !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box-text .ux-menu {
  margin-top: 17px !important;
}

/* =========================================================
   CỘT 1 - THÔNG TIN LIÊN HỆ
========================================================= */

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 9px !important;
  color: #ed1c24 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>h3:not(:first-child) {
  margin-top: 18px !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>h3:nth-of-type(1)::before {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  width: 18px;
  min-width: 18px;
  color: #ed1c24;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>h3:nth-of-type(2)::before {
  content: "\f54e";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  width: 18px;
  min-width: 18px;
  color: #ed1c24;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p {
  position: relative;
  display: block !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding-left: 28px !important;
  color: #555555 !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p::before {
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
  width: 18px;
  min-width: 18px;
  color: #ed1c24;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p:nth-of-type(1)::before {
  content: "\f2c2";
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p:nth-of-type(2)::before {
  content: "\f543";
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p:nth-of-type(3)::before {
  content: "\f3c5";
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p:nth-of-type(4)::before {
  content: "\f095";
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p:nth-of-type(5)::before {
  content: "\f590";
}

#footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p:nth-of-type(6)::before {
  content: "\f0e0";
}

/* =========================================================
   MENU FOOTER
========================================================= */

#footer.footer-wrapper .ux-menu {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#footer.footer-wrapper .ux-menu-link {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#footer.footer-wrapper .ux-menu-link__link {
  position: relative;
  display: flex !important;
  align-items: center !important;
  width: 100%;
  min-height: auto !important;
  padding: 11px 18px 11px 18px !important;
  color: #4d4d4d !important;
  border-bottom: 1px solid rgba(237, 28, 36, 0.13) !important;
  text-decoration: none !important;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

#footer.footer-wrapper .ux-menu-link__link::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ed1c24;
}

#footer.footer-wrapper .ux-menu-link__link::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ed1c24;
  border-right: 1px solid #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease, right 0.25s ease;
}

#footer.footer-wrapper .ux-menu-link__link:hover {
  color: #ed1c24 !important;
  padding-left: 24px !important;
}

#footer.footer-wrapper .ux-menu-link__link:hover::after {
  right: -4px;
  opacity: 1;
}

#footer.footer-wrapper .ux-menu-link__text {
  color: inherit !important;
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

/* =========================================================
   MAP
========================================================= */

#footer.footer-wrapper iframe {
  display: block;
  width: 100% !important;
  height: 255px !important;
  margin: 0 !important;
  border: 1px solid rgba(237, 28, 36, 0.16) !important;
  border-radius: 18px !important;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(237, 28, 36, 0.1);
}

/* =========================================================
   ABSOLUTE FOOTER
========================================================= */

#footer.footer-wrapper .absolute-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px 0 !important;
  background: #ed1c24 !important;
  border-top: 0 !important;
  color: #ffffff !important;
}

#footer.footer-wrapper .absolute-footer .container {
  width: calc(100% - 56px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#footer.footer-wrapper .footer-secondary,
#footer.footer-wrapper .footer-primary {
  float: none !important;
}

#footer.footer-wrapper .absolute-footer,
#footer.footer-wrapper .absolute-footer p,
#footer.footer-wrapper .absolute-footer span,
#footer.footer-wrapper .absolute-footer a,
#footer.footer-wrapper .copyright-footer {
  color: #ffffff !important;
}

#footer.footer-wrapper .payment-icons {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

#footer.footer-wrapper .payment-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 26px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

#footer.footer-wrapper .payment-icon svg {
  width: 32px;
  height: auto;
  fill: #222222;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  #footer.footer-wrapper>.section:first-of-type {
    padding: 40px 0 32px !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 36px) !important;
    gap: 28px;
  }

  #footer.footer-wrapper iframe {
    height: 245px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {
  #footer.footer-wrapper>.section:first-of-type {
    padding: 28px 0 22px !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row {
    grid-template-columns: 1fr;
    width: calc(100% - 24px) !important;
    gap: 24px;
  }

  #footer.footer-wrapper .icon-box.featured-box {
    gap: 10px;
    margin-bottom: 15px !important;
  }

  #footer.footer-wrapper .icon-box .icon-box-img,
  #footer.footer-wrapper .icon-box .icon,
  #footer.footer-wrapper .icon-box .icon-inner,
  #footer.footer-wrapper .icon-box img {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
  }

  #footer.footer-wrapper .icon-box-text>h3,
  #footer.footer-wrapper .icon-box h3 {
    font-size: 13px !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>h3 {
    font-size: 13px !important;
    margin-bottom: 8px !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p {
    padding-left: 24px !important;
    font-size: 13px !important;
    line-height: 1.52 !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(1) .col-inner>p::before {
    width: 16px;
    min-width: 16px;
    font-size: 13px;
  }

  #footer.footer-wrapper .ux-menu-link__link {
    padding: 10px 18px 10px 18px !important;
  }

  #footer.footer-wrapper .ux-menu-link__link::before {
    width: 7px;
    height: 7px;
  }

  #footer.footer-wrapper .ux-menu-link__text {
    font-size: 13px !important;
  }

  /* =====================================================
     MOBILE ONLY - CHÍNH SÁCH: SÁT LỀ + 2 CỘT
  ===================================================== */

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 0 !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box-text {
    width: 100% !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .icon-box-text .ux-menu {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 0;
    width: calc(100% + 30px) !important;
    margin-top: 16px !important;
    margin-left: -30px !important;
    padding: 0 !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .ux-menu-link {
    width: 100% !important;
    min-width: 0 !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .ux-menu-link__link {
    min-height: 42px !important;
    padding: 9px 4px 9px 16px !important;
    border-bottom: 1px solid rgba(237, 28, 36, 0.13) !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .ux-menu-link__link::before {
    left: 0;
    width: 6px;
    height: 6px;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .ux-menu-link__link::after {
    display: none !important;
  }

  #footer.footer-wrapper>.section:first-of-type .section-content>.row>.col:nth-child(3) .ux-menu-link__text {
    font-size: 12.4px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  #footer.footer-wrapper iframe {
    height: 235px !important;
    border-radius: 14px !important;
  }

  #footer.footer-wrapper .absolute-footer .container {
    width: calc(100% - 24px) !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #footer.footer-wrapper .payment-icons {
    justify-content: center;
  }
}






/* =========================================================
   CENLUX - DANH MỤC SẢN PHẨM - DESIGN MỚI
   Style: Showroom LED / Trắng + Đỏ
   Scope: .cenlux-danh-muc-sp
========================================================= */

.cenlux-danh-muc-sp {
  position: relative;
  padding: 48px 0 54px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
  overflow: hidden;
}

.cenlux-danh-muc-sp .section-content {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.cenlux-danh-muc-sp .row,
.cenlux-danh-muc-sp .col,
.cenlux-danh-muc-sp .col-inner {
  margin-bottom: 0;
}

/* ================= TABS ================= */

.cenlux-danh-muc-sp .nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 40px;
  padding: 0;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(215, 25, 32, 0.16);
  box-shadow: 0 14px 34px rgba(20, 24, 32, 0.06);
  overflow: hidden;
}

.cenlux-danh-muc-sp .nav>li {
  width: 100%;
  margin: 0;
  border-right: 1px solid rgba(215, 25, 32, 0.1);
}

.cenlux-danh-muc-sp .nav>li:last-child {
  border-right: 0;
}

.cenlux-danh-muc-sp .nav>li>a {
  width: 100%;
  min-height: 58px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 0;
  background: #ffffff !important;
  color: #2d323a !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.45px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: color 0.22s ease, background 0.22s ease;
}

.cenlux-danh-muc-sp .nav>li>a::before,
.cenlux-danh-muc-sp .nav>li>a::after {
  display: none !important;
}

.cenlux-danh-muc-sp .nav>li.active>a {
  background: #d71920 !important;
  color: #ffffff !important;
}

.cenlux-danh-muc-sp .nav>li:not(.active)>a:hover {
  background: #fff1f2 !important;
  color: #d71920 !important;
}

/* ================= PANEL / SLIDER ================= */

.cenlux-danh-muc-sp .tab-panels,
.cenlux-danh-muc-sp .panel {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.cenlux-danh-muc-sp .row-slider {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cenlux-danh-muc-sp .flickity-viewport {
  height: 322px !important;
  overflow: hidden !important;
}

.cenlux-danh-muc-sp .flickity-slider {
  display: block !important;
}

.cenlux-danh-muc-sp .product-category.col {
  width: 25% !important;
  max-width: 25% !important;
  padding: 0 11px !important;
}

.cenlux-danh-muc-sp .product-category .col-inner,
.cenlux-danh-muc-sp .product-category a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* ================= CARD ================= */

.cenlux-danh-muc-sp .box-category {
  position: relative;
  height: 100%;
  min-height: 300px;
  padding: 16px 16px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(215, 25, 32, 0.14);
  box-shadow: 0 16px 34px rgba(20, 24, 32, 0.07);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.cenlux-danh-muc-sp .box-category::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px dashed rgba(215, 25, 32, 0.16);
  pointer-events: none;
  z-index: -1;
}

.cenlux-danh-muc-sp .box-category::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 58px;
  border-radius: 16px;
  background: #d71920;
  z-index: -1;
  transition: height 0.26s ease;
}

.cenlux-danh-muc-sp .box-category:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 25, 32, 0.38);
  box-shadow: 0 24px 54px rgba(20, 24, 32, 0.13);
}

.cenlux-danh-muc-sp .box-category:hover::after {
  height: 64px;
}

/* ================= IMAGE ================= */

.cenlux-danh-muc-sp .box-category .box-image {
  position: relative;
  height: 205px;
  margin: 0 auto 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background:
    radial-gradient(circle, #ffffff 0%, #fff4f4 58%, transparent 70%);
}

.cenlux-danh-muc-sp .box-category .box-image>div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cenlux-danh-muc-sp .box-category img {
  width: auto;
  max-width: 95%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 13px 16px rgba(20, 24, 32, 0.15));
  transition: transform 0.3s ease;
}

.cenlux-danh-muc-sp .box-category:hover img {
  transform: translateY(-5px) scale(1.045);
}

/* ================= TEXT ================= */

.cenlux-danh-muc-sp .box-badge .box-text,
.cenlux-danh-muc-sp .box-category .box-text,
.cenlux-danh-muc-sp .hover-dark .box-text,
.cenlux-danh-muc-sp .hover-dark:hover .box-text,
.cenlux-danh-muc-sp .has-hover:hover .box-text {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.cenlux-danh-muc-sp .box-text-inner {
  position: relative;
  z-index: 5;
  min-height: 62px;
  padding: 12px 10px;
  border-radius: 15px;
  background: transparent !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 1 !important;
  visibility: visible !important;
}

.cenlux-danh-muc-sp .header-title,
.cenlux-danh-muc-sp .box-category:hover .header-title,
.cenlux-danh-muc-sp .hover-dark:hover .header-title,
.cenlux-danh-muc-sp .has-hover:hover .header-title {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  opacity: 1 !important;
  visibility: visible !important;
}

.cenlux-danh-muc-sp .count,
.cenlux-danh-muc-sp .box-category:hover .count,
.cenlux-danh-muc-sp .hover-dark:hover .count,
.cenlux-danh-muc-sp .has-hover:hover .count {
  display: block !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Chặn overlay Flatsome */
.cenlux-danh-muc-sp .box-category .overlay,
.cenlux-danh-muc-sp .box-category:hover .overlay {
  display: none !important;
}

/* Ẩn nút chuyển trái/phải */
.cenlux-danh-muc-sp .flickity-button,
.cenlux-danh-muc-sp .flickity-prev-next-button,
.cenlux-danh-muc-sp .slider-nav-simple .flickity-button,
.cenlux-danh-muc-sp .slider-nav-outside .flickity-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ================= TABLET ================= */

@media (max-width: 991px) {
  .cenlux-danh-muc-sp {
    padding: 40px 0 46px !important;
  }

  .cenlux-danh-muc-sp .section-content {
    padding: 0 16px;
  }

  .cenlux-danh-muc-sp .nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 30px;
  }

  .cenlux-danh-muc-sp .nav>li:nth-child(2) {
    border-right: 0;
  }

  .cenlux-danh-muc-sp .nav>li:nth-child(1),
  .cenlux-danh-muc-sp .nav>li:nth-child(2) {
    border-bottom: 1px solid rgba(215, 25, 32, 0.1);
  }

  .cenlux-danh-muc-sp .nav>li>a {
    min-height: 48px;
    font-size: 12px;
  }

  .cenlux-danh-muc-sp .product-category.col {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    padding: 0 8px !important;
  }

  .cenlux-danh-muc-sp .flickity-viewport {
    height: 296px !important;
  }

  .cenlux-danh-muc-sp .box-category {
    min-height: 276px;
    padding: 14px 13px 16px;
    border-radius: 20px;
  }

  .cenlux-danh-muc-sp .box-category .box-image {
    height: 184px;
  }

  .cenlux-danh-muc-sp .header-title,
  .cenlux-danh-muc-sp .box-category:hover .header-title {
    font-size: 13.5px;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 549px) {
  .cenlux-danh-muc-sp {
    padding: 30px 0 36px !important;
  }

  .cenlux-danh-muc-sp .section-content {
    padding: 0 12px;
  }

  .cenlux-danh-muc-sp .nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
    border-radius: 15px;
  }

  .cenlux-danh-muc-sp .nav>li>a {
    min-height: 44px;
    padding: 0 8px;
    font-size: 10.5px;
    letter-spacing: 0.2px;
  }

  .cenlux-danh-muc-sp .product-category.col {
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 6px !important;
  }

  .cenlux-danh-muc-sp .flickity-viewport {
    height: 238px !important;
  }

  .cenlux-danh-muc-sp .box-category {
    min-height: 220px;
    padding: 9px 7px 11px;
    border-radius: 17px;
  }

  .cenlux-danh-muc-sp .box-category::before {
    inset: 8px;
    border-radius: 14px;
  }

  .cenlux-danh-muc-sp .box-category::after {
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 50px;
    border-radius: 13px;
  }

  .cenlux-danh-muc-sp .box-category:hover::after {
    height: 54px;
  }

  .cenlux-danh-muc-sp .box-category .box-image {
    height: 142px;
    margin-bottom: 8px;
  }

  .cenlux-danh-muc-sp .box-text-inner {
    min-height: 50px;
    padding: 8px 5px;
    gap: 3px;
  }

  .cenlux-danh-muc-sp .header-title,
  .cenlux-danh-muc-sp .box-category:hover .header-title {
    font-size: 11px;
    letter-spacing: 0.15px;
  }

  .cenlux-danh-muc-sp .count,
  .cenlux-danh-muc-sp .box-category:hover .count {
    font-size: 8.6px;
    letter-spacing: 0.2px;
  }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 380px) {
  .cenlux-danh-muc-sp .flickity-viewport {
    height: 222px !important;
  }

  .cenlux-danh-muc-sp .box-category {
    min-height: 206px;
  }

  .cenlux-danh-muc-sp .box-category .box-image {
    height: 128px;
  }

  .cenlux-danh-muc-sp .header-title,
  .cenlux-danh-muc-sp .box-category:hover .header-title {
    font-size: 10.3px;
  }

  .cenlux-danh-muc-sp .count,
  .cenlux-danh-muc-sp .box-category:hover .count {
    font-size: 8.2px;
  }
}






/* =========================================================
   TRANG LIÊN HỆ - CENLUX
   MÀU CHÍNH: ĐỎ + TRẮNG
========================================================= */

.trang-lien-he {
  --lh-main: #ff1f1f;
  --lh-main-dark: #d80000;
  --lh-text: #333333;
  --lh-muted: #666666;
  --lh-border: #d7d7d7;
  --lh-bg: #f3f3f3;
  --lh-white: #ffffff;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--lh-bg);
  padding: 18px 64px 32px;
  box-sizing: border-box;
}

.trang-lien-he *,
.trang-lien-he *::before,
.trang-lien-he *::after {
  box-sizing: border-box;
}

.lien-he-khung {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background: var(--lh-white);
  border-radius: 8px;
  padding: 18px 16px 26px;
}

.lien-he-noi-dung {
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 49%);
  gap: 2%;
  align-items: start;
}

.lien-he-thong-tin {
  width: 100%;
}

.lien-he-thong-tin h1 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--lh-main);
}

.lien-he-thong-tin h3 {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--lh-text);
  text-transform: uppercase;
}

.lien-he-thong-tin h4 {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--lh-text);
}

.lien-he-item {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--lh-muted);
}

.lien-he-item span {
  display: inline;
  color: var(--lh-muted);
  font-weight: 400;
}

.lien-he-item a {
  display: inline !important;
  color: var(--lh-main);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.lien-he-item a:hover {
  color: var(--lh-main-dark);
}

.lien-he-hai-cot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}

.lien-he-form {
  width: 100%;
  max-width: 650px;
  margin-top: 18px;
}

.lien-he-form input,
.lien-he-form textarea {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid var(--lh-border);
  border-radius: 3px;
  background: #ffffff;
  color: var(--lh-text);
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lien-he-form textarea {
  height: 86px;
  min-height: 86px;
  resize: vertical;
}

.lien-he-form input::placeholder,
.lien-he-form textarea::placeholder {
  color: #8a8a8a;
}

.lien-he-form input:focus,
.lien-he-form textarea:focus {
  border-color: var(--lh-main);
  box-shadow: 0 0 0 3px rgba(255, 31, 31, 0.12);
}

.bat-buoc {
  display: block;
  margin: 0 0 18px;
  font-size: 15px;
  color: var(--lh-muted);
}

.lien-he-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 128px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--lh-main);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lien-he-form button:hover {
  background: var(--lh-main-dark);
  transform: translateY(-1px);
}

.lien-he-ban-do {
  width: 100%;
  height: 452px;
  margin-top: 43px;
  overflow: hidden;
  background: #f1f1f1;
}

.lien-he-ban-do iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/* Tablet */
@media (max-width: 1023px) {
  .trang-lien-he {
    padding: 18px 24px 36px;
  }

  .lien-he-khung {
    padding: 24px;
  }

  .lien-he-noi-dung {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .lien-he-hai-cot {
    grid-template-columns: 1fr;
  }

  .lien-he-ban-do {
    height: 360px;
    margin-top: 40px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .trang-lien-he {
    padding: 12px 12px 32px;
  }

  .lien-he-khung {
    padding: 22px 14px 28px;
    border-radius: 6px;
  }

  .lien-he-noi-dung {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lien-he-thong-tin h1 {
    font-size: 25px;
  }

  .lien-he-thong-tin h3,
  .lien-he-thong-tin h4,
  .lien-he-item,
  .bat-buoc {
    font-size: 14px;
  }

  .lien-he-item {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .lien-he-hai-cot {
    grid-template-columns: 1fr;
  }

  .lien-he-form {
    max-width: 100%;
  }

  .lien-he-form input,
  .lien-he-form textarea {
    font-size: 14px;
  }

  .lien-he-form button {
    width: 100%;
  }

  .lien-he-ban-do {
    height: 300px;
    margin-top: 0;
  }
}





/* =========================================================
   CENLUX - FLATSOME MINI CART
   White / Red Responsive
========================================================= */

.nav-dropdown-default {
  width: 390px !important;
  min-width: 390px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 48px rgba(215, 25, 32, 0.16) !important;
  overflow: hidden !important;
}

.widget_shopping_cart p.total {
  padding: 10px !important;
}

.nav-dropdown-default .widget_shopping_cart,
.nav-dropdown-default .widget_shopping_cart_content {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #ffffff;
}

.nav-dropdown-default .widget_shopping_cart_content {
  max-height: 78vh;
  overflow-y: auto;
}

.nav-dropdown-default .woocommerce-mini-cart {
  display: grid;
  gap: 0;
  margin: 0 !important;
  padding: 12px !important;
  list-style: none !important;
  background: #ffffff;
}

.nav-dropdown-default .woocommerce-mini-cart-item {
  position: relative;
  display: block;
  min-height: 122px;
  margin: 0 !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}

.nav-dropdown-default .woocommerce-mini-cart-item:last-child {
  border-bottom: 0;
}

.nav-dropdown-default .woocommerce-mini-cart-item>a:not(.remove) {
  display: -webkit-box !important;
  width: 100%;
  max-width: 100%;
  min-height: 38px;
  margin: 0 !important;
  padding: 0 34px 0 84px !important;
  color: #1f1f1f !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nav-dropdown-default .woocommerce-mini-cart-item>a:not(.remove):hover {
  color: #d71920 !important;
}

.nav-dropdown-default .woocommerce-mini-cart-item img {
  position: absolute !important;
  left: 0;
  top: 12px;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 6px !important;
  object-fit: contain;
  object-position: center;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none !important;
}

.nav-dropdown-default .woocommerce-mini-cart-item .remove {
  position: absolute !important;
  top: 10px;
  right: 0;
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d71920 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #d71920 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
}

.nav-dropdown-default .woocommerce-mini-cart-item .remove:hover {
  background: #d71920 !important;
  color: #ffffff !important;
}

.nav-dropdown-default .woocommerce-mini-cart-item .variation {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 8px;
  margin: 10px 34px 0 84px !important;
  padding: 9px 10px;
  border: 1px solid rgba(215, 25, 32, 0.16);
  border-radius: 10px;
  background: #fff8f8;
  font-size: 11.5px;
  line-height: 1.35;
}

.nav-dropdown-default .woocommerce-mini-cart-item .variation dt,
.nav-dropdown-default .woocommerce-mini-cart-item .variation dd {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35;
}

.nav-dropdown-default .woocommerce-mini-cart-item .variation dt {
  color: #666666;
  font-weight: 800;
}

.nav-dropdown-default .woocommerce-mini-cart-item .variation dd {
  color: #1f1f1f;
  font-weight: 800;
}

.nav-dropdown-default .woocommerce-mini-cart-item .variation p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35;
}

.nav-dropdown-default .ux-mini-cart-qty {
  margin: 8px 0 0 84px !important;
}

.nav-dropdown-default .ux-mini-cart-qty .quantity {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fafafa;
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.nav-dropdown-default .ux-mini-cart-qty .amount {
  color: #d71920;
  font-weight: 900;
}

.nav-dropdown-default .ux-mini-cart-footer {
  position: sticky;
  bottom: 0;
  z-index: 6;
  padding: 14px 12px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
}

.nav-dropdown-default .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px !important;
  padding: 12px 18px;
  border: 1px solid rgba(215, 25, 32, 0.12);
  border-radius: 14px;
  background: #fff8f8;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.35;
}

.nav-dropdown-default .woocommerce-mini-cart__total strong {
  color: #333333;
  font-weight: 800;
}

.nav-dropdown-default .woocommerce-mini-cart__total .amount {
  color: #d71920;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.nav-dropdown-default .woocommerce-mini-cart__buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 !important;
}

.nav-dropdown-default .woocommerce-mini-cart__buttons .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #d71920 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #d71920 !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none !important;
}

.nav-dropdown-default .woocommerce-mini-cart__buttons .button:hover {
  background: #fff1f1 !important;
  color: #d71920 !important;
}

.nav-dropdown-default .woocommerce-mini-cart__buttons .checkout {
  background: #d71920 !important;
  color: #ffffff !important;
}

.nav-dropdown-default .woocommerce-mini-cart__buttons .checkout:hover {
  background: #a90f15 !important;
  border-color: #a90f15 !important;
  color: #ffffff !important;
}

.nav-dropdown-default .woocommerce-mini-cart__empty-message {
  margin: 0 !important;
  padding: 26px 16px;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.nav-dropdown-default .widget_shopping_cart_content::-webkit-scrollbar {
  width: 6px;
}

.nav-dropdown-default .widget_shopping_cart_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.35);
}

.nav-dropdown-default .widget_shopping_cart_content::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 549px) {
  .nav-dropdown-default {
    left: 8px !important;
    right: 8px !important;
    width: calc(100vw - 16px) !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 16px !important;
  }

  .nav-dropdown-default .widget_shopping_cart_content {
    max-height: 76vh;
  }

  .nav-dropdown-default .woocommerce-mini-cart {
    padding: 10px !important;
  }

  .nav-dropdown-default .woocommerce-mini-cart-item {
    min-height: 110px;
    padding: 10px 0 !important;
  }

  .nav-dropdown-default .woocommerce-mini-cart-item>a:not(.remove) {
    min-height: 36px;
    padding: 0 32px 0 82px !important;
    font-size: 12.5px;
    line-height: 1.45;
    white-space: normal !important;
    word-break: break-word;
    -webkit-line-clamp: 2;
  }

  .nav-dropdown-default .woocommerce-mini-cart-item img {
    top: 10px;
    width: 62px !important;
    height: 62px !important;
    border-radius: 12px;
    padding: 5px !important;
  }

  .nav-dropdown-default .woocommerce-mini-cart-item .remove {
    top: 8px;
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    font-size: 19px !important;
  }

  .nav-dropdown-default .woocommerce-mini-cart-item .variation {
    margin: 10px 32px 0 82px !important;
    padding: 8px 9px;
    font-size: 11px;
    gap: 4px 6px;
  }

  .nav-dropdown-default .ux-mini-cart-qty {
    margin-left: 82px !important;
  }

  .nav-dropdown-default .ux-mini-cart-qty .quantity {
    min-height: 26px;
    padding: 4px 9px;
    font-size: 11.5px;
  }

  .nav-dropdown-default .ux-mini-cart-footer {
    padding: 12px 10px 10px;
  }

  .nav-dropdown-default .woocommerce-mini-cart__total {
    padding: 11px 16px;
    font-size: 12.5px;
  }

  .nav-dropdown-default .woocommerce-mini-cart__total .amount {
    font-size: 14.5px;
  }

  .nav-dropdown-default .woocommerce-mini-cart__buttons {
    gap: 8px;
  }

  .nav-dropdown-default .woocommerce-mini-cart__buttons .button {
    min-height: 44px;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .nav-dropdown-default .woocommerce-mini-cart__total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .nav-dropdown-default .woocommerce-mini-cart__buttons {
    grid-template-columns: 1fr;
  }

  .nav-dropdown-default .woocommerce-mini-cart__buttons .button {
    min-height: 40px;
  }
}






/* =========================================================
   CENLUX - MOBILE MENU FLATSOME RESPONSIVE
========================================================= */
@media (max-width: 849px) {

  .mfp-bg {
    background: rgba(0, 0, 0, 0.56) !important;
    z-index: 999998 !important;
  }

  .mfp-wrap {
    top: 0 !important;
    left: 0 !important;
    z-index: 999999 !important;
  }

  .mfp-container {
    padding: 0 !important;
  }

  .mfp-content {
    height: 100vh !important;
    vertical-align: top !important;
  }

  .mfp-content .mobile-sidebar {
    width: clamp(260px, 74vw, 296px) !important;
    max-width: 296px !important;
    min-width: 260px !important;
    height: 100vh !important;
    margin: 0 auto 0 0 !important;
    background: #ffffff !important;
    border-radius: 0 18px 18px 0 !important;
    overflow: hidden !important;
    box-shadow: 12px 0 36px rgba(0, 0, 0, 0.24);
  }

  .mfp-content .mobile-sidebar .sidebar-menu {
    height: 100% !important;
    padding: 16px 12px 24px !important;
    background: #ffffff !important;
    overflow-y: auto !important;
  }

  .mfp-content .mobile-sidebar .sidebar-menu::before {
    content: none !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar {
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li+li {
    border-top: 0 !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li>a {
    position: relative;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 34px 10px 13px !important;
    background: #ffffff !important;
    color: #222222 !important;
    border: 1px solid #f3cccc !important;
    border-radius: 12px !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.2px !important;
    text-transform: uppercase !important;
    box-shadow: 0 6px 18px rgba(237, 28, 36, 0.07);
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li>a::before {
    content: "";
    width: 7px !important;
    height: 7px !important;
    margin-right: 10px !important;
    border-radius: 50%;
    background: #ed1c24;
    box-shadow: 0 0 0 5px rgba(237, 28, 36, 0.1);
    flex: 0 0 auto;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li>a::after {
    content: "›";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-52%);
    color: #ed1c24;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li.current-menu-item>a,
  .mfp-content .mobile-sidebar .nav-sidebar>li.current_page_item>a,
  .mfp-content .mobile-sidebar .nav-sidebar>li>a:hover {
    background: #ed1c24 !important;
    color: #ffffff !important;
    border-color: #ed1c24 !important;
    box-shadow: 0 10px 24px rgba(237, 28, 36, 0.22);
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li.current-menu-item>a::before,
  .mfp-content .mobile-sidebar .nav-sidebar>li.current_page_item>a::before,
  .mfp-content .mobile-sidebar .nav-sidebar>li>a:hover::before {
    background: #ffffff !important;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2) !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li.current-menu-item>a::after,
  .mfp-content .mobile-sidebar .nav-sidebar>li.current_page_item>a::after,
  .mfp-content .mobile-sidebar .nav-sidebar>li>a:hover::after {
    color: #ffffff !important;
  }

  .mfp-content .mobile-sidebar .nav,
  .mfp-content .mobile-sidebar .nav-vertical {
    border: 0 !important;
  }

  .mfp-content .mfp-close {
    position: fixed !important;
    top: 12px !important;
    right: 14px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.18) !important;
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    opacity: 1 !important;
    text-align: center !important;
    z-index: 1000000 !important;
  }
}

/* Màn 360px: iPhone 16, iPhone 16 Pro, Galaxy S24 */
@media (max-width: 370px) {

  .mfp-content .mobile-sidebar {
    width: clamp(256px, 73vw, 272px) !important;
    max-width: 272px !important;
    min-width: 256px !important;
  }

  .mfp-content .mobile-sidebar .sidebar-menu {
    padding: 14px 10px 22px !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar {
    gap: 8px !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li>a {
    min-height: 42px !important;
    padding: 9px 31px 9px 12px !important;
    font-size: 11.8px !important;
    border-radius: 11px !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li>a::before {
    width: 6px !important;
    height: 6px !important;
    margin-right: 9px !important;
  }

  .mfp-content .mobile-sidebar .nav-sidebar>li>a::after {
    right: 11px !important;
    font-size: 21px !important;
  }
}

/* Màn rộng hơn: Google Pixel 6, S24 Ultra */
@media (min-width: 390px) and (max-width: 849px) {

  .mfp-content .mobile-sidebar {
    width: 72vw !important;
    max-width: 296px !important;
    min-width: 280px !important;
  }

  .mfp-content .mobile-sidebar .sidebar-menu {
    padding: 16px 12px 24px !important;
  }
}