@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
@font-face {
	font-family: "SVN-HemiHead";
	src: url("../fonts/SVN-HemiHead/SVN-HemiHead.eot");
	src: url("../fonts/SVN-HemiHead/SVN-HemiHead.eot") format("embedded-opentype"),
		url("../fonts/SVN-HemiHead/SVN-HemiHead.woff2") format("woff2"),
		url("../fonts/SVN-HemiHead/SVN-HemiHead.woff") format("woff"),
		url("../fonts/SVN-HemiHead/SVN-HemiHead.ttf") format("truetype"),
		url("../fonts/SVN-HemiHead/SVN-HemiHead.svg#MTD") format("svg");
}

@font-face {
	font-family: "UTMHelvetIns";
	src: url("../fonts/UTMHelvetIns/UTMHelvetIns.eot");
	src: url("../fonts/UTMHelvetIns/UTMHelvetIns.eot") format("embedded-opentype"),
		url("../fonts/UTMHelvetIns/UTMHelvetIns.woff2") format("woff2"),
		url("../fonts/UTMHelvetIns/UTMHelvetIns.woff") format("woff"),
		url("../fonts/UTMHelvetIns/UTMHelvetIns.ttf") format("truetype"),
		url("../fonts/UTMHelvetIns/UTMHelvetIns.svg#MTD") format("svg");
}

/* Main */
:root {
	--main-color: #ffc701;
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #cc0000;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-white: #ffffff;
	--color-hover: var(--main-color);
	--body: #fbf5ef;
}

body {
	font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
		"Noto Color Emoji";
	font-size: 14px;
	font-weight: 400;
}
.padding-top-bottom {
	padding: 30px 0 !important;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a,
input,
textarea {
	outline: none;
	padding: 0px;
}

a:hover {
	text-decoration: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

.wrap-container {
	position: relative;
}
.wrap-content {
	max-width: 1200px;
	margin: auto;
	width: calc(100% - 30px);
}

.wrap-main.wrap-template {
	/* margin-bottom: 150px; */
}

.wrap-content {
}

/* filter-white*/
.filter-white {
	filter: brightness(0) invert(1);
}

/* Hover */
.hover-glass {
	overflow: hidden;
	display: block;
	position: relative;
}

.hover-glass::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover-glass:hover:before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/* slick-dots-cus */
.slick-d-none {
	display: none;
}

.slick-d-none.slick-initialized {
	display: block;
}

.slick-dots-cus .slick-dotted.slick-slider {
	margin: 0;
}

.slick-dots-cus .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	overflow: hidden;
}

.slick-dots-cus .slick-dots {
	bottom: unset;
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	text-align: left;
	width: 100%;
}

.slick-dots-cus .slick-dots li button {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0;
}

.slick-dots-cus .slick-dots li button:before {
	display: none;
}

.slick-dots-cus .slick-dots li.slick-active button {
	background: var(--main-color);
}

.slick-dots-cus .slick-dots li.slick-active {
}

/* General */
.share {
	padding: 17px 15px 10px 15px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}

.share b {
	display: block;
	margin-bottom: 5px;
}

.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 45px / 2);
}

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
	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;
}

.control-owl button:hover {
	opacity: 1;
}

.control-owl button.owl-prev {
	left: 20px;
}

.control-owl button.owl-next {
	right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px);
}

.custom-form-row {
	margin-right: -10px;
	margin-left: -10px;
}

.custom-form-row > .col,
.custom-form-row > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.text-sm {
	font-size: 0.875rem !important;
}

/* Lazyload */
img.lazy {
	opacity: 0;
}

img:not(.initial) {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

/* title-main */
.title-main {
	margin-bottom: 1.5rem;
	text-align: center;
	position: relative;
	z-index: 4;
}

.title-main.title-main-detail h2 {
	margin: 0;
	text-transform: uppercase;
}

.title-main h2 {
	font-style: normal;
	font-weight: 400;
	color: #f7ca03;
	font-size: 35px;
	font-family: "SVN-HemiHead";
	background: url(../images/title.png) no-repeat bottom center;
	padding-bottom: 50px;
}

.title-main span {
	font-size: 45px;
	font-family: "VLParfumerieScriptRegular";
	font-weight: normal;
}

.title-main p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
	line-height: 30px;
}

.title-main.title-white h2,
.title-main.title-white p.slogan-2 {
	color: #fff;
}

.title-main.title-white p.slogan-1 {
	opacity: 0.3;
}

/* Header */
.header {
	position: relative;
}

.header .hotline {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	position: relative;
	padding: 20px 0 0 120px;
	min-height: 80px;
}

.header .hotline:after {
	position: absolute;
	content: "";
	background: url(../images/phone.png) no-repeat;
	width: 125px;
	height: 95px;
	top: 2px;
	left: 0;
}

.header .hotline p {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 41px;
	margin: 0;
	color: #e30000;
	text-shadow: 2px 1px 0px #fff, 4px 2px 0px rgba(0, 0, 0, 0.25);
	font-family: "UTMHelvetIns";
}

/* social-header */
.social-header {
	z-index: 2;
	position: relative;
	margin-left: 10px;
}

.social-header a {
	display: block;
}

/* Menu */
/* tags-link */
.tags-link {
	padding: 5px 0 10px 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
}

.tags-link .title {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

.tags-link .li-tags {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 5px;
}

.tags-link .li-tags:after {
	position: absolute;
	content: "";
	background: #a0a0a0;
	width: 1px;
	top: 3px;
	bottom: 3px;
	right: 0;
}

.tags-link .li-tags a {
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 400;
}

.tags-link .li-tags:hover a {
	text-decoration: underline;
}

/* logo-header */
.logo {
	width: 250px;
}

.logo a {
	display: block;
	position: relative;
	z-index: 6;
}

.logo img {
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	max-width: 100%;
}

/* Fix menu */
.fix_head {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	transition: 0.3s all;
	z-index: 999;
	box-shadow: 0 0 5px #0000006b;
}

.header.fix .logo img {
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	max-width: 55%;
}

/* Menu */
.menu {
	position: relative;
	z-index: 10;
	background: #ff5a00;
}

.menu-bar {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 11;
}

.menu-bar li {
	position: relative;
	list-style: none;
	z-index: 11;
	padding: 0;
	color: #fff;
	margin: 0;
	flex: auto;
}

.menu-bar li ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.menu-bar li > a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #ffffff;
	margin: 0;
	z-index: 4;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	background: transparent;
	padding: 0;
}

