.vntprocedure{

}
.vntprocedure .contenttext{
    text-align: center;
    margin-bottom: 30px;
}
.vntprocedure .contenttext p{
    padding: 2px 0;
}
.lstprocedu .itemCol{
    display: flex;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}
.lstprocedu .itemCol::before{
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #e21e70;
    border-bottom: solid 1px #e21e70;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.lstprocedu .itemCol::after{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #e21e70;
    border-right: solid 1px #e21e70;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.lstprocedu .itemCol:hover::before{
    left: 0;
    right: 0;
}
.lstprocedu .itemCol:hover::after{
    top: 0;
    bottom: 0;
}
.lstprocedu .itemCol:hover .thumb a img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.lstprocedu .itemCol:hover .decs h3 a{
    color: #e21e70;
}
.lstprocedu .itemCol:hover .viewAllPage a{
    background-color: #e21e70;
}

.lstprocedu .itemCol:last-child{
    /*margin-bottom: 0;*/
}
.lstprocedu .itemCol .thumb{
    width: 60%;
}
.lstprocedu .itemCol .thumb a{
    display: block;
    overflow: hidden;
}
.lstprocedu .itemCol .thumb a img{
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.lstprocedu .itemCol .decs{
    width: 40%;
    padding: 70px;
    text-align: center;
}
.lstprocedu .itemCol .decs h3{
    font-size: 35px;
    line-height: 53px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

/*  */
.boxOrther{
    padding: 40px 30px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}
.boxOrther .titleOrther{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-family: 'Oswald';
}
.boxOrther .sliderOrther .slick-list{
    margin: 0 -15px;
}
.boxOrther .sliderOrther .slick-slide{
    padding: 0 15px;
}
.boxOrther .sliderOrther.newsAll .decs{
    background-color: #fff;
}
.sliderOrther .slick-arrow{
    top: 43%;
}

/*  */
.lstprocedure{

}
.lstprocedure .itemCol{

}
.lstprocedure .itemCol .thumb{

}

.lstprocedure .itemCol .thumb a{
    display: block;
    position: relative;
    padding-bottom: 65.56%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
.lstprocedure .itemCol:hover .thumb a img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.lstprocedure .itemCol .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
}
.lstprocedure .itemCol .decs{

}
.lstprocedure .itemCol .decs h3{
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.lstprocedure .itemCol:hover .decs h3 a{
    color: #d11e70;
}
.vntprocedure .videoInfo{
    position: relative;
    padding-top: 65.56%;
    height: 0;
    overflow: hidden;
}
.vntprocedure .videoInfo img, .vntprocedure .videoInfo video, .vntprocedure .videoInfo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.myTools{
    margin-bottom: 0;
    padding-bottom: 0;
}
@media all and (max-width: 991px){
    .lstprocedu .itemCol .decs{
        padding: 20px 15px;
    }
    .lstprocedu .itemCol .decs h3{
        font-size: 25px;
        line-height: 38px;
    }
    /*  */
    .boxOrther{
        padding: 30px 20px;
    }
    .boxOrther .titleOrther{
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px){
    .lstprocedu .itemCol{
        display: block;
    }
    .lstprocedu .itemCol .thumb, .lstprocedu .itemCol .decs{
        width: 100%;
    }

}