@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Karma:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
/*製作時刪除*/
/*.site-nav .menu > li:nth-last-child(-n+10) {
    display: none;
}*/
/*!製作時刪除*/
/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #525252;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
h3.name{
    margin: 0;
}
/*------------ / basic ------------*/
/*--- æœ€ä¸Šæ–¹ ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #00815F;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#00815F;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*--- END ---*/
/*------------ icon ------------*/
.icon.require {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00815F;
    margin: 0 5px 5px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.btn{
    border-radius:0px;
}
.share{
    width: 65px;    
}
.share li{
    width: 50%; 
    float: left;
    text-align: center;
    padding: 1px;
    box-sizing: border-box;
}
.share .btn {
    width: 30px;
    height: 30px;
    line-height: 34px;
    background: #BCBCBC;
    color: #fff;
    font-size: 18px;
}
.share .btn:hover { background: #00815F; }
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb.jpg');
    width: 95px;
    height: 95px;
}
.btn.back {
    border: 1px solid #C3C3C3;
    background: #C3C3C3;
    width: 90px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    font-size: 13px;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn.back:hover {
    color: #fff;
    border-color: #00815F;
}
.btn.back:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: #00815F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    z-index:-1;
}

.btn.back:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
.btn.back .ic ,.btn.back:before{
    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;
    font-size: 1.2em;
    vertical-align: text-bottom;
    margin: 0 6px 1px 0;
    content: "\f104";
    position: relative;
    top: -2px;
}
.btn.simple {
    background: #AAA;
    width: 162px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 3px 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.btn.simple:hover {
    
}
.btn.simple:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: #00815F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    z-index:-1;
}

.btn.simple:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
.btn.simple2 {
    width: 100%;
    line-height: 32px;
    background: #555;
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn.simple2:hover {
    
}
.btn.simple2:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: #00815F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    z-index:-1;
}

.btn.simple2:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}
.btn.arrow {
    background: #ccc;
    width: 200px;
    line-height: 35px;
    color: #555;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin: 0 5px 10px;
    position: relative;
}
.btn.arrow:hover {
    background: #00815F;
    color: #fff;
}
.btn.arrowL {
    float: left;
}
.btn.arrowR {
    float: right;
}
.btn.arrow .ic8-arrow-left,
.btn.arrow .ic8-arrow-right {
    position: absolute;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 35px;
}
.btn.arrow .ic8-arrow-left {
    left: 0;
}
.btn.arrow .ic8-arrow-right {
    right: 0;
}
.btn.pure {
    color: #00815F;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #444;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: #00815F;
    
    transition: all .3s ease;
}
.site-header .container{
    background: #fff;
}
.wrapper{
    padding-top: 83px;
}
.site-title {
    float: left;
    padding: 20px 0;
    transition: all .1s ease;
    position:  relative;
    transition: all .3s ease;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 342px;
    height: 60px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.site-nav {
    float: right;
    margin: 26.5px 0;
    transition: all .1s ease;
    position:  relative;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #555555;
    padding: 10px 24px;
    transition: all .2s;
    font-size: 16px;  
    position: relative;
    transition: all 0.3s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #00815F;
}
.site-nav .menu > li > a:before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #00815F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

.site-nav .menu > li > a:hover:before,
.site-nav .menu > li.active > a:before {
    transform: scaleX(1);
    transform-origin: left;
}
.site-nav .menu ul {
    display: none;
}
.site-header .language {
    position: relative;
    margin-left: 10px;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li a {
    background: #C4C4C4;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
}
.site-header .language li a:hover {
    background: #00815F;
}
/*-- ç½®é ‚ --*/
.header-fixed .site-header {
     box-shadow:0 0 10px #0000002b;
     transition: all .2s;
     position: fixed;
}
.header-fixed .site-title {
    padding: 10px 0;
}
.header-fixed .site-nav {
    margin: 16.5px 0;
}

.header-fixed  .site-nav .search-box {
    position: relative;
    top: 12px;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
    margin: 0;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.site-main{
    margin-top: 0;
    margin-bottom: 80px;
}
.main-top {
    position: relative;
}
.main-top .container {

}
.main-title {
    line-height: 36px;
    color: #525252;
    font-size: 25px;
    font-weight: 600;
    padding: 16px 15px;
    margin: 0 0 40px;
    text-align: center;
    border-bottom: solid 1px #DCDFDF;
    background: #ebf1ec;
    background: url('../../images/common/t_bg.jpg') no-repeat;
    background-size: cover;
}
.top-nav {
    /*border-bottom: 1px solid #E4E4E4;*/
    text-align: right;
    padding: 6px 0;
    /*margin-bottom: 45px;*/
    display: none;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}
.func-menu {
    padding: 0 8px;
}
.func-menu > li {
    padding: 2px 0;
}
.func-menu > li > a {
    color: #545454;
    font-size: 16px;
    line-height: 30px;
    padding: 0 8px;
    transition: all 0.3s ease;
}
.func-menu > li > a:hover {
    color: #00815F;
}
.site-nav .search-box {
    position: relative;
    top: 0px;
    transition: all .3s ease;
}
.search-box {
    position: relative;
    width: 206px;
}
.search-box .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    margin: 0;
    padding-right: 34px;
}
.search-box .form-control:focus {
    border-color: #00815F;
}
.search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.svg');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.no-svg .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}
.main-content {
    padding: 0 0 0px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-title {
    color: #00815F;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    text-align: center;
}
.has-side .content-title {
    text-align: center;
}
.shopping-title {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto 15px;
}
.shopping-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background: #00815F;
    margin: 0 8px 3px 0;
}
.btn-box {
    clear: both;
    padding-top: 32px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.narrow {
    max-width: 720px;
    margin: 0 auto;
}
.btn-box.align-left {
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 50px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    float: right;
    text-align: right;
    color: #999;
    font-size: 13px;
    padding: 8px 0;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 4px 0 2px;
}
.breadcrumb li a:hover {
    color: #00815F;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 240px;
    background: #F3F3F5;
    background:url(../../images/common/side.png)50% 0% #F3F3F5;
    background-size: cover;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
    position:relative;
    margin-left: 130px;
}
.has-side .content {
   max-width:1140px;
   position:relative;
   margin-left: 70px;
}
.has-side .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.side-nav-top {
    margin-bottom: 20px;
}
.side-nav-top li a {
    color: #444;
}
.side-nav-top li a:hover {
    text-decoration: underline;
}
.side-nav-top li a:before {
    content: '\f101';
    display: inline-block;
    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: #00815F;
    margin-right: 8px;
}
.side-nav {
    
}
.side-in{
     padding:0px;
}
.side-title{
    font-size: 23px;
    color: #fff;
    padding: 15px 0 15px;
    background: url(../../images/common/side_bg.png) 50% 50% no-repeat;
    text-align: center;
}

.side-nav > li {
    margin-top: 15px;
}
.side-nav li a {
    line-height: 1.4;
}
.side-nav > li > a {
    color: #525252;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0px 15px;
    text-align: center;
    border-bottom: solid 1px #EEEEEE;
    transition: all .3s ease;
    position: relative;
    z-index:1;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;
}
.side-nav > li > a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #00815F;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    left: 10px;
    border-left-color: #fff;
}
.side-nav > li > a:after{
    position: absolute;
    left: 0px;
    width:0px;
    height: 100%;
    background: #00815F;
    bottom: 0px;
    top:0;
    content: '';
    transition: all .3s ease;
    display: block;
    z-index: -1;
}
.side-nav > li > a:hover:after,
.side-nav > li.active > a:after{
    width: 100%;
}
.side-nav ul {
    display: none;
    padding: 10px 0 0;
}
.side-nav ul li a {
    background: #e7f1ef;
    font-size: 14px;
    color: #000;
    padding: 5.5px 0;
    margin-bottom: 3px;
    text-align: center;
    transition: all 0.2s;
    position: relative;
    z-index: 1;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #fff;

}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: calc(50% - 2.5px);
}
.side-nav ul li a:after{
    position: absolute;
    left: 0px;
    width:0px;
    height: 100%;
    background: #9aad9b;
    bottom: 0px;
    top:0;
    content: '';
    transition: all .3s ease;
    display: block;
    z-index: -1;
}
.side-nav ul li a:hover:after,
.side-nav ul li.active > a:after{
    width: 100%;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer{
    background: #FCFCFC;
}
.footer-top {
    border-top: 1px solid #D9D9D9;
    background: #FCFCFC;
    padding: 35px 0;
}
.contact-item ul{
    padding: 0;
    margin: 0;
}
.contact-item li{
    padding-left: 64px;
    color: #777;
    font-size: 14px;
    margin-bottom: 3px;
    position: relative;
    list-style-type:none;
}
.site-map p,
.contact-item p{
    font-size: 16px;
    color: #00815F;
    margin: 0 0 3px;
    font-weight: 600;
    font-family: 'Oswald','微軟正黑體', sans-serif;

}
.contact-item span{
    display: block;
    color: #9aad9b;
    position: absolute;
    width: 35px;
    left: 0px;
    top: 0px;
    font-weight: 600;
    padding-right:14px;
    height:16px;
    border-right:1px solid #9aad9b;
    font-size: 13px;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.site-info {
    float: left;
    width: 540px;
    position: relative;
    padding: 3px 0px 3px 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../../images/common/footer_logo.jpg) left center no-repeat;
}
.footer-phone {
    display: inline-block;
    color: #333;
    font-size: 26px;
    line-height: 40px;
}

.footer-resevation {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid #aaa;
    background: #fff;
    margin-top: 20px;
    border-radius:0px;
}
.footer-resevation:hover {
    color: #C667A9;
    border-color: #DCA3CB;
}
.footer-resevation .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin: 0 0 -1px 8px;
}
.footer-follow{
    border-top:1px solid #D9D9D9;
    text-align: center;
    padding: 13px 0;
}
.qrcode {
    display: inline-block;
}
.site-map {
    float: right;
    width: 712px;
    color: #444;
    font-size: 14px;
}
.site-map .item {
    float: left;
    width: 25%;
    border-left: 1px solid #CCC;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.site-map ul li + li {
    margin-top: 0px;
}
.site-map ul li a {
    padding: 2px 0;
}
.site-map ul li a:hover {
    color: #00815F;
}
.follow {
    float: right;
    position: relative;
}
.follow .footer-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
}
.follow .ibtn.fb-fans-page {
    position: absolute;
    left: 0;
    top: 0;
}
.follow .share {
    letter-spacing: 7px;
}
.follow .share * {
    letter-spacing: 0;
}
.follow .btn.gohome {
    display: block;
    background: #00815F;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
}
.follow .btn.gohome:hover {
    background: #D58CBF;
}
.footer-bottom {
    background: #00815F;
    color: #c2e2da;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
}
.footer-bottom .author a:hover{
    text-decoration: underline;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 25%;
    z-index: 250;
    transition: all .3s ease;
}
.floating .btn.gotop {
    background: #777;
    color: #fff;
    width: 52px;
    height: 52px;
    font-size: 28px;
    line-height: 52px;
    border-radius: 50%;
}
.floating .btn.gotop:hover {
    background:#00815F;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #777;
    font-size: 13px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    
    position: relative;
    z-index: 1;
}
.pagination li a:hover,
.pagination li.active a {
    color: #00815F;
}
.pagination li a:before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #00815F;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
}

