@charset "UTF-8";
body {
  background-color: #fff; }

.article-wraper {
  padding-top: 20px;
  padding-bottom: 20px; }

/* ── Theme variable (Haravan) ── */
/* ── IGreen brand tokens — chỉnh màu tại đây ── */
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, .article-wraper .evo-owl-product .evo-product-item .thumb-img img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative; }

label {
  font-weight: 500; }

/* ========================= SIDEBAR BLOG ========================= */
.blog-sidebar .aside-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: .12em;
  background-color: #f39a0b;
  padding: 6px 10px;
  text-align: center; }
  .blog-sidebar .aside-title a {
    color: #fff; }
    .blog-sidebar .aside-title a:hover, .blog-sidebar .aside-title a:focus {
      color: #000; }

.blog-sidebar .nav-category {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 10px; }
  .blog-sidebar .nav-category .nav-item {
    position: relative;
    clear: left; }
    .blog-sidebar .nav-category .nav-item a {
      font-size: 16px;
      padding-left: 0;
      padding-right: 25px;
      color: #333f48;
      white-space: normal;
      position: relative;
      display: table;
      width: 100%;
      padding-top: 3px;
      padding-bottom: 3px; }
      .blog-sidebar .nav-category .nav-item a:hover, .blog-sidebar .nav-category .nav-item a:focus {
        color: #f39a0b;
        background-color: transparent; }
      .blog-sidebar .nav-category .nav-item a i.fa-caret-right {
        display: table-cell;
        width: 10px !important; }
    .blog-sidebar .nav-category .nav-item .Collapsible__Plus {
      position: absolute;
      right: 7px;
      top: calc(50% - 10px);
      width: 20px;
      height: 20px; }
      .blog-sidebar .nav-category .nav-item .Collapsible__Plus::before, .blog-sidebar .nav-category .nav-item .Collapsible__Plus::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; }
      .blog-sidebar .nav-category .nav-item .Collapsible__Plus::before {
        width: 11px;
        height: 1px;
        opacity: 1; }
      .blog-sidebar .nav-category .nav-item .Collapsible__Plus::after {
        width: 1px;
        height: 11px; }
    .blog-sidebar .nav-category .nav-item.active > .Collapsible__Plus::after {
      transform: translate(-50%, -50%) rotate(90deg); }
    .blog-sidebar .nav-category .nav-item.active > .Collapsible__Plus::before {
      opacity: 0; }
    .blog-sidebar .nav-category .nav-item.active > .dropdown-menu {
      display: block; }
    .blog-sidebar .nav-category .nav-item .dropdown-menu {
      margin: 0;
      padding: 0 0 0 5px;
      position: static;
      width: 100%;
      border: 0;
      box-shadow: none;
      transition: left 0.3s ease 0s, opacity 0.3s; }
      .blog-sidebar .nav-category .nav-item .dropdown-menu .nav-item a {
        padding: 5px 10px;
        padding-right: 25px; }
      .blog-sidebar .nav-category .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
        padding: 5px 20px; }
      .blog-sidebar .nav-category .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
        padding: 5px 30px; }

