@font-face {
  font-family: 'UTM-Americana';
  src: url('../css/fonts/utm-americana-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'utm-avo';
  src: url('../css/fonts/utm-avo.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'utm-avo-bold';
  src: url('../css/fonts/utm-avo-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'utm-americana-regular';
  src: url('../css/fonts/utm-americana.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'utm-avo-italic';
  src: url('../css/fonts/utm-avo-italic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --yellow: #fee795 --menu-bg: linear-gradient(to right, var(--red), var(--red-dark));
  --burger: #FFF;
  --menu-bg: #f7ffcc;
  --header: #f7ffcc;
  --chu: #02452c;
  --hover: #578943;
}

html,
body {
  font-family: 'utm-avo' !important;
  font-size: 16px;
  line-height: 1.3em;
  scroll-behavior: smooth;
  height: auto;
}

.container {
  overflow: hidden;
}

.container .boundary {
  width: 100%;
  max-width: 1500px;
}

/* css đè các trang khác */
.articles .a-read-more a {
  background-color: #4a7a41 !important;
}

.articles .a-read-more a:hover {
  background-color: #063d28 !important;
}

.main-content .mc-right .mcr-block .a-featured-products.products-list .product-item .product-item-info {
  display: inline-block;
  width: 40% !important;
  padding-left: unset !important;
}

.main-content .boundary,
.main-content .mc-others {
  padding: 0 15px;
  box-sizing: border-box;
}

.container.heading .boundary {
  padding: 0 15px;
  box-sizing: border-box;
}

.contact .contact-form .col {
  margin-bottom: 30px;
}

.main-content .products .products-list .product-item .product-item-price .pip-price {
  display: inline-block;
  background: #e6f842;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 1em;
  color: var(--hover) !important;
  font-weight: 500;
  cursor: pointer;
  transition: .25s ease;
  margin-bottom: 10px;
  width: 100px;
  margin: 0 auto;
}

.main-content .products .products-list .product-item .product-item-price .pip-price :hover {
  transform: calc(1.2);
}

.main-content .products .products-list .product-item .product-item-price .pip-price span {
  color: var(--hover) !important;
}

.product-detail .pd-container {
  padding: 15px !important;
}

.product-detail .boundary {
  padding: 0 15px;
  box-sizing: border-box;
}

.main-content .products .products-list .product-item .product-item-title {
  text-align: center;
}

.products .product .p-title a {
  text-align: center;
}

.products .product .price {
  text-align: center !important;
  display: inline-block;
  background: #e6f842;
  padding: 5px 18px !important;
  border-radius: 20px;
  font-size: 1em;
  color: var(--hover) !important;
  font-weight: 500;
  cursor: pointer;
  transition: .25s ease;
  width: 100px;
  margin: 10px auto;
}

.products .product {
  width: 95%;
}

.square-image,
.circle-image {
  background: #ffffff;
  border-radius: 15px;
  padding: 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border: 1px solid #d1a500;
}

.product-item-price a {
  margin: 10px auto;
}

.main-content .products .products-list .product-item .product-item-content {
  text-align: center;
}

.main-content .products .products-list .product-item .product-item-content.product-box {
  display: flex;
}

.main-content .products {
  max-width: 1300px;
}

.main-content .boundary {
  max-width: 1300px;
}

.contact .contact-form .col .c-map {
  height: 400px;
}

.heading .h-title.article-title {
  color: #476930 !important;
  font-family: 'utm-avo-bold';
}

.heading .h-title {
  color: #476930 !important;
  font-family: 'utm-avo-bold';
}

.products .h-title {
  color: #476930 !important;
  font-family: 'utm-avo-bold';
}

.modal h2 {
  background-color: #5a8f3e !important;
}

.product-detail .image-slider .square-image {
  border: none;
}

.main-content .products .products-list .product-item .product-item-description .pid-container {
  padding: unset !important;
}

.main-content .products .products-list .product-item .product-item-description {
  border-radius: 0px !important;
}

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: inherit;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.main-content .products .products-list .product-item {
  z-index: 1 !important;
}

.main-content .products .products-list .product-item .product-item-description .pid-container .pid-content {
  display: none !important;
}

.main-content .products .products-list .product-item .product-item-title {
  font-family: 'utm-avo-bold';
  color: #02452c;
}

/* menu */
.main-menu1 {
  background: var(--header);
  color: #FFF;
  height: 70px;
  font-size: 1.4em;
  position: relative;
  left: 0;
  z-index: 1000;
  overflow: visible;
}

.main-menu1 .boundary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  line-height: normal;
  height: 70px;
}

.main-menu1 .hamburger {
  flex: 0 0 60px;
  display: flex;
  justify-content: flex-start;
  z-index: 999999;
}

.main-menu1 .main-menu-content1 {
  display: none;
}

.main-menu1 .mm-logo1 {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 80px;
  top: 0;
}

.main-menu1 .mm-logo1 img {
  height: 100%;
  width: auto;
  position: relative;
  object-fit: contain;
}

.mm-content-logo1 {
  width: 180px;
  margin: 0 auto;
  display: block;
}

.mm-content-logo1 img {
  width: 100%;
  display: block;
}

.main-menu1 .mm-content1 {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  max-width: 900px;
  height: 100vh;
  z-index: 9999;
  background: var(--menu-bg);
  text-align: left;
  list-style-type: none;
  padding: 0px 0 0;
  margin: 0;
  font-size: .8em;
  color: var(--chu);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .5s;
}

.main-menu1 .mm-content1 .mmc-logo1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.main-menu1 .mm-content1 .mmc-logo1 img {
  width: 100%;
  height: auto;
}

.main-menu1 .mm-content1.active {
  left: 0;
}

.main-menu1 .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-menu1 .mm-background .icon-x {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1em;
  font-size: 1.5em;
  color: var(--yellow);
}

.main-menu1 .mm-content1 li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 40px;
  position: relative;
  font-size: .85em;
  padding-left: 5px;
}

.main-menu1 .mm-content1 .submenu li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #02452c;
  font-weight: bold;
}

.main-menu1 .mm-content1 li.mmc-logo1 a {
  border-bottom: 0;
}

.main-menu1 .mm-content1 li a {
  display: block;
  border-bottom: 1px solid #DDD;
  line-height: 40px;
  padding: 10px 0;
  font-size: 1.1em;
}

.main-menu1 .mm-content1 li a:hover {
  color: var(--chu);
  text-decoration-color: var(--chu);
  text-underline-offset: 3px;
}


.mm-content1 li .submenu {
  display: none;
  list-style-type: none;
  padding-left: 20px;
  border-top: 1px solid #fff2;
}

.mm-content1 li .submenu li a {
  display: block;
  border-bottom: 1px solid #fff2;
  padding: 0px 12px;
  color: var(--chu);
  font-size: 1em;
  box-sizing: border-box;
}

.main-menu .mm-content1 li a::before {
  content: "";
  color: var(--chu);
  font-size: 0.8em;
  margin-right: 8px;
  vertical-align: middle;
}

.mm-content1 li.hovering>.submenu {
  display: block !important;
}

.mm-content1 li.has-submenu>a {
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  line-height: 1.5;
}

.main-menu1 .mm-content1 li i {
  display: inline-block;
  font-size: .9em;
  margin-left: 5px;
  transition: all .5s;
  margin-top: 0px;
  transform: rotate(90deg);
}

.footer .footer-map1 {
  width: 95%;
  height: 300px;
}

.c-map {
  height: 100%;
}

.c-map iframe {
  height: 100%;
}

.main-menu1 .mm-content1 li.active i {
  transform: unset;
}

.main-menu1 .mm-content1 li.active,
.main-menu1 .mm-content1 li:hover {
  color: var(--black) !important;
}

.main-menu1 .mm-content1 {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #ccc;
}

.icon-menu-main {
  flex: 0 0 60px;
  display: flex;
  justify-content: flex-end;
}

/* gio hàng */
.icon-giohang {
  position: relative;
  color: var(--chu);
  display: flex;
  align-items: center;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.icon-giohang:hover {
  color: #062818;
}

.icon-giohang,
.yeuthich {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.giohang {
  display: none !important;
  color: #02452c !important;
}

.yeuthich {
  position: relative;
  display: inline-block;
  color: #062818;
}

.yeuthich .count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #7cc957;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}

/* giỏ hàng rời */
.giohang-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #7cc957;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.giohang-mobile i {
  color: #fff;
  font-size: 22px;
}

.giohang-mobile .count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #f7ffcc;
  color: #02452c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.banner-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* danh mục */

.danhmuc {
  padding: 0;
  background-color: #f7ffcc;
}

.danhmuc .boundary {
  text-align: center;
}

.danhmuc-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
  width: 100%;
}

.danhmuc-title img {
  display: block;
  width: 100%;
}

.danhmuc-title h2 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
  font-weight: 600;
  font-family: 'UTM-Americana';
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
}


.danhmuc #danhmuc-slider {
  margin-top: 0px;
  width: 100%;
}

