.widget.c-news.c-news-template-5 .widget-content {
    position: relative;
}

.widget.c-news.c-news-template-5.intec-content {
    overflow: visible !important;
}

.widget.c-news.c-news-template-5 .widget-items {
    position: relative;
}


.widget.c-news.c-news-template-5 .owl-carousel.owl-drag .owl-item .intec-image-effect {
    will-change: opacity;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.widget.c-news.c-news-template-5 .widget-item-picture {
    display: block;
    padding-top: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.widget.c-news.c-news-template-5 .widget-item-text {
    padding-top: 15px;
}

.widget.c-news.c-news-template-5 .widget-item-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #747474;
    margin-bottom: 8px;
}

.widget.c-news.c-news-template-5 .widget-item-name {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(90deg, #72C6EF 0%, #004E8F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #000000;
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.widget.c-news.c-news-template-5 .widget-item-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #000000;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget.c-news.c-news-template-5 .intec-ui-control-navigation {
    position: absolute;
    top: 50%;
    left: -55px;
    right: -55px;
}

.widget.c-news.c-news-template-5 .intec-ui-part-button-left,
.widget.c-news.c-news-template-5 .intec-ui-part-button-right {
    padding: 14px;
    font-size: 0;
    margin-top: -24px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    opacity: 1;
    outline: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.widget.c-news.c-news-template-5 .intec-ui-part-button-left svg path,
.widget.c-news.c-news-template-5 .intec-ui-part-button-right svg path {
    stroke: #000;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.widget.c-news.c-news-template-5 .intec-ui-part-button-left:hover svg path,
.widget.c-news.c-news-template-5 .intec-ui-part-button-right:hover svg path {
    stroke: #FFF;
}

.widget.c-news.c-news-template-5 .intec-ui-part-button-left.disabled,
.widget.c-news.c-news-template-5 .intec-ui-part-button-right.disabled {
    background-color: #FFF !important;
    border-color: #F2F2F2 !important;
    opacity: 0.7;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widget.c-news.c-news-template-5 .intec-ui-part-button-left.disabled svg path,
.widget.c-news.c-news-template-5 .intec-ui-part-button-right.disabled svg path {
    stroke: #F2F2F2 !important;
}

@media all and (max-width: 768px) {
    .widget.c-news.c-news-template-5 .owl-carousel.owl-drag .owl-item {
        padding: 0 5px;
    }
}

@media all and (max-width: 500px) {
    .widget.c-news.c-news-template-5 .widget-item-name {
        font-size: 16px;
        line-height: 24px;
    }
    .widget.c-news.c-news-template-5 .intec-ui-control-navigation{
        display: none;
    }

}

.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-text,
.widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-text {
    padding: 25px;
}

.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-date,
.widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-date {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 10px;
}

.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-name,
.widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-name {
    font-size: 16px;
    line-height: 24px;
}

.widget.c-news.c-news-template-5 .widget-items[data-columns="5"] .widget-item-description,
.widget.c-news.c-news-template-5 .widget-items[data-columns="6"] .widget-item-description {
    font-size: 14px;
    line-height: 20px;
}

.widget.c-news.c-news-template-5 .widget-header {
    overflow: hidden;
}

.widget.c-news.c-news-template-5 .widget-all-container {
    display: none;
}

.widget.c-news.c-news-template-5 .widget-all-button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.widget.c-news.c-news-template-5 .widget-all-button i {
    display: none;
    font-size: 18px;
}

@media all and (max-width: 1400px) {
    .widget.c-news.c-news-template-5 .intec-ui-control-navigation {
        left: 20px;
        right: 20px;
    }
    .widget.c-news{
        margin: 0 20px;
    }
}

@media all and (max-width: 550px) {
    .widget.c-news{
        margin: 0;
        margin-left: 20px;
    }
    .widget.c-news.c-news-template-5 .widget-all-button{
        border: 1px solid #F0F0F0;
        padding: 8px 10px;
        color: #01A0E2;
        border-radius: 5px;
    }
    .intec-template .widget .widget-header .widget-description{
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
        font-feature-settings: 'pnum' on, 'lnum' on;
    }
    .widget.c-news.c-news-template-5 .widget-item-description{
        -webkit-line-clamp: 5;
    }
    .widget.c-news.c-news-template-5 .widget-all-container {
        display: block;
    }

    .widget.c-news.c-news-template-5 .widget-title.align-center.widget-title-margin {
        margin-left: 25px;
    }

    .widget.c-news.c-news-template-5 .widget-all-container.mobile {
        text-align: right;
        width: 25px;
        max-height: 36px;
    }

    .widget.c-news.c-news-template-5 .widget-all-container i {
        display: inline-block;
        vertical-align: top;
    }

    .widget.c-news.c-news-template-5 .widget-footer.mobile,
    .widget.c-news.c-news-template-5 .widget-footer-button.mobile {
        display: none;
    }

    .widget.c-news.c-news-template-5 .widget-all-container {
        width: 25px;
    }
}

/*# sourceMappingURL=style.css.map */
