#carousel-main{
    margin-top: -100px;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.5);
}
#carousel-main .carousel-inner{
    padding-bottom: 0px;
}
#carousel-main .carousel-inner,
#carousel-main .carousel-inner .item,
#carousel-main .carousel-inner .item .img-box{
    height: 560px;
}
@media (max-width: 991px){
    #carousel-main .carousel-inner,
    #carousel-main .carousel-inner .item,
    #carousel-main .carousel-inner .item .img-box{
        height: 500px;
    }
}
#carousel-main .slider-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}


#carousel-main .carousel-caption{
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0px;
    text-shadow: none;
}
#carousel-main .carousel-caption .name{
    font-weight: 400;
    color: #fff;
    font-size: 56px;
    line-height: 60px;
}
@media (max-width: 767px){
    #carousel-main .carousel-caption .name{
        font-size: 40px;
        line-height: 45px;
    }
}

#carousel-main .carousel-indicators{
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 20px;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height:0;
    font-size:0;
    white-space:nowrap;
    overflow:hidden;
    width: 300px;
    margin-left: -150px;
}
#carousel-main .carousel-indicators li{
    display: inline-block;
    padding: 0px;
    margin: 0px 5px;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    position: relative;
    border-radius: 100%;
    background: none;
}
#carousel-main .carousel-indicators li.active{
    background: #fff;
}



.home-about-wrap{
    padding: 150px 0px;
}
.home-about-wrap .title{
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 900;
    margin-top: 120px
}
@media (max-width: 991px){
    .home-about-wrap .title{
        margin-top: 0px
    }
}
@media (max-width: 480px){
    .home-about-wrap .title{
        font-size: 30px;
    }
}
.home-about-wrap .btn{
    margin-top: 60px;
}

