:root {
	--gray-900: #111111;
	--gray-800: #232323;
	--gray-700: #343434;
	--gray-600: #4b5563;
	--gray-500: #6b7280;
	--gray-400: #9ca3af;
	--gray-300: #d1d5db;
	--gray-200: #e5e7eb;
	--gray-100: #f3f4f6;

	--shadow-primary: 0 2px 8px 0 rgb(0 0 0 / 10%);
	--shadow-hover: 0 2px 8px 0 rgb(0 0 0 / 20%);

	--transition-default: .3s all ease-in-out;
	--font-theme: "Roboto", Arial, Helvetica, sans-serif;
}

/* Purple storefront redesign */
body {
	background: #f7f8ff;
	color: #15143f;
}

.neo-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(10, 6, 48, .72);
	border-bottom: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(18px);
}

.neo-header.is-scroll {
	position: fixed;
	background: rgba(10, 6, 48, .94);
	box-shadow: 0 18px 45px rgba(16, 10, 60, .2);
}

.neo-header .container {
	min-height: 72px;
}

.neo-logo img,
.neo-footer__logo img {
	max-height: 42px;
	width: auto;
	object-fit: contain;
}

.neo-navigation {
	flex: 1;
}

.neo-header .header-navigation > ul > li > a {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	padding: 28px 14px;
	letter-spacing: 0;
}

.neo-header .header-navigation > ul > li > a:before {
	background: #8b45ff;
	height: 2px;
}

.neo-header .header-navigation > ul > li > ul {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(18, 10, 70, .2);
	overflow: hidden;
}

.neo-header .header-navigation > ul > li > ul > li > a {
	color: #211b55;
	font-weight: 700;
}

.neo-user {
	margin-left: 18px;
	padding-left: 0 !important;
}

.neo-header .btn-login,
.neo-header .header-user .btn-login {
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, #c23cff, #6625e8);
	color: #fff;
	font-weight: 800;
	padding: 11px 18px;
	box-shadow: 0 10px 24px rgba(121, 47, 230, .35);
}

.neo-header .header-user .header-login > ul > li > a,
.neo-balance {
	border: 1px solid rgba(255,255,255,.18);
	background: rgba(255,255,255,.08);
	color: #fff;
	border-radius: 8px;
	padding: 10px 14px;
	font-weight: 800;
}

.neo-balance b {
	color: #fff;
}

.neo-home {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f9faff 0%, #fff 76%);
}

.neo-hero {
	position: relative;
	min-height: 455px;
	padding: 118px 0 76px;
	color: #fff;
	background:
		radial-gradient(circle at 15% 45%, rgba(122, 50, 226, .55), transparent 26%),
		radial-gradient(circle at 83% 50%, rgba(88, 32, 200, .5), transparent 30%),
		linear-gradient(135deg, #12053f 0%, #22066b 48%, #120642 100%);
	border-bottom-left-radius: 50% 8%;
	border-bottom-right-radius: 50% 8%;
}

.neo-hero__bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
	opacity: .45;
}

.neo-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
	gap: 45px;
	align-items: center;
}

.neo-hero h1 {
	font-size: 42px;
	line-height: 1.22;
	font-weight: 900;
	margin: 0 0 22px;
	color: #fff;
}

.neo-hero h1 span {
	color: #da58ff;
}

.neo-hero p {
	max-width: 520px;
	font-size: 17px;
	line-height: 1.65;
	color: rgba(255,255,255,.86);
	margin-bottom: 28px;
}

.neo-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.neo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 28px;
	border-radius: 8px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}

.neo-btn:hover {
	color: #fff;
	transform: translateY(-2px);
}

