﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px !important;
    line-height: 1.8 !important;
    font-weight: 300 !important;
    color: #4d4d4d !important;
    transition: 0.4s ease all;
    position: relative;
}


.ft14 {
    font-size: 14px !important;
}

.mgBot20 {
    margin-bottom: 20px;
}

.mt10 {
    margin-top: 10px !important;
}

.ft15 {
    font-size: 15px !important;
}

.fob {
    font-weight: bold !important;
}

.lht18 {
    line-height: 1.8;
}

.mg-bt15 {
    margin-bottom: 15px;
}

.mg-top15 {
    margin-top: 15px;
}

.container {
    max-width: 1230px;
    margin: auto;
}

.mail_conent {
    padding-top: 30px;
}
/* header */
#header {
    border-top: 5px solid #0094d7;
    border-bottom: 3px solid #efeeec;
    height: 67px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 0;
}

    #header .container .logo {
        width: 170px;
        height: 65px;
        margin-top: 8px;
    }

    #header .nav {
        width: 735px;
        display: inline-block;
        float: right;
        padding: 16px 0;
    }

    #header #KeywordSearch .search_box {
        float: left;
        position: relative;
    }

        #header #KeywordSearch .search_box input[type="text"] {
            background: #fff none repeat scroll 0 0;
            padding: 5px 70px 5px 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 2px solid #f48e00;
            height: 35px;
            width: 430px;
            font-size: 12.5px;
            color: #44423c !important;
            float: left;
            margin-left: 0;
            -webkit-box-shadow: inset 0 0 1px 0 rgba(243,148,0,0.8);
            -moz-box-shadow: inset 0 0 1px 0 rgba(243,148,0,0.8);
            box-shadow: inset 0 0 1px 0 rgba(243,148,0,0.8);
        }

        #header #KeywordSearch .search_box input[type="submit"] {
            background: #f48e00 url(../images/icon-search.png) no-repeat scroll 50% 50%;
            border: medium none;
            cursor: pointer;
            padding: 5px;
            position: absolute;
            right: 0;
            text-indent: -99999px;
            width: 70px;
            height: 35px;
            -webkit-border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

::-webkit-input-placeholder {
    color: #44423c;
    -webkit-font-smoothing: antialiased;
    padding-top: 4px;
}

:-moz-placeholder {
    color: #44423c;
    padding-top: 4px;
}

::-moz-placeholder {
    color: #44423c;
    padding-top: 4px;
}

:-ms-input-placeholder {
    color: #44423c;
    padding-top: 4px;
}

#header .user_corner {
    float: right;
}

    #header .user_corner ul li {
        float: left;
        margin: 0 0 0 8px;
        height: 35px;
        line-height: 35px;
    }

        #header .user_corner ul li a {
            display: inline-block;
            font-weight: 700;
            text-decoration: none;
            padding: 0 10px;
            color: #44423c;
        }

            #header .user_corner ul li a:hover {
                color: #0077c9;
            }

        #header .user_corner ul li.wishlist, #header .user_corner ul li.recent {
            text-align: left;
            width: auto;
        }

        #header .user_corner ul li.help_faq {
            font-size: 12px;
            text-align: left;
        }

        #header .user_corner ul li.help_faq,
        #header .user_corner ul li.wishlist,
        #header .user_corner ul li.recent {
            margin-left: 5px;
            line-height: 35px;
        }

            #header .user_corner ul li.wishlist a .count {
                background: #f39400;
                border: none;
                border-radius: 12px;
                -moz-border-radius: 12px;
                -webkit-border-radius: 12px;
                font-size: 8px;
                padding: 3px 5px;
                color: #FFFFFF;
                text-indent: 0;
                font-weight: bold;
                position: absolute;
                top: 2px;
                right: 0px;
                letter-spacing: 0;
            }

@media (max-width: 1199px) and (min-width: 992px) {
    #header .user_corner ul li.wishlist a .count {
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        padding: 0;
    }
}

#header .user_corner ul li.recent .tip {
    position: absolute;
    opacity: 0;
    top: -14px;
    left: -15px;
    width: 60px;
    padding: 5px;
    border-radius: 2px;
    background: #f48e00;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    transition: .3s;
    letter-spacing: 0.2;
    text-align: center;
}

#header .user_corner ul li.wishlist .tip {
    position: absolute;
    opacity: 0;
    top: -14px;
    left: -15px;
    width: 65px;
    padding: 5px;
    border-radius: 2px;
    background: #f48e00;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    transition: .3s;
    letter-spacing: 0.2;
    text-align: center;
}

#header .user_corner ul li.help_faq .tip {
    position: absolute;
    opacity: 0;
    top: -14px;
    left: -14px;
    width: 50px;
    padding: 5px;
    border-radius: 2px;
    background: #f48e00;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    transition: .3s;
    letter-spacing: 0.2;
    text-align: center;
}

#header .user_corner ul li.recent .tip:after, #header .user_corner ul li.wishlist .tip:after {
    position: absolute;
    top: 100%;
    left: 23px;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top: 6px solid #f48e00;
    content: "";
}

#header .user_corner ul li.help_faq .tip:after {
    position: absolute;
    top: 100%;
    left: 20px;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top: 6px solid #f48e00;
    content: "";
}

#header .user_corner ul li.recent:hover .tip, #header .user_corner ul li.wishlist:hover .tip, #header .user_corner ul li.help_faq:hover .tip {
    opacity: 1;
    top: -21px;
}

#header .user_corner ul li.btn_account {
    border: 1px solid #F39400;
    position: relative;
    z-index: 1050 !important;
    line-height: 35px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    list-style: none;
}



    /* user account dropdown */
    #header .user_corner ul li.btn_account .dropdown {
        background: #fff;
        border: 1px solid #F39400;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        display: none;
        overflow: hidden;
        padding: 17px 30px;
        position: absolute;
        right: -1px;
        top: 35px;
        width: 220px;
        z-index: -1;
    }

    #header .user_corner ul li.btn_account:hover a {
        padding-bottom: 3px;
    }

    #header .user_corner ul li.btn_account:hover .dropdown {
        display: block;
    }


        #header .user_corner ul li.btn_account:hover .dropdown .logged_in_name {
            font-size: 12px;
            line-height: 17px;
            margin-bottom: 5px;
        }

    #header .user_corner ul li.btn_account .dropdown ul li {
        float: none;
        border-top: 1px solid #ebebeb;
        margin: 0;
        line-height: 20px;
        list-style: none;
    }

        #header .user_corner ul li.btn_account .dropdown ul li:first-child {
            border: none;
        }

    #header .user_corner ul li.btn_account .dropdown a {
        background: none;
        color: #44423c;
        display: block;
        padding: 8px 0;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        #header .user_corner ul li.btn_account .dropdown a:hover {
            color: #0077c9;
        }

        #header .user_corner ul li.btn_account .dropdown a::after {
            border: 4px solid transparent;
            border-left-color: #0094d7;
            content: '';
            height: 0;
            position: absolute;
            right: -4px;
            top: 37%;
            width: 0;
        }

.suggest_class.ui-autocomplete {
    width: 205px !important;
}

@media (min-width: 1200px) {
    #header .user_corner ul li.help_faq a, #header .user_corner ul li.wishlist a, #header .user_corner ul li.recent a {
        text-indent: 0px;
    }
}

@media (min-width: 1200px) {
    #header .user_corner ul li.help_faq a {
        background-position: left -682px;
    }
}

@media (min-width: 1200px) {
    #header .user_corner ul li.wishlist a {
        background-position: left -56px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    #header .user_corner ul li.recent a {
        background-position: left 9px;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    #header .user_corner ul li.help_faq, #header .user_corner ul li.wishlist, #header .user_corner ul li.recent {
        width: auto;
    }
}

@media (min-width: 1200px) {
    #header .user_corner ul li, #header .user_corner ul li.help_faq, #header .user_corner ul li.wishlist, #header .user_corner ul li.recent {
        margin: 0 0 0 15px;
    }
}

@media (min-width: 1200px) {
    #header .user_corner ul li.wishlist a .count {
        background: #f39400;
        border: none;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 10px;
        font-size: 13px;
        color: #FFFFFF;
        font-weight: bold;
        position: absolute;
        top: 7px;
        right: 0px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 15px;
    }
}

@media (min-width: 1200px) {
    #header .nav {
        padding: 20px 0;
    }
}

@media (min-width: 1200px) {
    #header .nav {
        width: 955px;
    }
}

