.header .menu li a {
    color: var(--color-6);
}
header .logo img.logo2{
    display: none;
}
.newsBanner{
    height: max-content;
    padding: 150px 0;
}
.newsBanner .bg_img1 {
    height: 60vh;
}
.newsOne {
    background: var(--color-6);
    width: max-content;
    margin: auto;
    position: relative;
    padding: 40px 25px;
}
.newsOne article{
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newsOne h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.newsOne a {
    width: max-content;
}
.tag {
    font-size: 14px;
    color: #9016F0;
    padding-right: 12px;
    margin-right: 12px;
}
.List_blognews h6 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newsOne .tag {
    border-right: 1px solid #E7E7E7;
}
.time {
    color: #929292;
}
.list_blognews .--img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: all .5s ease;
}
.list_blognews .--img {
    overflow: hidden;
}
.list_blognews .--img img:hover {
    transform: scale(1.1);
}
.newsBlog{
    padding-bottom: 80px;
}
.newsOne .--img img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    transition: all .5s ease;
}
.newsOne .--img img:hover {
    transform: scale(1.1);
}
.newsOne .--img {
    overflow: hidden;
}
.detailnewsBanner .--img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.header .btn_login a:nth-child(2){
    color: var(--color-6) !important;
}
.detailnewsBanner .--title {
    position: absolute;
    top: 200px;
    width: 40%;
}
.detailnewsContent{
    padding: 40px 25%;
}
.detailnewsContent .--linktag {
    margin-top: 24px;
}
.detailnewsContent .--tag li:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 1rem;
}

.detailnewsContent .--tag li a {
    color: var(--color-5);
}
.detailnewsContent .--tag li:nth-child(n+2) {
    border: 1px solid #929292;
    padding: 5px 10px;
    border-radius: 100px;
    margin: 0 4px;
}
.detailnewsContent ul.--share li:nth-child(n+2) a {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
}

.detailnewsContent ul.--share li a:hover {
    transform: scale(.8);
}

.detailnewsContent ul.--share li a {
    transition: all .75s ease;
}
.detailnewsContent .--content {
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}
.detailnewsContent .tagtime {
    margin-bottom: 12px;
}
.detailnewsContent .tag {
    border-right: 1px solid #E7E7E7;
}
.detailnewsContent .--img img {
    width: 100%;
    object-fit: cover;
}
.detailnewsContent .--img {
    margin-bottom: 30px;
}
.detailnewsContent article {
    font-size: 16px;
    overflow: unset;
    text-overflow: unset;
    line-height: unset;
    -webkit-line-clamp: unset;
    height: unset;
    display: unset;
    -webkit-box-orient: unset;
}

.detailnewsContent article a {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detailnewsOther .--title{
    font-size:28px;
    margin-bottom: 12px;
    font-weight: 600;
}
.detailnewsOther {
    padding-bottom: 80px;
}
.detailnewsOther h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
.detailnewsOther .--img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 640px){
    .newsOne{
        padding: 0;
        width: auto;
    }
    .list_filter li{
        margin: 0 auto 1rem;
    }
    .newsBanner .bg_img1{
        display: none;
    }
    .newsOne a{
        margin-top: 1rem;
    }
    .newsBlog{
        padding-top: 2rem;
    }
    .newsOne h5{
        padding-top: 1rem;
    }
    .detailnewsContent{
        padding: 15px;
    }
    .detailnewsContent .--linktag{
        flex-flow: column;
        align-items: start !important;
    }
    .detailnewsContent .--linktag .--tag{
        margin-bottom: 1rem !important;
    }
    .detailnewsBanner .--img img{
        height: 400px;
    }
    .detailnewsBanner .--title {
        width: 100%;
        left: 0;
        padding: 0 15px;
    }
    .detailnewsContent .--img img{
        height: 250px;
    }
}