.menu-bar > li:hover > a,
.menu-bar > li > a.active {
	background: #f7ca03;
	color: #000;
}

.menu-bar li ul li a {
	padding: 10px;
	width: 100%;
	text-align: left;
	border-radius: 0;
	line-height: unset !important;
	color: #333;
	border: 0;
	font-size: 14px;
	height: unset !important;
}

.menu-bar .sub_menu {
	background: #fff;
	position: absolute;
	padding: 0;
	z-index: 99;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-width: 250px;
	top: 100%;
	left: 0;
}

.menu-bar ul > li > ul {
	top: 100%;
}

.sub_menu li:hover > a {
	background: var(--main-color);
	color: #fff;
}

.menu-bar li:hover > .sub_menu {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	-moz-transform: rotate3d(0, 0, 0, 0deg);
	-o-transform: rotate3d(0, 0, 0, 0deg);
	-ms-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}

.menu-bar .sub_menu .sub_menu {
	left: 100%;
	top: 0;
	margin-top: 0;
	-webkit-transform: rotate3d(0, 1, 0, 90deg);
	-moz-transform: rotate3d(0, 1, 0, 90deg);
	-o-transform: rotate3d(0, 1, 0, 90deg);
	-ms-transform: rotate3d(0, 1, 0, 90deg);
	transform: rotate3d(0, 1, 0, 90deg);
}

.menu-bar .sub_menu li:not(:first-child) {
	border-top: 1px solid #0000001c;
}

.menu-bar ul li .sub_menu li {
	position: relative;
}

/* Menu-left */
.menu.fix .menu-left,
.menu-left.no-index {
	display: none;
}

.box-menu-left {
	position: relative;
	width: 280px;
	text-align: center;
	z-index: 999;
}

.box-right {
	width: 76%;
}

.box-right .grid-product {
	grid-template-columns: repeat(4, 1fr);
}

.box-menu-left.isSticky {
	position: sticky;
	top: 60px;
}

.box-menu-right {
	width: 76%;
}

.title-menu-bar {
	display: flex;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	height: 50px;
	line-height: 50px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, #e60000, #e60000);
	border-radius: 15px 15px 0px 0px;
}

.title-menu-bar i {
	margin-right: 15px;
	font-size: 22px;
}

.menu-left {
	position: absolute;
	z-index: 18;
	top: 100%;
	left: 0;
	right: 0;
}

.menu-left.menu-product {
	position: relative;
}

.menu-left.no-index {
}

.box-menu-left:hover .menu-left {
	display: block !important;
}

.menu-left > ul {
	max-height: 405px;
	overflow: auto;
	background: #ffffff;
	padding: 0;
	direction: rtl;
}

.box-menu-left ul {
	margin: 0px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0px 0px 10px 10px;
}

.menu-left > ul::-webkit-scrollbar {
	width: 5px;
}

.menu-left > ul::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 5px;
}

.menu-left > ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: var(--main-color);
}

.box-menu-left ul li {
	list-style: none;
	border-top: none;
	padding: 0 0;
	text-align: left;
	direction: ltr;
}

.box-menu-left ul > li {
	border-bottom: 1px solid #cccccc;
}

.box-menu-left ul li:last-child {
	border-bottom: none;
}

.box-menu-left ul li a {
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 14px 20px;
}

.box-menu-left ul li i {
	color: rgba(0, 51, 153, 1);
	font-size: 15px;
	margin-right: 10px;
}

.box-menu-left ul > li:hover > ul {
	display: block;
}

.box-menu-left ul > li:hover > a {
	color: var(--main-color);
}

.box-menu-left ul > li > ul {
	display: none;
	z-index: 9999;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	border-radius: 0;
	padding: 0;
	border-left: 0;
}

.box-menu-left ul li ul li a {
	font-size: 14px;
	font-weight: 400;
}

.box-menu-left ul > li > ul > li {
	position: relative;
}

/* Search */
.menu-bar li.box-search {
	flex: unset;
	margin: 0 0 0 10px;
}

.search {
	position: relative;
	width: 215px;
}

.search p {
	cursor: pointer;
	text-align: center;
	color: #333;
	font-size: 17px;
	position: absolute;
	z-index: 9;
	margin: 0;
	padding: 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.search input {
	width: 100%;
	height: 35px;
	outline: none;
	background: #fff;
	font-size: 12px;
	opacity: 1;
	color: #333;
	transition: opacity 0.5s, width 0.5s;
	position: relative;
	right: 0;
	padding: 0;
	border: 0;
	z-index: 8;
	border-radius: 50px;
	text-indent: 15px;
}

.search.show input {
	width: 220px;
	opacity: 1;
}

.search.show p {
	background: var(--main-color);
}

.search input::-webkit-input-placeholder {
	color: #333;
}

.search input:-moz-placeholder {
	color: #333;
}

.search input::-moz-placeholder {
	color: #333;
}

.search input:-ms-input-placeholder {
	color: #333;
}

/* Mmenu */
.menu-res {
	height: 55px;
	z-index: 100;
	background: var(--main-color);
	position: relative;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0px 5px 5px -1px #00000021;
}

@media only screen and (max-width: 991px) {
	.menu-res {
		display: block;
	}
}

.menu-bar-res {
	height: 55px;
	background: #fff;
	padding: 0px 5px;
	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;
}

#menu {
	display: none;
}

#hamburger {
	display: block;
	width: 35px;
	height: 23px;
	position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #000;
	content: "";
	display: block;
	width: 98%;
	height: 2px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

.mm-slideout {
	z-index: unset;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}

.breadCrumbs .wrap-content {
	padding: 0.75rem 15px;
}

.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: #212529;
	font-size: 13px;
	text-transform: capitalize;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: var(--main-color);
}

/* Slideshow */
.wrap-slideshow {
	position: relative;
}

.slideshow {
	position: relative;
}

.slideshow-item {
	position: relative;
}

.slideshow-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 110px;
	background: #0000005c;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	text-align: center;
	max-width: 515px;
}

.slideshow-content h3 {
	font-family: "SVN-HC-ColomboSans";
	font-size: 36px;
	font-weight: normal;
	color: #ffb41c;
	text-transform: uppercase;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
		1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.slideshow-content p {
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
	-webkit-line-clamp: 2;
	margin: 10px 0;
}

.slideshow-content .phone {
	font-family: "Barlow Condensed", sans-serif;
	background: var(--main-color);
	color: #ffb41c;
	font-size: 28px;
	font-weight: 600;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	padding: 0 20px 0 0px;
}

.slideshow-content .phone i {
	background: #fff;
	width: 50px;
	height: 50px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--main-color);
	border: 5px solid var(--main-color);
	margin: -10px 0;
	margin-right: 10px;
}

