.blog-cts-list .blog-pagination {
  display: block !important;
}

.blog-cts-list  a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-cts-list .post-item{
  margin-bottom:2em;
  opacity: 1;
  transition: all .4s ease 0s;
  padding: 0 !important;
}

.blog-cts-list .post-item a{
  color: #212938;
  height: 100%;
  background: #FFFFFF;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(216,222,230,0.6);
}

.blog-cts-list .blog-cts-thumb{
  width: 100%;
  height: 150px;
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-cts-list .blog-cts-thumb img{
  width: 120%;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  image-rendering: -webkit-optimize-contrast;
}

.blog-cts-list .blog-cts-text{
  position: relative;
}

.blog-cts-list .blog-cts-text h2{
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 1.5em 2em 1em;
  padding: 0;
  color:inherit;
}

.blog-cts-list .blog-cts-text-btm{
  margin: 0 2em 2em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-cts-list .blog-cate{
  border: 2px solid #212938;
  font-size: 11.2px;
  font-weight: bold;
  padding: 2px 1.5em;
  border-radius: 2em;
  display: inline-block;
}

.blog-cts-list .blog-cts-date{
  font-size: 13.6px;
  font-weight: 600;
  color: #00C0FA;
}

.blog-cts-list .blog-pagination {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  clear: both;
}

.blog-cts-list .blog-pagination a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  line-height: 1;
  color: #212938;
  width: 100%;
  background: inherit;
  border: 2px solid #212938;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 1em 1em;
  display: block;
  box-shadow: none;
  border-radius: 5em;
}

.blog-cts-list.blog-cts-new .blog-cts-cate-ttl {
  width: 100%;
  background: #212938;
  font-size: 17.6px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1.5em;
  padding: 1em;
}



.blog-cts-list.blog-cts-new .blog_page a {
  color: #212938;
  font-size: inherit;
}

@media screen and (min-width: 768px){
  .blog-cts-list .row {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blog-cts-list .post-item{
    width: 48%;
    padding: 0;
  }

  .blog-cts-list .blog-cate{
    font-size: 11.2px;
    padding: 4px 1.5em;
    line-height: 1.2;
    margin-right: 0px;
  }



}

@media screen and (min-width: 992px){
  .blog-cts-list .blog-cts-thumb{
    height: 190px;
  }

  .blog-cts-list .blog-cts-thumb img{
    width: auto;
    height: 100%;
  }

  .blog-cts-list.blog-cts-new .blog-cts-cate-ttl{
    font-size: 20.8px;
    padding: 1.5em 1.5em;
  }

}

@media screen and (min-width: 1100px){
  .blog-cts-list .row{
    justify-content:left;
  }

  .blog-cts-list .post-item{
    width: 32%;
    margin-right: 2%;
    float: none;
  }

  .blog-cts-list .post-item:nth-of-type(3n){
    margin-right: 0;
  }

  .blog-cts-list .blog-cts-text h2{
    min-height: 100px;
    font-size: 16.8px;
    line-height: 1.6;
    margin: 2em 2em 1em;
  }
}

@media (max-width:767px){
  .blog-cts-list .post-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}




