.common-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.home-gallery span.subtitle {
    font-size: 21px;
}

section.home-news .section-heading__title:before {
    left: 0;
    transform: unset;
    width: 29%;
}

.btn-hack {
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) padding-box;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) padding-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 20px;
}

.btn-hack::after {
    content: "";
    position: absolute;
    width: 500%;
    height: 500%;
    background: conic-gradient(from 148deg, transparent 46%, #ffffff 50%, transparent 54%);
    z-index: 1;
    border-radius: inherit;
    animation: animate 4s linear infinite;
}

.div-bao {
    position: relative;
    z-index: 1;
}

@keyframes animate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.common-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 50%;
    border: 0;
    background: #D1D1D1;
}



.common-slider .slick-dots li button::before {
    display: none;
}

.common-slider .slick-dots li.slick-active {
    width: 32px;
}

.common-slider .slick-dots li.slick-active {
    background: #F9AB19;
    border-radius: 20px;
}

/* Slick Arrows Styling */
.common-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50px;
    height: 50px;
    background: #FFF;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #1D264A;
    cursor: pointer;
    transition: 0.3s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0;
    /* opacity: 1; */
}

.common-slider:hover .slick-arrow {
    opacity: 1;
}

.common-slider .slick-arrow:hover {
    background: var(--bv-primary);
    color: #FFF;
}

.common-slider .slick-prev {
    left: -25px;
}

.common-slider .slick-next {
    right: -25px;
}

.common-slider .slick-arrow::before {
    font-family: "Material Icons Outlined";
    font-size: 24px;
    line-height: 1;
}

.common-slider .slick-prev::before {
    content: "arrow_back";
}

.common-slider .slick-next::before {
    content: "arrow_forward";
}

@media (max-width: 1360px) {
    .common-slider .slick-prev {
        left: 30px;
    }

    .common-slider .slick-next {
        right: 30px;
    }

    .common-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

/* / */
.cus-btn {
    background: linear-gradient(90deg, rgb(237, 207, 89) 0%, rgb(249, 171, 25) 16.827%, rgb(249, 223, 123) 32.8%, rgb(255, 243, 166) 52.4%, rgb(249, 223, 123) 72.98%, rgb(243, 170, 34) 99.999%);
    color: #000;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    border: 1px solid var(--bv-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    height: 100%;
}

.cus-btn::before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 800%;
    background-color: #FFF;
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    transition: 0.7s ease;
}

.cus-btn:hover {
    color: var(--bv-primary);
    box-shadow: 0 4px 12px rgba(245, 147, 0, 0.3);
}

.cus-btn:hover::before {
    height: 1000%;
}

.cus-btn .material-icons-outlined {
    font-size: 16px;
}

.cus-btn--secondary {
    background: var(--bg-button-primary);
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid var(--bv-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}

.cus-btn--secondary::before {
    background-color: white;
}

.cus-btn--secondary:hover {
    color: var(--bv-secondary);
}

.cus-btn--outline {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.cus-btn--outline2 {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.cus-btn--outline::before {
    background-color: var(--bv-primary);
}

.cus-btn--outline:hover {
    color: #000;
}

.cus-btn--primary {
    background: var(--bv-primary);
    color: #FFF;
}

.cus-btn--primary:hover {
    color: var(--bv-primary);
}

.cus-btn--herobanner {
    background: linear-gradient(90deg, rgb(237, 207, 89) 0%, rgb(249, 171, 25) 16.827%, rgb(249, 223, 123) 32.8%, rgb(255, 243, 166) 52.4%, rgb(249, 223, 123) 72.98%, rgb(243, 170, 34) 99.999%);
    color: #000;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 700;
}

.cus-btn--herobanner img {
    width: 30px;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    background: white;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 400ms linear;
}

.back-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top::after {
    position: absolute;
    font-family: "Material Icons Outlined";
    content: "expand_less";
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
    font-size: 24px;
}

.back-to-top .progress-circle path {
    fill: none;
}

.back-to-top .progress-circle.svg-content path {
    stroke: var(--bv-primary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 400ms linear;
}

/* custom-video-fancybox */
.custom-video-fancybox .fancybox-slide--iframe .fancybox-content {
    max-width: 1200px;
}

/*  */
.section-heading {
    /* text-align: center; */
    margin-bottom: 30px;
}


.section-heading__title {
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1.3;
    font-family: var(--font-utbebas);
    position: relative;
    padding-bottom: 9px;
    display: inline-block;
    color: #000;
}

.section-heading__title:not(:last-child) {
    margin-bottom: 30px;
}

.section-heading__title>* {
    display: block;
}



.section-heading__title .subtitle {
    font-size: 4.3rem;
    text-transform: uppercase;
    color: var(--bv-primary);
}

.section-heading__title .subtitle .material-icons-outlined {
    font-size: 21px;
    color: var(--bv-primary);
    margin-right: 5px;
    transform: translateY(3px)
}

.section-heading__desc:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-heading__title {
        font-size: 38px;
        line-height: 1.2;
    }

    .section-heading__title .subtitle {
        font-size: 26px;
    }
}


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

.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: 25px;
    font-weight: 700;
    color: #111827;
    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: 22px;
    font-weight: 700;
    color: #111827;
    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 16px 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;
    transition: all 0.3s ease;
}

.noi_dung_in a:hover {
    color: var(--bv-primary);
}

.noi_dung_in blockquote {
    margin: 24px 0;
    padding: 20px 24px;
    background: rgba(230, 160, 4, 0.05);
    border-left: 4px solid var(--bv-primary);
    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: var(--bv-primary);
    border-radius: 4px;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
}

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

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

.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;
    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;
}

.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(--color-1);
    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;
}



.box-content ul li {
    padding: 5px 0px;
    list-style: disc;
    margin-left: 20px;
}

.detail-article__description {
    background: #f8f6f6;
    padding: 10px;
    border-radius: 10px;
}

.toc-num {
    position: relative;
    padding-right: 10px;
}

.section-heading__title:before {
    content: "";
    position: absolute;
    width: 52%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

span.toc-num:before {
    content: ".";
    right: 0;
    position: absolute;
}

@media (max-width: 768px) {
    .noi_dung_in h1 {
        font-size: 26px;
    }

    .noi_dung_in h2 {
        font-size: 22px;
    }

    .noi_dung_in h3 {
        font-size: 20px;
    }

    .noi_dung_in h4 {
        font-size: 18px;
    }

    .noi_dung_in table {
        font-size: 14px;
    }

    .noi_dung_in th,
    .noi_dung_in td {
        padding: 8px 12px;
    }

    .noi_dung_in blockquote {
        padding: 16px 20px;
    }

    .noi_dung_in pre {
        padding: 16px;
        font-size: 13px;
    }

    .home-gallery span.subtitle {
        font-size: 26px;
    }

    .common-slider .slick-dots {
        position: unset;
        margin-top: 0;
    }

    .home-news .slick-dots {
        margin-top: 25px;
    }
}

@media (max-width: 380px) {
    .cus-btn {
        padding: 8px 10px;
    }

    .section-heading__title .subtitle {
        font-size: 27px;
    }
}