/*
Theme Name: SuKienTuanViet
Description: This is a child theme for Flatsome Theme
Author: nhienphan
Template: flatsome
Text Domain: balico
Version: 3.0
*/

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

#header .sub-menu .section .section-content{
	padding-left: 20px;
	padding-right: 20px;
}

#header .sub-menu .section .section-content ul{
	list-style: none;
}
#header .sub-menu .section .section-content ul a{
	display: flex;
	font-size: 15px;
	padding: 8px 0px;
}

#header .sub-menu .section .section-content ul li{
	border-bottom: 1px solid #e5e5e5;
}

#header .sub-menu .section .section-content ul li:last-child{
	border-bottom:0
}

#header .sub-menu .section .section-content ul a:before{
	content:"\f105";
	font-family: fl-icons;
	margin-right: 5px;
	color: var(--fs-primary-color)
}

.box-blog-post .post-title{
	margin-bottom: 0;
	text-transform: uppercase
}

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


}

