.bg-green {
  background-color: #e0f4ed
}

.bg-green .outline-btn {
  border: 1px solid #2eb788;
  color: #2eb788
}

.bg-green .outline-btn::after {
  background-image: url(../img/chevron-right-icon-green.svg)
}

.bg-green .items {
  box-shadow: 0 4px 0 #b5ddcf
}

@media screen and (min-width: 1025px) {
  .bg-green .items {
    box-shadow: 0 8px 0 #b5ddcf
  }
}

.bg-green .badge-block .badge {
  color: #2eb788;
  border: 1px solid #2eb788
}

.bg-green .detail-nav li a {
  background-color: #2eb788
}

.bg-green .detail-nav li.active {
  background-color: #e0f4ed;
  color: #2eb788
}

@media screen and (min-width: 1025px) {
  .bg-green .detail-nav {
    background-color: #2eb788
  }

  .bg-green .detail-nav li a:hover {
    background-color: #e0f4ed;
    color: #2eb788
  }
}

.bg-green .detail-block h3 {
  color: #2eb788
}

.bg-green .detail-block h3::before {
  background-color: #2eb788
}

.bg-green .detail-block table a {
  color: #2eb788
}

@media screen and (min-width: 1025px) {
  .bg-green .detail-block table a {
    color: #333
  }
}

.pagination .page-item a {
  color: #2eb788
}

@media screen and (min-width: 1025px) {
  .pagination .page-item a:hover {
    background-color: #2eb788
  }
}

.pagination .page-item.active,
.pagination .page-item.disabled {
  background-color: #2eb788
}

.for-list {
  color: #143a60;
  text-decoration: underline;
}

/* news */
.news-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 20px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .news-area {
    padding: 50px 0 0;
  }
}

.news-area .area-title-wrap {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .news-area .area-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.news-area .area-title {
  color: #143a60;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 600px) {
  .news-area .area-title {
    font-size: min(2.36vw, 34px);
  }
}

.news-area .badge-text {
  font-size: 12px;
  color: #797979;
  margin-top: 10px;
}

@media screen and (max-width: 350px) {
  .news-area .badge-text {
    font-size: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .news-area .badge-text {
    margin-top: 0;
  }
}

.news-area .news-block {
  border-top: solid 1px #e8e4d5;
  border-bottom: solid 1px #e8e4d5;
  padding: 16px 0;
}

.news-area .news-title {
  font-weight: bold;
  padding-bottom: 16px;
}

.news-area .experiences {
  margin-right: 10px;
}

.news-area .experiences img {
  width: 24px;
  height: auto;
  vertical-align: bottom;
}

.for-news-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.for-news-list a {
  color: #143a60;
  font-weight: bold;
  display: block;
  padding-right: 20px;
  position: relative;
  transition: all 0.5s;
}

.for-news-list a:hover {
  opacity: 0.7;
}

.for-news-list a::before,
.for-news-list a::after {
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  background-color: #143a60;
  position: absolute;
  right: 0;
}

.for-news-list a::before {
  top: 9px;
  transform: rotate(45deg);
}

.for-news-list a::after {
  top: 14px;
  transform: rotate(-45deg);
}
