
main .container-xxl, nav .container-xxl {
    max-width: 1140px;
}
main .container-xxl {
    background-color: #fff;
}

/* .search-content */
.search-content {
    padding-top: 26px;
    padding-bottom: 10px;
}

.search-content .form-sval {
    border-width: 2px;
    border-color: #06A17E;
    font-size: 16px;
}

.search-content .form-sval::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.search-content .form-sval:focus {
    box-shadow: none;
    /* box-shadow: 0 0 0 1px rgba(0, 123, 255, .25); */
    background-color: rgba(6, 161, 126, 0.02);
}

.search-content .btn {
    background-color: #06A17E;
    border-color: #06A17E;
}

.search-content .btn:hover {
    background-color: #058367;
    border-color: #058367;
}

/* .breadcrumb-content */
.breadcrumb-content {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-content ol {
    margin-bottom: 0;
}

.breadcrumb-content .btn-group {
    margin-right: 10px;
    position: relative;
}

/* .btn-group-green */
.btn-group-outline-green .btn {
    line-height: 1.1;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border-color: rgb(218, 223, 227);
    color: #555;
}

.btn-group-outline-green .btn:hover {
    background-color: #fff;
}

.btn-group-outline-green .btn-current {
    background-color: rgba(6, 161, 126, 0.05);
}

.btn-group-outline-green .btn-current, .btn-group-outline-green .btn:hover {
    color: #06A17E;
    border-color: #06A17E !important;
}


/* .category-list */
.category-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 2px;
}

.category-list .category-card {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 24px;
    justify-content: center;
}

@media (max-width: 768px) {
    .category-list .category-card {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .category-list .category-card {
        width: 100%;
    }
}

.category-list .category-item {
    display: block;
    height: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: rgba(0, 0, 0, 0.02) 0 2px 0 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.category-list .category-item:hover {
    border-color: #06a17e;
    /* background-color: rgba(6, 161, 126, .05); */
    color: #06a17e;
}


.category-list .category-item b, .category-list .category-item span {
    display: block;
    text-align: center;

}

.category-list .category-item b {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

.category-list .category-item span {
    font-size: 16px;
}


/* .category-table */
.category-table {
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-table td, .category-table th {
    color: rgba(0, 0, 0, 0.8);
}

.category-table tr:nth-child(odd) th, .category-table tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.07);
}

.category-table .category-code {
    text-align: center;
    font-weight: bold;
    width: 150px;
}
/* .category-list */
.category-list .category-item i, .category-table tr i {
    color: #ec6666;
    font-style: normal;
}


/***** .id-card-table *****/
.id-card-table {
    padding-top: 10px;
    padding-bottom: 10px;
}
.id-card-table h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #198754;
    padding-left: 20px;
}

.id-card-table tr:first-child {
    border-top-width: 1px;
}

.id-card-table th {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

.id-card-table th span:after {
    content: ':';
    font-weight: normal;
    margin-left: 4px;
    color: #666;
}
.id-card-table .hidden {
    visibility: hidden;
}