@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/subset-DBHeavent-Thin.eot');
    src: url('../fonts/subset-DBHeavent-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-DBHeavent-Thin.woff2') format('woff2'),
        url('../fonts/subset-DBHeavent-Thin.woff') format('woff'),
        url('../fonts/subset-DBHeavent-Thin.ttf') format('truetype'),
        url('../fonts/subset-DBHeavent-Thin.svg#DBHeavent-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/subset-DBHeaventt-Light.eot');
    src: url('../fonts/subset-DBHeaventt-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-DBHeaventt-Light.woff2') format('woff2'),
        url('../fonts/subset-DBHeaventt-Light.woff') format('woff'),
        url('../fonts/subset-DBHeaventt-Light.ttf') format('truetype'),
        url('../fonts/subset-DBHeaventt-Light.svg#DBHeaventt-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/subset-DBHeavent.eot');
    src: url('../fonts/subset-DBHeavent.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-DBHeavent.woff2') format('woff2'),
        url('../fonts/subset-DBHeavent.woff') format('woff'),
        url('../fonts/subset-DBHeavent.ttf') format('truetype'),
        url('../fonts/subset-DBHeavent.svg#DBHeavent') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/subset-DBHeavent-Med.eot');
    src: url('../fonts/subset-DBHeavent-Med.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-DBHeavent-Med.woff2') format('woff2'),
        url('../fonts/subset-DBHeavent-Med.woff') format('woff'),
        url('../fonts/subset-DBHeavent-Med.ttf') format('truetype'),
        url('../fonts/subset-DBHeavent-Med.svg#DBHeavent-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DB Heavent';
    src: url('../fonts/subset-DBHeavent-Bold.eot');
    src: url('../fonts/subset-DBHeavent-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-DBHeavent-Bold.woff2') format('woff2'),
        url('../fonts/subset-DBHeavent-Bold.woff') format('woff'),
        url('../fonts/subset-DBHeavent-Bold.ttf') format('truetype'),
        url('../fonts/subset-DBHeavent-Bold.svg#DBHeavent-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



:root {
    --blue: #0057A8;
    --blue2: #00A1ED;
    --lightblue: #E1F5FD;
    --white: #ffffff;
    --grey: #5A5755;
}

html, body{
    margin: 0;
    padding: 0;
}

body{
    font-family:"DB Heavent", sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #E1F5FD;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a{
    color: var(--blue);
}

.nowrap{
    white-space: nowrap;
}

header{
    height: 80px;
    background: #FFF;
}
    header .container{
        height: 80px;
        display: flex;
        align-items: center;
    }

main{
    text-align: center;
    padding: 50px 0;
}

    main h1{
        color: var(--blue);
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 30px;
    }
    main h2{
        color: var(--grey);
        font-size: 30px;
        font-weight: 500;
    }

#search-form{
    max-width: 560px;
    margin: 30px auto;
}    

footer{
    margin-top: auto;
    font-size: 20px;
    font-weight: 400;
    color: var(--grey);
    padding: 30px 0;
}

#bla_logo{
    width: 135px;
    height: 52px;
    background: url(../images/bla_logo.svg) no-repeat 50% 50% / contain;
    display: block;
    overflow: hidden;
    text-indent: -120%;
}

.icon-info{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/i.svg) no-repeat 50% 50% / contain;
    vertical-align: -5px;
    margin-left: 5px;
}

.v-select{
    font-size: 26px;
    color: var(--grey);
}

#search-form .vs__search{
    font-size: 26px;
    color: var(--grey);
}

#search-form .select-cover{
    position: relative;
    margin-bottom: 20px;
}

#search-form label{
    pointer-events: none;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: left;
    line-height: 60px;
    transition: all 0.2s ease;
    color: var(--grey);
    padding-left: 15px;
    
}

    #search-form label.shrinked{
        font-size: 20px;
        line-height: 22px;
        padding-top: 6px;
    }

