.UIArticleSlider {
  	width: 100%;
  	line-height: 1.5;
  	background: url(Images/tintuc.jpg) no-repeat;
  	padding-bottom: 40px;
  	background-size: cover;
}
.UIArticleSlider .container {
    width: 1200px;
    margin: 0 auto;
}
.UIArticleSlider .container-item img {
    display: block;
    height: 220px;
    object-fit: cover;
}
.UIArticleSlider .item {
    background: #f9f9f9;
    padding: 20px;
    height: 390px;
    border-radius: 5px;
}
.UIArticleSlider .name {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin: 15px 0 10px 0;
}
.UIArticleSlider .name:hover {
    background: #03c2ea;
    background: linear-gradient(225deg,#54defb 0%,#03c2ea 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 {
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 20px 0 20px 5px;
    color: #453828;
    position: relative;
    font-family: 'Charmonman', cursive;
}
.UIArticleSlider .title-block:after {
    content: '';
    height: 3px;
    width: 120px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    background: #03c2ea;
    transform: translateX(-50%);
}
/*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.active span, .UIArticleSlider button.owl-dot:hover span {
    background: #7d3414 !important;
}
.UIArticleSlider button.owl-dot span {
    height: 20px!important;
    width: 20px!important;
    background: #d19074 !important;
}
