@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600');
/*------------ basic ------------*/
select::-ms-expand {
    display: none;
}
select.form-control{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  min-width: 80px;
    padding: 0 20px 0 0;
	text-indent:10px;
  background:#fff url("../../images/common/arrow2.png") no-repeat scroll 98% center;
}
body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #131130;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.35px;
}

.wrapper {
    position: relative;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

.has-bg {
    background: #FCFBF8;
    margin: -25px 0 0 0;
}

.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
    position: static;
}

/*------------ / 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 #0d2ea1;
}
.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:#0d2ea1;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/

/*-----back-btn-----*/

/*.btn.back {
    color: #333333;
    font-weight: bold;
    transition: all .2s;
}

.btn.back i {
    width: 17px;
    height: 15px;
    background: url('../../images/common/ic_leaf.png');
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}

.btn.back:hover {
    transition: all .2s;
    color: #97C834;
}
*/

.back{
    display: inline-block;
    vertical-align: middle;
}
.back a{
    display: inline-block;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 24px;
    transition: all .3s ease;
    color: #2C2C2C;
    letter-spacing: 0;
}
.back a:before{
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
        content: "\f104";
    padding-left: 8px;
    text-align: left;
    text-indent: 0;
    width: 20px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 15px;
    color: #2C2C2C;
}
.back:hover a:before{
    -webkit-animation: back 0.8s infinite;
   animation:  back 0.8s infinite;
}

@-webkit-keyframes back {
  0%{
      text-indent: 0px;
  }

  100% {
    opacity: 0;
      text-indent: -20px;
  }

}

@keyframes back {
  0%{
      text-indent: 0px;
  }
  100% {
      text-indent: -20px;
       opacity: 0;
  }

}

.back:hover a{
    color: #0D2EA1;

}

/*-----style01-btn-----*/

