.wrapper-banner.banner-news {
    background-image: url(../img/news/banner.jpg);
    background-position: center;
}

.wrapper-banner.page {
    padding: 25% 5%;
    background-image: url(../img/news/banner-page.svg);
    background-position: cover;
}
@media screen and (min-width: 1024px) {
    .wrapper-banner.page {
        padding: 12.5% 5%;
    }
}
.section-news {
    /*   margin-top: var(--sectionpd); */
    margin-bottom: var(--sectionpd);
}

.newslist {
   margin-top: 6%;
   padding: 0 10%;
   gap: 5%;

}
.newslist__in{
    flex: 0 0 auto;
    margin-right: 1rem;
    font-size: 18px;
}
.newslist li {
    margin-top: -1px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: var(--bs-gray-800);
    position: relative;
    cursor: pointer;
}
.newslist__in li{
    min-width: 150px !important;
    text-align: left;
}
.newslist__in li.activeli .box-new__tag{
    color: var(--bs-primary);
}
.box-news__title {
    color: #000;
    font-size: 1.1rem;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.box-news__title a {
    color: #000;
}

.box-news__title a:hover {
    color: rgba(0, 0, 0, .7);
    transition: all 0.5s ease;
}
.box-news__img{
   min-width: 100%;
}

.box-news__img img{
    border-radius: 20px;
}

.box-news__date {
    flex: 0 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .box-news__date {
        width: 250px;
    }
}
.box-news__date span {
    margin-right: 0.2rem;
    margin-left: 0.2rem;

}

.box-date_year {
    text-wrap: nowrap;
}

.box-date_date {
    color: var(--bs-info);
    font-size: 1.125rem;
    font-weight: bold;
}

.box-new__tag {
    font-size: 1.1rem;
    font-weight: normal;
    color: var(--bs-gray-700);
    border-radius: 20px;
    padding: 1rem 2rem;
    min-width: 150px!important;
}

.box-news__main {
    font-size: 1.25rem;
    color: var(--bs-info);
    background-image: url(../img/news/btn-new-arrow.svg);
    background-size:30px auto ;
    background-repeat: no-repeat;
    background-position: right 0rem;
    padding-right: 1.5rem;
}

.box-news__des {
    font-size: 1rem;
    color: var(--bs-gray-500);
    margin: 1rem 0;
    padding-bottom: 1rem;
}

.box-news__arrow {
    flex: 0 0 auto;
    margin-left: auto;
    width: 50px;
    position: relative;
}

.box-news__arrow i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 50%;
}
.newslist__list li{
    background-image: url(../img/news/list-bg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 0%;
    border-radius: 20px;
}
.newslist__list li:hover  {
    background-size: 150%;
    box-shadow: -20px 0px var(--bs-primary);
    transition: all 0.5s ease;
}

.newslist li:hover .box-news__main {
    background-image: url(../img/news/btn-new-arrow-h.svg);
    background-size: 30px auto;
    transition: all 0.5s ease;
}

.box-new__tag:hover {
    background-color: var(--bs-gray-700);
    color: #ffffff;
    padding: 1rem 2rem;
    transition: all 0.5s ease;
}


.newslist__list li:hover .circle-dot div {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
}




.col-new__P img {
    border-radius: 20px;
}

.applylist li {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 0.25rem 0.5rem;
    border-radius: 20px;
}
.applylist a li:hover {
    background-color: #ffffff;
    color: var(--bs-info);
}
.wrapper-act{
    padding: 1rem 0rem;
    border-top: 1px solid var(--bs-gray-200);
    border-bottom: 1px solid var(--bs-gray-200);
background-color: #ffffff;	padding:3%;}

@media screen and (min-width: 768px) {
    .wrapper-act{
        padding: 1.5% 3%;
    }
}
