:root {
  --primary-color: #f26722;
  --secondary-color: #fff3ed;
  --text-color-main: #0a2540;
  --text-color: #767676;
}

#top-bar .flex-col.flex-left,
#top-bar .flex-col.flex-center,
#top-bar .flex-col.flex-grow {
  display: none !important;
}
#top-bar .flex-col.flex-right {
  width: 100%;
  display: block !important;
}
#top-bar .flex-col.flex-right .nav-right {
  justify-content: space-between;
  width: 100%;
}
.header-wrapper #top-bar {
  display: none !important;
}
#top-bar .nav-top-link {
  font-size: 14px !important;
  padding: 14px 0 !important;
  color: #fff;
  display: block;
}
#top-bar .menu-item {
  margin-bottom: 0 !important;
}
.logo-left .logo,
#masthead .header-inner .flex-col.flex-left {
  margin-right: 70px !important;
}
.header-search-form {
  width: 100%;
}
.searchform-wrapper .search-field {
  height: 47px;
  box-shadow: none !important;
  background: none;
  padding: 13px 16px !important;
}

.searchform-wrapper .ux-search-submit {
  height: 47px;
  width: 47px;
  border: 1px solid #ddd !important;
  border-left: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.icon-search {
  color: var(--text-color);
}

.searchform-wrapper .ux-search-submit:hover {
  background: var(--primary-color) !important;
}
.searchform-wrapper .ux-search-submit:hover .icon-search {
  color: #fff !important;
}
.header-cart-icon {
  padding: 10px;
  background: #f1f5fb;
}
.htv-user-icon i {
  font-size: 24px;
}
.header-button a {
  background-color: #d00000 !important;
  font-size: 14px;
  text-transform: uppercase;
}
.htv-auth-buttons .btn {
  font-size: 16px;
  border-radius: 0px;
  font-weight: 600;
}
.htv-auth-buttons .btn-login {
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
}
.htv-auth-buttons .btn-register {
  margin-left: 14px;
  color: #fff;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.header-bottom .flex-col.flex-center .header-bottom-nav .menu-item a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.header-bottom .flex-col.flex-center .header-bottom-nav .menu-item a:hover {
  color: var(--primary-color);
}
.header-bottom .flex-col.flex-center .header-bottom-nav .menu-item {
  margin: 0 25px;
}
.header-bottom .flex-col.flex-left {
  flex: 0 0 auto !important;
}
.header-bottom {
  background-color: #fff !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.htv-category-list-wrap {
  width: 100%;
  position: relative;
}

.htv-category-toggle {
  background: #ff5a00;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 8px 13px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  min-width: 260px;
  font-weight: 500 !important;
  gap: 10px;
  position: relative;
}
.htv-category-toggle .icon {
  font-size: 18px;
}
.htv-category-toggle .arrow {
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 19px;
  right: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.home .htv-category-list {
  display: block;
}
.htv-category-list {
  display: none;
}
.sub-toggle {
  border: solid #000000;

  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 18px;
  right: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.htv-category-list {
  border-top: 1px solid #eee;
  list-style: none;
  margin: 0;
  padding: 0;
}

.htv-category-list li {
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
}

.htv-category-list li a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 16px;
}
.htv-category-list li a:hover {
  color: var(--primary-color);
}
.htv-category-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-height: 444px;
  overflow-y: auto;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  padding-right: 10px !important;
}
/* Scrollbar cho Chrome, Edge, Safari */
.htv-category-list::-webkit-scrollbar {
  width: 3px; /* độ rộng thanh cuộn dọc */
}

.htv-category-list::-webkit-scrollbar-track {
  background: var(--secondary-color); /* nền track */
  border-radius: 10px;
}

.htv-category-list::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); /* màu kéo */
  border-radius: 10px;
  border: 2px solid var(--secondary-color); /* viền cách màu nền */
}

.htv-category-list::-webkit-scrollbar-thumb:hover {
  background-color: #d84f12; /* hover đậm hơn */
}

/* Scrollbar cho Firefox */
.htv-category-list {
  scrollbar-width: thin; /* mỏng */
  scrollbar-color: var(--primary-color) var(--secondary-color); /* thumb / track */
}

.cat-item.has-children {
  position: relative;
}

.cat-item .sub-toggle {
  position: absolute;
  right: 12px;
  top: 16px;
  cursor: pointer;
  font-size: 12px;
  color: #666;
}

.cat-item.active > .sub-toggle {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.htv-category-list li .children-list li {
  border-bottom: 0 !important;
  list-style-type: none !important;
  padding: 0 15px;
}
.htv-category-list li .children-list li:first-child {
  margin-top: 8px;
}
.children-list .cat-item .sub-toggle {
  top: 4px;
  padding: 3px;
}
.htv-category-list .children-list li a {
  font-size: 14px;
}
.header-bottom .flex-col.flex-center {
  margin-left: 30px;
}
.htv-category-list .cat-item.children-1.has-children:first-child {
  padding-top: 15px !important;
}
.htv-category-list .cat-item.children-1.has-children:first-child .sub-toggle {
  top: 20px;
}

/* .slider-home {
  background-color: #f8f8f8 !important;
  padding-left: 277px !important;
}

.slider-home .banner {
  background-color: #f8f8f8;
} */

.slider-home .banner .banner-inner .banner-bg img {
  /* object-fit: contain; */
}
.slider-home {
  max-width: calc(100% - 277px);
  margin-left: auto;
}
.home .slider-home .text-box {
  left: 30px !important;
  transform: translate(0%, -50%) !important;
  width: 390px !important;
  color: #333;
}
.home .slider-home .text-box h1 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 30px;
}
.home .slider-home .text-box p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}

.home .slider-home .text-box a {
  min-width: 120px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid var(--primary-color);
  box-shadow: none;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}
.home .slider-home .text-box a:hover {
  background-color: transparent;
  color: var(--primary-color);
}
.slider-home .flickity-page-dots {
  left: 50%;
  background-color: #fff;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 99px;
}
.slider-home .slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-home .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
  background-color: #333 !important ;
  border-color: #333 !important;
}
.slider-nav-light .flickity-page-dots .dot {
  border-color: #d9d9d9 !important;
  background: #d9d9d9 !important;
}
.flickity-page-dots .dot {
  opacity: 1 !important;
  height: 12px !important;
  width: 12px !important;
}
.custom-section {
  padding: 30px 0;
}
.home .stuck .htv-category-list {
  display: none;
}

