.news-wrap{
    margin-top: 30px;
}
.new-title,
.aboutus-banner-title,
.bc-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.aboutus-banner-title i,
.new-title i{
    margin-left: 5px;
    font-weight: 600;
}
.new-date {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #686868;
    display: inline-block;
}
.outstandingNews .new-date{
    margin-top: 10px;
}
.outstandingNews .newitem-title{
    margin: 10px 0;
}
.outstandingNews .newitem-title a{
    font-size: 20px;
    line-height: 24px;
}
.side-new-item{
    display: flex;
    margin-bottom: 30px;
}
.sni-img{
    width: 180px;
    min-width: 180px;
    margin-right: 30px;
}
.newslist-title{
    background-color: var(--black-color);
    height: 60px;
    border: 1px solid #000;
    border-radius: 10px;
    color: var(--white-color);
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 50px;
}
.newitem-desc{

}
.newslist-title i{
    margin-left: 10px;
}
.newslist-wrap .new-item{
    padding: 0;
}
.newslist-wrap .new-item{
    margin-bottom: 30px;
}
.loadMoreNew a{
    display: block;
    height: 40px;
    width: 150px;
    border: 1px solid #686868;
    color: var(--black-color);
    font-weight: 500;
    transition: all ease-in-out .2s;
    border-radius: 16px;
    line-height: 40px;
    margin: 0 auto;
}
@media  (max-width: 768px) {
    .sidebar-news-wrap{
        margin-top: 30px;
    }
    .related-news-wrap .new-item{
        padding: 0;
        margin-bottom: 30px;
    }
}
.breadcrumb-new.breadcrumb{
    margin: 20px 0 !important;
}
.article-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.homepage-title.related-news-title{
    text-align: left;
}
.related-news-wrap .new-item{
    padding: 0;
}
.detail-news-img{
    margin: 40px 0 20px;
}
.detail-news-img img{
    width: 100%;
}
    


.aboutus-banner-wrap{
    margin: 50px 0;
}
.aboutus-banner-content{
    padding-left: 40px;
}
.recruitment-news-wrap{
    background-color: #4383FF;
    position: relative;
}
.recruitment-news-inner h2{
    font-size: 22px;
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    margin: 25px 0;
}
.recruitment-news-item{
    background-color: var(--white-color);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rni-left,
.rni-des>ul{
    display: flex;
    justify-content: space-between;
}
.rni-img img{
    aspect-ratio: 2/1;
    max-width: 180px;
    object-fit: cover;
}
.rni-content{
    max-width: 450px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rni-des li:before{
    font-size: 20px;
    color: var(--black-color);
    margin-right: 5px;
    font-weight: 300;
}
.rni-des li{
    font-size: 14px;
    color: #4383FF;
}
.rni-des>ul>li:first-child:before{
    font-family: "Font Awesome 6 Pro";
    content: '\f0d6' ;
}
.rni-des>ul>li:nth-child(2):before{
    font-family: "Font Awesome 6 Pro";
    content: '\f3c5' ;
}
.rni-des>ul>li:last-child:before{
    font-family: "Font Awesome 6 Pro";
    content: '\f017' ;
}

.rni-title{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.rni-link{
    display: inline-block;
    height: 40px;
    width: 120px;
    border: 1px solid #000000;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    font-weight: 500;
}
.rni-apply{
    background-color: #4383FF;
    color: var(--white-color);
    border-color: #4383FF;
}
.rni-detail{
    margin-right: 10px;
}
.rni-apply:hover{
    color: var(--white-color);
}
.recruitment-news-wrap:after{
    content: "";
    display: block;
    height: 50px;
    width: 100vw;
    position: absolute;
    bottom: -50px;
    background-color: #4383FF;
}
@media(max-width: 768px){
    .recruitment-news-item{
        flex-direction: column;
        margin-top: 10px;
    }
    .rni-lright{
        margin-top: 15px;
    }


}
@media(max-width: 480px){
    .rni-left{
        flex-direction: column;
    }
    .rni-img img{
        width:100%;
        margin-bottom: 15px;
    }
    .rni-content{
        margin-left: 0;
    }
    .rni-des ul{
        flex-direction: column;
    }
    .rni-img img{
        aspect-ratio: 2/1;
        max-width: 100%;
        object-fit: cover;
    }
}
.siderelated-new-item{
    margin-bottom: 20px;
}
.apply-btn{
    margin-top: 50px;
}
.apply-btn>a{
    width: 100%;
}
@media(min-width: 768px){
    .recruitment-sidebar{
        padding: 10px;
        position: sticky;
        top:30%;
    }
}

.banner-contactus-wrap{
    margin-top: 60px;
 }
.banner-contactus-item{
    margin-bottom: 40px;
}
.bc-note{
    margin: 10px 0;
    color: #4383FF;
    font-weight: 500;
 }
.btc-link{
    color: var(--white-color);
    background-color: #4383FF;
    border-color: #4383FF;
    height: 46px;
    border-radius: 20px;
    width: 150px;
    line-height: 43px;
}
@media (max-width: 768px){
    .banner-contactus-item>.row{
        flex-direction: column-reverse;
    }
    .bc-img{
        margin-bottom: 30px;
    }
}
.banner-partner-item{
    margin-bottom: 20px;
}