*{
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
#do_an{
    width: 100%;
    background-color: white;
}
.all{
    width: 90%;
    background-color: white;
}
#header{
    height: 180px;
 }
.logo{
    background-color: lightseagreen;
    height: 180px;
}
.logo img{
    height: 100%;
    width: 100%;
}
.banner{
    background-color: lightseagreen;
    height: 180px;
}
.banner img{
    height: 100%;
    width: 100%;
}
.login{
    background-color: lightseagreen;
    height: 180px;
}
#menu{
    height: 30px;
    background-color: lightseagreen;
    margin-bottom: 20px;
}
    .menua{
        height: 30px;
        text-align: center;
    }
.review{
   margin-top: 10px;
    border-top: 1px solid silver;
}
#other{
    margin-top: 10px;
    border-top: 1px solid silver;
}
   #chef{
       height: 40px;
       margin-top: 0px;

       margin-bottom: 13px;
   }
   #slidea{
       height: 300px;
       border-top: 1px solid silver;
       margin-bottom: 20px;
   }
   #meo{
       height: 40px;
       margin-top: 70px;
       margin-bottom: 13px;
   }
   #slideb{
       height: 300px;
       border-top: 1px solid silver;
       margin-bottom: 20px;
   }
.col-md-4 img
{
    width:100%;
    height:170px;
}
.title h1 {
    font-size: 15pt;
    font-weight: 600;
}
.xemthem{
    border: 1px solid;
    font-size: 14px;
    padding: 2px;
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.xemthem:hover{
    background-color:#fff ;
    border-color: #fff;
    color: #c9302c;
}