.zalo-share-button {
	margin-right: 0.3rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.news-dt-share .zalo-share-button:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.c-news-content .main-title {
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 1.4rem;
}

.breadcrumb span {
	padding-right: 2.5rem;
	-webkit-transition: 0.3s cubic-bezier(0.61, 0.22, 0.23, 1);
	transition: 0.3s cubic-bezier(0.61, 0.22, 0.23, 1);
	font-size: 1.4rem;
}

.header-top .custom-logo-link {
	margin-right: 3rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 0;
}

.custom-logo-link {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s cubic-bezier(0.61, 0.22, 0.23, 1);
	transition: 0.3s cubic-bezier(0.61, 0.22, 0.23, 1);
}

@media screen and (max-width: 991px) {
	.header-top .custom-logo-link {
		display: none;
	}
}

@media screen and (max-width: 1365px) {
	.header-top .custom-logo-link {
		margin-right: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.header__list-wrap .custom-logo-link {
		display: none;
	}
}

.receive-form .f-submit,
.contact-info-form .f-submit {
	position: relative;
}

.receive-form .f-submit .ajax-loader,
.contact-info-form .ajax-loader {
	position: absolute;
}

.wpcf7-response-output {
	border: none !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.loading.m-btn-loading {
	position: relative;
}

.m-btn-loading:after {
	display: inline-block;
	content: '';
	background-image: url(../images/loading.svg);
	background-repeat: no-repeat;
	background-size: 0;
	background-position: center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.m-btn-loading.loading:after {
	background-size: contain;
}

.header-auth {
	position: relative;
	padding: 0 1.2rem;
}

.wrap-info-user {
	position: absolute;
	top: calc(100% + 1.2rem);
	width: 100%;
	left: 0;
	background: #ededed;
	display: none;
	min-width: 200px;
}

.wrap-info-user a {
	display: block;
	padding: 10px 12px;
	text-align: left;
	color: #e50a19;
}

.header-auth:hover .wrap-info-user {
	display: block;
}

.wrap-info-user::before {
	content: '';
	position: absolute;
	top: -1rem;
	left: 5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 1rem 1rem 1rem;
	border-color: transparent transparent #ededed transparent;
}

.wrap-info-user:after {
	content: '';
	position: absolute;
	top: -2rem;
	left: 0;
	width: 100%;
	height: 2.4rem;
	background-color: transparent;
}

.mr-32 {
	margin-right: 3.2rem;
}

label {
	user-select: none;
}

.wrap-change-password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #000;
}

.register-form-wrap .wrap-change-password .mr-0 {
	margin-right: 0;
}

#response-login,
#response-forget,
div#response-register {
	color: red;
}

.tabs li:nth-last-child(2) {
	padding: 2rem 1.5rem;
}

.tabs li:nth-last-child(1) {
	padding: 0;
}

.m-label-choose-option {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.btn-add-cart.m-btn-loading::after {
	filter: brightness(0.1);
	left: 22px;
}

.btn-add-cart.m-btn-loading.loading img {
	display: none;
}

td.product-name a span {
	font-size: 12px;
	font-style: italic;
}

.list-cart-loading.loading::before {
	display: block;
}

.list-cart-loading::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #00000033;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

.list-cart-loading.m-btn-loading.loading::after {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-25px, -25px);
	margin: 0;
}

.payment-btn.m-btn-loading.loading img {
	display: none;
}

.wrap-load-result.m-btn-loading::before {
	content: '';
	display: none;
	width: 100%;
	height: 100%;
	background: #00000036;
	position: absolute;
}

.wrap-load-result.m-btn-loading.loading::before {
	display: block;
}

.wrap-load-result.m-btn-loading::after {
	width: 50px;
	height: 50px;
	transform: translate(-25px, -25px);
	left: 50%;
	top: 50%;
	margin: 0;
}

.httc-success-wrap .price {
	font-size: 22px;
	margin-top: 12px;
	font-weight: 900;
	color: #e51419;
}

.response-mess {
	color: red;
	margin-top: 12px;
}

.main-popup {
	background: #fff;
	max-width: 100%;
	width: 700px;
	margin: 0 auto;
	/* height: 100%; */
	padding: 22px 22px;
}

.main-popup input,
.main-popup textarea {
	border: 1px solid #898989;
}

h3.main-popup-title {
	font-size: 32px;
	text-align: center;
	margin-bottom: 22px;
	font-weight: 500;
	color: #e51419;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */

input[type='number'] {
	-moz-appearance: textfield;
}

/* mega menu  */

@media only screen and (min-width: 1200px) {
	.mega-bike-dropdown .sub-menu {
		min-height: 510px;
		width: 670px;
		/* padding: 30px 0; */
		padding-bottom: 0;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.mega-bike-dropdown .sub-menu .mega-bike-right {
		position: absolute;
		left: 200px;
		background-color: #fff;
		display: none;
		top: 0;
		width: calc(100% - 200px);
		padding: 20px 30px;
	}

	.mega-bike-dropdown .sub-menu .mega-bike-right>.img {
		width: 320px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		/* height: auto; */
		background: transparent;
	}

	.mega-bike-dropdown .sub-menu .mega-bike-right>.img:before {
		content: '';
		display: block;
		padding-bottom: 72.7272%;
	}

	.mega-bike-dropdown .sub-menu .mega-bike-right>.img>img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: 100%;
	}

	.mega-bike-dropdown .sub-menu li.hover .mega-bike-right {
		display: block;
		height: 100%;
	}

	.mega-bike-dropdown .sub-menu li.hover>a {
		color: #fff;
		background-color: #e51419;
	}

	.mega-bike-dropdown .sub-menu li.hover:hover>a {
		color: #fff;
	}

	.sub-menu a {
		width: 200px;
	}

	.dl-bike-info {
		font-size: 13px;
	}

	.dl-bike-info dt {
		float: left;
		width: 180px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		clear: left;
		line-height: 20px;
		padding: 2px 0;
		/* text-transform: uppercase; */
		font-weight: bold;
	}

	.dl-bike-info dd {
		line-height: 20px;
		padding: 2px 0;
		display: block;
		overflow: hidden;
		min-height: 24px;
		font-weight: bold;
	}

	.dl-bike-info [data-pd-img] {
		display: inline-block;
		vertical-align: baseline;
		padding: 2px;
		max-width: 70px;
		height: 10px;
	}

	.dl-bike-info [data-pd-img].active {
		-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
	}

	.dl-bike-info [data-pd-img] img {
		display: block;
		height: 100%;
	}
}

@media screen and (max-width: 1199px) {
	.mega-bike-right {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.header__list>li>a {
		width: 13rem;
		padding: 1.2rem 0rem;
	}
}

.c-pd-add-cart {
	border-color: #e50a19;
}

#f-done-support .price {
	color: #e50a19;
	font-size: 15px;
}

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

.m-wrap .item {
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
}

.m-wrap label.m-list-store-item {
	display: block;
}

.m-wrap label.m-list-store-item p {
	margin: 5px 0;
}

.m-wrap label.m-list-store-item .name {
	font-size: 20px;
	margin-bottom: 12px;
}

.header-auth {
	font-weight: bold;
}

.c-pd-color {
	flex-wrap: wrap;
}

.c-pd-color label {
	margin-bottom: 6px;
}

.custom-pd-color .checkmark {
	border: 1px solid #00000040;
}

.custom-pd-color input:checked~.checkmark {
	border: none;
}

.c-pd {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}

.dtx-form-list {
	overflow: auto;
	height: 350px;
}

.txt.m-text-not {
	color: #000000;
	text-shadow: 1px 1px 2px #00000026;
}

.footer-phone {
	padding: 1rem 3rem;
}

.footer-phone strong {
	font-size: 21px;
}

.home .c-promo-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: rgb(0 0 0 / 70%);
}

.home .c-promo-img {
	position: relative;
}

.home .c-promo-img.ratio-img a {
	position: static;
}

.sec-pd-list.col-5 .col {
	width: 20%;
}

/* CSS footer 4 */
.footer-middle .col:last-child {
	width: 100%;
}

.footer-middle .col:last-child #nav_menu-2 {
	margin-left: unset;
	max-width: none;
}

#nav_menu-2 .menu {
	display: flex;
	column-gap: 2rem;
}

