@media (max-width: 1200px) { .ft-1 { width: 100% !important; margin-bottom: 30px; }
  .ft-2 { width: 100% !important; margin-bottom: 30px; }
  .ft-3 { width: 100% !important; margin-bottom: 30px; }
  .ft-4 { width: 100% !important; margin-bottom: 30px; } }
@media (max-width: 1000px) { 
.a-side-wrapper{
  height: unset;
}
  .body-wrapper { flex-wrap: wrap; }
  .a-side { display: block; width: 100%; z-index: 99999; background: #fff; }
  .main-side { width: 100%; }
  .sidebar-menu { display: none; }
  .a-side-wrapper { position: relative; justify-content: space-between; display: flex; align-items: center; }
  .sidebar-logo { margin: 0 !important; padding-top: 5px; padding-bottom: 5px; }
  #logo img { height: 80px; }
  #copyright .container { flex-wrap: wrap; justify-content: center; text-align: center; }
  #hamburger:before, #hamburger:after, #hamburger span { background-color: #df0000 !important; }
  .body-wrapper:not(.index) #slider { height: auto; } 
}

@media (max-width: 991px){
  .news-2-col-item .image{
    width: 250px;
  }
  .spl-title{
    font-size: 28px;
  }
}
@media (max-width: 767px){
  .spc-tt{
      position: relative!important;
    left: 0!important;
    transform: unset!important;
    text-align: center;
  }
}
@media (max-width: 578px){
   .spl-title{
    font-size: 20px;
  }
  .news-2-col-item{
    flex-wrap: wrap;
  }
  .news-2-col-item .image{
    width: 100%;
  }
  .news-2-col-item .detail{
    text-align: center!important;
    padding: 15px;
  }
}
.a-side.stickd { position: fixed; top: 0; }
