.new-banner-home{
    position: relative;
    padding-bottom: 100px;
    }
.tab {
  width: 100%;
  background: #fff;
  margin: 0
    }
.tabContent {    
    position: relative;
    overflow: hidden;
    }
.tabContent .active { display: block; }
.tabContent > span  { display: none;  }
.tabContent > span .container{
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 200s;
    transform: scale(1.2);
    animation-name: kenburns-home-text;
    z-index: 3;
    }
@keyframes kenburns-home-text {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    95% {
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.tabContent .tabItem  { padding: 0; }
.tabContent .tabItem img { 
    min-height: 720px; 
    max-height: 720px; 
    transform: scale(2.0);
    z-index: 3;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-name: kenburns-home;
    
    }
@keyframes kenburns-home {
    0% {
     
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(50px, -6px, 0px);
    }
    100% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(50px, -6px, 0px);
    }
}
.tabContent .tabItem h4{  
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    }
.tabContent .tabItem h1{     
    font-size: 90px;
    line-height: 98px;
    margin: 0;
    padding: 0;  
  }
.tabContent .tabItem .title{     
    position: absolute;
    bottom: 0px;
    background: #fff;
    color: #464444;
    padding: 50px 20px 69px 60px;
    margin: 0;
    min-width: 500px;
    height: 180px;
    width: 50%;
    display: block;
    margin-left: -80px;
  }
.tabContent .tabItem .title p{     
    margin: 0;
    display: block;
    float: right;
    max-width: 455px;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
  }
.tabContent > span .container{ 
    display: none; 
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 205px;
    left: 0;
    right: 0;
    transform: translateY(0px);
    color: #fff;
    width: 100%;
    z-index: 9;
    }
.tabHeader { 
    position: relative;
    margin-top: -51px;
    }
.tabHeader ul {
    padding: 0;
    margin: 0;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    display: contents;
    }
.tabHeader ul li {
    float: left;
    width: 160px;
    text-align: center;
    cursor: pointer;
    list-style: none;
    display: block;
    margin-right: 30px;
    position: relative;
    min-height: 160px;
}
.tabHeader ul li:last-child {
     margin-right: 0;
}
.tabHeader ul li:nth-child(7) {
     margin-right: 0;
}
.tabHeader ul li img{
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 0;
    height: 100px;
}
.tabHeader ul li:before {
      /*
      background: rgb(3,164,129);
      background: -moz-linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
      background: -webkit-linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
      background: linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a481",endColorstr="#0eb2e8",GradientType=1);
      */
      content: "";  
      position: absolute;
      width: 175px;
      height: 100px;
      background:red;
      opacity: 0;
  }
.tabHeader ul li:hover:before{
  
   }
.tabHeader ul li p{
    position: relative;
    z-index: 1;
    font-size: 10px;
    line-height: 14px;
    color: #EF462C;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    }
.tabHeader ul li.active { 
    color: #464444;
  }
/*
.tabHeader ul li:hover p:after {
    background: rgb(3,164,129);
    background: -moz-linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
    background: linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a481",endColorstr="#0eb2e8",GradientType=1);
    content: "";  
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .50s;
  }
.tabHeader ul li:hover p:hover::after {
    transform: scaleY(1);
  }
*/
/*********************** Demo - 1 *******************/

/*********************** Demo - 11 *******************/
.box11{color:#000;position:relative;overflow:hidden;    cursor: pointer;}
.box11 img{width:100%;height:auto;margin-bottom: 20px}
.box11 p {
    z-index: 100;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    cursor: pointer;
    color: #EF462C;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
    }
.box11:hover p {
    color:#464444;
    }
.box11:after ,
.box11:before { position:absolute;content:"" }
.box11:before {
  background: rgb(3,164,129);
  background: -moz-linear-gradient(0deg, rgba(3,164,129,1) 0%, rgba(14,178,232,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(3,164,129,1) 0%, rgba(14,178,232, 1) 100%);
  background: linear-gradient(0deg, rgba(3,164,129,1) 0%, rgba(14,178,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a481",endColorstr="#0eb2e8",GradientType=1);
  width:100%;height:100%;opacity:.6;top:100%;left:0;z-index:1;transition:all .35s ease-in .3s
}
.box11:hover:before  {top:0px;transition:all .35s ease-out 0s}
.box11:hover:after {bottom:15%;transition:all .35s ease-in .2s}



@media only screen and (max-width:480px) {

    .tabContent .tabItem img {
        min-height: 500px;
        max-height: 500px;
        transform: scale(0.0);
        z-index: 3;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        animation-duration: 0s;
        animation-direction: alternate;
        animation-name: kenburns-home;
    }
    .tabContent .tabItem .title{
        position: relative;
        margin: 0;
        padding: 0;
        min-width: 100%;
        width: 100%;
    }
    .tabContent .tabItem .title p{
        float: none;
        padding: 20px;
    }
    .tabContent .tabItem .tooltip-css{
        right: 0;
        left: 0;
        bottom: 90px;
    }
    .tabHeader {
        position: relative;
        margin-top: 0;
        padding: 0;
    }
    
    .tabHeader ul{
        overflow: hidden;
        position: relative;
        margin: 0;
        left: 0;
    }
    .tabHeader ul li {
        float: left;
        width: 40%;
        display: block;
        margin: 0 5%;
        position: relative;
    }
    
    
.box11:after ,
.box11:before { position:absolute;content:"";display:none; }
.box11:before {display:none;
  background: rgb(3,164,129);
  background: -moz-linear-gradient(0deg, rgba(3,164,129,1) 0%, rgba(14,178,232,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(3,164,129,1) 0%, rgba(14,178,232, 1) 100%);
  background: linear-gradient(0deg, rgba(3,164,129,1) 0%, rgba(14,178,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a481",endColorstr="#0eb2e8",GradientType=1);
  width:100%;height:100%;opacity:.6;top:100%;left:0;z-index:1;transition:all .35s ease-in .3s
}
.box11:hover:before  {top:0px;transition:all .35s ease-out 0s;display:none;}
.box11:hover:after {bottom:15%;transition:all .35s ease-in .2s;display:none;}

    
    .tabHeader ul li:before {
      /*
      background: rgb(3,164,129);
      background: -moz-linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
      background: -webkit-linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
      background: linear-gradient(90deg, rgba(3,164,129,0.2) 0%, rgba(14,178,232,0.2) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03a481",endColorstr="#0eb2e8",GradientType=1);
      */
      content: "";  
      position: absolute;
      width: 40%;
      height: 100px;
      background:red;
      opacity: 0;
      display:none;
  }
    
    
    
}