a {
	color: inherit;
	text-decoration: none !important;
	font-size: inherit;
}

img, iframe {
	vertical-align: middle;
}

.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

.zindex-4 {
	z-index: 4;
}

.zindex-5 {
	z-index: 5;
}

.zindex-10 {
	z-index: 10;
}

.zindex-999 {
	z-index: 999;
}

.text-line-1 {
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-line-2 {
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-line-3 {
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.text-line-4 {
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow-hidden {
	overflow: hidden;
}

.vertical-middle {
	vertical-align: middle;
}

.transition-03 {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.content-before:before, .content-after:after {
	position: absolute;
	content: "";
}

.mb-30, .my-30 {
	margin-bottom: 30px !important;
}

.mt-30, .my-30 {
	margin-bottom: 30px !important;
}

.mb-50, .my-50 {
	margin-bottom: 50px !important;
}

.mt-50, .my-50 {
	margin-bottom: 50px !important;
}

.pt-50, .py-50 {
	padding-top: 50px !important;
}

.pb-50, .py-50 {
	padding-bottom: 50px !important;
}

.pt-30, .py-30 {
	padding-top: 30px !important;
}

.pb-30, .py-30 {
	padding-bottom: 30px !important;
}

/*
*** Content
*/

#slide-blog.owl-carousel .owl-stage {
	display: flex;
	margin-left: 3px;
}

.blog--item {
	padding: 15px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}

.blog--avatar {
	height: 235px;
}

.blog--avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog--day {
	color: #666;
	font-size: .9rem;
	padding: 10px 0 5px;
}

.blog--title {
	font-size: 1.05rem;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.blog--desc {
	font-size: .9rem;
	color: #333;
}

#slide-blog.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 1rem;
}

#slide-blog.owl-carousel .owl-dots button {
	width: 30px;
	height: 6px;
	background-color: #888;
	margin: 5px;
	outline: none !important;
	box-shadow: none !important;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

#slide-blog.owl-carousel .owl-dots button.active, #slide-blog.owl-carousel .owl-dots button:focus, #slide-blog.owl-carousel .owl-dots button:hover {
	background: var(--base-color);
}

#slide-blog.owl-carousel .owl-dots button.active {
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

/*@media screen and (min-width: 991px) {

	.list-module li {
		margin: 0;
		overflow: hidden;
	}

	.list-module li a {
		padding: 1rem 1.7rem;
		overflow: hidden;
		background: #f1f1f1;
		border: 1px solid #f1f1f1;
		color: #333;
		font-size: .8rem;
		transition: .3s all;
		border-radius: 0 !important;
	}

	.list-module li a.active {
		color: #000;
		background: #fff;
		padding: 1.02rem 1.7rem;
		border-color: #d1d1d1;
		border-top: 4px solid var(--base-color);
	}
}*/
.list-module {
	padding: 10px 0 20px 0;
}

.list-module li a {
	border-radius: 4px;
	background-color: transparent;
}

.product--item .product--image img {
	width: 100%;
}

.product--item:hover .product--image img {
	transform: scale(1.1) translate(5px, -3px);
}

.product--description {
	padding-top: 15px;
}

.product--description .product--title {
	width: 60%;
	color: #232628;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0;
}

.product--description .product--price {
	width: 40%;
	text-align: right;
	position: relative;
	background: var(--base-color);
	max-height: 40px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 15px;
	height: 30px;
}

.product--description .product--price:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: -12px;
	height: 100%;
	width: 32px;
	background-color: var(--base-color);
	transform: skew(-18deg, 0deg);
	z-index: 5;
}

.product--description .product--price span {
	font-size: .85rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 6;
	white-space: nowrap;
}

.product--main {
	padding: 15px 0;
	border-bottom: 1px solid #d1d1d1;
	height: 90px;
}

.product--description ul {
	padding: 10px 0;
}

.product--description [class*="flaticon-"]:before {
	font-size: 1rem;
	margin-right: 5px;
}

.product--item ul li {
	font-size: 1rem;
}

.product--item ul li b {
	font-weight: 700;
}

.product--item:hover ul li {
	color: #222;
}

.product--item {
	height: 100%;
}

.wrapper--title {
	text-align: center;
}

.wrapper--title h5 {
	position: relative;
	font-size: 2.2rem;
	color: #000;
	margin-bottom: 1rem;
}

.line--long {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 7px;
	transform: skew(-40deg, 0deg);
	border-radius: 2px;
	background-color: var(--base-color);
	margin-right: 5px;
}

.line--short {
	display: inline-block;
	vertical-align: top;
	width: 22.5px;
	height: 7px;
	transform: skew(-40deg, 0deg);
	border-radius: 2px;
	background-color: var(--base-color);
}

/* Header */

.header--inner {
	background: url('../images/header-bg.jpg') center center no-repeat;
	background-size: cover;
}

.header--top {
	padding: 10px 0;
	border-bottom: 1px solid #d1d1d1;
}

.header--top .top--shop h3 {
	font-size: 1.1rem;
	color: #333;
	font-weight: 700;
}

.header--top .top--list li a {
	position: relative;
	padding: 5px 10px;
	display: inline-block;
	color: #111;
	font-size: .925rem;
}

.header--top .top--list li:not(:last-child) a:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 60%;
	background: #d9d9d9;
	top: 20%;
	right: 0;
}

.header--top .top--list li:hover a {
	color: var(--base-color)
}

.header--bottom {
	padding: 10px 0;
}

.header--bottom .bottom--logo {
	width: 15%;
}

.header--bottom .bottom--logo img {
	max-width: 70%;
	transition: .3s all ease-in-out;
	width: 100%;
	height: auto;
}

.header--bottom .bottom--content {
	width: 85%;
	transition: .3s all ease-in-out;
}

.header--bottom .bottom--content .bottom--info {
	width: 88%;
	align-items: center !important;
	transition: .3s all ease-in-out;
}

.header--bottom .bottom--content .bottom--info .info--inner {
	width: 24%;
}

.header--bottom .bottom--content .bottom--info .info--inner:nth-child(2) {
	width: 30%;
}

.header--bottom .bottom--content .bottom--info .info--inner:first-child {
	width: 40%;
	transition: .3s all ease-in-out;
}

.header--bottom .bottom--content .bottom--social {
	width: 12%;
	transition: .3s all ease-in-out;
}

.info--icons {
	height: 35px;
	width: 35px;
	border-radius: 100%;
	border: 1px solid var(--base-color);
	line-height: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all ease-in-out;
}

.info--icons i {
	transition: .3s all ease-in-out;
}

.info--icons i:before {
	font-size: 18px;
	color: var(--base-color);
	transition: .3s all ease-in-out;
}

.info--icons i.fa-phone:before, .info--icons i.fa-map-marker:before {
	font-size: 22px;
}

.info--desc {
	padding-left: 10px;
	width: calc(100% - 40px);
	padding-right: 15px;
	transition: .3s all ease-in-out;
}

.info--desc p {
	font-size: 15px;
	line-height: 1.3;
	color: #222;
	transition: .3s all ease-in-out;
}

.info--title h5 {
	font-size: 13px;
	color: var(--base-color);
	font-weight: bold;
	margin-bottom: 4px;
	text-transform: uppercase;
	transition: .3s all ease-in-out;
}

.info--title p {
	font-size: 13px;
	color: #222;
	transition: .3s all ease-in-out;
}

.bottom--social ul li a {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	margin: 0 2px;
	line-height: 30px;
	transition: .3s all ease-in-out;
}

.bottom--social ul li a i {
	font-size: 16px;
	transition: .3s all;
}

.bottom--social ul li a img {
	width: 30px;
	transition: .3s all;
}

.bottom--social ul li.social--facebook a {
	background: #3C579E;
}

.bottom--social ul li.social--facebook:hover a {
	background: #33417f;
}

.bottom--social ul li.social--youtube a {
	background-color: #ff0000;
}

.bottom--social ul li.social--youtube:hover a {
	background-color: #dd0000;
}

.bottom--social ul li.social--zalo a {
	background: #017FC6;
}

.bottom--social ul li.social--zalo:hover a {
	background: #0164a7;
}

@media screen and (min-width: 768px) {
	.humburger {
		display: none;
	}

	.header--navigation {
		background: var(--base-color);
	}

	.navigation--inner > ul > li {
		position: relative;
	}

	.navigation--inner > ul > li > a {
		display: flex;
		align-items: center;
		color: #fff;
		font-size: .925rem;
		font-weight: bold;
		padding: 15px;
		transition: .3s all ease-in-out;
	}

	.navigation--inner > ul > li > a > i {
		margin-left: 7px;
		transition: .3s all ease-in-out;
	}

	.navigation--inner > ul > li:hover > a {
		background: var(--hover-color)
	}

	.navigation--inner > ul > li:hover > a > i {
		transform: rotate(180deg);
	}

	.navigation--inner > ul > li > ul.hasBlog {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		width: auto;
		background: #fff;
		border: 1px solid #a9a9a9;
		z-index: 5;
		transform: scaleY(0);
		transition: .3s all ease-in-out;
		transform-origin: top;
		opacity: 0;
		visibility: hidden;
	}

	.navigation--inner > ul > li > ul.hasBlog:before {
		content: '';
		position: absolute;
		top: -10px;
		left: 30px;
		width: 0;
		height: 0;
		border-style: solid;
		z-index: 2;
		border-width: 0px 10px 10px 10px;
		border-color: transparent transparent #fff transparent;
	}

	.navigation--inner > ul > li > ul.hasBlog > li:not(:last-child), .navigation--inner > ul > li > ul.hasBlog > li > ul > li:not(:last-child) {
		border-bottom: 1px dotted #d9d9d9;
	}

	.navigation--inner > ul > li > ul.hasBlog > li > a, .navigation--inner > ul > li > ul.hasBlog > li > ul > li > a {
		font-size: .9rem;
		color: #333;
		padding: 7.5px 15px;
		display: block;
		transition: .3s ease-in-out all;
		border: 0;
		outline: none !important;
		box-shadow: none !important;
		position: relative;
	}

	.navigation--inner > ul > li > ul.hasBlog > li > a:after, .navigation--inner > ul > li > ul.hasBlog > li > ul > li > a:after {
		position: absolute;
		content: "";
		width: 0;
		left: 0;
		top: 0;
		height: 100%;
		transition: .3s all cubic-bezier(0.79, 0.14, 0.55, 1.22);
		background: var(--hover-color);
	}

	.navigation--inner > ul > li > ul.hasBlog > li > a > span, .navigation--inner > ul > li > ul.hasBlog > li > ul > li > a > span {
		position: relative;
		z-index: 2;
		transition: .3s all cubic-bezier(0.79, 0.14, 0.55, 1.22);
	}

	.navigation--inner > ul > li:hover > ul.hasBlog {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}

	.navigation--inner > ul > li > ul.hasBlog > li:hover > a:after, .navigation--inner > ul > li > ul.hasBlog > li > ul > li:hover > a:after {
		width: 100%;
	}

	.navigation--inner > ul > li > ul.hasBlog > li:hover > a > span, .navigation--inner > ul > li > ul.hasBlog > li > ul > li:hover > a > span {
		color: #fff;
	}

	.navigation--inner > ul > li > ul.hasBlog > li > ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		width: auto;
		background: #fff;
		border: 1px solid #a9a9a9;
		z-index: 5;
		transform: scaleY(0);
		transition: .3s all ease-in-out;
		transform-origin: top;
		opacity: 0;
		visibility: hidden;
	}

	.navigation--inner > ul > li > ul.hasBlog > li:hover > ul {
		transform: scaleY(1);
		visibility: visible;
		opacity: 1;
	}

	.hasProduct {
		position: absolute;
		top: 115%;
		background: #fff;
		left: 0;
		width: 100%;
		border: 1px solid #d1d1d1;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition: .3s all ease-in-out;
		transform: scale(0);
	}

	.navigation--inner > ul > li:hover .hasProduct {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		top: 101%;
	}

	.hasProduct > ul > li {
		display: flex;
	}

	.hasProduct > ul > li > .hasProduct--title {
		width: 20%;
		padding: 15px 10px 13px 15px;
		border-left: 3px solid #fff;
		font-size: .9rem;
		font-weight: 700;
		color: var(--base-color);
		text-transform: uppercase;
		position: relative;
		transition: all .2s ease-in-out;
		cursor: pointer;
	}

	.hasProduct > ul > li:not(:last-child) > .hasProduct--title {
		border-bottom: 1px solid #d9d9d9;
	}

	.hasProduct > ul > li > .hasProduct--title > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.hasProduct > ul > li.active > .hasProduct--title, .hasProduct > ul > li:hover > .hasProduct--title, .hasProduct > ul > li:focus > .hasProduct--title {
		border-left-color: var(--base-color);
		color: var(--base-color);
		background: #f5f7f7 !important;
	}

	.hasProduct > ul > li > .hasProduct--inner {
		width: 80%;
		padding: 15px;
		position: absolute;
		right: 0;
		z-index: 2;
		top: 0;
		opacity: 0;
		visibility: hidden;
		transform: scale(0);
		transition: .3s all ease-in-out;
		height: 100%;
	}

	.hasProduct > ul > li.active > .hasProduct--inner, .hasProduct > ul > li:hover > .hasProduct--inner, .hasProduct > ul > li:focus > .hasProduct--inner {
		transform: scale(1);
		opacity: 1;
		visibility: visible;
	}

	.hasProduct > ul:before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 20%;
		background: #dedede;
		z-index: 0;
		opacity: 1;
	}

	.hasProduct--title a h4 {
		font-size: .9rem;
		color: var(--base-color);
		line-height: 1.35;
		margin-bottom: 0;
		margin-top: .75rem;
		font-weight: 700;
	}

	.hasProduct--price {
		position: absolute;
		bottom: 0;
		color: #fff;
		font-weight: bold;
		background: #00095B;
		padding: 2px 10px;
		text-align: center;
	}

	.hasProduct--price:before {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		right: -15px;
		height: 100%;
		width: 32px;
		background: #00095B;
		transform: skew(18deg, 0deg);
		z-index: 5;
	}

	.hasProduct--price span {
		font-size: .75rem;
		color: #fff;
		font-weight: bold;
		position: relative;
		z-index: 6;
	}

	.hasProduct--box:hover .hasProduct--image img {
		transform: scale(1.1);
	}

	.hasProduct--box:after {
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		top: 100%;
		left: 5%;
		height: 10px;
		width: 90%;
		opacity: 0;
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform, opacity;
		transition-property: transform, opacity;
	}

	.hasProduct--box:hover {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	.hasProduct--box:hover:after, .hasProduct--box:focus:after {
		opacity: 1;
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@media screen and (max-width: 767px) {
	.header--top, .bottom--content {
		display: none;
	}

	.header--bottom .bottom--logo {
		width: 100%;
		text-align: center;
	}

	.header--bottom .bottom--logo img {
		max-width: 100px;
	}

	.header-search__mobile {
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 99999;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
	}

	.header-search {
		background-color: transparent !important;
	}

	.tool-search .tool-search_inner {
		padding: 10px !important;
	}

	.tool-search .tool-search_inner input,
	.tool-search .tool-search_inner input::placeholder {
		font-size: 0.8em;
	}

	.tool-search .tool-search_inner button {
		font-size: 0.9em !important;
		min-width: 100px !important;
	}

	.humburger {
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 99999;
		top: 50%;
		transform: translateY(-50%);
		right: 15px
	}

	.humburger:before, .humburger:after, .humburger span {
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 2px;
		width: 20px;
		border-radius: 1px;
		background: var(--base-color);
		transition: all .3s;
	}

	.humburger:before {
		top: 37%;
	}

	.humburger:after {
		bottom: 36%;
	}

	.humburger span {
		position: absolute;
		top: 50%;
		margin-top: -1px;
	}

	.overlay:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		z-index: 85;
		width: 100vw;
		height: 100vh;
		visibility: hidden;
		background: transparent;
		transition: all .4s;
	}

	.header--navigation {
		display: flex;
		align-items: center;
		position: fixed;
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 0;
		top: 0;
		left: -150%;
		overflow-y: auto;
		z-index: 1000100;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		height: 100vh;
		max-width: 380px;
		background: #fff;
		border-bottom: none;
		transition: all .3s;
	}

	.header--navigation > .container, .header--navigation > .container > .row, .header--navigation > .container > .row > .col-12 {
		padding: 0;
		margin: 0;
	}

	.header--navigation .navigation--inner ul li.logo--mobile {
		background: #f1f8f9;
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px dashed #d1d1d1;
	}

	.header--navigation .navigation--inner ul li.logo--mobile img {
		max-width: 90px;
	}

	.header--navigation .navigation--inner > ul > li:not(.logo--mobile) > a, .header--navigation .navigation--inner > ul > li > ul.hasBlog > li > a {
		display: flex;
		align-items: center;
		padding: 10px 15px;
		justify-content: space-between;
		border-top: 1px solid #d9d9d9;
		font-weight: bold;
		font-size: .8rem;
		color: #222;
		transition: .3s all ease-in-out;
	}

	.header--navigation .navigation--inner > ul > li:nth-child(2) > a {
		border-top: 0;
	}

	.header--navigation .navigation--inner > ul > li:last-child > a, .header--navigation .navigation--inner > ul > li.position-static.active_navProduct > a {
		border-bottom: 1px solid #d9d9d9;
	}

	.header--navigation .navigation--inner > ul > li > ul, .header--navigation .navigation--inner > ul > li > .hasProduct {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
		background-color: #f1f9f9;
	}


	.header--navigation .navigation--inner > ul > li > ul.active_subMenu, .header--navigation .navigation--inner > ul > li > .hasProduct.active_subMenu {
		max-height: 1000px;
	}


	.header--navigation .navigation--inner > ul > li > .hasProduct.active_subMenu {
		background: #fff;
	}

	.hasProduct {
		position: relative;
	}

	.hasProduct > ul > li {
		display: flex;
	}

	.hasProduct > ul:before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 45%;
		background: #dedede;
		z-index: 0;
		opacity: 1;
	}

	.hasProduct > ul > li > .hasProduct--title {
		width: 45%;
		padding: 15px 10px 15px 15px;
		border-left: 3px solid #fff;
		font-size: .8rem;
		font-weight: 700;
		color: var(--base-color);
		text-transform: uppercase;
		position: relative;
		transition: all .2s ease-in-out;
		cursor: pointer;
		background: #fff;
		border-top: 1px solid #d9d9d9;
	}

	.hasProduct > ul > li > .hasProduct--title:after {
		position: absolute;
		content: "";
		width: 0;
		left: 0;
		top: 0;
		height: 100%;
		transition: .3s all cubic-bezier(0.79, 0.14, 0.55, 1.22);
		background: var(--base-color);
	}

	.hasProduct > ul > li.active > .hasProduct--title:after {
		width: 100%;
	}

	.hasProduct > ul > li.active > .hasProduct--title > a {
		color: #fff;
	}

	.hasProduct > ul > li > .hasProduct--title > a {
		position: relative;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: .3s all ease-in-out;
	}

	.header--navigation .navigation--inner > ul > li.position-static.active_navProduct li:first-child > .hasProduct--title {
		border-top: 0;
	}

	.hasProduct > ul > li:last-child > .hasProduct--title {
		border-bottom: 0;
	}

	.hasProduct > ul {
		position: relative;
		min-height: 430px;
	}

	.hasProduct > ul > li > .hasProduct--inner {
		width: 55%;
		padding: 10px;
		position: absolute;
		right: 0;
		z-index: 2;
		top: 0;
		opacity: 0;
		visibility: hidden;
		transform: scale(0);
		transition: .3s all ease-in-out;
		height: 100%;
		/*min-height: 410px;*/
		overflow-y: scroll;
	}

	.hasProduct > ul > li.active > .hasProduct--inner {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
	}

	.header--navigation .navigation--inner > ul > li > ul.hasBlog > li > a {
		font-weight: 500;
		padding-left: 35px;
		position: relative;
	}

	.header--navigation .navigation--inner > ul > li > ul.hasBlog > li > a:before {
		position: absolute;
		content: "";
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		background: var(--base-color);
		height: 8px;
		width: 8px;
		border-radius: 100%;
	}

	.hasProduct--box:after {
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		top: 100%;
		left: 5%;
		height: 10px;
		width: 90%;
		opacity: 1;
		background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: transform, opacity;
		transition-property: transform, opacity;
	}

	.hasProduct--price {
		position: absolute;
		bottom: 0;
		color: #fff;
		font-weight: bold;
		background: #00095B;
		padding: 2px 10px;
		text-align: center;
	}

	.hasProduct--price:before {
		position: absolute;
		content: '';
		display: block;
		top: 0;
		right: -15px;
		height: 100%;
		width: 32px;
		background: #00095B;
		transform: skew(18deg, 0deg);
		z-index: 5;
	}

	.hasProduct--price span {
		font-size: .75rem;
		color: #fff;
		font-weight: bold;
		position: relative;
		z-index: 6;
	}

	.hasProduct--title a h4 {
		font-size: .9rem;
		color: var(--base-color);
		line-height: 1.5;
		margin-bottom: 0;
		margin-top: .75rem;
		font-weight: 700;
	}

	/*
			Active Mobile
	*/
	.active_mobile {
		z-index: 9999999 !important;
	}

	.active_mobile.overlay:before {
		visibility: visible;
		background: rgba(0, 0, 0, 0.6);
	}

	.active_mobile .humburger:before {
		top: 50%;
		margin-top: -1px;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.active_mobile .humburger:after {
		bottom: 50%;
		margin-bottom: -1px;
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.active_mobile .humburger span {
		opacity: 0;
	}

	.active_mobile .header--navigation {
		left: 0;
	}
}

.wrapper--header {
	z-index: 111;
}

.wrapper--header.header__scroll {
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 201;
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #d9d9d9;
}

@media screen and (min-width: 991px) {
	.wrapper--header.header__scroll .header--top {
		display: none;
	}

	.wrapper--header.header__scroll .header--bottom .bottom--logo img {
		max-width: 65% !important;
	}

	.wrapper--header.header__scroll .info--icons {
		width: 27px;
		height: 27px;
		line-height: 20px;
	}

	.wrapper--header.header__scroll .info--icons i:before {
		font-size: 15px;
	}

	.wrapper--header.header__scroll .info--desc p, .wrapper--header.header__scroll .info--title p {
		font-size: 13px;
	}

	.wrapper--header.header__scroll .bottom--social ul li a {
		width: 27px;
		height: 27px;
		line-height: 27px;
	}

	.wrapper--header.header__scroll .bottom--social ul li a img {
		width: 27px;
	}

	.wrapper--header.header__scroll .bottom--social ul li a i {
		font-size: 15px;
	}

	.wrapper--header.header__scroll .navigation--inner > ul > li > a {
		font-size: .9rem;
	}
}

.testimonial--inner .testimonial--content {
	background: var(--base-color);
	padding: 40px 30px;
	position: relative;
}

.testimonial--inner .testimonial--content:before {
	width: 0;
	height: 0;
	border-style: solid;
	content: "";
	border-width: 20px 20px 0 0;
	border-color: var(--base-color) transparent transparent transparent;
	position: absolute;
	left: 50px;
	bottom: -20px;
}

.testimonial--inner .testimonial--content i {
	display: table-cell;
	color: #fff;
	font-size: 50px;
	padding-right: 20px;
}

.testimonial--inner .testimonial--content p {
	color: #fff;
	vertical-align: top;
	font-size: 1rem;
	line-height: 1.5;
}

.testimonial--inner .testimonial--info {
	margin-top: 50px;
}

.testimonial--inner .testimonial--info .testimonial--avatar {
	display: table-cell;
	padding-right: 20px;
}

.testimonial--inner .testimonial--info .testimonial--avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #fff;
	object-fit: cover;
}

.testimonial--inner .testimonial--info .testimonial--name h6 {
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-weight: 700;
}

.testimonial--inner .testimonial--info .testimonial--name span {
	font-size: 1rem;
	color: #d1d1d1
}

#testimonial--slide .owl-item {
	opacity: .2;
}

