/*
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.   ***************/

.hotline-header {
    background: #01569b;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 16px;
}
h5.post-title.is-large {
    text-align: left !important;
    text-transform: uppercase !important;
}
.is-divider {
    display: none !important;
}
p.from_the_blog_excerpt {
    text-align: left !important;
    font-size: 14px !important;
    color: #000000 !important;
}
.absolute-footer.dark {
    display: none !important;
}
h2.dangky-tt {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    color: #01569b;
}
a.button.primary.is-outline.btn-xem-them-home {
    color: #ffffff;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}