.rh_slide {
  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);
}

.section_intro {
  padding: 80px 40px;

  background: #f5f5f5;

  position: relative;
}

.section_intro .container {
  margin: 0 auto;

  display: flex;

  gap: 80px;

  align-items: start;

  position: relative;

  z-index: 2;
}

.section_intro .intro_image {
  flex: 0 0 500px;
}

.section_intro .intro_image img {
  width: 100%;

  aspect-ratio: 3 / 4;

  object-fit: cover;

  border-radius: 30px;
}

.section_intro .intro_content {
  flex: 1;
}

.section_intro .intro_label {
  font-size: 26px;

  color: #317e17;

  font-weight: bold;

  font-style: italic;

  margin-bottom: 15px;

  text-align: center;
}

.section_intro h2 {
  font-size: 24px;

  color: #333;

  font-weight: 600;

  margin-bottom: 30px;

  text-transform: uppercase;

  text-align: center;
}

.section_intro .intro_text {
  font-size: 15px;

  color: #333;

  line-height: 1.8;

  margin-bottom: 20px;
}

.section_intro .intro_text .text_highlight {
  color: #317e17;

  font-weight: 600;
}

.section_intro .intro_thumbnails {
  position: relative;

  z-index: 999;

  display: inline-flex;

  gap: 10px;

  gap: 20px;

  margin-top: 50px;

  margin-left: -140px;

  padding: 15px;

  background-color: #fff;

  border-radius: 15px;

  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);
}

.section_intro .intro_thumbnails .thumb {
  width: 150px;

  height: 150px;

  border-radius: 15px;

  overflow: hidden;

  cursor: pointer;
}

.section_intro .intro_thumbnails .thumb img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.awe-section-8 {
  padding: 40px 0;
}

.awe-section-8 .container {
  margin: 0 auto;
}

.awe-section-8 .bg {
  background: linear-gradient(135deg, #317e17 0%, #3d7d4a 100%);

  padding: 50px 40px;

  border-radius: 10px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);
}

.awe-section-8 .bg h2 {
  font-size: 24px;

  color: #fff;

  font-weight: 700;

  margin: 0 0 15px;

  flex: 1;
}

.awe-section-8 .bg a {
  background: #fff;

  color: #000;

  padding: 12px 30px;

  border-radius: 5px;

  text-decoration: none;

  font-weight: 500;

  font-size: 14px;

  white-space: nowrap;

  margin-left: 40px;

  transition: all 0.3s ease;
}

.awe-section-8 .bg a:hover {
  background: #f5a623;

  color: #fff;
}

@media (max-width: 768px) {
  .awe-section-8 .bg {
    flex-direction: column;

    text-align: center;

    gap: 20px;

    padding: 40px 30px;
  }

  .awe-section-8 .bg h2 {
    font-size: 22px;
  }

  .awe-section-8 .bg a {
    margin-left: 0;
  }
}

.rh_news .min_wrap {
  position: relative;
}

.footer {
  background: #317e17;

  color: #fff;

  padding: 60px 0 0;

  position: relative;
}

.footer::before {
  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  transform: translate(-50%, -100%);

  background-image: url(imgs/bg-before-footer.png);
}

.footer .container {
  max-width: 1200px;

  margin: 0 auto;
}

.footer-top {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 40px;

  margin-bottom: 50px;

  padding-bottom: 50px;

  border-bottom: 1px solid #444;
}

.footer-section h3 {
  font-size: 16px;

  font-weight: 700;

  margin-bottom: 20px;

  color: #fff;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: #aaa;

  text-decoration: none;

  font-size: 14px;

  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #317e17;
}

.footer-newsletter {
  margin-bottom: 40px;

  display: flex;

  flex-direction: column;

  justify-content: start;

  align-items: center;

  text-align: center;
}

.footer-newsletter h4 {
  font-size: 24px;

  text-transform: uppercase;

  font-weight: 700;

  margin-bottom: 15px;
}

.footer-newsletter p {
  font-size: 14px;

  color: #fff;

  margin-bottom: 15px;

  line-height: 1.6;
}

.newsletter-form {
  width: 100%;

  display: flex;

  gap: 10px;
}

.newsletter-form input {
  flex: 1;

  padding: 12px 15px;

  border: none;

  background: #fff;

  color: #fff;

  border-radius: 5px;

  font-size: 14px;
}

.newsletter-form input::placeholder {
  color: #888;
}

.newsletter-form button {
  background: var(--SecondaryColor);

  color: #fff;

  border: none;

  padding: 12px 25px;

  border-radius: 5px;

  font-weight: 600;

  cursor: pointer;

  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background: #3d7d4a;
}

.footer-bottom {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 80px;

  padding-top: 40px;
}

.footer-info {
  display: flex;

  flex-direction: column;

  text-align: center;

  justify-content: start;

  align-items: center;

  margin-top: -45px;
}

.footer-info img {
  margin: 0 0 20px;
}

.footer-info p {
  font-size: 14px;

  color: #fff;

  line-height: 1.8;

  margin-bottom: 10px;
}

.footer-contact {
  display: flex;

  flex-direction: column;

  text-align: center;

  justify-content: start;

  align-items: center;
}

.footer-contact h4 {
  font-size: 16px;

  font-weight: 700;

  margin-bottom: 25px;
}

.contact-item {
  margin-bottom: 15px;
}

.contact-item strong {
  color: #fff;

  display: inline-block;

  font-size: 14px;
}

.contact-item span {
  font-size: 14px;

  color: #fff;
}

.footer-contact a,
.footer-info a {
  color: #fff;

  text-decoration: none;

  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #317e17;
}

.footer-actions {
  margin-top: 40px;

  font-size: 13px;

  padding: 15px 0;

  background-color: rgba(0, 0, 0, 0.1);
}

