.news-top {
    position: relative;
    margin-top: 156px;
}

.news-top__top-image,
.news-top__top-image--mobile {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.news-top__content-wrapper {
    padding-top: 111px;
    position: relative;
}

.main-header.header-black .nav-link:hover, .main-header.header-black .nav-link.active {
    color: #000;
}

.main-header.header-black .nav-link {
    color: #000;
}

.main-header.header-black .nav-item::after {
    background-color: #000;
}

.header-black .dropdown-arrow-toggle svg path {
  stroke: #000;
}

.main-header.header-black {
    background: none;
}

.main-header.header-black .navbar .container::after {
    border-bottom: 1px solid #00000010;
}

.main-header.header-black .logo-light {
    display: none;
}

.main-header.header-black .logo-dark {
    display: block !important;
}

.main-header.header-black .btn-contact {
    background-color: #22413C;
    color: #FFF;
}

.main-header.header-black .navbar-toggler svg path {
    stroke: #22413C;
}

.main-header.header-black.is-sticky {
    background: #fff;
}

.news-top__content-left-title {
    color:#22413C;
    font-size: 62px;
    font-weight: 500;
    line-height: 67px;
    margin-bottom: 30px;
    margin-top: 10px;
    }

.news-top__content-left-description {
    max-width: 433px;
}

.news-top__content-right-left-image {
    width: 100%;
}

.news-top__content-right-right-date-time {
    color:#22413C;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    }

.news-top__content-right-right-title {
    color:#22413C;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.news-top__content-right-right-read-more-link {
    color:#22413C;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

.news-top__content-right-right-read-more-link svg {
    margin-left: 10px;
}

.news-top__content-right-right-read-more-link:hover,
.more-news__news-tab-content-item-link a:hover {
    font-weight: 600 !important;
    transition: all ease 0.5s;
}

.news-top__content-right-right-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-top__content-right-row {
    margin-bottom: 80px;
}

.news-top__content-right-row:last-child {
    margin-bottom: 0;
}

.news-top__content-left-inner {
    height: 100%;
    position: relative;
}

.news-top__content-left-inner-wrapper {
    position: sticky;
    top: 100px;
}

.news-top__top-image--mobile {
    display: none;
}

.more-news__header-left-title {
    max-width: 374px;
    margin-bottom: 0;
}

.more-news {
    background-color: #EEEDE9;
}

.more-news__news-tab-header {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.more-news__news-tab-header-item {
    color: #6B6B6B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
}

.more-news__news-tab-header-item.active {
    color: #000;
}

.more-news__news-tab-header-item.active::after {
    position: absolute;
    content:'';
    width:100%;
    height:3px;
    background-color: #22413C;
    bottom: 0;
    left: 0;
}

.more-news__header-row {
    margin-bottom: 64px;
}

.more-news__news-tab-content-item-image-wrap img {
    width: 100%;
    height: auto;
    max-height: 218px;
}
.more-news__news-tab-content-item-title a:hover {
    color: rgba(34, 65, 60, 0.82);
}
.news-top__content-right-right-inner a:hover h3.news-top__content-right-right-title
{
    color: rgba(34, 65, 60, 0.82); 
}
.more-news__news-tab-header-item:hover {
    color: #000;
}
.more-news__news-tab-content-item-image-wrap {
    display: block;
}

.more-news__news-tab-content-item-date-label {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.more-news__news-tab-content-item-label {
    color:#000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: block;
}

.more-news__news-tab-content-item-date {
    color:#6B6B6B;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.more-news__news-tab-content-item-title a {
    color:#22413C;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.more-news__news-tab-content-item-title {
    line-height: 23px;
}

.more-news__news-tab-content-item-description p {
    color:#6B6B6B;    
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.more-news__news-tab-content-item-description {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 49px;
    color: #6B6B6B;
    font-size: 14px;
    line-height: 22px;
}

.more-news__news-tab-content-item-link a {
    color:#22413C;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

.more-news__news-tab-content-item-link svg {
    margin-left: 10px;
}

.more-news__news-tab-content-item {
    margin-bottom: 70px;
}

.more-news__news-tab-content-load-more-wrap {
    text-align: center;
}


@media(min-width:1200px) {
    .news-top__content-container.container {
    padding-left: 12px;
    padding-right: 12px;
}
    /* .news-top__content-right-left {
        position: relative;
        left: -6px;
        padding: 0;
        padding-right: 17px;
    }

    .news-top__content-right-right {
        position: relative;
        padding-left: 0;
        left: 0px;
    } */

    .more-news__header-row {
        margin-bottom: 51px;
    }

    .news-top__content-right-right-inner {
    padding-left: 0px;
}
.news-top__content-right-left-inner {
    padding-left:0px;
}
.news-top__content-right.col-md-7 .news-top__content-right-inner .news-top__content-right-left.col-lg-7 {
    padding-right: 22px;
}
.news-top__content-right.col-md-7 .news-top__content-right-inner .news-top__content-right-right.col-lg-5 {
    padding-left:3px;
}
}

@media(max-width:991px){
    .news-top__content-left-title {
        font-size: 52px;
        line-height: 60px;
        margin-bottom: 25px;
    }

    .news-top__content-left-description {
        max-width: 310px;
        margin-bottom: 30px !important;
    }



    .news-top__content-right-left-inner {
        margin-bottom: 25px;
    }

    .news-top__content-right-right-date-time {
        margin-bottom: 24px;
    }

    .news-top__content-right-right-title {
        margin-bottom: 30px;
    }

    .news-top__content-right-row {
        margin-bottom: 30px;
    }

    .news-top__top-image--mobile {
        display: block;
    }

    .news-top__top-image {
        display: none;
    }

    .news-top {
        margin-top: 118px;
    }

    .more-news__header-row {
        margin-bottom: 30px;
    }

    .more-news__news-tab-content-item {
        margin-bottom: 30px;
    }




}

@media(max-width:767px){
        .news-top__content-left-inner-wrapper {
        position: unset;
    }
        .more-news__news-tab-content-item {
        padding-right: 10px;
        padding-left: 10px;
    }
    .more-news__news-tab-content-item-date-label {
    margin-top: 25px;
    }
}

@media(max-width:575px){
    .more-news__news-tab-header {
        justify-content: space-between;
        margin-bottom:24px;
    }
}


.button.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
    padding:0;
    background:transparent;
    font-size:0;
}
.button.is-loading:hover {
    position: relative;
    color: transparent !important;
    pointer-events: none;
    padding:0;
    background:transparent;
    font-size:0;
}


.button.is-loading i,
.button.is-loading svg {
    opacity: 0;
    visibility: hidden;
}

.more-news__load-more.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
   border: 2px solid #22413c78;  
      border-top-color:#22413C;
    border-radius: 50%;
    animation: buttonLoader 0.8s linear infinite;
}

.more-news__tab-loading {
    position: relative;
}

.more-news__tab-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
   border: 2px solid #22413c78;  
      border-top-color:#22413C;
    border-radius: 50%;
    animation: buttonLoader 0.8s linear infinite;
}

/* .news-top__content-right-left-inner {
    width: calc(100% - 10px);
} */

.more-news__news-tab-content-item-title {
    min-height: 50px;
}

@media(min-width:1350px) and (max-width:1500px) {
    .more-news__news-tab-header-item:nth-child(2) {
    margin-left:19px;
}
.more-news__news-tab-header .more-news__news-tab-header-item:last-child {
    padding: 15px 12px;
} 
}

@media(min-width:1200px) {
    .more-news__header-right-inner {
        padding-left: 19px;
    }

    .more-news__header-right-inner .accent-line {
        width: 106px;
        margin-left: 14px;
    }

    .more-news__header-right-inner .split-section {
        gap: 35px;
    }

.more-news__container {
    padding-left: 12px;
    padding-right: 13px;
}
}

@media(max-width:767px) {
    .more-news__news-tab-content-item-title {
        min-height: auto;
    }
    .more-news  .accent-line {
    width: 95px;
}
.page-template-page-templatestemplate-news-php.page .main-header .navbar-brand img {
    height: 26px;
}
.page-template-page-templatestemplate-news-php.page .main-header.is-sticky .navbar-toggler {
    filter: unset;
}
}

@media(max-width:575px) {
    .news-top__content-wrapper {
        padding-top: 90px;
    }
       .more-news__news-tab-header .more-news__news-tab-header-item {
    margin-left: 12px;
}

.more-news__news-tab-header .more-news__news-tab-header-item:nth-child(2) {
    margin-left: 13px;
}
.more-news__news-tab-header .more-news__news-tab-header-item:nth-child(3)
{
    margin-left:0px;
    padding: 15px 10px;
}
.more-news__header-row h2.more-news__header-left-title.gsap-fadeup {
    margin-bottom: 10px;
}
.more-news__news-tab-content-item-description
{
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.main-header.header-black .nav-link:hover, .main-header.header-black .nav-link.active {
    color: #fff;
}

.main-header.header-black .nav-link {
    color: #fff;
}

.main-header.header-black .nav-item::after {
    background-color: #fff;
}

.header-black .dropdown-arrow-toggle svg path {
  stroke: #fff;
}
.news-top__content-right-left-inner {
    width: 100%;
}


}

@keyframes buttonLoader {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media(max-width:370px){
    .more-news__news-tab-header-outer {
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
   .more-news__news-tab-header {
        width: 100%;
        margin-bottom:24px;
    }
    li.more-news__news-tab-header-item {
    font-size: 13px;
}
}


@media(max-width:370px){

.more-news__news-tab-header .more-news__news-tab-header-item {
    margin-left:0
}

.more-news__news-tab-header .more-news__news-tab-header-item:nth-child(2) {
    margin-left: 0
}
.more-news__news-tab-header .more-news__news-tab-header-item:nth-child(3)
{
    padding: 15px 0px;
}
}