/*
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.   ***************/
ul.nav.nav-tabs.nav-normal li a {
    border: none !important;
    background: #efebe7;
    margin: 0 15px 10px;
    color: #333;
}

ul.nav.nav-tabs.nav-normal li a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 40px solid #efebe7;
    position: absolute;
    left: -5px;
    top: 0;
    transition: all .2s;
    opacity: 1 !important;
}

ul.nav.nav-tabs.nav-normal li a:after {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #efebe7;
    position: absolute;
    right: -5px;
    top: 0;
    content: "";
    transition: all .2s;
}

ul.nav.nav-tabs.nav-normal li.active a, ul.nav.nav-tabs.nav-normal li:hover a {
    color: #fff;
    background: #77b41f;
    transition: all .2s;
}

ul.nav.nav-tabs.nav-normal li.active a:before, ul.nav.nav-tabs.nav-normal li:hover a:before {
    color: #fff;
    border-bottom-color: #77b41f;
}

ul.nav.nav-tabs.nav-normal li.active a:after, ul.nav.nav-tabs.nav-normal li:hover a:after {
    color: #fff;
    border-top-color: #77b41f;
}

.nav-tabs+.tab-panels {
    border: none;
}

.box.box-vertical.box-blog-post .badge.top.post-date, .post-sidebar .widget .is-divider {
    display: none;
}

div#breadcrumb {
    margin: 0 0 20px;
    background: url(https://nguyenhoangtower.vn/vi/wp-content/uploads/2019/05/banner.jpg) center no-repeat;
    padding: 5px 15px;
    font-size: 13px;
    padding-top: 177px;
}

div#breadcrumb > span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin-bottom: 5px;
}

.post-sidebar span.widget-title {
    width: 100%;
    background: #77b41e;
    display: block;
    color: #fff;
    padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

.post-sidebar span.widget-title:before {
    display: inline-block;
    content: "";
    top: -2px;
    position: relative;
    left: 0;
    height: 7px;
    width: 7px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

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


}