.header .header-center {
    z-index: auto;
    padding: 16px 0px;
    border: 0px;
}

.header .menu #cssmenu ul li {
    height: 70px;
}

.header .menu {
    height: 70px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
}

.header .menu.sticky,
.header .menu.sticky #cssmenu ul li {
    height: 60px;
}

.header .menu .s-show .showbox .form-control {
    border-radius: 8px;
    height: 40px;
}

.header .menu .s-show .showbox .formsearch {
    margin-top: -7px;
}

.header .menu #cssmenu ul li a:after {
    display: none;
}

.header .menu .s-show {
    top: auto;
}

.header .menu .s-show .search {
    margin: 0px;
}

.header .menu #cssmenu ul ul li {
    height: auto !important;
}

.header .header-center .showboxsearch .form-control {
    border-radius: 8px;
}

.it-span {
    height: 40px;
    border-radius: 8px
}

.bn-breaking-news {
    margin: 0px;
    width: 100%;
    margin-top: 20px;
}

.widgetslider {
    background: #fff;
    padding: 36px 0px 32px 0px;
}

.sliderinnr {
    display: flex;
    justify-content: space-between;
}

.w-newslider {
    min-width: calc(100% - 324px);
    max-width: calc(100% - 324px);
}

.w-newslider .row {
    margin: 0px -12px;
}

.w-newslider .item {
    max-width: 50% !important;
    flex: 50% !important;
    margin: 0px;
    padding: 0px 12px;
}

.w-newslider .item .photo {
    margin: 0px;
    border-radius: 16px;
    height: 520px;
}

.w-newslider .item .popup_main .share {
    bottom: auto;
    top: 12px;
    left: 12px;
}

.side-newslider {
    min-width: 300px;
    max-width: 300px;
}

.side-newslider .boxadv {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 16px;
    background: #1f545c;
}

.towitems .item {
    max-width: 33.333% !important;
    flex: 33.333% !important;
    margin-top: 24px !important;
}

.towitems .item .photo {
    height: 250px !important;
}

.widgetslider .item .photo .contant {
    padding: 16px !important;
}

.widgetslider .towitems .item .photo .contant .title {
    font-size: 20px !important;
    line-height: 34px !important;
    font-family: 'changa-light';
}

.header .menu #cssmenu ul li:last-child {
    width: auto;
}

.listlinks a {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.5s ease-in-out 0s;
}

.listlinks a .photo {
    min-width: 108px !important;
    max-width: 108px !important;
    height: 108px !important;
    overflow: hidden;
    margin-left: 12px !important;
    border-radius: 16px;
}

.listlinks a .photo img,
.mixnews .item .inner .photo img,
.it-more .photo img,
.newphotos .itemphotos .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out 0s;
}

.listlinks a .title {
    font-family: 'changa-light';
    line-height: 34px;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listlinks a:last-child {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.pdfbox {
    position: relative;
    width: 100%;
    border-radius: 16px;
    background: #F7F7F7;
    padding: 16px;
    margin-top: 24px;
}

.pdfbox .photo {
    width: 100%;
    height: 412px;
}

.pdfbox .photo img {
    width: 100%;
    max-height: 100%;
}

.pdfbox .title {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.pdfbox .title a {
    font-family: 'changa-medium';
}

.reviewman {
    padding: 24px 0px !important;
    width: 100%;
    overflow: hidden;
}

.s-reviews {
    position: relative;
    direction: ltr;
    margin-top: 24px;
    overflow: hidden;
}

.s-reviews .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -12px;
}

.s-reviews .slick-list .slick-track {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    overflow: hidden;
}

.s-reviews .slick-list .slick-track:after,
.s-reviews .slick-list .slick-track:before {
    display: table;
    content: '';
}

.s-reviews .slick-prev,
.s-reviews .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: #00000075;
    width: 44px;
    height: 44px;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 8px;
}

.s-reviews:hover .slick-prev {
    left: 12px;
}

.s-reviews:hover .slick-next {
    right: 12px;
}

.s-reviews .slick-prev svg,
.s-reviews .slick-next svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.s-reviews .slick-prev:hover,
.s-reviews .slick-next:hover {
    background: #008ad2;
}

.s-reviews .slick-next {
    right: -60px;
}

.s-reviews .slick-prev {
    left: -60px;
}

.s-reviews .slick-dots {
    position: absolute;
    top: -44px;
    left: 0px;
    display: none !important;
}

.s-reviews .inner {
    display: inline-block;
    margin: 0px 12px;
}

.s-reviews .inner .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #008AD2;
    font-size: 14px;
    padding-right: 3px;
}