.danhmuc #danhmuc-slider .dm-item {
  text-align: center;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: inherit;
}

.danhmuc #danhmuc-slider .dm-item .dm-img {
  background: #f7ffcc;
  border-radius: 12px;
  transition: 0.3s;
  margin: 0 auto;
  border-radius: 10px;
}

.danhmuc #danhmuc-slider .dm-item .dm-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.danhmuc #danhmuc-slider .dm-item:hover .dm-img {
  transform: translateY(-6px);
}

.danhmuc #danhmuc-slider .dm-item p {
  margin-top: 12px;
  font-size: .9em;
  color: #476930;
  font-weight: 600;
  font-family: 'utm-avo-bold';
  text-align: center;
  text-transform: uppercase;
}

.danhmuc .owl-dots {
  margin-top: 20px;
}

/* gợi ý hôm nay */
.container.goiy {
  background-color: #f7ffcc;
}

.container.goiy .boundary {
  padding: 0px 10px 40px 10px;
  box-sizing: border-box;
}

.container.goiy .boundary .main-goiy {
  position: relative;
  background-image: url(../images/suggestion-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 40px 10px 40px;
  text-align: center;
  overflow: hidden;
  background-color: #578943;
}

.container.goiy .boundary .main-goiy>* {
  position: relative;
  z-index: 1;
}

.container.goiy .boundary .main-goiy .cum-title-goiy {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}


.container.goiy .boundary .main-goiy .cum-title-goiy img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.container.goiy .boundary .main-goiy .cum-title-goiy .title-goi-y {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
  font-weight: 600;
  font-family: 'UTM-Americana';
  color: #2f4f2c;
  white-space: nowrap;
  pointer-events: none;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product {
  text-align: center;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top {
  background: #ffffff;
  border-radius: 15px;
  padding: 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border: 1px solid #d1a500;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top .img-box img {
  height: auto;
  width: 100%;
  display: block;
  transition: transform .3s ease;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top:hover .img-box img {
  transform: scale(1.15);
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top h2 {
  font-size: 1em;
  margin-top: 12px;
  font-weight: 700;
  font-family: 'UTM-Americana';
  color: #02452c;
  margin: 5px;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product>p {
  font-size: 1em;
  color: #fff;
  font-family: 'utm-avo-bold';
  margin: 5px 0 10px;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .btn-more {
  display: inline-block;
  background: #e6f842;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: .8em;
  color: var(--hover);
  font-weight: 500;
  cursor: pointer;
  transition: .25s ease;
  margin-bottom: 10px;
}

.container.goiy .boundary .main-goiy #goiy-slider .item-product .btn-more:hover {
  transform: scale(1.1);
  background: #ddf036;
  color: #fff;
}

#goiy-slider .owl-stage {
  display: flex !important;
}

#goiy-slider .owl-item {
  width: calc(50% - 10px) !important;
}

/* danh muc phụ */
.container.danhmucphu {
  padding: 30px 10px;
  background-color: #f7ffcc;
}

.container.danhmucphu .boundary {
  background-color: #f7ffcc;
  position: relative;
}

.container.danhmucphu .boundary .category-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 6px;
  scroll-snap-type: x proximity;
}

.container.danhmucphu .boundary .category-tabs::-webkit-scrollbar {
  display: none;
}

.container.danhmucphu .boundary .category-tabs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.container.danhmucphu .boundary .category-tabs button {
  flex: 0 0 auto;
  min-width: 127px;
  padding: 8px 8px;
  border: 1px solid #4a7a41;
  background: #f5f8d2;
  color: #2f4f2c;
  border-radius: 20px;
  font-size: .7em;
  cursor: pointer;
  transition: 0.25s ease;
  font-family: 'utm-avo-bold';
  scroll-snap-align: start;
}

.container.danhmucphu .boundary .category-tabs button:hover {
  transform: scale(1.08);
  background: #2f4f2c;
  color: #f5f8d2;
}

.container.danhmucphu .boundary .category-tabs button.active {
  background: #2f5f2c;
  color: #fff;
  border-color: #2f5f2c;
}

.gach-noi {
  width: 100%;
  border-top: 2px dashed transparent;
  margin: 10px 0 0;
  border-image: repeating-linear-gradient(to right,
      #02452c 0 10px,
      transparent 12px 20px) 1;
}

.container.danhmucphu {
  overflow: hidden;
  padding-bottom: 50px;
}


#danhmucphu-slider {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 50px;
}

#danhmucphu-slider .item-product {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

#danhmucphu-slider .item-product .box-top {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
  z-index: 1;
}

#danhmucphu-slider .item-product .box-top::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #af9a3e, #d2bc58, #e2bc3d);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

#danhmucphu-slider .item-product .box-top .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
}