.htv-project-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.project-item {
  padding: 24px;
  border: 1px solid #e4e7e9;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.project-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  border-color: #ff9900;
}
.project-info {
  margin-top: 24px;
}
/* .project-thumb img {
  transition: transform .4s ease;
}

.project-item:hover .project-thumb img {
  transform: scale(1.05);
} */
.project-meta {
  display: flex;
  gap: 16px;
}
.project-author,
.project-date {
  font-size: 14px;
  color: #425466;
  display: flex;
  gap: 6px;
  align-items: center;
}
.project-author i,
.project-date i {
  font-size: 18px;
  color: #ff9900;
}
.project-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color-main);
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 12px;
}
.project-excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #425466;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.readmore {
  display: flex;
  width: 100%;
  height: 48px;
  max-width: 160px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #ff9900 !important;
  text-transform: uppercase;
  border: 1px solid #0a254080;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.readmore:hover {
  color: #fff !important;
  border: 1px solid #ff9900;
  background-color: #ff9900;
}
.title-primary {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color-main);
}
.htv-project-list {
  margin-top: 50px;
}
.home_our_partner-section {
  padding-top: 70px !important;
}
.title-primary h1 {
  font-size: 32px;
  margin-bottom: 0;
  border-bottom: 0 !important;
}
.title-primary h1 span {
  border-bottom: 0 !important;
  text-transform: none;
}
.home_our_partner-section .title-primary h1 {
  justify-content: center;
}
.home-about-us-row {
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 50px;
}
.home-about-us-row .col {
  padding-bottom: 0 !important;
  flex-basis: 48%;
  max-width: 48%;
}
.home-about-us-row::after {
  display: none !important;
}
.home-about-us-row .col-inner,
.home-about-us-row .col-inner .img.has-hover,
.home-about-us-row .col-inner .img.has-hover .img-inner,
.home-about-us-row .col-inner .img.has-hover .img-inner img {
  height: 100%;
}
.home-about-us-row .col-inner .img.has-hover .img-inner img {
  object-fit: cover;
  border-radius: 4px;
}

.title-underline h2,
.title-underline h2 span {
  border-bottom: 0;
}
.title-underline h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
  width: fit-content;
}

