@media (max-width: 768px) {
  .tour_offer {
    display: none;
  }
  .news_first, .row_news_hot {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }
  .left_, .right_ {
    float: none;
    width: 100%;
  }
  .img_news_first, .img_news_hot {
    width: 100%;
    height: auto;
  }
  .div_space {
    margin-bottom: 5px;
  }
  .row_dest_hot {
    display: flex;
    flex-direction: column;
  }
  .left_row_dest_hot, .right_row_dest_hot {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .img_dest_hot {
    width: 100%;
    height: auto;
  }
  .row_product_hot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .img_product_hote {
    width: 100%;
    height: auto;
  }
  .right_row_product_hot {
    text-align: justify;
  }
}