#danhmucphu-slider .item-product .box-top .img-box img {
  height: 100%;
  width: 100%;
  display: block;
  transition: transform .3s ease;
}

#danhmucphu-slider .item-product .box-top:hover .img-box img {
  transform: scale(1.15);
}

#danhmucphu-slider .item-product .box-top h2 {
  font-size: 1em;
  margin-top: 12px;
  font-weight: 700;
  font-family: 'UTM-Americana';
  color: #02452c;
  margin: 5px;
}

#danhmucphu-slider .item-product>p {
  font-size: 1em;
  color: #3c6832;
  font-family: 'utm-avo-bold';
  margin: 5px 0 10px;
}

#danhmucphu-slider .item-product .btn-more {
  display: inline-block;
  background: #70846a;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: .8em;
  color: #f5f8d2;
  font-weight: 500;
  cursor: pointer;
  transition: .25s ease;
  margin-bottom: 10px;
  margin-top: 20px;
}

#danhmucphu-slider .item-product .btn-more:hover {
  transform: scale(1.1);
  background: #578943;
  color: #f5f8d2;
}

.short-desc-product {
  font-size: 0.8em;
  color: #555;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* NAV */
#danhmucphu-slider .owl-nav {
  position: absolute;
  top: 40%;
  left: -35px;
  right: -35px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
}

#danhmucphu-slider .owl-nav button.owl-prev,
#danhmucphu-slider .owl-nav button.owl-next {
  background: transparent !important;
  border: none !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

#danhmucphu-slider .owl-nav i {
  font-size: 40px;
  font-weight: 300;
  color: #579834;
  line-height: 1;
}

/* sản phẩm theo cây trồng */
.container.sp-caytrong {
  padding: 40px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.container.sp-caytrong .boundary {
  padding: 40px 25px;
}

.title-caytrong {
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}

.title-caytrong img {
  display: block;
  width: 100%;
}

.title-caytrong h2 {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3em;
  font-weight: 600;
  font-family: 'UTM-Americana';
  color: var(--chu);
  white-space: nowrap;
  pointer-events: none;
}

.container.sp-caytrong .category-tabs1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 6px;
  scroll-snap-type: x proximity;
}

.container.sp-caytrong .category-tabs1::-webkit-scrollbar {
  display: none;
}