.title-underline span {
  text-transform: capitalize !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.title-underline {
  width: fit-content !important;
  padding: 24px !important;
  margin-left: 0 !important;
  border-bottom: 1px solid #42546633;
  margin-bottom: 28px !important;
}

.home_our_partner-section .our-partner {
  margin-left: auto !important;
  margin-bottom: 50px !important;
}

.home_our_partner-section .gs_logo_single img {
  height: 140px;
  object-fit: contain;
}
.form-quote-offer-col {
  background-color: #ffffff;
  padding: 32px !important;
}
.form-quote-offer-heading h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color-main);
  margin-bottom: 12px;
  text-align: center;
}
.form-quote-offer-heading p {
  font-size: 14px;
  line-height: 26px;
  color: #616161;
  font-size: 14px;
  line-height: 26px;
  color: #616161;
  width: 85%;
  margin: 0 auto 18px;
}
.form-group label {
  font-size: 12px;
  font-weight: 400;
  color: #181818;
  line-height: 26px;
}
.form-group input {
  font-size: 16px !important;
  border: 0.5px solid var(--primary-color) !important;
  height: 46px !important;
  padding: 10px !important;
  outline: unset !important;
  box-shadow: none !important;
  margin-bottom: 16px !important;
}
.form-group textarea {
  padding: 10px !important;
  outline: unset !important;
  border: 0.5px solid var(--primary-color) !important;
  margin-bottom: 16px !important;
  box-shadow: none !important;
}
.form-group input[type="submit"] {
  height: 40px !important;
  width: 140px !important;
  display: flex;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.form-quote-offer-col form {
  margin-bottom: 0 !important;
}
.form-quote-offer-col .wpcf7-spinner {
  display: none !important;
}
.absolute-footer {
  display: none !important;
}
.footer-wrapper .section {
  padding: 40px 0 !important;
}
.footer-col-1 .box-image img {
  width: 250px;
  height: auto;
}
.footer-col-1 .icon-box p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.footer-col-1 .box-text {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.footer-col-1 .icon-box {
  margin-bottom: 16px;
}
.footer-col-1 .box-text-inner .icon-box:last-child {
  margin-bottom: 0 !important;
}
.footer-col-1 .icon-box-img .icon {
  padding: 5px;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
}
.footer-col-1 .icon-box-img .icon .icon-inner {
  display: flex;
  margin-bottom: 4px;
}
.footer-col-1 .icon-box-img {
  width: 35px !important;
}
.footer-col-2 .footer-menu-title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-col-2 .ux-menu .ux-menu-link__link {
  color: #fff !important;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 10px;
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: unset !important;
}
.footer-col-2 .col {
  flex-basis: 43%;
  max-width: 43%;
}
.footer-col-2 .row {
  justify-content: flex-end !important;
}
.footer-col-1,
.footer-col-2 {
  padding-bottom: 0 !important;
}
.copy-right {
  background: rgba(25, 28, 31, 1);
  box-shadow: 0px 1px 0px 0px rgba(48, 54, 57, 1) inset;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.about_us_intro-section,
.certification_section {
  padding-top: 50px !important;
}

.about_us_intro-text h2 {
  padding: 16px 0;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.about_us_intro-text h2::after {
  content: "";
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3779d8;
}
.about_us_intro-section .row {
  justify-content: space-between;
}
.about_us_intro-section .row::after {
  display: none !important;
}
.about_us_intro-section .about_us_intro-text {
  flex-basis: 43%;
  max-width: 43%;
}
.current-menu-item a {
  color: var(--primary-color) !important;
}
.about_us_intro-section .col {
  padding-bottom: 0 !important;
}
.about_us_intro-section .about_us_intro-img img {
  border-radius: 4px;
}
.about_us_vision_misstion-heading {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
.about_us_vision_misstion-heading h2 {
  padding: 10px 0;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 24px;
  color: var(--primary-color);
}
.about_us_vision_misstion-heading h2::after {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3779d8;
}
.about_us_vision_misstion-heading h3 {
  color: #3779d8;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.about_us_vision_misstion-row .box-image img {
  width: 80px;
  height: 80px;
}
.about_us_vision_misstion-row {
  align-items: stretch;
  margin-top: 50px;
}
.about_us_vision_misstion-row .col {
  padding-bottom: 0 !important;
}
.about_us_vision_misstion-row .col-inner {
  padding: 30px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.about_us_vision_misstion-row .box-text {
  text-align: left !important;
  padding: 0 !important;
  padding-top: 10px !important;
}
.about_us_vision_misstion-row .box-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color-main);
  margin-bottom: 24px;
}
.about_us_vision_misstion-row .box-text p {
  color: #333333;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
}
.about_us_vision_misstion-row .box-text p:last-child,
.about_us_vision_misstion-row .icon-box:last-child {
  margin-bottom: 0px;
}
.about_us_vision_misstion-row .icon-box {
  margin-bottom: 12px;
  background-color: #f5fcff;
  border-radius: 8px;
  padding: 12px 16px;
}
.services_supply-section h2,
.workflow-section h2,
.application-section h2,
.category_parent-section h2,
.certification_section h2,
.contact_page-text h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
  padding: 10px;
  margin-bottom: 50px;
}
.services_supply-section h2::after,
.workflow-section h2::after,
.application-section h2::after,
.category_parent-section h2::after,
.certification_section h2::after,
.contact_page-text h2::after {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3779d8;
}
.services_supply-row {
  background-color: #f5fcff;
}
.services_supply-col-image img {
  max-height: 350px;
  object-fit: cover;
}
.services_supply-col-text .col-inner {
  padding: 36px;
}
.services_supply-col-text .icon-box {
  align-items: center;
  margin-bottom: 24px;
}
.services_supply-col-text h3 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
}
.services_supply-col-text ul {
  padding-left: 20px;
}
.services_supply-col-text ul li {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.services_supply-col-text ul li strong {
  font-weight: 600;
}
.services_supply-col-text ul li::marker {
  color: #3779d8;
  font-size: 18px;
}

.services_supply-col-text {
  position: relative;
}
.services_supply-col-text.left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px; /* đẩy xa hơn để tam giác không đè lên box */
  transform: translateY(-50%);
  border-width: 30px; /* tăng kích thước tam giác */
  border-style: solid;
  border-color: transparent transparent transparent #f6fdff;
  z-index: 2;
}
.services_supply-col-text.right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px; /* đẩy xa hơn để tam giác không đè lên box */
  border-width: 30px; /* tăng kích thước tam giác */
  border-style: solid;
  border-color: transparent transparent transparent #f6fdff;
  z-index: 2;
  transform: translateY(-50%) rotate(180deg);
}

.workflow-section {
  padding: 70px 0 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.workflow-section h2 {
  color: #fff;
}
.workflow-section .col-inner {
  background: rgba(255, 255, 255, 0.37);
  padding: 40px 16px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  height: 100%;
}
.workflow-section .icon-box-img {
  width: 52px !important;
}
.workflow-section .icon-inner img {
  padding-top: 0 !important;
}
.workflow-section .icon-inner {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  padding: 13px;
}
.workflow-section .icon-box-1 img {
  height: 18px;
  width: 21px;
  margin-left: 1px;
}
.workflow-section .icon-box img {
  /* margin-bottom: 4px; */
}
.workflow-section .icon-box-text {
  color: #fff;
}
.workflow-section .icon-box-text h3 {
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  font-weight: 600;
}
.workflow-section .icon-box {
  gap: 5px;
}
.application-row .box-text {
  background-color: #e9f7fe;
  padding-top: 12px !important;
  padding-bottom: 24px !important;
}
.application-row .box-text h4 {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 26px;
  color: #333333;
}
.application-row .box-text a {
  background-color: transparent !important;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 8px 16px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-transform: none;
  margin: 0 auto !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.application-row .box-text a::after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 16px;
  margin-left: 6px;
  transition: color 0.3s ease;
}
.application-row .box-text a:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  color: #fff;
}

.application-row .box-text a:hover::after {
  color: #fff;
}
.category-parent-row {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.category-parent-item-thumb {
  position: relative;
  width: 100%;
  padding-top: 100%; /* giữ tỉ lệ 1:1 */
  overflow: hidden;
  border-radius: 8px; /* tuỳ chọn */
}

.category-parent-item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* giữ ảnh không méo */
  transition: transform 0.4s ease;
}

.category-parent-item-thumb:hover img {
  transform: scale(1.1);
}
.category-parent-infor {
  background-color: #e9f7fe;
  padding: 12px 0px 24px;
  text-align: center;
}
.category-parent-infor h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
}
.category-parent-infor a {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  padding: 10px 12px;
  line-height: 1;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.category-parent-infor a:hover {
  border: 1px solid var(--primary-color);
  color: #fff !important;
  background-color: var(--primary-color);
}
.certification_section h2 {
  margin-bottom: 24px;
}
.certification_heading {
  width: 100%;
  max-width: 1063px;
  margin: 0 auto 50px;
}
.certification_row .box-image img {
  width: 60px;
  height: auto;
}
.certification_row .box-text-inner h3 {
  color: var(--text-color-main);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 73px;
  margin: 24px 0;
}
.certification_row .col-inner {
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 100%;
}
.certification_row .box-text-inner ul {
  margin-bottom: 0;
}
.certification_row .box-text {
  padding-bottom: 0 !important;
}
.certification_row .box-text-inner ul li {
  color: #333333;
}

.certification-category-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3779d8;
  padding: 15px 20px;
  background-color: #deebfd;
  width: fit-content;
  border: 1px solid #8bb9fa;
  margin-bottom: 24px;
}
.certification-item {
  display: flex;
  gap: 100px;
  margin-bottom: 40px;
}
.certification-list .certification-category:last-child .certification-item {
  margin-bottom: 0 !important;
}
.certification-item .certification-thumb {
  display: block;
  flex: 0 0 400px;
}
.certification-info .certification-title {
  color: #3779d8;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.certification-info a {
  display: block;
  width: fit-content;
  padding: 8px 12px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.certification-info a:hover {
  color: var(--primary-color);
  background-color: transparent;
}
#single_certification-page {
  padding: 60px 0;
}
#single_certification-page .container {
  max-width: 1200px;
}
.single_certification-title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  color: #3779d8;
  padding-bottom: 14px;
}
.single_certification-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 1px;
  background-color: #3779d8;
  content: "";
}
.single_certification-content {
  margin-top: 50px;
  color: #425466;
}
.blog_news-banner img {
  height: 100%;
  max-height: 550px;
  width: 100%;
  object-position: bottom;
  object-fit: cover;
}
.blog_news-list .htv-project-list {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}
.blog_news-tabs .tab-list {
  margin-bottom: 0;
  display: flex;
  gap: 32px;
  justify-content: flex-start;
}
.blog_news-tabs .tab-list li {
  list-style-type: none;
  padding: 10px;
}
.blog_news-tabs .tab-list li a {
  font-size: 24px;
  color: #767676;
  font-weight: 600;
}
.blog_news-tabs .tab-list li.active {
  border-bottom: 2px solid #3779d8;
}
.blog_news-tabs .tab-list li.active a {
  color: var(--primary-color);
}
.blog_news-tabs {
  margin: 50px 0;
}
.sidebar-products .sidebar-title {
  padding: 15px;
  border-bottom: 2px solid var(--primary-color);
  font-size: 24px;
  line-height: 1.5;
  color: #3779d8;
  margin-bottom: 24px;
}
.sidebar-product-item {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: stretch;
}
.sidebar-product-item img {
  height: 85px;
  border-radius: 4px;
}
.sidebar-product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 14px;
}
.sidebar-product-title a {
  font-size: 16px;
  color: #3779d8;
}
.sidebar-product-title {
  margin-bottom: 5px;
}
.sidebar-product-title a:hover {
  color: var(--primary-color);
}
.sidebar-product-rating .stars {
  display: flex;
  gap: 2px;
}