.footer-actions .min_wrap {
  display: flex;

  justify-content: space-between;

  align-items: center;
}

.action-btn {
  display: flex;

  align-items: center;

  gap: 10px;

  color: #fff;

  background: none;

  border: none;

  cursor: pointer;

  font-size: 14px;

  transition: color 0.3s ease;
}

.action-btn:hover {
  color: #317e17;
}

.social-media {
  display: flex;

  align-items: center;

  gap: 10px;

  margin: 10px 0 0;
}

.social-media a i {
  font-size: 18px;

  color: #333;
}

.footer-actions .social-media a i {
  font-size: 18px;

  color: #fff;
}

.footer-actions .social-media {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);

    gap: 30px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .img-footer {
    display: none;
  }

  .footer-bottom {
    gap: 40px;

    padding-top: 0;
  }
}

.swiper-hero .swiper-slide {
  background: #f6f6f6;
}

.swiper-hero .swiper-slide a {
  display: block;

  width: 100%;

  aspect-ratio: 1920/915;
}

.swiper-hero .swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;
}

.swiper-hero .swiper-pagination-1 .swiper-pagination-bullet {
  width: 10px;

  height: 10px;
}

.swiper-hero .swiper-pagination-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff7f2a;
}

.s-category {
  padding: 60px 0;
}

.s-category .min_wrap {
  position: relative;
}

.swiper-category {
  overflow-x: hidden;
}

.swiper-category .swiper-slide {
  padding: 0 15px 10px;

  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);

  text-align: center;
}

.swiper-category .swiper-slide img {
  border-radius: 50%;

  width: 100%;

  aspect-ratio: 1 / 1;

  margin: 0 0 10px;
}

.swiper-category .swiper-slide .name_category {
  color: #333;

  font-weight: 500;

  font-size: 14px;

  height: 40px;

  line-height: 20px;

  display: block;
}

.swiper-button-next-category {
  width: 36px;

  height: 36px;

  background-color: #fff;

  border: 1px solid #414141;

  border-radius: 50%;

  color: #414141;

  font-size: 16px;

  right: -50px;
}

.swiper-button-prev-category {
  width: 36px;

  height: 36px;

  background-color: #fff;

  border: 1px solid #414141;

  border-radius: 50%;

  color: #414141;

  font-size: 16px;

  left: -50px;
}

.rh_bc {
  position: relative;

  padding: 30px 0;

  margin: 30px 0 0;
}

.rh_bc .min_wrap {
  background: unset;

  border: 1px solid #ededed;
}

.rh_bc .na_til_cont {
  position: absolute;

  top: 0;

  left: 50%;

  color: #fff;

  transform: translate(-50%, -50%);

  border: 1px solid #e5e5e5;

  background-color: var(--PrimaryColor);

  padding: 10px 40px;

  border-radius: 48px;

  font-size: 24px;
}

.swiper1,
.swiper1-plus {
  background-color: unset;
}

.swiper1 .swiper-slide,
.swiper1-plus .swiper-slide {
  padding: 2rem 2rem 2rem 0;

  border-right: 1px solid #e5e5e5;

  border-radius: unset;

  background-color: #fff;
}

.swiper1 .swiper-slide,
.swiper1-plus .swiper-slide:last-child {
  padding: 1.6rem;

  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);

  border-right: none;
}

.s-banners {
  padding: 30px 0;
}

.s-banners .banners {
  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  justify-content: space-between;

  gap: 25px;
}

.s-banners .banners a {
  display: block;

  height: 130px;

  width: auto;

  overflow: hidden;

  border-radius: 10px;

  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);
}

.s-banners .banners img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 6px;

  transition: all 0.3s ease;
}

.s-banners .banners img:hover {
  transform: scale(1.05);
}

.s-products .min_wrap {
  display: grid;

  grid-template-columns: 1fr 4fr;

  gap: 20px;

  padding: 40px 0;
}

.s-products .min_wrap.odds {
  grid-template-columns: 4fr 1fr;
}

.s-products .products-category {
  position: relative;
}

.s-products .odds .products-category {
  order: 1;
}

.s-products .products-category-summary {
  position: absolute;

  top: 20px;

  left: 20px;

  right: 20px;

  bottom: 20px;
}

.s-products .products-category figure {
  width: 100%;

  height: 100%;
}

.s-products .products-category img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;
}

.s-products .products-category-summary-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

  border-radius: 10px;
}

.s-products .products-category-summary h2 {
  color: #fff;

  font-size: 18px;

  margin: 0 0 20px;
}

.s-products .products-category-summary p {
  color: #fff;

  font-size: 16px;

  line-height: 24px;

  -webkit-line-clamp: 5;

  overflow: hidden;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  padding: 0;
}

.s-products .products-category-summary a {
  position: absolute;

  bottom: 0;

  display: block;

  padding: 8px 20px;

  background-color: var(--PrimaryColor);

  color: #fff;

  border-radius: 20px;
}

header {
  background-color: #317e17;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 15px 40px;

  position: relative;
}

/* .sty_home header::after {

  content: "";

  background: url(../imgs/bg-after-header.png) no-repeat top center;

  position: absolute;

  width: 100%;

  height: 47px;

  bottom: -47px;

  left: 0;

  z-index: 9;

} */

header .min_wrap {
  width: 100%;

  background-color: #317e17;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 15px 0;
}

.nav-menu {
  display: flex;

  align-items: center;

  gap: 30px;

  list-style: none;
}

.nav-menu a {
  color: #fff;

  text-decoration: none;

  font-size: 15px;

  font-weight: 500;

  position: relative;
}

.nav-menu a.active {
  color: #ffb416;
}

.nav-menu a:hover {
  color: #ffb416;
}

.nav-menu li.active > a {
  color: #ffb416;
}

.dropdown::after {
  content: " ▾";

  font-size: 10px;
}

