.content_info_book {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 60px;
    border: 1px solid #ddd;
    border-top: 0;
}

.list_two_booking .col-6 {
    width: calc(50% - 30px);
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding-left:0;
}

.list_two_booking .col-4 {
    width: calc(33% - 5px);
    margin-right: 5px;
    background: #fff;
    border-radius: 10px;
    flex: 0 0 45%;
    margin-left: 0;
    padding-left: 0;
}

.list_two_booking .col-3 {
    width: calc(25% - 5px);
    background: #fff;
    border-radius: 10px;
    flex: 0 0 45%;
    margin-left: 0;
    padding-left: 0;
}

.list_two_booking .col-12 {
    margin: 0;
    width:100%;
}

.list_two_booking {
    margin: 0 -15px
}

.input_book {
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    color: #0a0a0a;
    background: #ffffff;
    font-size: 15px;
    min-height: 30px;
}

.select2-container .select2-selection--single{
    height: 33px !important;
    padding-top: 2px;
}

.style_check {
    border: 1px solid #ddd
}

.item_date {
    background: #f2f2f2;
    padding: 10px 5px;
    border-radius: 7px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    width: 80px;
    margin-bottom: 10px;
    border-bottom: 4px solid #1c65a2;
}

.item_date:hover .cl99, .item_date.active .cl99 {
    color: #fff
}

.item_time {
    background: #f2f2f2;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    /*width: 80px;*/
    margin-bottom: 10px
}

.item_time.disable {
    cursor: not-allowed;
    opacity: .4
}

.item_time.disable:hover {
    background: #f2f2f2;
    color: #333
}

.item_time:hover, .item_time.active {
    background: #1d82b6;
    color: #fff
}

.input_gender {
    margin-left: 0
}

.input_gender label {
    margin-left: 15px;
    color: #999
}

.input_gender label input {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.btn_send_book {
    background: #1d5a99;
    padding: 15px 60px;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    cursor: pointer
}

.btn_send_book:hover {
    background: #1d5a99;
    color: #fff
}

.date_other {
    width: 18px;
    background: 0 0
}

.reload_code {
    cursor: pointer
}

.input_code {
    margin: 0 0 30px
}

.item_otp {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 22px
}

.btn_OTP {
    background: #51be9d;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    border-radius: 5px
}

.btn_OTP:hover {
    background: #0076c0
}

.title_check {
    color: #0076c0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.title_check img {
    width: 31px;
    margin-right: 13px
}

.bg_gray {
    background: #f2f7fb;
    padding: 15px 25px;
    border-radius: 10px
}

.tbl_check {
    width: 100%
}

.tbl_check td {
    padding: 10px 0
}

.w550 {
    width: 550px;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .content_info_book {
        padding: 30px 20px 30px 20px;
    }
    .list_two_booking .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .list_two_booking .col-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .list_two_booking .col-3 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .item_otp {
        width: 45px;
        height: 45px
    }
    .w550 {
        max-width: 100%
    }
}

#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    justify-content: center;
    align-items: center;
    z-index: 1000
}

