.breadcrumb {}

.breadcrumb a {
    text-decoration: none;
    color: #4F55A1;
    font-size: 14px;
    font-weight: 500;
    text-wrap-mode: nowrap
}

.breadcrumb-item.active span {
    text-decoration: none;
    color: #4F55A1;
    font-size: 14px;
    font-weight: 600
}

li.breadcrumb-item {
    display: inline-flex;
    align-items: center
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #4F55A1;
    font-size: 20px;
    vertical-align: middle
}

.text-style {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.51;
    letter-spacing: 0
}

.card-news {
    box-shadow: 4px 4px 4px 0 #0000001A
}

.img-logo {
    width: 48px
}

.box-news-card {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    transition: transform .3s, filter .3s, box-shadow .3s;
    border-radius: 16px;
    cursor: pointer;
    height: max-content
}

.box-news-card:hover {
    transform: translateY(-8px) scale(1.02);
    filter: brightness(1.05);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .4)
}

.box-news-item a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    height: 100%;
}

.box-news-item .date {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 6px
}

.box-news-item .date span {
    font-size: 18px;
    font-weight: 500;
    color: #4F55A1
}

.box-news-item .hgi-calendar-03,
.box-news-item .hgi-eye {
    font-size: 27px;
    color: #FFD60A !important
}

.box-news-item .name {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 108px;
}

.box-news-item .detail {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 72px;
}

.box-img {
    height: 291px;
    width: auto;
    border-radius: 24px;
}

.box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px
}

.name-detail {
    font-size: 32px;
    font-weight: 600;
    color: #4F55A1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.box-news-detail {
    background: linear-gradient(180deg, #FFFFFF -38%, #E6E8FF 100%);
    padding: 16px
}

.box-news-detail .date {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 6px
}

.box-news-detail .date svg {
    color: #863300 !important
}

.box-news-detail .hgi-calendar-03,
.box-news-detail .hgi-eye {
    font-size: 27px;
    color: #863300 !important
}

.box-news-detail .date span {
    font-size: 18px;
    font-weight: 500;
    color: #4F55A1
}

.box-news-detail span.share {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 6px;
    justify-content: flex-end
}

.box-news-detail span.share a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.box-news-detail span.share a img {
    width: 24px;
    height: 24px;
    object-fit: cover
}

.share_line_count,
.share_facebook_count {
    font-size: 18px;
    font-weight: 500;
    color: #4F55A1
}

.hgi-share-01 {
    font-size: 24px;
    font-weight: 500;
    color: #863300
}

.box-news-detail .news-detail {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C
}

.box-news-detail .box-img {
    height: auto;
    width: auto;
    border-radius: 24px;
    margin-top: 0
}

.box-news-detail .box-img img {
    height: auto;
    max-height: 441px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px
}

.box-news-detail span.hastag {
    font-size: 14px;
    font-weight: 600;
    color: #4F55A1;
    border-radius: 50px;
    background-color: #E6E8FF;
    border: unset;
    padding: 5px 10px
}

.box-search {
    position: relative
}

.box-search input {
    width: 35%;
    padding: 8px 35px 8px 12px;
    border: 1px solid #ccc;
    border-radius: 50px;
    border: 2px solid var(--PURPLE-LOGO, #4F55A1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
    transition: transform .3s, filter .3s, box-shadow .3s
}

@media (max-width:1024px) {
    .box-search input {
        width: 100%
    }
}

.box-search .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666
}

.box-file-item a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    height: auto;
    justify-content: center
}

.box-file {
    height: 394px;
    width: auto;
    border-radius: 0;
    margin-top: 0
}

.box-file-item .box-img {
    height: 394px;
    width: auto;
    border-radius: 0;
    margin-top: 0;
    text-align: center;
    display: inline-flex;
    justify-content: center
}

.box-file-item .box-img img {
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 0
}

.box-file-item .name {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 72px;
}

.box-file-item .date {
    display: flex;
    width: 100%;
    gap: 6px
}

.box-file-item .hgi-calendar-03,
.box-file-item .hgi-eye {
    font-size: 15px;
    color: #FFD60A !important
}

.box-file-item .date span {
    font-size: 16px;
    font-weight: 400;
    color: #4F55A1
}

a.file-download {
    text-decoration: none;
    width: 100%
}

