.tb-bg-gray {
  background: #f2f2f2 !important;
  color: #000 !important;
}

.tb-bg-white {
  background: #ffffff !important;
}

.tb-sub-link {
  text-align: left !important;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  background: #f2f2f2 !important;
  color: #000 !important;
}

.tb-sub-link i {
  font-size: 15px;
  color: #019ac7;
}

.data-group {
  margin-top: 1rem !important;
  margin-bottom: 2.5rem !important;
}

.data-group tr td ul {
  list-style: square;
  padding-left: 15px;
  text-align: left;
  margin: 0;
}

.data-group tr td .list-sub {
  padding-left: 45px;
}

.data-group thead {
  color: #fff;
}

.data-group thead .head-topic {
  background-color: #13255f;
}

.data-group thead .head-topic {
  border-bottom: none;
}

.data-group thead tr th {
  background-color: #232323;
  border-bottom: solid 2.5px #f87037;
  padding: 0.7rem !important;
  font-size: 22px;
  font-weight: 500;
  text-align: center !important;
}

.data-group thead tr th:nth-child(even) {
  background-color: #000;
}

.data-group tbody tr.vertical-bl td {
  vertical-align: baseline;
  text-align: left;
}

.data-group tbody tr td {
  padding: 0.7rem !important;
  font-size: 1.25rem;
  border-bottom: 1px solid #e4e4e4;
}

.data-group tbody tr td:nth-child(1) {
  text-align: center;
  background: #13245f;
  color: #fff;
}

.data-group tbody tr td:nth-child(2) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #f2f2f2;
}

.data-group tbody .download a {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

.box-content {
  margin-bottom: 2.5rem !important;
}

.box-content .head-topic {
  background-color: #13255f;
  padding: 0.7rem !important;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.box-content tr td {
  text-align: left !important;
}

.box-content .group-content {
  padding: 0.7rem 2rem !important;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  background: #f2f2f2;
}

.box-content .group-content p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.5rem;
}

.box-content .group-content p:last-child {
  border-bottom: none;
}

.box-content .group-content .content-indent {
  text-indent: 2rem;
}

.content-box {
        background-color: rgba(248, 111, 56, 0.05);
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        max-width: 1200px;
        overflow-x: auto;
    }

    .main-title {
        text-align: center;
        color: #092166;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .sub-title {
        text-align: center;
        color: #092166;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .data-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 20px;
    }

    .data-table thead {
        background-color: #F86F38;
        color: #fff;
    }

    .data-table thead th {
        padding: 15px;
        font-size: 20px;
        text-align: center;
    }

    .data-table tbody .main-row {
        background-color: #FEF1EB;
        color: #000;
        border-top: 1.5px solid #F86F38;
        border-bottom: 1.5px solid #F86F38;
    }

    .data-table tbody .main-row td {
        padding: 15px 10px;
        text-align: left;
        color: #000;
        font-size: 20px;
    }

    .data-table tbody .sub-row {
        background-color: #fff;
    }

    .data-table tbody .sub-row:nth-child(even) {
        background-color: #FAFAFA;
    }

    .data-table tbody .sub-row td {
        padding: 10px;
        vertical-align: middle;
        text-align: left;
        font-size: 20px;
    }

    .data-table tbody .sub-row td:nth-child(2) {
        text-indent: 20px;
    }

    .bullet {
        color: #F86F38;
        font-size: 20px;
        margin-right: 10px;
    }

    .data-table .download {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .data-table .download a {
        display: inline-block;
        text-decoration: none;
    }

    .data-table .download img {
        width: 25px;
        height: auto;
        vertical-align: middle;
    }

    .data-table tbody .sub-heading td {
        color: #F86F38;
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        background-color: #ffffff;
    }

    .data-table tbody td:last-child {
        white-space: nowrap;
    }

    @media screen and (max-width: 768px) {
        .bullet {
            display: none;
        }

        .data-table tbody td {
            vertical-align: top;
        }
        .data-table tbody .sub-row td:nth-child(2) {
            text-indent: unset;
        }
    }