@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Poppins;
  src: url("../fonts/SVN-POPPINS REGULAR.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GoogleSansB;
  src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GoogleSansR;
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-main: #6e7237;
  --color-sub: #fcb562;
}

img {
  max-width: 100%;
}
.md-none {
  display: none !important;
}
.md-block {
  display: block !important;
}
.m0 {
  margin: 0px;
}
.p0 {
  padding: 0px !important;
}
.m-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.p5 {
  padding-left: 5px;
  padding-right: 5px;
}
.m-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.p10 {
  padding-left: 10px;
  padding-right: 10px;
}
body {
  font-family: "Poppins", sans-serif;
  bottom: 0;
  position: relative;
}
.pagination-page {
  text-align: center;
}
.pagination-page > span,
.pagination-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #ddd;
  color: #000;
}
.pagination-page a:hover,
.pagination-page > span {
  background: #1f5892;
  color: #fff;
}
footer {
  font-size: 15px;
  color: #fff;
  padding-top: 20px;
  background-color: var(--color-main);
}
footer .title-f {
  color: #ffffff;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "GoogleSansR";
}
footer a {
  color: #ffffff;
}
footer ul {
  list-style: none;
  padding: 0px;
}
footer ul a {
  text-transform: initial;
  padding: 5px 0px;
  display: inline-block;
  font-size: 14px;
}
footer a:hover,
footer a:focus {
  text-decoration: none;
  color: #fdee02;
}
.chantrang {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  margin-top: 30px;
  border-top: 1px solid #dfff;
  background-color: var(--color-main);
}
.chantrang a {
  color: #fff;
}
.breadcrumb {
  border-bottom: none;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative; /* text-align: center; */
}
.breadcrumb > li a {
  color: #000000;
}
.breadcrumb > li a:hover {
  color: #1fb61e;
  text-decoration: none;
}
#map iframe {
  height: 175px;
}
.hc-nav-trigger.hc-nav-1 {
  display: none !important;
}
iframe {
  max-width: 100%;
}
#slider {
  margin-bottom: 20px;
}
.item-product {
  text-align: center;
  margin-bottom: 20px;
  border-radius: 0;
  overflow: hidden;
  border-left: 0;
  border-top: 0; /* background-color: #f5f5f5; */
  border: 1px solid #f5f5f5;
  transition: all 0.2s linear;
  border-radius: 10px;
}
.item-product .img_product {
  position: relative;
  overflow: hidden;
}
.item-product .img_product .img {
  display: block;
  background-color: #fff;
  padding: 10px;
}
.item-product .img_product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.item-product h3 {
  margin-top: 10px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "GoogleSansB";
  font-weight: inherit;
}
.item-product h3 a {
  color: #000000;
}
.item-product h3 a:hover,
.item-product h3 a:focus,
.item-product h3 a:active {
  /* color: #ffffff; */
}
.gia-item {
  margin-bottom: 15px;
}
.gia-item strong {
  color: #fe0000;
  font-size: 15px;
  font-family: "GoogleSansB", sans-serif;
}
.gia-item i {
  text-decoration: line-through;
  color: #5e5c5c;
  font-size: 13px;
}
.head-page {
  height: 200px;
  background-size: cover;
  position: relative;
  background-color: #ccc;
  margin-bottom: 40px;
  background-position: center top; /* background-attachment: fixed; */
  background-repeat: no-repeat;
}
.head-page:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgb(255 255 255 / 59%);
  z-index: 0;
}
.head-page .content {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  left: 0;
  right: 0;
}
.head-page .content .title-page {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 40px;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #6e7237;
  text-align: left; /* padding-left: 15px; */
  padding-right: 15px;
  text-transform: uppercase;
}
.breadcrumb > li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f178";
}
.item-news {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.item-news .img {
  display: block;
  height: 180px;
}
.item-news .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.item-news .danhmuc_news {
  background-color: #c81b3e;
  color: #fff;
  padding: 3px 20px 3px 30px;
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  font-size: 13px;
  border-radius: 0px 3px 3px 0px;
  margin-right: 10px;
}
.item-news .danhmuc_news:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  left: -9px;
  top: 3px;
  border-radius: 50%;
}
.item-news h3 {
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 0;
  line-height: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.item-news h3 > a {
  color: #3b3b3b;
}
.item-news h3 > a:hover,
.item-news h3 > a:focus,
.item-news h3 > a:active {
  outline: none;
  color: #1f5cac;
  text-decoration: none;
}
.item-news .mota {
  margin-bottom: 20px;
  margin-top: 15px;
}
.linkct {
  position: absolute;
  bottom: 0;
  display: inline-block;
  color: #2ca653;
  right: 0;
  font-size: 13px;
}
.linkct:hover,
.linkct:focus {
  text-decoration: none;
  color: #f60;
}
.ngay-dang {
  color: #0368ff;
  font-size: 13px;
}
.title-left {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background: url(../images/title-left.jpg) no-repeat center left;
  padding: 10px 9px;
  margin-bottom: 20px;
  background-size: cover;
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
}
.box.category {
  /* border: 1px solid #ccc; */
}
.box.category ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.box.category ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #424242;
  display: block;
  padding-top: 9px;
  padding-bottom: 10px;
  background: url(../images/icon_sp.png) no-repeat 10px center;
  padding-left: 29px;
  border-bottom: 1px dotted #ccc;
}
.box.category ul li a:hover,
.box.category ul li a:focus {
  color: #f60;
  text-decoration: none;
}
.title-tin {
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.hr-news {
  height: 6px;
  background-color: #dddddd;
  margin-top: 0px;
  margin-bottom: 30px;
}
.big_img {
}
.big_img a {
  height: 100%;
  display: block;
  overflow: hidden;
}
.big_img img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.ten-sp {
  font-size: 20px;
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.ma-sp {
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  margin-left: 0; /* margin-left: 15px; */
  font-style: initial;
  margin-top: 13px;
  display: block;
}
.gia-ct {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 8px; /* border-bottom: 1px dotted #ccc; */
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.gia-ct p {
  margin-bottom: 3px;
}
.giamgia {
  background-color: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 4px 13px;
  color: #fff;
}
.mota_sp {
}
.mota_sp ul {
  /* list-style: none; */ /* padding: 0; */
}
.btn-mua {
  background-color: #2ca653;
  color: #fff;
  padding: 13px 0px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  width: 220px;
  max-width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.btn-mua img {
  height: 36px;
  margin-right: 10px;
}
.btn-mua span {
  font-weight: 600;
  position: relative;
  top: 2px;
}
.btn-mua:hover,
.btn-mua:focus,
.btn-mua:active {
  color: #fff;
  outline: none !important;
  box-shadow: none;
}
.hotline-dh {
  color: #ff6600;
  font-size: 18px;
}
.box-gianhang {
  background-color: #fefadf;
  padding: 10px;
  border-radius: 6px;
}
.box-gianhang ul {
  list-style: none;
  padding: -0;
  margin: 0;
}
.box-gianhang ul a {
  background: url(../images/icon-check.png) no-repeat center left;
  background-size: 14px;
  padding-left: 19px;
  color: #000;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.title-lienhe {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1fb61e;
}
.table-giohang .name-pro {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: 500;
  font-size: 18px;
  font-weight: 500;
  color: #c81b3e;
  padding-right: 30px;
}
.table-giohang .pro-cart {
  position: relative;
}
.table-giohang .pro-cart strong {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  width: 100px;
}
.table-giohang .txt_sl {
  border: none;
  background-color: #f1f0f0;
  padding: 5px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 5px #d2cfcf;
  width: 70px !important;
}
.table-giohang .gia-cart {
  color: red;
  font-weight: 600;
}
.xoa_giohang {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  display: inline-block;
  padding: 3px 13px;
  color: red;
  font-size: 17px;
}
.table-giohang .tongtien {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.table-giohang .tongtieng-cart {
  font-weight: 600;
  color: red;
  text-transform: initial;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-login {
  background-color: #009344;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  padding: 7px 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.page-login {
  background-color: #fff;
  box-shadow: 1px 1px 6px 1px #5d575747;
  border-radius: 5px;
  position: relative;
  padding: 15px;
}
.br-xam {
  background-color: #f1f1f1;
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: -29px;
  padding-top: 40px;
}
.page-login h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  margin-top: 5px;
}
.btn-giamgia {
  background-color: #00a85a;
  color: #fff;
}
.lab-thanhtoan {
  display: block;
}
.lab-thanhtoan img {
  height: 27px;
  margin-left: 10px;
}
.lab-thanhtoan span {
  font-size: 13px;
  color: #3c3b3b;
}
.thanhtoan {
  padding-left: 30px;
  font-size: 13px;
  display: none;
}
.thanhtoansub {
  padding-left: 20px;
}
.btn-xacnhan {
  margin-bottom: 15px;
  background-color: #00a85a;
  color: #fff;
}
.btn-huy {
  margin-bottom: 15px;
  background-color: red;
  color: #fff;
}
.tinlienquan {
  list-style: none;
  padding: 0;
}
.tinlienquan a {
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.chitiettin {
  margin-bottom: 30px;
}
.chitiettin img,
.chitiet_sp img {
  height: auto !important;
  max-width: 100% !important;
}
.top {
  background-color: #c81b3e;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  color: #fff;
}
.giohang {
  color: #fff;
}
.giohang .cart-img {
  position: relative;
  margin-right: 10px;
}
.giohang .cart-img span {
  position: absolute;
  min-width: 17px;
  height: 19px;
  background-color: #fff;
  color: #c81b3e;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  right: -3px;
  font-size: 12px;
}
.logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo img {
  width: 75px;
}
.main-nav {
  /* margin: 25px 0px; */
}
.iframe-content iframe {
  height: 150px;
}
.post-item--inner {
}
.post-item--inner .post-thumb {
  display: block;
  height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
}
.post-item--inner .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.post-item--inner .post-category {
  color: #9b9797;
  font-size: 14px;
  margin-bottom: 15px;
}
.post-item--inner .post-category a {
  color: #9b9797;
}
.post-item--inner .post-category .p-date {
  margin-left: 20px;
}
.post-item--inner .post-category .p-date i {
  color: #9b9797;
  padding-right: 5px;
}
.post-item--inner .post-entry .title {
  font-family: "Roboto Condensed";
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.post-item--inner .post-entry .title a {
  color: #009344;
}
.post-item {
  margin-bottom: 30px;
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.post-item--inner .post-excerpt {
  color: #474747;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}
.post-item-2 .post-item--inner .post-thumb {
  /* height: 230px; */
}
.post-item-2 .post-item--inner .post-entry .title {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.item-news .post-category {
}
.item-news .post-category a {
  color: #2ca653;
}
.item-news .post-category .p-date {
  margin-left: 15px;
}
.item-news .post-category .p-date i {
  color: #2ca653;
}
.widget-title {
  margin-top: 0;
  font-size: 18px;
  color: #282728;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #e7e7e7;
}
.box-lienhe .custom-html-widget {
  background: #fff;
  border: 1px solid #f1efef;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  padding: 0 20px;
  width: 100%;
  display: inline-block;
}
.box-lienhe .custom-html-widget ul {
  list-style: none;
  padding: 0;
}
.box-lienhe .custom-html-widget ul li {
  border-bottom: 1px solid #ede7e7;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-lienhe .custom-html-widget ul li:last-child {
  border: none;
}
.widget-title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #1fb61e;
  bottom: -3px;
}
.box-lienhe {
  margin-bottom: 30px;
}
.box-lienhe .custom-html-widget ul li a {
  color: #c81b3e;
  margin-left: 5px;
}
.item-dv-right {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
.item-dv-right .img_dv {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px #6a6969a1;
  border: 2px solid #fff;
}
.item-dv-right .img_dv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-dv-right .content-dv {
  position: relative;
}
.item-dv-right .content-dv .content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #5c5c5c;
  font-size: 13.5px;
}
.item-dv-right h4 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.item-dv-right h4 a {
  color: #c81b3e;
}
.item-dv-right h4 a:hover {
  color: #c81b3e;
}
.item-dv-right:last-child {
  border-bottom: none;
}
.item-news-right {
  margin-bottom: 15px;
}
.item-news-right .img_dv {
  display: block;
  height: 150px;
  margin-bottom: 10px;
}
.item-news-right .img_dv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-news-right .content-news {
}
.item-news-right .content {
}
.item-news-right .content h4 {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 5px;
}
.item-news-right .content h4 a {
  color: #000;
}
.item-news-right .content h4 a:hover {
  color: #c81b3e;
}
.item-news-right .content p {
  margin-bottom: 0;
  font-size: 13px;
  margin-top: 5px;
  color: #5a5656;
}
.item-news-right .content .p-date {
  font-size: 12px;
  color: #c81b3e;
}
.img-news-de {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
  margin-top: 30px;
}
.ngaydang {
  margin-bottom: 5px;
  font-style: italic;
  color: #504f4f;
  margin-top: 30px;
}
.ngaydang a {
  color: #1fb61e;
}
.ngaydang i {
  color: #1fb61e;
}
.ngaydang .p-date {
  margin-left: 15px;
}
.slide-sp {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.item-thumb {
  padding-left: 5px;
  padding-right: 5px;
}
.thumb-item {
  display: block;
  height: 80px;
  border: 1px solid #cccc;
  padding: 3px;
  border-radius: 3px;
}
.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loai_sp_ct {
  font-style: italic;
  color: #5e5c5c;
  margin-bottom: 16px;
}
.loai_sp_ct a {
  color: #d13239;
}
.ma-sp strong {
  color: #d13239;
}
.gia-ct .giacu {
  font-size: 14px;
  text-decoration: line-through;
  color: #9c9c9c;
}
.title-gia {
  font-weight: 400;
  font-size: 16px;
}
.giagoc {
  /* color: #c81b3e; */
}
.quantity {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
.quantity .eltd-quantity-input {
}
.quantity .eltd-quantity-input:focus {
  outline: none;
}
.quantity-control {
  position: absolute;
  width: 25px;
  height: 100%;
}
.quantity-control .eltd-quantity-plus {
  position: absolute;
  height: 50%;
  top: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dddc;
  border-left: 0;
  cursor: pointer;
}
.quantity-control .eltd-quantity-minus {
  position: absolute;
  height: 50%;
  bottom: 0;
  text-align: center;
  width: 25px;
  border: 1px solid #dddc;
  border-left: none;
  border-top: none;
  cursor: pointer;
}
.item-product .img_product .sale {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #c81b3e;
  color: #fff;
  padding: 7px 10px;
  border-radius: 30px 0px 30px 30px;
}
.nav-form {
  padding: 0px 5px;
  width: 300px;
  position: relative;
  float: right;
}
.nav-form .nav-input {
  width: 100%;
  height: 37px;
  font-size: 13px;
  background-color: #fcb56259;
  border: none;
  border-radius: 30px;
  color: #fff;
  padding-left: 20px;
  padding-right: 30px;
}
.nav-form .nav-input:focus {
  outline: none;
}
.btn-search {
  position: absolute;
  right: 0;
  background-color: transparent;
  bottom: 6px;
  top: 7px;
  width: 50px;
  border-radius: 0px 5px 5px 0px;
  background-image: url(../images/search.png);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}
.btn-danhmuc {
  text-align: left;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 11px;
  font-size: 16px;
}
.btn-danhmuc:hover,
.btn-danhmuc:focus {
  color: #fff;
}
.pro-nav {
  width: 100%;
  background-color: #2ca653;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px;
  padding-bottom: 5px;
}
.pro-nav li a {
  color: #fff;
}
.pro-nav li a:hover {
  background-color: transparent;
}
.pro-nav > li {
  border-bottom: 1px solid #37c464;
  border-top: 1px solid #1e803c;
}
.pro-nav li:last-child {
  border-bottom: none;
}
.slide-home {
  margin-top: 10px;
}
.nav-left .pro-nav {
  list-style: none;
  padding: 0;
  overflow: auto;
}
.nav-left .pro-nav li {
}
.nav-left .pro-nav li.active {
  position: relative;
}
.nav-left .pro-nav li.active:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-left .pro-nav li a {
  padding: 8px 15px;
  display: block;
}
.sanpham-home {
  padding-top: 0px;
  padding-bottom: 40px;
  background: url(../images/br-sp.jpg) no-repeat center;
  background-size: cover;
  margin-top: 15px;
}
.title-hot {
  text-align: left;
  font-family: "GoogleSansB";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 30px;
  background-size: cover;
  position: relative;
  text-align: center;
}
.title-hot span {
  display: inline-block; /* padding: 15px 50px; */
  color: #c4161c;
  margin-top: -10px;
  background-size: contain;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.list-sp {
  /* border-top: 1px solid #e8e8e8; */ /* border-left: 1px solid #e8e8e8; */
  margin-bottom: 10px;
}
.tintuc-home {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #f2f2f2;
}
.item-news-home {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  color: #797979;
}
.item-news-home p {
  text-align: left;
}
.title-hot:after {
  content: "";
}
.item-news-home > a {
  display: block;
  height: 210px;
}
.item-news-home > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-news-home h3 {
  text-align: left;
  font-family: "GoogleSansB";
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 13px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.item-news-home h3 a {
  color: #000;
}
.item-news-home h3 a:hover {
  color: #0186c9;
}
.nav-widget {
  margin-bottom: 30px;
}
.nav-widget ul {
  list-style: none;
  padding: 0;
}
.nav-widget ul li {
  border-top: 1px solid #258744;
  border-bottom: 1px solid #34ba5f;
}
.nav-widget ul li a {
  display: block;
  padding: 13px 15px;
  background-color: #2ca653;
  color: #fff;
}
.nav-widget ul li a:hover {
  color: #ffffff;
}
.body-sub {
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 5px 2px 7px 1px #817e7eb0;
  display: none;
  overflow: auto;
}
.nav-left {
  position: relative;
}
.sub2 {
  list-style: none;
  padding: 0;
}
.sub2 li {
  border-bottom: 1px solid #2ca653;
  display: none;
}
.sub2 li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  transition: all 0.2s linear;
}
.sub2 li a:hover {
  background-color: #2ca653;
  color: #fff;
}
.pro-nav li.sub-head {
  position: relative;
}
.pro-nav li.sub-head:hover:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-nav li.sub-head ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  list-style: none;
  padding: 0;
  display: none;
}
.pro-nav li.sub-head ul li {
  border-bottom: 1px solid #2ca653;
}
.pro-nav li.sub-head ul li a {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.pro-nav li.sub-head ul li a:hover {
  background-color: #2ca653;
  color: #fff;
}
.pro-nav li.sub-head:hover ul {
  display: block;
}
#slider_danhmuc {
  overflow: hidden;
}
.sub-nav {
  position: relative;
}
.sub-nav > ul {
  position: absolute;
  left: 100%;
  width: 100%;
  background-color: #d13239;
  top: 0;
  list-style: none;
  box-shadow: 4px 6px 10px 1px #50505061;
  padding: 0;
  display: none;
}
.sub-nav > ul > li {
  border-bottom: 1px dashed #ccc;
}
.sub-nav > ul > li:last-child {
  border: none;
}
.sub-nav > ul > li > a {
  display: block;
  padding: 10px 20px;
  color: #fff; /* border-bottom: 1px dashed #ccc; */
}
.sub-nav:hover ul {
  display: block;
}
.sub-nav > ul > li > a:hover {
  background-color: #a6242a;
}
.sub-nav:hover > a {
  background-color: #d13239;
  color: #fff;
}
.btn-link i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 50%;
}
.br-vang {
  background-color: #f2f2f2;
}
.phone-fix {
  position: fixed;
  bottom: 10px;
  left: 15px;
  background-color: #fe3f3f;
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: 600;
  padding: 9px 25px;
  border: 2px solid #fff;
  border-radius: 30px;
  padding-left: 50px;
  z-index: 10;
}
.phone-fix a {
  color: #fff;
  font-size: 16px;
}
.phone-fix a span {
}
.phone-fix:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(../images/icon-phone.png) no-repeat center #ffff;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
.nav-form .nav-input::-webkit-input-placeholder {
  /* Edge */
  color: white;
}
.nav-form .nav-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.nav-form .nav-input::placeholder {
  color: white;
}
header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../images/br-head.jpg) center;
}
.main-gioithieu {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 50px;
}
.gioithieu {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.gioithieu .title {
  font-family: "GoogleSansR";
  color: var(--color-sub);
  font-size: 30px;
  padding-top: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.gioithieu .content {
  line-height: 24px;
  color: #565656;
  font-size: 15px;
  margin-bottom: 25px;
}
.gioithieu .btn-link {
  display: inline-block;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  padding: 10px 39px;
  border-radius: 30px; /* text-transform: uppercase; */
}
.thuonghieu {
  padding-top: 30px;
  padding-bottom: 30px;
}
.thuonghieu .title {
  text-align: center;
  font-family: "GoogleSansR";
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 3px #000;
  margin-bottom: 30px;
  margin-top: 70px;
}
.slide-doitac {
}
.item-thuonghieu {
  position: relative;
}
.item-thuonghieu > img {
  width: 100%;
}
.item-thuonghieu > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  height: 100px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.item-thuonghieu > a > img {
  max-width: 100%;
  max-height: 100%;
}
.sanpham {
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-size: cover;
}
.sanpham .title-home {
  color: #fff;
  background: url(../images/br-title-trang.png) no-repeat center bottom;
}
.title-home {
  text-align: center;
  margin-top: 50px;
  font-size: 32px;
  color: var(--color-sub);
  font-family: "GoogleSansR";
  text-transform: uppercase;
  background: url(../images/br-title-xanh.png) no-repeat center bottom;
  padding-bottom: 22px;
  margin-bottom: 50px;
}
.item-pro-home {
  text-align: center;
}
.item-pro-home .img {
  display: block;
  text-align: center;
  height: 450px;
  margin-bottom: 30px;
}
.item-pro-home .img img {
  margin: 0px auto;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
.item-pro-home .title {
  font-size: 22px;
  font-family: "GoogleSansR";
}
.item-pro-home .title a {
  color: #009344;
}
.item-pro-home .title a:hover {
}
.tintuc {
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  background-color: #f5f7f8;
}
.item-khachhang {
  text-align: center;
  color: #be1e2d;
}
.item-khachhang .img {
  display: block;
  width: 90%;
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  margin-top: 10%;
}
.item-khachhang .img.img-active {
  width: 60%;
  margin-top: 0;
}
.item-khachhang .img img {
  width: 188%;
  height: 100%;
  object-fit: cover;
}
.col-text {
  position: relative;
}
.item-khachhang .content {
  width: 80%;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  color: #000000;
}
.item-khachhang strong {
  color: #124905;
  font-size: 24px;
  font-family: "googleSansB";
  display: block;
  margin-bottom: 10px;
}
.list-khachhang .slick-prev,
.list-khachhang .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%; /* border: 1px solid #fff; */
  background-color: transparent;
}
.camnhan {
  background-repeat: no-repeat;
  background-position: top left; /* background-size: cover; */
  padding-bottom: 100px;
  background-color: #c3e8d4;
}
.dk-nhantin {
  padding-top: 15px;
  padding-bottom: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
.dk-nhantin h4 {
  text-transform: uppercase;
  font-family: "GoogleSansR";
  color: #fff;
  font-size: 24px;
  margin-bottom: 9px;
  margin-top: 12px;
}
.dk-nhantin p {
  color: #fff;
  line-height: 22px;
  font-size: 14px;
}
.form-nhantin {
  position: relative;
  margin-top: 0;
}
.form-nhantin input {
  height: 53px;
  border-radius: 30px;
  border: none;
  padding-left: 30px;
  padding-right: 100px;
}
.btn-dk {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #5ba44e;
  border-radius: 30px;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
.mxh-f {
  margin-bottom: 30px;
}
.mxh-f a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  margin-right: 10px;
}
.item-product:hover {
  box-shadow: 0px 0px 12px 1px #7270706e;
}
.add-to-cart {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  padding: 0;
  background-color: #009344;
  transition: all 0.2s linear;
}
.add-to-cart a {
}
.add-to-cart a span {
  background: url(../images/icon-giohang.png) no-repeat center left;
  display: inline-block;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-size: 24px;
  color: #ffffff;
}
.item-product:hover .add-to-cart {
  bottom: 0;
}
.item-product:hover img {
  transform: scale(1.1);
}
.post-entry {
  padding-left: 10px;
  padding-right: 10px;
}
.post-item:hover img {
  transform: scale(1.1);
}
.post-item:hover {
  box-shadow: 0px 0px 10px 1px #ccc;
}
.title-lienquan {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.form-search-right {
  position: relative;
}
.form-search-right .form-control {
  height: 47px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #9b9b9b;
  padding-right: 40px;
}
.form-search-right .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  color: #000;
}
.widget-title {
}
ul.textwidget {
  list-style: none;
  padding: 0;
}
ul.textwidget li {
  border-bottom: 1px dotted #ccc;
}
ul.textwidget li a {
  display: block;
  padding: 10px 15px;
  color: #575757;
  position: relative;
}
ul.textwidget li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 5px;
  top: 13px;
}
ul.textwidget li:last-child {
  border: none;
}
.list-product-right {
}
.item-product-right {
  margin-bottom: 15px;
}
.item-product-right .img {
  display: block;
  height: 100px;
}
.item-product-right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.item-product-right .title {
  font-size: 15px;
  font-family: "Poppins";
  margin-top: 5px;
}
.item-product-right .title a {
  color: #000;
  font-family: Roboto;
}
.item-product-right .gia {
}
.item-product-right .gia strong {
  color: red;
}
.item-product-right .gia i {
  font-size: 13px;
  text-decoration: line-through;
  color: #747272;
  float: right;
}
.big-img-new {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-bottom: 30px;
}
.title-tin {
}
.chitietbaivie {
  position: relative;
  padding-left: 115px;
}
.thongtinchitiet {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: center;
}
.thongtinchitiet .p-date {
  background-color: #009344;
  color: #ffff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.thongtinchitiet .p-date strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 6px;
  margin-left: 6px;
  margin-right: 5px;
}
.thongtinchitiet .danhmuc {
  display: block;
  margin-bottom: 15px;
  color: #6a6969;
  border-bottom: 1px solid #2e2e2e;
  padding-bottom: 15px;
}
.thongtinchitiet .danhmuc a {
  display: block;
  font-family: "Playfair Display";
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.thongtinchitiet .chiase {
}
.thongtinchitiet .chiase a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto;
  background-color: #009344;
  color: #fff;
  margin-bottom: 10px;
  line-height: 40px;
  border-radius: 3px;
  transition: all 0.2s linear;
}
.thongtinchitiet .chiase a:hover {
  background-color: #000;
}
.title-lienquan {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.big_img {
  height: 500px !important;
  padding: 5px;
}
.big_img a {
  display: block;
  height: 500px;
  border: 1px solid #8e8c8c;
  padding: 6px;
  border-radius: 10px; /* background-color: rgb(37 35 35 / 50%); */
}
.big_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.item-thumb {
  padding-left: 10px;
  padding-right: 10px;
}
.slide-sp {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.item-thumb a {
  height: 100px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #8e8c8c;
  padding: 3px;
}
.item-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.ten-sp {
}
.mota_sp {
  color: #232222;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0;
  padding-top: 0;
}
.ma-sp {
  /* color: #fff; */
}
.ma-sp strong {
  color: #009344;
}
.gia-ct {
  /* color: #fff; */
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.content-gia {
  font-size: 30px;
  font-family: "Roboto Condensed";
  color: #009344;
}
.content-gia.giacu {
  /* font-family: 'Poppins'; */
  font-size: 18px;
  color: #c1bfbf;
  margin-left: 20px;
  text-decoration: line-through;
}
.quantity {
  margin-right: 15px;
}
.quantity .qty {
  height: 50px;
  width: 100px;
  padding: 15px;
  border: none;
  float: left;
  text-align: center;
  font-family: "Poppins";
  color: #000;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.quantity .eltd-quantity-minus {
  height: 50px;
  background-color: #ffffff;
  width: 40px;
  float: left;
  border-radius: 0;
  text-align: center;
  line-height: 50px;
  border: 1px solid #cccc;
  border-right: 1px solid #ccc;
  color: #000;
}
.quantity .eltd-quantity-plus {
  height: 50px;
  background-color: #fff;
  width: 40px;
  float: left;
  text-align: center;
  border-radius: 0;
  line-height: 50px;
  border: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #000;
}
.btn-mua {
  height: 50px;
  padding-left: 31px;
  padding-right: 30px;
  background-color: #009344;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 10px;
}
.form-dathang {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.quantity .qty:focus {
  outline: none;
}
.loai_sp_ct {
  color: #000; /* border-bottom: 1px dotted #ccc; */
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.loai_sp_ct a {
  font-family: "Roboto", sans-serif;
}
.chiase-p {
}
.chiase-p a {
  display: inline-block;
  background-color: #e6e7e7;
  color: #000;
  margin-top: -1px;
  width: 29px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 5px;
  transition: all 0.2s linear;
}
.chiase-p a:hover {
  color: #fff;
  background-color: #009344;
}
.ghichu-pro {
  color: #cac9c9;
}
.ghichu-pro li {
  margin-bottom: 10px;
}
.title-home-lienquan {
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.title-ct-sp {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #e6e7e7;
  font-size: 18px;
  padding: 10px 15px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  font-weight: 600;
}
.chitiet_sp {
  line-height: 24px;
}
.title-lienhe {
  /* font-family: 'Playfair Display', serif; */
  color: #000;
  font-size: 21px;
  margin-bottom: 30px;
}
#form-contact {
}
#form-contact input {
  height: 37px;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: none;
}
#form-contact textarea {
  background-color: transparent;
  border-radius: 0;
}
.btn-send-contact {
  height: 50px;
  border-radius: 0;
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  background-color: #009344;
  border: none;
}
.btn-send-contact:hover {
  color: #000;
  background-color: #000;
  color: #fff;
  border: none;
}
.contact-left {
  border-right: 1px solid;
}
.thongtinlienhe {
  color: #fff;
  padding: 0;
  list-style: none;
  padding-left: 30px;
}

.thongtinlienhe li {
  margin-bottom: 30px;
  font-size: 16px;
}
.thongtinlienhe li.ten_congty {
  font-size: 24px;
  margin-bottom: 10px;
}
.thongtinlienhe li strong {
  color: #5f5c5c;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 300;
  text-transform: uppercase;
}
.name-pro {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}
.pro-cart {
  position: relative;
}
.xoa_giohang {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #c73c49;
  padding: 2px 12px;
  color: #fff;
  border-radius: 5px;
}
.tongtieng-cart {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: red;
}
.lab-thanhtoan {
  display: block;
  font-family: "Roboto";
}
.lab-thanhtoan img {
  height: 27px;
  margin-left: 10px;
}
.lab-thanhtoan span {
  font-size: 14px;
  color: #3c3b3b;
}
.thanhtoan {
  padding-left: 30px;
  font-size: 13px;
  display: none;
}
.thanhtoansub {
  padding-left: 20px;
}
.btn-xacnhan {
  margin-bottom: 15px;
  background-color: #00a85a;
  color: #fff;
}
.btn-huy {
  margin-bottom: 15px;
  background-color: red;
  color: #fff;
}
#form-shopping {
}
#form-shopping .form-control {
  border-radius: 0;
  height: 45px;
}
.chitiettin img {
  max-width: 100% !important;
  height: auto !important;
}
.diachi {
  text-align: center;
  color: #000;
  white-space: nowrap;
}
.hotline-head {
  background: url(../images/br-hotline.png) no-repeat center left;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 16px;
  white-space: nowrap;
}
.hotline-head strong {
  font-family: "Roboto Condensed";
  font-size: 20px;
  color: red;
}
.gioithieu .mota {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #565656;
}
.gioithieu .mota:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  background-color: #e84991;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 0;
}
.item-product-home {
  background-color: transparent;
  border: none;
}
.item-product-home h3 a {
  color: #fff;
}
.item-product-home .gia-item {
  color: #fff;
}
.item-product-home .gia-item strong {
  color: #fff;
  font-family: "Poppins";
  font-weight: 100;
}
.item-product-home .img_product {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.item-product-home .gia-item i {
  color: #fff;
}
.map iframe {
  height: 205px;
}
.item-product-home:hover {
  box-shadow: none;
}
.content-pro h3 a {
  color: #3c3b3b;
}
.item-product-home .content-pro .gia-item strong {
  color: red;
}
header .ten_congty {
  text-align: center;
  font-family: "Roboto Condensed";
  color: var(--color-main);
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.lang {
  float: right;
  margin-left: 4rem;
  margin-top: 1.25rem;
}

.lang img {
  height: 25px;
}

.navbar-default {
  background-color: var(--color-main);
}