.pagination li a:hover:before,
.pagination li.active a:before {
    transform: scaleX(1);
    transform-origin: left;
}

.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.pagination li a.controls .ic {
    font-size: 1.4em;
    vertical-align: middle;
    margin: 0 3px 6px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    margin: 0;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    border: 1px solid #DDD;
    background: #F6F6F6;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0 0 40px;
}
.reminder.align-center {
    text-align: center;
}
.reminder span {
    display: inline-block;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    height: 25px;
    line-height: 23px;
    border-color: #aaa;
    text-align: center;
    margin: 0;
    padding: 0 30px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .btn {
    width: 25px;
    height: 23px;
    line-height: 25px;
    font-size: 16px;
    color: #777;
    background: #eee;
    position: absolute !important;
    z-index: 2;
    top: 1px;
}
.qty-box .btn:hover {
    color: #00815F;
    z-index: 2;
}
.qty-box .less {
    left: 1px;
}
.qty-box .add {
    right: 1px;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #D0D0D0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #00815F;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #00815F;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type1 {
    max-width: 950px;
}
.form-wrap.type2 {
    max-width: 1000px;
    border: 1px solid #ccc;
}
.form-wrap.type2 .form-box {
    max-width: 460px;
    padding: 30px 5% 40px;
}
.form-wrap + .btn-box {
    max-width: 720px;
    margin: 0 auto;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    /*margin: 0 -12px;*/
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00815F;
    margin: 0 8px 3px 5px;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 32px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    padding-right: 120px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
    position: absolute;
    right: 10px;
    top: 0;
}
.form-box .captcha a:hover {
    color: #00815F;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.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: inherit;
    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: #00815F;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 32px;
    line-height: 16px;
}
.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 .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 40px;
}
.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 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    border: 1px solid #00815F;
    color: #00815F;
    font-size: 18px;
    line-height: 1.4;
    max-width: 674px;
    margin: 0 auto 30px;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-msg2 {
    color: #00815F;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 25px;
}
.success-txt {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}
.success-txt a {
    text-decoration: underline;
    color: #00815F;
}
.success-txt a:hover {
    color: #000;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-box {
    border: 1px solid #ccc;
    max-width: 1000px;
    margin: 0 auto;
}
.table-h {
    color: #888;
    font-size: 14px;
}
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    background: #eee;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #ddd;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #EB575D;
}
.table-v {
    color: #666;
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}
.table-v th {
    text-align: right;
    width: 120px;
    font-weight: normal;
    position: relative;
}
.table-v th:after {
    content: '';
    display: block;
    border-left: 1px solid #bbb;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.table-v tr + tr {
    border-top: 1px solid #ddd;
}
.table-v tr td {
}
.table-v strong {
    color: #00815F;
}
.table-v b {
    color: #00815F;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 30px;
    height: 30px;
    right: 14px;
    top: auto;
    bottom: 8px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 45px !important;
}
body .fancybox-outer {
    border-bottom: 1px solid #E0E0E0;
}
.fancybox-album .fancybox-close {
    position: static;
    float: right;
}
.fancybox-album .fancybox-skin {
    padding-bottom: 15px !important;
}
.fancybox-album .fancybox-outer {
    border-bottom: 0;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 48px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: 0;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: 0;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: 15px;
    border-top: 1px solid #E0E0E0;
    padding: 10px 0 0;
}
.fancybox-album .photo-title {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0;
}
.fancybox-album .photo-intro {
    margin: 5px 0;
    color: #888;
}
.fancybox-album .photo-pager {
    text-align: center;
}
.fancybox-album .photo-pager b {
    color: #00815F;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #00815F;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #00815F;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #00815F;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav > li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .side-nav ul li.active > a:before {
    display: none;
}
.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #00815F;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    background: #111;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    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: #000;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
 }