.btn.style01 {
    transition: all .2s;
    font-size: 23px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#568a00+32,8dc220+100 */
    background: rgb(86, 138, 0);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(86, 138, 0, 1) 32%, rgba(141, 194, 32, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(86, 138, 0, 1) 32%, rgba(141, 194, 32, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(86, 138, 0, 1) 32%, rgba(141, 194, 32, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#568a00', endColorstr='#0d2ea1', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    transition: all .2s;
    position: relative;
    margin: 0 auto;
    display: block;
    line-height: 44px;
}

.btn.style01:before,
.btn.style01:after {
    content: "";
    height: 17px;
    width: 70px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0 0;
    background: url('../../images/common/bg/bg01.png');
}

.btn.style01:after {
    left: auto;
    right: 0;
}

.btn.style01 i {
    margin: 0 10px 0 0;
}

.btn.style01:hover {
    transition: all .2s;
    box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.25), inset -3px -3px 0px rgba(0, 0, 0, 0.25);
}

.btn.style01 i {
    vertical-align: middle;
    display: inline-block;
}

.btn.style01.nobuy {
    background: #B4B4B4;
    cursor: not-allowed;
}

.btn.style01.nobuy i {
    background-position: 0 100%;
}

.btn.style01.bg2 {
    background: #FD960B;
}

.btn.style01.bg3 {
    background: #B4CE59;
}

.btn.style01.submit {
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 330px;
    width: 100%;
    font-size: 18px;
}


/*-----style02-btn-----*/

.btn.style02 {
    color: #666666;
    line-height: 1.2;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s;
    line-height: 38px;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0 23px;
    margin: 0 3px 10px;
}

.btn.style02 i {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.btn.style02:hover {
    transition: all .2s;
    background: #A9C741;
    border: 1px solid #A9C741;
    color: #fff;
}

.btn.style02:hover i {
    color: #fff;
}

.btn.style02 i.paid {
    width: 18px;
    height: 18px;
    background: url('../../images/common/paid_ic.png');
}

.btn.style02:hover i.paid {
    background-position: 0 100%;
}


/*-----style03-btn-----*/

.btn.style03 {
    background: #F9F9F9;
    line-height: 28px;
    border-radius: 5px;
    color: #6A6A6A;
    font-size: 15px;
    border: 1px solid #DDDDDD;
    transition: all .2s;
    padding: 0 20px;
}

.btn.style03 i {
    color: #0d2ea1;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 5px 0;
}

.btn.style03:hover {
    color: #fff;
    background: #0d2ea1;
    transition: all .2s;
}

.btn.style03:hover i {
    color: #fff;
}


/*-----style04-btn-----*/

.btn.style04 {
    background: #0d2ea1;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    transition: all .2s;
    padding: 0 12px;
    margin: 0 15px;
}

.btn.style04:hover {
    background: #6A6A6A;
    transition: all .2s;
}


/*---- btn-box ----*/

.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    padding: 25px 0;
    border-bottom: 1px dotted #ACACAC;
}

.btn-box.dib .btn {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 0 10px 10px;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    margin: 0 auto;
     position: fixed;
    top: 0;
    padding:0px;
    width: 100%;
    z-index: 999;
    background: #0D2EA1;
  /*  background: -moz-linear-gradient(left, #0d2ea1 0%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #0d2ea1 0%,#7db9e8 100%);
    background: linear-gradient(to right, #0d2ea1 0%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2ea1', endColorstr='#7db9e8',GradientType=1 );*/
}

.site-header .container {
    max-width: 1470px; 
}

.site-title {
    float: left;
    padding: 40px 0 20px;
    border-bottom: solid 2px #fff;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
	background-size:contain;
    width: 373px;
    height: 82px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}
.header-fixed .site-title .logo{
    width:64px;
    height: 50px;
    position:relative;
    background: url(../../images/common/logo2.png);
}
.header-fixed .site-title {
    padding:8px 0;
    border:none;
}
.header-fixed  .site-nav {
    margin-top:20px;
    padding-right: 560px;
}

.header-fixed .language{
    right: 440px;
}
/*------------top-nav ------------*/

.top-nav {
    margin: 0 5px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav li {
    margin: 0 -1px;
}

.top-nav > ul > li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 3px 0;
    font-size: 20px;
}

.top-nav > ul > li > a {
    display: block;
    color: #FFFFFF;
    background: #0d2ea1;
    line-height: 1.2;
    padding: 11px 14px;
}

.top-nav li.qa a {
    background: #B68A42;
}


/*---- language ----*/

.language {

    /*background: #F47400;*/
    position: absolute;
    right: 0;
    bottom: 0
}

.language .btn {
    color: #E5E6E6;
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 0 0px;
    font-family: 'Hind';
    font-weight: 500;
    transition: all .3s ease;
}
.language .btn:hover{
    color: #7E9DD8;
}
.language .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #7E9DD8 transparent transparent transparent;
}

.language ul {
    display: none;
  
    font-size: 15px;
    z-index: 100;
    position: absolute;
    padding: 0px 0;
    width: 159px;
    left: 50%;
    margin-left: -79.5px;
    font-family: 'Hind',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.language ul li {
    position: relative;
    display: block;
}
.language li a:after{
    position: absolute;
    width: 0;
    height: 2px;
    background: #0D2EA1;
    transition: all .3s ease;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
}
.language li a:hover:after{
    width: 100%;
}
.language li a {
    transition: all .2s;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 9px 0;
    background: #0D2EA1;
    color: #FFFFFF;
    margin-bottom: 1px;
    position: relative;
}

.language ul li a:hover {
    color: #191919;
    background: #FFFFFF;
    transition: all .2s;
}


/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    width: 400px;
    box-sizing: border-box;
    padding-right: 55px;
    z-index: 50;
	margin-top:10px;
}
.site-header .search-box .search{
    background: #eb0438 url(../../images/common/search.png) 15px 20px  no-repeat;
	    background-position: center;
    display: block;
    line-height: 65px;
    border-radius: 0;
    width: 200px;
    text-align: center;
    position: absolute;
    right: 0;
    padding-left: 25px;
    top:0;
    font-size: 16px;
    transition: all .3s ease;
    font-family: 'Hind', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-weight: 500;
    color: #E5E5E5;
	
	width: 55px;
    height: 40px;
}
.site-header .search-box .search:hover{
    color: #AAACAD;
    background: #B90000 url(../../images/common/search.png) 15px 20px  no-repeat;
	    background-position: center;
}
.site-header .search-box .form-control {
    height: 40px;
    line-height: 40px;
    margin: 0;
    border: 0;
    background:#fff;
    border:none;
    padding: 0 25px 0 0;
    transition: all .1s;
	max-width: 345px;
    padding: 0 15px;
    border-radius: 0;
    color: #AAACAC;
    font-family: 'Hind', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
}

.site-header .search-box a {
    position: absolute;
    right: 7px;
    top: 8px;
    color: #fff;
    font-weight: bold;
}

.site-header .search-box a i {
    font-size: 27px;
    margin: 0;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #A2A2A2;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #A2A2A2;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #A2A2A2;
    font-size: 15px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #A2A2A2;
}


/*------------site-nav ------------*/
.wrapper{
    padding-top: 144px;

}
.site-nav {
    position: relative;
    margin: 90px -15px 0 0;
    float: right;
    padding-right: 120px;
    transition: all .3s ease;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    width: 100%;
    position: relative;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu > li > a {
    transition: all .2s;
    text-align: center;
    display: block;
    padding: 0 12px;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 17px;
    margin: 0 10px;
    position: relative;
    z-index: 5;
}
.site-nav .menu > li.has-child > a:after{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 2px 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #7E9DD8 transparent transparent transparent;
    content: '';
}

.site-nav .menu > li > a:hover {
    transition: all .2s;
    color: #7E9DD8;
}

.site-nav .menu li ul {
    display: none;
    
    position: absolute;
    z-index: 600;
    width: 159px;
    top: 100%;
    left: 50%;
    margin:0px 0 0 -78.5px;
    box-sizing: border-box;
     background: #0D2EA1;
    color: #fff;
}


.site-nav .menu li ul .ic-arrow {
    transform: rotate(45deg) scale(0.6);
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 2px;
}

.site-nav .menu ul li a {
    color: #fff;
    line-height: 1.2;
    padding: 12px 15px 12px 32px;
    display: block;
    position: relative;
    font-size: 15px;
}
.site-nav .menu ul li a:after{
    position: absolute;
    width: 0;
    height: 2px;
    background: #0D2EA1;
    transition: all .3s ease;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
}
.site-nav .menu ul li a:hover:after{
    width: 100%;
}
.site-nav .menu ul li a:before {
   font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        content: "\f105";
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 12px;
    margin-top: -6px;
    display: inline-block;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #FFFFFF;
    color: #191919;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 15px 20px;
    margin: 0 0 0 20px;
}

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    display: block;
    background-color: transparent;
}

.site-nav .menu ul ul li a {
    padding: 6px 25px;
    font-size: 14px;
    color: #FFFF54;
}

.site-nav .menu ul ul li,
.site-nav .menu ul ul > li:first-child {
    border: 0;
}

.site-nav .menu ul ul li a:before {
    content: "-";
    width: auto;
    height: auto;
    border: 0;
    color: #FFFFFF;
    margin: -10px 0 0 0;
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul ul li a:hover {
    color: #fff;
    text-decoration: underline;
    background: none;
}


/*------------share------------*/

.share {
    display: inline-block;
    vertical-align: middle;
}

.share li {
    float: left;
    padding:0 5px;
}

.share .btn {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    transition: all .2s;
    display: block;
    background: #3D5A98;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;

}



.share .twitter .btn {
    background:#50ABF1;
}

.share .google .btn {
    background: #DC472E;
}


.share .plurk .btn {
    background: #EA4640;
}
.share .btn:hover {
    background: #FFFFFF;
    color: #141130;
}
.share .youtube .btn {
    background: #AA1317;
    padding: 15px 0 0 0;
}

.share .instagram .btn {
    padding: 18px 0 0 0;
    background: #A17359;
}


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}

.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
}

