.ebg-tab > .ebg-tab-head .ebg-tab-head-item,
.ebg-tab > .ebg-tab-head.styleone ul li a {
  line-height: 1.5;font-size: 16px;margin-top: -4px;margin-bottom: -4px;
}
@media (max-width: 1600px) {
  .ebg-tab > .ebg-tab-head .ebg-tab-head-item,
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 1200px) {
  .ebg-tab > .ebg-tab-head .ebg-tab-head-item,
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .ebg-tab-head-item,
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    line-height: 1.57142857;font-size: 14px;margin-top: -4px;margin-bottom: -4px;
  }
}
.ebg-tab {
  position: relative;
}
.ebg-tab > .ebg-tab-head {
  position: relative;
  text-align: center;
  zoom: 1;
  margin-bottom: 30px;
}
.ebg-tab > .ebg-tab-head:after {
  display: block;
  content: "";
  clear: both;
}
.ebg-tab > .ebg-tab-head .ebg-tab-head-item {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  position: relative;
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .ebg-tab-head-item {
    margin-right: 15px;
  }
}
.ebg-tab > .ebg-tab-head .ebg-tab-head-item:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.ebg-tab > .ebg-tab-head .ebg-tab-head-item:after {
  position: absolute;
  height: 2px;
  width: 40%;
  left: 30%;
  bottom: -6px;
  background-color: #c7000b;
  opacity: 0;
  -webkit-transition: width 0.4s, left 0.4s, opacity 0.4s;
  transition: width 0.4s, left 0.4s, opacity 0.4s;
}
.ebg-tab > .ebg-tab-head .ebg-tab-head-item.active {
  color: #c7000b;
}
.ebg-tab > .ebg-tab-head .ebg-tab-head-item.active:after {
  opacity: 1;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .ebg-tab > .ebg-tab-head .ebg-tab-head-item:hover {
    color: #c7000b;
    cursor: pointer;
  }
}
.ebg-tab > .ebg-tab-head .ebg-tab-head-item:last-child {
  margin-right: 0;
}
.ebg-tab > .ebg-tab-head .tab-viewMore {
  position: absolute;
  right: 0;
  top: 2px;
}
.ebg-tab > .ebg-tab-head .tab-viewMore .more-list {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 175px;
  z-index: 1000;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .tab-viewMore .more-list {
    margin-top: 15px;
  }
}
.ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item {
    margin-top: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item {
    margin-left: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item {
    margin-right: 15px;
  }
}
.ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item.active:after {
  bottom: -2px;
}
.ebg-tab > .ebg-tab-head .tab-viewMore .more-list .ebg-tab-head-item:last-child.active {
  margin-bottom: 17px;
}
.ebg-tab > .ebg-tab-head .tab-viewMore > a {
  color: #333;
}
@media (min-width: 1201px) {
  .ebg-tab > .ebg-tab-head .tab-viewMore > a:hover {
    color: #c7000b;
    cursor: pointer;
  }
}
.ebg-tab > .ebg-tab-head.styleone ul {
  text-align: center;
}
@media (max-width: 992px) {
  .ebg-tab > .ebg-tab-head.styleone ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .ebg-tab > .ebg-tab-head.styleone ul::after {
    display: block;
    position: absolute;
    height: 1px;
    width: 200%;
    left: -50%;
    bottom: 0px;
    background-color: #e2e2e2;
    -webkit-transition: width 0.4s, left 0.4s, opacity 0.4s;
    transition: width 0.4s, left 0.4s, opacity 0.4s;
    content: "";
  }
}
.ebg-tab > .ebg-tab-head.styleone ul li {
  display: inline-block;
  margin: 0 10px;
}
.ebg-tab > .ebg-tab-head.styleone ul li::after {
  display: none;
}
.ebg-tab > .ebg-tab-head.styleone ul li a {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #666;
  border-radius: 100px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    padding-left: 25px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    padding-right: 25px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    padding-top: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    padding-bottom: 15px;
  }
}
.LANG-en .ebg-tab > .ebg-tab-head.styleone ul li a {
  font-family: ebg-font-bold, Arial;
  font-weight: normal;
}
@media (max-width: 992px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    line-height: 1.5;
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
@media (max-width: 750px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
}
@media (max-width: 992px) {
  .ebg-tab > .ebg-tab-head.styleone ul li a::after {
    display: block;
    position: absolute;
    height: 2px;
    width: 90%;
    left: 5%;
    bottom: 0px;
    background-color: #c7000b;
    opacity: 0;
    -webkit-transition: width 0.4s, left 0.4s, opacity 0.4s;
    transition: width 0.4s, left 0.4s, opacity 0.4s;
    content: "";
    z-index: 1;
  }
}
.ebg-tab > .ebg-tab-head.styleone ul li.active a {
  color: #fff;
  background: #c7000b;
}
@media (max-width: 992px) {
  .ebg-tab > .ebg-tab-head.styleone ul li.active a {
    background: transparent;
    color: #333;
  }
}
@media (max-width: 992px) {
  .ebg-tab > .ebg-tab-head.styleone ul li.active a::after {
    opacity: 1;
  }
}
.ebg-tab > .ebg-tab-con {
  position: relative;
  zoom: 1;
}
.ebg-tab > .ebg-tab-con:after {
  display: block;
  content: "";
  clear: both;
}
.ebg-tab > .ebg-tab-con > .ebg-tab-con-item {
  display: none;
}
.ebg-tab > .ebg-tab-con > .ebg-tab-con-item.active {
  display: block;
  opacity: 0;
  -webkit-animation-name: ebg-animate-fadeIn;
  animation-name: ebg-animate-fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (print), (prefers-reduced-motion) {
  .ebg-tab > .ebg-tab-con > .ebg-tab-con-item.active {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1;
  }
}
@-webkit-keyframes ebg-animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ebg-animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
