#landing{
    background: url("../images/landing.jpg") center center;
    height: 450px;
    background-size: cover;
}

#landing #tab-landing{
    max-width: 400px; /*320px*/
    max-height: 420px;
    margin-right: 0px;
}
#app-booking-form label{
    font-size: 0.8rem;
    margin-bottom: 3px;
}
#app-booking-form form{
    padding-top: 10px;
    width: 400px;
}
#landing .float-right-lg{
    float: right;
}
#landing .tab-content{
    background: #fff;
}
#ad #time-frame{
    padding: 10px;
    text-align: left;
    background: rgba(1,85,188,1);
    background: -moz-linear-gradient(left, rgba(1,85,188,1) 0%, rgba(0,117,201,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,85,188,1)), color-stop(100%, rgba(0,117,201,1)));
    background: -webkit-linear-gradient(left, rgba(1,85,188,1) 0%, rgba(0,117,201,1) 100%);
    background: -o-linear-gradient(left, rgba(1,85,188,1) 0%, rgba(0,117,201,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,85,188,1) 0%, rgba(0,117,201,1) 100%);
    background: linear-gradient(to right, rgba(1,85,188,1) 0%, rgba(0,117,201,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0155bc', endColorstr='#0075c9', GradientType=1 );
}
#ad #time-frame #time-box{
    display: inline-block;
    color: #fff;
    padding: 0px 20px 10px;
    text-align: center;
    width: 57%;
    vertical-align: top;
}
#ad #time-frame #weather-forcast{
    display: inline-block;
}
#ad #time-frame #time-part{
    font-size: 50px;
    line-height: 66px;
}
#ad #time-frame #date-part{
    font-size: 18px;
}
@media (max-width: 768px){
    .header--standard-landing .header-menu{
        background: #fff;
    }
    #landing #tab-landing{
        margin: 0 auto;
        float: none;
    }
    #landing .float-right-lg{
        float: none;
    }
    .header--standard-landing .dropdown-toggle::after {
        border-top-color: #888da8;
    }
}

.nav-tabs .nav-link,.nav-tabs{
    border: 0;
    color: #495057;
    font-size: 1rem;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    background: #fff;
}
.nav-tabs .nav-item .nav-link,.nav-tabs .nav-link{
    background: #cccccc;
}

.nav-item.nav-link{
    width: 50%;
    max-width: 320px;
    text-align: center;
}

form{
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

form .form-check-input {
    position: absolute;
    margin-top: 0.2rem;
    right: 70px;
}

.form-control{
    padding: .375rem .75rem;
}

#landing .btn{
    margin-bottom: 0;
}

#ad #carousel{
    margin-bottom: 2rem;
}

#ad .carousel-indicators li {
    margin-top: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    cursor: pointer;
}
#ad .carousel-indicators{
    bottom: -35px;
}

#ad .carousel-indicators li.active {
    background-color: #0069d9;
}

#ad{
    min-height: 380px;
    padding: 3rem 0;
}

#ad #service{
    /*padding: 0 3rem;*/
}

.label {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-style: italic;
}
.label.label-success{
    color: #fff;
    background-color: #2ca773;
    border-color: #2da780;
}
.label.label-danger{
    color: #fff;
    background-color: #a72635;
    border-color: #a71f1f;
}

#schedule a.btn{
    color: #fff;
    min-width: 120px;
}