#testimonial--slide .owl-item.center {
	opacity: 1;
}

#testimonial--slide .owl-dots, #slide-partner .owl-dots {
	display: inline-block;
	position: relative;
	text-indent: inherit;
	width: 100%;
	cursor: pointer;
	text-align: center;
}

#testimonial--slide .owl-dots .owl-dot, #slide-partner .owl-dots .owl-dot {
	display: inline-block;
	margin-top: 20px;
	box-shadow: none !important;
	outline: none !important;
	width: auto;
	height: auto;
	background-color: transparent;
}

#testimonial--slide .owl-dots .owl-dot span, #slide-partner .owl-dots .owl-dot span {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

#testimonial--slide .owl-dots .owl-dot.active span, #slide-partner .owl-dots .owl-dot.active span {
	background: var(--base-color);
	width: 24px;
}

.wrapper--testimonial {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	transition: opacity .5s ease;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0;
}

.background--overlay {
	background-repeat: repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #0c0c0c;
	opacity: 0.7;
}

.wrapper--testimonial .wrapper--title h5 {
	color: #fff;
}

.wrapper--testimonial .line--short, .wrapper--testimonial .line--long {
	background: #fff
}

.wrapper-footer {
	position: relative;
	background: url('../images/pattern.png') center center;
}

