.news-slider-wrap{position:relative;padding-bottom:50px;}

.news-slider article{position:relative;z-index:0;margin-bottom:50px;min-height:280px;padding:25px;display:inline-flex !important;justify-content:space-between;flex-direction:column;overflow:hidden;border-radius: 12px;border: 1px solid white;box-shadow: 0 10px 25px 0 rgba(224, 229, 239, 0.48);transition: box-shadow .25s ease-in-out;}
.news-slider article:before{content:'';background:linear-gradient(to bottom, rgba(244, 245, 248, 0.56) 0%, rgba(244, 245, 248, 1) 80%);opacity: .88;filter: blur(3px);width: 110%;height:110%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;}
.news-slider .bg-slider{position:absolute;z-index:-2;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:100%;}
.news-slider .bg-slider img{width:100%;height:100%;object-fit:cover;}
.news-slider article .ext-logo img{max-height: 65px;width: auto;max-width: 110px;height: auto;}
.news-slider article .info{display:flex;justify-content:space-between;align-items:end;}
.news-slider article .info div:first-child{width:80%;}
.news-slider article h3{font-size: 28px;font-weight: 600;letter-spacing: 0.56px;}
.news-slider article .cite{color: #6B6B6B;font-size: 14px;font-weight: 400;padding:0;}
.news-slider article .read-btn{padding:7px 10px;border-radius: 5px;border: 1px solid #273774;color: #273774 !important;font-size: 14px;font-weight: 500;letter-spacing: 1.4px;text-transform:uppercase;text-decoration:none;white-space:nowrap;}
.news-slider article .read-btn:hover{background: linear-gradient(45deg, #273774 0%, #4C62B4 50%, #273774 100%);color:white !important;}
.news-slider article .read-btn:hover svg{filter:brightness(10);}
.news-slider article:hover{box-shadow: 0 17px 48px 0 rgba(0, 0, 0, 0.09);}

/* Slider */
.tns-outer button[data-action="stop"],
.tns-outer button[data-action="start"]{display:none;}

.news-slider-wrap .controls,
.news-slider-wrap .nav{display:flex;gap:18px;}

.news-slider-wrap .controls{position:absolute;left: 50%;transform: translateX(-50%);bottom:0;}
.news-slider-wrap .controls a{font-size:.01px;cursor:pointer;}
.news-slider-wrap .controls > a{border-radius: 50%;border: 1px solid #273774;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;}
.news-slider-wrap .controls > a:before{content:'';display:block;width:10px;height:15px;position:relative;background-size:cover;background-position:center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='14' viewBox='0 0 10 14' fill='none'%3E%3Cpath d='M7.18045 4.24953L7.17914 4.25081L3.4035 0.569375C2.6249 -0.189792 1.36254 -0.189792 0.583945 0.569375C-0.194649 1.32854 -0.194643 2.5594 0.583951 3.31857L4.3596 7L0.583945 10.6814C-0.194649 11.4406 -0.194649 12.6715 0.583951 13.4306C1.36255 14.1898 2.6249 14.1898 3.40349 13.4306L7.17914 9.74919L7.18045 9.75047L10 7.00128L9.99869 7L9.99999 6.99872L7.18045 4.24953Z' fill='%23273774'/%3E%3C/svg%3E");}
.news-slider-wrap .controls a[data-controls="prev"]:before{transform:rotate(180deg);left:1px;}
.news-slider-wrap .controls a[data-controls="next"]:before{right:-2px;}
.news-slider-wrap .controls > a:hover{background:linear-gradient(45deg, #273774 0%, #4C62B4 50%, #273774 100%);}
.news-slider-wrap .controls > a:hover:before{filter:brightness(10);}

.news-slider-wrap .nav{display:flex;justify-content:space-between;gap:18px;align-items:center;}
.news-slider-wrap .nav a{width:10px;height:10px;background:#D1D1D1;border-radius:50%;padding:0;}
.news-slider-wrap .nav .tns-nav-active{background:#4261DA;}

@media(width <= 800px){
	.news-slider-wrap{padding:0;}
	.news-slider-wrap .controls{display:none;}
	.news-slider{padding:0;margin:0;}
	.news-slider li{list-style:none;}
}