h1.title-detail {
    line-height: 32px;
    font-size: 26px;
    font-weight: 500;
    font-weight: bold;
    margin-top: -2px;
}
#post_content a {
    color: #1596ed;
}
#post_content a:hover {
    text-decoration: underline;
}
.article {
    margin-bottom: 30px;
}
.content-detail .post-desc {
    font-weight: bold;
}
.content-detail .post_content a {
    color: #004370;
    /*color: #337ab7;*/
}
.content-detail .post-meta {
    padding: 0px 0px 6px;
    border-left: 0px;
    border-right: 0px;
    display: block;
    margin: 5px 0;
}
.content-detail .post-meta .tie-date {
    font-size: 11px;
}
.content-detail .post-avatar {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.content-detail .post-avatar .ImageContainer {
    width: 100%;
}
.content-detail .post-description {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.post-content img {
    max-width: 100%;
    height: auto;
}
.post-content iframe {
    width: 100%;
}
caption{
    padding-bottom: 0 !important;
}
.ImageContainer {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ImagePreview {
    display: inline-block;
    position: relative;
}
.post-content table {
    margin-bottom: 1em;
}
.post-content table td {
    padding: 1px;
}
.post-content blockquote {
    background-color: #e9e9f9;
    font-size: 14px;
    border-left: 5px solid #e4a90d;
}
.lastest-related-posts .item.first {
    padding-right: 4.5px;
    padding-left: 0px;
}
.lastest-related-posts .item {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0 4.5px;
}
.lastest-related-posts .item a {
    font-weight: bold;
    position: relative;
    display: block;
    overflow: hidden;
}
.lastest-related-posts .item img {
    max-width: 100%;
}
.ImagePreview:after, .lastest-related-posts .item .img:after, .fancybox-opened .fancybox-skin .fancybox-outer:after {
    border: 1px solid rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.lastest-related-posts .item a .title {
    padding: 5px 0 15px;
    display: block;
    line-height: 20px;
}

.lastest-related-posts .item a:hover {
    text-decoration: none;
}

.fancybox-opened .fancybox-skin .fancybox-outer:after {
    border: 1px solid rgba(255, 255, 255, .1);
}
.fancybox-close {
    background: rgba(0,0,0,.3);
    right: 10px;
    top: 10px;
    z-index: 1000;
    font-size: 0!important;
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,.75);
    padding: 0px 10px;
    background-color: rgba(0,0,0,.3);
    box-shadow: 0 0 0 1px rgba(0,0,0,.3);
    z-index: 8041;
    width: 50px;
    height: 25px;
    display: block;
    line-height: 25px;
}
.fancybox-close:after {
    font-size: 12px;
    content: 'Đóng';
    color: #fff;
    opacity: 1!important;
    text-shadow: 0 0 0 #fff;
}
.fancybox-wrap:hover .fancybox-title.fancybox-title-over-wrap {
    visibility: visible;
}
.fancybox-title.fancybox-title-over-wrap {
    width: 100%;
    visibility: hidden;
    border-top: 1px solid rgba(255,255,255,.1);
}

.tie-author {
    margin-left: 10px;
}
.list-post-avatar .item {
    padding: 0 10px;
}
.content-detail .fa-eye-slash {
    color: red;
}
@media (max-width: 768px) {
    .post-content p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 480px) {
    .post-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .lastest-related-posts .item a .title {
        font-size: 16px;
        line-height: 24px;
        padding: 0px;
    }
    .lastest-related-posts .item {
        width: 100%;
        display: block;
        clear: both;
    }
    .lastest-related-posts .item a.img {
        width: 40%;
        margin-top: 0px;
        margin-right: 10px;
        float: left;
    }
    .lastest-related-posts .item {
        overflow: hidden;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
    }
    .lastest-related-posts .item:last-child, .lastest-related-posts .item.first {
        padding-right: 0px;
        padding-left: 0px;
    }
}

h2.block-title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
}

h4.block-title {
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 2px solid #ed1b24;
}

.post-avatar img:hover {
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.older-related-post .item a:hover {
    text-decoration: none;
}

.older-related-post .list-post {
    padding: 0px;
}

.older-related-post .list-post .post-item {
    border: 0px;
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
.older-related-post .list-post .post-item:first-child {
    padding-top: 0px;
}

.older-related-post .list-post .post-item a.img {
    display: block;
    position: relative;
}

.older-related-post .list-post .post-meta {
    margin-bottom: 5px;
    margin-top: 0px;
}

.tie-date {
    font-size: 11px;
    color: #aaa;
}
.footer-link {
    display: block;
    margin: 10px 0;
}
#post_content a.footer-content-link {
    position: relative;
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    color: #004265;
    margin-bottom: 2%;
    text-align: left;
    line-height: 26px;
    text-decoration: none;
}
a.footer-content-link:before {
    content: ">>";
    padding-right: 10px;
}

.older-related-post .list-post .description {
    margin: 0px;
    text-align: justify;
    color: #232323;
    line-height: 150%;
    font-family: 'Arimo', sans-serif;
}
@media (min-width: 480px) {
    .list-post-avatar {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media (min-width: 1024px) {
    .older-related-post .list-post .post-item a.img {
        width: 218px;
    }
    h1.title-detail {
        line-height: 35px;
        font-size: 26px;
    }
}