.sidebar-product-rating .star {
  font-size: 18px;
  color: #ccc; /* màu sao mặc định (empty) */
}

.sidebar-product-rating .star.full {
  color: #fea73e; /* vàng đầy */
}

.sidebar-product-rating .star.half {
  background: linear-gradient(90deg, #fea73e 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sidebar-product-rating .review-count {
  color: #555;
  font-size: 13px;
}
.sidebar-product-price .woocommerce-Price-amount {
  font-weight: 600;
  color: var(--text-color-main);
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: var(--text-color-main);
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.pagination-wrapper .page-numbers.current {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
  border-color: var(--primary-color);
  cursor: default;
}

.pagination-wrapper .page-numbers.next,
.pagination-wrapper .page-numbers.prev {
  font-weight: 600;
}
.contact_page-text h2::after {
  width: 55px;
  left: 0;
  transform: translateX(0);
}
.contact_page-text h2 {
  padding-left: 0;
  font-size: 18px;
  margin-bottom: 24px;
}
.contact_page-text p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color-main);
  font-weight: 400;
}
.contact_page-text p strong {
  font-weight: 600;
}
.contact_page-text {
  padding-right: 70px !important;
}
.infor_contact-item p {
  margin-bottom: 12px;
}
.infor_contact-item p span {
  text-transform: capitalize;
}
.infor_contact-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 24px;
}
.contact_page-text .infor_contact-item:last-child {
  margin-bottom: 0 !important;
}
.contact_page-form .contact-form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.contact_page-form .contact-form label .required {
  color: #ff0000;
  font-size: 16px;
}
.contact_page-form .contact-form input {
  height: 46px !important;
  padding: 10px !important;
  border: 0.5px solid #d7d5d5 !important;
  box-shadow: none !important;
  margin-bottom: 18px !important;
}
.contact_page-form .contact-form textarea {
  padding: 10px !important;
  border: 0.5px solid #d7d5d5 !important;
  margin-bottom: 18px !important;
  box-shadow: none !important;
}
.contact_page-form .contact-form input[type="submit"] {
  height: 40px !important;
  width: 146px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  padding: 0 !important;
}
.contact_page-form .contact-form input[type="submit"]:hover {
  color: var(--primary-color) !important;
  background-color: transparent !important;
}
.contact_gg_map-section iframe {
  height: 600px;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.home_hot-product-wrapper {
  background-color: #f8f8f8;
  padding: 24px;
}
.home_hot-product-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.home_hot-product-slide-nav {
  display: flex;
  gap: 18px;
}
.home_hot-product-slide-nav button {
  margin: 0 !important;
  width: 36px;
  height: 36px;
  background-color: #fafbfe;
  color: #5e7790;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.home_hot-product-slide-nav button:hover {
  background-color: var(--text-color-main);
  color: #fff;
}
.hot-product-item,
.product-taxonomy-item {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px;
}
.hot-product-thumb,
.product-taxonomy-item .product-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* giữ tỉ lệ vuông */
  overflow: hidden;
  display: block;
}

.hot-product-thumb img,
.product-taxonomy-item .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* đảm bảo ảnh lấp đầy khung */
  transition: transform 0.4s ease;
}

.hot-product-thumb:hover img,
.product-taxonomy-item .product-thumb:hover img {
  transform: scale(1.1); /* phóng to khi hover */
}
.hot-product-meta,
.product-taxonomy-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot-product-meta span,
.product-taxonomy-meta span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #5e7790;
}
.hot-product-info,
.product-taxonomy-info {
  margin-top: 24px;
}
.hot-product-title a,
.product-taxonomy-info .product-title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-color-main);
}
.hot-product-title,
.product-taxonomy-info .product-title {
  margin: 3px 0 8px;
}
.hot-product-price span bdi,
.product-taxonomy-price span bdi {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
.hot-product-price .woocommerce-Price-currencySymbol,
.product-taxonomy-price .woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.hot-product-expert p,
.product-taxonomy-excerpt p {
  font-size: 14px;
  line-height: 1.5;
  color: #425466;
  margin-top: 8px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: auto; /* cho phép slide cao theo nội dung */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* hoặc contain nếu muốn vừa khung */
  transition: none; /* bỏ hiệu ứng mặc định khi load */
}
/* .swiper-slide {
  aspect-ratio: 1 / 1;
} */

.brand-header-left {
  display: flex;
  gap: 24px;
}
.brand-title {
  display: flex;
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 46px;
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  margin-bottom: 0;
}
.brand-item-wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.brand-item-wrapper:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.brand-header-search {
  display: flex;
}
.brand-header-search input {
  height: 46px !important;
  box-shadow: none !important;
  border: 1px solid #e4e4e4 !important;
  padding: 10px;
  margin-bottom: 0 !important;
}
.brand-header-search button {
  height: 46px !important;
  box-shadow: none !important;
  border: 1px solid #e4e4e4 !important;
  margin-bottom: 0 !important;
  border-left: 0 !important;
}
.brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.brand-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand-header-right .brand-category-block button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  text-transform: none;
  line-height: 1 !important;
  padding: 15px 20px;
  min-height: unset !important;
  border: 1px solid #e4e4e4;
  margin-bottom: 0 !important;
}
.brand-header-right .brand-category-block button:hover,
.brand-header-right .brand-category-block button.active {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.brand-body-category-title {
  text-align: center;
  font-size: 32px;
  color: var(--primary-color);
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}
.brand-body-category-description {
  max-width: 750px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 auto 20px;
}
#home_brand_category .title-primary {
  margin-bottom: 40px;
}

