/*--------du an bds & cafe phong tra---------*/
.proj-cafe{
    margin: 10px 0px;
}
.proj-cafe .catalog{
    margin: 10px 0px;
    position: relative;
    z-index: 0;
    background-image: url('../../image/index/bg-cafe.png');
}
.img img{
    width: 100%;
}
.catalog .item{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
            box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #fff;
    margin: 10px 0px;
}
.catalog .item a{
    color: inherit;
    text-decoration: none;
}
.catalog .item h5{
    margin: 20px 0px;
    font-weight: 600;
}
.catalog .item p{
    height:75px; 
    overflow: hidden; 
}
.catalog .box{
    padding: 10px 10px;
}
 


/*---------pagination--------*/
.pagination-box{
    margin-top: 50px;
    margin-bottom: 100px;
}
.pagination-box .page-item a{
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    min-width: 40px;
    text-align: center;
}
.pagination-box .page-item a:hover{
    color: #fff;
    background: #545A62;
}
.pagination-box .page-item{
    margin: 0px 10px;
}