:root {
	--main-color: #ff9800;
	--a-color: #252525;
}

@font-face {
	font-family: GoogleSans;
	src: url(../fonts/GoogleSans-Regular.woff2);
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: GoogleSans;
	src: url(../fonts/GoogleSans-Medium.woff2);
	font-weight: 500;
	font-display: swap
}

@font-face {
	font-family: GoogleSans;
	src: url(../fonts/GoogleSans-Bold.woff2);
	font-weight: 700;
	font-display: swap
}

@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-Regular.woff2);
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-Medium.woff2);
	font-weight: 500;
	font-display: swap
}

@font-face {
	font-family: Lora;
	src: url(../fonts/Lora-SemiBold.woff2);
	font-weight: 600;
	font-display: swap
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lora;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	font-family: "GoogleSans";
	font-size: 14px;
	font-weight: 400;
	color: var(--a-color);
}

.newest-news .owl-theme .owl-nav.disabled+.owl-dots {
	position: relative;
	top: -35px;
	margin-bottom: -36px;
}

.newest-news .owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background-color: #fff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color);
}

.header_main {
	margin-bottom: 10px;
	border-bottom: 2px solid #ff9800;
	background: #1c6b58;
}

.header_main img {
	max-width: 180px;
	padding: 10px 0;
}

#header-new {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	background-color: #1c6b58;
	width: 100%;
}

.header-new {
	position: relative;
	height: 55px;
}

.btn-add-post {
	border: 1px solid #1c6b58;
	border-radius: 70px;
	background-color: #fff;
	position: absolute;
	/* padding: 12px 23px 15px; */
	left: 50%;
	top: -20px;
	margin-left: -35px;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 28px;
	line-height: 70px;
}

.btn-add-post i {
	color: var(--main-color);
}

.header-new>.left,
.header-new>.right {
	position: absolute;
	display: flex;
	bottom: 0;
	width: 40%;
	color: #fff;
}

.header-new>.left {
	text-align: left;
	left: 0;
}

.header-new>.right {
	text-align: right;
	right: 0;
}

.btn-icon-header {
	display: inline-block;
	padding: 0 10px;
	padding-bottom: 34px;
	position: relative;
	width: 50%;
	top: 11px;
	color: #fff;
	text-align: center;
}

.btn-icon-header>i {
	vertical-align: -.225em;
	font-size: 24px;
}

.btn-icon-header>label {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: lighter;
	white-space: nowrap;
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
}

.list-newest-news .slide-content {
	height: 230px;
	background-color: #fff;
}

.slide-content .mask {
	background: linear-gradient(rgba(0, 0, 0, 0), black 91%);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-content .intro-caption {
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: left;
}

.date {
	color: #888;
	font-size: 11px;
	margin-top: 10px;
}

.slide-content .intro-caption p {
	color: #fff;
	margin: 8px 22px;
}

.slide-content .intro-caption p {
	margin: 8px 0;
}

.date i {
	font-size: 13px;
	margin-right: 5px;
}

.slide-content .intro-caption h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.title-block {
	margin-bottom: 10px;
}

.title-block .page-title {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.title-block .page-title:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 30px;
	height: 2px;
	background: var(--main-color);
	margin-top: 6px;
}

.news-item {
	margin: 30px 0;
}

.date-time {
	font-size: 11px;
	color: #888;
	margin-top: 6px;
}

.news-content .news-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--a-color);
}

.news-content .news-title a {
	color: var(--a-color);
}

.product-item {
	width: 100%;
	box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.13);
	margin: 7.5px 0;
	border-radius: 12px 12px 0 0;
}

.product-item .list-detail {
	padding: 10px;
}

.list-p-title {
	font-size: 16px;
	font-weight: 400;
	color: var(--a-color);
	height: 42px;
	overflow: hidden;
	line-height: 20px;
}

.list-p-title a {
	color: var(--a-color);
}

.list-thumbnail {
	position: relative;
}

