@import url('./style.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
	scroll-behavior: smooth;
	margin: 0 !important;
}
::selection {
	background: #ffe89e;
}
:root {
	--bs-primary: #bd0b0b;
	/* 第二色 */
	--bs-secondary: #23bf10;
	--bs-secondary-hover: #1f9e0e;
	--bs-gray-600: #606261;
	--bs-border-radius: 3.5px;
	--bs-light-rgb: 248, 248, 248;
}
body {
	/* font-family: 'Roboto', sans-serif; */
	font-weight: normal;
	font-style: normal;
	color: #444;
	overflow-x: hidden;
	font-size: 15px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}

* {
	margin: 0;
	padding: 0;
}
.mk-body {
	padding-top: 105.5px;
}
@media (max-width: 992px) {
	.mk-body {
		padding-top: 72.5px;
	}
}
/* Header */

/* Header end */
/* Bnner area */
.banner-area {
	position: relative;
	background-color: #fff;
	padding: 120px 0 80px 0;
	overflow: hidden;
}
.banner-area .main__circle_1 {
	top: 10%;
	right: -400px;
	width: 800px;
	height: 800px;
	background: var(--bs-primary);
	position: absolute;
	border-radius: 50%;
	z-index: 1;
}
.banner-area .main__circle_3 {
	top: -180px;
	left: -180px;
	width: 350px;
	height: 350px;
	background: #bd0b0b;
	position: absolute;
	border-radius: 50%;
}
.banner-area .main__circle_4 {
	top: 44%;
	left: 30px;
	width: 48px;
	height: 48px;
	background: #23bf10;
	position: absolute;
	border-radius: 50%;
}
.banner-area .banner-content {
	position: relative;
	text-align: left;
	z-index: 4;
	color: #151515;
}
.banner-area .banner-content h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	margin: 0px 0 18px;
	text-transform: capitalize;
	overflow: hidden;
}
.banner-area .banner-content h1 span.text.color1 {
	color: #fd723b;
}
.banner-area .banner-content .sub-content .c1 {
	margin-bottom: 10px;
}
.banner-area .banner-content .sub-content .c1:last-child {
	margin-bottom: 0;
}
.banner-area .banner-content .quote-button-line {
	margin-top: 16px;
}
.banner-area .banner-content .quote-button-line button {
	padding: 10px 32px;
}
.banner-area .banner-content .quote-button-line .tip {
	margin-top: 6px;
	display: flex;
	align-items: center;
}
.banner-area .banner-content .quote-button-line .tip svg {
	display: inline-block;
	margin-right: 4px;
	font-size: 13px;
	color: #23bf10;
}
.banner-area .bannber-image {
	position: relative;
	z-index: 3;
	border-radius: 20px;
	box-shadow: 0px 0px 30px #0000000f;
	margin-left: 20px;
	background-color: #fff;
}
.banner-area .bannber-image .image-bg-shape {
	top: -45px;
	left: -45px;
	width: 110px;
	height: 110px;
	background: #fab8c4;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.banner-area .bannber-image .bannber-image-box {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding: 16px;
	box-sizing: border-box;
}
.banner-area .bannber-image .bannber-image-box .tips {
	font-size: 20px;
	text-align: center;
	padding-top: 32px;
	font-weight: 600;
	position: relative;
	top: -24px;
}
.c-r {
	color: #fd723b;
}
.banner-area .bannber-image .bannber-image-box .tips .r {
	color: #fd723b;
	padding-right: 2px;
}
@media (max-width: 767px) {
	.banner-area .bannber-image .bannber-image-box .tips {
		font-size: 16px;
	}
	.banner-area .bannber-image .bannber-image-box .tips .r {
		display: block;
		margin-bottom: 8px;
	}
}
.banner-area .bannber-image img {
	display: block;
	width: 100%;
	margin-top: -16px;
}
/* Bnner area end */
/* section */
.section {
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
}
.section.bg-gray {
	background: #f4f7fa;
}
.section-title {
	font-size: 28px;
	margin-bottom: 24px;
	line-height: 38px;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	text-align: center;
	margin-bottom: 80px;
	z-index: 5;
}
.section-title h2 {
	font-size: 28px;
	margin-bottom: 25px;
	line-height: 42px;
	text-transform: capitalize;
	position: relative;
	font-weight: 500;
}
.section-title p {
	font-size: 15px;
	line-height: 26px;
}
/* section end */
.h100 {
	height: 100% !important;
}
.single-service {
	padding: 35px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
	background-color: #fff;
	box-sizing: border-box;
}
.single-service h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 30px;
}
.single-service .service-icon {
	height: 65px;
	width: 65px;
	line-height: 65px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
	box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-service .service-icon img {
	width: 32px;
	display: block;
}
.single-service-list .mb24 {
	margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
	.single-service-list .mb24 {
		margin-bottom: 0;
	}
	.single-service-list .col-lg-4 {
		margin-bottom: 24px;
	}
	.single-service-list .col-lg-6 {
		margin-bottom: 24px;
	}
}
.mk-content-box {
	text-align: center;
	padding: 0 8px;
}

.mk-content-box .item-image {
	margin-bottom: 16px;
}
.mk-content-box .item-image img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.mk-content-box .item-image .default {
	display: block;
}
.mk-content-box .item-image .active {
	display: none;
}
.mk-content-box:hover .item-image .default {
	display: none;
}
.mk-content-box:hover .item-image .active {
	display: block;
}
.mk-content-box .item-content h3 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 16px;
}
.mk-content-box .item-content p {
	font-size: 13px;
}
.free-quote-content {
	position: relative;
}
.free-quote-content .item-title h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 30px;
}
.free-quote-content .item-content p {
	color: #151515;
	font-size: 16px;
	line-height: 28px;
}
.quote-video {
	display: none;
	height: 350px;
	position: relative;
}
.quote-video .loading-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.quote-video .loading-video .loading-video-icon {
	width: 40px;
	height: 40px;
	background-image: url(../images/loading-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.quote-video.active {
	display: block;
}
.quote-video video {
	height: 100%;
	border-radius: 10px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}
.quote-video-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
}
.quote-video-tab .item {
	padding: 8px 16px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: 0.2s all;
}
.quote-video-tab .item.active,
.quote-video-tab .item:hover {
	color: #bd0b0b;
}
.single-testimonial {
	background-color: #fff;
	padding: 30px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.single-testimonial {
	padding: 35px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-top: 30px;
}
.single-testimonial:hover {
	box-shadow: 0;
}
@media (max-width: 767px) {
	.single-testimonial {
		padding: 50px 40px;
	}
}

.single-testimonial .shape1 {
	position: absolute;
	left: 0;
	top: 0;
}

.single-testimonial .shape2 {
	position: absolute;
	right: -20px;
	bottom: -20px;
}

.single-testimonial .inner-content {
	position: relative;
	z-index: 0;
}

.single-testimonial .qote-icon {
	font-size: 70px;
	color: #3333331a;
	position: absolute;
	opacity: 0.2;
	right: 0;
	top: 0;
	z-index: -1;
}

.single-testimonial .text h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-testimonial .text h4 {
		bottom: 55px;
	}
}

@media (max-width: 767px) {
	.single-testimonial .text h4 {
		font-size: 15px;
		line-height: 28px;
	}
}
/*======================================
    Call To Action CSS
========================================*/
.call-action {
	background-color: #fff;
	padding: 30px 0;
}

.call-action.style2 {
	background-color: var(--bs-primary);
	padding: 0;
}

.call-action.style2 .inner-content {
	padding: 60px 0;
}

.call-action .inner-content {
	position: relative;
	padding: 50px;
	border-radius: 10px;
	background-color: var(--bs-primary);
	z-index: 0;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-action .inner-content {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.call-action .inner-content {
		padding: 30px;
		text-align: center;
	}
}

.call-action .inner-content .bg-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.call-action .text h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	color: #fff;
}
.call-action .text h2 span {
	font-size: 22px;
	color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-action .text h2 {
		font-size: 25px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.call-action .text h2 {
		font-size: 22px;
		line-height: 32px;
	}
}

.call-action .text h2 span {
	display: block;
	color: var(--bs-primary);
}

.call-action .button {
	float: right;
}

.call-action .button .btn {
	background-color: #fff;
	color: #151515;
}

.call-action .button .btn:hover {
	background-color: #fd723b;
	color: #fff;
}

.call-action .button .btn.btn-alt:hover {
	background-color: #151515 !important;
}

@media (max-width: 767px) {
	.call-action .button {
		float: none;
		margin-top: 20px;
	}
}
/*======================================
	Footer CSS
========================================*/
.footer {
	background-color: #fff;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer {
		margin-top: 40px;
		text-align: center;
	}
}

.footer .single-footer.f-about {
	padding-right: 30px;
}

@media (max-width: 767px) {
	.footer .single-footer.f-about {
		padding: 0;
	}
}

.footer .single-footer.f-about .logo img {
	height: 52px;
}

.footer .single-footer.f-about p {
	color: #727272;
	margin-top: 20px;
	font-size: 15px;
}

.footer .single-footer.f-about .copyright-text {
	color: #727272;
	font-size: 15px;
	margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
	display: block;
}

@media (max-width: 767px) {
	.footer .single-footer.f-about .copyright-text {
		margin-top: 20px;
	}
}

.footer .single-footer.f-about .copyright-text a {
	color: var(--bs-primary);
}

.footer .single-footer.f-about .copyright-text a:hover {
	color: #fd723b;
}
.footer .single-footer ul {
	padding-left: 0;
}
.footer .single-footer.f-link li {
	display: block;
	margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
	margin: 0;
}

.footer .single-footer.f-link li a {
	font-size: 15px;
	font-weight: 400;
	color: #727272;
}

.footer .single-footer.f-link li a:hover {
	color: var(--bs-primary);
}
.footer .service-qrcode {
	display: block;
	width: 100px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
	.footer .single-footer.newsletter {
		padding-left: 80px;
	}
}

.footer .single-footer h3 {
	font-size: 17px;
	font-weight: 600;
	display: block;
	margin-bottom: 35px;
	color: #151515;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer .single-footer h3 {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.footer .single-footer h3 {
		margin-bottom: 25px;
	}
}

