Các đồng chí cứ nguyên tắc quá, coppy bên theme default giục qua là xong
<!-- BEGIN: main -->
<div id="hot-news">
<div class="panel panel-default news_column">
<div class="panel-body">
<div class="row">
<div class="col-md-14 margin-bottom-lg">
<div class="margin-bottom text-center"><a href="{main.link}"><img src="{main.imgsource}" alt="{main.title}" width="{main.width}" class="img-thumbnail"/></a></div>
<h2 class="margin-bottom-sm"><a href="{main.link}" title="{main.title}">{main.titleclean60}</a></h2>
<p>{main.hometext}</p>
<p class="text-right"><a href="{main.link}"><em class="fa fa-sign-out"></em>{lang.more}</a></p>
</div>
<div class="col-md-10 margin-bottom-lg">
<ul class="column-margin-left">
<!-- BEGIN: othernews -->
<li class="icon_list clearfix">
<a class="show black h4" href="{othernews.link}" <!-- BEGIN: tooltip -->data-placement="{TOOLTIP_POSITION}" data-content="{othernews.hometext}" data-img="{othernews.imgsource}" data-rel="tooltip"<!-- END: tooltip --> title="{othernews.title}" ><img src="{othernews.imgsource}" alt="{othernews.title}" class="img-thumbnail pull-right margin-left-sm" style="width:65px;"/>{othernews.titleclean60}</a>
</li>
<!-- END: othernews -->
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- END: main -->