﻿.newsBox {
    padding-bottom: 0;
    background-color: #FFFFFFF0;
}

    .newsBox .container .Body-news {
        width: 100%;
        height: 100%;
        padding-top: 10px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
        display: block;
    }

        .newsBox .container .Body-news .Title-News {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 16px;
            display: flex;
        }

            .newsBox .container .Body-news .Title-News .Title {
                /*height: 94px;*/
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 4px;
                display: flex;
            }

                .newsBox .container .Body-news .Title-News .Title .Title-Text {
                    align-self: stretch;
                    color: #333333;
                    font-size: 32px;
                    font-weight: 800;
                    word-wrap: break-word;
                }

            .newsBox .container .Body-news .Title-News .Meta {
                justify-content: flex-start;
                align-items: center;
                gap: 16px;
                display: inline-flex;
            }

                .newsBox .container .Body-news .Title-News .Meta .Chip {
                    padding-left: 8px;
                    padding-right: 8px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    background: #FFF9E2;
                    border-radius: 21px;
                    justify-content: center;
                    align-items: center;
                    display: flex;
                }

                    .newsBox .container .Body-news .Title-News .Meta .Chip .buttonC {
                        color: #333333;
                        font-size: 16px;
                        font-weight: 700;
                        word-wrap: break-word;
                    }

                .newsBox .container .Body-news .Title-News .Meta .date {
                    color: #333333;
                    font-size: 20px;
                    font-weight: 500;
                    word-wrap: break-word;
                }

        .newsBox .container .Body-news .Description {
            align-self: stretch;
            color: #333333;
            font-size: 20px;
            font-weight: 400;
            word-wrap: break-word;
        }

        .newsBox .container .Body-news .Img {
            align-self: stretch;
            /*height: 471px;*/
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 8px;
            display: flex;
        }

            .newsBox .container .Body-news .Img .Img-details {
                align-self: stretch;
                /*height: 440px;*/
                background: linear-gradient(0deg, #C4C4C4 0%, #C4C4C4 100%);
                border-radius: 20px;
            }

            .newsBox .container .Body-news .Img .Caption {
                align-self: stretch;
                text-align: center;
                color: #6F7279;
                font-size: 16px;
                font-style: italic;
                font-weight: 400;
                word-wrap: break-word;
            }

        .newsBox .container .Body-news .Content-Detail {
            align-self: stretch;
            color: #333333;
            font-size: 20px;
            font-weight: 400;
            word-wrap: break-word;
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .newsBox .container .Body-news .Author {
            align-self: stretch;
            text-align: right;
            color: #6F7279;
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            word-wrap: break-word;
        }

        .newsBox .container .Body-news .Share {
            align-self: stretch;
            
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 24px;
            display: flex;
        }

            .newsBox .container .Body-news .Share .Share1 {
                height: 96px;
                padding-top: 16px;
                padding-right: 16px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 8px;
                display: flex;
            }

                .newsBox .container .Body-news .Share .Share1 .share-text {
                    color: #333333;
                    font-size: 22px;
                    font-weight: 700;
                    word-wrap: break-word;
                }

                .newsBox .container .Body-news .Share .Share1 .share-icon {
                    align-self: stretch;
                    justify-content: space-between;
                    align-items: flex-start;
                    gap: 4px;
                    display: inline-flex;
                }

                    .newsBox .container .Body-news .Share .Share1 .share-icon .icons {
                        width: 40px;
                        height: 40px;
                        padding: 4px;
                        justify-content: center;
                        align-items: center;
                        display: flex;
                    }

            .newsBox .container .Body-news .Share .Chips {
                align-self: stretch;
                justify-content: flex-start;
                align-items: center;
                gap: 8px;
                display: inline-flex;
            }

                .newsBox .container .Body-news .Share .Chips .Chip {
                    padding-left: 16px;
                    padding-right: 16px;
                    padding-top: 8px;
                    padding-bottom: 8px;
                    background: #FFF9E2;
                    border-radius: 21px;
                    justify-content: center;
                    align-items: center;
                    display: flex;
                }

                    .newsBox .container .Body-news .Share .Chips .Chip .Content {
                        color: #333333;
                        font-size: 16px;
                        font-weight: 400;
                        word-wrap: break-word;
                    }

/*reponsive*/
@media only screen and (max-width: 576px) {
    .newsBox .container .Body-news {
        width: 100%;
        height: 100%;
        padding-top: 40px;
        border-radius: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 32px;
        
    }

        .newsBox .container .Body-news .Title-News .Title .Title-Text {
            color: #333;
            font-size: 22px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
        }

        .newsBox .container .Body-news .Title-News .Meta .Chip .buttonC {
            color: var(--website-black-5, #333);
            font-size: 10px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .newsBox .container .Body-news .Title-News .Meta .date {
            color: var(--website-black-5, #333);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
}

/*sub news*/
.title-subs-news {
    text-align: center;
    color: #333333;
    font-size: 32px;
    font-family: Be Vietnam;
    font-weight: 700;
    word-wrap: break-word;
}

.sub-news {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: inline-flex;
}

.related-news {
    text-align: center;
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    word-wrap: break-word;
}

.news-item {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 100%);
    box-shadow: 1.2179486751556396px 1.2179486751556396px 6.089743614196777px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.news-image img {
    align-self: stretch;
    flex: 1 1 0;
    min-height: 175px;
}

.news-content {
    align-self: stretch;
    height: 129px;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
}

.news-title {
    align-self: stretch;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-date {
    align-self: stretch;
    color: #6F7279;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
}

.news-image-details {
    height: 247px;
    width: 365px;
    object-fit: cover;
}

.selected {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #FFECB3;
    border-radius: 21px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

@media only screen and (max-width: 390px) {
    .newsBox .container .Body-news .Description {
        align-self: stretch;
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        word-wrap: break-word;
    }

    .newsBox .container .Body-news .Content-Detail {
        align-self: stretch;
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        word-wrap: break-word;
    }

    .title-subs-news {
        text-align: start;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        word-wrap: break-word;
    }

    /*.news-item {
        width: 163.5px;
        height: 176px;
        margin: 0 8px 16px 8px;
    }*/
}

@media only screen and (min-width: 391px) and (max-width: 669px) {
    .news-image {
        height: 135px;
    }
    .news-image img {
        align-self: stretch;
        flex: 1 1 0;
        height: 100%;
    }
    .news-item {
       
         
    }
    .news-image img {
        align-self: stretch;
        flex: 1 1 0;
        width: 100%;
        min-height: auto;
    }
    .news-title {
        align-self: stretch;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        margin-top: 5px;
    }

    .news-content {
        align-self: stretch;
        height: auto;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        display: flex;
    }
   .news-date {
    align-self: stretch;
    color: #6F7279;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}
}


@media only screen and (min-width: 700px) and (max-width: 975px) {
    .news-image {
        height: 135px;
    }
    .news-item {
      
       
    }
    .news-content {
        align-self: stretch;
        height: auto;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        display: flex;
    }
    .news-title {
        align-self: stretch;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        margin-top: 5px;
    }
    .news-image img {
        align-self: stretch;
        flex: 1 1 0;
        width: 100%;
        min-height: auto;
    }
}

@media only screen and (max-width: 400px) {
    .news-image {
        height: auto;
    }
    .news-date {
        align-self: stretch;
        color: #6F7279;
        font-size: 12px;
        font-weight: 400;
        word-wrap: break-word;
    }
    .news-content {
        align-self: stretch;
        height: auto;
        padding-top: 2px;
        padding-bottom: 5px;
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        display: flex;
    }
    .news-title {
        align-self: stretch;
        color: #333333;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
        margin-top: 5px;
    }
    .news-item {
        
       
    }
    .news-image img {
        align-self: stretch;
        flex: 1 1 0;
        width: 100%;
        min-height: auto;
    }

   
}

.Content-Detail p {
    font-size: 16px;
    font-family: Be Vietnam, sans-serif !important;
    line-height: 28px;
}
.Content-Detail span {
    font-size: 16px;
    font-family: Be Vietnam, sans-serif !important;
    line-height: 28px;
}
.Content-Detail strong {
    font-size: 16px;
    font-family: Be Vietnam, sans-serif !important;
    line-height: 28px;
}
.Content-Detail img {
   
    
    text-align: center;
    
    display: block;
    margin: 15px auto;
}

.Content-Detail img {
    text-align: center;
    display: block;
    margin: 15px auto;
    height: auto !important;
}
.img-thumbnail {
    border: 0px solid #dee2e6 !important;
     
}
