@media only screen and (max-width: 1200px) {
  .header .left .mainMenu{display: none}
  .btnMenuMobile{display: block;}
  .btnTagsMobile{display: block;}
  .header .left .tags a{display: none;}
  .gridNews .card .image h2{font-size: 14px;line-height: 1.8;}
}
@media only screen and (max-width: 991px) {
  .gridNews .card{margin-bottom: 1.5rem}
  .footer .widget{margin-bottom: 20px;}
  .copyright{height: auto;text-align: center;}
  .copyright p{line-height: 1.8;}
  .copyright .famo{float: none;display: inline-block;margin-right: 0;}
  .big-news-video{margin-bottom: 1.5rem;}
  .comment-form-author, .comment-form-email{width: 100%;}
}
@media only screen and (max-width: 576px) {
  .header{height: auto;margin-bottom: 20px;}
  .header .content{align-items: center;}
  .header .logo{margin: 5px 0 0 15px;}
  .header .left .title{width: 100%;margin: 0 0 15px 0;text-align: center;display: none;}
  .header .left .tags .name{margin-left: 10px;}
  .header .left .bottom{padding-bottom: 13px;}
  .header .left .special{width: 100%;text-align: center;display: none;}
  .header .left .special a{float: none;margin: 5px 5px 0;display: inline-block;}
  .header .left .special ul, .header .left .special ul li{float: none;display: inline-block;}
  .newsModern .content .main{flex-direction: column;}
  .newsModern .content .main .thumbnail{width: 100%;margin: 0;}
  .newsModern .content .main .cont{width: 100%;}
  .newsClassic{flex-direction: column;align-items: center;}
  .newsClassic .thumbnail{margin-left: 0;margin-bottom: 10px;}
  .newsModern .content .secondary li a img{float: none;margin: 0 auto 10px;display: block;}
  .gridNews .mainSliderHome .item .image h2{font-size: 15px;line-height: 1.8;}
  .gridNews .mainSliderHome{margin-bottom: 0;}
  .gridNews .card{display: none;}
  .singlePost-post .title ul li{margin-left: 10px;}
  .singlePost-post .content .thumbnail{float: none;margin: 0 auto 15px;display: block;}
  .header .left{width: 100%;}
  .newsticker{display: none;}
}
