@charset "UTF-8";
* {
  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;
  }
}
@media screen and (max-width: 1000px) {
  .live-search a.fa {
    display: none;
  }
  .live-search .search-box {
    display: block;
    width: 96%;
    margin: auto;
    position: relative;
  }

  .text-overflow-mb {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .p0mb {
    padding: 0px !important;
  }

  .sec-lienket .box-link {
    text-align: left;
    font-size: 18px;
    padding: 10px;
  }

  .wrapper {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .wrapper div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 680px) {
  #qickcart {
    width: 90%;
    margin: auto;
  }

  .sec-lienket .box-link {
    text-align: center;
    font-size: 15px;
    padding: 10px;
  }
  .sec-lienket .box-link .fa {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
  }

  .item-sanpham {
    margin-bottom: 15px;
    position: relative;
  }
  .item-sanpham a .content .price {
    font-size: 14px;
    margin: 0px 5px 0px 5px;
  }
}/*# sourceMappingURL=reponsive.css.map */