@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');



/*源泉圓體TW*/
@font-face {
    font-family: 'GenSenRounded2TW-R';
    src: url('../../images/common/fonts/GenSenRounded2TW-R.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

 
/*GOOGLE圓體*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);


/*Noto Serif Traditional Chinese*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');

/* Quicksand */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

::selection {
    
}
::-moz-selection {
   
}
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333;
    font-size: 15px;
    line-height: 1.94;
    letter-spacing: 1.2px;
}
.alertify-message{
    color: #000;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.lazyload,.lazyloaded{
    width: 100%;
}
/*------------ / basic ------------*/

/*------------ animation ------------*/
@-webkit-keyframes shine{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes shine{
    0%{
        opacity:1
    }
    50%{
        opacity:0
    }
    to{
        opacity:1
    }
}

@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(359deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

@-webkit-keyframes animeX--2 {
    to {
        background-position-x: 200%;
    }
}
@keyframes animeX--2 {
    to {
        background-position-x: 200%;
    }
}

/*--- 隱私權 ---*/
.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.8);
    color: #333;
    border-radius: 0px;
    letter-spacing: 0;
    line-height: 1.6;
    border:solid 1px #becac3;
}
.header-sheet .close-ontop {
    color: #A3ACB6;
    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;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#217E48;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/
.icon {
}

/*------------ / icon ------------*/

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

.share .btn {
    background: #1A653A;
    color:#CBE6C6;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 4px;
    margin-left: 2px;
    transition: all .3s ease;
}
.share .btn:hover {
    background: #bbd5b7;
    color: #1A653A;
}

.btn.back {
     color: #fff;
    font-size: 18px;
    background: #FF797F;
    display: inline-block;
    width: 128px;
    line-height: 52px;
    border-radius: 15px;
    position: relative;
    margin: 0 5px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    transition: all .3s ease;
}
 
.btn.back:hover{
   background: #F55054;

}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple1{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #FF797F;
    display: inline-block;
    min-width: 128px;
    line-height: 77px;
    border-radius: 15px;
    position: relative;
    font-size: 21px;
    padding-bottom: 5px;
    transition: all .3s ease;
}
.btn.simple1 .btn{
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}
.btn.simple1:hover {
    background: #F55054;
    letter-spacing: 8px;
}

 
.btn.simple {
    float: left;
    background: #aaa;
    width: 50%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    border: 1px solid #fff;
    position: relative;
}
.btn.simple:hover {
    background: #FBAB1B;
}
.btn.simple.bg2 {
    background: #FBAB1B;
}
.btn.simple.bg2:hover {
    background: #aaa;
}
.btn.simple2{
    color: #fff;
    font-size: 18px;
    background: #F55054;
    display: inline-block;
    width: 128px;
    line-height: 52px;
    border-radius: 15px;
    position: relative;
    margin:0 5px;
    font-family: "Times New Roman", Times, serif;
}
.btn.simple2.bg2,.btn.simple2.bg2:after{
    background: #FF797F;
}
.btn.simple2 .btn{
    position: relative;
    z-index: 2;
    color: #fff;
     font-weight: bold;
}
.btn.simple2:hover {
    background: #d83f46;
}


.btn.normal {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    min-width: 180px;
    line-height: 40px;
    background: #FBAB1B;
    margin: 0 2px 10px;
}
.btn.normal:hover {
   background: #aaa;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #FBAB1B;
    text-decoration: underline;
}

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

/*------------ site_header ------------*/
.site-header {
     transition: all .3s ease;
}
.site-title {
    z-index: 5;
    float: left;
    padding: 0;
    position: absolute;
       top: 35px;
    left: -25px;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 340px;
    height: 180px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}


.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}
.top-nav .language:before {
    content: 'LANGUAGE';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}
.top-nav .language .btn {
    width: 100%;
    border: 1px solid #E6F4ED;
    color: #7FCAA5;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #7FCAA5 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: #F3F3F3;
    color: #7FCAA5;
    padding: 4px 10px;
    font-size: 13px;
}
.top-nav .language li a:hover {
    color: #fff;
    background: #7FCAA5;
}

.site-nav {
    position: relative;
    padding: 105px 0 25px;
    margin-left: 225px;
    transition: all .3s ease;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
	font-weight:bold;
    
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    margin:0 13px 0;
}
.site-nav .menu > li > a {
    color: #66A065;
    font-size: 18px;
    padding: 0px;
	font-weight: 500;
    font-family: "cwtexyen", sans-serif;
    transition: all .3s ease;
    letter-spacing: 1.5px;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a ,
.site-nav .menu > li.active2 > a {
    color: #FF797F;
}



.site-nav .menu > li > a::before {
    content: "";
    background: url(../../images/common/menu-hover-1.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: -20px;
    left: calc(50% - 7.5px);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
    transform: rotate(100deg);
}

.site-nav .menu > li > a:Hover:before, .site-nav .menu > li.active > a:before {
    opacity: 1;
    transform: rotate(0deg);
}


.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 195px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -97.5px;
    margin-top: 10px;
}
.site-nav .menu > li > ul:before {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
.site-nav .menu ul li a {
    text-align: center;
    padding: 8px 10px;
    color: #A0BC94;
    font-size: 17px;
    background: rgba(255,255,255,0.95);
    border:solid 2px rgba(214,233,209,0.95);
    border-radius: 8px;
    margin-bottom: 3px;
    transition: all .3s ease; 
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a,
.site-nav .menu ul li.active2 > a  {
    color:#009241;
    background: rgba(233,243,231,0.95);
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: -8px;
}

.site-nav .menu ul ul li a
.site-nav .menu ul ul li>a,
.site-nav .menu ul ul li>a{
    background: rgba(255,255,255,0.95);
    border:solid 2px rgba(255,193,197,0.95);
    color: #CC8C77
}

.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active>a,
.site-nav .menu ul ul li.active2>a{
    color: #FF4D4D;
      background: rgba(255,251,223,0.95);
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
/*滿版清單*/
.site-nav .menu .full_menu{
    position: static;
}
.site-nav .menu .full_menu > ul{
    width: calc(100% - 2px);
    left: 2px;
    margin: 0px 0 0 0px;
    padding:15px 30px 15px;
    border-radius: 0 0 10px 10px;
	background: rgba(33,33,33,0.95);

}

.site-nav .menu .full_menu li{
    position: static;
    padding: 0 3px ;
}

.site-nav .menu li.full_menu >ul li{
    text-align: left;
}
.site-nav .menu li.full_menu >ul >li{
    float: left;
    padding:0px;
    box-sizing: border-box;
    border-bottom: none;
    position: static;
}
.site-nav .menu>li.full_menu>ul:before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
}
.site-nav .menu li.full_menu ul ul{
    z-index: 2;
    /*display: block;*/
    position: absolute;
    margin: 0;
    width: 100%;
    clear: both;
    left: 0;
    right: 0;
    padding: 0px 30px 15px!important;
    height: auto!important;
    transition: all 0s ease!important;
    background: rgba(33,33,33,0.95);
    border-radius: 0 0 10px 10px;
}
.site-nav .menu li.full_menu ul ul li{
    display: inline-block;
}
.site-nav .menu li.full_menu ul ul li a{
    padding-left: 40px;
}
.site-nav .menu>li.full_menu>ul:before{
    height: 28px;
    top: -28px;
}

.site-nav .menu .full_menu ul a{
    padding: 6.5px 15px;
    border: none;
}

.site-nav .menu li.full_menu ul ul li a{
    padding: 0px 0px 0 10px;
    margin: 0px 3px;
    color: #FBAB1B;
}

.site-nav .menu li.full_menu ul ul li:hover >a,
.site-nav .menu li.full_menu ul ul li.active> a,
.site-nav .menu li.full_menu ul ul li.active2> a{
	color: #fff;
}

.site-nav .menu li.full_menu >ul >li >a:before{
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     content: "\f105";
     margin-right: 5px;
     vertical-align: middle;
     top: -1px;
     position: relative;
     color: #FBAB1B;
}

.site-nav .menu .full_menu ul>li.active>a,
.site-nav .menu .full_menu ul>li.active2>a,
.site-nav .menu .full_menu ul>li>a:hover{
    background: none;
    text-decoration: none;
	color: #fff;
 
}
/*!滿版清單*/

.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #FBAB1B;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {
    background: #e6f4ed;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}
.wrapper{
    padding-top: 160px;
    background: url(../../images/common/main_bg.jpg) repeat;
    position: relative;
}



.wrapper:before{
    content: '';
    display: block;
    position: absolute;
    top: -160px;
    background: url(../../images/common/bn01.png) 50% 50%  no-repeat;
    width: 1441px;
    height: 914px;
    left: calc(50% - 2215px);
    background-size: 100% auto;
}

.wrapper:after{
    background: url(../../images/common/bn02.png) 50% 50%  no-repeat;
    content: '';
    display: block;
    width: 1440px;
    height: 775px;
    position: absolute;
    right: calc(50% - 2245px);
    top: -55px;
    z-index: 0;
}


.site-main{
    position: relative;
    z-index: 25;
}
.site-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
}
.header-fixed .site-header{
    background: url(../../images/common/main_bg.jpg) repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav{
    padding-top: 30px;
}

.header-fixed .site-title {
    top: 20px;
}

.header-fixed .site-title .logo{
    height: 101px;
    width: 189px;
}
/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 5;
}
/*------------ / banner ------------*/

.sect2 {
    padding: 120px 0 120px;
    background:  url(../../images/common/index/service_bg.jpg);
    background-repeat:repeat;
    position: relative;
    z-index: 3;
}
 
.sect2::after{
    content: "";
    width:85px;
    height: 101px;
    background: url(../../images/common/index/service_deco.png);
    position: absolute;
    bottom: -20px;
    left: calc(50% - 42px);
 
}

 
.service-sect {
    padding: 0 110px;
}
.service-sect .row_{
    display: flex;
    justify-content: center;
}
.service-sect .row_ .col1{
        margin-right: 20px;
}
.service-sect .row_ .col2{
    width: 64%;
    display: flex;
    align-items: center;
}
.service-sect .row_ .col2 .tag{
    width: calc(100% - 152px);
    text-align: right;
    color: #196539;
    line-height: 1.6;
    font-size: 14px;
}
.service-sect .row_ .col2 .btn.simple-mail{
    margin-left: 20px;
    margin-top: 47px;
    font-family: "cwtexyen", sans-serif;
    font-size: 18px;
    color: #fff;
    background: #FF797F;
    width: 128px;
    height: 82px;
    line-height: 82px;
    border-radius: 10px;
    transition: all .3s ease;
}

.service-sect .row_ .col2 .btn.simple-mail .btn{
    color: #fff;
    transition: all .3s ease;
}

.service-sect .row_ .col2 .btn.simple-mail:hover{
    letter-spacing: 3px;
    background: #F55054;
}


.service-sect .row_ .col2 .btn.simple-mail:hover .btn{
    letter-spacing: 5px;
}
.service-sect .form-control{
    line-height:  60px;
    margin-top: 10px;
    height: 60px;
    font-size: 16px;
    padding: 0 20px;
}
.link-sect{
    padding: 80px 0 10px;
    background: url(../../images/common/index/service_bg.jpg);
    text-align: center;
    position: relative;
    z-index: 1;
}

.link-sect .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-sect::before{
    content: "";
    width: calc(100vw + 60px);
    height: 350px;
    border-radius: 100%;
    background: #A3CD98;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: -30px;
    right: 0;
}



.link-sect .link{
    font-size: 0;
    display: inline-block;
}
.link-sect .link1{
    background: url(../../images/common/index/link1.png) no-repeat;
    background-size: contain;
    width: 157px;
    height: 45px;
}
.link-sect .link2{
    background: url(../../images/common/index/link2.svg) no-repeat;
    width: 126px;
    height: 45px;
    top: -4px;
    position: relative;
}
.link-sect .link3{
    background: url(../../images/common/index/link3.png) no-repeat;
      width: 201px;
    height: 45px;
    background-size: contain;

}
.link-sect .link:hover{
    opacity: 0.8;
}
.link-sect .link3:hover{
    opacity: 0.8;

}
.link-sect .link{
    margin:0 20px
}
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-title {
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    color: #196539;
    text-align: center;
    margin: 16px 0 15px;
    line-height: 1.1;
    position: relative;
    display: none;
}
.main-content {
    padding: 0 0 160px;
}

.main-content .container{
    position: relative;
}

.content {
    min-height: 300px;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.content-top {
     margin-bottom: 30px;
    
}
.content-title {
    margin: 0;
    color: #333333;
    text-align: center;
    position: relative;
     padding: 0px 0 0px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 2.5;
    font-family: "cwtexyen", sans-serif;
}

.content-title:before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 44px;
    height: 7px;
    background: #196539;
    display: none;
}


.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}
.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.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: #AAAAAA;
    font-size: 14px;
    margin: 0 ;
    padding: 3px 5px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 5;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
	font-weight:400;
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
    transition: all .3s ease;
}
.breadcrumb li+li:before {
    content: '-';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #196539;
}
.content-top .breadcrumb {
    margin: 0;
    color: #333;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 23px;
 
    font-family: "cwtexyen", sans-serif;
    font-weight: 500;
}
.content-top .breadcrumb li a{
     
    font-family: "cwtexyen", sans-serif;
    font-weight: 500;
}
.content-top .breadcrumb li+li:before {
    content: '/';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}

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

/*------------ side ------------*/
.side {
    width: 275px;
    float: left;
    z-index: 3;
    position: relative;
}
.has-side .content {
    width: calc(100% - 300px);
    float: right;
}

.has-side .content::before{
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: calc(100% + 280px);
    height: 1px;
    background: #DCE9E0;
    position: absolute;
    top: 99px;
    right: 0;
    z-index: -1;
}

.banner{
    z-index: 30;
}

.side-title {
    font-family: "Noto Serif TC", serif;
    color: #196539;
    font-size: 32px;
    line-height: 1.8;
    text-align: center;
    padding: 69px 0px 44px;
    margin-bottom: -28px;
    text-transform: uppercase;
    position: relative;
    background: url(../../images/common/side-title-bg.png) 50% 50% no-repeat;
    width: 274px;
    height: 84px;
}
.side-title span {
    position: relative;
    z-index: 2;  
}
.side-title span .a{
    position: relative;
}
.side-title span .b{
     display: none;
}
 
 
.side-title .ic{
    display:none;
    
}
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 18px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.side-nav > li {
    
}
 
.side-nav > li > a {
    color: #196539;
    position: relative;
    padding: 12px 10px 12px 40px;
    line-height: 1.4;
    font-family: "Noto Serif TC", serif;
    font-weight: bold;
    border-bottom:solid 1px #DCE9E0;
}

.side-nav > li+ li{
    margin-top: 8px;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #FF797F;
}
.side-nav > li > a:before {
    content: '。';
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    opacity: 1;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before{
    opacity: 1;
}

.side-nav ul {
    display: none;
    padding: 20px 20px 10px;
}
.side-nav ul li:first-child a{
    
}
.side-nav ul li a {
    color: #7D8B7C;
    font-weight: normal;
    padding: 3px 10px 3px 30px;
    font-size: 16px;
    position: relative;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #FF797F;
}

.side-nav ul li a::before{
    content: '- ';
    position: absolute;
    left: 20px;
    top: 0;    
}

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

/*------------ site_footer ------------*/
.footer-top {
    font-size: 14px;
    color: #84A28F;
    background: #A3CD98;
    padding: 40px 0 10px;
    letter-spacing: 0;
}

.footer-top  .container{
    background: #CBE6C6;
    max-width: 1680px;
    border-radius: 50px;
    padding: 60px 50px;
    z-index: 1;
}

.footer-bottom{
    line-height: 1.6;
    font-size: 14px;
    background: #A3CD98;
    color: #E0F0DD;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 0 30px;
}
.copyright{
    display: inline-block;
}
.footer-top a {
    color: #799985;
    transition: all .3s ease;
}
.footer-top a:hover {
    color:#FF797F;
}
.footer-top .row {
    margin: 0 -20px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}
.footer-top .col {
    float: left;
    padding: 0 20px;
}
.footer-top .col1 {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
   
}
.footer-top .col2 {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
}
 
.footer-title {
    color: #196539;
    font-size: 26px;
    letter-spacing: 1px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-title .ic {
    display: none;
}
.footer-top .map-box {
    height: 150px;
    border: 1px solid #aaa;
    margin-top: 40px;
}
.site-map {
    letter-spacing: 30px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}
.site-map ul li {
    margin: 0 0 0px;
    line-height: 1.4;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 6px 3px 24px;
    position: relative;
}
.site-map ul li a:before {
    content: '';
    display: inline-block;
    background: #84B077;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 8px;
    top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.site-map ul li a:hover:before {
    background: #FF797F;
}
.share-box{
    text-align: right;
    margin-top: 10px;
}

.follow {
    margin-top: 40px;
}
.qrcode {
    display: inline-block;
    width: 87px;
    margin-right: 25px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
}



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

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: -60px;
    top: 40px;
    /* margin-right: -800px; */
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    text-indent: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #FF797F;
}
.floating .ibtn.gotop i{
    display: block;
    position: relative;
    top: 0;
    font-size: 0px;
    background: url(../../images/common/top.png) 50% 50%  no-repeat;
    font-size: 0;
    width: 12px;
    height: 20px;
    transition: all .3s ease;
}
.floating .ibtn.gotop:hover{
     background: #F55054;

}
.no-svg .floating .ibtn.gotop {
}
.floating .ibtn.gotop:hover {
    opacity: 1;
}


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

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #787878;
    font-size: 16px;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all .3s ease;
}
.pagination li a:hover,
.pagination li.active a {
    background: #EB9696;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #ccc;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #EB9696;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #FBAB1B;
}

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

/*------------ form ------------*/
.reminder {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
    color: #858585;
}
.reminder span {
    display: inline-block;
    color: #F55054;
    padding-left: 15px;
}
.reminder b {
    position: relative;
    font-size: 0;
}

.reminder b::before{
    content: '*';
    display: inline-block;
    font-size: 25px;
    position: absolute;
    top: -25px;
    left: -15px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A3ACB6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A3ACB6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A3ACB6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #A3ACB6;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #b9deb0;
    background: #ffffff;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 0;
    color: #333;
}
select.form-control{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #131304 url(../../images/common/arrow.png) no-repeat scroll 98% center;
}
.form-control:focus {
    outline: none;
    border-color: #A3CD98;

}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type2 {
    max-width: 900px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
}
.form-box .row {
    margin: 0 -24px;
    position: relative;
}
.form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 22px;
    margin: 0 4px -4px 0;
    color: #F55054;
}
.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 16px;
      color: #333;
    line-height: inherit;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FBAB1B;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #ccc;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 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: #FBAB1B;
    font-size: 13px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.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 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color:#EB9696;
    font-size: 25px;
    padding: 0px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
    font-weight: bold;
    font-family: "cwtexyen", sans-serif;
}

