#slider-search .owl-carousel{
    position: relative;
}
#slider-search .owl-carousel .owl-nav{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#slider-search .owl-carousel .owl-nav>div{
    display: inline-block;
    margin:0 5px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #f0f0f0;
}
#slider-search .owl-carousel .owl-nav>div:hover{
    border: 1px solid #FF6816;
    color: #FF6816;
}
#slider-search .owl-carousel .owl-nav>div i{
    display: inline-block;
    padding: 5px 10px;
}
/*-----HOME NEWS-----*/
#home-top-news .img-container > img{
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
}
#home-top-news .title:hover {
    text-decoration: underline;
}
#home-top-news .title{
    display: block;
    font-size: 16px;
    padding: 3px 0;
    color: #056dad;
    text-transform: uppercase;
}
#home-top-news p.desc{
    font-size: 13px;
    text-align: justify;
    color: #6f6f6f;
}
#home-other-news .img-container{
    width: 28%;
    float: left;
    margin: 0 5px 3px 0;
}
#home-other-news > .item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}
#home-other-news .img-container > img{
    display: inline-block;
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
}
#home-other-news .title{
    font-size: 13px;
    color: #056dad;
    text-align: justify;
    text-transform: uppercase;
}
#home-other-news .title:hover{
    text-decoration: underline;
}
#home-other-news p.desc{
    font-size: 12px;
    color: #6f6f6f;
    text-align: justify;
}

.site-intro{
    text-align: justify;
}
.site-intro h2.title{
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0 5px;
    color: #345393;
}