.footer .newsletter-form {
	margin-top: 30px;
	position: relative;
}

.footer .newsletter-form input {
	height: 55px;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	padding-left: 18px;
	padding-right: 65px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .newsletter-form input:hover {
	border-color: var(--bs-primary);
}

.footer .newsletter-form input:focus {
	border-color: var(--bs-primary);
}

.footer .newsletter-form .button {
	position: absolute;
	right: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer .newsletter-form .button .sub-btn {
	height: 42px;
	width: 42px;
	border-radius: 6px;
	background-color: var(--bs-primary);
	color: #fff;
	text-align: center;
	line-height: 42px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 17px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
	color: #fff;
	background-color: #fd723b;
}

/* Single customer Grid*/
.single-customer-grid {
	padding: 12px;
	box-sizing: border-box;
}

.single-customer-grid .customer-img {
	overflow: hidden;
	border-radius: 12px;
}

.single-customer-grid .customer-img a {
	width: 100%;
}

.single-customer-grid .customer-img img {
	max-width: 100%;
	height: 220px;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.single-customer-grid:hover .customer-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-customer-grid .customer-content {
	padding: 30px 20px 18px 20px;
}
.single-customer-grid .customer-content.small {
	padding: 16px 0;
}
.single-customer-grid .customer-content .category {
	font-size: 14px;
	color: var(--bs-primary);
	display: inline-block;
	font-weight: 500;
}

.single-customer-grid .customer-content h4 {
	display: block;
	margin-top: 10px;
	line-height: 28px;
}

.single-customer-grid .customer-content h4 a {
	font-size: 18px;
	color: #151515;
	display: inline-block;
}

.single-customer-grid .customer-content h4 a:hover {
	color: var(--bs-primary);
}

.evaluate-content {
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000013;
}

.evaluate-content .item img {
	display: block;
	width: 120px;
	height: 80px;
}
.single-customer-grid .customer-content .evaluate {
	display: block;
	margin-top: 16px;
	/* 超出省略 三行 */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 72px;
}

.single-customer-grid .customer-content .more-btn {
	display: inline-block;
	margin-top: 20px;
	color: #888;
	font-weight: 500;
}

.single-customer-grid .customer-content .more-btn:hover {
	color: var(--bs-primary);
	letter-spacing: 1px;
}

.single-customer-grid .customer-content .more-btn i {
	font-size: 20px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 3px;
}

.customer-list {
	background: #f4f7fa;
}

/* production-swiper */
.production-swiper {
	position: relative;
}
.production-swiper .swiper-slide {
	width: 50%;
	background-color: #fff;
}
/* One Click Scrool Top Button*/
.scroll-top {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: var(--bs-primary);
	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;
	font-size: 14px;
	color: #fff !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 5px;
}

.scroll-top:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
	background-color: #fd723b;
}
/* End scroll to top */
/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
}

.preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: var(--bs-primary);
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/* Other */
.cursor-pointer {
	cursor: pointer;
}
span,
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0px;
	color: #151515;
	font-family: 'Poppins', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}
