/* --- FZ Poppins Regular --- */
@font-face {
  font-family: 'FzPoppinsRegular';
  src: url("fonts/fz-poppins-regular.ttf") format("truetype");
  font-display: swap;
}

/* --- FZ Poppins Bold --- */
@font-face {
  font-family: 'FzPoppinsBold';
  src: url("fonts/fz-poppins-bold.ttf") format("truetype");
  font-display: swap;
}

/* --- FZ Poppins Italic --- */
@font-face {
  font-family: 'FzPoppinsItalic';
  src: url("fonts/fz-poppins-italic.ttf") format("truetype");
  font-display: swap;
}

/* --- FZ Poppins Bold Italic --- */
@font-face {
  font-family: 'FzPoppinsBoldItalic';
  src: url("fonts/fz-poppins-bolditalic.ttf") format("truetype");
  font-display: swap;
}

/* --- LnTh Chopper --- */
@font-face {
  font-family: 'LnthChopper';
  src: url("fonts/lnth-chopper.ttf") format("truetype");
  font-display: swap;
}

:root {
  --red: #8d1822;
  --red-dark: #590b18;
  --yellow: #fee795;
  --menu-bg: linear-gradient(to right, var(--red), var(--red-dark));
  --burger: #6d2f16;
  --menu-bg: #fff3e1;
}

html,
body {
  font-family: 'FzPoppinsRegular', sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  scroll-behavior: smooth;
  height: auto;
}

.container .boundary {
  width: 96%;
  max-width: 1500px;
  margin-bottom: 30px;
}

