.about-us-new-banner {
    position: relative;
    /* background: #000; */
    /* background-image: url(images/about-us-bg.jpg); */
    background-position: right top;
    background-repeat: no-repeat;

    background-color: transparent;
    background-size: cover;
    background-clip: border-box;
    background-origin: padding-box;


    /* max-height: 530px; */
    min-height: 400px;
    overflow: hidden;
  }
  .about-us-new-banner div.about-us-new-banner-inner {
    position: absolute;
    /* bottom: 6%;
    left: 40px; */
    bottom: 10%;
    /* margin-bottom: 100px; */
    transition: opacity 0.3s ease-in-out;
  }
  @media (max-width: 768px) {
    .about-us-new-banner div.about-us-new-banner-inner {
      bottom: 4%;
    }
  }
  @media (max-width: 480px) {
    .about-us-new-banner div.about-us-new-banner-inner {
      bottom: 8%;
    }
  }
  .about-us-new-banner div.about-us-new-banner-inner h1 {
    /* width: 60%; */
    line-height: 110%;
    font-size:50px;
    animation: BannerFadeInDown 1s ease-in both;
    animation-delay: 0.8s;
    /* animation-delay: 0.3s; */
  }
  .about-us-new-banner div.about-us-new-banner-inner p.lead {
    animation: BannerFadeInDown 1s ease-in both;
    animation-delay: 1.5s;
  }
  .about-us-new-banner div.about-us-new-banner-inner h1 span.underline{
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 4px solid #ffffff;
    /* fire animation once */
    animation: BannerToPink .5s 1;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
  }
  .underline-offset-1 {
    animation-delay: 1.6s !important;
  }
  .underline-offset-2 {
    animation-delay: 2s !important;
  }
  .about-us-new-banner div.about-us-new-banner-inner img.banner-logo {
    margin-bottom: 20px;
    animation: BannerFadeInDown 0.6s ease-in both;
      /* animation-delay: 0.3s; */
  }
  .about-us-new-banner div.about-us-new-banner-inner.fade-out {
    opacity: 0;
  }
  img.about-us-squares {
    position: absolute;
    height: auto;
  }
  @media (max-width: 767px) {
    img.about-us-squares {
      display: none;
    }
  }

  img.about-us-squares.sq1 {
    top: 0;
    left: 10%;
    opacity: 0.6;
  }
  img.about-us-squares.sq2 {
    top: 0;
    right: 28%;
    width: 300px;
    opacity: 0.6;
  }
  img.about-us-squares.sq3 {
    top: 10%;
    left: 2%;
    opacity: 0.3;
  }

  @keyframes BannerToPink {
  0%   { border-color: #ffffff;}
  100% { border-color: #fe3576; }
  }
  @keyframes BannerFadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
  }

.timeline .glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.5em;
}
  .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 10%, rgba(238,238,238,1) 90%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 10%,rgba(238,238,238,1) 90%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    left: 50%;
    margin-left: -1.5px;
  }
  .timeline > li {
    margin-bottom: 50px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
  }
  .timeline > li p.date {
    /* pre flexbox */
    /* padding: 30px 20px 0 20px; */
    margin-left: -5px;
    font-size: 280%;
    font-weight: 100;
    letter-spacing: -1px;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li > .timeline-panel {
    width: 95%;
    float: left;
    border-radius: 4px;
    position: relative;
    background-color: #eee;
  }

  .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #eee;
    border-right: 0 solid #eee;
    border-bottom: 15px solid transparent;
    content: " ";
  }

  .timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;

  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline-badge > a {
    color: #00ace3 !important;
  }
  .timeline-badge a:hover {
    /* color: #000 !important; */
  }
  .timeline-title {
    margin-top: 0;
    color: inherit;
  }
  .timeline-body {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      align-items: center;
  }
  .timeline-body p,
  .timeline-body ul {
      /* padding:20px; */
      margin-bottom: 0;
  }
  .timeline-body > p {
    margin-top: 0;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }
  .timeline-footer{
      padding:20px;
      background-color:#f4f4f4;
  }
  .timeline-footer > a{
      cursor: pointer;
      text-decoration: none;
  }
  .tooltip{

      position:absolute;
      z-index:1020;
      display:block;
      visibility:visible;
      padding:5px;
      font-size:11px;
      opacity:0;
      filter:alpha(opacity=0);

  }
  .tooltip.in{
      /*opacity:0;
      filter:alpha(opacity=80);*/

  }
  .tooltip.top{
      margin-top:-2px;
  }
  .tooltip.right{
      margin-left:2px;
  }
  .tooltip.bottom{
      margin-top:2px;
  }
  .tooltip.left{
      margin-left:-2px;
  }
  .tooltip.top .tooltip-arrow{
      bottom:0;
      left:0;
      margin-left:0;
      border-left:0 solid transparent;
      border-right:5px solid transparent;
      border-top:0 solid #000;
  }
  .tooltip.left .tooltip-arrow{
      bottom:0;
      left:0;
      margin-left:0;
      border-left:0 solid transparent;
      border-right:5px solid transparent;
      border-top:0 solid #000;
  }
  .tooltip.bottom .tooltip-arrow{
      bottom:0;
      left:0;
      margin-left:0;
      border-left:0 solid transparent;
      border-right:5px solid transparent;
      border-top:0 solid #000;
  }
  .tooltip.right .tooltip-arrow{
      bottom:0;
      left:0;
      margin-left:0;
      border-left:0 solid transparent;
      border-right:5px solid transparent;
      border-top:0 solid #000;
  }
  .tooltip-inner{
      width:200px;
      padding:3px 8px;
      color:#fff;
      text-align:center;
      text-decoration:none;
      background-color:#313131;
      -webkit-border-radius:0px;
      -moz-border-radius:0px;
      border-radius:0px;
  }
  .tooltip-arrow{
      position:absolute;
      width:0;
      height:0;
  }
  .timeline > li.timeline-inverted{
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li:nth-child(2){
    margin-top: 60px;
  }
  .timeline > li.timeline-inverted > .timeline-badge{
    left: -12px;
  }

  @media (max-width: 767px) {
      ul.timeline:before {
          left: 40px;
      }

      ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
      }
      ul.timeline > li > .timeline-panel {
          width: calc(100% - 90px);
          width: -moz-calc(100% - 90px);
          width: -webkit-calc(100% - 90px);
      }

      ul.timeline > li > .timeline-badge {
          left: 28px;
          margin-left: 0;
          top: 16px;
      }

      ul.timeline > li > .timeline-panel {
          float: right;
      }

          ul.timeline > li > .timeline-panel:before {
              border-left-width: 0;
              border-right-width: 15px;
              left: -15px;
              right: auto;
          }

          ul.timeline > li > .timeline-panel:after {
              border-left-width: 0;
              border-right-width: 14px;
              left: -14px;
              right: auto;
          }

  .timeline > li.timeline-inverted{
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-badge{
    left: 28px;
  }
  }
/*2021-6-6*/
@media(max-width:768px) {

    div#product-tab-scaffolding ul.nav-tabs {
        display: block !important
    }
}
div#product-tab-scaffolding ul.nav-tabs>li.active>a, div#product-tab-scaffolding ul.nav-tabs>li.active>a:focus, div#product-tab-scaffolding ul.nav-tabs>li.active>a:hover {
    color: #17181a;
    border-color: #10ace0;
}
div#product-tab-scaffolding ul.nav-tabs>li>a {
    font-weight: 400;
    color: #757575;
    font-size: 29px ;
    border-bottom: 4px solid transparent;
    margin: 0 auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    transition: color .3s ease;
}
@media (max-width: 480px){
  div#product-tab-scaffolding ul.nav-tabs>li>a {
      font-weight: 400;
      color: #757575;
      font-size: 18px !important;
      border-bottom: 4px solid transparent;
      margin: 0 auto;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      outline: 0;
      transition: color .3s ease;
  }
}
section#product-content .tab-content .tab-pane-content {
    padding-top: 15px;
}
/*2021-6-6*/