.slideshow:hover .control-slideshow {
	opacity: 1;
}

.control-slideshow {
	opacity: 0;
}

/* .wrap-criterion */
.wrap-criterion {
	position: relative;
	padding: 40px 0;
	background: #f5f5f5;
}

.grid-criterion {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px 50px;
}

.item-criterion {
	position: relative;
}

.item-criterion:nth-child(3n + 1) .key {
	background: url(../images/bg-title1.png) no-repeat;
}

.item-criterion:nth-child(3n + 2) .key {
	background: url(../images/bg-title2.png) no-repeat;
}

.item-criterion .key {
	position: absolute;
	background: url(../images/bg-title3.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 20px 10px 20px;
	min-width: 106px;
	min-height: 109px;
	line-height: inherit;
	left: -20px;
}

.item-criterion .key span {
	font-family: "SVN-HemiHead";
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 66px;
	color: #fff;
	display: block;
}

.item-criterion .content {
	background: #f2f2f2;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 15px;
	text-align: center;
	padding-left: 100px;
}

.item-criterion h3 {
	font-family: "SVN-HemiHead";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #f6b103;
	-webkit-line-clamp: 1;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.item-criterion p {
	font-size: 17px;
	color: #757575;
	font-weight: 400;
	-webkit-line-clamp: 2;
	height: 50px;
}

/* wrap-car */
.wrap-car {
	position: relative;
	padding: 40px 0;
}

.item-car {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 30px;
}

.item-car:nth-child(even) {
	flex-direction: row-reverse;
}

.item-car .images {
	width: 42.5%;
}

.item-car .content {
	width: 55%;
}

.item-car h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
}

.item-car .price {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

.item-car .price span {
	color: #ff0000;
}

.item-car .phone {
	background: var(--main-color);
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	padding: 8px 30px;
}

.item-car .phone:hover {
	background: #f5b100;
	color: #000;
	transition: 0.3s all;
}

/* wrap-service */
.wrap-service {
	position: relative;
	padding: 40px 0;
}

.grid-service {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
}

.item-service {
	position: relative;
}

.item-service a.scale-img {
	position: relative;
}

.item-service .content {
	border: 0.5px solid #95959561;
	padding: 15px;
	background: #ffc701;
	border-top: 0;
}

.item-service h3 {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.item-service h3:after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 65px;
	height: 2px;
	bottom: 0;
	left: 0;
}

.item-service h3 a {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	-webkit-line-clamp: 1;
}

.item-service p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}

.item-service .phone {
	display: inline-block;
	border: 1px solid #ffffff;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	padding: 4px 20px;
	color: #ffffff;
	margin-top: 15px;
}

.item-service .phone:hover {
	background: var(--main-color);
	color: #fff;
	transition: 0.3s all;
}

/* wrap-carlines */
.wrap-carlines {
	position: relative;
	padding: 40px 0;
}

.slick-carlines {
	margin: 0px -18px;
}

.slick-carlines .slick-slide {
	margin: 0 18px;
}

.item-carlines .scale-img {
	border: 1px solid var(--main-color);
}

.item-carlines .content:after {
	position: absolute;
	content: "";
	border: 1px solid #ffffff85;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border-radius: 50px;
	z-index: -1;
}

.item-carlines .content {
	display: table;
	margin: 0px auto;
	margin-top: -23px;
	border-radius: 50px;
	background: var(--main-color);
	padding: 7px 35px;
	position: relative;
	z-index: 1;
	color: #fff;
}

.item-carlines:hover .content {
	background: #f5b100;
	color: #000;
}

.item-carlines h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	-webkit-line-clamp: 1;
}

/* box-why */
.box-why {
	width: 45%;
}

.title-why {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	font-family: "SVN-HemiHead";
	margin-bottom: 30px;
}

.box-why ul {
	padding: 0;
	margin: 0;
}

.box-why ul li {
	display: block;
	list-style: none;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
	background: url(../images/tick.png) no-repeat left top;
	padding-left: 40px;
}

/* slick-banner */
.wrap-banner {
	position: relative;
	padding: 40px 0;
}

.slick-banner {
	margin: 0;
}

.slick-banner .slick-slide {
	margin: 0;
}

/* readmore */
.readmore {
	display: table;
	margin: 0px auto;
	margin-top: 20px;
	background: var(--main-color);
	color: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	padding: 8px 31px;
}

.readmore:hover {
	background: #f5b100;
	color: #000;
	transition: 0.3s all;
}

/* hover */
.hvr-rotate-y img {
	transition: 1.1s !important;
	transform: rotateY(0deg);
}

.hvr-rotate-y:hover img {
	transition: 0.9s !important;
	transform: rotateY(180deg);
}

/* wrap-news */
.wrap-news {
	position: relative;
	padding: 40px 0px;
	background-size: cover;
}

.slick-news {
	margin: 0 -17px;
	width: 100%;
}

.slick-news .slick-slide {
	margin: 0 12px;
}

.item-news {
	position: relative;
}

.item-news a.scale-img {
	position: relative;
	z-index: 2;
}

.item-news .content {
	position: relative;
	padding: 10px;
	padding-left: 15px;
}

.item-news .content:after {
	position: absolute;
	content: "";
	background: #9934008c;
	width: 2px;
	top: 15px;
	bottom: 15px;
	left: 0;
}

.item-news .date {
	font-style: italic;
	font-weight: 400;
	font-size: 13px;
	line-height: 27px;
}

.item-news .date i {
	color: var(--main-color);
	margin-right: 5px;
}

.item-news .content p.text-split {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	-webkit-line-clamp: 2;
}

.item-news h3 {
	position: relative;
	margin: 0;
}

.item-news h3 a {
	-webkit-line-clamp: 1;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ff5a00;
}

.item-news:hover h3 a,
.news-top:hover h3 a {
	color: var(--main-color);
}

/* slick-video */
.slick-video {
	margin: 0px -20px;
}

.slick-video .slick-slide {
	margin: 0px 20px;
}

.video-image {
	position: relative;
}

/* Video */
.wrap-video {
	position: relative;
	padding: 40px 0;
}

.box-video .video-main {
	width: 100%;
	position: relative;
}

.box-video .video-main .images {
	width: 66%;
	position: relative;
}