.mmenu-show #mobile-menu .share{
    width: 100%;
    text-align: center;
}
.mmenu-show #mobile-menu .share li{
    width: auto;
    float: none;
    display: inline-block;
}
.mmenu-show #mobile-menu .share li i{
    display: inline-block;
    line-height: 30px;

}

.google_translate_box{
    position: absolute;
    right: 15px;
    top: 3px;
}
.google_translate_box_m{
   position: relative;
   left: 6px;
   top: 6px;
}
@media screen and (max-width: 1470px) {
/*------------ site_footer 1470 ------------*/
    .footer-top .container {
        max-width: 750px;
    }
    .site-map {
        padding-top: 20px;
        width: auto;
        float: none;
        clear: both;
    }
/*------------ / site_footer 1470 ------------*/
}
@media screen and (max-width: 1270px) {
    .site-title {
        float: none;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
    }
    .site-nav {
        float: none;
        text-align: center;
        margin: 0 auto;
        transition: all .1s ease;
        position: relative;
        border-top: 1px solid #9acdc0;
    }
    .header-fixed .site-nav{
        margin: 0 auto;
    }
}
@media screen and (max-width: 1200px) {
/*------------ site_header 1200 ------------*/
    .site-nav .menu > li > a {
        padding: 10px 15px;
    }
    .site-header .language {
        margin-left: 5px;
    }
    .footer-phone {
    font-size: 22px;
   padding:10px 0;
}
.footer-resevation {
    margin-top: 10px;
}
/*------------ / site_header 1200 ------------*/
/*------------ side ------------*/
    
/*------------ / side ------------*/
}
@media screen and (max-width: 1000px) {

    .goog-te-banner-frame {
        top: unset !important;
        bottom: 0 !important;
    }

    .banner {
        margin:0px 0px 0;
    }
    .banner .container{
        padding: 0;
    }
    .site-header,.header-fixed .site-header{
        position: relative;
        z-index: 300;
    }
    .wrapper{
        padding-top: 40px;
    }
/*------------ site_header 1000 ------------*/
    .site-title {
        text-align: center;
        float: none;
        padding:0px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .has-side .content {
       margin-left: 0px;
    }
    .site-header {
        border-top:none;
        position: relative;
       width:100%; 
       padding: 15px 0;
        height: auto;
        background:#fff;
    }
    .header-fixed .site-header{
      position:relative;
      transition: none;
      height:  auto;
    }
    .header-fixed .site-title {
        padding: 0px 0;
    }
    .site-main{
        margin-bottom: 40px;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-top: 0px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .site-map {
        display: none;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gotop,
    .floating .btn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .btn.gotop,
    .no-svg .floating .btn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    .floating .btn.gotop .ic {
        display: none;
    }
/*------------ / floating 1000 ------------*/
 /*-- Ã¦â€“Â°Ã§Å¡â€ž --*/
 .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 999;
    font-size: 14px;
    padding: 40px 0 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
}
.header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
}
button.close-ontop{
    padding:0px;
}
.close-ontop {
    float: none;
}
body #keyreply-container {
     bottom: 10%;
}
.header-active #keyreply-container {
    bottom: 0%;
    transition:all .7s;
}
.header-fixed .header-sheet{
    display:block;
}
.main-title{
    font-size: 22px;
}
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_header 767 ------------*/
    .site-title .logo {
        width: 240px;
        height: 34.53px;
    }