.logo {
  display: flex;

  flex-direction: column;

  align-items: center;

  color: #fff;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);
}

.logo-main {
  display: flex;

  align-items: center;

  gap: 5px;

  font-family: "Brush Script MT", cursive;

  font-size: 32px;

  color: #fff;
}

.logo-leaf {
  color: #f5a623;

  font-size: 24px;
}

.logo-tagline {
  font-size: 10px;

  letter-spacing: 3px;

  color: #fff;

  margin-top: -5px;
}

.header-right {
  display: flex;

  align-items: center;

  gap: 15px;
}

.search-box {
  display: flex;

  align-items: center;

  background: #fff;

  border-radius: 24px;

  overflow: hidden;

  height: 35px;
}

.search-box input {
  border: none;

  outline: none;

  padding: 8px 15px;

  font-size: 13px;

  color: #999;

  width: 225px;
}

.search-box input::placeholder {
  color: #999;
}

.search-btn {
  background-color: #f5a623;

  border: none;

  width: 35px;

  height: 35px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  margin-right: -1px;
}

.search-btn svg {
  width: 16px;

  height: 16px;

  fill: #fff;
}

.icon-btn {
  position: relative;

  color: #fff;

  background: none;

  border: none;

  cursor: pointer;
}

.icon-btn svg {
  width: 24px;

  height: 24px;

  stroke: #fff;

  fill: none;

  stroke-width: 1.5;
}

