.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #ec3551;
    overflow: hidden;
}
.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.need-center {
    margin-left: auto;
    margin-right: auto;
}

.color-secondary {
    color: #e93562;
}

.seal_g {
    max-width: 320px;
    margin-left: 50%;
    transform: translateX(-50%);
}

section.gv_sect_one {
    overflow-x: hidden;
}



section.gv_sect_two article.inv_art {
    background: #ffffffd1;
    padding: 50px;
    border-radius: 7px;
    margin-bottom: 50px;
    box-shadow: 11px 9px 19px 0px #002342;
}

section.gv_sect_two article.inv_art:nth-last-child(1) {
    margin-bottom: 0px;
}


 


.l_more {
    background-color: #009dc7;
    color: #fff;
    line-height: 1;
    padding: 20px 38px;
    margin: 10px;
}

.a_now {
    background-color: #fb7600;
    color: #fff;
    line-height: 1;
    padding: 20px 30px;
    margin: 10px;
}

.l_more:hover, .a_now:hover {
    color: #fff;
    background: #000;
}


.bg_imgfh {
    transition: .5s;
}
 


section.gv_sect_two article.inv_art:hover .bg_imgfh{
    transform: scale(1.2);
}

.bg_imgfh_prt {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #fff;
}


















