.detail-content {
	font-size: 1.075em;
	line-height: 1.6;
	color: #2a2a2a;
}

.detail-content p,
.detail-content ul,
.detail-content ol,
.detail-content blockquote {
	margin-bottom: 16px;
}

.detail-content ul,
.detail-content ol {
	padding-left: 16px;
	line-height: 1.6;
}

.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
	margin-bottom: 10px;
	font-weight: var(--font-weight);
}

.detail-content h1 b,
.detail-content h1 strong,
.detail-content h2 b,
.detail-content h2 strong,
.detail-content h3 b,
.detail-content h3 strong,
.detail-content h4 b,
.detail-content h4 strong,
.detail-content h5 b,
.detail-content h5 strong,
.detail-content h6 b,
.detail-content h6 strong {
	font-weight: var(--font-weight);
}

.detail-content h2 {
	font-size: 1.375em;
}

.detail-content h3 {
	font-size: 1.15em;
}

.detail-content h4,
.detail-content h5,
.detail-content h6 {
	font-size: 1em;
}

.detail-content p:last-child,
.detail-content ul:last-child,
.detail-content ol:last-child {
	margin-bottom: 0;
}

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

.detail-content .table {
	--bs-table-border-color: var(--bs-gray-500)
}

.detail-content .table th,
.detail-content .table td {
	padding: 10px;
	min-width: 150px;
}

.detail-content .table td ul {
	padding-left: 24px;
}

.detail-content blockquote {
	padding: 15px 15px 15px 45px;
	border-left: 5px solid var(--primary-color);
	background: rgba(var(--primary-rgb), .05);
	position: relative;
}

.detail-content blockquote:before {
	position: absolute;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-size: 1.5em;
	color: var(--primary-color);
	top: 10px;
	left: 10px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	font-weight: 700;
	line-height: 1;
}

@media screen and (max-width: 991px) {
	.detail-content {
		font-size: 1em;
		line-height: 1.6;
	}
}

/*
===================
*/

.section-gap {
	padding: 50px 0;
}

@media screen and (max-width: 1023px) {
	.section-gap {
		padding: 30px 0;
	}
}

