.display-contents {
  display: contents;
}

.background-transparent {
  background: transparent !important;
  border: none !important;
}

.page-blog figure {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.page-blog figure a img {
  width: auto;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.15s;
  transform: translate(-50%, -50%) scale(1);
}
.page-blog figure a .preview {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.15s;
  z-index: 2;
}
.page-blog figure a .preview span {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.page-blog figure:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.page-blog figure:hover .preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-blog .post-info {
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.page-blog .post-info p {
  padding-bottom: 15px;
}
.page-blog .post-info small {
  font-weight: 500;
  color: #999;
}
.page-blog .post-info a {
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s;
  color: #21497b;
}
.page-blog .post-info a h3 {
  font-size: 1.5rem;
}
.page-blog .post-info a:hover {
  color: #4FD2C7;
}
.page-blog .post-info ul {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.page-blog .post-info ul li {
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.page-blog .post-info ul li:nth-child(1) {
  float: left;
}
.page-blog .post-info ul li:nth-child(2), .page-blog .post-info ul li:nth-child(3) {
  float: right;
}
.page-blog .post-info ul li b {
  color: rgba(33, 73, 123, 0.8);
}
.page-blog .post-info ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.page-blog .sidebar-search {
  position: relative;
  width: 100%;
}
.page-blog .sidebar-search input {
  width: 100%;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
}
.page-blog .sidebar-search i {
  position: absolute;
  right: 10px;
  top: 9px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.page-blog .sidebar-content {
  margin: 15px 0 0 0;
  border-top: 1px solid rgba(33, 73, 123, 0.1);
  padding-top: 15px;
}
.page-blog .sidebar-content .sidebar-content-title {
  font-weight: bold;
  font-size: 12px;
  color: rgba(34, 34, 34, 0.9);
  font-size: 0.8125rem;
}
.page-blog .blog-detail .page-cover img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-blog .blog-detail .blog-detail-content h1 {
  color: #21497b;
  font-size: 22px;
  font-weight: 600;
}

.blog-paginate {
  text-align: center;
}
.blog-paginate .pagination {
  margin: 0px !important;
  justify-content: center;
}
.blog-paginate .pagination .page-item.active .page-link {
  background: #21497b !important;
}
