.content.news .wrap-head .btn-outline-dark,.content.list-product .wrap-head .btn-outline-dark{
      border: 1px solid #ccc;
  color: #002448;
}
.content.news .wrap-head .btn-outline-dark:hover,.content.list-product .wrap-head .btn-outline-dark:hover{
  background: #fff;
  color: #db1512;
}
.content.news .wrap-head .btn.btn-danger, .content.list-product .wrap-head .btn.btn-danger{
  background: #db1512;
}
.content.news .wrap-head *,.content.list-product .wrap-head *{
  font-size:16px;
}
.content.news .wrap-head .btn,.content.list-product .wrap-head .btn{
   padding: 5px 10px !important;
    line-height: 30px !important;
    height: 40px !important;
 border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
     letter-spacing: 0;
}
.content.video-page .item-video{
  height:auto;
  padding-bottom: 0 !important;
}
.content.video-page .item-video .title{
  margin-bottom: 0 !important;
}
footer{
  background: #000;
}
@media screen and (min-width: 992px) {
  .about-home .header-box .title{
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about-home .header-box .title{
    font-size: 23px;
  }
}