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

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


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


}
body {
	font-size: 15px !important;
}
.row-small>.col {
    padding: 0 9.8px 19.6px;
}
.dich-vu .col-inner {
    border: 1px solid #f2c100;
    border-radius: 4px;
    border-bottom: 1px solid #f2c100;
}
.phone-header {
    border: 1px solid #f2c100;
    padding: 8px;
    border-radius: 3px;
    font-size: 15px;
}
.stuck .header-main {
    height: 78px !important;
}
.social-icons i {
    min-width: 36px;
}
.lien-he h3, .lien-he p {
	color: #000;
}
.tabbed-content ul li{
	border-left: none !important;
}
.nav > li > a {
    font-size: 15px;
    color: black;
}
.tabbed-content ul li:hover {
	background: none;

}
.tabbed-content ul li a:hover, .tabbed-content ul li.active>a {
	color: #f2c100;
}
.tabbed-content ul li {
	border-right: none !important;
}
.entry-divider, .entry-category {
	display: none;
}