:root {
  --blue-primary-color: #2b6fb9;
  --blue-secondary-color: #1e73be;
  --orange-color: #ff9b31;
}
::-webkit-scrollbar {
  width: 6px; /* Chiều rộng thanh cuộn dọc */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Màu nền rãnh thanh cuộn */
}
::-webkit-scrollbar-thumb {
  background-color: #ff9b31; /* Màu thanh cuộn */
}
body {
  overflow-x: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background-color: white;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.header-top {
  background-color: var(--blue-secondary-color); /* secondary */
  padding: 10px 0;
}

.header-top .container {
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-contact {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: white;
  text-decoration: none;
  gap: 10px;
  transition: color 0.3s ease;
}

.header-contact:hover {
  color: var(--orange-color); /* primary hover */
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 36px;
}

.social-list {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  margin-left: 70px;
}

.social-link {
  font-size: 16px;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: var(--orange-color);
}

.header-wrap {
  background-color: white;
  border-top: 1px solid #e5e7eb;
  border-bottom: 3px solid var(--blue-primary-color);
}

.header-wrap-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  height: 62px;
}

.logo img {
  height: 100%;
  width: auto;
  display: inline;
  max-width: 100%;
}
.logo a {
  display: block;
  height: 100%;
}

.header-wrap-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu-item > a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Montserrat_Bold" !important;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.menu-item > a:hover {
  color: var(--blue-secondary-color); /* primary hover */
}
.menu-item.has-children > ul {
  display: none;
  position: absolute;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
}
.menu-item.has-children:hover > ul {
  display: block;
}
.sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.search-wrap form {
  display: flex;
  align-items: center;
}
.search-wrap input {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.searchbutton {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
}
.language-switch ul,
.gtranslate_wrapper {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.language-switch a,
.gtranslate_wrapper a {
  text-decoration: none;
  color: #333;
}
.button-search {
  cursor: pointer;
}
#buttonMenu {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
#buttonMenu .line {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  margin: 4px 0;
}
.pulse .bar {
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
}
header .menu > li {
  height: 80px;
  margin-left: 32px;
}
header .menu > li:first-child {
  margin-left: 0px;
}
header .search-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.search-wrap .searchbox {
  position: relative;
  width: 100%;
}
.search-wrap .searchbox input {
  background-color: rgb(245 245 245);
  border-radius: 9999px;
  border-style: none;
  color: rgb(0 0 0);
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.search-wrap {
  margin-left: 32px;
  width: 255px;
}
.searchbutton {
  position: absolute;
  right: 15px;
  z-index: 99;
}
.searchbutton i {
  color: #999999;
  font-size: 16px;
}
.searchbutton i:hover {
  color: var(--blue-secondary-color);
}
header .current-lang,
.glink:first-child {
  position: relative;
}
header .current-lang:before,
.glink:first-child:before {
  position: absolute;
  content: "|";
  color: rgb(0 0 0);
  font-size: 15.9999px;
  right: -7px;
  line-height: 1.25;
  position: absolute;
  top: -2px;
}
header .current-lang a,
.gt-current-lang {
  color: var(--orange-color) !important;
}

.home-banner-slick {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.banner-slide {
  height: 70vh !important;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  color: white;
}

.banner-content {
  max-width: 768px;
}

.banner-content h2 {
  font-size: 32px;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: "Montserrat_Bold" !important;
}

.banner-content p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-banner {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--blue-secondary-color);
  color: white;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--blue-secondary-color);
  transform: all 0.3s;
  font-size: 18px;
}
.btn-banner:hover {
  color: var(--blue-secondary-color);
  background-color: #fff;
}
.btn-banner i {
  margin-left: 10px;
}
.slick-prev-custom,
.slick-next-custom {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  box-shadow: unset !important;
  background: transparent !important;
}

.slick-next-custom {
  right: 8% !important;
}
.slick-prev-custom {
  left: 8% !important;
}
.about-section .about-header {
  text-align: center;
  margin-bottom: 30px;
}
.about-section .about-header h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
}
.about-section .about-header .about-description p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}
.about-section .about-header .about-description {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.about-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.about-box {
  padding: 30px 40px;
  background-color: #f3f3f3;
}
.about-icon {
  text-align: center;
}
.about-box-title {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
  text-align: center;
  color: var(--blue-secondary-color);
}
.about-box-desc {
  font-size: 17px;
  line-height: 1.2;
  margin-top: 10px;
  color: #333;
  text-align: center;
}

.loyal-customers-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.loyal-customers-nav button {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.loyal-customer-item {
  text-align: center;
  padding: 10px;
}
.loyal-customer-item img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.loyal-customers-section .container {
  position: relative;
}

.loyal-customers-slider .slick-slide {
  margin: 0 15px;
  border: 1px solid #e5e5e5;
  height: 135px;
}

.loyal-customers-slider {
  margin: 0 -15px;
}
.loyal-prev {
  left: -60px;
}
.loyal-next {
  right: -60px;
}
.loyal-prev,
.loyal-next {
  width: 40px;
  height: 40px;
  display: flex;
  top: 68%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  box-shadow: unset !important;
  background: #e5e5e5 !important;
}
.loyal-prev:hover,
.loyal-next:hover {
  background: var(--orange-color) !important;
  border-color: var(--orange-color);
}
.loyal-next:hover svg,
.loyal-prev:hover svg {
  fill: #fff !important;
}
.loyal-customers-title {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
  text-align: center;
}

.strategic-partners-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.strategic-partners-nav button {
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.strategic-partner-item {
  text-align: center;
  padding: 10px;
}
.strategic-partner-item img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.strategic-partners-section .container {
  position: relative;
}
.strategic-partners-slider .slick-slide {
  margin: 0 15px;
  border: 1px solid #e5e5e5;
  height: 135px;
}
.strategic-partners-slider {
  margin: 0 -15px;
}
.strategic-prev {
  left: -60px;
}
.strategic-next {
  right: -60px;
}
.strategic-prev,
.strategic-next {
  width: 40px;
  height: 40px;
  display: flex;
  top: 68%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background: #e5e5e5 !important;
}
.strategic-prev:hover,
.strategic-next:hover {
  background: var(--orange-color) !important;
  border-color: var(--orange-color);
}
.strategic-prev:hover svg,
.strategic-next:hover svg {
  fill: #fff !important;
}
.strategic-partners-title {
  margin: 0 auto;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
  text-align: center;
}
.consult-register-section {
  background-color: #f3f3f3;
}
.consult-register-title h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
}
.consult-register-wrap {
  max-width: 660px;
}
.consult-register-title p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.consult-register-form form label input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 14px;
  height: 35px;
  padding: 0px 10px;
  width: 100%;
}
.consult-register-form form label {
  margin-bottom: 10px;
  display: block;
}
.consult-register-form form label textarea {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #000;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  outline: none !important;
  height: 100px;
}
.consult-register-form form input[type="submit"] {
  background-color: var(--blue-secondary-color) !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 12px 0px !important;
  border: 1px solid var(--blue-secondary-color) !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease;
  min-width: 200px;
  text-transform: uppercase !important;
}
.consult-register-form form input[type="submit"]:hover {
  background-color: var(--orange-color) !important;
  color: #fff !important;
  border-color: var(--orange-color) !important;
}

.consult-box-wrap {
  aspect-ratio: 1 / 1;
  /* width: calc(50% - 35px); */
  width: calc(50% - 70px);
}
.consult-box-wrap:nth-child(1),
.consult-box-wrap:nth-child(4) {
  background-color: var(--blue-primary-color);
}

.consult-box-wrap:nth-child(2),
.consult-box-wrap:nth-child(3) {
  background-color: var(--orange-color);
}
.consult-boxes {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.consult-box-wrap:nth-child(2),
.consult-box-wrap:nth-child(4) {
  transform: translateY(20px);
}

.consult-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.consult-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
  line-height: 1.5;
}
.consult-box-icon img {
  width: 50px;
  height: 50px;
}
.consult-box p {
  font-size: 13px;
  line-height: 1.2;
}

.mega-menu {
  position: absolute;
  top: 103%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 100%;
  padding: 40px 15px;
  height: 400px;
  pointer-events: none;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.mega-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu-inner {
  display: flex;
}
.mega-column {
  border-right: 1px;
  border-color: transparent;
  border-style: solid;
  height: max-content;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
}
.mega-column .mega-title a {
  color: var(--blue-secondary-color);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  display: block;
}
.mega-sub-menu li a {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 14px;
  text-transform: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer {
  background: var(--blue-secondary-color);
  color: #fff;
}
.footer-infor {
  border-right: 1px solid #fff3;
}
.footer .col-lg-3:last-child {
  border-right: none;
}
.footer .footer__content__1 {
  padding-right: 20px;
}
.footer-item {
  padding-top: 35px;
  padding-bottom: 15px;
}
.footer-item .the_content {
  color: #fff;
  text-align: start;
  line-height: 1.5;
}
.footer-item .the_content h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-bottom: 20px;
  font-family: "Montserrat_Bold" !important;
}
.footer-item .the_content p {
  font-size: 14px;
  line-height: 1.5;
}
.footer-item .the_content ul {
  padding-left: 0px;
}
.footer-item .the_content ul li {
  list-style: none;
  font-size: 14px;
  padding: 0;
  color: #fff;
}
.footer-item .the_content ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-item .the_content ul li a:hover {
  color: var(--orange-color);
}

.term-menu-wrap .title-ft {
  display: flex;
  justify-content: space-between;
  height: 38px;
  padding: 5px 20px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 13.5px;
}
.term-menu-wrap .arrow-icon {
  border: solid var(--orange-color);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 10px;
  width: 10px;
  margin-bottom: 9px;
}
.term-menu-wrap {
  margin-top: 26px;
  position: relative;
}
.term-menu-wrapper {
  position: absolute;
  background-color: rgb(255 255 255);
  border-color: rgb(204 204 204);
  border-width: 0 1px 1px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}
.term-menu-wrapper .terms-menu .terms-menu-item a {
  font-size: 13.5px;
  color: #000;
  font-weight: 400;
  padding: 12px 20px;
  display: block;
}
.term-menu-wrapper .terms-menu .terms-menu-item a:hover {
  color: var(--orange-color);
}
.tax-information {
  margin-top: 26px;
  font-size: 14px;
}
.tax-information p {
  line-height: 1.5;
}
.footer__menu .title-ft {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat_Bold" !important;
}

.footer__menu .footer-menu li a {
  line-height: 2;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.footer__menu .footer-menu li a:hover {
  color: var(--orange-color);
}
.footer__menu {
  padding-left: 25px;
}
.register-newsletter {
  padding-left: 25px;
}
.register-newsletter h4 {
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat_Bold" !important;
}

.newsletter-form p {
  display: flex;
}
.newsletter-form p input {
  height: 100%;
  padding: 10px 20px 10px 20px;
  background: transparent !important;
  color: #fff !important;
  border: unset !important;
  outline: none !important;
  width: 250px;
}
.newsletter-form {
  height: 40px;
  width: fit-content;
  border: 1px solid #ccc;
}
.newsletter-form p input::placeholder {
  color: #fff !important;
}
.newsletter-form p button {
  height: 38px;
  background: transparent !important;
  border: unset !important;
  outline: none !important;
  cursor: pointer;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-form p button i {
  color: var(--orange-color) !important;
  font-size: 16px;
}
.newsletter-form p button:hover i {
  color: #fff !important;
}
.newsletter-form p button:hover {
  background: var(--orange-color) !important;
}
.social-icons {
  display: flex;
  margin-top: 20px;
}
.social-footer {
  padding-left: 25px;
  margin-top: 26px;
}
.social-icons a img {
  width: 70px;
  height: 70px;
  transition: transform 0.3s ease;
}
.copyright {
  border-top: 1px solid #fff3;
  padding: 20px 0;
}
.copyright p {
  font-size: 12px;
  color: #fff;
}
.main-content,
.page-single-products {
  margin-top: 125px;
}
.breadcrumbs {
  padding: 16px 0;
}
.rank-math-breadcrumb p a,
.rank-math-breadcrumb p .last {
  font-size: 14px;
  color: #999;
}
.rank-math-breadcrumb p a:hover,
.rank-math-breadcrumb p .last:hover {
  color: var(--orange-color);
}
.rank-math-breadcrumb p .separator {
  font-size: 14px;
  padding: 0 7px !important;
}
.items-category-page {
  padding-top: 60px;
}
.items-category-page h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Montserrat_Bold" !important;
}
.site-category-products-wrapper {
  display: flex;
}
.sticky-cate {
  padding-right: 15px;
}
.list-category {
  position: sticky;
  top: 128px;
  width: 330px;
  height: calc(100vh - 128px);
}

.sticky-cate .list-category h3 {
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  background-color: var(--blue-secondary-color);
  font-weight: 700;
  font-family: "Montserrat_Bold" !important;
  text-transform: uppercase;
}
.category-siblings {
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.category-siblings::-webkit-scrollbar {
  width: 1px;
}
.category-siblings::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.category-siblings::-webkit-scrollbar-thumb {
  background-color: #ff9b31;
}

.category-siblings a {
  padding: 20px 56px 20px 30px;
  border: 1px solid #99999940;
  font-size: 16px;
  display: block;
  line-height: 1.25;
  text-transform: uppercase;
  background-color: #e3e3e340;
  color: #000;
}
.category-siblings a:hover {
  color: #ff9b31;
}
.list-products {
  padding-left: 15px;
}
.list-products-heading h2 {
  font-size: 24px;

  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 8px 0 25px 0;
  font-weight: 400 !important;
  color: var(--blue-secondary-color);
  border-bottom: 1px solid #d9d9d9;
}
.list-products .items-product-cate {
  display: flex;
  gap: 30px;
  padding: 25px;
  box-shadow: 0 0 #0000, 0 0 #0000, 5px 5px 10px #0000000d;
  transition: all 0.5s;
  margin-bottom: 40px;
}
.list-products .items-product-cate:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 2px 2px 10px 10px #0000000d;
}
.list-products .items-product-cate .images {
  height: 250px;
  width: 250px;
}
.list-products .items-product-cate .product-caption h3 a {
  font-size: 20px;
  color: #000;
  font-family: "Montserrat_Bold" !important;
  line-height: 1.2;
}
.list-products .items-product-cate .product-caption {
  flex: 1 1 0%;
}
.list-products .items-product-cate .product-caption .product-modal {
  margin: 20px 0;
  line-height: 1.2;
  font-family: "Montserrat_Light" !important;
}
.list-products .items-product-cate .product-caption .product-modal span {
  color: var(--blue-secondary-color);
}
.list-products .items-product-cate .product-caption .product-desc {
  line-height: 1.8;
  font-family: "Montserrat_Light" !important;
  color: #000;
  margin-top: 20px;
}
.list-products .items-product-cate .product-caption .product-desc p {
  line-height: 1.8;
}
.list-products .items-product-cate .product-caption .product-desc ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 20px;
}
.list-products .items-product-cate .product-caption .product-desc ul li {
  font-weight: 400;
  list-style-type: disc;
}
.list-products .items-product-cate .product-caption .product-buttons {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.list-products
  .items-product-cate
  .product-caption
  .product-buttons
  .product-button {
  padding: 12px 32px;
  min-width: 180px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  transition: all 0.5s;
  font-size: 16px;
  font-family: "Montserrat_Bold" !important;
}
.list-products
  .items-product-cate
  .product-caption
  .product-buttons
  .button-detail {
  border: 2px solid var(--orange-color);
  color: var(--orange-color);
  background-color: #fff;
}
.list-products
  .items-product-cate
  .product-caption
  .product-buttons
  .button-detail:hover {
  color: #fff;
  background-color: var(--orange-color);
}
.list-products
  .items-product-cate
  .product-caption
  .product-buttons
  .button-price {
  border: 2px solid var(--blue-primary-color);
  color: var(--blue-primary-color);
  background-color: #fff;
}
.list-products
  .items-product-cate
  .product-caption
  .product-buttons
  .button-price:hover {
  color: #fff;
  background-color: var(--blue-primary-color);
}
.nhm-pagination .active a {
  background: var(--blue-primary-color) !important;
  color: #fff !important;
  border-color: var(--blue-primary-color) !important;
}
.nhm-pagination a:hover {
  background: var(--blue-primary-color) !important;
  color: #fff !important;
  border-color: var(--blue-primary-color) !important;
}
.single-products-top {
  padding: 50px 0;
}
.page-single-products .items-right {
  border-radius: 0 !important;
  border: 1px solid var(--blue-primary-color) !important;
  opacity: 0.5;
}
.page-single-products .slick-center .items-right {
  opacity: 1;
}
.page-single-products .items-banner {
  border-radius: 0;
  border: unset !important;
}
.page-single-products .slider-for-single .slick-slide {
  border: 1px solid #ccc;
}
.slick-for .slick-slide {
  margin-right: 10px; /* hoặc margin-bottom nếu vertical */
}
.slick-for .slick-track {
  margin-right: -10px; /* ngược với margin-right của .slick-slide */
}
.single-products-top--content h1 {
  color: var(--blue-secondary-color);
  line-height: 1.25;
  font-weight: 600 !important;
  font-size: 24px;
  margin-bottom: 30px !important;
  text-align: center;
}
.single-products-top--content .price-contact {
  color: #77a464;
  font-size: 24px;
  font-weight: 700 !important;
  font-family: "Montserrat_Bold" !important;
}
.single-products-top--content .price-contact span {
  text-transform: uppercase;
  color: var(--orange-color);
  font-family: "Montserrat_Bold" !important;
}
.single-products-top--content .specifications table {
  width: 100%;
}
.single-products-top--content .specifications {
  margin-top: 30px;
}
.single-products-top--content .specifications table tr:nth-child(odd) {
  background-color: rgb(243 243 243);
}

.single-products-top--content .specifications table td,
.single-products-top--content .specifications table th {
  padding: 14px 20px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.single-products-top--content .specifications table td:first-child,
.single-products-top--content .specifications table th {
  font-weight: 600;
  font-family: "Montserrat_Bold" !important;
}
.page-single-products .the_content {
  background-color: transparent !important;
}

.page-single-products .the_content .title-main .heading {
  background-color: rgb(43 111 185);
  color: rgb(255 255 255);
  display: block;
  font-size: 18px !important;
  line-height: 1.2;
  width: max-content;
  padding: 14px 20px;
}
.page-single-products .the_content .title-main {
  margin-bottom: 0;
}
.page-single-products .the_content .product-content {
  padding: 80px 96px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* .page-single-products .the_content .product-content-wrap {
  max-height: 750px;
  overflow-y: scroll;
} */
.page-single-products .the_content .product-content p {
  font-size: 18px;
  line-height: 1.5;
}

.page-single-products .the_content .product-content h2 {
  font-size: 24px !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Montserrat_Bold" !important;
}
.page-single-products .the_content .product-content h4 {
  font-size: 18px !important;
  line-height: 1.2;
  font-family: "Montserrat_Bold" !important;
}
/* ===== Spec Table (inside product single content) ===== */
.page-single-products .the_content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  font-size: 15px;
  line-height: 1.6;
  background: #fff;
  border-radius: 14px;
  overflow: hidden; /* bo góc cho cả table */
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

/* Hàng chung */
.page-single-products .the_content table tr {
  border-bottom: 1px solid #eee;
}
.page-single-products .the_content table tr:last-child {
  border-bottom: 0;
}

/* Ô dữ liệu */
.page-single-products .the_content table td,
.page-single-products .the_content table th {
  padding: 14px 18px;
  vertical-align: top;
}

/* Hai cột: nhãn bên trái, giá trị bên phải */
.page-single-products .the_content table td:first-child {
  width: 32%;
  /*   font-weight: 600; */
  color: #111;
  background: #fafafa;
  border-right: 1px solid #eee;
}

/* Hàng tiêu đề nhóm (thẻ <th colspan="2">) */
.page-single-products .the_content table th[colspan] {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #111;
  color: #fff;
  padding: 12px 18px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

/* Zebra nhẹ cho phần dữ liệu (bỏ qua hàng <th>) */
.page-single-products .the_content table tr:nth-child(odd) td {
  background: #fcfcfc;
}
.page-single-products .the_content table tr:hover td {
  background: #f6f8ff; /* hover nhẹ */
}

/* Link, xuống dòng dài */
.page-single-products .the_content table td {
  word-break: break-word;
}

/* ===== Mobile (stack 2 dòng/thuộc tính) ===== */
@media (max-width: 768px) {
  /* bỏ shadow/góc nếu cần fit container */
  .page-single-products .the_content table {
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  }

  /* Mỗi hàng thành block 2 dòng */
  .page-single-products .the_content table tr {
    display: grid;
    grid-template-columns: 1fr; /* 1 cột */
    gap: 6px;
    padding: 10px 0;
  }
  .page-single-products .the_content table td,
  .page-single-products .the_content table th {
    padding: 10px 14px;
  }

  /* Nhãn (cột 1) hiển thị như tiêu đề nhỏ, không nền */
  .page-single-products .the_content table td:first-child {
    width: auto;
    background: transparent;
    border-right: 0;
    color: #222;
    font-weight: 700;
    opacity: 0.95;
    padding-bottom: 0;
  }
  /* Giá trị (cột 2) nằm dưới */
  .page-single-products .the_content table td:last-child {
    padding-top: 0;
  }

  /* Tiêu đề nhóm hiển thị như block tách section */
  .page-single-products .the_content table th[colspan] {
    margin: 6px 10px;
    border-radius: 8px;
  }
}

.page-single-products .product-review {
  padding: 50px 0;
  max-width: 800px;
  margin: 0 auto;
}
.page-single-products .product-review #comments h2 {
  font-size: 18px;
  color: var(--blue-secondary-color);
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat_Bold" !important;
}
.page-single-products .product-review #comments .comment-text {
  margin-top: 30px !important;
}
.page-single-products .product-review #comments .star-rating {
  color: #fe9727 !important;
}
.page-single-products .product-review #comments .comment-text .description p {
  font-size: 14px;
  line-height: 1.5;
}
.page-single-products .product-review #review_form .comment-reply-title {
  display: none;
}
.page-single-products
  .product-review
  #review_form
  .comment-form-rating
  p.stars
  a {
  color: #fe9727 !important;
  font-size: 24px;
}
.page-single-products .product-review #review_form .comment-form-rating p {
  margin-top: 6px !important;
}
.page-single-products .product-review #review_form .comment-form-comment label {
  display: none;
}
.page-single-products
  .product-review
  #review_form
  .comment-form-comment
  textarea {
  border: 1px solid #cfcfcf;
  outline: none !important;
  height: 120px !important;
}
.page-single-products .product-review #commentform {
  margin-top: 25px;
}
.page-single-products .product-review #commentform #submit {
  background-color: var(--blue-secondary-color) !important;
  color: #fff !important;
  opacity: 0.8;
}
.page-single-products .product-review #commentform #submit:hover {
  opacity: 1;
}
.site-splq {
  padding: 50px 0 !important;
  margin-top: 30px;
}
.site-splq h2 {
  font-size: 26px !important;
  text-align: start;
  font-weight: 700 !important;
  line-height: 1.2;
  font-family: "Montserrat_Bold" !important;
}
.site-splq .title-main {
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf !important;
}
.slick-related-products .item {
  padding: 20px;
  background: #fff;
  padding-bottom: 40px;
  border: 1px solid #cfcfcf;
  position: relative;
}
.slick-related-products .slick-slide {
  margin: 0 15px; /* 15px mỗi bên = 30px tổng */
}
.slick-related-products {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-related-products .product-title a {
  -webkit-line-clamp: 2;
  color: rgb(51 51 51);
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 1.38;
  overflow: hidden;
}
.slick-related-products .product-title a:hover {
  color: var(--orange-color);
}
.slick-related-products .item .btn-detail {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--blue-secondary-color);
  position: absolute;
  bottom: 14px;
  transition: all 0.5s;
  transform: translateY(100px);
  opacity: 0;
}
.slick-related-products .item:hover .btn-detail {
  transform: translateY(0);
  opacity: 1;
}
.consult-register-section #name_product {
  background-color: #e5e5e5;
  color: #999;
}
.fancybox__container {
  z-index: 9999999 !important;
}
.modal-consult-register {
  padding: 0 !important;
}
.modal-consult-register .consult-register-section {
  padding: 80px !important;
}
.modal-consult-register .consult-register-title h2 {
  font-size: 14px;
  color: var(--blue-secondary-color);
}
.modal-consult-register .consult-register-title p {
  font-size: 14px;
  margin-bottom: 0;
}
.product-cat-block {
  background-color: #f5f5f5;
  margin: 40px 0;
}
.home-product-slider .product-item {
  padding: 20px;
  background-color: #fff;
}
.home-product-slider .product-item .product-image {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.home-product-slider .product-item .product-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.home-product-slider .product-item .product-caption {
  margin-top: 30px;
}
.home-product-slider .product-item .product-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: rgb(51 51 51);
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 1.38;
  overflow: hidden;
}
.home-product-slider .product-item .product-title:hover {
  color: rgb(245 160 28);
}
.js-home-product-slider .item {
  padding: 0 15px;
  box-sizing: border-box;
}
.home-product-slider .product-item .product-modal {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.29;
  color: rgb(51 51 51);
  font-family: "Montserrat_Light";
}

