  .tabnews_type2 {
  padding: 60px 0;
}
.tabnews_type2 .width-auto {
  width: auto;
}
.tabnews_type2 h3 {
  color: var(--color-primary);
  margin-bottom: 40px;
}
.tabnews_type2 .tabnews_main {
  padding: 34px 50px;
  background-color: #fff;
  box-shadow: 0px 40px 33px -37px rgba(0, 0, 0, 0.25);
}
.tabnews_type2 .tabnews_main select {
  background-color: #F5F5F5;
  border: 1px solid #E1E1E1;
  border-radius: 50px;
  width: 300px;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap ul {
  padding: 0;
  margin-bottom: 0;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap ul li {
  border-bottom: 1px dotted #BABABA;
  padding-top: 25px;
  padding-bottom: 25px;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap ul li:last-child {
  border-bottom: 0;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap ul li a:hover h4 {
  color: var(--color-primary);
}
.tabnews_type2 .tabnews_main .tab-pane .wrap ul li h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #565656;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
    .tabnews_type2 .tabnews_main .tab-pane .wrap ul li p {
        color: #565656;
        letter-spacing: 0.1rem;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
.tabnews_type2 .tabnews_main .tab-pane .wrap .badge {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 1px;
  width: 100%;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap .date .day {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--color-primary);
  font-family: Roboto, sans-serif;
}
.tabnews_type2 .tabnews_main .tab-pane .wrap .date .month {
  font-weight: 500;
  color: #5E5E5E;
  font-family: Roboto,sans-serif;
}
.tabnews_type2 .tabnews_main .read_more_a {
  font-weight: 700;
  font-size:  1.125rem;
  line-height: 22px;
  text-decoration: none;
  color: #565656;
}
.tabnews_type2 .tabnews_main .read_more_a i {
  padding-left: 10px;
}
.tabnews_type2 .tabnews_main .read_more_a:hover {
  color: var(--color-primary);
}

    .tabnews_type2 .tab-pane ul li .lh-base {
        color: var(--bs-gray-600);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }


    