/* --- 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;
  --brown-dark:#a76d0c;
}

html,
body {
  font-family: "FzPoppinsRegular", sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  scroll-behavior: smooth;
  height: auto;
}

body { display:flex; flex-direction:column; }

.container .boundary {
  width: 96%;
  max-width: 1500px;
}
.container.san-pham {
  overflow: hidden;
  text-align:right;
}
.container.san-pham .boundary { width:90%; margin:0 0 0 auto; }
.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;
  font-weight:normal;
}

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;
}

#sortSelect{
  /* reset arrow mặc định */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* chỗ trống cho icon */
  padding-right: 2.25rem;

  /* nền mũi tên (SVG) */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23a76d0c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center; /* chỉnh khoảng cách bên phải */
  background-size: 12px 8px;

  /* style thêm cho đẹp (tuỳ chọn) */
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 36px;
  line-height: 36px;
  
  background-color:transparent;
}

/* Ẩn mũi tên của IE/Edge cũ */
#sortSelect::-ms-expand{
  display: none;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* menu */
.main-menu {
  color: #fff;
  height: 100px;
  font-size: 1.4em;
  position: relative;
  left: 0;
  z-index: 1000;
  width:100%; 
}

.main-menu .boundary {
  background: linear-gradient(180deg, #fff3e1, #f7f9f6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  line-height: normal;
  width:100%;
  height:100px;
}

.main-menu .hamburger {
  display: block;
  float: right;
  z-index:10000;
}

.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: 100%;
  width: auto;
  position: relative;
  object-fit: contain;
  transform:translateX(20px);
}

.main-menu .mm-content {
  position: fixed;
  top: -200%;
  opacity:0;
  left: 50%;
  width: 0;
  max-width: 900px;
  height: 0;
  z-index: 9999;
  background: var(--menu-bg);
  text-align: left;
  list-style-type: none;
  padding: 90px 0 0;
  margin: 0;
  font-size: 0.9em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.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; top:0;
  width:100%; height:100vh; opacity:1;
}

.main-menu .mm-background {
  content: "";
  background-color: rgb(0, 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: 0.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:var(--brown-dark);
  text-decoration: underline;
  text-decoration-color:var(--brown-dark);
  text-underline-offset: 3px;
}

.icon-x {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color:var(--brown-dark);
  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;
  margin-top:5px;
}

.mm-content li .submenu li a {
  display: block;
  border-bottom: 1px solid #fff2;
  padding: 0;
  color: #6d2f16;
  font-size: 0.9em;
}

.main-menu .mm-content li a::before {
  content: "";
  display:inline-block;
  width:20px; height:20px;
  background:url(../images/icon-hoa-sen.svg) center no-repeat; background-size:100%; 
  color:var(--brown-dark);
  font-size: 0.8em;
  margin-right: 8px;
  vertical-align: middle;
  border-radius:100%; border:1px solid var(--brown-dark);
}
.mm-content li .submenu li a::before { display:none; }

.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: 30px;
  font-size: 0.9em;
  margin-left: 5px;
  transition: all 0.5s;
}

.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;
}

/* Ô 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: 0.6em;
  outline: none;
  transition: all 0.3s ease;
  font-family: "FzPoppinsRegular";
}

/* Khi mở thì bung ra */
.search-form.active input {
  width: 80px;
  opacity: 1;
  border-color:var(--brown-dark);
}

.search-form .icon-search {
  position: absolute;
  right: 10px;
  font-size: 0.8em;
  cursor: pointer;
  transition: color 0.3s ease;
  background-color: transparent;
  border: none;
}

/* gio hàng */
.icon-giohang {
  position: relative;
  color: #333;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  z-index:10000;
}

.icon-giohang .cart-count {
  position: absolute;
  top: 5px;
  right: -10px;
  background: #b1804f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 6px;
}

