.catalog .inner {
    flex-direction: row;
}

.catalog .item[role="item-noncol"] {
    width: 300px;
}
@media only screen and (max-width: 767px){
.cafe-phongtra .catalog::before{
    content: '';
    padding: 50px ;  
}
.cafe-phongtra .catalog::after{
    content: '';
    padding: 50px ; 
    z-index: -1; 
}
.search-form{ 
    width: 100%;
    margin: 30px auto;
    padding: 0px 20px;
    text-align: center;
    color: #fff;
}
.search-form p{
    width: 100%;
    margin: 10px auto;
    font-size: 14px;
}
.search-form h1{
	font-size: 30px;
}
.header .carousel-item{
    height: 450px;
}
.header .carousel-item img{
    height: 100%;
    object-fit: cover;
}
}
