/*category*/
.box_blog {
    margin-bottom: 15px;
}
.box_blog .box-blog-product .image {
    float: left;
    margin-right: 7px;
}
.box_blog .box-blog-product .name a, .box_blog .box-blog-product .readmore {
    text-decoration: none;
}
.box_blog .box-heading h4 {
    color: #555555;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid;
    border-bottom-color: #4b9ec9;
}
.box_blog .box-heading {
    margin: 10px 0 7px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.box_blog .box-product img{
    max-width: 100% !important;
}
.list_article a {
    border: none;
}
.list_article {
    padding-bottom: 10px;
}
.list_article > div {
    padding: 7px 0px;
}
.list_article .post_heading_line{
    display: table;
    margin-bottom: 10px;
    width: 100%;
}
.list_article .post_date{
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 100% !important;
    text-align: center;
    background-color: #4b9ec9;
    padding:  0;
    width: 60px;
    margin: 0 20px 0 0;
}
.list_article .year{
    font-size: 12px;
    font-style: normal;
    display: block;
    height: 23px;
    line-height: 100% !important;
    padding-top: 9px;
    background-color: #438DB4;
}
.list_article .day{
    font-size: 26px;
    font-style: normal;
    display: block;
    line-height: 120%;
    background-color:#4b9ec9;
}
.list_article .holder{
    padding-left: 79px;
}
.list_article .name h3{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.list_article .name a{
    color:  #555555;
    font-size:20px;
    text-decoration: none;
    margin: 10px 0px;
}
.list_article .name a:hover{
    color:  #38B0E3;
}
.post_data{
    border-top: solid 1px #eeeeee;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #C2C2C2;
    font-size: 13px;
}
/*end category*/
.box-blog-product > div {
    width:100%;
    overflow:auto;
    margin-top:10px;
}
#blog_fix a{
    padding: 6px;
    position: fixed;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    z-index:999;
}