/*
Theme Name: tinhoc1
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.bai-viet-lien-quan h3 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 500;
}.list-post .post-item .box-image {
    border-radius: 10px;
}.bai-viet-lien-quan .list-post .post-item .box-text {
    padding-bottom: 15px;padding: 15px;
    border-radius: 0 0 10px 10px;
}.list-post .post-item .post-title {
    margin-bottom: 7px;
}.list-post .post-item .post-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    height: calc(21px* 2);
    line-height: 21px;
    color: #424242;
    font-weight: 500;
    font-size: 18px;
}.list-post .post-item .post-meta {
    color: #007bff;
    opacity: 1;
    font-size: 14px;
}.bai-viet-lien-quan .post-item .from_the_blog_excerpt {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
    line-height: 20px;
}