.wrapper-footer:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .6;
}

@media screen and (max-width: 600px) {
	.wrapper-footer {
		padding-bottom: 56px;
	}
}

.phone-number a, .footer-title h4 {
	color: #fff;
}

.footer-aboutus, .footer-list li a {
	color: #f1f1f1
}

.footer-copyright {
	background: #232323
}

.footer-copyright, .list-social li a {
	color: #d1d1d1
}

.wrapper--aboutus {
	background-size: cover;
	background-position: right;
}

.about--content {
	padding: 50px 30px;
	background: var(--base-color);
}

.about--content .wrapper--title {
	text-align: right;
}

.about--content .wrapper--title h5 {
	color: #fff;
	font-size: 2rem;
}

.wrapper--title.title--child h5 {
	font-size: 1.2rem;
	margin-bottom: .5rem;
}

.about--content .line--long, .about--content .line--short {
	background-color: #fff;
}

.aboutus--icon i:before {
	font-size: 2rem;
	color: #fff;
}

.aboutus--icon {
	margin-left: 1rem;
}

.aboutus--item {
	display: flex;
	align-items: start;
	flex-direction: row-reverse;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.aboutus--desc h6 {
	font-weight: 700;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 0rem;
}

.aboutus--desc p {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0;
}

#slide-partner .owl-item img {
	width: auto;
	margin: 0 auto;
}

