/*
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.   ***************/
#nav_menu-2{background-color:black;}
#text-15,#text-16{border:3px solid black}
#text-16 .textwidget{background-color:black;}
#text-16 .textwidget a{color:white}
.badge.post-date{display:none}
.nav-divided>li+li>a:after{content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 2px solid rgba(255,255,256,1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
    color: white;}
#wide-nav .nav>li{padding-right: 20px;padding-left: 20px;}
#wide-nav .nav>li a:hover{color:black}
.page-wrapper{padding-bottom:0px}
.entry-image{display:none}
.footer{padding-top:10px}
.hide{display: none;}
body.boxed{
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
}
.page-wrapper h3.widget-title, #product-sidebar h3.widget-title, #shop-sidebar h3.widget-title {
    background: #BF0101;
    color: #fff;
    padding: 10px;

text-align:center

}
.is-divider{display: none;}
#shop-sidebar .is-divider,#footer .is-divider{
    display: none;
}
.page-title-inner{display: none;}
.widget_wpstatistics_widget li label {
    display: inline;
}
.widgets-boxed .widget h3{
    background-color: #0E61BC;
}
.thongtincongty{
    text-align: center;
}
.thongtincongty p.tencongty {
    font-size: 26px;
    color: red;
    font-weight: bold;
}
.thongtincongty p.sub-slogan {
    font-size: 19px;
}
#footer ul.menu>li+li,#footer .widget>ul>li+li {
    border-top: 0;
}
#footer .tencongty{font-size: 22px}
#footer td{border: none}
ul.menu>li>a{display:inline;color:white}
ul.menu>li>a:hover{color:red}
ul.menu>li:before{content:"*";font-size:20px;color:white;padding-left:5px;padding-right:5px}

@media screen and (min-width: 850px){
    #footer #block_widget-2{
        max-width: 800px;
        -webkit-flex-basis: 800px;
        -ms-flex-preferred-size: 800px;
        flex-basis: 800px;
    }
    #footer #text-14{
        max-width: 300px;
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}