/* default settings */
.news-related .c-card .photo {
  padding-bottom: 65.7%;
}
.news-related .c-card .group .title {
  margin-top: 1rem;
  font-size: 1rem;
}

.c-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: left;
}
.c-card .photo {
  display: block;
  position: relative;
  padding-bottom: 62%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.c-card .photo:hover {
  opacity: 0.7;
}
.c-card .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card .group {
  position: relative;
}
.c-card .group .title {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #10623a;
}
.c-card .group .title:hover {
  opacity: 0.8;
}
.c-card .group .date {
  font-family: SVN-Gilroy, sans-serif;
  font-style: normal;
  margin-top: 0.9375rem;
}
.c-card .group .extra {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .c-card .group .title {
    font-size: 0.875rem;
  }
  .c-card .group .date {
    font-size: 0.875rem;
  }
}

.key.key-page {
  background-image: url(../img/sustainable/key.jpg);
}

.sustainable-category .row {
  display: block;
  padding: 3.75rem 0 2.5rem;
  min-height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.sustainable-category .row.row01 {
  background-image: url(../img/sustainable/background1.jpg);
}
.sustainable-category .row.row02 {
  background-image: url(../img/sustainable/background2.jpg);
}
.sustainable-category .row.row03 {
  background-image: url(../img/sustainable/background3.jpg);
}
.sustainable-category .row.row04 {
  background-image: url(../img/sustainable/background4.jpg);
}
.sustainable-category .row.row05 {
  background-image: url(../img/sustainable/background5.jpg);
}
.sustainable-category .row:nth-child(odd) .group {
  margin-left: auto;
}
.sustainable-category .row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0));
}
.sustainable-category .row:nth-child(even):after {transform: rotate(180deg);}
.sustainable-category .group {
  position: relative;
  z-index: 1;
  margin: 0 8.125rem;
  width: 20rem;
  color: #fff;
  text-align: center;
}
.sustainable-category .group .icon {
  display: inline-block;
  width: 7.6875rem;
}
.sustainable-category .group dl dt {
  font-family: SVN-GilroySemiBold, sans-serif;
  font-style: normal;
  margin: 1.5625rem 0 1rem;
  line-height: 1.375rem;
  font-size: 1.25rem;
}
.sustainable-category .group dl dd {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.25rem;
  max-width: 18.75rem;
}
@media (max-width: 767px) {
  .sustainable-category .row:after {
    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
    transform: rotate(0)!important;
}
  .sustainable-category .group {
    margin: 0 auto;
  }
}

.sustainable-single {
  padding: 4.375rem 0 6.375rem;
}
.sustainable-single .sidebar {
  width: 18rem;
}
.sustainable-single .sidebar .list li {
  margin-bottom: 0.9375rem;
}
.sustainable-single .sidebar .list li a {
  background-color: #e5e5e5;
  display: block;
  padding: 0.625rem 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.sustainable-single .sidebar .list li a:hover {
  background-color: #10623a;
  color: #fff;
}
.sustainable-single .sidebar .list li.is-active a {
  background-color: #10623a;
  color: #fff;
}
.sustainable-single .content {
  width: 43.75rem;
}
.sustainable-single .content p {
  margin-bottom: 1.5625rem;
}
.sustainable-single .content ul {
  margin-bottom: 1.875rem;
  text-align: left;
}
.sustainable-single .content ul li {
  font-family: SVN-GilroyBold, sans-serif;
  font-style: normal;
  line-height: 1.75rem;
  margin-left: 1.125rem;
  list-style-position: inside;
  list-style-type: circle;
}
.sustainable-single .content .photo-2i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustainable-single .content .photo-2i img {
  width: 48.5%;
}
@media (min-width: 768px) {
  .sustainable-single .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .sustainable-single {
    padding: 3.125rem 0 3.75rem;
  }
  .sustainable-single .sidebar {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
  .sustainable-single .content {
    width: 100%;
  }
}

.news-related {
  padding-bottom: 4.375rem;
}
.news-related .c-card-wrap .c-card {
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .news-related .c-card-wrap .c-card {
    width: 31.2%;
    margin-right: 3.2%;
  }
  .news-related .c-card-wrap .c-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news-related .c-card-wrap .c-card {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .news-related {
    padding-bottom: 3.125rem;
  }
}
