.pageBlogContent {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 56px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .pageBlogContent {
    padding-top: 40px;
  }
}

.seg_title {
  margin-bottom: 24px;
}

.blog_listing a {
  text-decoration: none;
  color: var(--color-body);
}

.--imgBlog {
  height: 306px;
}
@media (max-width: 1430px) and (min-width: 1086px) {
  .--imgBlog {
    height: 206px;
  }
}
.--imgBlog img {
  width: 100%;
  height: 100%;
}

.blogTitle {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .blogTitle {
    margin-bottom: 34px;
  }
}

.--itemBlog {
  margin-bottom: 24px;
  height: auto;
  display: flex;
  flex-flow: column;
}
.--itemBlog .content {
  background: var(--color-dusty-grey);
  padding: 16px;
  height: auto;
  flex-grow: 1;
}
.--itemBlog .content .title {
  font-size: 20px;
  font-weight: 500;
}
.--itemBlog .content:hover .title {
  color: var(--color-gold);
}

.blogTitle .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.blogTitle .tag .link.active {
  border: 1px solid var(--color-primary) !important;
}
.blogTitle .tag .link {
  text-decoration: none;
}

.blogTitle .tag li:first-child {
  margin-right: 16px;
}

.blogTitle .tag li {
  display: flex;
}

.blogTitle .tag li:nth-child(n+2) a {
  padding: 6px 16px;
  background: #fff;
  border-radius: 50px;
  color: #000;
  border: 1px solid #ccc;
}

.blogTitle .tag li:nth-child(n+2) a:hover {
  border: 1px solid #11b4d8;
  transform: scale(0.9);
}/*# sourceMappingURL=blog.css.map */