﻿tbody, td, tfoot, th, thead, tr {
    border-width: 1px !important;
}
figure{
    margin:0;
}
.ma-content img {
    width: 100%;
    height: auto;
}
figcaption {
    background: gainsboro;
    padding: 5px 10px;
}
figcaption p {
    margin: 0px !important;
    color: #717171 !important;
}
blockquote {
    margin: 0 auto !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    background: #cbc284 !important;
}

.banner-video-full {
    text-align: center;
    margin-top: 25px;
}
#main {
    margin-top: 15px;
    margin-bottom: 15px;
}
.navigation {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.mb2 {
    margin-bottom: 20px;
}
.breadcrumb li:first-child {
    margin-left: 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.breadcrumb li {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #666;
}

.breadcrumb li:first-child a::after {
    content: '';
    height: 18px;
    width: 4px;
    background: #d7d7d7;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.breadcrumb li:nth-child(2) {
    margin-left: 15px;
}
.f4 {
    font-family: 'Roboto-Regular', sans-serif;
    font-weight: normal;
}

.article-detail-subtitle:empty, .article-detail-source:empty, .article-detail-author:empty {
    display: none;
}

.article-detail-subtitle {
    color: #105CB6;
}
.article-detail-title {
    font-size: 32px;
    margin-bottom: 15px;
}


.f5 {
    font-family: 'Noto Serif', Arial, sans-serif;
    font-weight: 700;
}
.bx-author-info {
    margin-bottom: 15px;
}
.author-image {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    overflow: hidden;
    background: #f1f1f1;
}
    .author-image img {
        width: 100%;
        height: auto;
    }

.author-title {
    font-size: 13px;
    color: #999;
}
.author-email {
    font-size: 12px;
    color: #999;
}
.rater-step {
    width: 75px !important;
    height: 14px;
    background-size: 15px;
}

.rater-step .star-value {
    background-size: 15px !important;
}

.star-rating .star-value {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(star_1.png);
    background-repeat: repeat-x;
}
.article-detail .article-info {
    margin-bottom: 15px;
}

.article-info {
    font: 400 12px / 1.3 'Roboto-Regular', sans-serif;
    text-transform: uppercase;
    color: #999;
}
.article-detail .article-info .article-cat {
    color: #ec2226;
    text-decoration: none;
}

.article-cat {
    text-decoration: underline;
}
    .article-cat:after {
        content: '|';
        display: inline;
        margin-right: 1px;
        margin-left: 5px;
        vertical-align: 1px;
    }
.ico-google-new {
    height: 20px;
    line-height: 20px;
    background: url(/Content/img/ico-google-new.png) right center no-repeat;
    padding-right: 82px;
    position: relative;
    padding-left: 9px;
    font-size: 13px;
    background-size: 80px;
    color: #f26522;
    text-transform: none;
}
.article-detail-body {
    display: grid;
    grid-column-gap: 40px;
}
.article-detail-left {
    width: 50px;
}
.article-button-share {
    position: sticky;
    top: 55px;
}
.btn-share {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    color: #7f7f7f;
    border: 2px solid #7f7f7f;
    border-radius: 50%;
    margin-bottom: 10px;
}
.article-detail-right {
    width: 800px;
}

.article-detail-desc, .article-detail-author, .article-detail-source {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.article-detail-desc {
    margin-bottom: 15px;
}

.f2 {
    font-family: Arial, sans-serif;
    font-weight: normal;
}
.article-detail .article-detail-desc:before {
    content: '';
    display: inline-block;
    background: #fff;
    color: #fff;
    font-family: 'RobotoCondensed-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-right: 5px;
    background: url(/Content/img/logo-congthuong-sapo.png) left center no-repeat;
    width: 100px;
    height: 20px;
    vertical-align: -4px;
}
.ma-content {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
    .MASTERCMS_TPL_TABLE, .ma-content table, .content-mb table {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
    }

    .ma-content table {
        max-width: 100%;
    }

.mb-a {
    width: 100%;
    margin-bottom: 1em;
    max-width: 100%;
    background: #f5f5f5;
}

table {
    border-collapse: collapse;
    display: table;
    padding: 5px;
    vertical-align: top;
    line-height: 1.4;
}
.mb-a td {
    padding: 10px 15px;
}
    .mb-a td a {
        text-decoration: none;
        color: #003366;
        padding-left: 15px;
        float: left;
        font-style: italic;
        margin: 5px 0;
        background: url(/Content/img/bl-square-blue.png) left 8px no-repeat;
    }

.ma-content a, .content-mb a, .cke_contents_ltr a {
    color: blue;
}
.ma-content p {
    margin: 1em 0;
}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(odd) td {
    text-align: center;
    padding: 0;
    vertical-align: middle;
}
.content-mb table img, .ma-content table img {
    height: auto !important;
    margin: 0 !important;
}

.MASTERCMS_TPL_TABLE td img {
    margin-bottom: 0;
    width: 100% !important;
    height: auto !important;
}
.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
    font-style: italic;
    padding: 10px;
    text-align: center;
    font-size: initial;
}
.ma-content a, .content-mb a, .cke_contents_ltr a {
    color: blue;
}
.mb-temd {
    margin-bottom: 1em;
    background-color: #fffbe4;
    box-sizing: border-box;
    font-size: inherit;
}
    .mb-temd.mb-re {
        padding: 15px 10px 15px 15px;
    }
.article-detail-desc, .article-detail-author, .article-detail-source {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.article-detail-author {
    text-align: right;
    font-weight: 700;
}

.article-detail-desc, .article-detail-author, .article-detail-source {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.article-detail-source {
    text-align: right;
    font-style: italic;
    margin-top: 10px;
}
.article-detail-raterjs {
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 10px 20px;
    text-align: center;
}
    .article-detail-raterjs h6 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #105CB6;
        font-weight: bold;
    }
.article-detail-similar .bx-cat-title {
    border-bottom: 1px solid #e1e1e1;
}
.article-detail-other .bx-cat-title {
    border-bottom: 1px solid #e1e1e1;
}
.reader-note {
    margin-bottom: 10px;
    color: #7f7f7f;
    font-size: 13px;
}
    .reader-note span {
        font-size: 14px;
    }
.star-rating {
    width: 0;
    position: relative;
    display: inline-block;
    background-image: url(/Content/img/star_0.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer;
}
.article-detail-topic {
    background: #f8f8f8;
    padding: 20px;
}
    .article-detail-topic .bx-cat-title {
        font-size: 16px;
    }
    .article-detail-topic .topic-name {
        color: #ec2226;
    }
    .article-detail-topic .article:first-child {
        margin-top: 0;
    }

    .article-detail-topic .article {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .article-detail-topic .article-title {
        font-weight: normal;
    }
    .article-detail-topic .article-link {
        display: block;
        font-size: 14px;
        position: relative;
        color: #105CB6;
        padding-left: 15px;
    }

.article-link, .article-detail-title {
    color: inherit;
}
.__MB_ARTICLE_A {
    width: 100%;
    margin-bottom: 1em;
    max-width: 100%;
    background: #f5f5f5;
}
.__MB_ARTICLE_A td {
    padding: 10px 15px;
}

    .__MB_ARTICLE_A td a:first-child {
        border-top: 0;
    }

    .__MB_ARTICLE_A td a {
        text-decoration: none;
        color: #003366;
        padding-left: 15px;
        float: left;
        font-style: italic;
        margin: 5px 0;
        background: url(/Content/img/bl-square-blue.png) left 8px no-repeat;
    }

.MASTERCMS_TPL_TABLE tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
    font-style: italic;
    padding: 10px;
    text-align: center;
    font-size: initial;
}
.article-detail-topic .article-link::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    position: absolute;
    top: 6px;
    left: 0;
}
    .banner img {
        height: auto;
    }
.article-tag span {
    display: block;
    float: left;
    height: 36px;
    font: normal 24px / 36px 'Roboto-Bold', sans-serif;
    background: url(/Content/img/ico-tags.png) left 10px no-repeat;
    padding-left: 30px;
    color: #666;
    border-bottom: 1px solid #d7d7d7;
    font-weight: bold;
}
.mb {
    margin-bottom: 15px;
}
.article-keyword {
    width: 100%;
    float: left;
}
    .article-keyword a {
        height: 36px;
        line-height: 36px;
        background-color: #ebebeb;
        float: left;
        padding: 0 10px;
        border-radius: 5px;
        margin: 0 5px 5px 0;
    }
.tag-local {
    background: url(/Content/img/ico-place.png) 10px 10px no-repeat;
    padding: 0 10px 0 25px !important;
    color: #ed2227 !important;
}
#user-comment {
    margin-bottom: 15px;
}
    #user-comment .bx-cat-title {
        margin-bottom: 5px;
    }
.bx-cat-name {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #000;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #ed2227;
}
#user-comment .bx-cat-link {
    line-height: inherit;
}

.bx-cat-link {
    color: inherit;
    display: inline-block;
    line-height: 16px;
    padding-right: 2px;
    position: relative;
    bottom: 3px;
}
#user-comment .box-comment p.content {
    margin: 0;
}

