.tbl-level {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px; /* tạo khe giữa ô */
    table-layout: fixed;
	border-color: transparent;
      margin-left: -8px;
  }
  .tbl-level thead th {
    background: #fff;
    color: #0d1221;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 18px 16px;

    font-size: 16px;
  }
  .tbl-level tbody td {
    background: #ff5b6e; /* hồng */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 18px 16px;
	    border: unset;
    font-size: 18px;
    white-space: nowrap;
  }
 .tbl-level-children {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px; /* tạo khe giữa ô */
    table-layout: fixed;
    border-color: transparent;
	margin-left:-8px;
	margin-bottom: 0;
  }
  .tbl-level-children thead th {
    background: #fff;
    color: #0d1221;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 18px 16px;

    font-size: 16px;
  }
  .tbl-level-children tbody td {
    background: #00bf63; /* hồng */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 18px 16px;
	    border: unset;
/*     font-size: 18px; */
  }
	.tbl-level-children-course{
	border:2px solid #fff;
}
.bg-route .tbl-level-children-course tbody td,.bg-route .tbl-level-children-course thead th {
	text-align:center;
	border: 2px solid #fff !important;
}
.bg-route .tbl-level-children-course thead  th {
	background:#ff751f;
    padding: 20px 10px;
	color:#fff;
}
.bg-route .tbl-level-children-course tbody  td{
	color:#000;
	background:#ffd0aa !important;
}
	.tbl-level-young {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px; /* tạo khe giữa ô */
    table-layout: fixed;
    border-color: transparent;
	margin-left:-8px;
  }
  .tbl-level-young thead th {
    background: #fff;
    color: #0d1221;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 18px 16px;

    font-size: 16px;
  }
  .tbl-level-young tbody td {
    background: #45c0f8; /* hồng */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 18px 16px;
	    border: unset;
    font-size: 18px;
    white-space: nowrap;
  }
	 .tbl-level-advanced {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px; /* tạo khe giữa ô */
    table-layout: fixed;
    border-color: transparent;
    margin-left: -8px;
  }
  .tbl-level-advanced thead th {
    background: #fff;
    color: #0d1221;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 18px 16px;

    font-size: 16px;
  }
  .tbl-level-advanced tbody td {
    background: #a782d8; /* hồng */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 18px 16px;

    font-size: 18px;
    white-space: nowrap;
  }
.tbl-level thead tr th{
	width:25%;
}
@media (max-width: 768px) {
	.tbl-level-advanced tbody td,
	.tbl-level-young tbody td,
	.tbl-level-children tbody td {
	text-align: right;
	}
  .bg-route .tbl-level-children-course tbody td{
   background-color: var(--bg-head) !important;
  }
  .tbl-level-children-course{
  border:none;
  }
  .bg-route .tbl-level-children-course tbody tr{
    border: #fff !important;
  }

}

@media (max-width: 640px) {
    .tbl-level {
      border-spacing: 6px;
    }
 
   
    .tbl-level tr {
      margin-bottom: 10px;
    }
    .tbl-level td {
      text-align: left;
      padding: 14px 16px 14px 128px; /* chừa chỗ cho nhãn */
      position: relative;
      font-size: 16px;
    }

	 .tbl-level-children {
      border-spacing: 6px;
    }
 
   
    .tbl-level-children tr {
      margin-bottom: 10px;
    }
    .tbl-level-children td {
      text-align: left;
      padding: 14px 16px 14px 128px; /* chừa chỗ cho nhãn */
      position: relative;
      font-size: 16px;
    }
 
	.tbl-level-young {
      border-spacing: 6px;
    }
 
  
    .tbl-level-young tr {
      margin-bottom: 10px;
    }
    .tbl-level-young td {
      text-align: left;
      padding: 14px 16px 14px 128px; /* chừa chỗ cho nhãn */
      position: relative;
      font-size: 16px;
    }

	.tbl-level-advanced {
      border-spacing: 6px;
    }

    .tbl-level-advanced tr {
      margin-bottom: 10px;
    }
    .tbl-level-advanced td {
      text-align: left;
      padding: 14px 16px 14px 128px; /* chừa chỗ cho nhãn */
      position: relative;
      font-size: 16px;
    }

	
  }