.table-overflow {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.form-message {
  background-color: var(--brown);
  color: #333;
  border-color: var(--brown);
  margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  font-size: 16px;
  color: #2d3448;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16
}

a {
  color: #000;
}


body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* menu */
.main-menu {
  background: linear-gradient(180deg, #fff3e1, #f7f9f6);
  color: #FFF;
  height: 70px;
  font-size: 1.4em;
  position: relative;
  left: 0;
  z-index: 1000;
  overflow: visible;
}

.main-menu .boundary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  line-height: normal;
}

.main-menu .hamburger {
  display: block;
  float: right;
}

.main-menu .main-menu-content {
  display: none;
}

.main-menu .mm-logo {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 22222;
  height: 80px;
  top: -5px;
}

.main-menu .mm-logo img {
  height: 110%;
  width: auto;
  position: relative;
  object-fit: contain;
}

.main-menu .mm-content {
  position: fixed;
  top: 85px;
  left: -100%;
  width: 100%;
  max-width: 900px;
  height: 100vh;
  z-index: 9999;
  background: var(--menu-bg);
  text-align: left;
  list-style-type: none;
  padding: 60px 0 0;
  margin: 0;
  font-size: .9em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .5s;
}

.main-menu .mm-content .mmc-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.main-menu .mm-content .mmc-logo img {
  width: 100%;
  height: auto;
}

.main-menu .mm-content.active {
  left: 0;
}

.main-menu .mm-background {
  content: "";
  background-color: rgb(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}

.main-menu .mm-background .icon-x {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1em;
  font-size: 1.5em;
  color: var(--yellow);
}

.main-menu .mm-content li {
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 40px;
  position: relative;
  font-size: .85em;
}

.main-menu .mm-content li.mmc-logo a {
  border-bottom: 0;
}

.main-menu .mm-content li a {
  display: block;
  border-bottom: 1px solid #DDD;
  line-height: 40px;
  padding: 10px 0;
  font-family: 'FzPoppinsRegular';
  font-size: 1.1em;
}

.main-menu .mm-content li a:hover {
  color: #a15127;
  text-decoration: underline;
  text-decoration-color: #a15127;
  text-underline-offset: 3px;
}

.icon-x {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #a15127;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10000;
}

.main-menu .mm-content li a::before {
  color: #b1804f;
  font-size: 0.8em;
  margin-right: 8px;
  vertical-align: middle;
}

.mm-content li .submenu {
  display: none;
  list-style-type: none;
  padding-left: 20px;
  border-top: 1px solid #fff2;
}

.mm-content li .submenu li a {
  display: block;
  border-bottom: 1px solid #fff2;
  padding: 8px 0;
  color: #6d2f16;
  font-size: 0.9em;
}

.main-menu .mm-content li a::before {
  content: "♦";
  color: #a15127;
  font-size: 0.8em;
  margin-right: 8px;
  vertical-align: middle;
}

.mm-content li.has-submenu>a {
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  line-height: 1.5;
}

.mm-content li.has-submenu>a .arrow {
  float: right;
  transition: transform 0.3s;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.main-menu .mm-content li.anchor.stop a {
  pointer-events: none;
}

.main-menu .mm-content li i {
  float: right;
  line-height: 40px;
  font-size: .9em;
  margin-left: 5px;
  transition: all .5s;
  margin-top: 10px;
}

.main-menu .mm-content li.active i {
  transform: unset;
}

.main-menu .mm-content li.active,
.main-menu .mm-content li:hover {
  color: var(--black) !important;
}

.main-menu .mm-content li .mmc-sub-items {
  height: auto;
  display: none;
  margin: 0;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.main-menu .mm-content li .mmc-sub-items li {
  padding: 0 0 0 20px;
  color: var(--text-color) !important;
}

.main-menu .mm-content li .mmc-sub-items li.parent {
  text-transform: uppercase;
  color: var(--black) !important;
  font-weight: bold;
}

.main-menu .mm-content li .mmc-sub-items li:hover a {
  color: var(--red);
}

.main-menu .mm-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
}

/* Khi mở thì bung ra */
.search-form.active input {
  width: 80px;
  opacity: 1;
  border-color: #a15127;
}

.search-form .icon-search {
  position: absolute;
  right: 10px;
  font-size: .8em;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Ô tìm kiếm ẩn mặc định */
.search-li {
  position: relative;
  margin-left: auto;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.search-form input {
  width: 0;
  opacity: 0;
  padding: 6px 35px 6px 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: .6em;
  outline: none;
  transition: all 0.3s ease;
  font-family: 'FzPoppinsRegular';
}

/* gio hàng */
.icon-giohang {
  position: relative;
  color: #333;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.icon-giohang .cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #b1804f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 6px;
}

.icon-giohang i,
.icon-giohang .icon-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  line-height: 26px;
}

.icon-giohang:hover {
  color: #a15127;
}

.icon-heart-o {
  display: none !important;
}

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner picture {
  display: block;
  width: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

#danhmuc_slider {
  margin-left: auto;
  width: 90%;
  overflow: hidden;
}

/* san phẩm trang chủ danh muc */
.title-sp h5 {
  font-size: 2em;
  font-family: 'LnthChopper';
  color: #a15127;
  font-weight: normal;
  margin-left: auto;
  width: 90%;
  margin-top: 60px;
  margin-bottom: 20px;
}

.main-sp {
  text-align: right;
}

.main-sp .sp-item {
  text-align: center;
  background: #f3f0ed;
  padding-top: 30px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.main-sp .sp-item:hover {
  transform: translateY(-5px);
}

.sp-img {
  width: 80%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}

.sp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.sp-item:hover .sp-img img {
  transform: scale(1.05);
}

.sp-content span {
  display: block;
  font-size: 1em;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}


.nen-la {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f0ed;
  box-sizing: border-box;
  border-radius: 8px;
  width: 90%;
  margin-top: -20px;
  margin-left: auto;
  box-sizing: border-box;
}

.line-with-leaf {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #a15127;
  margin: 0px auto 0;
  border-radius: 2px;
  margin-left: auto;
  z-index: 2;
  display: inline-block;
}

.leaf-icon {
  position: absolute;
  left: 0;
  top: -5px;
  transform: none;
  width: 20px;
  height: auto;
  z-index: 2;
}

/* giới thiệu trang chủ */
.gioi-thieu {
  margin-top: 40px;
}

.anh-gioithieu {
  order: 2;
  width: 80%;
  margin: 0 auto;
}

.main-gioithieu {
  order: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 80%;
  margin: 0 auto
}

.logo-gioithieu {
  text-align: center;
}

.logo-gioithieu h5 {
  font-family: 'LnthChopper';
  color: #a15127;
  font-size: 2.2em;
  margin: 15px;
  font-weight: normal;
}

.logo-gioithieu img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content-gioithieu {
  max-width: 500px;
  text-align: justify;
  font-family: 'FzPoppinsRegular';
}

.content-gioithieu p {
  /* color: #a15127; */
  font-size: 1em;
  line-height: 1.6;
}

.content-gioithieu span {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
  font-size: .8em;
}

.anh-gioithieu img {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 8px;
}

.xemthem-gt {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border: 1px solid #a15626;
  background-color: #f8f8f8;
  color: #a15127;
  font-size: .8em;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.xemthem-gt img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.xemthem-gt:hover {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(161, 86, 38, 0.3);
}

/* nút dot */
#blog_slider .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#blog_slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6c2b2;
  transition: all 0.3s ease;
}

#blog_slider .owl-dot.active {
  background-color: #a15127;
  transform: scale(1.2);
}

#san_pham_slider {
  margin-top: 40px;
}

/* sản phẩm mới */
.title-tranhmoi {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a15127;
  margin-top: 40px;
  margin-bottom: 20px;

}

.title-tranhmoi .line {
  flex: 1;
  height: 1px;
  background-color: #a15127;
  max-width: 80px;
}

.title-tranhmoi .decor {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin: 0 -4px;
}

.title-tranhmoi .decor:first-of-type {
  transform: rotate(180deg);
}

.title-tranhmoi h3 {
  margin: 0 20px;
  font-family: 'LnthChopper';
  font-size: 1.65em;
  color: #a15127;
  font-weight: normal;
}

/* san pham trang chu */
.san-pham-item {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.img-tranhmoi {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.san-pham-item-main img {
  width: 100%;
  height: 100%;
  display: block;
}

.line-tranhmoi {
  height: 2px;
  background-color: #8B3E17;
  margin-top: 15px;
  width: 100%;
}

.san-pham-title {
  margin-top: 8px;
  font-weight: 600;
  color: #8B3E17;
  display: inline-block;
  padding-bottom: 3px;
}

.tt-gia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}

.price-sp {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.price-main {
  color: #000;
  font-weight: none;
}

.price-discount {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9em;
  margin-left: 50px;
}

.icon-giohang-sp {
  background-color: #8B3E17;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
}

/* vật phẩm đặt biệt */
.vat-pham-đb {
  margin-top: 50px;
  padding: 50px;
  background-color: #fef4e3;
  padding-bottom: 60px;
}

.title-vat-pham {
  text-align: center;
}

.title-vat-pham img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  height: auto;
  margin-bottom: -30px;
}

.vat-pham-item {
  width: 250px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.vat-pham-item img {
  width: 100%;
  height: auto;
  display: block;
}

.vat-pham-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(to top,
      rgba(160, 113, 69, 1),
      rgba(206, 156, 93, 0.6),
      rgba(255, 231, 174, 0));

  color: #fff;
}

.vat-pham-info p {
  margin: 0;
  font-size: .8em;
  font-weight: bold;
  margin-bottom: 10px;
  height: 40px;
  z-index: 2;
}

.btn-xemthem {
  margin-top: 6px;
  padding: 5px 12px;
  border: 1px solid #dddcdc;
  background: none;
  color: #d8d8d8;
  font-size: .75em;
  border-radius: 5px;
  cursor: pointer;
}

#vat_pham_slider {
  position: relative;
}

#vat_pham_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#vat_pham_slider .owl-nav button.owl-prev,
#vat_pham_slider .owl-nav button.owl-next {
  background: none;
  border: none;
  font-size: 4.5em;
  color: #b87333;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.3s ease, transform 0.3s ease;
}

#vat_pham_slider .owl-nav button.owl-prev {
  margin-left: -50px;
}

#vat_pham_slider .owl-nav button.owl-next {
  margin-right: -50px;
}

