
.list_posts a{
    text-decoration: none;
}
.postCard{
    width: 100%;
    margin-bottom: 30px;
} 
.postCard__img{
    
   
}
.postCard__img img{
    width: 100%;
    object-fit: cover;
    
}

.postCard__body{
    padding: 30px  20px;
    background: #EEEEEE;
    transform: translateY(-20px);
    transition: .4s;
    position: relative;
}
.postCard__body h4{
    font-size: 18px;
    font-weight: 600;
    color: #3a3d45;
}
.postCard__body .date-time{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #5e3929;
    text-align: center;
    padding: 3px;
}
.postCard__body .date-time span{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    
}
.postCard__body .date-time span.day{
    font-size: 22px;
    font-weight: bold;
}


.postCard:hover .postCard__body{
    transform: translateY(0);
}


.post_right{
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.search-header{
    position: relative;
}
.search-header input[type=text]{
    width: 100%;
    padding: 10px 15px;
}
.search-header .go{
    position:absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 15px;
    padding: 3px 5px;
    border: none;
    background: #5e3929;
    outline: none;
    color: #fff;
    z-index: 99;

}

.box-check{
    padding: 15px;
    background: #5e3929;
}
.box-check h5{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}


.caterory , .popular{
    background: #EEEEEE;
    padding: 25px 15px;
    border-bottom: 1px solid #ddd;
}
 h4.titleP{
    font-size:18px;
    color: #000;
    font-weight:600;
    margin-bottom:15px;
}
.caterory ul{
   padding-left: 15px;
}
.caterory li{
    margin-bottom: 15px;
    list-style: circle;
}
.caterory li a{
    color: #222;
}

.popular li{
    list-style: none;
}
.popular li a{
    display: flex;
    align-items: center;

}
.popular li a span.text-small{
   font-size:12px;
   padding-right: 15px;

}
.popular li a span.text-link{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.popular li a b{
   font-size:20px;
   color: #000;
   display: block;
}

.popular-tag{
    background: #EEEEEE;
    padding: 25px 15px;
}
.popular-tag ul{
    display: flex;
    flex-wrap: wrap;
}
.popular-tag ul li{
    margin-right: 5px;
    margin-bottom: 10px;
}
.popular-tag ul li a{
    text-decoration: none;
    padding: 5px 13px;
    background: #00486C;
    color: #fff;
}


/* Datails */

.post-left{}
.box__img img{
    width: 100%;
    object-fit: cover;
}
.box__content{
    background: #EEEEEE;
    padding: 50px 15px 15px  50px;
}
.box__content .title-post{
    font-size:24px;
    color: #000;
    font-weight: bold;
}
ul.border-tb{
    display: flex;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}
ul.detail-user li{
    list-style:none; 
    margin-right: 20px;
}
ul.detail-user li i.fa{
    margin-right: 5px;
}

ul.list-mxh{
    justify-content: center;
    align-items: center;
}
ul.list-mxh  i.fa{
    color: #F3DB81;
    margin: 0 3px;
}
.button.bg_yellow{
    background : #F3DB81;
    font-weight: 600;
}


.box-check .date-value .day-small{
    font-size: 5em;
}
.box-check .date-value .month-small{
    font-size: 1.3em;
}


@media (max-width:575px)
{
    .box__content{
        padding: 50px 15px 15px  15px;
    }
    ul.detail-user li {
        margin-right: 6px;
    }
}