* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue";
}

html {
    height: 100%;
}

body {
    margin: 0;
}

.page {
    background-image: url(/CustomErrors/Error/assets/img/BgWhite.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.imgerror {
    width: 100%;
    /*margin-top: 3%;*/
    margin-bottom: 3%;
}

.title h1 {
    font-size: 44px;
    font-weight: bold;
    color: #22272A;
    margin-bottom: 1%;
}

.content p {
    font-size: 16px;
    font-weight: normal;
    color: #454E54;
    margin-bottom: 2%;
}

.btnthulai a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 19px 72px;
    background-color: #005689;
    border-radius: 4px;
    display: inline-block;
}

    .btnthulai a:hover {
        background-color: #005689;
        opacity: 80%;
        color: #fff;
    }

.logo a img {
    position: fixed;
    width: 130px;
    height: 40px;
    top: 20px;
    left: 20px;
}

.contentPageError {
    width: 860px;
    margin: auto;
}

.contentError {
    margin: auto;
    padding-top: 170px;
}

.contentLeft {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
    float: left;
    color: #232020;
    padding-top: 20px;
    line-height: 22px;
    font-size: 14px !important;
    font-weight: 400;
    font-family: Roboto !important;
    text-align: justify;
}

    .contentLeft > .bodyFirst {
        padding-top: 55px;
        padding-bottom: 32px;
    }

    .contentLeft > .bodyLeft {
        line-height: 24px;
        text-align: initial;
        font-size: 19px;
        color: #263238;
        font-weight: 600;
    }

    .contentLeft > .footerFirst {
        font-size: 14px;
        line-height: 21px;
        color: #263238;
        padding-top: 17px;
    }

    .contentLeft div, .contentLeft p, .contentLeft span, .contentLeft img, .contentLeft a {
        font-family: Roboto;
    }

.footerPhone {
    line-height: 21px;
    font-size: 14px;
}

    .footerPhone .phone-icon {
        background-image: url(/CustomErrors/Error/assets/img/ico-Phone.png);
        margin-top: 8px;
        vertical-align: sub;
        margin-right: 3px;
    }

        .footerPhone .phone-icon:nth-child(3) {
            margin-left: 30px;
        }

.phone-text {
    color: #FF9900;
    text-decoration: none;
    font-weight: bold;
}

    .phone-text:hover {
        color: #FF9900;
    }

.contentRight {
}

@media (min-width:1900px) {
    .contentError {
        padding-top: 302px !important;
    }
}
@media (width:1680px) {
    .contentError {
        padding-top: 285px !important;
    }
}
@media (width:1400px) {
    .contentError {
        padding-top: 285px !important;
    }
}

@media (max-width:1370px) {
    .contentError {
        padding-top: 150px;
    }
}

@media (max-width:1024px) {
    .contentPageError {
        width: 800px;
    }
}

@media (min-width:1380px) {
    .contentError {
        padding-top: 200px;
    }
}

@media screen and (min-height:1080px)  {
    .contentError {
        padding-top: 302px !important;
    }
}
@media screen and (max-height:1050px) {
    .contentError {
        padding-top: 285px;
    }
}
@media screen and (max-height:1024px) {
    .contentError {
        padding-top: 275px;
    }
}
@media screen and (max-height:960px) {
    .contentError {
        padding-top: 242px;
    }
}
@media screen and (max-height:900px) {
    .contentError {
        padding-top: 212px;
    }
}
@media screen and (max-width :1024px) and (max-height:768px) {
    .contentError {
        padding-top: 145px;
    }
}

@media screen and (min-width :1280px) and (max-height:768px) {
    .contentError {
        padding-top: 146px;
    }
}

