.single-article {
    padding: 40px 0 0;
}

.section-1-media .content-general-custom ul {
    list-style: none;
    padding-left: 30px;
}

.section-1-media .content-general-custom ul li {
    position: relative;
    margin: 10px 0;
}

.section-1-media .content-general-custom ul li::before {
    content: '';
    background: url('../assets/images/checkmark.svg') center center no-repeat;
    background-size: cover;
    ;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 5px;
}

@media screen and (min-width:1600px) {
    .single-article {
        /* padding: 100px 0 0; */
    }
}

.single-post .section-hero h1 {
    max-width: 1000px;
}

.single-article ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.single-article h2 {
    color: #172440;
    font-family: "New Hero";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.single-article h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.single-article li {
    margin-bottom: 10px;
}

.single-article li,
.single-article p {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.single-article a {
    color: #171C26;
    font-family: "New Hero";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-decoration: underline;
}

.post-item {
    margin: 0 0 30px;
}

.posts-home {
    display: flex;
    flex-direction: column;
}

.post-thumbnail {
    position: relative;
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    max-height: 320px;
    border-radius: 24px;
}

@media screen and (max-width:1600px) {
    .post-thumbnail {
        min-height: 320px;
    }
}

.post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important;
    transition: .3s all;
    height: auto !important;
    min-height: 325px;
    max-height: 325px;
    max-width: -webkit-fit-content;
}

.post-item:hover .post-thumbnail img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: .3s all;
}

.post-category {
    margin: 20px 0px 0;
}

.post-category span,
.post-category a {
    color: #5C5F66;
    text-align: center;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #5C5F66;
}

.post-category span {
    margin: 4px;
}

.post-category {
    /* min-height: 80px; */
}

.post-title a {
    color: #3B393C !important;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post-title a:hover {
    text-decoration: none;
}

h2.post-title {
    margin: 10px 0 0;
    font-size: 20px;
    color: #3B393C !important;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.listing-blogs {
    padding: 40px 0;
}

