  .tabnews_type7 {
  padding: 60px 0;
}
.tabnews_type7 h3 {
  color: var(--color-primary);
  font-size: 2.2rem;
  margin-bottom: 0;
}
.tabnews_type7 .tabnews_main .tab-pane .card {
  background-color: #fff;
  box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
  border: 0;
}
.tabnews_type7 .tabnews_main .tab-pane .card a {
  position: relative;
}
.tabnews_type7 .tabnews_main .tab-pane .card a .card_img img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.tabnews_type7 .tabnews_main .tab-pane .card a .card-body {
  padding: 1rem;
}
.tabnews_type7 .tabnews_main .tab-pane .card a .card-body h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

    .tabnews_type7 .tabnews_main .tab-pane .card a .card-body .card-body-p {
        color: var(--color-grey);
    }

    .tabnews_type7 .tabnews_main .tab-pane .ul-style-clear {
        color: var(--color-grey);
    }


    .tabnews_type7 .tabnews_main .tab-pane .cardBg {
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0px 25px 20px -18px rgba(0, 0, 0, 0.47);
        border-radius: 10px;
        border: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
    }
.tabnews_type7 .tabnews_main .tab-pane .cardBg a {
  background: linear-gradient(var(--color-primary) 20%, var(--color-primary) 100%);
  border-radius: 10px;
  height: 100%;
  display: block;
  opacity: 0.85;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5rem 1.5rem 1.5rem;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body .text-muted {
  color: #fff !important;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body h4 {
  color: var(--color-secondary);
  margin-top: 1rem;
  margin-bottom: 1.8rem;
  line-height: 1.4;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body p {
  color: var(--color-white);
  line-height: 1.8;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body span.read {
    padding-top:10px;
  color: #fff;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body .read_more {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: var(--color-primary);
  transition: 0.5s;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 5px;
  background-color: var(--color-secondary);
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body .read_more i {
  padding-left: 10px;
}
.tabnews_type7 .tabnews_main .tab-pane .cardBg .card-body .read_more:hover {
  color: var(--color-primary);
}
.tabnews_type7 .tabnews_main .tab-pane ul li {
  margin-bottom: 1.4rem;
}
    .tabnews_type7 .tabnews_main .tab-pane a {
        color: var(--color-grey);
        text-decoration: none;
    }
.tabnews_type7 .tabnews_main .tab-pane a:hover h4 {
  color: var(--color-primary);
}
.tabnews_type7 .tabnews_main .tab-pane h4 {
  color: var(--color-grey);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
    .tabnews_type7 .tabnews_main .tab-pane p {
        letter-spacing: 0.05rem;
        font-size: 0.9rem;
        /*min-height: 52px;*/
        /*line-height: 1.8;*/
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: var(--color-grey);
    }

        .tabnews_type7 .tabnews_main .tab-pane p.card-body-p {
            min-height: 52px;
        }


.tabnews_type7 .tabnews_main .tab-pane .badge {
    margin-bottom: 5px;
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.tabnews_type7 .tabnews_main .tab-pane .text-muted {
  font-size: 0.8rem;
}
    .tabnews_type7 .tabnews_main .read_more {
        font-weight: 500;
        font-size: 1rem;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
        font-weight: 700;
        color: var(--color-grey);
        transition: 0.5s;
        display: flex;
        justify-content: flex-end;
    }
.tabnews_type7 .tabnews_main .read_more i {
  padding-left: 10px;
}
.tabnews_type7 .tabnews_main .read_more:hover {
  color: var(--color-primary);
}
.tabnews_type7 .tabnews_main .nav-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 3.2em;
  border:0;
}
.tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link {
  font-size: 1.2rem;
  color: #1F1F1F;
  position: relative;
  padding: 0 0 0.8rem;
  border: 0;
}
.tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link:hover, .tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link:focus, .tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}
.tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link:hover::before, .tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link:focus::before, .tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link.active::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: var(--color-primary);
}
.tabnews_type7 .tabnews_main .nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
  color: var(--color-primary);
}

@media (max-width: 1024px) {
  .tabnews_type7 h3 {
    font-size: 2rem;
  }
  .tabnews_type7 .tabnews_main .nav-tabs {
    gap: 1em;
    justify-content: space-around;
  }
  .tabnews_type7 .tabnews_main .tab-pane p {
    -webkit-line-clamp: 4;
  }
  .tabnews_type7 .tabnews_main .tab-pane .card {
    height: 100%;
  }
  .tabnews_type7 .tabnews_main .tab-pane .card a .card-body h4 {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .tabnews_type7 .tabnews_main .nav-tabs {
    gap: 1em;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .tabnews_type7 .tabnews_main .col-10 {
    width: 100%;
  }
  .tabnews_type7 h3 {
    margin-bottom: 1rem;
  }
  .tabnews_type7 .row-nav {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .tabnews_type7 .tabnews_main .nav-tabs {
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