#schedule table.table,.calculate table.table{
    border: #dee2e6 solid 1px;
}
#schedule table.table td{
    border: 0;
}
#schedule table.table thead th{
    border: 0;
}
#schedule table.table thead{
    position: relative;
}
/*#schedule table.table thead:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 75%;*/
/*    border-bottom: 2px solid red;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/
#schedule table.table thead th{
    border-bottom: 2px solid red;
}

#news .title{
    padding: .5rem;
    margin-bottom: 2rem;
    color: #fff;;
    width: 100%;
    background: #6616e7;
}
#news .content{
    text-align: left;
}
#news .content a{
    color: #0069d9;
    font-size: 1rem;
}
#news .content small{
    display: block;
    margin: .5rem 0;
}

#search .tab-pane{
    box-shadow: 0px -2px 4px 0px #ccc;
    margin-bottom: 2rem;
}

#search .nav-tabs .nav-item.show .nav-link,#search  .nav-tabs .nav-link.active{
    box-shadow: 0px -2px 4px 0px #ccc;
}

span.color-gray{
    color: #d6d8d9;
}
.departure{
    position: absolute;
    bottom: 13px;
    left: 0;
}
@media (max-width: 768px){
    .departure{
        position: relative;
        bottom: 0px;
        right: 0;
    }
    #transfer .calculate .btn ,
    #search .calculate .btn{
        margin-top: 2rem;
    }
}

.calculate table.table thead th,.calculate table.table td{
    border: 0;
}
.calculate table.table .danger{
    background: #ff3407;
    color: #fff;
}
.calculate table.table .gray{
    background: #a29d9d;
    color: #fff;
}
.calculate table.table .gray .h3{
    color: #fff;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row .steps-step:not(:last-child):after {
    top: 14px;
    right: -40%;
    position: absolute;
    content: " ";
    width: 80%;
    height: 3px;
    background-color: #ccc;
    z-index: 9;
}
.steps-form .steps-row .steps-step.pass:not(:last-child):after{
    background-color: red;
}
.steps-form .steps-row .steps-step {
    width: 20%;
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; }
.steps-form .steps-row .steps-step .btn-circle {
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    border: #ccc solid 5px;
    margin-top: 0;
    z-index: 10;
}

.steps-form .steps-row .steps-step.active .btn-circle{
    border: red solid 5px;
}
.steps-form .steps-row .steps-step.pass .btn-circle{
    background: red;
    border: red solid 5px;
}

.steps-form .steps-row .steps-step.active p,.steps-form .steps-row .steps-step.pass p{
    color: red;
}
table.table.status-booking{
    padding-bottom: 2rem;
}
table.table.status-booking thead tr th,table.table.status-booking tbody tr td{
    font-weight: 300;
    border: 0;
    color: black;
    padding: 0.2rem;
}
table.table.status-booking tbody tr td{
    font-size: 18px;
}

@media (max-width: 768px){
    table.table.status-booking tbody tr td{
        font-size: 1em;
    }
}

ul.list-circle {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.list-circle li:not(:last-child) {
    border-bottom: dashed 2px #ccc;
}
ul.list-circle li {
    padding-left: 2em;
    font-size: 1rem;
    line-height: 2rem;
    position: relative;
    margin-top: 1rem;
}

ul.list-circle li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    transform: translate(-50%, 50%);
}
.circle-red{
    padding-left: 1.5em;
    position: relative;
}
.circle-red::before{
    width: 1em;
    height: 1em;
    background: red;
    border-radius: 50%;
    display: inline-block;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50% , -50%);
}

.line-red{
    padding-left: 1.5em;
    position: relative;
}
.line-red::after{
    right: 4px;
    width: 73%;
    height: 2px;
    background: red;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0 , -50%);
    z-index: 0;
}
.hide{
    display: none;
}
.flatpickr-input[readonly]{
    background: #ffffff;
}
.line-red .transfer_title{
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 20px;
}
.group-detail{
    padding-bottom: 2rem;
}

.megamenu .tour-pin-wrapper a{
    font-weight: normal;
    font-size: 14px;
}

.megamenu .tour-pin-wrapper img{
    padding-top: 20px;
}
@media (max-width: 575.98px){
    .table-responsive-sm {
        border: solid 1px #ccc;
    }
}

#passenger .group-detail .container,
#preview .group-detail .container,
#success .group-detail .container{
    padding: 3rem 2.5rem;
}
#passenger .group-detail .container p,
#success #link-payment p,
#preview .group-detail .container p{
    font-size: 1.25rem;
    color: rgb(81, 83, 101);;
}
#passenger .group-detail header,
#success .group-detail header,
#preview .group-detail header{
    position: relative;
}
#passenger .group-detail header:before,
#preview .group-detail header:before,
#success .group-detail header:before{
    display: block;
    content: '';
    border-bottom: solid 1px red;
    bottom: -2rem;
    position: absolute;
    width: 20%;
    z-index: 9;
}
#passenger .group-detail header:after,
#preview .group-detail header:after,
#success .group-detail header:after{
    display: block;
    content: '';
    border-bottom: solid 1px;
    bottom: -2rem;
    position: absolute;
    width: 100%;
}
#passenger .group-detail .form-border-group,
#success .group-detail .form-border-group{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.75rem;
    margin: .5rem;
    position: relative;
}
.icon-input {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 0;
    top: 50%;
    color: #ccc;
}
#passenger .group-detail .form-border-group input,
#passenger .group-detail .form-border-group select,
#success .group-detail .form-border-group input,
#success .group-detail .form-border-group select{
    border: 0;
    padding: 0;
    margin: 0;
}

#passenger .group-detail .form-border-group .form-control:focus,
#success .group-detail .form-border-group .form-control:focus{
    box-shadow: none;
}
#passenger .group-detail .form-border-group .form-group,
#success .group-detail .form-border-group .form-group{
    margin: 0;
}
#passenger .group-detail .form-border-group label,
#success .group-detail .form-border-group label{
    font-size: 0.75rem;

}

#passenger #link-payment .payment_method_label span,
#success #link-payment .payment_method_label span{
    font-size: 1.1rem;
}
#group-payment .payment_method_label {
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    cursor: pointer;
}
#group-payment .payment_method_label img {
    height: 47px;
    width: auto;
}
#group-payment .payment_method_label{
    border: solid 1px #ccc;
    border-radius: 5px;
}
#group-payment .payment_method_label.active{
    border: solid 1px #67aa2e;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0px;
}
.installment_not_active{
    background: #aaa;
    display: inline-block;
    position: relative;
    padding: 2px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.installment_not_active img {
    height: 47px;
    width: auto;
}
#group-payment .payment_method_label.active:after{
    position: absolute;
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    background: #67aa2e;
    top: 7px;
    left: 8px;
    border-radius: 50%;
}

/*#form-paypal,#form-credit_card,#form-bacs{*/
/*    display: none;*/
/*}*/
#form-paypal.active,#form-credit_card.active,#form-bacs.active{
    /*display: flex;*/
}

