body#tinymce {
    font-size: 14px;

    line-height: 1.5;
    color: #333;
}

h1 {
    font-size: 20pt;
}

.h2,
h2 {
    font-size: 18pt;
}

.h3,
h3 {
    font-size: 16pt;
}

.h4,
h4 {
    font-size: 14pt;
}

.h5,
h5 {
    font-size: 12pt;
}

.h6,
h6 {
    font-size: 10pt;
}

.h1,
h1 {
    font-size: 20pt;
}

table th,
table td {
    padding: 10px !important;
    border: 1px solid #ccc !important;
}

figure.image {
    text-align: center;
}

figure figcaption {
    margin: 5px 0;
}

strong {

}

.single-news img {
    /*height: 240px;*/
    height: 173px;
    width: auto;
    margin: 0 auto;
    max-width: unset;
}

.pageContent {
    text-align: justify;
}

.pageContent .single-news img {
    /*height: 240px;*/
    height: 203px;
    width: auto;
    margin: 0 auto;
    max-width: unset;
}

.single-news .imgView {
    /*border: 1px solid #e9e9e9;*/
    /*background-color: #dee2e6;*/
    /*border-radius: 4px;*/
}

.single-news a {
    font-weight: 400;
}

.itemSub {
    background-color: #f0f0f0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.list-group-item.active a {
    color: #fff;
}

.sideBar .hr,
.hrHeader .hr {
    display: flex;
    flex-direction: row;
}

.sideBar .hr hr:first-child,
.hrHeader .hr hr:first-child {
    width: 40%;
    background-color: #cb2228 !important;
}

.sideBar .hr hr,
.hrHeader .hr hr {
    background-color: #ebe9e9;
    width: 60%;
    margin: 10px 0;
}

.sectionService a,
.sectionLatestNews a {
    color: #201911;
    font-size: 0.9rem;
    font-family: "Open Sans", serif;
}

.sectionService a:hover,
.sectionLatestNews a:hover {
    color: var(--mainColor);
}

.sideBar img {
    max-width: 100%;
    height: auto;
}

.sideBar .sectionLatestNews a {
    font-size: 0.9rem;
    /*height: 40px;*/
    display: block;
    overflow: hidden;
    /*text-align: justify;*/
}

.newsInfo {
    font-size: 0.9rem;
}

.divPaging {
    /*border-top: 1px solid #e9e9e9;*/
    padding: 10px 15px !important;
    background-color: #fff;
}

.pagination .page-item .page-link {
    color: #a8a8a8;
    background-color: #eeeded;
    margin: 0 2px;
    border-radius: 0.125rem;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item .page-link:hover {
    background-color: #fdb918;
    border-color: #fdb918;
    color: #000;
}

.pageContent img,
img,
.pageContent video,
video {
    max-width: 100%;
    height: auto;
}

.pageContent table td {
    border: 1px solid #ccc;
    padding: 5px 7px;
}

.pageContent a {
    color: #007bff;
}

.pageContent ol,
.pageContent ul,
.mce-content-body ul,
.mce-content-body ol,
.s-content ul, .s-content ol {
    padding-left: 20px;
    padding-bottom: 10px;
}

.pageContent li:not(.toc-item),
.mce-content-body li:not(.toc-item),
.s-content li:not(.toc-item) {
    list-style: initial;
}


.pageContent figure {
    margin: 10px 0;
}

.comment h4 {
    color: var(--mainColor);
    font-size: 1.3rem;
    font-family: "Open Sans", Roboto, serif;
    font-weight: 400;
    text-transform: uppercase;
}

.comment .desc {
    color: #0052a0;
    font-size: 1.05rem;
    font-family: "Open Sans", Roboto, serif;
    font-weight: 400;
}

.listcomment {
    display: block;
    overflow: visible;
    background: #fff;
    margin: 20px 0;
    /*border-top: 1px solid #dadada;*/
    /*padding-top: 20px;*/
}

.listcomment li {
    display: block;
    overflow: visible;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}

.listcomment .question {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    line-height: 24px;
    clear: both;
    float: none;
    width: auto;
}

.listcomment .listreply {
    display: block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 10px 15px 0 12px;
    clear: both;
    font-size: 0.9rem;
    color: #333;
    line-height: 24px;
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
}

.listreply:after,
.listreply:before {
    top: -20px;
    left: 18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.listreply:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}

.listreply:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}

.listreply .qtv {
    background: #b72c33;
    border-radius: 2px;
    padding: 0 5px;
    line-height: normal;
    border: 1px solid #9e1c20;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin: 5px 0 0 10px;
}

.rowuser a {
    float: left;
    overflow: visible;
    font-size: 16px;
    color: #333;
    position: relative;
    cursor: default;
}

.rowuser {
    float: left;
    overflow: visible;
}

