@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

.sec_blog_archive, .sec_blog_single {
  overflow: hidden;
}

.sec_blog_archive .post_meta, .sec_blog_single .post_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec_blog_archive .post_date, .sec_blog_single .post_date {
  margin-right: 1em;
  white-space: nowrap;
}

.sec_blog_archive .categories, .sec_blog_single .categories {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-top: .5em;
  padding: 0;
  gap: 0.5em;
}

.sec_blog_archive .categories a, .sec_blog_single .categories a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(0, 91, 172, 0.05);
  transition: background 0.3s;
}

.sec_blog_archive .categories a:hover, .sec_blog_single .categories a:hover {
  background: rgba(0, 91, 172, 0.2);
}

.sec_blog_archive .post_content, .sec_blog_single .post_content {
  margin-top: 1em;
}

.sec_blog_archive.news dl {
  max-height: none;
}

.sec_blog_archive .blog_posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec_blog_archive .blog_posts > li:not(:last-child) {
  margin-bottom: 4em;
}

.sec_blog_archive .pagination {
  margin-top: 4em;
}

.sec_blog_archive .pagination .screen-reader-text {
  display: none;
}

.sec_blog_archive .pagination .nav-links {
  display: flex;
  justify-content: center;
}

.sec_blog_archive .pagination .nav-links > * {
  margin: 0 0.5em;
}

.sec_blog_archive .thumbnail_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 272 / 210;
}

.sec_blog_archive .thumbnail_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_blog_single .post_content .wp-caption {
  max-width: 100%;
}

.sec_blog_single .post_content img {
  height: auto;
}

.sec_blog_single .post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sec_blog_single .post_content .alignright {
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .sec_blog_single .post_content .alignright {
    float: none;
    margin-left: 0;
  }
}

.sec_blog_single .post_content .alignleft {
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 767px) {
  .sec_blog_single .post_content .alignleft {
    float: none;
    margin-right: 0;
  }
}

.list_blog_sidebar {
  margin-bottom: 1.5em !important;
}

.case_slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 3%;
}

.case_slider .slick-track figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.case_thumbnail {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

.case_thumbnail figure {
  width: 100%;
  max-width: calc((100% - 30px) / 4);
  height: 100%;
  aspect-ratio: 272 / 210;
  margin: 0;
}

.case_thumbnail figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=blog.css.map */