.s-reviews .inner .text {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    font-size: 16px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 28px;
}

.s-reviews .inner .text::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 4px;
    background: #008ad2;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.s-reviews .inner .photo {
    position: relative;
    width: 100%;
    height: 234px;
    overflow: hidden;
    border-radius: 16px;
    margin-top: 12px;
}

.s-reviews .inner .photo img,
.newsweet .side-item .item .inner .photo img,
.newsweet .side-item .under .photo img,
.caricature .item .inner .photo img,
.caricat-popup .item-caric .photo img,
.videos .min-video .v-item .inner .photo img,
.min-photo .item .inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.it-more .title:hover,
.listlinks a .title:hover,
.header .menu #cssmenu ul li a:hover,
.header .menu #cssmenu ul li a.active,
.header .menu #cssmenu ul li:hover a,
.mixnews .item .inner .title:hover,
.itemphotos:last-child .item .inner .text {
    color: #008ad2;
}

.minshaer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.minshaer .tag {
    display: flex;
    align-items: center;
    position: relative;
    color: #008ad2;
    padding-right: 12px;
}

.minshaer .tag::before {
    content: "";
    position: absolute;
    right: 0px;
    background: #008ad2;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.listnews .minshaer .date {
    color: #000;
    font-size: 12px;
    opacity: 0.5;
}

.items-more {
    width: 100% !important;
    margin: 0px;
    padding: 24px 0px;
}

.it-more {
    position: relative;
    margin-top: 24px;
}

.it-more .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 352px;
    overflow: hidden;
    border-radius: 16px;
    background: #F7F7F9;
}

.it-more .photo:hover img,
.listlinks a .photo:hover img,
.mixnews .item .inner .photo:hover img {
    transform: scale(1.1);
}

.it-more .title,
.mixnews .item .inner .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-size: 20px;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    font-family: 'changa-medium';
}

.w-item .listlinks a .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: 'changa-medium';
    line-height: 26px;
}


/* .items-more .item-pdf .s-inner {
    height: 440px;
    padding: 12px 24px;
} */


/* .items-more .item-pdf .slider-pdf .pdfitem {
    height: 280px;
    overflow: hidden;
} */


/* .items-more .slider-pdf .pdfitem.slick-slide.slick-active.slick-center {
    position: relative;
    z-index: 10;
    height: 390px;
} */

.it-more .text {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.items-more .item:nth-child(2) .it-more .photo,
.items-more .item:nth-child(3) .it-more .photo,
.items-more .item:nth-child(4) .it-more .photo {
    height: 200px;
}

.items-more .item:nth-child(2) .it-more .title,
.items-more .item:nth-child(3) .it-more .title,
.items-more .item:nth-child(4) .it-more .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.newsweet .side-item .item,
.under,
.mixnews .item,
.w-item .listlinks,
.to-st .item,
.min-photo .item,
.more-g .item-old,
.more-g .item,
.info-box .item,
.videos .item .inner,
.se-box .item .inner,
.ec-arbic .item .inner,
.videos-shows .v-item,
.gallery-shows .item .photo,
.side-item .item,
.w-inner .other .item {
    margin-top: 24px;
}

.under.tostyle {
    padding: 12px;
}

.items-more .item {
    margin: 0px;
}

.advertise {
    background: #F7F7F9;
    margin: 0px !important;
    padding: 32px 0px;
}

.advertise .adv-w {
    background: #fff;
    padding: 24px
}

.mixnews {
    position: relative;
    width: 100%;
    padding: 24px 0px;
    background: #fff;
}

.mixnews .item .inner .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 16px;
    background: #F7F7F9;
}

.mixnews .item .inner .title {
    margin-top: 12px;
    line-height: 34px;
    transition: all 0.5s ease-in-out 0s;
}

.mimvideos {
    padding: 32px 0px !important;
}

.mimvideos .gallery-items nav a,
.mimvideos .item .iframe,
.newphotos .itemphotos .item .inner,
.newphotos .itemphotos .item .photo,
.newsweet .side-item .item .inner,
.newsweet .side-item .item .inner .photo img,
.under,
.newsweet .side-item .under .photo,
.caricature .item .inner,
.caricature .item .inner .photo,
.caricat-popup .item-caric,
.caricat-popup .item-caric .photo,
.videos .min-video .v-item .inner,
.videos .min-video .v-item .inner .photo,
.min-photo .item .inner,
.min-photo .item .inner .photo {
    border-radius: 16px;
    overflow: hidden;
}

