.UIArticleSlider_DanhSachHoaTieu .UIArticleSlider .container-item img {
    display: block;
    height: auto;
    width: 40%;
    object-fit: cover;
    border-radius: 5px;
    margin: auto;
  padding:15px;
}

.UIArticleSlider {
  	width: 100%;
  	line-height: 1.5;
  	background: transparent;
  	padding-bottom: 40px;
}
.UIArticleSlider .container {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.UIArticleSlider .container-item img {
    display: block;
    height: auto;
    width: 30%;
    object-fit: cover;
    border-radius: 8px;
    margin: auto;
}

.UIArticleSlider .item  {
     background: #fff;
     min-height: 360px;
     border-radius: 10px 10px 10px 10px;
}

.UIArticleSlider .name {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin: 9px 0;
}
.UIArticleSlider .name:hover {
    color: #e03206;
    background: linear-gradient(225deg,#e03206 0%,#e07e06 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.UIArticleSlider a.img {
    display: block;
    text-align: center;
}
.UIArticleSlider .summary * {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}
.UIArticleSlider .summary {    
    font-size: 13px;
    margin: 0px 30px 0px 60px;
    text-align: justify;
    font-weight: 600;
}
.UIArticleSlider .p-date {
    display: none;
}
.UIArticleSlider  .p-img {
    display: block;
    margin-bottom: 15px;
}
.UIArticleSlider .title-block * {
    color: #ff2f00;
    padding: 30px 0;
    font-family: Roboto;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    /* width: 100%; */
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.UIArticleSlider .title-block {
    text-align: center;
    position: relative;
}
.UIArticleSlider .title-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    left: 0;
    top: 50%;
    z-index: 0;
}
/*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;
}