.banner-dot {
    display: inline-block;
}

.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.banner-dot .slick-dots li {
    margin: 0 3px;
}

.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #DAD4CE;
    top: 0;
}

.banner-dot .slick-active button {
    background: #83705E;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top {
    position: relative;
    padding:8px 0;
}
.content-top{
    background: #F3F3F3;
    border-top: solid 1px #E1E1E1;
    padding:9px 0px 7px;
}
.main-title {
    line-height: 1.2;
    color: #2C2C2C;
    font-weight: normal;
    font-size: 35px;
    text-align: left;
    font-family: 'Hind',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.main-title p{
     display: inline-block;
     font-size: 30px;
     margin: 0;
     margin-left: 12px;

}
.content-title{
    margin: 0;
    color: #2C2C2C;
    font-weight: bold;
    font-size: 20px;
    padding: 0px 0 0px 20px;
    position: relative;

}
.content-title:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/title_ic.png) left center no-repeat;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.content-title-box{
    border-bottom: solid 1px #E1E1E1;
    margin-bottom: 48px;
    padding:10px 0;
}
.mb{
     margin-bottom: 48px;   
}
.site-main {
    position: relative;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0px 0 120px 0;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}


/*------------ warning ------------*/

.warning-sect {
    display: none;
}


/*------------ / site_main ------------*/