#slide-partner .owl-dots {
	display: inline-block;
	position: relative;
	text-indent: inherit;
	width: 100%;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
}

#slide-partner .owl-dots .owl-dot {
	display: inline-block;
	box-shadow: none !important;
	outline: none !important;
	width: auto;
	height: auto;
	background-color: transparent;
}

#slide-partner .owl-dots .owl-dot span {
	background: #444;
	border-radius: 30px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

#slide-partner .owl-dots .owl-dot.active span {
	background: var(--base-color);
	width: 24px;
}

.modal-header:after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 2;
	border-width: 12px 12px 0px 12px;
	border-color: var(--base-color) transparent transparent transparent;
}

.modal-title {
	font-size: 1.2rem;
	color: #f6f5f9;
}

.modal-content {
	border: 0;
}

.modal-body {
	padding-top: 30px;
}

.form-modal {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	height: 45px;
	margin-bottom: 1.5rem;
}

.form-modal label {
	height: 100%;
	width: 25%;
	display: flex;
	justify-content: center;
	color: #111 !important;
	margin-bottom: 0;
	border: 1px solid #d9d9d9;
	border-right: 0;
	background: #f1f1f1;
	align-items: center;
	font-weight: 500 !important;
}

.form-modal label i:before {
	font-size: 24px;
}

.form-modal .form-control {
	width: 75%;
	height: 100% !important;
}

.btn-result {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none !important;
	outline: none !important;
}

.btn-result .btn {
	outline: none !important;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1em;
	border-radius: 0;
	border: 1px solid transparent;
	width: 220px;
	height: 38px;
	background-color: var(--base-color);
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none !important
}

.btn-result .btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-right: 23px solid #fff;
	position: absolute;
	bottom: -35%;
	left: -1px;
	-webkit-transform: rotate(-45deg) translateX(-50px);
	transform: rotate(-45deg) translateX(-50px);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.btn-result .btn:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	border-right: 23px solid #fff;
	position: absolute;
	top: -35%;
	right: -2px;
	-webkit-transform: rotate(135deg) translateX(-50px);
	transform: rotate(135deg) translateX(-50px);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.btn-result .btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
}

.btn-result .btn span i {
	margin-left: 7px;
	margin-top: -4px;
}

.btn-result .btn:hover:before, .btn-result .btn:focus:before {
	-webkit-transform: rotate(-45deg) translateX(0);
	transform: rotate(-45deg) translateX(0);
}

.btn-result .btn:hover:after, .btn-result .btn:focus:after {
	-webkit-transform: rotate(135deg) translateX(0);
	transform: rotate(135deg) translateX(0);
}

.table-bordered, .text-wrap table {
	border: 1px solid #dee2e6 !important;
}

.wrapper--sales .header-section h1 {
	padding-left: 0;
}

.wrapper--sales ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.wrapper--sales ul li {
	position: relative;
	padding-left: 5px;
	margin-bottom: 10px;
}

.wrapper--sales ul li:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 5px;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--base-color)
}

.wrapper--child .wrapper--title {
	text-align: left;
}

.wrapper--child .wrapper--title h5 {
	font-size: 1.5rem;
	margin-bottom: .7rem;
}

.wrapper--child .line--long, .wrapper--child .line--short {
	height: 4px;
}

.wrapper--sales .blog-item {
	padding: 10px;
	height: auto;
}

.wrapper--sales .blog-item .blog-image a {
	position: relative;
	display: block;
}

.wrapper--sales .blog-item .blog-image a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s all;
}

.wrapper--sales .blog-item .blog-image a:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.blog-item .text-image {
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	padding: 0.3rem 1rem;
	border-radius: 0.2em;
	transition: .3s ease-in-out all;
	color: #FFFFFF;
	background-color: var(--base-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.product--item.accessories-link .product--description {
	padding-top: 5px;
}

.product--item.accessories-link .product--description .product--title {
	font-size: 1rem;
	line-height: 1.3;
}

.product--item.accessories-link .product--main {
	border-bottom: 0;
}

.product--item.accessories-link .product--main .product--price {
	width: auto;
	margin-left: auto;
}

.product--item.accessories-link .product--image:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .3s all;
}

.product--item.accessories-link:hover .product--image:before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

.buttonColor {
	display: inline-block;
	padding: 0.7em 1.7em;
	margin: 0 0.3em 0.3em 0;
	border-radius: 0.2em;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	transition: .3s ease-in-out all;
	color: #FFFFFF;
	background-color: var(--base-color);
	text-align: center;
	position: relative;
	outline: none !important;
}

.buttonColor_outline {
	display: inline-block;
	padding: 0.7em 1.7em;
	margin: 0 0.3em 0.3em 0;
	border-radius: 0.2em;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	transition: .3s ease-in-out all;
	color: var(--base-color);
	border: 1px solid var(--base-color);
	background-color: transparent;
	text-align: center;
	position: relative;
	outline: none !important;
}

.buttonColor i {
	font-size: 1em;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 0.3em;
	margin-left: 0.3em;
	transition: .3s all ease-in-out;
}

.buttonColor:hover {
	background: var(--hover-color);
	color: #fff;
}

.wrapper-product .product-name {
	font-size: 1.7rem;
	color: #000;
	font-weight: bold;
	position: relative;
}

.product--inner {
	border-left: 1px solid #d9d9d9;
	padding-left: 30px;
}

.product--inner .product-name {
	padding-bottom: .5rem;
	margin-bottom: .75rem;
	border-bottom: 4px solid var(--base-color);
	position: relative;
}

.product--inner .product-name:before {
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	width: 150px;
	background: #000;
	height: 4px;
}

.product--single-price {
	font-size: 1.4rem;
	color: var(--base-color);
	font-weight: bold;
}

.product--single-price b {
	font-weight: 700;
}

.car-preview-content .banner-price {
	color: #181818;
}

.car-preview-content .description > p {
	font-weight: bold;
	color: #181818;
	margin-bottom: .5rem;
}

.product--color {
	position: absolute;
	top: 0;
	right: -5px;
}

.product--color ul {
	max-height: 257px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse;
	height: 100%;
}

.product--color ul li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-style: solid;
	border-width: 1px;
	transition: .3s all ease-in-out;
	margin-left: 5px;
}

