﻿
figure {
    width: 100%;
    margin: 0 0 10px 0;

}

figcaption {
    background: ghostwhite;
    padding: 5px 10px;
}
#main .container {
    padding-bottom: 30px;
}
.ma-content img {
    width: 100%;
    height: auto;
    vertical-align:middle;
}

.breadcrumb {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: baseline;
}

    .breadcrumb .bre-main:first-child, .breadcrumb > a:first-child, .article-heading span, .article-heading > a {
        border-bottom: 1px solid #ed2227;
        font-size: 25px;
        padding-bottom: 7px;
        height: 100%;
        display: inline-block;
        z-index: 10;
        position: relative;
        margin-bottom: 0;
        margin-top: 0;
    }
.main-post {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 25px;
}
.post-left-container, .post-right-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.article-infor {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.article-detail-subtitle:empty {
    display: none;
}
.article-infor-title {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}
.article-item-content-intro {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.article-info-intro {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
}
.article-info-intro-small {
    color: #df4c50;
    text-transform: uppercase;
    margin-right: 4px;
}
.article-info-intro-time {
    color: #666666;
}
.article-info-intro-small + .article-info-intro-time::before {
    content: '|';
    padding-right: 8px;
}
.ico-google-new {
    height: 15px;
    line-height: 15px;
    background: url(/Content/img/ico-google-new.png) right 0 no-repeat;
    position: relative;
    color: #ea6121;
    mix-blend-mode: multiply;
    font-weight: 400;
    padding-right: 88px;
}
.article-info-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}
    .fb_iframe_widget span {
        display: inline-block;
        position: relative;
        text-align: justify;
    }
    .fb_iframe_widget iframe {
        position: absolute;
    }
.aricle-info-social-right {
    display: flex;
    gap: 6px;
}
    .aricle-info-social-right a i {
        font-size: 16px;
    }
.article-info-detail-sub {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    font-family: sans-serif;
}
.article-info-detail {
    font-size: 16px;
    font-weight: 400;
    line-height: calc(22 / 14);
    font-family: sans-serif;
}
.article-info-detail-content > * {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 1.6;
}

.__MB_ARTICLE_A {
    width: 100%;
    margin: 10px 0;
    background-color: #fffaea;
    border-radius: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.__MB_ARTICLE_A td:first-child {
    vertical-align: top;
}
.__MASTERCMS_CONTENT a, .__MASTERCMS_CONTENT_MOBILE a, .cke_contents_ltr a {
    color: blue;
}
.__MB_ARTICLE_A td a:before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #f00;
    content: '';
    position: absolute;
    top: 8px;
    left: 10px;
}
.__MB_ARTICLE_A td a {
    font-size: 16px;
    line-height: 1.4;
    color: #001e3d;
    position: relative;
    width: 100%;
    float: left;
    margin: 5px 0;
    padding-left: 24px;
    padding-right: 12px;
}
.__MASTERCMS_CONTENT a, .__MASTERCMS_CONTENT_MOBILE a, .cke_contents_ltr a {
    color: blue;
}
.article-info-detail p {
    margin-bottom: 15px;
}
.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;
    color: blue;
    padding: 10px;
    text-align: center;
}
.__MB_template_g {
    width: 100%;
    margin: 20px 0;
    background-color: #e3eeff;
    border: 2px solid #c0d5f5;
}
    .__MB_template_g td.__RE_PLACE_CONTENT, .__MB_template_d td.__RE_PLACE_CONTENT {
        padding: 15px;
    }
.article-detail-author, .article-detail-source {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #03202d;
    margin-top: 15px;
}
.article-info-tag-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    font-size: 22px;
    color: var(--cl-textDetail);
    padding-left: 32px;
    background: url(/Content/img/icon-tag.png) 0 center no-repeat;
}
.article-info-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    list-style-type: none;
}
    .article-info-tag-list .item-tag {
        background-color: #e5e9ec;
        border-radius: 4px;
        min-height: 30px;
        padding: 0px 10px;
        font-weight: 400;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        font-family: sans-serif;
        font-size: 14px;
    }
.article-heading-relate {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.article-info-relate-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.aticle-info-relate .article-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.article-item-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}
    .article-item-image::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }
    .article-item-image img {
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
    }

.article-item-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: 'Merriweather', serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.article-listing {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
    .article-listing .article-item:first-of-type {
        margin-top: 0;
        padding-top: 0;
        border: 0;
    }

    .article-listing .article-item {
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 25px;
        padding-top: 25px;
        border-top: 1px solid #ebebeb;
    }
    .article-listing .article-item-title {
        font-size: 18px;
    }
.article-item-detail {
    margin-top: 12px;
    color: #666666;
    font-weight: 400;
    display: block;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    line-height: 1.4;
}
.post-right-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.article-sidebar .article-heading {
    margin-bottom: 25px;
}

    .article-sidebar .article-heading span, .article-sidebar .article-heading a {
        line-height: 1;
        padding-bottom: 13px;
    }

.article-list-siderbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 23px;
}

    .article-list-siderbar .article-item:first-of-type {
        padding-top: 0;
        border-top: 0;
    }

    .article-list-siderbar .article-item {
        padding-top: 23px;
        display: grid;
        grid-template-columns: 132px 1fr;
        gap: 24px;
        border-top: 1px solid #ebebeb;
    }

    .article-list-siderbar .article-item-image {
        margin-bottom: 0;
    }

.article-heading {
    position: relative;
    margin-bottom: 32px;
}

    .article-heading::before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 1px;
        background-color: #ebebeb;
    }

.article-list-siderbar .article-item-title {
    font-size: 13px;
}

.edittor-content table{
    width:100%;
}