/* CVS style */

.cvs_outer{
    max-width: 1600px;
    margin: 0 auto;
    background-color: transparent;
}

.cvs_outer .cvs_each_outer{
    width: 25%;
    padding: 0 15px;
}

.cvs_outer .cvs_each_outer .cvs_tile{
    background-color: #fff;
}

.cvs_outer .cvs_each_outer .cvs_tile_head{
    padding: 5px 15px;
    text-align: center;
}

.cvs_outer .cvs_each_outer .cvs_tile_img img {
    height: 30px;
    width: 30px;
    display: inline-block;
}

.cvs_outer .cvs_each_outer .cvs_tile_heading{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 0 0;
    color: #1c3141;
}

.cvs_outer .cvs_each_outer .cvs_body_img{
    max-height: 278px;
    min-height: 278px;
    background-image: url(../images/right_w.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cvs_outer .cvs_each_outer .cvs_bottom_link button{
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    background-color: #fff;
    color: #1c3141;
    font-size: 15px;
}

.cvs_outer .cvs_video_link {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: solid #FDAD37 3px;
}

.cvs_outer .cvs_video_link .cvs_tile_overlay{
    display: none;
    padding: 50px 25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.cvs_outer .cvs_video_link:hover .cvs_tile_overlay {
    background-color: rgba(28,49,65,0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    color: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cvs_outer .slick-arrow{
    position: absolute;
    z-index: 1;
    height: 80px;
    width: 40px;
    padding: 0;
    margin: 0;
    top: calc(50% - 40px);
    background-color: transparent;
    background-image: url(../images/right_w.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 141%;
    color: transparent;
    overflow: hidden;
    word-wrap: initial;
    border-width: 0;
    border: none;
}

.cvs_outer .slick-prev.slick-arrow{
    left: -30px;
    transform: rotate(180deg);
}

.cvs_outer .slick-next.slick-arrow{
    right: -30px;
}

body .cvs_video_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}

body .cvs_video_pop .cvs_video_wrap{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    width: 100%;
    height: 0;
    font-size: 30px;
    color: #fff;
    text-align: center;
    
}

body .cvs_video_pop .cvs_video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .cvs_video_pop .video_container{
    width: 75%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    top: 100px;

}

body .cvs_video_pop .cvs_close_btn{
    background-color: #1c3141;
    border: solid 2px #fdad37;
    width: 25px;
    height: 25px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    margin: 0;
    position: absolute;
    right: -25px;
    top: -25px;
    text-align: center;
    cursor: pointer;
}

.cvs_video_pop.cvsact{
    display: block;
}

@media only screen and (max-width: 720px) {
    .cvs_outer .cvs_each_outer{
        width: 100%;
    }
}

@media screen and (min-width:720px) and (max-width:1400px){
    .cvs_outer .cvs_tile_head{
        height: 70px;
    }
}