.container.sp-caytrong .category-tabs1 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.container.sp-caytrong .category-tabs1 button {
  flex: 0 0 auto;
  min-width: 127px;
  padding: 8px 8px;
  border: 1px solid #4a7a41;
  background: #fff;
  color: #2f4f2c;
  border-radius: 20px;
  font-size: .7em;
  cursor: pointer;
  transition: 0.25s ease;
  font-family: 'utm-avo-bold';
  scroll-snap-align: start;
}

.container.sp-caytrong .category-tabs1 button:hover {
  transform: scale(1.08);
  background: #2f4f2c;
  color: #f5f8d2;
}

.container.sp-caytrong .category-tabs1 button.active {
  background: #2f5f2c;
  color: #fff;
  border-color: #2f5f2c;
}

#caytrong-slider {
  position: relative;
  margin-top: 30px;
}

#caytrong-slider .item-product {
  text-align: center;
}

#caytrong-slider .item-product .box-top {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px;
  z-index: 1;
}

#caytrong-slider .item-product .box-top::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(90deg, #af9a3e, #d2bc58, #e2bc3d);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

#caytrong-slider .item-product .box-top .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}

#caytrong-slider .item-product .box-top .img-box img {
  height: 100%;
  width: 100%;
  display: block;
  transition: transform .3s ease;
}

#caytrong-slider .item-product .box-top:hover .img-box img {
  transform: scale(1.15);
}

#caytrong-slider .item-product .box-top h2 {
  font-size: 1em;
  margin-top: 12px;
  font-weight: 700;
  font-family: 'UTM-Americana';
  color: #02452c;
  margin: 5px;
}

#caytrong-slider .item-product>p {
  font-size: 1em;
  color: #3c6832;
  font-family: 'utm-avo-bold';
  margin: 5px 0 10px;
}

#caytrong-slider .item-product .btn-more {
  display: inline-block;
  background: #70846a;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: .8em;
  color: #f5f8d2;
  font-weight: 500;
  cursor: pointer;
  transition: .25s ease;
  margin-bottom: 10px;
  margin-top: 20px;
}

#caytrong-slider .item-product .btn-more:hover {
  transform: scale(1.1);
  background: #578943;
  color: #f5f8d2;
}

#caytrong-slider .owl-nav {
  position: absolute;
  top: 40%;
  left: -35px;
  right: -35px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
  display: none;
}

#caytrong-slider .owl-nav button.owl-prev,
#caytrong-slider .owl-nav button.owl-next {
  background: transparent !important;
  border: none !important;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

#caytrong-slider .owl-nav i {
  font-size: 40px;
  font-weight: 300;
  color: #579834;
  line-height: 1;
}

/* chính sách */
.container.chinhsach {
  background: #184d47;
  color: #f5f8d2;
  padding: 40px 10px;
}

.container.chinhsach .boundary {
  margin: 0 auto;
  padding: 0 20px;
}

/* Mobile-first */
.container.chinhsach .boundary .chinhsach-wrapper {
  display: grid;
  gap: 24px;
  text-align: center;
}

/* Từng mục */
.container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item img {
  width: 50px;
}

.container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item .chinhsach-text h4 {
  font-size: 1em;
  font-weight: 600;
  font-family: 'UTM-Americana';
  margin: 8px 0 0px 0;
}

.container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item .chinhsach-text p {
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.4;
}

.container.chinhsach .boundary .chinhsach-wrapper .gach-cach {
  display: none;
}

/* đối tác */
.container.doitac {
  background-color: #f5f8d2;
}

/* Boundary luôn canh giữa */
.container.doitac .boundary {
  margin: 0 auto;
  padding: 50px 10px;
}

/* Title mobile */
.container.doitac .title-doitac {
  text-align: center;
}

.container.doitac .title-doitac h2 {
  font-size: 1.7em;
  line-height: 1.1;
  color: #2f5732;
  font-family: 'UTM-Americana';
  font-weight: 600;
  margin: 8px 0;
}

.container.doitac .title-doitac img {
  width: 140px;
}

.container.doitac .doitac-img {
  text-align: center;
  margin-top: 40px;
}

.container.doitac .doitac-img img {
  width: 90%;
  max-width: 350px;
}

/* footer */
.container.footer {
  padding: 60px 0;
  background: #063d28;
  color: #fff;
  display: block;
  justify-content: center;
  align-items: center;
}

.container.footer .footer-top {
  text-align: center;
}

.container.footer .footer-logo img {
  width: 130px;
  margin-bottom: 10px;
}

.container.footer .footer-heading h2 {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: 'UTM-Americana';
}

.container.footer .footer-heading p {
  max-width: 320px;
  margin: 0 auto;
  line-height: 1.3;
  opacity: 0.9;
  font-size: .7em;

}

.container.footer .footer-main {
  display: flex;
  flex-direction: column;
}

.container.footer .footer-col h3 {
  font-size: 1.3em;
  margin: 40px 20px 20px 20px;
  font-family: 'utm-americana-regular';
}

.container.footer .footer-form {
  width: 90%;
  margin: 0 auto;
  max-width: 480px;
}

.container.footer .footer-form .form-group {
  margin-bottom: 12px;
}

.container.footer .footer-form input,
.container.footer .footer-form textarea {
  width: 100%;
  padding: 12px;
  background: #f5f2ce;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-family: 'utm-avo-italic';
  box-sizing: border-box;
}

