@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,800&display=swap');


/*------------ basic ------------*/
.lazyload,.lazyloaded{
    width: 100%;
}
body {
    font-family: Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #1F2822;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.35px;
}

.wrapper {
    background: #101010;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

/*------------ / 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 #000;
    letter-spacing: 0;
}
.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:#000;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/


/*-----back-btn-----*/

.btn.back {
    color: #DD2B2B;
    font-family: "Nunito Sans";
    font-size:18px;
    font-weight:900;
    transition: all .3s;
    letter-spacing: 2px;
    width: 236px;
    height: 73px;
    border: 3px solid #DD2B2B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: auto;
}
.btn.back:hover {
    color: #000000;
    transition: all .3s;
    border: 3px solid #DDB63F;
    background: #DDB63F;
}


/*-----style01-btn-----*/

.btn.style01 {
    color: #7B5A42;
    line-height: 35px;
    transition: all .2s;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}

.btn.style01 i {
    background: #BC7C58;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    margin: -1px 10px 0 0;
}

.btn.style01:hover {
    background: #7B5A42;
    color: #fff;
    transition: all .2s;
}

.btn.style01:hover i {
    background: #000000;
}

.btn.style01.bg2 {
    color: #777777;
    background: rgba(255, 255, 255, .5);
}

.btn.style01.bg2 i {
    background: #CCCCCC;
}

.btn.style01.bg2:hover i {
    background: #777777;
}


/*-----style02-btn-----*/

.btn.style02 {
    transition: all .2s;
    border: 2px solid #000000;
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    background: #211f1f;
    width: 100%;
    border-radius: 0;
}

.btn.style02 i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}

.btn.style02:hover {
    transition: all .2s;
    color: #fff;
    background: #000000;
}

.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}

.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #686859;
}

.btn.style02.bg2:hover {
    background: #000;
}


/*-----style03-btn-----*/

.btn.style03 {
    transition: all .2s;
    letter-spacing: 2px;
    color: #4C4C3F;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid transparent;
}

.btn.style03:hover {
    transition: all .2s;
    background: #fff;
    border: 1px solid #999988;
}

.btn.style03 i {
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    vertical-align: text-bottom;
}

.btn.style03:hover i {
    color: #fff;
}

.btn.style03 .ic-zoom-in,
.btn.style03 .ic-money,
.btn.style03 .ic-typing {
    font-size: 18px;
    margin-left: 5px;
}

.btn.style03 .ic-chevron-thin-right {
    font-size: 17px;
    color: #525252;
    margin: 0 0 -1px 10px;
}

.btn.style03 .ic-chevron-thin-left {
    font-size: 17px;
    color: #525252;
    margin: 0 10px -1px 0;
}


/*---- 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 {
    border-top: 1px dashed #666666;
    margin: 30px 0 0 0;
}

.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}

.btn-box.dib2 .btn {
    display: inline-block;
    width: auto;
    margin: 0 12px 10px;
    color: #FFF;
    border: 1px solid #FFF;;
    border-radius: 0;
}
.btn-box.dib2 .btn:hover {
    color: #FFF;
    background: #000;
    border: 1px solid #000;;
    border-radius: 0;
}
.btn-box.dib2 .style02 {
    padding: 0 26px;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}




/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    /* max-width: 1820px; */
    margin: 0 auto;
    padding: 31px 0 41px 0;
    position: relative;
    z-index: 499;
    background: #101010;
}

.site-title {
    position: absolute;
    z-index: 100;
    left: 40px;
    top: -13px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 0% 0%  no-repeat;
    background-size: contain;
    width: 252px;
    height: 75px;
    transition: opacity .3s ease;
}