#vat_pham_slider .owl-nav button.owl-prev:hover,
#vat_pham_slider .owl-nav button.owl-next:hover {
  color: #8b5e2b;
  transform: scale(1.1);
}

/* blog */
.blog .boundary {
  margin: 40px auto;
}

.title-blog h5 {
  text-align: center;
  font-family: 'LnthChopper';
  color: #a15127;
  font-size: 2em;
  margin: 0;
  font-weight: none;
}

/* chinh blog */
.blog-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.blog-item:hover {
  transform: translateY(-4px);
}

.img-blog {
  width: 100%;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.img-blog img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-item:hover .img-blog img {
  transform: scale(1.05);
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.blog-content h4 {
  font-size: .9em;
  font-weight: 700;
  color: #a15127;
  margin-bottom: 8px;
}

.title-blog h5 {
  margin: 20px;
}

.blog-tag span {
  display: inline-block;
  background-color: #a15127;
  color: #fff;
  font-size: .7em;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
}


.blog-content p {
  font-size: .7em;
  color: #444;
  line-height: 1.6;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.btn-xemthem-blog {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6d3d2a;
  background-color: #fff;
  border: 1.5px solid #e3b89a;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: .7em;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
}

.btn-xemthem-blog img {
  width: 16px !important;
  height: 16px !important;
}

.btn-xemthem-blog:hover {
  background-color: #6d3d2a;
  color: #fff;
  border-color: #6d3d2a;
}

/* footer */
.footer .boundary {
  max-width: 1500px;
}

.footer {
  background-color: #b2804f;
}

.footer {
  background-color: #b57c4c;
  color: #fff;
}

.footer .boundary {
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- PHẦN TRÊN --- */
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: .8em;
  margin: 0 0 20px;
}

.footer-info {
  margin-bottom: 40px;
}

.footer-info .phone-number {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff !important;
}

.footer-info .line {
  width: 200px;
  height: 2px;
  background: #fff;
  margin: 0 auto 20px;
}

.footer-info .social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-info .social-icons a {
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}

.footer-info .social-icons a:hover {
  color: #000;
}

/* --- CÁC CỘT LINK DẠNG DỌC --- */
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  text-align: left;
  width: 100%;
}

.footer-column {
  width: 100%;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff !important;
  font-size: 16px;
  margin: 5px 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .8em;
}

.footer-list li {
  margin-bottom: 6px;
}

.footer-list a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-list a:hover {
  color: #000;
}

/* --- PHẦN DƯỚI --- */
.footer-bottom {
  background-color: #6d2e15;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: .6em;
  margin-top: 30px;
}

.footer-bottom p {
  margin: 0;
  opacity: 0.3;
}

@media (min-width:768px) {
  .icon-heart-o {
    display: block !important;
  }

  .title-sp h5 {
    margin-left: auto;
    width: 90%;
  }

  /* giới thiệu */
  .gioi-thieu .boundary {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 70px;
  }

  .anh-gioithieu {
    flex: 2;
    display: none;
    align-items: center;
    max-width: 300px !important;
  }

  .main-gioithieu {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 700px;

  }

  .xemthem-gt {
    padding: 3px 20px;
    background-color: #f0f1f1 !important;
  }

  .main-gioithieu span {
    text-align: justify;
  }

  .btn-xemthem-blog {
    width: 30%;
  }

  .san-pham-item {
    width: 350px;
  }

  .img-tranhmoi {
    width: 100%;
    height: 240px;
  }

  .content-gioithieu span {
    font-size: 1em;
  }

  /* footer */
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }

  /* blog */
  .blog-item {
    display: flex;
    flex-direction: row;
    background: #fff;
    overflow: hidden;
    max-width: 700px;
    margin: 20px auto;
    padding: 10px;
  }

  .blog-item:hover {
    transform: translateY(-4px);
  }

  .img-blog {
    flex: 0 0 45%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;

  }

  .img-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .blog-item:hover .img-blog img {
    transform: scale(1.05);
  }

  .blog-content {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: justify;
    max-width: 300px;
  }

  .blog-content h4 {
    font-size: .9em;
    font-weight: 700;
    color: #a15127;
    margin-bottom: 8px;
  }

  .blog-content p {
    font-size: .7em;
    color: #444;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .btn-xemthem-blog {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6d3d2a;
    background-color: #fff;
    border: 1.5px solid #e3b89a;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: .7em;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 35%;
  }

  .btn-xemthem-blog img {
    width: 16px !important;
    height: 16px !important;
  }

  .btn-xemthem-blog:hover {
    background-color: #6d3d2a;
    color: #fff;
    border-color: #6d3d2a;
  }

  .title-tranhmoi h3 {
    font-size: 2.2em;
  }

  /* nút dot */
  #blog_slider .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  #blog_slider .owl-dot {
    width: 15px;
    height: 6px;
    border-radius: 4px;
    background-color: #d6c2b2;
    transition: all 0.3s ease;
  }

  #blog_slider .owl-dot.active {
    background-color: #6d3d2a;
    width: 20px;
  }

  #blog_slider .owl-dot:hover {
    background-color: #a57250;
  }

  #danhmuc_slider {
    width: 90%;
  }

  .nen-la {
    width: 90%;
  }

  .line-with-leaf {
    width: 97%;
  }
}

