@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}

body {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

p, from, h1, h2, h3, h4, h5, h6, input, dl, dd, table, td, input, ul, li, figure, figcaption {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    border: none;
}

li {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.clear {
    clear: both;
}


#container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}

.content {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

header {
    font-size: 15px;
    padding: 10px 20px;
}

header .logo-box {
    display: inline-flex;
    height: 100%;
    line-height: 24px;
    align-items: center;
    width: 250px;
    vertical-align: middle;
    font-weight: bold;
    color: #525f87;
    font-size: 16px;

}

header .logo {
    width: 150px;
    float: left;
}

header .active {
    color: var(--bs-body-color) !important;
}

header .header-link {
    float: right;
}

header .header-link a {
    color: #949494;
    margin-right: 20px;
}

header .header-link a:hover {
    color: #525f87;
    text-decoration: none;
}

header .header-link .lang {
    position: relative;
    display: inline-block;
    width: 60px;
    padding: 0 10px;
    background: url(../images/icon_arrow2_down.png) center right no-repeat;
    cursor: pointer;
}

header .lang-select {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 5px #ddd;
    background: #fff;
    z-index: 99;
    line-height: 50px;
}

header .header-link .lang .lang-select li {
    cursor: pointer;
}


header .header-link .lang .lang-select li:hover {
    color: #525f87;
    font-weight: bold;
}

header .header-link .lang .lang-select li:hover span {
    border-bottom: 1px solid #525f87;
}

header .menu {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 15px;
}

footer {
    width: 100%;
    flex: 0 0 auto;
    background: #232323;
    color: #fff;
    padding-bottom: 20px;
}

footer h3 {
    font-size: 14px;
    line-height: 40px;
}

footer p {
    font-size: 12px;
    line-height: 20px;
}

footer img {
    width: 40px;
    height: 25px;
}

h1 {
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    padding: 20px;
}

h2 {
    font-size: 22px;
    font-weight: bolder;
    color: #525f87;
    line-height: 80px;
    text-align: left;
}

h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: bolder;
    color: #fff;
}

h4 {
    font-size: 16px;
    color: #525f87;
    line-height: 40px;
    font-weight: bolder;
}

.car-park {
    position: relative;
    width: 100%;
    background: #b3dbfd center top no-repeat;
    padding: 40px 0;
}

.car-park-box {
    background: #fff;
    padding: 40px;
    text-align: center;
    margin-bottom: 300px;
}

.car-park-info {
    display: flex;
    min-height: 130px;
    margin-top: 20px;
    color: #fff;
    padding: 10px 20px;
}

.car-park-info:first-child {
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.car-park-info:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.floor {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
}

.floor .title {
    font-size: 30px;
    font-weight: bold;
    padding-left: 35px;
    vertical-align: middle;
}

.booking {
    color: #62878d;
}

.booking h3 {
    background: #62878d;
}

.booking .rate-box {
    background: #b8d4df;
}

.rate {
    color: #c88432;
    margin-top: 20px
}

.rate h3 {
    background: #c88432;
}

.rate .rate-box {
    background: #e1caac;
}

.rate-box .row {
    margin: 0 20px;
    border-bottom: 2px solid #fff;
}

.rate-img {
    display: flex;
    align-items: center;
    height: 120px;
    line-height: 40px;
    padding: 0;
}

.rate-img figure {
    margin: 0 20px;
    font-weight: bold;
    color: #fff;
}

.rate-money {
    font-size: 30px;
    font-weight: bolder;
}

.rate-detail {
    font-size: 16px;
    width: 33.33%;
}

.btn-row {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-park-box button {
    margin: 0 auto;
    width: 150px;
    height: 35px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: all 600ms ease;
}

.car-park-booking {
    background: #fff;
    padding: 50px;
    text-align: center;
    margin-top: 40px;
}

.car-park-book {
    text-align: left;
}

.car-park-book h3 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.vehicle {
    color: #525f87;
    font-weight: bolder;
    text-align: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}

.period {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}

.notes {
    line-height: 24px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

.car-park-book {
    text-align: left;
}

.car-park-box .book-btn {
    background: #6c87c3;
    color: #fff;
    height: 40px;
    width: 94%;
}

.car-park-box .payment {
    margin-left: 6%;
    background: #ccc;
}

#userInfo {
    display: none;
}

.booking-btns {
    margin-top: 30px;
    margin-bottom: 20px;
}

.booking-num {
    margin-top: 10px;
    margin-bottom: 30px;
}

.booking-num input {
    width: 45%;
    height: 50px;
}

.booking-search {
    margin-bottom: 30px;
}

.booking-search .book-btn {
    width: 45%;
    height: 50px;
}

.booking-btns .book-btn {
    display: none;
    width: 25%;
    margin-right: 3%;
    height: 50px;
}

.booking-btns .book-btn:first-child {
    background: #868686;
}

.booking-btns .book-btn:last-child {
    background: #525f87;
}

.input-booking {
    width: 45%;
}

.input-booking label {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 3px;
    color: #999;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.input-booking input {
    width: 85%;
    border: none;
    outline: none;
    line-height: 38px;
    font-weight: initial;
    height: 38px;
    vertical-align: top;
}

.input-booking img {
    float: right;
    margin-top: 9px;
}

[class^='car-radio']:hover {
    background: #ccc;
}

[class^='car-radio'] {
    width: 130px;
    margin: 0 auto;
    border-radius: 5px;
    transition: all 500ms ease;
}

.carActive {
    background: #ccc;
}

.disable {
    display: none;
}

#phoneCode, #carPlate {
    width: 100%;
    border: 1px solid #9e9e9e;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 20px;
}

#verifyCode {
    width: 100%;
    height: 40px;
    background: #6c87c3;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 20px;
}

#uploadDisablePersonParkingPermitBtn {
    width: 200px;
    margin: 0 2vw;
    height: 40px;
    background: #6c87c3;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.booking-num #phoneCode {
    width: 22%;
}

.booking-num #verifyCode {
    width: 22%;
    margin-left: 1%;
    height: 50px;
    font-size: 14px;
    margin-bottom: 0;
}

