﻿html {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: auto !important;
}
html body {
    color: #333333;
}

img {
    border: none;
}

*, *:before, *:after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font: inherit; 
    font-size: 100%;  
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none; 
}

ol { 
    font-size: initial;
}  

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-spacing: 0;
    border-collapse: collapse;
}

html {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-x:hidden;
}

    html.landing {
        padding-top: 0;
        background: #FFFFFF;
    }

    html.inner {
        padding-top: 108px;
        background: #f6f4f4;
    }

    html.inner body {
        background: #f6f4f4;
    }

html,
body {
    /*font-family: Helvetica, Arial, "Microsoft YaHei", "Microsoft JhengHei", "Heiti TC", sans-serif;*/
    font-family: 'Helvetica', 'Arial', 'PingFang TC', '微软雅黑', 'Microsoft YaHei', '华文细黑', 'STHeiti', sans-serif;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    letter-spacing: .5px;
    color: #000000;
}

    body.toggle-active {
        overflow-y: hidden !important;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    word-wrap: break-word;
}

    a.btn-txt {
        text-decoration: underline;
    }

/******************************************************************
    Text Selection Styles
******************************************************************/
::selection {
    color: #FFFFFF;
    background: #000000;
}

::-moz-selection {
    color: #FFFFFF;
    background: #000000;
}

::-webkit-selection {
    color: #FFFFFF;
    background: #000000;
}

a {
    /*font-family: Helvetica, Arial, "Microsoft JhengHei", "Heiti TC", sans-serif;*/
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: opacity ease 200ms;
    -o-transition: opacity ease 200ms;
    transition: opacity ease 200ms;
    text-decoration: none;
    color: inherit;
    outline: none;
}

    a:hover {
        opacity: .8;
    }

input[type=submit] {
    -webkit-transition: opacity ease 200ms;
    -o-transition: opacity ease 200ms;
    transition: opacity ease 200ms;
}

input:placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    /*color: #E6E6E6; */
    color: #000 !important;
}



input[type=submit]:hover {
    opacity: .8;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

p {
    /*font-family: Helvetica, Arial, "Microsoft JhengHei", "Heiti TC", sans-serif;*/
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
    color: #333333;
    word-break: break-word;
}

    p.highlight {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    p:last-child {
        margin-bottom: 0;
    }

    p.subheading {
        font-size: 16px;
        padding: 5px 10px;
    }
.swiper-container {
    overflow-x: hidden;
}
.price p {
    font-size: 18px;
    letter-spacing: 1px;
        padding: 0px;
}
  .card-slider-wrap.card-2-wrap .card  .content .title {
    /*max-height: inherit;*/
    }

.price .ori-price {
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    text-decoration: line-through;
    color:#969696;
}

.txt-large {
    font-size: 20px;
}

.txt-small {
    font-size: 11px;
}

.margintop-s {
    margin-top: 10px !important;
}

.margintop-m {
    margin-top: 20px !important;
}

.margintop-l {
    margin-top: 40px !important;
}

.marginbottom-s {
    margin-bottom: 10px !important;
}

.marginbottom-m {
    margin-bottom: 20px !important;
}

.marginbottom-l {
    margin-bottom: 40px !important;
}

.marginright-s {
    margin-right: 10px !important;
}

.marginright-m {
    margin-right: 20px !important;
}

.marginright-l {
    margin-right: 40px !important;
}

img {
    display: block;
    height: auto;
}

h3 {
    font-size: 36px;
    z-index: 2;
    display: inline-block;
    text-align: center;
}

.section-title {
    margin-bottom: 20px;
}

h4 {
    font-size: 22px;
    line-height:26px;
    font-weight: normal;
    font-weight: 400;
    z-index: 2;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
}

    h3.border-pink02, h4.border-pink02 {
        padding: 0 10px 10px 10px;
        border-bottom: 3px solid #FF2965;
    }

    h3.border-pink03, h4.border-pink03 {
        padding: 0 10px 10px 10px;
        border-bottom: 3px solid #FF2864;
    }

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-weight: bold;
    z-index: 2;
    display: inline-block;
    text-align: center;
}

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.va-middle {
    vertical-align: middle !important;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.hide{
    display:none !important;
}

.inline-block {
    display: inline-block;
}

.table {
    position: relative;
    display: table;
    width: 100%;
}

    .table.padding-s .td, .table.padding-s .th {
        padding: 5px 0;
    }

    .table .tr {
        display: table-row;
    }

    .table .td, .table .th {
        position: relative;
        display: table-cell;
        padding: 8px 15px;
    }

    .table .th {
        font-size: 16px;
    }

    .table .td {
        font-size: 14px;
    }

    .table.table-style-1 {
        margin-bottom: 10px;
    }

        .table.table-style-1 .th {
            padding: 8px 15px;
        }

        .table.table-style-1 .td {
            padding: 10px;
            vertical-align: middle;
            border-bottom: 1px solid #F5F5F5;
        }

    .table.table-order-history .th, .table.table-order-history .td {
        vertical-align: top;
    }

        .table.table-order-history .th:nth-child(2), .table.table-order-history .td:nth-child(2) {
            min-width: 140px;
        }

        .table.table-order-history .th:nth-child(3), .table.table-order-history .td:nth-child(3) {
            min-width: 100px;
        }

        .table.table-order-history .th:nth-child(4), .table.table-order-history .td:nth-child(4) {
            min-width: 100px;
        }

    .table.table-order-history .td {
        padding: 15px;
        border-bottom: 1px solid #e6e6e6;
    }

    .table.table-order-history .img,
    .table.table-membership .img {
        position: absolute;
        top: 0;
        left: 40px;
        display: inline-block;
        width: 140px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .table.table-order-history .icon-more-detail,
    .table.table-membership .icon-more-detail {
        position: relative;
        display: inline-block;
        min-height: 100px;
        padding-left: 30px;
    }

        .table.table-order-history .icon-more-detail:before,
        .table.table-membership .icon-more-detail:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url("../img/common/icon-search_pink.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 20px 20px;
        }

        .table.table-order-history .icon-more-detail span,
        .table.table-membership .icon-more-detail span {
            display: inline-block;
            width: 100%;
            padding-left: 170px;
            vertical-align: top;
        }

    .table.table-style-cart {
        margin-bottom: 10px;
    }

        .table.table-style-cart .th, .table.table-style-cart .td {
            padding: 8px 15px;
        }

            .table.table-style-cart .th:nth-child(1), .table.table-style-cart .td:nth-child(1) {
                width: 40px;
            }

            .table.table-style-cart .th:nth-child(2), .table.table-style-cart .td:nth-child(2) {
                width: 100px;
            }

            .table.table-style-cart .th:nth-child(5), .table.table-style-cart .td:nth-child(5) {
                width: 140px;
                text-align: left;
            }

            .table.table-style-cart .th:nth-child(6), .table.table-style-cart .td:nth-child(6) {
                width: 150px;
                text-align: left;
            }

            .table.table-style-cart .th b, .table.table-style-cart .td b {
                font-size: 16px;
            }

        .table.table-style-cart .td {
            padding: 10px 15px;
            vertical-align: middle;
            border-bottom: 1px solid #F5F5F5;
        }

        .table.table-style-cart.item {
            margin-top: 20px;
            padding-bottom: 60px;
            border: 1px solid #E6E6E6;
            background-color: #FFFFFF;
        }

            .table.table-style-cart.item .img {
                position: relative;
                width: 140px;
                height: 100px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

        .table.table-style-cart.checkout-wrap {
            padding: 15px 0;
        }

            .table.table-style-cart.checkout-wrap .bottom-wrap {
                position: relative;
                bottom: inherit;
                left: inherit;
            }

                .table.table-style-cart.checkout-wrap .bottom-wrap .left-wrap {
                    left: 15px;
                }

                    .table.table-style-cart.checkout-wrap .bottom-wrap .left-wrap .checkbox-wrap {
                        display: inline-block;
                        width: auto;
                    }

                    .table.table-style-cart.checkout-wrap .bottom-wrap .left-wrap .remove-selected { 
                        margin-left: 20px;
                    }

                .table.table-style-cart.checkout-wrap .bottom-wrap .price {
                    margin-right: 20px;
                }

        .table.table-style-cart .checkbox-wrap {
            padding-right: 0;
        }

        .table.table-style-cart .bottom-wrap {
            position: absolute;
            bottom: 12.5px;
            left: 0;
            width: 100%;
            padding: 0 15px;
        }

            .table.table-style-cart .bottom-wrap .left-wrap {
                position: absolute;
                z-index: 10;
                top: 0;
                bottom: 0;
                left: 65px; 
                margin: auto;
            }

            .table.table-style-cart .bottom-wrap .right-wrap {
                position: relative;
                width: 100%;
                padding-left: 300px;
                text-align: right;
            }

        .table.table-style-cart .inline-block {
            font-size: 14px;
        }

.table-style-cart .bottom-wrap #btn_Submit {
    top:0px;
}


/*
.btn.w100 {
    width: 100%;
}*/
.btn.remove:last-child, .btn.edit:last-child {
    margin-right: 0;
}

.table-style-cart .btn.remove {
    margin-right: 20px;
}

.btn.remove:before, 
.btn.edit:before, 
.btn.remove-selected:before {
    content: '';
    position: absolute;
    margin-left: -25px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn.remove:before,
.btn.remove-selected:before {
    background-image: url("../img/common/icon-bin_w.png");
}

    .btn.edit:before {
        background-image: url("../img/common/icon-edit_w.png");
    }

.table-style-cart .bottom-edit .btn {
    margin-top: -15px;
}

.clear {
    clear: both;
}

.divider {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    border-top: 1px solid #E6E6E6;
}

.divider.nomargin {
    margin: 0 0 0 0;
}


.col-3 .fixed-element .divider {
    margin: 10px 0;
}

.txt-black {
    color: #000000 !important;
}

.txt-white {
    color: #FFFFFF !important;
        padding-left: 62px!important;
}

.txt-grey01 {
    color: #F5F5F5 !important;
}

.txt-grey02 {
    color: #E6E6E6 !important;
}

.txt-grey03 {
    color: #c2c2c2 !important;
}

.txt-grey04 {
    color: #969696 !important;
}

.txt-blue01 {
    color: #51C8F1 !important;
}

.txt-blue02 {
    color: #0096FF !important;
}

.txt-d-grey01 {
    color: #333333 !important;
}

.txt-pink01 {
    color: #FF2965 !important;
}

.txt-pink02 {
    color: #FF2965 !important;
}

.txt-pink03 {
    color: #FF2864 !important;
}

.txt-orange01 {
    color: #F59933 !important;
}

.txt-orange02 {
    color: #F56600 !important;
}

.txt-green {
    color: #56C700 !important;
}


.bg-white {
    background-color: #FFFFFF;
}

.bg-blue01 {
    background-color: #51C8F1;
}

.bg-blue02 {
    background-color: #0096FF;
}

.bg-grey01 {
    background-color: #F5F5F5;
}

.bg-grey02 {
    background-color: #E6E6E6;
}

.bg-d-grey01 {
    background-color: #333333;
}

.bg-pink01 {
    color: #FFFFFF;
    background-color: #FF2965;
}

.bg-pink02 {
    color: #FFFFFF;
    background-color: #FF2965;
}

.bg-pink03 {
    color: #FFFFFF;
    background-color: #FF2864;
}

.bg-orange01 {
    color: #FFFFFF;
    background-color: #ff9600;
}

.bg-orange02 {
    color: #FFFFFF;
    background-color: #ff9600;
}

.bg-l-green01 {
    background-color: #E0EDD1;
}

.bg-l-pink01 {
    background-color: #F9E4DF;
}

.bg-l-purple01 {
    background-color: #E9DAF7;
}

.bg-l-yellow01 {
    background-color: #F9F5D2;
}

.bg-gradient-purple01 {
    background: #56C700;
    /*background: -moz-linear-gradient(left, #6d65ef 0%, #5096fe 100%);
    background: -webkit-linear-gradient(left, #6d65ef 0%, #5096fe 100%);
    background: linear-gradient(to right, #6d65ef 0%, #5096fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d65ef', endColorstr='#5096fe',GradientType=1 );*/
}

.bg-gradient-purple02 {
    background: #56C700;
    /*background: -moz-linear-gradient(left, #004ea1 0%, #8281ff 100%);
    background: -webkit-linear-gradient(left, #004ea1 0%, #8281ff 100%);
    background: linear-gradient(to right, #004ea1 0%, #8281ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#8281ff',GradientType=1 );*/
}

.border-orange01 {
    border-color: #F59933;
}

.border-orange02 {
    border-color: #F56600;
}

.border-blue01 {
    border-color: #51C8F1;
}

.border-blue02 {
    border-color: #0096FF;
}

.btn-toggle-menu {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url("../img/common/btn-menu_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.btn-close {
    z-index: 2;
    width: 32px;
    height: 32px;
    background-image: url("../img/common/btn-close_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.btn-viewmore {
    display: inline-block;
    min-width: 120px;
    padding: 7px 12px;
    text-align: center;
    letter-spacing: 2px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    background-color: #acacac;
}

.btn,
.btn-box{
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #FFFFFF;
}

    .btn.icon-tick.large, .btn.icon-tick.xlarge, .btn.icon-fb.large, .btn.icon-fb.xlarge, .btn.icon-wechat.large, .btn.icon-wechat.xlarge, .btn.icon-google.large, .btn.icon-google.xlarge {
        padding-left: 45px !important;
    }

    .btn.icon-tick.medium, .btn.icon-fb.medium, .btn.icon-wechat.medium, .btn.icon-google.medium {
        padding-left: 30px !important;
    }

    .btn.icon-tick:before, .btn.icon-fb:before, .btn.icon-wechat:before, .btn.icon-arrow-down-s:before, .btn.icon-arrow-up-s:before, .btn.icon-arrow-down-pink:before, .btn.icon-arrow-up-pink:before, .btn.icon-favorite:before, .link_txt.icon-favorite:before, .btn.icon-google:before, .btn.icon-seacrh-w:before, .btn.icon-search-w:before, .btn.icon-arrow-left-s:before, .btn.icon-arrow-right-s:after, .btn.icon-question:before, .btn.icon-pdf-while:before, .btn.icon-form:before, .btn.icon-chat:before, .btn.icon-addtocart:before, .btn.icon-pen:before, .btn.icon-tick-new:before, .btn-box.icon-shoppingcart-plus:before, .btn-box.icon-arrow-left-s:before, .btn-box.icon-subtraction:before, .btn-box.icon-addition:before, .btn-box.icon-calendar-close:before {
        content: '';
        position: absolute;
        top: 5px;
        display: inline-block;
        width: 25px;
        height: 25px;
        margin-left: -30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .btn-box.icon-favorite-desktop {
        padding: 10px 20px 10px 50px;
        color: #FF2965;
        float:left;
    }

    .btn.no-bgcolor {
        background: transparent;
        border: 1px solid #56C700;
        color: #56C700;
        padding: 10px 50px;
    }

    .daytour-favorite.desktop_ver { 
        float: right;
    }
    .daytour-favorite .btn-box.icon-favorite-desktop {
        margin-top: 0px; 
    }

.tour-details-desktop .btn-box.icon-favorite-desktop {
    position:relative;
    bottom: 0px;
}

        .btn-box.icon-favorite-desktop:before {
            margin-left: -30px !important;
        }


.btn.icon-seacrh-w:before,
.btn.icon-search-w:before {
    background-image: url("../img/common/icon-search_w.png");
}

    .btn.icon-fb:before {
        background-image: url("../img/common/icon-facebook.png");
    }

    .btn.icon-wechat:before {
        background-image: url("../img/common/icon-wechat.png");
    }

    .btn.icon-google:before {
        background-image: url("../img/common/icon-google.png");
    }

    /* new icon  */

    .btn.icon-arrow-right-s {
        padding: 10px 70px 10px 50px;
    }

        .btn.icon-arrow-right-s:after {
            right: 25px;
        }

        .btn.icon-pen:before, .btn.icon-question:before, .icon-pdf-while:before, .btn.icon-arrow-left-s:before, .btn.icon-arrow-right-s:after, .btn.icon-tick-new:before, .btn-box.icon-shoppingcart-plus:before, .btn-box.icon-arrow-left-s:before, .btn-box.icon-arrow-left-s:before, .btn-box.icon-calendar-close:before {
            background-color: #ffffff;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: 20px;
            width: 40px;
            float: left;
            margin-left: -30px;
            margin-top: 0px;
        }

        .link_txt {
            position: relative;
            display: inline-flex;
            color: #000;
            font-size: 18px;
            height: 40px;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none; 
            background-color: #ffffff;
            float:right;
        }

        .link_txt.icon-favorite {
        }


    .btn-box.icon-shoppingcart-plus:before,
    .btn-box.icon-arrow-left-s:before,
    .btn-box.icon-calendar-close:before {
        background-color: #56C700;
    }



.btn.icon-pen:before {
    -webkit-mask-image: url("../img/common/ic_pen.svg");
    mask-image: url("../img/common/ic_pen.svg");
}

.btn.icon-question:before {
    -webkit-mask-image: url("../img/common/ic_question.svg");
    mask-image: url("../img/common/ic_question.svg");
    background-color: #fff;
}

.btn.icon-pdf-while:before {
    background-image: url(../img/common/ic_pdf.svg);
    background-color: #56C700;
}


.btn.icon-chat:before {
    background-image: url(../img/common/ic_chat.svg);
    background-color: #56C700;
}


.btn.icon-form:before {
    background-image: url(../img/common/ic_form.svg);
    background-color: #56C700;
}


.btn.icon-addtocart:before {
    background-image: url(../img/common/icon/ic_addtocart.svg);
    background-color: #56C700;
}



.btn.icon-arrow-down-s:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -12px;
    background-image: url(../img/common/icon_arrowdown_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}


.btn.icon-arrow-up-s:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -12px;
    background-image: url(../img/common/icon_arrowup_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.btn.icon-arrow-down-pink:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/icon_arrowdown_pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    margin: auto;
    top: initial;
}


.btn.icon-arrow-up-pink:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/icon_arrowup_pink.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    margin: auto;
    top:initial;
}

.btn.icon-arrow-left-s:before,
.btn-box.icon-arrow-left-s:before {
    -webkit-mask-image: url("../img/common/ic_arrow_L_m.svg");
    mask-image: url("../img/common/ic_arrow_L_m.svg");
}

    .btn.icon-arrow-right-s:after {
        -webkit-mask-image: url("../img/common/ic_arrow_R_m.svg");
        mask-image: url("../img/common/ic_arrow_R_m.svg");
    }

    .btn.icon-tick-new:before {
        -webkit-mask-image: url("../img/common/ic_tick.svg");
        mask-image: url("../img/common/ic_tick.svg");
    }

.btn.icon-favorite:before,
.link_txt.icon-favorite:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -12px;
    background-image: url(../img/common/ic_fav.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.link_txt.icon-favorite.like-this:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -12px;
    background-image: url(../img/common/ic_fav_liked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.btn-box.icon-shoppingcart-plus:before {
    -webkit-mask-image: url("../img/common/ic_shoppingcart_plus.svg");
    mask-image: url("../img/common/ic_shoppingcart_plus.svg");
}

.btn-box.icon-calendar-close:before {
    -webkit-mask-image: url("../img/common/ic_close.svg");
    mask-image: url("../img/common/ic_close.svg");
}

    /* END new icon */

    .btn.icon-search-blue {
        padding: 5px;
        background-color: #FFFFFF;
        background-image: url("../img/common/icon-search_blue.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
    }

        .btn.icon-search-blue:active {
            background-color: #51C8F1;
            background-image: url("../img/common/icon-search_w.png");
        }

    .btn.icon-show-pw,
    .icon-show-pw {
        width: 24px;
        height: 24px;
        background-image: url("../img/common/icon-show-pw_grey.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
    }

    .btn.icon-address {
        width: 20px;
        height: 20px;
        background-image: url("../img/common/icon-address_blue.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        padding: inherit;
    }

    .icon-arrow-black:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        background-image: url("../img/common/btn-arrow-s_black.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 12px;
    }

.btn.icon-question {
    background: #56C700;
    color: #ffffff;
    border: 1px solid #56C700;
}
 
.icon-edit-grey:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-image: url("../img/common/icon-edit_grey.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.icon-remove-grey:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-image: url("../img/common/icon-bin_grey.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
}

.btn.icon-arrow-while:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/common/btn-arrow-s_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    margin-left: -20px;
}


    

/*.btn.small {
        font-size: 14px;
        padding: 8px 12px;
    }

    .btn.medium {
        font-size: 14px;
        min-width: 120px;
        height: 34px;
        padding: 8px 12px;
    }
    
    .btn.large {
        font-size: 18px;
        min-width: 180px;
        height: 42px;
        padding: 10px 15px;
    }

    .btn.xlarge {
        font-size: 18px;
        min-width: 250px;
        height: 42px;
        padding: 10px 15px;
    }

    .btn.withborder {
        color: #333333;
        border: 1px solid #E6E6E6;
    }

        .btn.withborder:hover, .btn.withborder:active {
            color: #FFFFFF;
        }*/

.icon-dropdown {
    position: relative; 
}



.icon-profile, .icon-order, .icon-reward, .icon-cs, .icon-logout, .icon-login, .icon-register {
    margin-left: 40px;
}

    .icon-profile:before, .icon-order:before, .icon-reward:before, .icon-cs:before, .icon-logout:before, .icon-login:before, .icon-register:before, .icon-down-w:after {
        content: '';
        position: absolute;
        top: 11px;
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-left: -50px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 36px 36px;
    }

.icon-down-w:after {
    content: ''; 
    top: 3px; 
    width: 26px;
    height: 26px;
    margin-left: 0px; 
    background-size: 26px 26px;
}
    .icon-profile:before {
        background-image: url("../img/common/icon-profile_grey.png");
    }

    .icon-order:before {
        background-image: url("../img/common/icon-order_grey.png");
    }

    .icon-reward:before {
        background-image: url("../img/common/icon-reward_grey.png");
    }

    .icon-cs:before {
        background-image: url("../img/common/icon-cs_grey.png");
    }

    .icon-register:before {
        background-image: url("../img/common/icon-register_gray.png");
    }

    .icon-login:before {
        background-image: url("../img/common/icon-login_gray.png");
    }

    .icon-logout:before {
        background-image: url("../img/common/icon-logout_grey.png");
    }

    .icon-down-w:after {
        background-image: url("../img/common/btn-dropdown_w.png");
    }

.btn-wrap {
    position: relative;
}

    .btn-wrap .btn {
        /* width: 100%; */
    }

    .btn-wrap.full {
        width: 100%;
    }

        .btn-wrap.full.two-col .col {
            display: inline-block;
            width: 49.5%;
            padding-right: 5px;
        }

            .btn-wrap.full.two-col .col:last-child {
                padding-right: 0;
                padding-left: 5px;
            }

    .btn-wrap.half {
        width: 50%;
    }

    .btn-wrap.right {
        margin-left: auto;
    }

    .btn-wrap.inline-block .btn {
        display: inline-block;
        margin-right: 20px;
    }

        .btn-wrap.inline-block .btn:last-child {
            margin-right: 0;
        }

.hidden-input {
    display: none !important;
}

input {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.tour-search-wrap,
.daytour-search-wrap {
    font-size: 0;
    position: relative;
    width: 100%;
}

    .tour-search-wrap h3,
    .daytour-search-wrap h3 {
        display: inline-block;
        width: 100%;
    }

    .tour-search-wrap .input-field,
    .daytour-search-wrap .input-field,
    .fit-search-wrap .input-field {
        display: inline-block;
        vertical-align: top;
    }

        .fit-search-wrap .input-field:last-child,
        .tour-search-wrap .input-field:last-child,
        .daytour-search-wrap .input-field:last-child {
            padding-right: 0;
        }


.advanced-search-wrap .input-field:last-child {
    background-color: #56C700;
    margin-left: 20px;
    margin-right: 20px;
}

.fit-search-wrap .input-field:last-child,
.tour-search-wrap .input-field:last-child,
.daytour-search-wrap .input-field:last-child {
    background-color: #56C700;
    border-radius: 4px;
}

.btn-search-submit,
#btn-Search,
#btn_search_B,
#btn_search_A {
    background-color: #56C700;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-size: 20px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    width: 100%;
    height: 40px;
    top: 0px;
    font-size: 16px;
    color: #fff;
}

.btn-search-submit {
   background-color: #fff !important;
}

.page-home .tour-search-wrap,
.page-home .daytour-search-wrap {
    margin-top: -10%;
}

.popup-selector-wrap{
    z-index:99;
    margin-top:12px;
}

.hotel-location-selector-wrap,
.location-selector-wrap,
.popup-selector-wrap,
.hotel-selector-wrap {
    position: absolute;
    top: 42px;
    left: 0;
    display: none;
    width: 100%;
    max-width: 600px;
    border: 1px solid #E6E6E6;
    border-top: 0;
    background-color: #FFFFFF;
}

    .hotel-location-selector-wrap.active,
    .location-selector-wrap.active,
    .hotel-selector-wrap.active,
    .popup-selector-wrap.active {
        display: table;
    }

        .hotel-location-selector-wrap.active{
            z-index:999;
        }

    .hotel-location-selector-wrap .hotel-location-lv1-wrap,
    .location-selector-wrap .location-lv1-wrap,
    .hotel-selector-wrap .hotel-location-lv1-wrap,
    .popup-selector-wrap .selector-lv1-wrap {
        position: relative;
        display: table-cell;
        width: 120px;
        border-right: 1px solid #E6E6E6;
    }

        .hotel-location-selector-wrap .hotel-location-lv1-wrap a,
        .location-selector-wrap .location-lv1-wrap a,
        .hotel-selector-wrap .hotel-location-lv1-wrap a,
        .popup-selector-wrap .selector-lv1-wrap a {
            position: relative;
            display: inline-block;
            width: 100%;
            padding: 15px 10px;
            border-bottom: 1px solid #E6E6E6;
            background-color: #FFFFFF;
        }

            .hotel-location-selector-wrap .hotel-location-lv1-wrap a.active,
            .location-selector-wrap .location-lv1-wrap a.active,
            .hotel-selector-wrap .hotel-location-lv1-wrap a.active,
            .popup-selector-wrap .selector-lv1-wrap a.active {
                color: #FFFFFF;
                background-color: #FF2965;
            }

                .hotel-location-selector-wrap .hotel-location-lv1-wrap a.active:after,
                .location-selector-wrap .location-lv1-wrap a.active:after,
                .hotel-selector-wrap .hotel-location-lv1-wrap a.active:after,
                .popup-selector-wrap .selector-lv1-wrap a.active:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    right: -8px;
                    width: 0;
                    height: 0;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-width: 6px 0 6px 8px;
                    border-style: solid;
                    border-color: transparent transparent transparent #FF2965;
                }

        .hotel-location-selector-wrap .hotel-location-lv1-wrap:last-child,
        .location-selector-wrap .location-lv1-wrap:last-child,
        .hotel-selector-wrap .hotel-location-lv1-wrap:last-child,
        .popup-selector-wrap .selector-lv1-wrap:last-child {
            border-bottom: 0;
        }

    .hotel-location-selector-wrap .hotel-location-lv2-wrap,
    .location-selector-wrap .location-lv2-wrap,
    .hotel-selector-wrap .hotel-location-lv2-wrap,
    .popup-selector-wrap .selector-lv2-wrap {
        position: relative;
        display: table-cell;
        padding: 10px 0;
        vertical-align: top;
    }

        .hotel-location-selector-wrap .hotel-location-lv2-wrap ul,
        .location-selector-wrap .location-lv2-wrap ul,
        .hotel-selector-wrap .hotel-location-lv2-wrap ul,
        .popup-selector-wrap .selector-lv2-wrap ul {
            position: relative;
            display: none;
            width: 100%;
            text-align: left;
        }

            .hotel-location-selector-wrap .hotel-location-lv2-wrap ul.active,
            .location-selector-wrap .location-lv2-wrap ul.active,
            .hotel-selector-wrap .hotel-location-lv2-wrap ul.active,
            .popup-selector-wrap .selector-lv2-wrap ul.active {
                display: block;
            }


            .hotel-location-selector-wrap .hotel-location-lv2-wrap ul li,
            .location-selector-wrap .location-lv2-wrap ul li,
            .hotel-selector-wrap .hotel-location-lv2-wrap ul li,
            .popup-selector-wrap .selector-lv2-wrap ul li {
                display: inline-block;
                padding: 5px 10px;
            }

                .hotel-location-selector-wrap .hotel-location-lv2-wrap ul li a,
                .location-selector-wrap .location-lv2-wrap ul li a,
                .hotel-selector-wrap .hotel-location-lv2-wrap ul li a,
                .popup-selector-wrap .selector-lv2-wrap ul li a {
                    color: #969696;
                }

                    .hotel-location-selector-wrap .hotel-location-lv2-wrap ul li a:hover,
                    .location-selector-wrap .location-lv2-wrap ul li a:hover,
                    .hotel-selector-wrap .hotel-location-lv2-wrap ul li a:hover,
                    .popup-selector-wrap .selector-lv2-wrap ul li a:hover {
                        color: #FF2965;
                    }

.input-field {
    position: relative;
    margin-bottom: 10px;
}

    .input-field .col {
        vertical-align: top;
    }

    .input-field:last-child {
        margin-bottom: 0;
    }

    .input-field label {
        font-size: 16px;
        color: #333333;
    }

    .input-field.input-submit input[type=text] {
        font-size: 14px;
        width: 100%;
        height: 32px;
        padding: 10px 6px;
        border: 1px solid #c2c2c2;
        background-color: #FFFFFF;
    }

    .input-field.input-submit input[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        visibility: hidden;
        width: 32px;
        height: 100%;
        opacity: 0;
    }

    .input-field input[type='submit'] {
        font-size: 18px;
        line-height: 18px;
        height: auto;
        padding: 12px 15px;
        border-radius: 2px;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #ff2864;
        min-width: 120px;
    }

        .input-field input[type='submit'].submit-01 {
            font-size: 20px;
            line-height: 40px;
            min-width: 100px;
            height: 42px;
            padding: 0 8px;
            cursor: pointer;
        }

            .input-field input[type='submit'].submit-01:hover {
                opacity: .8;
            }

            .input-field input[type='submit'].submit-01:active {
                opacity: 1;
            }

        .input-field input[type='submit']:hover, .input-field input[type='submit']:active {
            opacity: 1 !important;
            background-color: #f3517e;
        }

        .input-field input[type='submit'].bg-pink02 {
            color: #FFFFFF;
            border: 1px solid #56C700;
            background-color: #56C700;
        }

    .input-field input[type=email], .input-field input[type=text], .input-field input[type=password], .input-field input[type=tel], .input-field input[type=number] {
        font-size: 14px;
        width: 100%;
        min-width: 150px;
        border: 1px solid #c2c2c2;
        border-radius:4px;
    }

        .input-field input[type=email].input-01, .input-field input[type=text].input-01, .input-field input[type=password].input-01, .input-field input[type=tel].input-01, .input-field input[type=number].input-01 {
            height: 42px;
            padding: 12px 8px;
        }

        .input-field input[type=email].input-02, .input-field input[type=text].input-02, .input-field input[type=password].input-02, .input-field input[type=tel].input-02, .input-field input[type=number].input-02 {
            height: 34px;
            padding: 10px 6px;
        }

    .input-field select {
        font-size: 14px;
        width: 100%;
        border: 1px solid #c2c2c2;
    }

.table .td .input-field select {
    width: 80px;
}

.input-field select.select-01 {
    height: 42px;
    padding: 0 8px;
}

.input-field select.select-02 {
    height: 34px;
    padding: 0 6px;
}

.input-field select.select-w-100 {
    width:100px;
}

.input-field textarea {
    /*font: 14px Helvetica, Arial, "Microsoft JhengHei", "Heiti TC", sans-serif;*/
    width: 100%;
    height: 80px;
    padding: 10px 6px;
    resize: none;
    border: 1px solid #c2c2c2;
    border-radius:4px;
}

.minwidth {
    min-width: 100px;
}

.maxwidth {
    position: relative;
    width: 100%;
    max-width: 200px;
}

.maxWidth400 {
    width: 100%;
    max-width: 300px;
}


.icon-flight-company {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .icon-flight-company.icon-cx {
        background-image: url("../img/common/flight-company/icon-cx.png");
    }

    ul.list-style-star, ol.list-style-star {
        list-style: none;
    }

    ul.list-style-star li, ol.list-style-star li {
        font-size: 14px;
        position: relative;
        margin-bottom: 20px;
        padding-left: 25px;
    }

        ul.list-style-star li:last-child, ol.list-style-star li:last-child {
            margin-bottom: 0;
        }

        ul.list-style-star li:before, ol.list-style-star li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 16px;
            height: 16px;
            background-image: url("../img/common/icon-star_w.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

ul.list-style-dot, ol.list-style-dot {
    list-style: none;
}

    ul.list-style-dot li, ol.list-style-dot li {
        font-size: 14px;
        position: relative;
        margin-bottom: 5px;
        padding-left: 15px;
    }

        ul.list-style-dot li:last-child, ol.list-style-dot li:last-child {
            margin-bottom: 0;
        }

        ul.list-style-dot li:before, ol.list-style-dot li:before {
            content: '';
            position: absolute;
            top: 7.5px;
            left: 5px;
            width: 4px;
            height: 4px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: #000000;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
        }

ul.list-style-info, ol.list-style-info {
    margin-bottom: 30px;
    list-style: none;
}

    ul.list-style-info li, ol.list-style-info li {
        font-size: 14px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
        vertical-align: top;
    }

        ul.list-style-info li:last-child, ol.list-style-info li:last-child {
            margin-bottom: 0;
        }

        ul.list-style-info li > span, ol.list-style-info li > span {
            display: table-cell;
        }

            ul.list-style-info li > span:nth-child(1), ol.list-style-info li > span:nth-child(1) {
                position: relative;
                min-width: 200px;
                padding-right: 30px;
                color: #333333;
            }

                ul.list-style-info li > span:nth-child(1):after, ol.list-style-info li > span:nth-child(1):after {
                    content: ':';
                    position: absolute;
                    top: 0;
                    right: 0;
                    display: inline-block;
                    padding-right: 15px;
                    padding-left: 15px;
                }

    ul.list-style-info .ul-table-wrap, ol.list-style-info .ul-table-wrap {
        position: relative;
        width: 800px;
    }

ul.list-style-number, ol.list-style-number {
    margin-bottom: 30px;
    padding-left: 20px;
    list-style: decimal;
}

    ul.list-style-number li, ol.list-style-number li {
        font-size: 14px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 5px;
        vertical-align: top;
    }

        ul.list-style-number li:last-child, ol.list-style-number li:last-child {
            margin-bottom: 0;
        }

    ul.list-style-number:last-child, ol.list-style-number:last-child {
        margin-bottom: 0;
    }

ul.list-style-icon, ol.list-style-icon {
    margin: 10px 0;
    list-style: none;
}

    ul.list-style-icon li, ol.list-style-icon li {
        font-size: 14px;
        position: relative;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
        padding-left: 30px;
        vertical-align: top;
    }

        ul.list-style-icon li:last-child, ol.list-style-icon li:last-child {
            margin-bottom: 0;
        }

        ul.list-style-icon li:before, ol.list-style-icon li:before {
            content: '';
            position: absolute;
            left: 5px;
            display: inline-block;
            width: 18px;
            height: 18px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        ul.list-style-icon li.icon-no-cancelation:before, ol.list-style-icon li.icon-no-cancelation:before {
            background-image: url("../img/common/icon-search_blue.png");
        }

        ul.list-style-icon li.icon-show-voucher:before, ol.list-style-icon li.icon-show-voucher:before {
            background-image: url("../img/common/icon-search_blue.png");
        }

        ul.list-style-icon li.icon-one-date:before, ol.list-style-icon li.icon-one-date:before {
            background-image: url("../img/common/icon-search_blue.png");
        }

        ul.list-style-icon li.icon-enter-with-voucher:before, ol.list-style-icon li.icon-enter-with-voucher:before {
            background-image: url("../img/common/icon-search_blue.png");
        }

ul.tnc, ol.tnc {
    margin-bottom: 10px;
}

    ul.tnc li, ol.tnc li {
        font-size: 14px;
    }

#global_container {
    font-size: 0;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
}


.main-content {
    position: relative;
    width: 100%;
    min-height: 600px;
}

    .main-content.paddingbottom {
        padding-bottom: 40px;
    }

    .main-content.nopadding {
        padding: 0 0 0 0 !important;
    }

.section {
    font-size: 0;
    position: relative;
    display: inline-block;
    min-width: 100%;
    padding: 40px 0;
}

    .section.section-large .section-title {
        margin-top: 50px;
        margin-bottom: 150px;
    }

    .section.nopadding {
        padding: 0 0 0 0 !important;
    }

.withbg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .withbg.withoverlay:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

.content-wrap {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 15px;
    background-color: #FFFFFF;
}

    .content-wrap.nopadding {
        padding: 0 0 0 0 !important;
    }

    .content-wrap.nobox {
        padding: 25px 0;
        border: 0;
        background-color: inherit;
    }

        .content-wrap.nobox .col-9 .card:nth-child(4n) {
            /* margin-right: inherit; */
        }

        .content-wrap.nobox .col-12 .card:nth-child(4n) {
            margin-right: 0;
        }

    .content-wrap .col-3 .btn-wrap .btn {
        min-width: 120px;
    }

    .content-wrap .col-3 .btn-wrap .col {
        display: inline-block;
        width: 49.5%;
    }

        .content-wrap .col-3 .btn-wrap .col:nth-child(1) {
            padding-right: 5px;
        }

        .content-wrap .col-3 .btn-wrap .col:nth-child(2) {
            padding-left: 5px;
        }

.row {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .row.price-row > p {
        padding-right: 120px;
    }

    .row.price-row .price {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        text-align: right;
    }

    .row .col-4 {
        font-size: 0;
        display: inline-block;
        width: 33.33333%;
        margin-right: 20px;
        vertical-align: top;
    }

        .row .col-4:last-child {
            margin-right: 0;
        }

    .row .col-3 {
        font-size: 0;
        display: inline-block;
        width: 279.5px;
        vertical-align: top;
    }

    .row .col-4 {
        font-size: 0;
        display: inline-block;
        width: 33.33333%;
        vertical-align: top;
    }

    .row .col-6 {
        font-size: 0;
        display: inline-block;
        width: 568px;
        margin-right: 20px;
        vertical-align: top;
    }

        .row .col-6:last-child {
            margin-right: 0;
        }

    .row .col-8 {
        font-size: 0;
        display: inline-block;
        width: 766px;
        vertical-align: top;
    }

        .row .col-8.nomargin {
            width: 786px;
        }

        .row .col-8.two-col .col {
            position: relative;
            display: inline-block;
            width: 381.5px;
            padding: 25px 15px;
            vertical-align: top;
            border-left: 0;
        }

            .row .col-8.two-col .col.nopadding {
                padding: 0 0 0 0;
            }

    .row .col-9 {
        font-size: 0;
        display: inline-block;
        width: 880px;
        vertical-align: top;
    }

        .row .col-9.nomargin {
            width: 900px;
        }

/** new add(From member) css 11/10/2018 */

.col-8 .card-1-wrap .card {
    width: 372.5px;
}

    .col-8 .card-1-wrap .card .view-img {
        width: 150px;
    }

    .col-8 .card-1-wrap .card .content {
        padding-left: 170px;
    }

.card-1-wrap {
    font-size: 0;
}

    .card-1-wrap.withborder {
        border: 1px solid #E6E6E6;
    }

    .card-1-wrap.fullwidth .card {
        width: 100%;
        margin-bottom: 0 !important;
        padding: 20px 20px 20px 20px;
    }

        .card-1-wrap.fullwidth .card.noborder {
            border: 0;
            border-bottom: 1px solid #E6E6E6;
        }

            .card-1-wrap.fullwidth .card.noborder:last-child {
                border-bottom: 0;
            }

        .card-1-wrap.fullwidth .card .view-img {
            top: 20px;
            left: 20px;
            width: 350px;
            height: 250px;
        }

        .card-1-wrap.fullwidth .card .content {
            min-height: 250px !important;
            padding: 20px 20px 20px 370px;
        }

    .card-1-wrap .card {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 579.5px;
        margin-right: 20px;
        margin-bottom: 20px;
        vertical-align: top;
        border: 1px solid #E6E6E6;
    }

        .card-1-wrap .card:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0;
        }

        .card-1-wrap .card .view-img {
            position: absolute;
            width: 250px;
            height: 100%;
            min-height: 150px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .card-1-wrap .card .title {
            font-size: 16px;
            font-weight: bold;
            width: 100%;
        }
        

        .card-1-wrap .card .content {
            min-height: 150px;
            padding: 20px 20px 20px 270px;
        }

        .card-1-wrap .card .view-desc {
            font-size: 16px;
            position: relative;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
        }

    .card-1-wrap a.card:hover {
        background-color: #F5F5F5;
    }


.card-2-wrap {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto -20px;
}

    .card-2-wrap.withborder .card, .card-2-wrap.withborder .card-2 {
        border: 1px solid #E6E6E6;
    }

    .card-2-wrap.four a.card {
        width: 380px;
    }

        .card-2-wrap.four a.card .content {
            max-height: 85px;
        }

    .card-2-wrap.removable .card {
        height: 332px;
    }

        .card-2-wrap.removable .card .content {
            margin-bottom: 42px;
        }

        .card-2-wrap.removable .card .btn-remove {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 10px 10px;
            -webkit-transition: all ease 200ms;
            -o-transition: all ease 200ms;
            transition: all ease 200ms;
            text-align: center;
            color: #E6E6E6;
            border-top: 1px solid #E6E6E6;
        }

            .card-2-wrap.removable .card .btn-remove:hover {
                background-color: #FF2965;
            }

                .card-2-wrap.removable .card .btn-remove:hover .btn {
                    color: #FFFFFF;
                }

            .card-2-wrap.removable .card .btn-remove .btn {
                font-size: 16px;
                position: relative;
                width: 100%;
                color: #969696;
            }

            

.card-2-wrap .special-offer {
    font-size: 18px;
    position: absolute;
    z-index: 2;
    top: -20px;
    right: -20px;
    display: table;
    width: 100px;
    height: 100px;
    padding: 15px 20px 0 10px;
    color: #000000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #FAEC21;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

        .card-2-wrap .special-offer div {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .card-2-wrap .special-offer div p {
                line-height: 18px;
                margin-bottom: 0;
                letter-spacing: 0;
                text-transform: uppercase;
            }

                .card-2-wrap .special-offer div p b {
                    font-size: 24px;
                    font-weight: bold;
                }

    .card-2-wrap .card {
        width: 280px;
    }

        .card-2-wrap .card .img {
            height: 205px;
        }

        .card-2-wrap .card .content {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            min-height: 40px;
            max-height: 130px;
            padding: 10px;
            background: #FFFFFF;
        }
         
            .card-2-wrap .card .price p {
                color: #FF2965;
            }

            .card-2-wrap .card .price span.ori-price {
                color: #969696;
            }

        .card-2-wrap .card p.code {
            position: absolute;
            right: 20px;
            bottom: 22.5px;
            width: 100%;
            max-width: 110px;
            margin-bottom: 0;
        }

        .card-2-wrap .card p.booking-date {
            font-size: 12px;
            line-height: 14px;
            position: absolute;
            right: 20px;
            bottom: 22.5px;
            display: inline-block;
            width: 100%;
            max-width: 110px;
            margin-bottom: 0;
            text-align: right;
            letter-spacing: 0;
        }

            .card-2-wrap .card p.booking-date span {
                font-size: 10px;
            }

    .card-2-wrap a.card:hover {
        opacity: 1;
    }

        .card-2-wrap a.card:hover .content {
            background-color: #F5F5F5;
        }

    .card-2-wrap .card-2 {
        width: 580px;
    }

        .card-2-wrap .card-2 .img {
            height: 100%;
        }

        .card-2-wrap .card-2 .content {
            position: absolute;
            bottom: 0;
            width: 100%;
            min-height: 40px;
            padding: 15px;
            background: rgba(0, 0, 0, 0.5);
        }

            .card-2-wrap .card-2 .content p {
                color: #FFFFFF;
            }

        .card-2-wrap .card-2 p.title {
            width: 305px;
            margin-bottom: 0;
        }

        .card-2-wrap .card-2 .price {
            line-height: 52px;
            position: absolute;
            top: 0;
            right: 0;
            display: table;
            min-width: 160px;
            height: 74px;
            margin-bottom: 0;
            padding: 15px;
            background-color: #FF2965;
        }

            .card-2-wrap .card-2 .price p {
                display: table-cell;
                text-align: center;
                vertical-align: middle;
            }

        .card-2-wrap .card-2 p.code {
            position: absolute;
            right: 180px;
            bottom: 15px;
            width: 100%;
            max-width: 70px;
            margin-bottom: 0;
        }

        .card-2-wrap .card-2:hover {
            opacity: 1;
        }

            .card-2-wrap .card-2:hover .content {
                opacity: .8;
            }

    .card-2-wrap .card, .card-2-wrap .card-2 {
        font-size: 0;
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        height: 300px;
        margin-right: 19.5px;
        margin-bottom: 20px;
        vertical-align: top;
        background-color: #FFFFFF;
    }

        .card-2-wrap .card:last-child, .card-2-wrap .card-2:last-child {
            margin-right: 0;
        }

        .card-2-wrap .card .img, .card-2-wrap .card-2 .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .card-2-wrap .card .content, .card-2-wrap .card-2 .content {
            -webkit-transition: all ease 200ms;
            -o-transition: all ease 200ms;
            transition: all ease 200ms;
        }

    .card-2-wrap p.title {
        font-size: 14px;
        overflow: hidden;
        width: 100%;
        max-height: 65px;
    }
     
.card-3-wrap {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto -20px;
}

    .card-3-wrap .card {
        position: relative;
        top: 0;
        display: inline-block;
        width: 279.5px;
        height: 240px;
        margin-right: 20px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .card-3-wrap .card:nth-child(4n) {
            margin-right: 0;
        }

        .card-3-wrap .card div {
            position: relative;
            display: table;
            width: 100%;
            height: 100%;
        }

        .card-3-wrap .card span {
            font-size: 32px;
            font-weight: bold;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

        .card-3-wrap .card:hover {
            color: #FFFFFF;
        }

        .card-3-wrap .card.withoverlay:before {
            content: '';
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
        }

.card-4-wrap .card {
    position: relative;
    top: 0;
    display: inline-block;
    width: 579.5px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .card-4-wrap .card:nth-child(2n) {
        margin-right: 0;
    }

    .card-4-wrap .card.withoverlay:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .card-4-wrap .card .title {
        font-size: 32px;
        font-weight: bold;
        width: 100%;
    }

    .card-4-wrap .card .content {
        display: table;
        width: 100%;
        height: 300px;
        color: #FFFFFF;
    }

    .card-4-wrap .card .view-desc {
        font-size: 16px;
        position: relative;
        display: table-cell;
        width: 100%;
        min-height: 150px;
        padding: 20px 100px;
        text-align: center;
        vertical-align: middle;
    }

        .card-4-wrap .card .view-desc p {
            color: #FFFFFF;
        }

    .card-4-wrap .card .border {
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(0, 0, 0, 0.4);
    }

.card-5-wrap {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto -20px;
}

    .card-5-wrap .card {
        position: relative;
        top: 0;
        display: inline-block;
        width: 372.5px;
        height: 200px;
        margin-right: 20px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .card-5-wrap .card:nth-child(2n) {
            margin-right: 0;
        }

        .card-5-wrap .card .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .card-5-wrap .card .content {
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 15px;
            background-color: rgba(0, 0, 0, 0.4);
        }

            .card-5-wrap .card .content p {
                color: #FFFFFF;
            }

        .card-5-wrap .card .title {
            font-size: 20px;
            font-weight: bold;
            width: 100%;
            margin-bottom: 0;
        }

        .card-5-wrap .card:hover {
            color: #FFFFFF;
        }

        .card-5-wrap .card.withoverlay:before {
            content: '';
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
        }


/** new add(From member) css 11/10/2018 */


html.landing #header:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms; */
    opacity: 0;
    background: #fff;
    /* background: -moz-linear-gradient(left, #004ea1 0%, #8281ff 100%);
    background: -webkit-linear-gradient(left, #004ea1 0%, #8281ff 100%);
    background: linear-gradient(to right, #004ea1 0%, #8281ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#8281ff',GradientType=1 );

    */
}

html.inner.landing #header:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    opacity: 1;
}

html.landing.onscroll #header:before {
    opacity: 1;
}

html.inner.landing.onscroll #header:after {
    opacity: 0;
}

html.inner #header:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    opacity: 1;
}

#header {
    font-size: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    min-width: 1320px;
    max-width: 100%;
    min-height: 108px;
    padding: 6px 110px;
    background-color: #fff;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

    #header .header-logo img {
        height: 64px;
    }

    #header .header-logo {
        z-index: 10;
        height: 64px;
    }
     

        #header .header-logo:hover {
            opacity: 1;
        }

    #header ul.nav-wrap {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }

        #header ul.nav-wrap > li {
            position: relative;
            display: inline-block;
            vertical-align:middle;
        }

            #header ul.nav-wrap > li > a {
                font-size: 20px;
                position: relative;
                display: block;
                margin: 0 25px 0px 0px;
                padding: 5px 0;
                color: #333333;
                font-weight: bold;
            }

            #header ul.nav-wrap > li > a.login-btn {
                font-size: 16px;
            }

            #header ul.nav-wrap > li:last-child > a {
                margin-right: 0px;
            }


            #header ul.nav-wrap > li.hover > a,
            #header ul.nav-wrap > li.active > a {
                color: #56C700;
            }


            #header ul.nav-wrap > li > a:before {
                /* content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                width: 0;
                height: 1px; */
                /*-webkit-transition: all ease 200ms;
                    -o-transition: all ease 200ms;
                    transition: all ease 200ms;*/
                /* border-bottom: 2px solid #56C700; */
            }

            #header ul.nav-wrap > li.submenu > a {
                margin: 0 40px 0 0px;
            }

                #header ul.nav-wrap > li.submenu > a:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    width: 32px;
                    height: 32px;
                    -webkit-transition: all ease 200ms;
                    -o-transition: all ease 200ms;
                    transition: all ease 200ms;
                    background-image: url("../img/common/btn-dropdown_w.png");
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 24px 24px;
                }

            #header ul.nav-wrap > li.hover > a:before,
            #header ul.nav-wrap > li.active > a:before {
                width: 100%;
            }

            #header ul.nav-wrap > li.hover ul.submenu-wrap {
                display: block;
                margin-top: 20px;
            }

            #header ul.nav-wrap > li.hover.submenu > a:after {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        #header ul.nav-wrap ul.submenu-wrap {
            position: absolute;
            z-index: 10;
            display: none;
            min-width: 120px;
            box-shadow: 0 2px 8px rgba(0,0,0,.15);
        }
        .en-us-page #header ul.nav-wrap ul.submenu-wrap {
            min-width: 140px;
        }

            #header ul.nav-wrap ul.submenu-wrap li {
                position: relative;
                display: inline-block;
                width: 100%;
            }

                #header ul.nav-wrap ul.submenu-wrap li a {
                    position: relative;
                    display: block;
                    width: 100%;
                    padding: 10px 15px;
                    -webkit-transition: all ease 200ms;
                    -o-transition: all ease 200ms;
                    transition: all ease 200ms;
                    text-align: center;
                    color: #56C700;
                    background-color: #fff;
                }

                    #header ul.nav-wrap ul.submenu-wrap li a:hover {
                        opacity: 1;
                        background-color: #56C700;
                        color: #fff;
                    }
        #header ul.nav-wrap-2 {
            margin-bottom: 0px;
            width: auto;
        }
        #header ul.nav-wrap-2 > li.submenu > a {
            margin: 0;
            font-weight: normal;
            font-size: 15px;
            word-break: keep-all;
        }
        #header ul.nav-wrap-2 > li > a {
            padding: 0px 5px;
        }
        #header ul.nav-wrap-2 > li.hover > a, #header ul.nav-wrap-2 > li.active > a,
        #header ul.nav-wrap-2 > li > a, #header ul.nav-wrap-2 > li > a:hover {
            color: #fff;
        }
        #header ul.nav-wrap-2 > li.hover ul.submenu-wrap {
            margin-top: 0px;
        }
        #header ul.nav-wrap .li-hr {
            width: 1px;
            height: 12px;
            background-color: #bfbfbf;
            margin: 0 8px;
        }
        #header .desktop_var-r {
            font-size: 14px;
            margin-left: 180px;
        }
        .en-us-page #header .desktop_var-r {
            margin-left: 90px;
        }
        #header .link-wrap a {
            margin-left: 20px;
            color: #333333;
            font-size: 14px;
            font-weight: bold;
        }
        #header .link-wrap i {
            margin-right: 2px;
        }
        .icon-facebook-fill {
            color: #3c5a99;
        }
        .icon-Youtube-fill {
            color: #d54029;
        }
        #header .login-btn {
            padding: 0 10px;
            height: 30px;
            color: #fff;
            background-color: #56C700;
            border-radius: 6px;
        }
        #header .login-btn i {
            font-size: 24px;
            margin-right: 4px;
        }



        #header ul.nav-wrap ul.submenu-l3-wrap {
            position: absolute;
            left: 100%;
            top: 0;
            display: none;
        }

    #header ul.submenu-wrap > li:hover ul.submenu-l3-wrap {
        display: block;
    }

    #header ul.nav-wrap ul.submenu-l3-wrap li {
        display: inline-flex;
        white-space: pre;
    }


    #header form {
        position: relative;
    }

    #header .header-search {
        min-width: 400px;
        height: 32px;
        padding: 10px 46px 10px 12px;
    }

    #header input[type='submit'] {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
    }

    #header ul.login-panel {
        display: none;
    }