@media (min-width:996px) {

  /* giới thiệu */
  .gioi-thieu .boundary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }

  .anh-gioithieu {
    display: none;
  }

  .main-gioithieu {
    max-width: 700px !important;
    width: 100%;
    text-align: center;
  }

  .anh-gioithieu img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .content-gioithieu {
    max-width: 700px;
  }

  .icon-giohang {
    display: flex;
    gap: 15px;
  }

  .main-menu {
    height: 80px;
    font-size: 1.4em;
  }

  .main-menu .hamburger {
    display: none;
  }

  .icon-x {
    display: none;
  }

  .main-menu .boundary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-menu .mm-logo {
    margin-right: auto;
  }

  .main-menu .mm-content {
    display: flex;
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    gap: 25px;
    overflow: visible;
    flex-grow: 1;
    justify-content: flex-start;
    margin-left: 40px;
    font-family: 'FzPoppinsBold' !important;
  }

  .main-menu .mm-content li {
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    padding: 0;
    line-height: normal
  }

  .main-menu .mm-content li a::before {
    content: none !important;
  }

  .main-menu .mm-content li a {
    display: flex;
    border: none;
    align-items: center;
    color: #333;
    gap: 5px;
    text-decoration: none;
    font-size: 1em;
    padding: 5px 0;
    transition: color 0.3s;
    font-family: 'FzPoppinsRegular' !important;
  }

  .main-menu .mm-content li a:hover {
    color: #a15127;
    text-decoration: underline;
    text-decoration-color: #a15127;
    text-underline-offset: 3px;
  }

  .main-menu .mm-content li.has-submenu {
    position: relative;
  }

  .main-menu .mm-content li.has-submenu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 220px;
    z-index: 999;
    padding: 10px 0;
  }

  .main-menu .mm-content li.has-submenu>a i {
    font-size: 0.8em;
    margin-top: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  .main-menu .mm-content li.has-submenu:hover .submenu {
    display: block;
    padding: 20px;
  }

  .icon-giohang {
    margin-left: auto;
  }

  .main-menu .mm-background {
    display: none !important;
  }

  .btn-xemthem-blog {
    width: 50%;
  }

  #danhmuc_slider {
    width: 90%;
  }

  .nen-la {
    width: 90%;
  }

  .img-tranhmoi {
    height: 200px;
  }

  .san-pham-item {
    width: 300px;
  }
}

