.list-news {
	padding: var(--space-2xl) 0;
}

.list-news .news-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 1.8rem;
	display: grid;
}

.list-news .news-card {
	background: var(--bg-white);
	padding: var(--space-sm);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
	transition: var(--transition-normal);
	border: 1px solid rgba(211, 67, 70, 0.08);
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #333;
}

.list-news .news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(211, 67, 70, 0.12);
	border-color: rgba(211, 67, 70, 0.2);
}

.list-news .news-card h3 {
	font-size: 1.35rem;
	transition: var(--transition-normal);

}

.list-news .news-card .tips,
.list-news .news-card .desc {
	font-size: .9rem;
	color: #666666;
	transition: var(--transition-normal);
}

.list-news .news-card:hover .tips,
.list-news .news-card:hover .desc,
.list-news .news-card:hover h3 {
	color: var(--primary-color);
	transition: var(--transition-normal);
}

.list-news .news-card .tips span {
	margin-right: 1rem;
}

.article-content {

	padding: var(--space-2xl) 0;
}

.article-content .container {
	text-align: center;
}

.article-content h1.title {}

.article-content .tips {
	font-size: 1rem;
	color: #666666;
	margin: .5rem 0 1rem;
}

.article-content .tips span {
	margin: 0 1rem;
}

.article-content .container .content {
	text-align: left;
	text-indent: 2rem;
	color: #333333;
	font-size: 1rem;
	line-height: 2rem;
}

.article-content .container .content img {
	margin: 1rem auto;
	width: auto;
	max-width: 100%;
}

.team {
	margin: 3rem 0 4rem;
}

.team .section-header {
	margin-bottom: 2rem;
}

.team .team-cat {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.team .team-cat a {
	color: #000000;
	margin: 0 1rem;
	background-color: #eeeeee;
	color: #000000;
	padding: .2rem 1rem;
	border-radius: 5px;
	transition: color 0.3s ease;
}

.team .team-cat a.active {
	background-color: #D34346;
	color: #ffffff;
}

.team-grid {
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem;
}

.team-grid .brand-card {
	margin-bottom: .1rem;
}

.team-grid .brand-card .team-cover {
	width: 100%;
	height: 17rem;
	background: white;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: .35rem;
}

.team-grid .brand-card .team-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(0.3);
	transition: filter 0.3s ease;
	border-radius: 5px;
}

.mi-guarantee {
	width: 100%;
	padding: var(--space-2xl) 0;
}

.guarantee-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.guarantee-card {
	background: var(--bg-white);
	padding: var(--space-sm);
	border-radius: var(--radius-md);
	height: 7rem;
    transition: all 0.4s ease;
}
.guarantee-card:hover{
    transition: all 0.4s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.guarantee-card .icon {
	width: 5rem;
	height: 5rem;
	background: white;
	border-radius: 12px;
	padding: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(211, 67, 70, 0.08);
	margin-right: 1rem;
	float: left;
}

.guarantee-card .icon img {
	width: 100%;
}

.guarantee-card .info {
	height: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.guarantee-card .info p {
	font-size: .9rem;
	color: #666666;
	display: block;
	width: 100%;
}
.page-about-content{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 4rem;
	align-items: center;
}
.page-about-content .gallery-item img{
	height: 100%;
}
.number{
	width: 3rem;
	height: 3rem;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(211, 67, 70, 0.08);
	margin-right: 1rem;
	float: left;
	font-size: 1.3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#map{
	width: 100%;
	height: 25rem;
	background-color: #eeeeee;
	margin-bottom: 3rem;
}

.mi-page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 4rem;
}
.mi-page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	list-style: none;
}
.mi-page li {
	min-width: 2rem;
	margin: 0 .4rem;
	overflow: hidden;
}
.mi-page a,
.mi-page span {
	display: block;
	padding: .8rem 1rem;
	line-height: 1;
	font-size: 1.2rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	border: 1px solid var(--primary-light);
	overflow: hidden;
	transition: all 0.3s ease;
}
.mi-page>i {
	margin-top: 1.4rem;
	width: 100%;
	font-size: 1.3rem;
	color: #888;
	display: none;
}

.mi-page a:hover,
.mi-page .active a,
.mi-page .active span {
	border-color: var(--primary-color) !important;
	background: var(--primary-color);
	color: #FFF !important
}