@media (min-width: 1200px) {
    #header {
        margin-bottom: 0;
        height: 75px;
    }
}


/*menu tour*/

.menu-tour .navbar {
    background: #9bb91b;
    padding: 0;
}

    .menu-tour .navbar .navbar-nav {
        margin-left: 0 !important;
    }

.menu-tour .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.menu-tour .navbar ul > li {
    color: #FFF;
    display: block;
    padding: 8px 15px;
    line-height: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-tour .navbar ul > li {
        padding: 8px 10px;
    }
}

.menu-tour .navbar ul > li .sub-menu {
    border-top: 1px solid #ececec;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.menu-tour .navbar ul > li:hover .sub-menu {
    left: auto;
    opacity: 1;
    background: #fff;
    padding: 0;
    top: 50px;
}

.menu-tour .navbar ul > li .sub-menu li {
    padding-left: 15px !important;
    display: block;
}

    .menu-tour .navbar ul > li .sub-menu li:hover {
        background: #9bb91b;
    }

.menu-tour .navbar ul > li .sub-menu a {
    padding: 10px 5px;
    display: block;
    text-decoration: none;
}

.menu-tour .navbar ul > li .sub-menu li:hover a {
    background: #9bb91b;
    color: #fff;
}

.menu-tour .sub-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.menu-tour .sub-menu a {
    background: #fff;
    border: none;
    color: #1C434E;
}

.menu-tour .navbar ul > li.active {
    background: #22964b;
}

    .menu-tour .navbar ul > li.active > a {
        color: #962f0a !important;
        font-weight: 600;
    }

.menu-tour .navbar-dark .navbar-toggler {
    border: none;
    outline: unset;
    margin: 5px 0;
}


/* responsive global */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* footer */
@media (min-width: 1300px) {
    .right-col {
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .inquiry-form2 {
        width: 74%;
        margin-left: 13%;
    }
    .left-col {
        padding-right: 0;
    }
}

@media (min-width:1200px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-9dot6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.section-footer {
    font-size: 16px;
    background: #E0E0E0;
    padding-top: 50px;
    position: relative;
    letter-spacing: .075em;
}

    .section-footer h2,
    .section-footer h3 {
        font-size: 14px;
        margin-bottom: 12px;
        white-space: nowrap;
        padding: 0;
        font-weight: 700;
        letter-spacing: .075em;
        color: #44423c;
    }

    .section-footer a {
        color: #333;
        text-decoration: none;
    }

    .section-footer li a {
        padding: 5px 0;
        font-size: 12px;
        line-height: 12px;
    }

.logo_footer {
    display: inline;
}

.logo_footer_1 {
    width: 165px;
}

.logo_footer_2 {
    width: 82px;
}

.logo_footer_3 {
    width: 105px;
}

.veltra-logo {
    width: 130px;
}

@media (max-width: 767px) {
    .search-form-tour-home.search-content.clearfix {
        width: 100%;
    }

    .search-form .btn-search {
        background: #fd8c0c !important;
        width: 100% !important;
        margin: 5px 0 !important;
    }

    .section-footer h2,
    .section-footer h3 {
        border-top: 1px solid #b7b7b7;
        padding: 20px 0;
        box-sizing: border-box;
        margin-top: 20px;
        color: inherit;
        text-shadow: unset;
        border-bottom: unset;
        background: unset;
    }

    .pt-one p {
        text-align: center;
    }

    .ft-footer-social {
        text-align: center;
    }

        .ft-footer-social .app_share {
            display: block;
            text-align: center;
            padding-top: 15px;
        }
    #dropdown{
        left: 0;
        right: 0;
        width: 93%;
        margin-left: 15px;
    }
}

.ft-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.app_share {
    padding-top: 60px;
}

.section-footer .ft-footer-social li a img {
    width: 130px;
    height: auto;
    display: inline;
    margin-bottom: 5px;
}

.section-footer .ft-footer-social li a .socical_link {
    width: auto;
    height: 19px;
}

.section-footer .copyright {
    text-align: center;
    clear: both;
    font-size: 10px;
    padding: 25px 0 15px;
    color: #333;
    line-height: 1.231;
}

#SEOTitle_2018 p.headline {
    margin: 8px 0 0 0;
    padding: 0 0 5px;
    color: #46392B;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
}

#SEOTitle_2018 {
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #E0E0E0;
    margin-top: 50px;
    padding: 35px 0;
}

#footer-section-02 {
    padding: 0 0 40px;
    background: #e7e7e7;
    font-size: 13px;
    color: #56554f;
    padding: 25px 0 30px;
}

    #footer-section-02 hr {
        border-top: 2px solid #ededed;
    }

.affiliation > div {
    padding: 0 10px 5px 12px;
    border-right: 1px dotted #EDEDED;
    text-align: left;
    font-weight: 700;
    color: #56554F;
    display: inline-block;
}

@media (max-width:991px) {
    .affiliation > div {
        padding: 0
    }
}

@media (max-width:575px) {
    .affiliation > div {
        display: block;
    }
}

.affiliation > div:first-child {
    padding-left: 0;
}

.affiliation .category .category-name {
    font-size: 13px;
    font-weight: 700;
    color: #56554F;
}

.affiliation {
    padding: 25px 0 30px;
}

    .affiliation .category {
        padding-bottom: 5px;
    }

    .affiliation .logo {
        height: 60px;
        display: inline-block;
        position: relative;
    }

    .affiliation img {
        padding: 0 5px 0 0;
    }

.wrapper_tatopbanner {
    background-size: 100%;
    width: 622px;
    height: 86px;
    background-image: url('../images/bg_btobta.jpg');
}

@media (max-width: 991px) {
    .wrapper_tatopbanner {
        width: 100%;
    }
}

.wrapper_tatopbanner .tatopbanner {
    position: relative;
}

    .wrapper_tatopbanner .tatopbanner ul.talinkbtn {
        position: absolute;
        top: 8px;
        right: 8px;
    }

.talinkbtn li {
    list-style: none;
}

    .talinkbtn li a {
        padding: 0 10px;
        display: block;
        width: 120px;
        height: 30px;
        text-align: center;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-bottom: 8px;
        cursor: pointer;
        font-weight: bold;
        font-size: 14px;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-decoration: none;
    }

.bt_color01 {
    background-color: #fff;
    border: 2px solid #2c6cb9;
    color: #0071bc;
}

.bt_color02 {
    background-color: #f4c33f;
    border: 2px solid #fff;
    color: #fff;
}

.category-tatop {
    font-weight: 700;
    margin-bottom: 5px;
}

.note {
    padding-top: 30px;
}

    .note p {
        margin: 0;
        padding: 0;
    }


/* main-content */

/* left col */

@media (min-width: 1200px) {
    .L-banner {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        position: relative;
    }
}

.L-banner img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
}

@media (max-width: 1199px) {
    .L-banner {
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .L-banner img {
        width: auto;
    }
}

#nav-theme {
    margin-bottom: 20px;
}

    #nav-theme .nav_header {
        color: #44423c;
        font-weight: 700;
        line-height: 35px;
        padding: 0 10px;
        height: 35px;
        background: #f2f2f1;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border: 1px solid #e6e6e6;
    }

        #nav-theme .nav_header h2 {
            color: #44423c;
            font-size: 100%;
            line-height: 35px;
            border-radius: 3px;
        }

    #nav-theme nav {
        border-left: #d7d7d7 1px solid;
        border-right: #d7d7d7 1px solid;
        border-bottom: #d7d7d7 1px solid;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        margin-bottom: 20px;
    }

    #nav-theme ul {
        margin-bottom: 0;
    }

    #nav-theme li {
        font-size: 16px;
        padding: 0;
        line-height: 1em;
        margin-top: -1px;
        background: url(../images/dotline-horizontal.png) repeat-x left bottom;
        list-style: none;
    }

        #nav-theme li:last-child {
            background: url(unset);
        }

        #nav-theme li a {
            color: #56554f;
            display: block;
            overflow: auto;
            padding: 11px 0;
            position: relative;
            text-decoration: none;
            text-indent: 15px;
            width: 225px;
        }

            #nav-theme li a::after {
                border: 3px solid transparent;
                border-left-color: #0094d7;
                content: '';
                height: 0;
                position: absolute;
                right: 16px;
                top: 43%;
                width: 0;
            }

@media (max-width: 991px) {
    #nav-theme li a {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #nav-theme .nav_header {
        line-height: unset;
        padding: 0;
        height: auto;
    }
}

/* right col */

