: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-page-filter h2 .clear-all:hover{
    color: var(--red-color);
}
.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;
}
.single-breadcrumb {
  background: #f5f5f5;
}
.single-breadcrumb p,
.single-breadcrumb p a {
  color: var(--blue-color);
  margin-bottom: 0;
}
.single-breadcrumb p a:hover {
  color: var(--red-color);
}

.product-gallery-main .swiper-slide img {
  width: 100%;
  max-height: 480px;
  height: 480px;
  object-fit: cover;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.product-gallery-thumbs {
  margin-top: 12px;
}

.product-gallery-thumbs .swiper-slide {
  width: 90px;
  height: 90px;
  opacity: 0.6;
  cursor: pointer;
  border: 1px solid #e1e1e1;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #757575;
}

.product-gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-main .swiper-slide {
  padding-right: 1px;
}
.product-gallery-thumbs .swiper-slide {
  padding-right: 1px;
}
.product-summary-inner {
  width: 46% !important;
}
.single-product-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
}
.information-label {
  width: 30%;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
}
.information-value {
  color: rgba(26, 26, 26, 0.7);
  font-size: 16px;
  font-weight: 400;
}
table.product-infomation {
  margin: 24px 0;
  padding: 24px 0;
  border-bottom: 1px solid #e4e7e9;
  border-top: 1px solid #e4e7e9;
  border-collapse: separate;
}
table.product-infomation td {
  border-bottom: 0 !important;
}
.buying_phone_number {
  display: block;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  width: 100%;
  background: var(--red-color);
  transition: all 0.3s;
  border: 1px solid var(--red-color);
}
.buying_phone_number:hover {
  color: var(--red-color);
  background: #fff;
}
.sharing-product {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sharing-product ul {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
  list-style: none;
}
.sharing-product ul li {
  margin-bottom: 0;
}
.sharing-product ul li a i {
  color: #5f6c72;
  transition: all 0.3s;
}
.sharing-product ul li:hover i {
  color: var(--red-color);
}

.produc-tab-wrapper {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #f2f2f2;
  /* position: sticky;
  top: 104px; */
  z-index: 9;
}
.produc-tab-wrapper ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin-bottom: 0;
}
.produc-tab-wrapper ul li {
  margin-bottom: 0;
}
.produc-tab-wrapper ul li a {
  color: rgba(26, 26, 26, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 12px;
  display: block;
  transition: all 0.5s;
  position: relative;
}
.produc-tab-wrapper ul li a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  background: var(--red-color);
}
.produc-tab-wrapper ul li a:hover {
  color: var(--red-color);
}
.produc-tab-wrapper ul li a:hover::after {
  width: 100%;
}
#mo-ta-san-pham .col-md-3 {
  width: 27%;
}
#mo-ta-san-pham .col-md-9 {
  width: 73%;
}

.sticky-product-bar {
  position: sticky;
  top: 160px;
  z-index: 2;
}