/*------------top-nav ------------*/
.top-nav {
    font-size: 14px;
    line-height: 31px;
    text-align: right;
    position: absolute;
    bottom: -79px;
    right: 0px;
    z-index: 1;
}
.nav-box{
    width: 234px;
    height: 110px;
    display: flex;
   
}
.nav-lang{
    flex: 0 0 99px;
    height: 110px;
    border-left: 1px solid #444C47;
    border-right: 1px solid #444C47;
}
.language{
    display: flex;
    flex-direction: column;
    height: 110px;
}
.language a{
    font-family: "Nunito Sans","微軟正黑體";
    font-weight: bold;
    font-size: 14px;
    color:#696D6A;
    height: 50%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.language a:hover{
    background: #3E3E3E;
    color: #fff;
}
.language a:nth-child(1){
    border-bottom: 1px solid #444C47;
}

/*20200629 隱藏英文選單*/
.language a:nth-child(1){
    height: 100%;
    border-bottom: none;
}
.language a:nth-child(2){
    display:none !important;
}
/*20200629 隱藏英文選單*/


.nav-search{
    flex: 0 0 135px;
    display: flex;
    justify-content: center;
    align-items: center;

    /*20200701隱藏按鈕 20200731開啟*/
    /*display: none;*/
}
.search-box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
    width: 135px;
    height: 35px;
    background-color: #101010;
    border-radius: 25px;
    margin-left: 15px;
}
.search-box:hover{
    background: linear-gradient(to right,#DDB63F,#DAAE2C);
 
}
/* .search-box:before{
    content: "";
    position: absolute;
    background:#D79729 ;
    width: 300%;
    height: 100%;
    left: 300%;
    top: 0;
    transition: all .5s ease;
    z-index: -1;
}
.search-box:hover:before{
    left: 0;
} */
.search-box .search-t{
    color: #E8BC32;
    font-weight: bold;
    font-size: 18px;
    transition: all .5s ease;
}
.search-box .search-icon{
    width: 26px;
    height: 26px;
    background: url(../../images/common/search-2.svg);
    transition: all .5s ease;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.search-box:hover .search-t{
    color: #0B131A;
}
.search-box:hover .search-icon{
    width: 26px;
    height: 26px;
    background: url('../../images/common/search-3.svg');
    transition: all .5s ease;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


/* .top-nav {
    font-size: 14px;
    line-height: 31px;
    text-align: right;
    position: absolute;
    bottom: 100%;
    right: 0px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav > ul > li {
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
}

.top-nav ul > li > i {
    font-size: 14px;
    color: #E0AC72;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.top-nav ul > li > a:hover {
    color: #5A2100;
} */


/*---- language ----*/

/* .language {
    position: relative;
}

.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -45px;
    width: 90px;
    border: 1px solid #79796A;
    background: #fff;
}

.language .btn i {
    color: #000000;
    font-weight: bold;
}

.language ul li {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    color: #5B5B52;
}

.language li a {
    transition: all .2s;
    display: block;
}

.language ul li a:hover {
    color: #000000;
    background: #E9D7C1;
} */


/*---- search-box ----*/

/* .site-header .search-box {
    position: relative;
    width: 165px;
    margin: 0 -10px 0;
}

.site-header .search-box .form-control {
    height: 26px;
    line-height: 26px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #9B9B8C;
    border-radius: 0;
    padding: 0 30px 0 10px;
    transition: all .1s;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
}

.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.site-header .search-box:hover a {
    color: #79796A;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display:block;
    right:0;
    top:1px;
    cursor: pointer;
}
.search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9e9e9e;
    right: 0px;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
 }
.search-box:hover:after{
    color:#768bae;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
} */



/*------------header-search-box ------------*/

.header-s-box .h-top-title{
    color:#DDB63F;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    letter-spacing: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 35px;
}
.header-s-box .h-top-title span{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display:block;
}
.header-s-box .h-top-title:after{
    content: "";
    background: url(../../images/common/double-arrow-3.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
}

.header-s-box .h-top-title span .txt1 {
    display: inline-block;

}
.header-s-box{
    width: calc( 100% - 30px);
    /* height: 162px; */
    position: absolute;
    top: 41px;
    left: 15px;
    z-index: 499;
    display: none;
}
.header-s-box .header-s-box-main{
    display: flex;
    justify-content: space-between;
}
.header-s-box .header-s-box-main .header-b-main{
    flex: 0 0 calc( (100% - 30px ) / 3);
    height: 120px;
    background: url('../../images/common/search-pic-4.png');
    border: 1px solid #222222;
    border-radius: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease;
}
.header-s-box .header-s-box-main .header-b-main:after{
    content: "";
    width: 100%;
    height: 120px;
    background: url('../../images/common/search-pic-5.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: 0;
}
.header-s-box .header-s-box-main .header-b-main:before{
    content: "";
    width: 100%;
    height: 120px;
    background: url('../../images/common/search-pic-3.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
    z-index: 0;
}
.header-s-box .header-s-box-main .h-b-left-1{
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/common/search-pic-2.png');
    width: 120px;
    height: 120px;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s ease;
}
.header-s-box .header-s-box-main .h-b-left-1:after{
    content: "";
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background: url('../../images/common/search-pic-1.png');
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}
.header-s-box .header-s-box-main .h-b-left-1:before{
    content: "";
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background: url('../../images/common/search-pic-0.png');
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}
.header-s-box .header-s-box-main .h-b-left-2{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 223px;
    height: 120px;
    background: linear-gradient(to bottom,#555555,#222222);
    border-radius: 100px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    font-size: 60px;
    color: #E3E5E4;
    font-family: "Arvo";
    font-style: italic;
    line-height: 60px;
    margin-left: 25px;
    padding-right: 31px;
    box-sizing: border-box;
    transition: all .3s ease;
}
.header-s-box .header-s-box-main .h-b-left-2 span {
    color: #8B908D;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    display: block;
    margin-right: 29px;
    transition: all .3s ease;
}
.header-s-box .header-s-box-main .h-b-left-3{
    position: absolute;
    font-size: 20px;
    color: #DDB63F;
    font-weight: bold;
    left: 57%;
    top: 26px;
    z-index: 2;
}

.header-s-box .header-b-main .header-b-select {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: transparent;
    border: none;
    line-height: 35px;
    color: #E3E5E4;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 22px 9px 0 274px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    outline: none !important;
    z-index: 3;
    left: 0;
    top: 0
}
.header-s-box .header-b-main .header-b-select option {
    background: #3E3E3E;
    outline: none;
}
.header-s-box .header-b-main .header-b-select option:focus {
    outline: none;
}
.header-s-box .header-b-main .header-b-select option:hover {
    box-shadow: 0 0 100px 100px #101010 inset;
}

/*hover 樣式  , change 樣式*/
.header-s-box .header-s-box-main .header-b-main:hover:after , .header-s-box .header-s-box-main .header-b-main.h-change:after{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main:hover , .header-s-box .header-s-box-main .header-b-main.h-change{
    border: 1px solid #7E1919;
}
.header-s-box .header-s-box-main .header-b-main:hover:after , .header-s-box .header-s-box-main .header-b-main.h-change:after{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main:hover .h-b-left-1:after , .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-1:after{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main:hover .h-b-left-2 , .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-2{
    background: #561212;
    color: #AD2C2C;
}
.header-s-box .header-s-box-main .header-b-main:hover .h-b-left-2 span , .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-2 span{
    color: #AD2C2C;
}
.header-s-box .header-s-box-main .header-b-main:hover .h-b-left-3 , .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-3{
    color: #696D6A;
}

/*點擊按鈕之後 樣式*/
.header-s-box .header-s-box-main .header-b-main.h-active:after{
    opacity: 0;
}
.header-s-box .header-s-box-main .header-b-main.h-active:before{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main.h-active:hover .h-b-left-1:after{
    opacity: 0;
}
.header-s-box .header-s-box-main .header-b-main.h-active:hover .h-b-left-1:before{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main.h-active:hover .h-b-left-2{
    background: linear-gradient(to bottom,#DE2B2B,#861515);
    color: #FFF;
}
.header-s-box .header-s-box-main .header-b-main.h-active:hover .h-b-left-2 span{
    color: #FFF;
}

/*start 樣式*/
.header-s-box .header-s-box-main .header-b-main.h-start:before{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main.h-start:after{
    opacity: 0;
}
.header-s-box .header-s-box-main .header-b-main.h-start{
    border: 1px solid #D72929;
}
.header-s-box .header-s-box-main .header-b-main.h-start .h-b-left-1:before{
    opacity: 0;
}
.header-s-box .header-s-box-main .header-b-main.h-start .h-b-left-1:after{
    opacity: 1;
}
.header-s-box .header-s-box-main .header-b-main.h-start .h-b-left-2{
    background: linear-gradient(to bottom,#DE2B2B,#861515);
    color: #fff;
}
.header-s-box .header-s-box-main .header-b-main.h-start .h-b-left-2 span{
    color: #fff;
}
.header-s-box .header-s-box-main .header-b-main.h-start .h-b-left-3{
    color: #DDB63F;
}

@media(min-width:1500px){
    .header-s-box .header-b-main .header-b-select {
        padding: 22px 9px 0 130px;
        text-indent: 139px;
    }
}

/*------------ page header-search-box ------------*/

/*------------mask-bg ------------*/
.mask-bg{
    max-height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.95);
    z-index: -99;
    opacity: 0;
    transition: all .3s ease;
}
.mask-bg.mask-show{
    opacity: 1;
    z-index: 498;
}

/*------------site-nav ------------*/

.site-nav {
    position: relative;
    background: #101010;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    vertical-align: middle;
    text-align: right;
    margin-right: 265px;
}

.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
    z-index: 500;
}

.site-nav .menu li.active {
    z-index: 2;
    z-index: 501;
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu .menu-sub{
    position: absolute;
    font-family: "Nunito Sans";
    font-weight: bold;
    font-size:14px;
    color: #E62129;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
    opacity: 0;
}
.site-nav .menu > li > a {
    color: #E3E6E4;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 25px;
    transition: all .3s ease;
    position: relative;
    bottom: -5px;
}
.site-nav .menu > li > a:hover,.site-nav .menu > li.active > a {
    transition: all .3s ease;
    bottom: 0px;
    color: #FFF;
}
.site-nav .menu > li > a:hover .menu-sub,.site-nav .menu > li.active > a .menu-sub{
    bottom: -20px;
    opacity: 1;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width:248px;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
}

.site-nav .menu > li > ul {
    top: 145%;
    left: 50%;
    margin-left: -125px;
}

.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 8px 0;
    display: block;
    background: rgba(62,62,62,0.95);
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: bold;
}

.site-nav .menu > li > ul > li > a:hover, 
.site-nav .menu > li > ul > li.active > a,
.site-nav .menu > li > ul > li > ul > li > a:hover,
.site-nav .menu > li > ul > li > ul > li.active > a,
.site-nav .menu > li > ul > li > ul > li > ul > li > a:hover,
.site-nav .menu > li > ul > li > ul > li > ul > li.active > a{
    background: #D79729;
    background: linear-gradient(to bottom,#895B2F,#DDB63F);
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}



/*------------share------------*/

.share {
    display: block;
    margin: 0px 0 0 0px;
    color: #FFFFFF;
}

.share li span {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 0px;
}

.site-map .share li + li {
    margin: 0 0 0 10px;
    margin-top: 0px;
}

.share .btn {
    display: inline-block;
    font-size: 21px;
    color: #FFFFFF;
}

/* .share li.facebook:hover,
.share li.facebook:hover .btn {
    color: #E8BC32;
}

.share li.google:hover,
.share li.google:hover .btn {
    color: #E8BC32;
}

.share li.twitter:hover,
.share li.twitter:hover .btn {
    color: #5890FF;
} */

.share li:hover .btn {
    color: #E8BC32;
}

/*------------ / site_header ------------*/

.header-fixed .site-header {
    position: fixed;
    z-index: 499;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.header-fixed .site-header:after {
    content: "";
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 70px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
}

.header-fixed .site-title {
    position: absolute;
    top: 9px;
    left: 15px;
}

.header-fixed .site-title .logo {
    width: 201px;
    height: 60px;
}

.header-fixed .site-nav .menu > li > a {
    padding: 20px 25px;
    bottom: 0px;
}
.header-fixed .site-nav .menu > li > a:hover ,.header-fixed .site-nav .menu > li.active > a {
    bottom: 10px;
}
.header-fixed .site-nav .menu > li > a:hover .menu-sub,.header-fixed .site-nav .menu > li.active > a .menu-sub {
    bottom: -3px;
    opacity: 1;
}
.header-fixed .site-nav .menu > li > ul {
    top: 84%;
}
.header-fixed .top-nav .nav-box{
    height: 78px;
}
.header-fixed .nav-lang {
    height: 78px;
}
.header-fixed .nav-lang .language{
    height: 78px;
}
.header-fixed .top-nav > ul {
    background: #E9D7C1;
    padding: 3px 10px 4px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.header-fixed .search-box .search-icon {
    width: 28px;
    height:28px;
    background-size: cover;
    margin-top: 3px;
}
.header-fixed .header-s-box {
    top: 0px;
}
.mmenu-show.header-fixed .header-s-box {
    top: 51px;
}

.header-fixed .banner{
    padding-top: 110px;
}

.mmenu-show.header-fixed .banner{
    padding-top: 0px;
}

/*------------ banner ------------*/

.banner {
    position: relative;
    max-width: 1820px;
    margin: 0 auto;
}

/*------------ / banner ------------*/

/*------------ site_main ------------*/

.main-top {
    position: relative;
    text-align: center;
    padding: 0 0 0px;
    margin: 0 0 35px;
}

.main-content.oil-search .main-top{
    background: #EEEEEE;
}

.main-top.no-border {
    border: 0;
    padding: 0 0 10px;
}

.main-title {
    color: #FFF;
    background: url("../../images/common/page-header-1.png");
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 2px;
    padding-top: 11px;
    padding-bottom: 11px;
}


.main-content {
    padding: 0px 0 120px;
    background: url(../../images/common/page-bg-1.jpg),#101010;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.main-content.oil-search {
    background: url(../../images/common/page-bg-1.jpg),#101010;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}


/*------------shopping-title ------------*/

.shopping-title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}

.shopping-title i {
    transform: rotate(90deg);
    font-size: 26px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}


/*----- plus-title -----*/

.plus-title {
    margin: 0 0 5px;
}

.plus-title i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.plus-tip {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 0 45px;
}

.plus-tip b {
    color: #D41922;
    text-decoration: underline;
}


/*------------ warning ------------*/

.warning-sect {
    padding-bottom: 70px;
    display: none;
}


/*------------ / site_main ------------*/


/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    background: url("../../images/common/footer-bg-1.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 45px;
}

.site-footer .container {
    display: table;
    width: 100%;
}

.site-footer .col {
    position: relative;
}

.site-footer .title {
    color: #848886;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 7px;
    /* font-family: "Nunito Sans"; */
    margin: 0 0 20px 0;
}

.site-footer .follow .title {
    margin: 0 0 8px 0;
    
}

.site-footer .site-map {
    padding: 25px 20px 0;
    display: table-cell;
}

.site-info-qr {
    margin-bottom: 50px;
}

.site-info-p {
    color: #EDEDED;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 0px;
    letter-spacing: 3px;
    font-family: "Nunito Sans","微軟正黑體";
    font-size: 14px;
    line-height: 22px;
}

.site-info-p p {
    margin: 0;
}
.site-info-p .tel{
    margin-bottom: 12px;
}
.site-info-p .mail{
    margin-bottom: 12px;
}

.site-info-p b {
    font-size: 25px;
}

.site-map-box {
    margin: 0 0 6px 0px;
}

.site-footer .col-r p {
    margin: 0;
}

/* .site-footer .col-r p .author {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 20px;
} */

.site-footer .col-r {
    display: inline-block;
    vertical-align: top;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    text-align: left;
    color: #EDEDED;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.site-map ul + ul {
    margin-left: 30px;
}

.site-map li + li {
    margin-top: 23px;
}

.site-map ul a:hover {
    color: #E7BB32;
}

.site-footer .site-info {
    padding: 25px 15px 30px;
    width: 30%;
    color: #EDEDED;
    display: table-cell;
    vertical-align: top;
}

.site-footer .links {
    width: 22%;
    display: table-cell;
    text-align: right;
    padding: 0px 0px 0;
    position: relative;
    top: 38px;
    z-index: 0;
}

.site-footer .qr-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.site-footer .footer-copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    text-align: right;
    right: 13px;
    bottom: 59px;
}


.site-footer .copyright {
    color: #666867;
    font-size: 13px;
    display:block;
    margin-top: 0px;
}
.site-footer .author {
    color: #666867;
    font-size: 13px;
    display:block;
}
/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.facybox-margin {
    display: block;
    position: fixed;
    right: -5px;
    bottom: 8%;
    z-index: 497;
}

.fb {
    width: 85px;
    height: 85px;
    display: inline-block;
    background: url('../../images/tw/fb.jpg');
    position: relative;
    transition: all .3s ease;
}
.fb:before{
    content: "";
    background: url("../../images/tw/fb-2.jpg");
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}
.fb:hover{
    opacity: 0.8;
}

.fb-2 {
    right: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('../../images/tw/fb-icon.png');
    position: relative;
    background-size: contain;
}
/* .fb-2:before {
    content: "\f09a";
    

} */
/* .fb-2:before{
    content: "";
    background: url("../../images/tw/fb-fixed-2.png");
    width: 158px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}
.fb-2:hover:before{
    opacity: 1;
} */

.floating .gotop {
    display: none;
}

.gotop {
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background: #FFFFFF;
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #DFDACF;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s;
}

.gotop i {
    font-size: 57px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -7px;
}

.gotop:hover {
    color: #D1CCB5;
    transition: all .2s;
    background: #F0F0E1;
    border: 1px solid #ACAC9D;
    margin: 0 0 -1px 0;
}

.site-footer .gotop-d {
    position: relative;
    display: inline-block;
    perspective: 300px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    width: 142px;
    font-size: 15px;
    font-family: 'Nunito Sans';
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
} 
.site-footer .gotop-d i{
    transform: rotate(180deg);
    font-size: 12px;
    display: block;
    position: relative;
    width: unset;
    bottom: 0px;
    margin-right: 10px;
}
.site-footer .gotop-d:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.site-footer .gotop-d .gotop {
    -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -o-animation-duration: 0.2s; animation-duration: 0.2s;/*keyframesÃ§â€Â¨*/
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 16px;
}
.site-footer .gotop-d .gotop,.site-footer .gotop-d .gotop:before {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.site-footer .gotop-d,.site-footer .gotop-d .gotop {
    height: 50px;
    line-height: 45px;
    transform-origin: 50% 50% -23px;
    -webkit-transform-origin: 50% 50% -23px;
    -moz-transform-origin: 50% 50% -23px;
    letter-spacing: 1px;
    z-index: 1;
}
.site-footer .gotop-d .gotop:nth-child(1) {
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg); 
}
.site-footer .gotop-d .gotop:nth-child(2),.site-footer .gotop-d:hover .gotop:nth-child(1) {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}
.site-footer .gotop-d:hover .gotop:nth-child(1){
    z-index: 2
}
.site-footer .gotop-d:hover .gotop:nth-child(2) {
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    z-index: 1;
}
.site-footer .gotop-d .gotop:nth-child(2)  {
    border: 1px solid #DD2B2B;
    background: #DD2B2B;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer .gotop-d .gotop:nth-child(1){
    border: 1px solid #E8BC32;
    background: #E8BC32;
    color: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------ / floating ------------*/

/*------------ page-header ------------*/

.page-header{
    background: #E62129;
    padding-top: 12px;
    padding-bottom:12px;
    text-align: center;
}
.page-header .container{
    position: relative;
}
.page-header .pt-name,.page-header .pt-title{
    display: inline-block;
}
.page-header .pt-name{
    display: inline-block;
    color: #EC9688;
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 0px 5px;
}
.page-header .pt-title{
    display: inline-block;
    color: #101010;
    font-family: "Nunito Sans";
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 0px 5px;
}

.page-header .pt-breadcrumb {
    position: absolute;
    left: 15px;
    top: 0px;
}
.page-header .breadcrumb {
    color: #EDA79C;
    position: relative;
    font-size: 13px;
    margin: 0 0 0px;
}
.page-header .breadcrumb:before {
    content: "\e1021";
    color: #EDA79C;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*!------------ page-header ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #8B908D;
    position: relative;
    font-size: 13px;
    margin: 0 0 20px;
    transition: all .3s ease;
}

.breadcrumb:before {
    content: "\e1021";
    color: #959586;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    font-weight: bold;
}

.breadcrumb-2 .breadcrumb{
    color: #8B908C;
    font-size: 24px;
    font-weight: bold;
}

.breadcrumb-2 .breadcrumb li a:hover{
    color: #DDB63F;
}
.breadcrumb-2 .breadcrumb li.active a{
    color: #DDB63F;
}
.breadcrumb-2 .breadcrumb:before {
    content: "\10ffff";
    color: #DDB63F;;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 260px;
    float: left;
    padding: 0px 0 0 0;
}

.has-side .content {
    width: calc(100% - 310px);
    float: right;
}

.side-nav {
    position: relative;
}

.side-nav.has-bg {
    padding-bottom: 150px;
    background: url('../../images/common/side_bg.png') no-repeat center bottom;
    border: 0;
    box-shadow: none;
}

.side-nav > li {
    margin: 0 0 1px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}

.side-nav li a {
    display: block;
}

.side-nav > li > a {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: linear-gradient(to bottom,#96272A,#EE1C25);
    border: 0px solid #C7C9C8;
    border-top:1px solid #FF1C3B;
    padding: 16px 20px;
    font-weight: bold;
    transition: all .3s ease;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: linear-gradient(to bottom,#8E5E31,#DBAF41);
    border-top:1px solid #E8BC32;
    color: #FFF;
}
.side-nav > li > a.active {
    background: linear-gradient(to bottom,#8E5E31,#DBAF41);
    border-top:1px solid #E8BC32;

    color: #FFF;
    /* border: 3px solid #202923; */
}
/* .side-nav > li > a:before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #202923 transparent transparent transparent;
    opacity: 0;
    transition: all .3s ease;
} */
/* .side-nav > li.active > a:before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11.5px 0 11.5px;
    border-color: #202923 transparent transparent transparent;
    opacity: 1;
} */
.side-nav ul li a {
    padding: 13px 40px 13px 40px;
    border: 0px solid #FFF;
    margin-bottom: 1px;
    color: #D7CDCD;
    background: #3E3E3E;
    font-weight: bold;
    font-size: 16px;
}
.side-nav ul li ul li a {
    padding: 13px 40px 13px 65px;
    background: #9c9c9c;
    font-size: 16px;
    color: #FFF;
}
.side-nav ul {
    display: none;
    padding: 1px 0;
}
.side-nav ul li a:hover,.side-nav ul li.active > a {
    color: #FFF;
    background: #737373;
}

.side-nav ul li ul li a:hover,.side-nav ul li ul li.active > a {
    color: #FFF;
    background: #C0C1C1;
}
.side-nav > li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}

/*------------ / 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: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    box-sizing: border-box;
}

.pagination li.active a:after {
    content: "/";
    color: #000;
    margin: 0 0 0 7px;
    display: inline-block;
}

.pagination li a:hover,
.pagination li.active a {
    color: #B22C00;
}

.pagination li a.controls {
    margin: 0 10px -3px;
    color: #525252;
    min-width: auto;
    font-size: 17px;
    width: 26px;
    height: 26px;
    line-height: 31px;
    border-radius: 50%;
}

.pagination li a.controls:hover,
.pagination li.active a.controls {
    background: #FFFFFF;
}

.pagination li a.controls.next {
    margin: 0px 5px -3px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
} */

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination li a {
    font-family:"Nunito Sans" ;
    font-weight: bold;
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #8B908D;
    font-size: 19px;
    padding: 0 5px;
    margin: 0px;
    box-sizing: border-box;
    background: #3E3E3E;
    width: 51px;
    height: 51px;
    padding-top: 11px;
    border-radius: 50%;
}
.pagination li a:hover,
.pagination li.active a {
    color: #FFF;
    background:#E62129 ;
}
.pagination li a.controls {
    padding: 0;
    font-size: 19px;
    color: #FFF;
    line-height: 32px;
    padding-top: 11px;
}
.pagination li a.controls:hover {
 
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    margin: 0;
    background: none;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ / pagination ------------*/


/*------------ had-bg ------------*/

.has-bg {
    background: #2F2F2F ;
    border: 1px solid #e62129;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    color: #FFF;
}

.table-bg {
    padding: 20px;
}

.has-img:before {
    content: "\e1009";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    background: #E62129;
    color: #fff;
    font-size: 33px;
    width: 55px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}


/*------------ / had-bg ------------*/


/*------------ form ------------*/


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px;
    color: #666659;
    font-size: 13px;
    line-height: 1.75;
    padding: 0 0 20px;
    border-bottom: 1px dashed #666666;
}

.reminder strong {
    font-size: 22px;
    color: #FFF;
    margin: 0 0 5px 0;
    display: block;
}

.reminder p {
    margin: 0;
}

.reminder b {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
    color: #DDB63F;
}

.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #DDB63F;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}


/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 97px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 36px;
    width: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #816149;
    border: 1px solid #816149;
    box-sizing: border-box;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    margin: 0;
    z-index: 1;
}

.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    position: absolute !important;
    z-index: 0;
    top: 9px;
    border: 2px solid #7B5A42;
}

.qty-box .btn:hover {
    background: #776255;
    color: #fff;
}

.qty-box .add {
    left: 2px;
}

.qty-box .less {
    right: 2px;
}


/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    border: 1px solid #666666;
    background: #3e3e3e;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}

.form-control:focus {
    outline: none;
    border-color: #9E8557;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}

.form-box .form-group {
    padding: 5px 0 0px;
}

.form-box .control-label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    padding-left: 15px;
    box-sizing: border-box;
    color: #FFF;
}

.form-box .control-box .static-control {
    margin: 0px 0 15px;
}

.form-box .control-box {
    position: relative;
    display: inline-block;
    width: calc(100% - 120px);
}

.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;
}

.no-padding .control-label {
    padding: 0;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #5A2100;
    font-weight: bold;
    margin: -4px 0 36px;
}


/*-----form-wrap-----*/

.form-wrap {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 95px;
    position: relative;
}

.form-box {
    max-width: 585px;
    margin: 0 auto;
    position: relative;
}

.form-box .row {
    margin: 0 -10px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    position: absolute;
    display: block;
    background: #DDB63F;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    left: 0;
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #777777;
    transition: transform .3s;
    margin: 0 0 0 5px;
}

.form-box .captcha a:hover i {
    color: #A57038;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    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: 6px;
    color: #AC8D5F;
    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 3px;
}

.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;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
    position: relative;
}

.success-box .msg {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.success-box .msg b {
    background: #686859;
    line-height: 53px;
    display: inline-block;
    color: #fff;
    font-size: 37px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 23px;
    margin: 10px 0 0 0;
    min-width: 330px;
    box-sizing: border-box;
}

.success-box a {
    color: #592000;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}


/*------------ / form ------------*/


/*------------ lightbox ------------*/

body .fancybox-opened .fancybox-title {
    text-align: right;
}

body .fancybox-close {
    background: none;
    color: #FFFFFF;
    position: static;
}

body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}

body .fancybox-close:hover {
    color: #DCDDD5;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


/*---- alert-fancybox ----*/

#alert-fancybox {
    display: none;
}


/*------------ fancybox ------------*/

body .fancybox-album .fancybox-skin {
    margin: 0 auto 150px;
}

body .fancybox-nav span {
    visibility: visible;
    width: 39px;
    height: 55px;
    background: url('../../images/common/album/arrow.png');
    background-position: 0 100%;
    left: -60px;
}

body .fancybox-nav span:hover {
    background-position: 0 0;
}

body .fancybox-next span {
    left: auto;
    transform: rotate(180deg);
    right: -60px;
}

.photo-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    padding: 8px 10px;
    color: #FFFFFF;
    background: #1B1B1B;
    font-weight: normal;
}

.photo-title i {
    font-size: 18px;
    color: #BDBDAE;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}

.photo-intro {
    font-size: 14px;
    color: #2F2F2F;
    line-height: 2;
}

.photo-pager {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    position: absolute;
    width: 100%;
}

.photo-pager b {
    font-weight: bold;
    color: #FFEEBF;
    display: inline-block;
    margin: 0 3px;
    text-decoration: underline;
}

body #fancybox-thumbs ul li {
    background: transparent;
    padding: 10px;
    opacity: 1;
}

body #fancybox-thumbs ul li a {
    border: 0;
    background: none;
    outline: none;
}

body #fancybox-thumbs ul li.active {
    opacity: 1;
    border: 0;
    padding: 10px;
}

body #fancybox-thumbs ul li a:before,
body #fancybox-thumbs ul li a:after {
    position: absolute;
    opacity: 0;
    transition: all .2s;
}

body #fancybox-thumbs ul li a:before {
    content: "\e901";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 28px;
    margin: -14px 0 0 -14px;
    z-index: 10;
}

body #fancybox-thumbs ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(53, 53, 38, .8);
}

body #fancybox-thumbs ul li.active a:before,
body #fancybox-thumbs ul li.active a:after,
body #fancybox-thumbs ul li a:hover:before,
body #fancybox-thumbs ul li a:hover:after {
    opacity: 1;
    transition: all .2s;
}


/*------------ / lightbox ------------*/


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background: #101010;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #mobile-menu .main-menu {
    background: #a71b1b;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #101010;
}

.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: #101010;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #101010;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #3E3E3E;
    color: #FFF;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px solid #bdbdbd;
    color: #fff;
}

.mmenu-show #mobile-menu .menu li a .menu-sub{
    display: none;
}

.mmenu-show #mobile-fixed .qty {
    background: #A86846;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #c7c7c7;
    font-weight: bold;
}

.mmenu-show #mobile-menu .share .btn {
    width: auto;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: #737373;
    border-bottom: 1px solid #2C2727;
    color: #FFF;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}

.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}

.mmenu-show #mobile-fixed li {
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.mmenu-show #mobile-fixed li:nth-child(1) {
    display: flex;
    justify-content: start;
}
.mmenu-show #mobile-fixed li:nth-child(2) a{
    margin-left: auto;

    /*20200701 隱藏按鈕*/
    /* display: none; */
}
.mmenu-show #mobile-fixed li:nth-child(2){
    width: 88px;
    padding-right: 10px;
    padding-left: 5px;

}