.js-home-product-slider {
  margin: 0 -15px;
}
.product-cat-block .section-title-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(217 217 217);
}
.product-cat-block .section-title-wrap .section-title {
  font-size: 28px;
  font-family: "Montserrat_Bold" !important;
  font-weight: 800;
  line-height: 1.22222;
  text-transform: uppercase;
}
.product-cat-block .section-title-wrap .view-all-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--blue-secondary-color);
  padding: 8px 36px;
  height: 50px;
  display: flex;
  align-items: center;
}
.home-product-slider .product-item {
  position: relative;
  padding-bottom: 40px;
}
.home-product-slider .product-item .link {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--blue-secondary-color);
  position: absolute;
  bottom: 25px;
  transition: all 0.5s;
  transform: translateY(100px);
  opacity: 0;
}
.home-product-slider .product-item:hover .link {
  transform: translateY(0);
  opacity: 1;
}
.introduction-page-wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat_Bold" !important;
}
.introduction-page-wrapper .intro-content {
  margin-top: 30px !important;
  font-size: 18px;
}
.introduction-page-wrapper .intro-content p {
  line-height: 1.44;
}
.introduction-page-wrapper .business_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.business_fields .business_item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 20px 0 0;
}
.introduction-page-wrapper .business_icon {
  height: 84px;
  width: 84px;
  border: 1px solid var(--blue-secondary-color);
  border-radius: 9999px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business_fields .business_item .business_title {
  font-family: "Montserrat_Bold" !important;
  font-size: 20px;
}
.product_service_list-title {
  font-size: 20px;
  margin-top: 40px;
  text-align: center;
}
.product_service_list-title strong {
  color: var(--blue-secondary-color);
}
.product_service_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* responsive */
  gap: 30px;
  margin-top: 30px;
}

