:root{
  --cl-x: #1ac75b;
  --cl-y: #abf929;
  --cl-z: #ec1f26;
}

@font-face {
  font-family: "UTM_Staccato";
  src: url("templates/fonts/UTM_Staccato.ttf");
}
@font-face {
  font-family: "OpenSans";
  src: url("templates/fonts/OpenSans-Regular.ttf");
}
body {
  letter-spacing: 0.2px;
}

.slogan {
  font-family: "OpenSans";
  line-height: 35px;
  color: #fff;
  font-size: 18px;
}

.top {
  background: var(--cl-x);
}

.nav-top > li {
  float: left;
}

.nav-top > li > a {
  color: #fff;
}

.nav-top a:after {
  border-left-color: #c43030;
}

header {
  background: #fbfbfb;
  padding-bottom: 25px;
}

.navbar-form input {
  border-radius: 0px;
  background-color: #fff;
}

.navbar-form button {
  background: var(--cl-x);
  color: #000;
  border-radius: 0;
}
.navbar-form button img{
  width: 24px;
}
.navbar-form input {
  min-width: 550px;
}

.navbar-form input::placeholder {
  color: #333;
  opacity: 1;
}

.navbar-form input:-ms-input-placeholder {
  color: #333;
}

.navbar-form input::-ms-input-placeholder {
  color: #333;
}

.right-head_hotline {
  border: none;
  border-radius: 0;
  min-width: 200px;
}

.right-head_hotline img {
  width: 46px;
  float: left;
  margin-right: 10px;
}

.right-head_hotline b {
  font-size: 18px;
}

.right-head_cart .icon .num {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  border: 1px solid #fff;
  line-height: 16px;
  height: 20px;
  padding-left: 5px;
  background-color: var(--cl-y);
  text-align: center;
  padding-right: 5px;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
}

.right-head_cart .icon {
  position: absolute;
  left: 0;
  /*background-color: #edc180;*/
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}

.right-head_cart .title {
  padding-top: 10px;
  flex: 1;
  color: #000;
}

.cate__tit {
  position: relative;
  z-index: 9;
  margin-top: -40px;
  background: var(--cl-x);
  color: #fff;
  line-height: 40px;
  padding: 0 0;
  text-indent: 10px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  font-weight: 600;
}

.nav-product {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-product li {
  background: #99e41d;
  border-bottom: 1px solid #fff;
  position: relative;
}

.nav-product li a {
  display: block;
  text-indent: 10px;
  line-height: 37px;
  color: #fff;
  font-family: "OpenSans";
  font-size: 15px;
}

.nav-product li ul {
  position: absolute;
  left: 100%;
  top: 0;
  list-style-type: none;
  min-width: 280px;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 9;
}

.nav-product li ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.nav-product li:hover ul {
  display: block;
}

.left__sl424 {
  width: calc(78%);
  float: left;
  padding-top: 10px;
}

.right__ht424 {
  width: calc(22%);
  float: right;
  padding-left: 10px;
  position: relative;
}

.system__store {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-100%);
  /*margin-top: -30px;*/
  color: #000;
  z-index: 9;
  font-size: 15px;
  text-transform: uppercase;
}

.system__store span {
  cursor: pointer;
}

.right__ht424 .divbd {
    padding-top: 10px;
    /*background: linear-gradient(to right, #eae09e, #fcfcfc);*/
}

.right__ht424 .divbd ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* border-top: 6px solid linear-gradient(to right, red, purple);
    border-bottom: 6px solid linear-gradient(to right, red, purple); */
  background-color: var(--cl-y);
}

.right__ht424 .divbd ul li {
  display: block;
  background: var(--cl-x);
  margin-bottom: 6px;
}

.right__ht424 .divbd ul li:last-child {
  margin-bottom: 0;
}

.right__ht424 .sup_item {
  padding: 15px 5px;
  color: #fff;
}

.sup_itemImg {
  float: left;
  width: 50px;
}

.sup_itemImg img {
  max-width: 40px;
  margin-top: 5px;
}

.right__ht424 .sup_item h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.right__ht424 .sup_item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list__store {
  position: absolute;
  width: 96%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  z-index: 9;
}

.list__store.open {
  display: block;
}

.list__store > li {
  display: block;
}