.vs__dropdown-toggle{
    border: none;
}

.vs--searchable .vs__dropdown-toggle {
    cursor: text;
    border: none;
    height: 60px;
}

#search-form .vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: nowrap;
    padding: 0 2px;
    position: relative;
}

#search-form .vs__selected,
#search-form .vs__search{
    color: var(--blue);
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 500;
    margin: 12px 2px 0;
}
#search-form .vs__selected{
    white-space: nowrap;
    overflow: hidden;
}

#search-form input.vs__search{
    padding-left: 13px;
}

.vs__open-indicator{
    background: url(../images/arrow-down.svg) no-repeat 50% 50% / contain;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
    .vs__open-indicator path{
        display: none;
    }

.vs__clear{
    background: url(../images/clear.svg) no-repeat 50% 50% / contain;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
    .vs__clear path{
        display: none;
    }

.btn.btn-primary{
    background-color: var(--blue2);
    font-size: 26px;
    font-weight: 500;
    border: none;
    padding: 4px 20px;
    min-width: 115px;
    margin: 10px 0;
    border-radius: 4px 4px;
}

    .btn.btn-primary[disabled]{
        background: #E3E5E5;
        color: var(--blue);
        opacity: 1;
    }

.h1{
    font-size: 40px;
    color: var(--blue);
}
.h2{
    font-size: 36px;
    color: var(--blue);
}

#result{
    max-width: 864px;
    background: #FFF;
    border-radius: 16px 16px;
    margin: 20px auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    position: relative;
    padding: 30px 30px;
}
    .close{
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 40px;
        color: var(--blue);
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;;
    }

    .remark{
        text-align: left;
        font-size: 22px;
        color: var(--grey);
        line-height: 1.1em;
    }

    .table{
        font-size: 30px;
    }
        .table th{
            font-weight: 500;
            text-align: left;
        }
        
    .table-responsive{
        max-width: 955px;
        margin: 0 auto;
        position: relative;
    }

    .room-rate{
        max-width: 600px;
        width: 100%;
        margin: 10px auto;        
    }    
        .room-rate p{
            text-align: left;
        }


    #products{
        max-width: 955px;
        margin: 0 auto;
    }

    #products-data-modal{
        width: 100%;
        max-width: 955px;
        margin: 0 auto;
    }

    .blue-table{

        background: var(--blue);
        border-radius: 16px 16px;
        box-shadow:0 3px 6px rgba(0,0,0,0.1);
        color: #FFF;
        padding: 20px 0;
    }
        .blue-table td,
        .blue-table th{
            border: none;
            font-size: 36px;
        }
        .blue-table th{
            font-weight: 600;
            padding: 3px 30px;
        }
        .blue-table td{
            font-weight: 400;
            padding: 3px 30px;
            text-align: right;
        }
        .blue-table td span{
            font-weight: 600;
            display: inline-block;
            margin-right: 24px;
        }
        .blue-table tr:first-child th,
        .blue-table tr:first-child td{
            padding-top: 15px;
        }
        .blue-table tr:last-child th,
        .blue-table tr:last-child td{
            padding-bottom: 15px;
        }

    .table-strip td,
    .table-strip th{
        border: none;
        color: var(--grey);
        padding: 0.2em 0.5em;
    }

    .table-strip tr:nth-child(odd) td,
    .table-strip tr:nth-child(odd) th{
        background-color: var(--lightblue);
    }

        .table-strip td{
            text-align: right;
        }
        .table-strip td span{
            font-weight: 600;
            display: inline-block;
            margin-right: 30px;
            color: var(--blue);
        }
        
    a img{
        transition: all 0.3s ease;
    }

    a.active_arrow img{
        transform: rotateX(180deg);
    }

    .product-table{
        margin: 20px 0 60px;
        /* border: 1px solid var(--blue); */
        border-radius: 12px 12px 0 0;
        background: #FFF;
        overflow: hidden;
    }

        .product-table:last-child{
            margin-bottom: 10px;
        }

    .product-table thead th{
        background: var(--blue);
        color: #FFF;
        text-align: center;
        padding: 0.6em 0.1em;
    }

        .product-table th,
        .product-table td{
            border: none;
            font-size: 26px;
            line-height: 1.2em;
        }

        .product-table1 thead tr:nth-child(2) th{
            border-top: 1px solid #FFF;
        }

        .product-table tbody tr:nth-child(odd) th,
        .product-table tbody tr:nth-child(odd) td{
            background: var(--lightblue);
        }

        .product-table thead th,
        .product-table thead td{
            border-right: 1px solid #FFF;
            line-height: 1.1em;
        }
        .product-table thead th:first-child{
            border-left: 1px solid var(--blue);
        }
        .product-table thead th:last-child{
            border-right: 1px solid var(--blue);
        } 

        .product-table thead tr:first-child th:first-child{
            border-radius: 10px 0 0 0;
        }
        .product-table thead tr:first-child th:last-child{
            border-radius: 0 10px 0 0;
        }

        .product-table thead tr:first-child th:first-child,
        .product-table tbody th:first-child{
            width: 270px;
        }

        .product-table thead tr:first-child th:nth-child(2),
        .product-table tbody th:nth-child(2){
            width: 240px;
        }

        .product-table thead tr:first-child th:nth-child(3),
        .product-table tbody th:nth-child(3){
            min-width: 290px;
        }

        .product-table tbody th,
        .product-table tbody td{
            border-right: 1px solid var(--blue);
            border-left: 1px solid var(--blue);
            text-align: center;
            color: var(--grey);
        }
        .product-table tbody tr:last-child th,
        .product-table tbody tr:last-child td{
            border-bottom: 1px solid var(--blue);
        } 



