.video_type3 {
  background: linear-gradient(
    180deg,
    rgba(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2) 6.67%,
    rgba(255, 255, 255, 0.8) 79.58%,
    #ffffff 100%
  );

  padding-top: 3.3rem;
  padding-bottom: 5rem;
}
.video_type3 .tabnews_main {
  display: flex;
  flex-direction: column;
}
.video_type3 h3 {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  width: 200px;
  color: #1f1f1f;
  position: relative;
}
.video_type3 h3::after {
  content: "";
  width: 35%;
  border-bottom: 1px solid var(--color-grey);
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
}
.video_type3 ul {
  display: grid;
  gap: 1.2rem 0;
}
.video_type3 ul li {
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 10px;
  box-shadow: 0px 25px 25px -26px rgba(0, 0, 0, 0.25);
}
.video_type3 ul li:hover {
  box-shadow: 0px 25px 25px -26px rgba(0, 0, 0, 0.25);
}
    
    .video_type3 ul li a {
        text-decoration: none;
        display: block;
        width: 100%;
    }

.video_type3 ul li a:hover .h4 {
  color: var(--color-primary);
}
        .video_type3 ul li a .h4 {
            color: var(--color-primary);
            font-size: 1.4rem;
            font-weight: 700;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            line-height: 30px;
        }

        .video_type3 ul li a.date_more {
            display: inline-block;
            width: auto;
        }

.video_type3 ul li p {
  letter-spacing: 0.05rem;
}

    .video_type3 ul li .date {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
        color: #6a6a6a;
        flex-direction: row;
    }
.video_type3 ul li .date .date_more {
  color: #6a6a6a;
  cursor: pointer;
}

.video_type3 ul li .date .date_more:hover {
  color: var(--color-primary);
}

.video_type3 .read_more a {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  color: #6a6a6a;
  transition: 0.5s;
}
.video_type3 .read_more a i {
  padding-left: 10px;
}
.video_type3 .read_more a:hover {
  color: var(--color-primary);
}

@media only screen and (max-width: 1024px) {
  /* .video_type3 h3 {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }
  .video_type3 h3::after {
    display: none;
  }
  .video_type3 .tabnews_main {
    display: block;
  }
  .video_type3 .tabnews_main .nav-pills {
    flex-direction: initial !important;
    flex-wrap: nowrap !important;
  }
  .video_type3 .tabnews_main .nav-pills h3,
  .video_type3 .tabnews_main .nav-pills button {
    margin: 0 !important;
  }
  .video_type3 .tabnews_main .nav .nav-link.active::after,
  .video_type3 .tabnews_main .nav .nav-link:hover::after,
  .video_type3 .tabnews_main .nav .nav-link:focus::after {
    width: 100%;
  } */
}
@media only screen and (max-width: 768px) {
  /* .video_type3 .tabnews_main h3 {
    display: none;
  }
  .video_type3 .tabnews_main .nav .nav-link {
    letter-spacing: 0;
  } */
}
@media only screen and (max-width: 576px) {
  /* .video_type3 .tabnews_main .nav-pills {
    flex-direction: initial !important;
    flex-wrap: wrap !important;
    display: flex;
    justify-content: space-around !important;
    gap: 0 1rem;
  }
  .video_type3 ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .video_type3 ul li {
    border: 1px solid #f4f4f4;
  }
  .video_type3 ul li a {
    display: block !important;
  }
  .video_type3 ul li a h4,
  .video_type3 ul li a p {
    padding-left: 0;
  }
  .video_type3 ul li a h4 {
    margin-top: 10px;
  }
  .video_type3 ul li a .date_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .video_type3 ul li.graphic a .article h4,
  .video_type3 ul li.graphic a .article p,
  .video_type3 ul li.graphic a .article p.date {
    padding-left: 0;
  }
  .video_type3 ul li.graphic a p {
    padding-left: 0;
  }
  .video_type3 .nav .nav-link {
    width: auto;
  }
  .video_type3 img {
    width: 100%;
  } */
}
