:root {
  --blue-color: #1f5eff;
  --red-color: #ec1e28;
}

body,
.nav > li > a,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Gilroy", sans-serif !important;
}

.header-top {
  background: var(--blue-color) !important;
  padding: 12px 0;
  min-height: unset !important;
}
.header-top-left ul {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
}
.header-top-left ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.header-top-left ul li a:hover {
  color: var(--red-color);
}
.header-top-left ul li {
  margin-bottom: 0;
}
.header-top-menu ul {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.header-top-menu ul li {
  margin-bottom: 0;
}
.header-top-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.header-top .container::after {
  display: none !important;
}
.header-top-right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.header-top-lang span {
  color: #fff;
  font-size: 16px;
  text-transform: lowercase;
}
.main-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.main-header-right {
  display: flex;
  gap: 50px;
  align-items: center;
}
.main-header-right ul {
  list-style: none;
  display: flex;
  gap: 50px;
  padding: 0;
  margin: 0;
}
.main-header-right ul li {
  margin-bottom: 0;
}
.main-header-right ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.main-header-right ul li a:hover {
  color: var(--red-color);
}
.main-header-right ul li {
  margin-bottom: 0;
}
.header-logo img {
  height: 65px;
}
.header-wrapper {
  border-bottom: 1px solid #e0e0e0;
}
.header-wrapper.stuck {
  background-color: #fff !important;
}
.btn-round a {
  display: flex;
  align-items: center;
  padding: 6px 30px;
  border: 2px solid var(--red-color);
  border-radius: 80px;
  gap: 10px;
  color: var(--red-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-round a svg {
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  margin-bottom: 0;
  fill: var(--red-color);
}
.btn-round a:hover {
  background: var(--red-color);
  color: #fff;
}
.btn-round a:hover svg {
  fill: #fff;
}
.home-banner-swiper img {
  height: 880px;
  object-fit: cover;
  width: 100%;
}

#home_banner {
  position: relative;
}
#home_banner .banner-inner {
  position: absolute;
  top: 160px;
  z-index: 99;
  width: 100%;
}
#home_banner .banner-inner h1 {
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
#home_banner .banner-inner p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
  max-width: 700px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.btn-primary {
  padding: 16px 50px;
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  background: var(--red-color);
  color: #fff;
  line-height: 24px;
  border-radius: 800px;
  border: 1px solid #ec1e28;
  background: #ec1e28;
  transition: 0.3s all;
}
.btn-primary:hover {
  background: #fff;
  color: var(--red-color);
}
.swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 6px;
  background: #fff;
  opacity: 1 !important;
  transition: all 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--red-color) !important;
}
.swiper-pagination {
  bottom: 30px !important;
}
.about_us-row {
  display: flex;
  gap: 50px;
  align-items: center;
}
.about_us-left {
  flex: 0 0 640px;
}
.about_us-right span {
  color: var(--red-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about_us-right h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.about_us-right .about_us-description p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.have-background-absolute {
  position: relative;
  z-index: 2;
}
.have-background-absolute img {
  position: relative;
  z-index: 9;
}
.have-background-absolute::after {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  top: 22px;
  left: -12px;
  background: var(--red-color);
  content: "";
  z-index: 1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.section-heading {
  text-align: center;
}
.section-subtitle {
  color: var(--red-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cs-section-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
}
.service-card-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-card-item {
  position: relative;
}
.service-img {
  position: relative;
}
.service-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 188px;
  min-height: 188px;
  transition: all 0.5s;
}
.service-inner h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.service-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.service-inner span {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
}
.service-inner span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -3px;
}
.service-card-item:hover .service-inner {
  background-color: #ec1e28bd;

  bottom: 0;
  height: 100%;
}
.service-inner-wrap {
  width: 300px;
}
#why_chose_us .section-heading {
  text-align: start;
}
#why_chose_us .cs-section-title {
  color: #fff;
  text-align: start;
  margin-bottom: 14px;
}
.why_chose_us-inner {
  padding: 100px 0;
}
#why_chose_us .section-heading p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 733px;
}
#why_chose_us {
  background-repeat: repeat;
  background-size: cover;
}
.reason-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.reason-item {
  position: relative;
}
.reason-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  position: absolute;
  right: -77px;
  top: 25px;
  width: 92px;
}
.why_chose_us-inner .reason-list .reason-item:last-child .reason-title {
  width: 50px;
  right: -30px;
}
.tab-filter ul {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.tab-filter ul li a {
  display: block;
  width: fit-content;
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2.1px;
  transition: all 0.3s;
}

.tab-filter ul li a:hover,
.tab-filter ul li a.active {
  background: var(--red-color);
  color: #fff;
  border-color: var(--red-color);
  box-shadow: 0 4px 16px rgba(0, 115, 230, 0.1);
}

#global-spinner {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

#global-spinner .spinner-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
}

