.UIArticleSlider {
  	width: 100%;
  	line-height: 1.5;
  	padding: 20px 0 50px 0;
}
.UIArticleSlider .container {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.UIArticleSlider .container-item img {
    display: block;
    height: auto;
    width: 85%;
    object-fit: cover;
    border-radius: 8px;
    margin: auto;
}
.UIArticleSlider .name {
    text-decoration: none;
    font-weight: bold;
    color: #017744;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 0;
}
.UIArticleSlider .name:hover {
    background: #d40000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIArticleSlider a.img {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.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 h2 {
    color: #017744;
    padding: 40px 0;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.UIArticleSlider .title-block {
    text-align: center;
    position: relative;
}
.UIArticleSlider .title-block h2:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 85px;
    background-color: #017744;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
}
/*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: #017744 !important;
    top: 40%;
    transition: all 0.2s ease;
    outline: none;
    z-index: 99999;
    transform: translate(0, -50%);
    display: inline-block;
    }

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

.UIArticleSlider .custom-nav .owl-nav .owl-prev {
        left: -50px;
        border-radius: 0 4px 4px 0;
    }
.UIArticleSlider .custom-nav .owl-nav .owl-prev:hover, .owl-next:hover  {
        background:transparent !important;
}
.UIArticleSlider .custom-nav .owl-nav .owl-next {
        right: -50px;
    }

.UIArticleSlider .owl-nav i:hover {
    color: #d0d0d0f2 !important;
}

.UIArticleSlider .owl-dots{
	padding: 30px 0 0;
}
.UIArticleSlider button.owl-dot.active span{
    background: #01774494 !important;
}
.UIArticleSlider button.owl-dot span{
    width:15px !important;
    height:15px !important;
    margin: 5px;
    border-radius: 100%;
    background: #fff !important;
    border: 1px solid rgb(206 206 206 / 40%) !important;
}
.UIArticleSlider button.owl-dot span:hover{
    background: #01774494 !important;
}