/**css tuy chinh rieng cho tung trang**/
@media only screen and (max-width:739px){
  .col-6{
  	flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-view .row.listing .image img{
  	width:100%;
  }
  .col-12:nth-child(2n) .row{
  	flex-direction: column-reverse;
  }
}