#user-comment .box-comment p.content {
    clear: both;
}
#user-comment .box-comment textarea {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    font-family: Arial;
    margin: 10px 0;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    outline: none;
}
#user-comment button {
    padding: 5px 10px;
    background: #007bd9;
    border: none;
    color: #fff;
    float: right;
}
.article-detail-relate .bx-cat-title {
    border-bottom: 1px solid #e1e1e1;
}
.article-detail-relate .bx-cat-name {
    position: relative;
    bottom: -8px;
}
.article-detail-relate .article:nth-child(1), .article-detail-relate .article:nth-child(2), .article-detail-relate .article:nth-child(3) {
    margin-top: 0;
}

.article-detail-relate .article:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.article-detail-relate .article {
    float: left;
    width: 253px;
    margin: 20px 0 0 20px;
}
.article-image, .article-image-cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
    .article-image::before, .article-image-cover::before {
        padding-top: 56.25%;
        content: '';
        display: block;
    }
    .article-image img, .article-image-cover img {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
    }
.article-detail-relate .article-title {
    font-size: 16px;
    color: #000;
}
.f0 {
    font-family: 'Merriweather', serif;
    font-weight: bolder;
}
.article-detail-similar .bx-cat-name {
    position: relative;
    bottom: -8px;
}
.article-detail-similar .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.article-detail-similar .article {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.article-detail-similar .article-image {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.article-detail-similar .article-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.article-detail-similar .article-desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.article-desc {
    font-size: 14px;
    color: #666;
}
.article-detail-other .bx-cat-name {
    position: relative;
    bottom: -1px;
}
.article-detail-other .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.article-detail-other .article {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.article-detail-other .article-image {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.article-detail-other .article-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.article-detail-other .article-desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.col-right, .colRight {
    width: 300px;
}

.bx-cat {
    margin-bottom: 20px;
}
.bx-mostread-detail .bx-cat-title {
    border-bottom: 1px solid #e1e1e1;
}
.bx-mostread-detail .article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.bx-mostread-detail .article {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}
.bx-mostread-detail .article-image {
    width: 130px;
    float: left;
    margin: 0 20px 0 0;
}
.bx-grid-list-sub {
    display: grid;
    grid-template-columns: auto 300px;
    grid-column-gap: 40px;
    background: url(/Content/img/border-cat-column.png) top 0 right 320px repeat-y;
}
.article-title {
    font-size: 14px;
    line-height: 1.5;
}
.bx-grid-list-sub .col-left {
    width: 800px;
    background: #fff;
}

.star-rating {
    display: flex; /* Xếp các sao thành hàng ngang */
    gap: 5px; /* Khoảng cách giữa các sao */
    font-size: 30px;
    cursor: pointer;
}

.star {
    color: #bfbfbfe3;
    transition: color 0.2s ease-in-out;
    font-size: 40px;
}

    .star.active {
        color: gold;
    }
.reader-raterjs {
    display: flex;
    justify-content: space-evenly;
    margin-left: -160px;
}

.ml5{
   margin-left:15px;
}
.font14{
   font-size:14px;
}
.italic {
   font-style: italic;
}