.icon-giohang:hover {
  color:var(--brown-dark);
}

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .owl-dots { position:absolute; bottom:10px; width:100%; left:0; z-index:10; display:flex; flex-direction:row; gap:5px; justify-content:center; }
.banner .owl-dots button { display:inline-block; width:15px; height:15px; background-color:#FFF!important; border-radius:100%; border:1px solid #DDD; }
.banner .owl-dots button.active { background-color:var(--brown-dark)!important;}

.banner picture {
  display: block;
  width: 100%;
}

.banner img {
  width: 100%;
  object-position: left center;
  display: block;
  object-fit: cover;
}

/* san phẩm trang chủ danh muc */
.title-sp h5 {
  font-size: 2em;
  font-family: "LnthChopper";
  color:var(--brown-dark);
  font-weight: normal;
  padding-left: 16px;
  margin:30px 0 20px;
}

.main-sp {
  background: #f3f0ed;
  border-radius: 12px 0 0 12px;
}
.main-sp .sp-item {
  text-align: center;
  padding: 30px 0 10px;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
.main-sp #danhmuc_slider { width:85%; margin-left:auto; margin-right:20px; max-width:1400px; }

.sp-img {
  width: 100%;
  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: 1.2em;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}

.line-with-leaf {
  position: relative;
  width: 100%;
  height: 2px;
  background-color:var(--brown-dark);
  margin: 0px auto 0;
  border-radius: 2px;
  z-index: 2;
}

.nen-la {
	padding: 10px 0 30px;
	box-sizing: border-box;
	width: 90%;
	margin-left: auto;
}

.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: 50px;
}

.anh-gioithieu {
  width:80%;
  margin:0 auto;
}

.anh-gioithieu img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.main-gioithieu {
  order: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0;
  width:80%;
  margin:30px auto;
}

.logo-gioithieu {
  text-align: center;
}

.logo-gioithieu h5 {
  font-family: "LnthChopper";
  color:var(--brown-dark);
  font-size: 2em;
  margin: 15px;
  font-weight: normal;
}

.logo-gioithieu img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.content-gioithieu {
  max-width: 800px;
  text-align: justify;
  font-family: "FzPoppinsRegular";
}

.content-gioithieu p {
  /* color:var(--brown-dark); */
  font-size: 1em;
  line-height: 1.6;
}

.content-gioithieu span {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
  font-size: 0.8em;
}

.xemthem-gt {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border: 1px solid #a76d0c;
  background-color: #f8f8f8;
  color:var(--brown-dark);
  font-size: 0.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:var(--brown-dark);
  transform: scale(1.2);
}

/* sản phẩm mới */
.container.sp-db{
  margin-top: 50px;
}
.title-tranhmoi {
  display: flex;
  align-items: center;
  justify-content: center;
  color:var(--brown-dark);
  margin-bottom: 20px;
}

.title-tranhmoi .line {
  flex: 1;
  height: 0.5px;
  background-color:var(--brown-dark);
  max-width: 90px;
}

.title-tranhmoi .decor {
  width: 10px;
  height: 10px;
  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: 2em;
  color:var(--brown-dark);
  font-weight: normal;
  line-height: 1.4;
}

/* san pham trang chu */
.san-pham-item {
  width: 98%;
  text-align: center;
  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:var(--brown-dark);
  margin-top: 15px;
  width: 100%;
}

.san-pham-title {
  margin-top: 12px;
  font-weight:bold;
  color:var(--brown-dark);
  border-top: 1px solid #a76d0c;
  display: inline-block;
  padding-top:10px;
  text-align:left;
  width:100%;
}

.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 {
  font-size:1.2em;
  color:#666;
  
}

.price-discount {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9em;
  margin-left: 20px;
}

.icon-giohang-sp {
	background-color: var(--brown-dark);
	color: #fff;
	padding: 6px;
	border-radius: 4px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	padding: 0;
	box-sizing: border-box;
}

/* vật phẩm đặt biệt */
.vat-pham-đb {
  margin-top: 100px;
  padding: 50px 0;
  background-color: #fef4e3;
  padding-bottom: 60px;
}

.title-vat-pham {
  text-align: center;
}

.title-vat-pham img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  height: auto;
  margin-bottom: -30px;
}
.title-vat-pham img.logo{
  margin-bottom: 15px;
}
.vat-pham-item {
  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, #7f5104 0%, transparent 50%);
  pointer-events:none;
  color: #fff;
  height:100%;
  display:flex; flex-direction:column; justify-content:end;
}

.vat-pham-info p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.btn-xemthem {
  margin-top: 6px;
  padding: 4px 10px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  width:auto; margin-right:auto; border-radius:5px;
}
#vat_pham_slider {
  position: relative;
  width:80%;
  margin:0 auto;
}

#vat_pham_slider .owl-nav {
  position: absolute;
  top: 50%;
  width: calc(100% + 100px);
  margin-left:-50px;
  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: 3em;
  color: #b87333;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.3s ease, transform 0.3s ease;
}

.container.blog { margin:50px 0; }

/* #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-top: 40px;
  margin-bottom: 40px;
}

.title-blog h5 {
  text-align: center;
  font-family: "LnthChopper";
  color:var(--brown-dark);
  font-size: 2em;
  margin: 0;
}

/* chinh blog */
.blog-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  max-width: 700px;
  margin: 20px 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 {
  margin: 0;
  margin-bottom: 15px;
}
.blog-content h4 a {
  font-size: 0.8em;
  font-weight: 700;
  color:var(--brown-dark);
  line-height: 1.4;
  margin-bottom: 8px;
}

