.filter.relative {
	width: 100%;
    margin-top: 3rem!important;
    position: relative;
}
.filter .filter-wrapper {
	padding: 10px 10px 20px 10px;
}
.filter .button {
	text-align: center;
}
.filter input[type=text] {
    padding: 10px;
    color: #014b6e;
    background-color: #addaf1;
}

.news-text-right {
    transition: .2s;
}
.link-item:hover .news-text-right {    
    padding: 13px 0 13px 15px;
}

.news-desc .img-wrapper {
	width: 350px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #d9e2e7;
}
.news-desc .img-wrapper p {
	padding: 0 !important;
	font-size: 12px;
	font-weight: 600;
}
.news-desc p.txt-img {
    display: inline-block;
    width: 350px;
}
.oembedall-container,
.news-desc p:not(.txt-img) {
    padding-left: 200px;
}
.news-desc ul {
    padding-left: 240px;
}
.video .play {
    top: 150px;
    left: 150px;
    position: absolute;

	width: 80px;
	height: 80px;
	padding: 5px;
	background: white;
	border-radius: 50%;

    cursor: pointer;
}
.video .play:hover {
    opacity: 0.8;
}
.video .play i {
	color: #f15a23
}
.video-embbed {
    display: none;
}

.related {
	width: 100%;
}
.related .item {
    position: relative;
    min-height: 300px !important;
}
.related .item .item-content {
    width: 80%;

    left: 0;
    bottom: 25px;
    position: absolute;

    font-weight: 600;
    font-size: 16px;

    margin: 0 15px;
}
.related .item .item-content > span {
    padding: 5px;
    color: #ffffff;
    display: block;
    width: fit-content;
    word-wrap: break-word;
}
.related .item .item-content p {
    line-height: 1.6; 
    padding: 2px 0; 
    width: 300px;
    margin: 0;
}
.related .item .item-content p span.caption {
    color: #014b6e;
    background-color: #ffffff;

    display: inline;
    padding: 0.45rem;

    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;

}

.items img {
    border-radius: 4px;
}
.items .news-small {
    width: 310px;
    padding: 0;
}
.items h4 {
    font-size: 18px;
}
.items .news-small img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}
.items .news-text {
    font-size: 16px;
}
.items .news-text-right {
    padding: 3px 0 3px 15px;
}
.items .news-row {
    margin-bottom: 36px;
}
@media (max-width: 767px) {
    .items .news-row {
        padding: 0 15px;
    }
}

.news.news-details .global {
    border-top: 1px solid #32a3db;
}
.news.news-details .global h5 {
    padding: 15px 0;
    color: #32a3db;
}
.news.news-details h1 {
    color: #014b6e;
    font-size: 34px;
    font-weight: 700;
}
.news.news-details .global ul {
    padding-left: 0;
    display: block;
}
.news.news-details .global.tags li {
    margin-bottom: 15px;
}
.news.news-details .global.social ul {
}

.news.news-details .slideshow * {
    max-height: 400px;
}
.news.news-details .single-slick {
    /*max-width: 600px;*/
    max-height: 400px;
}
.news.news-details .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 3 / 4;
}
.news.news-details img.main-image {
    width: 500px;
    height: 375px;
    aspect-ratio: 3 /4;
    object-fit: contain;
}

.btn-category {
    background-color: #addaf1;
    color: #32a3db;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 20px;
}
@media only screen and (max-width: 991px) {
    .filter h5.txt-orange a.txt-orange {
        font-size: 14px;
    }
    .filter h5.txt-orange a.txt-orange i {
        bottom: -6px;
        position: relative;
    }
    .lts {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .filter h5.txt-orange a.txt-orange {
        font-size: 1.25rem;
    }
    .filter h5.txt-orange a.txt-orange i {
        bottom: 0;
        position: relative;
    }
}
@media only screen and (max-width: 414px) {
    .news-desc img {
        width: 100%;
        float: none;
    }
    .related .item .item-content p {
        width: 300px !important;
    }
    
}
@media only screen and (max-width: 375px) {
    .related .item .item-content p {
        width: 250px !important;
    }
}
