.renew-gnav {
  max-width: 1140px;
  margin: 0 auto 35px;
}

.renew-gnav__row {
  overflow: hidden;
}

.renew-gnav__cell {
  float: left;
  width: 14.2857%;
}

.renew-gnav__cell--update {
  display: none;
}

.renew-gnav__link {
  display: block;
  text-align: center;
}


@media screen and (max-width: 1140px) {
  .renew-gnav__cell {
    width: 25%;
  }

  .renew-gnav__cell:nth-child(5) {
    margin-left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .renew-gnav__cell {
    width: 33.3333%;
  }

  .renew-gnav__cell:nth-child(5) {
    margin-left: 0;
  }

  .renew-gnav__cell--update {
    display: block;
  }
}

@media screen and (max-width: 567px) {
  .renew-gnav__cell {
    width: 50%;
  }
}

.renew-cv {
  background-color: #e1e1e3;
  overflow: hidden;
}

.renew-cv__update {
  text-align: center;
  margin: 35px 0;
}

.renew-cv__links {
  margin: 35px 0 27px;
}

.renew-cv__link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.renew-cv__link .icon-chevron-right {
  color: #e70012;
  margin-right: 14px;
}

.renew-cv__about {
  margin: 0 0 35px;
}

.renew-cv__about a {
  color: #000;
  font-weight: bold;
  font-size: 110%;
}



/* breadcrumb */
.breadcrumb .breadcrumb-wrap{position:relative}
.breadcrumb .breadcrumb-wrap:after{content:" ";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1;background-color:#ccc;opacity:.3}
.breadcrumb .breadcrumb-wrap.light-theme:after{background-color:#fff;opacity:.1}
.breadcrumb .breadcrumb-wrap.light-theme ul.crumbs>li{color:#fff}
.breadcrumb .breadcrumb-wrap.light-theme .current-page:after{background-color:#fff}
.breadcrumb .breadcrumb-wrap.light-theme .sibling-dropdown:after{background-color:#4d4d4f;opacity:.85}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap:after{background-color:#ccc;opacity:1}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap ul.crumbs>li{color:#333}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap .current-page:after{background-color:#ccc}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap .sibling-dropdown:after{color:#fff;background-color:#4d4d4f;opacity:.85}
.breadcrumb ul.crumbs{display:none}
.breadcrumb ul.crumbs:before,.breadcrumb ul.crumbs:after{content:" ";display:table}
.breadcrumb ul.crumbs:after{clear:both}

@media screen and (min-width:48em) {.breadcrumb ul.crumbs{display:block}}
.breadcrumb ul.crumbs>li{float:left;margin-bottom:0;margin-right:10px;margin-right:.625rem;font-size:14px;font-size:.875rem;padding:20px 0;padding:1.25rem 0;font-weight:normal;color:#333}
.breadcrumb ul.crumbs>li a{color:inherit;font-weight:normal;margin-right:5px;margin-right:.3125rem}
.breadcrumb ul.crumbs>li .icon-chevron-right{margin:0 8px;margin:0 .5rem}
.breadcrumb ul.crumbs .current-page{color:#c00 !important;font-size:18px !important;font-size:1.125rem !important;padding:20px;padding:1.25rem;margin-right:0;position:relative}
.breadcrumb ul.crumbs .current-page:after{background-color:#ccc;content:" ";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}
.breadcrumb ul.crumbs .current-page.open{min-width:250px;min-width:15.625rem}
.breadcrumb ul.crumbs.supercrumb .current-page{padding:0}
.breadcrumb .sibling-toggle{background:transparent;border:0;padding:20px;padding:1.25rem;width:100%;text-align:left}
.breadcrumb .sibling-toggle .icon-chevron-down{font-size:9px;font-size:.5625rem;float:right;margin:5px 0 0 10px;margin:.3125rem 0 0 .625rem}
.breadcrumb .sibling-dropdown{padding-bottom:0;padding-top:10px;padding-top:.625rem;background:transparent;border:0;margin-top:0;min-width:100%;box-shadow:none}
.breadcrumb .sibling-dropdown:after{background-color:#4d4d4f;content:" ";height:100%;left:0;opacity:.85;position:absolute;top:0;width:100%;z-index:-1}
.breadcrumb .sibling-dropdown li{color:#fff;font-weight:bold;padding:0 20px;padding:0 1.25rem;white-space:nowrap;font-size:14px;font-size:.875rem}
.breadcrumb .sibling-dropdown li a{font-weight:normal;padding:0}
.breadcrumb .sibling-dropdown li a:hover{font-weight:bold;color:#fff}
.breadcrumb.breadcrumb-fixed{position:fixed !important;top:50px;top:3.125rem;width:100% !important;z-index:1009 !important}

/* breadcrumb add */
.breadcrumb a {
  text-decoration: none;
}
