/* Breadcrumb */
.breadcrumb {
    background: #ebe9e9;
    padding: 10px 0;
}

.breadcrumb ul {
    display: block;
    white-space: normal;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb ul li:not(:last-child) {
    position: relative;
    padding-right: 15px;
}

.breadcrumb ul li:not(:last-child)::before {
    content: '/';
    color: #9f9f9f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}

/* End breadcrumb  */


.empty-content {
    margin: 20px 0;
    display: inline-block;
}

.doi-tac {
    margin-bottom: 25px;
}

.doi-tac .item img {
    border: 1px solid #0B5CB5;
    padding: 10px;
    object-fit: contain;
}

.doi-tac .item .wrap-img {
    padding-bottom: 65%;
}

.doi-tac-slider .slick-slide {
    padding: 0 10px;
    /* khoảng cách 2 bên mỗi slide */
}

.doi-tac-slider .slick-list {
    margin: 0 -10px;
    /* bù lại padding để không bị lệch */
}

/* ===== Tiêu đề ===== */
.section-head {
    text-align: center;
    margin-bottom: 20px;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    position: relative;
    display: inline-block;
}

/* Content cho editor  */
/* Content cho editor  */
.noi-dung,
.noi-dung-1 {
    font-size: 16px;
}

.noi-dung p,
.noi-dung-1 p{
    margin-bottom: 10px;
    text-align: justify;
    line-height: 1.5;
    font-size: 16px;
}

.noi-dung h2,
.noi-dung-1 h2{
    font-size: 24px;
    margin-bottom: 15px;
    color: #241F1F;
}

.noi-dung h3,
.noi-dung-1 h3{
    font-size: 20px;
    margin-bottom: 15px;
    color: #241F1F;
}

.noi-dung hr,
.noi-dung-1 hr{
    margin: 15px 0;
}

.noi-dung-1 table {
    margin-bottom: 10px;
    max-width: 100%;
    border-collapse: collapse;
    width: 100%;
}

.noi-dung table td img {
    border-radius: 10px;
}

.noi-dung table td {
    width: 50%;
}

.noi-dung blockquote,
.noi-dung-1 blockquote{
    padding: 12px 40px;
    margin-bottom: 15px;
    position: relative;
    background: var(--color-3);
    color: #FFF;
    border-radius: 8px;
  	text-align: center;
}

.noi-dung blockquote::after,
.noi-dung-1 blockquote::after,
.noi-dung blockquote::before,
.noi-dung-1 blockquote::before{
    font-size: 45px;
    color: #FFF;
    position: absolute;	
}

.noi-dung-1 blockquote span {
	color: #FFF !important;
}


.noi-dung blockquote::before,
.noi-dung-1 blockquote::before{
    content: "\275D";
    top: -7px;
    left: 6px;
}

.noi-dung blockquote::after,
.noi-dung-1 blockquote::after{
    content: "\275E";
    bottom: -24px;
    right: 6px;
}

.noi-dung blockquote h3,
.noi-dung blockquote h2,
.noi-dung blockquote p{
    margin-bottom: 0;
    color: #FFF;
}

.noi-dung-1 blockquote h3,
.noi-dung-1 blockquote h2,
.noi-dung-1 blockquote p{
    margin-bottom: 0;
    color: #FFF;
}

.noi-dung ul,
.noi-dung ol {
    margin-left: 30px;
	margin-bottom: 10px;
}

.noi-dung ul,
.noi-dung-1 ul {
    list-style: disc;
}

.noi-dung ol,
.noi-dung-1 ol {
    list-style: decimal;
}

.noi-dung-1 ul,
.noi-dung-1 ol {
    margin-left: 30px;
	margin-bottom: 10px;
}

.noi-dung ul li,
.noi-dung ol li {
	margin-bottom: 5px;
}

.noi-dung-1 ul li,
.noi-dung-1 ol li {
	margin-bottom: 5px;
}

.noi-dung table tr td,
.noi-dung-1 table tr td {
    padding: 10px;
}

.noi-dung-1 table tr th {
    padding: 10px;
}

.noi-dung table {
	margin: 0 -10px 0px;
}

/* end  */

/* pagination  */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    gap: 0px;
}

.pagination .page-item {
    display: inline-block;
}

.btn-disabled {
    opacity: .3;
    cursor: not-allowed;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--color-3);
    background: #FFF;
    color: var(--color-3);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.pagination .page-link:hover {
    background: var(--color-3);
    color: #FFF;
    border-color: var(--color-3);
}

.pagination .page-item.active .page-link {
    background: var(--color-3);
    color: #FFF;
    border-color: var(--color-3);
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    /* background: #f5f5f5;
    color: #aaa;
    border-color: #ddd; */
    pointer-events: none;
}

.hover-effect_1 {
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px
}

.hover-effect_1::after {
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: hsla(0, 0%, 100%, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.hover-effect_1:hover::after {
    height: 250%;
    transition: all .6s linear;
    background-color: transparent
}

.noi-dung iframe {
    max-width: 100%;
    width: 100%;
}

.noi-dung .image-caption {
    display: none;
}

@media (max-width: 1100px) {
    .noi-dung table tr td {
        width: 50%;
    }

    .noi-dung img,
    .noi-dung-1 img {
        max-width: 100%;
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .noi-dung table tr td {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 768px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    /* .noi-dung table tr td, 
    .noi-dung-1 table tr td {
        word-break: break-word;
    } */

    .noi-dung h3, .noi-dung-1 h3,
    .noi-dung h2, .noi-dung-1 h2 {
        margin-bottom: 10px;
    }
}

@keyframes empty-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes empty-pulse-ring {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes empty-dot-blink {

    0%,
    80%,
    100% {
        opacity: 0.2;
        transform: scale(0.8);
    }

    40% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.empty-state-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 52px 24px 48px;
    text-align: center;
    gap: 0;
}

.empty-svg-container {
    position: relative;
    width: 140px;
    height: 140px;
    animation: empty-float 3.8s ease-in-out infinite;
}

.empty-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    animation: empty-pulse-ring 2.4s ease-out infinite;
}

.empty-pulse:nth-child(2) {
    animation-delay: 0.8s;
}

.empty-orbit {
    opacity: 0.3;
}

.empty-bg-circle {
    fill: #f5f5f5;
    stroke: #e0e0e0;
}

.empty-doc-body {
    fill: #fff;
    stroke: #ccc;
    stroke-width: 1.2;
}

.empty-doc-fold {
    fill: #f0f0f0;
    stroke: #ccc;
    stroke-width: 1;
}

.empty-doc-line {
    stroke: #ccc;
}

.empty-dash-line {
    stroke: #aaa;
    fill: none;
}

.empty-sparkle {
    fill: #bbb;
}

.empty-title {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.empty-sub {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    max-width: 260px;
    margin: 0;
}

.empty-dots {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.empty-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bbb;
    animation: empty-dot-blink 1.4s ease-in-out infinite;
    display: inline-block;
}

.empty-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.empty-dot:nth-child(3) {
    animation-delay: 0.4s;
}