/*------------ site_footer ------------*/

.site-footer {
    position: relative;
}

.footer-top {
    background:#141130;
    padding:7.5px 0;
}

.footer-top .container {
    padding: 0;
    max-width: 1440px;
}

.footer-top .col {
    display: inline-block;
    vertical-align: middle;
}

.site-footer .fb {
    width: 87px;
    height: 87px;
    display: inline-block;
    background: url('../../images/tw/fb_page.jpg');
    box-sizing: border-box;
    vertical-align: middle;
    margin:0 7.5px;
}
.site-footer .fb:hover{
    background-position: bottom;
}
.site-footer .share {
    display: inline-block;
    vertical-align: middle;
}

.footer-mid {
   background: #fff;
    position: relative;
    padding: 22px 0;
}

.site-map {
    color:#000000;
        float: left;
}

.site-map ul {
    float: left;
    text-align: center;
    box-sizing: border-box;

}
.site-map li {
    width: 110px;

}
.site-map li + li {
}

.site-map ul a:hover {
   color: #0A2279;
}

.footer-bottom {
   
    font-size: 13px;
    color: #A2A2A2;
    line-height: 1.45;

}
.footer-bottom .container{
    border-top: solid 1px #E1E1E1;
     padding: 15px 10px 18px;
}
.home{
    float: right;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 16px;
}
.home a:after{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -7px;
    margin-left: 8px;
    background: #141130 url(../../images/common/home.png) no-repeat center center;
    transition: all .3s ease;

}
.home a:hover:after{
    background-color: #0D2EA1;
}
.footer_bg{
    background: url(../../images/common/site_info.jpg) top right;
    background-size: cover;
}
.site-info{
    
    padding: 20px 0;

}
.site-info .row_{
    padding:30px 0;
    border-bottom: solid 1px #E1E1E1;
    display: flex;
    position: relative;
    font-family: 'Hind',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-info .row_ .en:before{
    content: "";
    background: url(../../images/common/footer_ic.png);
    width: 6px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.site-info .row_ .col1{
    line-height: 1.2;
    padding: 0px 40px ;
    flex-basis: 245px;
    min-width: 245px
 
}
.site-info .row_:after{
    content: '';
    position: absolute;
    background: #000000;
    height: 1px;
    width: 172px;
    bottom: 0px;
    left: 0;

}
.site-info .row_:last-child{
    border:none;
}
.site-info .row_:last-child:after{
    display: none;
}
.site-info .row_ .en{
    font-weight: bold;
    color: #AAACAC;
    font-size: 30px;
    margin-left: -20px;
}
.site-info .row_ .branch{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.site-info .row_ .col2{
}
.site-info .row_ .col2 p{
    margin: 0;
    color: #444444;
    font-size: 16px;
}
.site-info .row_ .col2 p +p{
    margin: 7px 0 0;
}
.site-info .row_ .col2 p i{
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 17px;
    text-align: center;
}
.site-info .row_ .col2 p >span {
    display: inline-block;
    padding-left: 37px;
    position: relative;

}
.site-info .row_ .col2 p >span >i{
    position: absolute;
    top: 0;
    left: 0;
}
.site-info .row_ .col2 p span + span{
    margin-left: 20px;

}
/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}

.floating .gotop {
    display: none;

}

.gotop {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Hind';
    font-weight: 500;
    float: right;
    margin-top: 30px;

}
.gotop i{
    display: inline-block;
    background: #FFFFFF;
    width: 32px;
    line-height: 32px;
    height: 32px;
    margin-left: 8px;
    color: #141130;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-top: -3px;

}

.gotop:hover i{
    color: #FFFFFF;
    background: #0D2EA1;

}
.gotop i:before{
    position: relative;

}
.gotop:hover i:before{
    -webkit-animation: gotop 0.8s infinite;
   animation:  gotop 0.8s infinite;
}
@-webkit-keyframes gotop {
  0%{
    top: 20px;

  }

  100% {
    opacity: 0;
    top: -22px;
  }

}

@keyframes gotop {
  0%{
    top: 20px;

  }

  100% {
    opacity: 0;
    top: -22px;
  }

}
/*------------ / floating ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #333333;
    font-size: 13px;
    right: 0;
    margin: 0 0 0px 0;
    text-align: right;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: ">";
    margin: 0px 5px;
    color: #0C2DA0;
}

.breadcrumb li a:hover {
    color: #0C2DA0;
}
.breadcrumb li:first-child {
    color: #0C2DA0;
}
.breadcrumb li:first-child a:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/ic_leaf.png');
    margin: 0 5px 3px 0;
}

.products-breadcrumb {
    border-top: 1px solid #0d2ea1;
    border-bottom: 1px solid #0d2ea1;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 15px 0;
}

.products-breadcrumb li:first-child a:before {
    display: none;
}

.products-breadcrumb li+li:before {
    color: #8CC11F;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side-nav-box {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 40px;
    background: #0d2ea1;
    position: relative;
    box-sizing: border-box;
}

.side-nav {
    width: 100%;
    display: table;
}

.side-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: url(../../images/common/shadow.png) no-repeat center top;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0 0 1px 0;
}

.side-nav > li {
    float: none;
    display: table-cell;
}

.side-nav > li + li {
    border-left: 1px solid #fff;
}

.side-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
}

.side-nav > li > a {
    padding: 12px 23px;
    text-align: center;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,5a7c14+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(90, 124, 20, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(90, 124, 20, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(253, 254, 253, 0) 1%, rgba(90, 124, 20, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#5a7c14', GradientType=0);
    /* IE6-9 */
}

.side-nav ul {
    display: none;
}

.side-nav .logout a {
    color: #FFFF26;
}


/*------------ / side ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 28px;

    line-height: 28px;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    color: #444444;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .2s;
    background: #fff;
}

.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    color: #fff;
    background: #0D2EA1;
}

.pagination li a.controls {
    margin: 5px 15px 0px;
    font-weight: 500;
    border: 0;
    background: none;
    font-family: 'Hind';
    font-size: 16px;
    color: #AAACAD;
}

.pagination li a.controls i {
    margin: 0 10px 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.pagination li a.controls:hover {
    color: #141130;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 0px 10px;
    text-align: center;
    margin:0 auto 5px;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/


/*-----reminder-----*/

.reminder {
    font-size: 15px;
    color: #666666;
    line-height: 1.65;
    text-align: center;
    margin: 0 0 45px;
}

.reminder.has-border {
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 40px;
}

.reminder strong {
    display: block;
    color: #333333;
    font-size: 24px;
    margin: 0 0 10px;
    font-family:'Hind' ;
}

.reminder b {
    border: 2px solid #0d2ea1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}


/*-----form-detail-----*/
select.form-control{
    color: #AAACAC;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 43px;
    color: #000;
    background: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 17px;
    padding: 0 10px;
    border-radius: 0px;
    font-weight: 500;
    font-family: 'Hind',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

}

.form-control:focus {
    outline: none;
    border-color: #1E4EBD;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}
.search-content-box{
    /*display: flex;*/
    text-align: center;
    margin-bottom: 35px;
}
.search-content-box .form-control{
    display: inline-block;
    width: auto;

}
.search-content-box select.form-control{
    width: 200px;
}
.search-content-box select.form-control option {
    margin: 40px;
    background: #1E4EBD;
    color: #7E9DD8;
}

.search-content-box select.form-control option:hover,
.search-content-box select.form-control option:active,
.search-content-box select.form-control option:focus{
    color: #FFFFFF;
     background: #1E4EBD;
}

.search-content-box input.form-control{
    width: 423px;
    max-width: 100%
}
.search-content-box .search{
    font-size: 0;
    background: #1E4EBD url(../../images/common/service/ic.png);
    width: 45px;
    height: 45px;
    border-radius: 0;

}
.search-content-box .search:hover{
    background-color: #0A237A;
}
.form-box.has-border {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.form-box .form-group {
    padding: 5px 0 15px;
}

.form-box .control-label {
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 5px;
}

.form-group .control-label + .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
    padding: 0;
}

.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #F15102;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}


/*-----form-wrap-----*/

.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
}

.form-box {
    position: relative;
    margin: 0 auto;
    max-width: 835px;
    box-sizing: border-box;
}

.form-box2 {
    border-radius: 10px;
    margin: 0 auto;
    padding: 35px 65px;
    border: 1px solid #DDDDDD;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
    padding: 0 0 0 20px;
}

.form-box .required:after {
    content: "";
    border: 2px solid #0d2ea1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin: -4px 0 0 0;
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 280px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #F39801;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
}

.form-box .captcha a:hover i {
    color: #fff;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    line-height: 1.6;
}

.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;
}


/*----- address -----*/

.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%;
}