#global-spinner .spinner-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#global-spinner .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ddd;
  border-top-color: var(--red-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.project-thumb img {
  height: 272px;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.project-thumb {
  overflow: hidden;
}
.project-item:hover .project-thumb img {
  transform: scale(1.2);
}
.project-item {
  position: relative;
  display: block;
}
.project-absolute {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 272px;
  background: transparent;
  transition: background 0.5s ease, opacity 0.5s ease;
}
.project-absolute ul {
  list-style: none;
  display: flex;
  padding: 12px 21px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(2px);
  gap: 50px;
  height: fit-content;
  transition: all 0.3s;
  transform: translateY(30px);
}
.project-absolute ul li {
  display: flex;
  gap: 9px;
  align-items: center;
}
.project-field-right {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.project-field-right span:first-child {
  font-size: 14px;
  font-weight: 400;
}
.project-field-right span:last-child {
  font-size: 16px;
  font-weight: 500;
}
.project-item:hover .project-absolute {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  opacity: 1;
}

.project-item:hover .project-absolute ul {
  transform: translateY(120%);
}
.project-infor h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 3px;
}
.project-location {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.project-location i {
  color: var(--red-color);
  font-size: 16px;
}
.bottom-banner-img img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
#bottom_banner {
  position: relative;
}
.bottom-banner-inner {
  position: absolute;
  z-index: 1;
  top: 120px;
  display: flex;
  gap: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-content {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.banner-infor {
  display: flex;
  gap: 50px;
  color: #fff;
  align-items: center;
}
.banner-infor span:first-child {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  position: relative;
}
.banner-infor span:first-child::after {
  right: -25px;
  width: 2px;
  height: 100%;
  content: "";
  top: 0;
  position: absolute;
  background: #fff;
}
.banner-infor span:last-child {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.96px;
  text-transform: uppercase;
}

.news-item.main img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.news-thumb {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.news-terms {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.28px;
}
.news-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-item-title {
  margin-bottom: 0px;
}
.news-item-title a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item.main .news-item-title a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-excerpt {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.news-item.small .news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.readmore-btn {
  color: var(--red-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: fit-content;
}
.readmore-btn::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--red-color);
  margin-top: 4px;
  border-radius: 2px;
}
.news-item.small .news-thumb {
  margin-bottom: 0;
  position: relative;
}
.news-item.small .news-thumb img {
  height: 100%;
  object-fit: cover;
}
.home_news-title {
  color: var(--red-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news-row {
  margin-top: 40px;
}
.btn-primary.large {
  padding: 22px 60px;
}
.home_contact_form-left h2 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.home_contact_form-left .form-row span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cf7-email-wrap p {
  display: flex;
  border-radius: 40px;
  border: 1px solid #fff;
}
.cf7-email-wrap input {
  min-height: unset !important;
  line-height: unset !important;
  background: transparent !important;
  border: unset !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding: 11px 30px !important;
  padding-right: 0px !important;
  height: unset !important;
  display: block !important;
}
.cf7-email-wrap input::placeholder {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
}
.cf7-email-wrap button {
  margin: 0 !important;
  display: flex !important;
  min-height: unset !important;
  line-height: normal !important;
  height: 44px !important;
  width: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px !important;
  background-color: var(--red-color) !important;
  border-radius: 50%;
  border: 1px solid #ec1e28 !important;
  transform: rotate(-30deg);
  margin-top: 1px !important;
}
.home_contact_form-left .form-row form {
  margin-bottom: 0;
}
.footer-top.row::after {
  display: none !important;
}
.footer-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-col ul {
  list-style: none;
  margin-bottom: 0;
}
.footer-col h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-col li {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}
.footer-col li a {
  color: #9b9b9b;
}
.footer-col li a:hover {
  color: #fff;
}
.footer-col .footer-contact li {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-transform: none;
  letter-spacing: unset;
}
.footer-socials {
  display: flex;
  gap: 33px;
  align-items: center;
}
.footer-socials a i {
  color: #a09d98;
}
.footer-socials a:hover i {
  color: var(--red-color);
}
.footer-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.footer-gallery .gallery-item {
  padding: 0;
  overflow: hidden;
}
.footer-gallery .gallery-item img {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.footer-gallery .gallery-item:hover img {
  transform: scale(1.08);
}
.footer-bottom p {
  color: #9b9b9b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 0;
}

#fixed_social_icon {
  position: fixed;
  z-index: 9;
  bottom: 30px;
  right: 0;
}
#fixed_social_icon ul {
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 24px 0 0 24px;

  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(35px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#fixed_social_icon ul li {
  margin-bottom: 0;
}
#fixed_social_icon ul li a {
  opacity: 0.8;
  transition: all 0.5s;
}
#fixed_social_icon ul li a:hover {
  opacity: 1;
}
#fixed_social_icon ul li img {
  transition: all 0.5s;
}
#fixed_social_icon ul li a:hover img {
  transform: scale(1.1);
}
#home_product_cate {
  padding-bottom: 100px !important;
}
#home_product_cate h2 {
  color: var(--red-color);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home_product_cate-description {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px; /* 150% */
}
.search-product {
  margin-bottom: 0;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 10px 10px 10px 24px;
}
.search-product-input {
  line-height: unset !important;
  height: unset !important;
  min-height: unset !important;
  border: unset !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.search-product-input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.search-product-btn {
  margin: 0 !important;
  padding: 8px !important;
  background-color: var(--red-color) !important;
  box-shadow: none !important;
  height: unset !important;
  min-height: unset !important;
  border-radius: 8px !important;

  line-height: unset !important;
}
.tab-filter.product-filter ul {
  margin-bottom: 10px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.product-item {
  padding: 16px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    border-color 0.4s, box-shadow 0.4s, background 0.3s;
}
.product-item:hover {
  transform: translateY(-8px);
  border-color: var(--red-color);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.3);
}
.product-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #f9f9f9;
  transition: box-shadow 0.3s;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}
.product-item:hover .product-thumb img {
  transform: scale(1.05);
}
.product-infor {
  display: block;
}
.product-infor h3 {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.product-infor {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.product-price {
  color: var(--red-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.view-more-btn {
  display: block !important;
  background: #8d8d8d;
  padding: 10px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  border-radius: 5px !important;
  transition: background 0.4s;
}
.product-item:hover .view-more-btn {
  background: var(--red-color) !important;
}
.banner_page-wrapper img {
  height: 620px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}
#banner_page {
  position: relative;
}
.cs-breadcrumb {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.cs-breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 8px;
  margin-bottom: 0;
}
.cs-breadcrumb-list li {
  margin-bottom: 0;
}
.cs-breadcrumb-list li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.cs-breadcrumb-list li a:hover {
  color: var(--red-color);
}

.product-page-filter h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-page-filter h2 .clear-all {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}
.product-cate-filter {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e4e7e9;
}
.product-cate-filter h3,
.product-brand-filter h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.filter-list {
  list-style: none;
  margin-bottom: 0;
}
.filter-item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/* Nếu input ở trong filter-item đang được checked thì tăng font-weight label */
.filter-item input:checked + .filter-decor + .filter-label {
  font-weight: 500;
}

.filter-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 12px;
}
.filter-item input {
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Filter top action (search + sort) */
.filter-top-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.filter-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 450px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 10px 10px 10px 24px;
  margin-bottom: 0;
}
.filter-search-input {
  line-height: unset !important;
  height: unset !important;
  min-height: unset !important;
  border: unset !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.filter-search-input::placeholder {
  color: #9b9b9b;
}
.filter-search-btn {
  margin: 0 !important;
  padding: 8px !important;
  background-color: var(--red-color) !important;
  box-shadow: none !important;
  height: unset !important;
  min-height: unset !important;
  border-radius: 8px !important;
  line-height: unset !important;
}
.filter-search-btn svg path {
  fill: #fff;
}
.filter-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.filter-sort span {
  font-size: 14px;
  color: #000;
}
.filter-sort-select {
  height: 44px;
  padding: 12px 16px;
  border-radius: 2px;
  border: 1px solid #e3e6ea;
  background: #fff;
  min-width: 180px;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  box-shadow: none !important;
}

/* Decor cho radio/checkbox */
/* Base decor */
.filter-decor {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9cfd2;
  transition: all 0.25s ease;
  position: relative;
  flex-shrink: 0;
}
.filter-decor::after {
  content: "";
  transition: all 0.25s ease;
}

/* Radio (danh mục) */
.filter-list-radio .filter-decor {
  border-radius: 50%;
}
.filter-list-radio .filter-decor::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
}
.filter-list-radio input:checked + .filter-decor {
  border-color: var(--red-color);
  background: var(--red-color);
}
.filter-list-radio input:checked + .filter-decor::after {
  background: #fff;
}

/* Checkbox (thương hiệu) */
.filter-list-checkbox .filter-decor {
  border-radius: 4px;
  background: #fff;
}
.filter-list-checkbox .filter-decor::after {
  width: 8px;
  height: 4px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
}
.filter-list-checkbox input:checked + .filter-decor {
  border-color: var(--red-color);
  background: var(--red-color);
}
.filter-list-checkbox input:checked + .filter-decor::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

/* Hover state */
.filter-item:hover .filter-decor {
  border-color: #e74951;
}
.product-archive-result .product-grid {
  grid-template-columns: repeat(4, 1fr);
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: rgba(26, 26, 26, 0.5);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pagination .page-numbers.current {
  background: var(--red-color);
  color: #fff;
}