.container.footer .footer-form textarea {
  resize: none;
}

.container.footer .footer-form .btn-send {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #70846a;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.container.footer .contact-list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.container.footer .contact-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  margin: 0 10px;
}

.container.footer .contact-list span {
  font-weight: 600;
  margin-right: 10px;
}


.container.footer .footer-menu {
  list-style: none;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 200px;
}

.container.footer .footer-menu li {
  margin-bottom: 15px;
}

.container.footer .footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.container.footer .footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.container.footer .footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-left: 20px;
}

.container.footer .footer-social img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}

.container.footer .footer-col-contact::before,
.container.footer .footer-col-contact::after {
  display: none;
}

.container.footer .contact-list .sdt {
  font-family: 'utm-avo-bold';
}

.footer-bottom {
  background: #062818;
  text-align: center;
  padding: 12px 0;
}

.footer-bottom span {
  color: #F7FFCC;
  font-size: .6em;
  opacity: 0.7;
}

.no-data {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.heading .h-title {
  margin-bottom: 20px !important;
}

.container.heading .boundary {
  width: 100%;
  max-width: 1300px;
}

.container.goiy {
  padding-top: 50px;
}

#caytrong-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #aac6a6;
  display: block;
  border-radius: 50%;
  margin: 10px 4px;
  transition: all 0.3s;
}

#caytrong-slider .owl-dots .owl-dot.active span {
  background: #063d28;
  transform: scale(1.2);
}

/* popup tìm kiếm */
#searchPopup {
  position: fixed;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background: #f7ffcc;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  z-index: 9999;
  box-sizing: border-box;
}

#searchPopup.active {
  top: 30%;
}

#searchPopup .search-container1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

#searchPopup input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #184d47;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 10px;
}

#searchPopup .search-btn1 {
  padding: 14px 15px;
  border: none;
  background: #578943;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}

#searchOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9998;
}

.search-title {
  font-size: .8em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  color: #063d28;
  font-family: "utm-avo-bold";
}

/* Khi mở overlay */
#searchOverlay.active {
  display: block;
}

.products .h-title {
  line-height: 1.5;
  font-size: 1.5em;
}

@media (min-width:768px) {
  .main-menu .mm-content {
    left: -100%;
    width: 100%;
    max-width: 1000px;
  }

  .mm-content-logo {
    width: 250px;
    margin: 0 auto;
    display: block;
  }

  .mm-content-logo img {
    width: 100%;
    display: block;
  }

  /* gợi ý hôm nay */
  .container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top .img-box {
    width: 200px;
    height: 200px;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top h2 {
    font-size: 1.1em;
    margin: 10px;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product>p {
    font-size: 1em;
    margin-top: 10px;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .btn-more {
    font-size: .9em;
    margin-top: 10px;
  }

  .container.danhmucphu {
    padding: 50px 10px 80px 10px;
  }

  /* danh mục phụ */
  #danhmucphu-slider .item-product .box-top .img-box {
    width: 100%;
    height: auto;
  }

  #danhmucphu-slider .item-product .box-top h2 {
    font-size: 1.1em;
    margin: 10px;
  }

  #danhmucphu-slider .item-product>p {
    font-size: 1em;
    margin-top: 10px;
  }

  #danhmucphu-slider .item-product .btn-more {
    font-size: .9em;
    margin-top: 10px;
  }

  /* trồng cây */
  #caytrong-slider .item-product .box-top .img-box {
    width: 200px;
    height: 200px;
  }

  #caytrong-slider .item-product .box-top h2 {
    font-size: 1.1em;
    margin: 10px;
  }

  #caytrong-slider .item-product>p {
    font-size: 1em;
    margin-top: 10px;
  }

  #caytrong-slider .item-product .btn-more {
    font-size: .9em;
    margin-top: 10px;
  }

  /* chính sách */
  .container.chinhsach .boundary .chinhsach-wrapper {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    text-align: center;
    gap: 40px;
    padding: 40px 10px;
  }

  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    text-align: center;
  }

  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item img {
    width: 45px;
    margin: 0;
  }

  .container.doitac .title-doitac img {
    width: 200px;
  }

  .container.doitac .doitac-img img {
    width: 80%;
    max-width: 500px;
  }

  /* footer */
  .container.footer .footer-map img {
    width: 60%;
    padding: unset;
  }

  .container.footer .footer-main {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .footer-map1 {
    display: none;
  }


  .footer-menu-block {
    width: 50%;
  }

  .footer-col-menu {
    width: 100% !important;
    display: flex;
  }

  .container.footer .footer-heading p {
    max-width: 600px;
  }

  .banner {
    margin-bottom: 0 !important;
  }

  .container.goiy {
    padding-top: 50px;
  }

  .container.danhmucphu .boundary .category-tabs button {
    min-width: 165px;
  }

  .container.sp-caytrong .category-tabs1 button {
    min-width: 165px;
  }

  #danhmucphu-slider {
    grid-template-columns: repeat(3, 1fr);
  }

  .container.footer .footer-heading h2 {
    font-size: 1.7em;
  }

  .container.footer .footer-main {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  .container.footer .footer-main .footer-col {
    width: 50%;
  }

  .container.goiy .boundary .main-goiy .cum-title-goiy {
    width: 50%;
  }

  .container.goiy .boundary .main-goiy .cum-title-goiy .title-goi-y {
    top: 32%;
  }

  .danhmuc-title {
    width: 50%;
  }

  .title-caytrong {
    margin: 0 auto;
    width: 60%;
  }

  .title-caytrong h2 {
    top: 35%;
    font-size: 1.5em;
    line-height: 1.3;
  }
}

