.news__wrapper .slide {
  height: 100%;
}

.news__wrapper  .slick-track {
  display: flex !important;
}

.news__wrapper .slick-slide {
  height: auto;
}

.news__wrapper {
	min-height: 480px;
	position: relative;
	z-index: 5;
	color: #fff;
}
.news__wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
    opacity: .3;	
	background-size: contain;
    background-image: url('../../../../frontend/images/bg-indexnews.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}


@media (max-width:1200px) {
	.news__wrapper::after {
		display: none;
	}
	.news__wrapper .row {
		overflow: hidden;
		padding: 0;
		row-gap: 2.5rem;
	}	
}


@media (min-width:1200.1px) {
	.news__wrapper .container {
		position: relative;
	}
	.news__wrapper::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -2;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: cover;
		background-size: 70%;
		opacity: .5;
		opacity: .3;
		background-image: url('../../../../frontend/images/bg-indexnews.png');
		background-position: 120% 65%;
		background-repeat: no-repeat;
	}
}

.news__wrapper .row::before {
	background-color: var(--pwb-bg-color,#0063ab);
	border-radius: 0 50px 0 50px;
	/* background-image: url('../../../../frontend/images/bg-earth.png'); */
	/* background-repeat: no-repeat; */
	/* background-position: right bottom; */
	content: ' ';
	position: absolute;
	width: 57%;
	height: 100%;
	z-index: -1;
	left: 24px;
	background-image: url(../../../../frontend/images/bg-abstract-gray.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: overlay;
}
@media (max-width:1200px) {
	.news__wrapper .row::before {
		width: 100%;
		left: 0;
		top: 0;
		border-radius: 0;
	}
}

.news__wrapper .row > * {
    height: 100%;
}


.news__wrapper .col-lg-12 {
	position: relative;
	padding: 1.5rem;
}
@media (min-width: 768.1px) and (max-width: 1200px) {
.news__wrapper .col-xl-8 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}	
}


/*@media (max-width: 992px) {*/
@media (max-width: 768px) {
.news__wrapper .col-lg-12 {
	padding: 0;
}	
}
.news__link {
	text-decoration: none;
	position: relative;
}

.news__header {
  padding: 50px 50px;
  margin: 1.5rem 0;
}




.news__header .section-container, 
.news__header .section-container * {
    color: currentColor;
}

.news__header .section-container {
    padding: 0;
}

.news__header .section-container > *:not([class]) {
    padding: 0;
    margin: 0;
}
.news__header .section-container > * ~ *:not([class]){
    margin-top: 1rem;
}
@media (max-width:1200px) {
	.news__header {
		margin: 0;
		padding: 0;
	}
}
.news__header h2 {
    color: currentColor;
    padding: 0;
    width: 100%;
    border: 0;
    text-align: left;
    line-height: 1;
}
.news__header h2::after {
    content: none;
}

.news__cards {
  height: 100%;
  margin: 50px 0;
}

@media (max-width:1200px) {
	.news__cards {
        margin: 0;
		padding: 0;
	}
}


.news__cards + .news-footer {
    margin-top: 30px;
}


@media (max-width:1200px) {
	.news__wrapper .news-footer {
        margin: 1.5rem 0 0 0;
		padding: 0;
	}


}


.news__item-imgbox {
	padding-top: 70%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f3f4f4;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .015);
	background-color: #becdd2;
}

@media (max-width: 1200px) {
	.news__item-imgbox{
        padding-top: 55%;
	}
}
@media (min-width: 1200.1px) {
  .news__item-imgbox {
    border-radius: 0 0 50px 0;
  }
}
.news__item-imgbox img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
	border: 0;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}

