.featuresView {
}

/************************************************/
/* swipe */
/************************************************/
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.swipe-wrap {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.swipe-wrap .item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: black;
}

#mySwipe div b {
    display: block;
    font-weight: bold;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
}

/************************************************/
/* carousel-control */
/************************************************/
.featuresView .swipe-control {
    position: absolute;
    width: 100%;
    height: 153px;
    -webkit-transform: translateY(-320px);
    transform: translateY(-320px);
}

.featuresView .swipe-control a {
    position: absolute;
    padding: 10px 15px;
}

.featuresView .swipe-control a.next {
    right: 0;
}

.featuresView .swipe-control a.next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/************************************************/
/* center */
/* carousel-indicators */
/************************************************/

.featuresView .carousel-control .flex-inner:nth-child(2) {
    width: 100%;
}

.featuresView .carousel-control .carousel-indicators {
    position: relative;
    width: 100%;
    max-width: 330px;
    height: 62px;
    margin: 0 auto;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    padding: 10px 0 20px 0;
}

.featuresView .carousel-control .carousel-indicators li {
    float: left;
    width: 30%;
    height: 100%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skewX(-20deg) translateX(1px);
    transform: skewX(-20deg) translateX(1px);
}

.featuresView .carousel-control .carousel-indicators li:nth-child(2) {
    -webkit-transform: skewX(-20deg) translateX(-1px);
    transform: skewX(-20deg) translateX(-1px);
}

.featuresView .carousel-control .carousel-indicators li:nth-child(3) {
    -webkit-transform: skewX(-20deg) translateX(-2px);
    transform: skewX(-20deg) translateX(-2px);
}

.featuresView .carousel-control .carousel-indicators li:nth-child(4) {
    -webkit-transform: skewX(-20deg) translateX(-3px);
    transform: skewX(-20deg) translateX(-3px);
}

.featuresView .carousel-control .carousel-indicators li:nth-child(5) {
    -webkit-transform: skewX(-20deg) translateX(-4px);
    transform: skewX(-20deg) translateX(-4px);
}

.featuresView .carousel-control .carousel-indicators li.gap {
    width: 5%;
    background-color: #d3ba33;
}

.featuresView .carousel-control .carousel-indicators li a {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(207, 180, 30, 1);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    pointer-events: none;
}

.swipe-wrap .item:nth-child(1) .carousel-indicators li a {
    pointer-events: none;
}

.featuresView .carousel-control .carousel-indicators li:nth-child(1) a {
    background-color: rgba(207, 180, 30, 0.8);
}

.featuresView .carousel-control .carousel-indicators li:nth-child(3) a {
    background-color: rgba(207, 180, 30, 0.9);
}

.featuresView .carousel-control .carousel-indicators li:nth-child(5) a {
    background-color: rgba(207, 180, 30, 1);
}

.featuresView .carousel-control .carousel-indicators li a:hover,
.featuresView .carousel-control .carousel-indicators li a.active {
    background-color: rgba(207, 180, 30, 0.5);
}

.featuresView .carousel-control .carousel-indicators li a span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) skewX(20deg);
    transform: translateY(-50%) skewX(20deg);
}

/* carousel */
.featuresView .carousel {
    position: relative;
    width: 100%;
    height: 456px;
    overflow: hidden;
    background: url("../resource/engine/engine-bg-m.jpg") no-repeat center;
    background-size: cover;
    padding-top: 20px;
}

.featuresView .carousel .flex-item {
    width: 100%;
}

.featuresView .carousel .flex-item img {
    width: 404px;
    height: 438px;
    margin: 0 auto;
}

.featuresView .carousel .flex-item.active {
    left: 0;
}

.featuresView .carousel .black-gradient {
    position: absolute;
    width: 100%;
    height: 150px;
    background: url("../resource/engine/black-gradient.png") repeat-x;
    background-size: 100% 100%;
    bottom: 0;
}

/* features */
.swipe-wrap .item:nth-child(2) .carousel {
    position: relative;
    width: 100%;
    height: 650px;
    background: none;
    margin-top: -75px;
    z-index: -1;
}

.swipe-wrap .item:nth-child(2) .carousel .flex-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.swipe-wrap .item:nth-child(2) .carousel .flex-item.active {
    opacity: 1;
}

.swipe-wrap .item:nth-child(2) .carousel .flex-item:nth-child(1) {
    background: url("../resource/features/carousel-bg-1-m.jpg") repeat-x;
    background-size: 100% 100%;
}

.swipe-wrap .item:nth-child(2) .carousel .flex-item:nth-child(2) {
    background: url("../resource/features/carousel-bg-1-m.jpg") repeat-x;
    background-size: 100% 100%;
}

.swipe-wrap .item:nth-child(2) .carousel .flex-item:nth-child(3) {
    background: url("../resource/features/carousel-bg-1-m.jpg") repeat-x;
    background-size: 100% 100%;
}

/* carousel-info */
.featuresView .carousel-info {
    width: 100%;
}

.swipe-wrap .item:nth-child(2) .carousel-info {
    margin-top: -120px;
}

.featuresView .carousel-info p {
    font-size: 24px;
    text-align: justify;
    color: white;
    padding:40px 60px 120px 60px
}

/************************************************/
/* carousel-control */
/************************************************/
.featuresView .carousel-control {
    width: 100%;
}

.featuresView .carousel-control .flex-inner {
    width: 100%;
    min-height: 100%;
}

/* left */
.featuresView .carousel-control .flex-inner:nth-child(1) {
    width: 100%;
}

.featuresView .carousel-control .flex-inner:nth-child(1) .title {
    padding: 20px 0 10px 0;
    text-align: center;
}

.featuresView .carousel-control .flex-inner:nth-child(1) .title img {
    display: inline-block;
}

/************************************************/
/* swipe-control */
/************************************************/
.view .swipe-control {
    position: absolute;
    width: 100%;
    height: 153px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.view .swipe-control a {
    position: absolute;
    padding: 10px 15px;
    pointer-events: all;
}

.view .swipe-control a.next {
    right: 0;
}

.view .swipe-control a.next img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