.box-video .video-main .images:after {
	position: absolute;
	content: "";
	background: #00000036;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40%;
}

.box-video .video-main img {
	height: 430px;
}

.video-main .content {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	padding: 180px 0 60px 10px;
	background: url(../images/icon-vi.png) no-repeat left 70px;
}

.video-main h3 {
	font-size: 48px;
	color: #fff;
	font-family: "VLParfumerieScriptRegular";
	width: 100%;
	-webkit-line-clamp: 1;
	margin-bottom: 5px;
}

.video-main p {
	color: #fff;
	width: 100%;
	font-size: 17px;
	-webkit-line-clamp: 4;
	line-height: 25px;
}

#video-select {
	position: relative;
}

.video-main img {
	object-fit: cover;
	height: 405px;
}

.listvideos {
	width: 100%;
	position: relative;
	padding: 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	color: #9c9c9c;
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 10px;
}

.video-main .video-image {
	position: relative;
	border-radius: 80px 0px;
	cursor: pointer;
	overflow: hidden;
}

.video-main .video-image:before,
.slick-video .video-image:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 25px;
	top: 50%;
	left: 50%;
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
	transform: translate(-50%, -50%);
	background-size: 100% 100%;
}

.video {
	cursor: pointer;
	margin-bottom: 1rem;
}

.video .video-image {
	position: relative;
	margin-bottom: 0.75rem;
}

.video .video-image:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px / 2);
	left: calc(50% - 35px / 2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}

.video .video-name {
	text-align: center;
	font-size: 15px;
	color: #212529;
	margin-bottom: 0px;
	line-height: 25px;
	text-transform: capitalize;
}

.video .video-name:hover {
	color: var(--main-color);
}

/* album */
.album {
	cursor: pointer;
}

.album .album-image {
	margin-bottom: 0.75rem;
}

.album .album-name {
	margin-bottom: 0px;
	text-align: center;
}

.album .album-name a {
	display: block;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0px;
}

.album:hover .album-name a {
	color: var(--main-color);
}

/* wrap-bottom */
.wrap-bottom {
	position: relative;
	padding: 40px 0px;
	background: #f8f8f8;
}

.title-bottom {
	position: relative;
	margin-bottom: 20px;
	font-family: "UTMYenTu";
	font-size: 36px;
	padding-bottom: 15px;
	font-weight: normal;
	color: var(--main-color);
}

.title-bottom:after {
	position: absolute;
	content: "";
	background: #d60c0c;
	width: 45px;
	height: 2px;
	bottom: 0;
	left: 0;
}

/* Partner */
.wrap-partner {
	position: relative;
	padding: 60px 0;
	background-size: cover;
}

.title-partner {
	width: 14%;
	text-align: right;
	position: relative;
}

.title-partner h2 {
	font-size: 33px;
	font-family: "Saira", sans-serif;
	font-weight: 700;
	color: #3579cd;
	margin: 0;
}

.title-partner p {
	margin: 0;
	font-size: 17px;
	color: #141515;
	font-weight: 400;
}

.btn-partner {
	margin-top: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.btn-partner span {
	display: flex !important;
	background: #4c4c4c;
	color: #fff;
	width: 30px;
	height: 35px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 27px;
	margin: 0 2px;
}

.slick-partner {
	padding: 0;
	width: 100%;
	margin: 0px -7px;
}

.slick-partner .slick-slide {
	margin: 1px 7px;
	background: #fff;
	overflow: hidden;
	border: 1px solid rgba(204, 204, 204, 1);
	text-align: center;
}

.slick-partner .slick-prev,
.slick-partner .slick-next {
	background: var(--main-color);
	width: 38px;
	height: 38px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 0px 50px 50px 0px;
	left: unset;
	right: 102%;
}

.slick-partner .slick-next {
	border-radius: 50px 0px 0px 50px;
	right: unset;
	left: 102%;
}

.slick-partner .slick-prev:before,
.slick-partner .slick-next:before {
	content: "\f100";
	font-family: "Font Awesome 6 Pro";
	color: #fff;
	font-size: 19px;
	opacity: 1;
	font-weight: 400;
}

.slick-partner .slick-next:before {
	content: "\f101";
}

/* wrap-feedback */
.wrap-feedback {
	position: relative;
	padding: 40px 0;
	background: url(../images/bg-why.jpg) no-repeat left,
		url(../images/bg-feedback.jpg) no-repeat right;
	background-size: 50% 100%;
}

.box-feedback {
	width: 45%;
}

.title-feddback {
	text-align: center;
	font-family: "SVN-HemiHead";
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/title.png) no-repeat bottom center;
	padding-bottom: 50px;
	filter: brightness(0) invert(1);
	margin-bottom: 30px;
}

.title-feddback p {
	font-family: "VLAgileScriptCalligraphy";
	font-size: 25px;
	color: #4f4f4f;
	margin: 10px 0 0 0;
}

.title-feddback h2 {
	margin: 0;
	color: var(--main-color);
	font-family: "Playfair Display", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
}

.slick-feedback {
	margin: -8px 0;
}

.slick-feedback .slick-slide {
	margin: 8px 0;
}

.item-feedback {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 0;
}

.item-feedback:after {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	top: 0;
	left: 50px;
	right: 0;
	bottom: 0;
}

.item-feedback .content {
	position: relative;
	color: #fff;
	width: calc(100% - 115px);
	z-index: 2;
	padding-right: 20px;
}

.item-feedback .content p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #bcbcbc;
	-webkit-line-clamp: 2;
	height: 50px;
}

.item-feedback a.scale-img {
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.item-feedback h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	-webkit-line-clamp: 1;
	line-height: 30px;
	height: 30px;
}

/* Product */
.wrap-product {
	position: relative;
	padding: 40px 0;
	background: url(../images/bg-product.jpg) no-repeat;
	background-size: cover;
}

.wrap-product .wrap-content {
	position: relative;
	padding: 0px 30px;
	padding-bottom: 30px;
}

.wrap-product .wrap-content:after {
	position: absolute;
	content: "";
	border: 2px solid #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 130px;
}

.grid-product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	position: relative;
	z-index: 2;
}

.item-product {
	position: relative;
}

.item-product.shadow {
	box-shadow: 0 0 5px -1px #00000061 !important;
}

.item-product a.scale-img {
	position: relative;
}

.item-product .icon-product {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 9;
}

.item-product .icon-product p {
	margin: 0;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ad7f10;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 400;
}

.item-product .content {
	text-align: center;
	position: relative;
	margin-top: 15px;
}

