/*
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.   ***************/
.home .page-wrapper{
	padding-top: 5px;
}
section{
	padding: 0 !important;
	background-color: #fff!important;
	margin-bottom: 15px;
	border: solid 1px #eee;
}
section.slider-main{
	border: 0!important;
	background: none!important;
	margin-bottom: 0!important;
}
section.slider-main .row{
	padding: 0!important;
}
section.slider-main .section-content .medium-8{
	max-width: 775px;
    flex-basis: 775px;
}
section.slider-main .section-content .medium-4{
	max-width: 385px;
    flex-basis: 385px;
}
section.san-pham-noi-bat .section-title-center{
	background: #ef4030;
    color: #fff;
    font-size: 20px;
    padding: 6px;
}
section.san-pham-noi-bat .section-title-center b{opacity: 0;}
section .section-title-normal{
	margin-bottom: 0px;
    background: #f7f7f7 url(images/heading-bg.jpg) top right no-repeat;
    padding-right: 35px;
    display: inline-block;
    border-bottom: 0;
    line-height: 1em;
    width: auto;
    padding: 14px;
    margin-bottom: 0;
}
section .section-title-container{
	margin-bottom: 0;
}
section .section-title-normal span{
	border: 0;
	text-transform: inherit;
}
.section-content .row{
	/*padding: 0 15px!important;*/
}
.product-small.col{
    
}
.product-small.box {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.product-small.box.last {}
.product-small.box .product-title a{
	font-size: 13px;
}
.product-small.box .box-text{
	padding-bottom: 0;
}
.sidebar-wrapper .widget-title, #product-sidebar .widget-title, #shop-sidebar .widget-title, #secondary .widget-title {
    border-bottom: 2px solid #303030;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #292929;
}
#secondary .is-divider, #product-sidebar .is-divider, #shop-sidebar .is-divider, .sidebar-wrapper .is-divider {
    display: none;
}
.footer-1{font-size: 0.9em;}
.footer-1 p{
    margin-bottom: 5px;
}
.lien-he-detail{
    padding-top: 10px;
    font-size: 15px;
}
.lien-he-detail i {
    background: red;
    padding: 10px;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    line-height: 15px;
}
.lien-he-detail ul{
    padding-left: 0px;
}
.lien-he-detail ul li{
    list-style: none;
    margin-left: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}