.bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #4067b1;
    border-radius: 2px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #00AE4C;
}

.bx-wrapper .bx-pager {
    top: 390px;
    right: 0;
    /*width: auto;*/
}

.branch-lib ul {
    list-style: none;
}

.branch-lib ul li {
    margin-top: 5px;
    margin-bottom: 10px;
}
.branch-lib .document{
    color: #4267b2;
}

.branch-lib .document-background{
    background: #f4f4f4;
}

.sidebar .sidebar-featured-news{
    border-bottom: 45px solid #4067b1;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 255px;
    margin-bottom: 10px;
}

.title-slider {
    position: absolute;
    top: 10%;
    left: 25%;
    text-align: center;
    width: 50%;
}

.sidebar .sidebar-featured-news .sidebar-title{
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
}

#main-content .course .block{
    padding: 10px;
    background: white;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}

#main-content .course .block .status{
    color: white;
}

#main-content .course .block .title{
    text-align: center;
    padding: 12px;
}

.title-course h5{
    color: white;
    font-size: large;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#carouselExampleIndicators .carousel-control-next{ display:none;}

.itemcate{ float: left; width: 25%;}
.itemcate .in{ background: #fff; border: 1px solid #eee; margin: 10px; padding: 20px; height: 210px;}
.itemcate .in .icon i{ font-size: 38px; color: #ff0014; }
.itemcate .in h4{ font-weight: bold; margin-top: 20px; font-size: 20px;}
.itemcate .in p{
    line-height: 18px;
}

#pncatehome{}
#pncatehome:after{ clear:both; content:''; display:block;}

.item_blog{ margin-top: 15px;}
.item_blog .img{ float: left; width: 40%; overflow: hidden; height: 120px; text-align: center;border-radius: 8px; border: 1px solid #eee;  position: relative;}
.item_blog  .img img{max-height: 100%; max-width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.item_blog .info{ float: right; width: 60%;}
.item_blog .info .in{ padding: 10px; padding-top: 0;}
.item_blog .info .in h3{  margin-top: 0; font-size: 20px; font-weight: bold;}
.item_blog .info .in .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-width: 1px;
}
.item_blog .info .in .date{ color: #2b2b2b;}

.title_news{ position: relative;}
.title_news h3{ font-weight: bold;}
.title_news a{ position: absolute; top: 10px; right: 5px; font-size: 12px;}


@media (max-width: 576px) {

    .itemcate{ float: none; width: 100%; display: block;}

}

@media (max-width: 768px) {

}

@media (max-width: 992px) {

}
@media (max-width: 1200px) {

}