.product_service-item {
  text-align: center;
  text-transform: uppercase;
}

.product_service-image img {
  max-width: 100%;
  margin: 0 auto 10px;
}

.product_service-title {
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat_Bold" !important;
  margin-top: 10px;
  line-height: 1.4;
}
.product_service-item {
  padding: 20px;
  color: #fff;
  background-color: var(--blue-secondary-color);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_information-item {
  display: flex;
}
.contact_information-icon {
  color: #fff;
  font-size: 36px;
  background-color: var(--blue-secondary-color);
  border-radius: 9999px;
  width: 90px;
  height: 90px;
  align-items: center;
  display: flex;
  flex: 0 0 90px;
  justify-content: center;
}
/* .contact_information-content {
  flex: 1 1 0%;
} */
.contact_information-content {
  padding-left: 20px;
}
.contact_information-content h2 {
  color: var(--blue-secondary-color);
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Montserrat_Bold" !important;
  text-transform: uppercase;
}
.contact_information-description {
  line-height: 1.5;
  font-size: 16px;
}
.information_company {
  background-color: #f5f5f5;
}
.contact-options-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 32px;
  font-family: "Montserrat_Bold" !important;
  font-weight: 700;
}
.contact-option-item p {
  max-width: 360px;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
.contact-option-item a {
  margin-top: 24px;
  color: var(--blue-secondary-color);
  line-height: 1.5;
  font-size: 16px;
  display: block;
}
.form-contact-wrapper {
  background-color: #f5f5f5;
}
.form-contact-wrapper .form-contact-heading h2 {
  font-size: 36px;
  font-family: "Montserrat_Bold" !important;
  font-weight: 700;
  line-height: 1.22222;
  color: var(--blue-primary-color);
  text-transform: uppercase;
}
.form-contact-wrapper .form-contact-heading p {
  margin-top: 24px;
  font-size: 18px;
  font-family: "Montserrat_Light" !important;
}

.form-contact-wrapper .form-contact {
  margin-top: 48px;
}
.form-contact-wrapper .form-contact input,
.form-contact-wrapper .form-contact textarea {
  background-color: #fff;
  border: 1px solid rgb(229 229 229);
  width: 100%;
  height: 50px;
  padding: 9px 24px;
  outline: unset !important;
}
.form-contact-wrapper .form-contact p {
  margin-bottom: 20px;
}
.form-contact-wrapper .form-contact input::placeholder,
.form-contact-wrapper .form-contact textarea::placeholder {
  font-size: 16px;
  color: #000;
}
.form-contact-wrapper .form-contact textarea {
  height: 150px;
}
.form-contact-wrapper .form-contact input[type="submit"] {
  font-size: 18px;
  padding: 0 60px;
  background-color: rgb(15 150 71);
  border-color: rgb(15 150 71);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: rgb(255 255 255);
  text-transform: uppercase;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s;
}
.form-contact-wrapper .form-contact input[type="submit"]:hover {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
}
.hamburger-lines {
  display: block;
  height: 20px;
  width: 26px;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: var(--blue-secondary-color);
}
.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.active-hamburger .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.active-hamburger .hamburger-lines .line2 {
  transform: scaleY(0);
}
.active-hamburger .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.header-hamburger {
  cursor: pointer;
  display: none;
}
.arrow-menu-mobile {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  right: 23px;
  top: 9px;
  cursor: pointer;
}
.mobile-menu-item {
  position: relative;
}

.has-submenu .mobile-nav-list .mobile-menu-item a {
  font-size: 14px;
  padding-left: 20px;
}
.menu-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: var(--blue-secondary-color);
  overflow-y: auto;
  transition: all 0.5s ease;
  z-index: 9999;
  opacity: 0;
}
.product-content-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.product-content-wrap table th,
.product-content-wrap table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: left;
}