.htv-spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.htv-loading-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}
.brand-body-product-list,
.products-list-related {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.product-gallery {
  position: relative;
}
.productSwiper2 {
  margin-bottom: 15px;
}
.productSwiper2 img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  height: 600px;
  border: 1px solid #e4e4e4;
}
.productThumbs img {
  width: 85px;
  height: 85px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  border-radius: 4px;
}
.productThumbs .swiper-slide-thumb-active img {
  border-color: #f26722; /* màu active */
}
.productThumbs .swiper-slide {
  width: fit-content !important;
}
.productSwiper2 .swiper-slide a {
  display: block;
  width: 100%;
}
.productSwiper2 .swiper-button-next:after,
.productSwiper2 .swiper-button-prev:after {
  font-size: 28px;
  color: #333;
}
.single_product-information .row::after {
  display: none !important;
}
.single_product-information {
  padding: 50px 0;
}
.single_product-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  line-height: 100%;
}
.single_product-brand span {
  font-size: 14px;
  color: var(--text-color-main);
  font-weight: 600;
}
.single_product-brand {
  margin-bottom: 8px;
}
.single_product-review-total {
  display: flex;
  gap: 12px;
}
.single_product-review-total .star-rating {
  margin: 2px 0 !important;
}
.star-rating span:before {
  color: var(--primary-color) !important;
}
.star-rating:before,
.woocommerce-page .star-rating:before {
  color: #98a2b3 !important;
}
.single_product-review-total .review-count {
  font-size: 14px;
  color: var(--text-color-main);
}
.single_product-price span bdi {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary-color);
}
.product-summary .woocommerce-Price-currencySymbol {
  display: inline-block !important;
  font-size: 36px !important;
  vertical-align: top !important;
}
.single_product-price {
  margin-top: 16px;
}
.single_product-excerpt {
  margin: 10px 0 24px;
}
.single_product-excerpt ul {
  padding-left: 32px;
}
.single_product-stock-status span {
  font-size: 16px;
  color: var(--text-color-main);
}
.single_product-stock-status i {
  color: #48c95f;
  font-size: 16px;
  margin-right: 8px;
}
.singl-product-driver {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
}
.single_product-addtocart .single_add_to_cart_button {
  background-color: var(--primary-color) !important ;
  box-shadow: none !important;
  border: 1px solid var(--primary-color) !important ;
  font-size: 16px;
  text-transform: none;
}
.single_product-addtocart .single_add_to_cart_button:hover {
  color: var(--primary-color) !important;
  background-color: transparent !important ;
}
.single_product-addtocart .ux-quantity .ux-quantity__button {
  padding: 0 15px !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.single_product-addtocart .ux-quantity .input-text {
  box-shadow: none !important;
  border-left: 0 !important;
  width: 1.5em !important;
  border-right: 0 !important;
}
.commitment-item-icon {
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commitment-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.commitment-text {
  color: #333;
  font-size: 14px;
}
.single_product-commitments .row {
  row-gap: 20px;
}
.btn-contact-now {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn-contact-now:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.product-commitments-2 {
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 12px 0px #00000040;
  padding: 24px 20px;
}
.commitment-item-2 {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
}
.commitment-item-2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.commitment-title-2 {
  font-weight: 700;
  color: #3779d8;
  line-height: 24px;
  margin-bottom: 5px;
}
.commitment-content-2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #0d1e5d80;
}
.commitment-icon-2 {
  flex: 0 0 53px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.single_product-content-right {
  width: 30% !important;
}
.single_product-content-left {
  width: 65% !important;
}

.single_product-content .row {
  justify-content: space-between;
}
.single_product-content .row::after {
  display: none !important;
}
.product-tabs-nav {
  display: flex;
  gap: 24px;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}

.product-tabs-nav li {
  padding: 16px;
  cursor: pointer;
  font-weight: 500;
  color: #667282;
  transition: all 0.3s ease;
  margin-bottom: 0;
  font-size: 18px;
}

.product-tabs-nav li.active {
  color: #3779d8;
  border-bottom: 2px solid #3779d8;
}

.product-tabs-content {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.tab-content {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.tab-content.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
  pointer-events: auto;
  z-index: 2;
}
.product-tabs-content .tab-inner p {
  font-size: 16px;
  color: #667282;
  line-height: 1.7;
  font-weight: 400;
}
.product-tabs-content .tab-inner img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 600px;
}
.products-list-related {
  margin-top: 30px;
}
.single-product-review {
  padding: 30px 0;
}
.single-product-related .title-primary,
.single-product-review .title-primary {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.single-product-related {
  padding-bottom: 50px;
}

.review-summary {
  display: flex;

  align-items: stretch;
}
.review-score .score {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}
.review-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bar-row .stars {
  min-width: 100px; /* để các sao thẳng hàng */
  color: #fea73e;
  font-size: 16px;
}

.bar-row .bar {
  flex: 1;
  margin: 0 10px;
  height: 8px;
  background: #e4e4e4;
  overflow: hidden;
  width: 155px;
  position: relative;
}

.bar-row .bar .fill {
  background: var(--primary-color);
  height: 100%;
  transition: width 0.3s ease;
}

.bar-row .count {
  min-width: 40px;
  font-size: 14px;
  color: #333;
}
.review-item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}

.review-left {
  flex-shrink: 0;
}

.review-body {
  flex: 1;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.review-meta strong {
  font-weight: 400;
  margin-right: 8px;
  font-size: 18px;
  line-height: 24px;
}

.review-meta .verified {
  font-size: 14px;
  color: #425466;
  font-weight: 400;
  line-height: 24px;
}
.review-meta .verified i {
  font-size: 16px;
  color: #48c95f;
  margin-right: 5px;
}
.review-date {
  font-size: 14px;
  color: #425466;
}

.review-content p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.5;
}

.review-images {
  display: flex;
  gap: 10px;
}
.review-meta .star-rating span:before {
  color: #fea73e !important;
}
.review-images img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}

.review-score-wrap {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 8px;
}
.review-score-wrap .star-rating {
  margin: 0;
}
.review-score-wrap .stars {
  height: fit-content;
}
.review-score-wrap .star-rating span:before {
  color: #fea73e !important;
}
.review-score .count {
  font-size: 14px;
  font-weight: 400;
  color: #425466;
}
.review-score {
  margin-right: 36px;
  padding-right: 36px;
  border-right: 2px solid #e4e4e4;
}
.review-filters-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-filters-wrapper p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
}
.review-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-filters button {
  min-height: unset;
  line-height: unset;
  font-size: 14px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #333;
  font-weight: 500;
  text-transform: none;
}
.review-filters button span {
  color: #fea73e;
  margin-left: 2px;
  font-size: 16px;
}
.review-filters button.active,
.review-filters button:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.review-filters button:hover span,
.review-filters button.active span {
  color: #fff;
}

.review-empty {
  text-align: center;
  padding: 20px;
  color: #777;
  font-style: italic;
}
.review-left img {
  border-radius: 50px;
}

.review-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.review-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.review-pagination .page-numbers:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.review-pagination .page-numbers.current {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  font-weight: 600;
}

.review-pagination .page-numbers.prev,
.review-pagination .page-numbers.next {
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.review-pagination .page-numbers.prev:hover,
.review-pagination .page-numbers.next:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.review-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.review-popup-content {
  background: #fff;
  width: 500px;
  max-width: 90%;
  margin: 100px auto;
  padding: 24px 28px;
  border-radius: 8px;
  position: relative;
}
.review-popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
}
.review-form-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 14px;
}
.btn-submit-review {
  background: #f26722;
  color: #fff !important;
  border: 0;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.btn-submit-review:hover {
  background: #d4561d;
}
.comment-form-rating {
  margin-bottom: 10px;
}
.rating-stars {
  display: flex;
  gap: 6px;
  font-size: 26px;
  line-height: 1;
}
.review-popup-content .rating-stars .star {
  background: none;
  border: 0;
  padding: 0;
  color: #ccc;
  cursor: pointer;
  line-height: unset !important;
  min-height: unset !important;
  margin-bottom: 10px;
}
.review-popup-content .rating-stars .star.active {
  color: #f26722;
}
.review-summary-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 30px;
}
.btn-review-open {
  padding: 13px 12px;
  min-height: unset !important;
  font-weight: 400 !important;
  line-height: unset !important;
  margin: 0 !important;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
}

