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

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

.box-dichvu .col-inner * {
    color: #000;
}
.box-dichvu .col-inner {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}
.box-dichvu .col-inner:hover img {
    transform: rotateY(360deg);
    transition: all 300ms linear 0ms;
}
.box-dichvu .col-inner img{
	    transition: all 300ms linear 0ms;
}
.box-dichvu .col-inner a {
    border-radius: 5px;
}
.post-item img {
    border-radius: 10px;
}
.post-item .is-divider{
	display: none;
}
.header-top-left {
    font-size: 14px;
    margin: 0 15px;
    display: flex;
    align-items: center;
}
.header-top-item {
    display: flex;
    align-items: center;
    line-height: 60px;
        margin: 0 5px;
}
.header-top-item-inner {
    margin-left: 5px;
}
.header-top-item a {
    color: #fff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}