.booking-info {
    border: 1px solid #737373;
    padding: 0 20px;
    margin: 20px 0;
    font-weight: bold;
}

.booking-info .col-md-6 {
    padding: 0;
}

.input-card {
    padding: 5px;
    outline: none;
}

.card-info {
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
}

.car-park-box .booking-payment {
    width: 200px;
    margin-right: 50px;
    background: #ccc;
}

.help {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.6);
    overflow: auto;
    z-index: 999;
}

#error {
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.error {
    width: 80%;
    max-width: 300px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

#errorInfo {
    font-size: 16px;
    padding-bottom: 20px;
}

.error-close {
    border: 1px solid #989898;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.help p {
    font-size: 15px;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.5em;
    padding: 10px 15px;
}

#error p {
    color: #000;
}

.box-floor {
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    height: 40px;
    font-size: 16px;
    justify-content: center;
}

.box-floor .title {
    font-size: 16px;
    padding: 0;
}

.loading {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.help .help-box {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    background: #6c87c3;
    padding: 40px 25px 80px 25px;
}

.help h4 {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.help h5 {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.help ol {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-position: outside;
}

.help ul {
    padding-left: 30px;
    color: #fff;
}

.help ul li {
    list-style-type: disc;
}

.help ol li {
    font-size: 15px;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.5em;
    padding: 10px 15px;
    list-style-type: decimal;
}

ol > li > ol > li {
    list-style-type: lower-roman !important;
}

.help-close {
    border-bottom: 1px solid;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.booking-info p {
    line-height: 40px;
    font-size: 16px;
}

.color-g1 {
    color: #7b7b7b;
}

.color-b {
    color: #000;
}

.checkbox {
    font-size: 16px;
    font-weight: bold;
}

.checkbox label {
    vertical-align: top;
}

.errorInfo {
    display: none;
    color: red;
}

.repeat-error-info {
    display: none;
    color: red;
}

.btn-active {
    background: #6c87c3 !important;
}

.border-error {
    border: 1px solid red !important;
}

.sum {
    font-size: 16px;
    color: #6c87c3;
}

.terms {
    min-height: 450px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.terms h3 {
    color: #000;
    font-size: 20px;
    line-height: 50px;
}

.terms h4 {
    color: #000;
    font-size: 19px;
    line-height: 40px;
}

.terms ul {
    padding-left: 25px;
}

.terms ul li {
    list-style-type: disc;
}

.terms p {
    margin-bottom: 20px;
}

.terms ol {
    list-style-position: outside;
    padding-left: 25px;
}

.terms ol li {
    padding: 10px 15px;
    list-style-type: decimal;
}

.question-box {
    padding: 0 35px;
    border: 1px solid #757575;
}

.question-title {
    padding: 20px 0;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    font-weight: bold;
    border-top: 1px solid #757575;
    background: url(../images/icon_arrow2_down.png) 100% no-repeat;
}

.question-title:first-child {
    border: none;
}

.question-content {
    display: none;
}

.question {
    color: #525f87;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.answer {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.4em;
}

#dropdownMenu {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #525f87;
}

#model {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

#cancelModel {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.model-box {
    width: 400px;
    max-width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

#model .input-booking {
    width: 100%;
}

#model .input-booking input {
    width: 85%;
}

#model button {
    width: 30%;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 3px;
    color: #fff;
}

.box-close {
    text-align: right;
    height: 20px;
    margin-bottom: 20px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.color1 {
    background: #525f87;
}

.color1 button {
    color: #525f87;
}

.color2 {
    background: #6c87c3;
}

.color2 button {
    color: #6c87c3;
}

.color3 {
    background: #a1b8e0;
}

.color3 button {
    color: #a1b8e0;
}

.pack-bg {
    width: 100%;
    background: url(../images/park_bg.jpg) center no-repeat;
    background-size: cover;
}

.car-park-book-item,
.car-park-book-item1 {
    position: relative;
}

.car-park-book-item::after {
    content: '1';
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: -38px;
}

.car-park-book-item1::after {
    content: '2';
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: -38px;
}

@media screen and (max-width: 768px) {

    .lang-select a {
        color: #949494;
    }

    .min-lang {
        display: none;
        position: absolute;
        top: 0;
        right: 100%;
        width: 70px;
        text-align: center;
        box-shadow: -7px 1px 7px #6c87c3;
        background: #fff;
        z-index: 99;
        line-height: 50px;
    }

    .car-park-box {
        padding: 20px;
        margin: 2% 2% 150px 2%;
        width: 96%
    }

    .car-park-info {
        display: block;
    }

    .floor {
        justify-content: center;
        margin: 30px;
    }

    .floor figure {
        margin: 10px;
    }

    .rate-img {
        justify-content: space-around;
    }

    .rate-img figure {
        margin: 0;
    }

    .booking-num input {
        width: 100%;
    }

    .booking-search .book-btn {
        width: 100%;
    }

    .booking-btns .book-btn {
        display: none;
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .payment {
        margin: 15px 0 !important;
    }

    .input-booking {
        width: 100%;
    }

    .booking-num #phoneCode {
        width: 45%;
    }

    .booking-num #verifyCode {
        width: 52%;
        margin-left: 1%;
        font-size: 12px;
    }

    .car-park-box .book-btn {
        margin: 10px 0;
    }
}

#announcement div.content header {
    padding: 15px;
}