/* Overlay */
.popup-contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Nội dung popup */
.popup-content {
  background: #fff;
  padding: 24px;
  max-width: 700px;
  width: 100%;
  position: relative;
}

.popup-title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #4e261c;
}

/* Nút đóng */
.popup-close {
  position: absolute;
  top: 7px;
  right: 24px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* Form */
.popup-form .wpcf7 input,
.popup-form .wpcf7 textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 12px;
  border: 1px solid #bcbbbb;
  border-radius: 4px;
  height: 40px;
  box-shadow: none !important;
  outline: unset !important;
}

.popup-form .wpcf7-submit {
  background: var(--primary-color);
  height: unset !important;
  color: #fff;
  font-weight: 500;
  width: fit-content !important;
  border: 1px solid transparent !important;
  padding: 10px !important;
  border-radius: 6px !important;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4 !important;
  text-transform: unset !important;
  margin-bottom: 0 !important;
}
.popup-form .wpcf7-submit:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
}
.popup-form form {
  margin-bottom: 0 !important;
}
.popup-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup-form .wpcf7 label {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}
.header-cart-icon::after {
  background-color: var(--primary-color) !important;
}

/* Cart page */

.woocommerce-cart-page {
  margin: 40px auto;
}
.cart-layout {
  justify-content: space-between;
}
.cart-left-wrapper,
.cart-right-wrapper {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 6px;
}
.cart-left-wrapper form {
  margin-bottom: 0 !important;
}
.cart-left-wrapper .actions {
  padding-bottom: 0 !important;
}
.cart-left-wrapper h3 {
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.cart-left table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0 !important;
}
.cart-left .cart-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
.cart-left .product-thumbnail img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}
.cart-left .product-info {
  padding-left: 15px;
}
.cart-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.cart-right table {
  width: 100%;
}
.cart-right th {
  text-align: left;
  font-weight: 500;
  padding: 6px 0;
}
.cart-right td {
  text-align: right;
  font-weight: 600;
}
.cart-right .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  background: #f26722;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  line-height: unset;
  min-height: unset;
  font-size: 20px;
  margin-bottom: 0 !important;
  text-transform: none !important;
}
.cart-right .wc-proceed-to-checkout {
  margin-bottom: 0 !important;
}
.cart-right .wc-proceed-to-checkout .checkout-button:hover {
  background: #d4561d;
}
.cart-left {
  width: 50%;
}
.cart-layout::after {
  display: none !important;
}
.woocommerce-cart-page h2 {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 50px;
}
.woocommerce-cart-page .product-thumbnail a {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.woocommerce-cart-page .product-name-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 84px;
}
.product-name-wrap a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.product-name-wrap .ux-quantity__button {
  padding: 0 13px !important;
  font-size: 24px !important;
  line-height: unset !important;
  min-height: unset !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.product-name-wrap .input-text {
  box-shadow: none !important;
  border-left: 0 !important;
  width: 1.5em !important;
  border-right: 0 !important;
}
.product-subtotal .product-remove a {
  border: unset !important;
  border-radius: unset !important;
  line-height: unset !important;
  display: flex;
  width: unset !important;
  color: #425466 !important;
  gap: 7px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.product-subtotal .product-remove a:hover {
  color: var(--primary-color) !important;
}
.product-subtotal-cart-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 84px;
}
.product-subtotal-cart-wrap span bdi {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-color) !important;
}
.woocommerce-cart-page .button-continue-shopping {
  display: none !important;
}
.woocommerce-cart-page .update-cart {
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: none;
  border: 1px solid var(--primary-color) !important;
  box-shadow: none !important;
}
.woocommerce-cart-page .update-cart:hover {
  color: var(--primary-color);
  background: transparent !important;
}
.cart-right-wrapper .product-name {
  display: none;
}
.cart-right-wrapper .order-total th,
.cart-right-wrapper .order-total td {
  border-width: 0 !important;
}
.cart-right-wrapper .cart_totals tbody th {
  width: 20% !important;
}
.cart-right-wrapper .order-total span bdi {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color) !important;
}
.cart-right-wrapper .cart-subtotal span bdi {
  color: var(--primary-color) !important;
}
.woocommerce-form-coupon-toggle {
  display: none !important;
}
#billing_first_name_field {
  display: none !important;
}
.custom-checkout {
  padding: 50px 0 80px;
  margin-bottom: 0 !important;
}
.woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-billing-fields {
  border: 0 !important;
  padding-top: 0 !important;
}
.custom-checkout h2,
.payment-method-title {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 18px !important;
}
.custom-checkout .row {
  justify-content: space-between;
}
.custom-checkout .row::after {
  display: none !important;
}
.required {
  color: #fc0000 !important;
}
.woocommerce-billing-fields__field-wrapper .form-row label {
  font-size: 14px;
  font-weight: 400;
  color: #181818;
  line-height: 26px;
}
.woocommerce-billing-fields__field-wrapper .form-row input {
  border: 0.5px solid #d7d5d5 !important;
  height: 46px !important;
  padding: 10px !important;
  box-shadow: none !important;
}
.select2-container .select2-selection--single {
  border: 0.5px solid #d7d5d5 !important;
  height: 46px !important;
  /* padding: 10px !important; */
  box-shadow: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: 46px !important;
  line-height: 46px !important;
}
.form-row.notes {
  margin-bottom: 50px !important;
}
.wc_payment_methods.payment_methods.methods {
  padding: 24px !important;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}
