body {
	color: #212529;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	padding: 0 !important;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.megamenu {
	display: none;
}
.d-block.d-sm-none {
	display: none;
}
.dropdown-menu {
	display: none;
}
.wsmobileheader {
	display: none;
}
.top {
	clear: both;
	position: absolute;
	line-height: 30px;
	height: 30px;
	z-index: 15;
	float: right;
	right: 0;
	margin-top: 15px;
	top: 0;
}

.top .navbar-nav li {
	list-style: none;
	display: inline-block;
}
.top .navbar-nav li a {
	padding: 5px 8px;
	color: #eee;
	font-size: 13px;
	border-radius: 4px;
	font-weight: 600;
	white-space: normal;
	line-height: 18px;
}
.top .navbar-nav li:first-child a {
	border-left: 0;
}

.wsmenu-list > li > a.navbar-brand {
	padding: 0;
	background: transparent !important;
}
.wsmenu-list .navbar-brand img {
	height: 30px;
	width: auto;
	max-width: inherit;
	padding: 0;
}
.top .dropdown-menu {
	margin: 13px 0 0 0;
	border-radius: 4px;
	border: 0;
	left: auto !important;
	right: 0 !important;
	padding: 0;
	min-width: 145px;
	-webkit-box-shadow: -2px 6px 25px -5px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: -2px 6px 25px -5px rgba(0, 0, 0, 0.42);
	box-shadow: -2px 6px 25px -5px rgba(0, 0, 0, 0.42);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.currency .dropdown-menu {
	width: 630px;
	padding: 10px !important;
	background: rgba(255, 255, 255, 1.0) !important;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	right: 0;
	left: inherit;
}
.navbar-brand {
	margin-right: 5px;
}
li.nav-header {
	font-size: 12px;
	padding: 5px 15px 5px 17px;
	background: #eee !important;
	font-weight: normal;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13) !important;
	border-top: 0 !important;
	color: #908e8e;
	text-align: left !important;
	clear: both;
}

.wsmenu {
	background-color: #fff;
	color: #fff;
	position: absolute;
	font-size: 15px;
	margin: 0 auto;
	width: 100%;
	max-width: inherit;
	transition: all 0.4s ease;
	border-radius: 0;
	height: 85px;
	z-index: 14;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	top: 0;
}

.wsmenu-list {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 100%;
	display: block;
	padding: 0;
}
.wsmenu-list > li {
	padding: 13px 0;
	display: inline-block;
	position: relative;
}
.wsmenu-list > li > a {
	font-size: 13px;
	display: block;
	color: #333 !important;
	padding: 8px 10px;
	border: none;
	border-radius: 5px;
	font-weight: 600;
}
.banner {
	background-size: 100%;
	background-position: center center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	position: relative;
	height: 330px;
	margin-top: 0;
}
.banner:before {
	background-image: linear-gradient(-180deg, rgba(34, 95, 113, 0.8) 3%, rgba(124, 160, 77, 0.5) 100%) !important;
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0.6;
	display: none;
}
.title-banner {
	font-size: 38px;
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
	z-index: 2;
	position: relative;
}
.title-banner-h2 {
	margin-top: 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 2;
}
.banner .site-search {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	color: #fff;
	padding: 15px 35px 20px;
}
.banner [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.banner form {
	display: table;
	width: 100%;
	border-radius: 4px;
	font-size: 16px;
}
.banner .form-group {
	margin: 0 !important;
}
.banner .form-control {
	font-size: 0.85rem;
	line-height: 40px;
	height: auto;
	padding: 0 15px;
	background: #fff;
	border-radius: 0;
	border: none;
}
.banner .form-group label {
	display: none !important;
}
.banner .form-group i {
	position: absolute;
	top: 22px;
	right: 17px;
	z-index: 8;
	color: #ccc !important;
}

.banner .site-search .btn-search {
	border-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.fa-search:before {
	content: "";
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.3;
	display: inline-block;
	vertical-align: initial;
	width: 15px;
	height: 15px;
	background: url(../../images/icon/magnifying_b.svg) no-repeat left top;
}
.fa-map-marker:before {
	content: "";
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	opacity: 0.4;
	display: inline-block;
	vertical-align: initial;
	width: 15px;
	height: 15px;
	background: url(../../images/icon/marker.svg) no-repeat left top;
}
.top-search-wrap {
	text-align: left;
	padding-bottom: 3px;
	padding-left: 15px;
}
.btn-top-search {
	background-color: rgb(255 255 255 / 20%) !important;
	border-color: rgb(255 255 255 / 20%) !important;
	color: #FFF;
	display: inline-flex !important;
	align-items: center;
	font-size: 14px !important;
}
.top-search-images {
	filter: brightness(0) invert(1);
	margin-right: 5px;
}

#SigninModal {
	display: none;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
