body {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.32;
    color: #fff;
    font-size: 18px;
    background-image: url("/images/pic-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    color: #ffffff
}

.body-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 1700px;
    width: 92%;
    max-height: 880px;
    height: 95%;
    position: relative;
    z-index: 2;
}

.body-container > * {
    width: 50%;
}

.text-head {
    font-size: 80px;
    font-weight: 700;
}

.text-content {
    font-size: 24px;
}

.container-left {
    font-family: "Kanit", Arial, sans-serif;
    height: 750px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.address {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    line-height: 1.7;
}

.container-right img {
    display: block;
    max-width: 350px;
    height: 38px;
}

.container-right {
    font-family: "Courier New", Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


@media screen and (max-width: 1040px) {

    body {
        font-size: 14px;
        overflow-y: auto;
    }

    .body-container {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 100px;
    }

    .body-container > * {
        width: 100%;
    }

    .container-left {
        margin-bottom: 50px;
        justify-content: space-around;
    }

    .container-right,
    .address {
        display: block;
    }

    .address {
        margin-top: 15px;
    }

    .text-head {
        font-size: 60px;
    }

    .text-content {
        font-size: 18px;
    }

    .container-right img{
        max-width: 50vw;
    }

    .text-imprint {
        position: absolute;
        left: 0;
        bottom: 40px;
    }

    .empty{
        display: none;
    }

    table tr:first-of-type td{
        display: inline-block;
    }
}

.light {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    top: 10%;
    left: 50%;
    background: #fff;
    box-shadow: 0 0 30px 10px #e6e6c8, 0 0 10px 5px white;
    animation: lightbright 7s alternate infinite ease-in-out;
    border-radius: 9999px;
    will-change: box-shadow;
}

.flare {
    position: absolute;
    animation: flaremove 15s alternate infinite ease-in-out;
    border-radius: 9999px;
    will-change: transform;
}

.flare.one {
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    box-shadow: inset 0 0 20px 2px rgba(190, 190, 240, 0.125), 0 0 20px 0 rgba(190, 190, 240, 0.125);
    top: 80%;
    left: 80%;
}

.flare.two {
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    box-shadow: inset 0 0 100px 2px rgba(200, 230, 200, 0.125), 0 0 13px 2px rgba(200, 230, 200, 0.125);
    top: 80%;
    left: 80%;
}

.flare.four {
    margin: 20% 0 0 20%;
    width: 100px;
    height: 100px;
    box-shadow: inset 0 0 160px 2px rgba(50, 180, 50, 0.125), 0 0 20px 2px rgba(50, 180, 50, 0.125);
    top: 80%;
    left: 80%;
}

.flare.five {
    margin: -5% 0 0 -5%;
    width: 60px;
    height: 60px;
    box-shadow: inset 0 0 160px 2px rgba(200, 220, 80, 0.25), 0 0 20px 2px rgba(200, 220, 80, 0.25);
    top: 80%;
    left: 80%;
}

.flare.six {
    margin: 20% 0 0 20%;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 18px 10px rgba(150, 220, 220, 0.25), 0 0 5px 0 rgba(150, 220, 220, 0.25);
    top: 80%;
    left: 80%;
}


@keyframes flaremove {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(2vw, 2vh);
    }
}

@keyframes lightbright {
    0% {
        box-shadow: 0 0 30px 10px #e6e6c8, 0 0 10px 5px white;
    }
    50% {
        box-shadow: 0 0 30px 10px #e6e6c8, 0 0 10px 5px white;
    }
    100% {
        box-shadow: 0 0 40px 10px #e6e6c8, 0 0 20px 10px white;
    }
}

/* kanit-regular - latin */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/kanit-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/kanit-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/kanit-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/kanit-v7-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/kanit-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/kanit-v7-latin-regular.svg#Kanit') format('svg'); /* Legacy iOS */
}

/* kanit-700 - latin */
@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/kanit-v7-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/fonts/kanit-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/kanit-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/kanit-v7-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/kanit-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/kanit-v7-latin-700.svg#Kanit') format('svg'); /* Legacy iOS */
}