.payment_methods li + li {
  padding-top: 24px !important;
}
.wc_payment_methods .wc_payment_method {
  padding-bottom: 24px;
}
.wc_payment_methods .wc_payment_method:last-child {
  padding-bottom: 0px;
}
.wc_payment_method label {
  font-size: 14px;
  font-weight: 400;
  color: #425466;
  line-height: 26px;
}
.wc_payment_method label i {
  color: var(--primary-color);
  font-size: 22px;
  margin-right: 12px !important;
}
.bank-transfer-box {
  display: flex;
  align-items: center;
  max-width: 400px;
  justify-content: space-between;
  text-align: center;
}
.bank-transfer-img {
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
}
button#place_order {
  font-size: 20px !important;
  line-height: unset !important;
  padding: 10px 0 !important;
  background-color: var(--primary-color);
  text-transform: none !important;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
button#place_order:hover {
  color: var(--primary-color) !important;
  background-color: transparent !important;
}
.checkout-right .cart-header {
  border: 1px solid #e4e4e4;
  padding: 16px;
}

.checkout-right .cart-header h2 {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
  margin-bottom: 24px !important;
  border-bottom: 1px solid #e4e4e4;
}

.checkout-right .cart-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 24px;
}
.checkout-right .cart-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-right .cart-item .thumb {
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 4px;
}
.checkout-right .cart-item .thumb img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.cart-header .cart-item .info span bdi {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}
.checkout-right .totals-box {
  border: 1px solid #e0e0e0;
  padding: 16px;
  margin-top: 50px;
  background: #fff;
}

.checkout-right .totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.checkout-right .totals-divider {
  border-top: 1px solid #e0e0e0;
  margin: 6px 0;
}

.checkout-right .totals-row.order-total {
  font-size: 16px;
}

.checkout-right .totals-row.order-total .value span bdi {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

/* Layout tổng */
.woocommerce-order.thankyou-layout {
  margin: 40px auto;
  max-width: 1200px;
  font-family: "Inter", sans-serif;
}

.thankyou-layout .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Cột trái - Chi tiết đơn hàng */
.thankyou-left {
  flex: 0 0 65%;
  background: #fff;
  padding: 25px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.thankyou-left h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0a2540;
}

.thankyou-left table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.thankyou-left table.shop_table th,
.thankyou-left table.shop_table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

.thankyou-left table.shop_table thead th {
  font-weight: 600;
  background: #fafafa;
}

.thankyou-left table.shop_table .order-total td,
.thankyou-left table.shop_table .order-total th {
  font-weight: 600;
  color: #f26722;
  font-size: 16px;
}

/* Box thông tin chuyển khoản */
.bank-transfer-info {
  margin-top: 20px;
  padding: 20px;
  border: 1px dashed #f26722;
  border-radius: 6px;
  background: #fff8f3;
}

.bank-transfer-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #0a2540;
}

.bank-transfer-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #444;
}

.bank-transfer-info img {
  margin-top: 10px;
  max-width: 160px;
  border-radius: 4px;
}

/* Cột phải - Thông tin chung */
.thankyou-right {
  flex: 0 0 30%;
}

.order-summary-box {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
}

.order-summary-box p {
  font-size: 14px;
  margin: 8px 0;
  color: #333;
}

.order-summary-box p strong {
  font-weight: 600;
  color: #0a2540;
}

.order-summary-box .woocommerce-order-overview__total strong {
  font-size: 16px;
  color: #f26722;
}

/* Responsive */
@media (max-width: 992px) {
  .thankyou-left,
  .thankyou-right {
    flex: 0 0 100%;
  }
}

/* Container chính */
/* .woocommerce-MyAccount-content {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  font-size: 15px;
  line-height: 1.6;
  color: #333;
} */

/* Chào user */
.woocommerce-MyAccount-content p:first-of-type {
  font-size: 16px;
  margin-bottom: 15px;
  color: #0a2540;
}
.woocommerce-MyAccount-content p:first-of-type strong {
  color: #f26722;
}

/* Đoạn mô tả */
.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
  color: #555;
}

/* Các link (đơn hàng, địa chỉ, tài khoản, ...) */
.woocommerce-MyAccount-content a {
  color: #f26722;
  font-weight: 500;
  transition: color 0.3s;
}
.woocommerce-MyAccount-content a:hover {
  color: #d4561d;
  text-decoration: underline;
}

/* Menu nút (Don hang / Dia chi / Tai khoan ...) */
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation li {
  flex: 1 1 150px;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  background: #fafafa;
  transition: all 0.3s;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #f26722;
  color: #fff;
  border-color: #f26722;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }
}

