h4.archive-heading {

    padding: 0;

    margin: 0;

    font-size: 21px;

    color: #018791;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.item_post {

    float: left;

    width: 100%;

    margin-top: 25px;

    border: 1px solid #018791;

    /* opacity: 0.8; */

}



.item_post:hover {

    /* opacity: 1; */

}



.item_post a {

    text-decoration: none;

}



.item_post_img {

    float: left;

    width: 20%;

    margin-right: 2%;

}



.item_post_img img {

    width: 100%;

    height: auto;

}



.item_post h4 {

    color: #018791;

    margin: 0;

    text-transform: uppercase;

    font-size: 16px;

}



.item_post_content {

    float: left;

    width: 78%;

}



.post-detail {

    padding: 10px;

}



.post_date {

    font-size: 13px;

    margin-top: 5px;

    color: #000;

    margin-bottom: 5px;

    font-style: italic;

}



.post_excerpt p {

    margin: 0;

    margin-top: 10px;

    color: #000;

}



nav.navigation.pagination {

    margin: 15px 0;

    text-align: center;

}



nav.navigation.pagination a.page-numbers {

    padding: 5px;

    text-decoration: none;

}



.nav-links span,

.nav-links a {

    min-width: 30px;

    border: 1px solid #ccc;

    display: inline-flex;

    min-height: 31px;

    justify-content: center;

    align-items: center;

    margin-right: 5px;

    color: #333;

}



.nav-links span {

    background-color: #f00;

    border-color: #f00;

    color: #fff;

}





/* single */





/* .single-post h2 {

    font-size: 16px;

} */



.info a {

    font-weight: 700;

    color: #333;

}



.info {

    font-size: 13px;

    margin-bottom: 10px;

}



.info .cate:not(:first-child) {

    border-left: 1px solid #848181;

    padding-left: 10px;

    margin-left: 10px;

}



.entry-content {

    line-height: 1.8;

}



.entry-content p,

.entry-content li,

.entry-content h2,

.entry-content h3,

.entry-content h4,

.entry-content h5,

.entry-content h6 {

    margin-bottom: 10px;

}



.entry-content img,

.entry-content iframe {

    max-width: 100%;

    display: block;

}



.aligncenter {

    display: block;

    margin: auto;

    text-align: center;

}



div#related-post h2 {

    font-size: 24px;

    margin-bottom: 10px;

    color: #333;

}



div#related-post {}



li.item-related {

    margin-bottom: 5px;

    line-height: 21px;

}



li.item-related a {

    color: #333;

    /* font-weight: 600; */

    text-transform: uppercase;

}





/* page */



.page-heading {

    text-align: center;

    color: #018791;

    font-size: 21px;

    text-transform: uppercase;

    margin: 0;

    margin-bottom: 5px;

}



.full-breadcrumb {

    padding: 10px 0;

}



.full-breadcrumb h1 {

    margin-top: 10px;

    font-size: 30px;

    color: #ed1b2f;

    font-weight: 600;

    text-transform: uppercase;

}





/* video */



.item-video {

    margin-bottom: 20px;

}



.video-detail {

    padding: 10px;

}



.video-detail a {

    color: #ed1b2f;

}



.video-detail h3 {

    font-weight: 600;

    text-align: center;

}





/* Đại lý */



.daily-detail {

    padding: 10px;

    margin-bottom: 10px;

    line-height: 22px;

}



.daily-detail h3 {

    text-transform: uppercase;

    margin-bottom: 5px;

}



.daily-detail i {

    font-size: 17px;

    margin-right: 10px;

    color: #d33;

}



.daily-detail p {

    color: #333;

}



.daily-detail a:hover {

    color: #d33;

}



@media only screen and (max-width: 768px) {

    .post_excerpt {

        font-size: 11px;

    }

    .item_post h4 {

        font-size: 13px;

    }

    .post_date {

        font-size: 10px;

        margin-top: 0px;

    }

    .post_excerpt p {

        margin: 0;

    }

}



@media only screen and (max-width: 500px) {

    .post_excerpt {

        display: none;

    }

}