.news__item .cardbox-meta,
.news__item .cardbox-meta > * {
    padding: 0;
    margin: 0; 
    font-weight: 400;
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.news__item .cardbox-meta-btn {
  border-top: 1px solid;
  border-color: #e5eaee;
  border-color: var(--pwd-border-color,#d5d9e4);
  padding-top: 1rem;
  

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;   
  
}
.news__item .cardbox-meta-btn {
    border-top: 1px solid;
    border-color: var(--pwd-border-color,#d5d9e4);
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--pwb-font-color, currentColor);
}
.news__item .cardbox-btn {
  font-size: 15px;
  font-weight: 400;
 /* color: #19355b;
  text-transform: uppercase;*/ 
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}  




.news__item .cardbox-btn {
	
	/*margin-block-end: 1rem;*/
	
	display: inline-block;
	
background-position: 0% 100%,100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px,100% 1px;	
	background-image: linear-gradient(to right, currentcolor 0, currentcolor 100%),linear-gradient(to right, #9f9f9f 0, #9f9f9f 100%);
	
text-decoration: none;
  transition: all .3s ease-in-out;	
  width: fit-content;
}



.news__item:is(:focus-within,
:focus,
:hover,
:active) .cardbox-btn,
.news__item .cardbox-btn:is(:focus-within,
:focus,
:hover,
:active) {
  background-size:100% 1px,100% 1px;
  color:var(--ltn__secondary-color)
}
.news__item:is(:focus-within,:focus,:hover,:active) .cardbox-btn, 
.news__item .cardbox-btn:is(:focus-within,:focus,:hover,:active) {
    /* background-size: 100% 1px,100% 1px; */
    text-decoration-color: currentColor;
    color: var(--pwb-link-color, currentColor);
}
.news__item-title {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	color: var(--ltn__paragraph-color);
	font-weight: 500 !important;
	line-height: 1.4;
}
@media(max-width: 992px){
	.news__item-title {
		line-height: 1.38;	
	}	
}




.news__item-brief {
	margin: 0 auto;
	padding: var(--pwb-block-offset, 1.75rem);
  background-color: #fff;
  position: relative; 
  
  
	display: flex;
	flex-direction: column;
	justify-content: space-between;  
	row-gap: var(--pwb-row-half-gap, 1.5rem);
	flex: 1;	
	
	margin-bottom: 4px;
	width:100%;
}
/*
@media (max-width: 767.5px) {
	.news__item-brief{
		padding: 25px 15px;
	}
}
*/
.news__item {
    --box-shadow-default: 0 2px 20px 0 hsla(84, 3%, 71%, .25);
    --box-shadow-hover: 0px 7px 25px 1px rgba(11, 44, 61, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    background-clip: border-box;
    min-width: 1px;
    height: 100%;
    border-radius: var(--pwb-border-radius, 0);
    border: 0px solid #F2F2F2;
    /* box-shadow: 0px 0px 4px 0px #00000026; */
    box-shadow: var(--box-shadow, --box-shadow-default);
    box-shadow: var(--pwb-box-shadow);
    transition: .5s;
	
	color: var(--ltn__paragraph-color);
}


.news__item::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	/*background-color: #0071bb;*/
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	visibility: hidden;
	
	background-image: linear-gradient(90deg,#004abb .01%,#0051bb 16.01%,#0065bb 40.01%,#0071bb 51.01%,#0777c1 60.01%,#238fdb 100.01%);
	background: var(--pwb-bg-color);
}
.news__item:hover {
    box-shadow:0 0 20px 0 rgba(15,41,131,.1);
}
.news__item:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}



.news__wrapper .news-footer {
    display: flex;
    justify-content: flex-end;
    margin: -1.5rem 1.5rem 0 0;
    position: relative;
}
@media (max-width: 1200px) {
	.news__wrapper .news-footer {
		 margin: 0;
		 justify-content: center;
		 padding: 0;
		 margin: 1.5rem 0 0 0;
	}
}

.news__wrapper .news-footer .slick-arrow {
    border: none;
    font-family: arrows;
    font-size: 32px;
    width: 52px;
    height: 52px;
    padding: 0;
	line-height:1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.707 8.854L5.75 14.604l4.984-5.75-4.984-5.75 11.957 5.75z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='12.95' y1='4.097' x2='4.096' y2='12.951' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004ABB'/%3E%3Cstop offset='.16' stop-color='%230051BB'/%3E%3Cstop offset='.4' stop-color='%230065BB'/%3E%3Cstop offset='.51' stop-color='%230071BB'/%3E%3Cstop offset='.6' stop-color='%230777C1'/%3E%3Cstop offset='1' stop-color='%23238FDB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;	
}

.news__wrapper .news-footer .slick-prev {
    background-color: #f0b310;
	
	background: #0051bb;
    color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg transform='rotate(180)' width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.707 8.854L5.75 14.604l4.984-5.75-4.984-5.75 11.957 5.75z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;	
}

.news__wrapper .news-footer .slick-next {
    background-color: #fff;
    color: #0c2153;
}

.news__wrapper .section-container p {
    font-size: var(--pwb-text-section, 1.0625rem);
    line-height: 1.55;
    font-weight: 400;
}