.ShortArticle {
  width: 100%;
  left: 0;
  z-index: 4;
  flex: 1;
  margin: 0;
  background-color: #fff;
  /* padding: 5px 0; */
}

.ShortArticle>.Title {
  border: 1px solid #cccccc;
}

.ShortArticle .Title {
  /* float: left; */
  height: 100%;
  /* margin: 0 15px 0 0; */
  padding: 0 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background: #009afe;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ShortArticle .block-row .Title::before {
  border-color: transparent transparent transparent #004ee3;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  /* content: " "; */
  display: block;
  height: 0;
  margin-left: 2px;
  position: absolute;
  left: 0;
  top: 8px;
  vertical-align: middle;
  width: 0;
}

.ShortArticle marquee {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 300px;
  border: 1px solid #ddd;
  /* border-top: 1px solid #004ee3; */
  border-top: 0;
  padding: 0 10px;
}

.ShortArticle marquee .block-row p {
  margin: 0;
  /* background: url('https://storage-vnportal.vnpt.vn/cmu-khdn/6432/HinhAnh/arr.png') no-repeat scroll 5px 15px; */
  clear: both;
  display: inline-block;
  /* padding: 3px 5px 4px 5px !important; */
  border-top: 1px dotted #ddd;
  padding: 10px 0px !important;
}

.ShortArticle marquee .block-row p a {
  color: #064885;
  padding-left: 15px;
  line-height: 25px;
  text-decoration: none;
  text-align: justify;
  width: 100%;
  background: transparent;
  font-weight: normal;
  text-transform: inherit;
  padding: 0;
  /* border-bottom: 1px solid #ddd; */
}

.ShortArticle marquee .block-row p a:hover {
  color: #064885;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  div.ShortArticle {
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    background: content-box;
  }
}

@media only screen and (min-width: 0px) {
  .ShortArticle marquee .block-row {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}