#loading .group-img-loading,#loading .information{
    margin: 1rem auto;
}
#loading .group-img-loading img{
    height: 50px;
}
@media (max-width: 768px){
    #loading .group-img-loading img{
        height: 28px;
    }
    #preview .w-50{
        width: 100% !important;
    }
}
#success .booking-thank{
    position: relative;
}
#success .booking-date{
    position: absolute;
    top:0;
    right: 0;
    color: #515365;
    text-align: right;
    font-size: 1.2rem;
}
@media (max-width: 425px){
    #success .booking-date{
        right: 2rem;
        font-size: .812rem;
    }
    #success .booking-date p{
        font-size: .812rem;
    }
}

.notification .note-payment{
    background: dodgerblue;
    color: white;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.notification .inform-payment{
    background: #3cb371;
    color: white;
    font-size: 1rem;
    padding: .5rem 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}
.notification .inform-payment.inform-errors{
    background: #ee2222 !important;
    color: #ffffff;
}
.notification .inform-payment.inform-errors li:before{
    color: #ffffff;
}
@media (max-width: 425px){
    .notification{
        padding: 1rem;
    }
}

table.border-none td{
    border: 0;
    color: #515365;
    padding: 1rem 3.5rem 0;
}
.border-radius{
    border: #dee2e6 solid 1px;
    border-radius: 5px;
}
.manage-booking{
    display: block;
    width: 80%;
    max-width: 200px;
    position: absolute;
    top: 10%;
    right: 0;
    padding: .75rem;
    margin: 1rem 2rem;
}
.manage-booking span{
    display: inline-block;
    color: #888da8;
    text-align: left;
}
.manage-booking p{
    color: #0BA4E0;
    margin-bottom: 0;
}
.manage-booking:hover{
    background: #caf0ff;
}
@media (max-width: 768px){
    table.border-none td{
        padding: 1rem;
    }
    .manage-booking{
        position: static;
        margin: 2rem auto;
    }
    .border-left{
        border-left: 0 !important;
    }
}

#success .information .detail{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 768px){
    #success .information .detail{
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.text-default{
    color: #888da8 !important;
}

.page--header_wrapper{
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.2em;
    border-bottom: 1px solid #eee;
}
.page--header{
    font-size: 36px;
    font-weight: 500;
    color: #006cb7;
    border-bottom: 1px solid #006cb7;
    display: inline-block;
    padding: 0;
    margin: 0;
}

#contact a.contact-shortcut{
    background: url('../images/common/contact_icon_bg.jpg');
    padding: 20px;
    display: block;
    color: #fff;
    font-size: 18px;
}
#contact a.contact-shortcut .media-body h5{
    font-size: 25px;
}
#nav-contact-branch .nav-link{
    color: #ff0000;
}
#nav-contact-branch .nav-link.active,#nav-contact-branch .nav-link:hover{
    color: #ffffff;
}
.branch_map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}
.gm-branch {
    display: block;
    width: 100%;
    height: 300px;
}
#contact .contact-boldtext{
    font-size: 20px;
}
#contact .contact-boldtext a{
    color: #515151;
}
#contact .contact-boldtext a:hover{
    color: #be2626;
}
#contact .tab-content{
    min-height: 600px;
}
#aboutus #about-vehicle .nav-link{
    color: #666666;
}
#aboutus #about-vehicle .nav-link.active{
    background: #eee;
    color: #666666;
}