/*----- tips -----*/

.form-box .tips {
    line-height: 1.5;
    margin-bottom: -3px;
    color: #73A811;
    padding: 0 5px;
    font-size: 13px;
}

.form-box.type2 .tips {
    min-height: 0;
}


/*----- input-group -----*/

.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;
}


/*----- radio + checkbox -----*/

.form-radio {
    display: inline-block;
    position: relative;
}

.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}

.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: 150;
    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: 18px;
    height: 18px;
    margin: 0 5px 6px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}


/*-----success-box-----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    color: #7E6C6C;
}

.success-box .msg {
    color: #333333;
    font-weight: bold;
    font-size: 24px;
}

.success-box .fz16 {
    font-size: 16px;
    color: #666666;
}

.success-box b {
    font-size: 16px;
    color: #0d2ea1;
}

.success-box b span {
    color: #333333;
}


.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box > span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}

.success-box > span b {
    color: #000;
}


/*------------ / form ------------*/


/*------------ lightbox ------------*/

body .fancybox-close,
.album-fancybox .close {
    background: none;
    top: 3px;
    right: 12px;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
}

body .fancybox-close:after,
.album-fancybox .close:after {
    content: "\e1019";
    display: block;
    font-size: 27px;
    text-align: center;
    color: #8ABD23;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:hover:after,
.album-fancybox .close:hover:after {
    color: #F15103;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
}

body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


/*------------ / lightbox ------------*/


/*------------ fancybox ------------*/

.body_close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: default;
}

