/**css tuy chinh rieng cho tung trang**/
.item dl {
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin: 0;
    padding: 12px 0;
  align-items:center;
}
.item {
  border-bottom: 1px solid #ccc;
}
.item > dl > .index {
    flex: 0 0 5%;
    max-width: 5%;
    text-align: center;
  padding-right:20px;
}
.item > dl > .title {
    flex: 0 0 75%;
    max-width: 75%;
    text-align: left;
}
.item .date {
    display: none;
}
.item > dl > .download {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}
.item .download a {
    transition: 0.3s ease-in-out;
    display: flex;
    border: 1px solid #607D8B;
    background-color: #607D8B;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
}
.item .title a {
    pointer-events: none;
    cursor: default;
}
.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: .25rem;
    max-width: 50%;
    height: 26px;
}
.item .download a span {
    margin: auto;
    padding-left: 5px;
}
.item > dl > dd {
  margin:0;
}
.blog-listing #tabListingContent {
  padding: 0;
}
@media only screen and (max-width:767px) {
  .tab-content .item .download span {
    display:none;
  }
  .img-thumbnail {
    max-width: 100%;
    height:40px;
    border-radius:0;
  }
  .item .download a {
 	padding: 0;
    border:0;
  }
}
@media only screen and (max-width:450px) {
  
  
}