.list__store > li > a {
  display: block;
  line-height: 30px;
  text-indent: 10px;
}

.site-partner {
  width: 100%;
  position: relative;
  padding: 5px 50px;
  margin-bottom: 5rem;
}

.site-partner .swiper-slide {
  position: relative;
  border: 1px solid #d8d8d8;
}

.partnerItem {
  text-align: center;
}

.partnerItem img {
  height: 130px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px !important;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  color: #7a0c0c !important;
}

.site-khuyenmai {
  margin-top: 30px;
}

.product__titHome h2 {
  text-align: center;
  margin-bottom: 40px;
}

.product__titHome h2 span {
  /*    font-family: 'UTM_Staccato';*/
  font-family: "OpenSans";
  color: var(--cl-x);
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: calc(1.1rem + 0.8vw);
}

.product__titHome h2 span:after {
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  background: url(templates/images/line_productsale.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -10px;
}

.site-khuyenmai .inner {
  position: relative;
}

.product__txt {
  position: relative;
  padding: 10px 10px 20px 10px;
  background: url(templates/images/bg-card.jpg);
  background-size: 100% 100%;
}

.item_product_title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.item_product_price {
  text-align: center;
  color: #9cff7c;
  font-size: 20px;
}

.item_product_price del {
  color: #9cff7c;
}

.swiperProductSale-next {
  right: -30px !important;
}

.swiperProductSale-prev {
  left: -30px !important;
}

.item_product > a .sale {
  background: url(templates/images/bg_sale.png) no-repeat;
  background-size: 100% 100%;
  /*    font-family: 'UTM_Staccato';*/
  color: #fff;
  font-family: "OpenSans";
}

.item_productAction {
  text-align: center;
}

.btn-dt,
.btn-buyn {
  background: var(--cl-x);
  color: #fff;
  border-radius: 3px;
  padding: 3px 15px;
  margin: 0 5px;
  font-family: "OpenSans";
  font-size: 14px;
}

.item_product_title a {
  color: var(--cl-y);
  text-transform: capitalize;
  text-align: center;
}

.link_wrap_img {
  position: relative;
}

.link_wrap_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}

.item_product:hover .link_wrap_img::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item_product {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-bottom: 0;
  border-radius: 0 0 15px 15px;
  background: #fff;
}

.product__titHomeCate {
  margin-bottom: 30px;
}

.product__titHomeCate h2 {
  position: relative;
  text-align: center;
}

.product__titHomeCate h2 span {
  text-transform: uppercase;
  color: #fff;
  font-family: "OpenSans";
  position: relative;
  padding: 10px 40px;
  background: url(templates/images/bg_tit.png);
  background-size: 100% 100%;
  font-size: calc(1.1rem + 0.8vw);
}

.site-catehome .item_product,
.body-sanpham .item_product {
  margin: 15px 10px;
}

.feedback__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.feedback_text {
  background-color: rgba(26, 199, 91, 0.8);
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 9;
}

.feedback_text {
  text-align: center;
}

.feedback_text h3 {
  text-transform: uppercase;
  color: #fff;
  /*    font-family: 'UTM_Staccato';*/
  margin-bottom: 30px;
  font-family: "OpenSans";
}

.item__kh {
  padding: 0 20%;
}
.item__kh h4 {
  font-family: "OpenSans";
}

.item__kh img {
  height: 150px !important;
  width: 150px !important;
  border-radius: 50%;
  border: 3px solid #eae09e;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.item__kh p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  margin-top: 30px;
}

.item__kh {
  color: #eae09e;
}

.mySwiperkh-next,
.mySwiperkh-prev {
  color: #fff !important;
}

.site-blogs__tit h2 {
  text-align: center;
}

.site-blogs__tit h2 span {
  text-transform: uppercase;
  color: #000;
  /*    font-family: 'UTM_Staccato';*/
  position: relative;
  padding: 10px 40px;
  font-family: "OpenSans";
  font-weight: 600;
  font-size: calc(1.1rem + 0.8vw);
}

.keySuggest {
  font-style: italic;
  font-size: 13px;
  color: #000;
  margin-top: 10px;
}