/*.album-fancybox {
    position: relative;
}*/

.album-fancybox .slick-arrow {
    background: transparent;
    border: 0;
    color: transparent;
}

.album-fancybox .fancybox-skin {
    background: #fff;
    border: 5px solid #0d2ea1;
    max-width: 700px;
    margin: 30px auto 0;
    padding: 10px!important;
    /*padding: 40px 20px 0!important;*/
    box-sizing: border-box;
    position: relative;
    z-index: 50;
}

.album-fancybox .title {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    color: #0d2ea1;
    margin: 0 0 20px;
}

.album-fancybox .title i {
    border-radius: 50%;
    background: #0d2ea1;
    color: #fff;
    font-size: 21px;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

.album-fancybox .slick-arrow {
    font-size: 38px;
    text-align: center;
    color: #BBBBBB;
    border: 2px solid #BBBBBB;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}

.album-fancybox .slick-arrow:hover {
    color: #2AA8E3;
    border-color: #2AA8E3;
    transition: all .2s;
}

.album-fancybox .slick-prev {
    left: -100px;
}

.album-fancybox .slick-next {
    right: -100px;
}

.album-fancybox .text-box {
    margin: 0 0px;
    padding: 15px 20px 20px;
    font-size: 13px;
    color: #555555;
    line-height: 1.5;
    background: #F5F5F5;
    letter-spacing: 1px;
}

.album-fancybox .text-box .tit {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #444;
}

.album-fancybox .gallery-page {
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    color: #FFFFFF;
    background: #0d2ea1;
    margin: 0 0px;
    padding: 10px 0;
    letter-spacing: 1px;
}

.album-fancybox .gallery-page .current {
    font-weight: bold;
    margin: 0 3px;
    text-decoration: underline;
}

.album-fancybox .thumbnails {
    margin: 30px auto;
    max-width: 700px;
}

.album-fancybox .slider-nav {
    margin: 0 -15px;
}

.album-fancybox .slider-nav .item {
    padding: 0 15px;
    cursor: pointer;
    outline: 0;
}

.album-fancybox .slider-nav .pic {
    max-width: 121px;
    position: relative;
    margin: 0 auto;
    transition: all .2s;
    box-shadow: 2px 2px 5px rgba(160, 160, 160, .75);
    box-sizing: border-box;
}

.album-fancybox .item:hover .pic,
.album-fancybox .item.active .pic {
    border: 3px solid #0d2ea1;
    transition: all .2s;
}

.album-fancybox .slider-nav .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    border: 3px solid rgba(255, 255, 255, .7);
    z-index: 15;
    opacity: 0;
    transition: all .2s;
}

.album-fancybox .item:hover .pic:before,
.album-fancybox .item.active .pic:before {
    opacity: 1;
    transition: all .2s;
}



.fancybox-nav span{
    visibility: visible;
}
.fancybox-nav span{
    font-size: 38px;
    text-align: center;
    color: #BBBBBB;
    border: 2px solid #BBBBBB;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    z-index: 100;
    cursor: pointer;
    transition: all .2s;
}
.fancybox-nav span:hover{
    color: #558A00;
    border-color: #558A00;
}
.fancybox-prev span{
     left: -100px;
}
.fancybox-prev span:before{
    content: "\e095";
    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;
       
}
.fancybox-next span{
    right: -100px;
}
.fancybox-next span:before{
    content: "\e094";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background: #2d2d2d;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #2d2d2d;
}

.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: #000;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #eee;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu .top {
    display: none;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #ddd;
    color: #444444;
    padding: 10px 15px;
    font-weight: bold;
}