.product--color ul li a.active_choose {
	box-shadow: rgb(255, 255, 255) 0px 0px 0px 1.5px inset;
}

.wrapper--service {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.service--inner {
	position: relative;
	background: rgba(255, 255, 255, .9);
	padding: 50px;
	border: 1px solid #d9d9d9;
}

.service--inner:before {
	content: "";
	display: block;
	width: 15px;
	height: 98%;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 1%;
	left: -15px;
}

.service--inner:after {
	content: "";
	display: block;
	width: 15px;
	height: 98%;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 1%;
	right: -15px;
}

.service--inner .service--logo img {
	margin: 0 auto;
	max-width: 120px;
}

.service--inner .wrapper--title h5 {
	text-transform: uppercase;
	font-size: 1.6rem;
}

.service--inner .wrapper--title {
	margin: 50px 0;
}

.service--inner .service--content .service--desc {
	text-align: center;
	line-height: 1.5;
	font-size: 1rem;
	color: #333;
}

.service--action {
	margin-top: 50px;
	text-align: center;
}

.service--action a {
	font-size: .9rem;
}

.wrapper--contact {
	padding: 0;
}

.contact--background {
	position: relative;
	padding-top: 20.8333%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	top: 0;
	left: 0;
}

.contact--main {
	position: relative;
	padding: 50px 90px;
	background: #fff;
	margin-top: -150px;
	border: 1px solid #d1d1d1;
	box-shadow: 0px 3px 18px rgba(35, 38, 40, .3);
}

.contact--main label {
	font-weight: bold;
	color: #222;
	font-size: .9rem;
}

.contact--main input {
	height: 42px;
}

.contact--main input, .contact--main textarea, .contact--main select {
	box-shadow: none !important;
	border-radius: 0;
	border: 1px solid #d1d1d1;
	color: #333;
	background: #fff;
	font-size: .9rem;
}

.contact--content {
	background: #fff;
	box-shadow: 0px 3px 18px rgba(35, 38, 40, .3);
}

.contact--title {
	margin-left: 0px;
	display: inline-block;
	background: var(--base-color);
	width: 100%;
	margin-top: 5px;
}

.contact--title h5 {
	background: #fff;
	color: var(--base-color);
	margin-left: 5px;
	margin-top: -5px;
	border-top: 5px solid var(--hover-color);
	padding: 15px;
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 0;
}

.contact--list li .contact--icon {
	height: 35px;
	width: 35px;
	border-radius: 100%;
	border: 1px solid var(--base-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.contact--list li .contact--icon i {
	font-size: 16px;
}

.contact--list li .contact--icon i.fa-map-marker, .contact--list li .contact--icon i.fa-phone {
	font-size: 20px;
}

.contact--list li {
	padding: 15px;
	margin-bottom: 1rem;
}

.contact--list li .contact--desc {
	width: calc(100% - 35px);
	padding-left: 15px;
	font-size: 1rem;
	color: #444;
}

.contact--list li .contact--desc p {
	margin-bottom: .2rem;
	font-weight: bold;
	color: #111;
	font-size: .9rem;
}

.buttonSingle {
	color: #FFF;
	text-align: left;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	position: relative;
	background-color: var(--base-color);
	padding: 10px 30px;
	line-height: 1.2;
	transition: .3s all ease-in-out;
}

.buttonSingle p {
	margin-bottom: 0;
	font-size: .9rem;
	padding-right: 1rem;
}

.buttonSingle p span {
	font-size: 1.3rem;
	font-weight: bold;
}

.buttonSingle i {
	font-size: 1.8rem;
}

.buttonSingle:hover {
	background-color: var(--hover-color);
	color: #fff;
}

@media screen and (max-width: 991px) {
	.list-module li a {
		background: transparent;
		padding: .3rem .85rem;
		border-radius: 4px;
		border: 1px solid transparent;
	}

	.list-module li a.active {
		border-color: var(--base-color)
	}
}

@media screen and (max-width: 768px) {

	.about--content {
		padding: 50px 15px;
	}

	.wrapper--title h5 {
		font-size: 2rem;
	}

	.about--content .wrapper--title {
		text-align: center;
	}

	.aboutus--item {
		flex-direction: row;
		padding-left: 0;
		align-items: center;
	}

	.aboutus--icon {
		margin-left: 0;
		margin-right: 10px;
	}

	.aboutus--desc h6 {
		font-size: 1rem;
	}

	.aboutus--desc p {
		font-size: .9rem;
		word-break: break-word;
	}

	.product--description .product--price {
		padding: 0 5px;
		width: 45%;
	}

	.product--description .product--price span {
		font-size: .8rem;
	}

	.product--item.accessories-link .product--description .product--title {
		font-size: .9rem;
		line-height: 1.2;
		width: 55%;
	}

	.mobileNav--item li {
		margin: 0;
	}

	.mobileNav--item li a, .mobileNav--item li a.active {
		padding: .7rem .2rem;
		font-size: .75rem;
	}

	#mobileNav--slider .owl-nav {
		position: absolute;
		top: -30px;
		width: 100%;
	}

	#mobileNav--slider .owl-nav button {
		position: absolute;
	}

	#mobileNav--slider .owl-nav button.owl-prev {
		left: 0;
	}

	#mobileNav--slider .owl-nav button.owl-next {
		right: 0;
	}

	.slider-content {
		padding: 62px 0px;
	}

	.nivo-controlNav {
		padding: 3px 0;
	}

	.nivo-controlNav a {
		border-width: 2px;
		width: 20px;
	}

	.phone-text {
		font-size: .8rem;
	}

	.contact--main {
		margin-top: 30px;
		padding: 50px 30px;
	}

	.product--inner {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #d9d9d9;
		margin-top: 1rem;
		padding-top: 1rem;
	}

	.product-image-inner {
		padding-bottom: 30px;
	}

	.product--color {
		bottom: -15px;
		top: unset;
		right: unset;
		left: 0px;
	}

	.product--color ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap-reverse;
		flex-direction: row;
	}

	.product--color ul li {
		margin-right: 5px;
	}

	.buttonSingle {
		line-height: 1.2;
		padding: 5px 30px;
	}

	.buttonSingle p span {
		font-size: 1.1rem;
	}

	.buttonSingle i {
		font-size: 1.5rem;
	}

	.logo--mobile button {
		background-color: transparent;
		box-shadow: none !important;
		outline: none !important;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		font-size: 1.2rem;
		border: 0;
		color: #333;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
	}
}

.wrapper--footer {
	padding: 50px 0 10px;
	background: #f6f6f6;
}

.s-footer-title h4 {
	color: #222;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 700;
}

.s-footer-about {
	padding-top: 3px;
	font-size: .925rem;
	color: #333;
	line-height: 1.3;
	max-width: 80%;
}

.s-footer-content ul li a {
	font-size: .925rem;
	color: #333;
	padding: 3px 0;
	display: block;
	transition: .3s all ease-in-out;
}

.s-footer-content ul li:hover a {
	color: var(--base-color)
}

.s-footer-info h5 {
	color: var(--base-color);
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
}

.s-footer-info p {
	font-size: .925rem;
	color: #333;
}

.s-footer-info p span {
	padding-left: 10px;
}

.s-footer-info p span:not(:last-child) {
	border-right: 1px solid #247bcf;
	padding-right: 10px;
}

.s-footer-copyright {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #d9d9d9;
}

.s-footer-copyright .text-copyright {
	color: #333
}

.s-footer-social ul li a {
	width: 35px;
	height: 35px;
	font-size: 1.1rem;
	border-radius: 100%;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	padding: unset;
	transition: .3s all ease-in-out;
}

.s-footer-copyright ul li a i {
	margin-right: 0;
}

.s-footer-social ul li:first-child a {
	background-color: #3C579E;
	padding-top: 3px;
}

