.w-100 {
    width: 100%;
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div {
    padding: 15px;
    border-radius: 25px;
    display: inline-block;
    width: 105px;
    margin-right: 10px;
}

#clockdiv div > span {
    padding: 0 10px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    font-size: 35px;
}

div#clockdiv div {
    color: #FFFFFF;
}

.smalltext {
    font-size: 25px;
    font-weight: 400;
}

.boxbanner {
    position: relative;
    height: 90vh;
    width: 100%;
}

#time-table{
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.boxinbanner {
    background-image: var(--bg_top1);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
    margin-top: 80px;
}

.bg_text{
    background-image: var(--bg_top2);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 500px;
    max-width: 1130px;
    margin: 200px auto 0;
}

@media only screen and (max-width: 1500px) {
    .bg_text{
        background-size:contain;
    }
}

.box_footer {
    position: relative;
    width: 100%;
    height: 750px;
    min-height: 500px;
}

.box_footer_banner {
    background-image: var(--bg_map);
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: calc(100% - 0px);
    background-size: cover;
    background-position: bottom;
}

.message {
    display: block;
}
@media only screen and (max-width: 400px) {
    .bg_text{
        height: 200px !important;
    }
    .boxbanner {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 450px){
    .bg_text{
        height: 220px !important;
    }
    .boxbanner {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
    .bg_text{
        height: 295px !important;
    }
    .boxbanner {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
    .bg_text{
        height: 350px !important;
    }
    .boxbanner {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .bg_text{
        margin-top: 130px;
        height: 400px;
    }
    .boxbanner {
        margin-top: 20px;
    }
    .boxbanner .container{width: 95% !important}
}

@media only screen and (max-width: 600px) {
    #clockdiv > div {
        padding: 5px !important;
        width: 50px !important;
        border-radius: 10px !important;
    }

    .container{
        width: 100% !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

@media only screen and (max-width: 800px) {
    .bg_text{
        margin-top:80px;
    }
}

@media only screen and (min-width: 1200px) {
    .pr_row_pc {
        text-align: center;
        height: 100vh;
        bottom: -100px;
    }

    #about {
        margin-top: 150px;
    }

    .boxbanner .container{
        width: 85% !important;
    }
}

@media only screen and (min-width: 736px) and (max-width: 1200px) {
    .pr_row_pc {
        text-align: center;
        bottom: 20px;
        left: 0;
        right: 0;
    }

    #about {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 220px) and (max-width: 800px) {
    .pr_row_pc {
        text-align: center;
        bottom: 15px;
        left: 0;
        right: 0;
    }

    #clockdiv {
        font-size: 10px;
    }

    #clockdiv > div {
        padding: 13px;
        width: 64px;
    }

    #clockdiv div > span {
        padding: 0 5px;
        font-size: 20px;
    }

    .service-time {
        padding: 0 0 15px !important;
    }

    .message {
        display: none;
    }

    .smalltext {
        font-size: 14px;
    }

    #about {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1280px) {
    .boxdangky {
        display: block;
        position: absolute;
        bottom: 5%;
        right: 25%;
        padding: 10px;
        border-radius: 20px;
        background: linear-gradient(to right, #1d86df 0%, #faf6f6 100%);
        z-index: 1;
    }
}

@media only screen and (max-width: 1280px) {
    .boxdangky {
        display: none;
    }
}