.navbar-form button {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

h4.blog_tit {
  line-height: 22px;
}

h4.blog_tit a {
  font-size: 17px;
  color: var(--cl-x);
}

.link_wrap_img {
  padding: 10px;
}

.blog__item .blog__item_img {
  width: 200px;
  float: left;
}

.blog__item .blog__item_content {
  width: calc(100% - 200px);
  float: right;
  padding: 15px;
}

.blog__item .blog__item_content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 20px;
}

.blog__item {
  width: 100%;
  float: left;
  background: #f8f8f8;
  margin-bottom: 15px;
}

.site-blogs__tit h2 {
  margin-bottom: 30px;
}

.blog__line {
  text-align: right;
  position: relative;
}

.blog__line:after {
  position: absolute;
  content: "";
  width: calc(100% - 60px);
  left: 0;
  bottom: 5px;
  height: 1px;
  background-color: #7a0c0c;
}

.blog__line a {
  color: #7a0c0c;
  font-size: 13px;
}

.logo__footer {
  margin-top: 30px;
  display: block;
}

.mxh__foo ul {
  position: relative;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}

.mxh__foo > ul > li {
  display: inline-block;
  margin-right: 5px;
}

.site-copyright p {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.title-f {
  color: #fff;
}

.title-f:before {
  background-color: #fff;
}

.content-f ul li a:hover {
  color: #eae09e;
}

.tit-lienhe {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.btn__contact {
  background-color: var(--cl-x);
  border-color: var(--cl-x);
  color: #fff;
  border-radius: 5px;
}

.wrap__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}

.wrap__map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sodotrang {
  background: var(--cl-x);
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb li.active a {
  color: var(--cl-y);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.tit__opage span {
  /*    font-family: 'UTM_Staccato';*/
  color: var(--cl-x);
  text-transform: uppercase;
  position: relative;
  font-size: 2rem;
  font-family: "OpenSans";
  font-weight: 600;
}

.tit__opage span:after {
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  background: url(templates/images/line_productsale.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: -10px;
}

.body-sanpham {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.tit__productPage {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.tit__productPage span {
  text-transform: uppercase;
  color: #fff;
  /*    font-family: 'UTM_Staccato';*/
  position: relative;
  padding: 10px 40px;
  background: url(templates/images/bg_tit.png);
  background-size: 100% 100%;
  font-size: 30px;
  white-space: nowrap;
  font-family: "OpenSans";
}

.chitiet_sp_hot_title {
  color: #111;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
  color: #eae09e;
}

.chitiet_sp_hot_gia {
  color: #992020;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
  color: #777;
}

.mota_sp {
  border-top: 1px dotted #ebebeb;
  margin-top: 15px;
  border-bottom: 1px dotted #ebebeb;
  margin-bottom: 15px;
  padding-top: 10px;
  color: #333;
}

.mota_sp li {
  padding: 7px 10px;
  color: #4d4b4b;
  background-image: url(templates/images/green.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 38px;
  background-size: 14px;
}

.mota_sp ul {
  list-style-type: none;
  padding-left: 0px;
}

.Swiper_spct img,
.Swiper_spct2 .Swiper_sp_hot_img {
  border: 1px solid #ccc;
  padding: 4px;
}

.Swiper_sp_hot_img {
  width: 99%;
}

.box_right_sp_title {
  background-color: #edc180;
  border-radius: 4px 4px 0 0;
  color: #fff;
}

.tit_splq {
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.cart-action .btn,
.btn-thanhtoan.active,
.btn-dathang {
  background: #992020;
  color: #fff;
}
.shopping-summery .product-name {
  color: #333;
  font-size: 14px;
}
.shopping-summery table thead th.start {
  border-radius: 0;
}
.shopping-summery table thead th.end {
  border-radius: 0;
}
.shopping-summery table thead th {
  padding: 12px 10px;
  background-color: #992020;
  color: #fff;
}
.shopping-summery .text-price {
  font-size: 1.2rem;
}
.shopping-summery table > :not(caption) > * > * {
  padding: 7px 7px;
}
.video_home_title {
  padding-left: 42px;
}
.navbar-form input {
  color: #333;
  border: 1px solid var(--cl-x);
}
.head-mobile {
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.giohang-mobile span {
  color: #000;
}
.offcanvas_w2 {
  background: #992020;
}
.offcanvas_w2 .offcanvas-body ul li a {
  color: #fff;
}
.offcanvas_w2 .btn-close {
  color: #fff !important;
  background: url("templates/images/close.png") no-repeat;
  background-size: 100% 100%;
}
.right-head_cart {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.right-head_cart img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* m_menu.php*/
.title-rpmenu {
  padding: 7px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  /*top: 3px;*/
  /*left: 0px;*/
  z-index: 999999;
}
.title-rpmenu .icon-bar {
  width: 30px;
  height: 4px;
  background: #fff;
  float: left;
  clear: both;
  margin-bottom: 3px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
}
#responsive-menu .content ul li span.gg {
  display: none;
}
#responsive-menu .close {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 24px;
  z-index: 123;
  opacity: 1;
  font-weight: 300;
  color: #fff;
  background: transparent;
  border-color: transparent;
  padding: 0;
}
#responsive-menu {
  position: fixed;
  z-index: 1;
  background: #992020;
  width: auto;
  max-height: 100%;
  z-index: 999999;
  max-height: 420px;
  overflow-y: auto;
  left: -300px;
  height: 100%;
  width: 300px;
  min-height: 100%;
  top: 0;
}

#responsive-menu .search {
  position: relative;
  padding: 0 5px;
  margin-top: 25px;
}
#responsive-menu .search form {
}
#responsive-menu .search form input {
  width: 100%;
  padding: 5px;
  height: 27px;
  border: 1px solid rgba(204, 204, 204, 0.35);
  border-radius: 0px;
}
#responsive-menu .search form button {
  position: absolute;
  right: 5px;
  top: 0;
  border: 0;
  padding: 3px 13px;
  background-color: black;
  color: #fff;
  font-size: 15px;
}
#responsive-menu .search form button i {
  position: relative;
  top: 2px;
}
#responsive-menu .content {
  max-width: 300px;
  float: right;
  width: 100%;
}
#responsive-menu .content ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
#responsive-menu .content > ul {
  padding: 0;
  margin: 0;
}
#responsive-menu .content .toggle-menu {
  float: right;
  cursor: hand;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
}
#responsive-menu .content .toggle-menu i {
  font-size: 15px;
}
#responsive-menu .content ul li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 5px;
  display: block;
  max-width: 90%;
}
#responsive-menu .content ul li {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(247, 246, 246, 0.25);
  position: relative;
  cursor: hand;
  cursor: pointer;
  float: none;
}
#responsive-menu .content ul li:hover {
  background: #333;
}
#responsive-menu .content ul li ul {
  display: none;
}
#responsive-menu .content li li:first-child {
  border-top: 1px solid rgba(247, 246, 246, 0.25);
}
#responsive-menu .content > ul > li ul {
  position: relative;
  top: 9px;
}
#responsive-menu .content > ul li ul li {
  text-indent: 10px;
}
#responsive-menu .content > ul li ul li a {
  font-size: 14px;
}
#responsive-menu .content > ul li ul li ul li {
  text-indent: 20px;
}
.res__head {
  padding: 10px 10px;
}
.res__search {
  padding: 10px 10px;
}
/* End m_menu.php */
.hidden {
  display: none;
}
.res__search .form-search-nav {
  margin-bottom: 10px;
}
.cate__left {
  width: calc(25%);
  float: left;
}
.slider__right {
  width: calc(75%);
  float: left;
  display: flex;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10001;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 0;
  transition: height 0.5s ease-out;
}
@-prefix-keyframes slide {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay.show {
  height: 100%;
}
.chitiet_sp_hot_title {
  line-height: 30px;
}
.tab_sanpham .nav-item .nav-link {
  font-family: "OpenSans";
}


.site-copyright{
  background-color: #60a62f;
  color: #fff;
}

.home-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media screen and (min-width: 1367px) {
  .container-fluid {
    max-width: 80%;
  }
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1000px) {
  .logo img {
    height: 80px;
  }
  .menu-mobi {
    width: 90px;
  }
  .slider__right {
    width: calc(100%);
  }
}
@media screen and (max-width: 991px) {
  .logo img {
    max-height: 60px;
  }
  .cate__left {
    display: none;
  }
  .slider__right {
    margin-top: 80px;
    flex-direction: column;
  }
  .left__sl424,
  .right__ht424{
    width: 100%;
  }
  .right__ht424{
    margin-top: 1rem;
  }

  .system__store{
    position: relative;
    inset: 0;
    transform: translateY(0);
    margin-bottom: 0;
  }

  .site-khuyenmai {
    margin-top: 0;
  }
  .feedback__content {
    padding-bottom: 50%;
  }
  .col-right-ctsp {
    width: 100%;
  }
  .item_product.item_product-right {
    width: calc(33.33% - 30px);
    margin: 15px 15px;
    float: left;
  }
  .title-rpmenu {
    /*top: 13px;*/
  }
}
@media screen and (max-width: 768px) {
  .site-blogs {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
  }
  .swiperProductSale-prev {
    left: -10px !important;
  }
  .swiperProductSale-next {
    right: -10px !important;
  }
  .chitiet_sp_hot_gia del,
  .chitiet_sp_hot_gia span {
    font-size: 20px;
  }
  .chitiet_sp_hot_title {
    margin-top: 30px;
    font-size: 24px;
  }
  .item_product.item_product-right {
    width: calc(50% - 30px);
  }
  .site-partner {
    padding: 5px 35px;
  }
  .site-blogs .col-sm-6 {
    width: 100%;
  }
  .feedback_text {
    width: 100%;
  }
  .feedback__content {
    padding-bottom: 60%;
  }
  .left__sl424,
  .right__ht424 {
    width: 100%;
    padding: 0;
  }
  .right__ht424 {
    margin: 10px 0;
  }
  .right__ht424 .divbd {
    background: none;
  }
  .right__ht424 .divbd ul li {
    width: calc(50% - 15px);
    margin: 7.5px 7.5px;
    float: left;
  }
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 576px) {
  .feedback_text {
    padding-top: 10px !important;
  }
  .item__kh img {
    width: 100px !important;
    height: 100px !important;
  }
  .item__kh p {
    margin-top: 15px;
  }
  .feedback__content {
    padding-bottom: 70%;
  }
  .logo__footer {
    margin-bottom: 10px;
  }
  .mxh__foo ul {
    margin-bottom: 10px;
  }
  .right-head_cart {
    text-align: right;
    height: 30px;
  }
  h4.blog_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  .tit__productPage span {
    font-size: 20px;
  }
  .right__ht424 .sup_item {
    padding: 10px 5px;
  }
  .item_product-right > a {
    padding: 10px 15px;
  }
  .item_product.item_product-right {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
  .logo__footer img {
    max-height: 80px;
  }
  .tab_sanpham .nav-item .nav-link {
    height: 50px;
    font-size: 20px;
    font-family: "OpenSans";
  }
  .right__ht424 .divbd {
    padding: 0 0;
  }
  .swiperProductSale-next,
  .swiperProductSale-prev {
    top: 40% !important;
  }
  .partnerItem img {
    max-height: 80px;
  }
  .site-catehome .item_product,
  .body-sanpham .item_product {
    margin: 10px 0;
  }
  .link_wrap_img {
    padding: 15px;
  }
  .item_product > a .sale {
    top: 0;
  }
  .btn-dt,
  .btn-buyn {
    padding: 3px 10px;
  }
  .mxh__foo ul {
    text-align: left;
  }
  .title-f {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .right-head_cart {
    width: auto;
  }
  .blog__item .blog__item_img {
    width: 170px;
  }
  .blog__item .blog__item_content {
    width: calc(100% - 170px);
  }
  .blog__item .blog__item_content p {
    -webkit-line-clamp: 3;
  }
  .site-blogs__tit h2 span {
    font-size: 20px;
  }
  .product__txt {
    padding: 10px 5px;
  }
  .link_wrap_img {
    padding: 5px 10px;
  }
  .item_product_price {
    white-space: nowrap;
    font-size: 15px;
  }
  .btn-dt,
  .btn-buyn {
    padding: 3px 5px;
    font-size: 14px;
  }
  .sup_itemImg img {
    width: 35px;
  }
  .right__ht424 .divbd ul li {
    min-height: 85px;
  }
  .res__head img {
    max-height: 50px;
  }
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}
@media screen and (max-width: 280px) {
}
