.navigation-bottom {
  margin-top: -5px;
}
.navigation-bottom .row {
  margin-top: 23px;
}
.navigation-bottom .links-wrap a {
  color: #007db8;
  font-family: "SAPRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}
html.content-zh_cn .navigation-bottom .links-wrap a {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
html.content-iw_il .navigation-bottom .links-wrap a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ar_ae .navigation-bottom .links-wrap a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ja_jp .navigation-bottom .links-wrap a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html.content-ko_kr .navigation-bottom .links-wrap a {
  font-family: "Malgun Gothic", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
html.content-zh_tw .navigation-bottom .links-wrap a {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.navigation-bottom .links-wrap a:after {
  content: '>';
  margin-left: 4px;
  margin-right: -15px;
  display: inline-block;
  transform: scaleX(0.4);
  vertical-align: baseline;
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .navigation-bottom {
    margin-top: -4px;
  }
  .navigation-bottom .links-wrap a {
    font-size: 16px;
  }
  .navigation-bottom .row {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-bottom {
    margin-top: 29px;
  }
  .navigation-bottom .links-wrap a {
    font-size: 15px;
  }
  .navigation-bottom .links-wrap a:after {
    margin-left: 3px;
  }
  .navigation-bottom .row {
    margin-top: 0;
  }
  .navigation-bottom .row:first-child div[class^='col-']:first-child {
    margin-top: 0;
  }
  .navigation-bottom .row div[class^='col-'] {
    text-align: center;
    margin-top: 18px;
  }
}
.rtl .navigation-bottom .row > div {
  float: right;
}
.rtl .navigation-bottom .links-wrap a:after {
  margin-left: -15px;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .rtl .navigation-bottom .links-wrap a:after {
    margin-right: 3px;
  }
}
