/* section.awernwss_programe css */
section.awernwss_programe {
    background-color: var(--light);
    padding: 50px 0;
}
section.awernwss_programe .image {
    display: flex;
    height: 386px;
    overflow: hidden;
}
section.awernwss_programe .image img {
    border-radius: 22px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.awernwss_programe .awernwss_text h4 {
    border-radius: 50px;
    background: linear-gradient(90deg, #672D80 0%, #AC1F80 100%);
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 34px;
    margin-bottom: 17px;
}
section.awernwss_programe .awernwss_text p {
    color: #4A4A4C;
    line-height: 170%;
    margin-bottom: 17px;
}
section.awernwss_programe .awernwss_text .calender,section.blog_detail .calender{
    display: flex;
    align-items: center;
}
section.awernwss_programe .awernwss_text .calender .icon,section.blog_detail .calender .icon{
    background-color: #fff;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px;
}
section.awernwss_programe .awernwss_text .calender .text h5,section.blog_detail .calender .text h5 {
    font-size: 16px;
    line-height: 160%;
    font-weight: normal;
    margin-bottom: 0;
}
/* .latest_news css */
.latest_news {
    padding: 60px 0; 
}
.latest_news h2 {
    font-size: 36px;
    margin-bottom: 23px;
}
.latest_news .news_box{
    margin-bottom: 40px;
}
.latest_news .news_box .image{
    display: flex;
    height: 314px;
    overflow: hidden;
    margin-bottom: 13px;
    position: relative;
}
.latest_news .news_box .image img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_news .news_box .text h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #222D50;
    margin-bottom: 8px;
}
.latest_news .news_box .text h5 a{
    color:inherit;
}
.latest_news .news_box .text h5 a:hover{
    color:var(--primary);
}
.latest_news .news_box .text h6 {
    font-size: 13px;
    font-weight: 400;
    color: #7F7F7F;
}
.latest_news .news_box .text p {
    display: none;
    color: #333;
    font-size: 15px;
    line-height: 140%;
}
.latest_news .news_box .image .icon a {
    position: absolute;
    right: 9px;
    bottom: 9px;
    border-radius: 50px;
    background-color: hwb(0deg 0% 100% / 30%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    color: #fff;
}
.latest_news .news_box:hover .image .icon a {
    background: linear-gradient(90deg, #672D80 0%, #A52080 100%);
    transition: all 0.5s;
    transform: rotate(45deg);
}
.latest_news .news_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.latest_news .news_list .item{
    width: 25%;
    padding: 0 15px;
}
@media (min-width:768px){
        
    .latest_news .news_list .item:nth-child(6n + 3) .news_box, .latest_news .news_list .item:nth-child(6n + 4) .news_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 20px;
        border: 2px solid #912580;
        padding: 10px;
    }
    .latest_news .news_list .item:nth-child(6n + 3), .latest_news .news_list .item:nth-child(6n + 4) {
        width: 50%;
    }
    .latest_news .news_list .item:nth-child(6n + 3) .news_box .text, .latest_news .news_list .item:nth-child(6n + 4) .news_box .text {
        padding-left: 30px;
        width: 50%;
        display: flex;
        flex-direction: column-reverse;
    }
    .latest_news .news_list .item:nth-child(6n + 3) .news_box .image, .latest_news .news_list .item:nth-child(6n + 4) .news_box .image {
        width: 50%;
        height: 375px;
        margin-bottom: 0;
    }
    .latest_news .news_list .item:nth-child(6n + 3) .news_box .text p, .latest_news .news_list .item:nth-child(6n + 4) .news_box .text p {
        display: block;
    }
    .latest_news .news_list .item:nth-child(6n + 3) .news_box .text h5, .latest_news .news_list .item:nth-child(6n + 4) .news_box .text h5 {
        order: 1;
    }
    .latest_news .news_list .item:nth-child(6n + 3) .news_box .text h6, .latest_news .news_list .item:nth-child(6n + 4) .news_box .text h6 {
        order: 2;
    }
}
.awernwss_text h2 {
    font-size: 32px;
    margin: 0 0 18px;
}
.awernwss_text h2 a{
    color:inherit;
}
.awernwss_text h2 a:hover{
    color:var(--primary);
}
/* section blog_detail css */
section.blog_detail {
    padding: 60px 0;
}
section.blog_detail h2 {
    color: #09163D;
    font-size: 44px;
    font-weight: 600;
    line-height: normal;
}
section.blog_detail:after {
    width: 480px;
    display: block;
    height: 480px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 60px 0px 60px 20px;
    background: linear-gradient(44deg, #672D80 0%, #A62180 100%);
    z-index: -1;
}
section.blog_detail .calender .text h5{
    color: #fff;
}
section.blog_detail .image{
    display: flex;
    height: 500px;
    overflow: hidden;
    padding: 35px 0 60px 0;
}
section.blog_detail .image img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.blog_detail .blog_containt{
    padding: 0 180px;
}
section.blog_detail .blog_containt p {
    color: #4E5875;
    text-align: justify;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 14px;
}
section.blog_detail .blog_containt h3 {
    color: #09163D;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}
section.blog_detail .blog_containt .images img {
    border-radius: 14px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.blog_detail .blog_containt .images {
    height: 400px;
    overflow: hidden;
    padding: 25px 0 50px 0;
}
.page_redirect_btn {
    border-top: 1px solid #E3E3E3;
    padding-top: 40px;
    margin-top: 60px;
}
.page_redirect_btn .previous_btn .icon,.page_redirect_btn .next_btn .icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page_redirect_btn .previous_btn .icon a svg,.page_redirect_btn .next_btn .icon a svg {
    margin-right: 5px;
}
.page_redirect_btn .previous_btn .icon a,.page_redirect_btn .next_btn .icon a{
    color: #4E5875;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}
.page_redirect_btn .previous_btn .icon a:hover,.page_redirect_btn .next_btn .icon a:hover{
    color: #c90880;
}
.page_redirect_btn .previous_btn h4,.page_redirect_btn .next_btn h4{
    color: #09163D;
    font-size: 22px;
    font-weight: 500;
}
.page_redirect_btn .next_btn .icon {
    justify-content: flex-end;
}