.mmenu-show #mobile-fixed li .toggleBtn{
    /* background: #585C5A; */
    background: transparent;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    /* color: #101010; */
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mmenu-show #mobile-fixed li .m-logo{
    /* background: url("../../images/common/mobile-logo.png"); */
    background: url("../../images/common/logo.png");
    width: 114px;
    height: 34px;
    left: calc( 50% - 48px);
    top: 0;
    margin-left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width:350px){
    /* .mmenu-show #mobile-fixed li .m-logo {
        width: 140px;
        height: 27px;
        margin-top: 3px;
        background-size: contain;
        background-repeat: no-repeat;
    } */
}
 
.mmenu-show #mobile-fixed li .toggleBtn-search{
    background: #DDB63F;
    width: 84px;
    height: 34px;
    color: #101010;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.mmenu-show #mobile-fixed li .toggleBtn-search div{
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}
.mmenu-show #mobile-fixed li .toggleBtn-search img{
    width: 24px;
    height: 23px;
    margin-right: 5px;
}

.mmenu-show #mobile-menu .language-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #101010;
    color: #aaa;
    height: 40px;
    line-height: 20px;
}
.mmenu-show .language {
    display: unset;
    flex-direction: unset;
    height: unset;
}
.mmenu-show .language a:nth-child(1) {
    border-bottom: 0px solid #444C47;
    margin-right: 10px;
    margin-left: 5px;
}
.mmenu-show .mmenu-show #mobile-menu .language .btn {
    display: inline-block;
}

