@charset "utf-8";
/*------------ basic ------------*/

body {
    background: url('../images/body_bg.png');
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.075em;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1030px;
    box-sizing: border-box;
}

.container:after, .list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.list-inline, .list-inline ul, .list-h, .list-h ul, .list-v, .list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-inline>li, .list-inline .item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.list-inline>li a, .list-inline .item a {
    display: inline-block;
    position: relative;
}

.list-h>li, .list-h .item {
    float: left;
    box-sizing: border-box;
}

.list-h>li a, .list-h .item a, .list-v li a {
    display: block;
    position: relative;
}

.pic {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pic.full img {
    width: 100%;
}

*:focus {
    outline: none;
}

.slick-item+.slick-item {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

/*------------ / basic ------------*/

/*------------ icon ------------*/

.ic {
    display: inline-block;
}

.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/*------------ / icon ------------*/

/*------------ btn ------------*/

.btn, .ibtn {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */

.btn::-moz-focus-inner, .ibtn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn:focus, .ibtn:focus {
    outline: none;
}

.ibtn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    padding: 0 !important;
    transition: none;
}

.ibtn:hover {
    background-position: 0 100%;
}

.share .btn {
    color: #AAA;
    font-size: 14px;
}

.share .btn:hover {
    color: #49C1DC;
}

.btn.arrowL {
    color: #fff;
    font-size: 12px;
    text-align: right;
    width: 140px;
    line-height: 30px;
    padding: 0 12px 0 40px;
    background: url('../images/arrowL.png') 0 50% no-repeat;
    margin-bottom: 6px;
}

.btn.arrowL.bg1, .btn.arrowL.bg2:hover {
    background-color: #40C8BE;
}

.btn.arrowL.bg2, .btn.arrowL.bg1:hover {
    background-color: #0E5B72;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/

.site-header {
    position: relative;
    z-index: 200;
    background: #fff;
}

.site-title {
    float: left;
    padding: 10px 25px 5px;
}

.site-title .logo {
    background: url('../images/logo.png') 50% 50% / contain no-repeat;
    width: 142px;
    height: 142px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 15px;
    border: 1px solid #BBB;
    border-width: 0 1px 1px;
    color: #999;
    font-size: 12px;
    padding: 0 6px;
}

.top-nav li+li:before {
    content: '| ';
}

.top-nav li a {
    padding: 4px;
}

.top-nav li a:hover {
    color: #48C0DC;
}

.site-nav {
    float: right;
    width: calc(100% - 200px);
    max-width: 750px;
    padding-top: 50px;
}

.site-nav .menu {
    margin: 0 -5px;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    width: 14.2%;
    padding: 0 5px;
}

.site-nav .menu>li:nth-last-child(-n+4) {
    display: none;
}

.site-nav .menu>li>a {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    background: url('../images/menu.png');
    width: 70px;
    height: 90px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-nav .menu>li.b1>a {
    background-position: 0 0;
}

.site-nav .menu>li.b2>a {
    background-position: -70px 0;
}

.site-nav .menu>li.b3>a {
    background-position: -140px 0;
}

.site-nav .menu>li.b4>a {
    background-position: -210px 0;
}

.site-nav .menu>li.b5>a {
    background-position: -280px 0;
}

.site-nav .menu>li.b6>a {
    background-position: -350px 0;
}

.site-nav .menu>li.b7>a {
    background-position: -420px 0;
}

.site-nav .menu>li.b8>a {
    background-position: -490px 0;
}

.site-nav .menu>li.b9>a {
    background-position: -560px 0;
}

.site-nav .menu>li.b1>a:hover, .site-nav .menu>li.b1.active>a {
    background-position: 0 100%;
}

.site-nav .menu>li.b2>a:hover, .site-nav .menu>li.b2.active>a {
    background-position: -70px 100%;
}

.site-nav .menu>li.b3>a:hover, .site-nav .menu>li.b3.active>a {
    background-position: -140px 100%;
}

.site-nav .menu>li.b4>a:hover, .site-nav .menu>li.b4.active>a {
    background-position: -210px 100%;
}

.site-nav .menu>li.b5>a:hover, .site-nav .menu>li.b5.active>a {
    background-position: -280px 100%;
}

.site-nav .menu>li.b6>a:hover, .site-nav .menu>li.b6.active>a {
    background-position: -350px 100%;
}

.site-nav .menu>li.b7>a:hover, .site-nav .menu>li.b7.active>a {
    background-position: -420px 100%;
}

.site-nav .menu>li.b8>a:hover, .site-nav .menu>li.b8.active>a {
    background-position: -490px 100%;
}

.site-nav .menu>li.b9>a:hover, .site-nav .menu>li.b9.active>a {
    background-position: -560px 100%;
}

.site-nav .menu ul {
    display: none;
}

/*------------ / site_header ------------*/

/*------------ banner ------------*/

.banner {
    padding: 20px 0;
}

.banner .container {
    padding: 0;
    max-width: 1000px;
}

/*------------ / banner ------------*/

/*------------ site_main ------------*/

.site-main {
    padding-bottom: 50px;
}

.content-top {
    border-bottom: 1px solid #AAA;
    padding-bottom: 8px;
    margin: 0 0 30px;
}

.main-title {
    color: #49C1DC;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.main-title:before {
    content: '';
    display: block;
    width: 2px;
    background: #49C1DC;
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
}

.content {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-box {
    clear: both;
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.btn-box.has-border {
    border-top: 1px dashed #ccc;
    padding-top: 35px;
    margin-top: 10px;
}

.btn-box.align-left {
    text-align: left;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    position: relative;
    z-index: 10;
    float: right;
    color: #aaa;
    font-size: 13px;
    padding: 3px 0 3px 8px;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '| ';
}

.breadcrumb li:last-child a, .breadcrumb li a:hover {
    color: #3FC6BE;
}

.breadcrumb li a .icon.home {
    vertical-align: text-bottom;
    background-image: url('../images/home.png');
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
}

.breadcrumb li a:hover .icon.home {
    background-position: 0 100%;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.has-side .container {
    background: url('../images/side_shadow.png') 200px 0 no-repeat;
}

.side {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.has-side .content {
    width: calc(100% - 230px);
    float: right;
    background: none;
}

.side-title {
    text-align: center;
    margin-bottom: 20px;
}

.side-nav {
    color: #777;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.side-nav>li+li {
    margin-top: 1px;
}

.side-nav>li>a {
    background: #ddd;
    padding: 10px 15px 10px 30px;
}

.side-nav>li>a:hover, .side-nav>li.active>a {
    background: #fff;
    color: #333;
    text-decoration: underline;
}

.side-nav>li>a:before {
    content: '\f105';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    position: absolute;
    left: 15px;
    top: 10px;
}

.side-nav>li>a:hover:before, .side-nav>li.active>a:before {
    color: #49C1DC;
}

/*------------ / side ------------*/

/*------------ site_footer ------------*/

.footer-top {
    background: url('../images/footer_bg.png') #49C1DC;
    color: #fff;
    font-size: 12px;
    padding: 15px 0 20px;
}

.footer-top a:hover {
    text-decoration: underline;
}

.site-map {
    color: #0D5A72;
    font-size: 13px;
    margin: -5px 0 5px;
}

.site-map li+li:before {
    content: '| ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.site-map li a {
    display: inline-block;
    vertical-align: middle;
}

.site-map li a:hover {
    color: #fff;
    text-decoration: none;
}

.site-map, .site-info {
    margin-right: 280px;
}

.follow {
    position: absolute;
    right: 15px;
    top: 0;
}

.follow .ibtn {
    width: 132px;
    height: 42px;
}

.follow .ibtn.fb-fans-page {
    background-image: url('../images/btn_fb.png');
}

.follow .ibtn.blog {
    background-image: url('../images/btn_blog.png');
}

.footer-bottom {
    background: url('../images/footer_bg2.png') #1F323F;
    border-top: 1px solid #FFFF4D;
    color: #666;
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 0;
    letter-spacing: 0;
}

.footer-bottom a:hover {
    color: #ddd;
}

.footer-bottom .copyright, .footer-bottom .author, .footer-bottom .share {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom .share li {
    margin-right: 12px;
}

.footer-bottom .author {
    float: right;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
    position: fixed;
    right: 50%;
    bottom: 30%;
    margin-right: -600px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .icon.deco-line {
    display: block;
    background-image: url('../images/floating_dot_line.png');
    width: 2px;
    height: 22px;
    margin: 10px auto;
}

.floating .ibtn {
    display: block;
    margin: 0 auto;
}

.floating .ibtn.reservation {
    background-image: url('../images/floating_reservation.png');
    width: 71px;
    height: 139px;
}

.floating .ibtn.reservation:hover {
    background-position: 100% 0;
}

.floating .ibtn.gotop {
    background-image: url('../images/gotop.png');
    width: 52px;
    height: 52px;
}

/*------------ / floating ------------*/

/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #49C1DC;
    background: #fff;
    color: #49C1DC;
    font-size: 14px;
    padding: 0 5px;
    margin: 0 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover, .pagination li.active a {
    color: #fff;
    background: #49C1DC;
}

.pagination li a.controls {
    font-size: 1.4em;
}

.pagination li a.controls .ic {
    vertical-align: text-bottom;
    margin-bottom: 2px;
}

.page-info {
    display: none;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/

.reminder {
    background: #fff;
    color: #666;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 30px;
    padding: 6px 12px;
}

.reminder span {
    display: inline-block;
    color: #49C1DC;
    font-size: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 12px;
    color: #444;
    border: 0;
    background: none;
    margin-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    background: #fff;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #000;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-box {
    position: relative;
    margin: 0 auto 30px;
    border-bottom: 1px solid #CCC;
}

.form-box:before {
    content: '';
    display: block;
    border-top: 1px solid #777;
    width: 120px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.form-box .row {
    margin: 0 -15px;
}

.form-box .col {
    float: left;
    padding: 0 15px;
}

.form-box .col1 {
    width: 330px;
}

.form-box .col2 {
    width: calc(100% - 330px);
}

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "＊";
    display: inline-block;
    color: #49C1DC;
    position: absolute;
    left: 10px;
    top: 0;
}

.form-box .form-group {
    position: relative;
    padding: 6px 0 0;
    line-height: 32px;
    border-top: 1px solid #CCC;
}

.form-box .form-group:before {
    content: '';
    display: block;
    border-top: 1px solid #777;
    width: 120px;
    position: absolute;
    top: -1px;
    left: 0;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.form-box .control-label {
    display: block;
    float: left;
    color: #444;
    font-size: 15px;
    padding-left: 25px;
}

.form-box .control-box {
    position: relative;
    margin-left: 120px;
    padding: 0 10px;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #E60000;
}

.form-box .captcha a * {
    display: inline-block;
    vertical-align: middle;
}

.form-box .captcha a .icon.refresh {
    background-image: url('../images/refresh.png');
    width: 25px;
    height: 25px;
}

.form-box .captcha a:hover .icon.refresh {
    background-position: 0 100%;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #D90000;
    font-size: 15px;
    padding: 0 5px;
}

.form-box.type1 .tips {
    min-height: 35px;
    line-height: 17.5px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio, .form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio], .form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before, .form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 4px;
}

.form-radio:before {
    background-image: url('../images/form_radio.png');
    background-color: #fff;
    border-radius: 16px;
}

.form-checkbox:before {
    background-image: url('../images/form_checkbox.png');
}

.form-radio.checked:before, .form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    padding: 7% 0;
}

.success-box {
    text-align: center;
    font-size: 15px;
}

.success-msg {
    border: 1px solid #737373;
    background: #444;
    color: #E50000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 5px;
    max-width: 580px;
    margin: 0 auto 30px;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-txt a {
    color: #D80000;
    text-decoration: underline;
}

.success-txt a:hover {
    color: #0059CF;
    text-decoration: none;
}

.success-wrap .btn-box {
    padding-top: 60px;
}

/*------------ / form ------------*/

/*------------ mobile_menu ------------*/

.toggle-mmenu, .toggle-mmenu-cover, #mobile-menu, #mobile-fixed, #member-box, #mobile-search {
    display: none;
}

/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1220px) {
    /*------------ floating 1220 ------------*/
    .floating, .floating.fancybox-margin {
        right: 5px;
        margin-right: 0;
    }
    /*------------ / floating 1220 ------------*/
}

@media screen and (max-width: 900px) {
    /*------------ site_header 900 ------------*/
    .site-title {
        float: none;
        text-align: center;
        padding: 1px 0;
    }
    .top-nav, .site-nav {
        display: none;
    }
    /*------------ / site_header 900 ------------*/
    /*------------ site_main 900 ------------*/
    .content {
        padding: 0;
    }
    .content-top {
        margin-left: 0;
        margin-right: 0;
    }
    /*------------ / site_main 900 ------------*/
    /*------------ side 900 ------------*/
    .has-side .container {
        background: none;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / side 900 ------------*/
    /*------------ site_footer 900 ------------*/
    .footer-top {
        padding-bottom: 10px;
        text-align: center;
    }
    .site-map {
        display: none;
    }
    .site-info {
        margin: 0;
    }
    .follow {
        position: static;
        margin-top: 5px;
    }
    .follow .ibtn {
        margin-top: 5px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .share {
        display: none;
    }
    .footer-bottom .author {
        float: none;
    }
    /*------------ / site_footer 900 ------------*/
    /*------------ floating 900 ------------*/
    .floating, .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.reservation, .floating .icon.deco-line {
        display: none;
    }
    .floating .ibtn.gotop, .floating .ibtn.gotop:hover {
        background: url('../images/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop, .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../images/mobile_gotop.png');
    }
    /*------------ / floating 900 ------------*/
    /*------------ mobile_menu 900 ------------*/
    .toggle-mmenu-cover {
        position: fixed;
        z-index: 600;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        display: none;
    }
    .mmenu-open .toggle-mmenu-cover {
        display: block;
    }
    .toggle-mmenu-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 28px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .toggle-mmenu-close i {
        vertical-align: baseline;
    }
    .mmenu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .wrapper {
        padding-top: 40px;
        position: relative;
        left: 0;
        transition: all .3s ease;
    }
    .mmenu-open .wrapper {
        left: 300px;
    }
    #mobile-menu {
        display: block;
        position: fixed;
        width: 300px;
        left: -300px;
        top: 0;
        bottom: 0;
        z-index: 1000;
        line-height: 1.6;
        background: #fff;
        transition: all .3s ease;
    }
    .mmenu-open #mobile-menu {
        left: 0;
    }
    .mmenu-open #mobile-fixed {
        left: 300px;
        right: -300px;
    }
    #mobile-menu .main-menu {
        position: absolute;
        top: 40px;
        bottom: 40px;
        right: 0;
        left: 0;
        background: #eee;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #mobile-menu .main-menu .side-title {
        display: none;
    }
    #mobile-menu .side-nav, #mobile-menu .side-nav-top {
        line-height: 1.4;
        background: none;
        padding: 0;
    }
    #mobile-menu .side-nav {
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
    }
    #mobile-menu .side-nav-top {
        padding: 15px 30px;
        display: block;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }
    #mobile-menu .side-nav li {
        position: relative;
    }
    #mobile-menu .side-nav li a {
        padding: 12px 30px;
        margin: 0;
    }
    #mobile-menu .side-nav>li {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    #mobile-menu .side-nav>li>a {
        background: none;
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }
    #mobile-menu .side-nav>li>a:hover {
        text-decoration: none;
    }
    #mobile-menu .side-nav>li>a:before {
        display: none;
    }
    #mobile-menu .side-nav>li.has-child:after {
        content: "\f078";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 12px;
        pointer-events: none;
    }
    #mobile-menu .side-nav>li.has-child>a {
        padding-right: 40px;
    }
    #mobile-menu .side-nav>li.active {
        background: #fff;
    }
    #mobile-menu .side-nav ul {
        padding: 0 0 15px;
    }
    #mobile-menu .side-nav ul li a {
        border: 0;
        background: none;
        color: #777;
        font-size: 14px;
        padding: 8px 30px;
    }
    #mobile-menu .side-nav ul li.active>a:before {
        top: 7px;
        left: 10px;
    }
    #mobile-menu .side-nav-top>li {
        border-bottom: 0;
    }
    #mobile-menu .side-nav-top>li a:before {
        content: "";
        display: block;
        width: 2px;
        height: 2px;
        border: 2px solid #f3856d;
        position: absolute;
        left: -15px;
        top: 11px;
    }
    #mobile-menu .side-nav-top>li>a {
        color: #444;
        padding: 6px 0;
        font-weight: normal;
    }
    #mobile-menu .menu {
        display: block;
    }
    #mobile-menu .menu li {
        position: relative;
        float: none;
        display: block;
    }
    #mobile-menu .menu li a {
        display: block;
        padding: 10px 30px;
        border-bottom: 1px solid #ddd;
        color: #666;
    }
    #mobile-menu .menu li a:hover, #mobile-menu .menu li.active>a {
        color: #32b9d8;
    }
    #mobile-menu .menu ul {
        display: none;
    }
    #mobile-menu .menu ul li a {
        padding-left: 40px;
        background: #fff;
    }
    #mobile-menu .menu ul ul li a {
        padding: 5px 30px 5px 55px;
        background: none;
        color: #666;
        border-bottom: 0;
    }
    #mobile-menu .menu ul ul li a:hover, #mobile-menu .menu ul ul li.active>a {}
    #mobile-menu .menu li.has-child>a {
        padding-right: 45px;
    }
    #mobile-menu .menu li.has-child>.toggle-submenu {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 15px;
        color: #bbb;
        cursor: pointer;
    }
    #mobile-menu .menu li.has-child>.toggle-submenu:before {
        content: "\f067";
        font-family: 'icon-font' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #mobile-menu .menu li.has-child.active>.toggle-submenu:before {
        content: "\f068";
    }
    #mobile-menu .search-box {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        margin: 0 15px;
    }
    #mobile-menu .share-menu {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/footer_bg2.png) #1F323F;
        z-index: 1100;
        margin: 0;
        border-top: 1px solid #ddd;
        text-align: center;
    }
    #mobile-menu .share {
        position: static;
        margin: 5px 0;
        display: inline-block;
    }
    #mobile-menu .share .btn {
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 17px;
    }
    #mobile-menu .language-menu {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #333;
        color: #aaa;
        height: 40px;
        line-height: 20px;
    }
    #mobile-menu .language {
        padding: 5px 40px 5px 10px;
    }
    #mobile-menu .language .btn {
        display: none;
    }
    #mobile-menu .language ul li {
        display: inline-block;
        vertical-align: top;
    }
    #mobile-menu .language ul li+li:before {
        content: "| ";
    }
    #mobile-menu .language ul li a {
        padding: 5px;
    }
    #mobile-menu .language ul li a:hover {
        color: #fff;
    }
    #mobile-fixed {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
        transition: all .3s ease;
    }
    #mobile-fixed ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-bottom: 1px solid #75d5ea;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #mobile-fixed li {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 28px;
        background: url('../images/footer_bg.png') #49C1DC;
    }
    #mobile-fixed a {
        display: block;
        text-align: center;
        height: 40px;
        line-height: 44px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #mobile-fixed li .ic {
        vertical-align: middle;
        margin: 0 auto 3px;
    }
    #mobile-fixed li .txt {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
    }
    #mobile-fixed .qty {
        position: absolute;
        top: 2px;
        left: 54%;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0;
        background: #d50000;
        line-height: 20px;
        padding: 0 4px;
        min-width: 20px;
        border-radius: 10px;
        box-sizing: border-box;
    }
    #mobile-search {
        display: block;
        position: fixed;
        z-index: 800;
        top: -41px;
        left: 0;
        right: 0;
        background: #49C1DC;
        padding: 6px;
        transition: all 0.3s ease;
    }
    #mobile-search.active {
        top: 41px;
    }
    #mobile-search .search-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    #mobile-search .form-control {
        margin: 0;
        background: #fff;
        border: 0;
        height: 30px;
        line-height: 30px;
        padding-right: 40px;
        padding-left: 10px;
        border-radius: 5px;
    }
    #mobile-search .ibtn.search {
        background-image: url(../images/mobile_search_btn.png);
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #member-box {
        display: block;
        position: fixed;
        z-index: 400;
        top: 40px;
        left: 0;
        right: 0;
        color: #fff;
        max-height: 0;
        overflow: hidden;
        text-align: center;
        transition: all .3s ease;
    }
    #member-box.active {
        max-height: 500px;
    }
    #member-box li {
        border-bottom: 1px solid #444;
    }
    #member-box li a {
        display: block;
        padding: 6px 10px;
        background: #242424;
        font-size: 16px;
    }
    #member-box .qty {
        display: inline-block;
        background: #fff;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding: 0 6px;
        border-radius: 5px;
    }
    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }
    @keyframes bounceInDown {
        from, 60%, 75%, 90%, to {
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }
        0% {
            opacity: 0;
            transform: translate3d(0, -3000px, 0);
        }
        60% {
            opacity: 1;
            transform: translate3d(0, 25px, 0);
        }
        75% {
            transform: translate3d(0, -10px, 0);
        }
        90% {
            transform: translate3d(0, 5px, 0);
        }
        to {
            transform: none;
        }
    }
    .bounceInDown {
        animation-name: bounceInDown;
    }
    /*------------ / mobile_menu 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_header 767 ------------*/
    .site-title .logo {
        width: 100px;
        height: 100px;
    }
    /*------------ / site_header 767 ------------*/
    /*------------ site_main 767 ------------*/
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        text-align: right;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap .reminder strong {
        letter-spacing: 0;
        font-size: 22px;
    }
    .form-wrap {
        padding: 15px 15px 20px;
    }
    .form-box .form-group {
        padding: 2px 0;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box:before, .form-box .form-group:before {
        display: none;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box.type1 .tips {
        min-height: 0;
    }
    .form-wrap .btn-box {
        margin: 0 -15px;
        padding: 20px 15px 0;
    }
    .form-wrap .btn-box.has-border {
        margin-top: 20px;
    }
    .success-wrap {
        padding: 35px 12px 30px;
    }
    .success-box {
        font-size: 14px;
    }
    .success-msg {
        margin-bottom: 20px;
    }
    .success-wrap .btn-box {
        padding-top: 40px;
    }
    /*------------ / form 767 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ btn 400 ------------*/
    /*------------ / btn 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ mobile_menu 400 ------------*/
    #mobile-menu {
        width: 100%;
        left: -100%;
    }
    .mmenu-open #mobile-fixed {
        left: 100%;
        right: -100%;
    }
    .mmenu-open .wrapper {
        left: 100%;
    }
    #mobile-fixed li:last-child {
        width: 100px;
    }
    /*------------ / mobile_menu 400 ------------*/
}