.main {
    margin: 10px;
    display:flex;
    justify-content: center;
}
.restriction_panel {
  background: #8e2a2a;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 25px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.sub_panel {
  display: flex;
}
.news_group {
    position: relative;
    width: 1200px;
  }
  .news_horizontal_scroll {
    background: #8e8e8e;
    border-radius: 12px;
    position: relative;
    height: 420px;
    overflow: hidden;
  }
  .news_item_hs {
    width: 10%;
    height: 100%;
    float: left;
  }
  
.news_slider_hs {
    width: 1000%;
    height: 100%;
    position: relative;
    transition: ease-in-out 2.6s;
}

  
.news_item_hs {
    display: flex;
}
.news_item_hs_left {
    width: 50%;
    height: 100%;
    position:relative;
}
.news_item_hs_right {
    width: 50%;
    height: 100%;
    position:relative;
}
.blured_image {
    filter: blur(25px);
    width: 100%;
    height: 100%;
}
.news_image_hs {
    width: 100%;
    height: 100%;
}

.makecenter_bg{
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: center !important;
}
.news_description{
    padding:40px;
    position:absolute;
    top:0;
    font-size: 28px;
    color:#fff;
    font-weight: bold;
    z-index: 10;
}
.news_date_publish{
    position:absolute;
    color:#fff;
    font-weight: 200;
    bottom: 25px;
    left: 40px;
    z-index: 10;
}

.news_hs_handcontrol {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .news_hs_hc_item {
    transition: 1s;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    margin: -30px 10px;
    position: relative;
    background: rgba(46, 67, 184, 0.4);
    color: #fff;
  }
  .news_hs_hc_item:hover {
    transition: 0.2s;
    border-radius: 13px;
    cursor:pointer;
  }
  .nhci_selected{
    transition: 0.7s;
    background: rgba(46, 67, 184,1);
  }
  .news_second_panel {
    width: 100%;
  }
  
.news_second_panel {
    display: flex;
}
  .lattest_news_panel {
    width: 70%;
    display:flex;
  }
  .news_by_group_panel {
    width: 30%;
    border-left: none;
  }
  .lattest_news_panel {
  }
.main_news {
    width: 60%;
}
.newsgroup {
    width: 95%;
}
.newsgroup-full{
    width: 100%;
}
.main_news_title {
    padding: 13px 19px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
  }
  .group_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 10px;
  }
  
  .group_element {
    position: relative;
    top: 0;
    transition: 0.2s;
    cursor: pointer;
    margin-left: 5px;
    width: 80%;
  }
  
.group_element_title {
    background: rgba(0,0,0,0.5);
    color: #fff;
    height: 20px;
    padding:10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .group_element_description {
    background: rgba(0,0,0,0.2);
    top: 40px;
    bottom: 0;
    position: absolute;
    color: #fff;
    text-align: justify;
    padding: 20px;
  }
  
.group_content {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.group_publishdate {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0,0,0,0.6);
  padding: 4px 10px;
  border-radius: 29px;
  font-size: 14px;
  color: #fff;
  padding-bottom: 2px;
}
.group_image {
  background-image: url(news2.jpg);
  width: 100%;
  height: 258px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 6px;
}

.page-content {
  margin: 0 10%;
}
.page-content-na {
    margin: 0 7%;
}

.all_news_button {
  padding: 30px 30%;
  text-align: center;
}
.anb_item {
  padding: 12px;
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
  font-weight: bold;
  color: #000;
}