.rowuser a div {
    float: left;
    width: 25px;
    height: 25px;
    background: #ddd;
    margin-right: 7px;
    text-align: center;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

.rowuser a strong {
    float: left;
    overflow: hidden;
    line-height: 22px;
    margin-top: 2px;
    text-transform: capitalize;
}

.actionuser {
    display: block;
    height: 34px;
    position: relative;
    margin: -5px 10px 0 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.actionuser .respondent {
    float: left;
    padding: 5px 10px 0 0;
    font-size: 13px;
    color: #282828;
}

.actionuser .time {
    float: left;
    padding: 5px 0;
    font-size: 13px;
    color: #999;
    position: relative;
}

.actionuser .time:before {
    float: left;
    /*content: '-';*/
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

.reply .cont {
    display: block;
    overflow: hidden;
    margin: 0;
    clear: both;
}

.iconcom-avactv {
    background-image: url(img/qtv.jpg);
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain;
    float: left;
    margin-right: 5px;
}

.custom1 {
    /*float: left;*/
    /*margin-right: 15px;*/
    /*padding: 10px 0;*/
    width: 285px;
}

.custom1 li {
    margin-left: 15px;
    /*padding: 5px 0;*/
    width: 300px;
}

.custom1 h2 {
    background: none repeat scroll 0 0 #ae1010;
    border-bottom: 2px solid #ae1010;
    font: 17px Roboto Condensed;
    height: 35px;
    padding: 5px 7px;
}

.custom1 h2 a {
    color: #fff;
}

iframe {
    max-width: 100%;
}

img.aligncenter {
    display: block;
    margin: 15px auto 0;
}

.other-section ul {
    list-style: circle;
    color: var(--mainColor);
}

.other-section ul {
    margin-left: 2.4rem;
}

.other-section ul li {
    margin: 5px 0;
}

.other-section ul li a {
    color: #282828;
}

.other-section ul li a:hover {
    color: var(--mainColor);
}

.newsTag {
    display: flex;
    align-items: center;
}

.newsTag ul {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}

.newsTag ul li {
    float: left;
}

.newsTag ul li:after {
    content: ", ";
    margin-right: 4px;
    color: var(--mainColor);
}

.newsTag ul > li:last-child:after {
    content: "";
}

/*responsive*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .single-news img {
        height: 196px;
    }

    .pageContent .single-news img {
        /*height: 240px;*/
        height: 149px;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .single-news img {
        height: 203px;
    }

    .pageContent .single-news img {
        height: 237px;
    }
}

@media screen and (max-width: 768px) {
    .single-news img {
        height: 154px;
    }

    .pageContent .single-news img {
        height: 182px;
    }
}

@media screen and (max-width: 425px) {
    .single-news img {
        height: auto;
        margin: 0 auto;
        max-width: 100%;
    }

    .pageContent table {
        width: 100% !important;
    }
}

.mt-3.s-content p a {
    color: #007bff !important;
}

.share-facebook-custom {
    font-size: 30px;
    padding-left: 30px;
}

.body-fixed .title-share-news, .body-fixed-2 .title-share-news {
    display: none;
}

.body-fixed .share-facebook-custom, .body-fixed-2 .share-facebook-custom {
    left: 5px;
    top: 55px;
    z-index: 1000;
    position: fixed;
    border: 1px solid #00a5cc;
    border-radius: 50%;
    background: #e1f4fd;
    padding: 4px;
    margin: 0;
    animation: slideInRight 0.6s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magazine-section {
    border-top: 1px solid #f3f1f2;
}

.pro-cas .pro .time-sale ul li {
    list-style-type: none;
}


.box-meal {
    padding: 15px 0;
}

.box-meal .list {
    border-radius: 10px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border: 1px solid #cccccc;
    padding: 12px 18px 10px;
}

.product-embed, .product-price-embed {
    border-radius: 10px;
    margin-bottom: 20px;
}

.product-price-embed p.title-embeb, .product-embed p.title-embeb {
    color: #fb7d02;
    min-height: 24px;
}

.box-meal .list {
    display: flex;
}

.box-meal .right {
    text-transform: uppercase;
    font-weight: bold;
    width: 50%;
    text-align: center;
    border-left: 1px solid #cccccc;
    padding: 15px;
}

.box-meal .left {
    text-transform: uppercase;
    font-weight: bold;
    width: 50%;
    text-align: center;
    padding: 15px;
}


.box-quote {
    border-left: 3px solid #fdb819;
    margin: 0 25px 1.25em;
    padding: 0 1.25em 0 1.875em;
    color: #333;
    /*font-style: italic;*/
    font-weight: bold;
}

.box-quote p {
    font-size: 16px;
}.toc-box {
    list-style: none;
    padding-left: 0 !important;
    padding-top: 15px;
    /*display: none;*/
}

.wrap-toc {
    /*background-color: #f3f3f3;*/
    /*padding: 10px;*/
    /*font-size: 1rem;*/
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}

.wrap-toc .toc-title {
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 15px;*/
}


.wrap-toc .toc-title span.show-menu {

}

.toc-item.toc-H2:before {
    /*content: "-";*/
}

.toc-item.toc-H3:before {
    content: "";
    padding-left: 25px;
}

.toc-item {
    margin-bottom: 5px;
}

.toc-item strong {
    font-weight: normal !important;
}

.toc-heading {
    scroll-margin-top: 70px;
}

.wrap-toc .toc-box .toc-item-link {
    padding: 5px;
    color: #333;
}

.wrap-toc .toc-box .toc-item-link:hover {
    color: #007fff;
}

.wrap-toc .toc-box .toc-item.active .toc-item-link {
    color: #007fff;
    background-color: #ebedef;
}