.blog-tag {
  display: inline-block;
  background-color:var(--brown-dark);
  color: #fff;
  font-size: 0.7em;
  width: auto;
  font-weight: normal;
  padding: 4px 10px;
  margin-bottom: 12px;
  margin-right:auto;
}

.blog-content p {
  font-size: 0.9em;
  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:var(--brown-dark);
  background-color: #fff;
  border: 1.5px solid #e3b89a;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.7em;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  /* linh hoạt hơn 30% */
}

.btn-xemthem-blog img {
  width: 16px !important;
  height: 16px !important;
}

.btn-xemthem-blog:hover {
  background-color:var(--brown-dark);
  color: #fff;
  border-color:var(--brown-dark);
}

/* footer */
.footer .boundary {
  max-width: 1500px;
}
.footer {
  margin-top: 40px;
  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: 0.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: 0.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;
  width: 100%;
  padding: 12px 20px;
  font-size: 0.6em;
  margin-top: 30px;
}

.footer-bottom p {
  margin: 0;
  opacity: 0.3;
}

@media (min-width: 768px) {
	.container.main-menu, .main-menu .boundary { height:80px; }
	.main-menu .mm-logo { top:unset; }
  .banner{
    margin-bottom: 0;
  }
  .owl-carousel .owl-item img {
    height: 100%;
  }
  .san-pham.container {
	  margin:30px 0; 
  }
  .main-sp #danhmuc_slider { width:92%; margin-left:auto; margin-right:4%; max-width:1400px; }
  .nen-la { width:96%; }
  .san-pham .main-sp {
	  
  }
  body {
    min-height: 100vh;
  }
  .footer {
    width: 100%;
  }
  
  /* giới thiệu */
  .gioi-thieu .boundary {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: space-between;
	align-items:center;
    gap: 20px;
    margin-bottom: 70px;
	width:80%;
  }

  .anh-gioithieu {
    flex: 2;
    display: flex;
    align-items: center;
    max-width: 300px !important;
	display:none;
  }

  .anh-gioithieu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .main-gioithieu {
    flex: 1;
    display: flex;
    flex-direction: column;
    width:100%;
  }

  .xemthem-gt {
    padding: 3px 20px;
    background-color: #f0f1f1 !important;
  }

  .main-gioithieu span {
    text-align: justify;
  }

  .btn-xemthem-blog {
    width: 30%;
  }

  .img-tranhmoi {
    width: 100%;
    height: 200px;
  }

  /* footer */
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
	margin:0 auto;
  }
  
  .footer-links { flex-direction:row; }
  
  .footer ul li { padding:0;}

  /* 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 35%;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    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: center;
    text-align: justify;
    max-width: 300px;
  }

  .blog-content h4 a {
    font-size: 0.8em;
    font-weight: 700;
    color:var(--brown-dark);
    margin-bottom: 8px;
  }

  .blog-content p {
    font-size: 0.7em;
    color: #444;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .btn-xemthem-blog {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color:var(--brown-dark);
    background-color: #fff;
    border: 1.5px solid #e3b89a;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 0.7em;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 30%;
  }

  .btn-xemthem-blog img {
    width: 16px !important;
    height: 16px !important;
  }

  .btn-xemthem-blog:hover {
    background-color:var(--brown-dark);
    color: #fff;
    border-color:var(--brown-dark);
  }

  /* 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:var(--brown-dark);
    width: 20px;
  }

  #blog_slider .owl-dot:hover {
    background-color: #a57250;
  }
}

@media (min-width: 996px) {
	.container.heading { display:flex; flex-direction:column; justify-content:center;  }
	.container.heading .boundary { margin-top:20px; }
	
	.main-menu .mm-logo { margin-top:5px; }
	.main-menu .boundary { background:unset; padding-left:0; }
	.banner { margin-top:-80px; }
  .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: 60px;
    font-family: "FzPoppinsBold" !important;
	opacity:1;
  }

  .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, .main-menu .mm-content li.active a {
    color:var(--brown-dark);
    text-decoration: underline;
	text-underline-position:under;
    text-decoration-color:var(--brown-dark);
    text-underline-offset: 3px;
  }
  
  .main-menu .mm-content li.active a li a {
	  text-decoration:unset;
  }

  .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;
  }

  .icon-giohang {
    margin-left: auto;
  }

  .main-menu .mm-background {
    display: none !important;
  }

  .btn-xemthem-blog {
    width: 50%;
  }
  
  .footer-top { display:flex; flex-direction:row; gap:0; }
	.footer .footer-logo img { height:130px; width:auto; max-width:unset; }
	.footer-links { margin-top:100px; }
}

@media (min-width: 1200px) {
	.main-menu .boundary { background:unset; }
	.main-menu .mm-content li.has-submenu .submenu { margin-top:0; }
	.mm-content li .submenu li a { border:unset; padding:0 10px; text-decoration:unset!important; }
	.mm-content li .submenu li a:hover { text-decoration:underline!important; }
	
  .san-pham.container {
	  margin:50px 0; 
  }
  
  .san-pham.container #danhmuc_slider { width:90%; margin:0 auto; padding:20px 0 10px; }
  .nen-la { width:95%; }
  
  
  /* giới thiệu */
  .gioi-thieu { margin-top:100px; }
  .gioi-thieu .boundary { flex-direction:row; align-items:start; }
  .anh-gioithieu { display:inline-block; flex:unset; max-width:unset!important; width:400px; }
  .anh-gioithieu img { width:100%; height:auto; object-fit:cover; aspect-ratio:1/2; }
  .gioi-thieu .main-gioithieu { padding-left:50px; }
  .content-gioithieu { text-align:justify; }
  
  .container.sp-db .boundary { width:80%; }

  .sp-img {
    width: 100%;
  }

  .img-tranhmoi {
    width: 100%;
    height: 200px;
  }

  /* vật phẩm */
  #vat_pham_slider { width:70%; }
  
  .container.blog .boundary, .footer .boundary { max-width:1300px; }
  .img-blog { flex: 0 0 45%; }
  
  .footer-top { width:100%; }
  .footer-links { width:auto; margin-left:auto; }
  .footer-column { width:auto; }
}

