/*Add font ================================*/
/* --------------------------------------*/
.group_title {
  text-align: center;
  padding: 4% 0;
}
.group_title h2 {
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  color: #0d0d0d;
  padding-bottom: 10px;
  position: relative;
}
.group_title h2:after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background: #f7941d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.article-category {
  font-family: Montserrat-Bold;
  letter-spacing: -0.2px;
  font-size: 16px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 24px;
  line-height: 1.8rem;
  margin: 0;
  opacity: 0.6;
  padding: 24px 0 8px;
}
@media (min-width: 768px) {
  .article-category {
    padding: 27px 0 8px;
  }
}

.first_big {
  flex: 0 0 100%;
  max-width: 100%;
}
.first_big .item {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.first_big .item .info {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(25% - 22px);
  padding-bottom: 51px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.first_big .item .info .title {
  font-family: Montserrat-Bold;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  color: #252525;
  margin-bottom: 8px;
}
.first_big .item .info h3 {
  padding: 0 34px;
}
.first_big .item .info .short {
  font-family: Montserrat-Light;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: center;
  overflow-wrap: break-word;
  color: #252525;
  padding: 0 39px;
}
.first_big .item .info .viewmore {
  font-family: Montserrat-Bold;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 3.5rem;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #ebebeb;
  color: #252525;
  transition: background-color 0.1s, color 0.1s;
}
.first_big .item .info .viewmore:hover, .first_big .item .info .viewmore:focus, .first_big .item .info .viewmore:active {
  background: #b3b3b3;
}

.list_item_knowledge {
  margin: 0 -16px;
}
.list_item_knowledge .row_item {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.list_item_knowledge .row_item .slick-slide .col_item {
  max-width: unset;
}
.list_item_knowledge .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px;
  padding-bottom: 28px;
}
@media (min-width: 576px) {
  .list_item_knowledge .row_item .col_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .list_item_knowledge .row_item .col_item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .list_item_knowledge .row_item .col_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.list_item_knowledge .row_item .col_item.slick-slide {
  max-width: unset;
}
.list_item_knowledge .row_item .col_item .item {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.list_item_knowledge .row_item .col_item .item > a {
  display: block;
}
.list_item_knowledge .row_item .col_item .item .img span {
  display: block;
}
.list_item_knowledge .row_item .col_item .item .img span img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .list_item_knowledge .row_item .col_item .item .img span {
    width: 100%;
  }
  .list_item_knowledge .row_item .col_item .item .img span img {
    width: 100%;
    height: auto;
  }
}
.list_item_knowledge .row_item .col_item .item .info {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 24px;
}
.list_item_knowledge .row_item .col_item .item .info .title {
  font-family: Montserrat-Bold;
  font-size: 28px;
  font-size: 1.9rem;
  text-align: center;
  color: #252525;
  margin-bottom: 8px;
}
.list_item_knowledge .row_item .col_item .item .info h3 {
  padding: 0 34px;
}
.list_item_knowledge .row_item .col_item .item .info .short {
  font-family: Montserrat-Light;
  font-size: 16px;
  font-size: 1.15rem;
  line-height: 1.625rem;
  text-align: center;
  overflow-wrap: break-word;
  color: #252525;
  padding: 0 39px;
}
.list_item_knowledge .row_item .col_item .item .info .viewmore {
  font-family: Montserrat-Bold;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 3.5rem;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #ebebeb;
  color: #252525;
  transition: background-color 0.1s, color 0.1s;
}
.list_item_knowledge .row_item .col_item .item .info .viewmore:hover, .list_item_knowledge .row_item .col_item .item .info .viewmore:focus, .list_item_knowledge .row_item .col_item .item .info .viewmore:active {
  background: #b3b3b3;
}

.btn_viewmore {
  color: #fff;
  background: #333;
  border: 0;
  display: inline-block;
  padding: 8px 18px;
  position: relative;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
.btn_viewmore:hover, .btn_viewmore:focus {
  background: #f56423;
}
.btn_viewmore:hover:before, .btn_viewmore:hover:after, .btn_viewmore:focus:before, .btn_viewmore:focus:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}
.btn_viewmore:hover:before, .btn_viewmore:focus:before {
  border-top: 2px solid #f45a14;
  border-left: 2px solid #f45a14;
  top: -5px;
  left: -5px;
}
.btn_viewmore:hover:after, .btn_viewmore:focus:after {
  border-bottom: 2px solid #f45a14;
  border-right: 2px solid #f45a14;
  bottom: -5px;
  right: -5px;
}

/*-------------------list_other----------------*/
.list_other {
  padding: 3rem 0;
}
.list_other .list_other-title {
  text-align: center;
}
.list_other .list_other-title h3 {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Montserrat-Bold;
  letter-spacing: -0.5px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .list_other .list_other-title h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .list_other .list_other-title h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}