.tuyendunggridment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 767px) {
    .tuyendunggridment {
      grid-template-columns: repeat(1, 1fr); } }
  .tuyendunggridment > div {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-width: 0; }
    .tuyendunggridment > div ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .tuyendunggridment > div ul li {
        display: flex;
        align-items: center;
        gap: 5px; }
        .tuyendunggridment > div ul li span:nth-child(1) {
          display: flex;
          align-items: center; }
        .tuyendunggridment > div ul li svg {
          width: 20px;
          height: 20px; }
    .tuyendunggridment > div .contentssal {
      padding: 20px; }
    .tuyendunggridment > div .seemorenow a {
      background-color: #58be27;
      padding: 5px 15px;
      border-radius: 16px;
      margin-top: 12px;
      display: inline-block;
      font-weight: bold; }
  .tuyendunggridment .headertitle {
    background: #405bba;
    background: -webkit-linear-gradient(180deg, #405bba, #888bf4);
    background: linear-gradient(180deg, #405bba, #888bf4);
    border-radius: 0px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    font-size: 20px; }

.vtrituyendung {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }

.motacongviec {
  /*background: linear-gradient(180deg, rgba(64, 91, 186, 1.0), rgba(136, 139, 244, 1.0));*/
  background: #fff;
  padding: 20px; }

.ungtuyenvitri {
  text-align: center;
  margin-bottom: 15px; }
  .ungtuyenvitri a {
    display: inline-block;
    background: #000;
    padding: 10px 30px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }

.boxformungtuyen {
  width: 700px;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-top: 40px; }
  .boxformungtuyen .itlehead {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0; }
  .boxformungtuyen .clicktai {
    background: #ccc;
    padding: 10px 25px;
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    border-radius: 34px;
    cursor: pointer; }
  .boxformungtuyen .filedinhkem {
    margin-bottom: 10px; }
    .boxformungtuyen .filedinhkem span {
      color: red;
      font-weight: bold; }
  .boxformungtuyen .batbuoc {
    color: red;
    letter-spacing: 1px; }
  .boxformungtuyen button {
    display: block;
    width: 100%;
    color: #000;
    background: #FF9800;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px; }

.filedatai a {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  color: #00BCD4; }
