svg:not(:root) {
	overflow: hidden;
}
.live-img{
	width: 170px;
	height: 110px;
}
.pbc-g-elevation-2 {
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
.show-box{
	box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
	background: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid hsla(0, 0%, 9%, .04);
	box-sizing: border-box;
	border-radius: 16px;
	padding: 30px 50px;
	height: 450px;
}
tr td{
	padding-bottom: 20px;
}

.background__contour--overlap {
	bottom: 0;
	left: 0;
	position: absolute;
}

.blade__background--full-overlap {
	bottom: 0px;
	left: 0;
	position: absolute;
}
.cards{
	display: grid;
	        grid-column: 1 / span 12;
	        grid-template-columns: repeat(12, 1fr);
	        margin-top: 32px;
	        row-gap: 32px;
	    
}

.shadow-card {
	margin-top: 20px;
	box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
	background: #fff;
	border: 1px solid hsla(0, 0%, 9%, .04);
	box-sizing: border-box;
	border-radius: 16px;
	background-image: url('../images/bg/leader-bg.png') ;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.page-bg{
	background-image: url('../images/bg/crm-zx.png');
	background-position: bottom;
	background-size: 100% auto;
}
.text2{
	text-indent: 2em
}
.headline {
	color: var(--pbc-g-blue-vibrant-20);
	font-family: var(--pbc-g-font-display);
	font-size: var(--bs-text-head-3-size);
	letter-spacing: var(--pbc-g-text-display-3-letterSpacing);
	line-height: var(--pbc-g-text-display-3-lineHeight);
}

.background__graphics {
	position: relative;
	width: 100%;
}

.background__contour--overlap {
	bottom: 0;
	left: 0;
	position: absolute;
}

.background__contour {
	height: auto;
	width: 100%;
}

.blade__background {
	width: 100%;
	z-index: -1;
}
.leader-box::after{
	content: '';
	width: 30%;
}
.leader-boxs::after{
	content: '';
	width: 64%;
}
.honour-pic{
	width: 50%;
	margin: auto;
}
.about-line{
	color: #1296db;
	border-bottom: 1px dashed #1296db;
	margin-top: 40px;
}
.join-bg{
	background-image: url('../images/bg/backround-all-sale.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size:100% auto;
}
.join-box{
	background-color: #1296db;
	color: #fff;
	text-align: center;
	height: 238px;
	/* width: 300px; */
	align-content: center;
}
.
.pagination{
	list-style: none;
	
	flex-wrap: wrap;
}
.pagination li a{
	display: inline-block;
	font-size: 20px;
	margin:10px 15px;
}
.current{
    border-radius: 5px;
	background-color: #1296db;
	color: #fff;
}
.page-numbers{
	padding: 5px 10px;
}
.article-block {
	margin: 0px 0px 50px;
}
.news-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.inner-list{display: flex;}
.article-date{padding: 0 20px;text-align: center;height: 106px;background-color: #999;}
.news-day{color: #fff;}
.news-moth{white-space: nowrap;color: #fff; line-height: 30px; }
.news-grid.column-2 .article-details {
	padding-left:15px;
	position: relative;
}
.news-grid.column-2 .article-detaila {
	padding-left:15px;
	position: relative;
}
.news-grid.column-2 .article-block {
	flex: 0 0 50%;
	max-width: 48%;
	width: 100%;
	padding: 15px 15px;
	margin: 0px 0px 50px;
	border: 1px solid #e1e1e1;
}

.news-grid.column-2 .article-block:hover{
	border: #036ee4 1px solid;
	box-shadow: #16a8fc 2px;
}



.article-block .article-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.article-block .article-img:hover img {
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-grid.column-2 .entry-title {
	font-size: 26px;
	margin-top: 10px;
}
.card--card_head{
	width: 100%;
	height: 100%;
}
@media (min-width: 1440px) {
	.background_padding--full-overlap {
		height: 240px;
	}
.card--card_head{padding:48px 32px}
	.headline {
		font-family: var(--pbc-g-font-display);
		letter-spacing: var(--pbc-g-text-display-1-letterSpacing);
		line-height: var(--pbc-g-text-display-1-lineHeight);
		font-size: var(--bs-text-head-1-size);
	}
}
@media (max-width: 1023px) {
    .blade__background--custom-desktop {
        display: none;
    }
}
@media (min-width:768px) {
	.card--card_head{padding:40px 24px}
}
@media (max-width: 767px) {
	.row{
		/* display: table; */
	}
	.col-lg-6{
		width: 100%;
	}
	.show-box{
	/* 	padding: 10px; */
	}
	.show-p{
		display: none;
	}
	.background__padding--full-overlap {
		height: 140px;
	}
	.card--card_head{padding:48px 32px}
	.inner-list{
		display: block;
	}
	.news-grid.column-2 .article-block{
		padding: 10px;
	}
	.news-grid.column-2 .article-detaila{
		padding-left: 0;
	}
	.news-grid.column-2 .entry-title{
		font-size: 20px;
	}
}
@media only screen and (min-width: 568px) and (max-width: 991px) {
	.leader-box::after{
		content: '';
		width: 46%;
	}
}
@media (min-width: 768px) and (max-width: 1439px) {
	.headline {

		font-family: var(--pbc-g-font-display);
		font-size: var(--bs-text-head-2-size);
		letter-spacing: var(--pbc-g-text-display-2-letterSpacing);
		line-height: var(--pbc-g-text-display-2-lineHeight);
	}
}