﻿.a:visited {
    color: #333;
}

.box-tags {
    display: inline-block;
    width: 100%;
}

    .box-tags .txt_tag {
        display: inline;
        background: #f1f1f1;
        padding: 0 10px;
        height: 20px;
        color: #939393;
        float: left;
        /*font: 400 11px/20px arial;*/
        margin: 5px 5px 0 0;
    }

        .box-tags .txt_tag:hover {
            background-position: initial;
            background-image: initial;
            background-size: initial;
            background-attachment: initial;
            background-origin: initial;
            background-clip: initial;
            background-color: rgb(226, 226, 226);
            background-repeat: repeat;
        }

.btnHidden {
    display: none;
}

.comment-box {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 20px 40px;
}

.lst-comment {
    width: 100%;
    padding: 0px;
    color: #6f6f6f;
    height: auto;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
}

    .lst-comment ul {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

        .lst-comment ul li {
            padding: 10px 0;
            float: left;
            width: 100%;
            list-style-type: none;
            text-rendering: geometricPrecision;
        }

            .lst-comment ul li .avata {
                width: 40px;
                height: 40px;
                float: left;
                margin-right: 5px;
                border-radius: 50%;
                background: #1a77db;
                overflow: hidden;
                text-align: center;
                line-height: 43px;
                color: white;
            }

            .lst-comment ul li .content-commet {
                width: calc(100% - 55px);
                float: right;
            }

                .lst-comment ul li .content-commet .name {
                    font-weight: 500;
                    font-size: 14px;
                }

                .lst-comment ul li .content-commet .comment-time {
                    font-weight: 400;
                    padding-left: 15px;
                    color: #888d8e;
                    font-size: 12px;
                }

                .lst-comment ul li .content-commet p {
                    padding: 3px 0;
                    color: #222;
                    box-sizing: border-box;
                    margin-bottom: 0px;
                }


#boxCaptchaComment #imgCaptcha {
    height: 33px !important;
    width: 120px !important;
    border: 1px solid #d8d8d8 !important;
    position: relative;
}

#boxCaptchaComment #aChangeCaptcha img {
    height: 15px !important;
    margin-left: 10px !important;
}

.news-details {
    position: relative;
    display: inline-block;
    width: 100%;
    word-break: normal !important;
}

    .news-details td {
        padding:0 3px;
    }


    .news-details .news-tuongphan {
        background-color: black;
        padding: 10px;
    }

        .news-details .news-tuongphan * {
            color: yellow;
        }


    .news-details .news-details-sapo,
    .news-details .news-details-content {
        font-size: 16px;
        line-height: 180%;
        text-align: justify;
        margin-top: 15px;
    }

    .news-details .box-nghe-audio {
        background-color: #fbfbfb !important;
        border: 1px solid #cfcfcf !important;
        display: inline-block;
        width: 100%;
        border-radius: 5px;
        margin-top: 10px;
    }

        .news-details .box-nghe-audio select {
            height: 40px;
            border: 0px solid white;
            background-color: transparent !important;
        }

.social_pin .list-item > li {
    border-bottom: 0px solid #eaeaea !important;
}