.mimvideos .gallery-items nav a .vid-thumb {
    border-bottom-right-radius: 16px;
}

.mimvideos .gallery-items nav a .text .date {
    display: none;
}

.newphotos .itemphotos .item {
    margin-top: 24px;
    max-width: 33.333%;
    flex: 33.333%;
}

.min-photo .item .inner {
    box-shadow: none !important;
}

.itemphotos:last-child .item {
    max-width: 50%;
    flex: 50%;
}

.min-photo .item .inner .title {
    -webkit-line-clamp: 1;
}

.itemphotos:last-child .item .inner {
    padding: 0px;
}

.itemphotos:last-child .item .inner .photo {
    height: 318px;
}

.newsweet {
    padding: 32px 0px;
}

.newsweet .side-item {
    width: calc(100% - 324px);
    margin: 0px;
}

.advleft.to-w .adv-one {
    margin-bottom: 24px;
}

.newsweet .side-item .item .inner .photo {
    height: 332px;
    border-radius: 16px;
}

.newsweet .side-item .advleft.to-w {
    margin-top: 36px;
}

.newsweet.n-economy .side-item .item .inner .photo {
    height: 228px;
}

.caricature .item .inner .title {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.caricature .item .inner {
    height: 100%;
}

.caricature .item .inner .social {
    justify-content: center;
    margin: 24px 0px 12px 0px;
}

.mininfographic {
    margin: 0px;
    padding: 32px 0px;
}

.mininfographic .slider-infographic .slick-list {
    margin: 0 -12px;
}

.mininfographic .item {
    margin: 24px 12px 0px 12px;
}

.logos img {
    margin-left: 24px;
}

.logos img:last-child {
    margin-left: 0px;
}

.caricature.st-caric .item .inner .social a svg {
    fill: #fff;
}

.no-style {
    height: 60vh;
    margin-top: 20px;
    padding: 0px !important;
}

.no-style::before,
.no-style:after {
    display: none;
}

.bg-bacg {
    background: #E8E8EF;
}

@media (max-width: 1350px) {
    .w-newslider .item {
        display: block !important;
    }
}

@media (max-width:1199px) {
    .header .menu #cssmenu ul li {
        margin-left: 8px !important;
    }
    .header .menu #cssmenu ul li:last-child {
        margin: 0px !important;
    }
    .items-more .item:nth-child(2),
    .items-more .item:nth-child(3) {
        max-width: 25%;
        flex: 25%;
    }
    .newsweet .side-item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .no-style {
        height: 40vh;
    }
    .advertise .adv-w {
        padding: 16px !important;
    }
    .items-more .item,
    .itemphotos,
    .newsweet .side-item .item {
        max-width: 100%;
        flex: 100%;
    }
    .items-more .item:nth-child(2),
    .items-more .item:nth-child(3),
    .mixnews .item {
        max-width: 50%;
        flex: 50%;
    }
    .widgetslider,
    .advertise,
    .mimvideos,
    .mininfographic {
        padding: 24px 0px !important;
    }
    .widgetslider .item .photo {
        width: 100% !important;
    }
    .widgetslider .item:nth-child(1) .photo {
        height: 372px;
    }
    .widgetslider .listlinks {
        margin-top: 24px;
    }
    .sliderinnr,
    .caricature .item:nth-child(3) {
        display: block;
    }
    .w-newslider {
        min-width: 100%;
        max-width: 100%;
    }
    .w-newslider .item {
        max-width: 100% !important;
        flex: 100% !important;
    }
    .towitems .item {
        max-width: 50% !important;
        flex: 50% !important;
    }
    .side-newslider {
        margin: 24px auto 0px auto;
    }
    .header .menu {
        height: 60px;
    }
    .header .menu #cssmenu ul {
        top: 40px;
    }
    .itemphotos {
        margin-bottom: 24px;
    }
    .itemphotos:last-child {
        margin: 0px;
    }
    .logos img {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .mixnews .item {
        max-width: 100%;
        flex: 100%;
    }
    .newphotos .itemphotos .item {
        max-width: 50%;
        flex: 50%;
    }
}

@media (max-width: 550px) {
    .towitems .item,
    .items-more .item:nth-child(2),
    .items-more .item:nth-child(3),
    .newphotos .itemphotos .item {
        max-width: 100% !important;
        flex: 100% !important;
    }
    .s-reviews .inner .photo {
        height: 180px;
    }
}