#announcement div.content header h2 {
    line-height: normal !important;
    color: white;
}

#announcement div.content section {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}

#announcement div.content section p {
    padding: 10px 0;
}


.row.reverse {
    flex-direction: row-reverse;
}

.column {
    flex-direction: column;
}

.column.reverse {
    flex-direction: column-reverse;
}

.wrap {
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap;
}

.reverse-wrap {
    flex-wrap: wrap-reverse;
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center,
.flex-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center,
.flex-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-center {
    align-content: center;
}

.content-stretch {
    align-content: stretch;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-baseline {
    align-self: baseline;
}

.self-stretch {
    align-self: stretch;
}

.bg-white {
    background: white;
}

.special-fee thead tr th {
    padding: 8px 16px;
    font-size: 16px;
    color: white;
    background-color: #5a9ad3;
    border: white 1px solid;
}

.special-fee tbody tr td {
    padding: 9px 18px;
    font-size: 18px;
    color: black;
    background-color: #d0dced;
    border: white 1px solid;
}

input#card-r {
    margin-top: 40px;
}

.text-red {
    color: red;
}

::-webkit-scrollbar {
    overflow: visible;
    width: 14px;
    height: 12px;
    background: transparent;
    z-index: 12;
}

::-webkit-scrollbar-thumb {
    margin: 4px;
    width: 10px;
    min-width: 32px;
    min-height: 32px;
    background-color: #00b4ff;
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    z-index: 12;
    -webkit-transition: background-color 0.28s ease-in-out;
    transition: background-color 0.28s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: #00b4ff;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
