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

.entry-content {
    padding-bottom: 0;
    padding-top: 0;
}

.absolute-footer {
    display: none;
}

/* Footer Widget Title */
.xc-footer .widget-title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.xc-footer .widget-title::after {
    content: "" !important;
    display: block !important;
    width: 100px !important;
    height: 2px !important;
    background-color: #ffffff !important;
    margin-top: 10px !important;
}

.sidebar-wrapper h2, .widget-title span {
    background: #D90E10;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    line-height: 21px;
    font-size: 19px;
    display: block;
    padding: 10px;
}

.sidebar-wrapper .is-divider {
    display: none;
}

.section-title-normal {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #ac1815;
}

.section-title-normal span {
    background: #D90E10;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    line-height: 18px;
    font-size: 18px;
    display: block;
    padding: 10px;
}
.section-title-normal b {
    display: none;
}

/* Header Vertical Menu & Dropdowns - Fix thò thụt do margin giữa các thẻ li */
#header .header-vertical-menu ul,
#header .header-vertical-menu .nav-vertical-fly-out,
#header .header-vertical-menu .ux-nav-vertical-menu,
#header .header-vertical-menu .nav-dropdown,
#header .header-vertical-menu .sub-menu,
#header #menu-menu-doc {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header .header-vertical-menu li,
#header #menu-menu-doc li {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
    display: block !important;
}

#header .header-vertical-menu .nav-vertical-fly-out > li > a,
#header .header-vertical-menu .ux-nav-vertical-menu > li > a,
#header #menu-menu-doc > li > a,
#header .header-vertical-menu .nav-dropdown > li > a,
#header .header-vertical-menu .sub-menu > li > a,
#header .header-vertical-menu .nav-dropdown.nav-dropdown-default > li > a {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

#header .header-vertical-menu .nav-vertical-fly-out > li > a > i.icon-angle-down,
#header #menu-menu-doc > li > a > i.icon-angle-down {
    margin-left: auto !important;
    margin-right: 0 !important;
}

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


}