#search #search-box{
    font-size: 13px;
}
#transfer .transfer-box{
    border: 1px solid #ccc;
    padding: 20px;
    margin: 0px 0 20px;
}

.transfer-box .form-transfer label{
    display: block;
    width: 100%;
}
.transfer-box .form-transfer input{
    display: inline-block;
    margin-right: 10px;
    width: auto;
}
.transfer-box .form-transfer .service_options_body{
    margin-left: 28px;
}
.form-transfer{
    margin-left: 40px;
}
.loading-ajax{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
}
.loading-ajax img{
    text-align: center;
}
.loading-ajax.top30{
    top: 30%;
}
.loading-ajax.top10{
    top: 10%;
}
.error{
    font-size: 12px;
    color: #ff1111;
}
.require{
    color: #ff1111;
}
#success .manage-booking img{
    vertical-align: top;
}
#success .detail table.border-none td{
    padding: 0;
}
#success .detail table.border-none td p{

}
.btn-google{
    background: #DC4E42;
}
.btn-facebook{
    background: #0a94e3;
}
#customer-dashboard.nav-pills .nav-link{
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #dedede;
}
#customer-dashboard.nav-pills .nav-link.active{
    background: #006cb7;
    border-right: 1px solid #006cb7;
}
.booking--list_active{
    background: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgba(27,27,27,.1);
    box-shadow: 0 1px 3px 0 rgba(27,27,27,.1);
    padding: 20px;
}
.booking--list_all{
    background: #fff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px 0 rgba(27,27,27,.1);
    box-shadow: 0 1px 3px 0 rgba(27,27,27,.1);
    padding: 20px;
}
/*
 * Password Strenght
 */
