.padding-left {
    padding-left: 0;
}

.news-container {
    padding: 60px 38px 38px 38px;
    background-image: url("../../images/cover/bg-news-top.png"),
        url("../../images/cover/bg-news-bottom.png"),
        url("../../images/cover/bg-news-content.png");
    background-size: contain;
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center;
}

.news-container .post-title {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 800;
    line-height: 24.52px;
    text-align: left;
    color: #cc0000;
}

.news-container .table {
    display: table;
    margin: .9em auto;
}

.news-container figure.table table  {
    display: contents;
}


.main-content-container {
    height: unset;
    align-items: flex-start;
}

.main-content-container h2,
.main-content-container h3,
.main-content-container h4 {
    font-size: unset;
    font-weight: bold;
}

.news-breadcrumb {
    padding: 23px 28px;
    background-image: url("../../images/cover/bg-breadcrumb.png");
    /*background-image: url('../../images/cover/bg-breadcrumb-left.png'), url('../../images/cover/bg-breadcrumb-right.png'), url('../../images/cover/bg-breadcrumb-center.png');*/
    background-size: 100% 67px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-repeat: no-repeat, no-repeat, repeat-x;*/
    /*background-position: left top, right top, left 30px center;*/
    height: 69px;
    width: calc(100% - 20px);
    position: absolute;
    top: -30px;
    left: 10px;
}

.news-breadcrumb .section-title h3 {
    font-family: Play;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
    margin: 0;
}

.news-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
}

.news-breadcrumb .breadcrumb ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.news-breadcrumb .breadcrumb ul li:not(:first-child) {
    padding-left: 20px;
    position: relative;
}

.news-breadcrumb .breadcrumb ul li:not(:first-child):after {
    content: url("../../images/vector/icon-bullet.png");
    position: absolute;
    left: 10px;
    top: -2px;
}

.news-breadcrumb .breadcrumb ul li a {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
    text-wrap: nowrap;
}

.news-breadcrumb .breadcrumb ul li a:hover {
    color: #fff;
}

.news-breadcrumb .breadcrumb ul li.current-site {
    color: #cc0000;
}

.related-post-list-container ul.related-post-list .post-link .publish-date {
    text-align: right;
}

.related-post-list-container ul.related-post-list {
    padding: 0;
    margin: 0;
}

.related-post-list-container ul.related-post-list a {
    text-decoration: none;
}

.related-post-list-container ul.related-post-list .post-link {
    font-family: Noto Sans;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
    color: #3d3d3d;
    position: relative;
}

.related-post-list-container ul.related-post-list .post-link:before {
    content: url("../../images/vector/icon-bullet.png");
    position: absolute;
    left: 5px;
    top: 9px;
}

.related-post-list-container ul.related-post-list .post-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: url("../../images/vector/border-style.png");
    background-size: 100% 2px;
    content: "";
}

.related-post-list-container ul.related-post-list li:first-child,
.related-post-list-container ul.related-post-list .post-link {
    padding: 10px 20px;
}

.related-post-list-container ul.related-post-list .post-link .post-title {
    font-family: Noto Sans;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
    color: #3d3d3d;
    margin: 0;
}

.related-post-list-container .section-title {
    color: #fff;
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 800;
    line-height: 16.34px;
    text-align: left;
    margin: 0;
}

.related-post-list-container ul.related-post-list a:hover .post-link,
.related-post-list-container
    ul.related-post-list
    a:hover
    .post-link
    .post-title {
    color: #edbe69;
}

.bg-dark-olive-green {
    background: #4d5132;
}

.post-content-container {
    text-align: left;
}

.post-content-container figure.image {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.post-list a {
    text-decoration: none;
}

.post-list .post-item {
    text-align: left;
    padding-bottom: 30px;
    position: relative;
}

.post-list .post-item:after {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: block;
    width: 100%;
    height: 2px;
    background-image: url("../../images/vector/border-style-2.png");
    background-size: 100% 2px;
    content: "";
}

.post-list .post-item .post-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 3px solid #6e755fb2;
}

.post-list .post-item .post-title h1 {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    text-align: left;
    color: #cc0000;
}

.post-list .post-link * {
    transition: 0.3s;
}

.post-list .post-link:hover .post-item .post-title h1 {
    color: #edbe69;
}

.post-list .post-link .post-item .published-date {
    font-family: Noto Sans;
    font-size: 15px;
    font-weight: 800;
    line-height: 24.52px;
    text-align: left;
    color: #6e755f;
}

.post-list .post-link .post-item .post-exception {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
}

.post-list .pagination .page-link {
    border: 1px solid #000000b2;
    color: #000000b2;
}

/* Small devices (phones, less than 768px) */
@media (max-width: 767.98px) {
    .news-breadcrumb {
        padding: 10px 10px;
    }

    .news-breadcrumb .breadcrumb {
        font-size: 13px;
    }

    .post-list .post-item .post-title h1 {
        font-size: 14px;
    }

    .post-list .post-link .post-item .post-exception {
        font-size: 13px;
    }

    .post-list .post-link .post-item .published-date {
        font-size: 13px;
    }

    .post-content {
        padding-left: 0;
    }

    .post-content .d-flex {
        gap: 5px;
    }

    .news-breadcrumb .breadcrumb ul li.current-site {
        color: #cc0000;
    }
}