@media screen and (max-width: 960px) {
	.sec-pd-list.col-5 .col {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 767px) {
	.sec-pd-list.col-5 .col {
		width: 50%;
	}

	#nav_menu-2 .menu {
		display: flex;
		flex-direction: column;
	}
}

/* LOGIN GOOGLE */
.g-signin2 {
	padding: 0;
}

.g-signin2>div {
	height: auto !important;
	width: 100% !important;
	padding: 0.8rem;
}

.g-signin2 .abcRioButton:hover {
	box-shadow: none;
}

.g-signin2 .abcRioButtonContentWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-pd-cate-wrap img {
	height: 80px;
	width: auto;
}

.mona-relative {
	position: relative;
}

.mona-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mona-content iframe {
	width: 100%;
}

@media screen and (max-width: 599px) {
	.scroll-top {
		bottom: 3rem;
	}
}

.pd-dt-content .c-pd-ecomer {
	max-width: 30.5rem;
}

.c-pd-ecomer>a img {
	border-radius: 0.4rem;
}

@media screen and (min-width: 992px) {
	.c-pd-content .c-pd-ecomer .c-pd-add-cart:hover {
		flex-grow: inherit;
		-webkit-box-flex: inherit;
	}
}

.c-pd-ecomer>a:last-child {
	max-width: 15.1rem;
}

select.f-control.select-multiple {
	min-height: 200px;
	/* width: 100%; */
	background: #fff;
}

.contact-form-wrap .f-group.w-100 {
	width: 100%;
}
#crmWebToEntityForm .main-btn.btn-bg-red {
	font-weight: 500;
}