a.file-download .badge {
    border-radius: 50px;
    border: 2px solid var(--PURPLE-LOGO, #4F55A1);
    background-color: #4F55A1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
    transition: transform .3s, filter .3s, box-shadow .3s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-size: 20px;
    font-weight: 400
}

.box-img-icon-file-download {
    border-radius: 10px;
    border: 2px solid var(--PURPLE-LOGO, #E6E8FF);
    background-color: #E6E8FF;
    height: 84px;
    width: 84px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.box-img-icon-file-download img {
    width: 38px;
    height: auto
}

.file-list tbody tr td:first-child {
    width: auto
}

.file-list tbody tr td:nth-child(2) {
    width: 70%
}

.file-list tbody tr td:nth-child(3) {
    width: 20%
}

.file-download-detail .date {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 6px;
}

.file-download-detail .date svg {
    color: #863300 !important;
    width: 18px;
}

.file-download-detail .hgi-calendar-03,
.file-download-detail .hgi-download-02 {
    font-size: 24px;
    color: #863300 !important;
    font-weight: 600
}

.file-download-detail .date span {
    font-size: 18px;
    font-weight: 500;
    color: #4F55A1
}

@media (max-width:576px) {
    .box-img-icon-file-download {
        height: auto;
        width: 31px
    }

    .file-list tbody tr td:first-child {
        width: 40px;
        text-align: center
    }

    .file-list tbody tr td:first-child img {
        width: 20px;
        height: auto
    }

    .file-download-detail .date {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .file-list tr td.text-end {
        width: 90px;
        white-space: nowrap
    }

    .file-list tr td.text-end .badge {
        font-size: 12px;
        padding: 6px 8px
    }

    .file-list a.file-download .badge {
        font-size: 13px
    }

    .file-download-detail .name {
        -webkit-line-clamp: 5
    }

    .file-download-detail .date svg {
        width: 14px;
    }
    
    .file-download-detail .date span {
        font-size: 14px;
    }
}

.file-download-detail {
    width: 100%;
    text-decoration: none
}

.file-download-detail .name {
    font-size: 18px;
    font-weight: 600;
    color: #4F55A1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /* padding-bottom: 5px */
}

.news-name-h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}





.table {
    background: transparent !important;
    border: none
}

.table td,
.table th {
    background: transparent !important;
    border: none
}

.flipbook {
    width: 800px;
    height: 600px;
    margin: auto;
    position: relative
}

.flipbook .page {
    width: 400px;
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

.flipbook .page canvas {
    width: 100% !important;
    height: 100% !important;
    display: block
}

.box-news-item {
    width: 100%
}

.box-news-item img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.box-news-item .date svg {
    color: #FFD60A
}

.mySwiper_related_file {
    height: fit-content;
    padding: 16px;
    background-color: transparent;
    border-radius: 16px;
    border: none
}

.card-vdo {
    border-radius: 16px
}

.box-vdo-item a {
    text-decoration: none;
    width: 100%
}

.box-vdo-item .name {
    font-size: 24px;
    font-weight: 600;
    color: #4851C3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.box-vdo-item .date {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 6px
}

.box-vdo-item .hgi-calendar-03,
.box-vdo-item .hgi-eye {
    font-size: 24px;
    color: #FFD60A !important
}

.box-vdo-item .date span {
    font-size: 18px;
    font-weight: 400;
    color: #4F55A1
}

.btn-save-mailform {
    background: linear-gradient(135deg, #4F55A1, #6C72C3);
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    transition: all .3s ease;
    cursor: pointer;
    color: #fff;
    position: relative;
    overflow: hidden
}

.btn-save-mailform:hover {
    background: linear-gradient(135deg, #2d4373, #4a539b);
    box-shadow: 0 8px 20px rgba(79, 85, 161, .5);
    transform: translateY(-2px)
}

.btn-save-mailform span {
    font-size: 20px;
    font-weight: 500;
    transition: color .3s ease
}

.btn-save-mailform:hover span {
    color: #e1e1e1
}

.box-news-item .name img {
    width: auto;
    height: 23px
}

.box-file-item .date svg {
    color: #FFD60A
}

.box-vdo-item .date svg {
    color: #FFD60A
}

.related-news-prev,
.related-news-next {
    display: none;
    color: #333;
    width: 30px;
    height: 30px
}

.swiper-wrapper-outer {
    overflow-x: hidden;
    position: relative;
    padding: 15px;
    border-radius: 12px;
}

.mySwiper_related_news {
    background-color: #fff;
    overflow: visible;
    position: relative
}

.related-news-prev,
.related-news-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    width: 40px;
    height: 40px;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.related-news-prev {
    left: -14px
}

.related-news-next {
    right: -14px
}

.related-news-prev::after,
.related-news-next::after {
    font-size: 16px
}

.related-news-prev:hover,
.related-news-next:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

