/*=================BEGIN PROCEDUCE=================*/
#vnt-proceduce {
    position: relative;
    padding: 60px 0 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1667aa+0,13b3e1+100 */
    background: rgb(22, 103, 170); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(22, 103, 170, 1) 0%, rgba(1, 196, 85, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22, 103, 170, 1) 0%, rgba(1, 196, 85, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22, 103, 170, 1) 0%, rgba(1, 196, 85, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1667aa', endColorstr='#13b3e1', GradientType=0); /* IE6-9 */
}

#vnt-proceduce .heading {
    font-family: "iCiel Nabila";
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    color: rgba(255, 255, 255, .1);
    text-align: center;
    margin-bottom: 20px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    max-width: 1030px;
    height: 535px;
}

.proce-item {
    height: 100%
}

.proce-item .grid {
    background-color: #FFF;
    height: 100%
}

.proce-item .grid .col {
    position: relative;
}

.proce-item .grid .col:last-child {
    padding: 15px
}

.proce-item .grid .col:last-child:before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: '';
    border: 1px solid #017c36;
}

.proce-item .caption {
    position: relative;
    z-index: 1;
    padding: 0 25px 25px;
    overflow: hidden;
}

.proce-item .t-con {
    border-left: 20px solid #017c36;
    min-height: 92px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.proce-item .caption .icon {
    float: left;
    width: 110px;
    height: 92px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;

}

.proce-item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 96%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: all 0.8s linear;
    -ms-transform: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
    transition: all 0.8s linear;
    z-index: 2;
}

.proce-item .caption .title {
    width: calc(100% - 125px);
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px;
    position: relative;
}

.proce-item .caption .title a {
    color: #6d3806;
}

.proce-item .caption .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #cececd;
}

.proce-item .des {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    -webkit-line-clamp: 17;
    max-height: 372px;
    text-align: justify;
}

.proce-item .img {
    position: relative;
    padding-top: 84.761904%;
    overflow: hidden;
    height: 100%;
}

.proce-item .img img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-slide-next .proce-item .grid .col:first-child {
    left: 0
}

.swiper-slide-next .proce-item .grid .col:last-child {
    right: 0
}

.swiper-container {
    padding-bottom: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFF;
    opacity: 1;
    position: relative
}

.swiper-pagination-bullet:before {
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    content: '';
    border: 1px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #FFF
}

.swiper-pagination-bullet-active:before, .swiper-pagination-bullet:hover:before {
    border-color: #FFFFFF
}

.swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 44px;
    height: 44px;
    background: #FFF;
    line-height: 44px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.swiper-arr:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 50px;
    color: #017c36;
}

.swiper-button-prev {
    left: calc(((100% - 1060px) / 2) - 70px);
}

.swiper-button-prev:before {
    content: "\f104";
}

.swiper-button-next {
    right: calc(((100% - 1060px) / 2) - 70px);
}

.swiper-button-next:before {
    content: "\f105";
}

@media only screen and (min-width: 1200px) {
    .swiper-button-next, .swiper-button-prev {
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 768px) {
    .proce-item .grid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: initial;
        justify-content: center;
    }

    .proce-item .grid .col:first-child {
        width: calc(100% - 400px);
        left: 400px;
    }

    .proce-item .grid .col:last-child {
        width: 400px;
        right: calc(100% - 400px);
    }
}

@media only screen and (max-width: 1199px) {
    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0
    }
}

@media only screen and (max-width: 991px) {
    #vnt-proceduce {
        padding: 40px 20px;
    }

    #vnt-proceduce .heading {
        font-size: 26px;
        line-height: 30px;
    }

    .swiper-container {
        overflow: visible;
    }

    .swiper-button-prev {
        left: -20px;
    }

    .swiper-button-next {
        right: -20px;
    }

    .proce-item .grid .col:last-child {
        padding: 10px;
    }

    .proce-item .grid .col:last-child:before {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .proce-item .caption {
        padding: 5px 15px 15px;
    }

    .proce-item .caption .title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .proce-item .grid {
        display: block
    }

    .proce-item .grid .col {
        width: 100%
    }

    .swiper-slide {
        height: auto;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 25%;
        margin-top: 0;
    }

    .proce-item .des {
        font-size: 14px;
        -webkit-line-clamp: 9;
        height: 172px;
    }
}

@media only screen and (max-width: 480px) {
    .swiper-button-next, .swiper-button-prev {
        top: 22%;
    }
}

@media only screen and (max-width: 390px) {
    .swiper-button-next, .swiper-button-prev {
        top: 20%;
    }
}