@media (min-width:1200px) {
  .gioi-thieu .boundary {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 70px;
    margin-left: auto;
    width: 80%;
  }

  .anh-gioithieu {
    flex: 2;
    display: flex;
    align-items: center;
    max-width: 400px !important;
  }

  .anh-gioithieu img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .main-gioithieu {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 700px;

  }

  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    align-items: start;
    gap: 20px;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    display: contents;
  }

  .footer-column {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 10px;
  }

  .san-pham-item {
    width: 270px;
  }

  .img-tranhmoi {
    width: 100%;
    height: 200px;
  }

  /* vật phẩm */
  .vat-pham-item {
    margin-top: 40px;
    width: 320px;
  }

  .sp-img {
    width: 90%;
  }

  .main-sp .sp-item {
    padding-top: 30px;
    padding-left: 30px;
  }

  #danhmuc_slider {
    width: 90%;
  }

  .nen-la {
    width: 90%;
  }

  .sp-db {
    margin-top: 100px;
    margin-bottom: 110px;
  }
}

@media (min-width:1500px) {
  .main-menu .mm-logo {
    margin-right: 50px;
  }

  .main-menu .mm-content {
    gap: 70px;
    margin: 0 auto;
  }

  .main-menu .mm-logo img {
    height: 120%;
    width: auto;
  }

  .vat-pham-item {
    width: 290px;
  }

  /* sản phẩm */
  .title-sp h5 {
    font-size: 2.3em;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  /* giới thiệu */
  .gioi-thieu .boundary {
    margin-top: 150px;
    gap: 40px;
    margin-left: auto;
    width: 75%;
  }

  .anh-gioithieu {
    max-width: 550px !important;
    justify-content: center;
  }

  .main-gioithieu {
    max-width: 700px !important;
    justify-content: center;
  }

  .anh-gioithieu img {
    aspect-ratio: 1 / 1.5;
  }

  .logo-gioithieu img {
    max-width: 150px;
  }

  .logo-gioithieu h5 {
    font-size: 2.5em;
  }

  .content-gioithieu span {
    font-size: 1em;
    text-align: justify;
    display: block;
  }

  /* san phẩm mới */
  .title-tranhmoi {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .title-tranhmoi h3 {
    font-size: 2.5em;
  }

  .san-pham-item {
    width: 330px;
  }

  /* Blog */
  .blog .boundary {
    max-width: 1300px;
    margin-top: 100px;
  }

  .title-blog h5 {
    font-size: 2.7em;
    margin-top: 40px;
    font-weight: normal;
  }

  .blog-content h4 {
    font-size: 1em;
  }

  .blog-tag {
    font-size: .9em;
  }

  .blog-content p {
    font-size: .9em;
  }

  .btn-xemthem-blog {
    width: 35%;
    font-size: .8em;
  }

  .line-with-leaf {
    width: 100%;
  }

  .main-sp .sp-item {
    padding-top: 40px;
  }

  .sp-content span {
    font-size: 1.2em;
  }

  #danhmuc_slider {
    width: 90%;
  }

  .nen-la {
    width: 90%;
  }

  .sp-db {
    margin-top: 150px;
    margin-bottom: 130px;
  }

  #vat_pham_slider {
    max-width: 1000px !important;
  }

  .line-with-leaf {
    width: 97%;
  }

  .title-blog h5 {
    margin: 40px;
  }
}

