/*
Theme Name: Nội thất
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.dashicons-chart-bar:before {
    content: "\f06e" !important;
    font-family: 'FontAwesome';

}

a.nav-top-link:before {
    content: '\f0ca';
    font-family: fontawesome;
    margin-right: 5px;
}

.pagination-story a:first-child:before{
		content: "\f30a";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #fff;
		margin-right: 5px;
}

.pagination-story a:last-child:after{
		content: "\f30b";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #fff;
		margin-left: 5px;
}


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


	
	
}


