#boder {
  box-shadow: 2px 3px 4px 1px #ccc;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  line-height: 32px;
}
@media (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 22px;
  }
}

.box_body {
  padding-top: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_body {
    padding-bottom: 0;
  }
}
.box_body .row_new {
  margin: 0 -15px;
}
.box_body .row_new .col-md-4,
.box_body .row_new .col-md-8 {
  padding: 0 15px;
}
.box_body .section2_right2 {
  position: relative;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.box_body .section2_right2 .time {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box_body .section2_right2 .time {
    padding: 10px 10px 0px 24px;
  }
}
.box_body .section2_right2 .view {
  display: inline-block;
  color: #222;
}
.box_body .content1 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: justify;
}
.box_body .content2 {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.box_body .content2 div {
  margin-bottom: 16px;
}
.box_body .content2 iframe {
  width: 100% !important;
  height: 100% !important;
}
.box_body .content2 ul {
  list-style: disc !important;
  padding-left: 25px;
}
.box_body .content2 ul li {
  margin-left: 0 !important;
}
.box_body .content2 img {
  max-width: 100% !important;
  height: auto !important;
}
.box_body .tag .tags_title {
  float: left;
  font-size: 16px;
  padding: 6px 12px 6px 25px;
  background: url("../images/Path 1699.png") top 8px left 0 no-repeat;
}
.box_body .tag .item-tag {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .box_body .tag .tags_title {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .box_body .tag .item-tag {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

.list_new_desc {
  padding: 20px 15px;
  background-color: #eeeeee;
}
.list_new_desc .img {
  height: 80px;
  overflow: hidden;
}
.list_new_desc .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.list_new_desc h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #ec008c;
  margin: 0;
  padding-bottom: 16px;
}
.list_new_desc a {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 15px;
  color: #222;
  margin-bottom: 20px;
}
.list_new_desc a:last-child {
  margin-bottom: 0;
}
.list_new_desc a .right_item .title_item {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 19px;
  height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_new_desc a .right_item .time {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  line-height: normal;
}
.list_new_desc a:hover {
  color: #ec008c;
}

.list_event_new {
  margin-top: 40px;
}
.list_event_new .title_box {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.list_event_new .title_box h2 {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #ec008c;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #ec008c;
}

.share {
  margin-top: 25px;
  display: flex;
  align-items: center;
  grid-gap: 30px;
}
.share .title_share span {
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}
.share .list_share {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.share .list_share a {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .share {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px;
    margin-bottom: 25px;
  }
}

.box_rlt {
  margin-top: 50px;
}
.box_rlt .title_box {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.box_rlt .title_box h2 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #007805;
  color: #007805;
}
.box_rlt .item_new {
  background: #f4f4f4;
}
.box_rlt .item_new .height_img {
  height: 215px;
  overflow: hidden;
}
.box_rlt .item_new .height_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_rlt .item_new .bot_new {
  padding: 20px;
}
.box_rlt .item_new .bot_new h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  color: #333;
}
.box_rlt .item_new .bot_new .time_new {
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}
.box_rlt .item_new .bot_new .cat_new {
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #222;
}
.box_rlt .item_new .bot_new .summary {
  margin-top: 15px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 66px;
  color: #333;
}
@media (max-width: 767px) {
  .box_rlt .row .col-md-4:not(:last-child) .item_new {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .box_body {
    padding-top: 0px;
  }
  .box_body .section2_right2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .box_body .section2_right2 .time {
    padding: 0;
  }
  .list_event_new {
    margin-top: 30px;
  }
  .box_rlt {
    margin-top: 0px;
  }
  .list_event .item {
    border-radius: 16px !important;
  }
}/*# sourceMappingURL=tinchitiet.css.map */