.info-row {
  width: 80%;
}

p, i, a {
  padding: 0;
  margin: 0;
}

.page-blog-detail {
  background-color: white;
}
.page-blog-detail .blog-image {
  border: 1px solid #ccc;
}
.page-blog-detail .blog-image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.page-blog-detail .content-short {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.page-blog-detail .category-item {
  height: 50px;
  border: 1px solid #62BA46;
}
.page-blog-detail .category-item .img-box {
  width: 48px;
  min-width: 49px !important;
  height: 48px;
  background-color: #62BA46;
  color: white;
}
.page-blog-detail .model-show-img {
  z-index: 10000;
}
.page-blog-detail .model-show-img .modal-dialog {
  max-width: 1000px;
  width: auto;
}

.page-blog {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 30px;
}
.page-blog a {
  text-decoration: none;
  color: black;
}
.page-blog .blog-titel-category {
  background-color: white;
}
.page-blog .blog-item {
  border: 1px solid #fff;
  overflow: auto;
  padding-top: 0;
  border-radius: 1rem;
  box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.page-blog .blog-item img {
  border-radius: 1rem;
}
.page-blog .breadcrumb {
  background-color: #f5f5f5;
  padding: 5px 0px 5px 20px;
  border-radius: 6px;
  border: 1px solid #f1f2f3;
}
.page-blog .breadcrumb i {
  color: #666666;
}
.page-blog hr {
  border-top: 1px solid #c4c4c4;
}
.page-blog h1 {
  color: #444;
}
.page-blog .pagination .page-item {
  padding: 5px;
}
.page-blog .pagination .page-item .page-link {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.page-blog .pagination .page-item.active .page-link {
  background-color: #1f608d;
  border-color: #1f608d;
  color: white;
}
.page-blog .category-item {
  height: 50px;
  border: 1px solid #62BA46;
}
.page-blog .category-item .img-box {
  min-width: 50px !important;
  background-color: #62BA46;
  color: white;
}
.page-blog .blog-image {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page-blog .blog-image .img-show {
  height: 200px;
  width: 300px;
}

/*# sourceMappingURL=information3.css.map */
