h1 {
    font-size: 1.6rem;
    font-weight: 400;
}

h2, h3, h4, h5 {
    font-size: 1rem;
    font-family: Roboto, serif;
}

p {
    margin: 10px 0;
}

figure.image {
    text-align: center;
}

p img, figure img {
    margin: 0 auto;
    display: block;
}

figure figcaption {
    margin: 5px 0;
}

.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-top: 10px;
}

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

.pageContent, .pageContent h2, .pageContent h3 {
    line-height: 1.6rem;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover,
.pagination .page-item .page-link:hover {
    background-color: #b72c32;
    color: #fff;
}

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

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

.pageContent a {
    color: var(--mainColor);
    font-family: 'Roboto', serif;
}

.pageContent ul {
    padding-left: 20px;
}

.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, .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(/ylan/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;
    }
}