body {
    background: #fff;
}

.booking-page .container { /* border: 1px solid #dad6c8; */ /* margin:20px auto; */ /* border-radius:20px; */
    padding: 50px 15px;
    background: none;
    z-index: inherit;
}

.logobk {
    text-align: center; /* float: left; */
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}

    .logobk a {
        float: left;
        width: 100%;
        padding: 10px 0;
    }

    .logobk img {
        width: 100%;
    }

.area + .area {
    margin-top: 50px;
}

#dtdatphong {
    margin-top: 0;
    width: 57%;
    padding-top: 0;
    display: inline-block;
    float: left;
}

.area > h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3f3f3f;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin: 0;
    text-align: left;
}

.area table {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.area td, .area th {
    width: 60%;
    box-sizing: border-box;
    padding-bottom: 12px;
    vertical-align: top;
    position: relative;
}

.area th {
    text-align: left;
    padding-right: 20px;
    font-size: 16px;
    color: #332314;
    width: 30%;
    line-height: 38px;
    font-family: 'Barlow';
    font-weight: 500;
}

.area .txt, .ddl {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px 9px;
    font-size: 17px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.area .txtM {
    height: auto;
    display: inline-block;
}

.area .txt:focus, .ddl:focus {
    outline: 1px solid #fefe00;
}

.button {
    text-align: left;
    margin-top: 0;
    width: 40%;
    padding-top: 0;
    margin-left: 3%;
}

    .button .btn {
        padding: 16px 52px;
        width: 98%;
        text-align: center;
        display: block;
        background: #fefe00;
        color: #0054a7;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
        margin: 5px;
        font-size: 20px;
        box-sizing: border-box;
    }

        .button .btn:hover {
            background: linear-gradient(180deg, #33A4D2 0%, #0053A6 135.23%);
            color: #fff;
        }

        .button .btn:active {
            background: linear-gradient(180deg, #33A4D2 0%, #0053A6 135.23%);
            color: #fff;
        }

    .button h4 {
        font-size: 20px;
        text-transform: uppercase;
        color: #3f3f3f;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
        margin: 0;
        text-align: left;
        margin-bottom: 20px;
    }

.pntuoi {
    display: block;
    overflow: hidden;
    padding-top: 10px;
}

.lbsotuoi {
    width: 50px;
    float: left;
}

.drtuoi {
    display: block;
    overflow: hidden;
    text-align: right;
}

.ddltuoi {
    border: 1px solid #cdcdcd;
}

.showpay {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

    .showpay span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.button.button-block {
    width: 100%;
    text-align: center;
    margin: 0;
}

.tbgiangay { /* width:100%; */
    margin: auto;
    border: none; /* padding:10px; */
    display: block;
    margin-top: 8px;
    margin-bottom: 20px;
}

    .tbgiangay tr, .tbgiangay tbody { /* width:100%; */
        display: block;
        border: 1px solid #cdcdcd;
        padding: 5px;
    }

    .tbgiangay td, .tbgiangay th {
        width: 60%;
        display: inline-block;
    }

        .tbgiangay td:nth-child(2), .tbgiangay th:nth-child(2) {
            width: 37%;
            text-align: center;
        }

.lbgiatheongay {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #d95700;
    text-transform: uppercase;
    margin-top: 0;
}

.cus-info {
    border-radius: 0;
    padding: 20px 15px 30px;
}

.FormContentBook {
    box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);
    border: 1px solid #bfc6cc;
    border-radius: 8px;
    width: 35%;
}

.tit-side {
    line-height: 165%;
    margin-bottom: 20px;
    font-family: 'Anybody';
    color: #0053A6;
    font-size: 25px;
}

.booking-page .title-inner {
    padding: 0;
}

.item-book {
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #bfc6cc;
    padding: 15px 0 17px;
}

    .item-book strong {
        float: left;
        font-family: 'BarlowM';
        font-weight: 500;
    }

    .item-book span {
        float: right;
        font-size: 20px;
    }

.date-b {
}

.room-b {
    font-family: 'Barlow';
    font-size: 20px;
}

.number-b {
}

.error-contact {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
}

.agree {
    font-size: 18px;
    margin: 20px 0;
    color: #333;
    padding: 0 15px;
}

    .agree a {
        color: #d95700;
    }

@media only screen and (max-width:467px) {
    .booking-page .container {
        padding: 20px 15px;
    }

    .area th, .area td {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.area {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 30px 30px;
    margin: auto;
    box-sizing: border-box;
    background: url(/Design/decor/DecorService.png) no-repeat;
    box-shadow: 0 5px 30px rgba(80, 57, 24, 0.15);
    border-radius: 8px;
}

    .area:nth-child(2) {
    }

.booking-page .contain {
    display: block;
    text-align: justify;
    overflow: unset;
    margin-top: 0;
}

#pnup1 {
    overflow: hidden;
}

#dtdatphong {
    overflow: hidden;
}

    #dtdatphong .area {
        width: 100%;
        border: none;
        padding: 0;
    }

.head-book {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.menu_book { /* float:right; */
    overflow: hidden;
    margin: auto;
    padding: 0;
    display: inline-block;
}

    .menu_book li {
        float: left;
        list-style: none;
    }

    .menu_book a {
        float: left;
        text-decoration: none;
        padding: 34px 10px;
        font-size: 16px;
        color: #d95700;
        font-weight: bold;
        text-transform: uppercase;
    }

.contant-b {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 50px;
}

.loadgif {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999999;
}

.centerload {
    margin: auto;
}

.bannerchange:before {
    display: none !important;
}

.bannerchange:after {
    display: none !important;
}

@media only screen and (max-width:1023px) {
    .head-book {
        position: relative;
        margin-bottom: 20px;
    }

    .area { /* width: calc(96% - 2px); */
    }

    #dtdatphong {
        width: 100%;
    }

    .button {
        width: 100%;
    }

    .menu_book a {
        padding: 5px 10px;
    }
}

@media only screen and (max-width:639px) {
    .button .btn.btnxn {
        width: 100%;
        padding: 20px 0;
        text-transform: uppercase;
        font-size: 18px;
    }
}

@media only screen and (max-width:479px) {
    .title-group h2 {
        font-size: 20px;
    }
}