#mo-ta-san-pham h2 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.mo-ta-san-pham-content p {
  color: rgba(26, 26, 26, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.single_post-card h3 {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.single_post-card {
  padding: 32px 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 12px 0 rgb(220 220 220 / 12%);
}
.related-product-item {
  display: flex;
  gap: 12px;
}
.related-product-item h4 {
  overflow: hidden;
  color: #1a1a1a;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  line-height: 24px;
}
.related-products .product-thumb {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  flex: 0 0 120px;
  aspect-ratio: unset !important;
  margin: 0 !important;
}
.related-products .product-thumb img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.related-products {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#thong-so-ky-thuat img {
  height: auto;
  width: 100%;
}
#form_bao_gia {
  background-repeat: no-repeat;
  background-size: cover;
}
#form_bao_gia h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
#form_bao_gia .bao-gia-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-row p {
  display: flex;
  gap: 20px;
}
.cs-row p span {
  width: 100%;
}
.cs-row p span input,
.cs-row p span textarea {
  border-radius: 5px !important;
  border: 1px solid #e1e1e1 !important;
  background: #fff;
  height: 50px !important;
}
.cs-row p span input::placeholder,
.cs-row p span textarea::placeholder {
  color: #424649;
  font-size: 16px;
  font-weight: 400;
}
#form_bao_gia form {
  margin-bottom: 0;
}
.cs-row p span textarea {
  margin-bottom: 0;
}
#form_bao_gia .bao-gia-right .wpcf7-form-control {
  margin: 0 !important;
  padding: 22px 60px;
  background: var(--red-color);
  color: #fff !important;
  height: unset !important;
  min-height: unset !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  text-transform: capitalize;
  border-radius: 800px !important;
  border: 1px solid var(--red-color) !important;
  box-shadow: none !important;
  background: var(--red-color) !important;
}
#form_bao_gia .bao-gia-right .wpcf7-form-control:hover {
  color: var(--red-color) !important;
  background: #fff !important;
}
#form_bao_gia .wpcf7-spinner {
  position: absolute !important;
}
#form_bao_gia .wpcf7-response-output {
  color: #fff;
}
.product_policy-row {
  display: flex;
  align-items: flex-start;
}
.product_policy-left h3 {
  color: #000;
  font-family: SVN-Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.product_policy-left {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #000;
}
.product_policy-content ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.product_policy-content ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.product_policy-right ul {
  list-style: none;
}
.product_policy-right ul li {
  color: #191c1f;

  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
}
#project_page .project-grid {
  gap: 40px 20px;
}
.news-latest {
  border-bottom: 1px solid var(--red-color);
}
.news-category {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.news-category:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.news-category-title {
  margin-bottom: 0;
}
.news-category-title a {
  color: var(--red-color) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news-category-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  display: grid;
  margin-top: 40px;
}
.news-category-grid .news-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.news-category-grid .news-item .news-cate-thumb {
  flex: 0 0 200px;
  position: relative;
}
.news-category-grid .news-item .news-cate-thumb img {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  object-fit: cover;
}
.img-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 36px !important;
  width: 50px !important;
}
.category-title {
  color: var(--red-color) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news-excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* change 3 to the number of lines you want */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
.category-featured img {
  width: 100%;
  height: 100%;
}
.category-post-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-featured .post-title a {
  color: #000 !important;
}
.pagination .nav-links {
  display: flex;
  gap: 8px;
}
.category-page .pagination {
  margin-top: 10px;
}
.single-post-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-post-meta {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-content {
  margin-top: 24px;
}
.single-post-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.project-post-meta ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 24px;
}
.project-post-meta ul li {
  color: var(--red-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px; /* 200% */
}

.contact-top h2 {
  color: var(--red-color);
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.contact-infor {
  max-width: 350px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-infor p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.contact-top form {
  margin-bottom: 0;
}
.cf7-row {
  display: flex;
  gap: 20px;
}

.cf7-col-full {
  width: 100%;
}
.cf7-row textarea {
  width: 100% !important;
}
.cf7-row p span input,
.cf7-row p span textarea {
  border-radius: 5px !important;
  border: 1px solid #e1e1e1 !important;
  background: #fff;
  height: 50px !important;
  box-shadow: none !important;
}
.cf7-row p span input::placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.cf7-row.cf7-submit {
  justify-content: flex-end;
}
.cf7-row.cf7-submit .wpcf7-spinner {
  position: absolute;
}
.cf7-row.cf7-submit .wpcf7-form-control {
  margin: 0;
  padding: 16px 50px !important;
  line-height: unset !important;
  height: unset !important;
  min-height: unset !important;
  box-shadow: none !important;
  border: 1px solid var(--red-color);
  background: var(--red-color) !important;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 800px;
}
.cf7-row.cf7-submit .wpcf7-form-control:hover{
    background: #fff !important;
    color: var(--red-color) !important;
}
.contact-bottom img{
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 5px;

}
#menu-menu-chinh-header .menu-item a, #menu-menu-top-bar .menu-item a{
    position: relative;
}
#menu-menu-chinh-header .menu-item a::after{
    position: absolute;
    content: "";
    transition: all .5s;
    width: 0%;
    background: var(--red-color);
    height: 2px;
    bottom: -5px;
    left: 0;
}
#menu-menu-chinh-header .menu-item:hover a::after{
    width: 100%;

}
#menu-menu-top-bar .menu-item a::before{
    position: absolute;
    content: "";
    transition: all .5s;
    width: 0%;
    background: #fff;
    height: 2px;
    bottom: 20px;
    left: 0;
}
#menu-menu-top-bar .menu-item:hover a::before{
    width: 100%;

}
#menu-menu-top-bar .sub-menu .menu-item a::before{
    display: none !important;
}
._3d-flip-book{
    background-color: #000;
}
.post-type-archive-3d-flip-book .news-thumb{
    aspect-ratio: 1/1;
}
.post-type-archive-3d-flip-book .news-thumb img{
    border-radius: 5px;
}
.related-flipbooks-section{
    padding: 50px 0;
    background: #F4F4F4;


}
.related-flipbooks-section ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.related-flipbooks-section ul li{
    aspect-ratio: 4 / 3;
    margin-bottom: 0 !important;
}
.related-flipbooks-section ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-flipbooks-section ul li a{
    color: #000;
font-size: 16px;
font-weight: 600;
line-height: 24px;
margin-top: 10px;
text-transform: capitalize;
}
.related-flipbooks-section h2{
    color: #EC1E28;
font-size: 14px;
font-weight: 600;
line-height: normal;
letter-spacing: 1.96px;
text-transform: uppercase;
margin-bottom: 24px;
}

.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}
.js-lang-toggle{
    cursor: pointer;
}
.js-lang-toggle:hover .lang-text{
    color: var(--red-color);
}
 .filter-result-text{
    background: #F4F4F4;

 }
 .product-archive-result .product-grid{
    margin-top: 0;
 }
  .filter-result-text p{
    color: #000;
font-size: 14px;
font-weight: 400;
line-height: 20px; 
  }