﻿.simple-content.top-section .block {
    margin: 0 auto;
    width: 100% !important;
    max-width: 1446px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 16em;
}
.static-banner{
    
background-image: url('/assets/img/img_static_clientlist.jpg');
    
min-height: 416px;
    
background-size: cover;
    
background-position: bottom center;
}
.static-banner img{min-height:300px;}
.simple-content.top-section {
    margin-top: -106px;
    position: relative;
}

.simple-content.top-section .top-news {
    position: relative;
}

.simple-content.top-section .lst-news {
    padding: 0 16.5%;
    padding-top:85px;
    font-family: roboto-regular;
    font-size: 1.6em;
}

.simple-content .block {
    margin: 0 auto;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.simple-content h1 {
    font-family: roboto-light;
    text-transform: uppercase;
    font-size: 5.6em;
    padding-right: 26px;
    color: #222626;
    margin-bottom: 0px;
}

.simple-content h1 strong, .simple-content h2 strong, .simple-content h3 strong, .simple-content h1 b, .simple-content h2 b, .simple-content h3 b {
    font-family: roboto-bold;
}

.simple-content p {
    font-size: 1.7em;
    color: #ffffff;
    line-height: 1.5;
}

.simple-content .img {
    text-align: right;
}

.simple-content h1, .simple-content h2,.simple-content h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 100;
    /* text-transform: uppercase; */
    margin-top: -11px;
    margin-bottom: 24px;
    /* letter-spacing: -1px; */
    font-family: roboto-light;
    visibility: hidden;
}

h1 span.word .holder, h2 span.word .holder, h3 span.word .holder {
    display: inline-block;
    vertical-align: top;
}

h1 span.word, h2 span.word, h3 span.word {
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.img-uncover img {
    transform: scale(1.2);
    transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-uncover.show img {
    transform: scale(1);
}

.img-uncover {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.img-uncover img {
    transform: scale(1.2);
    transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-uncover.grey:after {
    background: #ededed;
}

.img-uncover.show:after {
    transform: translateX(-100%);
}

.img-uncover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 110%;
    height: 110%;
    background: #ffffff;
    transition: transform 1s cubic-bezier(0.77, 0.15, 0, 0.99);
    z-index: 4;
}

.img-uncover.show:hover img {
    transition-delay: 0s;
    transform: scale(1.02);
}

.simple-content img, .simple-content object {
    max-width: 100%;
    width: auto;
    vertical-align: top;
    pointer-events: none;
}

.simple-content.top-section .h-news {
    margin-left: 30%;
    background-color: #dddede;
    padding: 5.5% 10% 5.5% 17%;
}

.simple-content.top-section .lb-latest {
    position: absolute;
    background-color: #1f1f1f;
    padding: 0;
    width: 39%;
    top: 62px;
    left: 0;
    bottom: 62px;
    z-index: 10;
}

.simple-content.top-section p {
    font-size: 1.7em;
    color: #000;
    line-height: 1.5;
    margin-bottom: 34px;
}

.simple-content.top-section .h-news h2 {
    font-size: 2.8em;
    color: #1f1f1f;
    font-family: roboto-bold;
    line-height: 1.2;
    margin-bottom: 11px;
}

.simple-content.top-section .lb-latest h3 {
    font-size: 4.9em;
    font-family: butler-bold;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}

.simple-content.top-section .date {
    color: #1f1f1f;
    font-size: 1.9em;
    font-family: roboto-bold;
    margin-bottom: 19px;
    display: block;
}

.simple-content.top-section a {
    color: #1f1f1f;
    font-family: roboto-bold;
    font-size: 1.6em;
    position: relative;
    /* margin-top: 10px; */
    /* display: inline-block; */
}

.simple-content.top-section .h-news a:after {
    content: "";
    height: 1px;
    width: 28px;
    background-color: #1f1f1f;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: -42px;
}

.hexagon_animation {
    left: 32px;
    top: 23%;
}
.simple-content.top-section .lst-news a{font-size:unset;}
.simple-content.top-section .lst-news h2 {
    font-size: 3em;
    margin-bottom: 10px;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px;
    font-family: roboto-bold;
    color: #302f2f;
    padding-right: 94px;
    line-height: 1.3;
}

.simple-content.top-section .lst-news .news-item {
    padding-left: 0px;
    counter-increment: item;
    position: relative;
    border-bottom: 1px solid #1f1f1f;
    padding-top: 10px;
    padding-bottom: 10px;
}
.simple-content.top-section .lst-news .news-item:last-child{border-bottom:none;}
.simple-content.top-section .lst-news .news-item .count:before {
    content: "";
    display: inline-block;
    margin: 0 0px 0 9px;
    content: counter(item, decimal-leading-zero) " ";
    font-family: roboto-bold;
    color: #1f1f1f;
    opacity: 0.333;
    font-size: 7.5em;
    position: absolute;
    left: 30%;
    top: 0px;
    /* bottom: 0; */
    height: 3em;
    margin: 2px 0 0 0;
}

.simple-content.top-section .lst-news .news-item .count {
    min-height: 50px;
    position: relative;
}

.simple-content.top-section .lst-news .news-item .brief {
    padding-left: 0;
    padding-right: 2%
}

.simple-content.top-section .lst-news .news-item .lst-date {
    color: #1f1f1f;
    font-size: 1.9em;
    font-family: roboto-bold;
    padding-bottom: 31px;
    display: inline-block;
}

@media(max-width: 992px) {
    .simple-content.top-section .top-news {
    }

    .simple-content.top-section .lb-latest {
        position: initial;
        display: block;
        width: 100%;
        padding: 26px 0;
    }

    .simple-content.top-section .h-news {
 position: initial;
        display: block;
        width: 100%;
        margin-left:0;

    }
    .simple-content.top-section{
        margin-top:60px
    }
}

@media(min-width: 993px) {
    .simple-content.top-section .lb-latest {
        height: 74px;
        min-height: initial;
    }

        .simple-content.top-section .lb-latest h3 {
            font-size: 3.6em;
        }

    .simple-content.top-section .top-news {
        height: calc(100vh / 10);
    }
}

@media(max-width: 768px) {
    .simple-content.top-section .lst-news h2 {
        padding-right:10px;
    }

    .simple-content.top-section .lst-news .news-item .count {
        padding-left: 0;
    }

    .simple-content.top-section .lst-news .news-item .count:before {
        position: initial;
        line-height: 1;
        display: inline-block;
        height: 61px;
    }
    .simple-content.top-section .lst-news{
        padding-right:1%;
        padding-left:1%;
        padding-top:55px;
    }
}