body, html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.ServicesHome {
	position: relative;
}
.ServicesHome:before {
	content: ' ';
	background-color: transparent;
    background-image: linear-gradient(90deg,#041127 0%,#041127E6 0%);
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* css search */
.footer ul.menu li:before {
    color: #d18b19;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
	font-size: 0.85rem;
}
.title-bigBl {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
}
.title-bigBl strong {
	color: #b30000;
}
.aboutSlideImg .bg-fill {
	border-radius: 10px;
    box-shadow: 0 2px 15px rgba(34,90,172,.25);
    background: #fff;
}
.about-bs {
	list-style: none;
}
.about-bs i {
	color: #b30000;
	margin-right: 5px;
}
.title-bigBl {
	padding-bottom: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.05);
    position: relative;
}
.title-bigBl:after {
    position: absolute;
    background-color: #b30000;
    width: 50px;
    height: 4px;
    left: 0;
    bottom: -2px;
    content: '';
}
.ha-feature-list-wrap {
	list-style: none;
	flex-direction: column; 
	display: flex;
}
ul .ha-content {
    flex-direction: row;
    padding: 0 0 20px 0;
	position: relative;
	align-items: center;
	display: flex;
}
ul .ha-content .ha-icon {
    margin-right: 9px;
    padding: 7px;
    border-radius: 100%;
    background: #ef4444;
    display: inline-block;
    font-size: 9px;
	text-align: center;
	width: 21px;
	height: 21px;
}
.ha-icon i {
    color: #fff !important;
	display: block;
}
ul .ha-content .ha-text {
    font-size: 1.1rem;
    line-height: 1.4em;
}
@media only screen and (max-width: 440px) { 
	.yith-wcan-filter {
		width:160px !important;
		width: 45%;
		float: left;
		margin-right:0;
		padding: 0 5px !important;
		min-width: 160px !important;
	}
}
@media only screen and (max-width: 600px) { 
	.yith-wcan-filter {
		min-width:180px !important;
		width: 45%;
		float: left;
		margin-right:0;
		padding: 0 10px !important;
	}
	.filter-title {
		display: none !important;
	}
	.yith-wcan-filters .filter-content {
		min-width: 45% !important;
		border: none !important;
		background:initial;
		position: initial !important;
		padding: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	.TuVanHomeF {
		margin-top: -150px !important;
		z-index: 100;
		background: #fff;
    	box-shadow: 0 2px 15px rgba(34,90,172,.25);
    	border-radius: 10px;
	}
	.RightContactH {
		margin-top: -150px !important;
		z-index: 100;
		background: #b30000;
    	box-shadow: 0 2px 15px rgba(34,90,172,.25);
    	border-radius: 10px;
		margin-left: 1% !important;
		color: #fff;
		padding-top: 30px !important;
	}
	.RightContactH p strong {
		font-size: 1.2rem !important;
	}
	.RightFormContactH h2 {
		color: #fff;
		text-transform: uppercase;
	}
	.RightFormContactH p {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1300px)
.container-width,.container, .row {
    max-width: 1320px !important;
}