.blog-sidebar .evo-list-blogs {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-top: none; }
  .blog-sidebar .evo-list-blogs .has-post-thumbnail {
    margin: 0 0 20px;
    display: flex;
    align-items: center; }
    .blog-sidebar .evo-list-blogs .has-post-thumbnail:last-child {
      margin-bottom: 0; }
    .blog-sidebar .evo-list-blogs .has-post-thumbnail .qodef-e-media-image {
      flex-shrink: 0;
      width: 80px;
      margin: 0 10px 0 0; }
    .blog-sidebar .evo-list-blogs .has-post-thumbnail .qodef-e-content {
      line-height: 1.3; }
      .blog-sidebar .evo-list-blogs .has-post-thumbnail .qodef-e-content a {
        color: #333f48;
        font-size: 14px;
        font-weight: 700; }
        .blog-sidebar .evo-list-blogs .has-post-thumbnail .qodef-e-content a:hover, .blog-sidebar .evo-list-blogs .has-post-thumbnail .qodef-e-content a:focus {
          color: #f39a0b; }

/* ========================= ARTICLE CORE ========================= */
.evo-article .title-head {
  display: block;
  line-height: 1.3em;
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin: 0; }
  @media (max-width: 767px) {
    .evo-article .title-head {
      font-size: 22px; } }

.evo-article .blog-item-author {
  font-size: 13px;
  color: #999;
  margin-bottom: 5px;
  margin-top: 5px; }
  .evo-article .blog-item-author span + span:before {
    content: ".";
    font-size: 28px;
    line-height: 0;
    margin: 0 5px; }

.evo-article .article-summary {
  font-size: 15px;
  max-width: 760px;
  margin: 16px auto 0;
  padding: 12px 16px;
  font-style: italic;
  color: #334155;
  text-align: justify;
  background: #e8f5e9;
  border-left: 4px solid #1a6b2f;
  border-radius: 6px;
  line-height: 1.7; }

.evo-article .article-details {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .evo-article .article-details {
      margin-top: 10px; } }
  .evo-article .article-details p {
    word-wrap: break-word; }
  .evo-article .article-details h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px; }
  .evo-article .article-details h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px; }
  .evo-article .article-details a {
    color: #f39a0b; }
    .evo-article .article-details a:hover, .evo-article .article-details a:focus {
      color: #1c1c1c;
      font-weight: 500; }
  .evo-article .article-details img {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto; }
  .evo-article .article-details .evo-owl-product img {
    max-width: 100% !important;
    width: auto !important;
    margin: auto !important; }
  .evo-article .article-details iframe {
    max-width: 100% !important; }

/* ========================= ARTICLE ENHANCED WRAPPER ========================= */
.evo-article .article-details.igx-article-body {
  margin-top: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  overflow: hidden; }
  @media (max-width: 767px) {
    .evo-article .article-details.igx-article-body {
      padding: 14px;
      border-radius: 10px; } }

.evo-article .article-details .igx-article-scope,
.evo-article .article-details .igx-article-scope *,
.blog-sidebar .evo-list-blogs.igx-sidebar-posts,
.blog-sidebar .evo-list-blogs.igx-sidebar-posts * {
  box-sizing: border-box; }

.evo-article .article-details .igx-article-scope {
  width: 100%;
  max-width: 100%;
  color: #1f2937; }
  .evo-article .article-details .igx-article-scope > *:last-child {
    margin-bottom: 0 !important; }
  .evo-article .article-details .igx-article-scope p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
    word-wrap: break-word; }
  .evo-article .article-details .igx-article-scope h2 {
    margin: 24px 0 12px;
    padding-left: 12px;
    border-left: 4px solid #1a6b2f;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #17324d; }
    @media (max-width: 767px) {
      .evo-article .article-details .igx-article-scope h2 {
        font-size: 20px;
        margin-top: 20px; } }
  .evo-article .article-details .igx-article-scope h3 {
    margin: 20px 0 10px;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 700;
    color: #17324d; }
    @media (max-width: 767px) {
      .evo-article .article-details .igx-article-scope h3 {
        font-size: 17px; } }
  .evo-article .article-details .igx-article-scope h4, .evo-article .article-details .igx-article-scope h5, .evo-article .article-details .igx-article-scope h6 {
    margin: 18px 0 8px;
    font-weight: 700;
    color: #17324d; }
  .evo-article .article-details .igx-article-scope a {
    color: #1a6b2f !important;
    text-decoration: none !important;
    transition: all .2s ease; }
    .evo-article .article-details .igx-article-scope a:hover, .evo-article .article-details .igx-article-scope a:focus {
      color: #14532d !important;
      text-decoration: none !important;
      font-weight: inherit; }
  .evo-article .article-details .igx-article-scope img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 14px;
    border-radius: 10px;
    border: 0; }
  .evo-article .article-details .igx-article-scope ul, .evo-article .article-details .igx-article-scope ol {
    margin: 0 0 14px 18px;
    padding: 0; }
  .evo-article .article-details .igx-article-scope li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: #374151; }
  .evo-article .article-details .igx-article-scope blockquote {
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #1a6b2f;
    background: #fafafa;
    color: #334155;
    font-style: italic;
    border-radius: 6px; }
  .evo-article .article-details .igx-article-scope table {
    width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e8edf2;
    max-width: 100% !important; }
    .evo-article .article-details .igx-article-scope table th, .evo-article .article-details .igx-article-scope table td {
      padding: 10px 12px;
      border: 1px solid #e8edf2;
      font-size: 14px;
      line-height: 1.6;
      vertical-align: top; }
    .evo-article .article-details .igx-article-scope table th {
      background: #e8f5e9;
      color: #17324d;
      font-weight: 700; }
  .evo-article .article-details .igx-article-scope iframe, .evo-article .article-details .igx-article-scope video {
    max-width: 100% !important;
    border-radius: 10px;
    margin-bottom: 14px; }

/* ========================= IGV5 BLOCKS — màu IGreen cố định ========================= */
.evo-article .article-details .igx-article-scope {
  /* ── Tabs ── */
  /* ── Product grid: 4 cột desktop / 2 cột mobile ── */
  /* ── Product card ── */
  /* ── Thumbnail 1:1 — chặn img{height:auto} của theme ── */
  /* ── Card body ── */
  /* ── Badge ── */
  /* ── Card name ── */
  /* ── CTA button — amber ── */
  /* ── Sub-category pills ── */
  /* ── View all ── */
  /* ── Related articles: 2 cột desktop / 1 cột mobile ── */
  /* ── Related thumbnail cố định 72×54 ── */
  /* ── Store cards: 2 cột ngang ── */
  /* ── Section heading ── */ }
  .evo-article .article-details .igx-article-scope .igv5-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none; }
  .evo-article .article-details .igx-article-scope .igv5-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 16px;
    border: 1.5px solid #1a6b2f;
    border-radius: 999px;
    background: #fff;
    color: #1a6b2f !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background .15s, color .15s; }
    .evo-article .article-details .igx-article-scope .igv5-tab.on {
      background: #1a6b2f;
      color: #fff !important;
      border-color: #1a6b2f; }
    .evo-article .article-details .igx-article-scope .igv5-tab:hover {
      background: #1a6b2f;
      color: #fff !important; }
  .evo-article .article-details .igx-article-scope .igv5-panel {
    display: none; }
    .evo-article .article-details .igx-article-scope .igv5-panel.on {
      display: block; }
  .evo-article .article-details .igx-article-scope .igv5-pgrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 14px; }
    @media (max-width: 767px) {
      .evo-article .article-details .igx-article-scope .igv5-pgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .evo-article .article-details .igx-article-scope .igv5-pcard {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    background: #fff;
    border: 1px solid #e8edf0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: box-shadow .15s, transform .15s; }
    .evo-article .article-details .igx-article-scope .igv5-pcard:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px); }
  .evo-article .article-details .igx-article-scope a.igv5-pcard, .evo-article .article-details .igx-article-scope .igv5-pcard-link {
    color: #1f2937 !important;
    text-decoration: none !important; }
  .evo-article .article-details .igx-article-scope .igv5-pcard-imgwrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f7f9fb;
    overflow: hidden; }
    .evo-article .article-details .igx-article-scope .igv5-pcard-imgwrap img {
      position: absolute;
      inset: 0;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      margin: 0 !important;
      border-radius: 0 !important; }
  .evo-article .article-details .igx-article-scope .igv5-pcard-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto;
    padding: 10px 10px 12px; }
  .evo-article .article-details .igx-article-scope .igv5-badge {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    /* default: xanh lá */
    background: #e8f5e9;
    color: #1a6b2f;
    /* modifier classes */ }
    .evo-article .article-details .igx-article-scope .igv5-badge.green {
      background: #e8f5e9;
      color: #1a6b2f; }
    .evo-article .article-details .igx-article-scope .igv5-badge.blue {
      background: #e3f2fd;
      color: #1565c0; }
    .evo-article .article-details .igx-article-scope .igv5-badge.orange {
      background: #fff3e0;
      color: #bf360c; }
  .evo-article .article-details .igx-article-scope .igv5-pname {
    margin: 0 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #102a43;
    flex: 1; }
  .evo-article .article-details .igx-article-scope .igv5-pbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 7px 12px;
    border-radius: 8px;
    background: #f39a0b;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background .15s; }
    .evo-article .article-details .igx-article-scope .igv5-pbtn:hover {
      background: #c97d08;
      color: #fff !important; }
  .evo-article .article-details .igx-article-scope .igv5-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 9px 12px;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 7px;
    margin-bottom: 12px;
    list-style: none; }
  .evo-article .article-details .igx-article-scope .igv5-pill {
    font-size: 11px;
    font-weight: 600;
    color: #1a6b2f !important;
    padding: 3px 10px;
    border-radius: 12px;
    border: 1px solid #c8e6c9;
    background: #fff;
    white-space: nowrap;
    text-decoration: none !important;
    display: inline-block;
    transition: background .12s, color .12s; }
    .evo-article .article-details .igx-article-scope .igv5-pill:hover {
      background: #1a6b2f;
      color: #fff !important;
      border-color: #1a6b2f; }
  .evo-article .article-details .igx-article-scope .igv5-viewall {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 7px 18px;
    border: 1.5px solid #1a6b2f;
    border-radius: 20px;
    color: #1a6b2f !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    background: transparent;
    transition: background .15s, color .15s; }
    .evo-article .article-details .igx-article-scope .igv5-viewall:hover {
      background: #1a6b2f;
      color: #fff !important; }
  .evo-article .article-details .igx-article-scope .igv5-rel-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0; }
    @media (max-width: 767px) {
      .evo-article .article-details .igx-article-scope .igv5-rel-list {
        grid-template-columns: 1fr; } }
  .evo-article .article-details .igx-article-scope .igv5-rel-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px;
    border: 1px solid #e8edf0;
    border-radius: 10px;
    background: #fff;
    color: #1f2937 !important;
    text-decoration: none !important;
    transition: background .12s, box-shadow .12s; }
    .evo-article .article-details .igx-article-scope .igv5-rel-item:hover {
      background: #e8f5e9;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07); }
  .evo-article .article-details .igx-article-scope .igv5-rel-imgwrap {
    flex-shrink: 0;
    width: 72px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative; }
    .evo-article .article-details .igx-article-scope .igv5-rel-imgwrap img {
      position: absolute;
      inset: 0;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      margin: 0 !important;
      border-radius: 0 !important; }
  .evo-article .article-details .igx-article-scope .igv5-rel-body {
    flex: 1;
    min-width: 0; }
  .evo-article .article-details .igx-article-scope .igv5-rel-cat {
    display: block;
    margin: 0 0 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a6b2f;
    letter-spacing: .5px; }
  .evo-article .article-details .igx-article-scope .igv5-rel-title {
    margin: 0 0 3px !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: #102a43;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .evo-article .article-details .igx-article-scope .igv5-rel-desc {
    margin: 0 !important;
    font-size: 10px;
    line-height: 1.3;
    color: #52606d !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .evo-article .article-details .igx-article-scope .igv5-stores {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 16px; }
    @media (max-width: 640px) {
      .evo-article .article-details .igx-article-scope .igv5-stores {
        grid-template-columns: 1fr; } }
  .evo-article .article-details .igx-article-scope .igv5-store {
    border: 1px solid #e8edf0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff; }
  .evo-article .article-details .igx-article-scope .igv5-map-link {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #d4edd9;
    text-decoration: none !important; }
    .evo-article .article-details .igx-article-scope .igv5-map-link::before {
      content: "";
      display: block;
      padding-top: 40%; }
    .evo-article .article-details .igx-article-scope .igv5-map-link img {
      position: absolute;
      inset: 0;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      margin: 0 !important;
      border-radius: 0 !important; }
    .evo-article .article-details .igx-article-scope .igv5-map-link::after {
      content: "🗺 Xem bản đồ";
      position: absolute;
      bottom: 7px;
      right: 7px;
      background: rgba(26, 107, 47, 0.88);
      color: #fff;
      font-size: 10px;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 4px;
      pointer-events: none; }
  .evo-article .article-details .igx-article-scope .igv5-store-body {
    padding: 10px 12px 12px; }
  .evo-article .article-details .igx-article-scope .igv5-store-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a6b2f;
    margin-bottom: 6px; }
  .evo-article .article-details .igx-article-scope .igv5-store-row {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    font-size: 11px;
    color: #1a1a1a;
    margin: 3px 0;
    line-height: 1.4; }
  .evo-article .article-details .igx-article-scope .igv5-store-acts {
    display: flex;
    gap: 6px;
    margin-top: 9px;
    flex-wrap: wrap; }
  .evo-article .article-details .igx-article-scope .igv5-act {
    flex: 1;
    min-width: 70px;
    text-align: center;
    padding: 6px 4px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-block;
    border: none;
    transition: opacity .12s; }
    .evo-article .article-details .igx-article-scope .igv5-act:hover {
      opacity: .82; }
  .evo-article .article-details .igx-article-scope .igv5-act-map {
    background: #1565c0;
    color: #fff !important; }
  .evo-article .article-details .igx-article-scope .igv5-act-call {
    background: #1a6b2f;
    color: #fff !important; }
  .evo-article .article-details .igx-article-scope .igv5-act-zalo {
    background: #0068ff;
    color: #fff !important; }
  .evo-article .article-details .igx-article-scope .igv5-section-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a6b2f;
    border-left: 3px solid #1a6b2f;
    padding-left: 9px;
    margin: 28px 0 14px;
    line-height: 1.3; }

/* ========================= TAGS / TOOLBAR / RELATED ========================= */
.tag_article .inline {
  font-weight: 500;
  font-size: 15px; }
  @media (max-width: 480px) {
    .tag_article .inline {
      display: block !important;
      font-size: 14px;
      margin-bottom: 3px; } }

.tag_article a {
  background: #fff;
  color: #777;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  border: 1px dashed #eee; }
  .tag_article a:hover {
    background-color: #f39a0b;
    color: #fff;
    border-color: #f39a0b; }

.evo-article-toolbar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px dashed #eee;
  margin-top: 14px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .evo-article-toolbar {
      display: block;
      margin-bottom: 20px; } }
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    color: #f39a0b;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-right: 5px; }
    @media (max-width: 767px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
        width: 100%;
        margin-right: 0; } }
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
    color: #334155;
    font-weight: 600; }
    @media (max-width: 1024px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: 300px; } }
    @media (max-width: 991px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: 300px; } }
    @media (max-width: 767px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: unset;
        width: 100%; } }
  @media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left {
      width: 100%; } }
  @media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-right {
      width: 100%;
      text-align: center;
      margin-top: 10px; } }
  .evo-article-toolbar .evo-article-toolbar-right a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #f39a0b;
    font-weight: 500; }
    .evo-article-toolbar .evo-article-toolbar-right a svg {
      color: #f39a0b;
      vertical-align: -2px;
      height: 12px; }
    .evo-article-toolbar .evo-article-toolbar-right a:first-child svg {
      margin-right: 6px; }
    .evo-article-toolbar .evo-article-toolbar-right a:last-child {
      margin-left: 15px; }
      .evo-article-toolbar .evo-article-toolbar-right a:last-child svg {
        margin-left: 6px; }
    .evo-article-toolbar .evo-article-toolbar-right a:hover {
      color: #333; }
      .evo-article-toolbar .evo-article-toolbar-right a:hover svg {
        color: #333; }

.blog_related {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 14px 14px 10px;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04); }
  .blog_related h2 {
    margin: 0 0 12px;
    padding-left: 10px;
    border-left: 4px solid #1a6b2f;
    color: #17324d;
    font-size: 20px;
    font-weight: 700;
    text-transform: none; }
  .blog_related .blog_entry {
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #eef2f5;
    border-radius: 8px;
    background: #fcfcfc;
    transition: all .2s ease; }
    .blog_related .blog_entry:hover {
      background: #e8f5e9;
      border-color: #c8e6c9; }
    .blog_related .blog_entry:last-child {
      margin-bottom: 0; }
    .blog_related .blog_entry h3 {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.55; }
      .blog_related .blog_entry h3 a {
        color: #17324d; }
        .blog_related .blog_entry h3 a:hover, .blog_related .blog_entry h3 a:focus {
          color: #1a6b2f;
          text-decoration: none; }
        .blog_related .blog_entry h3 a i {
          margin-right: 4px;
          color: #1a6b2f; }

/* ========================= COMMENTS / FORM ========================= */
#article-comments {
  margin-top: 18px;
  margin-bottom: 15px;
  padding-top: 4px; }
  #article-comments .article-comment {
    padding: 12px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #edf1f4; }
    #article-comments .article-comment:last-child {
      border-bottom: 0; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 50px;
    margin-right: 12px; }
    #article-comments .article-comment-user-image img {
      border-radius: 50%; }
  #article-comments .article-comment-user-comment {
    padding-left: 63px;
    font-size: 14px;
    color: #374151; }
  #article-comments .user-name-comment {
    margin: 0 0 4px;
    color: #17324d;
    font-size: 15px;
    line-height: 1; }
    #article-comments .user-name-comment strong {
      font-weight: 500; }
  #article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac;
    font-size: 12px; }
  #article-comments button {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px; }