@media (min-width:1800px) {
  .main-menu .mm-content {
    gap: 50px;
  }

  .main-menu .mm-content li a {
    font-size: 1.15em;
  }

  .main-menu .mm-logo img {
    height: 120%;
    width: auto;
  }

  /* sản phẩm trang chủ */
  .sp-item img {
    width: 90%;
    aspect-ratio: 1 / 1.3;
  }

  .vat-pham-item {
    width: 290px;
  }

  .title-vat-pham img {
    max-width: 150px;
  }

  .title-sp h5 {
    width: 95%;
    margin-left: auto;
    font-size: 2.6em;
    margin-bottom: 40px;
  }

  .gioi-thieu {
    margin-top: 120px;
  }

  .sp-content span {
    font-size: 1.3em;
  }

  .main-gioithieu {
    max-width: 900px;
  }

  .logo-gioithieu img {
    max-width: 150px;
  }

  .logo-gioithieu h5 {
    font-size: 3em;
  }

  .content-gioithieu span {
    font-size: 1em;
    text-align: justify;
    display: block;
  }

  .san-pham-item {
    width: 330px;
  }

  #danhmuc_slider {
    width: 96%;
    padding-left: 40px;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .nen-la {
    width: 96%;
    margin-top: -8px;
  }

  .main-sp .sp-item {
    padding: 40px 0 10px 0px;
    box-sizing: border-box;
    overflow: hidden;
  }

  #vat_pham_slider {
    max-width: 1000px !important;
  }

  #blog_slider {
    max-width: 1400px;
    margin: 0 auto;
  }

  .line-with-leaf {
    width: 97%;
  }

  .sp-img {
    width: 90%;
  }
}