.list-thumbnail span {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

.list-thumbnail span.used-car {
	background: rgba(255, 152, 0, 0.6);
}

.list-thumbnail span.new-car {
	background: rgba(15, 203, 77, 0.6);
}

.main-menu {
	position: relative;
	z-index: 1;
	border-bottom: solid 1px rgba(255, 255, 255, .05);
	list-style: none;
	padding: 0
}

.main-menu a {
	font-size: 16px;
	line-height: 65px;
	padding-left: 45px;
	font-weight: 500;
	color: rgba(0, 0, 0, .8);
	border-bottom: solid 1px rgba(0, 0, 0, .05);
	border-top: solid 1px rgba(255, 255, 255, .05);
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 35px;
}

.submenu {
	z-index: 9999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	transition: all 250ms ease;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden !important;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	padding-bottom: 100px;
}

.submenu {
	background: #fff;
}

.active-item,
.active-submenu-visit {
	font-weight: 700 !important;
	font-size: 13px !important;
}

.active-item {
	color: rgba(0, 0, 0, 1) !important;
	background-color: rgba(255, 255, 255, .02);
}

.active-submenu {
	-moz-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
}

.open-submenu i {
	color: #ccc !important;
	position: absolute;
	font-size: 13px;
	font-weight: 200 !important;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	left: 12px;
	margin-top: 15px;
	border-radius: 40px;
}

.search-box,
.menu-box {
	height: 100%;
}

.search-box {
	will-change: scroll-position;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: calc(var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom, 0px));
	overflow-x: hidden;
}

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	width: 100%;
}

.search-box.active {
	display: block;
}

.search-box ul {
	list-style: none;
}

.box-head {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

.box-head h3 {
	font-size: 15px;
}

.search-bar {
	background: #fff;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.03);
}

.searchbar {
	width: 100%;
	position: relative;
	z-index: 200;
	height: var(--f7-searchbar-height);
	background-image: var(--f7-searchbar-bg-image, var(--f7-bars-bg-image));
	background-color: var(--f7-searchbar-bg-color, var(--f7-bars-bg-color, var(--f7-theme-color)));
}

.searchbar {
	background: #fff;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.03);
}

.searchbar-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 calc(var(--f7-searchbar-inner-padding-right) + var(--f7-safe-area-right)) 0 calc(var(--f7-searchbar-inner-padding-left) + var(--f7-safe-area-left));
}

.searchbar .searchbar-input-wrap {
	flex-shrink: 1;
	width: 100%;
	height: 32px;
	position: relative;
}

.searchbar input[type="text"],
.searchbar input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
	border: 0px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	font-weight: normal;
	color: #000;
	font-size: 17px;
	background-color: #171717;
	border-radius: 8px;
	position: relative;
	padding: 0;
	padding-left: calc(48px + 17px);
}

.searchbar .searchbar-input-wrap input {
	font-size: 13px;
	background: #eee;
}

.searchbar i {
	pointer-events: none;
	background-position: center;
	background-repeat: no-repeat;
}

.searchbar i {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 40;
	left: 8px;
}

.btn-search {
	font-size: 12px;
	border: 1px solid #ccc;
	margin-left: 5px;
}

.search-popular {
	padding-top: 40px;
}

.block-head {
	margin-bottom: 10px;
}

.block-head h3 {
	color: #aaa;
	font-size: 11px;
	text-transform: uppercase;
}

.search-popular {
	border-bottom: 1px solid #ccc;
}

.search-block:first-child,
.search-block:last-child {
	border-bottom: 0;
}

.search-block a {
	color: #333;
}

.search-recomend {
	margin-top: 30px;
}

.popular-list li {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px 10px;
	border-radius: 4px;
	margin: 0 7px 7px 0;
}

.popular-list a {
	font-size: 13px;
}

.menu-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
	width: 100%;
	height: calc(100% - 20px);
	overflow: scroll;
}

.menu-box.active {
	display: block;
}

.price-value {
	color: var(--main-color);
	font-weight: 600;
	font-size: 17px;
	/*float:left;*/
}

.price-old {
	float: right;
	text-decoration: line-through;
}

.list-price:after {
	content: "";
	display: table;
	clear: both;
}

.showroom-item {
	width: 100%;
	padding: 15px;
	/* border: 1px solid #ccc; */
}

.showroom-content {
	width: 100%;
	margin: 15px 0;
}

.showroom-title {
	color: var(--a-color);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 15px;
}

.showroom-content .meta {}

.showroom-content .meta address {
	margin-bottom: 0;
}

.sale-content {
	width: 100%;
	text-align: center;
}

.sale-thumbnail {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}

.sale-detailt {
	width: 100%;
	margin: 15px 0;
}

.sale-detailt .sale-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.sale-showroom {
	font-size: 13px;
	font-weight: 300;
	color: var(--main-color);
	margin-bottom: 10px;
}