@media (min-width:996px) {
  .container.goiy .boundary .main-goiy .cum-title-goiy .title-goi-y {
    top: 34%;
    font-size: 1.7em;
  }

  .danhmuc-title h2 {
    font-size: 1.7em;
  }

  .title-caytrong {
    width: 50%;
    text-align: center;
  }

  /* chính sách */
  .container.chinhsach .boundary .chinhsach-wrapper {
    padding: 40px;
  }

  .container.doitac .title-doitac img {
    width: 210px;
    margin-top: 18px;
  }

  .container.doitac .doitac-img img {
    width: 70%;
    max-width: 700px;
  }

  .container.footer .footer-main {
    box-sizing: border-box;
  }

  .container.danhmucphu .boundary .category-tabs button {
    min-width: 177px;
  }

  #searchPopup {
    width: 400px;
  }
}

@media (min-width:1200px) {
  .title-caytrong {
    width: 55%;
  }

  #caytrong-slider .owl-dots .owl-dot span {
    display: none;
  }

  .container.goiy {
    padding-top: 130px;
  }

  .main-menu1 .mm-logo1 {
    left: 15px;
  }

  .main-menu1 {
    height: 90px;
    font-size: 1.4em;
  }

  .mm-content-logo1 {
    display: none;
  }

  .main-menu1 .boundary {
    height: 90px;
  }

  .main-menu1 .hamburger {
    display: none;
  }

  .icon-x {
    display: none;
  }

  .main-menu1 .boundary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-menu1 .mm-logo1 {
    width: 180px;
    height: 120px;
  }

  .main-menu1 .mm-logo1 img {
    height: auto;
    width: 100%;
    position: relative;
    object-fit: contain;
  }

  #caytrong-slider .owl-nav {
    display: flex;
  }

  .main-menu1 .mm-content1 {
    display: flex;
    max-width: 1200px;
    position: static;
    height: 90px;
    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: 30px;
    font-family: 'UTM-Americana' !important;
  }

  .main-menu1 .mm-content1 .submenu li::before {
    content: none;
  }

  .main-menu1 .mm-content1 li {
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    line-height: normal;
  }

  .main-menu1 .mm-content1 li a::before {
    content: none !important;
  }

  .main-menu1 .mm-content1 li a {
    display: flex;
    border: none;
    align-items: center;
    color: var(--chu);
    gap: 5px;
    text-decoration: none;
    font-size: 1em;
    transition: color 0.3s;
    border-radius: 20px;
    padding: 3px 8px;
    height: 35px;
    box-sizing: border-box;
  }

  #danhmucphu-slider .item-product .btn-more {
    margin-top: 30px;
  }

  .main-menu1 .mm-content1>li>a {
    padding: 10px 15px;
  }

  .main-menu1 .mm-content1>li>a:hover {
    background-color: #6fa44a;
    color: #fff;
    padding: 3px 15px;
  }

  .main-menu1 .mm-content1 li.has-submenu {
    position: relative;
  }

  .main-menu1 .mm-content1 li.has-submenu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    min-width: 220px;
    z-index: 9999999999999;
    padding: 10px 0;
    overflow: hidden;
  }

  .main-menu1 .mm-content1 li.has-submenu>a i {
    font-size: 0.8em;
    margin-top: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }

  .mm-content1 li .submenu li {
    padding: 8px 0px;
    box-sizing: border-box;
  }

  .mm-content1 li .submenu li a {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
  }

  .mm-content1 li .submenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #02452c;
    transition: width .3s ease;
  }

  .mm-content1 li .submenu li a:hover::after {
    width: 220px;
  }


  .icon-giohang {
    margin-left: auto;
  }

  .main-menu1 .mm-background1 {
    display: none !important;
  }

  .icon-giohang,
  .yeuthich {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }

  .icon-giohang i,
  .yeuthich i,
  .giohang i {
    display: block !important;
    font-size: 20px;
    color: #02452c;
  }

  .search-title {
    font-size: 1em;
  }

  .yeuthich,
  .giohang {
    position: relative;
    display: inline-block;
    margin-right: 20px;
  }

  .yeuthich .count,
  .giohang .count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #7cc957;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
  }

  .giohang {
    display: block !important;
  }

  .giohang-mobile {
    display: none;
  }

  .icon-giohang:hover i,
  .yeuthich:hover i,
  .giohang:hover i {
    color: #6fa44a;
    transform: scale(1.15);
    transition: .25s ease;
  }

  .yeuthich:hover .count,
  .giohang:hover .count {
    background: #5a8f3e;
    transition: .25s ease;
  }

  .icon-giohang:hover i,
  .yeuthich:hover i,
  .giohang:hover i {
    transform: scale(1.15) rotate(10deg);
  }

  /* danh mục */
  .danhmuc {
    padding: 80px 0 50px 0;
    background-color: #f7ffcc;
  }

  .danhmuc .danhmuc-title h2 {
    font-size: 2em;
  }

  .danhmuc #danhmuc-slider {
    margin-top: 40px;
    width: 100%;
  }

  /* gợi ý hôm nay */
  .container.goiy .boundary .main-goiy .cum-title-goiy .title-goi-y {
    margin-bottom: 80px;
    font-size: 2em;
  }

  .container.danhmucphu {
    padding: 50px 10px 100px 10px;
  }

  .container.danhmucphu .boundary .category-tabs button {
    padding: 8px 10px;
    font-size: .8em;
  }

  /* cây trồng */
  .container.sp-caytrong {
    position: relative;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    padding: unset;
    justify-content: flex-end;
    --bg-img: url("/images/products/groups/default.jpg");
  }

  .container.sp-caytrong::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transition: .3s ease;
  }

  .container.sp-caytrong .main-caytrong {
    background: #fff;
    width: 70%;
    padding: 60px 0 60px 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    clip-path: ellipse(100% 100% at 100% 70%);
  }

  #caytrong-slider {
    max-width: 80%;
    margin: 0 auto;
  }

  #caytrong-slider .item-product .box-top .img-box {
    width: 100%;
    height: auto;
  }

  /* chính sách */
  .container.chinhsach {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container.chinhsach .boundary {
    padding: 0 10px;
  }

  .container.chinhsach .boundary .chinhsach-wrapper {
    grid-template-columns: auto 1px auto 1px auto 1px auto;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 40px 0px;
    margin: 0 auto;
  }


  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item {
    text-align: left;
    height: 100px;
    display: flex;
    padding: 20px 10px;
    box-shadow: none;
    background: none;
  }

  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item .chinhsach-text p {
    font-size: 0.8em;
    margin: 2px;
  }


  .container.chinhsach .boundary .chinhsach-wrapper .gach-cach {
    display: block;
    width: 2px;
    height: 70px;
    background: #f5f8d2;
    margin: 0 auto;
  }

  .container.doitac .doitac-img img {
    width: 100%;
    max-width: 900px;
  }

  /* footer */
  .container.footer .footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    padding-left: unset;
    box-sizing: border-box;
    margin-top: 50px;
  }

  .container.footer .footer-col-request {
    flex: 1;
  }

  .container.footer .footer-col-contact {
    flex: 1.5;
  }

  .container.footer .footer-col-menu {
    flex: 1;
    display: block;
  }

  .footer-map1 {
    display: block;
  }

  .container.footer .footer-logo {
    width: 180px;
    margin: 0 auto;
  }

  .container.footer .footer-logo img {
    width: 100%;
  }

  .container.footer .footer-heading h2 {
    font-size: 2em;
    margin-top: 10px;
  }

  .container.footer .footer-heading p {
    font-size: .9em;
    line-height: 1.8;
  }

  .container.footer .footer-col-contact .contact-list {
    position: relative;
    padding-left: 25px;
  }

  .container.footer .footer-col-contact .contact-list::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    background: #f4d34c;
    display: block;
  }

  .container.footer .footer-col-contact .contact-list::before {
    top: 10px;
    height: 100%;
  }

  .container.footer .footer-col-contact .h3 {
    margin: 40px 0 25px 0 !important;
  }

  .container.footer .footer-col h3 {
    font-size: 1.8em;
    margin: 40px 20px 30px 20px;
  }

  .container.sp-caytrong .category-tabs1 {
    display: inline-flex;
    margin: 30px auto;
    gap: 15px;
  }

  .container.danhmucphu .boundary .category-tabs {
    justify-content: flex-start;
    gap: 15px;
  }

  .danhmuc #danhmuc-slider .dm-item p {
    font-size: .8em;
  }

  #danhmucphu-slider {
    grid-template-columns: repeat(4, 1fr);
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top h2 {
    font-size: 1.5em;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product>p {
    font-size: 1.3em;
  }

  #danhmucphu-slider .item-product .box-top h2 {
    font-size: 1.5em;
  }

  #danhmucphu-slider .item-product>p {
    font-size: 1.3em;
  }

  #caytrong-slider .item-product .box-top h2 {
    font-size: 1.3em;
  }

  #caytrong-slider .item-product>p {
    font-size: 1.3em;
    margin: 20px 0;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top .img-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}

