.v2-homepage-banner {
    width: 100%;
    height: 450px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /*display: none;*/
}

#v2-mob-banner {
    display: none;
}

.v2-homepage-banner-image {
    width: 100%;
    height: auto;
}

.v2-homepage-cards {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    /*transform: translateY(-80px);*/
    /*margin-bottom: 50px;*/
    background-color: rgba(247, 247, 247, 0.75);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    /*padding: 12px;*/
    width: fit-content;
    /*margin: 0 auto;*/
}

.v2-homepage-card {
    position: relative;
    max-width: 290px;
    min-width: 290px;
    /*border-radius: 12px;*/
    padding: 12px 20px;
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);*/
    /*background-color: rgba(247, 247, 247, 0.75);*/
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.v2-homepage-card::after {
    content: '';
    display: block;
    height: 170px;
    width: 2px;
    background-color: #00274D;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(35%);
}

.v2-homepage-card:first-child {
    padding-left: 12px;
}

.v2-homepage-card:last-child {
    padding-right: 12px;
}

.v2-homepage-card:last-child::after {
    display: none;
}

.v2-homepage-card-image {
    width: 58px;
    height: 58px;
}

.v2-homepage-card-title {
    font-size: 16px;
    line-height: 18px;
    color: #00274D;
    margin-bottom: 0;
    text-align: center;
    padding: 0px 5px;
    min-height: 38px;
    padding: 0 10px;
}

.v2-homepage-card > p {
    min-height: 115px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: justify;
    font-weight: 300;
}

.v2-homepage-card > p a > span, .v2-homepage-card > p a {
    color: #0063A8 !important;
    font-weight: normal;
}

.v2-homepage-card-link {
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    text-decoration: none;
    padding: 10px 23px;
    border-radius: 10px;
    background-color: #0063A8;
    border: 1px solid #0063A8;
    transition: 0.3s;
    font-weight: 300;
}

.v2-homepage-card-link:hover {
    text-decoration: none;
    color: #0063A8;
    background-color: #FFF;
}


.v2-last-news-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.v2-latest-news-item {
    /* width: 345px; */
    width: 25%;
    border-radius: 10px;
    background-color: #F7F7F7;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.v2-latest-news-item img {
    width: 100%;
    height: 195px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

.v2-latest-news-item .v2-latest-news-content {
    padding: 16px;
}

.v2-latest-news-item .v2-latest-news-content .v2-latest-news-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 44px;
    /*font-weight: bold;*/
}

.v2-latest-news-item .v2-latest-news-content .v2-latest-news-title a {
    text-decoration: underline;
}

.v2-latest-news-item .v2-latest-news-content .v2-latest-news-date {
    font-size: 12px;
    line-height: 14px;
    color: #4D4D4D;
    margin-bottom: 16px;
    font-weight: 300;
}

.v2-latest-news-item .v2-latest-news-content .v2-latest-news-text {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 16px;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 200;
    color: #000000;
    text-align: justify;
    min-height: 272px;
}
.v2-latest-news-item .v2-latest-news-content .v2-latest-news-link {
    font-size: 16px;
    line-height: 19px;
    color: #0063A8;
    text-decoration: underline;
}

.v2-other-news {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px;
}

.v2-other-news-item {
    /* width: 464px; */
    width: 32%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAEAEA;
}

.v2-other-news-item:nth-child(10),
.v2-other-news-item:nth-child(11),
.v2-other-news-item:nth-child(12) {
    border-bottom: none;
}

.v2-other-news-item > img {
    width: 100px;
    min-width: 100px;
    height: 67px;
    object-fit: cover;
}

.v2-other-news-item  .v2-other-news-item-title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-decoration: underline;
}

.v2-other-news-item  .v2-other-news-item-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 4px;
    color: #4D4D4D;
    font-weight: 200;
}

.v2-other-news-item  .v2-other-news-item-text {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 200;
    text-align: justify;
}

.v2-archive-title {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

#v2-archive {
    display: flex;
    margin-top: 20px;
}
.v2-archive-links-list.narc {
    display: none;
    margin: 0;
    padding: 15px 0;
}

.v2-archive-links-list a {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #0063A8;
    border: 1px solid #0063A8;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.v2-archive-links-list a:hover, .v2-archive-links-list a.active {
    color: #fff;
    background: #0063A8;
    border-radius: 10px;
}

.v2-homepage-main {
    padding-bottom: 65px;
    padding-top: 30px;
}