/*
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.   ***************/
/*tiêu đề dịch vụ luật sư*/
.title-dvls h3.tde-dvls span{
	background-color: #222222;
	padding: 7px 15px 3px 15px;
	color: white;
	position: relative;
	display: inline-block;
	border-radius: 6px 6px 0 0;
	font-size: 14px;
}
.title-dvls h3.tde-dvls{
	
	border-bottom: 2px solid #222222;
}
/*Kết thúc tiêu đề dịch vụ luật sư*/

/*tiêu đề sidebar dịch vụ luật sư*/
.title-sidebar-dvls h3.tde-sidebar-dvls span{
	background-color: #b20000;
	padding: 7px 15px 3px 15px;
	color: white;
	position: relative;
	display: inline-block;
	border-radius: 6px 6px 0 0;
	font-size: 14px;
}


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


}