.form-coment {
  padding: 16px;
  background: #fff;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03); }
  .form-coment .title-form-coment {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #17324d; }
  .form-coment .form-group label {
    font-weight: 600;
    color: #334155; }
  .form-coment .form-control {
    border-radius: 8px;
    border-color: #dbe3ea;
    box-shadow: none; }
    .form-coment .form-control:focus {
      border-color: #1a6b2f;
      box-shadow: 0 0 0 2px rgba(26, 107, 47, 0.08); }
  .form-coment .btn.btn-blues {
    border-radius: 8px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 700; }

/* ========================= SIDEBAR ENHANCED ========================= */
.blog-sidebar .evo-list-blogs.igx-sidebar-posts {
  padding: 12px;
  border: 1px solid #e6ebef;
  border-top: none;
  background: #fff;
  border-radius: 0 0 10px 10px; }
  .blog-sidebar .evo-list-blogs.igx-sidebar-posts .has-post-thumbnail {
    margin: 0 0 12px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #edf1f4;
    border-radius: 10px;
    background: #fff;
    transition: all .2s ease; }
    .blog-sidebar .evo-list-blogs.igx-sidebar-posts .has-post-thumbnail:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
      border-color: #dfe7eb; }
    .blog-sidebar .evo-list-blogs.igx-sidebar-posts .has-post-thumbnail:last-child {
      margin-bottom: 0; }
  .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-media-image {
    flex-shrink: 0;
    width: 86px;
    margin: 0 12px 0 0; }
    .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-media-image .thumb {
      display: block;
      border-radius: 10px;
      overflow: hidden; }
    .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-media-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-content {
    min-width: 0;
    line-height: 1.4; }
    .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-content a {
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.5;
      color: #17324d;
      text-decoration: none; }
      .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-content a:hover, .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-content a:focus {
        color: #1a6b2f; }
    .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-content span {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      color: #777; }

/* ========================= SWIPER / PRODUCT BLOCK ========================= */
.swiper-container .swiper-pagination-bullets {
  text-align: center; }
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: none;
    outline: 0;
    width: 6px;
    height: 6px;
    background: #333f48;
    border-radius: 50%;
    border: 1px solid #333f48;
    padding: 0;
    font-size: 0;
    opacity: 0.8; }
    .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      transition: all .2s;
      width: 30px;
      border-radius: 3px;
      background: #f39a0b;
      border-color: #f39a0b; }

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: #f39a0b;
  border: none;
  outline: none;
  background: transparent;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  transition: all .25s ease; }
  @media (max-width: 1024px) {
    .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
      display: none !important; } }

.swiper-container .swiper-button-next {
  right: -35px;
  opacity: 0;
  transform: translateX(30px); }

.swiper-container .swiper-button-prev {
  left: -35px;
  opacity: 0;
  transform: translateX(-30px); }

.swiper-container:hover .swiper-button-next {
  right: 5px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px); }
  .swiper-container:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.35; }

