.ArticleInMenu .Ngaydang {
  font: italic 12px arial;
  margin-bottom: 5px;
  text-align: right;
}

.ArticleInMenu {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}

.ArticleInMenu .Apple-tab-span {
  display: none;
}

.ArticleInMenu img {
  max-width: 650px !important;
}

.ArticleInMenu li {
  clear: both;
  float: left;
  list-style: outside none none;
  padding: 10px 0 0;
  width: 100%;
}

.ArticleInMenu li img {
  /* border: 1px solid #cccccc; */
  height: 100px;
  /* padding: 2px; */
  width: 160px;
  object-fit: cover;
}

.ArticleInMenu * {
  font-size: 10pt;
}

.ArticleInMenu li .Title a {
  color: #01061f;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.SingleArticle .title {
  color: #b80002;
  font-size: 16px;
  margin: 0 0 10px;
  text-align: left;
  font-weight: bold;
}

div.ArticleInMenu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.ArticleInMenu a img {
  float: left;
  margin-right: 10px;
}

.ArticleInMenu h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.ArticleInMenu .Page {
  clear: both;
  display: block;
}

.ArticleInMenu .Paging {
  margin-top: 20px;
  text-align: right;
}

.ArticleInMenu .SingleArticle>table {
  margin: 0 !important;
}

.ArticleInMenu>table {
  margin: 0 !important;
  width: 100% !important;
}

.ArticleInMenu .ArticleCatName {
  background: #e9ecef8a none repeat scroll 0 0;
  border: 0px solid #dfdfdf;
  border-radius: 3px 3px 0 0;
  height: 30px;
  margin-top: 0;
  position: relative;
}

.ArticleInMenu .ArticleCatName a {
  background: #0e5ebf none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font: bold 13px/30px arial;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
}

.ArticleInMenu .ArticleCatName a::after {
  border-color: transparent transparent transparent #0e5ebf;
  border-style: solid;
  border-width: 16px 0 14px 13px;
  content: " ";
  display: block;
  height: 0;
  margin-left: 2px;
  position: absolute;
  right: -13px;
  top: 0;
  vertical-align: middle;
  width: 0;
}

.ArticleOfCat p {
  font-size: 14px;
  color: #444444;
  text-indent: 0;
}

.ArticleOfCat {
  min-height: 300px;
}

.ArticleInMenu .col-lg-2 {
  min-width: 200px;
  min-height: 120px;
}

.ArticleInMenu .col-lg-10 p {
  font-size: 14px !important;
}

.ArticleInMenu ul li.row {
  padding: 10px 0;
}

div.ArticleInMenu li.row {
  border: none;
}

.ArticleInMenu ul li.row+li.row {
  border-top: 1px dashed #ccc;
}

div.ArticleInMenu .pagination {
  justify-content: center !important;
}

div.ArticleInMenu li.page-item {
  margin: 3px;
}

div.ArticleInMenu li.page-item a {
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #dee2e6;
  border-radius: 3px !important;
  font-family: "NotoSans", sans-serif !important;
  font-size: 13px;
  color: #212529;
}

div.ArticleInMenu .page-item.active .page-link {
  background: #dc3545;
  border: none;
  border-radius: 3px !important;
}

.UISocialShare {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100% !important;
  gap: 10px;
}

.UISocialShare .facebook,
.likefacebook,
.gplus {
  float: left;
  margin-right: 10px;
}

.UISocialShare .twitter {
  line-height: 5px;
}

.UISocialShare .facebook .fb_iframe_widget {
  display: flex;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .ArticleInMenu li img {
    max-height: 45vw;
    width: 100%;
  }

  .ArticleOfCat>li>a {
    width: 100%;
  }

  .ArticleInMenu .col-lg-2 {
    min-width: 100%;
    min-height: 45vw;
    margin-bottom: 10px;
  }

  div.ArticleInMenu {
    padding: 5px 10px !important;
  }

  .page-item.active .page-link,
  .page-item .page-link {
    margin: 0 !important;
  }

  div.SingleArticle {
    padding: 0;
  }
}