/* ====== owl carousel ====== */
#promo-news {
	padding: 0 20px !important;
	width: 950px !important;
}
#promo-news .item {
    float: left;
    list-style: none;
    width: 190px;
    height: 190px;
}
#promo-news .item a {
    display: block;
    text-decoration: none;
}
#promo-news .item a img {
    display: block;
    height: 100px;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 auto;    
}
#promo-news .item a span {
    display: block;
    font: bold 1.077em Georgia, "Times New Roman", Times, Rekha, serif;
    color: #394a6e;
    padding: 7px 10px 10px;
    height: 42px;
    overflow: hidden;
}
.btn-next-pc-slide {
    position: absolute;
    top: 24px;
    right: 5px;
    width: 27px;
    height: 58px;
    cursor: pointer;
    background: transparent url(../img/owl/next-horizontal.png) no-repeat 0 0;
}
.btn-prev-pc-slide {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 27px;
    height: 58px;
    cursor: pointer;
    background: transparent url(../img/owl/prev-horizontal.png) no-repeat 0 0;
}
.owl-btn {
	text-indent: -9999px;
}