.top_left {
  padding-top: 50px;
  padding-bottom: 30px;
}
.top_left .title {
  font-size: 24px;
  display: flex;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  color: #002a00;
}
.top_left .title_bot {
  font-size: 30px;
  font-weight: 600;
  color: #002a00;
  margin-bottom: 0;
}

.listNew .listNew__top {
  margin: 0 -20px 40px -20px;
}
.listNew .listNew__top .col-md-6 {
  padding: 0 20px;
}
.listNew .listNew__top .right_top_new .img {
  height: 326px;
  overflow: hidden;
}
.listNew .listNew__top .right_top_new .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .listNew .listNew__top .right_top_new {
    margin-bottom: 40px;
  }
  .listNew .listNew__top .right_top_new .img {
    height: auto;
  }
}
.listNew .listNew__top .item_new a {
  display: block;
  color: #222;
}
.listNew .listNew__top .item_new a:hover {
  color: #ec008c;
}
.listNew .listNew__top .item_new a img {
  display: block;
}
.listNew .listNew__top .item_new a .title_new {
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #222;
}
.listNew .listNew__top .item_new .category_time {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.listNew .listNew__top .item_new .category_time .category,
.listNew .listNew__top .item_new .category_time .time {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  line-height: 1;
}
.listNew .listNew__top .right_top .item_new {
  display: grid;
  grid-template-columns: 240px 1fr;
  background-color: #f8f8f8;
  margin-bottom: 40px;
  border-radius: 12px;
}
.listNew .listNew__top .right_top .item_new:last-child {
  margin-bottom: 0;
}
.listNew .listNew__top .right_top .item_new .img {
  height: 135px;
  overflow: hidden;
}
.listNew .listNew__top .right_top .item_new .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.listNew .listNew__top .right_top .item_new a {
  display: block;
}
.listNew .listNew__top .right_top .item_new a:hover {
  color: #ec008c;
}
.listNew .listNew__top .right_top .item_new .right_new {
  padding: 20px;
}
.listNew .listNew__top .right_top .item_new .right_new .title_new {
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.listNew .listNew__top .right_top .item_new .right_new .category_time {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .listNew .listNew__top .right_top .item_new {
    grid-template-columns: 1fr;
  }
  .listNew .listNew__top .right_top .item_new .img {
    height: auto;
    overflow: hidden;
  }
}
.listNew .listNew_bot .item_new {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.listNew .listNew_bot .item_new .img {
  height: 214px;
  overflow: hidden;
}
.listNew .listNew_bot .item_new .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.listNew .listNew_bot .item_new a {
  display: block;
}
.listNew .listNew_bot .item_new a:hover {
  color: #ec008c;
}
.listNew .listNew_bot .item_new .right_new .title_new {
  line-height: 23px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #222;
}
.listNew .listNew_bot .item_new .right_new .category_time {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 20px;
}
.listNew .listNew_bot .item_new .right_new .category_time .category,
.listNew .listNew_bot .item_new .right_new .category_time .time {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  line-height: 1;
  color: #222;
}
.listNew .listNew_bot .item_new .right_new .summary {
  line-height: 19px;
}
.listNew .listNew_bot .item_new .right_new a:hover {
  color: #ec008c;
}
@media (max-width: 768px) {
  .listNew .listNew_bot .item_new {
    grid-template-columns: 1fr;
    grid-gap: 0;
    background: #f8f8f8;
  }
  .listNew .listNew_bot .item_new .img {
    height: auto;
  }
  .listNew .listNew_bot .item_new a {
    display: block;
  }
  .listNew .listNew_bot .item_new a:hover {
    color: #ec008c;
  }
  .listNew .listNew_bot .item_new .right_new {
    padding: 20px;
  }
  .listNew .listNew_bot .item_new .right_new .title_new {
    line-height: 20px;
    font-size: 15px;
  }
  .listNew .listNew_bot .item_new .right_new .category_time {
    display: flex;
    grid-gap: 10px;
    margin-bottom: 20px;
  }
  .listNew .listNew_bot .item_new .right_new .category_time .category,
  .listNew .listNew_bot .item_new .right_new .category_time .time {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    line-height: 1;
    color: #222;
  }
  .listNew .listNew_bot .item_new .right_new .summary {
    line-height: 19px;
  }
  .listNew .listNew_bot .item_new .right_new a:hover {
    color: #ec008c;
  }
}

.list_event .item .box_text {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.list_event .item .box_text .content_event {
  padding: 60px 0 !important;
  background: unset !important;
  position: unset !important;
}

span {
  display: block;
  line-height: normal;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .list_event .item .box_text .content_event {
    padding: 60px 20px !important;
  }
  .list_event .item .box_text .content_event .summary {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=tintuc.css.map */