/*====== visual ======*/
body {height: 100%;}

#wrap{
    overflow: hidden;
    height: auto;
    overflow-y: auto;
    transform-style: preserve-3d;
    perspective: 1px;
}

#visual{
    display: flex;
    width:100%;
    height: 100vh;
    background-image: url(../img/image/visualImage.jpg);
    background-attachment: fixed;
    position: relative;
    color:#fff;
    margin-bottom: 5%;
    perspective-origin: 29%;
}

.textContainer{
    width: 1600px;
    margin: auto;
    text-shadow: 0px 0px 20px #000;
    padding: 30px;
}

.textContainer strong{
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 800;
    transform-origin: 0;
    transform: translateZ(-0.5px) scale(1.5);
/*     position: absolute;
    top: 22%;
    left: -22%; */
}

.textContainer p{
    font-size: 18.5px;
    color: #e5e5e5;
    text-transform: capitalize;
    font-weight: 200;
    margin-top: 16px;
}

.contactContainer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    background-color: #fff;
    padding: 2.6% 2%;
    color: #000;
}

.contactContainer p{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 48px;
}

.contactLine{
    display: inline-block;
    width: 40%;
    margin-right: 12px;
    height: 5px;
    background-color: #000;
    transition: all .8s cubic-bezier(0.71, 0.02, 0.51, 1.32) 0s;
}

.contactContainer .contactText{
    font-size: 30px;
    font-weight: 700;
}

.contactContainer span svg {
    width: 0;
    height: 0;
    transition: all .8s cubic-bezier(0.71, 0.02, 0.51, 1.32) 0s;
}

.contactContainer:hover span svg {
    width: 38px;
    height: 38px;
    margin-top: -20px;
}

.contactContainer:hover .contactLine{
     width: 50%;
    margin-right: 12px; 
}

.contactContainer:hover .contactText{
    
}

article h2{
    font-size: 48px;
    font-weight: 800;
}

article.Service, article.news{
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}

.rowContainer{padding: 3%;}

.serviceMenu:first-child{margin-bottom: 9%;}

.serviceMenu a em{
    display: inline-block;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    margin-right: 5%
}

.imageProcecing a em{background-image: url(../img/image/imageIcon.png);}
.development a em{background-image: url(../img/image/developIcon.png);}


.serviceMenu a div{
    display: inline-block;
    width: 75%;
    color:#000;
}

.serviceMenu a div h3{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.serviceMenu a div h3 .hoverArrow{
    display: inline-block;
    width: 0;
    height: 18px;
    background-image: url(../img/image/hoverArrow.png);
    background-position: center;
    background-size: cover;
    transition: all .3s ease;
}

.serviceMenu a:hover div h3 .hoverArrow{
    width: 22px;
}

/*======= news ========*/

.newsList{margin-bottom: 30px;}
.newsList > a{color: #000;}
.newsCount{display: none;}

.newsTitle{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.newslink, .originallink {
    font-size: 10px;
    font-weight: 200;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    height: 13px;
    color: #d2d2d2;
    display: none;
}

.newsList > a:hover .newsDescription {text-decoration: underline;}
p.newsDescription b {font-weight: 500;}

.newsDate{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.partner .rowContainer ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partnersLogo{
    display: inline-block;
    width: 200px;
    height: 55px;
    background-position: center;
    background-size: cover;
}

.partnersLogo_1{background-image: url(../img/image/partnersLogo_1.png);}
.partnersLogo_2{background-image: url(../img/logos/logo_uni_2.png);}
.partnersLogo_3{background-image: url(../img/image/partnersLogo_3.png);}
.partnersLogo_4{background-image: url(../img/image/partnersLogo_4.png);}


/*====== mobile visual ======*/
@media all and (max-width:1560px){
.contactLine {width: 38%;}
.contactContainer:hover .contactLine {width: 42%;}
}

@media all and (max-width:1440px){
.contactLine {width: 32%;}
.contactContainer:hover .contactLine {width: 36%;}
}

@media all and (max-width:1200px){
.contactLine {width: 28%;}
.contactContainer:hover .contactLine {width: 32%;}
}

@media all and (max-width:1130px){
.contactLine {width: 23%;}
.contactContainer:hover .contactLine {width: 28%;}
}

@media all and (max-width:1049px){
    .contactContainer {width: 42%;}
    .contactLine {width: 33%;}
    .contactContainer:hover .contactLine {width: 38%;}
    .contactContainer:hover span svg {
        width: 0;
        height: 0;
        margin-top: 0;
    }
}

@media all and (max-width:980px){
    .textContainer strong {font-size: 38px;}
    .textContainer p {font-size: 14px;}
    .textContainer {margin-top: 35%;}

    .contactContainer p {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .contactContainer .contactText {font-size: 23px;}
    .contactLine {
        height: 3px;
        margin-right: 5px;
    }

    .newsTitle {font-size: 18px;}
}

@media all and (max-width:768px){
    .contactLine {width: 20%;}
    .contactContainer:hover .contactLine {width: 20%;}
    .contactContainer {width: 42%; padding: 8% 7%;}
}


/*====== mobile container ======*/

@media all and (max-width:1200px){
    article h2 {margin-bottom: 3%;}
    .row {margin: 0 auto 8%;}

    .partner li {
        width: 50%;
        text-align: center;
        margin-bottom: 5%;
    }
    .rowContainer {
        padding: 0%
    }
}


@media all and (max-width:980px){
    .serviceMenu a div h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .serviceMenu a div h3 b {
        font-weight: 600;
        display: block;
    }
    .serviceMenu a div{width: 58%;}
    .serviceMenu a em {margin-bottom: 8%;}

    article h2 {
        font-size: 35px;
        margin-bottom: 8%;
    }

    .row {margin: 0 auto 25%;}
    .Service > h2{margin-top: 50px;}
    article.Service, article.news {margin-bottom: 25%;}

    article.Service, article.news {
        display: block;
        width: 100%;
    }

    article.news{margin: 10% 0;}

    .partner li {margin-bottom:0%;}
    .partnersLogo{
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: left;
    }


}