.news-details > .social_pin {
    position: sticky;
    top: 100px;
    left: 0px;
    width: 60px;
    margin-top: 100px;
    z-index: 9;
    float: left;
}

    .news-details > .social_pin > ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .news-details > .social_pin > ul > li {
            display: inline-block;
        }

            .news-details > .social_pin > ul > li > a {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: whitesmoke;
                color: gray;
                border: 1px solid #80808014;
                display: inline-block;
                position: relative;
                cursor: pointer;
            }

                .news-details > .social_pin > ul > li > a.pin_box .social_pin_box {
                    display: none;
                    position: absolute;
                    top: -1px;
                    left: 39px;
                    background-color: whitesmoke;
                    border: 1px solid #80808014;
                    width: 120px;
                    height: 40px;
                    padding-top: 9px;
                    padding-left: 10px;
                    border-top-right-radius: 25px;
                    border-bottom-right-radius: 25px;
                }

                .news-details > .social_pin > ul > li > a.pin_box_view {
                    margin-bottom: 15px;
                }

                    .news-details > .social_pin > ul > li > a.pin_box_view .social_pin_box {
                        display: block;
                        left: 0px;
                        top: 30px;
                        width: 100%;
                        border: 0px;
                        height: auto;
                        background: none;
                        font-size: 12px;
                        padding-left: 0px;
                        padding-top: 12px;
                        text-align: center;
                        position: absolute;
                        white-space: nowrap;
                    }

                .news-details > .social_pin > ul > li > a.zoom {
                    height: auto;
                    border-radius: 25px;
                    padding-bottom: 15px;
                }

                    .news-details > .social_pin > ul > li > a i,
                    .news-details > .social_pin > ul > li > a.zoom i {
                        margin-top: 13px;
                        width: 100%;
                        text-align: center;
                    }

                .news-details > .social_pin > ul > li > a:hover {
                    color: var(--blue-1);
                }


                .news-details > .social_pin > ul > li > a.pin_box:hover {
                    border-top-right-radius: 0px;
                    border-bottom-right-radius: 0px;
                    border-right: 0px;
                }

                    .news-details > .social_pin > ul > li > a.pin_box:hover .social_pin_box {
                        display: block;
                        border-left: 0px;
                    }

.news-details > .news-details-right {
    width: calc(100% - 75px);
    float: right;
}

    .news-details > .news-details-right h2 {
        text-align: justify;
    }

    .news-details > .news-details-right table[border="1"] {
        border-width: 1px;
    }

    .news-details > .news-details-right table td,
    .news-details > .news-details-right table th {
        /*padding: inherit !important;*/
        font-size: 14px;
        word-break: normal !important;
    }

        .news-details > .news-details-right table td p,
        .news-details > .news-details-right table th p {
            margin-bottom: 0px;
        }

    .news-details > .news-details-right div span,
    .news-details > .news-details-right p span {
        font-size: inherit !important;
        font-family: inherit !important;
    }

    .news-details > .news-details-right b,
    .news-details > .news-details-right strong {
        font-weight: 500 !important;
    }

    .news-details > .news-details-right p {
        margin-bottom: 15px;
    }

.news-details-title {
    color: #008dce;
}
p.news-details-title {
    font-size: 1.5rem;
    margin-bottom: 1px !important;
    font-weight:500
}

.news-details-content ol {
    list-style: decimal;
}

@media only screen and (max-width: 767px) {
    .news-details > .social_pin {
        display: none;
    }

    .news-details > .news-details-right {
        width: calc(100% - 0px);
    }

        .news-details > .news-details-right table[style*='width'],
        .news-details > .news-details-right table[width] {
            width: 100% !important;
        }

        .news-details > .news-details-right video[style*='width'],
        .news-details > .news-details-right video[width] {
            width: 100% !important;
            height: auto !important;
        }

        .news-details > .news-details-right img[style*='width'], .news-details > .news-details-right img[width] {
            width: 100% !important;
            height: auto;
            max-height: fit-content;
        }
}

/*#Layout*/
.news-details > .news-details-right .quote-block {
    position: relative;
    padding: 10px 20px !important;
    background-color: #fff;
    border: 3px solid #ffa50057 !important;
    box-shadow: 1px 1px 2px 0 rgb(219 202 170 / 50%);
    margin-bottom: 30px;
}

    .news-details > .news-details-right .quote-block::before,
    .news-details > .news-details-right .quote-block::after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        color: #ff6a00;
        font-size: 18px;
        background: #fff;
        padding: 5px;
    }

    .news-details > .news-details-right .quote-block::before {
        content: "\f10d";
        top: -20px;
        left: calc(50% - 17px);
    }

    .news-details > .news-details-right .quote-block::after {
        content: "\f10e";
        bottom: -20px;
        left: calc(50% - 17px);
    }

.news-details-content-source{
    font-weight:500;
    text-align:right;
}