/*-------*/
@media (min-width: 992px) {
    #features {
        display: flex;
        align-items: center;
        justify-content: left;
    }
}

@media (max-width: 991px) {
    #features {
        display: none;
    }
}

#colorier_container {
    margin-bottom: 30px;
}

    #colorier_container img {
        width: 100%;
        height: auto;
    }

.feature-right {
    width: 100px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

dt {
    font-weight: 700;
}

#feature-monitor {
    border: 1px solid #fd4a44;
    margin-right: 19px;
    transition: 0.4s ease all;
}

#feature-spdeal {
    border: 1px solid #f48e00;
    transition: 0.4s ease all;
}

    #feature-spdeal:hover {
        opacity: 0.8;
    }

#feature-monitor:hover {
    opacity: 0.8;
}

.feature-arrow {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 25px;
    height: 22px;
}

#feature-monitor .feature-arrow {
    background-image: url(../images/global_new_jp_sprites.png);
    background-repeat: no-repeat;
    background-position: left -304px;
    background-size: 50px auto;
}

#feature-spdeal .feature-arrow {
    background-image: url(../images/global_new_jp_sprites.png);
    background-repeat: no-repeat;
    background-position: left -355px;
    background-size: 50px auto;
}

@media (min-width: 1200px) {
    #feature-monitor .feature-arrow,
    #feature-spdeal .feature-arrow {
        background-size: auto auto;
        position: absolute;
        right: 10px;
        top: 45px;
        width: 43px;
        height: 38px;
    }
}

@media (min-width: 1200px) {
    #feature-monitor .feature-arrow {
        background-position: left -517px;
    }
}

@media (min-width: 1200px) {
    #feature-spdeal .feature-arrow {
        background-position: left -604px;
    }
}

#features .feature {
    width: 345px;
    height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 991px) {
    #features .feature {
        width: 100%;
    }
}

#feature-monitor .feature-right {
    background-color: #fd4a44;
    background-image: url(../images/global_new_jp_sprites.png);
    background-repeat: no-repeat;
    background-position: 18px -238px;
    background-size: 80px auto;
}

#feature-spdeal .feature-right {
    background-color: #f48e00;
    background-image: url(../images/global_new_jp_sprites.png);
    background-repeat: no-repeat;
    background-position: 16px -328px;
    background-size: 74px auto;
}


@media (min-width: 1200px) {
    #feature-monitor .feature-right,
    #feature-spdeal .feature-right {
        background-size: auto auto;
    }
}

@media (min-width: 1200px) {
    .feature-right {
        width: 125px;
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }
}

#features .feature {
    width: 465px;
    height: 210px;
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #features .feature {
        width: 800px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #features .feature {
        width: auto;
    }
}


@media (min-width: 1200px) {
    #feature-monitor .feature-right {
        background-position: 28px -245px;
    }
}

.feature-left {
    width: 237px;
    display: inline-block;
    position: relative;
    padding: 20px 0 20px 10px;
    height: 100%;
}

#feature-monitor .feature-title {
    color: #fd4a44;
    font-size: 13px;
}

.feature .feature-desc {
    padding: 0 0 0 0;
    font-size: 11px;
    color: #44423c;
}

#feature-spdeal .feature-title {
    color: #f48e00;
    font-size: 13px;
}

@media (min-width: 1200px) {
    #features .feature-title {
        font-size: 18px;
    }
}


@media (min-width: 1200px) {
    .feature .feature-desc {
        font-size: 14px;
        padding: 0 30px 0 0;
    }
}

@media (min-width: 1200px) {
    .feature-left {
        width: 800px;
        padding: 20px 10px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    #feature-spdeal .feature-right {
        background-position: 28px -373px;
    }
}
/*---*/

#M-column h2 {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: inherit;
    text-shadow: unset;
    border-bottom: unset;
}

@media (min-width: 1200px) {
    .M-title {
        margin: 0 0 15px;
    }
}

.M-title {
    padding-bottom: 5px;
    padding-left: 30px;
    background: url(../images/global_new_jp_sprites.png) left -193px no-repeat;
    letter-spacing: -.01px;
    line-height: 1.35;
    margin: 0 0 5px;
}

/*---*/
.campaign_item {
    overflow: hidden;
    width: 229px;
    height: 145px;
    float: left;
    margin: 5.5px;
    border-radius: 5px;
}

.caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    /*opacity: 0;*/
    visibility: visible;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}

.campaign_item a:hover .caption {
    visibility: visible;
    opacity: 1;
}

.box-center.lh24 {
    position: absolute;
    top: 50%;
    width: 100%;
}

img.lazy.img-fluid.images-responsive {
    max-height: 150px;
}

@media (min-width: 1200px) and (max-width:1299px) {
    .campaign_item {
        width: 225px;
        margin-right: 4px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .campaign_item {
        width: 227px;
    }
}

@media (max-width: 575px) {
    .campaign_item {
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }
}

.campaign_item .campaign_image {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .campaign_item .campaign_image img {
        max-width: 100%;
        transition: all 0.2s ease;
        height: 100%;
    }

@media (min-width:1200px) {
    .four-n {
        margin-right: 0 !important;
    }

    .one {
        margin-left: 0 !important;
    }
}

.campaign_item:hover .campaign_image {
    background: #333;
}

    .campaign_item:hover .campaign_image img {
        opacity: .6;
        transform: scale(1.05);
        transform-origin: 50% 50%;
    }


/*---*/

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-dots {
    display: none;
}



@media (min-width: 768px) and (max-width: 1199px) {
    .item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .item {
        width: 100%;
    }
}

.item a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.owl-next {
    width: 45px;
    height: 45px;
    float: right;
    position: absolute;
    right: -4px;
    top: auto;
    bottom: 50%;
    transform: translate(0, 50%);
}

.owl-prev {
    width: 45px;
    height: 45px;
    float: left;
    position: absolute;
    left: -4px;
    top: auto;
    bottom: 50%;
    transform: translate(0, 50%);
}

.owl-next {
    outline: none !important;
}

.owl-prev {
    outline: none !important;
}

    .owl-prev span, .owl-next span {
        font-size: 50px;
        position: absolute;
        top: auto;
        bottom: 50%;
        transform: translate(0, 50%);
        text-align: center;
        left: 0;
        right: 0;
        display: block;
        width: 45px;
        height: 45px;
        color: #fff;
        background-color: rgba(0,0,0,0.4);
        line-height: 40px;
    }

        .owl-prev span:hover, .owl-next span:hover {
            background: #fff;
            color: #f08600;
        }

.carousel_2 {
    padding-top: 10px;
}

.M-seeall {
    text-align: right;
    margin-top: 1em;
}

    .M-seeall a {
        font-weight: 700;
        display: inline-block;
        color: #0077c9;
        border: 1px solid #0094d7;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 10px 20px;
        line-height: 1;
        text-align: center;
        width: 100%;
        text-decoration: none;
        transition: 0.4s ease all;
    }

        .M-seeall a:hover,
        .M-seeall a:focus {
            color: #fff;
            background-color: #0094d7;
        }

@media (min-width: 1200px) {
    .M-seeall a {
        width: inherit;
    }
}

.item:hover .slide-image {
    background: #333;
}


    .item:hover .slide-image img {
        transform: scale(1.05);
        transition: all 0.2s ease;
        transform-origin: 50% 50%;
        border-radius: 5px;
    }


/*---*/
#fivestar dl {
    padding: 10px 15px;
}

#fivestar h2 {
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#fivestar ul {
    /* margin-left: 6px; */
    margin-left: 0;
    width: 715px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    #fivestar ul {
        width: 955px;
    }
}

#fivestar .review:hover {
    border: #ddd 1px solid;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

#fivestar .review {
    width: 225px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
    float: left;
    border: #ebebeb 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0 !important;
    min-height: 315px;
    padding: 0 !important;
}

@media (max-width: 1299px) and (min-width: 1200px) {
    #fivestar .review {
        margin-right: 10px !important;
        width: 223px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #fivestar .review {
        margin-bottom: 10px !important;
        width: 222px;
        min-height: 375px;
    }
}

#fivestar li.review:last-child {
    margin-right: 0;
}

#fivestar li {
    vertical-align: top;
}

#fivestar .M-content a {
    color: #44423c;
    text-decoration: none;
}

#fivestar .review-image {
    position: relative;
}

#fivestar .review-image {
    width: 225px;
    height: 138px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    position: relative;
    background: #333;
}

    #fivestar .review-image img {
        width: 225px;
        height: auto;
        margin-top: -15px;
        position: relative;
        transition: all 0.2s ease;
    }

