.category-head {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.articol_info{
    margin-bottom: 10px;
}

.vertical-divider > .elements:after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    height: 100%;
    width: 1px;
    background-color: #c5c5c5;
}

.vertical-divider > .elements:last-child:after {
    display: none;
}

.hero-content {
    margin-top: 20px;
}
.hero-content article.main {
    position: relative;
    margin: 0;
    padding: 0;
}

.section-main-article article.main:after,
.hero-content article.main:after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    height: 100%;
    width: 1px;
    background-color: #c5c5c5;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
}

.carousel-slide .article-card {
    position: relative;
}

.carousel-track .carousel-slide .article-card:after,
.news-grid article:nth-child(3):after,
.news-grid article:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: -23px;
    height: 100%;
    width: 1px;
    background-color: #c5c5c5;
}

.carousel-track .carousel-slide .article-card:nth-child(4) article:after,
.carousel-track .carousel-slide .article-card:nth-child(8) article:after {
    display: none;
}

.carousel-track-2-lines .carousel-slide .article-card:nth-child(-n+4):before,
.section-head .section-gird-articles article:first-child:before,
.news-grid article:nth-child(2):before,
.news-grid article:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    height: 1px;
    background-color: #c5c5c5;
}

.news-grid article {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.big-carousel-wrapper .carousel-track {
    gap: 0;
}

.featured-carousel-video {
    background: #272a33;
    padding: 40px 0;
}

.featured-carousel-video .post-title a {
    color: #fff;
    text-decoration: none;
}

.section-head {
    display: flex;
    gap: 44px;
    width: 100%;
    margin-bottom: 40px;
}

.section-head .section-main-article {
    width: 65%;
}

.section-head .section-gird-articles {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.section-listing ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
}

.section-listing ul li {
    width: 100%;
}

.section-listing:not(.section-listing-layout-2) article:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -7px;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.section-listing:not(.section-listing-layout-2) ul li:last-child article:after {
    display: none;
}

.section-listing article {
    padding-top: 15px;
    position: relative;
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}

.section-listing article .thumb {
    width: 245px;
    height: 138px;
}

.section-listing article .compact-details {
    width: calc(100% - 245px);
}

.sub-title {
    color: #334866 !important;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px !important;
    border-bottom: 3px solid #334866;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sub-title a {
    font-size: 16px;
    font-weight: 500;
    color: #FB9002;
    text-decoration: none;
    white-space: nowrap;
}

.sub-title a::after {
    content: " \2192";
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.sub-title a:hover::after {
    transform: translateX(5px);
}
.img_bg img{
    object-fit: cover;
}
.img_bg .thumb{
    height: 100%;
    width: 100%;
}
.img_bg .tt-dd{
    display: none;
}
.img_bg{
    margin: 0;
    padding: 0;
    height: 100%;
}
.img_bg .title{
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0));
    text-align: center;
    padding: 10px;
}

.img_bg .title a {
    color: white;
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
}


ul.focus-box {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    gap: 15px;
}

.focus-box{
    padding-right:24px;
}


.focus-box li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.focus-box li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(52, 73, 103);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 8px;
}

li:has(.focus-title)::before,
li:has(.focus-more)::before {
    content: none !important;
    display: none;
}

.focus-box article {
    padding-bottom: 0;
}

.focus-box .thumb {
    display: none;
}

.focus-box.cols1 {
    border: none;
}

.focus-box a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    display: block;
}

.focus-title {
    text-transform: none !important;
    background-color: transparent !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 15px !important;
    color: rgb(52, 73, 103) !important;
}

.focus-title:after {
    content: '';
    position: absolute;
    width: 50%;
    border-bottom: #000 3px solid !important;
    bottom: 0;
}

.focus-more a {
    color: rgb(52, 73, 103) !important;
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.focus-more a::after {
    content: " \2192";
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}
.focus-more a:hover::after {
    transform: translateX(5px);
}


div.focus-title::before,
.focus-more a::before {
    display: none !important;
}

@media (max-width: 480px) {
    .focus-box {
        padding: 5px;
        padding-right: 30px;
    }
}

.elements-distance{
    margin-top:60px;
}


.li-2col-related  a{
    text-decoration: none;
    margin-top: 10px;
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.li-2col-related  span{
    display: none;
}
.cols2 .li-2col-related{
    margin-bottom: 0px !important;
}
.cols2{

}
.li-2col-related article{
    margin-top:20px;
}
.first-2-li-2col-related article{
    margin-top: 0;
}

.first-2-li-2col-related,
.odd-2col-related {
    position: relative;
}

.odd-2col-related::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #C5C5C5;
}

.first-2-li-2col-related::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #C5C5C5;
}

@media (max-width: 480px) {
    .img_bg .title{
    position:relative;
    background: none;
    text-align: center;
    padding: 10px;
    }

    .img_bg .title a {
        color: #344967;
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }
    .cols2{
        border-left: none;
        padding-left: 0px;
    }
    .odd-2col-related{
        border-right: none;

    }
    .first-2-li-2col-related::after{
        display: none;
    }
    .li-2col-related{
        padding:0;
    }
    .main-container .spliter{
        padding:0;
    }
    .odd-2col-related::before {
        display: none;
    }
}
/* .odd-2col-related{
    padding-left: 6px !important;
} */
.li-2col-related{
    padding: 0 20px !important;
}
.body-new{
    color: rgb(51, 51, 51) !important;
}
.article-card a{
    font-weight: 600;
    font-size: 18px;
}
.article-card .tt-dd{
    margin-top:10px;
}
.text-font-size{
    font-weight: 600;
    font-size: 18px;
}
.ContentRight{
    width:100%;
    /*padding-left:27px;*/
}

.bread-crumb-article .siteBreadcrumb{
    display: inline !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { background-color:  transparent; padding: 0 !important;}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: -20px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -45px;
    top: -20px;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    color: white;
    font-size: 20px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
}

.featured-carousel-video .post-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 13px;
    padding-bottom: 10px;
}
.featured-carousel-video .post-content a,
.featured-carousel-video .post-content {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 25px;
}
.featured-carousel-video .post-content .post-created {
    font-size: 14px;
}
.featured-carousel-video .featured-carousel-title h2 {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.featured-carousel-video .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    opacity: 1;
    display: flex;
    gap: 5px;
}

.featured-carousel-video .owl-carousel .owl-nav > div.owl-next,
.featured-carousel-video .owl-carousel .owl-nav > div.owl-prev {
    left: unset !important;
    right: unset !important;
    position: relative !important;
}

.featured-carousel-video .owl-image-holder {
    position: relative;
}

.video-play-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 12px;
    color: #fff;
    z-index: 2;
    background-color: #000;
}

.video-play-icon i {
    font-size: 11px;
}
.sbmneu li{
    text-align: left;
}
.article-card .title{
    margin-top: 10px;
}
.upcoming_events {
    border-bottom: #344967 3px solid;
    width: 100%;
    padding: 20px 0;
}
.spliter .upcoming_events:first-child {
    border-top: #344967 3px solid;
}
.upcoming_events a{
    color: #344967;
    font-size: 18px;
}
.upcoming_events  td > strong > a{
    color: #344967;
    font-size: 18px;
}
.upcoming_events td {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