.navigation.pagination span.current {
    color: #fff;
    background: #17233F;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}

.navigation.pagination {
    margin: 20px auto 0;
    display: table;
    font-size: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation.pagination a {
    margin: 0 10px;
    color: #17233F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none !important;
}

.post-link {
    position: relative;
    margin-top: 20px;
    padding: 0 20px;
}

.post-link a {
    color: #E60026;
    text-align: center;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    background: #fff;
    text-decoration: none;
}

.post-link a::after {
    content: '';
    background: #E60026;
    width: 28px;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: block;
    transition: .25s all;
    opacity: .6
}

.post-link a:before {
    right: 0;
    content: '';
    background: url(../assets/images/arrow-red.svg) center center no-repeat;
    background-size: cover;
    width: 28px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    opacity: 0;
    transform: translateX(0);
    display: block;
    transition: .25s all;
    z-index: -1;
}

.post-link a:hover:after {
    opacity: 0;
    transition: .1s all;
}

.post-link a:hover:before {
    transform: translateX(35px);
    display: block;
    opacity: 1;
    transition: .25s all;
}

.listing-blogs h2.last-news {
    color: #172440;
    font-family: "New Hero";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin: 0;
    background: linear-gradient(to right, #F1CFC0, #CF8F7D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'DM Serif Display';
}

@media screen and (max-width: 1600px) {
    .listing-blogs h2.last-news {
        font-size: 50px;
    }
}

.tabs {
    display: flex;
    align-items: center;
}

.tabs button {
    margin-left: 10px;
    background: transparent;
    border: 0;
    color: #171C26;
    text-align: center;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.tabs button:hover {
    color: #E60026;
}

.tabs button.active {
    color: #E60026;
}

@media screen and (max-width:1600px) {
    .tabs button {
        font-size: 14px;
        margin-left: 3px;
    }
}

.row-custom {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.post-details {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.post-data-id {
    display: none;
}

.post-data-id.active-media {
    display: block;
}

@media screen and (min-width: 1080px) {
    .row-custom {
        flex-direction: row;
        justify-content: space-between;
    }
    .tabs {
        justify-content: flex-end;
    }
    .posts-home {
        display: flex;
        flex-direction: row;
    }
    .listing-blogs {
        padding: 20px 0;
    }
}

@media screen and (min-width: 1600px) {
    .listing-blogs {
        /* padding: 100px 0; */
    }
}

@media screen and (max-width:991px) {
    .section-1-media .row .content-general-custom {
        margin-top: 20px;
    }
    .section-1-media .row {
        margin: 0;
    }
    .post-category {
        min-height: 0;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .post-data-id {
        padding: 0 15px;
    }
}

@media screen and (max-width:767px) {
    .post-thumbnail img {
        min-width: calc(100vw / 1 - 40px);
    }
}

@media screen and (max-width:319px) {
    .tabs button {
        font-size: 12px;
        padding: 0 5px;
    }
}

button.all-btn {
    order: -6;
}

button[data-value="hilsonair"] {
    order: -5
}

button[data-value="blog"] {
    order: -4
}

button[data-value="stiri"] {
    order: -3
}

button[data-value="evenimente"] {
    order: -2
}

button[data-value="responsabilitate-sociala-categorie"] {
    order: 0
}

button[data-value="comunicatedepresa"] {
    order: 1
}

.share-on a {
    margin: 10px 0
}

.share-on a:hover {
    text-decoration: none
}

.share-on {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
    position: sticky;
    top: 110px
}

.share-on span {
    transform: rotate(90deg);
    text-transform: uppercase;
    color: #484F5B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 20px -30px 50px;
    line-height: normal;
    letter-spacing: .7px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    vertical-align: middle
}

.wrapper_article {
    position: relative;
    z-index: 10
}

@media screen and (min-width: 992px) {
    .share-on {
        margin-left: -120px;
        left: 0;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .wrapper_article {
        margin-top: -400px
    }
}

.content__article img {
    max-width: 100%;
    height: auto
}

.nav-next-prev-posts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid #ccc;
    gap: 20px;
}

.nav-next-prev a.back_to_media img {
    margin-right: 10px
}

.nav-next-prev a.next_articol img {
    margin-left: 10px
}

.nav-next-prev a {
    display: flex;
    align-items: center;
    font-family: New Hero;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #E60026
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.icon.icon-angle-down {
    display: none
}

.custom-navigation .row {
    display: flex
}

.related-content h4,
.related-content a {
    font-family: New Hero;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #172440
}

.related-article {
    padding: 0 0 30px
}

.related-categories {
    padding: 20px 0 20px
}

.related-categories span {
    font-family: New Hero;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    color: #5C5F66;
    padding: 10px;
    border: 1px solid #EBEDF0;
    margin-right: 10px
}

@media screen and (max-width: 991px) {
    .custom-navigation .row {
        flex-direction: column
    }
}

#copyLink {
    position: relative
}

#copyLink::after {
    display: none;
    content: 'Link copied!';
    position: absolute;
    bottom: -30px;
    background-color: #555;
    color: #fff;
    padding: 1px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: -50px;
    margin-left: -60px;
    font-size: 12px
}

#copyLink.active-tooltip::after {
    display: block
}

@keyframes moveLeftRight {
    0% {
        left: 0;
    }
    50% {
        left: 20px;
        /* distance to move right */
    }
    100% {
        left: 0;
        /* back to start */
    }
}

@media screen and (max-width:991px) {
    .share-on span {
        transform: none;
        margin: 10px 0;
    }
    .share-on a {
        margin: 0;
    }
    .share-on {
        flex-direction: row !important;
        order: 2;
        position: relative !important;
        top: auto !important;
        padding: 10px 0;
        gap: 10px;
    }
    .content__article {
        flex-direction: column;
        display: flex;
    }
    .related-article {
        margin-top: 10px !important;
    }
    .nav-next-prev {
        padding: 20px 0;
    }
    .post-thumbnail img {
        min-width: calc(100vw / 2 - 60px);
    }
    .post-item,
    .post-details {
        min-height: 0 !important
    }
    .post-link {
        margin-bottom: 30px
    }
    .post-data-id {
        /* padding: 0; */
    }
    .tabs button {
        margin: 0;
        margin-right: 7px;
        font-size: 14px;
        line-height: 34px;
        border: 1px solid #171C26;
        padding: 2px 10px;
    }
    .tabs button.active {
        color: #fff;
        background: #E60026;
        border-color: #ea0026;
    }
    .tabs button:last-child {
        margin: 0
    }
    .listing-blogs .container {
        padding: 0;
    }
    .listing-blogs {
        padding: 20px 0 0;
    }
    .listing-blogs .row-custom {
        margin-left: 0;
        margin-right: 0;
    }
    .listing-blogs .row-custom .col-md-9.col-xs-12 {
        overflow: scroll;
        position: relative;
    }
    .last-news {
        position: relative;
        padding-bottom: 15px;
    }
    .last-news::before {
        animation: moveLeftRight 3s ease-in-out infinite;
        background: url('https://hils.ro/wp-content/uploads/2024/03/right.svg') center center no-repeat;
        background-size: cover;
        content: '';
        position: absolute;
        bottom: 10px;
        left: 0;
        filter: brightness(0) saturate(100%) invert(14%) sepia(63%) saturate(7419%) hue-rotate(345deg) brightness(87%) contrast(109%);
        width: 26px;
        height: 15px;
        z-index: 11;
    }
    .tabs {
        position: relative;
        margin: 0;
        flex-wrap: nowrap;
        display: flex;
        width: 1000px;
    }
	.listing-posts{
		margin: 0
	}
}