/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px
}

#carousel {
    height: 600px;
    width: 100%;
    
}
#carousel1 {
    height: 750px;
    width: 100%;
}
.carousel-feature {
    position: absolute;
    z-index: 2;
/*    opacity: 1 !important*/
}
.carousel-image {
    border: 0;
    display: block;
    margin: 0 auto;
    width: 950px;
    height: 550px;
    position: relative;
    perspective: 1500px;
}
#carousel1 .carousel-image {
    height: 700px
}
.carousel-image .front>img, .carousel-image .back>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.front, .back {
    -webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
.back {
    -webkit-transform:rotateY(180deg);
       -moz-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
         -o-transform:rotateY(180deg);
            transform:rotateY(180deg);
}
.back {
    padding: 40px 100px 20px 40px;
}
#carousel1 .back {
    padding: 40px 200px 20px 40px;
}
.close-rotate {
    position: absolute;
    right: 50px;
    top: 40px
}
.back p, .modal-carousel p {
    color: #fff;
    position: relative;
    font-size: 19px;
    margin-bottom: 13px;
    line-height: normal
}
.link-case-ad {
    color: #fff;
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.back table, .modal-carousel table {
    position: relative;
    color: #fff;
    margin-bottom: 10px
}
.back th, .modal-carousel th {
    text-transform: uppercase;
    font-size: 18px;
    width: 20%
}
.back td, .modal-carousel td {
    font-size: 18px;
    padding: 2px 0;
}
.back p b, .back p strong, .modal-carousel p b {
    font-family: 'FuturaNewDemi-Reg';
}
.back ul, .modal-carousel ul {
    position: relative;
    margin-bottom: 20px;
}
.back ul li, .modal-carousel ul li {
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
    line-height: normal;
    margin-bottom: 3px
}
.back ul li:before, .modal-carousel ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}
.front-rotate {
    transform: rotateY(180deg);
}
.back-rotate {
    transform: rotateY(360deg);
}
.carousel-image .but {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 220px;
    
}
.carousel-feature .carousel-caption {
    position: absolute;
    bottom: -60px;
    width: 100%;
    left: 0;
    padding: 0;
}

.carousel-feature .carousel-caption p {
    margin: 0;
    font-size: 24px;
    text-shadow: none;
    color: #000;
}

#carousel-left, #carousel-right {
    position: absolute;
    bottom: -30px;
    cursor: pointer;
    z-index: 2;
    background: url(../img/icon/arr.png) center/cover no-repeat;
    width: 27px;
    height: 50px;
}
#carousel-right {
    right: 0;
}
#carousel-left {
    transform: rotate(180deg);
    left: 0;
}

@media screen and (max-width:768px) {
    #carousel {
        height: 550px;
        width: 100%;
        margin-bottom: 0.5em;
        margin-top: 20px;
    }
    #carousel1 {
        height: 550px;
        width: 100%;
    }
    .carousel-image {
        border: 0;
        display: block;
        margin: 0 auto;
        width: 100% !important;
        height: 490px !important
    }
    #carousel1 .carousel-image {
        height: 490px !important
    }
    .carousel-feature {
        position: absolute;
        width: 100% !important;
    }
    .carousel-feature .carousel-caption {
        position: absolute;
        bottom: -30px;
        width: 100%;
        left: 0;
        padding: 0;
        height: 10px;
    }

    .carousel-feature .carousel-caption p {
        margin: 0;
        font-weight: bold;
        font-size: 16px;
    }
#carousel-left, #carousel-right {
    bottom: -20px;
    background: url(../img/icon/arr.png) center/100% 100% no-repeat;
    width: 20px;
    height: 40px;
    z-index: 8
}
    .front, .back {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
.back {
    -webkit-transform:rotateY(180deg);
       -moz-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
         -o-transform:rotateY(180deg);
            transform:rotateY(180deg);
}
.back {
    padding: 10px 30px 10px 10px
}
    #carousel1 .back {
    padding: 10px 30px 10px 10px
}
    .back th {
    text-transform: uppercase;
    font-size: 14px;
    width: 20%
}
.back td {
    font-size: 14px;
    padding: 2px 0;
}
.close-rotate {
    position: absolute;
    right: 5px;
    top: 5px
}
.back p {
    font-size: 14px;
    margin-bottom: 5px;
}
.back ul {
    position: relative;
    margin-bottom: 5px;
}
.back ul li {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 3px
}
    .back ul li:before {
    top: 7px;
    width: 5px;
    height: 5px;
}
.front-rotate {
    -webkit-transform:rotateY(180deg);
       -moz-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
         -o-transform:rotateY(180deg);
            transform:rotateY(180deg);
}
.back-rotate {
    -webkit-transform:rotateY(360deg);
       -moz-transform:rotateY(360deg);
        -ms-transform:rotateY(360deg);
         -o-transform:rotateY(360deg);
            transform:rotateY(360deg);
}
.carousel-image .but {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
    width: 200px;
    height: 45px;
}
}

@media screen and (max-width:375px) {
    #carousel {
        height: 470px;
    }
    #carousel1 {
        height: 470px;
    }
    .carousel-image {
        height: 410px !important
    }
    #carousel1 .carousel-image {
        height: 410px !important
    }
}

@media screen and (max-width:340px) {
    #carousel {
        height: 420px;
    }
    #carousel1 {
        height: 420px;
    }
    .carousel-image {
        height: 360px !important
    }
    #carousel1 .carousel-image {
        height: 360px !important
    }
}