.rerigon {
	font-size: 13px;
	padding: 3px 5px;
	background: var(--main-color);
	color: #fff;
	margin: 10px 0;
}

.list-sale span {
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #9E9E9E;
	padding: 2px 5px;
}

.list-sale span.list-promotion {
	background: var(--main-color);
}

.gallery-item {
	width: 100%;
	position: relative;
	outline: none;
}

.gallery-item::after {
	padding-top: 75%;
	display: block;
	content: "";
}

.gallery-wrapper {
	display: flex;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	outline: none;
}

.gallery-wrapper span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.gallery-wrapper img {
	cursor: zoom-in;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	object-fit: contain;
	background-color: rgb(238, 238, 238);
	display: inline-block !important;
	outline: none;
}

.car-gallery.owl-carousel .owl-nav .owl-prev,
.car-gallery.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	background: rgba(255, 152, 0, 0.8);
	padding: 10px 5px !important;
	color: #fff !important;
	font-size: 18px;
}

.car-gallery.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.car-gallery.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.car-gallery .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 3%;
}

.car-title {
	width: 100%;
	margin: 15px 0;
}

.car-name {
	font-size: 22px;
	font-weight: 600;
}

.contact-boxsp {
	/* padding: 0 15px; */
	background: #ffffe5;
	padding: 15px;
	border: 1px solid #FF9800;
}

.content-w {
	padding: 0 15px;
	margin: 0 15px;
}

.textwidget {
	width: 100%;
}

.contact-boxsp h3 {
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.contact-boxsp h3 {
	margin-top: 10px;
}

.content-w p {
	font-weight: bold;
	margin-top: 4px;
	font-size: 14px;
	margin-bottom: 0;
}

.content-w i {
	margin-right: 20px;
}

.red {
	color: #FF9800;
}

.car-m-detailt {
	width: 100%;
	padding: 15px;
}

.car-status {
	padding: 2px 10px;
	color: #fff;
	background-color: #0fcb4d;
	/*border-radius: 3px;*/
	/* text-transform: uppercase; */
	white-space: nowrap;
	font-size: 90%;
	line-height: 14px;
	margin-top: 6px;
}

.bold {
	font-weight: bold;
}

.car_old {
	background-color: #FF9800;
}

.post-content {
	font-size: 18px;
}

.post-content ul,
.main-content ul {
	padding: 3px 20px;
}

.post-content ul li,
.main-content ul li {
	margin-bottom: 15px;
}

.post-content blockquote {
	border-left: 3px solid var(--main-color);
}

.content-head {
	font-weight: 600;
	font-size: 18px;
}

.car-date {
	font-size: 13px;
	color: #a5a5a5;
}

.block-news {
	padding: 10px 0 30px 0;
}

.head-title {
	margin: 15px;
}

.head-title h1 {
	font-size: 16px;
	font-weight: 600;
}

.article-title {
	font-size: 28px;
	font-weight: 600;
}

footer {
	width: 100%;
	background: #1c6b58;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #fff;
}

.widget-title {
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}

.sale-wrapper .col-meta {
	margin: 15px 0;
}

.col-meta a {
	padding: 7px;
	background: #0fcb4d;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 2px;
	font-size: 16px;
}

.car_list.owl-carousel .owl-nav .owl-prev,
.car_list.owl-carousel .owl-nav .owl-next,
.list-carousel.owl-carousel .owl-nav .owl-prev,
.list-carousel.owl-carousel .owl-nav .owl-next,
.list-showroom.owl-carousel .owl-nav .owl-prev,
.list-showroom.owl-carousel .owl-nav .owl-next,
.sale-carousel.owl-carousel .owl-nav .owl-prev,
.sale-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 35%;
	background: rgba(255, 152, 0, 0.8);
	padding: 10px 5px !important;
	color: #fff !important;
	font-size: 18px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.btn-icon-right {
	position: relative;
	padding-right: 38px;
	border-radius: 0px;
	font-size: 90%;
}

.btn-view-more {
	background-color: #666;
	border-color: #666;
	text-transform: inherit;
	color: #fff !important;
}

.btn-icon-right span {
	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;
	width: 28px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.2);
}

.block-product-carousel,
.block-list-car {
	padding-bottom: 30px;
}

.boanh h2 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 600;
}

.boanh h2 a {
	color: #000
}

.car-bottom {}

