@media screen and (min-width: 992px) {
	.header.is-scroll {
		position: fixed;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
	}

	.header.is-scroll .header-top {
		height: 62px;
	}

	.header.is-scroll .header-top .header-logo {
		height: 107px;
	}

	.header.is-scroll .header-top .header-top_inner {
		padding: 8px 0 8px 160px;
	}

	.header.is-scroll .header-top .header-top_inner .header-title {
		font-size: 1.375em;
	}

	.header.is-scroll .header-bottom .header-navigation > ul > li > a {
		padding: 12px 15px;
	}

	.header.is-scroll .header-bottom {
		height: 45px;
	}

	.header .header-bottom .header-navigation .navigation-product {
		max-width: 960px;
	}

	.header .header-bottom .header-navigation > ul > li > ul {
		position: absolute;
		border-radius: 0;
		-webkit-box-shadow: 0 12px 30px rgba(45, 56, 68, .05);
		box-shadow: 0 12px 30px rgba(45, 56, 68, .05);
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		transition: all .3s cubic-bezier(.645, .045, .355, 1);
		will-change: transform;
		left: 0;
		top: 100%;
		background-color: var(--bs-white);
		min-width: 200px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.header .header-bottom .header-navigation > ul > li:hover > a {
		background: var(--primary-color);
	}

	.header .header-bottom .header-navigation > ul > li:hover > a > i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		color: var(--bs-white);
	}

	.header .header-bottom .header-navigation > ul > li:hover > ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-bottom .header-navigation > ul > li > ul > li:hover > a {
		background: var(--primary-color);
		color: var(--bs-white);
	}

	.header .header-bottom .header-navigation .navigation-product {
		position: absolute;
		left: 50%;
		top: 100%;
		-webkit-transform: translateY(15px) translateX(-50%);
		-ms-transform: translateY(15px) translateX(-50%);
		transform: translateY(15px) translateX(-50%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transform-origin: center top;
		-ms-transform-origin: center top;
		transform-origin: center top;
		-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		transition: all .3s cubic-bezier(.645, .045, .355, 1);
		will-change: transform;
		padding: 0 calc(1.5rem * .5);
		width: 100%;
	}

	.header .header-bottom .header-navigation .navigation-product .navigation-product_inner {
		-webkit-box-shadow: 0 12px 30px rgba(45, 56, 68, .05);
		box-shadow: 0 12px 30px rgba(45, 56, 68, .05);
	}

	.header .header-bottom .header-navigation > ul > li:hover .navigation-product {
		-webkit-transform: translateY(0) translateX(-50%);
		-ms-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

}

@media screen and (min-width: 1200px) {
	.header .header-bottom .header-navigation .navigation-product {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1400px) {
	.header .header-bottom .header-navigation .navigation-product {
		max-width: 1320px;
	}
}

@media screen and (min-width: 576px) {
	.heading-highlight .heading-highlight_bg {
		width: calc((100vw - 540px) / 2 + 30px);
	}
}

@media screen and (min-width: 768px) {
	.heading-highlight .heading-highlight_bg {
		width: calc((100vw - 720px) / 2 + 30px);
	}
}

@media screen and (min-width: 992px) {
	.heading-highlight .heading-highlight_bg {
		width: calc((100vw - 960px) / 2 + 30px);
	}
}

@media screen and (min-width: 1200px) {
	.heading-highlight .heading-highlight_bg {
		width: calc((100vw - 1140px) / 2 + 30px);
	}
}

@media screen and (min-width: 1400px) {
	.heading-highlight .heading-highlight_bg {
		width: calc((100vw - 1320px) / 2 + 30px);
	}
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
	.heading-highlight .heading-highlight_title {
		font-size: 1.6em;
	}

	.heading-highlight .heading-highlight_title:before {
		height: 4px;
	}

	.header .header-top {
		height: 71px;
	}

	.header .header-top .header-logo {
		height: 119px;
		padding: 15px;
	}

	.header .header-top .header-top_inner {
		padding-left: 145px;
	}

	.header .header-bottom .header-navigation {
		padding-left: 135px;
	}

	.header .header-top .header-top_inner .header-social {
		display: none;
	}

	.header .header-top .header-top_inner .header-contact {
		padding-left: 20px;
	}

	.header .header-top .header-top_inner .header-address,
	.header .header-top .header-top_inner .header-contact .header-contact_item .header-contact_item__content .header-contact_item__value {
		font-size: 0.925em;
	}

	.header .header-bottom {
		height: 48px;
	}

	.header .header-bottom .header-navigation > ul > li > a {
		font-size: 1em;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1199px) {
	.section-feedback .feedback-card .card-body .card-avatar {
		width: 125px;
		height: 125px;
	}
}

@media (max-width: 991px) {
	.header .header-top {
		height: 42px;
	}

	.header .header-top .header-logo {
		padding: 10px;
		height: 86px;
		width: 95px;
	}

	.header .header-top .header-top_inner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		white-space: nowrap;
		padding: 8px 0 8px 125px;
	}

	.header .header-top .header-top_inner .header-title {
		font-size: 1.3em;
	}

	.header .header-top .header-top_inner .header-address,
	.header .header-top .header-top_inner .header-contact,
	.header .header-top .header-top_inner .header-social {
		display: none !important;
	}

	.header .header-bottom {
		height: 44px;
	}

	.header .header-bottom .header-bottom_text {
		padding: 6px 0 6px 125px;
	}

	.header .header-bottom .header-bottom_text > span {
		display: inline-block;
		font-size: 1.15em;
		color: var(--bs-white);
		font-weight: 700;
	}

	.header-hamburger {
		margin-left: auto;
	}

	.header .header-hamburger .hamburger-button {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border: 0;
		background: transparent;
		border-radius: 0;
		width: 32px;
		height: 32px;
		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;
		padding: 0;
	}

	.header .header-hamburger .hamburger-button > span {
		display: block;
		position: absolute;
		height: 1.5px;
		background: var(--bs-white);
		border-radius: 9px;
		opacity: 1;
		left: 4px;
		right: 4px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(1) {
		top: 8px;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(2), .header .header-hamburger .hamburger-button > span:nth-child(3) {
		top: 15px;
	}

	.header .header-hamburger .hamburger-button > span:nth-child(4) {
		top: 22px;
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(2) {
		-webkit-transform: rotate(45deg) scale(.9);
		-ms-transform: rotate(45deg) scale(.9);
		transform: rotate(45deg) scale(.9);
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(3) {
		-webkit-transform: rotate(-45deg) scale(.9);
		-ms-transform: rotate(-45deg) scale(.9);
		transform: rotate(-45deg) scale(.9);
	}

	.is-navigation .header .header-hamburger .hamburger-button > span:nth-child(1), .is-navigation .header .header-hamburger .hamburger-button > span:nth-child(4) {
		top: 17.5px;
		width: 0;
		left: 50%;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}

	.header .header-overlay {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 12;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.is-navigation .header .header-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-bottom .header-navigation {
		top: 0;
		width: 95%;
		max-width: 330px;
		height: 100vh;
		overflow-y: auto;
		z-index: 13;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
		left: -150%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		position: fixed;
		padding-left: 0;
		background-color: var(--secondary-color);
	}

	.is-navigation .header .header-bottom .header-navigation {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header .header-bottom .header-navigation > ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .header-bottom .header-navigation > ul > li {
		width: 100%;
	}

	.header .header-bottom .header-navigation > ul > li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.header .header-bottom .header-navigation > ul > li > a,
	.header .header-bottom .header-navigation > ul > li > button {
		color: var(--bs-white);
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 14.5px 15px;
		font-weight: 500;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 6px;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
		font-size: 1.075em;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		white-space: nowrap;
		border: 0;
		background-color: transparent;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.header .header-bottom .header-navigation > ul > li > a > i,
	.header .header-bottom .header-navigation > ul > li > button > i {
		color: var(--primary-color);
		-webkit-transition: .3s transform ease-in-out;
		-o-transition: .3s transform ease-in-out;
		transition: .3s transform ease-in-out;
	}

	.header .header-bottom .header-navigation > ul > li > a[aria-expanded=true] > i,
	.header .header-bottom .header-navigation > ul > li > button[aria-expanded=true] > i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header .header-bottom .header-navigation > ul > li > ul {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.header .header-bottom .header-navigation > ul > li > ul > li > a {
		color: var(--bs-white);
		font-size: 1em;
		padding-left: 35px;
	}

	.header .header-bottom .header-navigation > ul > li > ul > li + li {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.header .header-bottom .header-navigation .car-card .card-body .card-title {
		font-size: 1.075em;
	}

	.header .header-bottom .header-navigation .car-card .card-body .card-price {
		font-size: 1em;
	}

	.header .header-bottom .header-navigation .car-card .card-body .card-price .card-price_current {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header .header-bottom .header-navigation .car-card .card-body .card-price .card-price_current > span {
		font-size: 1.15em;
	}

	.header.is-scroll {
		position: fixed;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
	}

	.section-feedback .feedback-card .card-body .card-avatar {
		width: 100px;
		height: 100px;
	}

	.section-feedback .feedback-card .card-body.card-body_pc {
		display: none;
	}

	.section-feedback .feedback-card .card-body.card-body_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section-feedback .feedback-card .card-body .card-info {
		margin-left: 15px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.section-feedback .feedback-card .card-body .card-desc {
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 8px;
	}

	.section-feedback .feedback-card .card-body .card-body__left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.section-feedback .feedback-card .card-body .card-body__right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}

	.section-gap {
		padding: 30px 0;
	}

	.page-detail_article .detail-article_inner iframe {
		min-height: 250px;
	}

	.section-heading .heading-title {
		font-size: 1.45em;
	}

	.section-heading .heading-text {
		font-size: 1em;
	}

	.page-contact .contact-inner .contact-information .information-item .information-icon > span {
		width: 50px;
		height: 50px;
	}

	.page-contact .contact-inner .contact-information .information-item .information-content {
		font-size: 1.075em;
	}

	.form-main {
		padding: 15px;
	}

	.articles-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.articles-list .article-horizontal {
		width: 100%;
		padding: 8px;
	}

	.article-horizontal .article-content {
		margin-left: 10px;
	}

	.article-horizontal .article-title {
		font-size: 1.15em;
	}

	.article-horizontal .article-title .limit {
		--line: 3;
	}

	.article-horizontal .article-date,
	.article-horizontal .article-desc {
		display: none;
	}

	.product-card .card-body {
		padding: 10px;
	}

	.product-card .card-body .card-title {
		font-size: 1.15em;
	}

	.product-card .card-body .card-price {
		font-size: 1em;
	}

	.product-card .card-body .card-button > a {
		padding: 8px 15px 8px;
		font-size: .925em;
	}

	.product-detail .product-title {
		font-size: 1.6em;
	}

	.product-detail .product-price {
		font-size: 1em;
	}

	.product-detail .product-text {
		font-size: 1em;
	}

	.section-breadcrumb .breadcrumb .breadcrumb-item:nth-child(1),
	.section-breadcrumb .breadcrumb .breadcrumb-item:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-breadcrumb .breadcrumb .breadcrumb-item {
		display: none;
	}

	.detail-product .detail-information .section-heading .heading-title {
		font-size: 1.75em;
	}

	.detail-promotion {
		padding: 15px;
	}

	.detail-promotion h3 {
		font-size: 1.3em;
	}

	.detail-promotion ul > li,
	.detail-promotion p {
		font-size: 1em;
	}

	.detail-promotion .detail-promotion_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.detail-promotion .detail-promotion_buttons .button-theme {
		padding-left: 10px;
		padding-right: 10px;
		flex-direction: column;
		width: 100%;
	}

	.detail-promotion .detail-promotion_buttons .button-theme > span {
		font-size: 0.65em;
	}

	.heading-highlight .container {
		--bs-gutter-x: 0;
	}

	.heading-highlight .heading-highlight_title {
		padding-left: 1rem;
		font-size: 1.45em;
	}

	.section-feedback .slider-pagination {
		padding-top: 30px;
	}

	.section-hero .nivo-controlNav {
		bottom: 8px;
	}

	.section-hero .nivo-directionNav [class*=nivo-] {
		display: none;
	}

	.section-hero .nivo-controlNav .nivo-control {
		width: 12px;
		height: 12px;
	}

}

@media (max-width: 768px) {
	.slider-pagination {
		padding-top: 0;
	}

	.page-pricing .pricing-img {
		margin: 0 auto;
	}

	.page-pricing .pricing_detail .pricing_title h2 {
		font-size: 1.1rem;
	}

	.page-pricing .pricing_detail .pricing_title .pricing_price {
		font-size: 1.05rem;
	}

	.page-pricing .pricing_detail .pricing_title .pricing_price span {
		font-size: 0.75em;
	}

	.page-pricing .pricing_detail .ver_price {
		margin-left: 0;
		padding-bottom: 5px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.page-pricing .pricing_detail .ver_price h4 {
		font-size: 13.5px;
		margin-right: 10px;
	}

	.page-pricing .pricing_detail .ver_price span {
		font-size: 13.5px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.page-pricing .pricing_detail .cta {
		font-size: 0.88em;
		margin-top: 0;
	}

	.page-pricing .pricing_detail .cta a {
		font-size: 1.05em;
	}

	.page-pricing .pricing_detail .button.button-link {
		font-size: 0.87em;
		padding: 7px 20px 10px;
	}

	.car-ver-price .ver_price {
		margin-left: 0;
	}

	.car-ver-price .ver_price h4 {
		font-size: 14px;
	}

	.car-ver-price .ver_price span {
		font-size: 13.5px;
		line-height: 1;
	}

	.float-contact__item__text {
		display: none;
	}

	.float-contact__item__icon {
		font-size: 1.2rem;
		height: 40px;
		width: 40px;
		position: relative;
	}

	.float-zalo {
		bottom: 65px;
	}

	.float-zalo > a > img {
		width: 40px;
	}

	.float-advisory {
		width: 40px;
		height: 40px;
	}

	.page-detail_article .article-inner_footer .article-inner_meta,
	.page-detail_article .article-inner_footer .share-social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tool-item .tool-item_image img {
		width: 40px;
		height: 40px;
	}

	.tool-item .tool-item_title {
		font-size: 1em;
	}

	.detail-product .detail-version .version-wrap .version-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.detail-product .detail-version .version-wrap .version-item .version-item_title {
		width: 100%;
		font-size: 1.15em;
	}

	.detail-product .detail-version .version-wrap .version-item .version-item_price {
		width: 100%;
		padding: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 8px;
		gap: 8px;
		font-size: 0.925em;
	}

	.detail-product .detail-content_description .detail-tab_item__padding {
		padding: 0 30px;
	}

	.detail-product .detail-content_description .detail-tab_item .slick-next,
	.detail-product .detail-content_description .slideVanHanh .slick-next,
	.detail-product .detail-content_description .slideAnToan .slick-next {
		width: 30px;
		height: 30px;
		right: 15px;
	}

	.detail-product .detail-content_description .detail-tab_item .slide-item .slide-item_content {
		position: relative;
		padding: 12px;
	}

	.detail-product .detail-content_description .slideVanHanhThumb .slidethumb-item .slidethumb-item_title, .detail-product .detail-content_description .slideAnToanThumb .slidethumb-item .slidethumb-item_title {
		font-size: 1.15em;
	}

	.detail-product .detail-content_description .slideVanHanhThumb .slidethumb-item .slidethumb-item_desc, .detail-product .detail-content_description .slideAnToanThumb .slidethumb-item .slidethumb-item_desc {
		font-size: 1em;
	}

	.detail-product .detail-product_config .config-collapse_inner {
		margin-top: 30px;
	}

	.detail-product .detail-product_config .col-md-6:last-child .config-collapse_inner {
		border-top: 0;
		margin-top: 0;
	}
}
