/*Add font ================================*/
#main_slides {
  background: rgba(222, 212, 212, 0.15);
}

footer {
  border-top: 20px solid #7b2382;
}

.full.news {
  font-family: "Roboto", sans-serif;
  color: #646569;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  padding-bottom: 3rem;
}
.full.news .nav {
  padding: 0;
}
.full.news .box_header {
  border-bottom: 1px solid #7b2382;
  margin-bottom: 3rem;
}
.full.news .box_header .nav_bot {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 1.5rem 0;
}
.full.news .box_header .nav_bot span {
  color: #993399;
}

.full.newsdetail {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #646569;
  margin-bottom: 3rem;
}
.full.newsdetail .nav {
  padding: 0;
}
.full.newsdetail .box_header {
  border-bottom: 1px solid #7b2382;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.full.newsdetail .box_header .nav_bot {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 1.5rem 0;
}
.full.newsdetail .box_header .nav_bot span {
  color: #993399;
}
.full.newsdetail .box_header .short {
  font-size: 16px;
  font-weight: 400;
}
.full.newsdetail #item_detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}
.full.newsdetail #item_detail .top h1 {
  color: #7b2382;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.full.newsdetail #item_detail .top .date {
  font-size: 16px;
  color: #646569;
  margin-bottom: 20px;
}

.list_item_news .row_item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .list_item_news .row_item {
    margin: 0 -15px;
  }
}
.list_item_news .row_item .col_item {
  margin-top: 20px;
}
.list_item_news .row_item .col_item .item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
}
.list_item_news .row_item .col_item .item img {
  width: 100%;
}
.list_item_news .row_item .col_item .item .info {
  padding: 1.25rem;
}
.list_item_news .row_item .col_item .item .info .title {
  color: #800080;
  font-weight: bolder;
  font-size: 18px;
  padding-bottom: 7px;
}
.list_item_news .row_item .col_item .item .info .short {
  font-size: 16px;
  margin-bottom: 1rem;
}
.list_item_news .row_item .col_item .item .info .date {
  font-size: 12.8px;
}
.list_item_news .row_item .col_item .item .info .btn-group {
  font-size: 14px;
}
.list_item_news .row_item .col_item .item .info .btn-group:hover button {
  border-color: #7b2382;
  color: #7b2382;
  background: transparent;
}
.list_item_news .row_empty {
  padding: 30px 0;
  text-align: center;
}