/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
.heading h3:before {
    content: "";
    width: 100%;
    height: 3px;
    background: transparent url(https://intuanthanh.com/wp-content/uploads/2018/08/line-h3.png) center;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
}
.heading h3:after {
    content: "";
    width: 15%;
    border-top: 3px solid #f62d3e;
    height: 3px;
    position: absolute;
    top: 40px;
    background: #fff;
    left: 0px;
    z-index: 999;
}
.heading {
    display: block;
    text-align: left !important;
    position: relative;
    padding: 0 0px 20px 0;
}