.s-footer-social ul li:first-child:hover a {
	background: #33417f;
}

.s-footer-social ul li:nth-child(2) a {
	background-color: #ff0000;
}

.s-footer-social ul li:nth-child(2):hover a {
	background-color: #dd0000;
}

.s-footer-social ul li:nth-child(3) a {
	background-color: #017FC6
}

.s-footer-social ul li:nth-child(3):hover a {
	background-color: #0164a7;
}

@media screen and (max-width: 768px) {
	.s-footer-info h5 {
		font-size: 1.1rem;
	}

	.wrapper--footer {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 575px) {
	.s-footer-info p span {
		border-left: 0;
		padding-left: 0;
		padding-right: 0;
		display: block;
		padding-bottom: 7px;
	}

	.testimonial--inner .testimonial--content p {
		-webkit-line-clamp: unset;
	}
}

@media screen and (min-width: 768px) {
	.blog--title {
		height: 46px;
	}
}

.readmore-blog {
	box-shadow: 0;
	background: #00095B;
	border-radius: 0;
	border: 1px solid #00095B;
	color: #fff;
	font-weight: 400;
	transition: .3s ease-in-out;
}

.readmore-blog:hover {
	background: transparent;
	color: #00095B;
}

.layer-1-3 {
	margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
	border: 1px solid transparent;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
	padding: 10px 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	z-index: 222;
	background: var(--base-color);
}

.layer-1-3 a.ready-btn:hover {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	text-decoration: none;
}

.modal-header .close {
	top: 0;
	right: 0;
	padding: 15px 20px;
}

.lightbox {
	z-index: 1111111111111111;
}

.wrapper--title h5 {
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.nivo-directionNav {
		display: block;
	}

	.nivo-prevNav {
		left: 15px;
		margin-top: 0;
		transform: translateY(-50%);
	}

	.nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
		left: 15px;
	}


	.nivo-nextNav {
		right: 15px;
		margin-top: 0;
		transform: translateY(-50%);
	}

	.nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
		right: 15px;
	}

	.slider-content {
		padding: 50px 0;
	}

	.nivo-directionNav a.nivo-prevNav::before,
	.nivo-directionNav a.nivo-nextNav::before {
		width: 30px;
		height: 50px;
		line-height: 50px;
		transform: translateY(0);
	}

	.layer-1-2 h1 {
		text-align: center;
		font-size: 1.3rem;
	}

	.s-footer-about {
		max-width: 100%;
	}
}

.partner--item.wrapper--sales {
	height: 100%;
	display: flex;
}

#slide-partner.owl-carousel .owl-stage {
	display: flex;
}

.partner--item .blog-item .blog-description {
	padding: 15px 5px;
}

.sidebar-list ul li a .sidebar-list-image {
	height: 85px;
}

.sidebar-list ul li a .sidebar-list-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link-stretch::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.config-html-render img,
.single-content img {
	max-width: 100%;
	height: auto !important;
}


.theme-toc {
	border: 1px solid var(--base-color);
	background: white;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 5px;
	padding: 10px 15px;
	min-width: 250px;
}

.theme-toc > .nav {
	padding: 0;
	width: 100%;
}

.theme-toc .nav {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.theme-toc .nav > li > a {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	display: block;
	color: #0d6efd;
	font-size: 1em;
}

.theme-toc .nav > li > a:hover,
.theme-toc .nav > li > a:active {
	color: var(--base-color);
}

.theme-toc .nav > li > a.toc-link-1 {
	padding-left: 0;
}

.theme-toc .nav > li > a.toc-link-2 {
	padding-left: 15px;
}

.theme-toc .nav > li > a:not(.toc-link-1):before {
	content: "-";
	margin-right: 9px;
}

.theme-toc .nav > li > a.toc-link-3 {
	padding-left: 30px;
}

.theme-toc .nav > li > a.toc-link-4 {
	padding-left: 45px;
}

.theme-toc .nav > li > a.toc-link-5 {
	padding-left: 60px;
}

.theme-toc .nav > li > a.toc-link-6 {
	padding-left: 75px;
}

.theme-toc .nav > li.toc-heading {
	padding: 0;
	width: 100%;
}

.theme-toc .nav > li.toc-heading > p {
	color: var(--gray-dark);
	padding: 10px 0 7px;
	font-weight: 600;
	font-size: 1.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

.theme-toc .nav > li.toc-heading > p > a {
	color: var(--base-color);
	margin-left: 4px;
	font-size: .9em;
	font-weight: 300;
}

.theme-toc .nav > li.toc-heading > p > a:hover,
.theme-toc .nav > li.toc-heading > p > a:active {
	color: var(--base-hover);
}

.theme-toc .nav .nav {
	margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	.theme-toc {
		width: 100%;
	}
}


.section-hero {
	padding-top: 50px;
	padding-bottom: 0;
	width: 100%;
	position: relative;
}

.section-hero > .section-hero_wrapper {
	position: relative;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
}

.section-hero > .section-hero_wrapper.max-75 {
	max-height: 75vh;
}

.section-hero .section-hero_video {
	position: relative;
	z-index: 1;
}

.section-hero .section-hero_video .ratio {
	padding-top: calc(9 / 16 * 100%);
}

.section-hero .section-hero_video.blend-mode-dark::before {
	background: linear-gradient(rgba(26, 27, 30, 0.7), rgba(26, 27, 30, 0.7));
}

.section-hero .section-hero_main .section-hero_content,
.section-hero .section-hero_main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.section-hero .section-hero_main .section-hero_content {
	left: 50%;
	z-index: 101;
	max-width: 66rem;
	transform: translateX(-50%);
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding-bottom: 7rem;
	color: white;
}

.section-hero_content .section-hero_logo > a {
	display: block;
}

.section-hero_content .section-hero_logo > a > img {
	max-height: 10rem;
}

.section-hero_content .section-hero_heading > h2 {
	font-size: 2.4rem;
	font-weight: 400;
	margin-bottom: .5rem;
	line-height: 1.5;
}

.section-hero_content .section-hero_heading .text-sub {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.section-hero_content .section-hero_heading > div > a,
.section-hero_content .section-hero_heading > a {
	font-size: 1rem;
	display: inline-flex;
	align-items: center;
	transition: color 0.5s cubic-bezier(.19, 1, .22, 1) 0s;
}

.section-hero_content .section-hero_heading > div > a:hover,
.section-hero_content .section-hero_heading > a:hover {
	color: white;
}

.section-hero_content .section-hero_heading > div > a > i,
.section-hero_content .section-hero_heading > a > i {
	margin-top: -0.25rem;
	margin-left: .7rem;
	font-size: .9rem;
}

.section-hero .wrapper--title {
	margin-bottom: 30px;
}

.section-hero .wrapper--title h5 span {
	font-size: 1.1rem;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
}

@media screen and (max-width: 991px) {
	.section-hero .section-hero_main .section-hero_content {
		padding-bottom: 10px
	}

	.section-hero_content .section-hero_heading > h2 {
		font-size: 1.7em;
	}

	.section-hero_content .section-hero_heading .text-sub {
		font-size: 1.05rem;
	}

	.section-hero_content .section-hero_heading > div > a, .section-hero_content .section-hero_heading > a {
		font-size: 1em;
	}
}

.nivo-caption {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nivo-caption .slider-content {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.nivo-caption .slider-content .layer-1-3 {
		margin-top: 15px;
		text-align: center;
	}

	.nivo-caption .slider-content .ready-btn {
		display: inline-block !important;
		margin: 0 auto;
		font-size: 13px;
		padding: 6px 20px;
	}
}

.w--content-inner a {
	background-color: var(--base-color);
}

.w--content-inner a:hover {
	background-color: var(--hover-color);
}

.layer-1-2 h1 {
	line-height: 1.35;
}

.button-list_mb {
	gap: 8px;
	padding: 8px;
	justify-content: center;
}

.button-list_mb .btn-click {
	padding-left: 15px;
	padding-right: 15px;
}

.button-list_mb .btn-click span {
	font-size: 0.9rem;
}

.button-list_mb .btn-click span > i {
	font-size: 0.9rem;
}

@media screen and (max-width: 991px) {
	#slideCategory .banner--description {
		display: none !important;
	}
}

.button-catalogue {
	border: 2px solid var(--base-color);
	color: var(--base-color);
	font-size: 1rem;
	background-color: #fff;
	transition: .3s all ease;
	border-radius: 50px;
	font-weight: 500;
	padding: 0.35rem 2rem 0.35rem;
	display: inline-flex;
	align-items: center;
}

.button-catalogue:hover {
	color: #fff;
	background-color: var(--base-color);
	border-color: var(--base-color);
	transform: scale(1.07);
}

.showroom {
	padding: 1.25rem;
}

.showroom-map iframe {
	height: 600px;
	width: 100%;
	vertical-align: middle;
}

.showroom #showroom,
.showroom #showroom img {
	width: 100%;
	object-fit: cover;
	height: 600px;
}

.showroom .pnlm-container {
	background: #fff !important;
}

.showroom .pnlm-about-msg,
.showroom .pnlm-load-button {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.showroom {
		padding: 1.25rem 0;
	}

	.showroom-map iframe {
		height: 400px;
		width: 100%;
		vertical-align: middle;
		margin-top: .75rem;
	}

	.showroom #showroom,
	.showroom #showroom img {
		width: 100%;
		height: 400px;
	}
}

.blog-item .blog-description .blog-title,
.header-detail h3,
.single-title,
.sidebar-list-title h6 {
	font-weight: 700;
}

.preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 11000000000;
	position: fixed;
	overflow: hidden;
	background: var(--base-color);
}

