.search-form{
    width: 60%;
    margin: 30px auto;
    text-align: center;
    color: #fff;
}
.search-form p{
    width: 80%;
    margin: 30px auto;
}
.search-form form{
    width: 100%;
}
.search-form form button{
    position: absolute;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 10px;
}
.search-form form button img{
    width: 15px;
}
.search-form form input{
    width: 100%;
    padding:10px 10px 10px 50px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}
.tragop .img img{
    width: 100%;
}

/*--------du an bds & cafe phong tra---------*/
.btn-seeall{
    display: block;
    width: 150px;
    margin: 20px auto;
    text-align: center;
    color: #000;
    font-weight: 600;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
    padding: 5px ;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.btn-seeall img{
    width: 18px;
}
.btn-seeall:hover{
    text-decoration: none;
    color: #000;
    border: 1px dashed rgba(0,0,0,0.2);
}
.cafe-phongtra{
    margin:0px;
}
.cafe-phongtra .catalog{
    margin: 50px 0px;
    position: relative;
    z-index: 0;
    background-image: url('../../image/index/bg-cafe.png');
}
.duanbds .catalog{
    margin: 50px 0px;
    position: relative;
    z-index: 0;
    background-image: url('../../image/index/bg-duan.png');
}
.cafe-phongtra .catalog::before{
    content: '';
    background:#F9F9F9;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 150px;  
}
.cafe-phongtra .catalog::after{
    content: '';
    background:#F9F9F9;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 150px; 
    z-index: -1; 
}
.duanbds .catalog::before{
    content: '';
    background:#F9F9F9;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px;  
}
.duanbds .catalog::after{
    content: '';
    background:#F9F9F9;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px; 
    z-index: -1; 
} 


/*--------tintuc---------*/

.news .link{
    display: block;
    position: relative;
    margin: 15px 0px;
}
.news .link img{
    width: 100%;
}
.news .text{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 15px;
    text-align: justify;
    width: 100%;
}
.news .text h5, .news .text p{
    font-size: 14px;
    font-weight: 800;
    margin: 0px;
}
.news .text p{
    font-weight: 300;
    opacity: 0.7;
}


/*---------slider----------*/

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: none;
}
.carousel-indicators .active{
    width: 50px;
    -webkit-animation: acvslide 0.7s;
            animation: acvslide 0.7s;
}
@-webkit-keyframes acvslide{
    from{
        width: 10px;
    }
    to{
        width: 50px;
    }
}
@keyframes acvslide{
    from{
        width: 10px;
    }
    to{
        width: 50px;
    }
}
.header .carousel-item img:after{
    content: '';
    width: 100%;
    height: 100%;
    background: red;
}
 