    .error__404{
        background-image: url('https://cdn.diemnhangroup.com/nhakhoashark.vn/2022/11/Frame-2608558-1.png');
        background-size: cover;
        padding: 0;
        width: 100%;
        height: 650px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .page-title-404 {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        padding-top: 160px;
        gap: 15px;
    }
    .page-title-404 img {
        width: 100%;
        height: 100%;
        max-width: 458px;
        max-height: 181px;
    }
    .page-title-404 .page-title {
       color: #fff;
    }
    .btn__error-s {
        background: #fff !important;
        border-radius: 10px;
        color: #0097DC;
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        width: 100%;
        min-width: 230px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn__error-s::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: -4px;
        top: -4px;
        border: 1px solid;
        border-radius: 10px;
    }
    .btn__error-s:hover:after {
        border: 1px solid #fff;
    }
    
    .btn__box404 {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
    }
    
    @media only screen and (max-width: 550px) {

    .btn__error-s {
        font-size: 14px;
        min-width: 131px;
    }
    .error__404{
        background-image: url('https://cdn.diemnhangroup.com/nhakhoashark.vn/2022/11/Frame-2608566.png');
        height: 600px;
    }
    .page-title-404 {
        padding-top: 140px;
    }
    .page-title-404 .page-title {
        color: #fff;
        font-size: 16px;
    }
}