.neo-btn--primary {
	background: linear-gradient(135deg, #d949ff, #6828ee);
	box-shadow: 0 14px 30px rgba(147, 52, 239, .42);
}

.neo-btn--ghost {
	border: 1px solid rgba(255,255,255,.35);
	background: rgba(255,255,255,.06);
}

.neo-hero__visual {
	position: relative;
	min-height: 310px;
}

.neo-phone {
	position: absolute;
	right: 155px;
	top: 5px;
	width: 162px;
	height: 282px;
	border-radius: 28px;
	background: linear-gradient(160deg, #4216aa, #130535);
	border: 8px solid #a969f6;
	box-shadow: 0 25px 70px rgba(15, 5, 45, .55), inset 0 0 0 1px rgba(255,255,255,.18);
	transform: rotate(12deg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
}

.neo-phone img {
	max-width: 96px;
	max-height: 34px;
	object-fit: contain;
}

.neo-phone strong,
.neo-phone span {
	color: #fff;
}

.neo-phone__check {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	border: 3px solid #20d48a;
	color: #20d48a;
	font-size: 28px;
}

.neo-orbit {
	position: absolute;
	border: 1px solid rgba(51, 188, 255, .42);
	border-radius: 50%;
	transform: rotate(-18deg);
}

.neo-orbit--one {
	right: 30px;
	top: 8px;
	width: 370px;
	height: 210px;
}

.neo-orbit--two {
	right: 82px;
	top: 48px;
	width: 300px;
	height: 170px;
}

.neo-brand-chip {
	position: absolute;
	width: 116px;
	height: 70px;
	border-radius: 14px;
	background: #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 18px 36px rgba(15, 6, 55, .28);
	transform: rotate(7deg);
}

.neo-brand-chip img {
	max-width: 86px;
	max-height: 42px;
	object-fit: contain;
}

.neo-chip--viettel { right: 300px; top: 12px; }
.neo-chip--mobi { right: 378px; top: 92px; transform: rotate(-7deg); }
.neo-chip--vina { right: 248px; top: 92px; transform: rotate(5deg); }
.neo-chip--zing { right: 420px; top: 175px; transform: rotate(-5deg); }

.neo-bank-card {
	position: absolute;
	right: 42px;
	top: 135px;
	width: 160px;
	height: 92px;
	border-radius: 14px;
	background: linear-gradient(135deg, #8edbff, #305af7);
	box-shadow: 0 20px 45px rgba(37, 90, 230, .3);
	transform: rotate(-12deg);
	color: #fff;
	font-size: 28px;
	display: grid;
	place-items: center;
}

.neo-coin {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffe27c, #f29b17);
	box-shadow: 0 10px 25px rgba(255, 184, 34, .35);
}

.neo-coin--a { right: 100px; top: 38px; }
.neo-coin--b { right: 18px; top: 210px; }

.neo-hero__dots {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 12px;
}

.neo-hero__dots span {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,.42);
}

.neo-hero__dots span:first-child {
	width: 28px;
	background: #fff;
}

.neo-benefits {
	position: relative;
	z-index: 3;
	margin-top: -34px;
}

.neo-benefit-panel,
.neo-panel {
	background: rgba(255,255,255,.92);
	border: 1px solid rgba(36, 31, 93, .08);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(31, 24, 85, .08);
}

.neo-benefit-panel {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 20px 26px;
}

.neo-benefit {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 0 18px;
	border-right: 1px solid rgba(31, 28, 88, .09);
}

.neo-benefit:last-child {
	border-right: 0;
}

.neo-benefit__icon,
.neo-stat-card i {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	background: #f2eaff;
	color: #8f38f7;
	font-size: 22px;
}

.neo-green { background: #eafaf0; color: #31c76a; }
.neo-orange { background: #fff1e7; color: #ff7d2d; }
.neo-blue { background: #eaf5ff; color: #1c93ff; }

.neo-benefit strong,
.neo-product-card strong,
.neo-news-card strong,
.neo-section-head h2,
.neo-stats h2 {
	color: #171150;
}

.neo-benefit strong {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}

.neo-benefit span {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	color: #6f7090;
}

.neo-section {
	padding: 18px 0;
}

.neo-section--last {
	padding-bottom: 44px;
}

.neo-panel {
	padding: 22px;
}

.neo-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.neo-section-head h2 {
	margin: 0;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
}

.neo-section-head a {
	font-weight: 800;
	color: #6d2ce8;
	font-size: 13px;
}

.neo-section-head--plain {
	margin-bottom: 16px;
}

.neo-tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	margin-bottom: 14px;
}

.neo-tabs button {
	border: 0;
	border-radius: 8px;
	background: #f4f2fb;
	color: #504b78;
	font-weight: 900;
	padding: 11px 22px;
}

.neo-tabs button.active {
	color: #fff;
	background: linear-gradient(135deg, #c54bff, #6427e7);
	box-shadow: 0 10px 24px rgba(112, 43, 230, .24);
}

.neo-rate-row {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	border: 1px solid rgba(36, 31, 93, .09);
	border-radius: 8px;
	overflow: hidden;
}

.neo-rate-cell {
	min-height: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(36, 31, 93, .09);
}

.neo-rate-cell:last-child {
	border-right: 0;
}

.neo-rate-cell strong {
	font-size: 15px;
	color: #16114e;
}

.neo-rate-cell span {
	font-size: 13px;
	color: #6e6e91;
}

.neo-product-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.neo-product-card {
	min-height: 76px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px;
	background: #fff;
	border: 1px solid rgba(36, 31, 93, .08);
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(31, 24, 85, .06);
}

.neo-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(31, 24, 85, .1);
}

.neo-product-card img {
	width: 66px;
	height: 34px;
	object-fit: contain;
}

.neo-product-card strong,
.neo-product-card span {
	display: block;
}

.neo-product-card strong {
	font-size: 14px;
	font-weight: 900;
}

.neo-product-card span {
	font-size: 12px;
	color: #6e6e91;
}

.neo-product-card--more {
	color: #6f2ee9;
	justify-content: center;
}

.neo-product-card--more i {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: #f2eaff;
}

.neo-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 18px;
}

.neo-news-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.neo-news-card {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 13px;
	padding: 12px;
	border: 1px solid rgba(36, 31, 93, .08);
	border-radius: 8px;
	background: #fff;
}

.neo-news-card img {
	width: 96px;
	height: 96px;
	border-radius: 8px;
	object-fit: cover;
}

.neo-news-card span,
.neo-news-card small {
	display: block;
	color: #8a89a5;
	font-size: 12px;
}

.neo-news-card strong {
	display: block;
	font-size: 13px;
	line-height: 1.45;
	margin: 7px 0 10px;
}

.neo-stats p {
	color: #8a89a5;
	margin-top: -8px;
}

.neo-stat-card {
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid rgba(36, 31, 93, .08);
	border-radius: 8px;
	padding: 19px;
	margin-top: 12px;
	background: #fff;
}

.neo-stat-card strong {
	display: block;
	font-size: 25px;
	color: #6d2ce8;
}

.neo-stat-card span {
	color: #737193;
}

.neo-footer {
	background: #fff;
	border-top: 1px solid rgba(36, 31, 93, .08);
	padding: 24px 0;
}

.neo-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.neo-footer p,
.neo-footer small,
.neo-footer__trust span {
	color: #72708f;
}

.neo-footer__trust {
	display: flex;
	gap: 32px;
}

.neo-footer__trust div {
	display: grid;
	grid-template-columns: 38px 1fr;
	column-gap: 10px;
	align-items: center;
}

.neo-footer__trust i {
	grid-row: span 2;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f2eaff;
	color: #6d2ce8;
	display: grid;
	place-items: center;
}

.neo-footer__trust strong,
.neo-footer__trust span {
	display: block;
}

.neo-chat {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 90;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, #d34eff, #6427e7);
	box-shadow: 0 18px 42px rgba(111, 43, 231, .35);
	font-size: 26px;
}

.neo-chat:hover {
	color: #fff;
	transform: translateY(-3px);
}

.neo-mobile-tabbar {
	display: none;
}

@media (max-width: 1199px) {
	.neo-product-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.neo-news-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.neo-header {
		position: fixed;
	}

	.neo-header .container {
		min-height: 62px;
		justify-content: space-between;
	}

	.neo-logo img {
		max-height: 36px;
	}

	.neo-header .header-navigation {
		background: #120642;
	}

	.neo-header .header-navigation > ul > li > a {
		padding: 13px 18px;
	}

	.neo-user {
		display: none;
	}

	.neo-hero {
		padding-top: 96px;
		border-bottom-left-radius: 28px;
		border-bottom-right-radius: 28px;
	}

	.neo-hero__grid,
	.neo-content-grid {
		grid-template-columns: 1fr;
	}

	.neo-hero__visual {
		min-height: 280px;
	}

	.neo-benefit-panel {
		grid-template-columns: 1fr;
		padding: 8px 18px;
	}

	.neo-benefit {
		border-right: 0;
		border-bottom: 1px solid rgba(31, 28, 88, .09);
		padding: 16px 0;
	}

	.neo-benefit:last-child {
		border-bottom: 0;
	}

	.neo-rate-row {
		grid-template-columns: 1fr;
	}

	.neo-rate-cell {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 18px;
		border-right: 0;
		border-bottom: 1px solid rgba(36, 31, 93, .09);
	}

	.neo-rate-cell:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 767px) {
	body {
		padding-bottom: 78px;
	}

	.neo-hero {
		min-height: auto;
		padding-bottom: 48px;
	}

	.neo-hero h1 {
		font-size: 31px;
		line-height: 1.22;
	}

	.neo-hero p {
		font-size: 15px;
	}

	.neo-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.neo-btn {
		width: 100%;
	}

	.neo-phone {
		right: 74px;
		top: 22px;
		width: 135px;
		height: 236px;
	}

	.neo-orbit--one {
		right: -44px;
		width: 300px;
	}

	.neo-orbit--two {
		right: -10px;
		width: 250px;
	}

	.neo-brand-chip {
		width: 88px;
		height: 55px;
	}

	.neo-brand-chip img {
		max-width: 65px;
		max-height: 30px;
	}

	.neo-chip--viettel { right: 204px; top: 30px; }
	.neo-chip--mobi { right: 218px; top: 105px; }
	.neo-chip--vina { right: 180px; top: 175px; }
	.neo-chip--zing { right: 250px; top: 178px; }
	.neo-bank-card {
		right: 2px;
		top: 144px;
		width: 122px;
		height: 72px;
	}

	.neo-section {
		padding: 12px 0;
	}

	.neo-panel {
		padding: 16px;
	}

	.neo-section-head h2 {
		font-size: 15px;
	}

	.neo-tabs {
		margin-left: -2px;
		margin-right: -2px;
	}

	.neo-product-grid,
	.neo-game-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.neo-product-card {
		min-height: 88px;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.neo-product-card img {
		width: 74px;
	}

	.neo-news-card {
		grid-template-columns: 86px 1fr;
	}

	.neo-news-card img {
		width: 86px;
		height: 86px;
	}

	.neo-footer {
		background: #10053d;
		color: #fff;
		border-top: 0;
		border-radius: 18px 18px 0 0;
		padding-bottom: 28px;
	}

	.neo-footer__top,
	.neo-footer__trust {
		display: block;
	}

	.neo-footer__trust {
		margin-top: 18px;
	}

	.neo-footer__trust div {
		margin-top: 12px;
	}

	.neo-footer__trust strong {
		color: #fff;
	}

	.neo-chat {
		width: 58px;
		height: 58px;
		right: 18px;
		bottom: 86px;
	}

	.neo-mobile-tabbar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 91;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		background: #fff;
		border-top: 1px solid rgba(36, 31, 93, .08);
		box-shadow: 0 -8px 28px rgba(31, 24, 85, .12);
		padding: 8px 6px 10px;
	}

	.neo-mobile-tabbar a {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
		color: #77769a;
		font-size: 11px;
		font-weight: 800;
	}

	.neo-mobile-tabbar a:first-child {
		color: #6d2ce8;
	}

	.neo-mobile-tabbar i {
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.neo-hero h1 {
		font-size: 28px;
	}

	.neo-product-card {
		padding: 13px;
	}
}

html {
	font-size: 14px;
}

body {
	position: relative;
	width: 100%;
	color: var(--gray-800);
	font-family: var(--font-theme);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

a {
	color: #204ba2;
}

a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	-webkit-transition: var(--transition-default);
}

a:hover, a:focus {
	color: var(--primary-color);
}

button, button:hover, button:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: pointer;
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	-webkit-transition: var(--transition-default);
}

input,
select,
textarea {
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	-webkit-transition: var(--transition-default);
}

input:focus,
select:focus,
textarea:focus {
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
	outline: none !important;
	border-color: #66afe9 !important;
}

.transition-default {
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	-webkit-transition: var(--transition-default);
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	padding-right: 0;
	background-color: transparent;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.icon-ios:before {
	position: absolute;
	content: "\f133";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: var(--gray-700);
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	z-index: -1;
}

p,
ul,
pre,
blockquote,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-bottom: 5px;
}

h6, .h6 {
	font-size: 16px;
}

.text-small {
	font-size: 12px;
}

.text-13px {
	font-size: 13px;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.container {
		max-width: 95%;
	}
}

@media (min-width: 1200px) {
	.row-cols-xl-8 > * {
		-ms-flex: 0 0 calc(100% / 8);
		flex: 0 0 calc(100% / 8);
		max-width: calc(100% / 8);
	}

	.row-cols-xl-7 > * {
		-ms-flex: 0 0 calc(100% / 7);
		flex: 0 0 calc(100% / 7);
		max-width: calc(100% / 7);
	}
}

.row5 {
	margin-top: -5px;
	margin-left: -5px;
	margin-right: -5px;
}

.row5 > [class*=col] {
	padding: 5px;
}

.row10 {
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.row10 > [class*=col] {
	padding: 10px;
}

.row15 {
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}

.row15 > [class*=col] {
	padding: 15px;
}

.row20 {
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}

.row20 > [class*=col] {
	padding: 20px;
}

.row25 {
	margin-top: -25px;
	margin-left: -25px;
	margin-right: -25px;
}

.row25 > [class*=col] {
	padding: 25px;
}

.row30 {
	margin-top: -30px;
	margin-left: -30px;
	margin-right: -30px;
}

.row30 > [class*=col] {
	padding: 30px;
}

@media screen and (max-width: 575px) {
	.rowmb3 {
		margin-top: -3px;
		margin-left: -3px;
		margin-right: -3px;
	}

	.rowmb3 > [class*=col] {
		padding: 3px;
	}

	.rowmb5 {
		margin-top: -5px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.rowmb5 > [class*=col] {
		padding: 5px;
	}

	.rowmb10 {
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.rowmb10 > [class*=col] {
		padding: 10px;
	}

	.rowmb15 {
		margin-top: -15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.rowmb15 > [class*=col] {
		padding: 15px;
	}
}


@media screen and (min-width: 768px) {
	.pl-md-8 {
		padding-left: 30px !important;
	}
}

@media screen and (min-width: 991px) {
	.pl-md-8 {
		padding-left: 80px !important;
	}
}

/***** Custom Button *****/
.btn {
	white-space: nowrap;
	border-radius: 3px;
	transition: var(--transition-default);
}

.btn:focus,
.btn:active {
	box-shadow: none !important;
	outline: none !important;
}

.btn.btn-sm_table {
	font-size: 11px;
	height: 21px;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn.btn-small {
	height: 33px;
	line-height: 21px;
	font-size: 12px;
}

.btn.btn-default {
	height: 38.5px;
	line-height: 25px;
	font-size: 14px;
	padding-left: 12px;
	padding-right: 12px;
}

.btn.btn-large {
	height: 44px;
	line-height: 32px;
	font-size: 16px;
	padding-left: 14px;
	padding-right: 14px;
}

.btn-light {
	border: 1px solid var(--gray-200);
}

.btn-outline-light {
	border: 1px solid var(--gray-200);
	color: var(--gray-800);
}

.btn-theme_primary {
	background-color: var(--primary-color);
	color: var(--white);
}

.btn-theme_primary:hover {
	background-color: var(--primary-hover);
	color: var(--white);
}

.btn-theme_primaryDark {
	background-color: var(--primary-hover);
	color: var(--white);
}

.btn-theme_primaryDark:hover {
	background-color: var(--primary-color);
	color: var(--white);
}

.btn-theme_primaryLight {
	background-color: var(--primary-color);
	color: var(--white);
}

.btn-theme_primaryLight:hover {
	opacity: .9;
	color: var(--white);
}

.btn-theme_secondary {
	background-color: #f0ad4e;
	color: var(--white);
}

.btn-theme_secondary:hover {
	background-color: #ec971f;
	color: var(--white);
}

.btn-theme_secondaryDark {
	background-color: #ec971f;
	color: var(--white);
}

.btn-theme_secondaryDark:hover {
	background-color: #f0ad4e;
	color: var(--white);
}

.btn-theme_secondaryLight {
	background-color: #f0ad4e;
	color: var(--white);
}

.btn-theme_secondaryLight:hover {
	opacity: .9;
	color: var(--white);
}

.btn-vertical-top {
	vertical-align: 2px;
}

/***** Custom Button *****/

.section-gap {
	margin: 20px 0;
}

/***** Custom Title *****/
.title {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	color: var(--gray-900);
}

.sub-title {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
	color: var(--gray-800);
}

.small-title {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 700;
	color: var(--gray-800);
}

@media screen and (max-width: 991px) {
	.title {
		font-size: 20px;
		line-height: 1.2;
	}

	.sub-title {
		font-size: 16px;
		line-height: 1.2;
	}
}

/***** End Custom Title *****/

/***** Custom Switch *****/
.switch-module {
	padding-left: 3.75rem;
}

.switch-module .custom-control-input,
.switch-module .custom-control-label {
	cursor: pointer;
}

.switch-module .custom-control-input:disabled,
.switch-module .custom-control-input:disabled ~ .custom-control-label {
	cursor: not-allowed;
}

.switch-module .custom-control-input:focus {
	border-color: transparent !important;
}

.switch-module .custom-control-label::before {
	left: -3.75rem;
	width: 3.25rem;
	height: 1.5rem;
	border-radius: 20px;
	top: 1px;
}

.switch-module .custom-control-label::after {
	width: calc(1.5rem - 4px);
	height: calc(1.5rem - 4px);
	top: calc(0.25rem - 1px);
	left: calc(-3.75rem + 2px);
	border-radius: 50%;
}

.switch-module .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none !important;
}

.switch-module .custom-control-input:checked ~ .custom-control-label::before {
	background-color: var(--success);
	border-color: var(--success);
}

.switch-module .custom-control-input:checked ~ .custom-control-label::after {
	-webkit-transform: translateX(1.75rem);
	transform: translateX(1.75rem);
}

/***** End Custom Switch *****/

/***** Custom Form *****/
.form-m1 .input-group {
	margin-bottom: 0;
}

.form-m1 .form-control {
	border-radius: 3px;
	color: var(--gray-900);
}

.form-m1 .form-control:not(textarea) {
	height: 33px;
	line-height: 33px;
	padding-top: 0;
	padding-bottom: 0;
}

.form-m1 .select2-container--default .select2-search--dropdown .select2-search__field {
	display: block;
	width: 100%;
	padding: 0 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 3px;
	color: var(--gray-900);
	height: 33px;
}

.form-m1 .select2-container.select2-container--open .select2-selection--single {
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
	outline: none !important;
	border-color: #66afe9 !important;
}

.form-m1 .select2-container .select2-selection--single {
	height: 33px;
	border-radius: 3px;
	border: 1px solid #ced4da;
}

.form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	color: var(--gray-900);
}

.form-m1 .form-button ~ .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 30px;
}

.form-m1 .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: var(--gray-400);
}

.form-m1 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 33px;
}

.form-m1 .select2-container {
	left: 0 !important;
	bottom: 0px;
	top: unset !important;
}

.form-m1 .select2-container .select2-dropdown {
	min-width: 300px !important;
	border: 1px solid #dee2ee;
}

.form-m1 .select2-container .select2-dropdown .select2-results {
	margin-top: 3px;
	border-top: 1px dotted #dee2ee;
}

.form-m1 .select2-container .select2-dropdown .select2-results > .select2-results__options {
	max-height: 450px;
	overflow-y: auto;
}

.form-m1 .select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar {
	width: 4px;
}

.form-m1 .select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-track {
	border-left: .5px solid #dedede;
	border-top: .5px solid #dedede;
	border-bottom: .5px solid #dedede
}

.form-m1 .select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
	background: #dedede;
	border-radius: 4px;
}

.form-m1 .select2-container .select2-dropdown .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #bfbfbf
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li {
	padding: 10px;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .select2-results__option[aria-selected=true],
.form-m1 .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted[aria-selected] {
	background-color: #f1f2f6;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-icon {
	width: 40px;
	flex-shrink: 0;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-content {
	width: calc(100% - 100px);
	flex-shrink: 0;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-code {
	width: 60px;
	flex-shrink: 0;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-icon,
.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-subtitle,
.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-code {
	color: var(--gray-700);
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-subtitle,
.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-code {
	font-size: 12px;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li .sel-title {
	font-weight: 500;
	color: var(--gray-700);
	font-size: 14px;
}

.form-m1 .select2-container .select2-dropdown .select2-results ul li:hover .sel-title {
	color: var(--gray-700);
}

.form-m1 .input-group-text {
	height: 33px;
	padding-top: 0;
	padding-bottom: 0;
	color: var(--gray-900);
}

.form-m1 .form-control::placeholder {
	color: var(--gray-400);
}

.form-m1 .form-icon .form-button {
	border: 0;
	padding: 0;
	height: 24px;
	width: 24px;
	position: absolute;
	background-color: transparent;
	color: var(--gray-500);
	font-size: 16px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: var(--transition-default);
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-m1 .form-icon.form-icon_left .form-button {
	left: 2px;
}

.form-m1 .form-icon.form-icon_left .form-control {
	padding-left: 30px;
}

.form-m1 .form-icon.form-icon_right .form-button {
	right: 2px;
}

.form-m1 .form-icon.form-icon_right .form-control {
	padding-right: 30px;
}

.form-m1 .form-icon .form-button:hover,
.form-m1 .form-icon .form-button:active {
	color: var(--gray-700);
}

.form-m1 .row-item + .row-item {
	margin-top: 3px;
}

@media screen and (max-width: 767px) {
	.form-m1 .row-mb_nospacing {
		margin: 0 0 15px;
	}

	.form-m1 .row-mb_nospacing > [class*=col] {
		padding: 0;
	}

	.form-m1 .row-item + .row-item {
		margin-top: 15px;
	}
}

.button-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	text-align: center;
	height: 33px;
	background: #F3F8FE;
	border-radius: 3px;
	border: 1px solid var(--gray-200);
	font-size: 14px;
	font-weight: 700;
	color: var(--gray-700);
	padding-left: 10px;
}

.button-social img,
.button-social i {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	height: 20px;
	color: var(--primary-color);
	width: 20px;
	font-size: 20px;
}

.button-social i {
	top: calc(50% + 1px);
}

/***** End Custom Form *****/

/***** Custom Form Floating *****/
.form-floating .form-item {
	position: relative;
}

.form-floating .form-item + .form-item {
	margin-top: 15px;
}

.form-floating .form-item .form-control {
	border-radius: 3px;
	color: var(--gray-900);
	transition: .2s all ease-in-out;
	padding-top: .65rem;
}

.form-floating .form-item select.form-control {
	padding-left: 0.5rem;
}

.form-floating .form-item .form-control:not(textarea) {
	height: 38px;
}

.form-floating .form-item .form-control option {
	padding-left: 0;
}

.form-floating .form-item .form-control ~ .form-label {
	position: absolute;
	top: 0;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	left: 0.5rem;
	padding-top: 0.65rem;
	padding-left: .35rem;
	padding-right: .35rem;
	pointer-events: none;
	transform-origin: 0 0;
	transition: .2s all ease-in-out;
	color: var(--gray-600);
	margin-bottom: 0;
}

.form-floating .form-item .form-control:focus {
	border-color: var(--primary-color) !important;
	box-shadow: -1px 0 0 0 var(--primary-color), 0 1px 0 0 var(--primary-color), 0 -1px 0 0 var(--primary-color);
	outline: none !important;
}

.form-floating .form-item .form-control.valid ~ .form-label,
.form-floating .form-item .form-control:focus ~ .form-label,
.form-floating .form-item select.form-control ~ .form-label {
	transform: translateY(-0.6rem) scale(.9);
	background-color: var(--white);
	padding-top: 0;
}

.form-floating .form-item .form-control:focus ~ .form-label {
	color: var(--primary-color);
}

.form-floating .btn-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	border: 0;
	background-color: var(--primary-color);
	color: var(--white);
	box-shadow: 0 4px 9px -4px var(--primary-color) !important;
	margin: 0 .2rem;
}

.form-floating .btn-social:hover {
	background-color: var(--primary-hover);
}

/***** End Custom Form Floating *****/

/***** Custom Label *****/
.badge-module {
	padding: 0.45em 0.6em;
	border-radius: 3px;
	font-size: 11px;
}

.badge-circle {
	padding: 0.35em 0.85em;
	border-radius: 12px;
	font-size: 11px;
}

.badge-module > .badge,
.badge-circle > .badge {
	font-size: 80%;
	padding-top: 4px;
}

/***** End Custom Label *****/

/***** Custom Tables *****/
.table-responsive::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: var(--gray-200);
	border-radius: 20px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background-color: var(--gray-300);
	border-radius: 20px;
}
.table-module-white td, .table-module-white th {
	padding: .35rem;
	font-size: 13.5px;
	vertical-align: middle;
}

.table-module td, .table-module th {
	padding: .35rem;
	font-size: 13.5px;
	vertical-align: middle;
}

.table-module tr:nth-child(even) {
	background-color: #fafafa;
}

.table-module thead th {
	white-space: nowrap;
}

.table-module thead td, .table-module thead th {
	border-bottom-width: 1px;
}

.table-module.table-module_primary thead > tr:first-child > * {
	background-color: var(--primary-color);
	color: var(--white);
}

/***** End Custom Tables *****/

/***** Custom Tabs 01 *****/
.tabs-m1 {
	position: relative;
}

.tabs-m1 .nav-tabs {
	border-bottom: 0;
	padding-bottom: 5px;
	width: 100%;
	position: relative;
	justify-content: center;
}

.tabs-m1 .nav-tabs .nav-item {
	position: relative;
	margin-left: 6px;
}

.tabs-m1 .nav-tabs .nav-item:first-child {
	margin-left: 0;
}

.tabs-m1 .nav-tabs .nav-item .nav-link {
	margin-bottom: 0;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--gray-900);
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	white-space: nowrap;
	border: 0;
	border-radius: 3px;
	padding: 5px 20px;
	background: #e7e6e6;
	display: block;
	overflow: hidden;
}

.tabs-m1 .nav-tabs .nav-item .nav-link.active {
	color: #fff;
	border-color: var(--primary-color);
	background: var(--primary-color);
}

@media screen and (max-width: 1025px) {
	.tabs-m1 .nav-tabs .nav-item .nav-link {
		display: inline-flex;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tabs-m1 .nav-tabs .nav-item {
		margin-right: 8px;
		margin-bottom: 6px;
		margin-left: 0 !important;
	}
}

@media screen and (max-width: 991px) {
	.tabs-m1 .nav-tabs {
		justify-content: flex-start;
	}
}

/***** End Custom Tabs 01 *****/

/***** Custom Tabs 02 *****/
.tabs-m2 {
	position: relative;
}

.tabs-m2 .nav-tabs {
	border-bottom: 0;
	width: 100%;
	position: relative;
	justify-content: flex-start;
}

.tabs-m2 .nav-tabs .nav-item + .nav-item {
	margin-left: 4px;
}

.tabs-m2 .nav-tabs .nav-item .nav-link {
	margin-bottom: 0;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: var(--gray-900);
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	white-space: nowrap;
	border: 1px solid var(--gray-200);
	border-bottom: 0;
	padding: 5px 20px;
	background: transparent;
	display: block;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.tabs-m2 .nav-tabs .nav-item .nav-link::after {
	content: "";
	background: var(--primary-color);
	height: 3px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.tabs-m2 .nav-tabs .nav-item:hover .nav-link::after {
	transform: scale(1);
}

.tabs-m2 .nav-tabs .nav-item:hover .nav-link {
	background-color: transparent;
}

.tabs-m2 .nav-tabs .nav-item .nav-link.active {
	background-color: var(--primary-color);
	color: var(--white);
	border-color: transparent;
}

.tabs-m2 .tab-content {
	background-color: var(--white);
	border-radius: 0 3px 3px 3px;
}

@media screen and (max-width: 991px) {
	.tabs-m2 .nav-tabs {
		justify-content: flex-start;
	}

	.tabs-m2 .nav-tabs .nav-item .nav-link {
		display: inline-flex;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.tabs-m2 .nav-tabs .nav-item {
		margin-right: 8px;
		margin-bottom: 6px;
		margin-left: 0 !important;
	}
}

/***** End Custom Tabs 02 *****/

/***** Custom Product Card *****/
.card-product {
	border-radius: 0;
	border: 0;
	padding: 0;
	background-color: transparent;
	transition: var(--transition-default);
}

.card-product .card-image {
	border: 1px solid var(--gray-300);
	position: relative;
	overflow: hidden;
	background-color: var(--white);
	transition: var(--transition-default);
}

.card-product .card-image:before {
	padding-top: calc(40 / 79 * 100%);
	display: block;
	content: "";
}

.card-product .card-image > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.card-product .card-image svg {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 3px;
	right: 5px;
	opacity: 0;
	transition: var(--transition-default);
}

.card-product .card-image svg path {
	fill: red;
}

.card-product .card-title {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0;
}

.card-product:hover {
	transform: translateY(-5px);
}

.card-product:hover .card-image {
	opacity: .8;
}

.card-product.active .card-image {
	border-color: var(--primary-color);
	box-shadow: var(--shadow-primary);
}

.card-product.active .card-image svg {
	opacity: 1;
}

.card-product_noborder .card-image {
	box-shadow: var(--shadow-primary);
	border-color: transparent;
}

.card-product_noborder.active .card-image {
	border-color: var(--primary-color);
	box-shadow: var(--shadow-primary);
}

/***** End Custom Product Card *****/

/***** Custom Article Card *****/
.article-item {
	border-radius: 0;
	padding: 15px;
	background: var(--white);
	transition: var(--transition-default);
	box-shadow: var(--shadow-primary);
	height: 100%;
}

.article-item .article-item_header {
	position: relative;
	padding-bottom: 65%;
	width: 100%;
	overflow: hidden;
	border-radius: 4px;
}

.article-item .article-item_header > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-item .article-item_header > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: var(--transition-default);
}

.article-item .article-item_body {
	padding: 15px 0 0;
}

.article-item .article-item_body > a {
	font-size: 14px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.article-item:hover {
	transform: translateY(-5px);
}

.article-item:hover .article-item_header > a > img {
	opacity: .8;
}

/***** End Custom Article Card *****/

/***** Custom Article Border Card *****/
.article-item_border {
	box-shadow: none;
	padding: 0;
	border: 1px solid var(--gray-200);
}

.article-item_border .article-item_header {
	border-radius: 0;
}

.article-item_border .article-item_body {
	padding: 10px;
}

/***** End Custom Article Border Card *****/

/***** Custom Article No Shadow Card *****/
.article-item_noshadow {
	box-shadow: none;
	padding: 0;
	background-color: transparent;
}

/***** End Custom Article No Shadow Card *****/

/***** Custom Module *****/
.modal-module {
	font-size: 14px;
}

.modal-module .modal-header {
	padding: 10px 15px;
	position: relative;
}

.modal-module .modal-footer {
	padding: 10px 15px;
	position: relative;
}

.modal-module .modal-header .modal-title {
	font-size: 17px;
	font-weight: 600;
	color: var(--gray-800);
	padding-right: 50px;
	line-height: 1.2;
}

.modal-module .modal-header .close {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 16px;
	opacity: .6;
	color: var(--gray-800);
}

.modal-module .modal-header .close:hover {
	opacity: 1;
}

.modal-module .modal-footer .btn {
	margin: 0;
}

@media screen and (min-width: 576px) {
	.modal-module.modal-default .modal-dialog {
		max-width: 576px;
	}
}

@media screen and (min-width: 600px) {
	.modal-module.modal-default .modal-dialog {
		max-width: 600px;
	}
}

/***** End Custom Module *****/

/***** Custom Header *****/
.header-m1 {
	position: relative;
	z-index: 99;
	background-color: var(--white);
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
}

.header-m1.is-scroll {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.header-m1 .header-logo {
	display: block;
	margin-right: 25px;
}

.header-m1 .header-logo img {
	object-fit: cover;
	vertical-align: middle;
}

.header-m1 .header-navigation > ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.header-m1 .header-navigation > ul > li {
	position: relative;
}

.header-m1 .header-navigation > ul > li > a {
	display: block;
	padding: 25px 8px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--gray-800);
	font-size: 14px;
}

.header-m1 .header-navigation > ul > li > a:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0;
	margin: auto;
	height: 2px;
	background: var(--primary-color);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.header-m1 .header-navigation > ul > li > span {
	display: none;
}

.header-m1 .header-navigation > ul > li > ul > li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.header-m1 .header-navigation > ul > li > ul > li:last-child {
	border-bottom: 0;
}

.header-m1 .header-navigation > ul > li > ul > li > a {
	color: var(--gray-600);
	display: block;
	padding: 5px 15px;
}

@media screen and (min-width: 1025px) {
	.header-m1 .header-navigation > ul > li > ul {
		position: absolute;
		margin-top: -2px;
		min-width: 180px;
		text-align: left;
		background: #fff;
		box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
		border-radius: 0;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		-moz-opacity: 0;
		opacity: 0;
		transition: all 0.4s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		pointer-events: none;
		border: 0 solid transparent;
		border-top: 2px solid var(--primary-color);
		z-index: 1;
	}

	.header-m1 .header-navigation > ul > li > ul:before {
		content: " ";
		border-bottom: 4px dashed var(--primary-color);
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		left: 20px;
		top: -6px;
	}

	.header-m1 .header-navigation > ul > li > ul > li > a:hover {
		background: var(--primary-color) !important;
		color: #f1f1f1;
	}

	.header-m1 .header-navigation > ul > li:hover > ul {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
		pointer-events: auto;
	}

	.header-m1 .header-navigation > ul > li > a:hover::before {
		width: 100%;
	}
}

.header-m1 .header-user {
	margin-left: auto;
	padding-left: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-m1 .header-user .btn-register {
	background-color: #6c757d;
	color: var(--white);
}

.header-m1 .header-user .btn-register > i {
	margin-right: 4px;
}

.header-m1 .header-user .btn-register:hover {
	background-color: #54585d;
	color: var(--white);
}

.header-m1 .header-user .btn-login {
	background-color: var(--primary-color);
	color: var(--white);
}

.header-m1 .header-user .btn-login > i {
	margin-right: 4px;
}

.header-m1 .header-user .btn-login:hover {
	background-color: var(--primary-hover);
	color: var(--white);
}

.header-m1 .header-user .header-login {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-m1 .header-user .header-login > ul > li {
	position: relative;
	font-size: 14px;
	padding: 5px 0;
	color: var(--primary-color);
}

.header-m1 .header-user .header-login > ul > li + li {
	margin-left: 5px;
}

.header-m1 .header-user .header-login > ul > li > a {
	display: block;
	padding: 4px 11px 3px;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--white);
	/*font-size: 13.5px;*/
	background-color: var(--primary-color);
	border-radius: 3px;
	height: 31px;
	line-height: 25px;
	font-size: 12px;
	white-space: nowrap;
}

.header-m1 .header-user .header-login > ul > li > a:hover {
	color: var(--white);
	background-color: var(--primary-hover);
}

.header-m1 .header-user .header-login > ul > li > a > i {
	font-size: 12px;
	position: relative;
	top: -1px;
}

.header-m1 .header-user .header-login > ul > li > ul {
	position: absolute;
	/*margin-top: -2px;*/
	min-width: 180px;
	text-align: left;
	background: #fff;
	box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
	border-radius: 0;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	-moz-opacity: 0;
	opacity: 0;
	transition: all 0.4s ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	pointer-events: none;
	border: 0 solid transparent;
	border-top: 2px solid var(--primary-color);
	z-index: 1;
	right: 0;
	top: 100%;
}

.header-m1 .header-user .header-login > ul > li > ul:before {
	content: " ";
	border-bottom: 4px dashed var(--primary-color);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	right: 20px;
	top: -6px;
}

.header-m1 .header-user .header-login > ul > li > ul > li > a:hover {
	background: var(--primary-color) !important;
	color: #f1f1f1;
}

.header-m1 .header-user .header-login > ul > li > ul > li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.header-m1 .header-user .header-login > ul > li > ul > li:last-child {
	border-bottom: 0;
}

.header-m1 .header-user .header-login > ul > li > ul > li > a {
	color: var(--gray-600);
	display: block;
	padding: 5px 15px;
}

.header-m1 .header-user .header-login > ul > li:hover > ul {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

.header-m1 .header-hamburger,
.header-m1 .header-usermb {
	display: none;
}

.header-m1.header-sort .header-logo {
	order: 1;
}

.header-m1.header-sort .header-navigation {
	order: 3;
}

.header-m1.header-sort .header-user {
	order: 2;
}

@media screen and (max-width: 1024px) {
	.header-m1 .container {
		justify-content: center;
		padding-top: 7px;
		padding-bottom: 7px;
		position: relative;
	}

	.header-m1 .header-logo {
		margin-left: 15px;
		margin-right: 15px;
	}

	.header-m1 .header-navigation {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		height: 100%;
		width: 220px;
		background: #fff;
		box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 13;
	}

	.header-m1 .header-navigation > ul {
		display: flex;
		flex-direction: column;
	}

	.header-m1 .header-navigation > ul > li {
		display: block !important;
	}

	.header-m1 .header-navigation > ul > li > a {
		padding: 8px 4px;
		font-size: 14px;
		color: var(--gray-900) !important;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 1px solid #eaeaea;
		display: block;
	}

	.header-m1 .header-navigation > ul > li > ul {
		display: none;
	}

	.header-m1 .header-navigation > ul > li.hasSub.is-show > ul {
		display: block;
	}

	.header-m1 .header-navigation > ul > li > a > i,
	.header-m1 .header-navigation > ul > li > a:before {
		display: none;
	}

	.header-m1 .header-navigation > ul > li > span {
		color: var(--gray-900);
		text-transform: uppercase;
		font-weight: 500;
		padding: 8px 4px 8px 17px;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 37px;
		background: transparent;
		border-left: 1px solid #eaeaea;
		border-bottom: none;
		display: block;
	}

	.header-m1 .header-navigation ul > li > ul > li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
	}

	.header-m1 .header-navigation > ul > li > ul > li > a {
		padding-left: 20px;
		display: block;
		border-bottom: 1px solid #eaeaea;
		background-color: #fff;
	}

	.header-m1.is-navigation .header-navigation {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		left: 0;
	}

	.header-m1 .header-hamburger {
		top: 50%;
		left: 15px;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		transition: var(--transition-default);
	}

	.header-m1 .header-hamburger:before, .header-m1 .header-hamburger:after, .header-m1 .header-hamburger > span {
		display: block;
		width: 20px;
		height: 1px;
		margin: 2.5px auto;
		background-color: var(--gray-900);
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}

	.header-m1.is-navigation .header-hamburger {
		left: 220px
	}

	.header-m1.is-navigation .header-hamburger > span {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	.header-m1.is-navigation .header-hamburger:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 10px;
	}

	.header-m1.is-navigation .header-hamburger:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -10px;
	}

	.header-m1 .header-hamburger:before, .header-m1 .header-hamburger:after {
		content: "";
	}

	.header-m1 .header-user {
		padding-left: 0;
		margin-left: 0;
	}

	.header-m1 .header-user .header-login,
	.header-m1 .header-user .header-nologin {
		display: none;
	}

	.header-m1 .header-usermb {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.header-m1 .header-usermb .btn {
		border: 2px solid var(--primary-color);
		color: var(--primary-color);
		padding: 2px 4px;
		font-size: 12px;
	}

	.header-m1 .header-overlay {
		background: rgba(0, 0, 0, 0.3);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 12;
		display: none;
	}

	.header-m1.is-navigation .header-overlay,
	.header-m1.is-usermb .header-overlay {
		display: block;
	}

	.header-m1 .header-usermb .header-usermb_list {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		height: 100%;
		width: 220px;
		background: #fff;
		box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		z-index: 13;
	}

	.header-m1 .header-usermb .header-usermb_list > ul {
		display: flex;
		flex-direction: column;
	}

	.header-m1 .header-usermb .header-usermb_list > ul > li {
		position: relative;
	}

	.header-m1 .header-usermb .header-usermb_list > ul > li.header-usermb_list__title {
		padding: 8px 4px;
		font-size: 15px;
		color: var(--primary-color);
		background-color: var(--gray-100);
		border-bottom: 1px solid #eaeaea;
	}

	.header-m1 .header-usermb .header-usermb_list > ul > li > a {
		padding: 8px 4px;
		font-size: 14px;
		color: var(--gray-900) !important;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 1px solid #eaeaea;
		display: block;
		position: relative;
	}

	.header-m1 .header-usermb .header-usermb_list > ul > li > a > i {
		margin-right: 4px;
	}

	.header-m1.is-usermb .header-usermb .header-usermb_list {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		left: 0;
	}
}

/***** End Custom Header *****/

/***** Custom Footer *****/
.footer {
	background-color: var(--white);
	padding: 20px 0 0;
	font-size: 13.5px;
}

.footer .footer-item_logo {
	margin-bottom: 15px;
}

.footer .footer-item_logo img {
	width: auto;
	max-width: 100%;
}

.footer .footer-item_name {
	font-size: 14px;
	line-height: 1.3;
	color: var(--gray-900);
	padding-bottom: 5px;
}

.footer .footer-item_text {
	color: #4a4a4a;
	padding-right: 15px;
}

.footer .footer-item_title {
	font-size: 14px;
	color: var(--gray-900);
	font-weight: 700;
	padding-bottom: 5px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
}

.footer .footer-item_title:before {
	position: absolute;
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #8a8a8a8a;
	left: 0;
	bottom: 0;
}

.footer .footer-item_list ul li + li {
	border-top: 1px solid #ededed;
	padding-top: 5px;
	margin-top: 5px;
}

.footer .footer-item_list ul li a {
	display: inline-block;
	font-size: 13.5px;
	color: #222;
}

.footer .footer-item_list ul li a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.footer .footer-item_info p {
	margin-bottom: 6px;
}

.footer .footer-item_info p a {
	color: #222;
}

.footer .footer-item_info p.footer-item_info__social a {
	margin-right: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	width: 35px;
	font-size: 14px;
	color: #222;
	background: #fff;
}

.footer .footer-item_info p.footer-item_info__social .facebook:hover {
	background: #3d5b99;
	color: #fff;
}

.footer .footer-item_info p.footer-item_info__social .google:hover {
	background: #e25714;
	color: #fff;
}

.footer .footer-item_info p.footer-item_info__social .twitter:hover {
	background: #00aced;
	color: #fff;
}

.footer .footer-item_info p.footer-item_info__social .youtube:hover {
	background: #e64a41;
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid #dcdcdc;
	font-size: 13.5px;
	padding: 10px 0;
}

.footer-bottom .footer-bottom_copyright {
	font-size: 13.5px;
	color: var(--gray-700);
}

.footer-bottom .footer-dropdown .btn-dropdown {
	font-size: 13.5px;
	border: 1px solid var(--gray-200);
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 8px;
	background: #fff;
}

.footer-bottom .footer-dropdown .btn-dropdown i {
	margin-right: 5px;
}

.footer-bottom .footer-dropdown .dropdown-wrap .dropdown-menu {
	padding: 8px;
	z-index: 995;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 16px 24px rgb(51 51 51 / 8%);
	box-shadow: 0 16px 24px rgb(51 51 51 / 8%);
	border-radius: 4px;
	margin-top: 8px;
	min-width: 9rem;
	font-size: 14px;
}

.footer-bottom .footer-dropdown .dropdown-wrap .dropdown-menu {
	padding: 8px;
	z-index: 995;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 16px 24px rgb(51 51 51 / 8%);
	box-shadow: 0 16px 24px rgb(51 51 51 / 8%);
	border-radius: 4px;
	margin-top: 8px;
	min-width: 9rem;
	font-size: 13.5px;
}

.footer-bottom .footer-dropdown .dropdown-wrap .dropdown-menu > a {
	padding: 6px 10px;
	font-weight: 400;
	line-height: 18px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 13.5px;
	color: var(--gray-800);
}

.footer-bottom .footer-dropdown .dropdown-wrap .dropdown-menu > a.active, .footer-bottom .footer-dropdown .dropdown-wrap .dropdown-menu > a:hover {
	background-color: #f4fafd;
}

/***** End Custom Footer *****/

/***** Custom Breadcrumb *****/
.section-breadcrumb {
	background-color: var(--gray-100);
	border-bottom: 1px solid var(--gray-200);
	border-top: 1px solid var(--gray-200);
}

.section-breadcrumb .breadcrumb .breadcrumb-item > a {
	padding: 9px 0;
	font-size: 13px;
	color: var(--gray-600);
	display: inline-flex;
}

.section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	float: none;
}

.section-breadcrumb .breadcrumb .breadcrumb-item > a:hover {
	color: var(--primary-color);
}

/***** End Custom Breadcrumb *****/

/***** Custom Pagination *****/
.section-pagination .pagination .page-item {
	margin: 0 4px;
}

.section-pagination .pagination .page-item .page-link {
	border: 1px solid var(--gray-200);
	color: var(--gray-600);
	border-radius: 0;
	margin-left: 0;
	padding: 0.3rem .65rem;
	font-size: 13.5px;
}

.section-pagination .pagination .page-item .page-link:focus {
	box-shadow: none;
}

.section-pagination .pagination .page-item.active .page-link {
	color: var(--white);
	background-color: var(--primary-color);
}

/***** End Custom Pagination *****/

/***** Custom Page Article *****/
.page-article_detail .article-inner_title h1 {
	margin-bottom: 5px;
	font-size: 22px;
	color: var(--gray-900);
	font-weight: 700;
	line-height: 40px;
}

.page-article_detail .article-inner_desc {
	color: var(--gray-700);
}

.page-article_detail .article-inner_desc img {
	max-width: 100%;
	margin: 10px 0;
}

.page-article_detail .article-inner_meta {
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	color: var(--gray);
}

.page-article_detail .article-inner_meta .meta-post {
	font-size: 12px;
}

.page-article_detail .article-inner_meta .meta-post span {
	position: relative;
}

.page-article_detail .article-inner_meta .meta-post span + span {
	margin-left: 10px;
	padding-left: 10px;
}

.page-article_detail .article-inner_meta .meta-post span + span:before {
	position: absolute;
	content: "";
	display: block;
	height: 10px;
	width: 1px;
	background: #e9e9e9;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
	.page-article_detail .article-inner_title h1 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media screen and (max-width: 575px) {
	.page-article_detail .article-inner_meta ul {
		justify-content: flex-start;
	}
}

/***** End Custom Page Article *****/

/***** Custom Sidebar *****/
.section-sidebar {
	position: sticky;
	z-index: 1;
	top: 15px;
}

.section-sidebar .section-sidebar_title {
	font-size: 18px;
	font-weight: 700;
	color: var(--gray-900);
	margin-bottom: 15px;
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item {
	display: flex;
	align-items: flex-start;
    margin-bottom: 20px;
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item .item-thumb {
	width: 100px;
	flex-shrink: 0;
	margin-right: 10px;
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item .item-thumb img {
	width: 100%;
	height: 60px;
	object-fit: cover;
	max-width: 100%;
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item .item-content .item-content_title > a {
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: var(--gray-700);
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item .item-content .item-content_meta {
	font-size: 12px;
	color: #797878;
	margin-top: 4px;
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item + .section-sidebar_list__item {
	margin-top: 10px;
}

.section-sidebar .section-sidebar_list .section-sidebar_list__item:hover .item-content .item-content_title > a {
	color: var(--primary-color);
}

@media screen and (max-width: 767px) {
	.section-sidebar {
		position: relative;
		top: unset;
		margin-top: 30px;
	}
}

/***** End Custom Sidebar *****/

/***** Custom Card Price *****/
.card-price {
	border-radius: 5px;
	border: 1px solid var(--gray-200);
	text-align: center;
	justify-content: center;
	align-content: center;
	display: flex;
	padding: 20px 15px;
	position: relative;
	font-size: 15px;
	font-weight: 700;
	background: #e7e6e6;
	box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
	cursor: pointer;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.card-price {
		padding: 15px;
		line-height: 1.1;
	}
}

.card-price svg {
	position: absolute;
	top: 3px;
	right: 5px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	transition: all linear .3s;
	opacity: 0;
}

.card-price.active {
	color: var(--white);
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.card-price.active svg {
	opacity: 1;
}

@media screen and (max-width: 525px) {
	.card-price {
		padding: 8px;
		font-size: 14px;
	}
}

/***** End Custom Card Price *****/

/***** Custom Cart *****/
.card-cart {
	position: -webkit-sticky;
	position: sticky;
	top: 81px;
}

.card-cart .card-header {
	border-radius: 0;
	background-color: var(--white);
}

.card-cart .card-header .card-title {
	font-weight: 700;
	font-size: 18px;
	color: var(--primary-color);
	line-height: 1.6;
	position: relative;
}

.card-cart .card-header .card-title span {
	height: 28px;
	width: 28px;
	border-radius: 4px;
	font-size: 16px;
	background-color: var(--primary-color);
	color: var(--white);
	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;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.card-cart .card-body .item:not(:last-of-type) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray-200);
}

.card-cart .card-body .cart-name {
	font-size: 14px;
	font-weight: 600;
}

.card-cart .card-body .cart-name .cart-price {
	font-size: 14px;
	font-weight: 600;
}

.card-cart .card-body .cart-percent {
	font-size: 90%;
}

.card-cart .card-body .cart-price {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.card-cart .card-body .cart-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	position: relative;
}

.card-cart .card-body .cart-quantity .button-quantity {
	outline: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	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;
	-webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	border: 1px solid rgba(0, 0, 0, 0.19);
	background: transparent;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	background: var(--primary-color);
	color: var(--white);
	position: absolute;
}

.card-cart .card-body .cart-quantity .button-quantity.button-quantity_up {
	top: 2.5px;
	right: 3px;
}

.card-cart .card-body .cart-quantity .button-quantity.button-quantity_down {
	bottom: 2.5px;
	right: 3px;
}

.card-cart .card-body .cart-quantity .button-quantity:disabled {
	background: #f5f6f6;
	cursor: not-allowed;
	color: var(--gray-600);
}

.card-cart .card-body .cart-quantity .input-quantity {
	min-width: 60px;
	max-width: 70px;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	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;
	-webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	-o-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
	border: 1px solid rgba(0, 0, 0, 0.19);
	background: transparent;
	color: rgba(0, 0, 0, 0.8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: text;
	width: 100%;
	border-radius: 2px;
	height: 36px;
	padding-left: 10px;
}

.card-cart .card-body .cart-delete {
	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;
	background: var(--danger);
	color: #fff;
	font-size: 12px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.card-cart .card-body .total {
	padding: 10px 0;
}

.card-cart .card-body .total .cart-total {
	font-size: 18px;
	color: var(--gray-800);
	font-weight: 700;
}

.card-cart .card-body .total .card-total-value {
	text-align: right;
	font-weight: 700;
	color: var(--danger);
	font-size: 18px;
}

.card-cart .card-body .info .info-item + .info-item {
	margin-top: 7px;
}

@media screen and (max-width: 991px) {
	.card-cart {
		position: static;
		top: unset;
	}
}

/***** End Custom Card Cart *****/

/***** Custom Partner *****/
.partner-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: -4px;
	margin-left: -4px;
	margin-right: -4px;
}

.partner-wrapper .partner-item {
	padding: 4px;
	width: calc(100% / 7);
}

.partner-wrapper .partner-item img {
	width: 100%;
	object-fit: cover;
	max-width: 100%;
}

@media screen and (max-width: 991px) {
	.partner-wrapper .partner-item {
		width: 20%;
	}
}

@media screen and (max-width: 600px) {
	.partner-wrapper .partner-item {
		width: 33.3333%;
	}
}

/***** End Custom Partner *****/

/***** Custom Topup *****/
.card-topup {
	display: flex;
	flex-direction: column;
	padding: 0;
	border: 0 solid transparent;
	border-radius: 0;
	background-color: transparent;
	transition: var(--transition-default);
	outline: 0 !important;
}

.card-topup .card-image {
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 0.5em, rgba(0, 0, 0, .05) 0 0 0 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: var(--transition-default);
}

.card-topup .card-image:before {
	display: block;
	content: "";
	padding-top: 100%;
}

.card-topup .card-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.card-topup .card-title {
	text-align: center;
	font-size: 14px;
	color: var(--shadow-primary);
	padding-top: 5px;
	margin-bottom: 0;
}

.card-topup:hover {
	transform: translateY(-5px);
}

.card-topup:hover .card-image {
	box-shadow: rgba(0, 0, 0, .35) 0 0 0.5em, rgba(0, 0, 0, .25) 0 0 0 1px;
}

.card-topup:hover .card-title {
	color: var(--primary-hover);
}

/***** End Custom Topup *****/

/***** Custom Alert *****/
.alert-custom {
	margin-bottom: 10px;
	border-radius: 5px;
}

.alert-custom {
	border-left-width: 3px;
	border-left-style: solid;
	font-size: 13.5px;
}

.alert-custom.alert-primary {
	border-left-color: #2d5683;
}

.alert-custom.alert-secondary {
	border-left-color: #88939b;
}

.alert-custom.alert-success {
	border-left-color: #1c8a35;
}

.alert-custom.alert-danger {
	border-left-color: #96212c;
}

.alert-custom.alert-warning {
	border-left-color: #9a851c;
}

.alert-custom.alert-info {
	border-left-color: #158598;
}

.alert-custom.alert-light {
	border-left-color: #5b5b5b;
	color: var(--gray-700);
}

.alert-custom.alert-dark {
	border-left-color: #3d3f42;
}

/***** End Custom Alert *****/

/***** Custom Heading *****/
.heading-m1 {
	margin-bottom: 10px;
}

.heading-m1 .title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: var(--gray-900);
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.heading-m1 .title::before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #c3c3c3;
	border-radius: 20px;
}

.heading-m1 .title::after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	height: 3px;
	width: 30px;
	background-color: var(--primary-color);
	border-radius: 20px;
}

@media screen and (max-width: 991px) {
	.heading-m1 .title {
		font-size: 18px;
		line-height: 1.2;
	}
}

/***** End Custom Heading *****/

/***** Custom Profile *****/
.information-inner .card .card-header {
	padding-left: 10px;
	padding-right: 10px;
}

.information-inner .card .card-body {
	padding: 0;
}

.information-inner .card .card-body .information-view {
	position: relative;
	padding: 0 10px 10px;
	overflow: hidden;
}

.information-inner .card .card-body .information-list .row:not(:last-child) {
	border-bottom: 1px dashed #5cb85c45;
}

.information-inner .card .card-body .information-list .row:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.information-inner .card .card-body .information-form {
	position: relative;
	padding: 0 10px 20px;
	overflow: hidden;
}

.loading-pure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
}

.loading-pure div {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--primary-color);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-pure div:nth-child(1) {
	left: 50%;
	animation: loading-pure1 0.6s infinite;
}

.loading-pure div:nth-child(2) {
	left: 50%;
	animation: loading-pure2 0.6s infinite;
}

.loading-pure div:nth-child(3) {
	left: calc(50% + 24px);
	animation: loading-pure2 0.6s infinite;
}

.loading-pure div:nth-child(4) {
	left: calc(50% + 48px);
	animation: loading-pure3 0.6s infinite;
}

@keyframes loading-pure1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes loading-pure3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes loading-pure2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

@media screen and (max-width: 768px) {
	.loading-pure div:nth-child(1) {
		left: calc(50% - 10px);
		animation: loading-pure1 0.6s infinite;
	}

	.loading-pure div:nth-child(2) {
		left: calc(50% - 10px);;
		animation: loading-pure2 0.6s infinite;
	}

	.loading-pure div:nth-child(3) {
		left: calc(50% + 14px);
		animation: loading-pure2 0.6s infinite;
	}

	.loading-pure div:nth-child(4) {
		left: calc(50% + 38px);
		animation: loading-pure3 0.6s infinite;
	}
}

@media screen and (max-width: 768px) {
	.information-inner .card .card-header {
		padding: 10px;
	}

	.information-inner .card .card-body .information-view,
	.information-inner .card .card-body .information-form {
		padding: 0 10px 10px;
	}
}

/***** End Custom Profile *****/


/***** Custom Search VÃ© *****/
.section-search {
	padding: 20px 0;
}

.section-search .search-inner {
	padding: 15px;
	background-color: var(--white);
	border-radius: 0 0.2em 0.2em;
	border: 1px solid var(--gray-200);
}

.section-search .search-inner.form-m1 .form-icon .form-button {
	left: 5px;
	font-size: 13px;
}

.section-search .search-inner.form-m1 .form-icon .form-button:hover {
	color: var(--gray-500);
}

.section-search .search-inner .inner .box-inner .passenger-inner .dropdown {
	height: 33px;
	display: flex;
	border-radius: 3px;
	padding: 0 0.75rem;
	background-color: #fff;
	position: relative;
	border: 1px solid #ced4da;
	font-size: 14px;
	cursor: pointer;
}

.section-search .search-inner .inner .passenger-dropdown-content {
	position: absolute;
	background: #ffffff;
	box-shadow: 0 4px 20px 0 rgb(53 64 90 / 20%);
	border-radius: 3px;
	width: 350px;
	top: calc(100% + 1px);
	left: 0;
	z-index: 100;
	display: none;
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-close {
	cursor: pointer;
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-dropdown-container .passenger-list-item-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--gray-700);
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-dropdown-container .passenger-list-item-subtitle {
	font-size: 12px;
	font-weight: 400;
	color: var(--gray-500);
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-dropdown-container .passenger-circle {
	height: 22px;
	width: 22px;
	border: 1px solid #ced4da;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-700);
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-dropdown-container .passenger-circle.disabled {
	cursor: not-allowed;
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	color: #a9a9a9;
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-dropdown-container .passenger-counter {
	margin-left: 20px;
	margin-right: 20px;
	color: var(--gray-700);
	font-size: 14px;
}

.section-search .search-inner .inner .passenger-dropdown-content .passenger-dropdown-container .passenger-list-item + .passenger-list-item {
	border-top: 1px solid #e9e9e9;
}

.section-search .search-inner .inner .btn-default {
	height: 33px;
	line-height: 1.5;
}

.flatpickr-current-month span.cur-month,
.flatpickr-current-month .numInputWrapper {
	font-size: 14px;
	background-color: transparent !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.flatpickr-day.today {
	border-color: var(--primary-color);
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
	width: 12px;
	height: 12px;
}

@media screen and (max-width: 991px) {
	.section-search .search-inner.form-m1 .select2-container {
		left: 0 !important;
		right: 0 !important;
	}

	.section-search .search-inner.form-m1 .select2-container--open .select2-dropdown {
		left: unset !important;
		right: 5px !important;
	}

	.section-search .search-inner .inner .passenger-dropdown-content {
		max-width: 300px;
		left: unset;
		right: 0;
	}
}


.card-sidebar_item .card-header {
	background-color: var(--white);
	padding: 7px 10px;
}

.card-sidebar_item .card-header .card-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
	display: flex;
	align-items: center;
}

.card-sidebar_item .card-header .card-title > span {
	color: var(--white);
	height: 22px;
	width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	border-radius: 4px;
	background-color: var(--primary-color);
	font-size: 13px;
	padding-top: 2px;
}

.card-sidebar_item .card-header .card-title > a {
	font-weight: 400;
	font-size: 12px;
	text-decoration: underline;
}

.card-sidebar_item .card-header .card-title > a:hover {
	color: var(--primary-color);
}

.card-sidebar_item .card-body {
	background-color: #f9f9f9;
	padding: 10px;
}

.card-sidebar_item .card-body .form-check {
	display: flex;
	position: relative;
	padding-left: 0;
}

.card-sidebar_item .card-body .form-check > input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.card-sidebar_item .card-body .form-check label {
	position: relative;
	padding-left: 25px;
	font-size: 1em;
	width: 100%;
	display: flex;
	align-items: center;
}

.card-sidebar_item .card-body .form-check label:before {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border: 1px solid #9ca3af;
	border-radius: 50%;
	display: block;
	content: "";
	transition: var(--transition);
}

.card-sidebar_item .card-body .form-check label:after {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	height: 7px;
	width: 7px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: block;
	content: "";
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
}

.card-sidebar_item .card-body .form-check input:checked ~ label:before {
	border-color: var(--primary-color);
}

.card-sidebar_item .card-body .form-check input:checked ~ label:after {
	opacity: 1;
	visibility: visible;
}

.card-sidebar_item .card-body .form-check img {
	margin-left: auto;
	height: 22px;
}

.card-sidebar_item .card-body .form-check + .form-check {
	margin-top: 8px;
}

.card-sidebar_item + .card-sidebar_item {
	margin-top: 20px;
}

.card-sidebar_order {
	background-color: var(--white);
}

.card-sidebar_order .card-header {
	background-color: var(--primary-color);
}

.card-sidebar_order .card-header .card-title {
	color: var(--white);
	justify-content: center;
	text-align: center;
}

.card-sidebar_order .card-body {
	padding: 0;
	background-color: var(--white);
}

.card-sidebar_order .card-body .order-item {
	padding: .75em;
	display: flex;
	align-items: center;
}

.card-sidebar_order .card-body .order-item .form-control {
	height: 33px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #ced4da;
	color: var(--gray-900);
}

.card-sidebar_order .card-body .card-text {
	font-size: 15px;
	font-weight: 700;
	padding: 8px 12px;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	color: var(--primary-color);
}

.card-sidebar_order .card-body .card-desc {
	padding: 8px 12px 0;
}

.card-sidebar_order .card-body .card-desc .top {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	color: var(--gray-700);
	line-height: 1.2;
}

.card-sidebar_order .card-body .card-desc .top .icon {
	display: flex;
	margin: 0 7px;
	font-size: 15px;
}

.card-sidebar_order .card-body .card-desc .top .icon i:before {
	color: #F79321;
}

.card-sidebar_order .card-body .card-desc .bottom {
	display: flex;
	align-items: center;
	color: var(--gray-500);
	font-size: 12px;
	margin-top: .25em;
}

.card-sidebar_order .card-body .card-desc .bottom span {
	position: relative;
}

.card-sidebar_order .card-body .card-desc .bottom span + span {
	margin-left: 15px;
}

.card-sidebar_order .card-body .card-desc .bottom span + span:before {
	height: 12px;
	width: 1px;
	position: absolute;
	content: "";
	display: block;
	background-color: #d1d5db;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
}

.card-sidebar_order .card-body .card-item ul li + li {
	margin-top: .25em;
}

.card-sidebar_order .card-body .card-item .order-item {
	display: flex;
	flex-direction: column;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse {
	width: 100%;
	padding: 0;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse + .order-item_collapse {
	margin-top: 1em;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .form-control {
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #e9ecef;
	outline: none;
	box-shadow: none;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .form-control .price {
	margin-left: auto;
	padding-left: 10px;
	font-size: 15px;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .form-control .icon {
	margin-left: 5px;
	font-size: 1.15em;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .form-control .icon i {
	transition: var(--transition-default);
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .order-item_collapse__desc {
	background-color: #fafafa;
	border: 1px solid #d1d5db;
	border-top: 0;
	border-radius: 0 0 .25em;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .order-item_collapse__desc .order-item_collapse__desc--item {
	padding: .25em .75em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #6b7280;
	font-size: .925em;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .order-item_collapse__desc .order-item_collapse__desc--item .title {
	color: var(--gray-700);
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .form-control[aria-expanded=true] {
	border-radius: .25em .25em 0 0;
}

.card-sidebar_order .card-body .card-item .order-item .order-item_collapse .form-control[aria-expanded=true] .icon i {
	transform: rotate(180deg);
}

.card-sidebar_order .card-footer {
	background-color: var(--primary-color);
	padding: 8px 12px;
	color: var(--white);
	font-size: 14px;
	display: flex;
	align-items: center;
	border-top: 0;
}

.card-sidebar_order .card-footer .price {
	margin-left: auto;
	padding-left: 10px;
	font-weight: 700;
	font-size: 16px;
}

.section-flight {
	position: relative;
	font-size: 14px;
}

.section-flight + .section-flight {
	margin-top: 25px;
}

.section-flight .section-flight_loading {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .9);
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 15px 50px;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--primary-color);
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.section-flight .flight-order .top .title {
	color: var(--gray-800);
	font-size: 16px;
	font-weight: 700;
}

.section-flight .flight-order .top .title i {
	color: var(--primary-color);
	font-size: 18px;
}

.section-flight .flight-order .bottom ul li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	border-top: 1px solid #fafafa;
}

.section-flight .flight-order .bottom ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	padding: 8px 10px;
	transition: .2s all ease;
	background-color: #f9f9f9;
	border-top: 1px solid #e5e7eb;
	border-right: 1px solid #e5e7eb;
	position: relative;
	height: 100%;
}

.section-flight .flight-order .bottom ul li a:before {
	height: 3px;
	background-color: var(--primary-color);
	top: -1px;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .2s all ease;
}

.section-flight .flight-order .bottom ul li:last-child a {
	border-right: 0;
}

.section-flight .flight-order .bottom ul li a .day {
	font-size: 14px;
	color: var(--gray-700);
	transition: .2s all ease;
}

.section-flight .flight-order .bottom ul li a .text {
	color: #4b5563;
	transition: .2s all ease;
	font-size: 12px;
}

.section-flight .flight-order .bottom ul li a .text-danger {
	font-size: 12px;
	font-weight: 700;
}

.section-flight .flight-order .bottom ul li:not(:last-of-type) {
	border-right: 1px solid #fafafa;
}

.section-flight .flight-order .bottom ul li.active a,
.section-flight .flight-order .bottom ul li a:hover {
	background-color: var(--white);
}

.section-flight .flight-order .bottom ul li.active a:before {
	opacity: 1;
	visibility: visible;
}

.section-flight .flight-order .bottom ul li.active a .day,
.section-flight .flight-order .bottom ul li.active a .text {
	color: var(--primary-color);
	font-weight: 700;
}

.card-flight {
	background-color: var(--white);
	border-radius: 0;
	border: 1px solid #dee2e6;
	border-top: 0;
	position: relative;
	overflow: hidden;
}

.card-flight + .card-flight {
	border-top: 0;
}

.card-flight .card-body {
	padding: 0;
}

.card-flight .card-body .card-link {
	display: flex;
	align-items: center;
}

.card-flight .card-body .card-link:hover {
	background-color: #fdfcfc;
}

.card-flight .card-body .card-link > * {
	padding: 10px;
	flex-shrink: 0;
}

.card-flight .card-body .card-link > .card-image {
	width: 11%;
}

.card-flight .card-body .card-link > .card-image img {
	max-height: 25px;
}

.card-flight .card-body .card-link > .card-code {
	font-size: 14px;
	color: var(--gray-700);
	font-weight: 500;
	width: 8.5%;
}

.card-flight .card-body .card-link > .card-time {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 700;
	width: 16.5%;
}

.card-flight .card-body .card-link > .card-meta {
	width: 20%;
	display: flex;
	align-items: center;
	white-space: nowrap;
	color: #1f2937;
}

.card-flight .card-body .card-link > .card-meta span i {
	color: #F79321;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.card-flight .card-body .card-link > .card-meta span + span {
	margin-left: 10px;
}

.card-flight .card-body .card-link > .card-price {
	color: var(--danger);
	font-weight: 700;
	font-size: 14px;
	width: 12.5%;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	box-shadow: none;
	background: transparent;
	cursor: auto;
	display: block;
	text-align: initial;
}

.card-flight .card-body .card-link > .card-price sup {
	text-decoration: underline;
}

.card-flight .card-body .card-link > .card-toggle {
	width: 12.5%;
}

.card-flight .card-body .card-link > .card-toggle > button {
	color: #007bff;
	border: 0;
	padding: 0;
	background-color: transparent;
	display: flex
}

.card-flight .card-body .card-link > .card-toggle > button > span:first-child {
	margin-right: .35em;
}

.card-flight .card-body .card-link > .card-toggle > button > span:last-child {
	height: 20px;
	width: 20px;
	background-color: #efefef;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.card-flight .card-body .card-link > .card-toggle > button[aria-expanded=true] > span i:before {
	content: "\f068";
}

.card-flight .card-body .card-link > .card-button {
	width: 19%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.card-flight .card-body .card-link > .card-button > span {
	position: relative;
	border: 2px solid var(--transition-default);
	border-radius: 4px;
	overflow: hidden;
	pointer-events: auto;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35em .75em .25em;
	font-size: 12px;
	font-weight: 500;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
	background-color: var(--danger);
	color: var(--white);
	box-shadow: 1px 1px 2px #eeeeee;
}

.card-flight .card-body .card-link > .card-button > span span {
	margin-left: .25em;
}

.card-flight .card-footer .card-inner {
	padding: 10px;
	border-top: 1px solid #dee2e6;
	background-color: #f9f9f9;
}

.card-flight .card-footer .card-inner .top {
	line-height: 1.7;
	font-size: 14px;
}

.card-flight .card-footer .card-inner .top .title {
	font-weight: 700;
	color: var(--gray-700);
	font-size: 14px;
}

.card-flight .card-footer .card-inner .top b {
	color: var(--gray-700);
}

.card-flight .card-footer .card-inner .top .logo img {
	height: 25px;
}

.card-flight .card-footer .card-inner .middle {
	border-top: 1px dashed #e5e7eb;
	border-bottom: 1px dashed #e5e7eb;
	padding: 10px 0;
	line-height: 1.7;
	font-size: 14px;
}

.card-flight .card-footer .card-inner .middle .desc {
	color: #999;
	font-weight: 700;
}

.card-flight .card-footer .card-inner .middle b {
	color: var(--gray-700);
}

.card-flight .card-footer .card-inner .bottom {
	padding: 10px 0 0;
	line-height: 1.7;
	font-size: 14px;
}

.card-flight .card-footer .card-inner .bottom .item .title {
	font-size: 14px;
	font-weight: 700;
	color: var(--gray-700);
}

.card-flight .card-footer .card-inner .bottom .item + .item {
	margin-top: 15px;
}

.card-flight .card-footer .card-inner .bottom .item .row [class*=col] {
	padding: 0 15px;
}

@media screen and (max-width: 991px) {
	.section-flight .flight-order .bottom ul {
		overflow-x: auto;
		width: 100%;
	}

	.section-flight .flight-order .bottom ul li {
		flex: 1 1 33.3333%;
		min-width: 33.3333%;
	}

	.section-flight .flight-order .bottom ul li a .text-danger {
		white-space: nowrap;
	}

	.card-flight {
		overflow-x: auto;
		background-color: #f9f9f9;
		max-width: 100%;
	}

	.card-flight .card-body {
		white-space: nowrap;
		background-color: var(--white);
	}

	.card-flight .card-body .card-link > * {
		width: auto !important;
		padding: 7px;
	}

	.card-flight .card-body .card-link > .card-code,
	.card-flight .card-body .card-link > .card-meta {
		display: none;
	}

	.card-flight .card-body .card-link > .card-time,
	.card-flight .card-body .card-link > .card-price {
		font-size: 14px;
	}

	.card-flight .card-footer .bottom {
		overflow: hidden;
	}

	.card-flight .card-footer .card-inner .middle {
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
	}

	.card-flight .card-footer .card-inner .middle::-webkit-scrollbar {
		width: 10px;
		height: 4px;
	}

	.card-flight .card-footer .card-inner .middle::-webkit-scrollbar-track {
		background: #cecece;
		height: 4px;
	}

	.card-flight .card-footer .card-inner .middle::-webkit-scrollbar-thumb {
		background: #afafaf;
		height: 4px;
	}

	.card-flight .card-footer .card-inner .middle::-webkit-scrollbar-thumb:hover {
		height: 4px;
	}
}

/***** End Custom Search VÃ© *****/

/***** Custom Card Profile *****/
.card-profile {
	border-radius: 3px;
	transition: var(--transition-default);
	margin-bottom: 15px;
}

.card-profile .card-body {
	padding: 12px 15px;
}

.card-profile .card-body .media {
	align-items: center;
}

.card-profile .card-body .media .avatar {
	height: 70px;
	width: 70px;
	font-size: 18px;
	flex-shrink: 0;
	background-color: rgba(247, 247, 247, .25) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
}

.card-profile .card-body .media .avatar img {
	max-width: 100%;
	height: auto;
}

.card-profile .card-body .media .media-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-profile .card-body .media .media-body h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

/***** End Custom Profile *****/

/***** Custom Card Service *****/

.card-service {
	border-radius: 3px;
	transition: var(--transition-default);
}

.card-service .card-body {
	padding: 12px 15px;
}

.card-service .card-body .media {
	align-items: center;
}

.card-service .card-body .media .media-body p {
	font-size: 15px;
}

.card-service .card-body .media .media-body h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.card-service .card-body .media .avatar {
	height: 40px;
	width: 40px;
	padding: 5px;
	font-size: 22px;
	flex-shrink: 0;
	background-color: rgba(247, 247, 247, .25) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.card-service .card-body .media .avatar img {
	max-width: 100%;
	height: auto;
}

.card-service + .card-service {
	margin-top: 15px;
}

a.card-service {
	text-decoration: none;
}

a.card-service:hover {
	opacity: .9;
	color: #fff;
}

/***** End Custom Service *****/

/* Custom Banner */

.section-banner .swiper-slide {
    background: var(--primary-color);
    padding: 100px 0;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: -webkit-linear-gradient(to right, var(--color-slider));
    background: linear-gradient(to right, var(--color-slider));
}

.section-banner .swiper-slide .section-banner_title {
    font-size: 2.3em;
    font-weight: 700;
    color: var(--white);
    padding: 20px 0 15px;
    opacity: 1;
    line-height: 1.1;
    text-shadow: 0 2px 3px rgb(0 0 0 / 25%);
}

.section-banner .swiper-slide .section-banner_desc {
    font-size: 1em;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0;
    text-shadow: 0 2px 3px rgb(0 0 0 / 25%);
    line-height: 1.7;
}

.section-banner .swiper-slide .section-banner_button {
    margin-top: 30px;
}

.section-banner .swiper-slide .section-banner_image img {
    max-width: 100%;
    height: auto;
}

.section-banner .slide-button-prev,
.section-banner02 .slide-button-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color);
    background-color: var(--white);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    font-size: 2.6em;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    outline: none !important;
    border-radius: 50%;
    cursor: pointer;
}

.section-banner .slide-button-next,
.section-banner02 .slide-button-next {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color);
    background-color: var(--white);
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    font-size: 2.6em;
    -webkit-transition: var(--transition-default);
    -o-transition: var(--transition-default);
    transition: var(--transition-default);
    outline: none !important;
    border-radius: 50%;
    cursor: pointer;
}

.section-banner .slide-button-next.swiper-button-disabled,
.section-banner .slide-button-prev.swiper-button-disabled,
.section-banner02 .slide-button-next.swiper-button-disabled,
.section-banner02 .slide-button-prev.swiper-button-disabled {
    opacity: 0
}

.section-banner .slide-button-next:hover,
.section-banner .slide-button-prev:hover,
.section-banner02 .slide-button-next:hover,
.section-banner02 .slide-button-prev:hover {
    background: var(--primary-color);
    color: #fff;
}

.section-banner .slide-button-prev.swiper-button-block,
.section-banner02 .slide-button-prev.swiper-button-block {
    display: none;
}

@media screen and (max-width: 991px) {
    .section-banner .swiper-slide {
        padding: 30px 0;
    }

    .section-banner .swiper-slide .section-banner_title {
        font-size: 1.6em;
        text-align: center;
    }

    .section-banner .swiper-slide .section-banner_desc,
    .section-banner .swiper-slide .section-banner_button {
        text-align: center;
    }

    .section-banner .slide-button-prev,
    .section-banner .slide-button-next,
    .section-banner02 .slide-button-prev,
    .section-banner02 .slide-button-next {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 575px) {
    .section-banner .swiper-slide .section-banner_title,
    .section-banner .swiper-slide .section-banner_desc {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-banner .slide-button-prev,
    .section-banner02 .slide-button-prev {
        left: 5px;
    }

    .section-banner .slide-button-next,
    .section-banner02 .slide-button-next {
        right: 5px;
    }
}

.section-banner02 .swiper-slide {
    padding-top: 550px;
}

.section-banner02 .background-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .section-banner02 .swiper-slide {
        padding-top: 425px;
    }
}

@media screen and (max-width: 575px) {
    .section-banner02 .swiper-slide {
        padding-top: 300px;
    }
}

/* End Custom Banner */

/*css game*/
.account-game {
    padding-top: 50px;
}

.account-game_id {
    font-weight: 700;
    font-size: 2em;
    color: #000;
    margin-bottom: 10px;
}

.account-game_price {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.account-game_price del{
    margin-left: 15px;
    font-size: 0.7em;
    color: #a9a9a9;
    font-weight: 400;
}

.account-game_description {
    font-size: 1.1em;
    color: #413d3d;
    line-height: 1.4;
    margin-top: 15px;
}

.account-game_description ul {
    padding-left: 16px;
    margin-bottom: 0;
}

.account-game_buttons {
    margin-top: 40px;
}

.account-game_buttons .btn {
    min-width: 180px;
    font-weight: 700;
    padding-top: .45rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.account-game_header .account-game_image {
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    padding: 4px;
    margin: 30px 0 0;
}

.account-game_body {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    position: relative;
    margin: 30px 0;
    background: #f3f1f1;
}

.account-game_body .account-game_body__desc {
    font-weight: 700;
    color: #666;
    font-size: 1.1em;
}

.account-game_body .account-game_body__desc span {
    color: var(--secondary-color);
}

.account-game_images .account-game_image {
    max-width: 70%;
    margin: 0 auto;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    padding: 4px;
}

.account-game_images .account-game_image + .account-game_image {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .account-game_images .account-game_image {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .account-game_id {
        text-align: center;
        font-size: 1.7em;
    }

    .account-game_price {
        text-align: center;
        font-size: 1.4em;
    }

    .account-game_mobile {
        margin-bottom: 30px;
    }

    .account-game_buttons {
        justify-content: center;
        margin-top: 30px;
    }

    .account-game_buttons .btn {
        width: calc(50% - 10px);
    }
}
.card-game {
    padding: 3px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card-game .card-header {
    background: #fff;
    padding: 0;
    border-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.card-game .card-header a {
    position: relative;
    display: block;
}

.card-game .card-header a .badge {
    position: absolute;
    top: 10px;
    right: 0;
    background: var(--primary-color);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 2px solid #fff;
    border-right: 0;
    height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.card-game .card-header a .badge.badge-new {
    background: #db1818;
    font-size: .7em;
}

.card-game .card-header a .badge b {
    font-size: 1.3em;
}

.card-game .card-header a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.card-game .card-body {
    text-align: center;
    padding: 10px;
}

.card-game .card-body .card-title {
    margin-bottom: 5px;
}

.card-game .card-body .card-title > a {
    font-size: 1.3em;
    color: var(--color-dark);
    font-weight: 700;
}

.card-game .card-body .card-text {
    font-size: 1em;
    color: #797979;
}

.card-game .card-button {
    margin-top: 10px;
}

.card-game .card-button .btn {
    font-size: .95em;
}
@media screen and (max-width: 991px) {
    .text-xs-nowrap {
        white-space: nowrap;
    }
}

/* Neo nav/card/login fixes */
.neo-header.header-sort .header-logo,
.neo-header .header-logo {
	order: 1 !important;
}
.neo-header.header-sort .header-navigation,
.neo-header .header-navigation {
	order: 2 !important;
	flex: 1 1 auto !important;
}
.neo-header.header-sort .header-user,
.neo-header .header-user {
	order: 3 !important;
	margin-left: auto !important;
	flex: 0 0 auto !important;
}
.neo-header .header-nologin {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}
.neo-header .header-user .btn-register.neo-register {
	border: 1px solid rgba(255,255,255,.18) !important;
	background: rgba(255,255,255,.08) !important;
	color: #fff !important;
	border-radius: 8px !important;
	font-weight: 800 !important;
	padding: 10px 16px !important;
}
.neo-header .header-user .btn-login {
	white-space: nowrap !important;
}
.neo-header .header-navigation > ul {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 2px !important;
}
.neo-header .header-navigation > ul > li > a {
	white-space: nowrap !important;
}
.neo-product-grid {
	grid-template-columns: repeat(6,minmax(0,1fr)) !important;
	gap: 12px !important;
}
.neo-product-card {
	min-height: 68px !important;
	height: 68px !important;
	padding: 10px 14px !important;
	display: grid !important;
	grid-template-columns: 62px minmax(0,1fr) !important;
	align-items: center !important;
	gap: 10px !important;
	overflow: hidden !important;
}
.neo-product-card img {
	width: 62px !important;
	height: 30px !important;
	max-width: 62px !important;
	max-height: 30px !important;
	object-fit: contain !important;
}
.neo-product-card strong {
	font-size: 12px !important;
	line-height: 1.2 !important;
	font-weight: 900 !important;
	margin: 0 0 2px !important;
	display: block !important;
	color: #090047 !important;
}
.neo-product-card span {
	font-size: 10.5px !important;
	line-height: 1.2 !important;
	color: #66658a !important;
	display: block !important;
}
.neo-product-card--more {
	grid-template-columns: 32px minmax(0,1fr) !important;
}
.neo-product-card--more i {
	width: 30px !important;
	height: 30px !important;
	border-radius: 8px !important;
	font-size: 13px !important;
}
.neo-news-card {
	min-height: 132px !important;
	grid-template-columns: 112px minmax(0,1fr) !important;
	padding: 12px !important;
	gap: 14px !important;
}
.neo-news-card img {
	width: 112px !important;
	height: 94px !important;
}
.neo-news-card span {
	font-size: 12px !important;
	margin-bottom: 6px !important;
}
.neo-news-card strong {
	font-size: 13px !important;
	line-height: 1.35 !important;
	margin-bottom: 10px !important;
}
.neo-news-card small {
	font-size: 12px !important;
}
@media(max-width:1199px) {
	.neo-product-grid {
		grid-template-columns: repeat(4,minmax(0,1fr)) !important;
	}
}
@media(max-width:767px) {
	.neo-product-grid {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
	.neo-product-card {
		height: auto !important;
		min-height: 82px !important;
		grid-template-columns: 1fr !important;
		align-items: start !important;
	}
	.neo-product-card img {
		width: 70px !important;
		height: 34px !important;
	}
	.neo-news-card {
		grid-template-columns: 88px 1fr !important;
	}
	.neo-news-card img {
		width: 88px !important;
		height: 88px !important;
	}
}

/* Redesign overrides must stay at the end of this file. */
.neo-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(10, 6, 48, .72);
	border-bottom: 1px solid rgba(255,255,255,.1);
	backdrop-filter: blur(18px);
}
.neo-header.is-scroll {
	position: fixed;
	background: rgba(10, 6, 48, .94);
	box-shadow: 0 18px 45px rgba(16, 10, 60, .2);
}
.neo-header .container {
	min-height: 72px;
}
.neo-header .header-logo {
	margin-right: 26px;
}
.neo-header .header-logo img {
	max-height: 42px;
	width: auto;
	object-fit: contain;
}
.neo-header .header-navigation > ul > li > a {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	padding: 28px 14px;
}
.neo-header .header-navigation > ul > li > a:before {
	background: #8b45ff;
	height: 2px;
}
.neo-header .header-navigation > ul > li > ul {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(18, 10, 70, .2);
	overflow: hidden;
}
.neo-header .header-navigation > ul > li > ul > li > a {
	color: #211b55;
	font-weight: 700;
}
.neo-header .header-user {
	margin-left: 18px;
	padding-left: 0;
}
.neo-header .header-user .btn-login {
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, #c23cff, #6625e8);
	color: #fff;
	font-weight: 800;
	padding: 11px 18px;
	box-shadow: 0 10px 24px rgba(121, 47, 230, .35);
}
.neo-header .header-user .header-login > ul > li > a,
.neo-balance {
	border: 1px solid rgba(255,255,255,.18);
	background: rgba(255,255,255,.08);
	color: #fff;
	border-radius: 8px;
	padding: 10px 14px;
	font-weight: 800;
}
.neo-footer {
	background: #fff;
	border-top: 1px solid rgba(36, 31, 93, .08);
	padding: 24px 0;
}
.neo-mobile-tabbar {
	display: none;
}
@media (max-width: 991px) {
	.neo-header {
		position: fixed;
	}
	.neo-header .container {
		min-height: 62px;
		justify-content: space-between;
	}
	.neo-header .header-logo img {
		max-height: 36px;
	}
	.neo-header .header-navigation {
		background: #120642;
	}
	.neo-header .header-navigation > ul > li > a {
		padding: 13px 18px;
	}
	.neo-header .header-user {
		display: none;
	}
}
@media (max-width: 767px) {
	.neo-mobile-tabbar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 91;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		background: #fff;
		border-top: 1px solid rgba(36, 31, 93, .08);
		box-shadow: 0 -8px 28px rgba(31, 24, 85, .12);
		padding: 8px 6px 10px;
	}
	.neo-mobile-tabbar a {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
		color: #77769a;
		font-size: 11px;
		font-weight: 800;
	}
	.neo-mobile-tabbar a:first-child {
		color: #6d2ce8;
	}
}

/* Emergency storefront fixes for cached/old theme rules. */
body .neo-home {
	background: linear-gradient(180deg, #f9faff 0%, #fff 76%) !important;
}
body .neo-header {
	position: absolute !important;
	background: rgba(10, 6, 48, .78) !important;
}
body .neo-header .container {
	max-width: 1320px;
	min-height: 72px !important;
}
body .neo-header .header-logo,
body .neo-header .neo-logo {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: 220px !important;
	margin-right: 28px !important;
	overflow: hidden !important;
}
body .neo-header .header-logo img,
body .neo-header .neo-logo img {
	display: block !important;
	width: auto !important;
	max-width: 210px !important;
	height: auto !important;
	max-height: 42px !important;
	object-fit: contain !important;
}
body .neo-hero {
	display: block !important;
	color: #fff !important;
	background:
		radial-gradient(circle at 15% 45%, rgba(122, 50, 226, .55), transparent 26%),
		radial-gradient(circle at 83% 50%, rgba(88, 32, 200, .5), transparent 30%),
		linear-gradient(135deg, #12053f 0%, #22066b 48%, #120642 100%) !important;
	padding: 118px 0 76px !important;
	min-height: 455px !important;
}
body .neo-hero h1,
body .neo-hero p {
	color: #fff !important;
}
body .neo-btn {
	text-decoration: none !important;
}
body .neo-btn--primary {
	color: #fff !important;
	background: linear-gradient(135deg, #d949ff, #6828ee) !important;
}
body .neo-btn--ghost {
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.35) !important;
	background: rgba(255,255,255,.06) !important;
}
@media (max-width: 991px) {
	body .neo-header {
		position: fixed !important;
	}
	body .neo-header .header-logo img,
	body .neo-header .neo-logo img {
		max-height: 36px !important;
		max-width: 170px !important;
	}
body .neo-hero {
		padding-top: 96px !important;
	}
}

/* Final homepage/nav/footer polish */
.neo-header .header-user .header-login > ul {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.neo-header .header-user .header-login > ul > li {
	position: relative !important;
}

.neo-header .header-user .header-login > ul > li > a,
.neo-balance,
.neo-account-pill > a {
	min-height: 38px !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	padding: 0 14px !important;
	border: 1px solid rgba(255,255,255,.2) !important;
	border-radius: 8px !important;
	background: rgba(255,255,255,.09) !important;
	color: #fff !important;
	font-weight: 900 !important;
	white-space: nowrap !important;
}

.neo-balance b {
	color: #fff !important;
	font-size: 16px !important;
}

.neo-account-pill > ul {
	min-width: 210px !important;
	right: 0 !important;
	left: auto !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	box-shadow: 0 18px 45px rgba(9,3,40,.2) !important;
}

.neo-hero__image {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 350px !important;
	object-fit: contain !important;
	filter: drop-shadow(0 26px 45px rgba(11,3,45,.34)) !important;
	transition: opacity .25s ease, transform .25s ease !important;
}

.neo-hero.is-changing .neo-hero__image {
	opacity: .35 !important;
	transform: translateX(18px) !important;
}

.neo-hero__visual.has-image .neo-orbit,
.neo-hero__visual.has-image .neo-phone,
.neo-hero__visual.has-image .neo-brand-chip,
.neo-hero__visual.has-image .neo-bank-card,
.neo-hero__visual.has-image .neo-coin {
	display: none !important;
}

.neo-original-notice {
	margin: -2px 0 16px !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(111,44,232,.13) !important;
	border-radius: 8px !important;
	background: linear-gradient(180deg,#fbfaff,#fff) !important;
	color: #55527a !important;
	line-height: 1.6 !important;
}

.neo-original-notice__title {
	margin-bottom: 6px !important;
	color: #171150 !important;
	font-weight: 900 !important;
}

.neo-original-notice__body p:last-child {
	margin-bottom: 0 !important;
}

.neo-content-grid--news-only {
	grid-template-columns: 1fr !important;
}

.neo-news-card {
	overflow: hidden !important;
}

.neo-news-card > div {
	min-width: 0 !important;
}

.neo-news-card strong {
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	word-break: break-word !important;
}

.neo-footer {
	padding: 42px 0 24px !important;
	background: linear-gradient(180deg,#fff 0%,#f7f4ff 100%) !important;
	border-top: 1px solid rgba(36,31,93,.08) !important;
}

.neo-footer__grid {
	display: grid !important;
	grid-template-columns: minmax(260px,1.4fr) repeat(2,minmax(150px,.65fr)) minmax(260px,1fr) !important;
	gap: 28px !important;
	align-items: start !important;
}

.neo-footer__brand p {
	margin: 14px 0 12px !important;
	max-width: 420px !important;
	color: #66658a !important;
	line-height: 1.55 !important;
}

.neo-footer__social {
	display: flex !important;
	gap: 10px !important;
	margin-bottom: 12px !important;
}

.neo-footer__social a {
	width: 36px !important;
	height: 36px !important;
	display: inline-grid !important;
	place-items: center !important;
	border-radius: 50% !important;
	background: #f1e9ff !important;
	color: #762df0 !important;
}

.neo-footer__col h3,
.neo-footer__trust h3 {
	margin: 0 0 14px !important;
	color: #10053d !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}

.neo-footer__col li + li {
	margin-top: 9px !important;
}

.neo-footer__col a {
	color: #66658a !important;
	text-decoration: none !important;
	font-weight: 700 !important;
}

.neo-footer__col a:hover {
	color: #762df0 !important;
}

.neo-footer__trust {
	display: grid !important;
	gap: 12px !important;
}

.neo-footer__trust div {
	display: grid !important;
	grid-template-columns: 42px 1fr !important;
	column-gap: 12px !important;
	align-items: center !important;
	padding: 12px !important;
	border: 1px solid rgba(36,31,93,.08) !important;
	border-radius: 8px !important;
	background: #fff !important;
}

.neo-footer__trust i {
	grid-row: span 2 !important;
	width: 42px !important;
	height: 42px !important;
	display: grid !important;
	place-items: center !important;
	border-radius: 12px !important;
	background: #f1e9ff !important;
	color: #762df0 !important;
}

.neo-footer__trust strong,
.neo-footer__trust span {
	display: block !important;
}

.neo-footer__trust strong {
	color: #10053d !important;
}

.neo-footer__bottom {
	display: flex !important;
	justify-content: space-between !important;
	gap: 20px !important;
	margin-top: 28px !important;
	padding-top: 18px !important;
	border-top: 1px solid rgba(36,31,93,.08) !important;
	color: #77769a !important;
	font-size: 13px !important;
}

@media (max-width: 1199px) {
	.neo-footer__grid {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
	}
}

@media (max-width: 767px) {
	.neo-hero__image {
		position: relative !important;
		max-height: 260px !important;
	}

	.neo-hero__visual.has-image {
		min-height: 260px !important;
	}

	.neo-news-card strong {
		-webkit-line-clamp: 5 !important;
	}

	.neo-footer {
		background: #10053d !important;
		color: #fff !important;
		border-radius: 18px 18px 0 0 !important;
	}

	.neo-footer__grid,
	.neo-footer__bottom {
		display: block !important;
	}

	.neo-footer__col,
	.neo-footer__trust {
		margin-top: 24px !important;
	}

	.neo-footer__brand p,
	.neo-footer__col a,
	.neo-footer__bottom {
		color: rgba(255,255,255,.72) !important;
	}

	.neo-footer__col h3,
	.neo-footer__trust h3,
	.neo-footer__trust strong {
		color: #fff !important;
	}

	.neo-footer__trust div {
		background: rgba(255,255,255,.07) !important;
		border-color: rgba(255,255,255,.1) !important;
	}
}