.badge {
  position: absolute;

  top: -5px;

  right: -8px;

  background-color: #f5a623;

  color: #fff;

  font-size: 10px;

  width: 16px;

  height: 16px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.user-icon svg {
  width: 28px;

  height: 28px;
}

.nav-menu li {
  position: relative;
}

.dropdown-toggle::after {
  content: "\f078";

  font-size: 10px;

  font-family: "Font Awesome 6 Pro";

  margin-left: 8px;

  transition: transform 0.3s ease;
}

.nav-menu li:hover .dropdown-toggle::after {
  transform: rotate(-180deg);
}

.dropdown-menu {
  position: absolute;

  top: 100%;

  left: 0;

  background: #fff;

  min-width: 230px;

  list-style: none;

  margin: 8px 0 0;

  border-radius: 8px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  opacity: 0;

  visibility: hidden;

  transform: translateY(-10px);

  transition: all 0.3s ease;

  z-index: 1000;
}

.nav-menu li:hover .dropdown-menu {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.dropdown-menu li {
  padding: 0;

  margin: 0;
}

.dropdown-menu a {
  display: block;

  padding: 12px 20px;

  color: #333;

  text-decoration: none;

  font-size: 14px;

  transition: all 0.2s ease;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;

  padding-left: 24px;

  color: #f5a623;
}

.dropdown-menu li:first-child a:hover {
  border-radius: 8px 8px 0 0;
}

.dropdown-menu li:last-child a:hover {
  border-radius: 0 0 8px 8px;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-toggle::after {
  content: "▶";

  font-size: 10px;

  margin-left: auto;

  margin-right: -4px;

  transition: transform 0.3s ease;

  float: right;
}

.dropdown-menu li:hover .dropdown-toggle::after {
  transform: rotate(90deg);
}

.dropdown-menu-sub {
  position: absolute;

  top: 0;

  left: 100%;

  background: #fff;

  min-width: 200px;

  list-style: none;

  border-radius: 0 8px 8px 0;

  opacity: 0;

  transform: translateX(-10px);

  transition: all 0.3s ease;

  z-index: 1001;
}

.dropdown-menu li:hover .dropdown-menu-sub {
  opacity: 1;

  visibility: visible;

  transform: translateX(0);
}

.dropdown-menu-sub a {
  display: block;

  padding: 12px 20px;

  color: #333;

  text-decoration: none;

  font-size: 14px;

  transition: all 0.2s ease;
}

.dropdown-menu-sub a:hover {
  background-color: #f0f0f0;

  padding-left: 24px;

  color: #f5a623;
}

@media (max-width: 480px) {
  header {
    padding: 0;
  }

  header .min_wrap {
    padding: 15px 1.6rem;
  }

  nav {
    display: none;
  }

  .logo {
    position: static;

    transform: none;
  }

  .search-box {
    height: 36px;
  }

  .search-box input {
    width: 150px;
  }

  .search-btn {
    width: 36px;

    height: 36px;
  }
}

#skeleton {
  display: grid;

  gap: 20px;
}

.skeleton-4 {
  grid-template-columns: repeat(4, 1fr);
}

.skeleton-5 {
  grid-template-columns: repeat(5, 1fr);
}

.product-skeleton {
  border-radius: 8px;

  padding: 10px;

  background: #fff;
}

.skeleton-discount,
.skeleton-image,
.skeleton-title,
.skeleton-price,
.skeleton-old-price {
  background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);

  background-size: 400% 100%;

  animation: shimmer 1.2s ease-in-out infinite;

  border-radius: 4px;
}

.skeleton-discount {
  width: 50px;

  height: 20px;

  margin-bottom: 8px;

  border-radius: 4px;
}

.skeleton-image {
  width: 100%;

  aspect-ratio: 1;

  margin-bottom: 10px;

  border-radius: 8px;
}

.skeleton-title {
  height: 16px;

  width: 90%;

  margin-bottom: 8px;
}

.skeleton-price {
  display: inline-block;

  height: 14px;

  width: 30%;

  margin-right: 10px;
}

.skeleton-old-price {
  display: inline-block;

  height: 14px;

  width: 30%;
}

.col_list_kc_prod_D label.disable {
  color: #ccc;

  pointer-events: none;

  cursor: not-allowed;
}

.num_if_r_cctfgh button,
.num_if_r_cctfgh .text_num_sl_prod_D {
  width: 3.5rem;

  height: 3.5rem;
}

.content_tskt ul li {
  background-color: var(--tailwind-50);

  display: flex;

  padding: 1.6rem;

  gap: var(--gap10);

  background-color: var(--tailwind-50);

  border-radius: 0.5rem;

  -webkit-border-radius: 0.5rem;
}

.content_tskt ul li:nth-child(2n) {
  background-color: #fff;
}

.content_tskt ul li strong {
  flex-basis: 25%;

  max-width: 100%;

  color: var(--color-2);

  font-weight: 500;
}

.l_row_rbctfgh_sm {
  font-size: 16px;
}

table {
  border-collapse: collapse;

  border-spacing: 0;

  border: 1px solid #eee;

  width: 100%;

  text-align: left;
}

.content_tskt table th {
  font-weight: 700;
}

@keyframes shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.kc_prod_D {
  flex-direction: column;

  align-items: start;
}

.na_kc_prod_D {
  flex-basis: unset;

  width: 100%;
}

.swiper-hero {
  overflow-x: hidden;

  position: relative;
}

.swiper-hero-pagination-overlay {
  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100px;

  background: linear-gradient(to top, #ad0000, red 50%, transparent);

  pointer-events: none;

  z-index: 5;
}

.swiper-pagination-bullet {
  background-color: #fff;

  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background-color: var(--SecondaryColor);

  opacity: 1;
}

.til_rh_bc {
  padding: 1rem 0;

  margin: 0 0 2rem;
}

.btn-addtocart {
  position: absolute;

  top: 24px;

  right: 24px;

  width: 36px;

  height: 36px;

  background-color: var(--PrimaryColor);

  color: #fff;

  border: 1px solid #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  opacity: 0.5;

  transition: all 0.3s ease;
}

.btn-addtocart:hover {
  opacity: 1;
}

.rh_1 {
  background-color: #f9f6f1;

  color: #000;

  position: relative;

  overflow: hidden;
}

.r_p9 {
  padding-top: 9rem;

  padding-bottom: 9rem;
}

.rh_1 .min_wrap {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  column-gap: 9rem;

  row-gap: var(--gap30);

  position: relative;

  z-index: 1;
}

.img_rh_1,
.ct_rh_1 {
  flex: 1 0 30rem;

  max-width: 100%;

  position: relative;
}

.img1_rh_1 {
  max-width: 54.1rem;

  border-radius: 50rem;

  -webkit-border-radius: 50rem;

  -moz-border-radius: 50rem;

  -ms-border-radius: 50rem;

  -o-border-radius: 50rem;
}

.img1_rh_2 {
  position: absolute;

  bottom: 9rem;

  right: 0;

  z-index: 1;

  max-width: 29rem;

  border: 1rem solid #fff;

  border-radius: 50rem;

  -webkit-border-radius: 50rem;

  -moz-border-radius: 50rem;

  -ms-border-radius: 50rem;

  -o-border-radius: 50rem;
}

.img_rh_1,
.ct_rh_1 {
  flex: 1 0 30rem;

  max-width: 100%;

  position: relative;
}

.ct_rh_1 .til_cont_1 {
  display: flex;

  flex-direction: column;

  align-items: start;

  gap: var(--gap08);

  margin-bottom: 3rem;
}

.sub_cont {
  width: fit-content;

  text-transform: uppercase;

  font-weight: 500;

  font-size: var(--font-size-16);

  color: var(--PrimaryColor);

  position: relative;
}

.na_cont {
  font-family: var(--font-family-2);

  text-transform: capitalize;

  color: #333;

  font-size: 36px;

  line-height: 1.1788;

  font-weight: 500;
}

.nt_rh_1 {
  margin-bottom: 3rem;
}

.bot_rh_1 {
  display: flex;

  gap: var(--gap20);

  align-items: center;

  flex-wrap: wrap;
}

.hotline_rh_1 {
  display: flex;

  align-items: center;

  gap: var(--gap12);
}

.hotline_rh_1 > i {
  display: flex;

  justify-content: center;

  align-items: center;

  width: 4.8rem;

  height: 4.8rem;

  color: #fff;

  background-color: var(--PrimaryColor);

  font-size: var(--font-size-20);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.hotline_rh_1 > div {
  display: flex;

  flex-direction: column;

  gap: 0.2rem;

  font-size: var(--font-size-14);

  line-height: 2rem;

  color: var(--color-3);
}

.hotline_rh_1 > div strong {
  color: var(--PrimaryColor);

  font-size: var(--font-size-24);

  line-height: 2.4rem;

  font-weight: 700;
}

.rh_4 {
  position: relative;

  padding-right: calc(calc(100vw - 1410px) / 2);

  overflow: hidden;
}

.in_rh_4 {
  background: #f9f6f1;

  padding-left: calc(calc(100vw - 1410px) / 2);

  border-top-right-radius: 1.6rem;

  border-bottom-right-radius: 1.6rem;
}

.r_p9 {
  padding-top: 9rem;

  padding-bottom: 9rem;
}

.r_rh_4 {
  position: absolute;

  top: 9rem;

  right: 0;

  bottom: 9rem;

  width: calc(50vw - 8rem);

  background: var(--PrimaryColor) url(../imgs/img-demo/img-36.png) no-repeat center bottom;

  background-size: cover;

  border-top-left-radius: 1.6rem;

  border-bottom-left-radius: 1.6rem;

  overflow: hidden;
}

.r_rh_4::before {
  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 2;

  background: linear-gradient(0deg, rgba(47, 111, 94, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.shape-06 {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 3;

  margin: auto;

  width: 16rem;

  height: 16rem;

  display: flex;

  justify-content: center;

  align-items: center;
}

.shape-06 > img {
  max-width: 16rem;

  height: auto;

  animation: rotateme 9s linear infinite;

  -webkit-animation: rotateme 9s linear infinite;
}

.but_r_rh_4 {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 4;

  margin: auto;

  width: 10rem;

  height: 10rem;

  font-size: 16px;

  display: flex;

  justify-content: center;

  align-items: center;

  text-transform: uppercase;

  background-color: var(--PrimaryColor);

  color: #fff;

  text-align: center;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.nd_r_rh_4 {
  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

  z-index: 2;

  padding: 6rem;

  text-align: center;

  color: #fff;
}

.nd_r_rh_4 .na_cont {
  color: #fff;

  margin-bottom: 1rem;
}

.na_cont {
  font-family: var(--font-family-2);

  text-transform: capitalize;

  color: var(--PrimaryColor);

  font-size: 36px;

  line-height: 1.1788;

  font-weight: 500;
}

.nd_r_rh_4 .des_cont {
  font-size: var(--font-size-18);
}

.in_rh_4 .min_wrap {
  width: auto;

  position: relative;

  z-index: 1;
}

.l_rh_4 {
  max-width: 69rem;

  padding-right: 3rem;
}

.rh_4 .til_cont_1 {
  display: flex;

  flex-direction: column;

  align-items: start;

  gap: var(--gap08);

  margin-bottom: 1rem;
}

.sub_cont {
  width: fit-content;

  text-transform: uppercase;

  font-weight: 500;

  font-size: var(--font-size-16);

  color: var(--PrimaryColor);

  position: relative;
}

.na_cont {
  font-family: var(--font-family-2);

  text-transform: capitalize;

  color: var(--PrimaryColor);

  font-size: 36px;

  line-height: 1.1788;

  font-weight: 500;
}

.list_FAQ > li {
  position: relative;

  border-bottom: 0.1rem solid #d5d5d5;
}

.list_FAQ > li.active .ch_faq {
  padding-bottom: 1rem;
}

.list_FAQ > li:last-child {
  border-bottom: 0;
}

.ch_faq {
  cursor: pointer;

  display: flex;

  color: var(--color-1);

  padding: 2rem 3.2rem 2rem 0;
}

.list_FAQ > li.active .ch_faq h3 {
  color: var(--color-1);
}

.ch_faq h3 {
  font-family: var(--font-family-2);

  font-size: var(--font-size-20);

  font-weight: 500;
}

.but_ch_faq {
  width: 2.4rem;

  height: 2.4rem;

  position: absolute;

  top: 2.4rem;

  right: 0;

  color: var(--color-1);

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.but_ch_faq::before {
  font-family: "Font Awesome 6 Pro";

  font-weight: 300;

  content: "\2b";
}

.list_FAQ li.active .but_ch_faq::before {
  content: "\f068";
}

.list_FAQ li.active .tl_faq {
  display: block;
}

.list_FAQ .tl_faq {
  display: none;
}

.tl_faq {
  padding: 0 3.2rem 2rem 0;

  color: var(--color-2);

  font-size: var(--font-size-14);

  line-height: 2rem;
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    -o-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

    -moz-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);
  }
}

.rh_news {
  position: relative;
}

.til_rh_news {
  text-align: center;

  margin-bottom: 30px;
}

.til_rh_news .na_til_cont {
  font-size: 24px;

  font-weight: 600;

  color: #222531;

  margin: 0;
}

.swiper-news {
  position: relative;
}

.swiper-news .swiper-slide {
  height: auto;

  display: flex;

  flex-direction: column;
}

.img_news_item {
  width: 100%;

  aspect-ratio: 3/2;

  height: auto;

  overflow: hidden;

  border-radius: 8px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  margin-bottom: 15px;
}

.img_news_item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.3s ease;
}

.swiper-news .swiper-slide:hover .img_news_item img {
  transform: scale(1.05);
}

.ct_news_item {
  flex: 1;

  display: flex;

  flex-direction: column;

  padding: 0 10px;
}

.na_news_item {
  margin: 0 0 10px;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.4;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.na_news_item a {
  color: #222531;

  text-decoration: none;

  transition: color 0.3s;
}

.na_news_item a:hover {
  color: #e91d2d;
}

.des_news_item {
  font-size: 14px;

  color: #333;

  line-height: 1.6;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  margin-bottom: 10px;

  flex: 1;
}

.info_news_item {
  display: flex;

  gap: 15px;

  margin-top: auto;

  align-items: center;
}

.date_news_item {
  font-size: 13px;

  color: #555;

  display: flex;

  align-items: center;

  gap: 5px;
}

.swiper-button-prev-news,
.swiper-button-next-news {
  width: 40px;

  height: 40px;

  background-color: #414141;

  color: #fff;

  border-radius: 50%;

  top: 50%;

  transform: translateY(-50%);

  outline: none;

  transition: all 0.3s;
}

.swiper-button-prev-news::after,
.swiper-button-next-news::after {
  font-size: 18px;

  font-weight: 700;
}

.swiper-button-prev-news {
  left: -20px;
}

.swiper-button-next-news {
  right: -20px;
}

@media only screen and (max-width: 768px) {
  .til_rh_news .na_til_cont {
    font-size: 24px;
  }

  .swiper-button-prev-news,
  .swiper-button-next-news {
    width: 35px;

    height: 35px;
  }

  .swiper-button-prev-news::after,
  .swiper-button-next-news::after {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .til_rh_news .na_til_cont {
    font-size: 20px;
  }

  .img_news_item {
    margin-bottom: 12px;
  }

  .na_news_item {
    font-size: 15px;

    margin-bottom: 8px;
  }

  .des_news_item {
    font-size: 13px;

    margin-bottom: 8px;
  }

  .ct_news_item {
    padding: 0;
  }

  .swiper-button-prev-news,
  .swiper-button-next-news {
    width: 30px;

    height: 30px;
  }
}

.f_page .min_wrap {
  display: flex;

  gap: var(--gap30);

  flex-wrap: wrap;

  align-items: flex-start;

  position: relative;
}

.ct_page {
  flex: 3 0 4.8rem;

  max-width: 100%;

  min-width: 0.1rem;
}

.list_news {
  display: flex;

  flex-direction: column;

  gap: var(--gap24);
}

.list_news > li {
  display: flex;

  flex-wrap: wrap;

  border: 0.1rem solid #e5e5e5;

  overflow: hidden;

  border-radius: 0.8rem;

  -webkit-border-radius: 0.8rem;

  -moz-border-radius: 0.8rem;

  -ms-border-radius: 0.8rem;

  -o-border-radius: 0.8rem;
}

.img_list_news {
  width: 33rem;

  aspect-ratio: 3 / 2;

  overflow: hidden;

  background-color: #eaeaea;
}

.sk-img img {
  width: 100%;

  display: block;

  opacity: 0;
}

.img_list_news img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.sk-img.loaded img {
  opacity: 1;

  transition: 0.3s ease;
}

.ct_list_news {
  flex: 1;

  padding: 1.5rem;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  gap: var(--gap08);
}

.m_list_news {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.na_news_spec {
  display: -webkit-box;

  -webkit-line-clamp: 2;

  line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

  font-size: var(--font-size-18);

  font-family: var(--font-family-2);

  font-weight: 500;

  color: var(--color-1);
}

.m_list_news .na_news_spec {
  font-weight: 600;
}

.na_news_spec a {
  color: var(--color-1);
}

.ti_cont {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  column-gap: var(--gap12);

  row-gap: var(--gap04);
}

.ti_cont > li {
  display: flex;

  align-items: center;

  gap: var(--gap04);

  font-size: var(--font-size-14);

  color: var(--color-3);

  line-height: 1.6rem;
}

.ti_cont > li {
  display: flex;

  align-items: center;

  gap: var(--gap04);

  font-size: var(--font-size-14);

  color: var(--color-3);

  line-height: 1.6rem;
}

.des_news_spec {
  font-size: 15px;

  line-height: 24px;

  color: var(--color-2);

  display: -webkit-box;

  -webkit-line-clamp: 3;

  line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.link_list_news {
  font-size: var(--font-size-12);

  color: var(--color-2);

  line-height: 1.6rem;

  text-decoration: underline;
}

.f_news .page {
  text-align: left;
}

.sb_page {
  flex: 1;

  display: flex;

  flex-direction: column;

  gap: var(--gap24);
}

.form_search_sb {
  position: relative;
}

.ipt_search_sb {
  border: none;

  width: 100%;

  height: 4rem;

  padding: 0 4rem 0 1rem;

  background-color: #e7e7e7;

  border-radius: 0.8rem;

  -webkit-border-radius: 0.8rem;

  -moz-border-radius: 0.8rem;

  -ms-border-radius: 0.8rem;

  -o-border-radius: 0.8rem;
}

.btn_search_sb {
  width: 4rem;

  height: 4rem;

  border: 0;

  cursor: pointer;

  background: none;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: var(--font-size-16);

  color: var(--color-3);
}

.til_sb {
  font-size: 20px;

  font-family: var(--font-family-2);

  font-weight: 500;

  margin-bottom: 1.2rem;
}

.list_cata_sb {
  display: flex;

  flex-direction: column;

  gap: var(--gap08);
}

.list_cata_sb > li > a {
  position: relative;

  color: var(--color-2);

  padding-left: 1.6rem;
}

.list_cata_sb > li > a::before {
  font-family: "Font Awesome 7 Pro";

  font-weight: 300;

  content: "\f105";

  position: absolute;

  top: 0.4rem;

  left: 0.2rem;

  font-size: var(--font-size-12);

  color: var(--color-3);
}

.til_sb {
  font-size: var(--font-size-24);

  font-family: var(--font-family-2);

  font-weight: 500;

  margin-bottom: 1.2rem;
}

.list_tags_sb {
  display: inline-flex;

  gap: var(--gap04);

  flex-wrap: wrap;
}

.list_tags_sb a {
  font-size: var(--font-size-12);

  line-height: 1.6rem;

  color: var(--color-1);

  padding: 0.4rem 1.2rem;

  background-color: #f1f1f1;

  border-radius: 0.4rem;

  -webkit-border-radius: 0.4rem;

  -moz-border-radius: 0.4rem;

  -ms-border-radius: 0.4rem;

  -o-border-radius: 0.4rem;

  transition: 0.2s;

  -webkit-transition: 0.2s;

  -moz-transition: 0.2s;

  -ms-transition: 0.2s;

  -o-transition: 0.2s;
}

.til_news_D {
  font-size: 28px;

  line-height: 1.2;

  color: var(--color-1);

  font-weight: 600;

  margin-bottom: 1.6rem;
}

.des_news_D {
  font-size: 16px;

  font-weight: 500;

  line-height: 1.3;

  color: var(--color-1);

  margin-bottom: 1.6rem;
}

.tags_D {
  padding-top: 20px;

  font-size: var(--font-size-14);

  color: var(--color-1);

  margin-bottom: 2rem;
}

.tags_D strong {
  color: var(--color-1);
}

.tags_D a {
  display: inline;

  color: var(--color-3);
}

.tags_D a::after {
  content: ",";
}

.tool_ct {
  position: absolute;

  top: 1rem;

  left: -5.2rem;

  display: flex;

  flex-direction: column;

  gap: var(--gap08);
}

.size_font_D {
  display: flex;

  gap: var(--gap08);

  flex-direction: column;

  padding: 0.4rem;

  background-color: #fff;

  border: 0.1rem solid #d9d9d9;

  border-radius: 1.6rem;

  -webkit-border-radius: 1.6rem;

  -moz-border-radius: 1.6rem;

  -ms-border-radius: 1.6rem;

  -o-border-radius: 1.6rem;
}

.size_font_D span {
  font-size: var(--font-size-14);

  cursor: pointer;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  width: 2.4rem;

  height: 2.4rem;

  color: #666;

  background-color: #fff;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.socail_link {
  display: flex;

  flex-direction: column;

  gap: var(--gap08);

  padding-bottom: 0.8rem;

  border-bottom: 0.1rem solid #d9d9d9;
}

.socail_link > li > a {
  display: flex;

  justify-content: center;

  align-items: center;

  background-color: #fff;

  color: #666;

  width: 3.2rem;

  height: 3.2rem;

  border: 0.1rem solid #eee;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.sb_page {
  flex: 1;

  display: flex;

  flex-direction: column;

  gap: var(--gap24);
}

.til_sb {
  font-size: var(--font-size-24);

  font-family: var(--font-family-2);

  font-weight: 500;

  margin-bottom: 1.2rem;
}

.sub_news_spec {
  display: flex;

  flex-direction: column;

  gap: var(--gap16);
}

.sub_news_spec > li > a {
  display: flex;

  gap: var(--gap16);

  align-items: flex-start;
}

.sub_news_spec > li > a figure {
  width: 10rem;

  aspect-ratio: 3 / 2;

  overflow: hidden;

  background-color: #eaeaea;

  border-radius: 0.8rem;

  -webkit-border-radius: 0.8rem;

  -moz-border-radius: 0.8rem;

  -ms-border-radius: 0.8rem;

  -o-border-radius: 0.8rem;
}

.sub_news_spec > li > a figure img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.sub_news_spec > li > a div {
  flex: 1;
}

.sub_news_spec > li > a h3 {
  display: -webkit-box;

  -webkit-line-clamp: 3;

  line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  font-size: var(--font-size-14);

  font-weight: 500;

  color: var(--color-1);
}

.til_bg_cont {
  font-size: 26px;

  font-weight: 600;

  margin: 10px 0;
}

.l_f_contact .til_cont_1 {
  flex-direction: column;

  align-items: start;
}

.list_info_f_contact {
  display: flex;

  gap: var(--gap16);

  flex-wrap: wrap;

  margin-bottom: 2rem;
}

.list_info_f_contact > li {
  flex: 1 0 30rem;

  max-width: 100%;

  color: var(--color-2);

  font-size: var(--font-size-14);
}

.form_l_f_contact > li:last-child,
.li_full {
  flex-basis: 100% !important;
}

.list_info_f_contact > li > div {
  word-break: break-all;
}

.list_info_f_contact > li a[href^="tel:"] {
  color: var(--PrimaryColor);

  font-size: var(--font-size-20);

  font-weight: 600;
}

.note_f_contact {
  margin-bottom: 2rem;

  color: var(--color-2);
}

.list_info_f_contact > li p {
  padding-bottom: 0.4rem;

  font-weight: 600;

  color: var(--color-1);
}

.list_info_f_contact > li a {
  color: var(--color-2);
}

.full_show_map,
.maplibregl-canvas-container {
  width: 100% !important;

  height: 100% !important;

  background-color: #eee;

  overflow: hidden;

  border-radius: 0.8rem;

  -webkit-border-radius: 0.8rem;

  -moz-border-radius: 0.8rem;

  -ms-border-radius: 0.8rem;

  -o-border-radius: 0.8rem;
}

.full_show_map iframe,
.maplibregl-canvas-container iframe {
  width: 100% !important;

  height: 100% !important;

  background-color: #eee;

  overflow: hidden;

  border-radius: 0.8rem;

  -webkit-border-radius: 0.8rem;

  -moz-border-radius: 0.8rem;

  -ms-border-radius: 0.8rem;

  -o-border-radius: 0.8rem;
}

#comments {
  width: 100%;

  font-size: 14px;

  color: #333;
}

.rating-selector {
  display: flex;

  align-items: center;

  gap: 8px;

  margin-bottom: 15px;
}

.rating-selector .icon {
  font-size: 16px;

  color: var(--PrimaryColor);
}

.rating-selector label {
  display: flex;

  align-items: center;

  gap: 2px;

  cursor: pointer;
}

.rating-selector input[type="radio"] {
  margin-right: 2px;
}

.star {
  color: #f5c518;

  font-size: 14px;
}

.star.gray {
  color: #ccc;
}

.form-row {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 15px;
}

.form-row input[type="text"],
.form-row input[type="email"] {
  padding: 8px 10px;

  border: 1px solid #ddd;

  font-size: 14px;

  width: 180px;

  color: #999;
}

.btn-info {
  background-color: var(--PrimaryColor);

  color: #fff;

  border: none;

  padding: 8px 15px;

  font-size: 13px;

  cursor: pointer;
}

.comment-textarea {
  width: 100%;

  border: 1px solid #ddd;

  padding: 12px;

  font-size: 14px;

  resize: vertical;

  min-height: 80px;

  margin-bottom: 15px;

  color: #999;
}

.btn-submit-wrapper {
  display: flex;

  justify-content: flex-end;

  margin-bottom: 25px;
}

.btn-submit {
  background-color: var(--PrimaryColor);

  color: #fff;

  border: none;

  padding: 10px 25px;

  font-size: 14px;

  font-weight: 700;

  cursor: pointer;

  letter-spacing: 1px;
}

.comment-item {
  border-top: 1px solid #eee;

  padding: 20px 0;
}

.comment-rating {
  margin-bottom: 10px;
}

.comment-rating span {
  color: #333;

  font-size: 14px;
}

.comment-content {
  display: flex;

  gap: 15px;
}

.avatar {
  width: 45px;

  height: 45px;

  background-color: #e0e0e0;

  border-radius: 0;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #999;

  font-size: 24px;
}

.comment-body {
  flex: 1;
}

.comment-header {
  display: flex;

  align-items: baseline;

  gap: 8px;

  margin-bottom: 5px;
}

.comment-author {
  font-weight: 700;

  color: #333;

  font-size: 14px;
}

.comment-date {
  color: #999;

  font-size: 13px;
}

.comment-text {
  color: var(--PrimaryColor);

  font-size: 14px;

  margin-bottom: 10px;
}

.comment-actions {
  display: flex;

  justify-content: flex-end;

  gap: 15px;
}

.comment-actions a {
  color: #1a5a8c;

  text-decoration: none;

  font-size: 14px;
}

.comment-actions a:hover {
  text-decoration: underline;
}

.rating-summary {
  display: flex;

  align-items: center;

  gap: 8px;

  font-family: Arial, sans-serif;

  font-size: 14px;

  color: #666;

  padding: 10px 0;
}

.stars {
  display: flex;

  gap: 2px;
}

.star {
  font-size: 16px;

  color: #f5c518;
}

.star.gray {
  color: #ccc;
}

.rating-text {
  color: #333;
}

.separator {
  color: #999;
}

.meta-text {
  color: #666;
}

.swiper-pagination-category {
  bottom: -30px !important;

  display: none;
}

.swiper-pagination-category .swiper-pagination-bullet {
  background-color: #ccc;
}

.swiper-pagination-category .swiper-pagination-bullet-active {
  background-color: var(--SecondaryColor);
}

.mb_show {
  display: none;
}

header {
  transition: transform 0.3s ease-in-out;
}

header.hide-header {
  transform: translateY(-100%);
}

.delivery_express img {
  border-radius: 6px;
}
@media (max-width: 768px) {
  header {
    position: sticky;

    top: 0;

    z-index: 1000;
  }
}

@media (max-width: 480px) {
  header::after {
    display: none;
  }

  .rh_slide {
    padding: 0;
  }

  .s-category {
    padding: 30px 0;
  }

  .section_intro {
    padding: 30px 0;
  }

  .section_intro .intro_image {
    display: none;

    flex: 0 0 100%;
  }

  .section_intro .intro_thumbnails {
    padding: 0;
  }

  .section_intro .container {
    flex-direction: column;

    gap: 40px;
  }

  .section_intro .intro_content {
    width: 100%;
  }

  .section_intro h2 {
    font-size: 24px;
  }

  .section_intro .intro_thumbnails {
    display: grid;

    grid-template-columns: 1fr 1fr;

    margin-top: 20px;

    margin: 0;
  }

  .section_intro .intro_thumbnails .thumb {
    width: 100%;

    height: auto;

    aspect-ratio: 1 / 1;
  }

  .rh_bc .min_wrap {
    border: none;
  }

  .rh_bc .na_til_cont {
    width: 100%;

    font-size: 20px;

    text-align: center;

    position: static;

    transform: none;

    margin-bottom: 15px;
  }

  .swiper1 {
    width: 100%;

    margin: 0 auto;
  }

  .til_rh_bc {
    padding: 0;

    margin: 0;
  }

  .rh_bc {
    margin: 0;
  }

  .s-banners {
    padding: 0 0 30px;
  }

  .s-banners .banners {
    grid-template-columns: 1fr;

    gap: 15px;
  }

  .s-banners .banners a {
    width: 100%;

    height: auto;
  }

  .s-products .min_wrap {
    padding: 30px 1.6rem;

    gap: 15px;
  }

  .s-products .min_wrap.evens,
  .s-products .min_wrap.odds {
    grid-template-columns: 1fr;
  }

  .s-products .evens .products-category,
  .s-products .odds .products-category {
    order: 0;

    aspect-ratio: 3/2;
  }

  .s-products .min_wrap {
    grid-template-columns: 1fr;

    padding: 10px 1.6rem 20px;
  }

  .awe-section-8 {
    padding: 10px 0;
  }

  .awe-section-8 .bg h2 {
    font-size: 18px;
  }

  .awe-section-8 .bg a {
    font-size: 12px;

    padding: 10px 16px;
  }

  .til_rh_news {
    margin: 0 0 20px;
  }

  .til_rh_news .na_til_cont {
    font-size: 24px;

    color: var(--PrimaryColor);
  }

  .swiper-button-next-category,
  .swiper-button-prev-category {
    display: none;
  }

  .swiper-button-next-news {
    right: 16px;

    background-color: #fff;

    color: #333;
  }

  .swiper-button-prev-news {
    left: 16px;

    background-color: #fff;

    color: #333;
  }

  .footer-actions .social-media {
    display: none;
  }

  .wrap_btn_prod_D {
    flex: unset;

    flex-basis: unset;

    display: grid;

    align-items: center;

    width: 100%;

    grid-template-columns: 1fr 1fr;
  }

  .but_02 {
    font-size: 14px;
  }

  .rsp_2 .swiper1-plus {
    width: 100%;

    margin: 0 auto;

    padding: 0;
  }

  .swiper1-plus .swiper-slide {
    padding: 0;

    border-right: none;

    border-radius: unset;
  }

  .des_news_item {
    display: none;
  }

  .swiper-pagination-category {
    display: block;
  }

  .section_intro .intro_thumbnails {
    background-color: transparent;
  }

  .rh_bc .na_til_cont {
    border: none;
  }

  .rh_bc {
    padding: 10px 0;
  }

  .mb_show {
    display: block;
  }

  .footer-contact {
    display: none;
  }

  .footer-actions {
    margin-top: 20px;
  }

  .menu_accordion {
    padding: 0 16px 16px;
  }

  .sb_prod {
    order: 2;
  }

  .til_rh_bc_child {
    width: 100%;
  }
}
