.wow {
    animation: fadeIn 1.5s both;
    -webkit-animation: fadeIn 1.5s both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s
}

.delay1 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay2 {
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s
}

#articleInfo15 .tit {
    position: relative;
    text-align: center;
    z-index: 2
}

#articleInfo15 .tit p {
    font-weight: 300;
    line-height: 190%;
    font-size: 16px;
    text-align: justify;
    letter-spacing: .5px;
    margin-bottom: 50px
}

#articleInfo15 .tit font {
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#articleInfo15:hover .tit h3,#articleInfo15:hover .tit font {
    letter-spacing: 5px
}

#articleInfo15 ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#articleInfo15 ul li {
    width: calc(100%/8);
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    margin: 25px 0;
    position: relative;
    height: 380px;
}


#articleInfo15 ul li:after {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #5d8f5e;
    position: absolute;
    right: -10px;
    top: calc(50% - 5px)
}

#articleInfo15 ul li:last-child:after {
    display: none
}

#articleInfo15 ul li .item {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#articleInfo15 ul li .item .circle {
    position: relative;
    margin: 0 auto 35px;
    width: 85px;
    box-sizing: border-box
}

#articleInfo15 ul li .item:hover .circle {
    animation: flipInX 1.5s both;
    -webkit-animation: flipInX 1.5s both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px)
    }
}

#articleInfo15 ul li .item p {
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins',sans-serif
}

#articleInfo15 ul li .item article {
    writing-mode: vertical-lr;
    font-size: 18px;
    background: #5d8f5e;
    color: #fff;
    padding: 20px 5px;
    letter-spacing: 3px
}

#articleInfo15 ul li .item p b {
    font-family: 'Poppins',sans-serif;
    display: block;
    text-align: center;
    margin-bottom: 30px
}

#articleInfo15 .imgBox {
    overflow: hidden
}

#articleInfo15 .imgBox p {
    margin: 0 1% 0 0;
    overflow: hidden;
    float: left;
    width: 49%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInUp
}

#articleInfo15 .imgBox p:nth-child(2) {
    margin: 0 0 0 1%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight
}

#articleInfo15 .imgBox p:hover img {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

@media screen and (max-width: 1024px) {
    #articleInfo15 ul li .item .circle {
        width: 65px;
    }
    #articleInfo15 ul li .item .circle {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    #articleInfo15 ul li .item {
        padding:15px
    }

    #articleInfo15 .slick-dots {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    #articleInfo15 ul{justify-content: flex-start;}
    #articleInfo15 ul li {
        width: calc(100% / 3);
        
    }

    #articleInfo15 ul li:nth-child(2) .item {
        border-left: 0
    }    
    #articleInfo15 ul li:after {
        top: calc(50% - 55px);
    }
    #articleInfo15 .slick-track{
        left: -365xp !important;
    }
    #articleInfo15 ul li:after{
        right: 0px;
    }
}
