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

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

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

.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: #000;
}

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

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

.news-detail__content-wrapper {
    position: relative;
}

.news-detail__content-wrapper h1 {
    color:#22413C;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 44px;
}

.news-detail__date {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.news-detail__label {
    padding: 10px 15px;
    color:#22413C;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all 0.2s ease;
    background: var(--Base-Ivory, #EEEDE9);
    cursor: pointer;
}
.news-detail__date-label span.news-detail__label:hover {
    background: #22413C;
}
.news-detail__date-label span.news-detail__label:hover .more-news__news-tab-content-item-label {
    color: #fff;
}
.news-detail__date-label {
    display: flex;
    gap:18px;
    align-items: center;
}

.news-detail_main-content__wrapper {
    margin-top: 32px;
}
.news-detail_main-content__right-other-news-item-content a:hover .news-detail_main-content__right-other-news-item-description {
    color: #fff !important;
}

.news-detail_main-content__left-title {
    color: #000 !important;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 30px;
}

.news-detail_main-content__left-description {
    padding-bottom: 40px;
    border-bottom: 1px solid #00000020;
    margin-bottom: 40px;
}

.news-detail_main-content__left-description p:last-child {
    margin-bottom: 0;
}

.news-detail_main-content__left-disclaimer p {
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.news-detail_main-content__left-disclaimer span {
    font-weight: 700;
}

.news-detail_main-content__right-share-title {
    color: #000 !important;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.news-detail_main-content__right-share-icon {
    width:36px;
    height:36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #22413C;
}

.news-detail_main-content__right-share {
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background-color: #EEEDE9;
    margin-bottom: 30px;
}

.news-detail_main-content__right-other-news-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-detail_main-content__right-other-news {
    padding: 40px 24px;
    background-color: #22413C;
}

.news-detail_main-content__right-other-news-title {
    color:#FFF !important;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

.news-detail_main-content__right-other-news-item {
    display: flex;
    gap: 20px;
    margin-bottom: 23px;
}

.news-detail_main-content__right-other-news-item:last-child {
    margin-bottom: 0;
}

.news-detail_main-content__right-other-news-item-label {
    color:#BABFC3;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}
.news-detail_main-content__right-other-news-item-label .more-news__news-tab-content-item-label {
    color: #BABFC3;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}
.news-detail_main-content__right-other-news-item-label .more-news__news-tab-content-item-label:hover{
    color:#fff;
}

.news-detail_main-content__right-other-news-item-description {
    color:#EEEDE9 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 10px;
}

.news-detail_main-content__right-inner {
    height: 100%;
    position: relative;
}

.news-detail_main-content__right-content-wrapper {
    top: 97px;
    position: sticky;
}

.news-detail_main-content__right-other-news-item-image-wrap {
    flex-basis: 103px;
}

.news-detail_main-content__left-image-mobile {
    display: none;
}

.news-detail_main-content__left-image-wrapper img {
    width: 100%;
    height: auto;
}

.news-detail_main-content__right-other-news-item-image-wrap img {
    width: 100%;
    height: auto;
}

.news-detail_main-content__right-other-news-item-content {
    flex-basis: calc(100% - 123px);
}

.more-news__news-tab-content-item-label {
    color: #22413C;
}

.post-template-default.single.single-post.postid-328 .main-header
{
background: #fff}
.post-template-default.single.single-post.postid-328 .main-header .nav-link {
    color: #000;
}
.post-template-default.single.single-post.postid-328 .main-header .nav-link:hover {
    color: #22413C;
}

.post-template-default.single.single-post.postid-328 .main-header .nav-item path {
    stroke: #000;
}

.post-template-default.single.single-post.postid-328 .main-header .nav-item:last-child a
{
    background-color: #22413C;
    color: #FFF;
}
.post-template-default.single.single-post.postid-328 .main-header .nav-item:last-child a:hover{background-color: rgb(42.7575757576, 81.7424242424, 75.4545454545);}

.post-template-default.single.single-post.postid-328 .main-header .navbar .container::after{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-template-default.single.single-post.postid-328 .main-header .nav-item::after
{background-color: #22413C !important;}
.post-template-default.single.single-post.postid-328 .main-header .logo-light {
    display: none;
}

.post-template-default.single.single-post.postid-328 .main-header .logo-dark.d-none {
    display: block !important;
}



.post-template-default.single.single-post.postid-328 header.main-header.sticky-top.is-sticky .navbar .container::after  {
    border-bottom: none;
}

@media(min-width:1350px) and (max-width:1500px) {
    .news-detail__container.container {
    padding: 0 10px 0 ;
}
}

@media(min-width:1200px) {
    .news-detail_main-content__left-disclaimer p {
        padding-right: 30px;
    }

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

}
@media(max-width:1200px)
{

    .post-template-default.single.single-post.postid-328 .main-header .navbar .container::after{
    border-bottom:none;
}

}
@media(max-width:991px){
    .news-top__top-image--mobile {
        display: block;
    }

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

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

    .news-detail__content-wrapper h1 {
        font-size: 36px;
        font-weight: 500;
        line-height: 40px; 
        margin-bottom: 26px;
    }

    .news-detail_main-content__wrapper {
        margin-top: 40px;
    }

    .news-detail_main-content__left-title {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .news-detail_main-content__left-description {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .news-detail_main-content__left-disclaimer {
        margin-bottom: 30px;
    }

}
@media(max-width:767px)
{
.main-header.is-sticky .navbar-toggler {
    filter: unset;
} 
.main-header.header-black .navbar-toggler svg path {
    stroke: #22413C;
}
.header-black .dropdown-arrow-toggle svg path {
    stroke: #fff;
}

}
@media(max-width:575px){
    .news-detail_main-content__left-image-desktop {
        display: none;
    }

    .news-detail_main-content__left-image-mobile {
        display: block;
    }

    .news-top {
        padding-top: 92px;
    }

    .news-top__content-container.container {
    padding-left: 20px;
    padding-right: 20px;
}
 
}

@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 19px;
}
}