/*------------ / site_header 767 ------------*/
/*------------ site_main 767 ------------*/
    .main-top {
        text-align: center;
    }
    .main-top .container {
    }
    .main-title {
        float: none;
        display: block;
        margin: 0 0 25px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        text-align: center;
        font-size: 12px;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ site_footer 767 ------------*/
    .footer-top {
        padding: 20px 0;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        margin-left: 110px;
        padding-left: 110px;
        padding-right: 0;
    }
    .follow {
        padding: 0;
        position: absolute;
        left: 15px;
        top: 0;
    }
    .follow .ibtn.fb-fans-page {
        position: static;
    }
    .follow .footer-title,
    .follow .share,
    .follow .btn.gohome {
        display: none;
    }
/*------------ / site_footer 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 32px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .pagination li a.controls .txt {
        display: none;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-wrap.type2 {
        border: 0;
        max-width: none;
    }
    .form-wrap.type2 .form-box {
        padding: 0;
        max-width: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 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-wrap .form-box .tips {
        min-height: 0;
    }
/*------------ / form 767 ------------*/
/*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 5px 10px;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    .table-v th {
        width: 90px;
        text-align: left;
    }
/*------------ / table 767 ------------*/
}
@media screen and (max-width: 520px) {
/*------------ site_footer 520 ------------*/
    .site-info {
        position: static;
        padding: 0px 0 0;
        margin: 0;
        background: none;
    }
    .qrcode {
        left: 50%;
        margin-left: 8px;
    }
    .follow {
        left: 50%;
        margin-left: -105px;
    }
/*------------ / site_footer 520 ------------*/
}
@media screen and (max-width: 500px) {
/*------------ btn 500 ------------*/
    .btn.arrowL,
    .btn.arrowR {
        float: none;
    }
/*------------ btn 500 ------------*/
/*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr {
        padding: 10px 15px;
    }
    .table-v th,
    .table-v td {
        display: inline;
        padding: 0;
    }
    .table-v th:after {
        position: static;
        display: inline-block;
        margin: 0 15px;
    }
/*------------ / table 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ lightbox 400 ------------*/
/*------------ / lightbox 400 ------------*/
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
}