#fivestar .review:hover .review-image img {
    opacity: .6;
    transform: scale(1.05);
    transform-origin: 50% 50%;
}

#fivestar .review-line {
    position: absolute;
    bottom: 0;
    width: 205px;
    background: url(../images/review-line.png) no-repeat;
    height: 50px;
    left: 10px;
    z-index: 1;
}

#fivestar .review-title {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 25px;
    width: 175px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 0 0.3em rgba(0,0,0,0.5), 0 0 0.3em rgba(0,0,0,0.5), 0 0 0.3em rgba(0,0,0,0.5);
}

#fivestar .review-flat .read_more {
    font-size: 11px;
    color: #0077c9;
    padding-left: 5px;
}

#fivestar .review-ac {
    font-size: 12px;
    font-weight: 700;
    margin: 11px 0 0;
}

#fivestar .review-ac-area {
    font-size: 10px;
    line-height: 1.4;
    color: #7f7f7f;
    text-decoration: none;
}



/*--- Bgroud ----*/

@media (min-width: 1280px) {
    .wrapper {
        width: 100% !important;
        margin: 0;
        /*padding: 0 20px;*/
    }
}

#billboard {
    width: 100%;
    clear: both;
    /*height: 535px;*/
    /*padding-top: 15px;*/
    margin-bottom: 20px;
    /*padding-bottom: 15px;*/
    position: relative;
    background-color: #e3e3e3;
}

@media(max-width: 1200px) {
    #billboard {
        overflow: hidden;
    }
}

#billboard .rectangle {
    /*-webkit-transform: skew(-15deg) translate3d(0,0,0);*/
    -moz-transform: skew(-15deg) translate3d(0,0,0);
    -o-transform: skew(-15deg) translate3d(0,0,0);
    /*-ms-transform: skew(-15deg) translate3d(0,0,0);*/
    /*transform: skew(-15deg) translate3d(0,0,0);*/
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    height: 535px;
    width: 250px;
    position: absolute;
    top: 0;
    left: -250px;
    z-index: 0;
}

    #billboard .rectangle img {
        /*-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-o-transform: skew(15deg);
	-ms-transform: skew(15deg);
	transform: skew(15deg);*/
        position: relative;
        /*left: -73px;*/
        height: auto;
        /*width: 400px;*/
    }

#billboard-l-column {
    width: 230px;
    float: left;
    position: relative;
}

@media (max-width: 1200px) {
    #billboard-l-column {
        width: 225px;
        float: left;
        position: relative;
    }
}

#nav-area {
    margin-bottom: 0;
}

    #nav-area .nav_header {
        padding: 0 20px;
        height: 40px;
        background: #454545;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
    }

        #nav-area .nav_header h2 {
            color: #fff;
            font-weight: 700;
            line-height: 40px;
            font-size: 100%;
            padding: 0;
        }

    #nav-area .amazonmenu {
        border-left: #454545 1px solid;
        border-right: #454545 1px solid;
        border-bottom: #454545 1px solid;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
    }

#sidebarmenu {
    background: #fff;
}

.amazonmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amazonmenu > ul {
    position: relative;
}

#nav-area ul {
    font-weight: 700;
}

.amazonmenu ul li {
    position: static;
}

.amazonmenu > ul li a {
    color: #56554f;
    display: block;
    overflow: auto;
    padding: 13px 0;
    position: relative;
    text-decoration: none;
    text-indent: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 223px;
    z-index: 1100;
    left: -1px;
}

#nav-area .amazonmenu .area-title a {
    border: none;
    left: 0;
    text-indent: 0;
    padding: 0;
    color: #44423c;
    display: inline;
    width: inherit;
}

#nav-area nav > ul > li {
    background: url(../images/dotline-horizontal.png) repeat-x left bottom;
    padding: 0;
    line-height: 1em;
    margin-top: -1px;
}

#nav-area nav > ul > .small {
    background: none;
    padding: .5em 1em 1px;
    display: block;
}

small {
    font-size: .85em;
}

#nav-area hr:nth-child(3) {
    margin: 0;
    border-width: 1px;
    border-color: #d7d7d7;
}

.amazonmenu ul li > div,
.amazonmenu ul li > ul {
    background: #fff;
    border: 1px solid #ee8600;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    display: none;
    font-weight: 400;
    width: 751px;
    height: 481px;
    padding: 25px 30px 30px 30px;
    position: absolute;
    left: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    transition: 0.4s ease all;
}

#nav-area nav > ul > li:hover > div {
    display: block;
}

.amazonmenu ul li > div,
.amazonmenu ul li > ul {
    left: 220px\9 !important;
}

:first-child + .cf,
#container_inner,
#contents_inner,
#lr_contents_inner,
.wrapper {
    zoom: 1;
}

#nav-area .amazonmenu .menu-close {
    background: url(../images/menu-close.png) right top no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    display: block;
}

#nav-area .amazonmenu .area-title {
    font-size: 19px;
    line-height: 1em;
    padding: 0 0 .5em;
    letter-spacing: .075em;
    font-weight: 700;
}

#nav-area ul.submenu-col {
    width: 145px;
    overflow: hidden;
    margin-right: 15px;
    float: left;
    padding-right: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: url(../images/dotline-vertical.png) repeat-y right top;
}

#nav-area .narrow-li li {
    margin-bottom: -1px;
}

#nav-area .area-caption {
    border-bottom: 1px dotted #eee;
    color: #ccc;
    font-size: 0.7em;
    font-weight: normal;
    margin-top: 3px;
}

#nav-area .other-area {
    background-color: #4cb4e3;
}

#nav-area .popular-area {
    background-color: #F99;
    border-radius: 2px;
    display: inline-block;
    padding: 2px;
    font-size: 11px;
}

#nav-area .area-index {
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    margin: 8px 0 5px;
}

#nav-area .amazonmenu .submenu-col li a {
    border: none;
    left: 0;
    text-indent: 0;
    width: 150px;
    padding: 6px 0;
}

#nav-area .amazonmenu .submenu-col li span {
    color: #888;
    font-size: 10px;
    text-indent: 3px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .005em;
}

.amazonmenu > ul li h3 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: inline;
}

#nav-area .amazonmenu .menu-close:hover,
#nav-area .amazonmenu .menu-close:focus {
    opacity: .8;
}

/*#nav-area nav > ul > li:nth-last-child(1),
#nav-area nav > ul > li:nth-child(2) {
	background: none;
}*/

.amazonmenu > ul li.hassub > a::after {
    border: 4px solid transparent;
    border-left-color: #0094d7;
    content: '';
    height: 0;
    position: absolute;
    right: 12px;
    top: 42%;
    width: 0;
}
/*---*/


#message-box {
    width: 735px;
    padding-top: 140px;
    text-align: center;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

    #message-box img {
        width: auto;
    }

@media (min-width: 1200px) {
    #message-box {
        width: 955px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #message-box {
        right: 0;
        left: auto;
    }
}

/* search form */

.search-title .tt {
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin-bottom: 15px;
    display: block;
    line-height: 41px;
    font-weight: 700;
}

.search-form .search-content {
    display: inline-block;
    text-align: left;
    background: 0px 0px;
    margin: 0px auto;
    padding: 10px 0px 5px;
}

#form {
    width: 1070px;
    margin-bottom: 0;
    bottom: 25px;
    left: 0;
    text-align: center;
    right: 0;
    margin: auto;
}

.search-group-input {
    display: inline;
}

.search-content .form-group {
    float: left;
    margin: 5px;
    min-width: 125px;
}

#tour_destination_group {
    position: relative;
    width: 155px;
}

.btn-blue {
    background-color: #003580;
    color: #fff;
    border-color: #067107;
}

.search-form .btn-search {
    margin: 5px;
    float: left;
    width: 110px;
    font-size: 15px;
    color: #000;
    background: #fff;
}

.icon-before .form-control {
    padding-left: 28px;
    border: none;
    border-radius: unset;
}

.icon {
    background-image: url(../images/sprites2x.15112018.png);
    background-size: 82px 1154px;
    background-repeat: no-repeat !important;
    display: inline-block;
    vertical-align: middle;
}

.icon-before {
    position: relative;
    width: 100%;
    display: table;
}

.icon-sf-duration {
    width: 14px;
    height: 14px;
    background-position: -24px -1027px;
    margin-top: 1px;
}

.icon-sf-tour-price {
    width: 14px;
    height: 15px;
    background-position: -41px -1030px;
}

