/* top banner
/* ------------------------ */
.topBanner{
    max-width: 1400px;
    margin: auto;
}
.topBanner img{ max-width: 100%; width: auto}
.topBanner .owl-stage-outer{
    border-bottom: 1px solid #6e6e6e;
}
.topBanner .owl-controls,
.topBanner .owl-nav{
    margin: 0;
    position: static;
}
.topBanner .owl-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    width: 20%;
    border-top: 1px solid rgba(110, 110, 110, .5);
    height: 22px;
}
.topBanner .owl-dots:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: -33px;
    display: block;
    width: 34px;
    height: 22px;
    background: transparent url('/images/icone/bg-owl-dots.png') top left no-repeat;
}
.topBanner .owl-dots .owl-dot > span{
    border: 1px solid #ccc;
    background: #fafafa;
    width: 9px;
    height: 9px;
    margin-top: 6px;
}
.topBanner .owl-dots .owl-dot.active > span{
    border-color: #6e6e6e;
    background: #6e6e6e;
}
.topBanner .owl-controls .owl-nav [class*=owl-]{
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 55px;
    height: 55px;
    margin: -27px 0 0 0;
    padding: 0;
    display: block;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    transition: background-color .2s ease-in-out;
    border-radius: 0;
}
.topBanner .owl-controls .owl-nav .owl-prev{
    left: 3%;
}
.topBanner .owl-controls .owl-nav .owl-next{
    right: 3%;
}
#main > section{
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (min-width: 992px){
    #main > section{
        margin-bottom: 90px;
    }
}
/* solutions section
/* ------------------------ */

.solutionsSection .cardProduct img{
    max-height: 80px;
}
.solutionsSection .cardProduct .desc a{
    display:block;
}
/* infographic section
/* ------------------------ */

.infographicSection{
    background: #e5e5e5;
}
.infographicTitle{
    text-align: center;
    font-size: 32px;
    font-weight: 200;
    margin: 15px 0;
}
.infographicButtons > strong, .infographicButtons > b{
    font-weight: 600;
}
.infographicImg{
    margin: 15px auto;
}
.infographicDesc{
    margin: 15px 0;
}
.infographicDesc, .infographicDesc p{
    text-align: center;
    font-size: 18px;
    font-weight: 200;
}
.infographicDesc b, .infographicDesc strong{
    font-weight: 500;
}
.infographicSubtitle{
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin: 60px 0;
}
.infographicButtons{
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
}
@media (min-width: 992px){
    .infographicSection{
        padding-top:60px;
        padding-bottom:60px;
    }
    .infographicTitle{
        font-size: 40px;
    }
    .infographicDesc{
        max-width: 945px;
        margin: 0 auto;
    }
    .infographicDesc, .infographicDesc p{
        font-size: 23px;
    }
    .infographicSubtitle{
        font-size: 32px;
    }
    .infographicButtons .btn{
        width: 350px;
    }

}
/* product categories section
/* ------------------------ */

@media (min-width: 992px){
    .productCategoriesSection{
        margin-top: 90px;
    }
}
/* awards carusel
/* ------------------------ */
.awardsSection .awardsHeader{
    text-align: center;
    margin: 30px 0 0;
}
.awardsSection .awardsHeader .prev,
.awardsSection .awardsHeader .next{
    width: 30px;
    height: 30px;
    display: inline-table;
    font-family: 'FontAwesome', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #008ecf;
    cursor: pointer;
    transition: color .2s ease-in-out;
}
.awardsSection .awardsHeader .prev:hover,
.awardsSection .awardsHeader .next:hover{
    color: #0072af;
}
.awardsSection .awardsHeader .title{
    display: inline-table;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 0 30px;
}
.awardsSection #awardsCarusel .item{
    padding: 0 8px;
}
.awardsSection #awardsCarusel .title{
    font-size: 18px;
    text-transform:uppercase;
}
.newsSection .subtitle p{ font-size: 14px; line-height: 1.3}

/*IPAD LANDSCAPE*/
@media (min-width: 991px) and (max-width: 1199px){
    .topBanner .owl-controls .owl-nav .owl-prev{
        left: 10px;
    }
    .topBanner .owl-controls .owl-nav .owl-next{
        right: 10px;
    }
    #main > section{ margin-bottom: 40px }
    .awardsSection #awardsCarusel .title{ font-size: 16px }

}

/*IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 990px){
    .topBanner .owl-controls .owl-nav .owl-prev{
        left: 10px;
    }
    .topBanner .owl-controls .owl-nav .owl-next{
        right: 10px;
    }
    #main > section{ margin-bottom: 40px }
    .awardsSection #awardsCarusel .title{ font-size: 16px }
    .topBanner .owl-controls .owl-nav [class*=owl-]{
        width: 40px;
        height: 40px;
        line-height: 1;
        font-size: 34px;
    }
    .topBanner .owl-controls .owl-nav .owl-prev{
        left: 10px;
    }
    .topBanner .owl-controls .owl-nav .owl-next{
        right: 10px;
    }
    .infographicButtons{ margin: 15px 20% }
}

/* MOBILE */
@media (max-width: 767px){
    .topBanner .owl-controls .owl-nav [class*=owl-]{ width: 30px; height: 30px; font-size: 20px; line-height: 1 }
    .topBanner .owl-controls .owl-nav i{ padding-top: 6px }
    .topBanner .owl-dots{ width: 100%; position: static }
    .topBanner .owl-dots:after{ display: none }
    .awardsSection .awardsHeader .title{ margin-top: 0 }

}
