.header{
    position: relative;
    min-height: 500px;
    text-align: center;
    padding: 20px;
}
.header-banner{
    min-height: 500px;
    width: 100%;
    background: url('/images/banners/home-banner.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.header-banner:before{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0.5);
}
.header-banner .logo{
    height: 30px;
}
.header .title{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.form-search{
    max-width: 500px;
    margin: auto;
}
.header .header-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
}
footer {
    background: #8d8d8d;
}

footer .logo-footer img {
    margin-bottom: 40px;
}

footer .logo-footer p {
    width: 60%;
    margin-left: 30%;
    text-align: left;
    color: white;
}

footer .logo-footer .fa {
    position: absolute;
    margin-left: -25px;
    margin-top: 1px;
    font-size: 18px;
}

footer h3, footer a, footer p {
    color: white;
}

footer h3 {
    margin-top: 32px;
    margin-bottom: 25px;
}

footer .social {
    font-size: 40px;
}

footer .social ul {
    padding: 0;
}

footer .social li {
    display: inline;
    list-style: none;
}

footer .copyright {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

footer hr {
    margin-top: 30px;
}

.outner {
    padding-top: 40px;
    background: #555555;
}

.inner {
    padding-left: 70px;
}


@media screen and (max-width: 450px) {
    .inner {
        padding-left: 0 !important;
    }
    footer .logo-footer img {
        width: 150px;
    }
}

/* new */
.subscribe-container{
    margin-top: 25px;
    margin-bottom: 25px;
}
.subscribe-container .p0{
    padding: 0;
}
.subscribe-container .subscribe-input, .subscribe-container .btn-subscribe{
    height: 40px !important;
    margin: 0 !important;
}
.subscribe-container .subscribe-input{
    background-color: #ffffff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: none !important;
    color: #555555;
}
section.bkb-footer{
    background-color: #1d1d1d;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 15px;
}
.bkb-footer hr{
    border-color: #555555;
}
@media (min-width: 768px){
    .subscribe-container .subscribe-input{
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }
    .subscribe-container .btn-subscribe{
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .footer-menu-container .footer-menu li{
        display: inline-block;
        padding: 5px 15px;
    }
    .bkb-footer hr{
        margin: 20px 140px 0;
    }
}
@media (max-width: 767px){
    .subscribe-container .subscribe-input{
        border-radius: 4px !important;
    }
    .bkb-footer hr{
        margin: 20px 50px 0;
    }
}
.text-subscribe{
    margin-top: 10px;
    font-size: 16px;
}
.footer-menu-container .footer-menu li> a{
    color: #ffffff;
}
.social-container .fa{
    font-size: 24px;
    color: #ffffff;
}
.copy-right{
    text-align: center;
    font-size: 12px;
    margin-bottom: 25px;
    color: #5c5c5c;
}
.hestia-scroll-to-top{
    width: 35px;
    height: 35px;
    line-height: 20px;
    border-radius: 4px;
    background-color: #ffbf23;
}
.btn.btn-bab {
    color: #ffffff;
    background-color: #ffc539;;
}
a.box-service:hover{
    color: #ffffff;
}
#mc_embed_signup .mc-field-group {
    padding-bottom: 0  !important;
    min-height: 40px !important;
}
#mc_embed_signup {
    background: transparent !important;
    clear: left !important;
    font: inherit  !important;
}
.btn-bkb {
    background-color: #ffc539;
    margin: 0 !important;
    color: #ffffff;
    min-height: 40px;
}
.footer-menu{
    margin-bottom: 30px;
}

.copy-right a{
    color: #ffc539;
}
.copy-right a:hover{
    opacity: 0.7;
}
.copy-right{
    text-align: center;
    font-size: 12px;
    margin-bottom: 25px;
    color: #5c5c5c;
}

.invoice-show{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    overflow: auto;
}
.invoice-show .invoice-popup{
    background: #ffffff;
    min-height: 500px;
    width: 860px;
    position: relative;
    margin: 15px auto;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 2px 3px 10px -1px rgba(0,0,0,0.8);
}

.invoice-show .invoice-wrap {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
    min-height: 510px;
}

.invoice-show .td-content {
    padding: 10px;
}

.invoice-show .table-detail {
    width: 100%;
}

.invoice-show .invoice-content {
    padding: 60px;
    height: 100%;
}

.invoice-show .wells {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
}

.invoice-show .thead-invoice {
    background-color: #f9f9f9;
    border: 1px solid #555555;
}

.invoice-show .invoice-invoice-detail {
    margin-bottom: 30px;
    font-size: 40px;
}

.invoice-show .table-invoice {
    border-right: 1px solid #555555;
}

.invoice-show .table-invoice td {
    /* border-top: 1px solid #555555; */
}

.invoice-show .tr-booking-type {
    border-bottom: 1px solid #555555;
    border-right: 1px solid #555555;
    border-left: 1px solid #555555;
}

.invoice-show .tr-booking-type td{
    border-bottom: 1px solid #555555;
    vertical-align: top;
    padding-bottom: 10px;
}

.invoice-show .tr-background {
    /* background-color: #61c6d8; */
    font-size: 18px;
}

.invoice-show .tb{
    border-bottom: 1px solid #555555;
    /* border-right: 1px solid #555555; */
    border-left: 1px solid #555555;
}
.invoice-show .o-l{
    border-left: 1px solid #555555;
}
/*
.tr-border-bottom {
    border-bottom: 1px solid #555555;
} */
.invoice-show .text-r{
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.invoice-show .gray-bg{
    background-color: #f9f9f9;
}
.invoice-show .payment-mt{
    padding-left: 15px;
}

.invoice-show .footer{
    position: absolute;
    bottom: -15px;
    max-width: 500px;
}
.invoice-show .thank-you{
    width: 665px;
    text-align: right;
}

.invoice-show .thank-you img{
    margin-top: 5px;
}
.invoice-show .color-quote{
    color: #ffbf23 !important;
}
.invoice-show .wrap-border * {
    font-size: 11px;
    font-family: "DejaVu Serif";
}
.invoice-show .break-page {page-break-before: always;}


/*  */
.bold{
    font-weight: 700;
}
.font-1{
    font-size: 10px;
}
.font-2{
    font-size: 12px;
}
.font-3{
    font-size: 14px;
}
.color-1{
    color: #4e4e4e;
}

td{
    padding:3px 0;
}
th{
    padding-top:5px;
    padding-bottom: 5px;
}
.box-balance{
    border: 1px solid #cccccc;
    padding: 10px 20px;
    text-align: center;
    margin-top: 5px;
    max-width: 210px;
}
.border-bot{
    /* border-bottom: 2px solid #959595; */
}
h4{
    font-weight: 400;
}

.company-name{
    text-transform: uppercase;
    font-size: 13px;
    color: #ffbf23;
    font-weight: 700;
}
.content-invoice{
    font-weight: 700;
    font-style: italic;
}
.font-style{
    font-style: italic;
    padding-top: 5px;
    line-height: 1;
}
.smaller-text{
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
}
.border-container{
    border: 1px solid #555555;
    padding: 10px;
    margin-bottom: 10px;
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}
.font-13{
    font-size: 13px;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-italic{
    font-style: italic;
}
.font-11{
    font-size: 11px;
}
.font-10{
    font-size: 10px;
}
.margin-auto{
    margin: auto;
}
.text-center {
    text-align: center;
}
.signature {
    text-align: left;
    color: #ff0000;
    width: 280px;
    margin: auto;
    border: 1px solid;
    padding: 10px;
    position: relative;
}
.signature-image{
    width: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    /*margin-left: -20px;*/
    opacity: 0.7;
}
.no-border-left{
    border-left-color: transparent !important;
}
.hidden {
    display: none;
}

.pointer{
    cursor: pointer;
}
.btn-save-invoice {
    font-size: 16px;
    border-radius: 18px;
    background-color: #ffbf23;
    padding: 5px 20px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.btn-save-invoice:hover {
    background-color: #cc991c;
}
.margin-auto{
    margin: auto;
}