.mmenu-show #mobile-menu .language .btn {
    display: inline-block;
}

.contact-editor{
    color: #FFF;
}
.mmenu-show .wrapper {
    padding-top: 50px;
}
/*------------ / mobile_menu  rwd------------*/
@media screen and (max-width: 1500px) {

    .header-s-box{
        width:100%;
        left: 0px;
    }

    .search-box {
      
        margin-left: 0px;
        width: 119px;
        height: 30px;
    }


    .header-s-box .h-top-title{
        color: #FFF;
        font-size: 17px;
        text-align: center;
        letter-spacing: 2px;
        margin-right: 0px;
        background: #E62129;
    }
   .header-s-box .h-top-title:after {
        content: "";
        background: url(../../images/common/double-arrow-4.svg);
        width: 16px;
        height: 16px;
        top: 10px;
        right: 15%;
    }
    .header-s-box .header-s-box-main {
        flex-direction: column;
    }
    .header-s-box .header-s-box-main  .header-b-main{
        flex: 0 0 100%;
        min-height: 90px;
        height: 90px;
        background: #222222;
        border: 0px solid #222222;
        border-radius: 0;
    }
    .header-s-box .header-s-box-main .header-b-main:before {
        content: "";
        width: 100%;
        min-height: 90px;
        height: 90px;
        background: url(../../images/common/search-pic-3-m.png);
        background-repeat: repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all .3s ease;
        z-index: 0;
    }
    .header-s-box .header-s-box-main .header-b-main:after {
        content: "";
        width: 0;
        height: 0;
    }
    .header-s-box .header-s-box-main .h-b-left-1 {
        position: absolute;
        left: unset;
        right: 0;
        top: 0;
        background: url(../../images/common/search-pic-1-m.png),#2A2A2A;
        width: 90px;
        height: 90px;
        z-index: 2;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .3s ease;
        background-size: unset;
        background-position: center;
    }
    .header-s-box .header-s-box-main .h-b-left-1:before {
        content: "";
        width: 90px;
        height: 90px;
        background: url(../../images/common/search-pic-0-m.png) , url(../../images/common/search-pic-3-m.png);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all .3s ease;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: inset 0px 0px 17px 7px rgba(0,0,0,0.55);
    }
    .header-s-box .header-s-box-main .h-b-left-1:after {
        position: absolute;
        left: unset;
        right: 0;
        top: 0;
        background: url(../../images/common/search-pic-0-m.png),url(../../images/common/search-pic-3-m.png);
        width: 90px;
        height: 90px;
        z-index: 2;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .3s ease;
        background-size: unset;
        background-position: center;
        box-shadow: inset 0px 0px 17px 7px rgba(0,0,0,0.55);
    }
    .header-s-box .header-s-box-main .h-b-left-2 {
        min-width: unset;
        height: 58px;
        background: unset;
        border-radius: 0;
        font-size: 26px;
        font-style: italic;
        line-height: 30px;
        margin-left: 25px;
        padding-right: 0px;
        box-sizing: border-box;
    }
    .header-s-box .header-s-box-main .h-b-left-2 span{
        display: none;
    }
    .header-s-box .header-s-box-main .h-b-left-3 {
        left: 73px;
        top: 10px;
    }
    .header-s-box .header-b-main .header-b-select {
        padding: 22px 9px 0 25px;
    }


    

    /*hover 樣式*/
    .header-s-box .header-s-box-main .header-b-main.h-active:hover .h-b-left-2 {
        background: unset;
    }
    .header-s-box .header-s-box-main .header-b-main:hover .h-b-left-2, .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-2 {
        background: unset;
        color: #FFF;
    }

    
    
    /*start 樣式*/
    .header-s-box .header-s-box-main .header-b-main.h-start:before {
        box-shadow: unset;
    }
    .header-s-box .header-s-box-main .header-b-main.h-start .h-b-left-2 {
        background: unset;
    }
    .header-s-box .header-s-box-main .header-b-main.h-start {
        border: 0px solid #D72929;
    }

    /*change 樣式*/
    .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-1 {
        position: absolute;
        left: unset;
        right: 0;
        top: 0;
        background: url(../../images/common/search-pic-4-m.png),#222222;
        width: 90px;
        height: 90px;
        z-index: 2;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .3s ease;
        background-size: unset;
        background-position: center;
        box-shadow: unset;
    }
    .header-s-box .header-s-box-main .header-b-main.h-change:before  {
        box-shadow: unset !important;
        content: "";
        width: 100%;
        min-height: 90px;
        height: 90px;
        background: url(../../images/common/search-pic-2-m.png);
        background-repeat: repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .3s ease;
        z-index: 0;
        opacity: 1;
    }
    .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-1:before {
        background: unset;
        box-shadow: unset;
        background: url(../../images/common/search-pic-4-m.png),#222222;
        width: 90px;
        height: 90px;
        background-repeat: no-repeat;
        background-size: unset;
        background-position: center;
    }
    .header-s-box .header-s-box-main .header-b-main.h-change .h-b-left-1:after {
        background: unset;
        box-shadow: unset;
    }
    .header-s-box .header-s-box-main .header-b-main:hover, .header-s-box .header-s-box-main .header-b-main.h-change {
        border: 0px solid #7E1919;
    }

    /*點擊按鈕之後 樣式*/
    .header-s-box .header-s-box-main .header-b-main.h-active:before {
        box-shadow: inset 0px 0px 17px 7px rgba(0,0,0,0.55);
    }


}