/* The Modal (background) */
.modalx {
    /* display: none;   Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,2550); /* Fallback color */
    background-color: rgba(255,255,255,1); /* Black w/ opacity */
}


.modalx.close{
    display: flex;
}
    .modalx.open .modal-content{
        opacity: 1;
    }

  
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 4% auto; /* 15% from the top and centered */
    margin: auto;
    padding: 20px;
    border: none;
    width: 100%; /* Could be more or less, depending on screen size */
    max-width: 955px;
    position: relative;
}


.fade-enter{
    opacity: 0;
}
.fade-enter-active{
    transition: all 0.3s ease;
}
.fade-leave-active{
    transition: all 0.3s ease;
}
.fade-leave-to{
    opacity: 0;
}

.fadeUp-enter{
    opacity: 0;
    transform: translateY(40px);
}
.fadeUp-enter-active{
    transition: all 0.3s ease;
}
.fadeUp-leave-active{
    transition: all 0.3s ease;
}
.fadeUp-leave-to{
    opacity: 0;
    transform: translateY(40px);
}



@media screen and (min-width: 601px){
    .mb{
        display: none;
    }
    .image-swipe-table{
        display: none;
    }
}        


@media screen and (max-width: 600px){


    .dt{
        display: none;
    }

    header{
        height: 70px;
    }
        header .container{
            display: flex;
            align-items: center;
            height: 70px;
        }
    #bla_logo{
        width: 114px;
        height: 44px;
    }

    .icon-info{
        width: 18px;
        height: 18px;
        vertical-align: -4px;
        margin-left: 2px;
    }


    .v-select{
        font-size: 20px;
    }
    
    #search-form .vs__search{
        font-size: 20px;
    }
    
    #search-form .select-cover{
        margin-bottom: 10px;
    }
    
    #search-form .vs__selected,
    #search-form .vs__search{
        margin: 7px 2px 0;
    }

    #search-form label{
        pointer-events: none;
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        text-align: left;
        line-height: 48px;
        color: var(--grey);
        padding-left: 15px;
    }
    
        #search-form label.shrinked{
            font-size: 16px;
            line-height: 20px;
        }
    
    .vs__dropdown-toggle{
        border: none;
    }
    
    .vs--searchable .vs__dropdown-toggle {
        cursor: text;
        border: none;
        height: 48px;
    }
    
    #search-form .vs__selected{
        padding-top: 10px;
        padding-left: 10px;
        font-weight: 500;
    }
    
    .vs__open-indicator{
        width: 16px;
        height: 16px;
    }




    .btn.btn-primary{
        font-size: 24px;
        padding: 3px 20px;
        min-width: 115px;
        margin: 20px 0;
        border-radius: 4px 4px;
    }
    
    .h1{
        font-size: 30px;
        padding-right: 30px;
    }
    .h2{
        font-size: 26px;
    }

    #result{
        border-radius: 8px 8px;
        margin: 20px auto;
        padding: 15px 15px;
    }
        .close{
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 40px;
            color: var(--blue);
            cursor: pointer;
            display: block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;;
        }

    main{
        text-align: center;
        padding: 30px 0;
    }
    
        main h1{
            font-size: 26px;
            font-weight: 500;
            margin-bottom: 30px;
        }
        main h2{
            font-size: 22px;
            font-weight: 500;
        }
    
    #search-form{
        max-width: 560px;
        margin: 30px auto;
    }    
    
    footer{
        margin-top: auto;
        font-size: 16px;
        padding: 20px 0;
    }

    .image-swipe-table{
        position: absolute;
        top: 40%;
        left: 60%;
        z-index: 3;
    }
        .image-swipe-table img{
            width: 100px;
            height: auto;
            filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3));
            display: block;
        }


    .blue-table{
        border-radius: 8px 8px;
        box-shadow:0 3px 6px rgba(0,0,0,0.1);
        padding: 20px 0;
    }
        .blue-table td,
        .blue-table th{
            border: none;
            font-size: 26px;
            line-height: 1.2em;
            white-space: nowrap;
        }
        .blue-table th{
            font-weight: 600;
            padding: 3px 15px;
        }
        .blue-table td{
            font-weight: 400;
            padding: 3px 15px;
            text-align: right;
        }
        .blue-table td span{
            font-weight: 600;
            display: inline-block;
            margin-right: 10px;
        }
        .blue-table tr:first-child th,
        .blue-table tr:first-child td{
            padding-top: 15px;
        }
        .blue-table tr:last-child th,
        .blue-table tr:last-child td{
            padding-bottom: 15px;
        }

        .remark{
            font-size: 16px;
        }
    
        .table{
            font-size: 20px;
        }

        .table-strip td{
            white-space: nowrap;
        }

        .table-strip td span{
            margin-right: 10px;
        }

        .table-responsive{
            max-width: 955px;
            margin: 0 auto;
            position: relative;
        }

        .product-table{
            overflow-x: auto;
            margin-bottom: 20px;
            max-width: 955px;
        }

            .product-table:last-child{
                margin-bottom: 10px;
            }

        .product-table th,
        .product-table td{
            font-size: 20px;
            white-space: nowrap;
        }

        .product-table thead th{
            background: var(--blue);
            color: #FFF;
            text-align: center;
            padding: 0.6em 0.4em;
        }

        .product-table thead tr:first-child th:first-child,
        .product-table tbody th:first-child{
            position: sticky;
            left: 0;
            top: 0;
            z-index: 2;
            padding-left: 20px;
            padding-right: 20px;
            min-width: 140px;
        }

        .product-table thead tr:first-child th:nth-child(2),
        .product-table tbody td:nth-child(1){
            min-width: 170px;
        }
        .product-table thead tr:first-child th:nth-child(3),
        .product-table tbody th:nth-child(3){
            min-width: 200px;
        }
        .product-table tbody th:first-child{
            background: #FFF;
        }

        .product-table thead th:first-child{
            background: var(--blue);
        }

}        