.section-internal-banner {
    margin-top: 106px !important;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
}

.section-internal-banner .header__breadcrumb {
    top: 20px !important;
    left: 80px;
    position: absolute;
    z-index: 1;
}

.section-internal-banner .header__breadcrumb a:not(.active-item) {
    color: #FFFFFFB2;
}

.section-internal-banner .header__breadcrumb>* {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.divide-item {
    color: #45E8FF;
}

.active-item {
    color: #FFFFFF;
}

.section-internal-banner .header__breadcrumb a:not(.active-item):hover {
    color: #FFFFFFB2 !important;
    text-decoration: none !important;
}

.section-internal-banner .active-item:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.section-internal-banner .banner-title {
    font-family: Noto Sans;
    font-size: 61.04px;
    font-weight: 700;
    line-height: 76.3px;
    text-align: left;
    color: #FFFFFF;
}

.section-internal-banner .banner-subtitle {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}

.section-internal-banner .btn-banner {
    font-family: Noto Sans;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px !important;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 744px) and (max-width: 1200px) {
    .section-internal-banner .header__breadcrumb {
        left: 60px;
    }

    .section-internal-banner .banner-title {
        font-family: Noto Sans;
        font-size: 48.83px !important;
        font-weight: 700 !important;
        line-height: 61.04px !important;
        text-align: left;
        color: #FFFFFF;
        text-align: center !important;
    }

    .section-internal-banner .banner-subtitle {
        font-family: Noto Sans;
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
        text-align: left;
        color: #FFFFFF;
        text-align: center !important;
    }

    .section-internal-banner .btn-banner {
        font-family: Noto Sans;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 24px !important;
        text-align: center;
        color: #FFFFFF;
    }

    .section-internal-banner .header__breadcrumb>* {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }
}

@media (max-width: 743px) {
    .section-internal-banner {
        height: 528px !important;
    }

    .section-internal-banner .header__breadcrumb {
        left: 16px;
    }

    .section-internal-banner .banner-title {
        font-family: Noto Sans;
        font-size: 39.06px !important;
        font-weight: 700 !important;
        line-height: 48.83px !important;
        text-align: left;
        color: #FFFFFF;
        margin-bottom: 24px;
        text-align: center !important;
    }

    .section-internal-banner .banner-subtitle {
        font-family: Noto Sans;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 21px !important;
        text-align: left;
        color: #FFFFFF;
        margin-bottom: 48px;
        text-align: center !important;
    }

    .section-internal-banner .btn-banner {
        font-family: Noto Sans;
        font-size: 14px !important;
        font-weight: 600;
        line-height: 19.6px !important;
        text-align: center;
        color: #FFFFFF;
    }

    .section-internal-banner .body-banner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-internal-banner .header__breadcrumb>* {
        font-size: 10px;
        font-weight: 600;
        line-height: 15px;
    }
}

/* END BANNER */
.section-blogs {
    padding: 80px 0;
}

.container-blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 19.5px;
    max-width: 1140px;
    margin: auto;
}

.blogs-item {
    width: 367px;
    border-radius: 12px;
    overflow: hidden;
    height: fit-content;
}

.blogs-item:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.arrow-right {
    display: none;
}

.primary {
    color: #066BFC;
    background-color: transparent;
}

.blogs-item-knowmore {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: fit-content;
    cursor: pointer;
}

.blogs-item-knowmore:hover .arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs-img-container img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 367 / 250;
    border-radius: 12px;
}

.blogs-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content;
}

.knowmore-text {
    height: fit-content;
    width: fit-content;
    display: block;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #066BFC;
}

.blogs-item-title {
    font-family: Noto Sans;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    height: 70px;
    color: #21272D;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogs-item-subtitle {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    color: #21272D;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 601px) and (max-width: 1200px) {
    .banner-title {
        text-align: center !important;
    }

    .banner-subtitle {
        text-align: center !important;
    }

    .section-blogs {
        padding: 80px 60px;
    }

    .container-blogs {
        display: flex;
        flex-wrap: wrap;
        gap: 60px 19.5px;
    }

    .blogs-item {
        width: calc((100% - 19.5px) / 2);
        border-radius: 12px;
        overflow: hidden;
        height: fit-content;
    }

    .blogs-img-container img {
        object-fit: cover;
        object-position: center;
        aspect-ratio: 300 / 200;
        border-radius: 12px;
        width: 100%;
    }

    .blogs-content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: fit-content;
    }

    .knowmore-text {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    .blogs-item-title {
        font-family: Noto Sans;
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        height: 70px;
        color: #21272D;
    }

    .blogs-item-subtitle {
        font-family: Noto Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        height: 72px;
        color: #21272D;
    }
}

