.UIArticleSlider {
  	width: 100%;
  	line-height: 1.5;
  	background: #f2f2f2;
    padding-bottom: 40px;
}
.UIArticleSlider .container {
    width: 1170px;
    margin: 0 auto;
}
.UIArticleSlider .container-item img {
    display: block;
    height: 260px;
    object-fit: cover;
}
.UIArticleSlider .name {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 9px 0;
}
.UIArticleSlider .name:hover {
    color: #0e8ff2;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIArticleSlider .summary * {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.UIArticleSlider .summary {
    font-size: 14px;
}
.UIArticleSlider .p-date {
    display: none;
}
.UIArticleSlider  .p-img {
    display: block;
    margin-bottom: 15px;
}
.UIArticleSlider .title-block{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 20px 5px;
    color: #444;
    font-weight: bold;
}
/*owl-custom*/
.UIArticleSlider .owl-item .p-item {
    width: 100% !important;
}

.UIArticleSlider .custom-nav .owl-nav {
    margin: 0 !important;
}

.UIArticleSlider .custom-nav .owl-nav button {
        position: absolute;
        color: #e8e8e8 !important;
        top: 40%;
        transition: all 0.2s ease;
        outline: none;
        z-index: 99999;
        opacity: .5;
        transform: translate(0, -50%);
    }

.UIArticleSlider .custom-nav .owl-nav button i {
            font-size: 50px;
        }

.UIArticleSlider .custom-nav .owl-nav .owl-prev {
        left: 0;
        border-radius: 0 4px 4px 0;
    }

.UIArticleSlider .custom-nav .owl-nav .owl-next {
        right: 0;
    }

.UIArticleSlider .owl-nav button:hover {
        opacity: 1;
        background: none !important;
    }

.UIArticleSlider .owl-dots{
	padding: 30px 0 0;
}
.UIArticleSlider button.owl-dot span {
    height: 20px!important;
    width: 20px!important;
}
