/*
 * Mobile + Tablet
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {

}

/*
* Tablet
*/
@media only screen and (min-width: 426px) and (max-width: 860px) {
  /*  Homepage */
    /* Dự án tiêu biểu */
  .mh-category .col-inner > p {
    margin-bottom: 6px;
  }
    /* Chính sách */
  .mh-policy .icon-box-text > h3,
  .mh-policy .icon-box-text > p {
    font-size: 12px;
  }
}

/*
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
  /*  Homepage */
    /* Dự án tiêu biểu */
  .mh-hot-category > .col {
    padding-bottom: 0;
  }
}