.btn.submit {
	background: var(--main-color);
	color: #fff !important;
	font-weight: 600;
}

.comment-list {
	width: 100%;
	font-size: 17px;
}

.comment-content {
	padding: 10px;
	background: #dedede;
	margin-bottom: 10px;
}

.comment-form {
	margin: 0 -15px;
}

.cat-link a {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

#tags {
	margin: 5px 0;
	overflow: hidden;
}

#tags a,
#tags span {
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #4f4f4f;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 8px;
	margin: 2px;
	text-decoration: none;
	white-space: nowrap;
}

.price-box {
	width: 100%;
	display: flex;
	line-height: 25px;
	margin-bottom: 15px;
}

.price-text {
	margin-right: 2px;
}

.price-top {
	display: flex;
	font-size: 25px;
}

.price-top .sale-price {
	color: #ff9800;
}

.price-top .old-price {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 16px;
	margin-left: 15px;
}

.icon_nhien_lieu {
	width: 17px;
	height: 15px;
	padding-right: 18px;
	background: url(../../../resources/images/icon_nhien_lieu.png) no-repeat 0 3px;
}

.icon_hop_so {
	width: 17px;
	height: 15px;
	padding-right: 18px;
	background: url(../../../resources/images/icon_hop_so.png) no-repeat 0 3px;
}