@media (max-width: 600px) {
    .banner-title {
        text-align: center !important;
    }

    .banner-subtitle {
        text-align: center !important;
    }

    .section-blogs {
        padding: 40px 16px;
    }

    .container-blogs {
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px;
    }

    .blogs-item {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        height: fit-content;
    }

    .blogs-img-container img {
        object-fit: cover;
        object-position: center;
        aspect-ratio: 354 / 250;
        border-radius: 12px;
        width: 100%;
    }

    .blogs-content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: fit-content;
    }

    .knowmore-text {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }

    .blogs-item-title {
        font-family: Noto Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        height: 56px;
        color: #21272D;
    }

    .blogs-item-subtitle {
        font-family: Noto Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        height: 63px;
        color: #21272D;
    }
}


/* DETAIL */
/* Module Custom Styles */
/*search bar*/
.news-page li {
    list-style: unset;
}

/*content news*/
.meta-container {
    display: inline-flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    gap: 5px !important;
}

.meta-item {
    z-index: 10;
    color: #066BFC;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
}


.title-news-card {
    color: var(--Gray-Gray-900, #21272D);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0;
}


.meta-info {
    z-index: 10;
    color: #646970;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    word-wrap: break-word;
}


@media screen and (max-width: 567px) {
    .title-news-card {
        font-size: 16px !important;
    }

    .summary-content {
        font-size: 10px !important;
    }

    .meta-info {
        font-size: 10px !important;
    }

    .divider {
        width: 12px !important;
    }
}

/*popular post*/
.social-buttons {
    flex-direction: column;
    display: flex;
    position: fixed;
    left: 80px;
    top: 240px;
    z-index: 999;
}


@media only screen and (max-width: 1024px) {
    .social-buttons {
        gap: 5px;
        flex-direction: row !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 20px 0;
    }

    .mt-banner-px {
        margin-top: 0px !important;
    }
}

.social-buttons a {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
}

.social-buttons button {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
    background: none;
    border: none;
    padding: 0;
}

.social-buttons a svg:hover path:first-of-type {
    fill: #066BFC;
}

.social-buttons button svg:hover path:first-of-type {
    fill: #066BFC;
}

.share-link-none {
    display: none;
}

.social-buttons .tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    max-height: 24px;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.3s;
    box-shadow: 5px 4px 8px 2px #8e92984f;
}

.social-buttons a.show-tooltip .tooltip {
    visibility: visible;
    opacity: 1;
}

.social-buttons button.show-tooltip .tooltip {
    visibility: visible;
    opacity: 1;
}

.section-news .swiper-button-next,
.section-news .swiper-button-prev {
    color: #000;
    position: absolute;
    top: 50%;
    width: calc((100% - 300px) / 2);
    /* Position buttons closer to the sides */
    height: 100%;
    margin-top: -22px;
    z-index: 10;
}

.section-news .swiper-button-next {
    right: 0;
}

.section-news .swiper-button-prev {
    left: 0;
}

.breadcrum-blog {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 743px) {
    .breadcrum-blog {
        margin-bottom: 24px;
    }

    .social-buttons {
        margin-left: 0;
    }
}


.meta-container-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    /* align-items: center; */
    gap: 4px;
}

.meta-item {
    color: #066BFC;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.40px;
    word-wrap: break-word;
}

.meta-info {
    color: #646970;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    white-space: nowrap;
}

.divider {
    width: 15px;
    height: 0px;
    transform: rotate(90deg);
    border: 1px #646970 solid;
}

.section-news .swiper-button-next,
.section-news .swiper-button-prev {
    color: #000;
    position: absolute;
    top: 50%;
    width: calc((100% - 300px) / 2);
    /* Position buttons closer to the sides */
    height: 100%;
    margin-top: -22px;
    z-index: 10;
}

.section-news .swiper-button-next {
    right: 0;
}

.section-news .swiper-button-prev {
    left: 0;
}






.edit-news .button-filter {
    width: 100% !important;
}

.edit-news .button-filter button {
    width: 100% !important;
}

.edit-news .button-filter button .form-select {
    height: 50px !important;
}

.edit-news .button-filter ul {
    width: 100% !important;
}

.edit-news .button-filter button .p-2 {
    padding: 12px 25px !important;
}

.edit-news .button-filter .border {
    border: none !important;
}

.edit-news .mx-5 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.edit-news .col-sm-9 .container-fluid .row .col {
    height: 100% !important;
}

.main-content p {
    font-family: Noto Sans;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #394049;
}

.main-content p strong {
    font-weight: 600;
}

@media (max-width: 743px) {
    .main-content p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #394049;
    }
}