@media screen and (min-width: 992px) {
    .slogan.slogan-sm {
        font-size:18px;
    }
}
figure.effect-lily figcaption>div {
    padding-bottom: 0px;
    min-height: 120px;
    position: absolute;
    bottom: -10px;
}
.pro-head {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(37, 38, 84, 0.13);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    top: -80px;
}
.pro-head.fixed {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.pro-head ul {
    padding:0;
    margin:0;
    font-size:0;
    text-align: left;
}
.pro-head ul li {
    list-style:none;
    display: inline-block;
    position: relative;
    margin-right:200px;
}
.pro-head ul li:last-child {
    margin-right:0;
}
.pro-head ul li a {
    color: #2f2f3e;
    font-size: 24px;
    font-weight: 300;
    font-family: 'sf_pro_text';
    border-bottom: 3px solid #fff;
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
}
.pro-head ul li a.active {
    border-bottom: 3px solid #252654 !important;
}
.pro-head ul li a:hover {
    text-decoration:none;
}
.pro-head ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
}
.pro-head ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
h1 .h1 {
    overflow: inherit;
}
.type-pre {
    background:url(/images/project_pre.png) no-repeat;
    padding-top:96px;
    background-size: cover;
    padding-bottom:60px;
    position:relative;
}
.type-pre-oval {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url(/images/ova3l.png) top repeat;
    top: 5px;
    opacity: 0.1;
}
.type-pre__name {
    color: rgba(241, 241, 247, 0.5);
    font-size: 42px;
    font-weight: 300;
    font-family: 'sf_pro_display';
    margin-bottom:76px;
}
.type-pre__name span {
    color: #f1f1f7;
}
.type-pre-item__text {
    color: #cecee0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.19px;
    line-height: 32px;
}
.type-pre-list {
    margin-left:-35px;
    margin-right:-35px;
}
.type-pre-item {
    width:33.3%;
    padding-left:35px;
    padding-right:35px;
    margin-bottom:40px;
}
.type-pre-item__icon i {
    display:block;
    background:url(../images/type_pre_icon.png) no-repeat;
    width:110px;
    height:136px;
}
.type-pre-item__icon {
    position:relative;
    padding-bottom:22px;
}
.type-pre-item__icon::after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 85px;
    display: block;
    margin-top: 16px;
    margin-left: 21px;
}
.type-pre-item__icon span {
       color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.39px;
    position: absolute;
    top: 29px;
    left: 23px;
    font-family: 'sf_pro_display';
}
@media (max-width:991px){
    .pro-head {
        display:none;
    }
    .section.section-description {
        padding-top: 50px;
    }
    .type-pre-item {
        width:100%;
    }
    .type-pre-item__icon {
        width:110px;
        float:left;
    }
    .type-pre-item:after {
        content: "";
        display: table;
        clear: both;
    }
    .type-pre-item__text {
        margin-left:140px;
    }
    .type-pre-item__icon::after {
        display:none;
    }
    .type-pre-item__text::before {
        content: '';
        border-top: 1px solid #fff;
        width: 85px;
        display: block;
        margin-top: 8px;
        margin-left: 0px;
        margin-bottom:16px;
    }
    .type-pre-item:last-child {
        margin-bottom:0;
    }
    .type-pre {
        padding-top:60px;
    }
    .type-pre__name {
        margin-bottom:50px;
    }
    .grid figure {
        margin-right:16px;
    }
}
@media (max-width:767px){
    .main-wrapper_index .section-top.section-top_project-non_bg {
        height: 100vh;
        overflow: hidden;
        min-height: auto;
    }
    .main-wrapper_index .slide-all.slide-all_specific {
        min-height: auto;
    }
}
@media (max-width:600px){
    .type-pre-item__icon i {
        width: 33px;
        height: 52px;
        background-size: 100%;
    }
    .type-pre-item__icon span {
        font-size: 24px;
        left: 11px;
        top: 10px;
    }
    .type-pre-item__icon {
        width:70px;
        padding-bottom: 0;
    }
    .type-pre-item__text {
        margin-left:70px;
    }
    .type-pre-item__text::before {
        width:97%;
    }
    .type-pre-item__text {
        padding-top:20px;
        line-height: 24px;
        font-size: 14px;
    }
    .type-pre-item__texts {
        margin-left:-70px;
        padding-top: 15px;
    }
}