.preloader .span {
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.location_indicator {
	margin: 5px auto;
	position: relative;
	width: 160px;
	height: 70px;
}

.location_indicator:before, .location_indicator:after {
	content: '';
	position: absolute;
}

.location_indicator img {
	-webkit-animation: mapping 2s linear infinite;
	-moz-animation: mapping 12 linear infinite;
	animation: mapping 2s linear infinite;
	position: absolute;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.location_indicator:after {
	left: 50%;
	transform: translateX(-50%);
	top: 79px;
	width: 80px;
	z-index: -1;
	height: 10px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes mapping {
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes mapping {
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes mapping {
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}


.section-product-box {
	padding: 40px 0;
}

.section-product-box__title {
	text-align: left;
}

.section-product-box__title h5 {
	text-transform: initial;
}

.product-box {
	border-radius: 0.375rem;
	overflow: hidden;
	position: relative;
	transition: all 0.35s ease;
	border: 1px solid transparent;
}

.product-box__overlay {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px;
	color: #fff;
}

.product-box__image {
	position: relative;
	overflow: hidden;
	display: block;
}

.product-box__image::after {
	display: block;
	content: "";
	padding-top: calc(419 / 353 * 100%);
}

.product-box__image img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.35s ease;
	height: 100%;
}

.product-box__title {
	font-weight: 700;
	font-size: 1.3rem;

}

.product-box__link {
	gap: 6px;
	transition: all 0.35s ease;
	position: relative;
	z-index: 3;
}

.product-box:hover,
.product-box:hover .product-box__title,
.product-box:hover .product-box__link,
.product-box__link {
	color: #fff !important;
}

.product-box:hover .product-box__image img {
	opacity: 0.8;
}

.product-box__link:hover {
	text-decoration: underline !important;

}

.section-swiper-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 65px;
}

.swiper-btn {
	width: 32px;
	height: 32px;
	background-color: var(--base-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	border-radius: 3px;
	font-size: 1.2rem;
	cursor: pointer;
	z-index: 3;
	position: relative;
}

.section-swiper-button .swiper-horizontal > .swiper-pagination-bullets,
.section-swiper-button .swiper-pagination-bullets.swiper-pagination-horizontal,
.section-swiper-button .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 2px;
}

.swiper-pagination {
	z-index: 1;
}

.swiper-pagination > span {
	margin: 0 5px;
}

.card-blog {
	margin-bottom: 0;
	border: 1px solid transparent;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	gap: 16px;
	box-shadow: none;
}

.card-blog .card-body {
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-blog__title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 1rem;
	margin-bottom: 5px;
	line-height: 20px;

	color: #1e1c1c;
	transition: all 0.35s ease;
	display: block;
}

.card-blog__desc {
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 13px;
	margin-bottom: 0;
	color: #343434;
}

.card-blog__link {
	color: var(--base-color);
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: auto !important;
	transition: all 0.35s ease-in-out;
}

.card-blog__category {
	line-height: 1.9;
	font-size: 0.9em;
	color: var(--base-color);
	font-weight: 600;
	display: flex;
	margin-bottom: 3px;
}

.card-blog-2:last-child {
	margin-top: 20px;
}

.card-blog-2 .card-blog__desc {
	-webkit-line-clamp: 2;
}

.card-blog__image {
	width: 340px;
	flex-shrink: 0;
}

.card-blog__image img {
	transition: all 0.35s ease-in-out;

}

.card-blog:hover .card-blog__image img {
	transform: scale(1.05);

}

.card-image-2 {
	width: 155px;
	/*	height: 175px !important;*/
	flex-shrink: 0;
}

.card-blog__title:hover,
.card-blog__link:hover,
.card-blog__category:hover {
	color: var(--hover-color) !important;
}

.card-blog__link:hover span {
	transition: all 0.35s ease-in-out;
}

.card-blog__link:hover span {
	transform: translateX(3px);
}

.card-blog__desc-1 {
	line-height: 20px;
	font-size: 13px;
	margin-bottom: 0;
	color: #343434;
}

@media (max-width: 991px) {
	.card-blog__image {
		width: 200px;
		height: 120px;
	}

	.card-blog__title,
	.card-blog-2 .card-blog__desc {
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 576px) {
	.card-blog {
		gap: 12px;
	}

	.card-blog__image {
		width: 130px;
		/*height: 120px !important;*/
		height: auto !important;
	}

	.card-blog__title {
		font-size: 0.9rem;
	}

	.card-blog__category {
		font-size: 0.85em;
	}

	.card-blog__desc,
	.card-blog__desc-1 {
		display: none;
	}

	.card-blog__link {
		font-size: 0.9em;
	}
}

/*   counter-item    */
.section-counter {
	padding: 30px 0;
}

.counter-item {
	text-align: center;
}

.counter-number {
	color: var(--base-color);
	font-size: 3rem;
	font-weight: 700;
}

.counter-title {
	font-weight: 600;
	font-size: 1.3rem;
}

@media (max-width: 576px) {
	.section-counter {
		padding: 30px 0 0;
	}

	.counter-number {
		font-size: 1.35rem;
	}

	.counter-title {
		font-size: 0.775rem;
	}
}


/*=======section-product====*/
.wrapper--product {
	overflow: hidden !important;
	position: relative;
}


.cs-header-2 .cs-header-preview-2:hover,
body.show-category-products .cs-header-2 .cs-header-preview-2 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.cs-header-2 .cs-header-preview-2 {
	position: absolute;
	/*top: 50px;*/
	width: 100%;
	left: 0;
	z-index: 99;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
	padding: 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale3d(1, 0, 0);
	transform: scale3d(1, 0, 0);
	-webkit-transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s ease;
	transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s ease;
	-o-transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
	transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
	transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}


.cs-header .cs-header-preview::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: transparent;
	position: absolute;
	top: -10px;
	z-index: 9;
}

.cs-header .cs-header-preview .preview-wrapper {
	padding: 35px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.cs-header .cs-header-preview .preview-wrapper .preview-menu {
	display: flex;
	flex-direction: column;
	width: 235px;
	-webkit-box-shadow: inset -1px 0 0 0 var(--base-color);
	box-shadow: inset -1px 0 0 0 var(--base-color);
	position: relative;
}

.cs-header .cs-header-preview .preview-wrapper .preview-menu > .line {
	display: inline-block;
	width: 4px;
	position: absolute;
	right: -1px;
	background-color: transparent;
	-webkit-transition: top 0.15s linear;
	-o-transition: top 0.15s linear;
	transition: top 0.15s linear;
}

.cs-header .cs-header-preview .preview-wrapper .preview-menu li {
	display: block;
	position: relative;
	height: 50px;
}

.cs-header .cs-header-preview .preview-wrapper .preview-menu li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--base-color);
	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}

.cs-header .cs-header-preview .preview-wrapper .preview-menu li a label {
	margin-bottom: 0;
	font-size: 11px;
	text-transform: capitalize;
	background: var(--danger);
	padding: 2px 5px 1px;
	display: inline-block;
	border-radius: 4px;
	color: #fff !important;
	margin-left: 10px;
}

.cs-header .cs-header-preview .preview-slides-2,
.cs-header .cs-header-preview .preview-slides-3 {
	position: relative;
	width: 100%;
}

.cs-header .cs-header-preview-2 .preview-slides-2 .slide,
.cs-header .cs-header-preview-3 .preview-slides-3 .slide-3 {
	float: left;
	margin-right: -100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	padding-left: 50px;
	-webkit-transition: opacity 0.15s, visibility 0.15s;
	-o-transition: opacity 0.15s, visibility 0.15s;
	transition: opacity 0.15s, visibility 0.15s;
}

.cs-header .cs-header-preview-2 .preview-slides-2 .slide.active,
.cs-header .cs-header-preview-3 .preview-slides-3 .slide-3.active {
	z-index: 99;
	opacity: 1;
	visibility: visible;
}

.cs-header .cs-header-preview-2 .preview-slides-2 .slide::after,
.cs-header .cs-header-preview-3 .preview-slides-3 .slide-3::after {
	content: "";
	display: table;
	clear: both;
}

.cs-header .cs-header-preview-2 .preview-slides-2 .slide .slide-wrapper,
.cs-header .cs-header-preview-3 .preview-slides-3 .slide-3 .slide-wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: unset;
	grid-template-rows: unset;
	grid-gap: 25px;
	height: 425px;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
	scroll-snap-stop: always;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-overflow-scrolling: touch;
	scroll-padding: 1rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 7;
}

.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper::-webkit-scrollbar {
	display: none;
	width: 0;
}

.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper > * {
	scroll-snap-align: start;
}

.card {
	z-index: 1;
}

.card-car {
	margin-bottom: 0;
	overflow: hidden;
	height: 250px;
	transition: all 0.35s ease-in-out;
}

.card-car:hover {
	color: #495057;
}

.card-car .card-body {
	padding: 10px 5px;
}

.card-car .card-media img.img-scale {
	transition: all 0.35s ease-in-out;
}

.card-car:hover .card-media img.img-scale {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.card-car .card-body {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px 0 10px 0;
}

.card-car .card-title {
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--base-color);
	text-align: center;
	/*min-height: 36px;*/
	text-transform: uppercase;
}

.card-car .card-price {
	font-weight: 500;
	margin-bottom: 8px;
}

.card-car .card-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--base-color);
	color: #fff;
	padding: 10px 25px;
	font-size: 0.75rem;
	margin-bottom: 0;
	position: relative;
	text-align: center;
	z-index: 2;
	line-height: 1;
	font-weight: 600 !important;

	text-transform: uppercase;
	border-radius: 20px;
	height: 40px;
	width: max-content;
	margin: 0 auto;
	transition: all 0.35s ease;
}