.c-btn {
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.mt16 {
	margin-top: 16px;
}
.mb16 {
	margin-bottom: 16px;
}
/* Ohter end */
/* media */
@media (max-width: 767px) {
	.header {
		padding: 18px 0 !important;
	}
	.header .mobile-menu-btn .toggler-icon {
		background-color: #151515;
	}
	.header .navbar-collapse {
		position: absolute;
		top: 60px !important;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 10px 20px;
		max-height: 350px;
		overflow-y: scroll;
		border-top: 1px solid #eee;
		border-radius: 8px;
	}
	.header .navbar .navbar-nav .nav-item a:hover,
	.header .navbar .navbar-nav .menu-item a:hover {
		color: var(--bs-primary) !important;
	}
	.header .navbar .navbar-nav .nav-item a.active,
	.header .navbar .navbar-nav .menu-item a.active {
		color: var(--bs-primary) !important;
	}
	.header .navbar-nav .nav-item,
	.header .navbar-nav .menu-item {
		margin: 0;
	}
	.header .navbar-nav .nav-item:hover > a,
	.header .navbar-nav .menu-item:hover > a {
		color: var(--bs-primary);
	}
	.header .navbar-nav .nav-item a,
	.header .navbar-nav .menu-item a {
		padding: 12px 16px !important;
	}
	.header .navbar-nav .nav-item a::before,
	.header .navbar-nav .menu-item a::before {
		display: none;
	}
	.header .navbar-nav .nav-item .sub-menu,
	.header .navbar-nav .menu-item .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		border: none;
		margin-left: 15px;
		margin-right: 15px;
	}
	.header .navbar-nav .nav-item .sub-menu .nav-item a,
	.header .navbar-nav .menu-item .sub-menu .menu-item a {
		padding: 12px 12px;
	}
	.header .navbar-nav .nav-item .sub-menu .nav-item a:hover,
	.header .navbar-nav .menu-item .sub-menu .menu-item a:hover {
		color: var(--bs-primary) !important;
	}
	.header .navbar-nav .nav-item a,
	.header .navbar-nav .menu-item a {
		color: #051441;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
	}
	.header .navbar-nav .nav-item a::after,
	.header .navbar-nav .menu-item a::after {
		opacity: 1;
		visibility: visible;
	}
	.header .navbar-nav .nav-item .sub-menu li.active,
	.header .navbar-nav .menu-item .sub-menu li.active {
		background: #fff !important;
		color: var(--bs-primary) !important;
	}
	.header .navbar-nav .nav-item .sub-menu .nav-item,
	.header .navbar-nav .menu-item .sub-menu .menu-item {
		margin: 0 !important;
	}
	.header .navbar-nav .nav-item .sub-menu .nav-item a,
	.header .navbar-nav .menu-item .sub-menu .menu-item a {
		padding: 10px 12px !important;
	}
	.header .navbar-nav .nav-item .sub-menu li:hover,
	.header .navbar-nav .menu-item .sub-menu li:hover {
		background: #fff !important;
		color: var(--bs-primary) !important;
	}
	.header .navbar-nav .nav-item a,
	.header .navbar-nav .menu-item a {
		font-size: 14px;
	}
	.header .navbar-nav .nav-item a:hover,
	.header .navbar-nav .menu-item a:hover {
		color: var(--bs-primary);
	}
	.header .right-button {
		gap: 12px;
		justify-content: space-between;
	}
	.right-button .user-info .username {
		max-width: 70px;
		/* 超出省略号 */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.quote-video {
		margin-top: 16px;
	}
	/* .language .language-list,
	.user-info .auth-control {
		position: absolute;
		bottom: 35px;
		width: 120px;
		background-color: #fff;
		box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
		display: none;
		z-index: 1024;
		border: 1px solid #f1f1f1;
		border-radius: 3.5px;
		top: unset;
	} */
	.tooltip-arrow {
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.tooltip-arrow::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 10px;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
	}

	/* 上方边框 */
	.tooltip-arrow::before {
		content: '';
		position: absolute;
		top: -2px;
		left: calc(50% - 11px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 11px 11px 11px;
		border-color: #000000 transparent transparent transparent;
	}
	.banner-area .bannber-image {
		margin-top: 16px;
		margin-left: 0;
	}
	.banner-area .main__circle_1,
	.banner-area .main__circle_2,
	.banner-area .main__circle_3,
	.banner-area .main__circle_4,
	.banner-area .bannber-image .image-bg-shape {
		opacity: 0.12;
	}
	.banner-area .banner-content h1 {
		font-size: 18px;
		line-height: 30px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-title {
		padding: 0px 10px;
		margin-bottom: 40px;
	}
	.section-title h3 {
		font-size: 13px;
	}
	.section-title h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 18px;
	}
	.section-title p {
		font-size: 15px;
	}
	.mk-content-box {
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
	.navbar-nav .nav-item .sub-menu.collapse:not(.show),
	.navbar-nav .menu-item .sub-menu:not(.show) {
		height: 0;
		overflow: hidden;
	}
	.navbar-nav .nav-item .sub-menu.show,
	.navbar-nav .menu-item .sub-menu.show {
		display: block;
		overflow: hidden;
		left: 0;
		transform: translateX(0);
	}
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
/* media end  */
/* account */
.account-login.section {
	background-color: #f4f7fa;
	padding-top: 110px;
	padding-bottom: 110px;
}
.account-login {
	background-color: #f4f7fa;
}

.account-login .inner-content {
	border-radius: 8px;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form,
.account-login .register-form {
	padding: 70px;
	background-color: #fff;
	border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.account-login .login-form,
	.account-login .register-form {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.account-login .login-form,
	.account-login .register-form {
		padding: 35px;
	}
	.account-login.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.account-login .login-form .card-body,
.account-login .register-form .card-body {
	padding: 0;
}

.account-login .login-form .title,
.account-login .register-form .title {
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.account-login .login-form .title,
	.account-login .register-form .title {
		margin-bottom: 30px;
	}
}

.account-login .login-form .title h3,
.account-login .register-form .title h3 {
	font-size: 25px;
	font-weight: 700;
	color: #151515;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.account-login .login-form .title h3,
	.account-login .register-form .title h3 {
		font-size: 22px;
	}
}

.account-login .bottom-content {
	margin-top: 25px;
}

.account-login .form-group {
	margin-bottom: 15px;
	position: relative;
}
.account-login .form-group .send-code-btn {
	position: absolute;
	right: 7px;
	top: 7px;
	border-radius: 8px !important;
	z-index: 80;
}
.account-login .form-group label {
	position: absolute;
	height: 18px;
	left: 20px;
	top: 14px;
	z-index: 9;
}
.account-login .form-group label .icon {
	width: 18px;
	height: 18px;
}
.account-login .form-group .form-control {
	padding: 0 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: 1px solid #eee;
	background-color: #fff;
	color: #505050;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 52px;
	border-radius: 8px !important;
	overflow: hidden;
	width: 100%;
	padding-left: 55px;
}

.account-login .form-group .form-control:focus {
	border-color: var(--bs-primary);
	-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.233);
}

.account-login .lost-pass {
	color: #888;
}

.account-login .lost-pass:hover {
	color: var(--bs-primary);
}

.account-login .button {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.account-login .button {
		display: block;
		margin-top: 30px;
	}
	.account-login .button .btn {
		margin-bottom: 13px;
	}
	.account-login .button .btn:last-child {
		margin: 0;
	}
}

.account-login .button .btn {
	padding: 14px 40px;
	margin-right: 20px;
	width: 100%;
}

.account-login .button .btn:last-child {
	margin: 0;
}

.account-login .button .btn.alt {
	background-color: #fff;
	color: #151515;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.055);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.055);
}

.account-login .button .btn.alt:hover {
	background-color: #fd723b;
	color: #fff;
}

.account-login .alt-option {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.account-login .alt-option {
		margin-top: 35px;
	}
}

.account-login .alt-option li {
	font-weight: 500;
	display: inline-block;
	margin-right: 15px;
}

@media (max-width: 767px) {
	.account-login .alt-option li {
		margin-top: 5px;
	}
}

.account-login .alt-option li span {
	color: #727272;
	display: inline-block;
}

.account-login .alt-option li:last-child {
	margin: 0;
}

.account-login .alt-option li a {
	color: var(--bs-primary);
}

.account-login .alt-option li a:hover {
	color: #fd723b;
}
/* message */
.sn-notifications-container {
	--sn-success-color: #bd0b0b;
	--sn-success-border-color: rgba(13, 110, 253, 0.2);
	--sn-success-progress-color: #bd0b0b;
	--sn-error-color: rgb(235, 87, 87);
	--sn-error-border-color: rgb(235, 87, 87, 0.2);
	--sn-error-progress-color: rgb(192, 69, 69);
	--sn-warning-color: rgb(242, 201, 76);
	--sn-warning-border-color: rgb(242, 201, 76, 0.2);
	--sn-warning-progress-color: rgb(196, 166, 79);
	--sn-info-color: rgb(81, 205, 243);
	--sn-info-color: rgb(81, 205, 243, 0.2);
	--sn-info-progress-color: rgb(84, 169, 196);
	--sn-notifications-gap: 20px;
	--sn-notifications-padding: 50px 20px;
	--sn-notify-width: 320px;
	--sn-notify-radius: 6px;
	--sn-notify-transition-timing-function: ease;
	--sn-notify-transition-duration: 0.5s;
	--sn-notify-autoclose-timeout: 30s;
	--sn-notify-padding: 0.75em;
	--sn-notify-icon-size: 2em;
	--sn-notify-close-icon-size: 1em;
	--sn-notify-border-size: 1px;
	--sn-notify-border-color: transparent;
	--sn-notify-border-style: solid;
	--sn-notify-progress-color: rgb(51, 51, 51);
	--sn-notify-close-icon-color: rgb(51, 51, 51);
	--sn-notify-title-color: rgb(51, 51, 51);
	--sn-notify-text-color: rgb(77, 77, 77);
	--sn-notify-shadow-color: transparent;
	--sn-notify-progress-height: 2px;
	pointer-events: none;
	width: 100%;
	max-width: 100%;
	max-height: 100vh;
	min-height: 100vh;
	position: fixed;
	z-index: 9999;
	inset: 0;
	display: grid;
	grid-auto-rows: min-content;
	align-content: flex-start;
	grid-gap: var(--sn-notifications-gap);
	gap: var(--sn-notifications-gap);
	padding: var(--sn-notifications-padding);
}
.sn-notifications-container.sn-is-x-center {
	justify-content: center;
}
.sn-notifications-container.sn-is-y-center {
	align-content: center;
	justify-content: flex-end;
}
.sn-notifications-container.sn-is-center {
	justify-content: center;
	align-content: center;
}
.sn-notifications-container.sn-is-left {
	justify-content: flex-start;
}
.sn-notifications-container.sn-is-right {
	justify-content: flex-end;
}
.sn-notifications-container.sn-is-top {
	align-content: flex-start;
}
.sn-notifications-container.sn-is-bottom {
	align-content: flex-end;
}
.sn-notify {
	pointer-events: auto;
	transition-timing-function: var(--sn-notify-transition-timing-function);
	transition-duration: var(--sn-notify-transition-duration);
	transition-property: transform, opacity;
	border-radius: var(--sn-notify-radius);
	background-color: var(--sn-notify-background-color, transparent);
	border: var(--sn-notify-border-size) var(--sn-notify-border-style) var(--sn-notify-border-color);
	padding: var(--sn-notify-padding);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: var(--sn-notify-width);
}
.sn-notify-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: var(--sn-notify-icon-size);
	height: var(--sn-notify-icon-size);
	margin-right: 0.75em;
	color: var(--sn-notify-icon-color);
}
.sn-notify-close {
	position: absolute;
	right: 0.75em;
	top: 0.75em;
	user-select: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: var(--sn-notify-close-icon-size);
	width: var(--sn-notify-close-icon-size);
	color: var(--sn-notify-close-icon-color);
}
.sn-notify-title {
	font-size: 1rem;
	font-weight: 600;
	padding-right: calc(var(--sn-notify-padding) + var(--sn-notify-close-icon-size));
	color: var(--sn-notify-title-color);
}
.sn-notify-text {
	font-size: 0.875rem;
	margin-top: 0.25rem;
	color: var(--sn-notify-text-color);
}
.sn-notify-outline {
	--sn-notify-background-color: rgb(255, 255, 255);
	--sn-notify-border-color: var(--sn-success-color);
	box-shadow: 0 2px 26px var(--sn-notify-shadow-color);
}
.sn-notify-outline.sn-notify-success {
	--sn-notify-border-color: var(--sn-success-border-color);
	--sn-notify-icon-color: var(--sn-success-color);
	--sn-notify-shadow-color: rgba(82, 215, 0, 0.1);
}
.sn-notify-outline.sn-notify-error {
	--sn-notify-border-color: var(--sn-error-border-color);
	--sn-notify-icon-color: var(--sn-error-color);
	--sn-notify-shadow-color: rgba(215, 0, 0, 0.1);
}
.sn-notify-outline.sn-notify-warning {
	--sn-notify-border-color: var(--sn-warning-border-color);
	--sn-notify-icon-color: var(--sn-warning-color);
	--sn-notify-shadow-color: rgba(242, 201, 76, 0.1);
}
.sn-notify-outline.sn-notify-info {
	--sn-notify-border-color: var(--sn-info-border-color);
	--sn-notify-icon-color: var(--sn-info-color);
	--sn-notify-shadow-color: rgba(84, 175, 202, 0.1);
}
.sn-notify-outline .sn-notify-title {
	--sn-notify-title-color: rgb(51, 51, 51);
}
.sn-notify-outline .sn-notify-text {
	--sn-notify-text-color: rgb(77, 77, 77);
}
.sn-notify-outline .sn-notify-close {
	--sn-notify-close-icon-color: rgb(130, 130, 130);
}
.sn-notify-filled {
	--sn-notify-title-color: rgb(51, 51, 51);
	--sn-notify-text-color: rgb(51, 51, 51);
	--sn-notify-icon-color: rgb(51, 51, 51);
	--sn-notify-close-icon-color: rgb(51, 51, 51);
}
.sn-notify-filled.sn-notify-success {
	--sn-notify-background-color: var(--sn-success-color);
}
.sn-notify-filled.sn-notify-error {
	--sn-notify-background-color: var(--sn-error-color);
}
.sn-notify-filled.sn-notify-warning {
	--sn-notify-background-color: var(--sn-warning-color);
}
.sn-notify-filled.sn-notify-info {
	--sn-notify-background-color: var(--sn-info-color);
}
.sn-notify-fade {
	opacity: 0;
	will-change: opacity;
}
.sn-notify-fade-in {
	opacity: 1;
}
.sn-notify-slide {
	opacity: 0;
	will-change: opacity, transform;
	transform: translate3d(var(--sn-notify-x), var(--sn-notify-y), 0);
}
.sn-is-left .sn-notify-slide {
	--sn-notify-x: -100%;
	--sn-notify-y: 0;
}
.sn-is-right .sn-notify-slide,
.sn-is-y-center:not(.sn-is-left) .sn-notify-slide {
	--sn-notify-x: 100%;
	--sn-notify-y: 0;
}
.sn-is-top.sn-is-x-center .sn-notify-slide,
.sn-is-x-center .sn-notify-slide {
	--sn-notify-y: -100%;
	--sn-notify-x: 0;
}
.sn-is-bottom.sn-is-x-center .sn-notify-slide {
	--sn-notify-y: 100%;
	--sn-notify-x: 0;
}
.sn-notify-slide-in {
	opacity: 1;
	transform: translateZ(0);
}
.sn-notify-autoclose {
	padding-bottom: calc(var(--sn-notify-padding) + var(--sn-notify-progress-height));
}
.sn-notify-autoclose.sn-notify-success {
	--sn-notify-progress-color: var(--sn-success-progress-color);
}
.sn-notify-autoclose.sn-notify-error {
	--sn-notify-progress-color: var(--sn-error-progress-color);
}
.sn-notify-autoclose.sn-notify-warning {
	--sn-notify-progress-color: var(--sn-warning-progress-color);
}
.sn-notify-autoclose.sn-notify-info {
	--sn-notify-progress-color: var(--sn-info-progress-color);
}
.sn-notify-autoclose:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	will-change: width;
	width: 100%;
	opacity: 0.05;
	/* height: var(--sn-notify-progress-height); */
	border-radius: 0 999px 999px 0;
	background-color: var(--sn-notify-progress-color);
	animation: progress var(--sn-notify-autoclose-timeout) linear forwards;
}
@keyframes progress {
	to {
		width: 0%;
	}
}
/*# sourceMappingURL=simple-notify.css.map */
/* factory */
.f1 {
	background-color: #23bf10;
}

.f2 {
	background-color: #bd0b0b;
}

.f3 {
	background-color: #fd723b;
}

.f4 {
	background-color: #fb3559;
}

.f5 {
	background-color: #3559fb;
}

.f6 {
	background-color: #c06600;
}

.f7 {
	background-color: #920086;
}
.factory-bd-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	/* 可选间距 */
	height: 100%;
}

.factory-bd-list .factory-item {
	flex: 0 0 calc(50% - 10px);
	box-sizing: border-box;
	padding: 0 10px;
	height: auto;
}

/* 小屏幕：每行一个 */
@media (max-width: 768px) {
	.factory-bd-list {
		margin-top: 24px;
		gap: 0;
	}
	.factory-bd-list .factory-item {
		flex: 0 0 100%;
		padding: 20px;
	}
}
.factory-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border-radius: 18px;
	background-color: #fff;
	transition: 0.3s all;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.factory-item {
		margin-bottom: 24px;
	}
}

.factory-item .factory-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 12px;
	box-sizing: border-box;
	margin-left: 12px;
	overflow: hidden;
}

.factory-item .factory-icon svg {
	transition: 0.2s all;
}

.factory-item:hover .factory-icon svg {
	transform: scale(1.1);
}

.factory-item .factory-icon svg {
	width: 100%;
	height: 100%;
	color: #fff;
}

.factory-item .factory-content {
	flex: 1;
	margin-left: 24px;
}
.factory-item.seconds .factory-content {
	flex: 1;
	margin-left: 18px;
}
.factory-item .factory-content p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
}

