.sidebar-section .main-col {
  background-color: #f7f7f7;
  padding: 24px;
}

.sidebar-section .row {
  margin: 0;
  background-color: #f7f7f7;
}

.sidebar-section .main-col .main-side-header h3 {
  font-size: 34px;
  line-height: 42px;
}

.sidebar-section .main-col .main-side-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid-view-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-view-items.cols-2 .grid-col {
  flex: 0 0 calc(50% - 12px);
  margin-bottom: 24px;
}

.grid-view-items a {
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.grid-view-items .item-title {
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
  padding: 24px 24px 32px 24px;
}

.grid-view-items .news-card-item a {
  position: relative;
  padding-bottom: 50px;
}

.grid-view-items .news-card-item .item-title {
  overflow: hidden;
}

.grid-view-items .news-card-item .item-title .item-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-view-items .news-card-item .item-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.grid-view-items .date {
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  padding: 0 24px 24px;
}

.grid-view-items .news-card-item .date {
  padding: 0 24px 0px;
  position: absolute;
  bottom: 0;
}

.sidebar-section .aside-col {
  padding-top: 78px;
}

.sidebar-section .aside-col .side-panel {
  margin-bottom: 48px;
}

.sidebar-section .aside-col .side-panel .side-header {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
}

.sidebar-section .aside-col .side-panel .item-with-image {
  display: flex;
  align-items: center;
}

.sidebar-section .aside-col .side-panel .item-with-image .item-image {
  margin-right: 35px;
}

.sidebar-section .aside-col .side-panel {
  margin-bottom: 48px;
}

.sidebar-section .aside-col .side-panel .side-list-items li {
  margin-bottom: 16px;
}

.sidebar-section .aside-col .side-panel .side-list-items li a {
  color: #1a1a1a;
  display: flex;
  align-items: center;
}

.sidebar-section .aside-col .side-panel .side-list-items li a img {
  margin-right: 16px;
}

.sidebar-section .aside-col .side-panel .link-blue {
  display: flex;
  align-items: center;
  color: #00aec7;
}

.sidebar-section .aside-col .side-panel .link-blue img {
  margin-left: 10px;
}

.sidebar-section .aside-col .side-panel {
  margin-bottom: 48px;
}

.sidebar-section .aside-col .side-panel .side-header {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
}

.news-title {
  font-size: 34px;
  line-height: 42px;
}

@media (max-width: 767px) {
  .grid-view-items.cols-2 .grid-col {
    flex: 0 1 100%;
  }
}

/* ------------------paging------------------ */
.pagination {
  margin-top: 8px;
}
.pagination li {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
}
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 32px; */
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f96618;
  color: #1a1a1a;
  border-radius: 0;
}

.pagination li span.active {
  background: #f96618;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li:last-child a img {
  margin-left: 10px;
}

.pagination li:first-child a img {
  margin-right: 10px;
}

.pagination li a.page-next-link {
  border: none !important;
}

.pagination li a.page-pre-link {
  border: none !important;
  width: auto;
}

/* end of paging */