.post_content .txt_intro {
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.left-content .item {margin-bottom: 15px;}
.left-content {margin-top: 15px;}
.par_ul {
    background: #0073aa;
    color: #fff;
    padding: 10px 10px;

}
.default-post {
    border: 1px solid #eee; border-radius: 10px; margin-bottom: 15px;
    overflow: hidden;
}
.default-post .inner {padding:15px;}
.default-post .read-more {margin-top: 25px;}

.sub_ul {border: 1px solid #eee; margin-bottom: 15px;}
.sub_ul li {padding: 10px;}
.sub_ul li a {color: #000;}
.card .post-title a {
    color: #000;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card .home-thumb img {
    width: 100%;
}
@media (min-width: 768px){
    .card .home-thumb img {
        height: 200px;
       object-fit: cover;
    }
}
@media only screen and (min-width: 480px){

    .card .home-thumb img {
        margin-bottom: -5px;
    }

}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.post-title, .post-title-small {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: unset !important;
    min-height: 44px;
}
.meta, .meta a{
    color: #bbbbbb;
    margin-bottom: 0px;
    font-size: 12px;
    display: none;
}
.read-more a {
    color: #0044AD;
    font-size: 18px;
}

/*tin cÃ¹ng chuyÃªn má»¥c*/
.card__subtitle {
    font-size: 12px;
    color: #6f8590;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.card__footer a {
    color: #6f8590;
    font-size: 12px;
}
.card__footer {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
    border: none;
}
.card__title {
    clear: both;
    font-size: 1.2em;
    margin: 0 0 8px;
    margin-top: 10px;
    word-wrap: break-word;
}
@media (min-width: 1200px){
    .default-post .inner {
        min-height: 230px;
    }
}
/*end tin cÃ¹ng chuyÃªn má»¥c*/