#strengthMessage.Short {
    width: 100%;
    background-color: #dc3545;
    margin-top: 5px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
}
#strengthMessage.Weak {
    width: 100%;
    background-color: #ffc107;
    margin-top: 5px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 12px;
}
#strengthMessage.Good {
    width: 100%;
    background-color: #28a745;
    margin-top: 5px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
}
#strengthMessage.Strong {
    width: 100%;
    background-color: #d39e00;
    margin-top: 5px;
    height: 3px;
    color: #d39e00;
    font-weight: 500;
    font-size: 12px;
}
#registerForm input[type=radio],
#registerForm  input[type=checkbox]
{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
/*
 * eVoucher
 */
.eVoucher--box{
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(27,27,27,.1);
    box-shadow: 0 1px 3px 0 rgba(27,27,27,.1);
}
.eVoucher--logo{
    padding-left: 30px;
    line-height: 40px;
}
.eVoucher--payment_method{
    line-height: 40px;
    border-right: 2px dashed #ddd;
    color: #ffffff;
    position: relative;
}
.eVoucher--payment_method:after{
    content: "";
    background: url('../images/common/eticket-circle_top.png') top left transparent;
    position: absolute;
    top: 0;
    right: -7px;
    width: 12px;
    height: 6px;
}
.eVoucher--payment_status{
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}
.eVoucher--passenger_textbox{
    border-bottom: 1px solid #dddddd;
    padding: 4px 5px 3px 7px;
}
.eVoucher--header{
    background: #2376dc;
}
.eVoucher--passenger_infobox{
    border-right: 2px dashed #ddd;
}
.eVoucher--passenger_infobox:after{
    content: "";
    background: url('../images/common/eticket-circle_bottom.png') top left transparent;
    position: absolute;
    bottom: -1px;
    right: -9px;
    width: 14px;
    height: 8px;
}
.eVoucher--passenger_body{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.eVoucher--passenger_infobox h3{
    font-size: 18px;
}
.eVoucher--passenger_textbox label{
    color: #006cb7;
    font-weight: bold;
    margin-bottom: 0;
}
.eVoucher--QRCode_box{
    padding-right: 30px;
    padding-top: 20px;
}
.eVoucher--BookingCode{
    font-size: 24px;
}
.eVoucher--location_secondary{
    font-size: 12px;
    color: #aaa;
}
.package_content img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0;
}
.package_content table{
    border-color: #cdcdcd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.package_content table tr td{
    padding: 7px 20px;
}
.payment-tab-content{
    text-align: left;
}
.payment-tab-content li{
    display: inline-block;
    width: 32%;
    text-align: left;
}
.payment-tab-content li:nth-child(2n)
{
    margin-right: 0;
}
.payment-tab-content li img{
    height: 60px;
}
.payment-tab-content li input{
    display: inline-block;
    width: 20px;
}
.slick-slider{
    width: 100%;
    overflow: hidden;
}
#form-internetbank,#form-bacs,#form-paypal,#form-installment,#form-ewallet,#form-creditcard,#form-alipay,#form-wechatpay
,#form-shopeepay,#form-ktc,#form-point_ktc_forever{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.phoneNumber{
    line-height: 23px;
    padding: 10px;
}
.form-payment label{
    cursor: pointer;
}
.timetable_wrapper .highseason  thead tr{
    background: #ff4600;
    color: #fff;
}
.timetable_wrapper .lowseason  thead tr{
    background: #004fc5;
    color: #fff;
}
.timetable_wrapper .timetable_from{
    width: 200px;
}
.timetable_wrapper .timetable_to{
    width: 200px;
}
.timetable_wrapper .timetable_dep{
}
.timetable_wrapper .timetable_dep{
    width: 15%;
}
.timetable_wrapper .timetable_arr{
     width: 15%;
 }
.timetable_wrapper .timetable_price{
    width: 15%;
}
.timetable_wrapper #high_season h2{
    font-weight: 500;
    color: #ff4600;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.timetable_wrapper #low_season h2{
    font-weight: 500;
    color: #004fc5;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
#customer--membercard .membercard--add_NewCard{
    margin-bottom: 30px;
}
#customer--membercard .membercard--add_NewCard a{
    display: inline-block;
    width: 300px;
    border: 1px dashed #ff0000;
    border-radius: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
#customer--membercard .membercard--add_NewCard a:hover{
    background: #ff5e3a;
    color: #ffffff;
}
#customer--membercard .membercard--add_NewCard a span{
    font-size: 70px;
    line-height: 80px;
}
#customer--membercard .membercard--activex350{
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
#customer--membercard .membercard--activex350 a{
    display: inline-block;
    width: 350px;
    height: 544px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url("../../card/member-card-front-350x544.jpg");
}
#customer--membercard .membercard--active-backx350{
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;

}
#customer--membercard .membercard--active-backx350 a{
    display: inline-block;
    width: 350px;
    height: 544px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url("../../card/member-card-back-350x544.jpg");
}
.membercard--photo{
    padding: 83px 0 0 97px;

}
.membercard--photo_img{
    width: 168px;
    height: 218px;
    background-size: cover;
}
.membercard--id{
    color: #ffffff;
    padding-left: 36px;
    padding-top: 44px;
    font-size: 33px;
}
.membercard--name{
    color: #ffffff;
    padding-left: 36px;
}
.membercard-attribute-row{
    padding: 40px 0 0 63px;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
}
.membercard-expire{
    display: inline-block;width: 60px;
}
.membercard-type{
    display: inline-block; padding-left: 38px;
}
.membercard--active-backx350 a .membercard-qrcode{
    padding: 81px 0 0;text-align: center
}
.voucher_box{
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.container.post-detail-page  table{
    font-size: 11px;
}
