/*
Theme Name: Đồ cũ
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
	font-family: 'UVN-bebas';
	src: url(fonts/UTM-Bebas.ttf);
}

body {
	max-width: 100%;
	overflow: hidden;
}
.blog-footer .post-title:before {
    content: "\f105";
    font-family: 'fl-icons' !important;
    font-size: 13px;
    margin-right: 10px;
    color: #fff; font-weight:bold;}
.banner-layers.container {
	max-width: 1300px;
}
.banner-slider h3 {
	font-family: 'UVN-bebas';
}
.banner-slider p {
    font-size: 25px;
    margin: 10px 0 0;
}
.related-products-wrapper h3{
	background: #ff0d23;
    padding-left: 10px;
    color: #fff;
    height: 45px;
    line-height: 13px;
    margin-bottom: 20px;
    margin-top: 20px; 
    font-size: 16px; 
    letter-spacing:0; 
    font-weight: normal;
}
ul.menu>li>a:before {
	content: "\f054";
	font-family: FontAwesome; 
	color:red; 
	font-size:12px; 
	padding-right:5px;
}
/* */
.trangthai {
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 32px;
}
.trangthai span {
    background: #00C00F;
    color: #fff;
    padding: 2px 7px 4px;
    border-radius: 3px;
}
.widget_nav_menu ul.menu > li {
    position: relative;
    border: none !important;
}
.widget_nav_menu ul.menu > li > a{
    display: block;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.widget_nav_menu ul.menu > li:last-child > a {
    border-bottom: 0;
}
.widget_nav_menu ul.menu > li > .toggle {
    position: absolute;
    top: 5px;
    right: -6px;
    z-index: 1;
}
.widget_nav_menu .sub-menu {
	display: block;
	border: none;
}
.widget_nav_menu .sub-menu li a {
    text-transform: uppercase;
    padding-right: 15px;
    display: block;
    background: url(images/menu_icon_13.png) 0 9px
    no-repeat;
    background-size: 13px;
    padding-left: 26px;
}
.flatsome_recent_posts {
    background: #e1e1e1;
}
.recent-blog-posts a {
    line-height: 20px;
}
/* */
.col.post-item .box-text {
    padding: 15px 20px;
}
.col.post-item .post-title {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .banner-slider h3 {
    	font-size: 20px !important;
    }
    .banner-slider p {
    	font-size: 14px;
    }
}
.box-info-after-title {
    overflow: hidden;
    margin-bottom: 15px;
}
.box-info-after-title .item-inbox{
    overflow: hidden;
    padding: 6px 0;
    border-top: 1px solid #e1e1e1;
}
.box-info-after-title .item-inbox:nth-child(1) {
    border-top: 0;
}
.box-info-after-title .item-inbox b {
    min-width: 120px;
}