.vhpage404{
    padding: 90px 0 0px;
}
.vhpage404 .vinner{
    max-width: 1040px;
    margin: 0 auto;
}
.vhpage404 .gr404{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -45px;
}
.vhpage404 .gr404 > div{
    padding: 0 45px;
}
.vhpage404 .gr404 .lcol{
    width: calc(100% - 490px);
}
.vhpage404 .gr404 .rcol{
    width: 490px;
}
.vhpage404 .thumb img{
    width: 100%;
}
.vhpage404 .dstitle{
    margin-bottom: 20px;
}
.vhpage404 .dstitle, .vhpage404 .dstitle h1, .vhpage404 .dstitle h2, .vhpage404 .dstitle h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}
.vhpage404 .dslink .grlink{
    display: flex;
    margin: 0 -10px;
}
.vhpage404 .dslink .grlink > div{
    padding: 0 10px;
    width: 50%;
}
.itlink404 .vwlink{
    margin-bottom: 10px;
} 
.itlink404 .vwlink a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: #008dd3;
    color: #fff;
    border: none;
    min-height: 50px;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.itlink404 .vwlink a:hover{
    background-color: #0d4561;
}
.itlink404 .vwlink a img{
    max-height: 30px;
    max-width: 80%;
    margin-bottom: 0px;
}
.itlink404 .vwnote{
    text-align: center;
}
@media all and (max-width: 991px){
    .vhpage404{
        padding: 90px 0 0px;
    }
    .vhpage404 .gr404{
        margin: 0 -15px;
    }
    .vhpage404 .gr404 > div{
        padding: 0 15px;
    }
    .vhpage404 .gr404 .lcol, .vhpage404 .gr404 .rcol {
        width: 50%;
    }
    .vhpage404 .dstitle, .vhpage404 .dstitle h1, .vhpage404 .dstitle h2, .vhpage404 .dstitle h3{
        font-size: 30px;
        line-height: 45px;
    }
}
@media all and (max-width: 767px){
    .vhpage404 .gr404 .lcol, .vhpage404 .gr404 .rcol {
        width: 100%;
    }
    .vhpage404 .gr404 .lcol{
        margin-bottom: 20px;
    }
    .vhpage404 .dstitle{
        text-align: center;
    }
    .vhpage404 .dstitle, .vhpage404 .dstitle h1, .vhpage404 .dstitle h2, .vhpage404 .dstitle h3{
        font-size: 25px;
        line-height: 37px;
    }
    .itlink404 .vwlink a{
        font-size: 15px;
        line-height: 23px;
    }
}