.article-prev-next{
	width: 100%;
	height: auto;
	background-color: #ececec;
	padding: 1rem 1rem .6rem;
	position: relative;
	margin: 4rem 0;
}
.article-prev-next p{
	margin-bottom: .5rem;
	text-align: left;
}
.article-prev-next p:last-child{
	margin-bottom: 0;
}
.article-prev-next p span{
	font-weight: bold;
	margin-right: .8rem;
}
.article-prev-next p a {
	color: #0a0a0a;
}
.article-prev-next p a:hover,.article-prev-next .category:hover{
	color: var(--primary-color);
}
.article-prev-next .category{
	position: absolute;
	right: .6rem;
	top: 25%;
	font-size: 1.3rem;
	transition: all .3s
}
.list-two{
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
	gap: 2rem;
	margin-bottom: 2.5rem;
}
.list-two .service-card{
	display: flex;
	padding: var(--space-sm);
}
.service-icon{
	width: 35%;
	overflow: hidden;
	height: 11rem;
	border-radius: .3rem;
	margin: 0 1.5rem 0 0;
}
.service-icon img{
	width: 100%;
	height: 11rem;
	object-fit: cover;
}
.service-card h3,.service-card p{
	text-align: left;
}
.service-card .service-features{
	justify-content: flex-start;
}
.service-card:hover .service-icon{
	transform: scale(1);
}
.service-content{
	padding: 1rem 3% 1rem;
}
.service-content div,.service-content p{
	margin-bottom: .3rem !important;
	font-size: 1rem;
}
.service-content .content-title{
	border-bottom: .15rem solid #EEE;
	height: 2.8rem;
	margin-bottom: 1.5rem;
	padding-left: .4rem;
	position: relative;
	letter-spacing: .1rem;
	font-size: 1.5rem;
}
.service-content .content-title:after{
	content: ' ';
	position: absolute;
	width: 8rem;
	height: .15rem;
	background-color: var(--primary-color);
	left: 0;
	bottom: -.15rem;
}
.service-content .images{
	display: flex;
}
.service-content .images img{
	width: 25%;
	height: auto;
	max-height: 15rem;
	object-fit: contain;
	background-color: #ececec;
	border-radius: .25rem;
	margin-right: 3rem;
	transition: all .3s;
}
.service-content .images img:hover{
	cursor: zoom-in;
	box-shadow: var(--shadow-md);
}
.service-info {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	padding: 2rem 0;
}
.service-info .photos{
	height: 30rem;
	overflow: hidden;
	border-radius: .2rem;
}
.service-info .photos img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-info .infos h1{
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.service-info .infos p{
	margin-bottom: .6rem;
}
.service-info .infos .desc{
	background-color: #eeeeee;
	padding: .5rem 1rem;
}
.service-contact{
	display: flex;
}
.service-info .infos a{
	background-color: var(--primary-color);
	color: #ffffff;
	padding: .9rem 1.8rem;
	margin-top: .1rem;
	letter-spacing: 1px;
	border-radius: .3rem;
	display: block;
	width: 15rem;
	text-align: center;
	font-size: 1.25rem;
}
.service-contact a:first-child{
	margin-right: 2rem;
	background-color: var(--secondary-color);
}
.service-info .infos a i{
	font-size: 1.3rem;
}
.service-info .infos .tags{
	margin-top: 1rem;
}
.service-info .infos .tags span{
	background-color: var(--primary-color);
	color: #f7f7f7;
	margin: 1rem 1rem 0 .1rem;
	padding: .25rem .9rem;
	font-size: .8rem;
}
.position{
	margin-top: 2rem;
	color: #333333;
	display: flex;
	align-items: center;
}
.position a{
	color: #333333;
}
.position a.active{
	color: var(--primary-color);
}
.position i{
	margin: .1rem .3rem 0;
	font-size: 1.35rem;
	padding: 0 .2rem;
}



@media screen and (max-width:1024px) {
	.mi-page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.service-content .images{
		justify-content: space-between;
	}
	.service-content .images img{
		width: 48%;
		height: auto;
		max-height: 10rem;
		margin-right: 0;
	}
	.mi-page li {
		min-width: 2rem;
	}
	.mi-page a,
	.mi-page span {
		line-height: 2rem;
		padding: 1rem;
	}
	.mi-page_box {margin-top: 2rem;}
	.service-info{
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}
	.service-info .photos{
		width: 100%;
		height: 20rem;
	}
	.service-info .infos a{
		display: flex;
		font-size: .9rem;
		align-items: center;
	}
	.service-info .infos a i{
		margin-right: .1rem;
	}
	.team-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.team-grid .brand-card .team-cover{
		height: 9rem;
	}
	.section-header h2{
		font-size: 2rem;
	}
	.page-about-content{
		display: flex;
		flex-direction: column;
	}
	.guarantee-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.guarantee-card,.guarantee-card .info{
		height: auto;
	}
	.guarantee-card .info .guarantee-name{
		font-size: 1rem;
	}
	.hero{
		display: none;
	}
	.mi-guarantee{
		padding-top: 0;
	}
	.list-news .news-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.position a:last-child{
		display: none;
	}
}