/* ====================================== larger ====================================*/
/* col-lg and larger */
@media (min-width: 1200px) {

}

/* col-md and larger */
@media (min-width: 992px) {

}

/* col-sm and larger */
@media (min-width: 768px) {

}

/* col-xs and larger */
@media (max-width: 767px) {
  
}
/* Portrait phones and larger*/
@media (min-width: 481px) {

}



/* ====================================== smaller ====================================*/
/* col-md and smaller */
@media (max-width: 1199px) {

}

/* col-sm and smaller */
@media (max-width: 991px) {
  header .header-top .address{
    display: none;
  }
  header .header-top .cart-hotline .cart {
    float: left;
    padding: 0px 0px 0px 40px;
  }
}

/* col-xs and smaller */
@media (max-width: 767px) {

}
/* Portrait phones and smaller*/
@media (max-width: 480px) {
  header .header-top .cart-hotline .cart {
        padding: 0px 0px 0px 0px;
  }
}





/* col-lg only */
@media (min-width: 1200px) {

}

/* col-md only */
@media (min-width: 992px) and (max-width: 1199px) {
  footer .logo-footer img {
    height: 340px;
  }
}

/* col-sm only */
@media (min-width: 768px) and (max-width: 991px) {
  .tintuc1 {
    padding: 0px 15px;
  }
  .widget_product2 .item {
    padding: 20px 0px 30px 0px;
  }
  .widget_product2 .title-header {
    padding: 0px 15px;
  }
}

/* col-xs only */
@media (max-width: 767px) {
  .tintuc1 {
    padding: 0px 0px;
  }
  .widget_product2 .item {
    padding: 20px 0px 30px 0px;
  }
  .widget_product2 .item>div {
    padding: 0;
  }
  .widget_product2 .item>.title>div {
    padding: 0;
  }
  .widget_product2 .title-header {
    padding: 0px 0px;
  }
}
/* Portrait phones and smaller*/
@media (max-width: 480px) {

}