:root {
	--main-color: #45aaf2;
	--text-color: #121212;
}

.cta-sendbutton {
	background: #00C853;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}

.cta-sendbutton a {
	color: #fff;
}

.cta-sendbutton:hover {
	background: #c50000;
	color: #fff;
}

#tongquan {
	padding-bottom: 0;
}

.action-title {
	color: #d50000;
}

.action-text {
	font-size: 16px;
}

.action-text b {
	color: #d50000;
}

.cta-sendbutton2 {
	height: 15px;
	width: 15px;
	background: #f33e47;
	border-radius: 100%;
	z-index: 9;
	top: -5px;
	right: -5px;
	position: absolute;
	animation: pulse .5s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

.action-text {
	margin-top: 10px;
}

.tool-fixed {
	position: fixed;
	top: 30%;
	right: 0;
	width: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 100;
	border-radius: 10px 0 0 10px;
	opacity: 1;
}

.tool-fixed ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.tool-fixed ul li {
	position: relative;
	z-index: 999;
}

.tool-fixed ul li a.hover {
	background-color: #45aaf2;
	padding: 7px;
	display: block;
	outline: none;
	box-shadow: none;
}

.tool-fixed ul li a img {
	max-width: 100%;
}

.tool-fixed ul li .show {
	position: absolute;
	top: 0;
	width: 150px;
	height: 38px;
	right: -200px;
	background-color: #45aaf2;
	transition: right 0.5s;
	line-height: 35px;
	z-index: -1;
}

.tool-fixed ul li .show a {
	display: block;
	color: #fff;
	font-weight: bold;
}

.tool-fixed ul li:hover .show {
	right: 35px;
}

.tool-fixed ul li:hover .hover {
	background-color: #45aaf2;
}

.tool-fixed ul li i {
	font-size: 1.2rem;
	color: #fff
}

@media screen and (max-width: 768px) {
	.tool-fixed {
		width: 100% !important;
		top: unset !important;
		bottom: 0;
		text-align: center;
		background: var(--main-color) !important;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		z-index: 9;
		border-radius: 0 !important;
		opacity: 1;
	}

	.tool-fixed ul {
		display: flex;
	}

	.tool-fixed ul li {
		width: 100%;
	}

	.tool-fixed ul li a.hover {
		background: #45aaf2;
		display: block;
		width: 100%;
		padding: 5px !important;
	}

	.tool-fixed ul li .show {
		display: block;
		position: static !important;
		width: 100% !important;
		height: 18px !important;
		background-color: #45aaf2;
		line-height: 35px;
	}

	.tool-fixed ul li .show a {
		display: block;
		line-height: 1;
		font-size: 10px;
		color: #fff !important;
	}
}

.float-contact {
	position: fixed;
	bottom: 2rem;
	left: 10px;
	z-index: 99;
}

@media screen and (max-width: 768px) {
	.float-contact {
		bottom: 4rem;
	}
}

.float-contact__item {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
}

.float-contact__item__icon, .float-contact__item__text {
	-webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.float-contact__item__icon {
	font-size: 1.6rem;
	height: 50px;
	width: 50px;
	position: relative;
	z-index: 2;
	padding: 10px;
	color: white;
	background: var(--main-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s ease-in-out;
}

.float-contact__item__icon:before {
	content: '';
	display: block;
	position: absolute;
	border: 2px #f33e47 solid;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-radius: 100%;
	-webkit-animation-name: hover-ripple-out;
	animation-name: hover-ripple-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.float-contact__item__text {
	padding: .5rem 1rem .5rem 1rem;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	color: white;
	background: var(--main-color);
	font-weight: bold;
	margin-left: -0.8rem;
	z-index: 1;
	font-size: 1rem;
}

@-webkit-keyframes hover-ripple-out {
	100% {
		top: -7px;
		right: -7px;
		bottom: -7px;
		left: -7px;
		opacity: 0;
	}
}

@keyframes hover-ripple-out {
	100% {
		top: -7px;
		right: -7px;
		bottom: -7px;
		left: -7px;
		opacity: 0;
	}
}

@media screen and (max-width: 768px) {
	.float-contact__item__text {
		display: none;
	}

	.float-contact__item__icon {
		font-size: 1.2rem;
		height: 40px;
		width: 40px;
		position: relative;
	}
}

.banner {
	padding: 0;
}

.slider-banner {
	position: relative;
	overflow: hidden;
}

.slider-banner .owl-nav {
	margin: 0;
	height: 0;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.slider-banner .owl-nav button {
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
}

.slider-banner .owl-nav span {
	font-size: 2em;
	color: #d9d9d9;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .4s all ease-in-out;
}

.slider-banner .owl-nav button.owl-next span:hover, .slider-banner .owl-nav button.owl-prev span:hover {
	border-color: #fff;
	background-color: #000;
	color: #fff;
}

.slider-banner .owl-dots {
	display: none;
}

@media screen and (max-width: 768px) {
	.slider-banner .owl-dots {
		display: block;
		position: absolute;
		bottom: -7px;
		left: 50%;
		transform: translateX(-50%);
	}

	.slider-banner .owl-dots .owl-dot.active span, .slider-banner .owl-dots .owl-dot:hover span {
		background: var(--main-color);
	}
}

.headline {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 5px;
	font-weight: 700;
	font-size: 2.5em;
	color: var(--main-color);
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.headline {
		font-size: 1.5em;
	}
}

.slider-bangiaoxe .owl-item .slider-item {
	background: #fcf8f8;
	border-radius: 4px;
	border: 1px solid #c9c9c9;
	overflow: hidden;
}

.slider-bangiaoxe .owl-item .slider-item img {
	min-height: 150px;
	object-fit: cover;
}

.slider-bangiaoxe .owl-dots {
	display: block;
	margin-top: 25px !important;
}

.slider-bangiaoxe .owl-dots > button > span {
	width: 12px;
	height: 12px;
	transition: .2s all linear !important;
	outline: none !important;
	box-shadow: none !important;
}

.slider-bangiaoxe .owl-dots .owl-dot.active span, .slider-bangiaoxe .owl-dots .owl-dot:hover span {
	background: var(--main-color);
	width: 22px;
	border-radius: 10px;
	outline: none !important;
	box-shadow: none !important;
}

.product-box {
	background: #fff;
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	transition: .2s all ease;
}

.product-box .product-image {
	position: relative;
	overflow: hidden;
	padding: 30px;
}

.product-box .product-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.product-box .product-image img {
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
	transition: .5s all ease;
}

.product-box .product-description {
	padding: 15px;
	background: #f5f8fa;
	border-top: 1px dotted #cecece;
}

.product-box .product-description .product-title {
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 30px;
	font-size: 18px;
	color: #232323;
	font-weight: 600;
	line-height: 1.4;
	transition: .2s all ease;
}

.product-box .product-description .product-title:hover {
	color: var(--main-color);
}

.product-box .product-description .product-text {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #333;
}

.product-box .product-description .product-text i {
	width: 20px;
	margin-right: 5px;
	font-size: 16px;
	color: var(--main-color);
}

.product-box:hover {
	box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 2px 6px 2px;
}

.product-box:hover .product-image:before {
	-webkit-animation: shine 2s;
	animation: shine 2s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.product-box:hover .product-image img {
	transform: scale(1.1);
}

.section-blog {
	background: #f5f6f9;
}

.single-blog {
	background: #fff;
}

.single-blog .single-blog-img,
.single-blog .single-blog-img img {
	display: block;
	width: 100%;
	height: 100%;
}


.single-blog .single-blog-content {
	padding: 15px;
	border: 1px solid #eaeaea;
}

.single-blog .single-blog-content .blog-meta {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #878787;
	font-weight: 200;
}

.single-blog .single-blog-content .blog-meta i {
	margin-right: 4px;
}

.single-blog .single-blog-content .blog-text h4 a {
	margin-top: 6px;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 17px;
	color: #232323;
	font-weight: 600;
	line-height: 1.4;
	transition: .2s all ease;
}

.single-blog .single-blog-content .blog-text p {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 15px;
	color: #454545;
	font-weight: 200;
}

.single-blog .single-blog-content .blog-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.ready-btn {
	background: var(--main-color);
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	-webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	-o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	cursor: pointer;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 0.975em;
	width: 140px;
	height: 36px;
	line-height: 36px;
}

.ready-btn ._icon,
.ready-btn ._text {
	display: block;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}

.ready-btn ._icon {
	width: 32%;
	right: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	-o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.ready-btn ._text {
	width: 68%;
	left: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	-o-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
	transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.ready-btn ._text:after {
	content: "";
	background-color: rgba(255, 255, 255, 0.35);
	width: 1px;
	height: 50%;
	position: absolute;
	top: 25%;
	right: -1px;
}

.ready-btn:hover,
.ready-btn:focus {
	outline: none !important;
	box-shadow: none !important;
	background: #f62c40;
	color: #fff;
}

.ready-btn:hover ._text {
	left: -68%;
	opacity: 0;
}

.ready-btn:hover ._icon {
	width: 100%;
}

.modal-style {
	border-radius: 0;
}

.modal-style .modal-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 0;
	background: var(--main-color);
	overflow: hidden;
	border-bottom: 0;
}

.modal-style .modal-header ._icon {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	font-size: 1.7em;
	position: relative;
	z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.modal-style .modal-header p {
	margin-bottom: 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.modal-style .modal-header p span {
	color: var(--text-color);
}

.modal-style .modal-header a {
	position: absolute;
	top: 5px;
	font-size: 1.3em;
	right: 10px;
	color: #fff;
	z-index: 2;
}

.modal-style .modal-header:before {
	top: -40px;
	right: -40px;
	width: 140px;
	height: 140px;
	content: "";
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 20px solid #fff;
}

.modal-style .modal-body {
	padding: 30px;
	position: relative;
	overflow: hidden;
}

.modal-style .modal-body:before {
	bottom: -50px;
	left: -50px;
	width: 150px;
	height: 150px;
	content: "";
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 30px solid rgba(235, 26, 47, 0.55);
}

.modal-style .modal-body .form-group {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.modal-style .modal-body .form-group label {
	font-size: 1.1em;
	margin-bottom: 3px;
	padding-left: 5px;
	color: #434040;
	font-weight: 600;
}

.modal-style .modal-body .form-group .form-control {
	border-radius: 20px;
	outline: none !important;
	box-shadow: none !important;
	background: #f5f8fa;
	padding-left: 15px;
	padding-top: .45rem;
	padding-bottom: .45rem;
}

.contact-area {
	padding: 100px 0;
	position: relative;
}

.contact-area > iframe {
	width: 100%;
	height: 800px;
	vertical-align: middle;
}

.contact-area > .contact-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	z-index: 1;
	box-shadow: 0 20px 30px rgba(34, 34, 34, .1), 0 -20px 30px rgba(34, 34, 34, .1);
	padding: 25px;
	background: #fff;
	width: 30%;
}


.contact-area > .contact-content .title {
	margin: 15px 0;
	font-size: 1.45em;
	font-weight: 700;
	color: var(--main-color);
}

.contact-area > .contact-content .desc {
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	color: #797979;
	font-size: 1em;
}

.contact-area > .contact-content .desc a {
	color: var(--main-color);
	font-weight: 700;
	font-size: 1.05em;
}

.contact-area > .contact-content .desc p:last-of-type {
	margin-bottom: 0;
}

.contact-area > .contact-content .desc:before {
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	border-radius: 10px;
	height: 4px;
	left: 0;
	bottom: 0;
	background: var(--main-color);
}

.contact-area > .contact-content .content {
	margin-top: 15px;
}

.contact-area > .contact-content .content ul {
	display: flex;
	flex-direction: column;
}

.contact-area > .contact-content .content ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.contact-area > .contact-content .content ul li:last-of-type {
	margin-bottom: 0;
}


.contact-area > .contact-content .content ul li ._icon {
	width: 45px;
	height: 45px;
	background: #f5f8fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4em;
	color: #454545
}

.contact-area > .contact-content .content ul li ._text {
	padding-left: 15px;
	font-weight: 400;
	font-size: 1em;
	color: #969696;
	width: calc(100% - 45px);
}

.contact-area > .contact-content .content ul li ._text span {
	display: block;
	font-weight: 700;
	font-size: 1.2em;
	color: #222;
}

.contact-area > .contact-content .content ul li ._text a {
	color: #969696;
}

@media screen and (max-width: 768px) {
	.contact-area {
		padding: 0 !important;
	}

	.contact-area > .contact-content {
		position: relative;
		top: unset;
		right: unset;
		transform: translateY(0);
		width: 100%;
	}

	.contact-area > .contact-content .desc a {
		font-size: 1.15em;
	}
}

.page-contact {
	padding: 30px 0 0;
}

.page-contact .contact-area {
	padding: 120px 0;
}

.page-contact .contact-area iframe {
	height: 800px;
}

.contact-main .contact-area .contact-form {
	position: relative;
	padding-top: 30px;
	margin-top: 30px;
}

.contact-main .contact-area .contact-form:before {
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	border-radius: 10px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: var(--main-color);
}

.page-contact .contact-area .contact-form .form-group {
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.page-contact .contact-area .contact-form .form-group label {
	font-size: 1.1em;
	margin-bottom: 3px;
	padding-left: 5px;
	color: #434040;
	font-weight: 600;
}

.page-contact .contact-area .contact-form .form-group .form-control {
	border-radius: 4px;
	outline: none !important;
	box-shadow: none !important;
	background: #fbfcfd;
	padding-left: 15px;
	padding-top: .45rem;
	padding-bottom: .45rem;
}

.page-contact .contact-area .contact-form .titlePage h3 {
	margin-top: 30px;
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-left: 5px;
	color: var(--main-color);
}

.footer {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.footer .footer-svg {
	position: absolute;
	z-index: 2;
	width: 100%;
	opacity: 0.1;
	left: 0;
	bottom: -100px;
}

.footer .footer-svg use:first-of-type {
	transform: translate3d(10px, 0, 0);
}

.footer .footer-svg use:nth-of-type(2) {
	transform: translate3d(72px, 0, 0);
}

.footer .footer-svg use:nth-of-type(3) {
	transform: translate3d(100px, 0, 0);
}

.footer .footer-main {
	position: relative;
	z-index: 2;
}

.footer .footer-main h5 {
	font-size: 1.3em;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer .footer-main h5:before {
	position: absolute;
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #ded5d5;
	bottom: 0;
	left: 0;
}

.footer .footer-main ul li a {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 1.1em;
	position: relative;
	padding-left: 20px;
}

.footer .footer-main ul li a:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ded5d5;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

@media screen and (max-width: 768px) {
	.footer .footer-main h5 {
		font-size: 1.15em;
	}
}


.block-video {
	background: #f5f8fa;
}

.block-contact {
	padding: 50px 0;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	position: relative;
	overflow: hidden;
}

.block-contact .heading {
	font-weight: 600;
	color: #000;
	font-size: 2em;
	line-height: 1;
}

.block-contact .heading span {
	color: var(--main-color);
}

.block-contact .subheading {
	margin-top: 10px;
	font-size: 1.3em;
	color: #53574e;
}

.block-contact .contact-form .form-group {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	margin-left: auto;
}

.block-contact .contact-form .form-group input {
	height: 50px;
	padding: 10px 167px 10px 20px;
	color: var(--main-color);
	font-size: 17px;
	border: 1px solid #e9e9e9;
	border-right: none;
	width: 100%;
	letter-spacing: 0.25px;
	background: #fff;
	font-weight: 300;
	border-radius: 100px;
	outline: none !important;
	box-shadow: none !important;
}

.block-contact .contact-form .form-group .btn-rounded {
	background: var(--main-color);
	color: #fff;
	border-radius: 0 100px 100px 0;
	width: 150px;
	height: 50px;
	position: absolute;
	top: 0;
	text-align: center;
	padding: 0;
	right: 0;
	font-weight: 400;
	transition: all 0.3s ease;
	outline: none !important;
	box-shadow: none !important;
	font-size: 1.2em;
}

.block-contact .contact-form .form-group .btn-rounded:hover {
	border: 1px solid var(--main-color);
	color: var(--main-color);
	background: #fff;
}

.block-contact .contact-decor {
	height: 200px;
	width: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -100px;
	right: -100px;
}

@media screen and (max-width: 768px) {
	.block-contact .heading {
		font-size: 1.5em;
	}

	.block-contact .subheading {
		font-size: 1em;
	}

	.block-contact .heading,
	.block-contact .subheading {
		text-align: center;
	}

	.block-contact .contact-form {
		margin-top: 30px;
	}

	.block-contact .contact-form .form-group {
		max-width: 100%;
	}

	.block-contact .contact-form .form-group input {
		height: 40px;
		font-size: 16px;
	}

	.block-contact .contact-form .form-group .btn-rounded {
		width: 120px;
		height: 40px;
	}
}

.scrollspy {
	background: #f5f8fa;
}

.scrollspy .scrollspy-menu li {
	background: transparent;
	position: relative;
	overflow: hidden;
	transition: .2s all linear;
	border-bottom: 3px solid transparent;
}

.scrollspy .scrollspy-menu li:before {
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.0);
	transition: .2s all ease;
}

@media screen and (max-width: 768px) {
	.scrollspy .scrollspy-menu li:before {
		top: 2px;
		right: 2px;
		width: 6px;
		height: 6px;
	}
}

.scrollspy .scrollspy-menu li.active,
.scrollspy .scrollspy-menu li:hover {
	background: #fff;
	border-bottom: 3px solid #da001a;
}

.scrollspy .scrollspy-menu li.active:before,
.scrollspy .scrollspy-menu li:hover:before {
	background: rgba(235, 26, 47, 0.95);
}

.scrollspy .scrollspy-menu li a {
	font-size: 16px;
	font-weight: 600;
	color: #222 !important;
}

.scrollspy .scrollspy-menu li a .icon {
	color: #222 !important;
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-header .btn-dark {
	background: #f5f8fa;
}

.accordion-header .btn-dark:hover,
.accordion-header .btn-dark:active {
	background: #f5f8fa;
	box-shadow: none !important;
}

.accordion-header .btn-dark:before {
	margin-top: -9px;
}

.accordion-body {
	border: 1px solid #c9c9c9;
	border-top: 0;
	background: #f5f8fa;
}

.page-product .car-preview .basic {
	position: relative;
	top: 0;
	margin-bottom: 60px;
}

.page-product .car-preview .basic h1 {
	font-size: 2.5em;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.page-product .car-preview .basic h1:before {
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	height: 5px;
	background: var(--main-color);
	bottom: 0;
	left: 0;
}

.page-product .car-preview .banner-price {
	display: flex;
	align-items: center;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 300;
}

.page-product .car-preview .banner-price span {
	line-height: 1;
	padding-left: 0px;
	font-weight: bold;
}

.page-product .car-preview .banner-price sup {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
}

.page-product .car-preview .car-preview-color {
	position: relative;
	top: unset;
	left: 50%;
	transform: translateX(-50%);
	right: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 70%;
	width: 100%;
	flex-direction: row;
}

.car-preview .car-preview-color .color-item {
	padding: 15px;
	border-radius: 5px;
	border: 2px solid transparent;
	margin: 10px;
	transition: .3s ease-in-out;
}

.page-product .car-preview .car-preview-color .color-item:hover {
	border: 2px solid var(--main-color);
	transition: .3s ease-in-out;
}

.page-product .car-preview .car-preview-color img {
	max-width: 100px;
}

.page-product .version-item {
	background: #f6f7f9;
	border-radius: 6px;
	margin-bottom: 1.5rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.page-product .version-item .version-title {
	font-size: 1.4em;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

.page-product .version-item .price {
	font-size: 1.2em;
}

.page-product .version-item .version-description ul {
	margin-bottom: 0;
	font-size: 1.1em;
}

.page-product .header-section h3 {
	position: relative;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.page-product .header-section h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 3px;
	background: var(--main-color);
	bottom: 0;
	left: 0;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	background: var(--main-color);
	width: 40px;
	height: 40px;
	z-index: 9999;
	text-decoration: none;
	border-radius: 5px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: middle;
}

#return-to-top:hover {
	background: #fff;
}

#return-to-top:hover i {
	color: var(--main-color);
	top: 15px;
}

@media screen and (max-width: 768px) {
	#return-to-top {
		bottom: 70px;
	}
}

@media screen and (max-width: 768px) {
	.page-product .car-preview .basic h1 {
		font-size: 2em;
	}

	.page-product .car-preview .basic h1:before {
		height: 3px;
	}

	.page-product .car-preview .banner-price {
		font-size: 1em;
	}

	.car-preview .basic .banner-price span {
		font-size: 1.4em;
	}

	.page-product .car-preview .banner-price sup {
		font-size: .9em;
	}

	.page-product .car-preview .car-preview-color {
		left: 0;
		transform: translateX(0);
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.page-product .car-preview .car-preview-color .color-item {
		padding: 5px;
		width: 33.3333%;
		margin: 0%;
	}

	.page-product .car-preview .car-preview-color .color-item img {
		width: 100%;
	}

	.page-product .car-preview {
		margin-bottom: 30px;
	}

	.page-product .hinhthucte .img {
		height: 100px;
	}

	.page-product .tieude h4 {
		font-size: 1.1em;
		color: #222;
		font-weight: 700;
		height: 33px !important;
	}
}

@media screen and (max-width: 768px) {
	div.header-second {
		background: #fffcfc;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 12px 0px;
	}

	div.header-second #mainMenu nav > ul > li {
		position: relative;
		margin-left: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}

	div.header-second #mainMenu nav > ul > li > a {
		padding: 15px 10px;
		color: var(--main-color);
		background: #fff;
		border-bottom: 1px solid #f1f1f1;
	}

	div.header-second #mainMenu nav > ul > li:first-child {
		text-align: center;
		background: #fff;
		padding: 15px 0 !important;
		border-bottom: 1px solid #c9c9c9;
	}

	div.header-second #mainMenu nav > ul > li img {
		height: 2.5rem;
	}

	.close-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999999;
	}

	.close-menu #btn-close-menu {
		background: var(--main-color);
		color: #fff;
	}

	.click-dropdown {
		right: 10px;
		top: 8px;
		font-size: .7em;
		color: var(--main-color);
	}

	.product-item {
		background: #fff;
		text-align: center;
	}

	div.header-second #mainMenu nav > ul > li:hover > a {
		background: var(--main-color);
	}

	.footer-copyright {
		padding-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.page-product .car-preview .car-preview-color {
		left: 0;
		transform: translateX(0);
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.page-product .car-preview .car-preview-color .color-item {
		padding: 5px;
		width: 33.3333%;
		margin: 0%;
		text-align: center
	}

	.page-product .car-preview .car-preview-color .color-item img {
		width: 100%;
	}
} 