/*============================================================================
   #Webcms
==============================================================================*/
.row {
    max-width: 1230px;
}
.header-list-posts h1 {
    text-align: center;
    font-size: 19px;
    font-weight: bolder;
    color: #1c1c1c;
    margin-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.categorylist{
    background-color: rgba(221, 221, 221, 0.1);
}

.small-posts {
    position: relative;
}

.small-posts a {
    text-decoration: none;
}

.small-posts:hover {
    box-shadow: 0 0 5px #ccc;
}

.img-list-posts {
  height:200px;
}

.img-list-posts img {
    width: 100%;
    height:100%;
    object-fit: cover;
}

.name-posts {
    padding: 10px 17px 20px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.name-posts h5 {
    font-size: 15px;
    font-weight: bolder;
    color: #1c1c1c;
    font-family:   Roboto, sans-serif;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.bulkhead {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 30px;
    background-color: rgba(0,0,0,0.1);
}

.name-posts p {
    margin-top: 0;
    font-size: 14px;
    color: #353535;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}

.Date-Submitte {
    position: absolute;
    top:7%;
    left: -2%;
    background-color: #a8741a;
    border-radius: 50%;
    color: white;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 3em;
    max-height: 3em;
}

.main-bv {
    flex-direction: row;
}

@media only screen and (max-width: 960px){
    .main-bv {
        flex-direction: column-reverse;
    }
  }