@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}

.font18_all * {
  font-size: 18px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font17 {
  font-size: 17px !important;
}

.font14 {
  font-size: 14px !important;
}

.font_small {
  font-size: 14px;
  font-style: italic;
  color: #000;
}

.font16 {
  font-size: 16px !important;
}

.font16_all * {
  font-size: 16px !important;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.cursor {
  cursor: pointer;
}

hr {
  margin: 8px 0px;
}

.pdl0 {
  padding-left: 0px;
}

.pd0 {
  padding: 0px;
}

.pdr0 {
  padding-right: 0px;
}

.pd05 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.bold {
  font-weight: bold;
}

.mg0 {
  margin: 0px;
}

.readmore.closed {
  max-height: 100px;
  overflow: hidden;
}

.hplink {
  color: royalblue;
  text-decoration: underline;
}

.textgray {
  color: #3e3a3acf !important;
  font-weight: 500;
  font-size: 15px;
}

.price {
  font-weight: bold;
  color: red;
}

.scaleimg {
  overflow: hidden;
}
.scaleimg img {
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.scaleimg:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.slick-slider .btn_arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  color: #000;
}
.slick-slider .btn_arrow.btn_prev {
  bottom: 45%;
  left: 25px;
  z-index: 10;
}
.slick-slider .btn_arrow.btn_next {
  bottom: 45%;
  right: 25px;
  z-index: 10;
}

#backtotop {
  position: fixed;
  bottom: 15%;
  right: 2%;
  width: 40px;
  height: 40px;
  z-index: 999;
  display: none;
  text-align: center;
  padding-top: 2px;
  cursor: pointer;
  background: #0C714B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: fadeup 0.4s;
          animation: fadeup 0.4s;
}
#backtotop::after {
  content: "";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#backtotop:hover {
  background: orangered;
}

@-webkit-keyframes fadeup {
  from {
    bottom: -100px;
  }
}

@keyframes fadeup {
  from {
    bottom: -100px;
  }
}
a {
  text-decoration: none;
}

.swal2-popup .swal2-content {
  font-size: 20px !important;
}

.btn-primary {
  background: #0C714B;
}
.btn-primary:hover, .btn-primary:focus {
  background: #fd6e1d;
  border-color: #fd6e1d;
}

.bg-primary {
  background: #0C714B;
}

body {
  font-family: "Roboto Condensed", sans-serif;
}

.nav-pc {
  color: #fff;
  padding: 5px 0px;
  height: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #0C714B;
}
.nav-pc.sticky {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-animation: fadetodown 0.5s;
          animation: fadetodown 0.5s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.nav-pc .logo img {
  width: 140px;
  margin-top: 8px;
}
.nav-pc .nav-menu {
  text-align: right;
}
.nav-pc .nav-menu .nav-list li {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  position: relative;
}
.nav-pc .nav-menu .nav-list li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 15px 15px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.nav-pc .nav-menu .nav-list li a:hover, .nav-pc .nav-menu .nav-list li a.active {
  color: yellow;
  border-bottom: 2px solid transparent;
}
.nav-pc .nav-menu .nav-list li.active a {
  color: yellow;
  border-bottom: 2px solid transparent;
}
.nav-pc .nav-menu .nav-list li .dropdown {
  position: absolute;
  width: 150%;
  top: 90%;
  left: 0px;
  z-index: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  vertical-align: top;
  visibility: hidden;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
}
.nav-pc .nav-menu .nav-list li .dropdown li {
  display: block !important;
}
.nav-pc .nav-menu .nav-list li .dropdown li a {
  color: #000;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  padding: 10px;
  font-weight: normal;
  border-bottom: 1px dotted #dcdcdc;
}
.nav-pc .nav-menu .nav-list li .dropdown li a:hover {
  color: #fff !important;
  background: #0C714B;
  border-bottom: 1px solid transparent;
}
.nav-pc .nav-menu .nav-list li .dropdown.drop2 {
  left: 100%;
  display: none;
}
.nav-pc .nav-menu .nav-list li:hover .dropdown {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.nav-pc .nav-menu .nav-list li:hover .dropdown.drop2 {
  display: none;
}
.nav-pc .nav-menu .nav-list li.nav-parent::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 26px;
  right: -1px;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-pc .nav-menu .nav-list li.nav-parent:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-pc .nav-menu .nav-list li.drop2hover:hover .drop2 {
  top: 0px;
  display: block !important;
}
.nav-pc .nav-menu .nav-list li.drop2hover::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 12px;
  color: #000;
}

@-webkit-keyframes fadetodown {
  from {
    top: -100px;
  }
}

@keyframes fadetodown {
  from {
    top: -100px;
  }
}
@-webkit-keyframes myfadeout {
  from {
    bottom: -150%;
  }
}
@keyframes myfadeout {
  from {
    bottom: -150%;
  }
}
.sec-video {
  background: #F2F2F2;
}
.sec-video iframe {
  margin: auto;
}

.sec-title {
  color: #0C714B;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 15px auto;
  font-weight: bold;
}
.sec-title::after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  background: #0C714B;
  margin: 10px auto;
}

.sec-tintuc .item-post a {
  text-decoration: none;
}
.sec-tintuc .item-post a .title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.sec-tintuc .item-post a .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #dcdcdc;
}

