<div class="cp-inner-banner" id="cp-inner-blog">
<div class="container">
<div class="cp-inner-banner-outer">
<h2><?php echo get_the_title(); ?></h2>
<ul class="breadcrumb">
<li class=""><a href="/">Trang chủ</a></li>
<li class="current"><?php echo get_the_title(); ?></li>
</ul>
</div>
</div>
</div>
<div class="cp-main-content">
<section class="cp-blog-section">
<div class="container">
<div class="row">
<?php if (have_posts()): while (have_posts()): the_post(); ?>
<div id="post" class="col-md-9 Image">
<div class="cp-blog-item cp-blog-detail">
<div class="cp-text">
<h3><?php echo get_the_title(); ?></h3>
<?php the_content(); ?>
</div>
</div>
</div>
<?php endwhile; endif; ?>
<div class="col-md-3 content_sidebar sidebar side-bar">
<?php get_sidebar(); ?>
</div>
</div>
</div>
</section>
</div>
<?php get_footer(); ?>