.btn-shopping-cart{
    position: absolute;
    top: 0;
    right: 0px;
    width: 32px;
    height: 32px;
    background-image: url("../img/common/icon-shopping-cart_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    display: none;
}

    .btn-shopping-cart .badge {
        font-size: 12px;
        line-height: 20px;
        position: absolute;
        top: -5px;
        right: -10px;
        overflow: hidden;
        width: 20px;
        height: 20px;
        text-align: center;
        color: #FFFFFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #4bbdad;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }


.btn-member-user {
    position: absolute;
    top: 0;
    right: 20px;
    width: 32px;
    height: 32px;
    background-image: url("../img/common/user.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    display: none;
}



#footer {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 1220px;
    max-width: 100%;
    background: #f1f1f1;
}

    #footer .footer-main-nav {
        padding-bottom: 0;
    }

    #footer .footer-social-media {
        border-top: 1px solid #E6E6E6;
        padding: 10px 0;
    }

        #footer .footer-social-media .social-media {
            display: table-row;
        }

            #footer .footer-social-media .social-media li {
                font-size: 0;
                display: table-cell;
                width: 25%;
                padding: 10px 20px;
                border-right: 1px solid #E6E6E6;
                text-align: center;
            }

                #footer .footer-social-media .social-media li:last-child {
                    border-right: 0;
                }

                #footer .footer-social-media .social-media li a {
                    /* display: table-row;*/
                }

                #footer .footer-social-media .social-media li .icon-social {
                    display: table-cell;
                    width: 50px;
                    height: 50px;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
                    border-radius: 8px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 40px 40px;
                    -ms-border-radius: 8px;
                    -o-border-radius: 8px;
                }

                #footer .footer-social-media .social-media li .txt {
                    font-size: 16px;
                    display: table-cell;
                    padding-left: 20px;
                    vertical-align: middle;
                    color: #333333;
                }
                 
        #footer .footer-subscription form {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        #footer .footer-subscription .col {
            position: relative;
            display: table-cell;
            width: 400px;
            vertical-align: top;
        }

            #footer .footer-subscription .col:last-child {
                text-align: left;
            }

        #footer .footer-subscription label {
            font-size: 20px;
            width: 100%;
            color: #56C700;
            margin-bottom: 20px;
            display: block;
        }

            #footer .footer-subscription label span {
                font-size: 22px;
                width: 100%;
                color: #56C700;
                display: block;
                margin-bottom: 15px;
            }

    #footer .footer-subscription #email_subscription {
        padding: 12px 8px;
        width: 350px;
        height:40px;
        margin-right: 0px;
        border: 1px solid #c2c2c2;
        padding-bottom: 10px;
    }

    #footer .footer-subscription input[type='submit'] {
        font-size: 18px;
        line-height: 18px;
        height: auto;
        padding: 11px 50px;
        text-decoration: none;
        color: #fff; 
        background-color: #56C700;
    }

        #footer .footer-subscription input[type='submit']:hover, #footer .footer-subscription input[type='submit']:active {
            opacity: .8;
        }

    #footer .row.hotline {
        padding-bottom: 20px;
    }

        #footer .row.hotline .left {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 20px;
        }

        #footer .row.hotline .mid {
            position: relative;
            padding-right: 190px;
        }

        #footer .row.hotline .right {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 20px;
        }

        #footer .row.hotline .footer-nav p {
            position: relative;
            width: 100%;
            max-width: inherit;
        }

        #footer .row.hotline .footer-nav ul {
            padding-left: 0;
    font-weight: bold;
        }

            #footer .row.hotline .footer-nav ul li a,
            #footer .row.hotline .footer-nav ul li a:hover{
                color: #FFFFFF;
                font-weight: bold;
            }

        #footer .row.hotline .footer-logo img {
            width: 120px;
        }

    #footer .row .mid {
        position: relative;
        padding-left: 150px;
    }

    #footer .row .footer-nav {
        margin-bottom: 10px;
        width:100%;
    }

        #footer .row .footer-nav p {
            font-weight: bold;
            position: absolute;
            display: inline-block;
            width: 100%;
            max-width: 80px;
            margin-bottom: 0;
            color: #FFFFFF;
        }

        #footer .row .footer-nav ul {
            font-size: 0;
            display: inline-block;
            padding-left: 0px;
            width: 100%;
        }

       #footer .row .footer-nav ul li {
           font-size: 0;
           display: inline-block;
           margin-bottom: 5px;
       }

            #footer .row .footer-nav ul a {
                font-size: 14px;
                display: inline-flex;
                margin-right: 20px;
                color: #a6a6a6;
            }

    #footer .row .footer-nav.footer-menu ul li a {
        margin-right: 10px;
        margin-left: 10px;
    }

        #footer .row .footer-nav.footer-menu ul li {
            border-right: 1px solid #a6a6a6;
        }

        #footer .row .footer-nav.footer-menu ul li:last-child {
            border-right: 0px;
        }

    #footer .row .logo-comodo {
        position: absolute;
        bottom: 0;
        left: 20px;
    }

    #footer .row .country-selector ul li img {
        width: 15px;
    }

    #footer .row .payment-methods ul li img {
        width: 40px;
    }

    #footer .copyright {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

        #footer .copyright p {
            font-size: 14px;
            color: #a6a6a6;
        }
    
    #footer .copyright span {
        font-weight: bold;
    }

    .landing-banner {
        position: relative;
        display: table;
        width: 100%;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .landing-banner .banner-content {
        display: table-cell;
        text-align:center;
        vertical-align: middle;
    }

    .landing-banner .input-field input[type=text] {
        min-width: 100px;
    }

    .landing-banner .input-field select {
        min-width: 200px;
    }

html.landing .landing-banner{
    margin-top: -70px;
}

.main-content.membership-login {
    padding: 0px;
}

.member-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.membership-reg {
    padding: 120px 0px;
}

html.landing .landing-banner.tour-landing-banner {
    height: 400px;
    margin-top: -70px; 
}

.search-no-result .no-result {
    padding-top: 100px;
}


.breadcrumb {
    font-size: 0;
    position: relative;
}

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li:after {
            content: '>';
            font-size: 14px;
            position: relative;
            display: inline-block;
            margin-right: 10px;
        }

        .breadcrumb li:last-child:after {
            display: none;
        }

        .breadcrumb li a {
            font-size: 14px;
            display: inline-block;
            margin-right: 10px;
            padding: 10px 0;
            color: #333333;
        }

.progress-bar {
    font-size: 0;
    position: relative;
    display: inherit;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .progress-bar li {
        position: relative;
        display: inline-block;
        min-width: 120px;
        margin-right: 100px;
        margin-bottom: 20px;
        text-align: left;
    }

        .progress-bar li:last-child {
            margin-right: 0;
        }

        .progress-bar li a {
            color: #313131;
            font-size: 18px;
        }

        .progress-bar li span.dot {
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 18px;
            height: 18px;
            margin: auto;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            background-color: #e7e7e7;
            -ms-border-radius: 9px;
            -o-border-radius: 9px;
        }

        .progress-bar li:before {
            content: '';
            position: absolute;
            right: 0;
            bottom: -22.5px;
            left: 1%;
            width: 198%;
            height: 5px;
            background-color: #e7e7e7;
        }

        .progress-bar li.half span.dot {
            background-color: #a53194;
        }

        .progress-bar li.half:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -22.5px;
            left: 1%;
            width: 98%;
            height: 5px;
            background-color: #a53194;
        }

        .progress-bar li.full span.dot {
            background-color: #a53194;
        }

        .progress-bar li.full:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -22.5px;
            left: 1%;
            width: 198%;
            height: 5px;
            background-color: #a53194;
        }

        .progress-bar li:last-child:before, .progress-bar li:last-child.half:after {
            display: none;
        }