.mmenu-show #mobile-fixed .qty {
}

.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu {
    color: #444;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #0D2EA1;
    font-weight: bold;
}

.mmenu-show #mobile-menu .share .btn {
    width: 30px;
    line-height: 17px;
    height: 30px;
}

.mmenu-show #mobile-menu .share .youtube .btn,
.mmenu-show #mobile-menu .share .instagram .btn {
    padding: 5px 0 0 0;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 0 0px 0 0;
    text-align: left;
    margin: 0;
    width: auto;
    background: transparent;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #ddd;
}

.mmenu-show #mobile-menu .menu li a span {
    font-family: "新細明體";
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 10px;
    top: 11px;
    padding: 0;
    line-height: 1;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
    padding: 0px 4px 0 6px;
}

.mmenu-show #mobile-menu .language li + li {
    border-left: 1px solid #666;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    display: none;
}

.mmenu-show #mobile-menu .share {
    margin: 10px 0;
    padding: 0;
}

.mmenu-show #mobile-search .btn.search{
        font-size: 0;
    background: #1E4EBD url(../../images/common/service/ic.png);
    width: 30px;
    height: 30px;
    border-radius: 0;
    background-size: 30px 30px;
}
.mmenu-show #mobile-search .btn.search:hover{
    background-color: #0A237A;
}
/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1500px) {
    /*------------ site-header 1500 ------------*/
  /*  .site-title {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .top-nav > ul> li {
        margin: 0;
        float: left;
        border-left: 1px solid #fff;
    }
    .top-nav,
    .site-nav {
        background: #F47400;
        float: none;
        text-align: center;
        margin: 0 -15px;
    }
    .site-nav {
        background: none;
        margin: 30px -15px 10px 0;
    }
	.banner {
   
    padding: 300px 0 0;
}*/
    /*------------ / site-header 1500 ------------*/
    .site-title .logo{
        width: 240px;
    }
    .site-nav .menu > li > a{
        margin: 0;
    }
    .language{
        right: 5px;
    }
}