.icon-sf-calendar {
    width: 14px;
    height: 15px;
    background-position: -24px -1057px;
}

.icon-before .icon {
    position: absolute;
    left: 7px;
    z-index: 1;
    top: 8px;
    display: block;
}

.icon-sf-marker {
    width: 14px;
    height: 16px;
    background-position: -24px -1010px;
}

.search-form-type-2 select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/down-arrow.21062017.png) no-repeat 93% 50%;
    background-size: 10px 7px;
    border: none;
    border-radius: unset;
}

/*---*/

#features-box {
    width: 715px;
    float: left;
    padding-top: 37px;
    margin-left: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

    #features-box .vt-feature {
        width: 135px;
        height: 150px;
        background-color: rgba(0,0,0,0.3);
        float: left;
        margin-right: 10px;
        position: relative;
        padding: 10px;
        vertical-align: top;
        text-align: center;
    }


#features-box {
    width: 965px;
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
    right: 40px;
}



#features-box {
    text-align: center;
    width: 945px;
    margin-bottom: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    text-align: center;
    right: 0;
    margin: auto;
}

@media (min-width:992px) and (max-width: 1200px) {
    #features-box {
        width: 715px;
        margin-bottom: 0;
        position: absolute;
        bottom: 25px;
        right: 15px;
    }
}

@media (min-width:1200px) and (max-width: 1299px) {
    #features-box {
        width: 930px;
        margin-bottom: 0;
        position: absolute;
        bottom: 25px;
        right: 15px;
    }
}

@media (min-width: 1300px) {
    #features-box .vt-feature {
        width: 180px;
        height: 155px;
        margin-right: 12px;
    }
}

@media (min-width:1200px) and (max-width: 1299px) {
    #features-box .vt-feature {
        width: 165px;
    }
}

#feature-reviews .feature-img {
    background: url(../images/feature_review_sprite.png) no-repeat -240px top;
}

#feature-activity .feature-img {
    background: url(../images/feature_activity_sprite.png) no-repeat -240px top;
}

#feature-areas .feature-img {
    background: url(../images/feature_areas_sprite.png) no-repeat -240px top;
}

#feature-members .feature-img {
    background: url(../images/feature_members_sprite.png) no-repeat -240px top;
}

#feature-points .feature-img {
    background: url(../images/feature_points_sprite.png) no-repeat -240px top;
}

.vt-feature:hover .feature-img {
    -webkit-animation: play_featured_img 1s steps(4) infinite;
    -moz-animation: play_featured_img 1s steps(4) infinite;
    animation: play_featured_img 1s steps(4) infinite;
}

@-webkit-keyframes play_featured_img {
    from {
        background-position: 0px;
    }

    to {
        background-position: -320px;
    }
}

@-moz-keyframes play_featured_img {
    from {
        background-position: 0px;
    }

    to {
        background-position: -320px;
    }
}

@keyframes play_featured_img {
    from {
        background-position: 0px;
    }

    to {
        background-position: -320px;
    }
}

#features-box .feature-img {
    height: 80px;
    margin: 0 auto;
    width: 80px;
}

.vt-feature .feature-text-sml, .vt-feature .feature-text-lg {
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.vt-feature .feature-text-sml {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .vt-feature .feature-text-sml {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .vt-feature .feature-text-lg {
        font-size: 24px;
        margin-top: -3px;
    }
}


/* Mobile responsive */


@media (min-width: 992px) {
    #openNav {
        display: none !important;
    }

    .menu-mobile, .search_mobile {
        display: none;
    }

    #KeywordSearch.mobile {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #fiveStar {
        display: none;
    }
}

@media (max-width: 991px) {
    .help_faq,
    .wishlist,
    .recent {
        display: none;
    }

    .menu-mobile {
        padding-bottom: 15px;
    }

    #billboard {
        display: none;
    }

    #fivestar {
        display: none;
    }

    .btn_account {
        display: none;
    }

    #KeywordSearch {
        display: none;
    }

        #KeywordSearch.mobile {
            display: block;
        }

    .box-menu-rp {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 55px;
    }

        .box-menu-rp > a {
            width: 25%;
        }

        .box-menu-rp .nav.cf {
            width: 75% !important;
            padding: 10px !important;
        }

    .user_corner ul {
        margin: 0;
    }

    #header .container .logo {
        max-width: 110px;
        height: auto;
        margin: 0;
    }

    #openNav {
        width: 36px;
        height: 35px;
        margin-left: 10px;
        background: transparent;
        color: #000;
    }

    #header .user_corner ul li.wishlist a .count {
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        padding: 0;
    }

    .w3-animate-left {
        position: relative;
        animation: animateleft 0.4s;
        height: 100%;
        background-color: #fff;
        position: fixed !important;
        z-index: 999;
        overflow: auto;
        right: 0;
        transition: 0.4s ease all;
    }

    @keyframes animateleft {
        from {
            right: -300px;
            opacity: 0
        }

        to {
            right: 0;
            opacity: 1
        }
    }

    .w3-main, #main {
        transition: margin-right .4s
    }

    .card-body li {
        list-style: none;
    }

        .card-body li a {
            background: url(../images/icon_arrow_right2.png) no-repeat scroll right center #E9F3FB;
            background-size: 20px 44px;
            border-bottom: 1px solid #999;
            display: block;
            font-size: 16px;
            padding: 10px 15px 10px 40px;
        }

    .search-form-type-2 {
        background: 0 0;
        padding: 15px 15px;
        top: 10px;
        width: 100%;
        z-index: 1;
        margin: auto;
    }

    .search-content .form-group {
        width: 100% !important;
        float: none;
        min-width: unset;
        margin: 5px 0;
    }

    .search-title {
        background-color: #fd8c0c;
        padding: 15px 0;
    }

        .search-title .tt {
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 0;
        }

    #tour_destination_group {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .w3-animate-left {
        width: 300px !important;
    }

    #fiveStar, .menu-mb, #nav-theme nav {
        margin-bottom: 10px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 3px rgba(30, 30, 30, .5);
        -moz-box-shadow: 0px 1px 3px rgba(30, 30, 30, .5);
        box-shadow: 0px 1px 3px rgba(30, 30, 30, .5);
    }

    h2, #searchTextAd h3, #area_top_sightseeing_search_popup > p {
        background: rgb(0,189,253);
        background: -moz-linear-gradient(-45deg, rgba(0,189,253,1) 0%, rgba(0,165,241,1) 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,189,253,1)), color-stop(100%,rgba(0,165,241,1)));
        background: -webkit-linear-gradient(-45deg, rgba(0,189,253,1) 0%,rgba(0,165,241,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(0,189,253,1) 0%,rgba(0,165,241,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(0,189,253,1) 0%,rgba(0,165,241,1) 100%);
        background: linear-gradient(135deg, rgba(0,189,253,1) 0%,rgba(0,165,241,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bdfd', endColorstr='#00a5f1',GradientType=1 );
        border-bottom: 1px solid #0065D4;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        margin: 0;
        padding: 2px 10px 0;
        text-shadow: 0 -1px 0 rgba(150, 150, 150, .5);
    }

    .reviewWrapper {
        background: url(../images/icon_arrow_right2.png) right center no-repeat #fff;
        background-size: 20px 44px;
        border-bottom: 1px solid #ccc;
        display: block;
        overflow: hidden;
        padding: 10px;
        text-decoration: none;
    }

    .reviewTitle {
        color: #222;
        font-weight: bold;
    }

    .reviewAc {
        display: block;
        font-size: 12px;
        line-height: 1.35em;
        margin: 0 0 5px;
    }

    .reviewWrapper img {
        float: left;
        margin-right: 10px;
        width: 110px;
    }

    .reviewContent {
        color: #222;
        font-size: 12px;
        line-height: 1.35em;
        padding-right: 20px;
    }
}

#right_slide_menu .loginNickName {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 8px 16px 8px 16px;
}

#right_slide_menu .loginDescription {
    font-size: 12px;
    padding: 8px 16px 8px 16px;
}

#rightLogin {
    clear: left;
    margin-bottom: 20px;
    text-align: center;
}

    #rightLogin .btn, #rightLogout .btn {
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        margin: 0 !important;
        padding: 2px;
        width: 80%;
    }

#rightHelp {
    border-top: 1px solid #ccc;
}

ol, ul {
    list-style: none;
    margin: 0;
}

.linkList li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}


.rightMenu li a {
    padding-left: 20px;
}