.factory-item .factory-content p:last-child {
	margin-bottom: 0;
}
.factory-article-content {
	font-size: 14px;
	padding: 24px;
	border-radius: 18px;
	background-color: #fff;
	transition: 0.3s all;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
}
.factory-article-content .content p {
	margin-bottom: 12px;
	text-indent: 2em;
}
.factory-article-content .factory-banner-item {
	width: 450px;
	margin: 30px auto;
	overflow: hidden;
}
.factory-banner {
	position: relative;
}
@media (max-width: 767px) {
	.factory-article-content .factory-banner-item {
		width: 100%;
		margin: 0 0 16px;
	}
	.factory-article-content .factory-banner-item img {
		height: 250px !important;
	}
}
.factory-article-content .factory-banner-item img {
	display: block;
	height: 380px;
	border-radius: 8px;
}
.cookie-layout {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background-color: #fff;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
	display: none;
}
.cookie-layout.show {
	display: block;
}
.cookie-layout .cookie-content {
	padding: 16px 0;
	color: rgba(87, 87, 87, 1);
	font-size: 14px;
	text-align: center;
	position: relative;
}
.cookie-layout .cookie-content a {
	text-decoration: underline;
	color: rgba(87, 87, 87, 1);
}

.cookie-layout .cookie-content .close-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.cookie-layout .cookie-content .close-btn svg {
	font-size: 16px;
}
.mk-toolbar {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 99;
	width: 52px;
}
.mk-toolbar .item {
	display: flex;
	width: 52px;
	height: 52px;
	flex-direction: column;
	align-items: center;
	margin-bottom: 8px;
	background-color: #fff;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	padding: 4px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 8px;
	justify-content: center;
	transition: 0.2s all;
	cursor: pointer;
	position: relative;
}
.mk-toolbar .item:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.mk-toolbar .item .text {
	font-size: 12px;
	margin: 0;
}
.mk-toolbar .item .child-wrap {
	position: absolute;
	right: 60px;
	width: 150px;
	display: none;
	padding: 8px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
}
.mk-toolbar .item:hover .child-wrap {
	display: block;
}
.mk-toolbar .item:hover .child-wrap img {
	width: 100%;
}
.mk-toolbar .item:hover .child-wrap .tel {
	color: #666;
}
.mk-toolbar .item:hover .child-wrap .tel svg {
	font-size: 12px;
	padding-right: 4px;
}
.mk-toolbar .item img {
	width: 18px;
}
.exhibition-container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}
@media (max-width: 767px) {
	.exhibition-container-parent {
		margin-bottom: 24px;
	}
	.exhibition-container-parent:last-child {
		margin-bottom: 0;
	}
}
.exhibition-container .exhibition-head {
	padding: 20px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
}
.exhibition-container .exhibition-head .more {
	color: #999;
	font-size: 13px;
	cursor: pointer;
}
.exhibition-container .exhibition-head .more svg {
	color: #999;
}
.exhibition-container .exhibition-content .item {
	padding: 16px 20px;
	border-bottom: 1px solid #f1f1f1;
	transition: 0.2s all ease-in-out;
	display: flex;
	color: #444;
}
.exhibition-container .exhibition-content .item img {
	display: block;
	width: 120px;
	height: 90px;
	border-radius: 8px;
}
.exhibition-container .exhibition-content .item .info {
	margin-left: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.exhibition-container .exhibition-content .item .info h3 {
	font-size: 14px;
	margin-top: 3px;
	font-weight: 500;
}
.exhibition-container .exhibition-content .item .info p {
	font-size: 13px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.exhibition-container .exhibition-content .item .info .date {
	font-size: 13px;
	color: #666;
}
.exhibition-container .exhibition-content .item:hover {
	background-color: #f5f6f7;
}
.exhibition-container .exhibition-content .item:last-child {
	border-bottom: 0;
}

/* default article-wrap */
.article-wrap {
	background-color: #fff;
	padding: 24px 0;
	font-family: 'OpenSans', sans-serif;
}
.article-wrap .h5 {
	font-size: 1.25rem;
}
.article-wrap .fw-semibold {
	font-weight: 500 !important;
	font-size: 0.875rem;
}
.article-wrap .related-articles .nav-item {
	width: 100%;
}
.article-wrap .related-articles .nav-item a {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}
.article-wrap .related-articles .nav-item:last-child a {
	border-bottom: 0 !important;
}
.article-section {
	padding: 2rem;
	border-radius: 10px;
	background-color: #fff;
}
.article-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.article-title {
	font-size: 30px;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
}

.article-meta {
	font-size: 14px;
	color: #444;
}

.article-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}
.article-content * {
	font-family: 'OpenSans', sans-serif;
}
.article-content p {
	margin-bottom: 1.5rem;
}
.article-content img {
	max-width: 100%;
	border-radius: 8px;
}
.article-content span {
	display: inline;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	margin-bottom: 1.5rem;
	font-family: 'OpenSans', sans-serif !important;
}

.article-content h1 {
	font-size: 36px;
}
.article-content h2 {
	font-size: 30px;
}
.article-content h3 {
	font-size: 26px;
}
.article-content h4 {
	font-size: 22px;
}
.article-content h5 {
	font-size: 18px;
}
.article-content h6,
.article-wrap .h6 {
	font-size: 16px;
}
.article-content table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border: 1px solid #dee2e6;
}
.article-content table thead {
	vertical-align: bottom;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
.article-content table tbody,
.article-content table td,
.article-content table tfoot,
.article-content table th,
.article-content table thead,
.article-content table tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
.article-content table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
	background-color: transparent;
	border-bottom-width: 1px;
	box-sizing: border-box;
}
.article-content table thead tr th {
	background-color: #f8f8f8;
	border-right: 1px solid #dee2e6;
	/* text-align: left; */
}
.article-content table thead tr th:last-child {
	border-right: 0;
}
.article-content table tbody tr:hover {
	background-color: #f5f6f7;
}
.article-content table tbody tr td {
	border-right: 1px solid #dee2e6;
	/* text-align: left; */
}
.article-content table tbody {
	vertical-align: inherit;
}
.article-footer {
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.article-footer a {
	color: var(--bs-primary);
	text-decoration: none;
}

.article-footer a:hover {
	text-decoration: underline;
}
.advertisement-layout {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	align-items: center;
	justify-content: center;
	display: none;
}
.advertisement-layout.show {
	display: flex;
}
.advertisement-layout .advertisement-container {
	position: relative;
}
.advertisement-layout .advertisement-container .close {
	position: absolute;
	color: #fff;
	right: 4px;
	top: 4px;
	font-size: 16px;
	padding: 4px;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.advertisement-layout .advertisement-container img {
	width: 650px;
	padding: 24px;
	background-color: #376962;
	border-radius: 8px;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.18);
}
.advertisement-layout.advertisement-coupon .advertisement-container {
	width: 450px;
}
.advertisement-layout.advertisement-coupon .advertisement-container img {
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
}
.advertisement-layout.advertisement-coupon .advertisement-container .close {
	color: #fff;
	font-size: 20px;
	right: 38px;
	top: 34px;
}
.nav-pills-light .nav-link.active,
.nav-pills-light .nav-link:hover,
.nav-pills-light .show > .nav-link {
	color: #202124;
	background-color: #f8f8f8;
	border: 1px solid #dce0e5;
}

.nav-pills .nav-link {
	cursor: pointer;
	padding: 0.5rem 1rem;
	color: #444;
	white-space: nowrap;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.article-category-wrap {
	background-color: #fff;
}
@media (min-width: 1400px) {
	.article-category-wrap .container {
		width: 1300px;
		padding: 0 15px;
	}
}

.article-category-wrap article.card {
	border-width: 0 !important;
}
.article-category-wrap article.card .card-footer {
	padding: 0.75rem 1.25rem;
	border-top: 0;
}
.article-category-wrap .text-truncate-multiline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.mk-empty {
	display: flex;
	padding: 1.5rem 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #999;
	user-select: none;
	flex-wrap: wrap;
	gap: 12px;
}
.mk-empty.big {
	gap: 16px;
}
.mk-empty.big svg {
	width: 60px;
	height: 60px;
}
.mk-empty.big p {
	font-size: 15px;
}

.mk-empty svg {
	width: 38px;
	height: 38px;
}
.mk-empty p {
	font-size: 13px;
}
#login-layout {
	width: 100%;
	height: 100%;
	border: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex.flex-start {
	justify-content: flex-start;
}
.flex.flex-end {
	justify-content: flex-end;
}
.flex.gap-2 {
	flex-wrap: wrap;
	gap: 8px;
}
.mb8 {
	margin-bottom: 8px;
}

/* toolbar */
.mk-right-bar {
	position: fixed;
	right: 20px;
	bottom: 120px;
	z-index: 99;
	width: 62px;
}

.mk-right-bar-inner {
	width: 100%;
	background: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	margin-top: 10px;
}

.mk-right-bar-inner:first-child {
	margin-top: 0;
}

.mk-right-bar-inner .mk-right-bar-item {
	width: 100%;
	height: 58px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 4px;
	flex-wrap: wrap;
	gap: 4px;
}
.mk-right-bar-inner .mk-right-bar-item > span {
	font-size: 12px;
}
.mk-right-bar-inner .mk-right-bar-item::after {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	width: 10px;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	margin: auto;
}

.mk-right-bar-inner .mk-right-bar-item:first-child::after {
	display: none;
}

.mk-right-bar-inner .mk-right-bar-item img {
	width: 24px;
	height: 24px;
	font-size: 24px;
	display: block;
}

.mk-right-bar-inner .mk-right-bar-item:hover .child-wrap {
	display: block;
}

.mk-right-bar-inner .mk-right-bar-item .child-wrap {
	position: absolute;
	bottom: 0;
	right: 64px;
	min-width: 200px;
	background: #fff;
	z-index: 999;
	padding: 12px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: 1px solid #e8e8e8;
	transition: all 0.3s;
	display: none;
}

.mk-right-bar-inner .mk-right-bar-item .child-wrap::after,
.mk-right-bar-inner .mk-right-bar-item .child-wrap::before {
	content: '';
	position: absolute;
	bottom: 10px;
	right: -10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
}

.mk-right-bar-inner .mk-right-bar-item .child-wrap::after {
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
}

.mk-right-bar-inner .mk-right-bar-item .child-wrap::before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e8e8e8;
	bottom: 6px;
}

.mk-right-bar-inner .mk-right-bar-item .child-wrap .services img {
	width: 100%;
	height: 100%;
	padding: 12px;
	object-fit: cover;
}

.mk-right-bar-inner .mk-right-bar-item .child-wrap .services p {
	text-align: center;
}

.mk-message-layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mk-message-layout.show {
	opacity: 1;
	visibility: visible;
}

.mk-message-layout .message-inner {
	width: 450px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px 24px;
	position: relative;
	transform: translateY(-20px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.mk-message-layout.show .message-inner {
	transform: translateY(0);
	opacity: 1;
}

.mk-message-layout .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0000000d;
	transition: 0.2s all;
}

.mk-message-layout .close:hover {
	background: #0000001a;
}

@media screen and (max-width: 768px) {
	.mk-message-layout .message-inner {
		width: calc(100% - 32px);
	}
}

.mk-message-layout .message-title h3 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.mk-message-layout .message-content {
	margin-top: 36px;
}

.message-content .mk-message-group {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 24px;
}

.message-content .mk-message-group:last-child {
	margin-bottom: 0;
}

.message-content .mk-message-group .title {
	font-size: 14px;
	color: #333;
	display: block;
}

.message-content .mk-message-group .title::after {
	content: ':';
	margin-right: 4px;
}

.message-content .mk-message-group .title .must {
	color: #f00;
}

.message-content .mk-message-group input[type='text'] {
	height: 40px;
}

.message-content .mk-message-group textarea,
.message-content .mk-message-group input[type='text'] {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	padding: 8px 12px;
	outline: none;
	transition: 0.2s all;
	font-size: 14px;
}

.mk-message-layout .message-content .mk-message-group textarea:focus,
.mk-message-layout .message-content .mk-message-group input[type='text']:focus {
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
}
.masonry-grid {
	width: 100%;
	padding: 0;
}
/*
.masonry-item {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

@media (min-width: 576px) {
	.masonry-item {
		width: calc(50% - 25px);
	}
}

@media (min-width: 992px) {
	.masonry-item {
		width: calc(33.333% - 16.5px);
	}
} */
.article-item {
	transition: 2s all ease-in-out;
}

.article-item .card-img {
	height: 240px;
}
.article-item .card-title {
	font-weight: 500;
	font-size: 15px;
	transition: 0.2s all ease-in-out;
}
.article-item:hover .card-title {
	color: #007bff;
}
.mb-24 {
	margin-bottom: 24px;
}
.fill-primary {
	fill: var(--bs-primary) !important;
}

.fill-white {
	fill: #fff !important;
}

.fill-secondary {
	fill: #85878a !important;
}

.fill-success {
	fill: #0cbc87 !important;
}

.fill-info {
	fill: #17a2b8 !important;
}

.fill-warning {
	fill: #f7c32e !important;
}

.fill-danger {
	fill: #d6293e !important;
}

.fill-light {
	fill: #f8f8f8 !important;
}

.fill-dark {
	fill: #202124 !important;
}

.fill-body {
	fill: #fff !important;
}

.fill-mode {
	fill: #202124 !important;
}

.opacity-4 {
	opacity: 0.4 !important;
}

.pt-8 {
	padding-top: 5rem !important;
}

@media (min-width: 1200px) {
	.pt-xl-9 {
		padding-top: 8rem !important;
	}
}

figure {
	margin: 0 0 1rem;
}

.error-container .content {
	padding-bottom: 5rem;
}

.error-container .content h4 {
	margin-bottom: 1rem;
}

.error-container .content p {
	color: #606261;
	margin-bottom: 2rem;
}
.mk-shop-sidebar .accordion-item {
	margin-bottom: 16px;
	border-radius: 5px;
	overflow: hidden;
}

.mk-shop-sidebar .accordion-item:not(:first-of-type) {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.mk-shop-sidebar button {
	box-shadow: none !important;
	outline: 0 !important;
}

a.text-primary-hover:hover,
button.text-primary-hover:hover {
	color: var(--bs-primary) !important;
}

a.text-primary-hover,
button.text-primary-hover {
	color: var(--bs-gray-600);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
#categories-container .accordion-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories-container .accordion-categories li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background-color 0.3s ease;
	color: rgba(0, 0, 0, 0.85);
}
#categories-container .accordion-categories li .fa-angle-down {
	color: #666;
	transition: transform 0.3s ease;
}
.mk-shop-sidebar .input-group input[type='text'] {
	font-size: 13px !important;
	line-height: 1;
}
#categories-container .accordion-categories li.open .fa-angle-down {
	transform: rotate(180deg);
}
#categories-container .accordion-categories .form-check-label {
	display: flex;
	flex: 1;
	line-height: 32px;
	margin-left: 10px;
	align-items: center;
	justify-content: space-between;
}
#categories-container .accordion-categories .form-check-input {
	margin-top: 0;
}
#categories-container .accordion-categories .submenu {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
	padding-left: 15px;
}

