/* home newsroom */
.home-newsroom .home-newsroom-content .home-newsroom-top {
  padding-top: 130px;
  padding-bottom: 100px;
  max-width: 510px;
  margin: 0 auto;
}
.home-newsroom .home-newsroom-content .home-newsroom-top h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.home-newsroom .home-newsroom-content .home-newsroom-top p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.09px;
  line-height: 28px;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  border-top: 1px solid #e3e3e3;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 20px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #e3e3e3;
  grid-row: 1 / span 3; 
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features:hover .overlay{
  opacity: 1;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .overlay {
  z-index: -1;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(
181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(
269deg, #ffffff 0%, #f4efff 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .cat {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .title {
  line-height: 24px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  max-width: 510px;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .avtor {
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
} 
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .avtor span {
  color: #6219ff;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  height: 340px;
  overflow: hidden;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features:hover .title {
  color: #6219FF;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features:hover .title svg {
  opacity: 1;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm {
  padding: 18px 20px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(2) .thumbnail,
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(3) .thumbnail,
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(4) .thumbnail{
 display: none;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  width: 315px;
  height: 160px;
  overflow: hidden;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .thumbnail img {
  width: 100%;
  height: auto;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .permalink {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .cat {
  letter-spacing: 0.07px;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .title svg {
  width: 15px;
  height: 15px;
  fill: #6219FF;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .left>p {
  margin-bottom: 10px;
  line-height: 21px;
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-image: -o-linear-gradient(181deg, #ffffff 0%, #f4efff 100%);
  background-image: linear-gradient(269deg, #ffffff 0%, #f4efff 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: opacity 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .avtor {
  color: #48454e;
  font-size: 15px;
  font-weight: 400;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .avtor span {
  color: #6219ff;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .share .btn {
  color: #48454e;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .share .btn>svg {
  width: 17px;
  height: 14px;
  fill: #48454e;
  position: relative;
  left: 4px;
  top: -3px;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .share .btn:hover {
  color: #6219FF;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .share .btn:hover>svg {
  fill: #6219FF;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:hover .title {
  color: #6219FF;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:hover .title svg {
  opacity: 1;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 20px 110px;
  /* max-width: 1060px; */
  margin: 0 auto;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .left,
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .right {
  position: relative;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:hover .overlay {
  opacity: 1;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+5) .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+5) .cat,
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+5) .title {
  margin-bottom: 13px;
} 
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+5) .left>p {
  margin-bottom: 15px;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding-top: 63px;
  padding-bottom: 83px;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after h4 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  text-align: right;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after h4 a {
  color: #6219ff;
  text-decoration: underline;
  font-size: 32px;
  font-weight: 300;
  position: relative;
  padding-right: 36px;
  display: inline-block;
}
.home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after h4 a::after {
  content: '';
  background-image: url('../../../img/arrow-circle-purple.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0px;
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1200px) {
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+4) {
    padding: 20px 0px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(n+4) .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(4) .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .thumbnail {
    height: 255px;
  }
}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {
  .home-newsroom .home-newsroom-content .home-newsroom-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm {
    padding: 20px 0px;
    max-width: 1060px;
    margin: 0 auto;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features {
    border-right: 0px;
    padding-right: 0px;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .thumbnail,
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm:nth-child(4) .thumbnail {
    display: none;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .thumbnail {
    height: 302px;
  }
}
@media only screen and (max-width: 576px) {
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .thumbnail {
    height: 190px;
  }
}
@media only screen and (max-width: 375px) {
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .itm .row-avtor .avtor {
    font-size: 14px;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after h4,
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after h4 a {
    font-size: 28px;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .after h4 a::after {
    top: 0px;
  }
  .home-newsroom .home-newsroom-content .home-newsroom-bottom .list .features .thumbnail {
    height: 160px;
  }
}