.linkList a {
    background: url(../images/icon_arrow_right2.png) right center no-repeat;
    background-size: 20px 44px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    min-height: 44px;
    padding: 0 20px;
    text-decoration: none;
}

.rightMenu h5, .rightMenu p {
    background: #E8E8E8;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #ccc;
    font-weight: normal;
    padding-left: 25px;
}

.linkList .linkName {
    display: table-cell;
    height: 44px;
    padding-left: 5px;
    vertical-align: middle;
}

.w3-bar-item {
    position: absolute;
    right: 15px;
    top: 10px;
    background: transparent;
    outline: none;
    border: none;
}


/* Drop menu */

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#accordion .card {
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

#accordion .card .card-header {
    padding: 0;
    background: 0 0;
    border-bottom: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    #accordion .card .card-header a {
        padding: 5px 20px;
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: #005BBC;
        text-decoration: none;
    }

        #accordion .card .card-header a span {
            float: right;
        }

#accordion [aria-expanded=false] > .expanded, #accordion [aria-expanded=true] > .collapsed {
    display: none;
}

#accordion .card-body {
    border: 1px solid transparent;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.collapse:not(.show) {
    display: none;
}

#accordion .card .card-header a span i {
    color: #8bc34a;
}

#global_optional_tour {
    background-color: #fff;
    padding: 20px 0 12px;
    font-weight: bold;
    font-size: 18px;
    color: #4F4F4F;
}

/*-- Back to top */

.section-footer .btn_go_top {
    position: absolute;
    right: 20px;
    top: -17px;
    cursor: pointer;
}

    .section-footer .btn_go_top a {
        background: #565656 url(../images/icon_sprites.png) no-repeat -14px -1570px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        display: block;
        width: 38px;
        height: 38px;
        padding: 2px 5px;
        box-sizing: border-box;
    }

.section-footer p, .section-footer a {
    color: #333;
    text-decoration: none;
}

.section-footer .btn_go_top a:hover {
    background-position: -14px -1576px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/


/* tnk-japan */

/* breadcrumd */

.breadcrumb {
    background: #fff;
    padding: 10px 15px 10px 0;
    margin-bottom: 0;
    line-height: 1.4;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li:after {
            content: '\f105';
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding: 0 5px;
        }

        .breadcrumb > li:last-child:after {
            display: none;
        }

    .breadcrumb a,
    .breadcrumb li {
        color: #464647;
        font-size: 12px;
        text-decoration: none;
    }

/* iamge thumbs */

.slide-thumbs {
    position: relative;
    overflow: hidden;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}
/* Next & previous buttons */
/*.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: auto;
    bottom: 50%;
    transform: translate(0,50%);
    transition: 0.4s ease all;
}*/

    /*.next:before {
        content: url(../images/icon_next.png);
    }

    .prev:before {
        content: url(../images/icon_prev.png);
    }*/

/*.next {
    right: -50px;
    left: auto;
}

.prev {
    left: -50px;
    right: auto;
}*/
.slide-thumbs:hover .next {
    right: 15px;
    left: auto;
}

.slide-thumbs:hover .prev {
    left: 15px;
    right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

/* infor */


.content_1 .info h2 {
    font-size: 22px;
    background: #f3951a;
    color: #fff;
    padding: 5px 15px;
    margin: 0;
}

.content_1 .info > div {
    padding: 15px;
    border: solid 1px #999899;
    border-top: none;
}

    .content_1 .info > div p {
        line-height: 24px;
    }

    .content_1 .info > div p {
        display: block;
        border-bottom: solid 1px #999899;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 13px;
    }

.ft14 {
    font-size: 14px !important;
    line-height: 25px;
}

.fob {
    font-weight: bold !important;
}

.content_1 .info .fontBlue {
    font-size: 20px;
    color: #2c96cc;
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: -3px;
    padding-right: 5px;
}

.content_1 .info > div a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    max-width: 290px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

    .content_1 .info > div a.btnReview {
        background: #3aa4b0;
        margin-bottom: 15px;
    }

    .content_1 .info > div a.btnBook {
        background: #43b38d;
        margin-bottom: 4px;
    }

    .content_1 .info > div a:hover {
        opacity: 0.6;
        color: white;
    }

/* content_2 */
.content_2 {
    padding-top: 20px;
}

.feature h2 {
    color: #fff;
    background: #2c96cc;
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 0;
}

.content_2 .feature h2 {
    background: #3aa4b0;
}

.prodDetail .feature p {
    font-size: 14px;
}

.feature > div > p {
    color: #444;
    padding: 15px;
    border: solid 1px #999899;
    border-top: none;
}

.fob {
    font-weight: bold !important;
    color: orange;
    font-size: 16px;
    line-height: 16px;
}

b, strong {
    font-weight: bold;
}

.blue {
    color: #25a0db !important;
}

.content_2 .feature > div > div {
    color: #444;
    padding: 15px;
    border: solid 1px #999899;
    border-top: none;
}

.content_2 .feature > div > div {
    padding-top: 0;
    padding-bottom: 0;
}

table.schedule td {
    color: #464647;
    vertical-align: top;
    padding-bottom: 25px;
    font-size: 14px;
}

    table.schedule td:first-child {
        width: 22%;
        border-right: solid 1px #949498;
        word-break: break-word;
    }

table.schedule tr:first-child td {
    padding-top: 15px;
}

table.schedule td:first-child + td {
    padding-left: 20px;
}

a {
    color: #25a0db;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

/* content_3 */

.feature_note > div {
    color: #444;
    padding: 10px 30px;
    border: solid 1px #999899;
}

.feature_note > div {
    padding: 15px;
}

.content_3 .card-header a {
    color: #fff !important;
    background: #b98234;
    font-size: 20px;
    padding: 5px 15px;
    margin: 0;
}

.content_3 #accordion .card .card-header a span i {
    color: #fff !important;
}

.content_3 .card-body > div h3 {
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    font-weight: bold;
    line-height: normal;
}

    .content_3 .card-body > div h3:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #b98234;
        position: absolute;
        top: 8px;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.content_3 .card-body > div a {
    padding-left: 15px;
}

.click-here {
    padding: 0 5px !important;
}

.btn-reversvation {
    display: block;
    color: #fff !important;
    width: 100%;
    max-width: 290px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    background: #43b38d;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.4s ease all;
    margin-bottom: 20px;
    text-decoration: none !important;
    border: none;
}

    .btn-reversvation:hover {
        background: #33755f;
        color: white !important;
    }

/* --- */
.content_4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.reviews h2 {
    color: #464647;
    font-size: 20px;
    padding-bottom: 0;
    border-bottom: solid 2px #31a2b0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content_4 .review-travel h2 {
    color: #464647;
    border-color: #48b693;
}

.item {
    padding: 15px;
    border: solid 1px #31a2b0;
    margin-bottom: 15px;
}

.reviews .item h3 {
    color: #2c96cc;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: solid 1px #999899;
    margin-bottom: 15px;
}

.review-travel .item img {
    width: 100%;
}

.review-travel .item .col-md-9 {
    color: #444;
    font-size: 14px;
}

.content_5 .cus_review h2 {
    color: #3aa4b0;
    border-color: #3aa4b0;
}

/**/

.content_5 .scrollForm {
    background: #3aa4b0;
    max-width: 360px;
    font-size: 15px;
    text-decoration: none;
}

.rev {
    padding-bottom: 30px;
    border-bottom: solid 1px #31a2b0;
}


/*---*/
.content_6 {
    padding-top: 30px;
}

.product_list .bl-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 15px;
}



    .product_list .bl-item .description {
        color: #b23938;
        background: #ecebeb;
        border: solid 1px #b23938;
        border-radius: 10px;
        padding: 5px 10px;
        text-align: center;
        position: relative;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 12px;
        min-height: 54px;
    }

        .product_list .bl-item .description:before,
        .product_list .bl-item .description:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .product_list .bl-item .description:before {
            border-top: 17px solid #b23938;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            z-index: 8;
            bottom: -17px;
        }

        .product_list .bl-item .description:after {
            border-top: 16px solid #ecebeb;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent;
            z-index: 9;
            bottom: -16px;
        }

    .product_list .bl-item > div {
        border: solid 1px #999899;
        border-top: none;
        padding: 10px 10px 20px;
    }

        .product_list .bl-item > div .infor {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 8;
        }

    .product_list .bl-item .price {
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 2px;
        border-bottom: solid 1px #999899;
        margin: 0;
    }

        .product_list .bl-item .price span {
            font-size: 16px;
            color: #25a0db;
            margin-right: 2px;
        }

    .product_list .bl-item h3 {
        line-height: 18px;
        padding-top: 3px;
        margin-bottom: 10px;
    }

p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    word-wrap: break-word;
}

.product_list .bl-item .btnProd {
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
    width: 90%;
    text-align: center;
    background: #43b38d;
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

    .product_list .bl-item .btnProd:hover {
        opacity: .6;
        color: white;
    }

.product_list .item img {
    width: 100%;
}

img {
    width: 100%;
}

/* --- */
.content_7 {
    padding: 20px 0 40px;
    background: #cdcecf;
    margin-top: 30px;
}

    .content_7 h3 {
        font-size: 22px;
        color: #464648;
        text-align: center;
        margin-bottom: 15px;
    }

    .content_7 p {
        font-size: 17px !important;
        color: #464648;
        text-align: center;
        margin-bottom: 30px;
    }

.service a img:hover {
    opacity: .6;
}

.alpha {
    padding-bottom: 15px;
}


/*---*/
.content_8 {
    padding: 20px 0 40px;
    border-top: 10px solid #36b4c0;
    background: #cdcecf;
}

    .content_8 h3 {
        text-align: center;
        font-size: 22px;
        color: #fff;
        margin-bottom: 20px;
        text-shadow: 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444, 0 0 4px #444;
    }

    .content_8 p {
        display: block;
        font-size: 12px;
        text-align: center;
        color: #454545;
        margin-bottom: 30px;
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    }

    .content_8 .title-banner {
        display: flex;
        justify-content: center;
    }

/*---*/

.content_10 {
    background: url(../images/bg_02.png) repeat top left;
}

    .content_10 .container {
        padding: 55px 15px;
    }

.row-bn {
    padding: 10px 0;
}


/*----------------------------------------------------------------------------------------------------------------------*/


/* Blog */

.contents.blog-content h1 {
    color: #2c96cc;
    border-bottom: solid 2px #2c96cc;
    padding: 10px 0 5px;
    font-size: 18px;
}

.contents.blog-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    word-wrap: break-word;
}

.contents.blog-content .item a img {
    position: inherit;
    height: auto;
}

.tourist .menu {
    margin-bottom: 15px;
    padding: 0;
    border: none;
}

    .tourist .menu h2 {
        font-size: 14px;
        padding: 5px 15px;
        background: #f3951a;
        color: #fff;
        margin: 0;
    }

    .tourist .menu ul {
        border: solid 1px #949498;
        border-top: none;
        padding: 15px 10px;
    }

.cont_list .menu ul li {
    float: left;
}

.cont_list .menu ul li {
    margin: 0 10px 10px 0;
}

.tourist .menu ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
}

    .tourist .menu ul li a {
        display: block;
        font-size: 12px;
        color: #25a0db;
        padding: 0;
        font-weight: bold;
        text-decoration: none;
    }

        .tourist .menu ul li a:before {
            content: "";
            width: 10px;
            height: 10px;
            background: #2c96cc;
            margin-right: 5px;
            display: inline-block;
        }

