html, body {
  margin: 0;
  height: 100%;
  background-color: #F0F4F9;  
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
/* hien thi khung trang chu*/
.trangchumaytinh {
  width: 100%;
  max-width: 1100px;
  height: auto;
  height: auto;
  display: block;
  padding-bottom: 70px;
  margin: 0 auto;
  
}
/* hien thi khung trang chu*/
.trangtrongmaytinh {
  width: 100%;
  max-width: 1100px;
  height: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  
}
/*chan trang thong tin*/
.chan {
  border-top: 5px outset red;
  background-color: rgb(255, 255, 255);    
  text-align: center;
  color: rgb(92, 92, 92);
  position: relative;
  width: 100%;
  bottom: 0px;
  
}


  /*hiển thị repossite di động*/

  .hienthitren650 {


  }
  .hienthiduoi650 {
  
   display: none;
  }
  @media screen and (max-width: 650px) {
    .hienthitren650 {
  
      display: none;
  
    }
      .hienthiduoi650 {
  
      display: block;
  
    }
  }

  .group-buttons {
    display: flex;       /* Kích hoạt Flexbox */
    align-items: center; /* Căn giữa theo chiều dọc */
    gap: 10px;          /* Khoảng cách giữa 2 nút */
}
