* {
    font-weight:300;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'Kanit', sans-serif;
}

.background-image--container {
    position: fixed;
    width: 100%;
    height: 100%;
}

.background-image--container img {
    width: 100%;
    height: 100%;
}

.center-content {
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0 0 0;
}

.center-content a.logo {
    display: block;
    width: 35.2em;
    margin: 0 auto;
}

.center-content a.logo img {
    width: 100%;
}

.car-container {
    width: 100%;
    margin: -2em 0 0 0;
}

.car-container a.phone {
    display: block;
    width: 23em;
    margin: 0 auto;
    font-size: .9em;
    top: 4.0em;
    left: -14em;
}

.car-container a.phone span {
    position: absolute;
    width: 83.5%;
    display: block;
    right: .25em;
    top: 0;
    z-index: 50;
    color: #fff;
    padding: .15em 0 0 0;
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    letter-spacing: .15em;
}

.car-container a.phone img {
    width: 100%;
}

.car-container > img {
    width: 40em;
    margin: 0 auto;
    display: block;
    left: -4em;
}

.footer-strings {
    width: 100%;
    position: absolute;
    bottom:0;
}

.footer-strings:after {
    content: "";
    clear: both;
}

.footer-strings > div {
    float: left;
    width: 50%;
    padding: 2em 1em 5em 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2em;
    line-height: 1;
    letter-spacing: .2em;
    font-family: 'Kanit', sans-serif;
}

.footer-strings > div strong {
    font-weight: 600;
}

.footer-strings > div h2 {
    margin: 0 0 .1em 0;
}

.footer-strings > div:first-child {
    border-right:1px solid #fff;
    text-align: right;
}

.footer-strings > div:last-child {
    text-align: left;
}

@media (max-width: 1024px) {

    body {
        font-size: .8em;
    }

    .center-content {
        padding: 13vw 0 0 0;
    }
}

@media (max-width: 860px) {

    .footer-strings {
        font-size: .8em;
    }

}

@media (max-width: 800px) {

    .center-content a.logo {
        position: absolute;
        left:0;
        top:0;
        margin:1em
    }

    .center-content {
        padding: 33vw 0 0 0;
    }
}

@media (max-width: 768px) {

    .footer-strings > div {
        padding: 2em 1em 2em 1em;
    }
}

@media (max-width: 660px) {

    body {
        font-size: .7em;
    }

    .center-content {
        padding: 44vw 0 0 0;
    }

    .footer-strings {
        font-size: .6em;
    }

}

@media (max-width: 550px) {

    body {
        font-size: .6em;
    }
}

@media (max-width: 500px) {

    body {
        font-size: .5em;
    }

    .center-content {
        padding: 65vw 0 0 0;
    }

    .footer-strings {
        font-size: .8em;
    }

}

@media (max-width: 400px) {

    .footer-strings {
        font-size: .7em;
    }

}

@media (max-width: 320px) {

    body {
        font-size: .45em;
    }

    .footer-strings {
        font-size: .6em;
    }

}

@media (max-height: 950px) {

    .footer-strings > div {
        padding: 2em 1em 3em 1em;
    }
}

@media (max-height: 870px) {

    .footer-strings > div {
        padding: 1em
    }
}