﻿#homeNewsWrap {
    background: var(--white) !important;
    padding: 50px 0;
}
.jnewssc {
    /* border: 1px solid #333;*/
    background: #fff;
}
.jnewssc *,
.jnewssc {
    text-decoration: initial !important;
    text-align: left;
}
.jnewssc h3 {
    margin: 0 0 9px 0;
    color: var(--blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    transition: .25s;
}
.jnewssc h3:hover {
    color: #59B1D2;
}
.news_description img {
    width: 100%;
    height: auto;
}
.home-news-desc {
    padding: 18px;
}
.news-time {
    font-weight: 500;
    font-size: 1.8rem;
    font-weight: 300;
}
.home-news-desc h3 {
    font-size: 32px;
    font-weight: 600;
}
.home-news-desc .short_text {
    margin-bottom: 2rem;
}
.read_more {
    text-decoration: none;
    border-bottom: 4px solid var(--green);
    padding: 0;
    margin-top: 10px;
    display: inline-block;
    color: #222;
    font-weight: 500;
    transition: all 0.5s ease;
}
.all-news {
    text-align: right;
    padding-right: 30px;
}
.jnewssc:hover .read_more {
    padding-right: 20px;
}
#footerFoundIntro {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

/* .news_description:hover .image_news img {
    transform: scale(1.1);
} */
.div_tabble.news_description:hover .news-title-date h3 {
    color: #59B1D2;
}
/*Breaking News */
#Breaking-New-0 {
    display: flex;
    justify-content: space-between;
}
.section-involved .image_news, .section-involved .image_news img {
    border-radius: 20px !important;
    overflow: hidden !important;
}
#Breaking-New-0 .image_news img, 
#Breaking-New-0 .image_news {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#Breaking-New-0 > a {
    width: 32%;
}


#homeMemberSlider .slick-slider .slick-track,
#insideMemberSlider .slick-slider .slick-track {
    margin: 0 40px;
}

