
body .products {
  margin-top: 30px;
  margin-bottom: 50px;
}
body .products .tieude_1{
  color: #1a79be; 
}
body .products .column {
  max-width: 900px;
  margin: auto;
}
body .products .column .hinh {
  margin-top: 20px;
  padding: 10px;
  /*border: 1px solid #ccc;*/
  border-radius: 8px;
  transition: all ease 0.5s;
  position: relative;
}
body .products .column .hinh .bl_img{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body .products .column .hinh .frame_image{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 10px;
}
body .products .column .hinh img{
  margin: auto;
  transition: all ease 0.5s;
  min-height: 14vw;
  width: 100%;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body .products .column .hinh img{
    min-height: 77vw;
  }
}
body .products .column .hinh img:hover {
  transition: all ease 0.3s;
  transform: translateY(-10px);
}
body .products .column .hinh img:hover ~ .img_1 {
  transition: all ease 0.3s;
  transform: translateY(-10px);
}
body .products .column .tieude {
  color: #565656;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}
body .products .column .tieude a {
  text-decoration: none;
  color: #565656;
  transition: all ease 0.5s;

  display: table;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  text-align: center;


  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-style: normal;
  font-size: unset !important;
  margin-top: unset !important;
  line-height: unset !important;

  margin-bottom: 0px;
}
body .products .column .tieude a:hover {
  color: #222;
  transition: all ease 0.5s;
}
body .products .column .giam_gia {
  text-decoration: line-through;
  color: #565656;
  font-size: 15px;
  margin-right: 20px;
}
body .products .column .don_gia_1 {
  color: #1a79be;
  font-size: 18px;
}
body .products .column .nut {
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-size: 14px;
  transition: all ease 0.5s;
}
body .products .column:hover {
  color: #123e61;
  transition: all ease 0.5s;
}
body .products .column .don_gia {
  color: #1a79be;
  font-size: 18px;
}
body .footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #123e61;
  color: white;
  position: relative;
}
body .sp_km {
    width: 75px !important;
    position: absolute;
    top: 0px;
    left: 16px;
    z-index: 3;
}
body .sp_km_text {
    position: absolute;
    color: #fff;
    font-weight: bold;
    top: 27px;
    left: 39px;
    z-index: 3;
}
.bl_quantity{
  height: 15px;
  margin-top: 3px;
  margin-bottom: 0;
  text-align: center;
}
.text_quantity{
  color: #ee4d2d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px 6px;
  line-height: .75rem;
  border: .0625rem solid;
  border-radius: .0625rem;
  background-color: transparent;
  font-size: 11px;
}
/*body .products .column .hinh .bl_img::after{
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(/template/maihan/images/frame_giai_cuu_lam_da.png);
  background-size: 100%;
  background-repeat: no-repeat;
}*/