@media (min-width: 1500px) {
	#vat_pham_slider .owl-nav button.owl-prev, #vat_pham_slider .owl-nav button.owl-next { font-size:4em; }
	#vat_pham_slider .owl-nav { margin-left:-70px; width:calc(100% + 140px); }
	.main-menu { height:100px; font-size:1.5em; }
	
	div.container .boundary { padding:0; }
	
	.main-menu .mm-logo {
		martin-top:5px; top: unset; height: 100px;
	}

	.main-menu .mm-content {
		gap: 40px;
	}

	.main-menu .mm-logo img {
		height: 120%;
		width: auto;
	}
	
	.container.sp-db .boundary { width:80%; }
	
  /* 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: 100px;
    gap: 40px;
	justify-content:start;
  }

  .anh-gioithieu {
	  width:520px;
  }
  
  .anh-gioithieu img { aspect-ratio:1/1.5; }

  .main-gioithieu {
    max-width: 700px !important;
    justify-content: center;
  }

  .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;
  }

  /* Blog */
  .title-blog h5 {
    font-size: 2.7em;
    margin-top: 40px;
    font-weight: normal;
  }

  .blog-tag {
    font-size: 0.9em;
  }

  .blog-content p {
    font-size: 0.9em;
  }

  .btn-xemthem-blog {
    width: 35%;
    font-size: 0.8em;
  }

  .line-with-leaf {
    width: 100%;
  }

  .sp-content span {
    font-size: 1.2em;
  }
  .footer .boundary { padding:80px 0 0; }
  .footer-links { gap:70px; }
  .footer-column { max-width:280px; }
  .footer .footer-logo { margin:0; }
  .footer .footer-logo img { height:170px; }
}

@media (min-width: 1700px) {
	
	.container.san-pham .boundary { max-width:unset; width:calc(100vw - calc(50% - 750px)); }
	  .gioi-thieu .boundary {
		width:100%;
	}
	.san-pham.container #danhmuc_slider { margin:0 0 0 5%; }
	.anh-gioithieu { margin:0; }
	.container.sp-db .boundary { width:100%; }
	.footer .boundary { max-width:1400px; }
}

@media (min-width: 1800px) {
  .san-pham .boundary {
    width: 100%;
    max-width: unset !important;
  }
  .san-pham .main-sp {
    position: unset;
  }
  .main-menu .mm-content {
    gap: 50px;
  }

  .main-menu .mm-content li a {
    font-size: 1.15em;
  }

  .main-menu .mm-logo img {
    height: 140%;
    width: auto;
  }

  .sp-item img {
    width: 90%;
    aspect-ratio: 1 / 1.3;
  }

  .title-vat-pham img {
    max-width: 150px;
  }

  /* sửa */
  .title-sp h5 {
    font-size: 3em;
    margin-top: 150px;
    margin-bottom: 30px;
  }

  .gioi-thieu {
    margin-top: 120px;
  }

  .sp-content span {
    font-size: 1.4em;
  }

  /* giới thiệu */
  .main-gioithieu {
    max-width: 750px;
  }

  .logo-gioithieu img {
    max-width: 150px;
  }

  .logo-gioithieu h5 {
    font-size: 3em;
  }

  .content-gioithieu span {
    font-size: 1em;
    text-align: justify;
    display: block;
  }
}