@media (min-width:1500px) {
  .title-caytrong {
    width: 67%;
  }

  .title-caytrong img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .container.sp-caytrong .title-caytrong h2 {
    font-size: 1.8em;
    top: 35%;
  }

  .main-menu1 .mm-content1 {
    gap: 10px;
  }

  .main-menu1 .mm-content1>li>a {
    padding: 15px 20px;
  }

  .main-menu1 .mm-content1>li>a:hover {
    background-color: #6fa44a;
    color: #fff;
    padding: 15px 20px;
  }

  .main-menu1 .mm-content1>li>a.active {
    background-color: #6fa44a;
    color: #fff;
    padding: 10px 20px;
  }

  .mm-content1 li .submenu li a {
    font-size: 1.2em;
  }

  .main-menu .mm-content {
    max-width: 1100px;
  }

  .main-menu .mm-content li a {
    font-size: 1.25em;
    padding: 10px 13px;
  }

  .main-menu .mm-logo {
    width: 130px;
    margin-top: -35px;
  }

  .mm-content li .submenu li a {
    font-size: 1.1em;
  }

  /* danh mục */
  .danhmuc {
    padding: 100px 0;
    background-color: #f7ffcc;
  }

  .danhmuc .danhmuc-title h2 {
    font-size: 2.5em;
    top: 35%;
  }

  .danhmuc-title {
    margin-bottom: 0;
  }

  .danhmuc #danhmuc-slider .dm-item .dm-img {
    margin-top: 40px;
    width: 100%;
    padding: unset;
  }

  .danhmuc #danhmuc-slider {
    margin-top: 20px;
  }

  .danhmuc #danhmuc-slider .dm-item p {
    font-size: 1.05em;
    text-align: center;
  }

  .container.goiy .boundary .main-goiy>* {
    margin: 10px;
  }

  #goiy-slider .owl-stage {
    display: flex !important;
    width: unset !important;
  }

  .container.goiy .boundary .main-goiy {
    padding: 40px 40px 60px;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top {
    width: 260px;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .box-top h2 {
    font-size: 1.6em;
    margin: 0 0 10px 0;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product>p {
    font-size: 1.3em;
    margin-top: 15px;
  }

  .container.goiy .boundary .main-goiy .cum-title-goiy .title-goi-y {
    margin-bottom: unset;
    margin-top: unset;
    font-size: 2.7em;
    top: 65%;
  }

  #goiy-slider .item-product>p {
    font-size: 1.1em;
    margin-top: 15px;
  }

  .container.goiy .boundary .main-goiy #goiy-slider .item-product .btn-more {
    padding: 7px 25px;
    font-size: 1em;
  }

  #danhmucphu-slider {
    grid-template-columns: repeat(5, 1fr);
  }

  /* danh mục phu */
  #danhmucphu-slider .owl-nav {
    left: -47px;
    right: -47px;
  }

  #danhmucphu-slider .owl-nav i {
    font-size: 60px;
  }

  #danhmucphu-slider .item-product .box-top {
    width: 260px;
  }

  #danhmucphu-slider .item-product .box-top h2 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
  }

  #danhmucphu-slider .item-product>p {
    font-size: 1.3em;
    margin-top: 15px;
  }

  #danhmucphu-slider .item-product .btn-more {
    padding: 7px 25px;
    font-size: 1em;
  }

  .container.danhmucphu {
    padding: 50px 10px 180px 10px;
  }

  #caytrong-slider {
    max-width: 75%;
    margin: 50px auto;
  }

  .container.sp-caytrong .category-tabs {
    margin-top: 90px;
  }

  .container.sp-caytrong .category-tabs button {
    padding: 9px 8px;
    width: 180px;
    font-size: .8em;
  }

  #caytrong-slider .item-product .box-top h2 {
    font-size: 1.5em;
  }

  #caytrong-slider .item-product>p {
    font-size: 1.3em;
  }

  #caytrong-slider .item-product .btn-more {
    font-size: 1em;
    margin-top: 30px;
  }

  #caytrong-slider .owl-nav i {
    font-size: 55px;
  }

  #caytrong-slider .owl-nav {
    left: -55px;
    right: -55px;
  }

  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item img {
    width: 55px;
  }

  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item .chinhsach-text h4 {
    font-size: 1.2em;
  }

  .container.chinhsach .boundary .chinhsach-wrapper .chinhsach-item .chinhsach-text p {
    font-size: 0.9em;
    margin: 8px 0;
  }

  /* đối tác */
  .container.doitac .title-doitac h2 {
    font-size: 2.5em;
  }

  .container.doitac .title-doitac img {
    width: 300px;
    margin-top: 15px;
  }

  .container.doitac .boundary {
    padding: 70px 0px;
  }

  .container.doitac .doitac-img img {
    width: 100%;
    max-width: 1200px;
  }

  .container.footer .footer-col h3 {
    font-size: 2em;
    margin: 40px 20px 40px 20px;
  }

  .container.footer .footer-main {
    gap: 130px;
  }

  .container.footer .footer-col-contact {
    flex: 1;
  }

  .container.footer .footer-form .btn-send {
    padding: 10px 30px;
  }

  .main-menu1 .mm-content1 li a {
    font-size: 1.3em;
  }

  .container.goiy {
    padding-top: 150px;
  }

  .container.danhmucphu .boundary .category-tabs {
    gap: 13px;
  }

  .container.sp-caytrong .category-tabs1 button {
    margin-right: 20px;
    font-size: .9em;
  }

  .danhmuc #danhmuc-slider .dm-item {
    width: 100%;
    box-sizing: border-box;
  }

  .container.danhmucphu .boundary .category-tabs button {
    padding: 8px 10px;
    width: 200px;
    font-size: .9em;
  }

  .short-desc-product {
    font-size: 1em;
  }
}

@media (min-width:1800px) {
  .danhmuc #danhmuc-slider .dm-item p {
    font-size: 1.05em;
    text-align: center;
  }

  .container.danhmucphu .boundary {
    padding: 0px 10px;
  }

  #danhmucphu-slider .owl-nav {
    left: -87px;
    right: -87px;
  }

  #danhmucphu-slider .owl-nav i {
    font-size: 90px;
  }

  #caytrong-slider {
    max-width: 65%;
    margin: 20px auto;
  }

  .container.sp-caytrong .main-caytrong {
    padding: 80px 10px;
  }

  #danhmucphu-slider .item-product .box-top {
    width: 270px;
  }

  .danhmuc #danhmuc-slider .dm-item .dm-img {
    width: 105%;
  }
}