/*
Theme Name: 	MBWS
Description: 	Một sản phẩm được thiết kế MBWS.
Author:			MBWS
Template:		flatsome
Version:		3.0
Text Domain:	flatsome
*/

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

.home-slider img {
    border-radius: 30px;
}

.nav-dropdown {
	display: flex !important;
	flex-direction: column;
	flex-wrap: wrap;
}
.nav-dropdown li>a {
	display: flex !important;
	color: inherit;
}
.nav-dropdown li.menu-item-has-children {
position: relative;
	display: flex;
	width: 100% !important;
}
.nav-dropdown li.menu-item-has-children::before {
	content: "";
	font-family: fl-icons !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translatey(-50%);
}
.nav-dropdown li.menu-item-has-children>a {
    color: inherit;
    width: 100% !important;
	font-weight: 400;
	text-transform: unset;
	font-size: inherit;
}
.nav-dropdown .sub-menu {
	min-width: 250px;
	background-color: var(--primary-color);
	padding:20px 0 !important;
	position: absolute;
	left: 999%;
	opacity: 0;
	top: -20px;
}
.nav-dropdown .sub-menu li a {
    color: white;
}
.nav-dropdown li.menu-item-has-children:hover>.sub-menu {
	left: 100%;
	opacity: 1;
}