/* ==========================================================================
   Breadcrumb Default Component
   ========================================================================== */
.breadcrumb-default {
    padding: 12px 0;
    background: #f9f6f1;
}

.breadcrumb-default__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}

.breadcrumb-default__list li {
    display: inline;
}

.breadcrumb-default__link {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-default__link:hover {
    color: #111827;
}

.breadcrumb-default__separator {
    color: #9ca3af;
    margin: 0 4px;
    user-select: none;
}

.breadcrumb-default__current {
    color: #3f462d;
    font-weight: 500;
}



.noi_dung_in {
    font-size: 16px;
    line-height: 1.5;
    /* color: #fff; */
}

.noi_dung_in h1 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 32px 0 16px 0;
    line-height: 1.3;
}

.noi_dung_in h1:first-child {
    margin-top: 0;
}

.noi_dung_in h1:last-child {
    margin-bottom: 0;
}

.noi_dung_in h2 {
    font-size: 23px;
    font-weight: 700;
    color: #3f462d;
    margin: 25px 0 10px 0;
    line-height: 1.3;
}

.noi_dung_in h2:first-child {
    margin-top: 0;
}

.noi_dung_in h2:last-child {
    margin-bottom: 0;
}

.noi_dung_in h3 {
    font-size: 21px;
    font-weight: 700;
    color: #3f462d;
    margin: 24px 0 12px 0;
    line-height: 1.4;
}

.noi_dung_in h3:first-child {
    margin-top: 0;
}

.noi_dung_in h3:last-child {
    margin-bottom: 0;
}

.noi_dung_in h4 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 20px 0 10px 0;
    line-height: 1.4;
}

.noi_dung_in h4:first-child {
    margin-top: 0;
}

.noi_dung_in h4:last-child {
    margin-bottom: 0;
}

.noi_dung_in h5 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 18px 0 8px 0;
    line-height: 1.4;
}

.noi_dung_in h5:first-child {
    margin-top: 0;
}

.noi_dung_in h5:last-child {
    margin-bottom: 0;
}

.noi_dung_in h6 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 16px 0 8px 0;
    line-height: 1.4;
}

.noi_dung_in h6:first-child {
    margin-top: 0;
}

.noi_dung_in h6:last-child {
    margin-bottom: 0;
}

.noi_dung_in p {
    margin: 0 0 12px 0;
}

.noi_dung_in p:last-child {
    margin-bottom: 0;
}

.noi_dung_in ul,
.noi_dung_in ol {
    margin: 16px 0;
    padding-left: 20px;
}

.noi_dung_in ul li,
.noi_dung_in ol li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.noi_dung_in ul li:last-child,
.noi_dung_in ol li:last-child {
    margin-bottom: 0;
}

.noi_dung_in ul li ul,
.noi_dung_in ul li ol,
.noi_dung_in ol li ul,
.noi_dung_in ol li ol {
    margin: 8px 0;
}

.noi_dung_in ul li {
    list-style: disc;
}

.noi_dung_in ol li {
    list-style: decimal;
}

.noi_dung_in dl {
    margin: 16px 0;
}

.noi_dung_in dt {
    font-weight: 700;
    color: #111827;
    margin-top: 16px;
    margin-bottom: 4px;
}

.noi_dung_in dt:first-child {
    margin-top: 0;
}

.noi_dung_in dd {
    margin: 0 0 16px 24px;
    padding-left: 16px;
    border-left: 3px solid #e5e7eb;
}

.noi_dung_in strong,
.noi_dung_in b {
    font-weight: 700;
    /* color: #111827; */
}

.noi_dung_in em,
.noi_dung_in i {
    font-style: italic;
}

.noi_dung_in u {
    text-decoration: underline;
}

.noi_dung_in s,
.noi_dung_in strike {
    text-decoration: line-through;
}

.noi_dung_in mark {
    background: rgba(230, 160, 4, 0.2);
    padding: 2px 4px;
    border-radius: 3px;
}

.noi_dung_in a {
    color: var(--bv-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    word-break: break-all;
}

.noi_dung_in a:hover {
    color: #d97706;
    border-bottom-color: #d97706;
}

.noi_dung_in blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    background: #fffded;
    color: #000;
    border-left: 4px solid #3f462d;
    border-radius: 8px;
    font-style: italic;
    /* color: #374151; */
}

.noi_dung_in blockquote p {
    margin: 0 0 12px 0;
}

.noi_dung_in blockquote p:last-child {
    margin-bottom: 0;
}

.noi_dung_in blockquote cite {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-style: normal;
    color: #6b7280;
}

.noi_dung_in blockquote cite::before {
    content: "Ã¢â‚¬â€ ";
}

.noi_dung_in pre {
    margin: 20px 0;
    padding: 20px;
    background: #1f2937;
    color: #f9fafb;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Courier New", Courier, monospace;
}

.noi_dung_in pre code {
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: inherit;
}

.noi_dung_in code {
    padding: 3px 6px;
    background: rgba(230, 160, 4, 0.1);
    color: #d97706;
    border-radius: 4px;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
}

.noi_dung_in img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 24px auto;
}

.noi_dung_in figure {
    margin: 24px 0;
    text-align: center;
}

.noi_dung_in figure img {
    margin: 0 auto;
    width: 100%;
}

.noi_dung_in figcaption {
    /* margin-top: 12px; */
    font-size: 15px;
    /* color: #474747; */
    font-style: italic;
    margin-top: 10px;
    /* background-color: #8080803b; */
}

.noi_dung_in table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.noi_dung_in thead {
    background: var(--bg-linear);
    color: #fff;
}

.noi_dung_in tbody {
    background: #fff;
}

.noi_dung_in tr {
    border-bottom: 1px solid #e5e7eb;
}

.noi_dung_in tr:last-child {
    border-bottom: none;
}

.noi_dung_in tr:nth-child(even) {
    background: #f9fafb;
}

.noi_dung_in th,
.noi_dung_in td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
    border-left: none !important;
    border-right: none !important;
}

.noi_dung_in th {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.noi_dung_in td {
    font-size: 15px;
    line-height: 1.6;
}

.noi_dung_in hr {
    margin: 32px 0;
    border: none;
    border-top: 2px solid #e5e7eb;
}

.noi_dung_in address {
    font-style: normal;
    margin: 16px 0;
    padding: 16px;
    background: #f9fafb;
    border-left: 4px solid var(--bv-primary);
    border-radius: 8px;
}

.noi_dung_in sub,
.noi_dung_in sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.noi_dung_in sup {
    top: -0.5em;
}

.noi_dung_in sub {
    bottom: -0.25em;
}

.noi_dung_in abbr {
    text-decoration: underline dotted;
    cursor: help;
}

.noi_dung_in small {
    font-size: 85%;
    color: #6b7280;
}

.noi_dung_in .divider {
    margin: 24px 0;
    height: 1px;
    background: #e5e7eb;
}

.noi_dung_in .text-left {
    text-align: left;
}

.noi_dung_in .text-center {
    text-align: center;
}

.noi_dung_in .text-right {
    text-align: right;
}

.noi_dung_in .text-justify {
    text-align: justify;
}