/*
Theme Name: PhongMy
Description: This is a child theme for PhongMy
Author: UX Themes
Template: Flatsome
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.section{
	padding-bottom: 0 !important;
}
.section-slider{
	padding-top: 0 !important;
}
li.tab {
	border: 2px solid #ffba00;
	border-radius: 30px;
	padding: 8px 40px;
}
li.tab:hover{
	background-color:#ffba00;
}
li.tab:hover span{
	color: white;
}
li.tab a {
	padding: 0;
}
li.tab span{
	color: #ffba00; 
}
.section-san-pham li.active span{
	color: white !important;
}
.section-san-pham li.active {
	background-color: #FFBA00;
}
.nav-outline>li>a {
	border: none;
}
span.widget-title {
	background:#ffba00;
	padding: 13px;
	display: block;
	color: white;
	border-left: 4px solid #ffba00;
}
.is-divider.small {
	display: none;
}
.post-sidebar.col {
	padding: 15px;
}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
}