
/*BANNER-PRODUCT*/

.banner-product + .banner-product{
    margin-top: 20px !important;
    }
.banner-product:first-of-type{
    margin-top: 20px !important;
    }
.banner-product{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    position: relative;
    clear: both;
    margin-top: 80px;
   }


.left{
    background-position: right;
    }
.left .content{
    padding: 30px;
    width: 55%;
    float: left;
    display: inline-block;
    }


.right{
    background-position: left;
    }
.right>.content{
    padding: 30px;
    margin-left: 55%;
    }


.banner-product .white{
    color:white;
    }
.banner-product .white p{
    color:white;
    }


.banner-product p{
   font-size: 20px;
   }
.banner-product ul{
   font-size: 20px;

   }
.banner-product ul li{
   line-height: 24px;
    }

.banner-product .button{
    position: absolute;
    bottom: 45px;
    }


.banner-product .link{
    position: absolute;
    bottom: 45px;
    }




.banner-product .list{
    clear: both;
    display: block;
    overflow: auto;
    }
.banner-product .list>.items{
    display: block;
    clear: both;
    }
.banner-product .list>.items>li{
    display: inline-block;
    width: 30%;
    float: left;
    list-style: none;
    }


.banner-product .list>.items>li:not(:first-child){
    margin-left: 3%;
    }
.list .title{
    font-size: 30px;
    padding-top: 10px;
    float: left;
    }
.list .subtitle{
    font-size: 14px;
    padding-top: 10px;
    float: left;
    clear: both;
    }

li>.subtitle{
     font-size: 10px;
    }
.banner-product .list li img{
    padding: 30px 0;
    }



.banner-product .slider{
    height: 300px;
    position: absolute;
    width: 656px;
    display: block;
    right: 0;
    }




@media (max-width: 768px){
 .banner-product{
  background-position: 140%;
 }
  .right{
 background-position: left;
  }
}


@media (max-width: 900px){
 .banner-product{
  background-position: 140%;
 }
  .right{
 background-position: left;
  }
}


@media (max-width: 1280px){
    .banner-product{
    background-position: 120%;
    }
    .right{
        background-position: left;
        }
}

@media (max-width: 992px){
.banner-product{
    background-position: 150% 100%;
    }
.right{
    background-position: left;
    }

.banner-product a{
    bottom: 50px;
    }

    .list .title{
        font-size: 24px;
        }
    .list .subtitle{
        font-size: 14px;
        }


 .banner-product h1,h2{
      font-size: 28px;
           }
    .banner-product p{
      font-size: 16px;
           }
     .banner-product ul{
        font-size: 16px;
           }


    }











/*BANNER TOOLTIP*/


.comment {
    cursor: default;
}
.comment>.tooltip {
    cursor: default;
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 11px;
    line-height: 1.4;
    opacity: .85;
    padding: 8px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    width: 260px;
}

.comment:after{
	content: "?";
    position: absolute;
    background-color: #f5f7fa;
    color: #666666;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: bold !important;
    border-radius: 30px !important;
    text-align: center;
    width: 25px;
    height: auto;
    margin-left: 10px;
    margin-top: -6px;
}
.comment:hover>.tooltip {
    display: inline-block;
    margin-top: 20px;
}


