@font-face {
  font-family: 'SVN-Bonvoyage-Regular';
  src: url("https://file.hstatic.net/1000230347/file/svn-bonvoyage-regular.otf"); }

@font-face {
  font-family: 'Nvn-priorisansot-Bold';
  src: url("https://file.hstatic.net/1000230347/file/nvn_priorisansot-bold.ttf"); }

@font-face {
  font-family: 'Nvn-HessOldStyleRR-Bold';
  src: url("https://file.hstatic.net/1000230347/file/nvn_hess_old_style_rr_bold.ttf"); }

@font-face {
  font-family: 'Nvn-Encorpada-Classic';
  src: url("https://file.hstatic.net/1000230347/file/nvn_encorpada_classic.ttf"); }

.article-comments {
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  background: #eaf2ff; }

.article-letter {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  background-color: #ffdee4;
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  border: 2px dashed #ff8197;
  background-size: 2%;
  background-position: center;
  background-blend-mode: color-burn;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 500 500' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath stroke='%23000' stroke-miterlimit='10' d='M308.6 364.9c-.8 0-1.7-.1-2.5-.4-23.8-8.6-44.7-18.2-62.9-28.5-23.9 10.6-45.4 16.3-62 19.4-32.9 6-54.4 3.5-55.3 3.4-4.1-.5-7-4.3-6.5-8.4s4.3-7 8.4-6.5c.2 0 20.6 2.4 51.4-3.3 13.3-2.5 29.8-6.8 48.2-14.1-66-42.6-90.3-94.2-89.3-131.9.8-28.1 15.4-49.9 38.2-56.7 15.9-4.8 30.6-3.3 43.8 4.4 18.4 10.7 29.6 31.5 35.7 46.8 3.4-6.3 8-13.6 13.8-20.6 20.6-25 46.3-34.5 74.5-27.4 19.3 4.9 31.9 17.3 35.5 35.1 3.4 16.9-1.5 37.1-14.1 58.6-13.1 22.2-34.2 44.6-60.9 64.9a308.44 308.44 0 0 1-44.7 28.4c15.7 8.3 32.9 15.8 51.3 22.4 3.9 1.4 5.9 5.7 4.5 9.6-1.1 2.9-4 4.8-7.1 4.8zM194 150c-4.3 0-8.7.7-13.4 2.1-16.7 5-27 21-27.6 42.8-.7 24.9 11.3 52.5 33.7 77.9 14.9 16.9 34.3 32.5 57.4 46.3 16.3-7.8 33.8-18 51.4-31.5 25.2-19.2 44.9-40.1 57-60.6 10.6-17.9 15-34.9 12.4-47.9-2.5-12.1-10.7-20-24.5-23.5-22.3-5.7-42.1 1.8-59 22.1-13.3 16-19.7 34.3-19.7 34.5-1.1 3.2-4.2 5.2-7.5 5.1-3.4-.2-6.2-2.6-6.9-5.8-.1-.4-9.7-41.5-34.8-56.2-5.8-3.6-12-5.3-18.5-5.3z' fill='%23ff8197' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
  .article-letter--wrap {
    font-style: italic;
    padding-left: 10px; }
    .article-letter--wrap span {
      color: #ff5d7a; }
  .article-letter--btn {
    display: flex;
    min-width: 86px;
    height: auto;
    text-align: center;
    background: #ff8197;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }

.bread-crumb {
  margin-bottom: 0 !important; }

.article-comments input, .article-comments textarea {
  border: 1px solid #dddde3;
  border-radius: 12px;
  padding: 8px;
  width: 100%;
  margin: 0 0 10px 0; }

.article-comments .subtext {
  font-size: 90%;
  margin-bottom: 10px; }

.article-comments .notice {
  font-size: 80%;
  margin-bottom: 10px;
  color: #666; }

.article-comments .comment {
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  border: 1px dashed #666;
  margin-top: 10px; }

.article-comments .comment .date {
  font-size: 70%;
  color: #666;
  font-style: italic; }

figure.article-comment-user-image {
  width: 50px; }

.article-comment + .media {
  border-top: 1px solid #eee; }

.title_page {
  font-size: 1.86rem;
  font-family: 'Display-Medium';
  padding: 6px 0;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase; }

ol, ul, dl {
  padding-left: 10px; }

.title-head {
  font-weight: 500; }

.blogwp h3, .blogwp h3 a.link {
  font-weight: 500;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 56px; }

.blogpage.style1 {
  background: #fff; }

.blogpage .row {
  align-items: flex-start;
  justify-content: flex-start; }

.blogpage .content-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start; }

.blogwp {
  border-radius: 16px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  transition: all .4s;
  flex-direction: column;
  width: 100%; }
  .blogwp a.image-blog {
    padding: 1rem; }
    .blogwp a.image-blog img {
      border-radius: 8px;
      aspect-ratio: 770/370;
      object-fit: cover;
      width: 100%; }
  .blogwp:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    background: #ecf3ff; }

.blog-loop.special {
  transition: all .4s;
  width: 100%; }
  .blog-loop.special .blogwp {
    padding: 15px;
    width: 100%; }
    .blog-loop.special .blogwp a.image-blog {
      flex: 0 0 32.5vw;
      padding: 0;
      border-radius: 8px;
      overflow: hidden; }
      .blog-loop.special .blogwp a.image-blog img {
        width: 100%; }
    .blog-loop.special .blogwp .card-body {
      padding: 15px 0 0 0 !important;
      font-family: "times-new-roman"; }

.blog-loop .content_blog h3 a {
  font-family: 'Nvn-Encorpada-Classic'; }

.aside-filter ul {
  padding-left: 0;
  list-style: none;
  margin: 0px; }

.aside-item {
  padding-top: 15px; }

aside.aside-item + .aside-item {
  border-top: 1px solid #eee;
  margin-top: 15px; }

.aside-title a:hover {
  color: var(--primary-color); }

.aside-content {
  position: relative;
  clear: left;
  font-size: 14px;
  padding: 0; }
  .aside-content:last-child {
    border-bottom: none; }
  .aside-content .nav-item {
    position: relative; }
  .aside-content .nav-item > a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    padding: 5px 30px 2px 0px; }
    .aside-content .nav-item > a:hover {
      color: var(--primary-color); }
  .aside-content .dropdown-menu a {
    font-weight: 400; }
  .aside-content .fa {
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    width: 30px;
    text-align: center;
    font-size: 14px; }
  .aside-content .active > .dropdown-menu {
    display: block; }
  .aside-content .dropdown-menu {
    width: 100%;
    border: 0;
    padding: 0px;
    padding-left: 15px;
    box-shadow: none;
    margin-top: 0px;
    position: static;
    background: none; }
  .aside-content:hover > a {
    color: #333;
    background-color: transparent; }
  .aside-content ul > li:before {
    top: 17px;
    left: 15px; }

@media (max-width: 991px) {
  .sidebar {
    order: 1;
    border-top: 10px solid #f4f4f4; } }

.sidebar {
  padding-bottom: 1.25rem;
  position: sticky;
  top: 75px; }
  .sidebar .sidebar-blog .blogwp {
    flex-direction: row; }
    .sidebar .sidebar-blog .blogwp a.image-blog {
      padding: 0; }
    .sidebar .sidebar-blog .blogwp a.link {
      font-weight: 400; }
  .sidebar .sidebar-blog.style1 .blogwp {
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 0.8rem; }
    .sidebar .sidebar-blog.style1 .blogwp a.image-blog img {
      border-radius: 3px; }
  .sidebar .sidebar-blog.style2 .blogwp {
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    margin: 0; }
    .sidebar .sidebar-blog.style2 .blogwp a.image-blog img {
      border-radius: 0; }

.content-blog .blogwp + .blogwp {
  border-top: 1px solid #eee !important; }
  @media (max-width: 767px) {
    .content-blog .blogwp + .blogwp {
      padding-top: 1.25rem; } }

.content-blog .blogwp .card-body {
  padding: 0 15px 15px 15px; }

a.button_custome_35.link {
  color: var(--primary-color); }

@media (min-width: 768px) {
  .blog-loop.special .blogwp {
    flex-direction: row; }
  .blog-loop.special .blogwp .card-body {
    padding: 15px !important; }
  .content-blog .blogwp {
    width: calc(50% - 7.5px); }
  .content-blog a.image-blog {
    flex: 0 0 240px;
    padding: 1rem; }
  .sidebar .blogwp.media .image-blog {
    width: 75px; }
  .sidebar .blogwp h3, .sidebar .blogwp h3 a.link {
    font-size: 14px; } }

.pagination {
  justify-content: flex-end; }

.article-content {
  min-height: 150px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  word-break: break-word; }
  .article-content img {
    max-width: 100% !important;
    height: auto !important; }