.item-sanpham {
  margin-bottom: 15px;
  position: relative;
}
.item-sanpham a {
  text-decoration: none;
}
.item-sanpham .content {
  text-align: center;
}
.item-sanpham .content .title {
  font-size: 17px;
  font-weight: bold;
  margin: 11px 0px 8px 0px;
}
.item-sanpham .content .price {
  font-size: 18px;
  margin: 0px 5px 0px 5px;
}
.item-sanpham .content .old-price {
  color: rgba(112, 108, 108, 0.651);
  text-decoration: line-through;
}
.item-sanpham .content .new-price {
  font-weight: bold;
  color: red;
}
.item-sanpham .percent {
  position: absolute;
  left: 5px;
  top: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: red;
  font-weight: bold;
}
.item-sanpham .box-quick-add {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  z-index: -100;
  background: rgba(255, 255, 255, 0.671);
  padding: 8px 5px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #0C714B;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 999;
}
.item-sanpham .box-quick-add span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.705);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.705);
  margin: 0px 5px;
}
.item-sanpham .box-quick-add span:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #0C714B;
}
.item-sanpham:hover .box-quick-add {
  bottom: 5%;
  z-index: 999;
}

.sec-lienket .box-link {
  font-size: 18px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
}
.sec-lienket .box-link .text {
  font-weight: bold;
}
.sec-lienket .box-link:hover {
  margin-top: -10px;
}

.col .box-cate .box-title {
  color: #fff;
  background: #0C714B;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  position: relative;
}
.col .box-cate .box-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #dcdcdc;
  position: absolute;
  top: 110%;
  left: 0px;
}
.col .box-cate .list-cate li {
  position: relative;
}
.col .box-cate .list-cate li a {
  padding: 8px 2px;
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #dcdcdc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.col .box-cate .list-cate li a:hover {
  color: #fff;
  background: #0C714B;
}
.col .box-cate .list-cate li.cate-pr::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 5px;
  top: 6px;
}
.col .box-cate .list-cate li.cate-pr ul {
  position: absolute;
  background: #ffffff;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
  display: none;
  border: 1px solid #dcdcdc88;
}
.col .box-cate .list-cate li.cate-pr:hover ul {
  display: block;
}
.col .box-cate .list-cate li.cate-pr:hover ul li a {
  padding-left: 5px;
}
.col .small-item-product {
  padding: 5px 0px;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
}
.col .small-item-product .dp-flex {
  display: grid;
  grid-template-columns: 30% 70%;
}
.col .small-item-product .content {
  padding-left: 5px;
}
.col .small-item-product .content a {
  text-decoration: none;
}
.col .small-item-product .content .title {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
}

.box {
  padding-right: 5px;
  border-right: 1px solid #dcdcdc;
}
.box .box-title {
  color: #fff;
  background: #0C714B;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  text-transform: uppercase;
  position: relative;
}
.box .box-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #dcdcdc;
  position: absolute;
  top: 110%;
  left: 0px;
}

.dp-flex-blog {
  display: grid !important;
  padding: 5px 0px;
  grid-template-columns: 40% 60% !important;
}
.dp-flex-blog a {
  text-decoration: none;
}
.dp-flex-blog .content {
  padding-left: 5px;
}
.dp-flex-blog .content .title {
  margin: 0px;
  font-size: 16px;
}

.item-blog a {
  text-decoration: none;
}
.item-blog .title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-muangay {
  display: inline-block;
  overflow: hidden;
  clear: both;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: #fd6e1d;
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  margin: 0 0 20px;
  text-decoration: none;
  border-bottom: 0 !important;
  max-width: 350px;
  width: 100%;
}

.footer .info .title {
  color: #0C714B;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .copyright {
  color: gray;
  padding: 15px 0px;
  background: #0C714B;
}

.cart-step h3 {
  margin: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 28px;
  color: gray;
  position: relative;
  cursor: pointer;
}
.cart-step h3 a {
  color: gray;
  text-decoration: none;
}
.cart-step h3.active a {
  color: #000;
}
.cart-step h3::after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 19%;
  left: 105%;
  font-size: 20px;
}
.cart-step h3:last-child::after {
  content: "";
}

.shoping-cart {
  position: relative;
}
.shoping-cart .count {
  position: absolute;
  border-radius: 50%;
  color: #000;
  background: #fff;
  top: 5%;
  right: -15%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.shoping-cart .cart-content {
  display: none;
  z-index: 999;
  background: #fff;
  padding: 10px;
  position: absolute;
  right: 0px;
  width: 300px;
  color: #000;
  font-size: 14px;
  top: 80%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #dcdcdc;
}
.shoping-cart .cart-content .item {
  display: grid;
  grid-template-columns: 25% 75%;
  text-align: left;
  margin-bottom: 2px;
}
.shoping-cart .cart-content .item .price {
  color: green;
  font-size: 12px;
}
.shoping-cart .cart-content .item div {
  padding-left: 5px;
}
.shoping-cart:hover .cart-content {
  display: block;
}

.live-search {
  position: relative;
}
.live-search .search-box {
  position: absolute;
  top: 80%;
  width: 280px;
  right: 0px;
  background: #fff;
  padding: 2px;
  border: 2px solid #dcdcdc;
  z-index: 999;
  display: none;
}
.live-search .search-box .inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  position: relative;
}
.live-search .search-box .inline .form-control {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.live-search .search-box .inline span {
  position: absolute;
  top: 25%;
  right: 4%;
  color: gray;
}

.content-p2 {
  max-height: 350px;
  overflow: auto;
}
.content-p2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.content-p2::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.content-p2::-webkit-scrollbar-thumb {
  background-color: #0C714B;
}

.mm-menu {
  color: rgba(214, 214, 214, 0.03);
}
.mm-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.mm-listview .mm-next:before {
  color: rgba(214, 214, 214, 0.03);
}

.mm-navbar .mm-title {
  text-transform: uppercase;
}/*# sourceMappingURL=app.css.map */