@media screen and (max-width: 1440px) {


    /*------------ site-header 1440 ------------*/
    .site-nav .menu > li > a {
        padding: 0px 12px;
        font-size: 16px;
    }
    .site-nav .menu {
        margin-right: 236px;
    }
    .site-title .logo {
        width: 187px;
    }
    .site-title {
        top: -6px;
        left: 25px;
    }

    /*------------ site-header search 1440 ------------*/





    /* .header-s-box .header-b-1 .b-1-1 {
        font-size: 17px;
        line-height: 25px;
    }
    .header-s-box .header-b-1 {
        flex: 0 0 160px;
    }
    .header-s-box .header-b-main .h-b-left .h-left-1 {
        font-size: 40px;
        line-height: 40px;
        margin-left: 15px;
        width: 61px;
    }
    .header-s-box .header-b-main .h-b-left .h-left-2 {
        font-size: 30px;
        line-height: 44px;
        margin-left: 5px;
        padding-bottom: 18px;
    }
    .header-s-box .header-b-main .header-b-select {
        line-height: 35px;
        padding: 38px 91px 0 82px;
        font-size: 16px;
    }
    .header-s-box .header-b-main .h-b-right .h-right-arrow {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
    .header-s-box .header-b-2, .header-s-box .header-b-3, .header-s-box .header-b-4 {
        flex: 0 0 calc( (100% - 160px) / 3);
    } */




    /*------------ site-footer 1440 ------------*/
    .site-map ul + ul {
        margin-left: 15px;
    }


    /* .site-footer {
        padding: 0 0 10px;
    }
    .site-footer .container,
    .site-footer .site-info,
    .site-footer .site-map {
        width: 100%;
        display: block;
    }
    .site-footer .follow,
    .site-info-qr {
        display: inline-block;
        vertical-align: top;
    }
    .share {
        margin: 0 0 0 30px;
    }
    .site-info-qr {
        margin: 0 35px 0 0;
    }
    .site-footer .site-map,
    .site-footer .links {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 15px -4px 0 0;
        padding: 0;
    } */
    /*------------ / site-footer 1440 ------------*/
}

