.header .sub-nav .item {
    opacity: .85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.header .sub-nav .item {
    border-bottom: none;
}
.banner {
    position: relative;
    overflow: auto;
}
.banner-wrapper {
    background-color: #ddd;
    position: relative;
    margin-bottom: 25px;
}
.page .bx-wrapper {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0;
}
.banner-wrapper .bx-wrapper .bx-controls {
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.banner-wrapper .bx-wrapper .bx-pager {
    margin:0 auto;
    max-width: 1100px;
    width: 90%;
    text-align: right;
    position: static;
}
.banner-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}
.banner-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #222;
}

.ads-wrapper {
    margin-bottom: 25px;
}
.ads-wrapper .content-fixed {
    position: relative;
}
.ads-wrapper .slide {
    min-height: 100px;
    text-align: center;
}
.ads-wrapper .slide a {
    display: block;
}
.ads-wrapper .img {
    height: 185px;
    background-color: #eee;
    margin-bottom: 20px;
    position: relative;
}
.ads-wrapper .angle {
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0;
    background-image: url(../images/angle3.png);
}
.ads-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
    top: 40%;
}
.ads-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    top: 40%;
}

.block-solutions {
    background-image: url(../images/bg-solutions.jpg);
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/bg-solutions.jpg',
            sizingMethod='scale');
    height: 200px;
    position: relative;
}
.block-solutions .angle {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -8px;
}
.block-solutions-wrapper {
    position: relative;
}
.block-solutions-wrapper .leaf {
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: -15px;
}
.block-solutions-wrapper .title,
.block-solutions-wrapper .subtitle {
    text-align: center;
}
.block-solutions ul {
    padding-top: 20px;
}
.block-solutions li {
    float: left;
    width: 20%;
    min-height: 100px;
    text-align: center;
}

.block-brands {
    height: 160px;
    background-color: #f7f7f7;
    margin-bottom: 25px;
}
.block-brands ul {
    overflow: hidden;
}
.block-brands li {
    float: left;
    width: 12.5%;
    text-align: center;
    margin-bottom: 1.2em;
}
.block-brands li .title {
    border-right: 1px solid #ddd;
}
.block-brands li .subtitle {
    font-size: 0.8em;
}
.block-brands li.last-child .title {
    border: none;
}

.block-about {
    margin-bottom: 25px;
}
.block-about .title,
.block-about .subtitle {
    text-align: center;
}
.block-about .wrapper {
    height: 300px;
    background-image: url(../images/bg-about.jpg);
    background-size: cover;
    position: relative;
}
.block-about .angle {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -7px;
}
.block-about .wrapper .slogan {
    text-align: center;
    color: #fff;
    padding-top: 1em;
}
.block-about .actions {
    background-color: #191919;
    text-align: center;
    padding: 8px 0;
}
.block-about li {
    float: left;
    width: 33.3333%;
    text-align: center;
}
.block-about li .icon {
    width: 192px;
    height: 192px;
    display: inline-block;
    margin-bottom: 0.5em;
}
.block-about li a {
    color: #fff;
}
.block-about li .icon-team {
    background-image: url(../images/pic2.png);
}
.block-about li .icon-research {
    background-image: url(../images/pic3.png);
}
.block-about li .icon-responsibility {
    background-image: url(../images/pic4.png);
}

.block-news {
    margin-bottom: 55px;
}
.block-news .content-fixed {
    position: relative;
}
.block-news .title,
.block-news .subtitle {
    text-align: center;
}
.block-news .slide {
    min-height: 100px;
    text-align: center;
}
.block-news .img {
    height: 185px;
    background-color: #eee;
    margin-bottom: 20px;
    background-size: cover;
}
.block-news .actions {
    margin-top: 10px;
}
.block-news .buttons {
    text-align: center;
    margin-bottom: 15px;
}
.block-news .btn {
    position: relative;
}
.block-news .fa {
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}