.card-car .card-text:hover {
	background-color: var(--hover-color);
}

.card-car .card-text::after {
	content: '';
	display: none;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 100%;
}

.card-car__hot {
	position: absolute;
	right: 10px;
	top: -5px;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
}

.card-car__hot > span {
	animation: text-color 1s infinite;
}

@keyframes text-color {
	0% {
		color: #F8CD0A;
	}
	50% {
		color: #fff;
	}
	100% {
		color: #F8CD0A;
	}
}

.wrapper--product__inner.cs-header .cs-header-preview .preview-wrapper {
	padding: 35px 0;
}

.wrapper--product__inner.cs-header .cs-header-preview .preview-wrapper .preview-menu li a {
	padding: 0;
}

.cs-header .cs-header-preview-3 .preview-slides-3 .slide-3 .slide-wrapper {
	height: auto;
}

@media screen and (max-width: 1023px) {
	.card-car {
		margin-bottom: 0;
		overflow: hidden;
		height: 225px;
	}

	.card-car .card-text {
		height: 32px;
		padding: 10px 16px;
	}
}

@media (max-width: 991px) {
	.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 576px) {
	.card-car__hot {
		right: 0px;
		top: -5px;
		min-width: 42px;
		height: 42px;
		font-size: 7px;
	}

	.cs-header .cs-header-preview .preview-slides .slide .slide-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.wrapper--product__inner .cs-header-preview .preview-slides .slide {
		padding-left: 30px;
	}

	.cs-header-2 .cs-header-preview .preview-wrapper {
		padding: 20px;
	}

	.cs-header .cs-header-preview-2 .preview-slides-2 .slide {
		padding-left: 10px;
	}

	.cs-header .cs-header-preview-3 .preview-slides-3 .slide-3 .slide-wrapper {
		height: auto;
	}


	.cs-header-preview-3 .preview-wrapper .preview-menu {
		flex-direction: row;
	}

	.cs-header-preview-3 .preview-wrapper {
		flex-direction: column;
	}

	.cs-header-preview-3 .preview-wrapper .preview-menu {
		flex-direction: row !important;
		gap: 10px;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		margin-bottom: 25px;
		box-shadow: none !important;
	}

	.cs-header-preview-3 .preview-wrapper .preview-menu li a {
		padding: 0.5rem 0.85rem !important;
		border-radius: 4px;
		border: 1px solid transparent;
		background-color: transparent;
		height: unset !important;

	}

	.cs-header-preview-3 .preview-wrapper .preview-menu li.active a {
		background-color: var(--base-color);
		color: #fff;
	}

	.cs-header-preview-3 .preview-wrapper .preview-menu > .line {
		display: none !important;
	}

	.cs-header-preview-3 .preview-slides .slide {
		padding-left: 0 !important;
	}

	.cs-header-preview-3 .preview-slides .slide .slide-wrapper {
		grid-template-columns: repeat(2, 0.5fr) !important;
	}
}

.wrapper--blog {
	padding-bottom: 50px;
}

/*============================================
           header-search
===============================================*/
:root {
	--light-color: #f2f2f2;
	--transition: all 0.4s ease-in;
}

.navigation--inner {
	gap: 10px;
}

.header-search {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	background-color: #ffff;
	border-radius: 50%;
	border: 1px solid #ffff;
	cursor: pointer;
}

.header-search:focus {
	outline: none;
}

.header-search svg path {
	fill: var(--base-color);
}

.tool-search {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(10px);
	transition: all 0.35s ease-in;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.tool-search.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.tool-search .tool-search_inner {
	background-color: #ffff;
	padding: 15px;
	position: relative;
	box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.2);
}

.tool-search .tool-search_inner input {
	position: relative;
	width: 100%;
	height: 44px;
	padding-right: 140px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	color: var(--base-color);
	font-size: 1em;
}

.tool-search .tool-search_inner input:focus {
	outline: none;
}

.tool-search .tool-search_inner input::-webkit-input-placeholder {
	color: var(--base-color);
	opacity: .9;
}

.tool-search .tool-search_inner input::-moz-placeholder {
	color: var(--base-color);
	opacity: .9;
}

.tool-search .tool-search_inner input:-ms-input-placeholder {
	color: var(--base-color);
	opacity: .9;
}

.tool-search .tool-search_inner input::-ms-input-placeholder {
	color: var(--base-color);
	opacity: .9;
}

.tool-search .tool-search_inner input::placeholder {
	color: var(--base-color);
	opacity: .9;
}

.tool-search .tool-search_inner button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	border: 0;
	font-size: 1em;
	min-width: 120px;
	height: 34px;
	padding: 5px 20px;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	background-color: var(--base-color);
	z-index: 2;
	cursor: pointer;
	color: #ffff;
}

.tool-search .tool-search_inner button i {
	-webkit-transition: .3s margin ease-in;
	-o-transition: .3s margin ease-in;
	transition: .3s margin ease-in;
	margin-left: 8px;
	font-size: 1.2em;
}

.tool-search .tool-search_inner button:hover {
	background-color: var(--hover-color);
	color: #ffff;
}

.result-search {
	background-color: white;
	margin-top: 10px;
	padding: 20px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	.result-search {
		height: 590px;
		overflow-y: scroll;
	}

	.search-title h5 {
		font-size: 1.6rem !important;
	}
}