.txtRight {
    text-align: right;
}

.contents.blog-content .item p.txtRight {
    margin-top: 20px !important;
    margin-bottom: 6px !important;
}

    .contents.blog-content .item p.txtRight a {
        background: #48b693;
        color: #fff;
        padding: 12px 20px !important;
        font-weight: bold;
        margin-top: 12px !important;
        margin-bottom: 6px !important;
    }

    .contents.blog-content .item p.txtRight a {
        width: 210px;
        display: inline-block;
        margin-top: 20px;
        text-align: center;
    }

.contents.blog-content .banner-left a img {
    margin-bottom: 15px;
}

.contents.banner-content .content {
    position: relative;
}

.contents.banner-content {
    background: url(../images/bg_05.png) repeat center center, #43b38d;
}

    .contents.banner-content .content .imgbacktext {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        color: #fff;
        text-align: right;
        font-weight: bold;
        line-height: 30px;
    }

.btnClick {
    text-align: center;
}

    .btnClick a {
        color: #67686b;
        font-weight: bold;
        background: #e8e8e8;
        font-size: 20px;
        display: inline-block;
        padding: 3px 10px;
        min-width: 300px;
    }

.txtCenter {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > li > a, .pagination > li > span {
        border-top: none;
        border-bottom: none;
        border-color: #464648;
        color: #464648;
        padding: 0 8px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 0;
    }

    .pagination > li {
        display: inline;
    }

.font15 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
}


/*--------------------------------------------------------------------------------------------------------------------*/

/* Blog detail */

.tourist-detail {
    background: #44b48d;
}

    .tourist-detail .content {
        max-width: 1200px;
        margin: 0 auto;
        line-height: 1.6em;
    }

    .tourist-detail h1 {
        font-size: 20px !important;
        color: #fff !important;
        border: none !important;
        padding: 10px 0 10px !important;
    }

