#render_banner_news_2>div{
    margin-top: 20px;
}
#render_home_mobile{
    margin-top: 20px;
}
#render_home>div+div{
    margin-bottom: 20px;
}
#render_latest_6>div,
#render_latest_7>div{
    margin-bottom: 0px;
}
body #render_latest_8>div{
	margin-bottom: 16px;
}
#render_latest_3>div{
    margin-bottom: 20px;
}
#render_slider_0>div{
    margin-bottom: 20px;
}
#after_breadcumb{
    max-width: 374px;
    margin: auto;
    margin-bottom: 8px;
}
.banner_show_mobile{
    margin-bottom: 20px;
}
#render_latest_4>div{
    margin-top: 20px;
    margin-bottom: 0;
}
#render_latest_5>div{
    margin :0;
}
.banner_show_moible + .banner_show_moible{
    margin-top: 4px;
}
#render_footer {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.close_banner {
    position: absolute;
    background: #ddd;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: #2b2b2b;
    transform: translate(50%, -50%);
    cursor: pointer;
}