.calendar-wrap {
    font-size: 14px;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
}

    .calendar-wrap .loading-gif {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50px;
        margin: auto;
    }

    .calendar-wrap .remarks {
        margin: 15px 0 5px;
    }

        .calendar-wrap .remarks p {
            font-size: 14px;
        }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
    border: 0px;
    background-color: transparent !important;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td, .fc-unthemed th,
.fc-unthemed thead {
    border-color: #dddddd;
}

.fc button .fc-icon {
    top: 0;
    margin: 0;
}


.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
}

.calendar-wrap .fc-header-toolbar {
    margin-bottom: 0;
    background-color: #56C700;
    font-size: 15px;
}

        .calendar-wrap .fc-header-toolbar h2 {
            color: #FFFFFF;
        }

    .calendar-wrap .fc-center {
        padding: 10px;
    }

    .calendar-wrap .fc-button {
        height: auto;
        padding: 12.5px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .calendar-wrap .fc-button:hover {
            opacity: .8;
        }

    .calendar-wrap .fc-unthemed td.fc-today {
        background-color: #F5F5F5;
    }

    .calendar-wrap .fc-view-container .fc-content-skeleton {
        padding-bottom: 0;
    }

        .calendar-wrap .fc-view-container .fc-content-skeleton table {
            height: 65px;
        }

    .calendar-wrap .fc-view-container .fc-day-header {
        padding: 5px 0;
    }

    .calendar-wrap .fc-view-container .fc-day-grid-event {
        height: 0;
        margin: 0 0 0 0;
        /*padding: 5px;*/
    }

    .calendar-wrap .fc-view-container .fc-content {
        pointer-events: none;
    }

        .calendar-wrap .fc-view-container .fc-content img {
            display:initial;
        }

        .calendar-wrap .fc-view-container .fc-content span {
            font-size: 10px;
            position: relative;
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            padding-right: 0px;
            margin-right: 3px;
            margin-bottom: 2px;
        }

            .calendar-wrap .fc-view-container .fc-content span.price {
                color: #56C700;
            }

        .calendar-wrap .fc-view-container .fc-content .fc-content-status {
            position: absolute;
            width: 100%;
            bottom: 0px;
            left: 4px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }


        .calendar-wrap .fc-view-container .fc-content span.status.status-code-5:before {
            content: ' ';
            position: absolute;
            background: #00b050;
            width: 12px;
            height: 12px;
            top: -1px;
            border-radius: 50%;
            left: 1px;
        }

        .calendar-wrap .fc-view-container .fc-content span.status.status-code-10:before{
            content: ' ';
            position: absolute;
            background: #ff811c;
            width: 12px;
            height: 12px;
            top: -1px;
            border-radius: 50%;
            left: 1px;
        }

        .calendar-wrap .fc-view-container .fc-content span.status.status-code-15:before {
            content: ' ';
            position: absolute;
            background: #861b2d;
            width: 12px;
            height: 12px;
            top: -1px;
            border-radius: 50%;
            left: 1px;
        }

.remarks-status .status-items {
    font-size: 14px;
    line-height: 14px;
    display: inline-flex;
    margin-right: 25px;
}

.remarks-status .status-items span{ 
    padding-top:0px;
}




    .remarks-status .status-items.status-code-5 {
        color: #333;
    }


    .remarks-status .status-items.status-code-10 {
        color: #333;
    }


            .remarks-status .status-items.status-code-15 {
                color: #333;
            }

    .remarks-status .status-items.status-code-5:before {
        content: ' ';
        position: relative;
        background: #ff811c;
        width: 25px;
        height: 15px;
        top: 0px;
        border-radius: 0%;
        left: 0px;
        margin-right: 7px;
    }

    .remarks-status .status-items.status-code-10:before {
        content: ' ';
        position: relative;
        background: #00b050;
        width: 25px;
        height: 15px;
        top: 0px;
        border-radius: 0%;
        left: 0px;
        margin-right: 7px;
    }

    .remarks-status .status-items.status-code-15:before {
        content: ' ';
        position: relative;
        background: #888;
        width: 25px;
        height: 15px;
        top: 0px;
        border-radius: 0%;
        left: 0px;
        margin-right: 7px;
    }


            .calendar-wrap .fc-view-container .fc-content.tag-like:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 12px;
                height: 12px;
                background-image: url("../img/common/icon-like_orange.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

        .calendar-wrap .fc-view-container .fc-content.tag-tick:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 3px;
            width: 12px;
            height: 12px;
            background-image: url("../img/common/icon-tick_pink.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }



    .calendar-wrap .fc-view-container .fc-day-number {
        float: left !important;
        padding: 5px 5px 0 5px;
    }

    .calendar-wrap .fc-view-container .fc-day-top {
        position: relative;
        z-index: 10;
        cursor: not-allowed;
        color: #aaa;
        height: 72px;
    }

        .calendar-wrap .fc-view-container .fc-day-top[data-click='yes'] {
            cursor: pointer;
            color: #000100;
        }

    .calendar-wrap .fc-view-container .fc-event {
        position: absolute;
        left: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 0px;
        /*height: 40px;
        -webkit-border-radius: 0;*/
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: inherit;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .calendar-wrap .fc-view-container .fc-content-skeleton tbody td {
        position: relative;
        /* height: 42px; */
    }

        .calendar-wrap .fc-view-container .fc-content-skeleton tbody td:hover:before {
            content: none;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-width: 0 0 10px 10px;
            border-style: solid;
            border-color: transparent transparent #F59933 transparent;
        }

    .calendar-wrap .fc-icon-left-single-arrow:after, .calendar-wrap .fc-icon-right-single-arrow:after {
        color: #FFFFFF;
    }

    .calendar-wrap .calendar-popup {
        position: absolute;
        z-index: 10;
        display: none;
        width: 300px;
        height: auto;
        min-height: 100px;
        padding: 20px 15px;
        border: 1px solid #E6E6E6;
        background-color: #F5F5F5;
    }

        .calendar-wrap .calendar-popup * {
            font-size: 14px;
        }

        .calendar-wrap .calendar-popup .calendar-content {
            position: relative;
            width: 100%;
            margin-bottom: 10px;
            /* padding-right: 40px; */
            border-bottom: 1px solid #E6E6E6;
        }

            .calendar-wrap .calendar-popup .calendar-content:after {
                /* content: ''; */
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 40px;
                height: 40px;
                margin: auto;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                background-color: #E6E6E6;
                background-image: url("../img/common/btn-tick_w.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 24px 24px;
                -ms-border-radius: 20px;
                -o-border-radius: 20px;
            }

            .calendar-wrap .calendar-popup .calendar-content .row {
                position: relative;
                width: 100%;
                padding-bottom: 10px;
            }

                .calendar-wrap .calendar-popup .calendar-content .row.desc {
                    padding-left: 0;
                }

            .calendar-wrap .calendar-popup .calendar-content:last-child {
                margin-bottom: 0;
                border-bottom: 0;
            }

                .calendar-wrap .calendar-popup .calendar-content:last-child .row:last-child {
                    padding-bottom: 0;
                }

        .calendar-wrap .calendar-popup span.label {
            line-height: 24px;
            position: relative;
            top: 0;
            left: 0;
            display: inline-block;
            min-width: 45px;
            margin-right: 10px;
            padding: 2.5px 5px;
            text-align: center;
        }

        .calendar-wrap .calendar-popup span.txt-pink02 {
            font-size: 18px;
            font-weight: bold;
        }

        .calendar-wrap .calendar-popup:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: -10px;
            left: 10.5px;
            width: 0;
            height: 0;
            border-width: 0 12px 12px 12px;
            border-style: solid;
            border-color: transparent transparent #F5F5F5 transparent;
        }

        .calendar-wrap .calendar-popup:after {
            content: '';
            position: absolute;
            top: -11px;
            left: 11.5px;
            width: 0;
            height: 0;
            border-width: 0 11px 11px 11px;
            border-style: solid;
            border-color: transparent transparent #E6E6E6 transparent;
        }

    .calendar-wrap .right.calendar-popup:before {
        right: 10.5px;
        left: auto;
    }

    .calendar-wrap .right.calendar-popup:after {
        right: 11.5px;
        left: auto;
    }




.page-membership .calendar-wrap .fc-unthemed td.fc-today {
    background-color: transparent;
}

.page-membership .calendar-wrap .fc-view-container .fc-content-skeleton {
    z-index: 0;
}

.page-membership .table-style-1 .td:last-child {
    max-width: 150px;
    width: 150px;
}


.page-membership .table-style-1 .td:last-child .btn {
    display: inline-grid;
    width: 100%;
}
     



/**daytour calendar */

.popup-datepicker {
    position: absolute;
    z-index: 10;
    width: 320px;
    height: auto;
    background: white;
}

    .popup-datepicker #popup_calendar {
        margin-bottom: 0 !important;
    }

    .popup-datepicker.calendar-wrap .fc-view-container .fc-day-top {
        padding-bottom: 0 !important;
        cursor: auto;
        pointer-events: none;
    }

    .popup-datepicker.calendar-wrap .fc-view-container .fc-event {
        top: -18px !important;
        height: 45px !important;
    }

.page-tour-details .calendar .fc-basic-view .fc-body .fc-row {
    height: 72px !important;
}

.popup-datepicker.calendar-wrap .fc-view-container .fc-content-skeleton tbody td:hover:before {
    display: none;
}

    .popup-datepicker.calendar-wrap .fc-day-grid-event {
        color: #fff;
        background-color: #fff;
    }

        .popup-datepicker.calendar-wrap .fc-day-grid-event .clickable span {
            width: 50%;
            padding-right: 0px;
            padding-top: 3px;
            border-bottom: 1px solid #ff2965;
        }

    .popup-datepicker.calendar-wrap .fc-day-grid-container {
        height: 336px !important;
    }


/**End  daytour calendar */

.accordion-item {
    position: relative;
    /*-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;*/
}

    .accordion-item .content {
        font-size: 14px;
        position: relative;
        display: inline-block;
        overflow-y: hidden;
        width: 100%;
        height: auto;
        max-height: 120px;
        padding-bottom: 20px;
        -webkit-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
        border-bottom: 1px solid #E6E6E6;
    }

        .accordion-item .content p {
            margin-bottom: 20px;
        }

            .accordion-item .content p:last-child {
                margin-bottom: 0;
            }

    .accordion-item:last-child .content {
        margin-bottom: 0;
    }

.table-style-1 {
    position: relative;
    width: 100%;
    border-spacing: 2px;
    border-collapse: collapse;
}

    .table-style-1 td {
        font-size: 17px;
        position: relative;
        margin: 0px;
        padding: 20px;
        vertical-align: middle;
        border: 1px solid #dddddd;
        border-right: 0;
        color: #333333;
    }

        .table-style-1 td.table-price {
            font-size: 14px;
            font-weight: bold;
            width: 220px;
            margin-bottom: 0;
            text-align: center;
            letter-spacing: 1px;
        }

            .table-style-1 td.table-price span {
                font-size: 28px;
            }

.tour-gallery-wrap .slider-for {
    position: relative;
}

    .tour-gallery-wrap .slider-for .item {
        position: relative;
        width: 100%;
        height: 460px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

.tour-gallery-wrap .slider-nav {
    margin-top: 10px;
}

    .tour-gallery-wrap .slider-nav .item {
        position: relative; 
        height: 100px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover !important;
    }

    .tour-gallery-wrap .slider-nav .slick-list {
        padding: 0 35px;
    }

.tour-gallery-wrap .slick-prev {
    left: 0;
}

    .tour-gallery-wrap .slick-prev:before {
        content: '<';
        font-size: 20px;
        width: 30px;
        height: 30px;
    }

.tour-gallery-wrap .slick-next {
    right: 0;
}

    .tour-gallery-wrap .slick-next:before {
        content: '>';
        font-size: 20px;
        width: 30px;
        height: 30px;
    }



.tour-gallery-wrap .slick-prev, .tour-gallery-wrap .slick-next {
    z-index: 2;
    width: 30px;
    height: 100%;
    background-color: #E6E6E6;
    color: #000100;
}

.card-slider-wrap .slick-next {
    right: -10px;
}

.card-slider-wrap .slick-prev {
    left: -10px;
}

.card-slider-wrap .slick-prev, 
.card-slider-wrap .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px;
}

.card-slider-wrap .slick-prev:before,
.card-slider-wrap .slick-next:before {
    font-size: 40px;
}

.fixed-element {
    z-index: 10 !important;
}

    .fixed-element.sticky-start.ul-btn-1-wrap:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -1%;
        width: 102%;
        height: 200px;
        background-color: #F5F5F5;
    }

.fixed-element-anchor {
    visibility: hidden;
}

.fixed-element p.title{
    font-size:18px;
}

.fixed-element p.remark {
    font-size: 12px;
    color: #969696;
    max-width: 130px;
}

ul.ul-btn-1-wrap {
    position: relative;
    z-index: 1;
    z-index: 12 !important;
    top: 1px;
    width: 100%;
    border-bottom: 5px solid #FF2965;
}

    ul.ul-btn-1-wrap li {
        position: relative;
        display: inline-block;
        margin-right: 5px;
        margin-bottom:5px;
    }

    ul.ul-btn-1-wrap a {
        font-size: 16px;
        display: block;
        padding: 15px 20px;
        -webkit-transition: all ease 200ms;
        -o-transition: all ease 200ms;
        transition: all ease 200ms;
        color: #FFFFFF;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #ccc;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }

        ul.ul-btn-1-wrap a.active {
            color: #FFFFFF;
            background-color: #FF2965;
        }

    ul.ul-btn-1-wrap.blue01 {
        border-bottom: 5px solid #51C8F1;
    }

        ul.ul-btn-1-wrap.blue01 a.active {
            background-color: #51C8F1;
        }

    ul.ul-btn-1-wrap.pink01 {
        border-bottom: 5px solid #FF2965;
    }

        ul.ul-btn-1-wrap.pink01 a.active {
            background-color: #FF2965;
        }

    ul.ul-btn-1-wrap.pink02 {
        border-bottom: 5px solid #FF2965;
    }

        ul.ul-btn-1-wrap.pink02 a.active {
            background-color: #FF2965;
        }

    ul.ul-btn-1-wrap.pink03 {
        border-bottom: 5px solid #FF2864;
    }

        ul.ul-btn-1-wrap.pink03 a.active {
            background-color: #FF2864;
        }

ul.ul-btn-2-wrap {
    position: relative;
    z-index: 1;
    top: 1px;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 20px;
}

    ul.ul-btn-2-wrap li {
        position: relative;
        display: inline-block;
        border-left: 1px solid #E6E6E6;
    }

        ul.ul-btn-2-wrap li:last-child {
            border-right: 1px solid #E6E6E6;
        }

    ul.ul-btn-2-wrap a {
        display: block;
        padding: 10px 20px;
        -webkit-transition: all ease 200ms;
        -o-transition: all ease 200ms;
        transition: all ease 200ms;
        color: #FFFFFF;
        color: #969696;
    }

        ul.ul-btn-2-wrap a.active {
            color: #FF2965;
        }

            ul.ul-btn-2-wrap a.active:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #FF2965;
            }

.tabs-section {
    margin-bottom: 40px;
}

    .tabs-section h4 {
        margin-bottom: 20px;
    }

    .tabs-section img {
        margin-bottom: 20px;
    }

.scroll-content {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100px;
    margin-bottom: 0px;
}

ul.product-list {
    font-size: 0;
    position: relative;
    width: 100%;
    margin-bottom: -10px;
    padding-bottom: 20px;
}

    ul.product-list li {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-right: 10px;
    }

        ul.product-list li:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            border-right: 1px solid #969696;
        }

        ul.product-list li:nth-child(1) {
            margin-left: 0;
        }

        ul.product-list li:last-child {
            margin-right: 0;
        }

            ul.product-list li:last-child:after {
                display: none;
            }

        ul.product-list li a {
            font-size: 16px;
            padding: 5px 0;
            color: #969696;
        }

.advanced-search-wrap {
    width: 100%;
    padding: 0px;
    border: 1px solid #56C700;
    background-color: #FFFFFF;
}

    .advanced-search-wrap h4 {
        font-weight: normal;
        margin-bottom: 20px;
        color: #ffffff;
        text-align: left;
        background: #56C700;
        width: 100%;
        padding: 15px 20px;
        padding-left: 55px;
    }

.fit-advanced-search h4:before,
.advanced-search-wrap h4:before {
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 24px;
    height: 24px;
    -webkit-mask-image: url(../img/common/icon/filter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-size: cover;
    width: 30px;
    height: 30px;
    top: 10px;
    float: left;
    margin-left: -40px;
}

    .advanced-search-wrap .input-field,
    .advanced-search-wrap p {
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .advanced-search-wrap .input-field:last-child {
            margin-bottom: 40px;
        }


        .advanced-search-wrap .input-field.two-col .col {
            position: relative;
            display: inline-block;
            width: 113px;
            margin-right: 10px;
        }

            .advanced-search-wrap .input-field.two-col .col:last-child {
                margin-right: 0;
            }

        .advanced-search-wrap .input-field input[type=submit] {
            width: 100%;
        }

        .advanced-search-wrap p.withdivider {
            display: block;
            overflow: hidden;
            text-align: center;
            white-space: nowrap;
        }

            .advanced-search-wrap p.withdivider span {
                position: relative;
                display: inline-block;
            }

                .advanced-search-wrap p.withdivider span:before, .advanced-search-wrap p.withdivider span:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    width: 5000px;
                    height: 1px;
                    border-top: 1px solid #E6E6E6;
                }

                .advanced-search-wrap p.withdivider span:before {
                    right: 100%;
                    margin-right: 15px;
                }

                .advanced-search-wrap p.withdivider span:after {
                    left: 100%;
                    margin-left: 15px;
                }

    .advanced-search-wrap #price-range {
        border: 0px;
        width: auto;
    }

.price-range-wrap,
.range-wrap {
    font-size: 16px;
    position: relative;
    color: #888888;
}

.advanced-search-wrap select option[value="0"],
.advanced-search-wrap #price-range {
    color: #888888;
}

.price-range-wrap .ui-slider,
.range-wrap .ui-slider{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .price-range-wrap .ui-slider *,
    .range-wrap .ui-slider * {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .price-range-wrap .ui-slider .ui-slider-range,
    .range-wrap .ui-slider .ui-slider-range {
        background-color: #ccc;
    }

.price-range-wrap .ui-slider-horizontal,
.range-wrap .ui-slider-horizontal {
    position: relative;
    top: 5px;
    height: 8px;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
}



    .price-range-wrap .ui-slider-horizontal:after,
    .range-wrap .ui-slider-horizontal:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #F5F5F5;
    }

.price-range-wrap .ui-slider-handle,
.range-wrap .ui-slider-handle,
.price-range-wrap .ui-slider-handle.ui-state-active,
.range-wrap .ui-slider-handle.ui-state-active {
    top: -6px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border: 0;
    outline: none;
    background: url("../img/common/btn-arrow-r-blue.png") no-repeat center !important;
    background-size: 24px;
}

    .price-range-wrap .ui-slider-handle:last-child,
    .range-wrap .ui-slider-handle:last-child,
    .price-range-wrap .ui-slider-handle.ui-state-active:last-child,
    .range-wrap .ui-slider-handle.ui-state-active:last-child {
        background: url("../img/common/btn-arrow-l-blue.png") no-repeat center !important;
        background-size: 24px;
    }

#ui-datepicker-div {
    z-index: 10 !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    #ui-datepicker-div * {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    #ui-datepicker-div .ui-widget-header {
        padding: 0;
        background-color: #0096FF;
    }

    #ui-datepicker-div .ui-datepicker-title {
        color: #FFFFFF;
    }

    #ui-datepicker-div .ui-state-default {
        border: 0;
    }

        #ui-datepicker-div .ui-state-default:hover {
            border: 0;
        }

    #ui-datepicker-div .ui-datepicker-prev {
        top: 0;
        left: 0;
    }

    #ui-datepicker-div .ui-datepicker-next {
        top: 0;
        right: 0;
    }


