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

/*************** ADD CUSTOM CSS HERE.   ***************/
a:hover {
    color: #008D45;
}
.post-item:hover a {
    color: #008D45;
}
.box-blog-post .is-divider {
    display: none;
}
.list-post1 .box-text {
    background-image: linear-gradient(to top, #000, transparent);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}
.list-post-ngang img {
    border-radius: 10px;
}
.list-post-ngang .post-item .box-text {
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 12px;
}
.flickity-page-dots .dot.is-selected {
    background-color: #008D45;
    opacity: 1 !important;
}
.title-cate h3 {
    position: relative;
}
.title-cate h3:before {
    content: '';
    position: absolute;
    width: 6px;
    left: 5px;
    top: 6px;
    bottom: 5px;
    -webkit-transform: skew(-20deg);
    -khtml-transform: skew(-20deg);
    transform: skew(-20deg);
    background-color: #008D45;
    z-index: 2;
}
.title-cate h3 {
    padding-left: 20px;
}
.post-lan-khac h5.post-title {
    min-height: 46px;
}
.post-lan-khac .post-item .col-inner {
    background: #fff;
    border-radius:0 0 12px 12px;
}
.post-lan-khac .box-image {
    border-radius: 12px 12px 0 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}