/*---------------list_item-----------------*/
.list_item_news {
  margin-top: 10px;
}

.list_item_news .row_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: -30px;
}

@media (max-width: 768px) {
  .list_item_news .row_item {
    margin-right: -15px;
  }
}

.list_item_news .row_item .item {
  width: 33.333%;
  padding-right: 30px;
  margin-bottom: 30px;
  /*counter transform the bg image on the caps*/
}

@media (max-width: 768px) {
  .list_item_news .row_item .item {
    padding-right: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 699px) {
  .list_item_news .row_item .item {
    width: 50%;
  }
}

@media (max-width: 399px) {
  .list_item_news .row_item .item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}

.list_item_news .row_item .item .hexagon {
  position: relative;
  width: 325px;
  height: 187.64px;
  margin: 93.82px 22px;
  background-size: auto 352.1837px !important;
  background-position: center !important;
  border-left: solid 10px #fff;
  border-right: solid 10px #fff;
}

.list_item_news .row_item .item .hexTop,
.list_item_news .row_item .item .hexBottom {
  position: absolute;
  z-index: 1;
  width: 229.81px;
  height: 229.81px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 37.60px;
}

.list_item_news .row_item .item .hexTop:after,
.list_item_news .row_item .item .hexBottom:after {
  content: "";
  position: absolute;
  width: 305.0000px;
  height: 176.09183210283587px;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-88.0459px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-88.0459px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-88.0459px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.list_item_news .row_item .item .hexTop {
  top: -114.9049px;
  border-top: solid 14.1421px #fff;
  border-right: solid 14.1421px #fff;
}

.list_item_news .row_item .item .hexTop:after {
  background-position: center top;
}

.list_item_news .row_item .item .hexBottom {
  bottom: -114.9049px;
  border-bottom: solid 14.1421px #fff;
  border-left: solid 14.1421px #fff;
}

.list_item_news .row_item .item .hexBottom:after {
  background-position: center bottom;
}

.list_item_news .row_item .item .hexagon:after {
  content: "";
  position: absolute;
  top: 5.7735px;
  left: 0;
  width: 305.0000px;
  height: 176.0918px;
  z-index: 2;
  background: inherit;
}

.list_item_news .row_item .item .hexagon {
  border-left: solid 10px #0a4e85;
  border-right: solid 10px #0a4e85;
}

.list_item_news .row_item .item .hexTop {
  border-top: solid 14.1421px #0a4e85;
  border-right: solid 14.1421px #0a4e85;
}

.list_item_news .row_item .item .hexBottom {
  border-bottom: solid 14.1421px #0a4e85;
  border-left: solid 14.1421px #0a4e85;
}

.list_item_news .row_item .item .info {
  width: 100%;
  float: none;
  border-top: none;
}

.list_item_news .row_item .item .info h3 a {
  font-family: "Muli";
  font-weight: 900;
  color: #0a4e85;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 9px;
  padding-top: 15px;
}

.list_item_news .row_item .item .info h3 a:hover {
  color: #b41f23;
}

.list_item_news .row_item .item .info .short {
  font-size: 14px;
  margin-bottom: 4px;
  color: #4e4e4e;
  font-family: Muli;
  margin-bottom: 10px;
  text-align: center;
}

.list_item_news .row_item .item .info .btn_detail {
  text-align: center;
}

.list_item_news .row_item .item .info .btn_detail a {
  padding: 5px  20px;
  background-image: linear-gradient(to right, #0a4f86 0%, #0b69b6 100%);
  background-repeat: repeat-x;
  display: inline-block;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  color: #fff;
  border-radius: 4px;
}

.list_item_news .row_item .item .info .btn_detail a:after {
  content: '\e8a7';
  font-family: ficon;
  padding-left: 9px;
  width: auto;
  color: #fff;
}

.list_item_news .row_item .item:hover .hexagon {
  border-left: solid 10px #6795b6;
  border-right: solid 10px #6795b6;
}

.list_item_news .row_item .item:hover .hexTop {
  border-top: solid 14.1421px #6795b6;
  border-right: solid 14.1421px #6795b6;
}

.list_item_news .row_item .item:hover .hexBottom {
  border-bottom: solid 14.1421px #6795b6;
  border-left: solid 14.1421px #6795b6;
}

.list_item_news .row_item .item:hover h3 a {
  color: #b41f23;
}

.list_item_news .row_item .item:hover .btn_detail a {
  background-image: linear-gradient(to right, #b41f23 0%, #dd2529 100%);
  background-repeat: repeat-x;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.list_item.gird_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -42px;
}

@media (max-width: 999px) {
  .list_item.gird_item {
    margin-right: -15px;
  }
}

@media (max-width: 399px) {
  .list_item.gird_item {
    margin-right: 0;
  }
}

.list_item.gird_item .item {
  padding-right: 42px;
  width: 33.3333%;
  float: left;
  margin-bottom: 30px;
}

@media (max-width: 999px) {
  .list_item.gird_item .item {
    width: 50%;
    padding-right: 15px;
  }
}

@media (max-width: 399px) {
  .list_item.gird_item .item {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}

.list_item.gird_item .item .img {
  border: 7px solid #648fb2;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.list_item.gird_item .item .img:hover {
  border-color: #dddddd;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.list_item.gird_item .item .img a {
  display: block;
}

.list_item.gird_item .item .img img {
  max-width: 100%;
}

.list_item.gird_item .item .short {
  text-align: left;
  z-index: 3;
}

.list_item.gird_item .item .short p {
  padding-top: 0px;
}

.list_item.gird_item .item .info > h3 a {
  padding: 10px 0px;
  font-family: "Muli";
  font-weight: 900;
  color: #0a4e85;
  text-align: center;
  font-size: 20px;
  display: block;
}

.list_item.gird_item .item .info > h3 a:hover {
  color: #b41f23;
}

@media (max-width: 499px) {
  .list_item.gird_item .item .info > h3 a {
    font-size: 16px;
  }
}

.list_item.gird_item .item .info .short {
  font-family: Muli;
  text-align: center;
}

.list_item.gird_item .item .info .btn_detail {
  text-align: center;
}

.list_item.gird_item .item .info .btn_detail a {
  padding: 5px  20px;
  background-image: linear-gradient(to right, #0a4f86 0%, #0b69b6 100%);
  background-repeat: repeat-x;
  display: inline-block;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  color: #fff;
  border-radius: 4px;
}

.list_item.gird_item .item .info .btn_detail a:after {
  content: '\e8a7';
  font-family: ficon;
  padding-left: 9px;
  width: auto;
  color: #fff;
}

.list_item.gird_item .item .info .btn_detail:hover a {
  background-image: linear-gradient(to right, #b41f23 0%, #dd2529 100%);
  background-repeat: repeat-x;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.box_news_other .box-content {
  border: 1px solid #eaeaea;
  padding: 30px;
}

.box_news_other .list_item_news .item {
  width: 100%;
  margin-bottom: 20px;
}

.box_news_other .list_item_news .item .img {
  border: 4px solid #fff;
  margin-bottom: 3px;
  border-radius: 4px;
}

.box_news_other .list_item_news .item .img:hover {
  border: 4px solid #cecece;
  border-radius: 4px;
}

.box_news_other .list_item_news .item .img a {
  display: block;
}

.box_news_other .list_item_news .item h3 a {
  display: block;
  text-align: center;
  color: #767676;
  font-weight: bold;
  font-size: 14px;
  font-family: Muli;
}

.box_news_other .list_item_news .item:hover h3 a {
  color: #b41f23;
}

/*# sourceMappingURL=func.css.map */