.content-detail {
    border-bottom: solid 2px #33a3b1;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

    .content-detail h2 {
        font-size: 22px;
        color: #44b48d;
        margin-top: 15px;
        padding-bottom: 5px;
        border-bottom: solid 2px #44b48d;
        margin-bottom: 30px;
    }

    .content-detail p {
        word-wrap: break-word;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

.txtLeft {
    text-align: left;
}

.txtCenter {
    text-align: center;
}

.txtRight {
    text-align: right;
}

.pagination_page a {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

    .pagination_page a:hover {
        color: #33a3b1;
    }

/*---------------------------------------------------------------------------------------------------------------------*/

/* reservations */

.reservation-content .info-rever h2 {
    font-size: 22px;
    background: #f3951a;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}

.reservation-content .info-rever > div {
    padding: 15px;
    border: solid 1px #999899;
    border-top: none;
}

.rever-inter {
    margin-top: 20px;
}

    .rever-inter h2 {
        color: #fff;
        background: #2c96cc;
        font-size: 20px;
        padding: 5px 15px;
        margin-bottom: 0;
    }

    .rever-inter p {
        color: #444;
        padding: 15px;
        border: solid 1px #999899;
        border-top: none;
    }


.reservation {
    background: #f5f5f5;
    padding: 20px 60px 40px;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .reservation {
        padding: 0 15px;
    }
}

.reservation-form .title-top {
    color: #fff;
    font-size: 22px;
    padding: 5px 15px;
    background: #43b38d;
    text-align: center;
    margin-top: 30px;
}

.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.reservation .tit {
    font-size: 22px;
    font-weight: bold;
    color: #444;
    padding-bottom: 0;
    border-bottom: solid 4px #fff;
    margin-bottom: 20px;
    margin-top: 25px;
}

.reservation span.rq {
    font-size: 13px;
    font-weight: normal;
    color: #e71f1a;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.reservation label {
    display: block;
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.reservation input.from_sty.form-control {
    height: auto;
    border-radius: 0;
}

input.from_sty {
    width: 100%;
    border: solid 1px #c9c9c9;
    padding: 10px 15px;
}

.reservation .des {
    color: #666767;
    font-size: 11px;
    padding: 15px 0 20px 15px;
}

.gender label {
    display: inline-block;
    margin-right: 10px;
}

.gender #flight_gender {
    display: inline-block;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gender #flight_gender .radio {
    display: inline-block;
}

#datepicker, .datepickerSty, select.from_sty {
    width: 100%;
    border: none;
    padding: 10px 15px;
}

.selectSty {
    position: relative;
    background: #fff;
    overflow: hidden;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.selectSty select, .selectSty input {
    background: none;
    position: relative;
    z-index: 5;
    border-radius: 0;
}

.note {
    color: #ee2d2a;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reservation .tit2 {
    font-size: 18px;
    font-weight: bold;
    color: #454545;
    margin-top: 20px;
}

@media (max-width:991px) {
    .reservation button,
    .confirm-spa button {
        font-size: 16px;
    }
}

#btn-add-schedule {
    font-size: 16px;
    padding: 5px;
}

.reservation label {
    display: block;
    font-weight: normal;
}

textarea.from_sty.form-control {
    border-radius: 0;
}

textarea.from_sty {
    resize: none;
    height: 160px;
    border: solid 1px #c9c9c9;
    width: 100%;
    padding: 10px 15px;
}

.rules {
    width: 100%;
    height: 180px;
    overflow: auto;
    background: #fff;
    border: solid 1px #c9c9c9;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerContent {
    margin-bottom: 20px;
}
.form-group.datepicker {
    margin-top: 2px;
}


/*----------------------------------------------------------------------------------------------------------------------*/
/* contact us */
@media (min-width:992px) {
    .contact-detail .add {
        padding-left: 0;
    }
}

.contact-detail .add > div {
    background: #f5f5f5;
    padding: 10px 15px;
}

.contact-detail .add .tit {
    font-size: 15px;
    font-weight: bold;
}

.contactPage .add p span {
    color: #2c96cc;
    font-weight: bold;
}

.contact-detail .add > div a img {
    width: 20px;
}

.contact_link {
    list-style: disc;
    color: #25a0db;
    list-style-position: inside;
    line-height: 30px;
    padding-top: 15px;
}

.newsletter .product-carousel .item {
    position: relative;
    width: 228px;
    height: 145px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
}


/*-----------------------------------------------------------------------------------------------------------------------*/
/* Tour list */
.filter-tour {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .filter-tour .fLeft {
        display: inline-block;
    }

    .filter-tour .dropdown {
        margin-left: 15px;
    }

        .filter-tour .dropdown select {
            border: none;
            box-shadow: none;
            border-radius: 0;
            background: #3199c9;
            color: #fff;
            padding-right: 34px;
        }

        .filter-tour .dropdown:after {
            content: "";
            width: 20px;
            height: 20px;
            background: url(../images/icon_down.png) no-repeat center center;
            position: absolute;
            top: 50%;
            right: 7px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

@media (min-width: 576px) and (max-width: 991px) {
    .filter-tour {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .filter-tour {
        display: block;
    }

        .filter-tour .fLeft {
            display: block;
            text-align: center;
            margin-bottom: 15px;
        }

        .filter-tour .dropdown {
            margin-left: 0;
            margin-bottom: 15px;
        }
}

.filter span b {
    color: #3199c9;
    margin-right: 5px;
}

.tour-list-main {
    padding-top: 0;
}

    .tour-list-main .product_list.reviews {
        padding-top: 30px;
    }

    .tour-list-main .product_list .bl-item {
        padding-bottom: 30px;
    }

    .tour-list-main .pageH1 h1 {
        color: #464647;
        border-bottom: solid 2px #48b693;
    }

.list.tour-title h2 {
    font-size: 22px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: solid 2px #44b48d;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/

/* Filter tour */
.main-filter {
    padding-top: 30px;
}

.search-filter-bgr .title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #868686;
}

.search-filter-bgr h4 {
    font-size: 17px;
    font-weight: 700;
    color: #868686;
}

.checkbox label, .radio label {
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}

.search-filter-bgr {
    border: 1px solid #ddd;
    padding: 10px;
}

    .search-filter-bgr .checkbox label {
        display: flex;
        align-items: center;
    }

        .search-filter-bgr .checkbox label .themes,
        .search-filter-bgr .checkbox label .travels {
            margin-right: 5px;
        }

.self-service {
    border: 1px solid #00af87;
    overflow: hidden;
    padding: 15px;
    min-height: 220px;
    width: 100%;
    float: right;
    margin: 15px 0;
}

p.dask-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5rem;
}

.part-one {
    margin: 15px 0;
}

.sort-by {
    background: #f8f8fa none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

    .sort-by li {
        border-right: 1px dotted #ccc;
        color: #505050;
        display: block;
        float: left;
        font-weight: 400;
        margin: 0;
        padding: .6em .7em;
        position: relative;
    }

.custom-checkbox-text {
    padding: 0.7rem;
    color: #555;
    cursor: pointer;
    user-select: none;
}

.bpt-item-search .item-list {
    width: 100%;
    border: 1px solid #d0d0d0;
    float: left;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.bpt-item-search .col-img {
    width: 28%;
    float: left;
    position: relative;
    padding-top: 5px;
}

.bpt-item-search .col-info {
    width: 72%;
    padding: 10px;
    float: left;
}

.bpt-item-search .item-name {
    font-size: 20px;
    text-decoration: none;
}

.theme {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.text-unhighlight {
    color: #868686;
}

.bpt-item-search .icon-marker {
    width: 20px;
    height: 20px;
    background-position: -49px -311px;
    margin: -1px 0 0 0;
}

.bpt-item-search .col-price {
    width: 30%;
    float: right;
    padding: 5px;
    text-align: right;
}

.bpt-item-search .col-content {
    width: 70%;
    float: left;
}

.bpt-item-search .col-price {
    width: 30%;
    float: left;
    padding: 5px;
}

.btn-yellow {
    background-color: #ffc300;
    color: #003580;
    border-color: #dea800;
    transition: 0.4s ease all;
}

    .btn-yellow:hover {
        color: #fff;
    }

.btn {
    border-radius: 0;
    border: 0;
    background-color: #f5f5f5;
}

.btn-block {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

    .btn-block:focus {
        outline: none;
        border-color: unset;
        box-shadow: unset;
    }

.price-from {
    font-size: 34px;
    color: #b20000;
}

.price-origin {
    text-decoration: line-through;
    color: #444;
}

.text-price {
    color: #b30000;
}

.contact-for-price {
    font-size: 16px;
    color: #b30000;
    margin-bottom: 10px;
    display: block;
}

.col-price a {
    text-decoration: none;
}

.bpt-list-standard li {
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
}

.bpt-list-standard li {
    position: relative;
}

    .bpt-list-standard li:before {
        content: "\f111";
        margin-right: 15px;
        position: relative;
        top: -3px;
        font-size: 6px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.pagination-filter {
    text-align: center;
}

    .pagination-filter > li {
        display: inline;
    }

        .pagination-filter > li:first-child > a,
        .pagination-filter > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

    .pagination-filter > .active > a {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination-filter > li > a,
    .pagination-filter > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }

.test p {
    color: #fff;
}
.buttonTour a {
    display: block;
    margin-top: 15px;
    background: #43b38d!important;
    padding: 5px;
    font-size: 14px;
}

.itemText {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 19;
}
.itemText ul li {
    position: relative;
    margin-right: 20px;
}
.itemText li a {
    display: block;
    color: #fff;
    background: #43b38d;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(90deg);
    position: relative;
    right: -50%;
    width: 100%;
}
.descriptionTour {
    margin-top: 20px;
}

/* rp mobile */
@media (max-width: 1199px) {
    .price-from {
            font-size: 20px;
        }

        .col-price a {
            line-height: 15px;
        }

        .bpt-item-search .item-name {
            font-size: 16px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            display: block;
        }

        .theme {
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .sort-by li {
            padding: 0;
        }
    }

    @media (min-width: 768px) {
        .fillter-mobile {
            display: none;
        }
    }

    @media (max-width: 767px) {
        #bpv_sort_tour,
        #bpv_filter_tour {
            display: none;
        }
    }

    @media (max-width: 575px) {
        .bpt-item-search .item-list {
            display: block;
        }

        .bpt-item-search .col-img {
            width: 100%;
        }

        .bpt-item-search .col-info {
            width: 100%;
        }
    }

    #carouselExampleIndicators i {
    font-size: 30px;
}

.item-gallery .caption {
    position: absolute;
    top: 50%;
}

.block z_24 {
    font-size: 18px;
    color: red;
    position: absolute;
}

#dropdown img {
    max-height: 145px;
}

dropdown {
    display: inline-block;
}

    dropdown ul li {
        display: block;
        width: 100%;
        background: #ECF0F1;
        padding: 2px 20px;
    }

    dropdown label {
        display: block;
        width: 100%;
        background: #ECF0F1;
        padding: 0;
        color: #1ABC9C;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

        dropdown label:hover, dropdown ul li:hover {
            background: #f2f2f1;
            color: white;
            cursor: pointer;
        }

    dropdown input {
        display: none;
    }

        dropdown input ~ ul {
            position: relative;
            visibility: hidden;
            opacity: 0;
            top: -20px;
            z-index: 1;
        }

        dropdown input:checked + label {
            color: white;
        }

        dropdown input:checked ~ ul {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

strong.block_z_24 {
    font-size: 18px;
    text-align: center;
    color: #9e9e9e;
    position: absolute;
    z-index: 999;
    top: 25%;
    width: 100%;
    left: 0;
}


.animate {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome and Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
}
#submit{
    background-color: #fff;
}
.spam-email-notify{
    margin-left: 15px;
}
#submit:hover {
    background: #565656;
    color: #fff;
}
.input-group-addon i {
    position: absolute;
    top: 30%;
    right: 8px;
    z-index: 10;
}
.pricenone {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.itemsecond {
    width: 100%;
    display: block;
}
#billboard-imagewrap img
{
	height:400px;
	object-fit:cover;
}