ul.quick-select-wrap li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

    ul.quick-select-wrap li a {
        font-size: 14px;
        position: relative;
        display: block;
        padding: 5px 8px;
        -webkit-transition: all ease 200ms;
        -o-transition: all ease 200ms;
        transition: all ease 200ms;
        color: #000000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background-color: #F5F5F5;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

        ul.quick-select-wrap li a:hover {
            color: #FFFFFF;
            background-color: #0096FF;
        }

ul.quick-select-wrap.style-1 li a {
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #51c8f1;
    box-shadow: 0 5px 0 0 #55acee;
}

    ul.quick-select-wrap.style-1 li a:hover {
        background-color: #6fc6ff;
    }

    ul.quick-select-wrap.style-1 li.active a, ul.quick-select-wrap.style-1 li a.Attrhover {
        background-color: #ff2864;
        -webkit-box-shadow: 0 5px 0 0 #ce3323;
        box-shadow: 0 5px 0 0 #ce3323;
    }

        ul.quick-select-wrap.style-1 li.active a:hover {
            background-color: #ff6656;
        }


ul.quick-select-city-wrap {
    margin-bottom: -5px;
}

    ul.quick-select-city-wrap li {
        position: relative;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-left: 5px;
    }

        ul.quick-select-city-wrap li a {
            font-size: 14px;
            position: relative;
            display: block;
            padding: 5px 0;
            -webkit-transition: all ease 200ms;
            -o-transition: all ease 200ms;
            transition: all ease 200ms;
            color: #333333;
        }

            ul.quick-select-city-wrap li a:hover {
                color: #0096FF;
            }

        ul.quick-select-city-wrap li:after {
            content: '/';
            font-size: initial;
            position: absolute;
            top: 7px;
            right: -7.5px;
            display: block;
        }

        ul.quick-select-city-wrap li:nth-child(1) {
            margin-left: 0;
        }

        ul.quick-select-city-wrap li:last-child:after {
            display: none;
        }

.content-wrap .card-1-wrap .card {
    width: 563px;
}

.card-1-wrap {
    font-size: 0;
}

    .card-1-wrap .card {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 579.5px;
        margin-right: 20px;
        margin-bottom: 20px;
        vertical-align: top;
        border: 1px solid #E6E6E6;
        min-height: 300px;
    }

        .card-1-wrap .card:nth-child(2n) {
            margin-right: 0;
            margin-bottom: 0;
        }

        .card-1-wrap .card .view-img {
            position: absolute;
            width: 250px;
            height: 100%;
            min-height: 150px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .card-1-wrap .card .title {
            font-size: 16px;
            font-weight: bold;
            width: 100%;
        }

        .card-1-wrap .card .content {
            display: table;
            min-height: 140px;
        }

        .card-1-wrap .card .view-desc {
            font-size: 16px;
            position: relative;
            display: table-cell;
            width: 100%;
            height: 100%;
            /*padding: 20px 20px 20px 270px;*/
            vertical-align: middle;
        }

.tour-landing-promotion .card-1-wrap .card {
    border: 0px solid #E6E6E6;
}

.tour-details-desktop .card-1-wrap .card .view-desc {
    padding: 20px 20px 20px 270px;
}

    .card-1-wrap a.card:hover {
        background-color: #F5F5F5;
    }

.card-2-wrap {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto -20px;
}

    .card-2-wrap.withborder .card, .card-2-wrap.withborder .card-2 {
        border: 1px solid #E6E6E6;
    }

    .card-2-wrap .special-offer {
        font-size: 18px;
        position: absolute;
        z-index: 2;
        top: -20px;
        right: -20px;
        display: table;
        width: 100px;
        height: 100px;
        padding: 15px 20px 0 10px;
        color: #000000;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #FAEC21;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .card-2-wrap .special-offer div {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            .card-2-wrap .special-offer div p {
                line-height: 18px;
                margin-bottom: 0;
                letter-spacing: 0;
                text-transform: uppercase;
            }

                .card-2-wrap .special-offer div p b {
                    font-size: 24px;
                    font-weight: bold;
                }

    .card-2-wrap .card {
        width: 280px;
    }
     
        .card-2-wrap .card .price { 
            bottom: 10px;
            width: 100%;
            padding-right: 95px;
            margin-bottom: 0;
        }

        .card-2-wrap .card p.code {
            position: absolute;
            right: 20px;
            bottom: 10px;
            width: 100%;
            max-width: 110px;
            margin-bottom: 0;
        }
/**
        .card-2-wrap .card p.booking-date {
            font-size: 12px;
            line-height: 14px;
            position: absolute;
            right: 20px;
            bottom: 22.5px;
            display: inline-block;
            width: 100%;
            max-width: 110px;
            margin-bottom: 0;
            text-align: right;
            letter-spacing: 0;
        }

        .card-2-wrap .card p.booking-date span {
            font-size: 10px;
        }



#tour-group .card-2-wrap .card .content { 
    max-height: 130px;
}

    #tour-group .card-2-wrap .card .price,
    #tour-group .card-2-wrap .card .code {
        position: relative; 
        padding: 0;
    }

    #tour-group .card-2-wrap .card .code {
        right: 0; 
        float: right;
    }


#tour-group .card-2-wrap .card .join-num,
#tour-group .card-2-wrap .card .tour-booking-date {
    font-size: 14px;
}

    #tour-group .card-2-wrap .card .row-price {
        display: inline-flex;
        padding-top: 20px;
    }


#tour-group .card-2-wrap a.best-offer-row2 .row-price {
    display: initial;
    padding-top: 0;
    position: absolute;
    width: 25%;
    right: 0;
    height: 100%;
}

#tour-group .card-2-wrap a.best-offer-row2 .price {
    width: 100%;
}

#tour-group .card-2-wrap a.best-offer-row2 .code {
    position: absolute;
    margin-right: 120%; 
    bottom:10px;
}

#tour-group .card-2-wrap a.best-offer-row2 .row-booking {
    color: #acacac;
    padding-left: 10px;
    padding-bottom: 10px;
}

#tour-group .card-2-wrap a.best-offer-row2 .join-num {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin-right: 30%;
    color: #acacac;
       
}**/

.card-2-wrap a.card:hover {
    opacity: 1;
}

        .card-2-wrap a.card:hover .content {
            background-color: #F5F5F5;
        }

    .card-2-wrap .card-2 {
        width: 580px;
    }

        .card-2-wrap .card-2 .img {
            height: 100%;
        }

        .card-2-wrap .card-2 .content {
            position: absolute;
            bottom: 0;
            width: 100%;
            min-height: 40px;
            padding: 15px;
            background: rgba(0, 0, 0, 0.5);
        }

            .card-2-wrap .card-2 .content p {
                color: #FFFFFF;
            }

        .card-2-wrap .card-2 p.title {
            width: 305px;
            margin-bottom: 0;
        }

        .card-2-wrap .card-2 .price {
            line-height: 52px;
            position: absolute;
            top: 0;
            right: 0;
            display: table;
            min-width: 160px;
            height: 74px;
            margin-bottom: 0;
            padding: 15px;
            background-color: #FF2965;
        }

            .card-2-wrap .card-2 .price p {
                display: table-cell;
                text-align: center;
                vertical-align: middle;
            }

        .card-2-wrap .card-2 p.code {
            position: absolute;
            right: 180px;
            bottom: 15px;
            width: 100%;
            max-width: 70px;
            margin-bottom: 0;
        }

        .card-2-wrap .card-2:hover {
            opacity: 1;
        }

            .card-2-wrap .card-2:hover .content {
                opacity: .8;
            }

    .card-2-wrap .card, .card-2-wrap .card-2 {
        font-size: 0;
        position: relative;
        z-index: 1;
        display: inline-block;
        overflow: hidden;
        height: 300px;
        margin-right: 19.5px;
        margin-bottom: 20px;
        vertical-align: top;
        background-color: #FFFFFF;
    }

        .card-2-wrap .card:last-child, .card-2-wrap .card-2:last-child {
            margin-right: 0;
        }

        .card-2-wrap .card .img, .card-2-wrap .card-2 .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .card-2-wrap .card .content, .card-2-wrap .card-2 .content {
            -webkit-transition: all ease 200ms;
            -o-transition: all ease 200ms;
            transition: all ease 200ms;
        }

    .card-2-wrap p.title {
        font-size: 14px;
        overflow: hidden;
        width: 100%;
        max-height: 65px;
    }

    .card-2-wrap p.code {
        font-size: 14px;
        text-align: right;
        color: #acacac;
    }

.card-3-wrap {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto -20px;
}

    .card-3-wrap .card {
        position: relative;
        top: 0;
        display: inline-block;
        width: 279.5px;
        height: 240px;
        margin-right: 20px;
        margin-bottom: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .card-3-wrap .card:nth-child(4n) {
            margin-right: 0;
        }

        .card-3-wrap .card div {
            position: relative;
            display: table;
            width: 100%;
            height: 100%;
        }

        .card-3-wrap .card span {
            font-size: 32px;
            font-weight: bold;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

        .card-3-wrap .card:hover {
            color: #FFFFFF;
        }

        .card-3-wrap .card.withoverlay:before {
            content: '';
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
        }

.card-4-wrap .card {
    position: relative;
    top: 0;
    display: inline-block;
    width: 579.5px;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .card-4-wrap .card:nth-child(2n) {
        margin-right: 0;
    }

    .card-4-wrap .card.withoverlay:before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .card-4-wrap .card .title {
        font-size: 32px;
        font-weight: bold;
        width: 100%;
    }

    .card-4-wrap .card .content {
        display: table;
        width: 100%;
        height: 300px;
        color: #FFFFFF;
    }

    .card-4-wrap .card .view-desc {
        font-size: 16px;
        position: relative;
        display: table-cell;
        width: 100%;
        min-height: 150px;
        padding: 20px 100px;
        text-align: center;
        vertical-align: middle;
    }

        .card-4-wrap .card .view-desc p {
            color: #FFFFFF;
        }

    .card-4-wrap .card .border {
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(0, 0, 0, 0.4);
    }

.card-points-wrap {
    margin-bottom: -20px;
}

    /*.card-points-wrap .card {
        position: relative;
        top: 0;
        display: inline-block;
        width: 269px;
        min-height: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
        text-align: center;
        border: 1px solid #E6E6E6;
    }*/
      .card-points-wrap .card {
        position: relative;
        top: 0;
        display: inline-block;
        width: 165px;
        min-height: 300px;
        margin-right: 5px;
        margin-bottom: 20px;
        text-align: center;
        border: 1px solid #E6E6E6;
        overflow:hidden;
    }

    .page-membership .overview-related-products .card-2-wrap .card {
        width: 269px;
    }

        .card-points-wrap .card:nth-child(3n+3) {
            margin-right: 0;
        }

        .card-points-wrap .card .img {
            position: relative;
            width: 100%;
            height: 100px;
            background-color: #004EA3;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .card-points-wrap .card .coupon {
            font-size: 20px;
            position: absolute;
            bottom: 15px;
            left: 0;
            display: inline-block;
            width: 100%;
            text-align: center;
        }

            .card-points-wrap .card .coupon span {
                font-size: 36px;
            }

        .card-points-wrap .card .txt {
            position: relative;
            display: inline-block;
            width: 100%;
            padding: 20px;
        }

            .card-points-wrap .card .txt span {
                font-size: 20px;
            }

@media screen and (min-width: 993px) {
    .card-points-wrap .card {
        position: relative;
        top: 0;
        display: inline-block;
        width: 269px;
        min-height: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
        text-align: center;
        border: 1px solid #E6E6E6;
         overflow:hidden;
    }
      .card-points-wrap .card .img {
            position: relative;
            width: 100%;
            height: 200px;
            background-color: #004EA3;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
}

.flag-best-offer:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -2px;
    left: 15px;
    width: 40px;
    height: 70px;
    background-image: url("../img/common/img-flag-best-offer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

a.card, a.card-2 {
    top: 0;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}

    a.card:hover, a.card-2:hover {
        top: -5px;
    }

.card-slider-wrap {
    padding: 0 30px;
}

    .card-slider-wrap.card-2-wrap {
        margin-top: -10px;
    }

        .card-slider-wrap.card-2-wrap .card {
            margin-top: 10px;
            margin-right: 10px;
            margin-left: 10px;
        }

.radio-wrap {
    font-size: 14px;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-wrap {
    width: 25px;
    float: none;
    margin-right: 7px;
}



    .radio-wrap .statusColor {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-top: 8px;
        margin-right: 10px;
        float: left;
    }


    #Tour_Select_Div .input-field {
        white-space: pre;
    }

    .radio-wrap input {
        position: absolute;
        cursor: pointer;
        opacity: 0;
    }

    .radio-wrap .checkmark {
        position: absolute;
        top: 6px;
        left: 0;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background-color: #ccc;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
    }

    .radio-wrap:hover input ~ .checkmark {
        /* background-color: #F5F5F5; */
    }

    .radio-wrap input:checked ~ .checkmark {
        background-color: #56C700;
    }

    .radio-wrap .checkmark:after {
        content: '';
        position: absolute;
        display: none;
    }

    .radio-wrap input:checked ~ .checkmark:after {
        display: block;
    }

    .radio-wrap .checkmark:after {
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: white;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

.checkbox-wrap {
    font-size: 14px;
    line-height:20px;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-wrap input {
        position: absolute;
        cursor: pointer;
        opacity: 0;
    }

    .checkbox-wrap .checkmark {
        position: absolute;
        top: 0px;
        left: 0;
        width: 14px;
        height: 14px;
        background-color: #ccc;
    }

    .checkbox-wrap:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkbox-wrap input:checked ~ .checkmark {
        background-color: #56C700;
    }

    .checkbox-wrap .checkmark:after {
        content: '';
        position: absolute;
        display: none;
    }

    .checkbox-wrap input:checked ~ .checkmark:after {
        display: block;
    }

    .checkbox-wrap .checkmark:after {
        top: 1.5px;
        left: 5px;
        width: 5px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid #FFFFFF;
        border-width: 0 2.5px 2.5px 0;
    }

.amount-wrap {
    font-size: 0;
    position: relative;
    display: table-row;
    max-width: 110px;
}

    .amount-wrap .btn {
        font-size: 14px;
        display: table-cell;
        width: 30px;
        height: 28px;
        padding: 5px;
        color: #7d7d7d;
        border: 1px solid #dcd8d8;
        background: #fafafa;
    }

        .amount-wrap .btn.reduce {
            border-right: 0;
        }

        .amount-wrap .btn.add {
            border-left: 0;
        }

        .amount-wrap .btn:hover { 
            background-color: #f5f5f5;
        }

    .amount-wrap input[type=text] {
        font-size: 14px;
        display: table-cell;
        width: 50px !important;
        min-width: inherit;
        min-width: inherit !important;
        max-width: inherit !important;
        height: 30px;
        padding: 5px;
        text-align: center;
        color: #969696;
        border: 1px solid #c2c2c2;
    }

.download-wrap {
    position: relative;
    width: 100%;
    margin-bottom:5px;
}

    .download-wrap.inline-block > a.btn-txt {
        width: auto;
        margin-right: 20px;
    }

        .download-wrap.inline-block > a.btn-txt:last-child {
            margin-right: 0;
        }

    .download-wrap .col-4 {
        width: 372px;
        margin-right: 15px;
    }

        .download-wrap .col-4:last-child {
            margin-right: 0;
        }

    .download-wrap .col-6 {
        width: 559px;
        margin-right: 15px;
    }

        .download-wrap .col-6:last-child {
            margin-right: 0;
        }

    .download-wrap .title {
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        color: #333333;
        border-bottom: 1px solid #E6E6E6;
    }

    .download-wrap a.btn-txt {
        font-size: 16px;
        line-height: 25px;
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 25px;
        margin-bottom: 15px;
        padding-left: 40px;
        text-decoration: none; 
    }

        .download-wrap a.btn-txt:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .download-wrap a.btn-txt.icon-pdf:before {
            background-color: #56C700;
            -webkit-mask: url(../img/common/download_file.png);
            -webkit-mask-size: 24px;
            background-color: #56C700;
            width: 24px;
            height: 24px;
        }

        .download-wrap a.btn-txt.icon-download:before {
            background-color: #56C700;
            -webkit-mask: url(../img/common/ic_download.svg);
            -webkit-mask-size: 35px;
            background-color: #56C700;
            width: 35px;
            height: 35px;
            top: -7px;
        }

        .download-wrap a.btn-txt.icon-pdf-pink {
            background: #fff;
            color: #ff2965;
            border: 1px solid #ff2965;
            position: relative;
            display: inline-flex; 
            font-size: 18px;
            height: 40px;
            padding: 10px 50px 10px 70px;
            text-align: center;
            text-decoration: none;
            border-radius: 3px; 
        }

            .download-wrap a.btn-txt.icon-pdf-pink:before {
                background-image: url("../img/common/icon-pdf_pink.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 20px;
                width: 40px;
                float: left;
                margin-left: -25px;
                margin-top: -3px;
                position: relative;
            }
         
.download-wrap a.btn-txt.icon-world:before {
    background-image:none;
}

.listing-info-wrap {
    font-size: 0;
    position: relative;
    margin-bottom: -30px;
    padding: 20px;
}

    .listing-info-wrap .listing-info {
        position: relative;
        display: inline-block;
        width: 270.5px;
        margin-right: 20px;
        margin-bottom: 30px;
        padding-left: 25px;
    }

        .listing-info-wrap .listing-info.large {
            width: 559.5px;
        }

        .listing-info-wrap .listing-info:last-child {
            margin-right: 0;
        }

        .listing-info-wrap .listing-info:before {
            content: '';
            font-size: 13px;
            position: absolute;
            top: 5px;
            left: 0;
            width: 18px;
            height: 18px;
            text-align: center;
            color: #FFFFFF;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            background-image: url("../img/common/btn-arrow-s_black.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 25px;
        }

    .listing-info-wrap p.title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
        color: #333333;
    }

    .listing-info-wrap p {
        color: #969696;
    }

    .listing-info-wrap.nobg {
        padding: 20px 0;
    }

.related-item {
    position: relative;
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
}

    .related-item:last-child {
        margin-bottom: 0;
    }

    .related-item .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .related-item .title, .related-item .desc {
        width: 100%;
        padding-left: 170px;
    }

    .related-item .title {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }

    .related-item .desc {
        font-size: 14px;
        color: #969696;
        color: #969696;
    }

.video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

    .video-wrap iframe {
        position: relative;
        width: 100%;
        height: 410px;
    }

.popup-wrap {
    position: absolute;
    z-index: 1000;
}

.popup {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    max-height: 750px;
    overflow: auto;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .popup .content-wrap {
        padding:15px;
        margin: auto;
        border: 0px;
    }

    .popup .popup-header {
        position: relative;
        width: calc(100% - 30px);
        margin: auto;
        margin-top: 20px;
        padding: 15px 10px;
        border-radius: 4px; 
        text-align: center;
    }

        .popup .popup-header h4.txt-white {
            padding-left: 0px !important;
        }


    .popup .col {
        position: relative;
        display: table-cell;
        width: 385px;
        padding-right: 20px;
        vertical-align: top;
    }

        .popup .col:last-child {
            padding-right: 0;
        }

    .popup .btn-close {
        position: absolute;
        top: 8px;
        right: 15px;
        padding: 10px;
        background-color: transparent;
    }

    .popup textarea {
        height: 80px;
        border: 1px solid #E6E6E6;
    }

    .tour-details-desktop .popup textarea {
        height: 100px;
    }

#login-check .popup,
#alertmsg .popup {
    width: auto;
    min-width:350px;
    min-height:initial;
}

.short-field {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 20px;
}

    .short-field input {
        min-width: inherit;
    }

.long-field {
    position: relative;
    display: inline-block;
    width: 243.5px;
}

    .long-field input {
        min-width: inherit;
    }

.overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.comment-wrap {
    position: relative;
    width: 100%;
    /* padding: 20px;
  background-color: $color-white; */
}

    .comment-wrap li {
        font-size: 16px;
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E6E6E6;
    }

        .comment-wrap li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

        .comment-wrap li .user-icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .comment-wrap li .comment-content {
            position: relative;
            width: 100%;
            padding-left: 70px;
        }

            .comment-wrap li .comment-content .top {
                position: relative;
                width: 100%;
                margin-bottom: 5px;
                padding-right: 150px;
            }

                .comment-wrap li .comment-content .top .name {
                    position: relative;
                    display: inline-block;
                    width: auto;
                    padding-right: 20px;
                }

                .comment-wrap li .comment-content .top .rate {
                    position: relative;
                    display: inline-block;
                }

                    .comment-wrap li .comment-content .top .rate span {
                        display: inline-block;
                        width: 16px;
                        height: 16px;
                        background-image: url("../img/common/icon-star_stroke.png");
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                    }

                        .comment-wrap li .comment-content .top .rate span.solid {
                            background-image: url("../img/common/icon-star_yellow.png");
                        }

            .comment-wrap li .comment-content .time {
                font-size: 14px;
                position: absolute;
                top: 0;
                right: 0;
                min-width: 140px;
                text-align: right;
                color: #969696;
            }

ul.pagination li {
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    color: #333333;
    border-right: 1px solid #E6E6E6;
}

    ul.pagination li:last-child {
        border-right: 0;
    }

    ul.pagination li.active,
    ul.pagination li:hover {
        background-color: #a53194;
        color: #fff;
    }
    ul.pagination li.active a,
    ul.pagination li:hover a {
        color: #fff;
    }

    .popup-selectbox .left {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

.popup-selectbox .list-price {
    font-size: 14px;
}

.popup-selectbox .right {
    display: table-cell;
    float: right;
    vertical-align: middle;
    white-space: nowrap;
}

    .popup-selectbox .right > * {
        display: table-cell;
        padding: 0 10px;
        vertical-align: middle;
    }

.number-input > * {
    float: left;
}

.popup-selectbox .left p {
    font-size: 14px;
    width: 200px;
    white-space: pre-line;
    margin: 0 auto;
} 
.popup-selectbox .ori-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #333333;
}

.popup-selectbox ul li > div > * {
    display: inline-block;
}

.number-input input {
    width: 38px;
    height: 30px;
    text-align: center;
    vertical-align: top;
    outline: none;
}

.number-input input, .number-input .decrement, .number-input .increment {
    line-height: 30px;
    box-sizing: border-box;
    width: 38px;
    height: 30px;
    user-select: none;
    border: 1px solid #E6E6E6;
}

.number-input .decrement, .number-input .increment {
    font-weight: bold;
    line-height: 27px;
    display: inline-block;
    width: 38px;
    cursor: pointer;
    text-align: center;
    color: #333333;
    background: #F5F5F5;
}

    .number-input .decrement:active, .number-input .increment:active {
        background: #ddd;
    }

.number-input .increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.number-input .decrement {
    border-right: none;
    border-radius: 3px 0 0 3px;
}

.temp-container {
    width: 500px;
}

.popup-selectbox {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: 482px;
    border: solid 1px #E6E6E6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

    .popup-selectbox ul {
        margin-bottom: 0;
        padding: 0;
    }

        .popup-selectbox ul li {
            display: table;
            box-sizing: border-box;
            width: 100%;
            min-height: 72px;
            margin: 0;
            padding: 18px 20px 20px;
            list-style: none;
            color: #333333;
            border-bottom: 1px solid #E6E6E6;
            background: #FFFFFF;
        }

.confirm-footer {
    padding: 12px 20px;
    text-align: right;
    background-color: #FFFFFF;
}

    .confirm-footer button {
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        width: 70px;
        height: 33px;
        cursor: pointer;
        color: #888;
        border: none;
        background: #FFFFFF;
    }

        .confirm-footer button.confirmbtn {
            color: #FFFFFF;
            background: #FF2965;
        }

/* #############################*/
/* TOUR LANDING*/
/* #############################*/
.page-tour-landing .tour-search-wrap .input-field,
.page-tour-landing .daytour-search-wrap .input-field {
    margin-bottom: 0;
    padding-right: 20px;
}

.page-tour-landing .product-main-wrap {
    min-height: 910px;
}

.page-tour-landing .no-result {
    width: 100%;
    padding: 60px 0;
}

#tour-group {
    margin-bottom: 0;
}

/* #############################*/
/* TRAVEL ARRANGEMENT*/
/* #############################*/
.accordion-header {
    height: 44px;
    background-color: #56C700;
    color: #fff;
    text-align: center;
}
.accordion-day {
    width: 312px;
}
.accordion-td {
    background-color: #eeeeee;
}
.accordion-td.accordion-day {
    border-right: 1px solid #fff;
}
/* .accordion-td .accordion-journey-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.accordion-item.active .accordion-journey-content {
    -webkit-line-clamp: unset;
} */
.accordion-tr {
    border-bottom: 1px solid #fff;
}
.accordion-td .accordion-journey-content .img-area .img {
    width: 138px;
    height: 100px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    margin-right: 5px;
}
@media (max-width: 992px) {
    .accordion-day {
        width: 90px;
        line-height: 18px;
    }
    .accordion-td.accordion-journey {
        padding: 10px;
    }
}
.travel-arrangement {
    font-size: 0;
    position: relative;
}

    .travel-arrangement:nth-child(1) {
        margin-top: 0;
        border-top: 0px solid #E5E5E5;
    }

    .travel-arrangement .date {
        position: relative;
        top: 80px;
        left: 15px;
        display: table; 
        text-align: center;
        color: #000000; 
        font-size: 18px;  
    }

        .travel-arrangement .date span {
            font-size: 14px;
            position: absolute;
            top: 12px;
            display: inline-block;
            width: 100%;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

            .travel-arrangement .date span.fz-large {
                font-size: 64px;
                position: relative;
                top: 22px;
            }

    .travel-arrangement .title {
        font-size: 14px;
        width: 100%;
        height: 40px;
        padding: 10px;
        border-radius: 10px;
        background-color: rgba(75, 189, 173, 0.3);
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

        .travel-arrangement .title span {
            width: 85%;
            display: inline-block;
            margin-top: -4px;
            line-height: 16px; 
        }

    .travel-arrangement .btn-detail {
        font-size: 16px;
        font-weight: bolder;
        height: 40px;
        padding: 10px 15px 10px 40px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 2px;
        background-color: #4bbdad;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }


#pnProductNav .btn-product-cate {  
    padding: 0px;  
}


#pnProductNav .btn-product-cate {
    position: absolute;
    right: 17px;
    top: 5px;
    background-color: transparent;
}

.tour-info .travel-arrangement:nth-child(1) .btn-detail {
     
}

        .travel-arrangement .btn-collapse {
            font-size: 14px;
            min-width: 80px;
            height: 40px;
            padding: 10px;
            text-align: center;
            color: #51C8F1;
            border: 1px solid #51C8F1;
            border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

    .travel-arrangement .btn-detail { 
        right: 0;
    }

    .travel-arrangement .btn-collapse {
        margin-top: 10px;
    }

.travel-arrangement .content {
    font-size: 14px;
    position: relative;
    display: inline-block;
    overflow-y: visible;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 20px;
    padding-left: 120px;
    border-bottom: 0 !important;
}

    .travel-arrangement .txt-area {
        margin-top: 10px;
        opacity:1; 
    }

    .travel-arrangement.active .txt-area {
        opacity: 1;
    }

        .travel-arrangement .txt-area p {
            margin-bottom: 10px;
        }

    .travel-arrangement .item {
        margin-bottom: 40px;
    }

        .travel-arrangement .item:last-child {
            margin-bottom: 0;
        }

    .travel-arrangement .img-area {
        position: relative;
        width: 100%;
    }

        .travel-arrangement .img-area .img {
            display: inline-block;
            width: 335px;
            height: 200px;
            margin-right: 10px;
            margin-bottom: 10px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

            .travel-arrangement .img-area .img:nth-child(3n+0) {
                margin-right: 0;
            }

/* #############################*/
/* TOUR DETAILS*/
/* #############################*/
.tour-details .price-hashtag-wrap {
    position: relative;
    display: inline-block; 
    margin-bottom:21px;
}

    .tour-details .price-hashtag-wrap .price-hashtag {
        font-size: 16px;
        position: relative;
        display: inline-block;
        margin-right: 10px;
        padding: 5px 15px 5px 40px;
        color: #FFFFFF;
        border-radius: 5px;
    }

        .tour-details .price-hashtag-wrap .price-hashtag:before {
            content: '';
            position: absolute;
            top: 4px;
            width: 16px;
            height: 16px;
            margin-left: -25px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 16px 16px;
        }

        .tour-details .price-hashtag-wrap .price-hashtag.icon-like:before {
            background-image: url("../img/common/icon-like_w.png");
        }

        .tour-details .price-hashtag-wrap .price-hashtag.icon-star:before {
            background-image: url("../img/common/icon-star_w.png");
        }

        .tour-details .price-hashtag-wrap .price-hashtag.icon-smile:before {
            background-image: url("../img/common/icon-smile_w.png");
        }

.tour-details .input-field {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 220px;
}

    .tour-details .input-field .price {
        font-size: 16px;
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        text-align: right;
        color: #000100;
    }

.tour-details .btn-book-wrap {
    display: flex;
    justify-content: end;
    width: 100%;
}

.tour-details .table-style-1 tr td:first-child {
    min-width: 120px;
}

.tour-details .table-style-1 tr td .price {
    white-space: nowrap;
}

.tour-details .download-area h5 {
    font-size: 24px;
    font-weight: 400;
    line-height:48px;
}

.tour-details .download-wrap a.btn-txt {
    margin-bottom: 5px;
    display: table;
}

/* #############################*/
/* FLIGHT INFO*/
/* #############################*/
.flight-info p.remarks {
    font-size: 14px;
}

    .flight-info p.remarks a {
        display: inline-block;
        margin-right: 20px;
    }

        .flight-info p.remarks a span {
            font-weight: bold;
            margin-right: 5px;
            color: #000000;
        }
birth-field
.contact-person-info .row {
    margin-bottom: 20px;
}

    .contact-person-info .row:last-child {
        margin-bottom: 0;
    }

.contact-person-info .name-field .input-field {
    display: table-cell;
    width: 44%;
    padding-right: 10px;
}

    .contact-person-info .name-field .input-field:last-child {
        width: 12%;
        padding-right: 0;
    }

.contact-person-info .birth-field .input-field {
    display: table-cell;
    width: 33%;
    padding-right: 10px;
}

    .contact-person-info .birth-field .input-field:last-child {
        padding-right: 0;
    }

    .contact-person-info .contact-field .input-field {
        display: table-cell;
        width: 44%;
        padding-right: 10px;
        vertical-align: bottom;
    }

    .contact-person-info .contact-field .input-field:nth-child(1) {
        width: 22%;
    }

        .contact-person-info .contact-field .input-field:nth-child(1) input {
            min-width: inherit;
        }

    .contact-person-info .contact-field .input-field:last-child {
        padding-right: 0;
    }

.contact-person-info input {
    width: 100%;
}

.contact-person-info label {
    width: 100%;
    float: left;
}

.contact-person-info .row{
    margin-top: 20px;
}

.tour-summary {
    position: relative;
    padding-top: 225px;
}

    .tour-summary .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

        .tour-summary .table .td {
            font-size: 17px;
            padding: 10px 0;
        }

            .tour-summary .table .td:last-child {
                text-align: right;
            }

    .tour-summary .btn-wrap {
        margin-bottom: 10px;
    }

    .tour-summary .btn.icon-tick-new,
    .sticky-wrapper .plan-details {
        padding-top: 10px;
        padding-bottom: 10px; 
        display: flow-root;
    }

    .member-recruitment .img-badge-member {
        display: inline-block;
        text-align: center;
    }

.member-recruitment .txt-area {
    position: relative;
    display: inline-block;
    width: auto;
}

.member-recruitment ul {
    margin: 0 0 40px 0;
}

.upgrade-info .td:nth-child(1) {
    width: 25%;
}

.special-offer .td:last-child {
    width: 10%;
}

.promotion-code-field {
    font-size: 0;
    position: relative;
    display: table-cell;
}

    .promotion-code-field input {
        display: inline-block;
        vertical-align: middle;
    }

    .promotion-code-field label {
        margin-right: 30px;
        vertical-align: middle;
    }

    .promotion-code-field input[type=text] {
        width: 100%;
        margin-right: 30px;
        vertical-align: middle;
    }

    .promotion-code-field input[type=submit] {
        vertical-align: middle;
    }

p.icon-security {
    position: relative;
    margin-top: 20px;
    padding-left: 25px;
}

    p.icon-security:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url("../img/common/icon-security_grey.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

/* #############################*/
/* AD*/
/* #############################*/
.ad-wrap {
    border-top: 1px solid #E6E6E6;
}

    .ad-wrap a.card {
        height: auto;
        margin-bottom: 0;
    }

/* #############################*/
/* Login*/
/* #############################*/
.page-login .content-wrap {
    min-height: 440px;
    padding: 40px 30px 80px 30px;
}

    .page-login .content-wrap .btn-wrap {
        position: absolute;
        bottom: 40px;
        left: 30px;
        width: 330px;
    }

.page-login #forget-pw {
    position: absolute;
    top: 0;
    right: 0;
}

.btn.icon-show-pw,
.icon-show-pw {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 21px;
}

/* #############################*/
/* DAY TOUR LANDING*/
/* #############################*/
.page-day-tour-landing .tour-search-wrap .input-field input[type=text] {
    min-width: 600px;
}

.page-day-tour-landing .tour-search-wrap p {
    font-size: 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -ms-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.popular-destinations .btn-wrap {
    max-width: 300px;
    margin: 0 auto;
}

.page-day-tour-region p.txt-banner {
    position: absolute;
    bottom: -50px;
    text-align: center;
    width: 100%;
}
/* #############################*/
/* MEMBERSHIP LANDING*/
/* #############################*/
.page-day-tour-landing .tour-search-wrap .input-field input[type=text] {
    min-width: 600px;
}

.page-day-tour-landing .tour-search-wrap p {
    font-size: 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -ms-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.page-day-tour-landing #Div_Tours.tabs-content-2 .card:nth-child(4n){
    margin-right:0px;
}

.popular-destinations .btn-wrap {
    max-width: 300px;
    margin: 0 auto;
}

/* #############################*/
/* MEMBERSHIP LANDING*/
/* #############################*/
.page-membership .btn-back {
    position: absolute;
    top: 0;
    right: 0;
}

.page-membership .row ul.list-style-info .ul-table-wrap:last-child, .page-membership .row ol.list-style-info .ul-table-wrap:last-child {
    margin-bottom: 0;
}

.page-membership ul.list-style-info .ul-table-wrap, .page-membership ol.list-style-info .ul-table-wrap {
    width: 645px;
}

.page-membership .form-wrap {
    position: relative;
    max-width: 600px;
}

    .page-membership .form-wrap label {
        width: 100%;
    }

    .page-membership .form-wrap .col {
        border-right: 0;
    }

.page-membership .two-col {
    margin-bottom: 10px;
}

    .page-membership .two-col.noborder .col {
        border: 0 !important;
    }

    .page-membership .two-col .col {
        display: inline-block;
        width: 49.9%;
        padding-left: 15px;
        vertical-align: bottom;
        border-left: 1px solid #E6E6E6;
    }

        .page-membership .two-col .col:nth-child(1) {
            padding-right: 15px;
            padding-left: 0;
            border-left: 0;
        }

        .page-membership .two-col .col .icon-address {
            position: relative;
            top: 4px;
            display: inline-block;
            margin-left: 15px;
        }

.page-membership .input-field {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-right: 15px;
    vertical-align: bottom;
}

.input-field .password-field-input {
    position: relative;
}

    .page-membership .input-field:last-child {
        padding-right: 0;
    }

.page-membership .membership-nav .user-icon {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.page-membership .membership-nav .btn-txt {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0 0;
}

.page-membership .membership-nav .row {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
}

    .page-membership .membership-nav .row:last-child {
        border-bottom: 0;
    }

.page-membership .membership-nav a.row {
    font-size: 14px;
    padding: 20px;
    background-color: #FFFFFF;
}

    .page-membership .membership-nav a.row:hover {
        background-color: #F5F5F5;
    }

    .page-membership .membership-nav a.row.active {
        color: #FF2965;
    }

    .page-membership .membership-nav a.row span {
        margin-left: 40px;
    }

        .page-membership .membership-nav a.row span:before {
            content: '';
            position: absolute;
            top: 11px;
            display: inline-block;
            width: 36px;
            height: 36px;
            margin-left: -50px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 36px 36px;
        }

.page-membership .membership-nav .icon-overview:before {
    background-image: url("../img/common/icon-overview_grey.png");
}

.page-membership .membership-nav .icon-msg:before {
    background-image: url("../img/common/icon-msg_grey.png");
}

.page-membership .membership-nav .icon-profile:before {
    background-image: url("../img/common/icon-profile_grey.png");
}

.page-membership .membership-nav .icon-order:before {
    background-image: url("../img/common/icon-order_grey.png");
}

.page-membership .membership-nav .icon-reward:before {
    background-image: url("../img/common/icon-reward_grey.png");
}

.page-membership .membership-nav .icon-fav:before {
    background-image: url("../img/common/icon-fav_grey.png");
}

.page-membership .membership-nav .icon-footprint:before {
    background-image: url("../img/common/icon-footprint_grey.png");
}

.page-membership .membership-nav .icon-cs:before {
    background-image: url("../img/common/icon-cs_grey.png");
}

.page-membership .membership-nav .icon-logout:before {
    background-image: url("../img/common/icon-logout_grey.png");
}

.page-membership .membership-nav .active .icon-overview:before {
    background-image: url("../img/common/icon-overview_pink.png");
}

.page-membership .membership-nav .active .icon-msg:before {
    background-image: url("../img/common/icon-msg_pink.png");
}

.page-membership .membership-nav .active .icon-profile:before {
    background-image: url("../img/common/icon-profile_pink.png");
}

.page-membership .membership-nav .active .icon-order:before {
    background-image: url("../img/common/icon-order_pink.png");
}

.page-membership .membership-nav .active .icon-reward:before {
    background-image: url("../img/common/icon-reward_pink.png");
}

.page-membership .membership-nav .active .icon-fav:before {
    background-image: url("../img/common/icon-fav_pink.png");
}

.page-membership .membership-nav .active .icon-footprint:before {
    background-image: url("../img/common/icon-footprint_pink.png");
}

.page-membership .membership-nav .active .icon-cs:before {
    background-image: url("../img/common/icon-cs_pink.png");
}

.page-membership .membership-nav .active .icon-login:before {
    background-image: url("../img/common/icon-login_pink.png");
}

.page-membership .membership-nav .active .icon-register:before {
    background-image: url("../img/common/icon-register_pink.png");
}

.page-membership .membership-nav .active .icon-logout:before {
    background-image: url("../img/common/icon-logout_pink.png");
}


.page-membership .accordion-item {
    position: relative;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

    .page-membership .accordion-item a.btn-accordion {
        font-size: 16px;
        position: relative;
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }

    .page-membership .accordion-item .content {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        max-height: inherit;
        margin-bottom: 15px;
        padding: 25px 10px;
        border-bottom: 0;
        background-color: #F5F5F5;
    }

        .page-membership .accordion-item .content:last-child {
            margin-bottom: 0;
        }

.membership-offers .img-offer {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 100%;
    min-height: 522px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.membership-offers .offer {
    min-height: 130px;
    padding: 20px 0;
}

    .membership-offers .offer .left {
        position: absolute;
        left: 20px;
    }

        .membership-offers .offer .left .number {
            font-size: 36px;
            font-weight: bold;
            line-height: 60px;
            position: relative;
            width: 60px;
            height: 60px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

    .membership-offers .offer .right {
        position: relative;
        width: 100%;
        padding-left: 100px;
    }

.membership-offers-card .card-1-wrap .card .content {
    min-height: 200px;
}
 

.add-to-cart .img {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 140px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.add-to-cart .txt-wrap {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding-right: 390px;
    padding-left: 160px;
}

    .add-to-cart .txt-wrap p {
        margin-bottom: 3px;
    }

    .add-to-cart .txt-wrap b {
        font-size: 16px;
    }

.add-to-cart .price {
    position: absolute;
    top: 25px;
    right: 15px;
}

.add-to-cart .btn-wrap {
    position: absolute;
    right: 15px;
    bottom: 25px;
}
/************* APL ***********************/
/* header/copyright link */




.link {
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    color: #55acee;
    border-bottom: 2px dotted #55acee;
}

    .link:hover {
        color: #2ecc71;
        border-bottom: 2px dotted #2ecc71;
    }

/* button div */
#buttons {
    padding-top: 50px;
    text-align: center;
}

/* start da css for da buttons */
.btn {
    position: relative;
    display: inline-flex;
    color: #fff;
    font-size: 18px;
    line-height:18px;
    height: 40px;
    padding: 10px 50px 10px 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: #56C700;
}


    .btn:hover {
        color: #fff;
        /* background-color: #f3517e; */
    }

    .btn:active {
        /*transform: translate(0px, 5px);
      -webkit-transform: translate(0px, 5px);
      box-shadow: 0px 1px 0px 0px;*/
    }


.btn-box {
    position: relative;
    display: inline-flex;
    height: 40px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #56C700;
    color: #ff2965;
    font-size: 18px;
    line-height: 18px;
}

    .btn-box:before {
        margin-left: -10px !important;
    }
     
    .blue {
        background-color: #51c8f1;
        box-shadow: 0 5px 0 0 #55acee;
    }

    .blue:hover {
        background-color: #6fc6ff;
    }

.red {
    background-color: #ff2864;
    box-shadow: 0 5px 0 0 #ce3323;
}

    .red:hover {
        background-color: #ff6656;
    }

.orange {
    background-color: #e67e22;
    box-shadow: 0 5px 0 0 #cd6509;
}

    .orange:hover {
        background-color: #ff983c;
    }

.red2 {
    width: 95%;
    padding: 10px 15px;
    letter-spacing: .3em;
    background-color: #ff2864;
}

    .red2:hover {
        background-color: #ff6656;
    }

.btn.no-icon {
    padding: 10px 50px 10px 50px;
}

.btn.no-text,
.btn-book-wrap #btn_prev_details.no-text {
    padding: 10px 20px 10px 40px !important;
}

.btn.icon-none {
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: initial;
    padding-right: initial;
    text-align: center; 
    display: block;
}

.marginRight{
    margin-right:15px;
} 

.floatL{
    float:left;
}

.floatR{
    float: right;
}

.topNone{
    top:0px !important;
}

.w100px{
    width:100px !important;
}


.w150px {
    width: 150px !important;
}

.txt-bolder {
    font-weight: bolder;
}

.btn.icon-enquiry.large {
    padding-left: 45px !important;
}

.btn.icon-enquiry.medium {
    padding-left: 30px !important;
}

.btn.icon-enquiry:before {
    content: '';
    position: absolute;
    top: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -30px;
    background-image: url("../img/common/enquiry.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn.icon-close.large {
    padding-left: 45px !important;
}

.btn.icon-close.medium {
    padding-left: 30px !important;
}

.btn.icon-close:before {
    content: '';
    position: absolute;
    top: -30px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: -25px;
    background-image: url("../img/common/icon_close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.btn.icon-calendar-close.large {
    padding-left: 45px !important;
}

.btn.icon-calendar-close.medium {
    padding-left: 30px !important;
}

.btn.icon-calendar-close:before {
    content: '';
    position: absolute;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -8px;
    background-image: url("../img/common/btn-close_w.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.btn.icon-calendar-close {
    padding: 10px 30px;
    display:none;
}

    .btn-box.icon-calendar-close{
        display:none;
    }


    /*.btn-enquiry {
  position: absolute;
  bottom: 0;
  width: auto !important;
}
    */
    .btn.icon-close {
        width: auto;
        min-width: inherit;
        background-color: transparent !important;
    }

.top-buy {
    z-index: 99;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #fff;
    border-bottom: 1px solid #acacac;
}

.top-buy-show {
    position: fixed;
    height: auto;
    -webkit-transition: opacity ease 1200ms;
    -o-transition: opacity ease 1200ms;
    transition: opacity ease 1200ms;
    text-decoration: none;
    opacity: 1;
}

.top-buy p {
    font-size: 18px;
    float: left;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    color: #333333;
}

.top-buy .btn,
.top-buy a.icon-fav {
    float: right;
    min-width: auto;
    margin: 10px 0 10px 10px;
    margin-left: 10px;
    letter-spacing: 3px;
}

.top-buy a.icon-fav { 
    margin-top: 25px; 
}

#daytour-details .top-buy a.icon-fav{
    margin-top:20px;
}



/**
.top-buy .btn-buynow,
.top-buy .btn-enquiry {
    float: right;
    min-width: auto;
    padding: 20px 40px 20px 55px;
    letter-spacing: 3px;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac00;
}

    .top-buy .btn-buynow:before,
    .top-buy .btn-enquiry:before {
        content: '';
        position: absolute;
        top: 22px;
        display: block;
        width: 15px;
        height: 15px;
        background-color: #333333;
        -webkit-mask-image: url('../img/common/ic_arrow_R2.svg');
        mask-image: url('../img/common/ic_arrow_R2.svg');
        background-repeat: no-repeat;
        background-position: center;
        -webkit-mask-size: cover;
        background-size: 15px;
        margin-left: -20px;
    }

    .top-buy .btn-buynow:hover,
    .top-buy .btn-enquiry:hover {
        color: #ff2864;
        border-bottom: 2px solid #ff2864;
    }


        .top-buy .btn-buynow:hover:before,
        .top-buy .btn-enquiry:hover:before {
            background-color: #ff2864;
        }

.top-buy .btn-enquiry {
    border-left: 1px solid #acacac;
}
    ***/


a#btn_Next_B, a#submit_Order_1 {
    width: 100%;
}

.btn#btn_addcart,
.btn.icon-shoppingcart-plus,
.btn-continue-shopping {
    background: #ff9600;
}

.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options {
    width: 100% !important;
    min-width: 100px !important;
    max-width: 100% !important;
}

.selectboxit .selectboxit-arrow-container i {
    display: none !important;
}

.selectboxit .selectboxit-arrow-container:after, {
    content: '';
    position: absolute;
    top: 13px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-image: url(../img/common/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.selectboxit-open .selectboxit-arrow-container:after {
    background-image: url(../img/common/up-arrow.png);
}

select {
    background: url(../img/common/down-arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    /*width: -webkit-fill-available;*/
    background-size: 20px;
    background-position-x: 95%;
    border-radius:4px;
}


#txt_ReceiptBranchName {
    border: 0;
    background-color: #fff;
}

#btn_Prev_A {
    margin-right: 15px;
}

#Txtidcode.txtVerification {
    height: 42px;
    padding: 12px 8px;
    margin-bottom:5px;
}


.table .td .input-field select#sel_ReceiptBranch {
    width: 100%;
}
 
/** search bar*/
.landing-banner .input-field #searchKey {
    width: 600px;
    border: 1px solid #c2c2c2;
    margin-right: -1px;
    height: 40px;
}

.tour-search-wrap .input-field,
.daytour-search-wrap .input-field,
.fit-search-wrap .input-field{
    padding-right: 0px;
    margin-bottom: 0px;
}

.landing-banner .input-field input[type="submit"] {
}

.tour-search-items {
    position: absolute;
    width: 700px;
    min-height: 200px;
    margin-left: 240px;
    left: 20px;
    background: #fff;
    display: none;
    border: 1px solid #eeeeee;
    z-index: 90;
}

.home-page-country .tour-search-items { 
    margin-left: 0px; 
}
 

.tour-search-items .country_left {
    float: left;
    width: 180px;
    position: absolute;
}

.tour-search-items .country_right {
        float: left;
        margin-left: 180px;
        position:relative;
    }

.country_left ul li {
    text-align: left;
    padding: 10px 15px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.tour-search-items .country_left ul li h5 {
    font-weight:400;
    font-size:14px;
}

.country_left ul li:hover,
.country_left ul li.active {
    color: #fff;
    background-color: #56C700;
}

.country_right ul li a:hover {
    color: #ff2864;
}


.tour-search-items .country_right .city ul {
    margin-left: 155px;
    text-align: left;
    min-height:30px;
}

.tour-search-items .country_right .city:first-child ul {
    margin-left: 25px;
}
 


.tour-search-items .country_right ul li {
    display: inline-flex;
}

    .tour-search-items .country_right ul li a {
        margin: 5px 5px 0px 0px;
        padding: 5px;
    }

.country_right .city_list h5 {
    width: 150px;
    text-align: left;
    padding-left: 25px; 
    position: absolute;
    margin-top: 5px;
    left:0px;
    font-weight:400;
}
 
    .country_right .city_list .city{
        display:none;
    }


.country_left li.active:after,
.country_left li:hover:after {
    content: "";
    border-color: transparent transparent transparent #56C700;
    border-width: 10px;
    border-style: solid;
    left: 178px;
    float: left;
    position: absolute;
    margin-top: 0px;
}


/** end search bar **/

.BottomAdPart{
    background:#fff;
}

.BottomAdPart .bottom-Ad-part-wrap {
    margin:35px auto;
}

.table.travel-insurance .td{
    line-height:18px;
}


/* news list  */

.listing-bloglist-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}


.listing-bloglist-wrap .listing-info {
    width: 50%;
    padding-right:35px;
}


.listing-bloglist-wrap.one-col .listing-info {
    width: 100%;
    padding-right: 0px;
}
 

.listing-bloglist-wrap .listing-info .title:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../../../../img/common/iframeIcon.png);
    background-size: cover; 
    position: absolute; 
    margin-left: -30px;
}

.listing-bloglist-wrap .listing-info .content {
    margin-bottom: 15px;
}

.listing-bloglist-wrap .listing-info .content .title {
    color: #666;
    font-size: 16px;
    padding-left:35px;
}
     
/* end news list*/



/* best offer row 2*/
@media screen and (min-width: 993px) {
    .card-2-wrap .best-offer-row2 {
        width: 579.5px;
    }


    .card-2-wrap .card .img {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: top;
    }

    .card-2-wrap a.best-offer-row2 .img {
        background-size: cover;
        background-position: center;
    }

    .card-2-wrap a.best-offer-row2 .content {
        min-height: 50px;
        background: rgba(0, 0, 0, 0.6) !important;
        padding: 0px;
        height: auto;
    }


    .card-2-wrap a.best-offer-row2 .title {
        color: #fff;
        width: 70%;
        padding: 10px 50px 10px 10px;
        margin-bottom: 0;
        display: inline-table;
    }

    .card-2-wrap a.best-offer-row2 p.code {
        bottom: 5px;
        width: 72%;
        margin-bottom: 0;
        max-width: initial;
        right: auto;
    }

    .card-2-wrap a.best-offer-row2 .price {
        width: 25%;
        padding-right: 15px;
        float: right;
        right: 0;
        bottom: 0;
        background: #ff2864;
        position: absolute;
        height: 100%;
    }

        .card-2-wrap a.best-offer-row2 .price p {
            color: #ffffff;
            width: 100%;
            text-align: left;
            padding-left: 15px;
            padding-top: 0px;
            bottom: 10px;
            white-space: nowrap;
            position: absolute;
        }

            .card-2-wrap a.best-offer-row2 .price span.ori-price,
            .card-2-wrap a.best-offer-row2 .price p span {
                color: #fff;
            }

            
.card-2-wrap .best-offer-row2 {
    width: 579.5px;
}


.card-2-wrap a.best-offer-row2 .content {
    min-height: 50px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6) !important;
}

.card-2-wrap a.best-offer-row2 .title {
    position: relative;
    width: 70%;
    margin-bottom: 0;
    padding: 10px 50px 10px 10px;
    color: #fff;
}

.card-2-wrap a.best-offer-row2 p.code {
    right: auto;
    bottom: 10px;
    width: 72%;
    max-width: initial;
    margin-bottom: 0;
}

.card-2-wrap a.best-offer-row2 .price {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    width: 25%;
    height: 100%;
    padding-right: 15px;
    background: #ff2864;
}

    .card-2-wrap a.best-offer-row2 .price p {
        width: 100%;
        text-align: right;
        color: #fff;
        padding-right: 15px;
    }

        .card-2-wrap a.best-offer-row2 .price span.ori-price, .card-2-wrap a.best-offer-row2 .price p span {
            color: #fff;
        }

} /** min width 993px */



    /* end best offer row 2*/


    .banner_ad {
        margin-top: 20px;
    }

    .banner_ad img{
        width:100%;
    }


.product-main-wrap {
    margin-top: 25px;
}

    .tour-gallery-wrap .slider-nav .slick-list {
        padding: 0px;
    }

    .slick-track {
        margin:auto;
    }

    .input-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px !important;
        right: 3px;
        top: 2px !important;
        background: url(../img/common/down-arrow.png) no-repeat right #fff;
        -webkit-appearance: none;
        background-size: 20px;
    }


    #calendar th.fc-sun {
        color: #56C700;
    }

    .table-col4 .th:nth-child(2),
    .table-col4 .th:nth-child(3),
    .table-col4 .th:nth-child(4) {
        width: 200px;
    }

    .table-col4-2 .th:nth-child(2) {
        width: 100px;
    }

    .table-col4-2 .th:nth-child(4),
    .table-col4-2 .th:nth-child(3) {
        width: 150px;
    }

    .table-col3 .th:nth-child(2),
    .table-col3 .th:nth-child(3) {
        width: 200px;
    }

    .tour-details .btn-enquiry-wrap {
        position: relative; 
        min-height: 40px;
        margin-top: 10px;
    }

#tour-detail-nav .pn-ProductNav_Link:last-child {
    border-right:0px;
}

#tour-detail-nav .pn-ProductNav_Link {
    padding:15px;
}




    /** tabs menu **/
    .tabs-menu {
        border-left: 0px;
        border-top: 1px solid #acacac;
        border-bottom: 1px solid #acacac;
        padding: 0;
        margin: 0px auto;
        background: #fff;
    }

        .tabs-menu ul {
            border-bottom: 0px;
        }

            .tabs-menu ul li {
                border-right: 1px solid #acacac;
                margin-right: 0px;
            }

                .tabs-menu ul li:first-child {
                    border-left: 1px solid #acacac;
                }


                .tabs-menu ul li a {
                    min-width: auto;
                    padding: 15px 30px 15px 45px;
                    letter-spacing: 3px;
                    color: initial;
                    background-color: transparent;
                    width: 100%;
                    border-bottom: 2px solid #acacac00;
                }

                    .tabs-menu ul li a.active,
                    .tabs-menu ul li a:hover {
                        color: #EC008C;
                        border-bottom-color: #EC008C;
                        background-color: transparent;
                    }


                    .tabs-menu ul li a:before {
                        content: '';
                        position: absolute;
                        top: 18px;
                        display: block;
                        width: 15px;
                        height: 15px;
                        background-color: #333333;
                        -webkit-mask-image: url(../img/common/ic_arrow_R2.svg);
                        mask-image: url(../img/common/ic_arrow_R2.svg);
                        background-repeat: no-repeat;
                        background-position: center;
                        -webkit-mask-size: cover;
                        background-size: 15px;
                        margin-left: -20px;
                    }

                    .tabs-menu ul li a:hover:before,
                    .tabs-menu ul li a.active:before {
                        background-color: #EC008C;
                    }


.table.shopping-cart-table-desktop .th:nth-child(2),
.table.shopping-cart-table-desktop .td:nth-child(2),
.table.shopping-cart-table-desktop .th:nth-child(4),
.table.shopping-cart-table-desktop .td:nth-child(4) {
    width: 170px;
}

.table.shopping-cart-table-desktop .th:nth-child(5),
.table.shopping-cart-table-desktop .td:nth-child(5) {
    width: 200px;
}


.table.shopping-cart-table-desktop .th:nth-child(6),
.table.shopping-cart-table-desktop .td:nth-child(6) {
    width: 100px;
}


.search-no-result {
    background-color: #fff0c9; 
}

.daytour-search-result.search-no-result {
    margin-top: -40px;
    min-height: 650px;
}


.daytour-nav{
    min-height:40px;
}

/** tabs menu **/
/* #############################*/
/* Home */
/* #############################*/
.home-card-wrap .card-1-wrap .card .content {
    min-height: 137.5px;
}

.page-home .hm-logo {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    height: 67px;
}

    .page-home .hm-logo img {
        height: 100%;
    }

.page-home .hm-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0px;
    width: 100%; 
}

    .page-home .hm-nav a { 
        /*border-left: 1px solid #FFFFFF;
        margin: 15px 0;
        padding: 5px 30px;
        color: #FFFFFF;*/
    }


        .page-home .hm-nav a:last-child {
            /*border-right: 1px solid #FFFFFF;*/
        }

.hm-nav-icon-tour::after,
.hm-nav-icon-ticket::after,
.hm-nav-icon-hotel::after,
.hm-nav-icon-daytour::after {
    /*content: "";*/
    width: 48px;
    height: 48px; 
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; 
    top: -50px;
    left: calc(50% - 24px);
}



.hm-nav-icon-tour::after {
    background-image: url(../img/common/icon_tour.png);
}

.hm-nav-icon-ticket::after {
    background-image: url(../img/common/icon_air.png);
}

.hm-nav-icon-hotel::after {
    background-image: url(../img/common/icon_hotel.png);
}

.hm-nav-icon-daytour::after {
    background-image: url(../img/common/icon_daytour.png);
}



.page-home .hm-banner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
}

.tour-search-wrap p.highlight,
.daytour-search-wrap p.highlight {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

    .page-home .hm-item {
        display: none;
        -webkit-transition: all ease 200ms;
        -o-transition: all ease 200ms;
        transition: all ease 200ms;
        opacity: 0;
    }

    .page-home .hm-item.active {
        display: table;
        opacity: 1;
    }

.page-home .landing-banner {
    min-height: 100%;
    height: 100%;
}
.popup-datepicker {
    position: absolute;
    z-index: 10;
    width: 320px;
    height: auto;
    background: white;
}

.popup-datepicker #popup_calendar {
    margin-bottom: 0 !important;
}

.popup-datepicker.calendar-wrap .fc-view-container .fc-day-top {
    padding-bottom: 0 !important;
    cursor: auto;
    pointer-events: none;
}

    .popup-datepicker.calendar-wrap .fc-view-container .fc-event {
        top: -18px !important;
        height: 55px !important;
    }

.popup-datepicker.calendar-wrap .fc-view-container .fc-content-skeleton tbody td:hover:before {
    display: none;
}

    .popup-datepicker.calendar-wrap .fc-day-grid-event {
        color: #fff;
        border-bottom: 1px solid #dddddd;
        cursor: pointer;
    }

.popup-datepicker.calendar-wrap .fc-day-grid-container {
    height: 337px !important;
}


ul.page-nav{
    display:none;
}

.shadow {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -ms-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.page-tour-action .contact-person-info .row{
    margin-top:20px;
}

.remarks-grey {
    color: #a6a6a6;
    font-size:12px;
}
 

.re-search {
    font-size: 16px;
    position: relative;
    display: inline-block; 
    padding: 5px 15px;
    color: #FFFFFF;
    background-color: #ff9600;
    border-radius: 5px;
}

.hm-icon-member {
    position: absolute;
    z-index: 9; 
    right: 50px;
}

.tour-landing-banner-slider {
    position: absolute;
    width: 100%;
    height: 400px;
}

.tour-landing-banner-wrap {
}

.tour-landing-banner-wrap .card {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: center;
}


.noborder{
    border:0px !important;
}

.label-rate-info input {
    opacity: 1;
    position: relative;
}

.label-rate-info{
    margin-top:15px;
}

.label-rate-info span.checkmark {
    top: 15px;
}

    .label-rate-info label.rate-equivalence {
        background-color: #e5f5da;
        padding:14px;
    }

.promotion-code-field.input-field input[type='text'] {
    font-size: 16px;
    height: 42px;
    line-height: 14px;
}

.credit-card-logo img {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
}

.ehong-idcode-val{
    margin-left:5px; 
}

.underline {
    text-decoration: underline;
}

.search-arrow {
    background-image: url(../img/common/icon_arrowup_gray.png);
    top: 0px;
    width: 30px;
    height: 25px;
    margin-left: 0px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.gallery-video {
    width: 100%;
    height: 100%; 
}

.search-arrow.down {
    background-image: url(../img/common/icon_arrowdown_gray.png);
}

.upgrade-info .table-upgrade{

}

.upgrade-info .table-col4 .th:first-child {
    width:50%;
}



/************* END APL ***********************/
/*# sourceMappingURL=main.css.map */
.pn-ProductNav_Wrapper {
    display: block !important;
}

/*  新加 20181228 */
.pn-ProductNav_Wrapper{
    display: block !important;
}

input.btn-search {
    height: 40px;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    background-color: #FF2965;
    cursor: pointer;
}

#return-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 28px;
    background: #56C700;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top img {
        width: 30px; 
        margin: 10px auto;
    }

    #return-to-top:hover {
        background: rgb(18 168 157 / 80%);
    }

    #return-to-phone {
        position: fixed;
        z-index: 9999;
        bottom: 90px;
        right: 22px;
        background: #ff2864;
        /*width: 50px;
        height: 50px;*/
          width: 62px;
        height: 62px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
    
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    @media (max-width: 992px) {
        #return-to-phone {
            width: 40px;
            height: 40px;
            bottom: 145px !important;
        }
    }

    #return-to-phone img {
        width: 30px; 
        margin:10px auto;
    }
    @media (max-width: 992px) {
        #return-to-phone img {
            width: 20px;
        }
    }

    #return-to-phone{overflow:hidden;}
    #return-to-phone:hover {
        background: rgba(255, 40, 100, 0.8);
    }
.cookie-message {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.66);
    padding: 15px;
    color: #ffffff;
    width:100%; 
}

.cookie-message a{
    text-decoration:underline;
}

    .cookie-message .cookie-close,
    .bottom-ad-close {
        width: 20px;
        float: right;
        border: 1px solid #fff;
        position: absolute;
        /*right: 0;*/
        top: 0;
    }

.bottom-ad-close {
    position: absolute;
    right: 0px;
    top:5px;
    margin-right: calc((100% - 1130px)/2);
    z-index: 9;
}

    .cookie-message .cookie-close img,
    .fixed-bottom-ad .container img,
    .bottom-ad-close img{
        max-width: 100%; 
    }

    .bottom-ad-close img { 
        padding: 3px; 
    }

.fixed-bottom-ad {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color:transparent;
    padding: 0px; 
}

.tour-landing-productNav .pn-landing-ProductNav {
    width: calc(100% - 40px);
}

.tour-sold-out{
    text-align:center; 
}


.tour-sold-out a.btn {
    display: table;
    margin: auto;
}

.btn-sold-out {
    padding: 10px 70px;
    background: #ddd;
    color: #000;
}

.btn-full-width.btn-sold-out {
    text-align: center;
    display: inline-block;
}



div.des h1 span,
div.des h1,
div.des .row{
    font-size: initial;
}


.recent-view h4:before {
    content: "";
    background-image: url(../img/common/footprint.png);
    background-size: 20px; 
    background-position: center;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px; 
    display: block;
    list-style-type: none;
}

.promo_tnc {
    padding-left: 25px;
    height: 0;
    overflow: hidden;
}

.promo_tnc.show {
    height:auto;
    overflow:visible;
}




/*
    2020-03-25
    新增樣式
    new-card 承繼card基礎樣色
*/
.card-2-wrap .card.new-card{

}
.card-2-wrap .card.new-card .img{
    padding:10px 5px;
}
.card-2-wrap .card.new-card .img .img-inner{
    border-radius:6px;
    width:100%;
    height:150px;
    background-position:center center;
    background-size:cover;
}
.card-2-wrap .card.new-card  .content .tour-name{
    /*font-size:19.6px;*/
     font-size:16px;
    text-align:center;
    overflow:hidden;
    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.card-2-wrap .card.new-card  .content .tour-detail{
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align:center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:50px;
    padding-bottom:20px;
    margin:5px auto 20px;
    font-weight:bold;
    font-size:16px;
}

.card-2-wrap .card.new-card{
    height:346px;
}

.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items{
    float:left;
}
.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items.left{
    width:60%;
    border-top:1px solid #999;
    padding-top:5px;
}
.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items.right{
    width:40%;
    padding-top:5px;
}

.card-2-wrap .card.new-card .content{
    max-height:185px;
}
.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items p{
    margin-bottom:0;
    font-size:12px;
     line-height:18px;
}

.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items.left .dates{
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}

.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items.right .price{
    position:static;
    padding-right:0;
    line-height:18px;
}
.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items.right .code{
    position:static;
     line-height:18px;
     color:#333;
}

    .card-2-wrap .card.new-card .content .bottom-set .bottom-set-items.right .price {
        font-size: 19px;
        text-align:right;
        color: #FF2965;
    }
    
.card-2-wrap .card.new-card  .content .bottom-set .bottom-set-items.right  .price small{
    font-size:13px;

}

.bg-green {
    background: #56C700;
}


.slick-prev:before,
.slick-next:before {
    color: #000100;
}

.slick-prev:before {
    content: "<";
    width: 35px;
    height: 35px;
    display: block;
}

.slick-next:before {
    content: ">";
    width: 35px;
    height: 35px;
    display: block;
}





@media screen and (max-width: 993px) {
    .card-2-wrap.withborder .card.new-card{
        width:100% !important;
        height:475px !important;
        padding-bottom:10px;
    }
    .card-2-wrap .card.new-card .img{
        height:300px;
    }
    .card-2-wrap .card.new-card .content{
        max-height:180px !important;
        /*padding-bottom:20px;*/
    }
    .card-2-wrap .card.new-card .content .bottom-set .bottom-set-items.left p{
        margin-bottom:5px;
        font-size:13px;
    }
     .card-2-wrap .card.new-card .content .bottom-set .bottom-set-items.right{
       position:absolute;
       /*bottom:52px;*/
         bottom:23px;
       right:10px;
    }
      .card-2-wrap .card.new-card .content .bottom-set .bottom-set-items.right .price{
          font-size:30px;
      }
      .card-2-wrap .card.new-card .content .bottom-set .bottom-set-items.right .price small{
          font-size:15px;
      }
     .card-2-wrap .card.new-card .content .bottom-set .bottom-set-items.right .code{
         font-size:12px;
         right:0px; 
         position:absolute;
         width:auto;
         text-align:right;
         padding-right:0;
         margin-right:0;
         max-width:unset !important;
     }
     .card-2-wrap .card.new-card .bottom-set .left .dates span{
         display:block;
         overflow:hidden;
         width:100%;
         text-overflow:ellipsis;
         white-space:nowrap;
     }
    .card-2-wrap .card.new-card .img .img-inner{
        height:100%;
    }


    .slick-next {
        right: 0px !important;
        z-index: 99;
    }

    .slick-prev {
        left: 5px !important;
        z-index: 99;
    }



}


.breadcrumb-bar {
    background-color: ffffff;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
}
.breadcrumb-bar .ant-breadcrumb-link, .breadcrumb-bar .ant-breadcrumb>span:last-child, .breadcrumb-bar .ant-breadcrumb>span:last-child a {
    color: #333333;
    font-weight: bold;
}
.breadcrumb-bar .ant-breadcrumb-separator {
    color: #333333;
    margin: 5px;
}


/************* START Flex ***********************/
.g-flex {
    display: flex !important; }

.g-inline-flex {
display: inline-flex !important; }

.flex-1 {
    flex: 1; }

.flex-row {
    flex-direction: row !important; }

.flex-column {
flex-direction: column !important; }

.flex-row-reverse {
flex-direction: row-reverse !important; }

.flex-column-reverse {
flex-direction: column-reverse !important; }

.flex-wrap {
flex-wrap: wrap !important; }

.flex-nowrap {
flex-wrap: nowrap !important; }

.flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }

.flex-fill {
flex: 1 1 auto !important; }

.flex-grow-0 {
flex-grow: 0 !important; }

.flex-grow-1 {
flex-grow: 1 !important; }

.flex-shrink-0 {
flex-shrink: 0 !important; }

.flex-shrink-1 {
flex-shrink: 1 !important; }

.justify-content-start {
justify-content: flex-start !important; }

.justify-content-end {
justify-content: flex-end !important; }

.justify-content-center {
justify-content: center !important; }

.justify-content-between {
justify-content: space-between !important; }

.justify-content-around {
justify-content: space-around !important; }

.align-items-start {
align-items: flex-start !important; }

.align-items-end {
align-items: flex-end !important; }

.align-items-center {
align-items: center !important; }

.align-items-baseline {
align-items: baseline !important; }

.align-items-stretch {
align-items: stretch !important; }

.align-content-start {
align-content: flex-start !important; }

.align-content-end {
align-content: flex-end !important; }

.align-content-center {
align-content: center !important; }

.align-content-between {
align-content: space-between !important; }

.align-content-around {
align-content: space-around !important; }

.align-content-stretch {
align-content: stretch !important; }

.align-self-auto {
align-self: auto !important; }

.align-self-start {
align-self: flex-start !important; }

.align-self-end {
align-self: flex-end !important; }

.align-self-center {
align-self: center !important; }

.align-self-baseline {
align-self: baseline !important; }

.align-self-stretch {
align-self: stretch !important; }

/************* END Flex ***********************/

/* ###### 9.4 Margin   ###### */
.mg-0 {
    margin: 0px; }
  
  .mg-0-f {
    margin: 0px !important; }
  
  .mg-y-0 {
    margin-top: 0px;
    margin-bottom: 0px; }
  
  .mg-y-0-f {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  
  .mg-x-0 {
    margin-left: 0px;
    margin-right: 0px; }
  
  .mg-x-0-f {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  
  .mg-t-0 {
    margin-top: 0px; }
  
  .mg-r-0 {
    margin-right: 0px; }
  
  .mg-b-0 {
    margin-bottom: 0px; }
  
  .mg-l-0 {
    margin-left: 0px; }
  
  .mg-t-0-f {
    margin-top: 0px !important; }
  
  .mg-r-0-f {
    margin-right: 0px !important; }
  
  .mg-b-0-f {
    margin-bottom: 0px !important; }
  
  .mg-l-0-f {
    margin-left: 0px !important; }
  
  .mg-1 {
    margin: 1px; }
  
  .mg-1-f {
    margin: 1px !important; }
  
  .mg-y-1 {
    margin-top: 1px;
    margin-bottom: 1px; }
  
  .mg-y-1-f {
    margin-top: 1px !important;
    margin-bottom: 1px !important; }
  
  .mg-x-1 {
    margin-left: 1px;
    margin-right: 1px; }
  
  .mg-x-1-f {
    margin-left: 1px !important;
    margin-right: 1px !important; }
  
  .mg-t-1 {
    margin-top: 1px; }
  
  .mg-r-1 {
    margin-right: 1px; }
  
  .mg-b-1 {
    margin-bottom: 1px; }
  
  .mg-l-1 {
    margin-left: 1px; }
  
  .mg-t-1-f {
    margin-top: 1px !important; }
  
  .mg-r-1-f {
    margin-right: 1px !important; }
  
  .mg-b-1-f {
    margin-bottom: 1px !important; }
  
  .mg-l-1-f {
    margin-left: 1px !important; }
  
  .mg-2 {
    margin: 2px; }
  
  .mg-2-f {
    margin: 2px !important; }
  
  .mg-y-2 {
    margin-top: 2px;
    margin-bottom: 2px; }
  
  .mg-y-2-f {
    margin-top: 2px !important;
    margin-bottom: 2px !important; }
  
  .mg-x-2 {
    margin-left: 2px;
    margin-right: 2px; }
  
  .mg-x-2-f {
    margin-left: 2px !important;
    margin-right: 2px !important; }
  
  .mg-t-2 {
    margin-top: 2px; }
  
  .mg-r-2 {
    margin-right: 2px; }
  
  .mg-b-2 {
    margin-bottom: 2px; }
  
  .mg-l-2 {
    margin-left: 2px; }
  
  .mg-t-2-f {
    margin-top: 2px !important; }
  
  .mg-r-2-f {
    margin-right: 2px !important; }
  
  .mg-b-2-f {
    margin-bottom: 2px !important; }
  
  .mg-l-2-f {
    margin-left: 2px !important; }
  
  .mg-3 {
    margin: 3px; }
  
  .mg-3-f {
    margin: 3px !important; }
  
  .mg-y-3 {
    margin-top: 3px;
    margin-bottom: 3px; }
  
  .mg-y-3-f {
    margin-top: 3px !important;
    margin-bottom: 3px !important; }
  
  .mg-x-3 {
    margin-left: 3px;
    margin-right: 3px; }
  
  .mg-x-3-f {
    margin-left: 3px !important;
    margin-right: 3px !important; }
  
  .mg-t-3 {
    margin-top: 3px; }
  
  .mg-r-3 {
    margin-right: 3px; }
  
  .mg-b-3 {
    margin-bottom: 3px; }
  
  .mg-l-3 {
    margin-left: 3px; }
  
  .mg-t-3-f {
    margin-top: 3px !important; }
  
  .mg-r-3-f {
    margin-right: 3px !important; }
  
  .mg-b-3-f {
    margin-bottom: 3px !important; }
  
  .mg-l-3-f {
    margin-left: 3px !important; }
  
  .mg-4 {
    margin: 4px; }
  
  .mg-4-f {
    margin: 4px !important; }
  
  .mg-y-4 {
    margin-top: 4px;
    margin-bottom: 4px; }
  
  .mg-y-4-f {
    margin-top: 4px !important;
    margin-bottom: 4px !important; }
  
  .mg-x-4 {
    margin-left: 4px;
    margin-right: 4px; }
  
  .mg-x-4-f {
    margin-left: 4px !important;
    margin-right: 4px !important; }
  
  .mg-t-4 {
    margin-top: 4px; }
  
  .mg-r-4 {
    margin-right: 4px; }
  
  .mg-b-4 {
    margin-bottom: 4px; }
  
  .mg-l-4 {
    margin-left: 4px; }
  
  .mg-t-4-f {
    margin-top: 4px !important; }
  
  .mg-r-4-f {
    margin-right: 4px !important; }
  
  .mg-b-4-f {
    margin-bottom: 4px !important; }
  
  .mg-l-4-f {
    margin-left: 4px !important; }
  
  .mg-5 {
    margin: 5px; }
  
  .mg-5-f {
    margin: 5px !important; }
  
  .mg-y-5 {
    margin-top: 5px;
    margin-bottom: 5px; }
  
  .mg-y-5-f {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  
  .mg-x-5 {
    margin-left: 5px;
    margin-right: 5px; }
  
  .mg-x-5-f {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  
  .mg-t-5 {
    margin-top: 5px; }
  
  .mg-r-5 {
    margin-right: 5px; }
  
  .mg-b-5 {
    margin-bottom: 5px; }
  
  .mg-l-5 {
    margin-left: 5px; }
  
  .mg-t-5-f {
    margin-top: 5px !important; }
  
  .mg-r-5-f {
    margin-right: 5px !important; }
  
  .mg-b-5-f {
    margin-bottom: 5px !important; }
  
  .mg-l-5-f {
    margin-left: 5px !important; }
  
  .mg-6 {
    margin: 6px; }
  
  .mg-6-f {
    margin: 6px !important; }
  
  .mg-y-6 {
    margin-top: 6px;
    margin-bottom: 6px; }
  
  .mg-y-6-f {
    margin-top: 6px !important;
    margin-bottom: 6px !important; }
  
  .mg-x-6 {
    margin-left: 6px;
    margin-right: 6px; }
  
  .mg-x-6-f {
    margin-left: 6px !important;
    margin-right: 6px !important; }
  
  .mg-t-6 {
    margin-top: 6px; }
  
  .mg-r-6 {
    margin-right: 6px; }
  
  .mg-b-6 {
    margin-bottom: 6px; }
  
  .mg-l-6 {
    margin-left: 6px; }
  
  .mg-t-6-f {
    margin-top: 6px !important; }
  
  .mg-r-6-f {
    margin-right: 6px !important; }
  
  .mg-b-6-f {
    margin-bottom: 6px !important; }
  
  .mg-l-6-f {
    margin-left: 6px !important; }
  
  .mg-7 {
    margin: 7px; }
  
  .mg-7-f {
    margin: 7px !important; }
  
  .mg-y-7 {
    margin-top: 7px;
    margin-bottom: 7px; }
  
  .mg-y-7-f {
    margin-top: 7px !important;
    margin-bottom: 7px !important; }
  
  .mg-x-7 {
    margin-left: 7px;
    margin-right: 7px; }
  
  .mg-x-7-f {
    margin-left: 7px !important;
    margin-right: 7px !important; }
  
  .mg-t-7 {
    margin-top: 7px; }
  
  .mg-r-7 {
    margin-right: 7px; }
  
  .mg-b-7 {
    margin-bottom: 7px; }
  
  .mg-l-7 {
    margin-left: 7px; }
  
  .mg-t-7-f {
    margin-top: 7px !important; }
  
  .mg-r-7-f {
    margin-right: 7px !important; }
  
  .mg-b-7-f {
    margin-bottom: 7px !important; }
  
  .mg-l-7-f {
    margin-left: 7px !important; }
  
  .mg-8 {
    margin: 8px; }
  
  .mg-8-f {
    margin: 8px !important; }
  
  .mg-y-8 {
    margin-top: 8px;
    margin-bottom: 8px; }
  
  .mg-y-8-f {
    margin-top: 8px !important;
    margin-bottom: 8px !important; }
  
  .mg-x-8 {
    margin-left: 8px;
    margin-right: 8px; }
  
  .mg-x-8-f {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  
  .mg-t-8 {
    margin-top: 8px; }
  
  .mg-r-8 {
    margin-right: 8px; }
  
  .mg-b-8 {
    margin-bottom: 8px; }
  
  .mg-l-8 {
    margin-left: 8px; }
  
  .mg-t-8-f {
    margin-top: 8px !important; }
  
  .mg-r-8-f {
    margin-right: 8px !important; }
  
  .mg-b-8-f {
    margin-bottom: 8px !important; }
  
  .mg-l-8-f {
    margin-left: 8px !important; }
  
  .mg-9 {
    margin: 9px; }
  
  .mg-9-f {
    margin: 9px !important; }
  
  .mg-y-9 {
    margin-top: 9px;
    margin-bottom: 9px; }
  
  .mg-y-9-f {
    margin-top: 9px !important;
    margin-bottom: 9px !important; }
  
  .mg-x-9 {
    margin-left: 9px;
    margin-right: 9px; }
  
  .mg-x-9-f {
    margin-left: 9px !important;
    margin-right: 9px !important; }
  
  .mg-t-9 {
    margin-top: 9px; }
  
  .mg-r-9 {
    margin-right: 9px; }
  
  .mg-b-9 {
    margin-bottom: 9px; }
  
  .mg-l-9 {
    margin-left: 9px; }
  
  .mg-t-9-f {
    margin-top: 9px !important; }
  
  .mg-r-9-f {
    margin-right: 9px !important; }
  
  .mg-b-9-f {
    margin-bottom: 9px !important; }
  
  .mg-l-9-f {
    margin-left: 9px !important; }
  
  .mg-10 {
    margin: 10px; }
  
  .mg-10-f {
    margin: 10px !important; }
  
  .mg-y-10 {
    margin-top: 10px;
    margin-bottom: 10px; }
  
  .mg-y-10-f {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  
  .mg-x-10 {
    margin-left: 10px;
    margin-right: 10px; }
  
  .mg-x-10-f {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  
  .mg-t-10 {
    margin-top: 10px; }
  
  .mg-r-10 {
    margin-right: 10px; }
  
  .mg-b-10 {
    margin-bottom: 10px; }
  
  .mg-l-10 {
    margin-left: 10px; }
  
  .mg-t-10-f {
    margin-top: 10px !important; }
  
  .mg-r-10-f {
    margin-right: 10px !important; }
  
  .mg-b-10-f {
    margin-bottom: 10px !important; }
  
  .mg-l-10-f {
    margin-left: 10px !important; }
  
  .mg-b-12 {
    margin-bottom: 12px; }
  
  .mg-t-12 {
    margin-top: 12px; }
  
  .mg-l-12 {
    margin-left: 12px; }
  
  .mg-r-12 {
    margin-right: 12px; }
  
  .mg-x-14 {
    margin-left: 14px;
    margin-right: 14px; }
  
  .mg-15 {
    margin: 15px; }
  
  .mg-15-f {
    margin: 15px !important; }
  
  .mg-y-15 {
    margin-top: 15px;
    margin-bottom: 15px; }
  
  .mg-y-15-f {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  
  .mg-x-15 {
    margin-left: 15px;
    margin-right: 15px; }
  
  .mg-x-15-f {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  
  .mg-t-15 {
    margin-top: 15px; }
  
  .mg-r-15 {
    margin-right: 15px; }
  
  .mg-b-15 {
    margin-bottom: 15px; }
  
  .mg-l-15 {
    margin-left: 15px; }
  
  .mg-t-15-f {
    margin-top: 15px !important; }
  
  .mg-r-15-f {
    margin-right: 15px !important; }
  
  .mg-b-15-f {
    margin-bottom: 15px !important; }
  
  .mg-l-15-f {
    margin-left: 15px !important; }
  
  .mg-y-16 {
    margin-top: 16px;
    margin-bottom: 16px; }
  
  .mg-t-16 {
    margin-top: 16px; }
  
  .mg-l-16 {
    margin-left: 16px; }
  
  .mg-r-16 {
    margin-right: 16px; }
  
  .mg-b-16 {
    margin-bottom: 16px; }
  
  .mg-t-18 {
    margin-top: 18px; }
  
  .mg-20 {
    margin: 20px; }
  
  .mg-20-f {
    margin: 20px !important; }
  
  .mg-y-20 {
    margin-top: 20px;
    margin-bottom: 20px; }
  
  .mg-y-20-f {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  
  .mg-x-20 {
    margin-left: 20px;
    margin-right: 20px; }
  
  .mg-x-20-f {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  
  .mg-t-20 {
    margin-top: 20px; }
  
  .mg-r-20 {
    margin-right: 20px; }
  
  .mg-b-20 {
    margin-bottom: 20px; }
  
  .mg-l-20 {
    margin-left: 20px; }
  
  .mg-r-24 {
    margin-right: 24px; }
  
  .mg-l-24 {
    margin-left: 24px; }
  
  .mg-t-20-f {
    margin-top: 20px !important; }
  
  .mg-r-20-f {
    margin-right: 20px !important; }
  
  .mg-b-20-f {
    margin-bottom: 20px !important; }
  
  .mg-l-20-f {
    margin-left: 20px !important; }
  
  .mg-t-24 {
    margin-top: 24px; }
  
  .mg-b-24 {
    margin-bottom: 24px; }
  
  .mg-x-24 {
    margin-left: 24px;
    margin-right: 24px; }
  
  .mg-25 {
    margin: 25px; }
  
  .mg-25-f {
    margin: 25px !important; }
  
  .mg-y-25 {
    margin-top: 25px;
    margin-bottom: 25px; }
  
  .mg-y-25-f {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }
  
  .mg-x-25 {
    margin-left: 25px;
    margin-right: 25px; }
  
  .mg-x-25-f {
    margin-left: 25px !important;
    margin-right: 25px !important; }
  
  .mg-t-25 {
    margin-top: 25px; }
  
  .mg-r-25 {
    margin-right: 25px; }
  
  .mg-b-25 {
    margin-bottom: 25px; }
  
  .mg-l-25 {
    margin-left: 25px; }
  
  .mg-t-25-f {
    margin-top: 25px !important; }
  
  .mg-r-25-f {
    margin-right: 25px !important; }
  
  .mg-b-25-f {
    margin-bottom: 25px !important; }
  
  .mg-l-25-f {
    margin-left: 25px !important; }
  
  .mg-b-26 {
    margin-bottom: 26px; }
  
  .mg-t-28 {
    margin-top: 28px; }
  
  .mg-30 {
    margin: 30px; }
  
  .mg-30-f {
    margin: 30px !important; }
  
  .mg-y-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
  
  .mg-y-30-f {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  
  .mg-x-30 {
    margin-left: 30px;
    margin-right: 30px; }
  
  .mg-x-30-f {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  
  .mg-t-30 {
    margin-top: 30px; }
  
  .mg-r-30 {
    margin-right: 30px; }
  
  .mg-b-30 {
    margin-bottom: 30px; }
  
  .mg-l-30 {
    margin-left: 30px; }
  
  .mg-t-30-f {
    margin-top: 30px !important; }
  
  .mg-r-30-f {
    margin-right: 30px !important; }
  
  .mg-b-30-f {
    margin-bottom: 30px !important; }
  
  .mg-l-30-f {
    margin-left: 30px !important; }
  
  .mg-t-32 {
    margin-top: 32px; }
  
  .mg-y-32 {
    margin-top: 32px;
    margin-bottom: 32px; }
  
  .mg-35 {
    margin: 35px; }
  
  .mg-35-f {
    margin: 35px !important; }
  
  .mg-y-35 {
    margin-top: 35px;
    margin-bottom: 35px; }
  
  .mg-y-35-f {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }
  
  .mg-x-35 {
    margin-left: 35px;
    margin-right: 35px; }
  
  .mg-x-35-f {
    margin-left: 35px !important;
    margin-right: 35px !important; }
  
  .mg-t-35 {
    margin-top: 35px; }
  
  .mg-r-35 {
    margin-right: 35px; }
  
  .mg-b-35 {
    margin-bottom: 35px; }
  
  .mg-l-35 {
    margin-left: 35px; }
  
  .mg-t-35-f {
    margin-top: 35px !important; }
  
  .mg-r-35-f {
    margin-right: 35px !important; }
  
  .mg-b-35-f {
    margin-bottom: 35px !important; }
  
  .mg-l-35-f {
    margin-left: 35px !important; }
  
  .mg-t-36 {
    margin-top: 36px; }
  
  .mg-40 {
    margin: 40px; }
  
  .mg-40-f {
    margin: 40px !important; }
  
  .mg-y-40 {
    margin-top: 40px;
    margin-bottom: 40px; }
  
  .mg-y-40-f {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  
  .mg-x-40 {
    margin-left: 40px;
    margin-right: 40px; }
  
  .mg-x-40-f {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  
  .mg-t-40 {
    margin-top: 40px; }
  
  .mg-r-40 {
    margin-right: 40px; }
  
  .mg-b-40 {
    margin-bottom: 40px; }
  
  .mg-l-40 {
    margin-left: 40px; }
  
  .mg-t-40-f {
    margin-top: 40px !important; }
  
  .mg-r-40-f {
    margin-right: 40px !important; }
  
  .mg-b-40-f {
    margin-bottom: 40px !important; }
  
  .mg-l-40-f {
    margin-left: 40px !important; }
  
  .mg-45 {
    margin: 45px; }
  
  .mg-45-f {
    margin: 45px !important; }
  
  .mg-y-45 {
    margin-top: 45px;
    margin-bottom: 45px; }
  
  .mg-y-45-f {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }
  
  .mg-x-45 {
    margin-left: 45px;
    margin-right: 45px; }
  
  .mg-x-45-f {
    margin-left: 45px !important;
    margin-right: 45px !important; }
  
  .mg-t-45 {
    margin-top: 45px; }
  
  .mg-r-45 {
    margin-right: 45px; }
  
  .mg-b-45 {
    margin-bottom: 45px; }
  
  .mg-l-45 {
    margin-left: 45px; }
  
  .mg-t-45-f {
    margin-top: 45px !important; }
  
  .mg-r-45-f {
    margin-right: 45px !important; }
  
  .mg-b-45-f {
    margin-bottom: 45px !important; }
  
  .mg-l-45-f {
    margin-left: 45px !important; }
  
  .mg-t-48 {
    margin-top: 48px; }
  
  .mg-b-48 {
    margin-bottom: 48px; }
  
  .mg-50 {
    margin: 50px; }
  
  .mg-50-f {
    margin: 50px !important; }
  
  .mg-y-50 {
    margin-top: 50px;
    margin-bottom: 50px; }
  
  .mg-y-50-f {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  
  .mg-x-50 {
    margin-left: 50px;
    margin-right: 50px; }
  
  .mg-x-50-f {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  
  .mg-t-50 {
    margin-top: 50px; }
  
  .mg-r-50 {
    margin-right: 50px; }
  
  .mg-b-50 {
    margin-bottom: 50px; }
  
  .mg-l-50 {
    margin-left: 50px; }
  
  .mg-t-50-f {
    margin-top: 50px !important; }
  
  .mg-r-50-f {
    margin-right: 50px !important; }
  
  .mg-b-50-f {
    margin-bottom: 50px !important; }
  
  .mg-l-50-f {
    margin-left: 50px !important; }
  
  .mg-55 {
    margin: 55px; }
  
  .mg-55-f {
    margin: 55px !important; }
  
  .mg-y-55 {
    margin-top: 55px;
    margin-bottom: 55px; }
  
  .mg-y-55-f {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }
  
  .mg-x-55 {
    margin-left: 55px;
    margin-right: 55px; }
  
  .mg-x-55-f {
    margin-left: 55px !important;
    margin-right: 55px !important; }
  
  .mg-t-55 {
    margin-top: 55px; }
  
  .mg-r-55 {
    margin-right: 55px; }
  
  .mg-b-55 {
    margin-bottom: 55px; }
  
  .mg-l-55 {
    margin-left: 55px; }
  
  .mg-t-55-f {
    margin-top: 55px !important; }
  
  .mg-r-55-f {
    margin-right: 55px !important; }
  
  .mg-b-55-f {
    margin-bottom: 55px !important; }
  
  .mg-l-55-f {
    margin-left: 55px !important; }
  
  .mg-60 {
    margin: 60px; }
  
  .mg-60-f {
    margin: 60px !important; }
  
  .mg-y-60 {
    margin-top: 60px;
    margin-bottom: 60px; }
  
  .mg-y-60-f {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }
  
  .mg-x-60 {
    margin-left: 60px;
    margin-right: 60px; }
  
  .mg-x-60-f {
    margin-left: 60px !important;
    margin-right: 60px !important; }
  
  .mg-t-60 {
    margin-top: 60px; }
  
  .mg-r-60 {
    margin-right: 60px; }
  
  .mg-b-60 {
    margin-bottom: 60px; }
  
  .mg-l-60 {
    margin-left: 60px; }
  
  .mg-t-60-f {
    margin-top: 60px !important; }
  
  .mg-r-60-f {
    margin-right: 60px !important; }
  
  .mg-b-60-f {
    margin-bottom: 60px !important; }
  
  .mg-l-60-f {
    margin-left: 60px !important; }
  
  .mg-65 {
    margin: 65px; }
  
  .mg-65-f {
    margin: 65px !important; }
  
  .mg-y-65 {
    margin-top: 65px;
    margin-bottom: 65px; }
  
  .mg-y-65-f {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }
  
  .mg-x-65 {
    margin-left: 65px;
    margin-right: 65px; }
  
  .mg-x-65-f {
    margin-left: 65px !important;
    margin-right: 65px !important; }
  
  .mg-t-65 {
    margin-top: 65px; }
  
  .mg-r-65 {
    margin-right: 65px; }
  
  .mg-b-65 {
    margin-bottom: 65px; }
  
  .mg-l-65 {
    margin-left: 65px; }
  
  .mg-t-65-f {
    margin-top: 65px !important; }
  
  .mg-r-65-f {
    margin-right: 65px !important; }
  
  .mg-b-65-f {
    margin-bottom: 65px !important; }
  
  .mg-l-65-f {
    margin-left: 65px !important; }
  
  .mg-70 {
    margin: 70px; }
  
  .mg-70-f {
    margin: 70px !important; }
  
  .mg-y-70 {
    margin-top: 70px;
    margin-bottom: 70px; }
  
  .mg-y-70-f {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }
  
  .mg-x-70 {
    margin-left: 70px;
    margin-right: 70px; }
  
  .mg-x-70-f {
    margin-left: 70px !important;
    margin-right: 70px !important; }
  
  .mg-t-70 {
    margin-top: 70px; }
  
  .mg-r-70 {
    margin-right: 70px; }
  
  .mg-b-70 {
    margin-bottom: 70px; }
  
  .mg-l-70 {
    margin-left: 70px; }
  
  .mg-t-70-f {
    margin-top: 70px !important; }
  
  .mg-r-70-f {
    margin-right: 70px !important; }
  
  .mg-b-70-f {
    margin-bottom: 70px !important; }
  
  .mg-l-70-f {
    margin-left: 70px !important; }
  
  .mg-75 {
    margin: 75px; }
  
  .mg-75-f {
    margin: 75px !important; }
  
  .mg-y-75 {
    margin-top: 75px;
    margin-bottom: 75px; }
  
  .mg-y-75-f {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }
  
  .mg-x-75 {
    margin-left: 75px;
    margin-right: 75px; }
  
  .mg-x-75-f {
    margin-left: 75px !important;
    margin-right: 75px !important; }
  
  .mg-t-75 {
    margin-top: 75px; }
  
  .mg-r-75 {
    margin-right: 75px; }
  
  .mg-b-75 {
    margin-bottom: 75px; }
  
  .mg-l-75 {
    margin-left: 75px; }
  
  .mg-t-75-f {
    margin-top: 75px !important; }
  
  .mg-r-75-f {
    margin-right: 75px !important; }
  
  .mg-b-75-f {
    margin-bottom: 75px !important; }
  
  .mg-l-75-f {
    margin-left: 75px !important; }
  
  .mg-80 {
    margin: 80px; }
  
  .mg-80-f {
    margin: 80px !important; }
  
  .mg-y-80 {
    margin-top: 80px;
    margin-bottom: 80px; }
  
  .mg-y-80-f {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }
  
  .mg-x-80 {
    margin-left: 80px;
    margin-right: 80px; }
  
  .mg-x-80-f {
    margin-left: 80px !important;
    margin-right: 80px !important; }
  
  .mg-t-80 {
    margin-top: 80px; }
  
  .mg-r-80 {
    margin-right: 80px; }
  
  .mg-b-80 {
    margin-bottom: 80px; }
  
  .mg-l-80 {
    margin-left: 80px; }
  
  .mg-t-80-f {
    margin-top: 80px !important; }
  
  .mg-r-80-f {
    margin-right: 80px !important; }
  
  .mg-b-80-f {
    margin-bottom: 80px !important; }
  
  .mg-l-80-f {
    margin-left: 80px !important; }
  
  .mg-85 {
    margin: 85px; }
  
  .mg-85-f {
    margin: 85px !important; }
  
  .mg-y-85 {
    margin-top: 85px;
    margin-bottom: 85px; }
  
  .mg-y-85-f {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }
  
  .mg-x-85 {
    margin-left: 85px;
    margin-right: 85px; }
  
  .mg-x-85-f {
    margin-left: 85px !important;
    margin-right: 85px !important; }
  
  .mg-t-85 {
    margin-top: 85px; }
  
  .mg-r-85 {
    margin-right: 85px; }
  
  .mg-b-85 {
    margin-bottom: 85px; }
  
  .mg-l-85 {
    margin-left: 85px; }
  
  .mg-t-85-f {
    margin-top: 85px !important; }
  
  .mg-r-85-f {
    margin-right: 85px !important; }
  
  .mg-b-85-f {
    margin-bottom: 85px !important; }
  
  .mg-l-85-f {
    margin-left: 85px !important; }
  
  .mg-90 {
    margin: 90px; }
  
  .mg-90-f {
    margin: 90px !important; }
  
  .mg-y-90 {
    margin-top: 90px;
    margin-bottom: 90px; }
  
  .mg-y-90-f {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }
  
  .mg-x-90 {
    margin-left: 90px;
    margin-right: 90px; }
  
  .mg-x-90-f {
    margin-left: 90px !important;
    margin-right: 90px !important; }
  
  .mg-t-90 {
    margin-top: 90px; }
  
  .mg-r-90 {
    margin-right: 90px; }
  
  .mg-b-90 {
    margin-bottom: 90px; }
  
  .mg-l-90 {
    margin-left: 90px; }
  
  .mg-t-90-f {
    margin-top: 90px !important; }
  
  .mg-r-90-f {
    margin-right: 90px !important; }
  
  .mg-b-90-f {
    margin-bottom: 90px !important; }
  
  .mg-l-90-f {
    margin-left: 90px !important; }
  
  .mg-95 {
    margin: 95px; }
  
  .mg-95-f {
    margin: 95px !important; }
  
  .mg-y-95 {
    margin-top: 95px;
    margin-bottom: 95px; }
  
  .mg-y-95-f {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }
  
  .mg-x-95 {
    margin-left: 95px;
    margin-right: 95px; }
  
  .mg-x-95-f {
    margin-left: 95px !important;
    margin-right: 95px !important; }
  
  .mg-t-95 {
    margin-top: 95px; }
  
  .mg-r-95 {
    margin-right: 95px; }
  
  .mg-b-95 {
    margin-bottom: 95px; }
  
  .mg-l-95 {
    margin-left: 95px; }
  
  .mg-t-95-f {
    margin-top: 95px !important; }
  
  .mg-r-95-f {
    margin-right: 95px !important; }
  
  .mg-b-95-f {
    margin-bottom: 95px !important; }
  
  .mg-l-95-f {
    margin-left: 95px !important; }
  
  .mg-100 {
    margin: 100px; }
  
  .mg-100-f {
    margin: 100px !important; }
  
  .mg-y-100 {
    margin-top: 100px;
    margin-bottom: 100px; }
  
  .mg-y-100-f {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }
  
  .mg-x-100 {
    margin-left: 100px;
    margin-right: 100px; }
  
  .mg-x-100-f {
    margin-left: 100px !important;
    margin-right: 100px !important; }
  
  .mg-t-100 {
    margin-top: 100px; }
  
  .mg-r-100 {
    margin-right: 100px; }
  
  .mg-b-100 {
    margin-bottom: 100px; }
  
  .mg-l-100 {
    margin-left: 100px; }
  
  .mg-t-100-f {
    margin-top: 100px !important; }
  
  .mg-r-100-f {
    margin-right: 100px !important; }
  
  .mg-b-100-f {
    margin-bottom: 100px !important; }
  
  .mg-l-100-f {
    margin-left: 100px !important; }
  
  .mg-150 {
    margin: 150px; }
  
  .mg-150-f {
    margin: 150px !important; }
  
  .mg-y-150 {
    margin-top: 150px;
    margin-bottom: 150px; }
  
  .mg-y-150-f {
    margin-top: 150px !important;
    margin-bottom: 150px !important; }
  
  .mg-x-150 {
    margin-left: 150px;
    margin-right: 150px; }
  
  .mg-x-150-f {
    margin-left: 150px !important;
    margin-right: 150px !important; }
  
  .mg-t-150 {
    margin-top: 150px; }
  
  .mg-r-150 {
    margin-right: 150px; }
  
  .mg-b-150 {
    margin-bottom: 150px; }
  
  .mg-l-150 {
    margin-left: 150px; }
  
  .mg-t-150-f {
    margin-top: 150px !important; }
  
  .mg-r-150-f {
    margin-right: 150px !important; }
  
  .mg-b-150-f {
    margin-bottom: 150px !important; }
  
  .mg-l-150-f {
    margin-left: 150px !important; }
  
  .mg-200 {
    margin: 200px; }
  
  .mg-200-f {
    margin: 200px !important; }
  
  .mg-y-200 {
    margin-top: 200px;
    margin-bottom: 200px; }
  
  .mg-y-200-f {
    margin-top: 200px !important;
    margin-bottom: 200px !important; }
  
  .mg-x-200 {
    margin-left: 200px;
    margin-right: 200px; }
  
  .mg-x-200-f {
    margin-left: 200px !important;
    margin-right: 200px !important; }
  
  .mg-t-200 {
    margin-top: 200px; }
  
  .mg-r-200 {
    margin-right: 200px; }
  
  .mg-b-200 {
    margin-bottom: 200px; }
  
  .mg-l-200 {
    margin-left: 200px; }
  
  .mg-t-200-f {
    margin-top: 200px !important; }
  
  .mg-r-200-f {
    margin-right: 200px !important; }
  
  .mg-b-200-f {
    margin-bottom: 200px !important; }
  
  .mg-l-200-f {
    margin-left: 200px !important; }
  
  .mg-250 {
    margin: 250px; }
  
  .mg-250-f {
    margin: 250px !important; }
  
  .mg-y-250 {
    margin-top: 250px;
    margin-bottom: 250px; }
  
  .mg-y-250-f {
    margin-top: 250px !important;
    margin-bottom: 250px !important; }
  
  .mg-x-250 {
    margin-left: 250px;
    margin-right: 250px; }
  
  .mg-x-250-f {
    margin-left: 250px !important;
    margin-right: 250px !important; }
  
  .mg-t-250 {
    margin-top: 250px; }
  
  .mg-r-250 {
    margin-right: 250px; }
  
  .mg-b-250 {
    margin-bottom: 250px; }
  
  .mg-l-250 {
    margin-left: 250px; }
  
  .mg-t-250-f {
    margin-top: 250px !important; }
  
  .mg-r-250-f {
    margin-right: 250px !important; }
  
  .mg-b-250-f {
    margin-bottom: 250px !important; }
  
  .mg-l-250-f {
    margin-left: 250px !important; }
  
  .mg-300 {
    margin: 300px; }
  
  .mg-300-f {
    margin: 300px !important; }
  
  .mg-y-300 {
    margin-top: 300px;
    margin-bottom: 300px; }
  
  .mg-y-300-f {
    margin-top: 300px !important;
    margin-bottom: 300px !important; }
  
  .mg-x-300 {
    margin-left: 300px;
    margin-right: 300px; }
  
  .mg-x-300-f {
    margin-left: 300px !important;
    margin-right: 300px !important; }
  
  .mg-t-300 {
    margin-top: 300px; }
  
  .mg-r-300 {
    margin-right: 300px; }
  
  .mg-b-300 {
    margin-bottom: 300px; }
  
  .mg-l-300 {
    margin-left: 300px; }
  
  .mg-t-300-f {
    margin-top: 300px !important; }
  
  .mg-r-300-f {
    margin-right: 300px !important; }
  
  .mg-b-300-f {
    margin-bottom: 300px !important; }
  
  .mg-l-300-f {
    margin-left: 300px !important; }
  
  .mg-350 {
    margin: 350px; }
  
  .mg-350-f {
    margin: 350px !important; }
  
  .mg-y-350 {
    margin-top: 350px;
    margin-bottom: 350px; }
  
  .mg-y-350-f {
    margin-top: 350px !important;
    margin-bottom: 350px !important; }
  
  .mg-x-350 {
    margin-left: 350px;
    margin-right: 350px; }
  
  .mg-x-350-f {
    margin-left: 350px !important;
    margin-right: 350px !important; }
  
  .mg-t-350 {
    margin-top: 350px; }
  
  .mg-r-350 {
    margin-right: 350px; }
  
  .mg-b-350 {
    margin-bottom: 350px; }
  
  .mg-l-350 {
    margin-left: 350px; }
  
  .mg-t-350-f {
    margin-top: 350px !important; }
  
  .mg-r-350-f {
    margin-right: 350px !important; }
  
  .mg-b-350-f {
    margin-bottom: 350px !important; }
  
  .mg-l-350-f {
    margin-left: 350px !important; }
  
  .mg-400 {
    margin: 400px; }
  
  .mg-400-f {
    margin: 400px !important; }
  
  .mg-y-400 {
    margin-top: 400px;
    margin-bottom: 400px; }
  
  .mg-y-400-f {
    margin-top: 400px !important;
    margin-bottom: 400px !important; }
  
  .mg-x-400 {
    margin-left: 400px;
    margin-right: 400px; }
  
  .mg-x-400-f {
    margin-left: 400px !important;
    margin-right: 400px !important; }
  
  .mg-t-400 {
    margin-top: 400px; }
  
  .mg-r-400 {
    margin-right: 400px; }
  
  .mg-b-400 {
    margin-bottom: 400px; }
  
  .mg-l-400 {
    margin-left: 400px; }
  
  .mg-t-400-f {
    margin-top: 400px !important; }
  
  .mg-r-400-f {
    margin-right: 400px !important; }
  
  .mg-b-400-f {
    margin-bottom: 400px !important; }
  
  .mg-l-400-f {
    margin-left: 400px !important; }
  
  .mg-450 {
    margin: 450px; }
  
  .mg-450-f {
    margin: 450px !important; }
  
  .mg-y-450 {
    margin-top: 450px;
    margin-bottom: 450px; }
  
  .mg-y-450-f {
    margin-top: 450px !important;
    margin-bottom: 450px !important; }
  
  .mg-x-450 {
    margin-left: 450px;
    margin-right: 450px; }
  
  .mg-x-450-f {
    margin-left: 450px !important;
    margin-right: 450px !important; }
  
  .mg-t-450 {
    margin-top: 450px; }
  
  .mg-r-450 {
    margin-right: 450px; }
  
  .mg-b-450 {
    margin-bottom: 450px; }
  
  .mg-l-450 {
    margin-left: 450px; }
  
  .mg-t-450-f {
    margin-top: 450px !important; }
  
  .mg-r-450-f {
    margin-right: 450px !important; }
  
  .mg-b-450-f {
    margin-bottom: 450px !important; }
  
  .mg-l-450-f {
    margin-left: 450px !important; }
  
  .mg-500 {
    margin: 500px; }
  
  .mg-500-f {
    margin: 500px !important; }
  
  .mg-y-500 {
    margin-top: 500px;
    margin-bottom: 500px; }
  
  .mg-y-500-f {
    margin-top: 500px !important;
    margin-bottom: 500px !important; }
  
  .mg-x-500 {
    margin-left: 500px;
    margin-right: 500px; }
  
  .mg-x-500-f {
    margin-left: 500px !important;
    margin-right: 500px !important; }
  
  .mg-t-500 {
    margin-top: 500px; }
  
  .mg-r-500 {
    margin-right: 500px; }
  
  .mg-b-500 {
    margin-bottom: 500px; }
  
  .mg-l-500 {
    margin-left: 500px; }
  
  .mg-t-500-f {
    margin-top: 500px !important; }
  
  .mg-r-500-f {
    margin-right: 500px !important; }
  
  .mg-b-500-f {
    margin-bottom: 500px !important; }
  
  .mg-l-500-f {
    margin-left: 500px !important; }
  
  .mg-550 {
    margin: 550px; }
  
  .mg-550-f {
    margin: 550px !important; }
  
  .mg-y-550 {
    margin-top: 550px;
    margin-bottom: 550px; }
  
  .mg-y-550-f {
    margin-top: 550px !important;
    margin-bottom: 550px !important; }
  
  .mg-x-550 {
    margin-left: 550px;
    margin-right: 550px; }
  
  .mg-x-550-f {
    margin-left: 550px !important;
    margin-right: 550px !important; }
  
  .mg-t-550 {
    margin-top: 550px; }
  
  .mg-r-550 {
    margin-right: 550px; }
  
  .mg-b-550 {
    margin-bottom: 550px; }
  
  .mg-l-550 {
    margin-left: 550px; }
  
  .mg-t-550-f {
    margin-top: 550px !important; }
  
  .mg-r-550-f {
    margin-right: 550px !important; }
  
  .mg-b-550-f {
    margin-bottom: 550px !important; }
  
  .mg-l-550-f {
    margin-left: 550px !important; }
  
  .mg-600 {
    margin: 600px; }
  
  .mg-600-f {
    margin: 600px !important; }
  
  .mg-y-600 {
    margin-top: 600px;
    margin-bottom: 600px; }
  
  .mg-y-600-f {
    margin-top: 600px !important;
    margin-bottom: 600px !important; }
  
  .mg-x-600 {
    margin-left: 600px;
    margin-right: 600px; }
  
  .mg-x-600-f {
    margin-left: 600px !important;
    margin-right: 600px !important; }
  
  .mg-t-600 {
    margin-top: 600px; }
  
  .mg-r-600 {
    margin-right: 600px; }
  
  .mg-b-600 {
    margin-bottom: 600px; }
  
  .mg-l-600 {
    margin-left: 600px; }
  
  .mg-t-600-f {
    margin-top: 600px !important; }
  
  .mg-r-600-f {
    margin-right: 600px !important; }
  
  .mg-b-600-f {
    margin-bottom: 600px !important; }
  
  .mg-l-600-f {
    margin-left: 600px !important; }
  
  .mg-650 {
    margin: 650px; }
  
  .mg-650-f {
    margin: 650px !important; }
  
  .mg-y-650 {
    margin-top: 650px;
    margin-bottom: 650px; }
  
  .mg-y-650-f {
    margin-top: 650px !important;
    margin-bottom: 650px !important; }
  
  .mg-x-650 {
    margin-left: 650px;
    margin-right: 650px; }
  
  .mg-x-650-f {
    margin-left: 650px !important;
    margin-right: 650px !important; }
  
  .mg-t-650 {
    margin-top: 650px; }
  
  .mg-r-650 {
    margin-right: 650px; }
  
  .mg-b-650 {
    margin-bottom: 650px; }
  
  .mg-l-650 {
    margin-left: 650px; }
  
  .mg-t-650-f {
    margin-top: 650px !important; }
  
  .mg-r-650-f {
    margin-right: 650px !important; }
  
  .mg-b-650-f {
    margin-bottom: 650px !important; }
  
  .mg-l-650-f {
    margin-left: 650px !important; }
  
  .mg-t-auto {
    margin-top: auto; }
  
  .mg-r-auto {
    margin-right: auto; }
  
  .mg-b-auto {
    margin-bottom: auto; }
  
  .mg-l-auto {
    margin-left: auto; }
  
  .mg-x-auto {
    margin: auto; }

/* ###### 9.6 Padding   ###### */
.pd-0 {
    padding: 0px; }
  
  .pd-0-f {
    padding: 0px !important; }
  
  .pd-y-0 {
    padding-top: 0px;
    padding-bottom: 0px; }
  
  .pd-y-0-f {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  
  .pd-x-0 {
    padding-left: 0px;
    padding-right: 0px; }
  
  .pd-x-0-f {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  
  .pd-t-0 {
    padding-top: 0px; }
  
  .pd-r-0 {
    padding-right: 0px; }
  
  .pd-b-0 {
    padding-bottom: 0px; }
  
  .pd-l-0 {
    padding-left: 0px; }
  
  .pd-t-0-f {
    padding-top: 0px !important; }
  
  .pd-r-0-f {
    padding-right: 0px !important; }
  
  .pd-b-0-f {
    padding-bottom: 0px !important; }
  
  .pd-l-0-f {
    padding-left: 0px !important; }
  
  .pd-1 {
    padding: 1px; }
  
  .pd-1-f {
    padding: 1px !important; }
  
  .pd-y-1 {
    padding-top: 1px;
    padding-bottom: 1px; }
  
  .pd-y-1-f {
    padding-top: 1px !important;
    padding-bottom: 1px !important; }
  
  .pd-x-1 {
    padding-left: 1px;
    padding-right: 1px; }
  
  .pd-x-1-f {
    padding-left: 1px !important;
    padding-right: 1px !important; }
  
  .pd-t-1 {
    padding-top: 1px; }
  
  .pd-r-1 {
    padding-right: 1px; }
  
  .pd-b-1 {
    padding-bottom: 1px; }
  
  .pd-l-1 {
    padding-left: 1px; }
  
  .pd-t-1-f {
    padding-top: 1px !important; }
  
  .pd-r-1-f {
    padding-right: 1px !important; }
  
  .pd-b-1-f {
    padding-bottom: 1px !important; }
  
  .pd-l-1-f {
    padding-left: 1px !important; }
  
  .pd-2 {
    padding: 2px; }
  
  .pd-2-f {
    padding: 2px !important; }
  
  .pd-y-2 {
    padding-top: 2px;
    padding-bottom: 2px; }
  
  .pd-y-2-f {
    padding-top: 2px !important;
    padding-bottom: 2px !important; }
  
  .pd-x-2 {
    padding-left: 2px;
    padding-right: 2px; }
  
  .pd-x-2-f {
    padding-left: 2px !important;
    padding-right: 2px !important; }
  
  .pd-t-2 {
    padding-top: 2px; }
  
  .pd-r-2 {
    padding-right: 2px; }
  
  .pd-b-2 {
    padding-bottom: 2px; }
  
  .pd-l-2 {
    padding-left: 2px; }
  
  .pd-t-2-f {
    padding-top: 2px !important; }
  
  .pd-r-2-f {
    padding-right: 2px !important; }
  
  .pd-b-2-f {
    padding-bottom: 2px !important; }
  
  .pd-l-2-f {
    padding-left: 2px !important; }
  
  .pd-3 {
    padding: 3px; }
  
  .pd-3-f {
    padding: 3px !important; }
  
  .pd-y-3 {
    padding-top: 3px;
    padding-bottom: 3px; }
  
  .pd-y-3-f {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  
  .pd-x-3 {
    padding-left: 3px;
    padding-right: 3px; }
  
  .pd-x-3-f {
    padding-left: 3px !important;
    padding-right: 3px !important; }
  
  .pd-t-3 {
    padding-top: 3px; }
  
  .pd-r-3 {
    padding-right: 3px; }
  
  .pd-b-3 {
    padding-bottom: 3px; }
  
  .pd-l-3 {
    padding-left: 3px; }
  
  .pd-t-3-f {
    padding-top: 3px !important; }
  
  .pd-r-3-f {
    padding-right: 3px !important; }
  
  .pd-b-3-f {
    padding-bottom: 3px !important; }
  
  .pd-l-3-f {
    padding-left: 3px !important; }
  
  .pd-4 {
    padding: 4px; }
  
  .pd-4-f {
    padding: 4px !important; }
  
  .pd-y-4 {
    padding-top: 4px;
    padding-bottom: 4px; }
  
  .pd-y-4-f {
    padding-top: 4px !important;
    padding-bottom: 4px !important; }
  
  .pd-x-4 {
    padding-left: 4px;
    padding-right: 4px; }
  
  .pd-x-4-f {
    padding-left: 4px !important;
    padding-right: 4px !important; }
  
  .pd-t-4 {
    padding-top: 4px; }
  
  .pd-r-4 {
    padding-right: 4px; }
  
  .pd-b-4 {
    padding-bottom: 4px; }
  
  .pd-l-4 {
    padding-left: 4px; }
  
  .pd-t-4-f {
    padding-top: 4px !important; }
  
  .pd-r-4-f {
    padding-right: 4px !important; }
  
  .pd-b-4-f {
    padding-bottom: 4px !important; }
  
  .pd-l-4-f {
    padding-left: 4px !important; }
  
  .pd-5 {
    padding: 5px; }
  
  .pd-5-f {
    padding: 5px !important; }
  
  .pd-y-5 {
    padding-top: 5px;
    padding-bottom: 5px; }
  
  .pd-y-5-f {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  
  .pd-x-5 {
    padding-left: 5px;
    padding-right: 5px; }
  
  .pd-x-5-f {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  
  .pd-t-5 {
    padding-top: 5px; }
  
  .pd-r-5 {
    padding-right: 5px; }
  
  .pd-b-5 {
    padding-bottom: 5px; }
  
  .pd-l-5 {
    padding-left: 5px; }
  
  .pd-t-5-f {
    padding-top: 5px !important; }
  
  .pd-r-5-f {
    padding-right: 5px !important; }
  
  .pd-b-5-f {
    padding-bottom: 5px !important; }
  
  .pd-l-5-f {
    padding-left: 5px !important; }
  
  .pd-6 {
    padding: 6px; }
  
  .pd-6-f {
    padding: 6px !important; }
  
  .pd-y-6 {
    padding-top: 6px;
    padding-bottom: 6px; }
  
  .pd-y-6-f {
    padding-top: 6px !important;
    padding-bottom: 6px !important; }
  
  .pd-x-6 {
    padding-left: 6px;
    padding-right: 6px; }
  
  .pd-x-6-f {
    padding-left: 6px !important;
    padding-right: 6px !important; }
  
  .pd-t-6 {
    padding-top: 6px; }
  
  .pd-r-6 {
    padding-right: 6px; }
  
  .pd-b-6 {
    padding-bottom: 6px; }
  
  .pd-l-6 {
    padding-left: 6px; }
  
  .pd-t-6-f {
    padding-top: 6px !important; }
  
  .pd-r-6-f {
    padding-right: 6px !important; }
  
  .pd-b-6-f {
    padding-bottom: 6px !important; }
  
  .pd-l-6-f {
    padding-left: 6px !important; }
  
  .pd-7 {
    padding: 7px; }
  
  .pd-7-f {
    padding: 7px !important; }
  
  .pd-y-7 {
    padding-top: 7px;
    padding-bottom: 7px; }
  
  .pd-y-7-f {
    padding-top: 7px !important;
    padding-bottom: 7px !important; }
  
  .pd-x-7 {
    padding-left: 7px;
    padding-right: 7px; }
  
  .pd-x-7-f {
    padding-left: 7px !important;
    padding-right: 7px !important; }
  
  .pd-t-7 {
    padding-top: 7px; }
  
  .pd-r-7 {
    padding-right: 7px; }
  
  .pd-b-7 {
    padding-bottom: 7px; }
  
  .pd-l-7 {
    padding-left: 7px; }
  
  .pd-t-7-f {
    padding-top: 7px !important; }
  
  .pd-r-7-f {
    padding-right: 7px !important; }
  
  .pd-b-7-f {
    padding-bottom: 7px !important; }
  
  .pd-l-7-f {
    padding-left: 7px !important; }
  
  .pd-8 {
    padding: 8px; }
  
  .pd-8-f {
    padding: 8px !important; }
  
  .pd-y-8 {
    padding-top: 8px;
    padding-bottom: 8px; }
  
  .pd-y-8-f {
    padding-top: 8px !important;
    padding-bottom: 8px !important; }
  
  .pd-x-8 {
    padding-left: 8px;
    padding-right: 8px; }
  
  .pd-x-8-f {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  
  .pd-t-8 {
    padding-top: 8px; }
  
  .pd-r-8 {
    padding-right: 8px; }
  
  .pd-b-8 {
    padding-bottom: 8px; }
  
  .pd-l-8 {
    padding-left: 8px; }
  
  .pd-t-8-f {
    padding-top: 8px !important; }
  
  .pd-r-8-f {
    padding-right: 8px !important; }
  
  .pd-b-8-f {
    padding-bottom: 8px !important; }
  
  .pd-l-8-f {
    padding-left: 8px !important; }
  
  .pd-9 {
    padding: 9px; }
  
  .pd-9-f {
    padding: 9px !important; }
  
  .pd-y-9 {
    padding-top: 9px;
    padding-bottom: 9px; }
  
  .pd-y-9-f {
    padding-top: 9px !important;
    padding-bottom: 9px !important; }
  
  .pd-x-9 {
    padding-left: 9px;
    padding-right: 9px; }
  
  .pd-x-9-f {
    padding-left: 9px !important;
    padding-right: 9px !important; }
  
  .pd-t-9 {
    padding-top: 9px; }
  
  .pd-r-9 {
    padding-right: 9px; }
  
  .pd-b-9 {
    padding-bottom: 9px; }
  
  .pd-l-9 {
    padding-left: 9px; }
  
  .pd-t-9-f {
    padding-top: 9px !important; }
  
  .pd-r-9-f {
    padding-right: 9px !important; }
  
  .pd-b-9-f {
    padding-bottom: 9px !important; }
  
  .pd-l-9-f {
    padding-left: 9px !important; }
  
  .pd-10 {
    padding: 10px; }
  
  .pd-10-f {
    padding: 10px !important; }
  
  .pd-y-10 {
    padding-top: 10px;
    padding-bottom: 10px; }
  
  .pd-y-10-f {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  
  .pd-x-10 {
    padding-left: 10px;
    padding-right: 10px; }
  
  .pd-x-10-f {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  
  .pd-t-10 {
    padding-top: 10px; }
  
  .pd-r-10 {
    padding-right: 10px; }
  
  .pd-b-10 {
    padding-bottom: 10px; }
  
  .pd-l-10 {
    padding-left: 10px; }
  
  .pd-t-10-f {
    padding-top: 10px !important; }
  
  .pd-r-10-f {
    padding-right: 10px !important; }
  
  .pd-b-10-f {
    padding-bottom: 10px !important; }
  
  .pd-l-10-f {
    padding-left: 10px !important; }
  
  .pd-15 {
    padding: 15px; }
  
  .pd-15-f {
    padding: 15px !important; }
  
  .pd-y-15 {
    padding-top: 15px;
    padding-bottom: 15px; }
  
  .pd-y-15-f {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  
  .pd-x-15 {
    padding-left: 15px;
    padding-right: 15px; }
  
  .pd-x-15-f {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  
  .pd-t-15 {
    padding-top: 15px; }
  
  .pd-r-15 {
    padding-right: 15px; }
  
  .pd-b-15 {
    padding-bottom: 15px; }
  
  .pd-l-15 {
    padding-left: 15px; }
  
  .pd-t-15-f {
    padding-top: 15px !important; }
  
  .pd-r-15-f {
    padding-right: 15px !important; }
  
  .pd-b-15-f {
    padding-bottom: 15px !important; }
  
  .pd-l-15-f {
    padding-left: 15px !important; }
  
  .pd-t-16 {
    padding-top: 16px; }
  
  .pd-l-16 {
    padding-left: 16px; }
  
  .pd-r-16 {
    padding-right: 16px; }
  
  .pd-16 {
    padding: 16px;
  }
  
  .pd-x-16 {
    padding-left: 16px;
    padding-right: 16px; }
  
  .pd-y-16 {
    padding-top: 16px;
    padding-bottom: 16px; }
  
  .pd-20 {
    padding: 20px; }
  
  .pd-20-f {
    padding: 20px !important; }
  
  .pd-y-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  
  .pd-y-20-f {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  
  .pd-x-20 {
    padding-left: 20px;
    padding-right: 20px; }
  
  .pd-x-20-f {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  
  .pd-t-20 {
    padding-top: 20px; }
  
  .pd-r-20 {
    padding-right: 20px; }
  
  .pd-b-20 {
    padding-bottom: 20px; }
  
  .pd-l-20 {
    padding-left: 20px; }
  
  .pd-t-20-f {
    padding-top: 20px !important; }
  
  .pd-r-20-f {
    padding-right: 20px !important; }
  
  .pd-b-20-f {
    padding-bottom: 20px !important; }
  
  .pd-l-20-f {
    padding-left: 20px !important; }
  
  .pd-24 {
    padding: 24px; }
  
  .pd-l-24 {
    padding-left: 24px; }
  
  .pd-r-24 {
    padding-right: 24px; }
  
  .pd-t-24 {
    padding-top: 24px; }
  
  .pd-x-24 {
    padding-left: 24px;
    padding-right: 24px; }
  
  .pd-25 {
    padding: 25px; }
  
  .pd-25-f {
    padding: 25px !important; }
  
  .pd-y-25 {
    padding-top: 25px;
    padding-bottom: 25px; }
  
  .pd-y-25-f {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  
  .pd-x-25 {
    padding-left: 25px;
    padding-right: 25px; }
  
  .pd-x-25-f {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  
  .pd-t-25 {
    padding-top: 25px; }
  
  .pd-r-25 {
    padding-right: 25px; }
  
  .pd-b-25 {
    padding-bottom: 25px; }
  
  .pd-l-25 {
    padding-left: 25px; }
  
  .pd-t-25-f {
    padding-top: 25px !important; }
  
  .pd-r-25-f {
    padding-right: 25px !important; }
  
  .pd-b-25-f {
    padding-bottom: 25px !important; }
  
  .pd-l-25-f {
    padding-left: 25px !important; }
  
  .pd-30 {
    padding: 30px; }
  
  .pd-30-f {
    padding: 30px !important; }
  
  .pd-y-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
  
  .pd-y-30-f {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  
  .pd-x-30 {
    padding-left: 30px;
    padding-right: 30px; }
  
  .pd-x-30-f {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  
  .pd-t-30 {
    padding-top: 30px; }
  
  .pd-r-30 {
    padding-right: 30px; }
  
  .pd-b-30 {
    padding-bottom: 30px; }
  
  .pd-l-30 {
    padding-left: 30px; }
  
  .pd-t-30-f {
    padding-top: 30px !important; }
  
  .pd-r-30-f {
    padding-right: 30px !important; }
  
  .pd-b-30-f {
    padding-bottom: 30px !important; }
  
  .pd-l-30-f {
    padding-left: 30px !important; }
  
  .pd-35 {
    padding: 35px; }
  
  .pd-35-f {
    padding: 35px !important; }
  
  .pd-y-35 {
    padding-top: 35px;
    padding-bottom: 35px; }
  
  .pd-y-35-f {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }
  
  .pd-x-35 {
    padding-left: 35px;
    padding-right: 35px; }
  
  .pd-x-35-f {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  
  .pd-t-35 {
    padding-top: 35px; }
  
  .pd-r-35 {
    padding-right: 35px; }
  
  .pd-b-35 {
    padding-bottom: 35px; }
  
  .pd-l-35 {
    padding-left: 35px; }
  
  .pd-t-35-f {
    padding-top: 35px !important; }
  
  .pd-r-35-f {
    padding-right: 35px !important; }
  
  .pd-b-35-f {
    padding-bottom: 35px !important; }
  
  .pd-l-35-f {
    padding-left: 35px !important; }
  
  .pd-40 {
    padding: 40px; }
  
  .pd-40-f {
    padding: 40px !important; }
  
  .pd-y-40 {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .pd-y-40-f {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  
  .pd-x-40 {
    padding-left: 40px;
    padding-right: 40px; }
  
  .pd-x-40-f {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  
  .pd-t-40 {
    padding-top: 40px; }
  
  .pd-r-40 {
    padding-right: 40px; }
  
  .pd-b-40 {
    padding-bottom: 40px; }
  
  .pd-l-40 {
    padding-left: 40px; }
  
  .pd-t-40-f {
    padding-top: 40px !important; }
  
  .pd-r-40-f {
    padding-right: 40px !important; }
  
  .pd-b-40-f {
    padding-bottom: 40px !important; }
  
  .pd-l-40-f {
    padding-left: 40px !important; }
  
  .pd-45 {
    padding: 45px; }
  
  .pd-45-f {
    padding: 45px !important; }
  
  .pd-y-45 {
    padding-top: 45px;
    padding-bottom: 45px; }
  
  .pd-y-45-f {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  
  .pd-x-45 {
    padding-left: 45px;
    padding-right: 45px; }
  
  .pd-x-45-f {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  
  .pd-t-45 {
    padding-top: 45px; }
  
  .pd-r-45 {
    padding-right: 45px; }
  
  .pd-b-45 {
    padding-bottom: 45px; }
  
  .pd-l-45 {
    padding-left: 45px; }
  
  .pd-t-45-f {
    padding-top: 45px !important; }
  
  .pd-r-45-f {
    padding-right: 45px !important; }
  
  .pd-b-45-f {
    padding-bottom: 45px !important; }
  
  .pd-l-45-f {
    padding-left: 45px !important; }
  
  .pd-50 {
    padding: 50px; }
  
  .pd-50-f {
    padding: 50px !important; }
  
  .pd-y-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
  
  .pd-y-50-f {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  
  .pd-x-50 {
    padding-left: 50px;
    padding-right: 50px; }
  
  .pd-x-50-f {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  
  .pd-t-50 {
    padding-top: 50px; }
  
  .pd-r-50 {
    padding-right: 50px; }
  
  .pd-b-50 {
    padding-bottom: 50px; }
  
  .pd-l-50 {
    padding-left: 50px; }
  
  .pd-t-50-f {
    padding-top: 50px !important; }
  
  .pd-r-50-f {
    padding-right: 50px !important; }
  
  .pd-b-50-f {
    padding-bottom: 50px !important; }
  
  .pd-l-50-f {
    padding-left: 50px !important; }
  
  .pd-55 {
    padding: 55px; }
  
  .pd-55-f {
    padding: 55px !important; }
  
  .pd-y-55 {
    padding-top: 55px;
    padding-bottom: 55px; }
  
  .pd-y-55-f {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  
  .pd-x-55 {
    padding-left: 55px;
    padding-right: 55px; }
  
  .pd-x-55-f {
    padding-left: 55px !important;
    padding-right: 55px !important; }
  
  .pd-t-55 {
    padding-top: 55px; }
  
  .pd-r-55 {
    padding-right: 55px; }
  
  .pd-b-55 {
    padding-bottom: 55px; }
  
  .pd-l-55 {
    padding-left: 55px; }
  
  .pd-t-55-f {
    padding-top: 55px !important; }
  
  .pd-r-55-f {
    padding-right: 55px !important; }
  
  .pd-b-55-f {
    padding-bottom: 55px !important; }
  
  .pd-l-55-f {
    padding-left: 55px !important; }
  
  .pd-60 {
    padding: 60px; }
  
  .pd-60-f {
    padding: 60px !important; }
  
  .pd-y-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  
  .pd-y-60-f {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  
  .pd-x-60 {
    padding-left: 60px;
    padding-right: 60px; }
  
  .pd-x-60-f {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  
  .pd-t-60 {
    padding-top: 60px; }
  
  .pd-r-60 {
    padding-right: 60px; }
  
  .pd-b-60 {
    padding-bottom: 60px; }
  
  .pd-l-60 {
    padding-left: 60px; }
  
  .pd-t-60-f {
    padding-top: 60px !important; }
  
  .pd-r-60-f {
    padding-right: 60px !important; }
  
  .pd-b-60-f {
    padding-bottom: 60px !important; }
  
  .pd-l-60-f {
    padding-left: 60px !important; }
  
  .pd-65 {
    padding: 65px; }
  
  .pd-65-f {
    padding: 65px !important; }
  
  .pd-y-65 {
    padding-top: 65px;
    padding-bottom: 65px; }
  
  .pd-y-65-f {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }
  
  .pd-x-65 {
    padding-left: 65px;
    padding-right: 65px; }
  
  .pd-x-65-f {
    padding-left: 65px !important;
    padding-right: 65px !important; }
  
  .pd-t-65 {
    padding-top: 65px; }
  
  .pd-r-65 {
    padding-right: 65px; }
  
  .pd-b-65 {
    padding-bottom: 65px; }
  
  .pd-l-65 {
    padding-left: 65px; }
  
  .pd-t-65-f {
    padding-top: 65px !important; }
  
  .pd-r-65-f {
    padding-right: 65px !important; }
  
  .pd-b-65-f {
    padding-bottom: 65px !important; }
  
  .pd-l-65-f {
    padding-left: 65px !important; }
  
  .pd-70 {
    padding: 70px; }
  
  .pd-70-f {
    padding: 70px !important; }
  
  .pd-y-70 {
    padding-top: 70px;
    padding-bottom: 70px; }
  
  .pd-y-70-f {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  
  .pd-x-70 {
    padding-left: 70px;
    padding-right: 70px; }
  
  .pd-x-70-f {
    padding-left: 70px !important;
    padding-right: 70px !important; }
  
  .pd-t-70 {
    padding-top: 70px; }
  
  .pd-r-70 {
    padding-right: 70px; }
  
  .pd-b-70 {
    padding-bottom: 70px; }
  
  .pd-l-70 {
    padding-left: 70px; }
  
  .pd-t-70-f {
    padding-top: 70px !important; }
  
  .pd-r-70-f {
    padding-right: 70px !important; }
  
  .pd-b-70-f {
    padding-bottom: 70px !important; }
  
  .pd-l-70-f {
    padding-left: 70px !important; }
  
  .pd-75 {
    padding: 75px; }
  
  .pd-75-f {
    padding: 75px !important; }
  
  .pd-y-75 {
    padding-top: 75px;
    padding-bottom: 75px; }
  
  .pd-y-75-f {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }
  
  .pd-x-75 {
    padding-left: 75px;
    padding-right: 75px; }
  
  .pd-x-75-f {
    padding-left: 75px !important;
    padding-right: 75px !important; }
  
  .pd-t-75 {
    padding-top: 75px; }
  
  .pd-r-75 {
    padding-right: 75px; }
  
  .pd-b-75 {
    padding-bottom: 75px; }
  
  .pd-l-75 {
    padding-left: 75px; }
  
  .pd-t-75-f {
    padding-top: 75px !important; }
  
  .pd-r-75-f {
    padding-right: 75px !important; }
  
  .pd-b-75-f {
    padding-bottom: 75px !important; }
  
  .pd-l-75-f {
    padding-left: 75px !important; }
  
  .pd-80 {
    padding: 80px; }
  
  .pd-80-f {
    padding: 80px !important; }
  
  .pd-y-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  
  .pd-y-80-f {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  
  .pd-x-80 {
    padding-left: 80px;
    padding-right: 80px; }
  
  .pd-x-80-f {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  
  .pd-t-80 {
    padding-top: 80px; }
  
  .pd-r-80 {
    padding-right: 80px; }
  
  .pd-b-80 {
    padding-bottom: 80px; }
  
  .pd-l-80 {
    padding-left: 80px; }
  
  .pd-t-80-f {
    padding-top: 80px !important; }
  
  .pd-r-80-f {
    padding-right: 80px !important; }
  
  .pd-b-80-f {
    padding-bottom: 80px !important; }
  
  .pd-l-80-f {
    padding-left: 80px !important; }
  
  .pd-85 {
    padding: 85px; }
  
  .pd-85-f {
    padding: 85px !important; }
  
  .pd-y-85 {
    padding-top: 85px;
    padding-bottom: 85px; }
  
  .pd-y-85-f {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }
  
  .pd-x-85 {
    padding-left: 85px;
    padding-right: 85px; }
  
  .pd-x-85-f {
    padding-left: 85px !important;
    padding-right: 85px !important; }
  
  .pd-t-85 {
    padding-top: 85px; }
  
  .pd-r-85 {
    padding-right: 85px; }
  
  .pd-b-85 {
    padding-bottom: 85px; }
  
  .pd-l-85 {
    padding-left: 85px; }
  
  .pd-t-85-f {
    padding-top: 85px !important; }
  
  .pd-r-85-f {
    padding-right: 85px !important; }
  
  .pd-b-85-f {
    padding-bottom: 85px !important; }
  
  .pd-l-85-f {
    padding-left: 85px !important; }
  
  .pd-90 {
    padding: 90px; }
  
  .pd-90-f {
    padding: 90px !important; }
  
  .pd-y-90 {
    padding-top: 90px;
    padding-bottom: 90px; }
  
  .pd-y-90-f {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  
  .pd-x-90 {
    padding-left: 90px;
    padding-right: 90px; }
  
  .pd-x-90-f {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  
  .pd-t-90 {
    padding-top: 90px; }
  
  .pd-r-90 {
    padding-right: 90px; }
  
  .pd-b-90 {
    padding-bottom: 90px; }
  
  .pd-l-90 {
    padding-left: 90px; }
  
  .pd-t-90-f {
    padding-top: 90px !important; }
  
  .pd-r-90-f {
    padding-right: 90px !important; }
  
  .pd-b-90-f {
    padding-bottom: 90px !important; }
  
  .pd-l-90-f {
    padding-left: 90px !important; }
  
  .pd-95 {
    padding: 95px; }
  
  .pd-95-f {
    padding: 95px !important; }
  
  .pd-y-95 {
    padding-top: 95px;
    padding-bottom: 95px; }
  
  .pd-y-95-f {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }
  
  .pd-x-95 {
    padding-left: 95px;
    padding-right: 95px; }
  
  .pd-x-95-f {
    padding-left: 95px !important;
    padding-right: 95px !important; }
  
  .pd-t-95 {
    padding-top: 95px; }
  
  .pd-r-95 {
    padding-right: 95px; }
  
  .pd-b-95 {
    padding-bottom: 95px; }
  
  .pd-l-95 {
    padding-left: 95px; }
  
  .pd-t-95-f {
    padding-top: 95px !important; }
  
  .pd-r-95-f {
    padding-right: 95px !important; }
  
  .pd-b-95-f {
    padding-bottom: 95px !important; }
  
  .pd-l-95-f {
    padding-left: 95px !important; }
  
  .pd-100 {
    padding: 100px; }
  
  .pd-100-f {
    padding: 100px !important; }
  
  .pd-y-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  
  .pd-y-100-f {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  
  .pd-x-100 {
    padding-left: 100px;
    padding-right: 100px; }
  
  .pd-x-100-f {
    padding-left: 100px !important;
    padding-right: 100px !important; }
  
  .pd-t-100 {
    padding-top: 100px; }
  
  .pd-r-100 {
    padding-right: 100px; }
  
  .pd-b-100 {
    padding-bottom: 100px; }
  
  .pd-l-100 {
    padding-left: 100px; }
  
  .pd-t-100-f {
    padding-top: 100px !important; }
  
  .pd-r-100-f {
    padding-right: 100px !important; }
  
  .pd-b-100-f {
    padding-bottom: 100px !important; }
  
  .pd-l-100-f {
    padding-left: 100px !important; }
  
  .pd-110 {
    padding: 110px; }
  
  .pd-110-f {
    padding: 110px !important; }
  
  .pd-y-110 {
    padding-top: 110px;
    padding-bottom: 110px; }
  
  .pd-y-110-f {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  
  .pd-x-110 {
    padding-left: 110px;
    padding-right: 110px; }
  
  .pd-x-110-f {
    padding-left: 110px !important;
    padding-right: 110px !important; }
  
  .pd-t-110 {
    padding-top: 110px; }
  
  .pd-r-110 {
    padding-right: 110px; }
  
  .pd-b-110 {
    padding-bottom: 110px; }
  
  .pd-l-110 {
    padding-left: 110px; }
  
  .pd-t-110-f {
    padding-top: 110px !important; }
  
  .pd-r-110-f {
    padding-right: 110px !important; }
  
  .pd-b-110-f {
    padding-bottom: 110px !important; }
  
  .pd-l-110-f {
    padding-left: 110px !important; }
  
  .pd-120 {
    padding: 120px; }
  
  .pd-120-f {
    padding: 120px !important; }
  
  .pd-y-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  
  .pd-y-120-f {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  
  .pd-x-120 {
    padding-left: 120px;
    padding-right: 120px; }
  
  .pd-x-120-f {
    padding-left: 120px !important;
    padding-right: 120px !important; }
  
  .pd-t-120 {
    padding-top: 120px; }
  
  .pd-r-120 {
    padding-right: 120px; }
  
  .pd-b-120 {
    padding-bottom: 120px; }
  
  .pd-l-120 {
    padding-left: 120px; }
  
  .pd-t-120-f {
    padding-top: 120px !important; }
  
  .pd-r-120-f {
    padding-right: 120px !important; }
  
  .pd-b-120-f {
    padding-bottom: 120px !important; }
  
  .pd-l-120-f {
    padding-left: 120px !important; }
  
  .pd-130 {
    padding: 130px; }
  
  .pd-130-f {
    padding: 130px !important; }
  
  .pd-y-130 {
    padding-top: 130px;
    padding-bottom: 130px; }
  
  .pd-y-130-f {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  
  .pd-x-130 {
    padding-left: 130px;
    padding-right: 130px; }
  
  .pd-x-130-f {
    padding-left: 130px !important;
    padding-right: 130px !important; }
  
  .pd-t-130 {
    padding-top: 130px; }
  
  .pd-r-130 {
    padding-right: 130px; }
  
  .pd-b-130 {
    padding-bottom: 130px; }
  
  .pd-l-130 {
    padding-left: 130px; }
  
  .pd-t-130-f {
    padding-top: 130px !important; }
  
  .pd-r-130-f {
    padding-right: 130px !important; }
  
  .pd-b-130-f {
    padding-bottom: 130px !important; }
  
  .pd-l-130-f {
    padding-left: 130px !important; }
  
  .pd-140 {
    padding: 140px; }
  
  .pd-140-f {
    padding: 140px !important; }
  
  .pd-y-140 {
    padding-top: 140px;
    padding-bottom: 140px; }
  
  .pd-y-140-f {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  
  .pd-x-140 {
    padding-left: 140px;
    padding-right: 140px; }
  
  .pd-x-140-f {
    padding-left: 140px !important;
    padding-right: 140px !important; }
  
  .pd-t-140 {
    padding-top: 140px; }
  
  .pd-r-140 {
    padding-right: 140px; }
  
  .pd-b-140 {
    padding-bottom: 140px; }
  
  .pd-l-140 {
    padding-left: 140px; }
  
  .pd-t-140-f {
    padding-top: 140px !important; }
  
  .pd-r-140-f {
    padding-right: 140px !important; }
  
  .pd-b-140-f {
    padding-bottom: 140px !important; }
  
  .pd-l-140-f {
    padding-left: 140px !important; }
  
  .pd-150 {
    padding: 150px; }
  
  .pd-150-f {
    padding: 150px !important; }
  
  .pd-y-150 {
    padding-top: 150px;
    padding-bottom: 150px; }
  
  .pd-y-150-f {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  
  .pd-x-150 {
    padding-left: 150px;
    padding-right: 150px; }
  
  .pd-x-150-f {
    padding-left: 150px !important;
    padding-right: 150px !important; }
  
  .pd-t-150 {
    padding-top: 150px; }
  
  .pd-r-150 {
    padding-right: 150px; }
  
  .pd-b-150 {
    padding-bottom: 150px; }
  
  .pd-l-150 {
    padding-left: 150px; }
  
  .pd-t-150-f {
    padding-top: 150px !important; }
  
  .pd-r-150-f {
    padding-right: 150px !important; }
  
  .pd-b-150-f {
    padding-bottom: 150px !important; }
  
  .pd-l-150-f {
    padding-left: 150px !important; }
  
  .pd-160 {
    padding: 160px; }
  
  .pd-160-f {
    padding: 160px !important; }
  
  .pd-y-160 {
    padding-top: 160px;
    padding-bottom: 160px; }
  
  .pd-y-160-f {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  
  .pd-x-160 {
    padding-left: 160px;
    padding-right: 160px; }
  
  .pd-x-160-f {
    padding-left: 160px !important;
    padding-right: 160px !important; }
  
  .pd-t-160 {
    padding-top: 160px; }
  
  .pd-r-160 {
    padding-right: 160px; }
  
  .pd-b-160 {
    padding-bottom: 160px; }
  
  .pd-l-160 {
    padding-left: 160px; }
  
  .pd-t-160-f {
    padding-top: 160px !important; }
  
  .pd-r-160-f {
    padding-right: 160px !important; }
  
  .pd-b-160-f {
    padding-bottom: 160px !important; }
  
  .pd-l-160-f {
    padding-left: 160px !important; }
  
  .pd-170 {
    padding: 170px; }
  
  .pd-170-f {
    padding: 170px !important; }
  
  .pd-y-170 {
    padding-top: 170px;
    padding-bottom: 170px; }
  
  .pd-y-170-f {
    padding-top: 170px !important;
    padding-bottom: 170px !important; }
  
  .pd-x-170 {
    padding-left: 170px;
    padding-right: 170px; }
  
  .pd-x-170-f {
    padding-left: 170px !important;
    padding-right: 170px !important; }
  
  .pd-t-170 {
    padding-top: 170px; }
  
  .pd-r-170 {
    padding-right: 170px; }
  
  .pd-b-170 {
    padding-bottom: 170px; }
  
  .pd-l-170 {
    padding-left: 170px; }
  
  .pd-t-170-f {
    padding-top: 170px !important; }
  
  .pd-r-170-f {
    padding-right: 170px !important; }
  
  .pd-b-170-f {
    padding-bottom: 170px !important; }
  
  .pd-l-170-f {
    padding-left: 170px !important; }
  
  .pd-180 {
    padding: 180px; }
  
  .pd-180-f {
    padding: 180px !important; }
  
  .pd-y-180 {
    padding-top: 180px;
    padding-bottom: 180px; }
  
  .pd-y-180-f {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  
  .pd-x-180 {
    padding-left: 180px;
    padding-right: 180px; }
  
  .pd-x-180-f {
    padding-left: 180px !important;
    padding-right: 180px !important; }
  
  .pd-t-180 {
    padding-top: 180px; }
  
  .pd-r-180 {
    padding-right: 180px; }
  
  .pd-b-180 {
    padding-bottom: 180px; }
  
  .pd-l-180 {
    padding-left: 180px; }
  
  .pd-t-180-f {
    padding-top: 180px !important; }
  
  .pd-r-180-f {
    padding-right: 180px !important; }
  
  .pd-b-180-f {
    padding-bottom: 180px !important; }
  
  .pd-l-180-f {
    padding-left: 180px !important; }
  
  .pd-190 {
    padding: 190px; }
  
  .pd-190-f {
    padding: 190px !important; }
  
  .pd-y-190 {
    padding-top: 190px;
    padding-bottom: 190px; }
  
  .pd-y-190-f {
    padding-top: 190px !important;
    padding-bottom: 190px !important; }
  
  .pd-x-190 {
    padding-left: 190px;
    padding-right: 190px; }
  
  .pd-x-190-f {
    padding-left: 190px !important;
    padding-right: 190px !important; }
  
  .pd-t-190 {
    padding-top: 190px; }
  
  .pd-r-190 {
    padding-right: 190px; }
  
  .pd-b-190 {
    padding-bottom: 190px; }
  
  .pd-l-190 {
    padding-left: 190px; }
  
  .pd-t-190-f {
    padding-top: 190px !important; }
  
  .pd-r-190-f {
    padding-right: 190px !important; }
  
  .pd-b-190-f {
    padding-bottom: 190px !important; }
  
  .pd-l-190-f {
    padding-left: 190px !important; }
  
  .pd-200 {
    padding: 200px; }
  
  .pd-200-f {
    padding: 200px !important; }
  
  .pd-y-200 {
    padding-top: 200px;
    padding-bottom: 200px; }
  
  .pd-y-200-f {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  
  .pd-x-200 {
    padding-left: 200px;
    padding-right: 200px; }
  
  .pd-x-200-f {
    padding-left: 200px !important;
    padding-right: 200px !important; }
  
  .pd-t-200 {
    padding-top: 200px; }
  
  .pd-r-200 {
    padding-right: 200px; }
  
  .pd-b-200 {
    padding-bottom: 200px; }
  
  .pd-l-200 {
    padding-left: 200px; }
  
  .pd-t-200-f {
    padding-top: 200px !important; }
  
  .pd-r-200-f {
    padding-right: 200px !important; }
  
  .pd-b-200-f {
    padding-bottom: 200px !important; }
  
  .pd-l-200-f {
    padding-left: 200px !important; }

    
/* other */
.pointer {
    cursor: pointer;
}
.theme-color {
    color: #56C700 !important;
}
.theme-bg-color {
    background-color: #56C700 !important;
}
.bg-white-content {
    background-color: #fff;
}
.cover-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cursor-default {
    cursor: default;
}
.font-bold {
    font-weight: bold;
}
.font-size-8 {
    font-size: 8px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-19 {
    font-size: 19px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-21 {
    font-size: 21px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.font-size-23 {
    font-size: 23px !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.font-size-26 {
    font-size: 26px !important;
}
.font-size-28 {
    font-size: 28px !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.font-size-32 {
    font-size: 32px !important;
}
.font-size-34 {
    font-size: 34px !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.font-size-38 {
    font-size: 38px !important;
}
.font-size-40 {
    font-size: 40px !important;
}
.font-size-42 {
    font-size: 42px !important;
}
.font-size-46 {
    font-size: 46px !important;
}

.iconfont.icon-loading {
    font-size: 20px;
    color: #fff;
    animation: loading-icon .7s linear infinite;
    margin-right: 3px;
}
@keyframes loading-icon {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.global-loading-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 9999;
}
.global-loading-mask .global-loading i {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