.item-product h3 a {
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	-webkit-line-clamp: 1;
	color: #2c2c2c;
	text-transform: uppercase;
}

.item-product .info-product {
	border: 1px solid #cccccc;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
}

.item-product .info-product p {
	margin: 2px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #4d4d4d;
}

.item-product .phone-product {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #d30000;
	line-height: 22px;
	margin-top: 10px;
}

.price-product {
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	margin-top: 5px;
}

.price-product .price-new {
	color: #de9e07;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}

.price-product .price-new span {
	display: block;
	margin-top: -10px;
}

.price-product .price-old {
	display: inline-block;
	text-decoration: line-through;
	font-size: 14px;
	margin: 0;
	color: #2c2c2c;
}

.item-product:hover h3 a {
	color: var(--main-color);
}

/* Product Detail */
.grid-pro-detail {
	margin-bottom: 1.5rem;
}

.left-pro-detail {
	position: relative;
	width: 700px;
	margin-right: 30px;
}
.right-pro-detail {
	width: calc(100% - 730px);
}
.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
	background-color: #ffffff;
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}

.owl-pro-detail {
	/* padding: 0px 30px; */
}

.control-pro-detail button {
	background-color: transparent;
	color: #222222;
	opacity: 1;
	width: 25px;
	font-size: 23px;
}

.control-pro-detail button:hover {
	opacity: 0.7;
}

.control-pro-detail button.owl-prev {
	left: 0px;
}

.control-pro-detail button.owl-next {
	right: 0px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 3px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ffffff;
	margin: 0 2px;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}

.thumb-pro-detail img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-filter: brightness(100%) !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.title-pro-detail {
	text-transform: capitalize;
	font-size: 26px;
	display: block;
	font-weight: 800;
}

.comment-pro-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}

.desc-pro-detail {
	margin-bottom: 1rem;
}

.attr-pro-detail {
	list-style: none;
	padding: 8px 14px;
	background: #f7f7f7;
	border-radius: 4px;
}

.attr-pro-detail li {
	margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
	font-weight: bold;
	font-size: 16px;
}

.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.price-new-pro-detail {
	font-weight: 700;
	font-size: 18px;
	color: #ec2d3f;
}

.price-old-pro-detail {
	font-weight: 500;
	color: #6c757d;
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.size-pro-detail {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}

.size-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.size-pro-detail.active:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png);
}

.color-pro-detail.active:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"] {
	display: none;
}

.size-pro-detail input[type="radio"] {
	display: none;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	text-align: center;
	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;
}

.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 90%;
}

.cart-pro-detail a:nth-child(1) {
	background: var(--main-color) !important;
}

.cart-pro-detail a:hover {
	opacity: 0.8;
}

.cart-pro-detail a {
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 10px 0;
	border-radius: 5px !important;
	background: #666;
	border: 0;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 10px 30px;
}

.tags-pro-detail a {
	float: left;
	font-size: 13px;
	padding-bottom: 0.375rem;
	margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
	font-size: 11px;
	margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
	width: 100%;
	margin-top: 2rem;
}

#tabsProDetailContent {
	padding: 20px;
	border: 1px solid #cccccc6b;
	border-top: 0;
	background: #fff;
}

.tabs-pro-detail .nav-tabs .nav-link {
	border-top-width: 3px;
	font-size: 13px;
	text-transform: capitalize;
	color: #333;
	margin: 0 0 -1px 0;
	border-bottom: 0;
}

.tabs-pro-detail .nav-tabs .nav-link.active {
	border-top-color: var(--main-color);
	font-weight: 500;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
	border-top-color: #555555;
}

.hotline-product {
	display: inline-block;
	background: #d80c0c;
	color: #fff !important;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 5px;
}

.hotline-product span {
	font-size: 16px;
	font-weight: 700;
}

/* News */
.news {
	position: relative;
}

.grid-album-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
	.news .news-image {
		margin-bottom: 1rem;
	}
}

.grid-news {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.news-info {
	position: relative;
	text-align: center;
	padding: 10px;
}

.news .news-name {
	margin-bottom: 0.5rem;
}

.news .news-name a {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 25px;
}

.news .news-name a.text-split {
	-webkit-line-clamp: 2;
}

.news:hover .news-name a {
	color: var(--main-color);
}

.news .news-time {
	color: #84878a;
	margin-bottom: 0.25rem;
}

.news .news-desc {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 17px;
	list-style: square;
}

.list-news-other li {
	margin-bottom: 5px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
}

.list-news-other li a:hover {
	color: #ec2d3f;
}

/* Contact */
.contact-article {
	margin-bottom: 3rem;
}

.contact-input {
	position: relative;
	margin-bottom: 15px;
}

.contact-input textarea {
	resize: none;
	height: 150px;
}

#FormContact .btn {
	background: var(--main-color);
	border-color: transparent;
	padding: 7px 30px;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	min-width: 100px;
	text-transform: uppercase;
}

#FormContact .btn:hover {
	opacity: 0.8 !important;
}

#FormContact .btn.btn-secondary {
	background: #999;
	border-color: #999;
	color: #fff;
}

.contact-input .custom-file-label::after {
	content: attr(title);
}

.contact-map {
	position: relative;
	height: 500px;
}

.contact-map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

/* Newsletter */
.wrap-newsletter {
	position: relative;
	background: url(../images/bg-newsletter.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
	padding-bottom: 110px;
}

.wrap-newsletter .wrap-content {
	position: relative;
}

.box-newsletter {
	position: absolute;
	top: 100px;
	right: 110px;
	z-index: 9;
	width: 25%;
	background: var(--main-color);
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 0;
}
.box-newsletter-res {
	width: 100%;
	background: var(--main-color);
	border-radius: 10px;
	overflow: hidden;
}
.title-newsletter {
	position: relative;
	width: 100%;
	text-align: center;
	background: #f7ca03;
	border-bottom: 1px solid #fff;
	padding: 10px 10px;
}

.title-newsletter h2 {
	font-family: "SVN-HemiHead";
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	color: #ff0100;
	margin: 0;
}

.title-newsletter p {
	font-size: 14px;
	color: #2f1d12;
	font-weight: 400;
	margin: 0;
}

#FormNewsletter {
	position: relative;
	padding: 20px;
}

.newsletter-checkbox {
	position: relative;
	margin-bottom: 10px;
}

.newsletter-checkbox p {
	font-style: italic;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	color: #016401;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.item-checkbox-car label:before {
	background: #03be07;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 0;
	width: 16px;
	height: 16px;
}