#loading-screen::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 50%;
    top: 50%;
    border: 5px solid #eee;
    border-top: 5px solid #555;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.hide-otp {
    display: none
}
.title_cate_news {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
}
.title_cate_news:after {
    content: "";
    width: 100px;
    background: #3971b6;
    position: absolute;
    bottom: -10px;
    height: 3px;
    left: 35%;
}
.cl_blue1 {
    color: #0078c5;
}
.f14 {
    font-size: 14px;
    line-height: 20px;
}
.align-item-center {
    align-items: center;
}
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-one {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
}
.cl_blue1 {
    color: #0078c5;
}
.mb1, .my1 {
    margin-bottom: .5rem;
}
#footer_1 h2, .bold{
    font-weight: 700;
}
.table th {
    font-weight: 700;
    background-color: #3971b6;
    margin-bottom: 10px;
    color: #ffffff;
    padding: 5px 5px 5px 10px;
}
.mb2, .my2 {
    margin-bottom: 1rem;
}
.item_date:hover, .item_date.active {
    background: #1c65a2;
    color: #fff;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.holiday{
    border-bottom: 4px solid #ef4155;
}
.fade {
    transition: opacity .15s linear;
}
.hide {
    display: none;
}
.modal {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-content {
    background-color: #FFFFFF;
    position: relative;
    border-radius: 10px;
    padding: 20px;
}
@media screen and (min-width: 768px) {
    .modal-small {
        width: 300px;
    }
    .modal-body .title {
        color: #0077aa;
        margin: 10px;
        text-align: center;
    }
    .modal-content {
        max-width: 80vh;
        max-height: 90vh;
    }
    .modal .button-group {
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;
        display: flex;
        gap: 15px;
        margin-top: 15px;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.modal .button-group button {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 7px;
    width: 120px;
    justify-content: space-around;
}
.modal-close {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 2px;
    cursor: pointer;
}
.bg-green {
    background-color: #1d5a99;
}
.dark-overlay {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 30
}

.col-12, .no-scroll, .post-thumb-medium a {
    width: 100%
}

.block, .show {
    display: block
}

.hide {
    display: none
}

.fade {
    transition: opacity .15s linear
}

.h2 {
    font-size: 1.5rem;
}
.center {
    text-align: center;
}
.p-10 {
    padding: 10px;
}
.list_date{
    margin-top: 10px;
}
.title_price{
    color: #ef4155;
    font-size: 20px;
    margin-top: 10px;
}
.info_book{
    /*width: 400px;
    margin: 0 auto;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
    margin-top: 20px;
}
.info_book div{
    color: #0078c5;
    line-height: 30px;
}
.info_book div span{
    font-weight: bold;
}
.info_user{
    border: 1px solid #718096;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
.info_user div{
    color: #0078c5;
    line-height: 35px;
}
.info_user div span, .info_user h2 span{
    font-weight: bold;
}
.title_user{
    color: #ef4155;
    font-size: 22px;
}
.g-recaptcha{
    width: 310px;
    margin: 0 auto;
}
.fileds .filed .filed-lable {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    text-align: left;
}
.card-report {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #39513e36;
    z-index: 2;
    padding: 5px;
    margin-bottom: 5px;
    min-height: 210px;
}
@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fileds .filed-action {
    margin:20px 0 0 20px;
    padding: 0;
    text-align: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}
.content_info_book h6{
    text-align: left;
    font-weight: 400;
}

/*Step by step*/
.form-header {
    gap: 5px;
    text-align: center;
}
.form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}
.form-header .stepIndicator.active {
    font-weight: 600;
    font-size: 16px;
}
.form-header .stepIndicator.finish {
    font-weight: 600;
    color: #009688;
}
.form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}
.form-header .stepIndicator.active::before {
    background-color: #3971b6;
    border: 3px solid #7bcac4;
}
.form-header .stepIndicator.finish::before {
    background-color: #155082;
    border: 3px solid #5ab5ac;
}
.form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}
.form-header .stepIndicator.active::after {
    background-color: #0e74ea;
}
.form-header .stepIndicator.finish::after {
    background-color: #0ca598;
}
.form-header .stepIndicator:last-child:after {
    display: none;
}
.step {
    display: none;
}
.form-footer{
    overflow:auto;
    gap: 20px;
}
.form-footer button{
    background-color: #1e4689;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}
.form-footer button:hover {
    opacity: 0.8;
}
.form-footer #prevBtn {
    background-color: #1e4689;
    color: #FFFFFF;
}
.form-header button{
    background-color: #4d90fe;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 5px;
    width: 100px;
    position: absolute;
    z-index: 9999;
    top: -46px;
    right: 0;
}
.place-holder-cal{
    position: absolute;
    height: 92%;
    top: 1px;
    left: 1px;
    display: flex;
    align-items: center;
    padding: 10px;
    width: 70%;
    background-color: #f9f9f9;
    color:#999;
    font-size: 15px;
}
.fileds .filed {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.fileds .filed .filed-input .text-input {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: 35px;
    line-height: 33px;
    font-weight: normal;
    color: #000;
    border: 1px solid #ced4da;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 992px) {
    .fileds .filed .filed-lable {
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    .item_date{
        width: auto;
        padding-left: 13px;
        padding-right: 13px;
        margin-right: 4px;
    }
}
.fileds .filed .filed-lable {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.fileds .filed .filed-input {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.h2_title{
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
    text-transform: uppercase;
}
.input_payment{
    line-height: 50px;
    width: 90%;
    margin: 0 auto;
}
.input_payment input{
    margin-right: 10px;
}

.list-last-mb>:last-child {
    margin-bottom: 0;
}
.list-bank-main .active{
    border: 2px solid #3f7fca;
    border-radius: 6px;
}
.list-bank-main{
    display: none;
}
.qr_show{
    display: block !important;
}
.list-bank-item {
    padding-top: 53.125%;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.list-bank-item-inner {
    position: absolute;
    width: 100%;
    font-size: 12px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #bfccd9;
    border-radius: 3px;
    -webkit-transition: .15s all linear;
    -o-transition: .15s all linear;
    transition: .15s all linear;
    color: #21262c !important;
}
.row-8>* {
    vertical-align: top;
    padding-left: 4px;
    padding-right: 4px;
}
.row>* {
    vertical-align: top;
    padding-left: 12px;
    padding-right: 12px;
}
.list-mb8>* {
    margin-bottom: 8px;
}
.qr_info div {
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
}
.qr_info {
    margin-top: 20px;
    text-align: center;
}
.qr_info .title_qr {
    text-transform: uppercase;
    font-size: 20px;
}
.account_name {
    font-size: 16px;
}
.account_number {
    font-size: 15px;
}
.account_qr {
    height: 300px;
    width: 300px;
}
.col-vuong1 {
    margin-top: 35px;
}
.col-vuong {
    margin-top: 5px;
    border: 1px solid #cccc;
    border-radius: 15px;
    text-align: left;
    font-family: auto, serif;
    min-width: 1040px;
}
.div_responsive {
    display: block;
    overflow-x: auto;
}
.div_responsive table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    line-height: 28px;
}
#cal_container {
    min-width: 80px;
}
.message-box {margin-top: 40px; margin-bottom: 40px}

.date-selector {
    position: relative;
}
/*.date-selector>input[type=date] {
    text-indent: -500px;
    cursor: pointer;
}*/
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.tab-item tr td{
    padding-left: 5px;
}
.item_date.disable {
    cursor: not-allowed;
    opacity: .4;
}
#fileUpload{display: none}
.container_image{
    margin-top: 10px;
}
.container_image label {
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: #0e74ea;
}
input[type="file"] {
    display: block;
}
.imageThumb {
    max-height: 75px;
    border: 1px solid #0f6674;
    padding: 2px;
    cursor: pointer;
    display: inline;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align:middle;
}
.remove {
    display: block;
    background: #1d1f6e;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}
.remove:hover {
    background: white;
    color: black;
}
span.required{
    color: red;
}
table.info{
    line-height: 28px;
}
fieldset {
    display: block;
    min-inline-size: min-content;
    margin-inline: 2px;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    padding-block: 0.35em 0.625em;
    padding-inline: 0.75em;
}