@media screen and (max-width: 1350px) {
    /*------------ site-header 1350 ------------*/
    .header-fixed .site-nav .menu > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
    /*------------ / site-header 1350 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    /* .site-nav .menu {
        width: 75%;
        padding: 0 0 0 15%;
    }
    .header-fixed .menu {
        padding: 0;
        width: 100%;
        float: right;
    } */
    /*------------ / site-header 1280 ------------*/
}

@media screen and (max-width: 1024px) {
    /*--- 隱私權手機板 ---*/
     .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-s-box .h-top-title span {
    font-size: 14px;
}
    .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 1024 ------------*/
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-header { 
        padding: 0px 0;
        display: flex;
        flex-direction: column;
    }
    /*LOGO區塊*/
    .site-header>div:nth-child(2){
        order: 2;
    }
    /*搜尋區塊*/
    .site-header>div:nth-child(4){
        order: 1;
        margin: 0;
        padding: 0;
    }
    .site-title {
        position: static;
        text-align: center;
        display: none;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 165px;
        height: 50px;
    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-title {
        position: static;
    }
    /*------------ / site-header 1024 ------------*/

    /*------------ search 1024 ------------*/

    .header-s-box {
        top: 0px;
        top: 51px;
        position: fixed;
    }

    .mask-bg {
        max-height: 100%;
        position: fixed;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100vh;
    }
    /*------------ / search 1024 ------------*/

    /*------------ / 內頁 上橫幅 ------------*/

    .page-header {
        padding-bottom: 8px;
    }
    .page-header .pt-name,.page-header .pt-title{
        display: block;
    }
    .page-header .pt-name{
        font-size: 16px;
        line-height: 16px;
        margin: 0px 0px;
        margin-bottom: 3px;
        letter-spacing: 2px;
        display: none;
    }
    .page-header .pt-title{
        font-size: 16px;
        line-height: 16px;
        letter-spacing:2px;
        margin: 0px 0px;
        margin-bottom: 8px;
        display: none;
    }
    .page-header .pt-breadcrumb {
        position: relative;
        left: 0px;
        top: 0px;
    }
    .page-header .breadcrumb {
        color: #EDA79C;
        position: relative;
        font-size: 13px;
        margin: 0 0 0px;
    }

    .breadcrumb-2 .breadcrumb {
        color: #8B908C;
        font-size: 18px;
        font-weight: bold;
    }

    .main-title {
        font-size: 26px;
        padding-top: 0px;
    }

    /*!------------ / 內頁 上橫幅 ------------*/

    /*------------ main-content 1024 ------------*/
    .main-content {
        padding: 10px 0 80px;
    }
    .main-top {
        padding: 0 0 5px;
        margin: 0px 0 0px;
    }
    /*------------ / main-content 1024 ------------*/
    /*------------ site-footer 1024 ------------*/

    .site-footer {
        padding: 20px 0 10px;
        text-align: center;
        background: #161210;
    }
    .site-footer .container{
        display: flex;
        flex-direction: column;
    }
    .site-footer .site-info{
        width: 100%;
        display: block;
        padding:0px 0px 10px;
        order: 2;
    }
    .site-info-qr {
        display: inline-block;
        vertical-align: top;
    }
    .site-footer .follow,
    .site-footer .site-map-box,
    .site-footer .site-map {
        display: none;
    }
    .site-footer .qr-inner,
    .site-info-qr,
    .site-footer .col-r {
        margin: 0;
    }
    .site-footer .title {
        margin: 0 0 15px 0;
    }
    .site-info-p {
        display: block;
        margin: 10px 0 0 0;
    }
    .site-footer .links {
        display: block;
        width: 100%;
        margin: 15px 0 25px 0;
        text-align: center;
        top: 0;
        order: 1;
    }
    .site-footer .footer-copyright {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        right: 0px;
        bottom: 0px;
        order: 3;
        margin-top: 25px;
        margin-bottom: 45px;
    }
    .site-footer .gotop-d{
        display: none;
    }
    /*------------ / site-footer 1024 ------------*/
    /*------------ floating 1024 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: #D79729;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        text-indent: unset;  
    }
    .floating .ibtn.gotop i{
        font-size: 9px;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 10px;
        color: black;
        transform: rotate(180deg);
    }
    /*------------ / floating 1024 ------------*/
    .btn.back {
        font-size: 13px;
        width: 131px;
        height: 41px;
    }


}
@media screen and (max-width: 1000px) {
    .mmenu-show #mobile-menu .language{
        display: flex;
    }

    .header-s-box .h-top-title span .txt1 {
        display: block;
        text-align: center;

    }



}

@media screen and (max-width: 900px) {
    /*------------ site-footer 900 ------------*/
    .site-footer .link-list li:nth-child(3n+1) {
        clear: none;
    }
    /*------------ / site-footer 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        width: 31px;
        height: 31px;
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        padding-top: 1px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 17px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0 0 10px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap {
        padding: 60px 15px;
    }
    .form-box {
        padding: 0;
    }
    .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;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .success-box .msg b {
        font-size: 1.4em;
        min-width: auto;
    }
    /*------------ / form 767 ------------*/
    /*------------ site-footer 767 ------------*/
   
    /*------------ / site-footer 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: auto;
        right: 0px;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 600px) {
    /*------------ site-footer 600 ------------*/
    /* .gotop {
        display: none;
    } */
    /*------------ / site-footer 600 ------------*/
    /*------------ floating 600 ------------*/
    /* .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        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;
    } */
    /*------------ / floating 600 ------------*/
}

@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) {
    /*------------ site-footer 400 ------------*/
    .site-footer .links li {
        width: 100%;
    }
    /*------------ / site-footer 400 ------------*/
    /*------------ btn-box 400 ------------*/
    .btn-box.has-line:before {
        display: none;
    }
    /*------------ / btn-box 400 ------------*/
}
