/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: HiroshiLord
Template: flatsome
Version: 3.0
*/
/*
Css menu đa cấp cho Flatsome
Author: levantoan.com
*/

header#header .nav-dropdown {
	display: block;
}
header#header .nav-dropdown ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 250px;
	padding: 0;
	display: none !important;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
header#header .nav-dropdown ul.sub-menu a {
	white-space: normal;
	margin: 0;
	padding: 10px 15px;
	border: 0;
	font-weight: 500;
}
header#header .nav-dropdown li:hover > ul.sub-menu{
	display: block !important;
}
header#header .nav-dropdown li {
	border-right: 0;
	white-space: normal;
	width: 100%;
	display: block;
	position: relative;
}
header#header .nav-dropdown li.menu-item-has-children > a {
	font-weight: 600;
	text-transform: none;
	color: rgba(102,102,102,.85);
}
header#header .nav-dropdown li.active>a {
	color: var(--fs-color-primary);
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a{
	font-size:16px!important;
}
.footer-wrapper .section {
	padding-bottom: 0 !important;
}
.footer-wrapper .section .row .col {
	padding-bottom: 0 !important;
}
.section-title-container b {
	opacity: 0;
}
.section-title-normal {
	border-bottom: none;
}
.section-title-normal span {
	border-bottom: none;
}
.wpcf7-form .row .col {
	padding-bottom: 0!important;
}
.reset_variations {
	margin-bottom: 10px !important;
}