.item-checkbox-car
	.custom-control-input:checked
	~ .custom-control-label::before {
	border-color: #622100;
	background: #622100;
}

.item-checkbox-car.custom-radio
	.custom-control-input:checked
	~ .custom-control-label::after {
	background: #f5b100;
	border-radius: 50%;
	background-image: unset !important;
	width: 10px;
	height: 10px;
	top: 7px;
	left: -21px;
}

.item-checkbox-car label {
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.box-newsletter-input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.box-newsletter-input .newsletter-input {
	width: 49%;
}

.newsletter-input {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.newsletter-input i {
	position: absolute;
	top: 18px;
	left: 25px;
	color: #fff;
	font-size: 15px;
}

.newsletter-input.textarea i {
}

.newsletter-input.textarea {
	grid-column: span 2;
	width: 100%;
}

.newsletter-input input,
.newsletter-input textarea,
#FormNewsletterModal .newsletter-input select {
	border: 0;
	font-size: 14px !important;
	color: #fefafa !important;
	background: #ff5a00;
	height: 40px;
	border-radius: 5px;
	box-shadow: unset !important;
	font-weight: 300;
	z-index: 5;
	font-style: italic;
	position: relative;
	padding: 10px;
}

.newsletter-input textarea {
	height: 80px;
}

.newsletter-button {
	position: relative;
	z-index: 9;
	text-align: right;
	width: 100%;
}

.newsletter-button i {
	margin-right: 10px;
}

.newsletter-button .btn-submit {
	text-transform: uppercase;
	border: 0;
	position: relative;
	background: #e60908;
	display: block;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
	color: #f7f3f3;
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 0;
	margin: 0px auto;
}

.newsletter-button .btn-submit:hover {
	background: #622100;
	transition: 0.3s all;
	color: #fff;
}

.newsletter-content {
	margin-top: 20px;
	color: #fff;
}

.newsletter-input input::-webkit-input-placeholder,
.newsletter-input textarea::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-input input:-moz-placeholder,
.newsletter-input textarea:-moz-placeholder {
	color: #fff;
}

.newsletter-input input::-moz-placeholder,
.newsletter-input textarea::-moz-placeholder {
	color: #fff;
}

.newsletter-input input:-ms-input-placeholder,
.newsletter-input textarea:-ms-input-placeholder {
	color: #fff;
}

.newsletter-input input:focus,
.newsletter-input textarea:focus {
	background: #622100;
	color: #fff !important;
}

/* Footer */
.footer {
	position: relative;
	background: #ffc701;
	background-size: cover;
	color: #080808;
	margin-top: 10px;
}

/* footer-article */
.footer-article {
	position: relative;
}

.footer-article .wrap-content {
	position: relative;
	z-index: 5;
	padding: 40px 0;
}

.footer-banner {
	width: 26%;
	text-align: center;
}

.logo-footer {
	margin-bottom: 0;
	background: url(../images/bg-logo-ft.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	display: table;
	margin: 0px auto;
	margin-bottom: 20px;
}

.footer-news {
	width: 40%;
}

.footer-social {
	width: 25%;
	position: relative;
}

.footer-setting {
	font-size: 37px;
	font-family: "VLFadilla";
	text-transform: uppercase;
	color: var(--main-color);
}

.footer-title {
	position: relative;
	font-size: 17px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer-title:after {
	position: absolute;
	content: "";
	width: 45px;
	background: #fff;
	height: 1px;
	bottom: 0;
	left: 0;
}

.social-footer {
	position: relative;
	text-align: left;
	margin-top: 20px;
}

.social-footer p {
	font-family: "Enyo-Regular";
	position: relative;
	font-style: normal;
	font-size: 30px;
	margin: 0;
	line-height: initial;
}

/* Footer */
.footer-fanpage {
	width: 25%;
}

/* footer-map */
#footer-map .iframe-map {
	position: relative;
	height: 425px;
	display: block;
}

#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

.footer-map {
	display: table;
	margin: 0px auto;
	background: #ffffff;
	border: 1px solid #833f00;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	padding: 7px 45px;
	box-shadow: 5px 5px 0 0px #833f00;
}

.footer-map:hover {
	color: #fff;
	background: #833f00;
	box-shadow: 5px 5px 0 0px #fff;
	transition: 0.3s all;
}

/* iframe-map  */
#footer-map-multi {
	position: relative;
}

.info-map {
	position: absolute;
	top: 20px;
	left: 20px;
}

.info-map ul {
	padding: 0;
	margin: 0;
}

.info-map ul li {
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
	margin: 0 0px 5px 5px;
}

.info-map ul li:hover,
.info-map ul li.act {
	background: #b01b0d;
}

.iframe-map {
	display: none;
}

.iframe-map.act {
	display: block;
}

.iframe-map iframe {
	width: 100%;
}

/* footer-policy */
.footer-policy {
	width: 25%;
}

.footer-ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0px;
}

.footer-ul li {
	margin: 0 0 10px 0;
	font-size: 15px;
	list-style: disc;
}

.footer-ul li:last-child {
	border: 0;
	padding-right: 0;
}

.footer-ul li a {
	font-weight: 400;
	color: #080808;
	font-size: 14px;
	display: block;
}

.footer-ul li a:hover {
	text-decoration: underline;
}

/* footer-powered */
.footer-powered {
	color: #ffc803;
	font-weight: 400;
	font-size: 13px;
	background: #464645;
	padding: 15px 0;
	text-align: center;
}

.footer-copyright span,
.footer-powered strong {
	font-weight: normal;
}

.footer-powered .wrap-content {
}

.footer-copyright {
	text-transform: capitalize;
}

.footer-statistic {
	line-height: 1;
	margin-left: 10px;
}

.footer-statistic span {
	display: inline-block;
	border-right: 1px solid #fff;
	line-height: 1;
	padding: 0 10px;
	margin: 0;
}

.footer-statistic span:last-child {
	padding-right: 0px;
	border: 0;
}

/* Like Share */
.social-plugin {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

/* Paging */
.pagination-home {
	margin-top: 15px;
}

.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
	text-align: center;
	margin: 20px 0;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 3px;
	color: #666 !important;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff;
	padding: 5px 9px;
	min-width: 35px;
	border-radius: 3px;
	box-shadow: inset 0 5px 10px rgb(0 0 0 / 10%), 0 2px 5px rgb(0 0 0 / 13%);
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	background-color: var(--main-color);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	position: relative;
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

/* Scroll Top */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Text Hide */
.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin: 0;
}

