@font-face {
    font-family: "SukhumvitSet";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SukhumvitSet.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SukhumvitSet.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SukhumvitSet.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/SukhumvitSet.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/SukhumvitSet.svg#UbuntuBold') format('svg');
}

@font-face {
    font-family: "SukhumvitSet";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/SukhumvitSet.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/SukhumvitSet.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SukhumvitSet.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/SukhumvitSet.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "DB-Helvethaica";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/DB-Helvethaica-X-Bd-Cond.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "DBHeaventv";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/DBHeaventv3_2.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "DBHeaventBlkCondv";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/DBHeaventBlkCondv3_2.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Prompt-Medium";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Prompt-Medium.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Prompt-Regular";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Prompt-Regular.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Prompt-Bold";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Prompt-Bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "AlteHaasGroteskBold";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/AlteHaasGroteskBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/AlteHaasGroteskBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/AlteHaasGroteskBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/AlteHaasGroteskBold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "Optima-Medium";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OptimaLTStdMedium.otf") format("opentype");
}

@font-face {
    font-family: "Optima-Roman";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/OptimaLTStdRoman.otf") format("opentype");
}

body {
    font-family: SukhumvitSet;
}

h2 {
    text-transform: uppercase;
    color: #527999;
    padding: 15px 0;
    margin-bottom: 20px;
}

h3 {
    font-weight: bold;
}

table.planning {
    padding: 10px;
    border-radius: 5px;
}

table.planning tr td {
    padding: 5px;
}

.entry-left,
.entry-right {
    width: 50%
}

.footer {
    margin: 0 auto;
    text-align: center;
}

.entry-left {
    float: left;
}

.entry-right {
    float: right;
}

.map-section {
    margin: 20px auto;
    text-align: center;
}

.scan-success-section {
    background: url("../img/main/scan_03.jpg") no-repeat;
    background-size: 100% auto;
    padding-top: 50%;
    padding-bottom: 40%;
}

.scan-success-section p.title a {
    font-size: 28px;
    color: black;
    text-decoration: none;
}

.scan-success-section p a {
    color: black;
    font-size: 16px;
    text-decoration: none;
}

.scan-success-section p {
    font-size: 30px;
    color: black;
    text-decoration: none;
}

.scan-success-section p.big {
    font-size: 40px;
    text-decoration: none;
}

.scan-success-section p.small {
    font-size: 40px;
    color: #ffffff;
    text-decoration: none;
}

.preview-container #preview {
    text-align: center;
}

.preview-container {
    text-align: center;
    background: #ffffff;
}

.org-success-section {
    margin: 230px auto;
}

.org-success-section p.title a {
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
}

.org-success-section p {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
}

.scanqr {
    background: #ffffff;
    width: 100%;
}

#app div {
    background: #ffffff;
}

#scan01 {
    padding: 0;
}

#divresult {
    color: #ff0000;
    font-size: 20px;
}

@media (max-width: 768px) {
    .responsive {
        width: 100% !important;
        height: auto !important;
    }
    .entry-left,
    .entry-right {
        width: 100%;
    }
    table.planning {
        width: 100% !important;
    }
    .scan-success-section {
        padding-bottom: 21%;
    }
}

@media (max-width: 575px) {
    table.planning {
        width: 100% !important;
    }
    .footer img {
        width: 20%;
        height: auto;
    }
    .footer img.footericon01 {
        width: 15% !important;
        height: auto !important;
    }
    .footer img.footericon02 {
        width: 25% !important;
        height: auto !important;
    }
}

@media (max-width: 668px) {
    .bgmain {
        background-image: url('../img/main/bg.jpg');
        background-repeat: repeat;
    }
}

@media (min-width: 669px) {
    .bgmain {
        background-image: url('../img/main/bg.jpg');
        background-repeat: repeat;
    }
}


/* @media (max-width: 668px) {
    .bg1 {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/hr_bg_m.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (min-width: 669px) {
    .bg1 {
        width: 100%;
        height: auto;
        background-image: url('../img/main/hr_bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: auto 100%;
    }
} */

@media (max-width: 668px) {
    .bg1 {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_list.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (min-width: 669px) {
    .bg1 {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_list.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
        background-position: center;
    }
}

@media (max-width: 668px) {
    .bgboot {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/hr_bg_m.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (min-width: 669px) {
    .bgboot {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/hr_bg_m.jpg');
        background-repeat: repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
        background-position: center;
    }
}

@media (max-width: 668px) {
    .htmlmain {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_scan.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: auto 100%;
    }
}

@media (min-width: 669px) {
    .htmlmain {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_scan.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: auto 100%;
    }
}

@media (max-width: 668px) {
    .htmlhr {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/hr_bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
        background-position: center center;
    }
}

@media (min-width: 669px) {
    .htmlhr {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/hr_bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
        background-position: center center;
    }
}

@media (max-width: 668px) {
    .htmllist {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_list.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (min-width: 669px) {
    .htmllist {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_list.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (max-width: 668px) {
    .htmlsucceed {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_succeed.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

@media (min-width: 669px) {
    .htmlsucceed {
        width: 100%;
        height: 100%;
        background-image: url('../img/main/bg_succeed.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.image_full {
    display: block;
}

.image_mobile {
    display: none;
}

@media (max-width: 640px) and (min-width: 320px) {
    .image_full {
        display: none;
    }
    .image_mobile {
        display: block;
    }
}

.block {
    width: 80%;
    max-width: 340px;
    border: none;
    background-color: #ddd;
    color: white;
    padding: 14px 28px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
}

body {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

.block:hover {
    background-color: #ddd;
    color: black;
}

.block2 {
    max-width: 140px;
    border: none;
    /* background-color: #ddd; */
    background-color: #105e79;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
}

.block2:hover {
    background-color: #ddd;
    color: black;
}

.block3 {
    max-width: 140px;
    border: none;
    /* background-color: #ddd; */
    background-color: #f9abab;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
}

.block3:hover {
    background-color: #ddd;
    color: black;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.thegrid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 5px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 0%;
    line-height: normal;
}

.circlem {
    width: 35px;
    height: 35px;
    border-radius: 0%;
    line-height: normal;
}

.caption {
    position: absolute;
    right: 30px;
    top: 950px;
    text-align: center;
    color: #000;
}

span {
    display: table-cell;
    vertical-align: middle;
}

.captionlogo {
    position: absolute;
    right: -5px;
    top: 10px;
    text-align: center;
    color: #000;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: DBHeaventBlkCondv;
    font-size: 3vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.captionfront {
    position: absolute;
    right: -5px;
    top: 870px;
    text-align: center;
    color: #000;
}

.captionfrontbooth {
    position: absolute;
    right: -5px;
    top: 450px;
    text-align: center;
    color: #000;
}

.captionsearch {
    position: absolute;
    right: -5px;
    top: 750px;
    text-align: center;
    color: #000;
}

.captionsucceed {
    position: absolute;
    right: -5px;
    top: 480px;
    text-align: center;
    color: #000;
}

.divFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}