.main-post img, .main-post iframe{
    width: 100% !important;
}
.post-comments{
    overflow-y: auto;
    max-height: 1000px;
    border: 1px solid #eceef2;
    padding: 15px;
}
#post-header .container{
    margin-top: 60px;
}
#post-header {
    padding-bottom: 0px;
}
#post-header .containerTitle{
    border-left: 1px solid rgba(0,0,0,.03);
    border-right: 1px solid rgba(0,0,0,.03);
    box-shadow: 0 -23px 25px rgba(0,0,0,.1);
    z-index: 4;
    background-color: #fff;
    padding: 30px;
}
#post-header.page-header h1 {
    color: black;
}
.main-post {
    font-size: 18px;
}
.main-post a{
    color: #337ab7;
}
.main-post ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}
.main-post ul ul {
    list-style: disc;
    margin-left: 10px;
}
/* Dành cho điện thoại */
@media all and (min-width: 320px) and (max-width: 767px) {
    .sticky-container {
        padding-left: 0px;
    }
    .sticky-container .sticky-shares {
        display: none;
    }
}