/* Container links */
.dashboard-links {
  display: flex;
  flex-direction: column; /* chuyển thành 1 cột */
  gap: 10px; /* khoảng cách giữa các item */
  max-width: 250px; /* giới hạn độ rộng cho gọn */
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

/* Item */
.dashboard-links li {
  margin: 0;
}

/* Link */
.dashboard-links a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #f26722;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover + Active */
.dashboard-links a:hover,
.dashboard-links .is-active a {
  background: #f26722 !important;
  color: #fff !important;
  border-color: #f26722 !important;
  text-decoration: none !important;
}
.dashboard-links li {
  width: 100% !important;
}

/* Wrapper */
.account-orders-wrapper,
.account-page-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

/* Sidebar */
.account-sidebar {
  flex: 0 0 250px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.account-sidebar .account-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-sidebar .account-nav li {
  margin-bottom: 12px;
  margin-left: 0 !important;
}

.account-sidebar .account-nav a {
  display: block;
  padding: 10px 14px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
}

.account-sidebar .account-nav li.is-active a,
.account-sidebar .account-nav a:hover {
  background: #f26722;
  color: #fff;
}

/* Content */
.account-content {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.account-content .account-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

/* Orders table */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 12px 15px !important;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.woocommerce-orders-table th {
  background: #fafafa;
  font-weight: 600;
  color: #333;
}

.woocommerce-orders-table tr:hover td {
  background: #fdf6f2;
}

.woocommerce-orders-table a.button {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #f26722;
  transition: background 0.25s ease;
}

.woocommerce-orders-table a.button:hover {
  background: #d8561a;
}

/* Pagination */
.woocommerce-pagination {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.woocommerce-pagination a {
  padding: 8px 16px;
  background: #f5f5f5;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.25s ease;
}

.woocommerce-pagination a:hover {
  background: #f26722;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .account-orders-wrapper {
    flex-direction: column;
  }

  .account-sidebar {
    flex: 1;
  }
}

/* Container tổng */
.account-container {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

/* Tiêu đề */
.account-container h3.uppercase {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

/* Label */
.account-container label {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

/* Input */
.account-container input.input-text {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.account-container input.input-text:focus {
  border-color: #f26722;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 103, 34, 0.15);
}

/* Remember me */
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}

/* Button */
.account-container button.button {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  background: #f26722;
  color: #fff;
  border-radius: 8px;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}

.account-container button.button:hover {
  background: #d6541c;
}

/* Quên mật khẩu */
.woocommerce-LostPassword {
  text-align: center;
  margin-top: 15px;
}

.woocommerce-LostPassword a {
  font-size: 14px;
  color: #f26722;
  text-decoration: none;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

/* Nếu có cả đăng ký và đăng nhập */
.col2-set .col {
  padding: 20px;
}

.account-register-inner,
.account-login-inner {
  background: #fafafa;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
}
/* Trang đăng ký riêng */
.account-register-page {
  max-width: 420px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.account-register-page h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.account-register-page .woocommerce-form-row {
  margin-bottom: 18px;
}

.account-register-page label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #444;
}

.account-register-page input.input-text,
.account-register-page input[type="email"],
.account-register-page input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fdfdfd;
  font-size: 15px;
  transition: border-color 0.3s;
}

.account-register-page input:focus {
  border-color: #f26722;
  outline: none;
  box-shadow: 0 0 0 2px rgba(242, 103, 34, 0.15);
}

/* Nút đăng ký */
.account-register-page button.woocommerce-Button {
  width: 100%;
  background: #f26722;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.account-register-page button.woocommerce-Button:hover {
  background: #d95513;
}
.brand-top-banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.sidebar-taxonomy {
  max-width: 300px;
}
.brand_page-layout::after {
  display: none !important;
}
.brand_page-layout {
  justify-content: space-between;
}
.all-brand-list {
  margin-bottom: 40px;
}
.all-brand-list h3 {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 0;
}
.brand-list li {
  list-style: none;
  padding: 8px 0;
  padding-left: 40px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.brand-list li:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.brand-list li.active,
.brand-list li:hover {
  font-weight: 600;
}
.product-taxonomy-gird {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.taxonomry-filter-heading {
  background-color: var(--primary-color);
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.taxonomry-filter-heading h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  flex: 1;
  margin: 0;
  text-transform: uppercase;
}

.filter-clear-btn {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-options.scrollable {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ddd;
  padding: 15px 15px;
}

.filter-option {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
}

.filter-search {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 8px;
  font-size: 14px;
}

.filter-block-wrapper input[type="radio"],
.filter-block-wrapper input[type="checkbox"] {
  appearance: none; /* bỏ style mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #e1e1e1;
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e1e1e1;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.filter-block-wrapper input[type="radio"]:checked,
.filter-block-wrapper input[type="checkbox"]:checked {
  background-color: #a9a9a9; /* màu xanh */
  border-color: #a9a9a9;
}

.filter-block-wrapper input[type="radio"]:checked::after,
.filter-block-wrapper input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.taxonomry-filter-body {
  padding: 24px 20px;
  max-height: 700px;
  overflow-y: auto;
}
.filter-block {
  padding-bottom: 14px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 14px;
}
.filter-block-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  /* display: flex;
  flex-wrap: wrap;
  column-gap: 20px; */
}
.filter-block-wrapper {
  display: none;
  margin-top: 10px;
}
.filter-block h4 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  cursor: pointer;
}
.filter-block h4 .arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 4px;
}
.filter-block h4 .arrow.open {
  transform: rotate(-135deg); /* xoay xuống thành mũi tên lên */
}

.filter-toggle-btn {
  text-align: right;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.filter-toggle-btn:hover {
  text-decoration: underline;
}

.site-hotline {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.site-hotline:hover {
  color: var(--primary-color);
  background-color: #fff;
}
.site-hotline a {
  color: #fff;
  text-decoration: none;
}
.site-hotline:hover a {
  color: var(--primary-color);
}

.product-taxonomy-gird.loading {
  position: relative;
  min-height: 150px;
}

.product-taxonomy-gird.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #ddd;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-taxonomy-brand h2 {
  color: #3779d8;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-taxonomy-brand {
  margin-bottom: 30px;
}
.product-taxonomy-excerpt ul li {
  list-style-type: none;
}

.sort-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.form-sort-search {
  display: flex;
  align-items: center;
}
.sort-search-select {
  gap: 10px;
}
.sort-search-select label {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0 !important;
}
.sort-search-select select {
  margin-bottom: 0 !important;
}
.sort-search-input input {
  border: 1px solid #ccc;
  margin-bottom: 0 !important;
  outline: none;
  box-shadow: none !important;
  height: 40px !important;
}
.sort-search-input button {
  border: 1px solid #ccc;
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 40px !important;
  width: 50px !important;
  border-left: 0 !important;
  min-height: unset !important;
  line-height: unset !important;
  display: block;
}

/* .cart-item .nav-dropdown{
  display: none !important;

} */
.widget_shopping_cart_content .button.checkout {
  background-color: var(--primary-color);
  box-shadow: none !important;
}

.home-heading {
  display: flex;
  align-items: flex-start;
}
.single_product-content-banner {
  margin-top: 50px;
}
.single_product-content-banner img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 600px;
  object-fit: cover;
  width: 100%;
}