#categories-container .accordion-categories .submenu li {
	margin-bottom: 0;
}
.shop-wrap,
.product-container {
	padding: 2rem 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol', 'Noto Color Emoji';
}
#search-form .form-control,
#search-form .form-select {
	border-radius: 5px;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
#search-form .btn {
	box-shadow: none;
	outline: 0;
}

.mk-product-list .product-item {
	transition: 0.2s all ease-in-out;
	background-color: transparent !important;
	color: #202224;
	border-radius: 8px;
}
.mk-product-list .product-item:hover {
	transform: translateY(-5px);
}
.mk-product-list .product-item .card-header {
	border-bottom: 0;
}
.mk-product-list .product-item .card-footer {
	border-top: 0;
}

.mk-product-list .product-item .list-unstyled {
	padding-left: 0;
	list-style: none;
}

.mk-product-list .product-item .list-inline {
	padding-left: 0;
	list-style: none;
}
.mk-product-list .product-item:hover .stretched-link {
	color: var(--bs-primary);
}
.mk-product-list .product-item .list-inline-item {
	display: inline-block;
}
.mk-product-list .product-item .list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.mk-product-list .product-item .price {
	--bs-text-opacity: 1;
	color: var(--bs-primary);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}
.mk-product-list .product-item .price .text-decoration-line-through {
	color: #666;
	font-weight: 500;
}
.mk-product-list .product-item .sales-text {
	color: #505050;
}
.mk-pagination .page-item {
	margin: 3px;
}
.mk-pagination .page-item.disabled .page-link {
	color: #6c757d !important;
	pointer-events: none;
}
.mk-pagination .page-item .page-link {
	border: 0;
	border-radius: 5px;
	color: #202124;
	background-color: #f8f8f8;
	transition: 0.2s all ease-in-out;
	padding: 11px 16px;
}
.mk-pagination .page-item.active .page-link {
	background-color: var(--bs-primary);
	color: #fff;
}
.mk-pagination .page-item .page-link:hover {
	background-color: var(--bs-primary);
	color: #fff;
}
.product-container .product-swiper {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.product-container .product-swiper .swiper-slide img {
	border-radius: 10px;
}

.product-container .swiper-button-next,
.product-container .swiper-button-prev {
	width: 42px;
	height: 42px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-container .swiper-button-next::after,
.product-container .swiper-button-prev::after {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
	.ps-md-6 {
		padding-left: 2rem;
	}
}
.setting-container .setting-section .setting-header {
	margin-bottom: 10px;
}
.setting-container .setting-section h2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
}
.setting-container .setting-section h4 {
	font-size: 14px;
	font-weight: 400;
}
.setting-container .setting-section .setting-content {
	padding: 10px 0;
}
.setting-container .setting-section .setting-content .form-select {
	width: 100%;
	max-width: 420px;
	border-radius: 8px;
	font-size: 14px;
}
.setting-container .section-line {
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	margin: 24px 0;
}
.position-relative {
	position: relative;
}
.position-relative .loading-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.8);
}
.position-relative .loading-wrap .loading-icon svg {
	width: 28px;
	height: 28px;
	animation: loading 1s infinite linear;
	color: var(--bs-primary);
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.category-panel {
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.category-panel .category-banner {
	background-color: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.category-panel .category-banner .category-content {
	height: 100%;
	padding: 2rem;
	box-sizing: border-box;
	text-align: center;
	color: #152026;
}
.category-panel .category-content .category-title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 30px;
	line-height: 1;
}

.category-banner .category-content .category-step {
	margin-bottom: 30px;
}
.category-banner .category-content .category-step:last-child {
	margin-bottom: 0;
}
.category-banner .category-content .category-step div {
	margin-bottom: 12px;
	font-size: 14px;
}
.category-banner .category-content .category-step div:last-child {
	margin-bottom: 0;
}
.category-banner .category-content .category-step div span {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	padding-left: 12px;
}
.category-banner .category-content .category-step div span::before {
	content: '';
	position: absolute;
	left: -4px;
	width: 8px;
	height: 8px;
	top: 8px;
	border-radius: 50%;
	background-color: #0e6aed;
	margin: auto;
}
.category-banner .category-content .category-step div span:first-child {
	margin-left: 0;
}
.category-banner .category-content .category-step div span:last-child {
	margin-right: 0;
}
.category-banner .category-quote {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #152026;
	height: 100%;
	padding: 1rem;
	text-align: center;
}
.category-banner .category-quote p {
	margin-bottom: 12px;
	color: #444;
}
.category-banner .category-quote p svg {
	font-size: 13px;
	color: #189d0a;
}
.category-body .category-menu {
	height: 50px;
	display: flex;
	align-items: center;
	background-color: #f2f4f7;
}
.category-body .category-menu.fixed {
	position: fixed;
	top: 76px;
	left: 0;
	right: 0;
	z-index: 1;
}
.category-body .category-menu .container ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.category-body .category-menu .container ul li {
	cursor: pointer;
	font-weight: 600;
	color: #686868;
	transition: 0.3s all;
	position: relative;
	list-style: none;
}
.category-body .category-menu .container ul li:hover,
.category-body .category-menu .container ul li.active {
	color: #0e6aed;
}
.category-body .category-menu .container ul li:hover::after,
.category-body .category-menu .container ul li.active::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	border-radius: 50%;
	background-color: #0e6aed;
}
.category-banner .container.white {
	color: #fff;
}

.part-list {
	display: flex;
	justify-content: space-around;
}
.material-item {
	box-sizing: border-box;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
	background-color: #fff;
	overflow: hidden;
}
.material-item:first-child {
	margin-left: 0;
}
.material-item:last-child {
	margin-right: 0;
}
.material-item img {
	width: 100%;
	display: block;
}
.material-item:hover .info {
	background-color: rgba(114, 174, 230, 0.18);
}
.material-item .info {
	padding: 10px;
	background-color: #f5f6f7;
	transition: 0.2s all;
}
.material-item .info .title {
	font-size: 16px;
	margin-bottom: 8px;
}
.text {
	color: #152026;
	margin-bottom: 10px;
}
.category-content-services.white .service-category-title,
.category-content-services.white .service-category-sub-title {
	color: #fff;
	text-shadow: 1px 1px #000;
}
.service-category-title {
	position: relative;
	z-index: 1;
	font-size: 32px;
	font-weight: 500;
	padding-top: 5rem;
}
.service-category-sub-title {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: 400;
	padding-top: 1.5rem;
	padding-bottom: 5rem;
	color: #666;
	max-width: 50%;
}
@media (max-width: 767px) {
	.service-category-sub-title {
		max-width: 100%;
	}
}
.services-part-list ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.services-part-list ul {
		flex-wrap: wrap;
		gap: 10px;
	}
	.services-part-list ul li {
		width: calc(50% - 5.5px) !important;
		flex-basis: auto;
	}
	.document-list {
		flex-wrap: wrap;
		padding: 0 12px;
	}
	.document-list .item {
		width: 100% !important;
		margin-bottom: 16px;
	}
	.document-list .item:last-child {
		margin-bottom: 0;
	}
}
.services-part-list ul li {
	width: 22%;
	text-align: center;
	background-color: #f5f7f9;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.2s all;
	list-style: none;
}
.services-part-list ul li:hover {
	transform: scale(1.1);
}
.services-part-list ul li .title {
	font-size: 1rem;
	font-weight: 500;
}
.services-part-list ul li img {
	width: 90px;
	display: block;
	margin: 0 auto 12px;
}
.document-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px;
}
.document-list .item {
	width: calc(33.33% - 20px);
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	background-color: #fff;
	border-radius: 3.5px;
	box-sizing: border-box;
}
.document-list .item .title {
	padding: 15px 15px 10px;
	border-bottom: 1px solid #e8e8e8;
}
.document-list .item a {
	display: block;
	padding: 12px 15px;
	transition: 0.2s all;
}
.document-list .item a:hover {
	background-color: #f1f7ff;
}
.document-list .item .no-data {
	text-align: center;
	padding: 15px 0;
	color: #767676;
}
.app-loading {
	padding: 3rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/* 容器样式 */
.mk-loading-container {
	position: relative;
	width: 60px;
	height: 60px;
}

/* 动画样式 */
.mk-loading-animation {
	position: absolute;
	width: 6px; /* 缩小尺寸 */
	height: 6px; /* 缩小尺寸 */
	border-radius: 50%;
	animation: mk-bounce 1.5s infinite ease-in-out, mk-color-change 1.5s infinite ease-in-out;
}

.mk-loading-animation:nth-child(1) {
	left: 24px;
	top: 2px;
	animation-delay: 0s;
}
.mk-loading-animation:nth-child(2) {
	left: 40px;
	top: 8px;
	animation-delay: 0.1s;
}
.mk-loading-animation:nth-child(3) {
	left: 47px;
	top: 24px;
	animation-delay: 0.2s;
}
.mk-loading-animation:nth-child(4) {
	left: 40px;
	top: 40px;
	animation-delay: 0.3s;
}
.mk-loading-animation:nth-child(5) {
	left: 24px;
	top: 47px;
	animation-delay: 0.4s;
}
.mk-loading-animation:nth-child(6) {
	left: 8px;
	top: 40px;
	animation-delay: 0.5s;
}
.mk-loading-animation:nth-child(7) {
	left: 2px;
	top: 24px;
	animation-delay: 0.6s;
}
.mk-loading-animation:nth-child(8) {
	left: 8px;
	top: 8px;
	animation-delay: 0.7s;
}

/* 动画关键帧 */
@keyframes mk-bounce {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.5);
	}
}

