@media (min-width: 600px) and (max-width: 1024px) {
  .psa1{ min-height: 368px !important; }
  .ulpsa{display: grid;grid-template-columns: 1fr 1fr 1fr;}
  .psa1 .h3{
    padding:0 !important;
  }
  .top_head .cont{
    padding:0 15px;
  }
  .kpag .list-video {
      display: flex;
      gap: 10px
  }

  .mid_col1 .dflex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mid_col1,
  .mid_col2 {
    padding: 20px 0 !important;
  }
  .mid_col1 .box_tm {
    width: 100% !important;
    flex: 1;
  }

  .list_tm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .mid_col1 .list_tm .item .b-img {
    width: 100px !important;
  }
  .mid_col1 .list_tm .item h3 {
    width: calc(100% - 100px) !important;
  }
  .mid_col1 .box_tm2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .box_home_style_4-1cot-5tin .list-item {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* Chia 2 cột đều nhau */
    grid-gap: 20px; /* Khoảng cách giữa các item */
  }
  .box_home_style_4-1cot-5tin .list-item .news-img:first-child {
    grid-column: 1 / -1 !important; 
  }
  .psa2 {
    text-align:center;
  }
  .psa1 {
    height: auto !important;
  }
  #mobile_top_300x100{
    display:none;
  }

  .psa1 p {
    display: -webkit-box!important;
    -webkit-line-clamp:12;
    -webkit-box-orient:vertical;
    overflow:hidden;
   }
   .box-psa-bg {
     width:auto!important;
     margin:20px -10px!important;
   }
   .imgpsa {
      width: 100% !important;
   }

}
.top_head .cont .left .top_search {
  width: auto !important;
}