.success-txt {
    line-height: 1.8;
    padding-bottom: 10px;
}
.success-txt strong {
}
.success-txt a {
    text-decoration: underline;
    color: #000;
}
.success-txt a:hover {
    text-decoration: none;
}
.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}

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


/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/shop/close.png) no-repeat;
    width: 79px;
    height: 79px;
    right: -40px;
    top: -40px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    /*background: #ccc;*/
    border-radius: 0;
    margin-top: 40px;
}
body .fancybox-inner {
    /*background: #F2FAF6;*/
    border-radius: 13px;
}
.fancybox-album .fancybox-skin {
    margin: 40px 60px 5px;
    border:solid 1px #FBAB1B;
    background: none;
    box-shadow: 0 0 0;
    padding: 0;
}
#fancybox-thumbs ul li{
    position: relative;
    opacity: 1!important;
}
#fancybox-thumbs ul li a:before{
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
    background: rgba(251,171,27,0.6)
}
#fancybox-thumbs ul li.active a:before{
    opacity: 0;
}
#fancybox-thumbs ul li.active{
    border:none!important;
}
.fancybox-album .fancybox-nav{
    display: none;
}
.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 {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}
.fancybox-album .photo-pager {
    text-align: right;
}
.fancybox-album .photo-title {
    color: #444;
    font-size: 15px;
    font-weight: bold;
}
.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}

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

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #217E48;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #217E48;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #217E48;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #217E48;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .main-menu{
    background: #e6ede4
}
.mmenu-show #mobile-menu .menu li a{
    border-color: #d8ddd6;
    color: #333;
}
.mmenu-show #mobile-menu .menu ul ul li a{
    color: #333;
}
.mmenu-show #mobile-menu .menu ul li a{
    background: #f4f8f3;

}
.mmenu-show #mobile-menu .language-menu{
    background: #217E48;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu{
    background: #217E48;
    border-color: #217E48;
}
@media screen and (max-width: 1600px) {
    .site-title {
        left: 15px;
    }
    .footer-top .container {
        margin: 0 30px;
        padding: 60px 40px;
    }
    .site-map {
        letter-spacing: 5px;
    }
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1440px) {
    .site-title .logo {
        width: 283px;
        height: 150px;
    }
}
@media screen and (max-width: 1380px) {
    .site-nav .menu > li{   
        margin: 0 8px 0;
    }
     .site-nav .menu{
        margin: 0;
    }
    
/*------------ site_footer 1370 ------------*/
    
/*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
    .site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    }

/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
    .site-title .logo{
        width: 200px;
    }
    .site-nav {
        margin-left: 200px;
    }
    
/*------------ site_footer 1280 ------------*/
    .footer-top .container {
        max-width: 950px;
        margin: 0 auto;
    }
    .footer-top .row {
        margin: 0;
        padding-right: 0;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        max-width: 650px;
        margin: 0 auto
    }

    .footer-top .col {
        float: left;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .footer-top .col1 {
        width: 100%;
        margin: 0 auto 15px;
        display: flex;
        justify-content: center;
    }
    
    .footer-top .map-box {
        margin-top: 0;
    }
    .follow {
        margin-top: 20px;
    }
    .floating, .floating.fancybox-margin {
        right:-180px;
        top: 40%;
    }
/*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    .site-nav .menu > li{   
        margin: 0 3px 0;
    }
/*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100% - 290px);
    }
    .site-nav .menu > li > a {
        font-size: 16px;
        letter-spacing: 1px;
    }
/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .site-title {
        padding: 10px 0;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
/*------------ / site_header 1120 ------------*/
    .service-sect {
        padding: 0 50px;
    }

}
@media screen and (max-width: 1000px) {
    .reminder b{
       
    }
   
    .main-content > .container:before{
        display: none;
    }
 
    .side{
        display: none;
    }
    .has-side .content{
        width: 100%;
    }
    .sect2 {
        padding: 70px 0 110px;
        position: relative;
    }
    .sect2:before,.fix3{
        display: none;
    }
    .content-top {
        min-height: 0;
        margin-bottom: 20px;
    }
    .content-title{
        padding-bottom: 0;
    }
    
    .service-sect {
        padding: 0 0px;
    }
    
    .service-sect .row_ {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        max-width: 500px;
        margin: 0 auto;
    }

    .service-sect .row_ .col2 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .service-sect .row_ .col1 {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .service-sect .row_ .col2 .btn.simple-mail {
         margin: 25px auto 0;
        width: 128px;
        height: 55px;
        line-height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

   .service-sect .row_ .col2 .btn.simple-mail .btn {
         line-height: 55px;
         display: block;
    }

    .service-sect .row_ .col2 .tag {
        width: calc(100% - 130px);
        margin-left: auto;
        margin-right: 0;
    }

    .link-sect .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .link-sect::before {
       
        width: calc(100vw + 500px);
        left: -250px;
    }

    .link-sect .link{
        display: block;
        margin: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-top .row{
        padding: 0;
        margin: 0 auto;
    }
    .footer-top .share,.footer-top .col2 .footer-title{
        display: none;
    }
    .qrcode{
        float: none;
        margin: 0px auto 0;
        display: block;
        text-align: center;
    }
    .site-header{
        position: relative;
        z-index: 99;
    }
    .wrapper{
        padding-top: 40px;
    }
    .site-title .logo,.header-fixed .site-title .logo{
        width: 151px;
        height: 80px;
    }
     /*--- 隱私權手機板 ---*/
     .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
         bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
    /*--- END隱私權手機板 ---*/
/*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
        position: relative;
        top: unset;
        left: 0;
        padding: 15px 0;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 25px 10px;
    }
    .footer-top .container {
        text-align: center;
        padding: 35px 20px;
        border-radius: 30px;
    }
    .footer-top .col.col2{
        display: none;
    }

    .footer-top .col.col1{
        width: 100%;
        float: none;
        clear: both;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 484px;
        margin: 0 auto;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
        text-align: left;
    }
    .footer-bottom {
        padding: 5px 0 40px;
    }
    
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        position: fixed;
        top: unset;
    }
    .floating .ibtn.gotop i{
        display: none;
    }

    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        text-indent: -9999px;
    }
    .no-svg .floating .ibtn.gotop{
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .footer-bottom a{
        display: none;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 50px
    }
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
/*------------ / 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: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 10px 0px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 0px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -38px;
        transform: scale(0.5);
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
/*------------ / lightbox 767 ------------*/
}
@media screen and (max-width: 520px) {
    .service-sect .row_ .col1 {
        margin-right: 0;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }
    .service-sect .row_ .col2 .tag {
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}