.product-content-wrap table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.product-content-wrap table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.product-content-wrap table tr:hover {
  background-color: #f1f1f1;
}

.product-content-wrap table td[colspan="2"] {
  font-weight: bold;
  font-size: 16px;
  background-color: #e9f5ff;
  text-transform: uppercase;
}
.acf-pdf-download {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  height: 40px;
  color: rgb(43 111 185);
  gap: 10px;
  font-size: 14px;
  border: 1px solid transparent;
  margin-top: 20px;
}

.consult-register-section {
  padding: 50px !important;
}
.footer-gg-map iframe {
  width: 100% !important;
  height: 100% !important;
}
.footer-gg-map p {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-gg-map {
  padding-left: 30px;
  flex: 0 0 645px;
  max-width: 50%;
}

.single-post {
  max-width: 100%;
  margin: 40px auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.single-post:hover {
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.12);
}

.single-post__thumb img {
  width: 60%;
  height: auto;
  object-fit: cover;
  display: block;
  border-bottom: 4px solid var(--blue-secondary-color);
  margin: 0 auto;
}

.single-post__content {
  padding: 40px;
}

.single-post__content h1 {
    color: var(--blue-secondary-color);
    line-height: 1.25;
    font-weight: 600 !important;
    font-size: 24px;
    margin-bottom: 30px !important;
  position: relative;
}
.single-post__content h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--blue-secondary-color);
  margin-top: 10px;
  border-radius: 2px;
}

.single-post__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.single-post__date {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-post__date i {
  color: var(--blue-secondary-color);
  font-size: 16px;
}

.single-post__body {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

.single-post__body p {
  margin-bottom: 10px;
}

.single-post__body h2,
.single-post__body h3 {
  margin: 30px 0 15px;
  color: #0a2540;
  font-weight: 700;
}
/* 
.single-post__body img {
  max-width: 100%;
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
} */