/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.scale-img img,
.scale-img:hover > img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover > img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ff5a00;
	position: relative;
	z-index: 1;
}

.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}

.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 0.1;
	border-color: #ff5a00;
	opacity: 0.5;
}

.btn-frame .zoomIn {
	animation-name: zoomIn;
}

.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #ff5a00;
	opacity: 0.4;
}

.btn-frame .pulse {
	animation-name: pulse;
}

/* btn-modal */
.btn-modal {
	bottom: 405px;
}

.btn-modal i {
	color: #fff;
	font-size: 22px;
}

/* Zalo */
.btn-zalo {
	bottom: 315px;
}

/* Phone */
.btn-phone {
	bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important;
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}

.js-facebook-messenger-tooltip {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1e30;
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #ff5a00;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
	width: 220px;
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: var(--main-color);
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: var(--main-color);
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 99;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: var(--main-color);
}

.js-facebook-messenger-top-header {
	width: 220px;
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff;
}

.js-facebook-messenger-container.open {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all;
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1;
}

/* Cart Fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 10;
	background: var(--main-color);
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	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;
}

.cart-fixed i {
	font-size: 20px;
}

.cart-fixed span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	background: #ec2d3f;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.modal-body .toolbar {
	display: block;
	position: relative;
}

.toolbar {
	width: 100%;
	padding: 10px 0;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
	display: none;
	background: var(--main-color);
}

.toolbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}

.toolbar ul li {
	text-align: center;
	width: 25%;
	line-height: 1;
}

.toolbar ul li a {
	display: inline-block;
	width: 100%;
	font-size: 27px;
	color: #ffff;
}

.toolbar ul li a span {
	font-weight: 400;
	font-size: 13px;
	margin-top: 10px;
	display: block;
	text-transform: capitalize;
}

.toolbar ul li a img {
	height: 27px !important;
	width: auto;
}

.toolbar ul li:nth-child(1) a img {
	animation: tada 1.2s infinite;
}

.tada {
	animation: tada 1.2s infinite;
}

.lang-toolbar {
	display: flex;
	justify-content: center;
	align-items: center;
}

.toolbar ul li.lang-toolbar a {
	display: inline-block;
	width: unset;
	margin: 0px 2px;
	font-size: unset;
}

.toolbar ul li.lang-toolbar a img {
	height: 10% !important;
}

@keyframes tada {
	0% {
		transform: scaleX(1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
	}

	to {
		transform: scaleX(1);
	}
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px;
}

.fixbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fixbar ul li {
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px;
}

.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

.fixbar ul li a i {
	font-size: 20px;
}

/* Plugbar */
.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 100%;
	margin: 0 auto;
	background: linear-gradient(315deg, #6d1414 0%, #000000 74%);
	padding: 9px 10px 10px 7px;
	z-index: 10;
}

.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	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;
}

.plugbar ul li {
	width: 20%;
	float: left;
}

.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.plugbar ul li a i {
	font-size: 20px;
	color: #ffc701;
}
.plugbar-ani {
	animation: ring_phone 2.2s infinite;
}
.plugbar ul li a span {
	position: absolute;
	width: 70px;
	height: 70px;
	top: -45px;
	left: calc(50% - 50px / 2);
	display: flex;
	border: 6px solid rgb(18 3 3);
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	background: #ffbf00;
	flex-direction: column;
	font-size: 11px;
}

/* hotline-phone-ring-wrap */
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility 0.5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}

.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 50px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
/* Prd api */
.flex-prd-api {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	margin: 0 -5px;
}

.box-prd-api {
	width: calc(100% / 4 - 10px);
	margin: 10px 5px 0 5px;
	border: 1px solid #ede4e4;
	border-radius: 8px;
	overflow: hidden;
}
.prd-price {
	padding: 0px 10px;
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
	background-color: #ffbf00;
	text-align: right;
	border-radius: 30px;
	width: fit-content;
	font-weight: 500;
	margin-bottom: 0;
}
.name-product-api {
	font-size: 16px;
	color: #333 !important;
	-webkit-line-clamp: 2;
	margin-top: 6px;
	font-weight: 600;
}
.prd-info-api {
	padding: 10px;
}
.prd-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cats-owl.list-hot {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.category-noibat a:hover,
.category-noibat a.active {
	background: #f7ca01;
	color: #fff;
}
.category-noibat a {
	cursor: pointer;
	color: #333;
	transition: 0.4s;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	position: relative;
	display: block;
	background: #f7f7f7;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	height: 100%;
	padding: 5px 10px;
}
.car-meta-bottoms {
	list-style: none;
	padding-left: 0;
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
	margin-top: 10px;
}
.car-meta-bottoms li {
	display: flex;
	vertical-align: sub;
	padding-right: 12px;
	font-size: 14px;
	align-items: center;
	gap: 4px;
	color: #333;
}
.car-meta-bottoms li:last-child {
	padding-right: 0;
}
.prd-hotline {
	background-color: #f7ca03;
	color: #fff !important;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	font-size: 13px;
	margin-top: 6px;
	/* margin-left: auto; */
	margin-right: auto;
}
.prd-hotline:hover {
	color: #fff;
	background-color: #e60808;
}
.prd-labels {
	text-transform: uppercase;
	color: #ff5a00;
	font-size: 12px;
	font-weight: 700;
	-webkit-line-clamp: 1;
}

.wrap-partner {
	padding: 20px 0;
}
.wrap-partner .wrap-content .owl-carousel .owl-stage-outer {
	padding-bottom: 1px;
}
.wrap-partner .wrap-content {
	position: relative;
}

.partner {
	display: block;
	border: 2px solid #f7ca03;
	margin: 0px auto;
	border-radius: 3px;
}
.prd-hotline-detail {
	background-color: #016401;
	color: #fff !important;
	padding: 8px 14px;
	border-radius: 4px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	width: fit-content;
	font-size: 14px;
	margin-top: 10px;
}

.newsletter-res {
	display: none;
}

/* Search Responsive */
.search-res {
	position: relative;
}

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	color: #000;
	font-size: 17px;
	margin: 0px;
}

.search-res .icon-search.active {
	color: #ec2d3f;
	background: #ffffff;
	border-radius: 100%;
}

.search-res .search-grid {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #212121;
	z-index: 2;
	opacity: 0;
	border-radius: 25px;
	line-height: normal;
}

.search-res .search-grid p {
	float: left;
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 17px;
	display: block;
	color: #212121;
	line-height: 40px;
	text-align: center;
}