.showroom-items {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.title-content h2 {
	font-size: 22px;
	font-weight: 600;
}

.showroom-items .info p {
	margin-bottom: 0;
}

.page_title {
	color: #39393b;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8rem;
	text-align: left;
	text-transform: uppercase;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.page_title span {
	font-weight: 600;
	color: #ff5539;
}

.page_search .search_wrap {
	margin: 0 auto;
	float: left;
	width: 100%;
	max-width: 100%;
}

.page_search {
	margin-bottom: 3em;
}

.search_form_wrap {
	display: block;
	margin-top: 10px;
}

.search_submit {
	margin-bottom: 1.8rem;
	display: block;
	background-color: var(--main-color);
	padding: 1.3rem 1.5rem 1.3rem 2.0rem;
	margin-left: 1rem;
	margin-top: -4.86rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 2rem;
}

.cat-head .cat-title {
	font-size: 26px;
}

.dropdown-toggle::after {
	position: absolute;
	right: 0;
	top: 15px;
}

.hightlight_news {
	list-style: none;
	padding: 10px 20px;
}

.hightlight_news li {
	line-height: 30px;
	font-size: 17px;
}

.hightlight_news a {}

.box-right a {
	margin: 0 15px;
}

.action-right {
	font-size: 13px;
}

.list-meta {
	margin: 15px 0 30px 0;
}

.img-border {
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.table-wrapper .btn {
	cursor: pointer;
	/* background-color: transparent; */
	color: inherit;
	padding: 6px 12px;
	border-radius: 2px;
	border: 1px solid 2px;
	font-size: 12px;
	line-height: 1.42857;
	vertical-align: middle;
	-webkit-transition: all .15s;
	transition: all .15s;
}

.table-wrapper .btn-sm,
.table-wrapper .btn-icon.btn-sm {
	font-size: 10px;
	line-height: 1.5;
	color: #fff;
}

.table-wrapper .btn-file {
	position: relative;
	overflow: hidden;
}

.table-wrapper .btn-default {
	background-color: #fff;
	border-color: #c3cedb;
	color: #404040;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.table-wrapper .btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: 0;
	background: white;
	cursor: inherit;
	display: block;
}

.car_list .items {
	width: 100%;
	box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.13);
	margin: 15px 0;
}

.block-list-car .col-6:nth-child(odd) {
	padding-right: 7.5px;
}

.block-list-car .col-6:nth-child(even) {
	padding-left: 7.5px;
}

.auto-menu {
	border: 1px solid #d6d6d6;
	background: #f9eac9;
	padding: 20px;
	margin-top: 26px;
	margin-bottom: 30px;
	width: 100%;
}

.auto-menu .title-box {
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	background: url(/resources/images/ic-automenu.png) no-repeat scroll left center;
	padding-left: 30px;
}

.auto-menu .title-box i {
	color: #aeb2b4;
	font-weight: 500;
	float: right;
	cursor: pointer;
	text-align: center;
	height: 30px;
	width: 30px;
}

.auto-menu ul {
	margin-left: 0;
	padding-left: 0 !important;
	list-style-type: none;
	display: none;
}

.auto-menu ul.active {
	display: block;
}

.auto-menu ul li {
	padding-top: 10px;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}

.auto-menu-neo {
	display: none;
	position: fixed;
	top: 100px;
	z-index: 100;
	max-width: 314px;
}

.auto-menu-neo .btn-open-menu {
	background: url(/resources/images/ic-automenu.png) no-repeat scroll center center;
	border-style: solid;
	border-width: 1px;
	border-color: #d6d6d6;
	background-color: #f9eac9;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35);
	display: inline-block;
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.auto-menu-neo .content {
	border-style: solid;
	border-width: 1px;
	border-color: #d6d6d6;
	background-color: #f9eac9;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, .35);
	width: 314px;
	padding: 15px 0 20px 0;
	margin-top: 5px;
	position: relative;
	display: none;
	box-sizing: border-box;
	max-height: calc(100vh - 150px) !important;
	overflow: auto;
}

.auto-menu-neo .title-box {
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
	background: url(/resources/images/ic-automenu.png) no-repeat scroll left center;
	padding-left: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.auto-menu-neo .title-box i {
	color: #aeb2b4;
	font-weight: 500;
	float: right;
	cursor: pointer;
	text-align: center;
	height: 30px;
	width: 30px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.auto-menu-neo .content.active {
	display: block;
}

.auto-menu-neo ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: none;
}

.auto-menu-neo ul li a {
	color: #139bd7;
	padding: 5px 12px 5px 20px;
	display: block;
}

.auto-menu-neo ul li a.active {
	color: #fff !important;
	background-color: #139bd7;
}

.auto-menu-neo ul.active {
	display: block;
}

.details-product h2,
.post-content h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.details-product h3,
.post-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.details-product h4,
.post-content h4,
.details-product h5,
.post-content h5.details-product h6,
.post-content h6 {
	font-size: 16apx;
	font-weight: 600;
	margin-bottom: 10px;
}

.above .title-news {
	width: 100%;
	border-bottom: 2px solid #f2f2f2;
	text-align: left;
	margin-bottom: 10px 0;
}

.above .title-news span {
	color: #000;
	border-bottom: 2px solid #FF9800;
	margin-bottom: -2px;
	padding: 2px 0;
	font-size: 18px;
	font-family: "Helvetica", Arial, sans-serif !important;
}

.above .title-news span a,
.above .title-news span {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}

.content-cat ul {
	list-style: none;
	margin-bottom: 10px;
}

.sidebar li {
	padding-left: 1em;
	text-indent: -.7em;
}

.content-cat ul li {
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.sidebar li a {
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.content-cat ul li a {
	padding: 5px 20px;
}

.content-cat ul li a i {
	margin-right: 10px;
}

.supports {
	position: fixed;
	right: 0;
	background: #fffe;
	border-radius: 5px;
	width: auto;
	z-index: 150;
	bottom: 10%;
	padding: 10px 0;
	border: 1px solid #f2f2f2;
}

.supports ul {
	list-style: none;
	margin: 0;
}

.supports ul li a {
	border: none;
	padding: 3px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #515151;
	font-weight: 700;
	max-width: 72.19px;
	max-height: 54px;
	text-decoration: none;
}

.supports ul li a .icon {
	width: 36px;
	height: 36px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	background-position: center center
}

.supports ul li a .icon_local {
	background-image: url(../images/widget_icon_map.svg);
}

.supports ul li a .icon_zalo {
	background-image: url(../images/widget_icon_zalo.svg);
}

.supports ul li a .icon_call {
	background-image: url(../images/widget_icon_click_to_call.svg);
}

.supports ul li a .icon_mess {
	background-image: url(../images/Messenger.svg);
}

.supports ul li a .icon_sms {
	background-image: url(../images/widget_icon_contact_form.svg);
}

.ldl-container {
	width: 82%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ldl-container .row {
	display: flex;
	flex-wrap: wrap;
}

.ldl-container .ldl-item {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #FF9800;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 9px;
}

.ldl-container .ldl-item {
	margin-bottom: 0;
	height: 100%;
	margin-top: 10px;
}

.ldl-item .avatar {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 10px;
	border: 1px solid #e1e1e1;
}

.small {
	margin-left: 60px;
}

.ldl-item h3,
.ldl-item h4 {
	margin: 0;
}

.ldl-item .name-showroom {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #222;
	margin: 0;
	margin-bottom: 8px;
}

.ldl-item .acc {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #222;
	margin: 0;
	margin-bottom: 8px;
}

.ldl-item .city {
	font-size: 14px;
	line-height: 16px;
	color: #888;
	margin-bottom: 10px;
}

.ldl-item .btn-green {
	width: 130px;
}

.ldl-item .number {
	opacity: 0;
}

.ldl-item.item-dvg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.ldl-item.item-dvg .small {
	margin-left: 0;
}

.ldl-item.item-dvg .name-showroom {
	color: #222;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

.item-dvg .cpn-tuvanvien-listbutton {
	justify-content: center;
}

.cpn-tuvanvien-listbutton {
	width: 100%;
	display: flex;
}

.btn-bt-green.btn-hotline-oto {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 0;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	color: #4db848;
	text-align: center;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 1px solid #4db848;
	box-sizing: border-box;
	border-radius: 50px;
	width: auto;
	padding: 0 20px;
}

.btn-green {
	width: 100%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border: 0;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	color: #fff !important;
	text-align: center;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #4db848;
}

.ldl-tt {
	text-align: center;
	color: #ff9800;
	font-size: 22px;
}

.h3name {
	font-size: 16px;
	font-weight: 600;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 3px solid #ff9800;
}

.ldl-container .row .col-md-6 {
	margin-bottom: 20px;
}

.bang-gia-xe-box {
	border: 1px solid #ccc;
}

.bang-gia-xe-box .bang-gia-xe-item {
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 3px;
}

.bang-gia-xe-box .bang-gia-xe-item .image-link {
	display: block;
	margin-bottom: 5px;
}

.bang-gia-xe-box .bang-gia-xe-item .image-link img {
	width: 80%;
	margin: auto;
}

.bang-gia-xe-box .bang-gia-xe-item .title {
	font-family: "Roboto", sans-serif;
	font-size: 100%;
	font-weight: 500;
	color: #333;
}

.bang-gia-xe-box .bang-gia-xe-item .sale {
	background-color: #b62831;
	color: #fff;
	font-size: 85%;
	padding: 2px 10px;
}

.tab-content .tab-pane.active .blog-item {
	display: flex !important;
}

.tab-content .tab-pane .blog-item {
	display: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(221, 221, 221, .8);
	flex-direction: row;
}

.tab-content .tab-pane .blog-url:first-of-type .blog-item {
	flex-direction: column;
}

.tab-content .tab-pane .blog-item img {
	width: 40%;
	height: auto !important;
	align-self: flex-start;
}

.tab-content .tab-pane .blog-url:first-of-type .blog-item img {
	width: 100%;
}

.tab-content .tab-pane .blog-item p {
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	color: #2d363e;
	margin-left: 10px;
}

.tab-content .tab-pane .blog-url:first-of-type .blog-item p {
	margin-left: 0;
	font-size: 16px;
	padding: 5px 0;
}

.content-home {
	padding: 20px 15px
}

.logo-footer {
	text-align: center;
}

.logo-footer img {
	max-width: 200px;
	padding-bottom: 15px;
}

@media(max-width:768px) {
	.supports {
		padding: 5px 0 8px;
	}

	/*.supports ul li{width: 20%;float: left;}
.supports{width: 100%;left: 0;border-radius: 0;background: #fff;}
.supports ul li a .icon_call{width: 54px;height: 54px;background-color: #6cb917;border: 2px solid white;background-size: 27px;border-radius: 50%;margin-bottom: 4px;}
.supports ul li.icon_mb{position: relative;top: -23px;}*/
}

.item {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	background: #FFF;
	margin: 0 12px;
}

.basic-info .item {
	line-height: 29px;
	font-size: 16px;
	padding: 0 0 0 5px;
}

.basic-info .labels {
	float: left;
	width: 36%;
	color: #ff9800;
}

.basic-info .value {
	width: 60%;
}

.basic-info .highlight {
	background: #f0f0f0;
}

.h4name {
	font-size: 16px;
}

.font-size-20 {
	font-size: 20px;
}

.price {
	color: #FF9800;
	font-weight: bold;
}

.color-red {
	color: red;
}

.list-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-pr-3 {
	margin-bottom: 30px;
}

.list-pr-3 .upper {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.list-pr-3 a {
	color: #000000;
}

.list-pr-3 b {
	color: red;
	font-size: 12px;
}