@media screen and (max-width: 1280px) {
    /*------------ side-nav 1280 ------------*/
    .side-nav-box {
        padding: 0;
    }
    .side-nav > li > a {
        padding: 12px 10px;
    }
    /*------------ / side-nav 1280 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ site-footer 1200 ------------*/
    .site-info,
    .site-map {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .site-info {
        margin: 0 -15px;
        padding: 30px 15px;
        border-bottom: 1px solid #F9CC80;
    }
    .site-nav .menu > li > a{
        padding:0 3px;
    }
   .header-fixed .site-header .search-box{
        width: 270px;
    }
    .header-fixed .site-header .search-box .form-control{
        width: 120px;
    }
   .header-fixed  .site-header .search-box .search{
        width: 150px;
        font-size: 10px;
    }
    .header-fixed .site-title .logo{
        width: 50px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .header-fixed  .site-nav .menu > li > a{
        font-size: 16px;
    }
    .header-fixed .site-nav{
        padding-right: 440px;
    }
    .header-fixed .language{
        right: 300px;
    }
    /*------------ / site-footer 1200 ------------*/
}

@media screen and (max-width: 1100px) {}


@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .site-title .logo,.header-fixed .site-title .logo {
        color: transparent;
        background: url(../../images/common/logo.png) 50% 50%  no-repeat;
		background-size:contain;
	
        width: 230px;
        height: 60px;
        margin: auto;
    }
    .site-title{
        border: none;
        text-align: center;
        width: 100%;
    }
    /*--- 隱私權手機板 ---*/
    .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;
}

    /*--- END隱私權手機板 ---*/
    /*------------ site-header 767 ------------*/
    .site-title {
        padding: 10px 0px;
    }

    .top-nav,
    .site-nav {
        display: none;
    }
	.site-header {
    position:static;
    z-index: 10;
	}
	.banner{
		padding:0px;
	}
    /*------------ / site-header 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .footer-bottom .container{
        padding-bottom: 30px;
    }
    .site-info .row_{
        display: block;
        padding:15px 0;
    }
    .site-info .row_ .col1{
        margin-bottom: 15px;
    }
    .site-info .row_ .col2{
        padding-left: 10px;
    }
     .site-info .row_ .col2 p span{
        display: block;
     }
    .site-info .row_ .col2 p span + span{
        margin-left: 0;
        margin-top: 5px;
    }
    .site-info .row_ .col2 p +p{
        margin-top: 5px;
    }
    .site-footer .share,
    .site-map {
        display: none;
    }
    .site-info {
        border: 0;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        display: inline-block;
        float: none;
        margin: 0 -4px 0 0;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ main-content 767 ------------*/
    .content-top{
        padding: 8px 0
    }
    .main-title {
        letter-spacing: 0;
        font-size: 22px;
    }
     .main-title p{
        font-size: 18px;
     }
     .content-title{
        font-size: 18px;
     }
     .content-title-box,.mb{
        margin-bottom: 20px;
     }
     .main-content{
        padding-bottom: 30px;
     }
     .success-box .msg{
        font-size: 18px;
     }
    /*------------ / main-content 767 ------------*/
    .search-content-box select.form-control,.search-content-box input.form-control{
        width: 100%;
    }
    .search-content-box input.form-control{
        padding-right: 50px;
    }
    .search-content-box{
        position: relative;
        margin-bottom: 15px;

    }
    .search-content-box .search{
        position: absolute;
        right: 1px;
        bottom: 7px;
        width: 43px;
        height: 43px;
        background-size: contain;
    }
    /*------------ side-nav 767 ------------*/
    .side-nav-box {
        display: none;
    }
    /*------------ / side-nav 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .album-fancybox .gallery,
    .album-fancybox .thumbnails {
        margin: 30px 15px;
    }
    .album-fancybox .title {
        margin: 0;
    }
    .album-fancybox .slick-arrow {
        font-size: 18px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 28px;
        background: rgba(255,255,255,0.2);
    }
    /*------------ / lightbox 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 85px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -28px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 0px;
        top: auto;
        margin-right: -15px;
        display: block;
    }
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        bottom: 0;
    }
    /*------------ / floating 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box2 {
        padding: 20px 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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;
    }
    .static-control {
        margin: 0 0 20px;
    }
    /*------------ / form 767 ------------*/
    .footer-mid{
        padding:12px 0 8px;
    }

}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 500px) {

    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /*------------ form 500 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ btn 480 ------------*/
    .btn-box.dib .btn {
        display: block;
        margin: 0 0 10px;
    }
    /*------------ btn 480 ------------*/
}
