.thirdNameTitle {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 auto;
	width:100%;
}

.thirdNameTitleItem {
	margin: 10px;
	flex-shrink: 0;
	padding: 5px;
	box-shadow:1px 1px 5px 0px #cfd2d8;
	display: flex;
	justify-content: center;
	cursor: pointer;
	text-align: center;
	color: #555;
	transition: all 0.5s;
	border-radius: 5px
}

.thirdNameTitleItem.active {
	background-color: #1b66ba;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.thirdName .titleLine {
		padding: 2px 20px;
	}
	.thirdNameContentRowImgTitle {
		font-size: 14px!important;
	}
	.thirdNameContentRowImgText {
		font-size: 13px!important;
	}
	.articleTitleItem1 {
		font-size: 25px!important;
		letter-spacing: 2px!important;
	}
	.thirdNameContentTitle {
		width: 100%!important;
	}
	.thirdNameContent {
		width: 92%!important;
	}
	.thirdName,{
		margin-top: 20px!important;
	}
}
.articleTitle {
	width: 100%;
}
.articleTitleItem1 {
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.938);
	text-align: center;
	letter-spacing: 3px;
	margin-bottom: 1em;
}
.articleTitleItem2 {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: rgba(204, 214, 231, 1);
	text-align: center;
	letter-spacing: 1px;
	margin-top: 5px;
}
.thirdName {
	margin-top: 80px;
	margin-bottom: 50px;
}

.thirdNameContentRowImgTitle {
	font-size: 16px;
	padding: 4px 0;
	color: #7eadea;
	text-align: center;
	overflow:hidden;
	white-space:nowrap;
}
.thirdNameContentTitle {
	background-color: #f8f8f8;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 40px;
	width: 79.4%;
	border-bottom: 4px solid #0b67b5;
	box-shadow:2px -2px 5px 0 #ccc;
}
.thirdNameContent{
	width: 80%;
	margin: 0 auto;
}
.thirdNameContentRow {
	margin-top: 40px;
}

.thirdNameContentRowImg {
	cursor: pointer;

	padding: 0 10px;
	padding-bottom: 20px;
}

.thirdNameContentRowImgBox>img {
	width: 100%;
}
@media (max-width: 768px){
	.thirdNameContentRowImg{
		padding: 0 5px;
		padding-bottom: 20px;
	}
	.thirdNameContentRow {
		margin: 0 -5px;
		margin-top: 15px;
	}
} 
.thirdNameContentRowImgTitle {
	font-size: 16px;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
}

.thirdNameContentRowImgText {
	width: 100%;
	border-radius: 4px;
	color: #ffffff;
	padding: 20% 10%;
	overflow: hidden;
	font-size: 16px;
	z-index: 11;
}

.thirdNameContentRowImgBox{
	position:relative;
}

@media (max-width: 1200px) {
	.thirdNameContentRowImgText {
		display: none
	}
	.thirdNameContentRowImg::before {
		display: none;
	}
}
.titleLine {
	padding: 2px 40px;
	height: 0;
	width: 0;
	background-color: #000;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.activeve {
	background-image: linear-gradient(to bottom right, #0b67b5, #4290e9);
	color: #fff!important;
}

.shop-feature .media .media-left { width: 36%; }
.media .media-left span { width: 100%; }
.media .media-left img { width: 100%; }

.thirdNameContentRowImg img { width: 100%; }

.breadcrumb-wrapper { 
	box-shadow: 0 0 5px rgb(0 0 0 / 35%);
	background: #fafafa;
	margin: 0;
}
.breadcrumb { 
	margin: 0;
	padding: 15px 0;
}
.breadcrumb>li+li:before { display: none; }

@media (max-width: 991px) {
	.thirdNameContentRowImgTitle { width: 100%; margin-bottom: 40px; }
	.thirdNameContentRowImg { padding: 0; }
}
.row { padding: 0; margin: 0; }