.newsthumb {
        padding: 0 6px
    }

    .newsthumb__img {
        border-radius: 4px;
        overflow: hidden;
        height: 145px;
        margin-bottom: 10px
    }

    .newsthumb__img img {
        object-fit: cover;
        vertical-align: bottom;
        width: 100%;
        height: 100%;
        transition: 0.2s all ease-in-out;
        transform: scale(1)
    }

    .newsthumb__img img:hover {
        transform: scale(1.1)
    }

    .newsthumb__title {
        line-height: 1.4;
        font-weight: bold;
        font-size: 16px;
        max-height: 90px;
        overflow: hidden
    }

    .newsthumbs-tigacol {
        display: flex;
        margin-bottom: 20px;
        flex-wrap: wrap
    }

    .newsthumbs-tigacol .newsthumb {
        width: 33%;
        position: relative;
        margin-bottom: 20px
    }

    .newsthumbs-tigacol .newsthumb__img {
        height: 195px
    }

    .newsthumbs-fotolist {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px
    }

    .newsthumbs-fotolist .newsthumb {
        width: 25%;
        padding: 0 8px;
        margin-bottom: 35px
    }

    .newsthumbs-fotolist .newsthumb__img {
        height: auto
    }

    .swiper-container-foto {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: 1s all ease-in-out
    }

    .swiper-container-foto.swiper-container-initialized {
        height: auto;
        opacity: 1
    }

    .foto-latest {
        margin-bottom: 0
    }

    .videodetail {
        margin-bottom: 10px
    }

    .videodetail iframe {
        height: 480px
    }

    .fotohome .catedate,
    .videohome .catedate {
        margin-bottom: 5px
    }

    .fotohome .date,
    .videohome .date {
        padding-left: 0px;
        padding-bottom: 0
    }

    .fotothumb:before,
    .videothumb:before {
        top: 7px;
        left: 12px
    }

    .newsthumb.infogthumb .newsthumb__img {
        height: 400px
    }


    .catedate {
        display: flex;
        font-size: 11px;
        margin-bottom: 15px
    }

    .catedate .cate {
        background-color: #064ea2;
        color: #fff;
        padding: 5px 7px 5px
    }

    .catedate .date {
        color: #8a93a7;
        padding: 5px 7px 5px
    }

.pdfview iframe {
    width: 100%;
    height: 550px
}

    @media screen and (max-width: 991px) {
        .newsthumbs-empatcol .newsthumb__img {
            height: 200px
        }
    }

    @media screen and (max-width: 840px) {
        .newsthumbs-fotolist .newsthumb {
            width: 33%
        }
    }

    @media screen and (max-width: 767px) {
        .newsthumbs-fotolist .newsthumb {
            width: 50%;
            border: none
        }

        .newsthumb__img {
            height: 230px
        }

        .newsthumbs-tigacol {
            flex-direction: column
        }

        .newsthumbs-tigacol .newsthumb__img {
            height: auto
        }

        .newsthumb__title {
            font-size: 15px
        }

        .newsthumb {
            padding: 0 4px;
            margin-bottom: 25px;
            border-bottom: 1px solid #d8d8d8;
            padding-bottom: 20px
        }

        .latestfoto .newsthumb {
            margin-bottom: 15px
        }

        .newsthumbs-tigacol .newsthumb {
            width: 100%;
            padding-bottom: 15px
        }

        .fotoslider-wrap .newsthumb {
            border: none;
            padding-bottom: 0;
            margin-bottom: 0
        }

        .newsthumbs-empatcol .newsthumb {
            width: 100%;
            margin-bottom: 15px
        }

        .newsthumbs-empatcol .newsthumb__img {
            height: 200px
        }

        .newsthumb.infogthumb .newsthumb__img {
            height: auto
        }

   .pdfview iframe {
        width: 100%;
        height: 300px
    }

    }

    @media screen and (max-width: 640px) {
        .videodetail iframe {
            height: 400px
        }
    }

    @media screen and (max-width: 480px) {
        .newsthumb__img {
            height: 160px
        }

        .newsthumbs-fotolist .newsthumb {
            width: 100%;
            border-bottom: 1px solid #d8d8d8;
            padding-bottom: 15px;
            margin-bottom: 20px
        }

        .videodetail iframe {
            height: 250px
        }
    }