.clip-container{
    position: relative;
    width: 100%;
}
.clip-container img{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.clip-container .cover{
    position: absolute;
    top: 0px;
    background: none;
    height: 100%;
    border-right: 13px solid #fff;
}
@media (max-width: 991px){
    .clip-container .cover{
        border-right-width: 5px;
    }
}
.clip-container .cover:last-child{
    border-right: 0px;
}
.clip-container .cover::after,
.clip-container .cover::before{
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    height: 15%;
    background: #fff;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.clip-container .cover::before{
    top: 0px;
}
.clip-container .cover::after{
    bottom: 0px;
}

.home-about-wrap .clip-container .cover.one{
    left: 0px;
    width: 7%;
}

.home-about-wrap .clip-container .cover.two{
    left: 7%;
    width: 17%;
}
.home-about-wrap .clip-container.activate .cover.two::before{
    height: 2%
}
.home-about-wrap .clip-container.activate .cover.two::after{
    height: 28%
}

.home-about-wrap .clip-container .cover.three{
    left: 24%;
    width: 18%;
}
.home-about-wrap .clip-container.activate .cover.three::before{
    height: 28%
}
.home-about-wrap .clip-container.activate .cover.three::after{
    height: 2%
}

.home-about-wrap .clip-container .cover.four{
    left: 42%;
    width: 14%;
}
.home-about-wrap .clip-container.activate .cover.four::before{
    height: 12%
}
.home-about-wrap .clip-container.activate .cover.four::after{
    height: 18%
}

.home-about-wrap .clip-container .cover.five{
    left: 56%;
    width: 19%;
}
.home-about-wrap .clip-container .cover.six{
    left: 75%;
    width: 6%;
}
.home-about-wrap .clip-container.activate .cover.six::before{
    height: 10%
}
.home-about-wrap .clip-container.activate .cover.six::after{
    height: 20%
}
.home-about-wrap .clip-container .cover.seven{
    left: 81%;
    width: 9%;
}
.home-about-wrap .clip-container.activate .cover.seven::before{
    height: 0%
}
.home-about-wrap .clip-container.activate .cover.seven::after{
    height: 30%
}
.home-about-wrap .clip-container .cover.eight{
    left: 90%;
    width: 10%;
}
.home-about-wrap .clip-container.activate .cover.eight::before{
    height: 30%
}
.home-about-wrap .clip-container.activate .cover.eight::after{
    height: 0%
}



.home-menu-wrap{
    
}
.home-menu-wrap .box{
    text-decoration: none;
    color: #000000;
    display: block;
    position: relative;
    padding-top: 38px;
    padding-bottom: 40px;
    margin-bottom: 150px;
}
.home-menu-wrap .box .title{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.035em;
    color: #000000;
    line-height: 30px;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    text-transform: lowercase;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
@media (min-width:1600px){
    .home-menu-wrap .box .title{
        font-size: 54px;
        line-height: 38px;
        top: 0px;
    }
}
.home-menu-wrap .box .title::before{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 40px;
    width: 44px;
    height: 0px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: height 0.5s cubic-bezier(1,0,.6,1);
    transition: height 0.5s cubic-bezier(1,0,.6,1);
}
.home-menu-wrap .box .title.activate::before{
    height: 40px;
}
.home-menu-wrap .box.stripe-1 .title::before{
    background-image: url(../design/stripe-1.svg);
}
.home-menu-wrap .box.stripe-2 .title::before{
    background-image: url(../design/stripe-2.svg);
}
.home-menu-wrap .box.stripe-3 .title::before{
    background-image: url(../design/stripe-3.svg);
}
.home-menu-wrap .box.stripe-4 .title::before{
    background-image: url(../design/stripe-4.svg);
}
.home-menu-wrap .box img{
    
}
.home-menu-wrap .box .intro{
    color: #3c3c3b;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    min-height: 66px;
    margin-top: 10px;
    padding-right: 120px;
    position: relative;
}
.home-menu-wrap .box .intro::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 44px;
    height: 148px;
    margin-top: -74px;
    background: url(../design/arrow-home-menu.svg) no-repeat;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
@media (min-width:992px){
    .home-menu-wrap .box:hover .intro::before{
        right: 30px;
    }
    .home-menu-wrap .box:hover .title{
        color: #d22402;
    }
}
@media (max-width:991px){
    .home-menu-wrap .box .intro{
        padding-right: 80px;
    }
    .home-menu-wrap .box .intro::before{
        right: 20px;
    }
}
@media (max-width:767px){
    .home-menu-wrap .box .intro{
        font-size: 16px;
        line-height: 20px;
    }
    .home-menu-wrap .box .intro::before{
        right: 20px;
    }
}


.home-support-wrap{
    padding: 0px 0px 220px;
}
.home-support-wrap .box{
    position: relative;
}
@media (min-width: 992px){
    .home-support-wrap .box{
        margin-top: 190px;
    }
}
@media (min-width: 1200px){
    .home-support-wrap .box{
        margin-top: 240px;
    }
}
.home-support-wrap .box .title{
    font-size: 105px;
    font-weight: 900;
    line-height: 70px;
    color: #d22402;
    position: relative;
    display: inline-block;
}
@media (max-width: 767px){
    .home-support-wrap .box .title{
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 480px){
    .home-support-wrap .box .title{
        font-size: 40px;
        line-height: 40px;
    }
}
.home-support-wrap .box .title .desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #3c3c3b;
    position: absolute;
    top: 4px;
    right: -15px;
    z-index: 1;
    width: 250px;
    margin-right: -250px;
}
.home-support-wrap .box .intro{
    font-size: 42px;
    line-height: 52px;
    font-weight: 300;
    color: #a8a39d;
    margin-top: 20px;
}
@media (max-width: 767px){
    .home-support-wrap .box .intro{
        font-size: 30px;
        line-height: 40px;
        margin-top: 10px;
    }
}
@media (max-width: 480px){
    .home-support-wrap .box .intro{
        font-size: 20px;
        line-height: 30px;
    }
}
.home-support-wrap .box .btn{
    margin-top: 50px;
}
@media (min-width: 1200px){
    .home-support-wrap .box .btn{
        position: absolute;
        top: 170px;
        right: -30px;
        z-index: 1;
        transform: translateX(100%);
    }
}
.home-support-wrap .clip-container .cover.one{
    left: 0px;
    width: 28%;
}
.home-support-wrap .clip-container.activate .cover.one::before{
    height: 30%
}
.home-support-wrap .clip-container.activate .cover.one::after{
    height: 0%
}

.home-support-wrap .clip-container .cover.two{
    left: 28%;
    width: 23%;
}
.home-support-wrap .clip-container.activate .cover.two::before{
    height: 12%
}
.home-support-wrap .clip-container.activate .cover.two::after{
    height: 18%
}

.home-support-wrap .clip-container .cover.three{
    left: 51%;
    width: 30%;
}


.home-support-wrap .clip-container .cover.four{
    left: 81%;
    width: 10%;
}
.home-support-wrap .clip-container.activate .cover.four::before{
    height: 8%
}
.home-support-wrap .clip-container.activate .cover.four::after{
    height: 22%
}

.home-support-wrap .clip-container .cover.five{
    left: 91%;
    width: 9%;
}
.home-support-wrap .clip-container.activate .cover.five::before{
    height: 0%
}
.home-support-wrap .clip-container.activate .cover.five::after{
    height: 30%
}


.home-map-wrap{
    background: #535353;
}
@media (min-width:992px){
    .home-map-wrap{
        display: table;
        width: 100%;
    }
    .home-map-wrap .right,
    .home-map-wrap .left{
        display: table-cell;
        vertical-align: middle;
    }
    .home-map-wrap .left{
        width: 62%;
    }
    .home-map-wrap .right{
        width: 38%;
    }
}
@media (min-width:1200px){
    .home-map-wrap .left{
        width: 57%;
    }
    .home-map-wrap .right{
        width: 43%;
    }
}
.home-map-wrap .map-box{
    display: block;
}
.home-map-wrap .map-box img{
    width: 100%;
}

.home-map-wrap .contact-box{
    position: relative;
    width: 100%;
    display: block;
    padding: 20px 0px;
}
.home-map-wrap .contact-box .title{
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 0.035em;
    color: #fff;
    line-height: 60px;
    text-transform: lowercase;
}
.home-map-wrap .contact-box .img{
    width: 110px;
    margin-top: 80px;
}
.home-map-wrap .contact-box .name{
    font-weight: 900;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
}
.home-map-wrap .contact-box .datas{
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.015em;
    line-height: 22px;
    font-weight: 400;
}
.home-map-wrap .contact-box .datas a{
    color: #fff;
    text-decoration: none;
}
.home-map-wrap .contact-box .datas a:focus,
.home-map-wrap .contact-box .datas a:hover{
    color: #d22402;
    text-decoration: none;
}
.home-map-wrap .contact-box .other{
    margin-top: 80px;
}
.home-map-wrap .contact-box .other .icon-separator{
    display: block;
    float: left;
    margin: 0px 35px 0px 30px;
    background: #959595;
    width: 1px;
    height: 24px;
}
.home-map-wrap .contact-box .other a{
    display: block;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.035em;
    margin-right: 5px;
}
.home-map-wrap .contact-box .other a.active,
.home-map-wrap .contact-box .other a:focus,
.home-map-wrap .contact-box .other a:hover{
    color: #d22402;
    text-decoration: none;
}
@media (max-width:991px){
    .home-map-wrap .right{
        text-align: center;
    }
    .home-map-wrap .contact-box{
        padding: 50px 30px;
        display: inline-block;
        width: auto;
        text-align: left;
    }
}
@media (max-width:767px){
    .home-map-wrap .contact-box .title{
        font-size: 40px;
        line-height: 40px;
    }
    .home-map-wrap .contact-box .img {
        margin-top: 50px;
    }
    .home-map-wrap .contact-box .name {
        font-size: 20px;
        margin-top: 25px;
    }
    .home-map-wrap .contact-box .datas {
        font-size: 14px;
        line-height: 25px;
    }
    .home-map-wrap .contact-box .other .icon-separator{
        margin: 0px 15px 0px 10px;
    }
}