.wrap::-webkit-scrollbar{
    display: none;
}
.wrap {
    overflow: hidden !important;
    overflow-x: scroll !important;

}

.inner{
    width: max-content !important;
    padding: 0;
}
.cafe-phongtra .catalog .item{
margin: 10px auto !important;
}
.news .item {
    width: 280px;
    margin: 10px;
}
@media only screen and (max-width: 768){
    .news .container{
        width: 100%;
    }
}