/* 颜色变化关键帧 */
@keyframes mk-color-change {
	0% {
		background-color: #9dcdff;
	}
	50% {
		background-color: #007bff; /* 蓝色 */
	}
	100% {
		background-color: #9dcdff;
	}
}
.app-loading .loading-text {
	font-size: 13px;
	color: #666;
}

.services p {
	margin-bottom: 4px !important;
}
.item-label {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	right: 3px;
	top: 1px;
	z-index: 1;
}

.item-label::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: #f00;
	animation: pulse 1s infinite ease-in-out;
	z-index: 2;
}

.item-label::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ffafa9;
	animation: pulse 1.5s infinite ease-in-out;
	z-index: 1;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.2);
		opacity: 0.6;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.beta-shop::after {
	content: 'beta';
	position: absolute;
	top: 22px;
	right: -15px;
	font-size: 12px;
	color: #fff;
	background: #37bb17;
	padding: 0 4px;
	border-radius: 3.5px;
	transform: scale(0.8);
	transition: 0.2s all;
}
.header.navbar-area.sticky li.menu-item.menu-item-type-post_type.menu-item-object-page.beta-shop::after {
	top: 10px;
}
.article-prev-next-items {
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
.article-prev-next-items .item {
	flex: 1;
	padding: 16px;
	border-radius: 5px;
	background-color: #f5f6f7;
	color: #666;
}
.article-prev-next-items .item a {
	color: #444;
	transition: 0.2s all ease-in-out;
}
.article-prev-next-items .item:hover a {
	color: #bd0b0b;
}
.article-prev-next .item {
	/* transition: 0.2s all; */
	margin-bottom: 1rem;
	border-radius: 5px;
}
.article-prev-next .item:last-child {
	margin-bottom: 0;
}
.article-prev-next .item a {
	color: #444;
}
.article-prev-next .item:hover a {
	color: var(--bs-primary);
}
.document-category-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
}
.document-category-list .item {
	font-size: 15px;
	font-weight: 400;
	line-height: 36px;
	padding: 0 1.5rem;
	color: #222;
	border-radius: 8px;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.document-category-list .item.active {
	border-color: #bd0b0b;
	color: #bd0b0b;
}
.document-category-list .item:hover {
	color: #bd0b0b;
}
.document-posts-list {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px; /* 减少间距以适应小屏幕 */
}

.document-posts-list .posts-item {
	flex: 1 1 calc(33.33% - 16px); /* 默认三列布局 */
	max-width: calc(33.33% - 16px);
	min-width: 200px; /* 确保每个元素的最小宽度 */
	background-color: #fff;
	align-items: center;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 20px 32px;
	box-sizing: border-box;
	color: #222;
	display: flex;
	align-items: center;
	line-height: 20px;
	transition: all 0.3s ease; /* 添加平滑的变化效果 */
}

.document-posts-list .posts-item .licon {
	position: relative;
	top: -1px;
	margin-right: 12px;
}

.document-posts-list .posts-item .licon svg {
	width: 20px;
	height: 20px;
}

/* 响应式调整 */
@media (max-width: 1024px) {
	.document-posts-list .posts-item {
		flex: 1 1 calc(50% - 16px); /* 两列布局 */
		max-width: calc(50% - 16px);
	}
}

@media (max-width: 768px) {
	.document-posts-list .posts-item {
		flex: 1 1 100%; /* 单列布局 */
		max-width: 100%;
	}
}
.mk-select {
	border: 1px solid #d9d9d9;
	height: 40px;
	border-radius: 8px;
	outline: 0;
	padding: 0 10px;
	font-size: 13px;
	color: #444;
}
.mk-select:focus {
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
}
.shop-wrap .category-wrap {
	margin-bottom: 2rem;
}
.category-line {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	flex-wrap: wrap;
	gap: 8px;
}

.category-line .first {
	display: inline-block;
	position: relative;
	margin-right: 12px;
	color: #444;
	font-size: 14px;
	flex-shrink: 0;
	line-height: 34.5px;
}

.category-line .first::after {
	content: ':';
	display: inline-block;
	padding-left: 2px;
	padding-right: 4px;
	line-height: 1.5;
}

.category-line ul {
	flex: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.category-line ul li {
	flex: 0 0 auto;
	max-width: calc(50% - 8px);
}
@media (min-width: 769px) {
	.category-line ul li {
		flex: 0 0 auto;
	}
}

.category-line ul li a {
	display: block;
	color: #212529;
	padding: 6px 12px;
	transition: 0.2s all;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
}

.category-line ul li.active a,
.category-line ul li a:hover {
	color: #bd0b0b;
	border-color: #bd0b0b;
}

@media (max-width: 768px) {
	.category-line ul li {
		flex: 0 0 auto;
		max-width: 100%;
	}

	.category-line .first {
		margin-right: 0;
		width: 100%;
	}

	.category-line {
		gap: 4px;
	}
}

.category-line ul a {
	color: #212529;
	padding: 6px 12px;
	transition: 0.2s all;
	font-size: 14px;
	cursor: pointer;
}
.category-line ul li.active a,
.category-line ul li a:hover {
	color: #bd0b0b;
}
.mk-dropdown .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin-top: 6px;
}
.mk-dropdown .dropdown-menu.show {
	display: block;
}
.mk-dropdown .dropdown-menu li {
	width: 100%;
	max-width: 100%;
}
.mk-dropdown .dropdown-menu li a {
	text-align: left;
}
.category-line .mk-dropdown > a {
	padding: 6px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.nav .dropdown-menu {
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.dropdown-menu li:last-child button {
	margin-bottom: 0 !important;
}
.dropdown-menu .mk-dropdown-arrow.left {
	left: 12px;
}
.dropdown-menu .mk-dropdown-arrow {
	position: absolute;
	z-index: 1;
	display: block;
	pointer-events: none;
	width: 16px;
	height: 16px;
	overflow: hidden;
	right: 12px;
	top: 2px;
	transform: translateY(-100%);
}
.dropdown-menu .mk-dropdown-arrow::before {
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	width: 16px;
	height: 8px;
	background: #ffffff;
	clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
	clip-path: path(
		'M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z'
	);
	content: '';
}
.dropdown-menu .mk-dropdown-arrow::after {
	content: '';
	position: absolute;
	width: 8.970562748477143px;
	height: 8.970562748477143px;
	bottom: 0;
	inset-inline: 0;
	margin: auto;
	border-radius: 0 0 2px 0;
	transform: translateY(50%) rotate(-135deg);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
	z-index: 0;
	background: transparent;
}
.products-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.products-wrap .product-item {
	flex: 0 0 auto;
	padding: 16px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	width: calc(20% - 12.9px);
	color: #212529;
	transition: 0.2s all;
}
.products-wrap .product-item:hover {
	transform: scale(1.025);
}
@media (max-width: 1200px) {
	.products-wrap .product-item {
		width: calc(25% - 12px);
	}
}
@media (max-width: 768px) {
	.products-wrap .product-item {
		width: calc(33.33% - 10.65px);
	}
}
@media (max-width: 480px) {
	.products-wrap .product-item {
		width: calc(50% - 8px);
	}
}
.product-item .preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products-wrap .product-item .product-info {
	padding-top: 12px;
}
.products-wrap .product-item .product-info .name {
	font-size: 14px;
	font-weight: 500;
	color: #212529;
}

/* header-sticky */

.header-sticky .navbar-brand img {
	height: 46px;
}
/* .quote-card {
	padding: 12px;
} */
.quote-card img {
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	padding-bottom: 12px;
}
.quote-card .card-body {
	padding-top: 0;
}
.quote-card .card-body h6 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
.quote-card a {
	transition: 0.2s all ease-in-out;
}
.quote-card a:hover * {
	color: var(--bs-primary);
}
.show1 {
	display: block;
}
.userinfo-wrapper {
	display: none;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.userinfo-wrapper img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 4px;
}
.userinfo-wrapper .username {
	font-size: 14px;
}

@media (max-width: 768px) {
	.userinfo-wrapper img {
		margin-right: 0;
	}
	.userinfo-wrapper .username {
		display: none;
	}
}
.language-list .lang-item {
	cursor: pointer;
	position: relative;
	padding: 4px 12px;
	padding-left: 28px;
	display: flex;
	align-items: center;
	margin-top: 4px;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.language-list .lang-item .icon {
	width: 18px;
	display: block;
	margin-right: 8px;
}
.language-list .line {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	margin: 8px 0;
}
.language-list .lang-item::before {
	content: '';
	position: absolute;

	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
}
.language .language-list .lang-item::after {
	content: '';
	position: absolute;
	left: 8px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.language .language-list .lang-item:hover::after,
.language .language-list .lang-item.active::after {
	background-color: var(--bs-primary);
}
.language .language-list .lang-item:hover,
.language .language-list .lang-item.active {
	color: var(--bs-primary);
}
.language .language-list .change-language,
.language .language-list .currency {
	display: block;
	margin-bottom: 8px;
	padding-left: 4px;
	font-size: 13px;
}
@media (max-width: 768px) {
	.language .language-list .lang-item {
		padding-left: 30px;
	}
}

@media (max-width: 1199.98px) {
	.mobile-dropdown .username {
		display: inline-block;
	}
}
.login-button {
	display: none;
}
.toggler-menu {
	line-height: 54.54px;
}
.toggler-menu-s {
	cursor: pointer;
}
@media (min-width: 992px) {
	.merchants-p1-swiper .swiper-pagination,
	.merchants-p2-swiper .swiper-pagination,
	.cnc-p1-swiper .swiper-pagination,
	.cnc-p2-swiper .swiper-pagination {
		display: none;
	}
}
.cnc-p1-swiper .swiper-slide .h5,
.merchants-p1-swiper .swiper-slide .h5 {
	color: #202124;
	font-weight: 600;
	line-height: 1.25;
	font-size: 1.05rem;
}
.merchants-p2-swiper .swiper-slide .h6,
.cnc-p2-swiper .swiper-slide .h6 {
	color: #202124;
	font-weight: 600;
	line-height: 1.25;
	font-size: 0.95rem;
}
.merchants-p1-swiper .swiper-slide .icon svg,
.cnc-p1-swiper .swiper-slide .icon svg,
.mk-slider-icon svg {
	width: 28px;
	height: 28px;
}
.bg-info-gray {
	background-color: #f5f6f7;
}
.merchants-p3 {
	position: relative;
	z-index: 1;
}
.merchants-p3 .right-container {
	/* position: absolute; */
	/* right: 0;
	top: 0;
	width: 35%;
	bottom: 0;
	padding: 2rem; */
	position: relative;
	max-width: 420px;
	z-index: 1;
}
.merchants-p3 {
	background-image: url('../images/merchants-p3-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 2rem 0;
}
.merchants-p3 .merchants-form {
	background-color: #fff;
	border-radius: 8px;
}
@media (min-width: 992px) {
	.dropdown-menu.user-control-menu {
		padding: 4px;
		list-style-type: none;
		background-color: #ffffff;
		background-clip: padding-box;
		border-radius: 8px;
	}
	.dropdown-menu.user-control-menu .dropdown-item {
		font-size: 14px;
		align-items: center;
	}
	.dropdown-menu.user-control-menu .dropdown-item svg {
		width: 15px;
		height: 15px;
	}
}
.f-18 {
	font-size: 18px;
}
.w-120 {
	width: 120px;
}
.br-6 {
	border-radius: 6px;
}
.swiper-3d-p1 .swiper-slide .h6 {
	color: #202124;
	font-weight: 600;
	line-height: 1.25;
	font-size: 0.95rem;
}
@media (min-width: 992px) {
	.swiper-3d-p1 .swiper-pagination {
		display: none;
	}
}
.point-layout {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1024;
	display: none;
	align-items: center;
	justify-content: center;
}
.point-layout.show {
	display: flex !important;
}
.point-layout-inner {
	width: 650px;
	margin-top: -15%;
	position: relative;
}

.point-layout-inner .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	font-size: 18px;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(252, 131, 125, 0.9);
	opacity: 0.8;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.2s all;
}

.point-layout-inner .close:hover {
	transform: scale(1.2);
}

@media (max-width: 650px) {
	.point-layout-inner {
		width: calc(100% - 24px);
	}
}
.technology-group {
	gap: 16px;
	align-items: stretch;
}
.technology-group .technology-item {
	background-color: #f5f6f7;
	flex: 1 1 18%; /* 设置默认宽度为45% */
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 5px;
	transition: 0.2s all;
}

/* 响应式调整，适配中等屏幕设备（如平板） */
@media (max-width: 1024px) {
	.technology-group .technology-item {
		flex: 1 1 23%; /* 每个项占据 23% 的宽度 */
	}
}

/* 响应式调整，适配小屏设备（如手机） */
@media (max-width: 768px) {
	.technology-group .technology-item {
		flex: 1 1 48%; /* 每个项占据 48% 的宽度 */
	}
}

/* 极小屏设备，调整为每行一个 */
@media (max-width: 480px) {
	.technology-group .technology-item {
		flex: 1 1 45%; /* 每个项占据 100% 宽度 */
		padding: 0.8rem; /* 减小内边距 */
	}
}
.technology-group .technology-item:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.technology-group .technology-item img {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 12px;
	user-select: none;
}
.technology-group .technology-item h6 {
	font-size: 1rem;
	margin-bottom: 1rem;
}
.technology-group .technology-item .technology-content {
	margin-bottom: 1rem;
}
.technology-group .technology-item .technology-content p {
	margin-bottom: 8px;
	font-size: 13px;
}
.technology-group .technology-item .technology-content p:last-child {
	margin-bottom: 0;
}
.technology-group .technology-item .technology-btn {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	padding: 6px 1rem;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid rgba(0, 2, 5, 0.1);
	background-color: #f5f5f5;
	font-size: 14px;
	border-radius: 5px;
	color: #444;
	transition: 0.2s all;
}
.technology-group .technology-item .technology-btn:hover {
	background-color: #bd0b0b;
	border-color: #bd0b0b;
	color: #fff;
}
