.UIThongTinDoanhNghiep .header span {
  white-space: nowrap;
  font-family: Merriweather;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: unset;
  text-transform: uppercase;
  color: #031739;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  white-space: normal;
}
.UIThongTinDoanhNghiep .header {
  padding: 12px 0px;
  border-top: 2px solid #da251c;
  width: 100%;
  border-radius: 2px 2px 0 0;
}
.list-doanh-nghiep table,
.list-doanh-nghiep td {
  border: none;
}
.UIThongTinDoanhNghiep table td.item a {
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #031739;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 16px;
}
.UIThongTinDoanhNghiep table td.item {
  position: relative;
}
.UIThongTinDoanhNghiep table td.item .content-item:before {
  content: "\25A0";
  color: #99a5b5;
  font-size: 13px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.UIThongTinDoanhNghiep tr.grid-pager {
  background-color: #ffffff !important;
  border: #ffffff;
}
.UIThongTinDoanhNghiep tr.grid-pager table tr td {
  width: 45px !important;
}
.UIThongTinDoanhNghiep tr.grid-pager table td span {
  color: #fff;
  background-color: #0084f3;
}
.UIThongTinDoanhNghiep {
  margin-bottom: 10px;
}
.UIThongTinDoanhNghiep tr.grid-pager table td * {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  display: block;
  line-height: 30px;
  font-size: 15px;
  color: #666666;
  text-align: center;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  .UIThongTinDoanhNghiep {
    padding: 5px 20px !important;
    width: 100vw;
    border-top: none;
  }
  .UIThongTinDoanhNghiep tr.grid-pager {
    width: 100%;
  }
  .UIThongTinDoanhNghiep tr.grid-pager table > tbody > tr > td {
    display: table-cell !important;
    padding: 0 !important;
  }
}
