/*
Theme Name: Flatsome Child(Hiếu Auto)
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-title span {
    border-bottom: 0px;
    float: left;
    padding: 10px 20px 10px 10px;
    background: #fcdb56;
    line-height: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
/*     margin-bottom: 0px; */
}
.title-main:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 20px solid transparent;
    border-left: 15px solid #fcdb56;
    border-right: 0 solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -16px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}