.swiper-container:hover .swiper-button-prev {
  left: 5px;
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }
  .swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35; }

.article-wraper .evo-owl-product .evo-product-item .thumb-img {
  height: 269px; }
  @media (max-width: 1024px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 216px; } }
  @media (max-width: 991px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 300px; } }
  @media (max-width: 767px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 338px; } }
  @media (max-width: 668px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 336px; } }
  @media (max-width: 569px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 350px; } }
  @media (max-width: 480px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 256px; } }
  @media (max-width: 376px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 234px; } }
  @media (max-width: 321px) {
    .article-wraper .evo-owl-product .evo-product-item .thumb-img {
      height: 198px; } }
  .article-wraper .evo-owl-product .evo-product-item .thumb-img img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .article-wraper .evo-owl-product .evo-product-item .thumb-img img:not(.loaded) {
      width: 100% !important;
      height: 100% !important;
      opacity: 0.2; }

.article-wraper .evo-owl-product .evo-product-item .title {
  color: #333f48; }
  .article-wraper .evo-owl-product .evo-product-item .title:hover, .article-wraper .evo-owl-product .evo-product-item .title:focus {
    color: #f39a0b; }

/* ========================= PAGINATION ========================= */
@media (max-width: 569px) {
  .pagging-css {
    margin-top: 15px; } }

.pagging-css .pagination {
  justify-content: center;
  background-color: #f7f7f7;
  padding: 15px 10px; }
  .pagging-css .pagination .page-item .page-link {
    color: #000;
    border: none;
    padding: 0;
    margin: 0 8px;
    background-color: transparent;
    font-size: 16px; }
    .pagging-css .pagination .page-item .page-link:hover, .pagging-css .pagination .page-item .page-link:focus {
      text-decoration: underline;
      color: #f39a0b; }
  .pagging-css .pagination .page-item.disabled .page-link {
    color: #000; }
  .pagging-css .pagination .page-item.active .page-link {
    font-weight: 700;
    text-decoration: underline; }

@media (max-width: 767px) {
  .evo-article .title-head {
    line-height: 1.35; }
  .blog_related {
    padding: 12px; }
  .blog-sidebar .evo-list-blogs.igx-sidebar-posts .qodef-e-media-image {
    width: 82px;
    margin-right: 10px; } }
