.single-news .thumbnail img{
    height: 535px;
    width: 100%;
}
.single-news .content p{
    padding-bottom: 20px;
    font-size: 20px !important;
    line-height: 26px;
}
.single-news .content h1,.single-news .content h2{
    font-weight: 700;
    padding-bottom: 10px;
}
.single-news table,.single-news img{
    width: 100%;
}
.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    margin-right: 8px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: none !important;
    color:inherit;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 28%;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

@media screen and (max-width:991px){
    .single-news .thumbnail img{
        height: 400px;
        width: 100%;
    }
}

@media screen and (max-width:576px){
    .single-news .thumbnail img{
        height: 192px;
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .owl-nav svg{
        height:34px;
    }
    .owl-nav{
        bottom: 38%;
    }
}