/* MSSV: 0306241331 */
* {
    text-decoration: none;
    font-family: Arial;
    padding: 0;
    margin: 0;
    font-size: 20px;
    box-sizing: border-box;
  }
  .navbar{
    background-color: #1f1e33;
}
.nav-link{
    color:white;
}
.body {
  background-color: #f8f9fa;
}
.banner{
  display: flex;
  justify-content: center;
}
.content{
  width: 1110px;
  height: 200px;
  display:flex;
  justify-content: space-around;
  align-items: center;
}
.title{
  color:#000000;
  text-align: start;
}
.title h3{
  font-weight: lighter;
}
.anh-banner{
  width: 285px;
}
.tieu-de-tin-tuc{
  border-bottom: solid #f00 4px;
}
.tin-moi{
  padding-left: 10px;
  border-left: solid #f00 4px;
}
.footer {
  background-color: #1f1e33;
  color: white;
  padding: 30px 0;
  margin-top: 30px;
}
.link{
  text-decoration: none;
  color: #000000;
}
.card-title{
  text-align: start;
  color:#333333;
  font-weight: bold;
}
.card-text{
  color:#888;
}
.card-title:hover{
  color: #006ba0;
}