
:root {
	--brg21-color:#000;
	--main-color: #fff;
					 
	--brg21-color2: #292929;
	--gray-color: #f5f5f5;
	--border-color: rgba(31,31,31,.1);
	--border-color2:rgba(255,255,255,.17);
}

.spnews21 {
  background: #dbdbdb;
}

.spnews21 .mos-img img {display: none !important;}

.spnews21 .mos-img {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 400;
  color: var(--brg21-color);
  font-family: var(--secondary-font);
}
.spnews21 .snews-item {
	padding: 20px;
	text-align:center;
	border: 1px solid var(--border-color);
	overflow: hidden;
	position: relative;
}
.spnews21 .snews-item .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}

.spnews21 .snews-item_container h4 {
	font-size: 28px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	cursor: pointer;
}
.spnews21 .snews-item_container h5 {
	color: #666;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}
.spnews21 .sunews-link {
	position: absolute;
	right:0;
	cursor: pointer;
	top: 0;
}
.spnews21 .sunews-link i {
	position: absolute;
    background: var(--main-color);
	right:0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border: 1px solid var(--border-color);
} 
.spnews21 .sunews-link  span {
	position: absolute;
	right: -5px;
 	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	top:15px;
	width: 100px;
	opacity: 0;
	margin-top: 10px;
	visibility: hidden;
	transition: all .2s ease-in-out;
}
.spnews21 .sunews-link:hover span {
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}
.spnews21 .sunews-content {
	padding: 20px 100px 0 0;
	position: relative;
	min-height: 90px;
}
.spnews21 .snews-item:hover {
     background: var(--gray-color);	
}
.spnews21 .sunews-img {
	position: relative;
	overflow: hidden;
	height: 400px;
}
.spnews21 .sunews-img .bg {
    transition: all .3s linear;
}
.spnews21 .sunews-img:hover .bg {
	filter: grayscale(.7);
}
.spnews21 .sunews-social {
	position: absolute;
	left: 0;
	bottom: -90px;
	height: 90px;
	right: 90px;
	line-height: 90px;
	background: var(--main-color);
	text-transform: uppercase;
	border-left: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	font-weight: 500;	
	font-size: 14px;
    transition: all .2s linear;
}

.spnews21 .sunews-img:hover .sunews-social{
	bottom: 0;
}
.spnews21 .team_num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	padding-top: 18px;
	font-size: 15px;
	line-height: 17px;
 	background: var(--brg21-color);
	color:#fff;
	padding: 20px 5px;
}
.spnews21 .team_num::first-line {
  font-size: 42px
}
.spnews21 .sunews-carousel_controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
 	border-bottom: 1px solid var(--border-color);
	height: 89px;
}
.spnews21 .sunews-carousel-slider-pagination_wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 60px;
	display: inline-block;
}
.spnews21 .tmc-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 90px;
	height: 89px;
	line-height: 90px;
	z-index: 10;
	font-size: 1.4em;
	background: var(--gray-color);
	border: 1px solid var(--border-color);
	border-bottom: none;
	border-top:none;
}

.spnews21 .tmc-button:hover , .sunews-info-wrap {
	background: var(--main-color);
}
.spnews21 .sunews-info-wrap {
	z-index: 10;
	overflow: auto;
	position: absolute;
	right: -100%;
	width: 100%;
	top: 0;
	bottom: 0;
    transition: all .3s linear;
     scrollbar-width: none;
    -ms-overflow-style: none;
}
.spnews21 .sunews-info-wrap::-webkit-scrollbar {
  	width: 0px;
}
.spnews21 .tiw_visible {
	right: 0;
}
.spnews21 .ti_close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1.7em;
	cursor: pointer;
	width: 90px;
	height: 89px;
	line-height: 90px;
	z-index: 10;
	font-size: 1.4em;
	background: var(--gray-color);
	border: 1px solid var(--border-color);
}
.spnews21 .sunews-info h4 {
	text-align: left;
	font-size: 1.8em;
	font-weight: 500;
	margin : 40px 0 10px;
}
.spnews21 .sunews-info {
	padding: 50px 30px 0;
}

.spnews21 .tiw_visible .sunews-skills-container  .sunews-skill:before {
	width: var(--prog);
	transition-delay: .6s;
}

.spnews21 .snews-item .button-btn  {
	width: 100%;
	float: left;
	height: 70px;
	line-height: 70px;
	border:none;
	background: var(--brg21-color);
	color:#fff;
    font-size: 1.0em;
    font-weight: 500;
    text-transform: uppercase;
	overflow: hidden;
	display: block;
	cursor: pointer;
	outline: none;
	order: 7;
}

.newsbox_item .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.newsbox_item .tags > li {
	margin: 0;
}

.newsbox_item .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 2px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: var(--brg21-color);
}

.newsbox_item .tags > li a:hover {
background-color: var(--brg21-color);
  color: #fff !important;
}

.newsbox_item .tags > li {margin-left: 5px;}