@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
/*------------ basic ------------*/

body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1380px;
}
/*------------ / basic ------------*/
/*------------ icon ------------*/
.icon {
    background-image: url('../../images/common/icons.png');
}
.icon.require {
    background: none;
    width: 20px;
    height: 25px;
    text-indent: 0;
}
.icon.require:before {
    content: '';
    border-left: 6px solid #026DAA;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    margin: -2px 6px 0;
    vertical-align: middle;

}
/*------------ / icon ------------*/
/*------------ btn ------------*/
/*------------ btn ------------*/
.share .btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid transparent;
    color: #57768E;
    border-radius: 50%;
    margin-right: 5px;
    border:solid 1px  #57768E;
}

.share .btn:hover {
    color: #fff; background-color:#57768E;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 175px;
    height: 31px;
    border: 0px solid transparent;
    box-sizing: content-box;
}
.ibtn.fb-fans-page:hover {
     background-image: url('../../images/tw/fb_page.png');
     width: 175px;
     height: 31px;
     opacity:0.6;
}
.ibtn.back {
    background-image: url('../../images/common/btn_back.png');
    width: 100px;
    height: 22px;
}
.btn.back{
    border-radius: 4px;
    border-radius: 0;
    line-height: 35px;
    padding:0 20px;
    color: #DDDDDD;
    font-size: 12px;
    background: #1e73d0;
    background: -moz-linear-gradient(top, #1e73d0 0%, #293578 100%);
    background: -webkit-linear-gradient(top, #1e73d0 0%,#293578 100%);
    background: linear-gradient(to bottom, #1e73d0 0%,#293578 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73d0', endColorstr='#293578',GradientType=0 );
}
.btn.back:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a6a6a+0,000000+100 */
    background: #6a6a6a; /* Old browsers */
    background: -moz-linear-gradient(top, #6a6a6a 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6a6a6a 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.more{
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    float: right;
    color: #DDDDDD;
    font-size: 12px;
    background: #1e73d0;
    background: -moz-linear-gradient(top, #1e73d0 0%, #293578 100%);
    background: -webkit-linear-gradient(top, #1e73d0 0%,#293578 100%);
    background: linear-gradient(to bottom, #1e73d0 0%,#293578 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73d0', endColorstr='#293578',GradientType=0 );
}
.more:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a6a6a+0,000000+100 */
    background: #6a6a6a; /* Old browsers */
    background: -moz-linear-gradient(top, #6a6a6a 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6a6a6a 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 45px;
    height: 16px;
    float: right;
    margin: 10px 5px  0 0;
}
.ibtn.morealb {
    background-image: url('../../images/common/btn_morealb.png');
    width: 95px;
    height: 16px;
    float: right;
    margin: 0px 20px  0 0;
}
.ibtn.morelink {
    background-image: url('../../images/common/btn_morelink.png');
    width: 85px;
    height: 16px;
    float: right;
    margin: 0 50px 0 0;
}
.btn.simple {
    background: #999;
    max-width: 250px;
    /*width: 100%;
    height: 40px;*/
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 35px;
    border-radius: 0;
    position: relative;
    margin: 0 8px 10px;
}
.btn.simple:hover {
    background: #1B7292;
}
.btn.simple.bg2 {
    display: inline-block;
    padding: 0 20px;
    color: #DDDDDD;
    font-size: 12px;
    background: #1e73d0;
    background: -moz-linear-gradient(top, #1e73d0 0%, #293578 100%);
    background: -webkit-linear-gradient(top, #1e73d0 0%,#293578 100%);
    background: linear-gradient(to bottom, #1e73d0 0%,#293578 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73d0', endColorstr='#293578',GradientType=0 );
}
.btn.simple.bg2:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a6a6a+0,000000+100 */
    background: #6a6a6a; /* Old browsers */
    background: -moz-linear-gradient(top, #6a6a6a 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6a6a6a 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}
.btn.simple .icon.arrowL{
    background-position: -160px -87px;
    left: 10px;
}
.btn.simple .icon.arrowR {
    background-position: -180px -87px;
    right: 10px;
}
.btn.simple .icon.check {
    background-position: 0 -87px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}
.btn.simple .icon.cros {
    background-position: -181px -108px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}
.btn.simple .icon.money {
    background-position: 0 -62px;
    width: 25px;
    height: 25px;
    margin: 0 8px 4px 0;
}
.btn.normal {
     background: url('../../images/common/products/check_btn.png') no-repeat;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color:#fff ;
    margin: 0 2px 10px;
}
.btn.normal:hover {
    background: url('../../images/common/products/check_btn.png') no-repeat;
    background-position: 0px -35px;
    width: 120px;
    height: 35px;
    color:#fff ;
    line-height: 35px
}
.btn.normal .icon {
    width: 22px;
    height: 22px;
    margin: 0;
}
.btn.normal .icon.home {
    background-position: -6px -6px;
}
.btn.normal .icon.cart {
    background-position: -32px 0;
}
.btn.normal .icon.cart2 {
    background-position: -64px 0;
}
.btn.normal .icon.order {
    background-position: -96px 0;
}
.btn.normal .icon.money {
    background-position: -128px 0;
}
.btn.pure {
    color: #1A7292;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #ABB315;
    text-decoration: none;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    padding-top: 6px;
    position: fixed;
    top: 0;
    padding:0px;
    width: 100%;
    z-index: 100;
    background:url('../../images/common/header_bg.jpg');
    background-size:cover;
    background-position: left top;
    /*background: url('../../images/common/border_colorful_h.png') repeat-x #fff;*/
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 0;
    transition: all .3s ease;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 369px;
    height: 135px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.header-fixed .top-nav{
	display:none;
}
.header-fixed .site-title{
    padding: 10px 0;
}
.header-fixed .site-title .logo{
    height: 70px;
    width: 300px;
}
.header-fixed .site-nav {
    padding-top: 10px;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 0px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .icon {
    width: 22px;
    height: 20px;
    margin: 0 3px 3px 0;
}
.top-nav .icon.lock  { background-position: -140px -87px; }
.top-nav .icon.order { background-position: -100px -107px; }
.top-nav .icon.money { background-position: -120px -87px; }
.top-nav .icon.cart  { background-position: -20px -108px; }
.top-nav .icon.email  { background-position: -53px -6px; }
.top-nav a:hover .icon.email,
.top-nav li.active a .icon.email {
    background-position: -74px -6px;
}
.top-nav a:hover .icon.cart,
.top-nav li.active a .icon.cart {
    background-position: -20px -128px;
}
.func-menu > li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
}
.func-menu > li > a {
    color: #B28500;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 28px;
    padding: 0 5px;
    margin-right: 60px;
}
.func-menu > li > a:hover {
    text-decoration: underline;    
    color:#367D39;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
    margin-top:-18px;
}
.top-nav .language .btn {
    width: 100%;
    color: #D2BDB2;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #D2BDB2 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language li a {
    display: block;
    background: rgba(251, 242, 232, 0.9);
    color: #8C4600;
    padding: 0;
    text-align: center;
    font-size: 13px;
    border:solid #A67662;
    border-width: 0 1px 1px 1px;
	
}
.top-nav .language li a:hover {
    color: #fff;
    font-weight: bold;
    background: #A67662;;
}
.site-header .search-box {
    z-index: 10;
    width: 178px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #aaa;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 0px;
	transition: all .3s ease;
	border-radius:0 0 6px 6px;
}
.site-header .search-box .form-control:focus {
    border-color: #026DAA;
}
.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;
    right: 0px;
    top: 0px;
    font-weight: bold;
    color: #AAAAAA;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
	transition: all .3s ease;
}
.search-box:hover:after{
    color: #026DAA;
}
.site-header .search-box .ibtn.search {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 42px;
    z-index: 2;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}

.site-nav {
    transition: all .3s ease;
    position: relative;
    padding-top: 50px;
    margin-left: 220px;
    text-align: right;
    /*background: url(../../images/common/bg_language_h.png) no-repeat;*/
    background-position: top right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    border-top: #026DAA solid 3px;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 0px;
}
.site-nav .menu > li + li:before{
    background: #999999;
    height: 20px;
    width: 1px;
    content: '';
    display: inline-block;
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -10px;
}
.site-nav .menu > li > a {
    width:112px;
    height: 92px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding-top: 36px;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;
    margin-top: -10px;
}
.site-nav .menu > li > a:after{
    border-top: 6px solid #DFE4E8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: '';
    margin:10px auto;
    display: block;
    width: 0px;
    opacity: 0;
    transition: all .3s ease;

}
.site-nav .menu > li:nth-child(2n) > a {
    background-position: 0 0;
}
.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}
.site-nav .menu > li:nth-child(n) > a:hover,
.site-nav .menu > li:nth-child(n).active > a {
    padding-top: 32px;
    color: #DFE4E8;
    border-radius: 4px 4px 0 0;
    background: #1e73d0;
    background: -moz-linear-gradient(top, #1e73d0 0%, #293578 100%);
    background: -webkit-linear-gradient(top, #1e73d0 0%,#293578 100%);
    background: linear-gradient(to bottom, #1e73d0 0%,#293578 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73d0', endColorstr='#293578',GradientType=0 );
}
.site-nav .menu > li:nth-child(n) > a:hover:after,
.site-nav .menu > li:nth-child(n).active > a:after {
    opacity: 1;
}
.site-nav .menu > li > a span {
    display: block;
    color: #3A58A5;
    font-family: 'Lily Script One', cursive;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.site-nav .menu li ul {
    display: none;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/

.banner:before {
    content: '';
    display: block;
    background: url('../../images/common/banner_bg.jpg') no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom;
}
.banner {
    position: relative;
    margin-bottom: 45px;
    padding: 135px 0 0;
}
.banner .container:before {
    content: '';
    display: block;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 0;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 0;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
    opacity: 0.8;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
    opacity: 0.8;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-TT {
    width: 100%;
    margin: 0;
    height: 35px;
    padding-bottom: 10px;
    background: url('../../images/common/border_4.png') repeat-x;
    background-position: bottom left;
    
}
.main-title {
    float: left;
    width: 65%;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
    line-height: 35px;
    margin-right: 0px;
    font-weight: normal;
    padding-left: 5px;
}
.has-side .main-title {
    background: none;
    padding-bottom: 0px;
    
}
.main-title span {
    display: inline-block;
    color: #346FD9;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px;
    margin-right: 0px;
}
.main-title-btn {
    margin: 0;
    float: right;;
    height: 33px;
    
}
.main-content {
    padding: 55px 0 100px;
}
.has-side .main-content {
    padding-top: 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    padding: 0 0 15px 45px;
    margin: 0 0 20px -45px;
    overflow: hidden;
}
.content-title {
    position: relative;
    padding: 5px 0 5px 50px;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 30px;
    float: left;
    margin: 0;
}
.content-title .keyword {
    color: #F2856C;
}
.content-title:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/content_title_ic.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.sub-content-title {
    position: relative;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    float: left;
    margin: 15px 10px 0 10px;
    border-radius: 5px;
    background-color: #00A3D9;
}
.sub-content-title2 {
    position: relative;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    float: left;
    margin: 15px 10px 0 10px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 -32px;
}
.shopping-title .icon.cart {
    background-position: -30px -32px;
}
.shopping-title .icon.money {
    background-position: -60px -32px;
}
.shopping-title .icon.plus {
    background-position: -90px -32px;
}
.shopping-title .icon.user {
    background-position: -120px -32px;
}
.shopping-title .icon.box {
    background-position: -150px -32px;
}
.shopping-title .icon.notice {
    background-position: -180px -32px;
}
.shopping-title .icon.msg {
    background-position: -210px -32px;
}
.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding-bottom: 30px;
}
/*------------ / site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    color: #777777;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '／ ';
}
.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/breadcrumb_home.png') no-repeat;
    width: 15px;
    height: 15px;
}

.breadcrumb li:last-child a {
    color: #777777;
}
.breadcrumb li a:hover {
    color: #00A3D9;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color:#777;
    padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: ' ';    
    color: #333;
    text-decoration: underline;
}
.content-top .breadcrumb li:first-child a{
    color: #00A3D9;
}
.content-top .breadcrumb li+li:before {
    content: '>';
    color: #00A3D9;
    display: inline-block;
    vertical-align: middle;
    /*width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #C15E63;*/
    margin-bottom: 3px;
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}
/*------------ / breadcrumb ------------*/
/*------------ subbreadcrumb ------------*/
.subbreadcrumb {
    background: #E1EA48;
    text-align: right;
    color: #525252;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.subbreadcrumb li:first-child a:hover:before {
    background-position: 0 100%;
    color:#663300;
}
.subbreadcrumb li:last-child a {
    color: #fff; 
}
.subbreadcrumb li a:hover {
    color: #F0EAE1;
}
.content-top .subbreadcrumb {
    background: none;
    float: right;
    color:#fff;
    padding: 6px 0;
}
.content-top .subbreadcrumb:before{
    content: '。';
    color:#F7F292;
}
.content-top .subbreadcrumb li+li:before {
    content: '＞ ';
    color:;
}
.content-top .subbreadcrumb li:first-child a:before {
    display: none;
}
/*------------ subbreadcrumb2 ------------*/
.subbreadcrumb2 {
    background: #E1EA48;
    text-align: right;
    color: #8C4600;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
    margin-top: 1px;
}
.subbreadcrumb2 li:first-child a:hover:before {
    background-position: 0 100%;
    color:#663300;
}
.subbreadcrumb2 li:last-child a {
    color: #F7F292 
}
.subbreadcrumb2 li a:hover {
    color: #F0EAE1;
}
.content-top .subbreadcrumb2 {
    background: none;
    float: right;
    color:#878787;
    padding: 6px 0;
}
.content-top .subbreadcrumb2:before{
    content: '。';
    color:#8C4600;
}
.content-top .subbreadcrumb2 li+li:before {
    content: ' ';
    color:;
}
.content-top .subbreadcrumb2 li:first-child a:before {
    display: none;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 210px;
    float: left; 
    margin-left: 2%;
}
.has-side .content {
    width: calc(100% - 340px);
    float: right;
    margin-right: 2%;
    background: none;
}
.side-title {
    border-bottom: 0;
    padding: 29px 0px 16px 15px; 
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1;
    min-height: 80px;
    background: url('../../images/common/side_title.png') no-repeat;
    background-color: #F9EFE4;
}
.side-title span{
    font-size: 20px;
    font-weight: 900;
    display: block;
    font-family: 'Arial';
    margin-bottom: 7px;
}
.border:before{
    margin:8px auto;
    height: 5px;
    width: 100%;
    display: block;
    content: '';
    background: url('../../images/common/border_3.png') repeat-x;
    background-position: center left;
}
.side-nav,
.side-nav-top {
    position: relative;
    padding-bottom: 0px;
    font-size: 15px;
    margin-top:0px;
    /*background-color: #F9EFE4;*/
    /*border-bottom: 3px solid #989898; */
    padding-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.2;
    padding: 11px 0px;
    color: #444444;
    transition: all .3s ease;
}
.side-nav > li {
    padding: 2px 0 0 0;
}
.side-nav > li > a:after{
    width: 22px;
    height: 22px;
    content: '';
    display: inline-block;
    float: right;
    background: url('../../images/common/side_ic.png') no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;

}
.side-nav > li > a {


    color:#444444;
    padding-left: 15px;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e73d0+0,293578+100 */
    background: #1e73d0; /* Old browsers */
    background: -moz-linear-gradient(left, #1e73d0 0%, #293578 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e73d0 0%,#293578 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1e73d0 0%,#293578 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e73d0', endColorstr='#293578',GradientType=1 ); /* IE6-9 */
}
.side-nav li.active > a:before {
    content: '';
    display: inline-block;
    
}
.side-nav ul {
    display: none;
    padding-top: 0;
}
.side-nav ul{
    padding:10px 0;
}
.side-nav ul li a {
    border: 1px solid transparent;
    margin: 1px 0 1px 10px;
    color: #666666;
    padding:3px 0;
    transition: all .3s ease;
}
.side-nav ul li a:before{
    transition: all .3s ease;
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #AAAAAA;
    vertical-align: middle;
    margin:-2px 10px 0;
    position: relative;
    }
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #002CB2;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before {
    background: #002CB2;
}
.side-nav ul li.active > a {
    padding-left: 0px;
}

.side-nav-top > li > a  {
    color: #287E9B;
    padding: 6px 16px;
}
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;    
}
.side-nav-box {
    margin:10px 0 0 0;
    display: inline-block;
    transition: opacity 0.3s;
}
.side-nav-box:hover {
    opacity: 0.7;
}
/*------------ / side ------------*/
/*------------ site_footer ------------*/
.site-footer {
    background: url('../../images/common/footer_bg.jpg') repeat;
    background-size: cover;
    padding-top: 6px;
}
.footer-top .container {
    padding: 30px 15px 40px;
}
.site-info {
    float: left;
    padding: 10px 0 15px 20px;
    margin-right: 0px;
    color: #000;
    font-family: 'Lato', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    min-height: 123px;
    width: 420px;
    box-sizing: border-box;
}
.footer-tel,
.footer-mail {
    display: block;
    padding: 5px;
}
.footer-tel {
    font-size: 40px;
    font-weight: bold;
}
.footer-mail:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 23px;
    height: 17px;
    margin-right: 6px;
}
.site-info a:hover {
    text-decoration: underline;
}
.site-info .share {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.site-info .share-box {
    margin-bottom: 12px;
}
.site-info .info-txt {
    margin-left: 0;
    padding: 10px 0;
    min-height: 45px;
    text-align: left;
    line-height: 1.9;
}
.site-map {
    float: right;
    letter-spacing: 45px;
    width: 50%;
}
.site-map .row {
    margin: 0 -5px;
    text-align: right;
}
.site-map .col {
    display: inline-block;
    width: 28%;
    text-align: left;
    padding: 0;    
    border-left: 1px solid #ADC2D3;
}
.site-map .title {
    font-size: 14px;
    color: #274088;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
    width: 158px;
    height: 23px;
    line-height: 22px;
    margin:0 0 15px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #525252;
    font-size: 13px;
    margin:5px auto;
}
.site-map li {
    padding: 2px 0;
    letter-spacing: 0;
}
.site-map a:hover {
    text-decoration: underline;
}
.follow {
    float: left;
    letter-spacing: 6px;
}
.follow > * {
    display: inline-block;
    vertical-align: top;
}
.footer-bottom {
    background-color:#263F87;
    text-align: center;
    color: #CCCCCC;
    font-size: 12px;
    padding: 7px 0px;
}
.footer-bottom h6 {
    color: #FF7F00;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .copyright,
.footer-bottom .author {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 4%;
    bottom: 25%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
    width:  40px;
    height: 56px;
}
.floating .ibtn.gotop:hover {
    border-color: #ff884f;
}
/*------------ / floating ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 20px;
    height: 22px;
    line-height: 22px;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 22px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #346FD9;
}
.pagination li a.controls {
    padding: 0;
}
.pagination li a.controls .icon {
    width: 22px;
    height: 22px;
    margin-bottom: 2px;
}
.pagination li a.prev .icon {
    background-position: -239px -67px;
    border: 1px solid #346FD9;
    background-color: #fff;
}
.pagination li a.next .icon {
    background-position: -261px -67px;
    border: 1px solid #346FD9;
    background-color: #fff;
}
.pagination li a.prev:hover .icon {
    background-color: #346FD9;
    border:1px solid #346FD9;
    background-position: -239px -89px;
}
.pagination li a.next:hover .icon {
    background-color: #346FD9;
    border:1px solid #346FD9;
    background-position: -261px -89px;
}
.pagination li a.child .icon {
    background-position: -281px -67px;
    border: 1px solid #346FD9;
    background-color: #fff;
}
.pagination li a.last .icon {
    background-position: -300px -67px;
    border: 1px solid #346FD9;
    background-color: #fff;
}
.pagination li a.child:hover .icon {
    background-color: #346FD9;
    border:1px solid #346FD9;
    background-position: -281px -89px;
}
.pagination li a.last:hover .icon {
    background-color: #346FD9;
    border:1px solid #346FD9;
    background-position: -300px -89px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    width: 90%;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 6px auto 0 auto;
    border-radius: 5px;
}
.page-info .form-control:focus {
    border-color: #267D9A;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    font-size: 14px;
    color: #777;
    position: relative;
    margin-bottom: 30px;
  /*  background: #DBEFDB;*/
    /*border:solid #367C38;*/
    /*border-width: 0 0 0 3px;*/
    padding:0 0 0 10px;
    text-align: center;
}
.reminder span {
    color: #026DAA;
}
.reminder2 {
    font-size: 14px;
    color: #777;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.reminder2 span {
    color: #026DAA;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #777;
    background: #FBCFC7;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    color: #fff;
    background: #F3856D;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #FBCFC7;
    border: 1px solid #FBCFC7;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #F3856D;
}
.qty-box .add {
    left: 0;
}
.qty-box .less {
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #E6E6E6;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color:#C5A787;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #197292;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}
.form-title {
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 50px;
    text-align: center;
    line-height: 1.2;
}
.form-wrap {
    max-width: 1040px;
    margin: 0 auto;
    background: #F2ECE2;
}
.form-wrap2 {
    max-width: 1040px;
    margin: 0 auto;
}
.form-wrap .btn-box {
    padding: 15px 15px 45px;
}
.form-box {
    max-width: 1050px;
    margin: 0 10px;
    padding: 30px;
    border:solid #dfdfdf;
    border-width: 0 0 1px 0;
}
.form-box .row {
    margin: 0 -24px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .col2 {
    width: 65%;
    padding: 10px 24px;
    margin:0 auto; 
}
.form-box .col3 {
    width: 65%;
    padding: 10px 24px;
    margin:0 auto; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.form-box .required {
    position: relative;
}
.form-box .control-labelw{
    padding-left: 20px;
}
.form-box .required:before {
    content: '';
    border-left: 6px solid #026DAA;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: inherit;
    padding-left: 5px;
}
.form-box .control-labelw {
    display: block;
    font-size: 14px;
    color: #222;
    float: left;
    width: 120px;
    text-align: left;
    line-height: inherit;
    clear: left;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .control-boxw {
    position: relative;
    margin-left: 145px;
}
.form-box .control-boxw4 {
    position: relative;
    margin-left: 145px;
    width: 60%;
}
.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.form-box .captcha a .icon.refresh {
    width: 30px;
    height: 30px;
    background-position: -270px -32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: -300px -32px;
    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: 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: #1A7292;
    font-size: 13px;
    padding: 0 5px;
}
.form-box.type2 .tips {
    min-height: 0;
}
.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/common/form_radio.png');
}
.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 {
    border-bottom: 1px solid #E8DACA;
    text-align: center;
    padding: 4% 15px;
}
.has-side .success-wrap {
    padding: 6% 15px 7%;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 30%;
    background: #00A3D9;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
    border-radius: 8px;
}
.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
}
.success-msg .icon.check {
    background-position: -192px 0;
}
.success-msg .icon.user {
    background-position: -224px 0;
}
.success-msg .icon.mail {
    background-position: -256px 0;
}
.success-msg .icon.file {
    background-position: -288px 0;
}
.success-msg .icon.lock {
    background-position: -320px 0;
}
.success-msg .icon.user-white {
    background-position: -352px 0;
}
.success-txt {
    color: #4C332C;
}
.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}
.success-txt a {
    text-decoration: underline;
    color: #F2856C;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------ lightbox ------------*/
.fancybox-album .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 90px;
    height: 40px;
    right: 0px;
    top: -40px;
}
.fancybox-album .fancybox-close:hover {
    background-position: 0 100%;
}
.fancybox-album .fancybox-skin {
    background: #FBF2E8;
    margin: 20px 40px;
    border-radius: 0px;
    border: 1px solid #E3D5C6;
}
.fancybox-album .fancybox-inner {
    background: #fff;
}
.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}
.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}
.fancybox-album .fancybox-title {
    color: #666;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-top: 16px;
}
.fancybox-album .fancybox-title .photo-pager {
    float: none;
    color: #8C6654;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px 0;
    position: absolute;
    bottom:-20px;
    left:40%;
}
.fancybox-album .fancybox-title .photo-title {
    color: #537930;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px;
    text-align: center;
    background: url('../../images/common/border_dot_h.png') repeat-x;
    background-position: left bottom;
}
.fancybox-album .fancybox-title .photo-intro {
    padding: 15px 10px 15px;
    background: url('../../images/common/border_dot_h.png') repeat-x;
    background-position: left bottom;
    margin-bottom: 10px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background:  #3A58A5;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #3A58A5;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #3A58A5;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #3A58A5;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
@media screen and (max-width: 1580px) {
/*------------ site_footer 1580 ------------*/
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
/*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1470px) {
/*------------ site_header 1470 ------------*/
    .site-title .logo {
        width: 300px;
        height: 120px;
    }
    
    .site-nav .menu {
        margin: 0 -7px;
    }
/*------------ / site_header 1470 ------------*/
}
@media screen and (max-width: 1420px) {
/*------------ banner 1420 ------------*/
    .banner:before {
        display: none;
    }
    .site-title .logo {
        width: 300px;
        height: 120px;
    }
    
/*------------ / banner 1420 ------------*/
/*------------ / site_map 1420 ------------*/
    .site-map {
     float: left;
     letter-spacing: 45px;
     width: 45%;
    }
   .site-map .row {
     margin: 0 -5px;
    }
   .site-map .col {
     float: left;
     width: 25%;
     padding: 0;    
     border-left: 1px solid #CCCCCC;
    }
}
@media screen and (max-width: 1300px) {
    .ibtn.morealb {   
      margin: 0 -20px 0 0;
    }
   .ibtn.morelink {    
       margin: -10px 20px 0 0;
    }
/*------------ site_footer 1300 ------------*/
    .footer-top {
        background: none;
    }
    .footer-top .container {
        background: none;
    }
    .site-info {
        margin-right: 20px;
    }
    .site-map {
     float: left;
     letter-spacing: 45px;
      width: 50%;    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
    .success-msg-edit {
     max-width: 30%;
    }
/*------------ / site_footer 1300 ------------*/
}

@media screen and (max-width: 1025px) {
	.banner {
    padding: 0;
}
/*------------ site_header 1025 ------------*/
    .top-nav,
    .site-nav,
    .site-header .search-box {
        display: none;
    }
	.site-header{
		position:relative;
	}
	
    .site-title {
        background: none;
    }
/*------------ / site_header 1025 ------------*/
/*------------ site_main 1025 ------------*/
    .content-top {
        padding: 0 15px 15px;
        margin: 0 -15px 55px;
    }
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1025 ------------*/
/*------------ side 1025 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
/*------------ / side 1025 ------------*/
/*------------ site_footer 1025 ------------*/
    .site-map,
    .footer-bottom .share,
    .site-info .share {
        display: none;
    }
    .footer-top {
    text-align: center;    
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .container {
        padding: 30px 15px 15px;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: inline-block;
        margin: 0 0 15px;
        background: none;
        padding: 0;
        min-height: 0;
    }
    .footer-tel {
        font-size: 36px;
    }
    .follow > * {
        margin-top: 5px;
        margin-bottom: 10px
    }
/*------------ / site_footer 1025 ------------*/
/*------------ floating 1025 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.png');
    }
/*------------ / floating 1025 ------------*/
/*------------ / form-box 1025 ------------*/
    .form-box .control-labelw
     {
       float: none;
       width: auto;
       text-align: left;
    }
    
    .form-box .control-boxw,
    .form-box .control-boxw4 {
      margin-left: 0;
      width: auto;
    }
/*------------ / form-box 1025 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-header{
        background: none;
    }
    .site-title .logo,.site-title{
        float: none;
        text-align: center;

    }
    .site-title ,.header-fixed .site-title {
        padding: 10px 0;
    }
    .header-fixed .site-title .logo , .site-title .logo {
    height: 70px;
    width: 250px;
}
.form-box .col3{
    width: 100%;
}
}
@media screen and (max-width: 840px) {
 
    .success-msg-edit {
     max-width: 90%;
    }
/*------------ site_footer 840 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .container {
        padding: 30px 15px 15px;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: inline-block;
        margin: 0 0 15px;
        background: none;
        padding: 0;
        min-height: 0;
    }
    .footer-tel {
        font-size: 36px;
    }
    .follow > * {
        margin-top: 5px;
    }
/*------------ / site_footer 840 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-title span {
        font-size: 36px;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        float: none;
    }
    .main-content {
        padding: 30px 0 60px;
    }
    .main-title {
      font-size: 16px;
      letter-spacing: 0;
      width: 70%;    
    }
   .has-side .main-title {
    background: none;
    padding-bottom: 0px;
    
    }
    .main-title span {
     font-size: 20px;
     letter-spacing: 0;
    }
    .success-msg {
     max-width: 90%;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 26px;
    }
    .pagination li a.next {
        right: 26px;
    }
    .pagination li a.child {
        left: 0px;
    }
    .pagination li a.last {
        right: 0px;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        padding: 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        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 .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-nav span {
        top: -45px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .fancybox-album .fancybox-title .photo-title,
    .fancybox-album .fancybox-title .photo-pager {
        font-size: 18px;
    }
    .fancybox-album .fancybox-title .photo-title {
        padding: 5px 0;
    }
    .fancybox-album .fancybox-title .photo-pager {
        padding: 5px 0 0;
        bottom:-30px;
    }
    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 400px) {
    .main-title {
      font-size: 12px;
      letter-spacing: 0;
      width: 70%;    
    }
   .has-side .main-title {
    background: none;
    padding-bottom: 0px;
    
    }
    .main-title span {
     font-size: 16px;
     letter-spacing: 0;
    }
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}