.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: #212121;
}

.search-res .search-grid input::-webkit-input-placeholder {
	color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
	color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
	color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
	color: #313131;
}

/* Text ani */
.text-ani {
	-webkit-animation: my 700ms infinite;
	-moz-animation: my 700ms infinite;
	-o-animation: my 700ms infinite;
	animation: my 700ms infinite;
}
@-webkit-keyframes my {
	0% {
		color: #f8cd0a;
	}
	50% {
		color: #fff;
	}
	100% {
		color: #f8cd0a;
	}
}
@-moz-keyframes my {
	0% {
		color: #f8cd0a;
	}
	50% {
		color: #fff;
	}
	100% {
		color: #f8cd0a;
	}
}
@-o-keyframes my {
	0% {
		color: #f8cd0a;
	}
	50% {
		color: #fff;
	}
	100% {
		color: #f8cd0a;
	}
}
@keyframes my {
	0% {
		color: #f8cd0a;
	}
	50% {
		color: #fff;
	}
	100% {
		color: #f8cd0a;
	}
}
@keyframes ring_phone {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
	}
}
.w-pronb {
	/* margin-top: 290px; */
}
/* Responsive */
.video-container iframe {
	max-width: 100%;
}

/* modal-body */
.modal-body .box-newsletter-popup {
	position: static;
	width: 100%;
}

#popup-newsletter .modal-content {
	padding: 0;
	background-color: var(--main-color);
}

#popup-newsletter .modal-header {
	border-bottom: 1px solid #dee2e621;
}

#popup-newsletter .title-newsletter {
	border-bottom: 1px solid #dee2e621;
}

@media (max-width: 1200px) {
	.control-owl button.owl-next {
		right: 10px !important;
	}

	.control-owl button.owl-prev {
		left: 10px !important;
	}
}

@media (min-width: 1025px) {
	.toolbar,
	.plugbar {
		display: none;
	}
}
@media (max-width: 1024px) {
	.box-newsletter-popup {
		position: static;
		width: 100%;
		border-radius: 0;
	}
	.left-pro-detail {
		width: 100%;
		text-align: center;
	}
	.newsletter-res {
		display: block;
	}

	.right-pro-detail {
		width: 100%;
	}
	.header,
	.btn-dl,
	.hotline-phone-ring-wrap,
	.btn-zalo,
	.banner {
		display: none !important;
	}
	.header {
		position: unset;
	}
	.box-newsletter {
		padding: 0 !important;
		width: 0;
		display: none;
		position: unset;
		margin: 0;
		border-radius: 0;
	}
	.wp-box-newsletter {
		display: none;
	}
	.logo-res {
		width: 200px;
	}
	.w-pronb .wrap-content {
		overflow: hidden;
	}
	.w-pronb {
		margin-top: 0;
	}
	.prd-price {
		font-size: 10px;
	}
}

@media (max-width: 1001px) {
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin-bottom: 1em;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.menu {
		display: none;
	}

	.menu-res {
		display: block;
	}

	.wrap-content,
	.wrap-template {
	}

	.breadCrumbs .wrap-content {
		padding: 15px 5px;
	}

	.footer-article .wrap-content {
		padding: 40px 5px;
	}

	.grid-product,
	.grid-news {
		grid-gap: 10px;
		min-height: unset;
		max-width: unset;
	}

	.content-main.row {
		padding: 0;
	}

	.header .hotline {
		display: none;
	}

	.header .wrap-content {
		justify-content: center !important;
	}

	.grid-criterion {
		width: 90%;
		margin: 0px auto;
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-service {
		grid-gap: 20px;
	}

	.slick-carlines,
	.slick-video,
	.slick-news {
		margin: 0;
	}

	.slick-carlines .slick-slide,
	.slick-video .slick-slide,
	.slick-news .slick-slide {
		margin: 0px 5px;
	}

	.btn-zalo {
		bottom: 230px;
	}

	.btn-modal {
		bottom: 315px;
	}
}

@media (max-width: 768px) {
	.widget-mobile {
		display: block;
	}

	.btn-phone {
		display: none;
	}

	.tabs-pro-detail {
		margin: 0;
	}

	.grid-product,
	.grid-service {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}

	.box-why {
		width: 100%;
		padding: 40px 10px;
		background: url(../images/bg-why.jpg) no-repeat;
		background-size: cover;
	}

	.box-feedback {
		width: 100%;
		padding: 40px 10px;
		background: url(../images/bg-feedback.jpg) no-repeat;
		background-size: cover;
	}

	.wrap-feedback {
		background: transparent;
		padding: 0;
	}

	.wrap-feedback .wrap-content {
		padding: 0;
	}
	.box-prd-api {
		width: calc(100% / 2 - 10px);
		margin: 10px 5px 0 5px;
	}
	.wrap-news {
		padding: 20px 0;
	}
}

@media (max-width: 655px) {
	.news-image {
		width: 100%;
	}

	.news-info {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}

	.news .news-name a {
		font-size: 15px;
	}

	.grid-product,
	.grid-news,
	.grid-service {
		grid-template-columns: repeat(2, 1fr);
	}

	.title-main h2 {
		font-size: 29px;
		background: transparent;
		padding-bottom: 0;
	}

	.grid-criterion {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-news {
		width: 100%;
	}

	.footer-policy,
	.footer-social {
		width: 100%;
		margin-top: 30px;
	}
	.prd-title {
		flex-wrap: wrap;
		font-size: 12px;
	}
	.prd-labels {
		font-size: 12px;
	}
	.prd-price {
		/* margin-left: 0; */
	}
}

@media (max-width: 450px) {
	.slick-about-images {
		padding: 0 !important;
		background: transparent !important;
	}

	.banner {
		width: 70%;
	}

	.logo {
		width: 45%;
	}

	.title-newsletter h2,
	.title-main h2,
	.title-why {
		font-size: 25px;
	}

	.item-criterion .key span {
		font-size: 43px;
	}

	.item-car .images {
		width: 100%;
	}

	.item-car .content {
		width: 100%;
		margin-top: 30px;
	}
	.grid-service {
		grid-template-columns: repeat(1, 1fr);
	}

	.wrap-car,
	.wrap-service {
		padding: 20px 0;
	}
}

@media (max-width: 410px) {
	.prd-price {
		margin-left: 0;
	}
}
@media (max-width: 375px) {
	.grid-news,
	.grid-product,
	.grid-service {
		grid-template-columns: repeat(1, 1fr);
	}
}