/*
===================
Style Link Theme 1
*/
.link-theme_1 {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	color: var(--bs-black, #000000);
	font-weight: 600;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	position: relative;
	padding-bottom: 2px;
}

.link-theme_1:after {
	position: absolute;
	content: "";
	left: auto;
	bottom: 0;
	background: currentColor;
	width: 0;
	height: 2px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	right: 0;
}

.link-theme_1:hover {
	color: var(--primary-color);
}

.link-theme_1:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

/*
===================
Style Link Theme 2
*/


.link-theme_2 {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	color: var(--bs-black, #000000);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	position: relative;
	font-size: 1.075em;
}

.link-theme_2:after {
	content: "";
	width: 40px;
	height: 24px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	margin-left: 6px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-image: url('../images/double-arrow.svg');
}

.link-theme_2:hover {
	color: var(--primary-color);
}

.link-theme_2:hover:after {
	background-position: left;
}

/*
===================
Style Heading 1
*/

.section-heading-1 {
	margin-bottom: 25px;
}

.section-heading-1 .heading-title {
	font-size: 2.3em;
	line-height: 1.3;
	font-weight: 600;
	color: var(--bs-black, #000000);
	margin-bottom: 20px;
}

.section-heading-1 .heading-desc {
	font-size: 1.15em;
	color: var(--bs-gray-700, #495057);
}

.section-heading-1 .heading-desc ol,
.section-heading-1 .heading-desc ul {
	padding-left: 0;
	list-style: none;
}

.section-heading-1 .heading-desc ol li,
.section-heading-1 .heading-desc ul li {
	font-weight: 600;
}

.section-heading-1 .heading-desc ol li + li,
.section-heading-1 .heading-desc ul li + li {
	margin-top: 16px;
}

.section-heading-1 .heading-desc ol li:before,
.section-heading-1 .heading-desc ul li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	height: 24px;
	width: 24px;
	border-radius: 50%;
	font-weight: 300;
	font-size: 1em;
	background: var(--primary-color);
	color: var(--bs-white, #ffffff);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 4px;
}

.section-heading-1 .heading-desc p:last-child,
.section-heading-1 .heading-desc ol:last-child,
.section-heading-1 .heading-desc ul:last-child {
	margin-bottom: 0
}

.section-heading-1 .heading-counter {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px;
}

.section-heading-1 .heading-counter .counter-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.section-heading-1 .heading-counter .counter-item .counter-item_image {
	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;
	height: 64px;
	width: 64px;
	border-radius: 8px;
	background-color: #f2faff;
}

.section-heading-1 .heading-counter .counter-item .counter-item_image img {
	height: 40px;
	width: 40px;
}

.section-heading-1 .heading-counter .counter-item .counter-item_content .counter-item_number {
	font-size: 1.6em;
	color: var(--primary-color);
	font-weight: 600;
}

.section-heading-1 .heading-counter .counter-item .counter-item_content .counter-item_title {
	font-size: 1.15em;
}

.section-heading-1 .heading-button {
	margin-top: 45px;
}

.section-heading-1 .heading-meta {
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.section-heading-1 .heading-meta .heading-meta_item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.section-heading-1 .heading-meta .heading-meta_item .heading-meta_item__icon {
	width: 50px;
}

.section-heading-1 .heading-meta .heading-meta_item .heading-meta_item__content .heading-meta_item__title {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.section-heading-1 .heading-meta .heading-meta_item .heading-meta_item__content .heading-meta_item__desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
}

.section-heading-1 .heading-tabs {
	display: flex;
	align-content: center;
	justify-content: center;
	position: relative;
	width: max-content;
	margin: 0 auto;
}

.section-heading-1 .heading-tabs .nav-pills {
	border-radius: 100px;
	background: rgba(var(--primary-rgb), 0.05);
	border: 1px solid var(--primary-color);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 10px 15px;
	width: 100%;
	flex-wrap: nowrap;
}

.section-heading-1 .heading-tabs .nav-pills .nav-item {
	width: 100%;
}

.section-heading-1 .heading-tabs .nav-pills .nav-item .nav-link {
	display: flex;
	padding: 8px 45px;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	color: #1a1e21;
	font-weight: 500;
	position: relative;
	border-radius: 150px;
	white-space: nowrap;
	width: 100%;
	font-size: 1.15em;
	z-index: 2;
}

.section-heading-1 .heading-tabs .nav-pills .nav-item .nav-link.active {
	background-color: transparent;
	color: var(--bs-white);
	font-weight: 700;
}

.section-heading-1 .heading-tabs .heading-tabs_bg {
	position: absolute;
	top: 10px;
	left: 15px;
	bottom: 10px;
	width: 100px;
	display: flex;
	background-color: var(--primary-color);
	font-weight: 700;
	border-radius: 150px;
	transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08), 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	opacity: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.section-heading-1 .heading-title {
		font-size: 1.75em;
		margin-bottom: 15px;
	}

	.section-heading-1 .heading-desc {
		font-size: 1.075em;
	}

	.section-heading-1 .heading-counter .counter-item .counter-item_content .counter-item_title {
		font-size: 1.075em;
	}

	.section-heading-1 .heading-button {
		margin-top: 25px;
	}
}

@media screen and (max-width: 1023px) {
	.section-heading-1 {
		margin-bottom: 30px;
	}

	.section-heading-1 .heading-title {
		font-size: 1.525em;
		margin-bottom: 15px;
	}

	.section-heading-1 .heading-desc {
		font-size: 1em;
	}

	.section-heading-1 .heading-counter .counter-item .counter-item_content .counter-item_title {
		font-size: 1em;
	}

	.section-heading-1 .heading-counter {
		gap: 30px;
	}

	.section-heading-1 .heading-button {
		margin-top: 25px;
	}

	.section-heading-1 .heading-meta {
		margin-top: 24px;
		gap: 24px;
	}

	.section-heading-1 .heading-meta .heading-meta_item {
		gap: 24px;
	}

	.section-heading-1 .heading-meta .heading-meta_item .heading-meta_item__icon {
		width: 40px;
	}

	.section-heading-1 .heading-meta .heading-meta_item .heading-meta_item__content .heading-meta_item__title {
		font-size: 1.15em;
	}

	.section-heading-1 .heading-meta .heading-meta_item .heading-meta_item__content .heading-meta_item__desc {
		font-size: 1em;
	}
}

@media screen and (max-width: 768px) {
	.section-heading-1 .heading-tabs .nav-pills {
		padding: 8px;
	}

	.section-heading-1 .heading-tabs .nav-pills .nav-item .nav-link {
		padding: 10px 24px;
		font-size: 1.075em;
	}
}

/*
===================
Style Button 1
*/

.button-theme_1 {
	--py: 8px;
	--px: 24px;
	--fz: 1em;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: var(--py) var(--px);
	font-size: var(--fz);
	font-weight: 600;
	border-radius: 0.25rem;
	border: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	white-space: nowrap;
	text-transform: capitalize;
}

.button-theme_1 > span {
	position: relative;
	z-index: 2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.button-theme_1:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .6;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	border-radius: inherit;
}

.button-theme_1:hover:before {
	width: 100% !important;
}

.button-theme_1.button-theme_xs {
	--py: calc(10px * 0.8);
	--px: calc(28px * 0.8);
	--fz: calc(1em * 0.8);
}

.button-theme_1.button-theme_sm {
	--py: calc(10px * 0.9);
	--px: calc(28px * 0.9);
	--fz: calc(1em * 0.9);
}

.button-theme_1.button-theme_lg {
	--py: calc(10px * 1.1);
	--px: calc(28px * 1.1);
	--fz: calc(1em * 1.1);
}

@media screen and (max-width: 1023px) {
	.button-theme_1 {
		--fz: .925em
	}

	.button-theme_1.button-theme_xs {
		--fz: calc(.925em * 0.8);
	}


	.button-theme_1.button-theme_sm {
		--fz: calc(.925em * 0.9);
	}

	.button-theme_1.button-theme_lg {
		--fz: calc(.925em * 1.1);
	}
}

.button-theme_1.button-theme_primary {
	background: var(--primary-color);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_primary:hover {
	background: var(--primary-hover);
}

.button-theme_1.button-theme_grey {
	background: #6c757d;
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_grey:hover {
	background: #5c636a;
}

.button-theme_1.button-theme_secondary {
	background: var(--secondary-color);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_secondary:hover {
	background: var(--secondary-hover);
}

.button-theme_1.button-theme_danger {
	background: var(--bs-danger, #DC3545);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_danger:hover {
	background: #be2635;
}

.button-theme_1.button-theme_success {
	background: var(--bs-success, #198754);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_success:hover {
	background: #106c41;
}

.button-theme_1.button-theme_warning {
	background: var(--bs-warning, #FFC107);
	color: var(--bs-black, #000000);
}

.button-theme_1.button-theme_warning:hover {
	background: #ffcf43;
}

.button-theme_1.button-theme_info {
	background: var(--bs-info, #0DCAF0);
	color: var(--bs-black, #000000);
}

.button-theme_1.button-theme_info:hover {
	background: #18d9ff;
}

.button-theme_1.button-theme_primary__outline {
	background: rgba(var(--primary-rgb), 0.05);
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}

.button-theme_1.button-theme_primary__outline:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_secondary__outline {
	background: #fff1f2;
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color);
}

.button-theme_1.button-theme_secondary__outline:hover {
	background: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_danger__outline {
	background: #faeaee;
	border: 1px solid var(--bs-danger, #DC3545);
	color: var(--bs-danger, #DC3545);
}

.button-theme_1.button-theme_danger__outline:hover {
	background: var(--bs-danger, #DC3545);
	border: 1px solid var(--bs-danger, #DC3545);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_success__outline {
	background: #ecfff5;
	border: 1px solid var(--bs-success, #198754);
	color: var(--bs-success, #198754);
}

.button-theme_1.button-theme_success__outline:hover {
	background: var(--bs-success, #198754);
	border: 1px solid var(--bs-success, #198754);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_warning__outline {
	background: #fff8e9;
	border: 1px solid var(--bs-warning, #FFC107);
	color: #f3b600;
}

.button-theme_1.button-theme_warning__outline:hover {
	background: var(--bs-warning, #FFC107);
	border: 1px solid var(--bs-warning, #FFC107);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_info__outline {
	background: #effdff;
	border: 1px solid var(--bs-info, #0DCAF0);
	color: var(--bs-info, #0DCAF0);
}

.button-theme_1.button-theme_info__outline:hover {
	background: var(--bs-info, #0DCAF0);
	border: 1px solid var(--bs-info, #0DCAF0);
	color: var(--bs-white, #ffffff);
}

.button-theme_1.button-theme_outline {
	background: var(--bs-white, #ffffff);
	border: 1px solid var(--bs-white, #ffffff);
	color: var(--bs-gray-800, #343A40);
}

.button-theme_1.button-theme_outline:hover {
	background: var(--bs-gray-200, #E7E9EC);
	border: 1px solid var(--bs-gray-200, #E7E9EC);
	color: var(--bs-gray-900, #212529);
}

/*
===================
Style Badge 1
*/

.badge-1 {
	--py: 8px;
	--px: 12px;
	--fz: 1em;
	padding: var(--py) var(--px);
	font-size: var(--fz);
	font-weight: 500;
	border-radius: 4px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.badge-1.badge-sm {
	--py: calc(8px * 0.85);
	--px: calc(12px * 0.85);
	--fz: calc(1em * 0.85);
}

.badge-1.badge-lg {
	--py: calc(8px * 1.1);
	--px: calc(12px * 1.1);
	--fz: calc(1em * 1.1);
}

@media screen and (max-width: 1023px) {
	.badge-1 {
		--fz: .925em
	}

	.badge-1.badge-sm {
		--fz: calc(.925em * 0.85);
	}

	.badge-1.badge-lg {
		--fz: calc(.925em * 1.1);
	}
}

.badge-1.badge-success {
	color: var(--bs-white, #ffffff);
	background-color: var(--bs-success, #198754);
}

.badge-1.badge-danger {
	color: var(--bs-white, #ffffff);
	background-color: var(--bs-danger, #DC3545);
}

.badge-1.badge-secondary {
	color: var(--bs-white, #ffffff);
	background-color: var(--bs-secondary, #6C757D);
}

.badge-1.badge-warning {
	color: var(--bs-black, #000000);
	background-color: var(--bs-warning, #FFC107);
}

.badge-1.badge-primary {
	color: var(--bs-white, #ffffff);
	background-color: var(--bs-primary, #0D6EFD);
}

.badge-1.badge-info {
	background-color: var(--bs-info, #0DCAF0);
	color: var(--bs-black, #000000);
}

.badge-1.badge-success_outline {
	color: var(--bs-success, #198754);
	background-color: rgba(var(--bs-success-rgb, 25, 135, 84), 0.1);
	border: 1px solid rgba(var(--bs-success-rgb, 25, 135, 84), 0.1);
}

.badge-1.badge-danger_outline {
	color: var(--bs-danger, #DC3545);
	background-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.1);
	border: 1px solid rgba(var(--bs-danger-rgb, 220, 53, 69), 0.1);
}

.badge-1.badge-secondary_outline {
	color: var(--bs-secondary, #6C757D);
	background-color: rgba(var(--bs-secondary-rgb, 108, 117, 125), 0.1);
	border: 1px solid rgba(var(--bs-secondary-rgb, 108, 117, 125), 0.1);
}

.badge-1.badge-warning_outline {
	color: #f3b600;
	background-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.1);
	border: 1px solid rgba(var(--bs-warning-rgb, 255, 193, 7), 0.1);
}

.badge-1.badge-primary_outline {
	color: var(--bs-primary, #0D6EFD);
	background-color: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.1);
	border: 1px solid rgba(var(--bs-primary-rgb, 13, 110, 253), 0.1);
}

.badge-1.badge-info_outline {
	color: var(--bs-info, #0DCAF0);
	background-color: rgba(var(--bs-info-rgb, 13, 202, 240), 0.1);
	border: 1px solid rgba(var(--bs-info-rgb, 13, 202, 240), 0.1);
}

/*
===================
Style Slider Pagination 1
*/

.slider-theme {
	position: relative;
}

.slider-theme .slider-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	width: 44px;
	height: 44px;
	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-color: var(--primary-color);
	font-size: 1.3em;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 2;
	color: var(--bs-white);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.slider-theme .slider-button.sliderPrev {
	left: -45px;
}

.slider-theme .slider-button.sliderNext {
	right: -45px;
}

.slider-theme:hover .slider-button.sliderPrev {
	left: 15px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.slider-theme:hover .slider-button.sliderNext {
	right: 15px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.slider-theme .slider-button > i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
}

.slider-theme .slider-button.sliderNext > i:first-child, .slider-theme .slider-button.sliderPrev > i:first-child, .slider-theme .slider-button.sliderNext:hover > i:last-child, .slider-theme .slider-button.sliderPrev:hover > i:last-child {
	left: 50%;
}

.slider-theme .slider-button.sliderPrev > i:last-child, .slider-theme .slider-button.sliderNext:hover > i:first-child {
	left: calc(50% + 35px);
}

.slider-theme .slider-button.sliderNext > i:last-child, .slider-theme .slider-button.sliderPrev:hover > i:first-child {
	left: calc(50% - 35px);
}

.slider-theme .slider-pagination_1 {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	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;
	gap: 10px;
}

.slider-theme .slider-pagination_1 .slider-pagination_item {
	background: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	border: 1px solid transparent;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.slider-theme .slider-pagination_1 .slider-pagination_item:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: var(--bs-black, #000000);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.slider-theme .slider-pagination_1 .slider-pagination_item.swiper-pagination-bullet-active {
	border-color: var(--primary-color);
}

.slider-theme .slider-pagination_1 .slider-pagination_item.swiper-pagination-bullet-active:before {
	background: var(--primary-color);
}

/*
===================
Style Header 1
*/

.header-1 {
	z-index: 1001;
	background: var(--bs-white, #ffffff);
	top: 0;
	left: 0;
	width: 100%;
}

.header-1 .header-top {
	background: -o-linear-gradient(50deg, rgba(var(--primary-rgb), 1), rgba(var(--primary-rgb), 1) 100%);
	background: linear-gradient(40deg, rgba(var(--primary-rgb), 1), rgba(var(--primary-rgb), 1) 100%);
	height: 40px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	display: flex;
	align-items: center;
}

.header-1 .header-top .header-top_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.header-1 .header-top .header-top_wrap .header-top_toolbar {
	font-weight: 600;
	color: var(--bs-white);
	position: relative;
	padding-right: 54px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-1 .header-top .header-top_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 30px;
	padding-left: 13.5px;
	width: 100%;
}

.header-1 .header-top .header-top_contact .header-top_contact__item {
	color: var(--bs-white, #ffffff);
	font-weight: 600;
}

.header-1 .header-top .header-top_contact .header-top_contact__item > a {
	color: var(--bs-white, #ffffff);
}

.header-1 .header-bottom {
	background: var(--bs-white, #ffffff);
    border-bottom: 1px solid #ddd;
}

.header-1 .header-bottom .header-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-1 .header-bottom .header-main .header-logo {
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.header-1 .header-bottom .header-main .header-logo img {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.header-1 .header-bottom .header-main .header-navigation {
	margin-left: auto;
}

.header-1 .header-bottom .header-main .header-navigation ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.header-1 .header-bottom .header-main .header-navigation ul > li {
	position: relative;
}

.header-1 .header-bottom .header-main .header-navigation > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > a,
.header-1 .header-bottom .header-main .header-navigation > ul > li > button {
	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;
	text-align: center;
	font-size: 1.075em;
	font-weight: 600;
	color: #010203;
	position: relative;
	white-space: nowrap;
	gap: 6px;
	padding: 0;
	outline: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	text-transform: uppercase;
	height: 70px;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > a i,
.header-1 .header-bottom .header-main .header-navigation > ul > li > button i {
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > a:before,
.header-1 .header-bottom .header-main .header-navigation > ul > li > button:before {
	position: absolute;
	height: 0;
	width: 100%;
	background-color: var(--primary-color);
	content: "";
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul {
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	left: 0;
	padding: 10px 15px;
	background-color: var(--bs-white, #ffffff);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	min-width: 200px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 5;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 18px 8px 0;
	color: #010203;
	font-weight: 400;
	gap: 8px;
	border-radius: 8px;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_icon {
	width: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.4;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_content .navigation-item_title {
	font-size: 1.075em;
	font-weight: 600;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_content .navigation-item_sub {
	color: var(--bs-gray-600, #6C757D);
}

.header-1 .header-bottom .header-main .header-navigation > ul > li:hover > a,
.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li:hover > a {
	color: var(--primary-color);
}

.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li:hover > a {
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(var(--primary-rgb), 0.05);
}

.header-1 .header-bottom .header-main .header-navigation > ul > li:hover > a:before {
	opacity: 1;
	visibility: visible;
	height: 3px;
}

.header-1 .header-bottom .header-main .header-navigation > ul > li:hover > a > i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-1 .header-bottom .header-main .header-navigation > ul > li:hover > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.header-1 .header-bottom .header-main .header-toolbar {
	padding-left: 25px;
	margin-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
}

.header-1 .header-bottom .header-main .header-toolbar:before {
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #c9c9c9;
}

.header-1 .header-currency {
	position: relative;
}

.header-1 .header-currency .header-currency_button {
	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;
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	color: #010203;
	position: relative;
	white-space: nowrap;
	gap: 6px;
	padding: 0;
	outline: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	text-transform: uppercase;
	height: 70px;
	cursor: pointer;
}

.header-1 .header-currency .header-currency_button > i {
	transition: var(--transition-default);
}

.header-1 .header-currency ul {
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	left: 0;
	padding: 10px 15px;
	background-color: var(--bs-white, #ffffff);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	min-width: 100px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 5;
	margin-bottom: 0;
	list-style: none;
}

.header-1 .header-currency:hover .header-currency_button > i {
	transform: rotate(180deg);
}

.header-1 .header-currency:hover ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.header-1 .header-currency > ul > li > a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 18px 8px 0;
	color: #010203;
	font-weight: 400;
	gap: 8px;
	border-radius: 8px;
}

.header-1 .header-currency > ul > li:hover > a {
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(var(--primary-rgb), 0.05);
}

.header-1 .header-cart {
	display: none;
}

.header-1 .header-cart .header-cart_button {
	border: 0;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #010203;
	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;
	gap: 6px;
	white-space: nowrap;
	padding: 0;
	position: relative;
	height: 70px;
	font-size: 1em;
}

.header-1 .header-user {
	position: relative;
}

.header-1 .header-user .header-user_mobile {
	display: none;
}

.header-1 .header-user .header-user_btn {
	border: 0;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #010203;
	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;
	gap: 6px;
	white-space: nowrap;
	padding: 0;
	position: relative;
	height: 70px;
	font-size: 1em;
}

.header-1 .header-user .header-user_btn .header-user_btn__icon i {
	transition: var(--transition-default);
}

.header-1 .header-user ul {
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	right: 0;
	padding: 10px 15px;
	background-color: var(--bs-white, #ffffff);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	min-width: 150px;
	z-index: 5;
	list-style: none;
	margin-bottom: 0;
	border-radius: 0 0 4px 4px;
}


.header-1 .header-user:hover .header-user_btn .header-user_btn__icon i {
	transform: rotate(180deg);
}

.header-1 .header-user:hover ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.header-1 .header-user ul > li > a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	color: #010203;
	font-weight: 400;
	gap: 5px;
}

.header-1 .header-user ul > li > a.active,
.header-1 .header-user ul > li:hover > a {
	color: var(--primary-color);
}

.header-1 .header-bottom .header-main .header-toolbar .header-language {
	display: none;
}

.header-1 .header-language {
	position: relative;
}

.header-1 .header-language .header-language_btn {
	border: 0;
	background-color: transparent;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--bs-white);
	font-weight: 500;
	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;
	gap: 6px;
	white-space: nowrap;
	padding: 0;
	height: 40px;
	position: relative;
	font-size: 1em;
}

.header-1 .header-bottom .header-language > ul {
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	left: 0;
	padding: 10px 15px;
	background-color: var(--bs-white, #ffffff);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	min-width: 150px;
	z-index: 5;
	list-style: none;
	margin-bottom: 0;
	border-radius: 0 0 4px 4px;
	flex-direction: column;
}

.header-1 .header-language:hover > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.header-1 .header-language > ul > li > a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	color: #010203;
	font-weight: 400;
	gap: 5px;
}

.header-1 .header-language > ul > li > a.active,
.header-1 .header-language > ul > li:hover > a {
	color: var(--primary-color);
}

.header-1 .header-top_wrap .header-language > ul {
	list-style: none;
	margin-bottom: 0;
	display: flex;
	padding-left: 0;
	gap: 8px;
}

.header-1 .header-top_wrap .header-language > ul > li > a {
	transition: var(--transition-default);
	height: 22px;
	width: 30px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-1 .header-top_wrap .header-language > ul > li > a img {
	width: 28px;
	height: 20px;
}

.header-1 .header-top_wrap .header-language > ul > li > a.active {
	border: 2px solid var(--bs-white);
	border-radius: 0 !important;
}

.header-1 .header-bottom .header-main .header-navigation .header-navigation_footer,
.header-1 .header-hamburger {
	display: none;
}

.header-1 .header-hamburger .hamburger-button {
	position: relative;
	width: 20px;
	height: 16px;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	display: block;
}

.header-1 .header-hamburger .hamburger-button > i {
	background-color: #010203;
	width: 100%;
	height: 2px;
	position: absolute;
	display: block;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	left: 0;
}

.header-1 .header-hamburger .hamburger-button > i:nth-child(1) {
	top: 0;
}

.header-1 .header-hamburger .hamburger-button > i:nth-child(2) {
	top: 7px;
}

.header-1 .header-hamburger .hamburger-button > i:nth-child(3) {
	bottom: 0;
	width: 15px;
	left: auto;
	right: 0;
}

.is-navigation .header-1 .header-hamburger .hamburger-button > i:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.is-navigation .header-1 .header-hamburger .hamburger-button > i:nth-child(2) {
	left: 50%;
	width: 0;
}

.is-navigation .header-1 .header-hamburger .hamburger-button > i:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 7px;
	width: 100%;
}

.header-1 .header-overlay {
	background: rgba(0, 0, 0, 0.65);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 19;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	height: 100vh;
	display: none;
}

.is-navigation .header-1 .header-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.is-scroll.header-1 {
	position: fixed;
}

.is-scroll.header-1 .header-top,
.is-scroll.header-1 .header-top .header-language .header-language_btn {
	height: 32px;
}

.is-scroll.header-1 .header-bottom .header-main .header-logo {
	height: 50px;
}

.is-scroll.header-1 .header-bottom .header-main .header-navigation > ul > li > a,
.is-scroll.header-1 .header-bottom .header-main .header-navigation > ul > li > button,
.is-scroll.header-1 .header-user .header-user_btn {
	height: 60px;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.header-1 .header-bottom .header-main {
		gap: 15px;
	}

	.header-1 .header-bottom .header-main .header-logo {
		height: 50px;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul {
		gap: 15px;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > a,
	.header-1 .header-bottom .header-main .header-navigation > ul > li > button {
		font-size: 1em;
	}

	.header-1 .header-bottom .header-main .header-toolbar {
		margin-left: 15px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 1023px) {
	.header-1 .header-top {
		position: relative;
		z-index: 21;
	}

	.header-1 .header-bottom {
		position: relative;
		z-index: 20;
	}

	.header-1 .header-bottom .header-main .header-logo {
		height: 40px;
	}

	.header-1 .header-bottom .header-main .header-toolbar {
		margin-left: auto;
		padding-left: 0;
		gap: 15px;
	}

	.header-1 .header-bottom .header-main .header-toolbar:before {
		display: none;
	}

	.header-1 .header-user .header-user_desktop {
		display: none
	}

	.header-1 .header-user .header-user_mobile {
		display: block;
	}

	.header-1 .header-user .header-user_btn {
		height: 60px;
	}

	.header-1 .header-bottom .header-language > ul {
		right: 0;
		left: unset;
	}

	.header-1 .header-hamburger {
		display: block;
	}

	.header-1 .header-overlay {
		display: block;
	}

	.header-1 .header-bottom .header-main .header-navigation {
		position: fixed;
		top: 100px;
		width: 100%;
		max-width: 320px;
		background-color: var(--bs-white, #ffffff);
		height: calc(100vh - 100px);
		z-index: 13;
		-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
		-o-transition: var(--transition-default, 0.3s all ease-in-out);
		transition: var(--transition-default, 0.3s all ease-in-out);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		left: -150%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.is-navigation .header-1 .header-bottom .header-main .header-navigation {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.is-scroll.header-1 .header-bottom .header-main .header-navigation {
		top: 82px;
		height: calc(100vh - 82px);
	}

	.header-1 .header-bottom .header-main .header-navigation:before {
		-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .1), 0 4px 6px -2px rgba(16, 24, 40, .15);
		box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .1), 0 4px 6px -2px rgba(16, 24, 40, .15);
		display: block;
		content: "";
		position: absolute;
		top: -8px;
		left: 0;
		width: 100%;
		height: 7px;
	}

	.header-1 .header-bottom .header-main .header-navigation .header-navigation_footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 8px;
		padding: 10px calc(var(--bs-gutter-x) / 2);
		border-top: 1px solid var(--bs-gray-400, #CED4DA);
		width: 100%;
	}

	.header-1 .header-bottom .header-main .header-navigation .header-navigation_footer .button-theme_1 {
		text-transform: initial;
		width: 100%;
	}

	.header-1 .header-bottom .header-main .header-navigation .header-navigation_footer .button-theme_1 span i {
		transform: translateY(2px);
		line-height: 1;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
		gap: 0;
		padding: 10px calc(var(--bs-gutter-x) / 2);
		overflow-y: auto;
		flex: 1 1 auto;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li {
		position: relative;
		width: 100%;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li + li {
		border-top: 1px solid var(--bs-gray-400, #CED4DA);
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > a,
	.header-1 .header-bottom .header-main .header-navigation > ul > li > button {
		width: 100%;
		padding: 12px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: auto !important;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > a[aria-expanded=true] i,
	.header-1 .header-bottom .header-main .header-navigation > ul > li > button[aria-expanded=true] i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > a:before,
	.header-1 .header-bottom .header-main .header-navigation > ul > li > button:before {
		display: none;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > ul {
		padding: 0;
		padding-left: var(--bs-gutter-x);
		position: static;
		top: unset;
		width: 100%;
		min-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		transform: translateY(0) !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		border-top: 1px solid var(--bs-gray-400, #CED4DA);
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a {
		padding: 12px 0;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_icon {
		width: 34px;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_content .navigation-item_title {
		font-size: 1em;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li > a .navigation-item_content .navigation-item_sub {
		font-size: .925em;
	}

	.header-1 .header-bottom .header-main .header-navigation > ul > li > ul > li + li {
		border-top: 1px solid var(--bs-gray-400, #CED4DA);
	}

	.is-scroll.header-1 .header-bottom .header-main .header-logo {
		height: 32px;
	}

	.header-1 .header-cart {
		display: block;
	}

	.header-1 .header-currency .header-currency_button {
		height: 60px;
	}

	.is-scroll.header-1 .header-cart .header-cart_button,
	.is-scroll.header-1 .header-user .header-user_btn,
	.is-scroll.header-1 .header-language .header-language_btn,
	.is-scroll.header-1 .header-currency .header-currency_button {
		height: 50px;
	}

	.is-overflow {
		overflow: hidden;
		height: 100vh;
	}
}

@media screen and (max-width: 768px) {
	.header-1 .header-top {
		display: none;
	}

	.header-1 .header-bottom .header-main .header-toolbar .header-language {
		display: block;
	}

	.header-1 .header-language .header-language_btn {
		height: 60px;
	}

	.header-1 .header-bottom .header-main .header-navigation {
		top: 60px;
		height: calc(100vh - 60px);
	}

	.is-scroll.header-1 .header-bottom .header-main .header-navigation {
		top: 50px;
		height: calc(100vh - 50px);
	}
}

/*
===================
Style Hero 1
*/

.hero-1 .hero-item {
	position: relative;
}

.hero-1 .hero-item .hero-bg {
	padding-top: 600px;
}

.hero-1 .hero-item .hero-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-backface-visibility: hidden;
	opacity: 0 !important;
	-webkit-transform: translate3d(0, 70px, 0);
	transform: translate3d(0, 70px, 0);
	-webkit-transition: opacity .5s ease-in, -webkit-transform .8s cubic-bezier(0, .195, 0, 1.465);
	transition: opacity .5s ease-in, -webkit-transform .8s cubic-bezier(0, .195, 0, 1.465);
	-o-transition: transform .8s cubic-bezier(0, .195, 0, 1.465), opacity .5s ease-in;
	transition: transform .8s cubic-bezier(0, .195, 0, 1.465), opacity .5s ease-in;
	transition: transform .8s cubic-bezier(0, .195, 0, 1.465), opacity .5s ease-in, -webkit-transform .8s cubic-bezier(0, .195, 0, 1.465);
}

.hero-1 .swiper-slide-active .hero-item .hero-content {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
	opacity: 1 !important;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
	will-change: filter, transform, opacity;
}

.hero-1 .hero-item .hero-content .hero-content_sub {
	margin-bottom: 20px;
}

.hero-1 .hero-item .hero-content .hero-content_sub .hero-content_sub__inner {
	font-size: 1em;
	display: inline-block;
	background: #ffffff33;
	width: auto;
	padding: 3px 15px 3px 3px;
	border-radius: 20px;
	border: 1px solid #ffffff8c;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 18px;
	color: var(--bs-white, #ffffff);
}

.hero-1 .hero-item .hero-content .hero-content_sub .hero-content_sub__inner > span {
	background: var(--bs-white, #ffffff);
	padding: 4px 14px;
	border-radius: 20px;
	color: var(--primary-color);
	margin-right: 5px;
	display: inline-block;
}

.hero-1 .hero-item .hero-content .hero-content_title {
	font-size: 3.75em;
	color: var(--bs-white, #ffffff);
	font-weight: 700;
	line-height: 1.1;
}

.hero-1 .hero-item .hero-content .hero-content_desc {
	font-weight: 300;
	margin-top: 20px;
	font-size: 1.15em;
	color: #f3f3f3;
}

.hero-1 .hero-item .hero-content .hero-content_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}

.hero-1 .hero-item .hero-content .hero-content_button .button-theme_opacity {
	background: transparent;
}

.hero-1 .hero-item .hero-content .hero-content_button .button-theme_opacity:hover {
	background: var(--primary-color);
}

.hero-1 .slider-pagination_1 {
	left: unset;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: unset;
	z-index: 2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: unset;
}

.hero-1 .slider-pagination_1 .slider-pagination_item:before {
	background: var(--bs-white, #ffffff);
}

.hero-1 .slider-pagination_1 .slider-pagination_item.swiper-pagination-bullet-active {
	border-color: var(--bs-white, #ffffff);
	background: var(--bs-white, #ffffff);
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.hero-1 .hero-item .hero-bg {
		padding-top: 500px;
	}

	.hero-1 .hero-item .hero-content .hero-content_title {
		font-size: 2.75em;
	}

	.hero-1 .hero-item .hero-content .hero-content_desc {
		font-size: 1.075em;
	}
}

@media screen and (max-width: 1023px) {
	.hero-1 .hero-item .hero-bg {
		padding-top: 500px;
	}

	.hero-1 .hero-item .hero-content .hero-content_title {
		font-size: 2em;
	}

	.hero-1 .hero-item .hero-content .hero-content_desc {
		font-size: 1em;
	}

	.hero-1 .hero-item .hero-content .hero-content_sub .hero-content_sub__inner {
		font-size: 0.85em;
		white-space: nowrap;
	}

	.hero-1 .hero-item .hero-content .hero-content_sub .hero-content_sub__inner > span {
		margin-right: 3px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.hero-1 .hero-item .hero-content .hero-content_button .button-theme {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
	}

	.hero-1 .slider-pagination_1 {
		left: 50%;
		bottom: 30px;
		top: unset;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.slider-theme .slider-pagination_1 .slider-pagination_item {
		width: 26px;
		height: 26px;
	}

	.slider-theme .slider-pagination_1 .slider-pagination_item:before {
		width: 8px;
		height: 8px;
	}
}

/*
===================
Style Introduction 1
*/

.introduction-1 {
	overflow: hidden;
}

.introduction-1 .introduction-image:after {
	position: absolute;
	content: '';
	background: var(--primary-color);
	height: calc(100% - 40px);
	width: 100%;
	-webkit-transform: skewx(345deg);
	-ms-transform: skewx(345deg);
	transform: skewx(345deg);
	bottom: 0;
	top: 40px;
	right: 62px;
	z-index: 2;
}

.introduction-1 .introduction-image img {
	-webkit-clip-path: polygon(0 0, 100% -33%, 87% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% -33%, 87% 100%, 0% 100%);
	position: relative;
	z-index: 3;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 1200px) {
	.introduction-1 .introduction-content {
		max-width: 80%;
	}
}

@media screen and (max-width: 1200px) {
	.introduction-1 .introduction-image:after {
		right: 24px;
		height: calc(100%);
		top: 0;
	}
}

/*
===================
Style Introduction 2
*/

.introduction-2.introduction-bg {
	background: rgba(var(--primary-rgb), 0.05);
}

/*
===================
Style Brands
*/

.brands-1 .brand-image {
	height: 50px;
	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;
}

.brands-1 .brand-image > img {
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.brands-1 .brand-image:hover > img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*
===================
Style Categories 1
*/

.categories-1 .categories-card {
	border-radius: 10px;
	padding: 15px 15px 25px;
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	height: 100%;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.categories-1 .categories-card .card-image {
	border-radius: 5px 5px 0 0;
}

.categories-1 .categories-card .card-icon {
	position: relative;
	background: var(--bs-white, #ffffff);
	width: 70px;
	margin: -35px auto 10px;
	height: 70px;
	line-height: 70px;
	padding: 15px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
}

.categories-1 .categories-card .card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.categories-1 .categories-card .card-body .card-title {
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	line-height: 1.25;
	margin-bottom: 10px;
	display: block;
}

.categories-1 .categories-card .card-body .card-title:hover {
	color: var(--primary-color);
}

.categories-1 .categories-card .card-body .card-desc {
	text-align: center;
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-bottom: 10px;
	margin-top: auto;
}

.categories-1 .categories-card .card-body .card-button {
	margin-top: auto;
	text-align: center;
}

.categories-1 .categories-card:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

@media screen and (max-width: 1199px) {
	.categories-1 .categories-card .card-body .card-title {
		font-size: 1.15em;
	}

	.categories-1 .categories-card .card-body .card-desc {
		font-size: 1em;
	}
}

/*
===================
Style Categories 2
*/

.categories-2 .categories-card {
	position: relative;
	overflow: hidden;
}

.categories-2 .categories-card .card-content {
	--bs-aspect-ratio: calc(3 / 2 * 100%);
	border-radius: 24px;
}

.categories-2 .categories-card .card-content img {
	border-radius: 24px;
}

.categories-2 .categories-card .card-content .card-title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	font-size: 1.45em;
	line-height: 1.3;
	color: var(--bs-white);
	font-weight: 500;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}

.categories-2 .categories-card .card-hover {
	border-radius: 21px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(315deg, rgba(255, 255, 255, 1) 60%, rgba(var(--primary-rgb), 0.85) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 60%, rgba(var(--primary-rgb), 0.85) 100%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.categories-2 .categories-card:hover .card-hover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.categories-2 .categories-card .card-hover .card-title {
	font-size: 1.45em;
	line-height: 1.3;
	color: var(--primary-color);
	font-weight: 500;
	margin-bottom: 10px;
}

.categories-2 .categories-card .card-hover .card-desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-bottom: 10px;
	margin-top: auto;
}

@media screen and (max-width: 1199px) {
	.categories-2 .categories-card .card-content .card-title {
		padding: 18px;
		font-size: 1.3em;
	}

	.categories-2 .categories-card .card-hover {
		padding: 18px;
	}


	.categories-2 .categories-card .card-hover .card-title {
		font-size: 1.3em;
	}

	.categories-2 .categories-card .card-hover .card-desc {
		font-size: 1em;
	}
}

/*
===================
Style Product 1
*/

.product-1 .product-card {
	border-radius: 8px;
	position: relative;
	background: #fffcf9;
	border: 1px solid #ffc9b4;
	padding: 24px;
	height: 100%;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.product-1 .product-card .card-title {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	line-height: 1.25;
	margin-bottom: 0;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.product-1 .product-card .card-price {
	font-size: 1.225em;
	font-weight: 700;
	color: var(--bs-danger, #DC3545);
}

.product-1 .product-card .card-desc {
	margin-top: 15px;
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
}

.product-1 .product-card .card-button {
	margin-top: 15px;
}

.product-1 .product-card .card-image {
	height: 68px;
	width: 68px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product-1 .product-card:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.product-1 .product-card:hover .card-title {
	color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
	.product-1 .product-card .card-title {
		font-size: 1.15em;
	}

	.product-1 .product-card .card-price {
		font-size: 1.3em;
	}

	.product-1 .product-card .card-desc {
		font-size: 1em;
	}
}

@media screen and (max-width: 767px) {
	.product-1 .product-card {
		padding: 18px;
	}

	.product-1 .product-card .card-image {
		width: 60px;
		height: 60px;
	}
}

/*
===================
Style Service 1
*/

.service-1 .service-card {
	background: var(--bs-white, #ffffff);
	border: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	height: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 16px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.service-1 .service-card .card-header {
	padding: 0;
	border-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35%;
	background: transparent;
	position: relative;
}

.service-1 .service-card .card-header:before {
	position: absolute;
	content: '';
	background: var(--primary-color);
	height: 50%;
	width: 3px;
	-webkit-transform: skewx(344.5deg);
	-ms-transform: skewx(344.5deg);
	transform: skewx(344.5deg);
	bottom: 0;
	top: 0;
	right: 87%;
}

.service-1 .service-card .card-header .card-image {
	position: relative;
	overflow: hidden;
	height: 125px;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.service-1 .service-card .card-header .card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-1 .service-card .card-body {
	padding: 24px 15px;
}

.service-1 .service-card .card-body .card-title {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	line-height: 1.25;
	margin-bottom: 10px;
	display: block;
}

.service-1 .service-card .card-body .card-desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-top: auto;
	--line: 5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--line);
	line-clamp: var(--line);
	-webkit-box-orient: vertical;
}

.service-1 .service-card .card-body .card-title:hover {
	color: var(--primary-color);
}

.service-1 .service-card:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.service-1 .service-card .card-header {
		width: 48%;
	}

	.service-1 .service-card .card-body {
		padding-left: 0;
	}

	.service-1 .service-card .card-body .card-title {
		font-size: 1.15em;
	}

	.service-1 .service-card .card-body .card-desc {
		font-size: 1em;
	}
}

@media screen and  (max-width: 991px) {
	.service-1 .service-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.service-1 .service-card .card-header {
		width: 100%;
	}

	.service-1 .service-card .card-header:before {
		display: none;
	}

	.service-1 .service-card .card-header .card-image {
		-webkit-clip-path: none;
		clip-path: none;
	}

	.service-1 .service-card .card-body .card-title {
		font-size: 1.15em;
	}

	.service-1 .service-card .card-body .card-desc {
		font-size: 1em;
	}

	.service-1 .service-card .card-body {
		padding: 0 0 15px;
	}
}


/*
===================
Style Article 1
*/

.article-1 .article-card {
	border: 0;
	border-radius: 0;
	background-color: var(--bs-white, #ffffff);
	outline: none;
	height: 100%;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.article-1 .article-card .card-image {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.article-1 .article-card .card-image img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
	-o-transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
	transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
}

.article-1 .article-card .card-body {
	padding: 20px 0;
}

.article-1 .article-card .card-body .card-title {
	font-size: 1.15em;
	font-weight: 500;
	color: var(--bs-black, #000000);
	line-height: 1.3;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.article-1 .article-card .card-body .card-meta {
	margin-top: 5px;
	color: #808080;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.article-1 .article-card .card-body .card-meta .card-meta_item i {
	margin-right: 2px;
}

.article-1 .article-card .card-body .card-button {
	margin-top: 15px;
}

.article-1 .article-card .card-body .card-title:hover {
	color: var(--primary-color);
}

.article-1 .article-card .card-image:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
	.article-1 .article-card .card-body .card-title {
		font-size: 1.075em;
	}
}

/*
===================
Style Call To Action 1
*/

.cta-1 {
	background-image: -webkit-gradient(linear, right top, left top, from(var(--primary-color)), to(rgba(var(--primary-rgb), 0.65)));
	background-image: -o-linear-gradient(right, var(--primary-color) 0%, rgba(var(--primary-rgb), 0.65) 100%);
	background-image: linear-gradient(270deg, var(--primary-color) 0%, rgba(var(--primary-rgb), 0.65) 100%);
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.cta-1 .section-heading-1 .heading-title,
.cta-1 .section-heading-1 .heading-desc {
	color: var(--bs-white, #ffffff);
}

.cta-1 .cta-item {
	height: 100%;
	border-radius: 10px;
	padding: 20px 15px 25px;
	position: relative;
}

.cta-1 .cta-item:before {
	background: rgba(var(--bs-white-rgb), .2);
	border-radius: 10px;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	pointer-events: none;
}

.cta-1 .cta-item .cta-icon {
	margin-bottom: 15px;
}

.cta-1 .cta-item .cta-icon img {
	height: 80px;
}

.cta-1 .cta-item .cta-title {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	margin-bottom: 10px;
	line-height: 1.2;
}

.cta-1 .cta-item .cta-desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-bottom: 10px;
	margin-top: auto;
}

.cta-1 .cta-item .cta-button {
	margin-top: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.cta-1 {
		padding: 75px 0;
	}

	.cta-1 .cta-item .cta-icon img {
		height: 60px;
	}

	.cta-1 .cta-item .cta-title {
		font-size: 1.15em;
	}

	.cta-1 .cta-item .cta-desc {
		font-size: 1em;
	}
}

@media screen and (max-width: 1023px) {
	.cta-1 {
		padding: 75px 0;
	}

	.cta-1 .cta-item {
		padding: 15px;
	}

	.cta-1 .cta-item .cta-icon img {
		height: 60px;
	}

	.cta-1 .cta-item .cta-title {
		font-size: 1.15em;
	}

	.cta-1 .cta-item .cta-desc {
		font-size: 1em;
	}
}

@media screen and (max-width: 525px) {
	.cta-1 .cta-item .cta-button .button-theme_1 {
		width: 100%;
	}
}

/*
===================
Style Footer 1
*/

.footer-1 {
	background-color: var(--primary-color);
	position: relative;
}

.footer-1:before {
	position: absolute;
	content: "";
	background: url(../images/footer-bg.png) center center / cover no-repeat;
	inset: 0;
	display: block;
	pointer-events: none;
}

.footer-1 .footer-gap {
	padding: 15px 0;
}

.footer-1 .footer-logo {
	height: 50px;
	margin-bottom: 8px;
}

.footer-1 .footer-logo img {
	height: 100%;
	width: auto;
	max-width: 100%;
}

.footer-1 .footer-item .footer-title {
	font-size: 1.15em;
	font-weight: 600;
	color: var(--bs-white, #ffffff);
	margin-bottom: 8px;
}

.footer-1 .footer-item .footer-contact,
.footer-1 .footer-item .footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}

.footer-1 .footer-item .footer-link {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.footer-1 .footer-item .footer-contact .footer-contact_item,
.footer-1 .footer-item .footer-link .footer-link_item__link {
	color: var(--bs-white, #ffffff);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
}

.footer-1 .footer-item .footer-contact .footer-contact_item i {
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, .1);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none !important;
}

.footer-1 .footer-item .footer-contact .footer-contact_item:hover span,
.footer-1 .footer-item .footer-link .footer-link_item__link:hover {
	text-decoration: underline;
}

.footer-1 .footer-item .footer-social {
	margin-top: 12px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.footer-1 .footer-item .footer-social .footer-social_item .footer-social_item__link {
	width: 32px;
	height: 32px;
	background-color: rgba(255, 255, 255, .1);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none !important;
	color: var(--bs-white, #ffffff);
}

.footer-1 .footer-item .footer-social .footer-social_item .footer-social_item__link:hover {
	background-color: rgba(255, 255, 255, 1);
	color: var(--primary-color);
}

.footer-1 .footer-bottom {
	border-top: 1px solid #f5f5f520;
	padding: 12px 0;
}

.footer-1 .footer-bottom .footer-copyright {
	color: #fafafa;
	font-weight: 300;
}

.footer-1 .footer-bottom .footer-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 10px;
}

.footer-1 .footer-bottom .footer-logos img {
	max-height: 10px;
	max-width: 100%;
	width: auto;
}

@media screen and (max-width: 1023px) {
	.footer-1 .footer-logo {
		height: 50px;
	}

	.footer-1 .footer-item .footer-title {
		font-size: 1.075em;
	}
}

@media screen and (max-width: 768px) {
	.footer-1 .footer-bottom .footer-copyright {
		text-align: center;
	}

	.footer-1 .footer-bottom .footer-logos {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*
===================
Style Code 1
*/

.code-1 .code-item {
	padding: 10px;
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	border-radius: 16px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	width: 100%;
	position: relative;
	text-align: center;
	height: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #f5f5f5;
}

.code-1 .code-item .code-item_icon {
	margin-bottom: 8px;
}

.code-1 .code-item .code-item_icon img {
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}

.code-1 .code-item .code-item_title {
	margin-top: auto;
	line-height: 1.2;
	font-size: 1.15em;
	font-weight: 500;
	color: #101010;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.code-1 .code-item:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.61);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.61);
}

.code-1 .code-item:hover .code-item_title {
	color: var(--primary-color);
}

@media screen and (max-width: 1023px) {
	.code-1 .code-item .code-item_title {
		font-size: 1.075em;
	}
}


/*
===================
Style Game 1
*/

.game-1 .game-item {
	border-radius: 10px;
	padding: 15px;
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);
	height: 100%;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.game-1 .game-item .game-item_icon {
	border-radius: 8px;
	overflow: hidden;
}

.game-1 .game-item .game-item_title {
	margin-top: 20px;
	display: block;
	line-height: 1.2;
	font-size: 1.15em;
	font-weight: 500;
	color: #101010;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	text-align: center;
	margin-bottom: 15px;
}

.game-1 .game-item .game-item_button {
	margin-top: auto;
	text-align: center;
}

.game-1 .game-item:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.61);
	box-shadow: 0 6px 34px rgba(215, 216, 222, 0.61);
}

.game-1 .game-item .game-item_title:hover {
	color: var(--primary-color);
}

@media screen and (max-width: 1023px) {
	.game-1 .game-item .game-item_title {
		font-size: 1.075em;
	}
}


/*
===================
Style Breadcrumb 1
*/

.section-breadcrumb-1 {
	padding: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-breadcrumb-1 .breadcrumb-title {
	font-size: 2.3em;
	font-weight: 600;
	color: var(--bs-white, #ffffff);
	margin-bottom: 12px;
	line-height: 1.3;
}

.section-breadcrumb-1 .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.section-breadcrumb-1 .breadcrumb .breadcrumb-item {
	color: #e9e9e9;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.section-breadcrumb-1 .breadcrumb .breadcrumb-item > a {
	color: var(--bs-white, #ffffff);
}

.section-breadcrumb-1 .breadcrumb .breadcrumb-item > a > i {
	margin-right: 4px;
}

.section-breadcrumb-1 .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	content: "\f105";
	font-weight: 500;
	font-family: "Font Awesome 5 Pro";
	color: #e9e9e9;
}

.section-breadcrumb-1 .breadcrumb .breadcrumb-item > a:hover {
	color: var(--primary-color);
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.section-breadcrumb-1 .breadcrumb-title {
		font-size: 1.75em;
	}
}

@media screen and (max-width: 1023px) {
	.section-breadcrumb-1 .breadcrumb-title {
		font-size: 1.525em;
	}

	.section-breadcrumb-1 {
		padding: 30px 0;
	}
}

/*
===================
Style Breadcrumb 2
*/

.section-breadcrumb-2 {
	margin-bottom: 15px;
}

.section-breadcrumb-2 .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.section-breadcrumb-2 .breadcrumb .breadcrumb-item {
	color: var(--bs-gray-700, #495057);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.section-breadcrumb-2 .breadcrumb .breadcrumb-item > a {
	color: var(--bs-gray-700, #495057);
}

.section-breadcrumb-2 .breadcrumb .breadcrumb-item > a > i {
	margin-right: 4px;
}

.section-breadcrumb-2 .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
	content: "\f105";
	font-weight: 500;
	font-family: "Font Awesome 5 Pro";
	color: var(--bs-gray-700, #495057);
}

.section-breadcrumb-2 .breadcrumb .breadcrumb-item > a:hover {
	color: var(--primary-color);
}

/*
===================
Style Pagination 1
*/

.section-pagination-1 {
	margin-top: 30px;
}

.section-pagination-1 .pagination {
	margin-bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-pagination-1 .pagination .page-item {
	margin: 0 4px;
}

.section-pagination-1 .pagination .page-item .page-link {
	border: 0;
	color: var(--bs-gray-700, #495057);
	background-color: transparent;
	border-radius: 4px;
	margin-left: 0;
	padding: 5px 14px 5px;
	font-size: 1.15em;
}

.section-pagination-1 .pagination .page-item .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-pagination-1 .pagination .page-item .page-link:hover {
	color: var(--primary-color);
	background-color: #f5f5f5;
}

.section-pagination-1 .pagination .page-item.active .page-link {
	color: var(--bs-white, #fff);
	background-color: var(--primary-color);
}

/*
===================
Style Page Article 1
*/

.page-article-1 .article-detail {
	border-radius: 10px;
	/*-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	/*box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	border: 1px solid var(--bs-gray-200);
	padding: 24px;
	background-color: var(--bs-white, #fff);
	--font-weight: 500
}

.page-article-1 .article-detail .article-title {
	font-size: 1.85em;
	color: var(--bs-black, #000000);
	font-weight: 500;
	margin-bottom: 15px;
}

.page-article-1 .article-detail .article-toolbar {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--bs-gray-200);
}

.page-article-1 .article-detail .article-social > ul > li > * {
	height: 20px !important;
	line-height: 20px;
}

@media screen and (max-width: 991px) {
	.page-article-1 .article-detail {
		padding: 16px;
	}

	.page-article-1 .article-detail .article-title {
		text-align: center;
		font-size: 1.45em;
	}
}

/*
===================
Style Sidebar 1
*/

.sidebar-1 .sidebar-item {
	background: var(--bs-white, #ffffff);
	/*-webkit-box-shadow: 0 6px 14px -6px rgba(24, 39, 75, 0.05), 0px 10px 32px -4px rgba(24, 39, 75, 0.01);*/
	/*box-shadow: 0 6px 14px -6px rgba(24, 39, 75, 0.05), 0px 10px 32px -4px rgba(24, 39, 75, 0.01);*/
	border: 1px solid var(--bs-gray-200);
	border-radius: 12px;
}

.sidebar-1 .sidebar-item .sidebar-header {
	padding: 1rem 1rem .5rem 1rem;
}

.sidebar-1 .sidebar-item .sidebar-title {
	font-size: 1.3em;
	color: var(--bs-black, #000000);
	font-weight: 700;
	position: relative;
	padding-left: 15px;
}

.sidebar-1 .sidebar-item .sidebar-title:before {
	position: absolute;
	content: '';
	background: var(--primary-color);
	height: 100%;
	width: 5px;
	-webkit-transform: skewx(345deg);
	-ms-transform: skewx(345deg);
	transform: skewx(345deg);
	bottom: 0;
	top: 0;
	left: 0px;
	z-index: 2;
}

.sidebar-1 .sidebar-item + .sidebar-item {
	margin-top: 24px
}

.sidebar-1 .sidebar-body {
	padding: .5rem 1rem 1rem;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1.075em;
	color: var(--bs-black, #000000);
	padding: 12px 0;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li:last-child > a {
	padding-bottom: 0;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > a > i {
	font-size: 1.15em;
	-webkit-transition: .3s ease-in-out transform;
	-o-transition: .3s ease-in-out transform;
	transition: .3s ease-in-out transform;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > a:hover,
.sidebar-1 .sidebar-body .sidebar-list > ul > li > a[aria-expanded=true] {
	color: var(--primary-color);
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > a[aria-expanded=true] > i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li + li,
.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul,
.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul > li + li {
	border-top: 1px solid var(--bs-gray-200, #E9ECEF);
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul {
	padding-left: 15px;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 1em;
	color: var(--bs-gray-800, #343A40);
	padding: 12px 0;
	position: relative;
	border-radius: 8px;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul > li:hover,
.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul > li:hover + li {
	border-color: transparent;
}

.sidebar-1 .sidebar-body .sidebar-list > ul > li > ul > li:hover > a {
	color: var(--primary-color);
	padding-left: 12px;
	padding-right: 12px;
	background-color: rgba(var(--primary-rgb), 0.05);
}

.sidebar-1 .sidebar-body .sidebar-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar-1 .sidebar-body .sidebar-tags .tag-item {
	background: rgba(var(--primary-rgb), .05);
	border: 1px solid rgba(var(--primary-rgb), .4);
	color: var(--primary-color);
	padding: 4px 8px;
	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;
	text-decoration: none;
	border-radius: 4px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.sidebar-1 .sidebar-body .sidebar-tags .tag-item:hover {
	background: var(--primary-color);
	color: var(--bs-white);
}

.sidebar-1 .sidebar-body .article-card {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	border-radius: 0;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.sidebar-1 .sidebar-body .article-card .card-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 36%;
	border-radius: 8px;
	overflow: hidden;
}

.sidebar-1 .sidebar-body .article-card .card-image img {
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.sidebar-1 .sidebar-body .article-card .card-body {
	padding: 0 0 0 10px;
}

.sidebar-1 .sidebar-body .article-card .card-title {
	font-size: 1em;
	color: var(--bs-black, #000000);
	line-height: 1.4;
	margin-bottom: 0;
	--line: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--line);
	line-clamp: var(--line);
	-webkit-box-orient: vertical;
}

.sidebar-1 .sidebar-body .article-card:hover .card-image img {
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}

.sidebar-1 .sidebar-body .article-card:hover .card-title {
	color: var(--primary-color);
}

.sidebar-1 .sidebar-body .article-card + .article-card {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid var(--bs-gray-200, #E9ECEF);
}

@media screen and (max-width: 991px) {
	.sidebar-1 .sidebar-item .sidebar-title {
		font-size: 1.225em;
	}

	.sidebar-1 .sidebar-body .sidebar-list > ul > li > a {
		font-size: 1em;
	}
}

/*
===================
Style Form User 1
*/

.user-form-1 {
	color: #242526;
}

.user-form-1 .user-form_box {
	padding: 48px;
	border-radius: 12px;
	background-color: var(--bs-white, #fff);
	border: 1px solid var(--bs-gray-200);
}

.user-form-1 .user-form_box .user-form_heading {
	margin-bottom: 30px;
}

.user-form-1 .user-form_wrapper {
	padding: 16px;
	border-radius: 4px;
	background-color: var(--bs-white, #fff);
	border: 1px solid #ddd;
}

.user-form-1 .user-form_heading {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.user-form-1 .user-form_heading.border-bottom {
	border-color: rgba(0, 0, 0, .05) !important;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.user-form-1 .user-form_heading .user-form_heading__title {
	font-size: 1.75em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--bs-black, #000000)
}

.user-form-1 .user-form_heading .user-form_heading__sub {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000)
}

.user-form-1 .user-form_heading .user-form_heading__small {
	font-size: 1.3em;
	color: var(--bs-black, #000000)
}

.user-form-1 .user-form_heading .user-form_heading__desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-top: 8px;
}

.user-form-1 .user-form_item .form-floating .form-button {
	position: absolute;
	right: 9px;
	z-index: 2;
	font-size: 1.15em;
	color: #a2a2a2;
	top: 7px;
	padding: 5px;
}

.user-form-1 .user-form_item .form-floating .form-button.is-show {
	color: #606060;
}

.user-form-1 .user-form_item .form-floating .form-button + .form-control {
	padding-right: 50px;
}

.user-form-1 .user-form_item .form-floating .form-control,
.user-form-1 .user-form_item .form-floating .form-select {
	border-radius: 4px;
	border-color: var(--bs-gray-500);
	font-size: 1em;
	padding: 0.25rem 14px 0.25rem;
	height: 40px;
	line-height: 1.1;
}

.user-form-1 .user-form_item .form-floating .form-control:disabled {
	background-color: #f3f2f2;
	border-color: var(--bs-gray-400);
	cursor: not-allowed;
}

.user-form-1 .user-form_item .form-floating textarea.form-control {
	height: calc(3.5rem * 1.5 + 2px);
}

.user-form-1 .user-form_item .form-floating > label {
	padding: 0.55rem 14px;
	font-size: 1em;
	display: inline-block;
	width: max-content;
}

.user-form-1 .user-form_item .form-floating > .form-control-plaintext ~ label,
.user-form-1 .user-form_item .form-floating > .form-control:focus ~ label,
.user-form-1 .user-form_item .form-floating > .form-control:not(:placeholder-shown) ~ label,
.user-form-1 .user-form_item .form-floating > .form-select ~ label {
	opacity: 1;
	transform: scale(.85) translateY(-1rem) translateX(4px);
	padding: 0.15rem 10px;
	background: var(--bs-white);
	height: auto;
}

.user-form-1 .user-form_item .form-floating .form-control:disabled ~ label {
	background: #f3f2f2;
}

.user-form-1 .user-form_item .form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color) !important;
}

.user-form-1 .was-validated .user-form_item .form-floating .form-button + .form-control:invalid {
	background-position: calc(100% - 40px);
}

.user-form-1 .was-validated .user-form_item .form-floating .form-select:valid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-position: right .75rem center;
}

.user-form-1 .was-validated .user-form_item .form-floating .form-control:valid {
	background: var(--bs-white, #ffffff);
}

.user-form-1 .was-validated .user-form_item .form-floating .form-control:invalid {
	border-color: #dc3545;
}

.user-form-1 .was-validated .user-form_item .form-check-input.is-valid ~ .form-check-label,
.user-form-1 .was-validated .user-form_item .form-check-input:valid ~ .form-check-label {
	color: var(--bs-black, #000000);
}

.user-form-1 .was-validated .user-form_item .form-check-input.is-valid, .was-validated .form-check-input:valid {
	border: 1px solid rgba(0, 0, 0, .25);
}

.user-form-1 .user-form_item + .user-form_item,
.user-form-1 .user-form_grid + .user-form_item {
	margin-top: 16px;
}

.user-form-1 .user-form_item + .user-form_grid {
	margin-top: 0;
}

.user-form-1 .user-form_grid {
	--bs-gutter-y: 24px;
	--bs-gutter-x: 24px;
}

.user-form-1 .user-form_item .form-text {
	font-size: 1em;
}

.user-form-1 .user-form_item .form-text a {
	color: var(--primary-color);
}

.user-form-1 .user-form_item .form-text a:hover {
	text-decoration: underline;
}

.user-form-1 .user-form_item .form-label {
	font-size: 1.075em;
	font-weight: 600;
	display: block;
}

.user-form-1 .user-form_divider {
	border-top: 1px solid var(--bs-gray-300);
	position: relative;
	margin: 30px 0;
}

.user-form-1 .user-form_divider > span {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.925em;
	color: #535557;
	background-color: var(--bs-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.user-form-1 .user-form_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.user-form-1 .user-form_buttons .user-form_buttons__google,
.user-form-1 .user-form_buttons .user-form_buttons__facebook {
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 8px 30px;
	font-size: 1em;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--bs-white, #ffffff);
}

.user-form-1 .user-form_buttons .user-form_buttons__facebook {
	background-color: #0068FF;
}

.user-form-1 .user-form_buttons .user-form_buttons__facebook:hover {
	background-color: #0362ee;
}

.user-form-1 .user-form_buttons .user-form_buttons__google {
	background-color: #D14938;
}

.user-form-1 .user-form_buttons .user-form_buttons__google:hover {
	background-color: #bb3d2e;
}

.user-form-1 .user-form_buttons .user-form_buttons__google img,
.user-form-1 .user-form_buttons .user-form_buttons__facebook img {
	width: 22px;
	height: 22px;
}

.user-form-1 .user-form_security {
	margin-top: 30px;
}

.user-form-1 .user-form_security .user-form_security__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.user-form-1 .user-form_security .user-form_security__item .security-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.user-form-1 .user-form_security .user-form_security__item .security-icon svg {
	width: 50px;
	height: 50px;
	fill: var(--primary-color);
}

.user-form-1 .user-form_security .user-form_security__item .security-content .security-title {
	font-size: 1.15em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.user-form-1 .user-form_security .user-form_security__item .security-content .security-desc {
	color: var(--bs-gray-600, #6C757D);
}

.user-form-1 .user-form_security .user-form_security__item .security-action {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.user-form-1 .user-form_security .user-form_security__item + .user-form_security__item {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #f5f5f5;
}

.user-form-1 .user-wallet {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 15px 25px;
	background: var(--bs-white, #ffffff);
	border-radius: 12px;
	/*-webkit-box-shadow: linear-gradient(90deg, var(--bs-white, #fff) 60%, rgba(var(--primary-rgb), 0.1) 100%);
	box-shadow: linear-gradient(90deg, var(--bs-white, #fff) 60%, rgba(var(--primary-rgb), 0.1) 100%);*/
	border: 1px solid var(--bs-gray-200);
}

.user-form-1 .user-wallet .wallet-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.user-form-1 .user-wallet .wallet-icon svg {
	width: 50px;
	height: 50px;
	fill: var(--primary-color);
}

.user-form-1 .user-wallet .wallet-content .wallet-content_price {
	font-size: 1.075em;
	color: var(--bs-black, #000000);
}

.user-form-1 .user-wallet .wallet-content .wallet-content_price span {
	font-size: 1.15em;
	color: var(--bs-danger, #DC3545);
	font-weight: 600;
}

.user-form-1 .user-wallet .wallet-content .wallet-content_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.user-form-1 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item {
	position: relative;
	white-space: nowrap;
}

.user-form-1 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item {
	padding-left: 10px;
	margin-left: 10px;
}

.user-form-1 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item:before {
	content: "|";
	color: transparent;
	width: 1px;
	height: 13px;
	background: var(--bs-gray-300, #DEE2E6);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.user-form-1 .user-wallet .wallet-action {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.user-form-1 .user-wallet .wallet-action .button-theme_custom {
	font-size: 0.925em;
	padding: 6px 12px;
}

.user-form-1 .user-form_filter {
	margin-bottom: 15px;
}

.user-form-1 .user-form_filter .user-form_filter__header {
	margin-bottom: 8px;
}

.user-form-1 .user-form_filter .user-form_filter__header .user-form_heading {
	margin-bottom: 0;
}

.user-form-1 .user-form_filter .user-form_filter__body {
	font-size: 14px;
}

.user-form-1 .user-form_filter .form-control,
.user-form-1 .user-form_filter .form-select {
	font-size: 1em;
	border-radius: 2px;
	border: 1px solid var(--bs-gray-500, #DEE2E6);
	padding-left: 8px;
	padding-right: 8px;
	height: 32px;
}

.user-form-1 .user-form_filter .form-select {
	background-size: 8px;
	padding-right: 25px;
}

.user-form-1 .user-form_filter .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--bs-gutter-x);
	position: relative;
}

.user-form-1 .user-form_filter .form-group .button-theme_custom {
	font-size: .925em;
	padding: 6px 12px;
	min-width: 35px;
	height: 32px;
	font-weight: 400;
}

.user-form-1 .user-form_filter .form-group .form-group_icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	font-size: .85em;
}

.user-form-1 .user-form_filter .form-group .form-group_icon.form-group_icon__append {
	right: 8px;
}

.user-form-1 .user-form_filter .form-group .form-group_icon.form-group_icon__append + .form-control {
	padding-right: 25px;
}

.user-form-1 .user-form_filter .form-group .form-group_icon.form-group_icon__prepend {
	left: 8px;
}

.user-form-1 .user-form_filter .form-group .form-group_icon.form-group_icon__prepend + .form-control {
	padding-left: 25px;
}

.user-form-1 .user-form_action {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.user-form-1 .user-form_action .user-form_pagination {
	margin-left: auto;
}

.user-form-1 .user-form_action .user-form_pagination .pagination {
	margin-bottom: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 5px;
}

.user-form-1 .user-form_action .user-form_pagination .pagination .page-item .page-link {
	font-size: 1em;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--bs-gray-800, #343A40);
	border-color: rgba(0, 0, 0, 0.05);
	height: 32px;
	min-width: 35px;
}

.user-form-1 .user-form_action .user-form_pagination .pagination .page-item.active .page-link {
	color: var(--bs-white);
	background-color: var(--primary-color);
}

.user-form-1 .user-form_action .user-form_filter {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.user-form-1 .user-form_action .user-form_filter .form-control,
.user-form-1 .user-form_action .user-form_filter .form-select {
	min-width: 150px;
}

@media screen and (max-width: 768px) {
	.user-form-1 .user-form_box {
		padding: 24px;
	}

	.user-form-1 .user-form_wrapper {
		padding: 15px;
	}

	.user-form-1 .user-form_heading .user-form_heading__title {
		font-size: 1.45em;
	}

	.user-form-1 .user-form_heading .user-form_heading__sub {
		font-size: 1.3em;
		font-weight: 600;
		color: var(--bs-black, #000000)
	}

	.user-form-1 .user-form_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
	}

	.user-form-1 .user-form_buttons .user-form_buttons__google,
	.user-form-1 .user-form_buttons .user-form_buttons__facebook {
		width: 275px;
	}

	.user-form-1 .user-wallet {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 16px;
	}

	.user-form-1 .user-wallet .wallet-action {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.user-form-1 .user-wallet .wallet-content {
		width: calc(100% - 65px);
	}

	.user-form-1 .user-wallet .wallet-content .wallet-content_meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.user-form-1 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item {
		padding-left: 0;
		margin-left: 0;
	}

	.user-form-1 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item:before {
		display: none;
	}

	.user-form-1 .user-form_action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.user-form-1 .user-form_action .user-form_pagination {
		margin-left: 0;
	}

	.user-form-1 .user-form_action .user-form_pagination .pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*
===================
Style Form User 2
*/

.user-form-2 {
	color: #242526;
}

.user-form-2 .user-form_box {
	padding: 36px;
	border-radius: 12px;
	background-color: var(--bs-white, #fff);
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(20%, var(--bs-white, #fff)), to(rgba(var(--primary-rgb), 0.1)));*/
	/*background-image: -o-linear-gradient(0, var(--bs-white, #fff) 20%, rgba(var(--primary-rgb), 0.1) 100%);*/
	/*background-image: linear-gradient(0, var(--bs-white, #fff) 20%, rgba(var(--primary-rgb), 0.1) 100%);*/
	/*-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	/*box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	border: 1px solid var(--bs-gray-200);
}

.user-form-2 .user-form_box .user-form_heading {
	margin-bottom: 30px;
}

.user-form-2 .user-form_wrapper {
	padding: 16px;
	border-radius: 4px;
	background-color: var(--bs-white, #fff);
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(20%, var(--bs-white, #fff)), to(rgba(var(--primary-rgb), 0.1)));*/
	/*background-image: -o-linear-gradient(0, var(--bs-white, #fff) 20%, rgba(var(--primary-rgb), 0.1) 100%);*/
	/*background-image: linear-gradient(0, var(--bs-white, #fff) 20%, rgba(var(--primary-rgb), 0.1) 100%);*/
	/*-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	/*box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	border: 1px solid var(--bs-gray-200);
}

.user-form-2 .user-form_heading {
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.user-form-2 .user-form_heading .user-form_heading__title {
	font-size: 1.75em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--bs-black, #000000)
}

.user-form-2 .user-form_heading .user-form_heading__sub {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000)
}

.user-form-2 .user-form_heading .user-form_heading__desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-top: 8px;
}

.user-form-2 .user-form_item .form-floating .form-button {
	position: absolute;
	right: 13px;
	z-index: 2;
	font-size: 1.15em;
	color: #a2a2a2;
	top: 17px;
	padding: 5px;
}

.user-form-2 .user-form_item .form-floating .form-button.is-show {
	color: #606060;
}

.user-form-2 .user-form_item .form-floating .form-button + .form-control {
	padding-right: 50px;
}

.user-form-2 .user-form_item .form-floating .form-control,
.user-form-2 .user-form_item .form-floating .form-select {
	border-radius: 8px;
	border-color: var(--bs-gray-200);
	padding: 24px 14px 4px;
	font-size: 1.075em;
	height: calc(3rem + 2px);
}

.user-form-2 .user-form_item .form-floating .form-control:disabled {
	background-color: #f3f2f2;
	border-color: var(--bs-gray-400);
	cursor: not-allowed;
}

.user-form-2 .user-form_item .form-floating textarea.form-control {
	height: calc(3.5rem * 1.5 + 2px);
}

.user-form-2 .user-form_item .form-floating > label {
	padding: 13px 14px;
	font-size: 1.075em;
}

.user-form-2 .user-form_item .form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color) !important;
}

.user-form-2 .was-validated .user-form_item .form-floating .form-button + .form-control:invalid {
	background-position: calc(100% - 45px);
}

.user-form-2 .was-validated .user-form_item .form-floating .form-select:valid {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-position: right .75rem center;
}

.user-form-2 .was-validated .user-form_item .form-floating .form-control:valid {
	background: var(--bs-white, #ffffff);
}

.user-form-2 .was-validated .user-form_item .form-floating .form-control:invalid {
	border-color: #dc3545;
}

.user-form-2 .was-validated .user-form_item .form-check-input.is-valid ~ .form-check-label,
.user-form-2 .was-validated .user-form_item .form-check-input:valid ~ .form-check-label {
	color: var(--bs-black, #000000);
}

.user-form-2 .was-validated .user-form_item .form-check-input.is-valid, .was-validated .form-check-input:valid {
	border: 1px solid rgba(0, 0, 0, .25);
}

.user-form-2 .user-form_item + .user-form_item,
.user-form-2 .user-form_grid + .user-form_item {
	margin-top: 16px;
}

.user-form-2 .user-form_item + .user-form_grid {
	margin-top: 0;
}

.user-form-2 .user-form_grid {
	--bs-gutter-y: 24px;
	--bs-gutter-x: 24px;
}

.user-form-2 .user-form_item .form-text {
	font-size: 1em;
}

.user-form-2 .user-form_item .form-text a {
	color: var(--primary-color);
}

.user-form-2 .user-form_item .form-text a:hover {
	text-decoration: underline;
}

.user-form-2 .user-form_item .form-label {
	font-size: 1.075em;
	font-weight: 600;
	display: block;
}

.user-form-2 .user-form_divider {
	border-top: 1px solid var(--bs-gray-300);
	position: relative;
	margin: 30px 0;
}

.user-form-2 .user-form_divider > span {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.925em;
	color: #535557;
	background-color: var(--bs-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.user-form-2 .user-form_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.user-form-2 .user-form_buttons .user-form_buttons__google,
.user-form-2 .user-form_buttons .user-form_buttons__facebook {
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 8px 30px;
	font-size: 1em;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--bs-white, #ffffff);
}

.user-form-2 .user-form_buttons .user-form_buttons__facebook {
	background-color: #0068FF;
}

.user-form-2 .user-form_buttons .user-form_buttons__facebook:hover {
	background-color: #0362ee;
}

.user-form-2 .user-form_buttons .user-form_buttons__google {
	background-color: #D14938;
}

.user-form-2 .user-form_buttons .user-form_buttons__google:hover {
	background-color: #bb3d2e;
}

.user-form-2 .user-form_buttons .user-form_buttons__google img,
.user-form-2 .user-form_buttons .user-form_buttons__facebook img {
	width: 22px;
	height: 22px;
}

.user-form-2 .user-form_security {
	margin-top: 30px;
}

.user-form-2 .user-form_security .user-form_security__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.user-form-2 .user-form_security .user-form_security__item .security-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.user-form-2 .user-form_security .user-form_security__item .security-icon svg {
	width: 50px;
	height: 50px;
	fill: var(--primary-color);
}

.user-form-2 .user-form_security .user-form_security__item .security-content .security-title {
	font-size: 1.15em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.user-form-2 .user-form_security .user-form_security__item .security-content .security-desc {
	color: var(--bs-gray-600, #6C757D);
}

.user-form-2 .user-form_security .user-form_security__item .security-action {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.user-form-2 .user-form_security .user-form_security__item + .user-form_security__item {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #f5f5f5;
}

.user-form-2 .user-wallet {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	padding: 15px 25px;
	background: var(--bs-white, #ffffff);
	border-radius: 12px;
	/*-webkit-box-shadow: linear-gradient(90deg, var(--bs-white, #fff) 60%, rgba(var(--primary-rgb), 0.1) 100%);
	box-shadow: linear-gradient(90deg, var(--bs-white, #fff) 60%, rgba(var(--primary-rgb), 0.1) 100%);*/
	border: 1px solid var(--bs-gray-200);
}

.user-form-2 .user-wallet .wallet-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.user-form-2 .user-wallet .wallet-icon svg {
	width: 50px;
	height: 50px;
	fill: var(--primary-color);
}

.user-form-2 .user-wallet .wallet-content .wallet-content_price {
	font-size: 1.075em;
	color: var(--bs-black, #000000);
}

.user-form-2 .user-wallet .wallet-content .wallet-content_price span {
	font-size: 1.15em;
	color: var(--bs-danger, #DC3545);
	font-weight: 600;
}

.user-form-2 .user-wallet .wallet-content .wallet-content_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.user-form-2 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item {
	position: relative;
	white-space: nowrap;
}

.user-form-2 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item {
	padding-left: 10px;
	margin-left: 10px;
}

.user-form-2 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item:before {
	content: "|";
	color: transparent;
	width: 1px;
	height: 13px;
	background: var(--bs-gray-300, #DEE2E6);
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.user-form-2 .user-wallet .wallet-action {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}

.user-form-2 .user-wallet .wallet-action .button-theme_custom {
	font-size: 0.925em;
	padding: 6px 12px;
}

.user-form-2 .user-form_filter {
	margin-bottom: 15px;
}

.user-form-2 .user-form_filter .user-form_filter__header {
	margin-bottom: 8px;
}

.user-form-2 .user-form_filter .user-form_filter__header .user-form_heading {
	margin-bottom: 0;
}

.user-form-2 .user-form_filter .user-form_filter__body {
	font-size: 14px;
}

.user-form-2 .user-form_filter .form-control,
.user-form-2 .user-form_filter .form-select {
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid var(--bs-gray-300, #DEE2E6);
	padding-left: 8px;
	padding-right: 8px;
	height: 32px;
}

.user-form-2 .user-form_filter .form-select {
	background-size: 8px;
	padding-right: 25px;
}

.user-form-2 .user-form_filter .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--bs-gutter-x);
	position: relative;
}

.user-form-2 .user-form_filter .form-group .button-theme_custom {
	font-size: .925em;
	padding: 6px 12px;
	min-width: 35px;
	height: 32px;
	font-weight: 400;
}

.user-form-2 .user-form_filter .form-group .form-group_icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	font-size: .85em;
}

.user-form-2 .user-form_filter .form-group .form-group_icon.form-group_icon__append {
	right: 8px;
}

.user-form-2 .user-form_filter .form-group .form-group_icon.form-group_icon__append + .form-control {
	padding-right: 25px;
}

.user-form-2 .user-form_filter .form-group .form-group_icon.form-group_icon__prepend {
	left: 8px;
}

.user-form-2 .user-form_filter .form-group .form-group_icon.form-group_icon__prepend + .form-control {
	padding-left: 25px;
}

.user-form-2 .user-form_action {
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.user-form-2 .user-form_action .user-form_pagination {
	margin-left: auto;
}

.user-form-2 .user-form_action .user-form_pagination .pagination {
	margin-bottom: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 5px;
}

.user-form-2 .user-form_action .user-form_pagination .pagination .page-item .page-link {
	font-size: 1em;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: var(--bs-gray-800, #343A40);
	border-color: rgba(0, 0, 0, 0.05);
	height: 32px;
	min-width: 35px;
}

.user-form-2 .user-form_action .user-form_pagination .pagination .page-item.active .page-link {
	color: var(--bs-white);
	background-color: var(--primary-color);
}

.user-form-2 .user-form_action .user-form_filter {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.user-form-2 .user-form_action .user-form_filter .form-control,
.user-form-2 .user-form_action .user-form_filter .form-select {
	min-width: 150px;
}

@media screen and (max-width: 768px) {
	.user-form-2 .user-form_box {
		padding: 24px;
	}

	.user-form-2 .user-form_wrapper {
		padding: 15px;
	}

	.user-form-2 .user-form_heading .user-form_heading__title {
		font-size: 1.45em;
	}

	.user-form-2 .user-form_heading .user-form_heading__sub {
		font-size: 1.3em;
		font-weight: 600;
		color: var(--bs-black, #000000)
	}

	.user-form-2 .user-form_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
	}

	.user-form-2 .user-form_buttons .user-form_buttons__google,
	.user-form-2 .user-form_buttons .user-form_buttons__facebook {
		width: 275px;
	}

	.user-form-2 .user-wallet {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 16px;
	}

	.user-form-2 .user-wallet .wallet-action {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.user-form-2 .user-wallet .wallet-content {
		width: calc(100% - 65px);
	}

	.user-form-2 .user-wallet .wallet-content .wallet-content_meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.user-form-2 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item {
		padding-left: 0;
		margin-left: 0;
	}

	.user-form-2 .user-wallet .wallet-content .wallet-content_meta .wallet-content_meta__item + .wallet-content_meta__item:before {
		display: none;
	}

	.user-form-2 .user-form_action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.user-form-2 .user-form_action .user-form_pagination {
		margin-left: 0;
	}

	.user-form-2 .user-form_action .user-form_pagination .pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/*
===================
Style Page User
*/

.user-sidebar_1 {
	border-radius: 4px;
	background-color: var(--bs-white, #fff);
	border: 1px solid var(--bs-gray-200);
	padding: 8px;
    margin-bottom: 10px;
}

.user-sidebar_1 .sidebar-item + .sidebar-item {
	margin-top: 15px;
}

.user-sidebar_1 .sidebar-item .sidebar-item_button {
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	gap: 6px;
	padding: 12px 0;
	font-size: 1.075em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	width: 100%;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.user-sidebar_1 .sidebar-item .sidebar-item_button > i {
	font-size: 1.45em;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
	width: 20px;
}

.user-sidebar_1 .sidebar-item .sidebar-item_button[aria-expanded=true] > i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -2px;
}

.user-sidebar_1 .sidebar-item .sidebar-item_list {
	padding-left: 10px;
	padding-right: 10px;
}

.user-sidebar_1 .sidebar-item .sidebar-item_list .sidebar-item_list__link {
	font-size: 1.075em;
	color: var(--gray-700, #343A40);
	background-color: transparent;
	gap: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
    padding: 8px 10px;
	border-radius: 5px;
}

.user-sidebar_1 .sidebar-item .sidebar-item_list .sidebar-item_list__link:not(.active):hover {
	color: var(--primary-color);
	padding-left: 20px;
}

.user-sidebar_1 .sidebar-item .sidebar-item_list .sidebar-item_list__link.active {
	color: var(--primary-color);
	background-color: var(--bs-gray-200);
}

.user-sidebar_1 .sidebar-item .sidebar-item_list .sidebar-item_list__link svg {
	fill: var(--primary-color);
	width: 18px;
	max-height: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/*
===================
Style Switch 1
*/

.switch-1 {
	position: relative;
	width: 60px;
	margin: 0 auto;
}

.switch-1 .switch-checkbox {
	display: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.switch-1 .switch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid var(--bs-white, #ffffff);
	border-radius: 20px;
}

.switch-1 .switch-label .switch-label_text {
	width: 200%;
	display: block;
	margin-left: -100%;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
}

.switch-1 .switch-label .switch-label_text:before,
.switch-1 .switch-label .switch-label_text:after {
	display: block;
	float: left;
	width: 50%;
	height: 26px;
	padding: 0;
	line-height: 26px;
	font-size: .85em;
	color: var(--bs-white, #ffffff);
}

.switch-1 .switch-label .switch-label_text:before {
	content: "ON";
	padding-left: 8px;
	background-color: #51C234;
	color: var(--bs-white, #ffffff);
}

.switch-1 .switch-label .switch-label_text:after {
	content: "OFF";
	padding-right: 8px;
	background-color: #DDDDDD;
	color: var(--bs-white, #ffffff);
	text-align: right;
}

.switch-1 .switch-label .switch-label_circle {
	display: block;
	width: 16px;
	height: 16px;
	background: var(--bs-white, #ffffff);
	position: absolute;
	bottom: 0;
	right: 38px;
	border: 2px solid var(--bs-white, #ffffff);
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
}

.switch-1 .switch-checkbox:checked + .switch-label .switch-label_circle {
	right: 8px;
}

.switch-1 .switch-checkbox:checked + .switch-label .switch-label_text {
	margin-left: 0;
}

/*
===================
Style Popup Verify 1
*/

.popup-verify-1 .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--bs-gray-100, #F8F9FA);
	color: var(--bs-gray-800, #343A40);
	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;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 2;
}

.popup-verify-1 .modal-close:hover {
	background: var(--bs-gray-200, #E7E9EC);
}

.popup-verify-1 .verify-content {
	padding: 30px;
}

.popup-verify-1 .verify-content .verify-content_image {
	text-align: center;
	margin-bottom: 15px;
}

.popup-verify-1 .verify-content .verify-content_image svg {
	width: 75px;
	height: 75px;
	fill: var(--primary-color);
}

.popup-verify-1 .verify-content .verify-content_title {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	text-align: center;
}

.popup-verify-1 .verify-content .verify-content_desc {
	margin-top: 15px;
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	text-align: center;
}

.popup-verify-1 .verify-content .verify-content_desc strong,
.popup-verify-1 .verify-content .verify-content_desc b {
	color: var(--bs-black, #000000);
}

.popup-verify-1 .verify-content .verify-content_images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}

.popup-verify-1 .verify-content .verify-content_form {
	padding-left: 50px;
	padding-right: 50px;
	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;
	gap: 12px;
	margin-top: 30px;
}

.popup-verify-1 .verify-content .verify-content_form .form-control {
	border-radius: 8px;
	background-color: #efefef;
	width: 50px;
	height: 60px;
	border: 0;
	font-size: 2em;
	font-weight: 700;
	color: var(--bs-black, #000000);
	text-align: center;
}

.popup-verify-1 .verify-content .verify-content_uploads {
	margin-top: 30px;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_title {
	font-size: 1.075em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	margin-bottom: 6px;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview {
	border-radius: 8px;
	width: 100%;
	position: relative;
	border: 2px dashed var(--bs-gray-400);
	padding: 10px;
	overflow: hidden;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview input {
	position: absolute;
	opacity: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	cursor: pointer;
	inset: 0;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__image:before {
	display: block;
	padding-top: calc(53 / 85 * 100%);
	content: "";
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	inset: 0;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	z-index: 3;
	top: 0;
	left: 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;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview.is-change .upload-item_preview__preloader {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__preloader span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	border: 3px solid #3f3d3d;
	border-radius: 50%;
	-webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #3f3d3d transparent transparent transparent;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__preloader span:nth-child(1) {
	-webkit-animation-delay: -0.45s;
	animation-delay: -0.45s;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__preloader span:nth-child(2) {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.popup-verify-1 .verify-content .verify-content_uploads .upload-item .upload-item_preview .upload-item_preview__preloader span:nth-child(3) {
	-webkit-animation-delay: -0.15s;
	animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


.popup-verify-1 .verify-content .verify-content_button {
	margin-top: 30px;
}

.popup-verify-1 .verify-content .verify-content_retry {
	margin-top: 30px;
	font-size: 1em;
	color: var(--bs-gray-600, #6C757D);
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.popup-verify-1 .verify-content {
		padding: 15px;
	}

	.popup-verify-1 .verify-content .verify-content_image svg {
		width: 60px;
		height: 60px;
	}

	.popup-verify-1 .verify-content .verify-content_title {
		font-size: 1.3em;
	}

	.popup-verify-1 .verify-content .verify-content_desc,
	.popup-verify-1 .verify-content .verify-content_retry {
		font-size: 1em;
	}
}

/*
===================
Style Tabs - Pill 1
*/

.tab-pill-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 30px;
}

.tab-pill-1 .nav-pills {
	border-radius: 100px;
	background: #f8f8f8;
	position: relative;
	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;
	gap: 11px;
	padding: 10px 12px;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.tab-pill-1 .nav-pills .nav-item {
	width: 100%;
}

.tab-pill-1 .nav-pills .nav-item .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	color: #1a1e21;
	font-weight: 500;
	position: relative;
	border-radius: 150px;
	white-space: nowrap;
	width: 100%;
	font-size: 1.15em;
	z-index: 2;
	-webkit-transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.tab-pill-1 .nav-pills .nav-item .nav-link.active {
	color: var(--bs-white, #ffffff);
	font-weight: 700;
	border-radius: 150px;
	background-color: var(--primary-color);
	-webkit-box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08), 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08), 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
}

.tab-pill-1 .nav-pills .nav-item .nav-link.is-done.active {
	color: var(--bs-white, #ffffff);
}

.tab-pill-1 .nav-pills .nav-item .nav-link.is-done {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tab-pill-1 .tab-bg {
	position: absolute;
	top: 10px;
	left: 15px;
	bottom: 10px;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	border-radius: 150px;
	background-color: var(--primary-color);
	-webkit-box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08), 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	box-shadow: 0 8px 16px -6px rgba(24, 39, 75, 0.08), 0px 6px 8px -6px rgba(24, 39, 75, 0.12);
	opacity: 0;
}

@media screen and (max-width: 991px) {
	.tab-pill-1 .nav-pills .nav-item .nav-link {
		font-size: 1.075em;
	}
}

/*
===================
Style Page Contact 1
*/

.contact-list_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.contact-list_1 .contact-item {
	padding: 30px;
	border-radius: 12px;
	background-color: var(--bs-white, #fff);
	/*-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	/*box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	border: 1px solid var(--bs-gray-200);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, var(--bs-white, #fff)), to(rgba(var(--primary-rgb), 0.1)));
	background-image: -o-linear-gradient(right, var(--bs-white, #fff) 20%, rgba(var(--primary-rgb), 0.1) 100%);
	background-image: linear-gradient(-90deg, var(--bs-white, #fff) 20%, rgba(var(--primary-rgb), 0.1) 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

.contact-list_1 .contact-item .contact-item_icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
}

.contact-list_1 .contact-item .contact-item_icon svg {
	width: 50px;
	height: 50px;
}

.contact-list_1 .contact-item .contact-item_content .contact-item_title {
	font-size: 1.225em;
	font-weight: 700;
	color: var(--bs-black, #000000)
}

.contact-list_1 .contact-item .contact-item_content .contact-item_value {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-top: 2px;
}

.contact-list_1 .contact-item .contact-item_content .contact-item_value:hover {
	color: var(--primary-color);
	font-weight: 500;
}

.contact-list_1 .contact-item.contact-item_iframe {
	overflow: hidden;
	padding: 0;
}

.contact-list_1 .contact-item.contact-item_iframe iframe {
	width: 100%;
	height: 260px;
}

@media screen and (max-width: 768px) {
	.contact-list_1 .contact-item {
		padding: 24px;
	}

	.contact-list_1 .contact-item .contact-item_icon {
		width: 40px;
	}

	.contact-list_1 .contact-item .contact-item_icon svg {
		width: 40px;
		height: 40px;
	}

	.contact-list_1 .contact-item .contact-item_content .contact-item_title {
		font-size: 1.15em;
	}
}

/*
===================
Style Table 1
*/

.table-1 .table {
	margin-bottom: 0;
	background: var(--bs-white);
	font-size: 14px;
	--bs-body-color: #4b4b4b;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.035);
	--bs-border-color: rgba(0, 0, 0, 0.05);
}

.table-1 .table > :not(caption) > * > * {
	padding: .65rem 1rem;
}

.table-1 .table th,
.table-1 .table strong,
.table-1 .table b {
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.table-1 .table th {
	white-space: nowrap;
	background-color: #f5f5f5;
}

.table-1 .table.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: var(--bs-white, #ffffff);
}

.table-1 .table.table-striped > tbody > tr:nth-of-type(even) > * {
	--bs-table-accent-bg: #f8f8f8;
}

.table-1 .table-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.table-1 .table-product .table-product_image {
	width: 30px;
	height: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	fill: var(--primary-color);
}

.table-1 .table-product .table-product_content .table-product_name {
	font-size: 1.07em;
	font-weight: 500;
	color: var(--bs-black);
}

.table-1 .table-product .table-product_content a.table-product_name:hover {
	color: var(--bs-primary);
}

.table-1 .table-product .table-product_content .table-product_type {
	color: #5c636a;
}

.table-1 .badge-1_custom {
	font-size: .925em;
	padding: 6px 8px;
	font-weight: 400;
}

.table-1 .button-theme_custom {
	font-size: .925em;
	padding: 6px 8px;
	min-width: 30px;
	height: 30px;
	font-weight: 400;
}

.table-1 .button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 4px;
}

.table-1 .table-checkbox {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}

.table-1 .table-checkbox .table-checkbox_input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: none;
}

.table-1 .table-checkbox .table-checkbox_label {
	font-size: 18px;
	margin: 0;
	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;
	width: 1em;
	height: 1em;
	background: transparent;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 250ms cubic-bezier(.4, .0, .23, 1);
	-o-transition: all 250ms cubic-bezier(.4, .0, .23, 1);
	transition: all 250ms cubic-bezier(.4, .0, .23, 1);
}

.table-1 .table-checkbox .table-checkbox_input:checked + .table-checkbox_label {
	border: .5em solid var(--bs-success, #198754);
	-webkit-animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
	animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}

.table-1 .table-checkbox .table-checkbox_input:checked + .table-checkbox_label:before {
	content: "";
	position: absolute;
	top: .45em;
	left: .2em;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
	animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
}

@-webkit-keyframes shrink-bounce {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	33% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes shrink-bounce {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	33% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: var(--bs-white, #ffffff);
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	33% {
		width: .3em;
		height: 0;
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	100% {
		width: .3em;
		height: .6em;
		border-color: var(--bs-white, #ffffff);
		-webkit-transform: translate3d(0, -.5em, 0) rotate(45deg);
		transform: translate3d(0, -.5em, 0) rotate(45deg);
	}
}

@keyframes checkbox-check {
	0% {
		width: 0;
		height: 0;
		border-color: var(--bs-white, #ffffff);
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	33% {
		width: .3em;
		height: 0;
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
		transform: translate3d(0, 0, 0) rotate(45deg);
	}
	100% {
		width: .3em;
		height: .6em;
		border-color: var(--bs-white, #ffffff);
		-webkit-transform: translate3d(0, -.5em, 0) rotate(45deg);
		transform: translate3d(0, -.5em, 0) rotate(45deg);
	}
}


/*
===================
Style page Introduce 1
*/

.introduce-banner_1 {
	background-color: var(--primary-color);
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}

.introduce-banner_1:before {
	height: 800px;
	content: '';
	width: 150%;
	left: 0;
	bottom: -324px;
	background: rgba(0, 0, 0, 0.05);
	display: inline-block;
	position: absolute;
	-webkit-transform: rotate(155deg);
	-ms-transform: rotate(155deg);
	transform: rotate(155deg);
}

.introduce-banner_1 .introduce-banner_circle {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: -150px;
	border: 70px solid var(--primary-hover);
	border-radius: 50%;
	opacity: 0.1;
}

.introduce-banner_1 .introduce-banner_content {
	position: relative;
	z-index: 2;
}

.introduce-banner_1 .introduce-banner_content .introduce-banner_content__sub {
	color: var(--bs-white, #ffffff);
	font-size: 1.225em;
	font-weight: 600;
	margin-bottom: 15px;
}

.introduce-banner_1 .introduce-banner_content .introduce-banner_content__sub:before {
	content: "";
	height: 2px;
	width: 24px;
	margin-right: 10px;
	background-color: var(--secondary-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}

.introduce-banner_1 .introduce-banner_content .introduce-banner_content__title {
	font-size: 2.3em;
	line-height: 1.3;
	font-weight: 600;
	color: var(--bs-white, #ffffff);
	margin-bottom: 20px;
}

.introduce-banner_1 .introduce-banner_content .introduce-banner_content__desc {
	font-size: 1.075em;
	font-weight: 300;
	margin-top: 20px;
	color: #f3f3f3;
}

.introduce-banner_1 .introduce-banner_image {
	animation: floating2 7s infinite;
	-webkit-animation: floating2 7s infinite;
}


@keyframes floating2 {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(15px);
		-ms-transform: rotateX(0deg) translateY(15px);
		transform: rotateX(0deg) translateY(15px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

@-webkit-keyframes floating2 {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(15px);
		-ms-transform: rotateX(0deg) translateY(15px);
		transform: rotateX(0deg) translateY(15px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

.introduce-box_1 {
	background-color: var(--bs-white, #ffffff);
	background-repeat: no-repeat;
	background-position: center right;
}

.introduce-box_1 .introduce-box_item {
	border-radius: 24px;
	padding: 36px 24px;
	height: 100%;
	background: var(--bs-white, #ffffff) url('../images/introduction/decor-card.png') center center/cover no-repeat;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .075);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .075);
}

.introduce-box_1 .introduce-box_item .introduce-box_image {
	width: 150px;
	margin: 0 auto;
}

.introduce-box_1 .introduce-box_item .introduce-box_image img {
	width: 100%;
}

.introduce-box_1 .introduce-box_item .introduce-box_title {
	margin-top: 24px;
	font-size: 1.375em;
	font-weight: 600;
	text-align: center;
	color: var(--bs-black, #000000);
}

.introduce-box_1 .introduce-box_item .introduce-box_desc {
	margin-top: 15px;
	font-size: 1.075em;
	color: #2d2c2c;
	text-align: center;
	line-height: 1.6;
	font-weight: 350;
}

.introduce-box_1 .introduce-box_item .introduce-box_desc {
	margin-top: 15px;
	font-size: 1.075em;
	color: #2d2c2c;
	text-align: center;
	line-height: 1.6;
	font-weight: 350;
}

.introduce-featured_1 .featured-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.introduce-featured_1 .featured-list .featured-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.introduce-featured_1 .featured-list .featured-item .featured-item_image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	background: var(--bs-white, #ffffff);
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .075);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .075);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.introduce-featured_1 .featured-list .featured-item .featured-item_content .featured-item_title {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.introduce-featured_1 .featured-list .featured-item .featured-item_content .featured-item_desc {
	margin-top: 5px;
	font-size: 1.075em;
	color: #2d2c2c;
	line-height: 1.6;
	font-weight: 350;
}

.introduce-support_1 .section-heading-1 {
	margin-bottom: 75px;
}

.introduce-support_1 .support-item .support-item_image {
	position: relative;
	z-index: 1;
	padding: 15px 15px 15px 10px;
}

.introduce-support_1 .support-item .support-item_image:before {
	background-color: var(--primary-color);
	z-index: -1;
	content: "";
	width: 120px;
	height: 160px;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transform: skewX(-5deg);
	-ms-transform: skewX(-5deg);
	transform: skewX(-5deg);
	border-radius: 10px;
	-webkit-box-shadow: -10px -10px #fafafa;
	box-shadow: -10px -10px #fafafa;
}

.introduce-support_1 .support-item .support-item_image:after {
	background-color: var(--primary-color);
	z-index: -1;
	content: "";
	width: 120px;
	bottom: 0;
	top: 15px;
	right: 0;
	position: absolute;
	-webkit-transform: skewX(-5deg);
	-ms-transform: skewX(-5deg);
	transform: skewX(-5deg);
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px #fafafa;
	box-shadow: 10px 10px #fafafa;
}

.introduce-support_1 .support-item .support-item_image > span {
	overflow: hidden;
	background-color: var(--bs-white, #ffffff);
	border-radius: 10px;
	-webkit-transform: skewX(-5deg);
	-ms-transform: skewX(-5deg);
	transform: skewX(-5deg);
	display: block;
	padding: 20px;
}

.introduce-support_1 .support-item .support-item_image > span img {
	-webkit-transform: skewX(5deg);
	-ms-transform: skewX(5deg);
	transform: skewX(5deg);
}

.introduce-support_1 .support-item .support-item_content {
	margin-top: 15px;
}

.introduce-support_1 .support-item .support-item_content .support-item_title {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.introduce-support_1 .support-item .support-item_content .support-item_desc {
	font-size: 1.075em;
	color: #2d2c2c;
	line-height: 1.6;
	font-weight: 350;
}

.introduce-support_1 .support-item {
	padding: 50px 0
}

.introduce-support_1 .support-item:nth-child(even) {
	background: #f8f8f8;
}

.introduce-support_1 .support-item:nth-child(even) > .container > .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
	.introduce-banner_1 {
		padding: 50px 0;
	}

	.introduce-banner_1 .col-lg-6.pe-5 {
		padding-right: 0 !important;
	}

	.introduce-banner_1 .introduce-banner_content .introduce-banner_content__sub {
		font-size: 1.15em;
	}

	.introduce-banner_1 .introduce-banner_content .introduce-banner_content__title {
		font-size: 1.6em;
	}

	.introduce-banner_1 .introduce-banner_content .introduce-banner_content__desc {
		font-size: 1em;
	}

	.introduce-box_1 .introduce-box_item .introduce-box_title {
		font-size: 1.3em;
	}

	.introduce-box_1 .introduce-box_item .introduce-box_desc {
		font-size: 1em;
	}

	.introduce-featured_1 .featured-list .featured-item .featured-item_content .featured-item_title {
		font-size: 1.3em;
	}

	.introduce-featured_1 .featured-list .featured-item .featured-item_content .featured-item_desc {
		font-size: 1em;
	}

	.introduce-support_1 .section-heading-1 {
		margin-bottom: 30px !important;
	}

	.introduce-support_1 .support-item {
		padding-top: 0;
	}
}

/*
===================
Style Page Product 1
*/

.page-product-1 .product-inner {
	border-radius: 3px;
	/*-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	/*box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	border: 1px solid var(--bs-gray-200);
	padding: 10px;
	background-color: var(--bs-white, #fff);
	--font-weight: 500
}

.page-product-1 .product-inner + .product-inner {
	margin-top: 30px;
}

.page-product-1 .product-inner .product-title {
	font-size: 1.85em;
	color: var(--bs-black, #000000);
	font-weight: 600;
	margin-bottom: 15px;
}

.page-product-1 .product-inner .product-sub {
	font-size: 1.6em;
	color: var(--bs-black, #000000);
	font-weight: 700;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.page-product-1 .product-inner .product-text {
	font-size: 1.075em;
	line-height: 1.6;
	color: #2a2a2a;
}

.page-product-1 .product-inner .product-sub:before {
	position: absolute;
	content: '';
	background: var(--primary-color);
	height: 100%;
	width: 8px;
	-webkit-transform: skewx(345deg);
	-ms-transform: skewx(345deg);
	transform: skewx(345deg);
	bottom: 0;
	top: 0;
	left: 0;
	z-index: 2;
}

.page-product-1 .product-inner .product-price {
	font-size: 1.225em;
	color: var(--bs-black, #000000);
}

.page-product-1 .product-inner .product-price > span {
	font-size: 1.3em;
	color: var(--bs-danger, #DC3545);
	font-weight: 600;
}

.page-product-1 .product-inner .product-desc {
	margin-top: 12px;
	font-size: 1.075em;
	line-height: 1.6;
	color: var(--bs-gray-700, #495057);
}

.page-product-1 .product-inner .product-desc p:last-child {
	margin-bottom: 0;
}

.page-product-1 .product-inner .product-buttons {
	margin-top: 15px;
}

.page-product-1 .product-inner .product-divider {
	border-top: 1px solid var(--bs-gray-300);
	position: relative;
	margin: 30px 0;
}

.page-product-1 .product-inner .product-divider > span {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.925em;
	color: #535557;
	background-color: var(--bs-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-product-1 .product-inner .product-form .product-form_title {
	font-weight: 500;
	color: var(--bs-black, #000000);
	font-size: 1.15em;
	margin-bottom: 8px;
}

.page-product-1 .product-inner .product-form .product-form_item {
	position: relative;
}

.page-product-1 .product-inner .product-form .product-form_item .form-control {
	border-radius: 4px;
	border-color: var(--bs-gray-200);
	padding-left: 18px;
	padding-right: 85px;
	font-size: 1.075em;
	min-height: 44px;
}

.page-product-1 .product-inner .product-form .product-form_item .button-theme_1 {
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: calc(100% - 8px);
}

.page-product-1 .product-collapse .product-collapse_item .product-collapse_button {
	font-size: 1.225em;
	font-weight: 700;
	color: var(--bs-gray-900, #212529);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 20px 8px 0;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	background: transparent;
	text-align: left;
	gap: 12px;
	position: relative;
}

.page-product-1 .product-collapse .product-collapse_item .product-collapse_button i {
	font-size: 1.3em;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	position: absolute;
	right: 0;
	top: 12px;
}

.page-product-1 .product-collapse .product-collapse_item .product-collapse_button[aria-expanded=true] i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-product-1 .product-collapse .product-collapse_content {
	font-size: 1.075em;
	line-height: 1.6;
	color: #2a2a2a;
}

.page-product-1 .product-collapse .product-collapse_content p {
	margin-bottom: 16px;
}

.page-product-1 .product-collapse .product-collapse_content p:last-child {
	margin-bottom: 0;
}

.page-product-1 .product-collapse .product-collapse_item + .product-collapse_item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e9e9e9;
}

.page-product-1 .product-table {
	border-radius: 0 0 10px 10px;
	padding: 0;
	/*-webkit-box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	/*box-shadow: 0 6px 34px rgba(215, 216, 222, 0.41);*/
	background-color: var(--bs-white, #fff);
	--font-weight: 500;
}

.page-product-1 .product-table .product-inner {
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.page-product-1 .product-table .table {
	margin-bottom: 0;
}

.page-product-1 .product-table .table th,
.page-product-1 .product-table .table td {
	vertical-align: middle;
	width: 200px;
	padding: 15px 15px;
	border-bottom-width: 0;
}

.page-product-1 .product-table .table th {
	padding: 24px 15px !important;
}

.page-product-1 .product-table .table.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: #F7F7F7;
}

.page-product-1 .product-table .product-table_sticky {
	position: sticky;
	left: 0;
	z-index: 2;
	background: var(--bs-white, #ffffff);
}

.page-product-1 .product-table .table.table-striped > tbody > tr:nth-of-type(even) > .product-table_sticky {
	background: var(--bs-white, #ffffff);
}

.page-product-1 .product-table .product-table_title {
	position: relative;
	text-align: center;
	font-size: 1.5em;
	color: var(--primary-color);
	font-weight: 600;
	line-height: 1.3;
}

.page-product-1 .product-table .product-table_price {
	text-align: center;
	margin-top: 2px;
	font-size: 1.15em;
	font-weight: 400;
}

.page-product-1 .product-table .product-table_price > span {
	font-size: 1.3em;
	color: var(--bs-danger, #DC3545);
	font-weight: 600;
}

.page-product-1 .product-table .product-table_button {
	text-align: center;
	margin-top: 8px;
}

.page-product-1 .product-table .product-table_sub {
	font-weight: 600;
	color: var(--bs-black, #000000);
	font-size: 1.075em;
}

.page-product-1 .product-table .product-table_text {
	color: var(--bs-gray-800, #343A40);
	font-size: 1.075em;
}

.page-product-1 .product-table .product-table_hot {
	background: var(--bs-danger, #DC3545);
	font-size: .775em;
	font-weight: 700;
	padding: 4px 0;
	width: 150px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--bs-white);
	gap: 5px;
	position: absolute;
	height: 24px;
	top: -11px;
	right: -65px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-product-1 .product-table .product-table_hot img {
	width: 8px;
	height: auto;
	-webkit-animation: twinkle 1.5s infinite;
	animation: twinkle 1.5s infinite;
}

.page-product-1 .product-table .product-column_hot {
	background: rgba(var(--primary-rgb), 0.065);
	overflow: hidden;
}

.page-product-1 .product-table .table.table-striped > tbody > tr:nth-of-type(odd) > .product-column_hot {
	--bs-table-accent-bg: rgba(var(--primary-rgb), 0.075);
}

@-webkit-keyframes twinkle {
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@keyframes twinkle {
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

.page-product-1 .product-order .form-control,
.page-product-1 .product-order .form-select {
	font-size: 1em;
	border-radius: 4px;
	border: 1px solid var(--bs-gray-500, #6d758d);
}

.page-product-1 .product-order .form-select {
	background-size: 8px;
	padding-right: 25px;
}

.page-product-1 .product-order .form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--bs-gutter-x);
	position: relative;
}

.page-product-1 .product-order .form-group .form-group_icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	font-size: .85em;
}

.page-product-1 .product-order .form-group .form-group_icon.form-group_icon__append {
	right: 8px;
}

.page-product-1 .product-order .form-group .form-group_icon.form-group_icon__append + .form-control {
	padding-right: 25px;
}

.page-product-1 .product-order .form-group .form-group_icon.form-group_icon__prepend {
	left: 8px;
}

.page-product-1 .product-order .form-group .form-group_icon.form-group_icon__prepend + .form-control {
	padding-left: 25px;
}

@media screen and (max-width: 1199px) {
	.page-product-1 .product-inner {
		padding: 18px;
	}

	.page-product-1 .product-inner .product-title {
		font-size: 1.525em;
	}

	.page-product-1 .product-inner .product-sub {
		font-size: 1.375em;
	}

	.page-product-1 .product-inner .product-price {
		font-size: 1.075em;
	}

	.page-product-1 .product-inner .product-desc {
		font-size: 1em;
	}

	.page-product-1 .product-collapse .product-collapse_item .product-collapse_button {
		font-size: 1.15em;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.page-product-1 .product-collapse .product-collapse_content {
		font-size: 1em;
	}

	.page-product-1 .product-collapse .product-collapse_item + .product-collapse_item {
		margin-top: 12px;
		padding-top: 12px;
	}

	.page-product-1 .product-table .table th,
	.page-product-1 .product-table .table td {
		padding: 10px;
		min-width: 200px;
	}

	.page-product-1 .product-table .table tr > *.product-table_sticky {
		width: 120px;
		max-width: 120px;
		min-width: 120px;
	}

	.page-product-1 .product-table .product-table_title {
		font-size: 1.075em;
	}

	.page-product-1 .product-table .product-table_price {
		font-size: 1em;
	}
}

/*
===================
Style Popup Order
*/

.popup-order .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--bs-gray-100, #F8F9FA);
	color: var(--bs-gray-800, #343A40);
	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;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 2;
}

.popup-order .modal-close:hover {
	background: var(--bs-gray-200, #E7E9EC);
}

.popup-order .popup-content {
	padding: 30px;
}

.popup-order .popup-content .popup-content_image {
	text-align: center;
	margin-bottom: 15px;
}

.popup-order .popup-content .popup-content_image svg {
	width: 75px;
	height: 75px;
	fill: var(--primary-color);
}

.popup-order .popup-content .popup-content_title {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	text-align: center;
}

.popup-order .popup-content .popup-content_desc {
	margin-top: 15px;
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	text-align: center;
}

.popup-order .popup-content .popup-content_desc strong,
.popup-order .popup-content .popup-content_desc b {
	color: var(--bs-black, #000000);
}

.popup-order .popup-content .popup-content_button {
	margin-top: 30px;
}

.popup-order .popup-content .user-form-1 {
	margin-top: 30px;
}

.popup-order .popup-content .user-form-1 .user-form_item + .user-form_item,
.popup-order .popup-content .user-form-1 .user-form_grid + .user-form_item {
	margin-top: 18px;
}

@media screen and (max-width: 991px) {
	.popup-order .popup-content {
		padding: 15px;
	}

	.popup-order .popup-content .popup-content_image svg {
		width: 60px;
		height: 60px;
	}

	.popup-order .popup-content .popup-content_title {
		font-size: 1.3em;
	}

	.popup-order .popup-content .popup-content_desc {
		font-size: 1em;
	}
}


/*
===================
Style page vps 1
*/

.vps-banner_1 {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}

.vps-banner_1:before {
	height: 800px;
	content: '';
	width: 150%;
	left: 0;
	bottom: -324px;
	display: inline-block;
	position: absolute;
	-webkit-transform: rotate(155deg);
	-ms-transform: rotate(155deg);
	transform: rotate(155deg);
}

.vps-banner_1 .vps-banner_circle {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 100px;
	left: -150px;
	border: 70px solid var(--primary-hover);
	border-radius: 50%;
	opacity: 0.1;
}

.vps-banner_1 .vps-banner_content {
	position: relative;
	z-index: 2;
}

.vps-banner_1 .vps-banner_content .vps-banner_content__sub {
	font-size: 1.45em;
	font-weight: 600;
	margin-bottom: 15px;
}

.vps-banner_1 .vps-banner_content .vps-banner_content__title {
	font-size: 2.7em;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 20px;
}

.vps-banner_1 .vps-banner_content .vps-banner_content__desc {
	font-size: 1.15em;
	margin-top: 10px;
}

.vps-banner_1 .vps-banner_content .vps-banner_content__desc p:last-child,
.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul:last-child {
	margin-bottom: 0;
}

.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul li {
	width: calc(50% - 8px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul li:before {
	content: "\f058";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	color: var(--primary-color);
	margin-right: 8px;
	font-size: 1.15em;
}

.vps-banner_1 .vps-banner_image {
	animation: floatingImage 7s infinite;
	-webkit-animation: floatingImage 7s infinite;
}

@keyframes floatingImage {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(15px);
		-ms-transform: rotateX(0deg) translateY(15px);
		transform: rotateX(0deg) translateY(15px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

@-webkit-keyframes floatingImage {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(15px);
		-ms-transform: rotateX(0deg) translateY(15px);
		transform: rotateX(0deg) translateY(15px);
	}
	100% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		-ms-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

.vps-detail_1 .vps-detail_item .vps-detail_title {
	color: var(--primary-color);
	font-size: 2.3em;
	font-weight: 600;
}

.vps-detail_1 .vps-detail_item .vps-detail_desc {
	font-size: 1.15em;
	margin-top: 20px;
	color: var(--bs-gray-800, #343A40);
}

.vps-detail_1 .vps-detail_item:first-child {
	padding-top: 0;
	padding-bottom: 25px
}

.vps-detail_1 .vps-detail_item:last-child {
	padding-bottom: 0;
	padding-top: 25px
}

.vps-detail_1 .vps-detail_item:nth-child(odd) .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.vps-box_1 {
	background-color: var(--bs-white, #ffffff);
	background-repeat: no-repeat;
	background-position: center left;
}

.vps-box_1 .vps-box_item {
	border-radius: 10px;
	padding: 36px 24px;
	height: 100%;
	background: var(--bs-white, #ffffff) url('../images/introduction/decor-card.png') center center/cover no-repeat;
	-webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .075);
	box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .075);
}

.vps-box_1 .vps-box_item .vps-box_image {
	width: 100px;
	margin: 0 auto;
}

.vps-box_1 .vps-box_item .vps-box_image img {
	width: 100%;
}

.vps-box_1 .vps-box_item .vps-box_title {
	margin-top: 24px;
	font-size: 1.375em;
	font-weight: 600;
	text-align: center;
	color: var(--bs-black, #000000);
}

.vps-box_1 .vps-box_item .vps-box_desc {
	margin-top: 15px;
	font-size: 1.075em;
	color: #2d2c2c;
	text-align: center;
	line-height: 1.6;
	font-weight: 350;
}

.vps-box_1 .vps-box_item .vps-box_desc {
	margin-top: 15px;
	font-size: 1.1em;
	color: #2d2c2c;
	text-align: center;
	line-height: 1.6;
	font-weight: 400;
}

.vps-collapse_1 .vps-collapse_item .vps-collapse_button {
	font-size: 1.225em;
	font-weight: 700;
	color: var(--bs-gray-900, #212529);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 20px 8px 0;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	background: transparent;
	text-align: left;
	gap: 12px;
	position: relative;
}

.vps-collapse_1 .vps-collapse_item .vps-collapse_button i {
	font-size: 1.3em;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	position: absolute;
	right: 0;
	top: 12px;
}

.vps-collapse_1 .vps-collapse_item .vps-collapse_button[aria-expanded=true] i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.vps-collapse_1 .vps-collapse_content {
	font-size: 1.075em;
	line-height: 1.6;
	color: #2a2a2a;
}

.vps-collapse_1 .vps-collapse_content p {
	margin-bottom: 16px;
}

.vps-collapse_1 .vps-collapse_content p:last-child {
	margin-bottom: 0;
}

.vps-collapse_1 .vps-collapse_item + .vps-collapse_item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e9e9e9;
}

.vps-price_1 .vps-price_table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: var(--bs-white, #ffffff);
	-webkit-box-shadow: 0 0 44px rgba(144, 151, 179, .19);
	box-shadow: 0 0 44px rgba(144, 151, 179, .19);
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid hsla(0, 0%, 73%, .15);
	padding: 15px;
	-webkit-transition: var(--transition-default, 0.3s all ease-in-out);
	-o-transition: var(--transition-default, 0.3s all ease-in-out);
	transition: var(--transition-default, 0.3s all ease-in-out);
}

.vps-price_1 .vps-price_table:hover {
	-webkit-box-shadow: 5px 20px 50px 10px rgba(0, 0, 0, .2);
	box-shadow: 5px 20px 50px 10px rgba(0, 0, 0, .2);
}

.vps-price_1 .vps-price_table .vps-price_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	gap: 5px;
	padding: 16px 0;
}

.vps-price_1 .vps-price_table .vps-price_header .vps-price_title {
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
	color: var(--bs-black, #000000);
}

.vps-price_1 .vps-price_table .vps-price_header .vps-price_value {
	font-size: 2.3em;
	font-weight: 700;
	color: var(--primary-color);
}

.vps-price_1 .vps-price_table .vps-price_header .vps-price_desc {
	font-size: 1.075em;
	text-align: center;
}

.vps-price_1 .vps-price_table .vps-price_body {
	padding: 16px 0 0;
}

.vps-price_1 .vps-price_table .vps-price_body .vps-price_desc ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.vps-price_1 .vps-price_table .vps-price_body .vps-price_desc ul li {
	border-top: 1px solid hsla(0, 0%, 73%, .15);
	font-weight: 500;
	color: var(--bs-black, #000000);
	font-size: 1.15em;
	padding: 12px 0;
}

@media screen and (max-width: 1199px) {
	.vps-collapse_1 .vps-collapse_item .vps-collapse_button {
		font-size: 1.15em;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.vps-collapse_1 .vps-collapse_content {
		font-size: 1em;
	}

	.vps-collapse_1 .vps-collapse_item + .vps-collapse_item {
		margin-top: 12px;
		padding-top: 12px;
	}
}

@media screen and (max-width: 991px) {
	.vps-banner_1 {
		padding: 50px 0;
	}

	.vps-banner_1 .col-lg-6.pe-5 {
		padding-right: 0 !important;
	}

	.vps-banner_1 .vps-banner_content .vps-banner_content__sub {
		font-size: 1.15em;
	}

	.vps-banner_1 .vps-banner_content .vps-banner_content__title {
		font-size: 1.6em;
	}

	.vps-banner_1 .vps-banner_content .vps-banner_content__desc {
		font-size: 1em;
	}

	.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul {
		gap: 10px;
	}

	.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul li {
		gap: 5px;
	}

	.vps-banner_1 .vps-banner_content .vps-banner_content__desc ul li:before {
		margin-right: 5px;
	}

	.vps-price_1 .vps-price_table .vps-price_header .vps-price_title {
		font-size: 1.225em;
	}

	.vps-price_1 .vps-price_table .vps-price_header .vps-price_value {
		font-size: 2em;
	}

	.vps-detail_1 .vps-detail_item .vps-detail_title {
		font-size: 1.6em;
	}

	.vps-detail_1 .vps-detail_item .vps-detail_desc {
		font-size: 1.075em;
	}

	.vps-box_1 .vps-box_item .vps-box_title {
		font-size: 1.3em;
	}

	.vps-box_1 .vps-box_item .vps-box_desc {
		font-size: 1em;
	}
}

/*
===================
Style page mua vps 1
*/

.page-vps_2 .vps-inner {
	border-radius: 6px;
	background: var(--bs-white, #ffffff);
	/*box-shadow: 0 2px 2px #00000010;*/
}

.page-vps_2 .vps-inner .vps-header {
	padding: 10px 18px;
	border-bottom: 1px solid #e6ebf0;
}

.page-vps_2 .vps-inner .vps-header .vps-header_title {
	font-size: 2em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_price {
	font-size: 1.15em;
	font-weight: 500;
	color: var(--bs-gray-700);
}

.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_price > span {
	color: var(--bs-black);
	font-weight: 700;
}

.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_badge {
	margin-top: 8px;
}

.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_badge .badge-promotion {
	font-size: 1em;
	background: var(--primary-color);
	color: var(--bs-white, #ffffff);
	border-radius: 4px;
	padding: 2px 8px;
	font-weight: 300;
}

.page-vps_2 .vps-inner .vps-body .vps-body_information {
	padding: 20px 18px;
	border-bottom: 1px solid #e6ebf0;
}

.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item {
	flex: 1 1 100%;
}

.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item .information-item_title {
	color: var(--bs-black, #000000);
	font-size: 1em;
	font-weight: 600;
}

.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item .information-item_value {
	font-size: 1.075em;
	color: #323c46;
	margin-top: 5px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item .information-item_value span {
	display: block;
	font-size: 0.85em;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options {
    padding: 20px 18px 24px;
    border-bottom: 1px solid #e6ebf0;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options:last-child {
    border-bottom: none;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-title {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-title .link-default svg {
	width: 16px;
	height: 16px;
	fill: #c9c9c9;
	transition: var(--transition-default);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-title .link-default:hover svg {
	fill: currentColor;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-desc {
	color: #424040;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list {
	margin-top: 24px;
	flex-wrap: wrap;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item {
	position: relative;
	width: calc(33.3333% - 13.5px);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list.options-list_2 .options-list_item {
	position: relative;
	width: calc(25% - 15px);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item.options-list_item__horizontal {
	width: 100% !important;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px 40px;
	border: 1px solid #8c8f93;
	font-size: 1.075em;
	color: var(--bs-black, #000000);
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	transition: var(--transition-default);
	white-space: nowrap;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:before,
.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	transition: var(--transition-default);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:before {
	border: 1px solid #8c8f93;
	width: 20px;
	height: 20px;
	background: transparent;
	left: 15px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:after {
	width: 12px;
	height: 12px;
	background: var(--primary-color);
	left: 19px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:hover {
	box-shadow: inset 0 0 0 .5px var(--bs-gray-800, #343A40);
	border-color: var(--bs-gray-800, #343A40);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:hover:before {
	border-color: var(--bs-gray-800, #343A40);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__input:checked + .options-list_item__label {
	box-shadow: inset 0 0 0 .5px var(--primary-color);
	border-color: var(--primary-color);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__input:checked + .options-list_item__label:before {
	border-color: var(--primary-color);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__input:checked + .options-list_item__label:after {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__badge {
	position: absolute;
	font-size: 11px;
	height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	top: -9px;
	z-index: 2;
	border-radius: 4px;
	background: #ffe9e9;
	color: #d20808;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label .options-list_item__meta___text + .options-list_item__meta___text {
	padding-left: 18px;
	margin-left: 18px;
	position: relative;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label .options-list_item__meta___text + .options-list_item__meta___text:before {
	content: "";
	height: 12px;
	width: 1px;
	background: #d5d5d5;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: inline-flex;
	position: absolute;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item.options-list_item__horizontal .options-list_item__label {
	padding: 16px 25px 16px 45px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab {
	margin-top: 12px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs {
	justify-content: center;
	border-bottom: 0;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
	position: relative;
	gap: 15px;
	margin-bottom: 24px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs:before {
	height: 2px;
	width: 100%;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: var(--bs-gray-300, #DEE2E6);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs .nav-link {
	border-radius: 0;
	border: 0;
	position: relative;
	font-size: 1.3em;
	color: var(--bs-black, #000000);
	padding: 12px 30px;
	transition: var(--transition-default);
	white-space: nowrap;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs .nav-link:before {
	position: absolute;
	content: "";
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	height: 3px;
	bottom: 1px;
	background: var(--primary-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition-default);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs .nav-link.active {
	color: var(--primary-color);
	font-weight: 500;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs .nav-link.active:before {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image {
	position: relative;
	display: flex;
	height: 100%
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 18px;
	border: 1px solid #8c8f93;
	font-size: 1.075em;
	color: var(--bs-black, #000000);
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	transition: var(--transition-default);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label:before,
.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label:after {
	position: absolute;
	top: 12px;
	left: 12px;
	content: "";
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	transition: var(--transition-default);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label:before {
	border: 1px solid #8c8f93;
	width: 20px;
	height: 20px;
	background: transparent;
	left: 12px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label:after {
	width: 12px;
	height: 12px;
	background: var(--primary-color);
	left: 16px;
	top: 16px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label:hover {
	box-shadow: inset 0 0 0 .5px var(--bs-gray-800, #343A40);
	border-color: var(--bs-gray-800, #343A40);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label:hover:before {
	border-color: var(--bs-gray-800, #343A40);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_input:checked + .option-image_label {
	box-shadow: inset 0 0 0 .5px var(--primary-color);
	border-color: var(--primary-color);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_input:checked + .option-image_label:before {
	border-color: var(--primary-color);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_input:checked + .option-image_label:after {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label img {
	max-height: 75px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label .option-image_label__title {
	margin-top: 12px;
	font-size: 1.075em;
	color: var(--bs-black, #000000);
	font-weight: 500;
	line-height: 1.3;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label .option-image_label__price {
	color: #323c46;
	font-weight: 400;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown {
	margin-top: 24px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .option-dropdown_button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding: 12px 36px 12px 18px;
	border: 1px solid #8c8f93;
	font-size: 1.15em;
	cursor: pointer;
	user-select: none;
	border-radius: 4px;
	transition: var(--transition-default);
	position: relative;
	color: var(--bs-black, #000000);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .option-dropdown_button .option-dropdown_button__value {
	--line: 1;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--line);
	line-clamp: var(--line);
	-webkit-box-orient: vertical;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .option-dropdown_button .option-dropdown_button__price {
	font-weight: 500;
	font-size: 1.075em;
	color: var(--bs-danger);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .option-dropdown_button:after {
	content: "\f0d7";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	font-weight: 900;
	color: #5f676e;
	font-size: 14px;
	transition: var(--transition-default)
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .option-dropdown_button[aria-expanded=true]:after {
	transform: translateY(-50%) rotate(180deg);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .dropdown-menu {
	width: 100%;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	background: var(--bs-white);
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1em;
	max-height: 320px;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .dropdown-menu .option-dropdown_item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding: 14px 18px;
	font-size: 1.075em;
	cursor: pointer;
	user-select: none;
	transition: var(--transition-default);
	position: relative;
	color: #191a1a;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .dropdown-menu .option-dropdown_item .option-dropdown_item__price {
	font-weight: 500;
	font-size: 1.075em;
	color: #191a1a;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .dropdown-menu li + li .option-dropdown_item {
	border-top: 1px solid var(--bs-gray-200);
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .dropdown-menu .option-dropdown_item:hover {
	background: #f1f1f1;
}

.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .dropdown-menu .option-dropdown_item.active {
	background: #f1f1f1;
	color: var(--primary-color);
	font-weight: 500;
}

.page-vps_2 .vps-sidebar {
	border-radius: 6px;
	background: var(--bs-white, #ffffff);
	box-shadow: 0 2px 2px #00000010;
}

.page-vps_2 .vps-sidebar .vps-sidebar_item {
	padding: 18px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_item + .vps-sidebar_item {
	border-top: 1px solid #e6ebf0;
}

.page-vps_2 .vps-sidebar .vps-sidebar_title {
	font-size: 1.225em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.page-vps_2 .vps-sidebar .vps-sidebar_title .link-default {
	transform: translateY(-1px);
}

.page-vps_2 .vps-sidebar .vps-sidebar_title .link-default svg {
	width: 16px;
	height: 16px;
	fill: #c9c9c9;
	transition: var(--transition-default);
}

.page-vps_2 .vps-sidebar .vps-sidebar_title > span {
	display: block;
	font-size: 13px;
	color: #707070;
	font-weight: 400;
}

.page-vps_2 .vps-sidebar .vps-sidebar_title .link-default:hover svg {
	fill: currentColor;
}

.page-vps_2 .vps-sidebar .vps-sidebar_sub {
	font-size: 1.15em;
	font-weight: 500;
	color: var(--bs-black, #000000);
}

.page-vps_2 .vps-sidebar .vps-sidebar_desc {
	margin-top: 4px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_desc ul {
	margin-bottom: 0;
	padding-left: 16px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_desc ul li + li {
	margin-top: 4px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_name {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
}

.page-vps_2 .vps-sidebar .vps-sidebar_quantity {
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__text {
	font-size: 1.15em;
	color: #323c46;
	white-space: nowrap;
	flex-shrink: 0;
}

.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group {
	margin-left: auto;
}

.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .form-control {
	width: 70px;
	height: 36px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	border: 1px solid #8c8f93;
	font-size: 1.15em;
	color: var(--bs-black, #000000);
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	transition: var(--transition-default);
}

.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .link-default {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 12px;
	border: 1px solid #8c8f93;
	font-size: 0.75em;
	color: var(--bs-black, #000000);
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	transition: var(--transition-default);
	height: 36px;
	width: 36px;
	background: var(--bs-white);
}

.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .link-default:disabled,
.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .link-default.disabled {
	opacity: .9;
	background: #f1f1f1;
	cursor: not-allowed !important;
}

.page-vps_2 .vps-sidebar .vps-sidebar_grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_grid + .vps-sidebar_grid {
	margin-top: 12px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_price {
	font-size: 1.3em;
	font-weight: 500;
	color: var(--bs-danger);
}

.page-vps_2 .vps-sidebar .vps-sidebar_price > span {
	font-size: 16px;
	color: #707070;
	font-weight: 300;
	margin-right: 5px;
}

.page-vps_2 .vps-sidebar .vps-sidebar_badge {
	margin-top: 12px;
	color: #008728;
	font-weight: 500;
	font-size: 1.15em;
}

.page-vps_2 .vps-sidebar .vps-sidebar_button {
	margin-top: 5px;
}

.page-vps_2 .vps-sidebar {
	position: sticky;
	top: 107px;
	z-index: 10;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.page-vps_2 .vps-inner .vps-header .vps-header_title {
		font-size: 1.6em;
	}

	.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_price {
		font-size: 1.075em;
	}

	.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_badge .badge-promotion {
		font-size: .925em;
	}

	.page-vps_2 .vps-inner .vps-header {
		padding: 16px 14px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_information {
		padding: 16px 14px;
		gap: 10px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item .information-item_value {
		font-size: 1em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-title {
		font-size: 1.3em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list {
		gap: 12px;
		margin-top: 18px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label {
		padding: 14px 30px;
		font-size: 1em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:before {
		width: 18px;
		height: 18px;
		left: 10px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item.options-list_item__horizontal .options-list_item__label {
		padding-left: 35px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:after {
		width: 10px;
		height: 10px;
		left: 14px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__badge {
		font-size: 10px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs .nav-link {
		font-size: 1.15em;
		padding-left: 18px;
		padding-right: 18px;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_item {
		padding: 16px;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_title {
		font-size: 1.15em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_sub {
		font-size: 1.075em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_name {
		font-size: 1.3em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity {
		gap: 10px;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__text {
		font-size: 1em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .link-default {
		width: 32px;
		height: 32px;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .form-control {
		height: 32px;
		width: 60px;
		font-size: 1.075em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_price {
		font-size: 1.25em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_badge {
		font-size: 1.075em;
	}
}

@media screen and (max-width: 991px) {
	.page-vps_2 .vps-inner .vps-header {
		padding: 14px;
		gap: 0;
	}

	.page-vps_2 .vps-inner .vps-header .vps-header_title {
		font-size: 1.6em;
	}

	.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_price {
		font-size: 1.075em;
	}

	.page-vps_2 .vps-inner .vps-header .vps-header_meta .vps-header_badge .badge-promotion {
		font-size: .925em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_information {
		padding: 14px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item .information-item_value {
		font-size: 1em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options {
		padding: 14px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-title {
		font-size: 1.3em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list {
		margin-top: 16px;
		gap: 15px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label {
		padding: 14px 30px;
		font-size: 1em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:before {
		width: 18px;
		height: 18px;
		left: 10px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item.options-list_item__horizontal .options-list_item__label {
		padding-left: 35px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label:after {
		width: 10px;
		height: 10px;
		left: 14px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__badge {
		font-size: 10px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs .nav-link {
		font-size: 1.15em;
		padding-left: 18px;
		padding-right: 18px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label img {
		max-height: 50px;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .option-image .option-image_label .option-image_label__title {
		font-size: 1em;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-dropdown .option-dropdown_button {
		font-size: 1.075em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_title {
		font-size: 1.15em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_sub {
		font-size: 1.075em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_name {
		font-size: 1.3em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__text {
		font-size: 1em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity {
		gap: 10px;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .link-default {
		width: 32px;
		height: 32px;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_quantity .vps-sidebar_quantity__group .input-group .form-control {
		height: 32px;
		width: 60px;
		font-size: 1.075em;
	}

	.page-vps_2 .vps-sidebar .vps-sidebar_badge {
		font-size: 1.075em;
	}

}

@media screen and (max-width: 768px) {
	.page-vps_2 .vps-inner .vps-body .vps-body_information,
	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list {
		flex-wrap: wrap;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item {
		flex: 1 1 calc(50% - 15px);
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item {
		width: calc(50% - 8px) !important;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_information .information-item .information-item_value {
		margin-top: 0;
	}
}

@media screen and (max-width: 575px) {
	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label .options-list_item__meta___text.text-danger {
		display: none;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label .options-list_item__meta___text.text-danger + .options-list_item__meta___text {
		padding-left: 0;
		margin-left: 0;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-list .options-list_item .options-list_item__label .options-list_item__meta___text.text-danger + .options-list_item__meta___text:before {
		display: none;
	}

	.page-vps_2 .vps-inner .vps-body .vps-body_options .options-tab .nav-tabs {
		gap: 10px;
		justify-content: flex-start;
	}

}

.popover .popover-body p,
.popover .popover-body ol,
.popover .popover-body ul {
	margin-bottom: .5rem;
}

.popover .popover-body ol,
.popover .popover-body ul {
	padding-left: 16px;
}

.popover .popover-body h2 {
	font-size: 1.6em;
}

.popover .popover-body h3 {
	font-size: 1.45em;
}

.popover .popover-body h4 {
	font-size: 1.3em;
}

.popover .popover-body h5 {
	font-size: 1.15em;
}

.popover .popover-body h6 {
	font-size: 1em;
}

.popover .popover-body p:last-child,
.popover .popover-body ol:last-child,
.popover .popover-body ul:last-child {
	margin-bottom: 0;
}

/*
===================
Style section domain 1
*/

.domain-1 .domain-card {
	border: 1px solid var(--primary-color);
	padding: 40px;
	height: 100%;
	background: var(--bs-white, #ffffff);
	border-radius: 10px;
	position: relative;
	transition: var(--transition-default);
}

.domain-1 .domain-card .card-body .card-image {
	margin-bottom: 24px;
}

.domain-1 .domain-card .card-body .card-desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	transition: var(--transition-default);
}

.domain-1 .domain-card .card-body .card-price {
	font-size: 1.45em;
	font-weight: 700;
	color: var(--bs-danger, #DC3545);
	margin-top: 12px;
	transition: var(--transition-default);
}

.domain-1 .domain-card .card-body .card-price span {
	font-size: 15px;
	color: #707070;
	font-weight: 300;
	text-decoration: line-through;
	margin-right: 5px;
	transition: var(--transition-default);
}

.domain-1 .domain-card .card-body .card-button {
	margin-top: 12px;
}

.domain-1 .domain-card .card-body .card-button .link-theme_1 {
	color: var(--primary-color);
}

.domain-1 .domain-card:hover {
	background: var(--primary-color);
}

.domain-1 .domain-card:hover .card-image img {
	filter: brightness(0) invert(1);
}

.domain-1 .domain-card:hover .card-body .card-desc,
.domain-1 .domain-card:hover .card-body .card-price {
	color: var(--bs-white);
}

.domain-1 .domain-card:hover .card-body .card-price span {
	color: #e0e0e0;
}

.domain-1 .domain-card:hover .card-body .card-button .link-theme_1 {
	color: var(--bs-white);
}

@media screen and (max-width: 1199px) {
	.domain-1 .domain-card {
		padding: 30px;
	}

	.domain-1 .domain-card .card-body .card-desc {
		font-size: 1em;
	}

	.domain-1 .domain-card .card-body .card-price {
		font-size: 1.3em;
	}
}

/*
===================
Style section question 1
*/

.question-1 .question-collapse .question-collapse_item .question-collapse_button {
	font-size: 1.3em;
	font-weight: 700;
	color: var(--bs-gray-900, #212529);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 30px 8px 0;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	background: transparent;
	text-align: left;
	gap: 12px;
	position: relative;
}

.question-1 .question-collapse .question-collapse_item .question-collapse_button:after {
	font-size: 12px;
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	position: absolute;
	right: 0;
	top: 10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bs-gray-300);
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	font-weight: 500;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.question-1 .question-collapse .question-collapse_item .question-collapse_button[aria-expanded=true]:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	content: "\f068";
}

.question-1 .question-collapse .question-collapse_item .question-collapse_content {
	font-size: 1.075em;
	line-height: 1.6;
	color: var(--bs-gray-700, #495057);
}

.question-1 .question-collapse .question-collapse_item .question-collapse_content p {
	margin-bottom: 16px;
}

.question-1 .question-collapse .question-collapse_item .question-collapse_content p:last-child {
	margin-bottom: 0;
}

.question-1 .question-collapse .question-collapse_item + .question-collapse_item {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #e9e9e9;
}

@media screen and (max-width: 991px) {
	.question-1 .question-collapse .question-collapse_item .question-collapse_button {
		font-size: 1.15em;
	}

	.question-1 .question-collapse .question-collapse_item .question-collapse_content {
		font-size: 1em;
	}

	.question-1 .question-collapse .question-collapse_item + .question-collapse_item {
		margin-top: 16px;
		padding-top: 16px;
	}
}


/*
===================
Style section why 1
*/

.why-1 {
	background: rgba(var(--primary-rgb), 0.05);
}

.why-1 .why-card {
	border-radius: 10px;
	border: 1px solid var(--primary-color);
	padding: 35px;
	height: 100%;
	position: relative;
	transition: var(--transition-default);
}

.why-1 .why-card .card-body {
	padding: 0;
}

.why-1 .why-card .card-body .card-image {
	height: 80px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f5f9ff;
	margin-bottom: 15px;
	transition: var(--transition-default);
}

.why-1 .why-card .card-body .card-title {
	font-size: 1.3em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	transition: var(--transition-default);
}

.why-1 .why-card .card-body .card-desc {
	font-size: 1.075em;
	line-height: 1.6;
	color: var(--bs-gray-700, #495057);
	transition: var(--transition-default);
}

.why-1 .why-card:hover {
	background: var(--primary-color);
}

.why-1 .why-card:hover .card-body .card-image {
	background: var(--bs-white, #ffffff);
}

.why-1 .why-card:hover .card-body .card-title,
.why-1 .why-card:hover .card-body .card-desc {
	color: var(--bs-white, #ffffff);
}

@media screen and (max-width: 1199px) {
	.why-1 .why-card {
		padding: 24px;
	}

	.why-1 .why-card .card-body .card-image {
		height: 70px;
		width: 70px;
	}

	.why-1 .why-card .card-body .card-title {
		font-size: 1.15em;
	}

	.why-1 .why-card .card-body .card-desc {
		font-size: 1em;
	}
}

/*
===================
Style section plan 1
*/

.plan-1 .plan-card {
	border: 1px solid var(--primary-color);
	height: 100%;
	background: var(--bs-white, #ffffff);
	padding: 40px 30px;
	transition: var(--transition-default);
}

.plan-1 .plan-card .card-body {
	padding: 0;
}

.plan-1 .plan-card .card-body .card-image {
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0 auto 20px;
}

.plan-1 .plan-card .card-body .card-title {
	text-align: center;
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	margin-bottom: 5px;
}

.plan-1 .plan-card .card-body .card-desc {
	text-align: center;
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-bottom: 8px;
}

.plan-1 .plan-card .card-body .card-price {
	font-size: 1.75em;
	font-weight: 600;
	color: var(--bs-black, #000000);
	text-align: center;
}

.plan-1 .plan-card .card-body .card-price span {
	font-size: 14px;
}

.plan-1 .plan-card .card-body .card-button {
	margin-top: 24px;
}

.plan-1 .plan-card .card-body .card-meta {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.plan-1 .plan-card .card-body .card-meta .card-meta_item {
	display: flex;
	align-items: center;
	gap: 16px;
}

.plan-1 .plan-card .card-body .card-meta .card-meta_item .card-meta_item__icon {
	width: 40px;
}

.plan-1 .plan-card .card-body .card-meta .card-meta_item .card-meta_item__content .card-meta_item__title {
	font-size: 1.075em;
	font-weight: 500;
	color: var(--bs-black, #000000);
}

.plan-1 .plan-card .card-body .card-meta .card-meta_item .card-meta_item__content .card-meta_item__desc {
	font-size: 1em;
	color: var(--bs-gray-700, #495057);
}

.plan-1 .plan-card:hover,
.plan-1 .plan-card.is-active {
	background: rgba(var(--primary-rgb), 0.075);
}

.plan-1 .plan-card.is-active .card-body .card-button .button-theme_primary__outline {
	background: -o-linear-gradient(50deg, rgba(var(--primary-rgb), 0.75), var(--primary-color) 100%);
	background: linear-gradient(40deg, rgba(var(--primary-rgb), 0.75), var(--primary-color) 100%);
	color: var(--bs-white, #ffffff);
}

.plan-1 .plan-card.is-active .card-body .card-button .button-theme_primary__outline::before {
	background: rgba(var(--primary-rgb), 0.75);
}

@media screen and (max-width: 1023px) {
	.plan-1 .plan-card {
		padding: 30px 24px;
	}

	.plan-1 .plan-card .card-body .card-title {
		font-size: 1.3em;
	}

	.plan-1 .plan-card .card-body .card-desc {
		font-size: 1em;
	}

	.plan-1 .plan-card .card-body .card-price {
		font-size: 1.6em;
	}
}

.page-short {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.page-short > .main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.page-short > .main > .section-gap {
	flex: 1 1 auto;
}

.user-statistical {
	display: flex;
	align-items: center;
	gap: 10px;
}

.user-statistical .user-statistical_icon {
	width: 46px;
	height: 46px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.525em;
	color: var(--bs-white);
	flex-shrink: 0;
	background: #a6a6a6;
}

.user-statistical .user-statistical_content .user-statistical_title {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	font-weight: 400;
}

.user-statistical .user-statistical_content .user-statistical_value {
	font-size: 1em;
	color: var(--bs-gray-700, #495057);
	font-weight: 400;
	line-height: 1.3;
}

.user-statistical .user-statistical_content .user-statistical_value > span {
	color: var(--primary-color);
	font-size: 1.3em;
	font-weight: 500;
}

.user-info_item {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.user-info_item .user-info_item__title {
	font-weight: 400;
	color: var(--bs-black);
}

.user-info_item .user-info_item__value {
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
	color: var(--bs-gray-900, #495057);
}

.user-info_item .user-info_item__value .link-default {
	font-size: 1em;
	color: var(--bs-gray-700, #495057);
	margin-top: 1px;
}

.user-info_item .user-info_item__value .link-default:hover {
	color: var(--bs-gray-900);
}

.user-form_head {
	display: flex;
	align-items: center;
	gap: 15px;
}

.user-form_head .user-form_head__avatar {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
}

.user-form_head .user-form_head__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-form_head .user-form_head__content {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.user-form_head .user-form_head__content .user-form_head__title {
	color: var(--bs-black);
	font-weight: 500;
	font-size: 1.225em;
}

.user-form_head .user-form_head__content .user-form_head__title .link-default {
	font-size: 0.85em;
	color: var(--bs-gray-700, #495057);
	margin-left: 3px;
}

.user-form_head .user-form_head__content .user-form_head__title .link-default:hover {
	color: var(--primary-color);
}

.user-form_head .user-form_head__content .user-form_head__meta {
	display: flex;
	gap: 15px;
	color: var(--bs-gray-700, #495057);
	font-weight: 300;
}

.user-form_head .user-form_head__content .user-form_head__meta i {
	color: var(--primary-color);
}

.user-form_head .user-form_head__actions {
	margin-left: auto;
	align-self: flex-start;
}

.user-form_head .user-form_head__actions .action-item {
	position: relative;
}

.user-form_head .user-form_head__actions .action-item .link-default {
	padding: 8px;
	font-size: 1em;
	border: 1px solid var(--bs-gray-200);
	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;
	color: var(--bs-gray-700);
	border-radius: 4px;
	background-color: var(--bs-white);
}

.user-form_head .user-form_head__actions .action-item .link-default:hover {
	color: var(--bs-black);
	background-color: var(--bs-gray-100);
}

.user-form_head .user-form_head__actions .action-item > ul {
	background-color: var(--bs-white);
	min-width: 150px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
	-webkit-transition: var(--transition-default);
	-o-transition: var(--transition-default);
	transition: var(--transition-default);
	top: calc(100% + 5px);
	right: 0;
	position: absolute;
	z-index: 2;
	border-radius: 4px;
	display: none;
	padding: 4px 0;
}

.user-form_head .user-form_head__actions .action-item > ul:before {
	position: absolute;
	content: "";
	height: 5px;
	top: -5px;
	width: 100%;
	left: 0;
	right: 0;
}

.user-form_head .user-form_head__actions .action-item.is-dropdown > ul {
	display: block;
}

.user-form_head .user-form_head__actions .action-item > ul > li > a {
	padding: 8px 12px;
	color: inherit;
	font-weight: 300;
}

.user-form_head .user-form_head__actions .action-item > ul > li > a:hover {
	color: var(--primary-color);
	background: #f4f4f4;;
}

.user-form_body {
	margin-top: 12px;
	margin-bottom: -16px;
}

.user-form_body .nav-tabs {
	border-bottom: 0;
	gap: 30px;
}

.user-form_body .nav-tabs .nav-link {
	border-radius: 0;
	border: 0;
	position: relative;
	font-size: 1em;
	color: var(--bs-black, #000000);
	padding: 8px 0;
	transition: var(--transition-default);
	white-space: nowrap;
}

.user-form_body .nav-tabs .nav-link:before {
	position: absolute;
	content: "";
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	height: 2px;
	bottom: 0;
	background: var(--primary-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition-default);
}

.user-form_body .nav-tabs .nav-link.active {
	color: var(--primary-color);
}

.user-form_body .nav-tabs .nav-link.active:before {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	.user-form_body .nav-tabs {
		flex-wrap: nowrap;
		gap: 30px;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.user-form_body .nav-tabs::-webkit-scrollbar {
		display: none;
	}

	.user-form_body .nav-tabs .nav-link:before {
		bottom: 1px
	}
}

@media screen and (max-width: 768px) {
	.user-form_head {
		flex-direction: column;
		align-self: center;
		justify-content: center;
		text-align: center;
		gap: 8px;
	}

	.user-form_head .user-form_head__avatar {
		width: 52px;
		height: 52px;
	}

	.user-form_head .user-form_head__actions {
		margin-left: 0;
		width: 100%;
	}

	.user-statistical .user-statistical_icon {
		width: 38px;
		height: 38px;
		font-size: 1.3em;
	}

	.user-statistical .user-statistical_content .user-statistical_title {
		font-size: 1em;
	}

	.user-statistical .user-statistical_content .user-statistical_value > span {
		font-size: 1.15em;
	}
}

.modal-theme .modal-content {
	border-radius: 4px;
}

.modal-theme .modal-header {
	padding-top: 12px;
	padding-bottom: 12px;
}

.modal-theme .modal-header .modal-title {
	font-size: 1.3em !important;
}

.modal-theme .modal-footer {
	padding-top: 8px;
	padding-bottom: 8px;
}

.section-banner {
	min-height: 320px;
	background: center center / cover no-repeat;
	padding: 50px 0;
}

.section-banner .swiper,
.section-banner .swiper-wrapper,
.section-banner .swiper-slide {
	height: auto;
}

.section-banner .banner-inner {
	display: flex;
	flex-direction: column;
}

.section-banner .banner-inner .banner-item {
	flex: 1 1 auto;
}

.section-banner .banner-item .banner-item_content .banner-item_title {
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 1.2;
}

.section-banner .banner-item .banner-item_content .banner-item_description {
	line-height: 1.6;
	font-size: 1.15em;
}

.section-banner .banner-item .banner-item_content .banner-item_button {
	margin-top: 18px;
}

.section-banner .banner-item .banner-item_content .banner-item_button .button-theme_outline {
	color: var(--primary-color);
}

@media screen and (min-width: 992px) {
	.section-banner .banner-image {
		width: 50%;
		position: absolute;
		z-index: 3;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
	}

	.section-banner .banner-image img {
		height: 100% !important;
		width: auto;
		object-fit: cover;
	}

	.section-banner .banner-item {
		height: 592px;
	}

	.banner-item .banner-item_content {
		padding-right: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.section-banner .banner-image {
		width: 57%;
	}
}

@media screen and (min-width: 2100px) {
	.section-banner .banner-image {
		width: 57%;
	}
}

@media screen and (min-width: 2560px) {
	.section-banner .banner-image {
		width: 55%;
	}
}

@media screen and (min-width: 5500px) {
	.section-banner .banner-image {
		width: 52%;
	}
}

.section-banner .section-banner_group {
	margin: 20px 0;
}

.section-banner .section-banner_group [class*=button] {
	background-color: transparent;
	color: #212529;
	font-weight: 400;
	font-size: 1.5em;
	min-width: 44px;
	min-height: 36px;
}

.section-banner .section-banner_group .banner-pagination {
	width: auto;
}

.section-banner .section-banner_group .banner-pagination .swiper-pagination-bullet {
	position: relative;
	margin: 0 16px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: transparent;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	opacity: 1;
	font-size: 0;
	color: transparent;
	overflow: hidden;
	border: 1px solid #212529;
}

.section-banner .section-banner_group .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #212529;
}


@media screen and (max-width: 991px) {
	.section-banner .banner-image {
		width: 100% !important;
	}

	.section-banner .banner-item {
		padding: 24px 10px !important;
		position: static !important;
		transform: translateY(0) !important;
		text-align: center;
	}

	.section-banner .banner-item .banner-item_content .banner-item_title {
		font-size: 1.375em;
		text-align: center;
		color: var(--bs-white) !important;
		margin-bottom: 10px;
	}

	.section-banner .banner-item .banner-item_content .banner-item_description {
		font-size: 1em;
	}

	.section-banner .section-banner_group {
		margin: 15px 0 0;
	}

	.section-banner .section-banner_group [class*=button] {
		min-width: 30px;
		min-height: 30px;
		font-size: 1.15em;
	}

	.section-banner .section-banner_group .banner-pagination .swiper-pagination-bullet {
		font-size: 1em;
	}
}

@media (max-width: 991px) {
	.section-banner .banner-image img {
		height: 400px;
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.section-banner .banner-image img {
		height: 240px;
		min-height: 0;
	}
}

@media screen and (min-width: 1199px) {
	.vps-banner_1 .vps-banner_image {
		text-align: right;
	}

	.vps-banner_1 .vps-banner_image img {
		width: 500px !important;
		height: 500px !important;
		object-fit: cover;
	}
}


.product-detail .product-images .product-images_thumb {
	margin-top: 10px;
}

.product-detail .product-images .product-images_thumb .product-thumb {
	border: 1px solid var(--bs-gray-300);
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.product-detail .product-images .product-images_thumb .product-thumb > span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--bs-white);
	font-size: 1.5em;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition-default);
}

.product-detail .product-images .product-images_thumb .swiper-slide.swiper-slide-thumb-active .product-thumb > span,
.product-detail .product-images .product-images_thumb .product-thumb:hover > span {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.product-detail .product-title {
	margin-bottom: 12px;
	color: var(--bs-gray-1000);
	font-weight: 700;
	font-size: 1.8em;
}

.product-detail .product-price {
	margin-bottom: 12px;
	display: flex;
	position: relative;
}

.product-detail .product-price .product-price_current {
	color: #ff2727;
	font-size: 1.4em;
	font-weight: 600;
}

.product-detail .product-price .product-price_old {
	color: var(--bs-gray-600);
	font-size: 1em;
	margin-left: 15px;
	align-self: center;
}

.product-detail .product-price .product-price_old > span {
	text-decoration: line-through;
}

.product-detail .product-sale {
	margin-bottom: 15px;
	color: var(--bs-gray-600);
	font-size: 1em;
	position: relative;
	display: flex;
	align-items: center;
}

.product-detail .product-sale > span {
	font-weight: 700;
	color: var(--bs-gray-900);
	margin-left: 4px;
}

.product-detail .product-sale .product-sale_tag {
	margin-left: 24px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 1px solid var(--secondary-color);
	color: var(--bs-white);
	text-align: center;
	width: 50px;
	font-size: .85em;
	height: 24px;
	line-height: 22px;
	background-color: var(--secondary-color);
	position: relative;
	font-weight: 700;
}

.product-detail .product-sale .product-sale_tag:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 2;
	border-width: 12px 12px 12px 0px;
	border-color: transparent var(--secondary-color) transparent transparent;
}

.product-detail .product-sale .product-sale_tag:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: var(--bs-white);
	height: 5px;
	width: 5px;
	display: block;
	content: "";
	left: -3px;
	z-index: 2;
}

.product-detail .product-meta {
	font-size: 1em;
	color: var(--bs-gray-700);
	line-height: 1.6;
	margin-bottom: 12px;
}

.product-detail .product-meta ul {
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
}

.product-detail .product-meta ul li {
	min-width: 50%;
}

.product-detail .product-meta p:last-child,
.product-detail .product-meta ul:last-child {
	margin-bottom: 0;
}

.product-detail .product-quantites {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.product-detail .product-quantites > span {
	margin-right: 10px;
	font-size: 1em;
}

.product-detail .product-quantites .product-quantity {
	display: flex;
	align-items: center;
	width: 120px;
	position: relative;
}

.product-detail .product-quantites .product-quantity .product-quantity_button {
	width: 28px;
	height: 28px;
	border: 1px solid var(--bs-gray-300);
	flex-shrink: 0;
	background-color: var(--primary-color);
	font-size: .9em;
	color: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}

.product-detail .product-quantites .product-quantity .product-quantity_button:disabled {
	cursor: not-allowed !important;
	opacity: .7;
}

.product-detail .product-quantites .product-quantity .product-quantity_button:not(:disabled):hover {
	background-color: var(--primary-hover);
}

.product-detail .product-quantites .product-quantity .product-quantity_input {
	width: 100%;
	height: 27px;
	border: 1px solid var(--bs-gray-300);
	border-left: 0;
	border-right: 0;
	text-align: center;
	color: var(--bs-gray-900);
	font-size: 1.1em;
}

.product-detail .product-quantites .product-quantity .product-quantity_input:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	outline: none !important;
	border-color: var(--bs-gray-300) !important;
}

.product-detail .product-property {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 12px;
}

.product-detail .product-property > span {
	font-weight: 700;
	font-size: 1.1em;
	color: var(--bs-gray-900);
}

.product-detail .product-property .product-property_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.product-detail .product-property .product-property_list .property-item .property-item_button {
	border: 1px solid var(--bs-gray-300);
	padding: 5px 10px;
	border-radius: 4px;
	background-color: transparent;
	color: var(--bs-gray-700);
}

.product-detail .product-property .product-property_list .property-item .property-item_button:hover {
	background-color: rgba(var(--primary-rgb), .035);
	border-color: rgba(var(--primary-rgb), .25);
	color: var(--primary-color);
}

.product-detail .product-property .product-property_list .property-item .property-item_button.active {
	background-color: var(--primary-color);
	color: var(--bs-white);
}

.product-detail .product-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 24px;
}

.product-detail .product-buttons .button-theme_primary {
	font-weight: 500;
	font-size: 1.2em;
	letter-spacing: .3px;
}

.product-detail .product-buttons .button-theme_primary > span {
	font-weight: 400;
	font-size: .8em;
}

.product-detail .product-buttons .product-buttons_online {
	padding: 12px 40px;
	border-radius: 4px;
	background-color: var(--secondary-color);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.product-detail .product-buttons .product-buttons_online .product-buttons_online--sale {
	font-size: 1em;
	font-weight: 500;
	color: var(--bs-white);
}

.product-detail .product-buttons .product-buttons_online .product-buttons_online--sale > span {
	font-size: 1.2em;
	color: #ffff00;
}

.product-detail .product-buttons .product-buttons_online .product-buttons_online--form {
	margin-top: 5px;
	position: relative;
	width: 100%;
}

.product-detail .product-buttons .product-buttons_online .product-buttons_online--form .online-form_input {
	width: 100%;
	border-radius: 4px;
	height: 34px;
	line-height: 34px;
	border: 0;
	font-size: 1em;
	padding-left: 15px;
	padding-right: 120px;
}

.product-detail .product-buttons .product-buttons_online .product-buttons_online--form .online-form_button {
	background-color: var(--primary-color);
	color: var(--bs-white);
	position: absolute;
	top: 50%;
	right: 2px;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	line-height: 18px;
	font-size: 1em;
	font-weight: 600;
	transform: translateY(-50%);
	border: 0;
}

.product-detail .product-description {
	font-size: 15px;
	line-height: 1.5;
}

.product-detail .product-description h2 {
	font-size: 1.5em;
	font-weight: 700;
	color: var(--bs-gray-1000);
}

.product-detail .product-description h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: var(--bs-gray-1000);
}

.product-detail .product-description h4 {
	font-size: 1.3em;
	font-weight: 700;
	color: var(--bs-gray-1000);
}

.product-detail .product-description h5 {
	font-size: 1.2em;
	font-weight: 700;
	color: var(--bs-gray-1000);
}

.product-detail .product-description h6 {
	font-size: 1.1em;
	font-weight: 700;
	color: var(--bs-gray-1000);
}

.product-detail .product-description img {
	max-width: 100%;
	margin-bottom: 15px;
}

.product-detail .product-tabs {
	margin-bottom: 24px;
}

.product-detail .product-tabs .nav-tabs {
	border-bottom: 0;
	gap: 10px;
}

.product-detail .product-tabs .nav-tabs .nav-link {
	margin-bottom: 0;
	background-color: #F5F5F5;
	border-radius: 0;
	border: 1px solid #dee2e6;
	border-bottom: 0;
	color: var(--bs-gray-1000);
	font-size: 1.15em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 16px 11px 30px;
	position: relative;
}

.product-detail .product-tabs .nav-tabs .nav-link:before {
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: var(--primary-color);
	display: block;
	content: "";
	top: calc(50% - 1.5px);
	transform: rotate(45deg) translateY(-50%);
	left: 12px;
	transition: var(--transition-default);
}

.product-detail .product-tabs .nav-tabs .nav-link:hover,
.product-detail .product-tabs .nav-tabs .nav-link.active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--bs-white);
}

.product-detail .product-tabs .nav-tabs .nav-link:hover:before,
.product-detail .product-tabs .nav-tabs .nav-link.active:before {
	background-color: var(--bs-white);
}

.product-detail .product-tabs .tab-content .product-tabs_inner {
	border: 1px solid #dee2e6;
	padding: 15px;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
	margin-bottom: 48px;
}

.product-detail .product-tabs .tab-content .product-tabs_inner p:last-child,
.product-detail .product-tabs .tab-content .product-tabs_inner ul:last-child {
	margin-bottom: 0;
}

.product-detail .product-tabs .tab-content .product-tabs_inner .product-tabs_inner--button {
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	background-color: var(--bs-white);
	font-size: 1.1em;
}

.product-detail .product-tabs .tab-content .product-tabs_inner .product-tabs_inner--button .button-theme {
	height: 36px;
	padding-left: 25px;
	padding-right: 25px;
}

.product-detail .product-tabs .product-tabs_inner img {
	max-width: 100%;
	width: 100%;
}

.slider-theme_avatar .product-image {
	position: relative;
}

.slider-theme_avatar .product-image .product-image_title {
	position: absolute;
	background: rgba(0, 0, 0, .25);
	padding: 5px;
	text-align: center;
	color: #fff;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.15em;
}

.slider-theme_thumb .swiper {
	height: 544px;
}

.slider-theme_thumb .product-image {
	height: 100%;
	border: 2px solid var(--bs-gray-300);
	transition: var(--transition-default);
	opacity: 0.5;
}

.slider-theme_thumb .swiper-slide-thumb-active .product-image {
	border-color: var(--primary-color);
	opacity: 1;
}

.slider-theme_thumb .product-image img {
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
	.slider-theme_thumb .swiper {
		height: 415.7px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.slider-theme_thumb .swiper {
		height: 348.2px;
	}
}

@media screen and (max-width: 991px) {
	.slider-theme_thumb .swiper {
		height: auto;
	}
}


/*
===================
Style Form 1
*/

.form-theme-1 {
	color: #242526;
}

.form-theme-1 .form-theme_box {
	padding: 12px;
	border-radius: 5px;
	background-color: var(--bs-white, #fff);
	border: 1px solid var(--bs-gray-200);
}

.form-theme-1 .form-theme_wrapper {
	padding: 16px;
	border-radius: 4px;
	background-color: var(--bs-white, #fff);
	border: 1px solid var(--bs-gray-200);
}

.form-theme-1 .form-theme_box.form-theme_box__spacing {
	margin-top: 22px;
}

.form-theme-1 .form-theme_heading {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.form-theme-1 .form-theme_heading.form-theme_heading__bg {
	margin: -12px -12px 10px;
	padding: 12px;
	background: #efefef;
	border-bottom: 1px solid var(--bs-gray-200);
}

.form-theme-1 .form-theme_heading.border-bottom {
	border-color: var(--bs-gray-500) !important;
	padding-bottom: 5px;
}

.form-theme-1 .form-theme_heading .form-theme_heading__title {
	font-size: 1.45em;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--bs-black, #000000);
	line-height: 1.3;
}

.form-theme-1 .form-theme_heading .form-theme_heading__sub {
	font-size: 1.45em;
	font-weight: 600;
	color: var(--bs-black, #000000)
}

.form-theme-1 .form-theme_heading .form-theme_heading__small {
	font-size: 1.075em;
	color: var(--bs-black, #000000);
	font-weight: 700;
}

.form-theme-1 .form-theme_heading .form-theme_heading__desc {
	font-size: 1.075em;
	color: var(--bs-gray-700, #495057);
	margin-top: 8px;
}

.form-theme-1 .form-theme_item .form-label {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 2px;
}

.form-theme-1 .border,
.form-theme-1 .border-bottom {
	border-color: var(--bs-gray-500) !important;
}

.form-theme-1 .form-theme_item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.form-theme-1 .form-theme_item .form-link {
	border-radius: 0;
	border: 0;
	padding: 0;
	background: transparent;
	outline: none;
	box-shadow: none;
	color: var(--bs-primary);
	font-weight: 500;
}

.form-theme-1 .form-theme_item .form-link:hover {
	text-decoration: underline !important;
}

.form-theme-1 .form-theme_item .form-control,
.form-theme-1 .form-theme_item .form-select {
	border-radius: 3px;
	font-size: 0.98em;
	padding: 5px;
	border-color: var(--bs-gray-500);
	height: 32px;
}

.form-theme-1 .form-theme_item .form-select {
	background-position: right .35rem center;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 {
	width: 100% !important;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection {
	border-radius: 3px;
	font-size: 0.98em;
	padding: 5px 25px 5px 5px;
	border-color: var(--bs-gray-500);
	min-height: auto;
	position: relative;
	outline: none !important;
	height: 32px;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection .select2-selection__rendered {
	line-height: 21px;
	padding-left: 0;
	padding-right: 0;
	color: #212529;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection:before {
	height: 100%;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .35rem center;
	background-size: 16px 12px;
	pointer-events: none;
	position: absolute;
	content: "";
	width: 24px;
	top: 0;
	right: 0;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection .select2-selection__arrow {
	display: none;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple {
	display: flex;
	align-items: center;
	padding-top: 8px;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple .select2-selection__rendered {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	padding-bottom: 2px;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
	height: 6px;
	border-radius: 6px;
	cursor: pointer;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
	background-color: #989898;
	border-radius: 6px;
	cursor: pointer;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb:hover {
	background-color: #818181;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple .select2-selection__choice {
	margin-top: 0;
	margin-right: 0;
	background-color: var(--primary-color);
	color: var(--bs-white);
	border-color: var(--primary-color);
	font-weight: 400;
	float: none;
	font-size: 0.98em;
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-selection--multiple .select2-selection__choice__remove {
	color: var(--bs-white);
}

.form-theme-1 .form-theme_item .initSelect2 + .select2 .select2-search--inline .select2-search__field {
	margin-top: 0;
}

.form-theme-1 .form-theme_item .initSelect2 ~ .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #e5e5e5;
}

.form-theme-1 .form-theme_item .initSelect2 ~ .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primary-color);
}

.form-theme-1 .form-theme_item .button-file {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: max-content;
	font-size: 0.98em;
	font-weight: 400;
	padding: 5.67px 16px;
	border-radius: 4px;
	height: 32px;
}

.form-theme-1 .form-theme_item .button-file input[type=file] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
}

.form-theme-1 .form-theme_item .form-icon {
	position: absolute;
	bottom: 7px;
	pointer-events: none;
	font-size: .925em;
}

.form-theme-1 .form-theme_item .form-icon.form-icon_append {
	right: 10px;
}

.form-theme-1 .form-theme_item .form-icon.form-icon_append + .form-control {
	padding-right: 26px;
}

.form-theme-1 .form-theme_item .form-icon.form-icon_prepend {
	left: 10px;
}

.form-theme-1 .form-theme_item .form-icon.form-icon_prepend + .form-control {
	padding-left: 26px;
}

@media screen and (max-width: 991px) {
	.form-theme-1 .form-theme_box {
		padding: 10px;
	}

	.form-theme-1 .form-theme_heading.form-theme_heading__bg {
		margin: -10px -10px 10px;
		padding: 12px;
		background: #efefef;
		border-bottom: 1px solid var(--bs-gray-200);
	}

	.form-theme-1 .form-theme_heading {
		margin-bottom: 10px;
	}

	.form-theme-1 .form-theme_heading .form-theme_heading__title {
		font-size: 1.3em;
	}
}

@media screen and (max-width: 768px) {
	.form-theme-1 .form-theme_box.form-theme_box__spacing {
		margin-top: 0;
	}
}

