.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;
    width: 100%;
    height: 98vh;
}

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

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

.bg_text{
    background-image: var(--bg_top2);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    max-width: 90%;
    height: 65vh;
    margin: 150px 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 {
        height: 300px !important;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 450px){
    .bg_text{
        height: 220px !important;
    }
    .boxbanner {
        height: 325px !important;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
    .bg_text{
        height: 295px !important;
    }
    .boxbanner {
        height: 400px !important;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
    .bg_text{
        height: 350px !important;
    }
    .boxbanner {
        height: 450px !important;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
    .bg_text{
        margin-top: 130px;
    }
    .boxbanner {
        height: 650px !important;
        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;
    }
    #time-table{
        bottom: 60px !important;
    }
}

@media only screen and (max-width: 800px) {
    .bg_text{
        margin-top:80px;
        max-width:100% !important;
    }
    #time-table{
        bottom: 70px;
    }
    .boxbanner{
        height: 500px;
    }
}

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

    #about {
        margin-top: 150px;
    }

    .boxbanner .container{
        width: 100% !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: 60px;
    }
}

@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;
    }

    .boxinbanner {
        top: 36px;
    }

    .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;
    }
}

.generality-icon:hover {
    background: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.generality-icon {
    color: #246cb6;
    font-size: 36px;
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    cursor: pointer;
    transition: 0.3s;
}
.box_new_left
{
    box-shadow: 0 0 10px 10px #e5e1ef;
}
.box_new_right h2
{
    color: #3e4bce;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 35px;
    font-weight: bold;
}
.box_new_right .des{
    font-size: 20px;
}
.box_new_right a
{
    font-size: 15px;
    color: #060c48;
}
.box_new_right a:hover
{
    text-decoration: none;
}
.main-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}
@media (max-width: 75em) {
    .main-container{
        display: block;
        width: auto;
    }
}
.container-item {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
}
.thumb-img {
    position: relative;
    overflow: hidden;
}
.thumb-5x3 {
    padding-bottom: 60%;
}
.thumb-item {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
}
.thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.container-item__content {
    padding: 10px 13px 10px;
    text-align: left;
}
img {
    display: block;
    max-width: 100%;
}
.container-item_heading{
    text-transform: uppercase;
    color: #01094a;
    font-size: 30px;
}
.container-item_heading a{
    text-decoration: none;
}
.container-item__content .btn-read-more
{
    width: 42px;
    height: 42px;
    background-image: url("/theme/images/btn_new.png");
}
.container-item__content .btn-read-more:hover
{
    background-image: url("/theme/images/btn_new_hv.png");
}