/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'), url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'), url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Century Gothic', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots
{
    font-size: 0;

    width: 100%;
    margin-top: 50px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .slick-dots
    {
        margin-top: 20px;
    }
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;

    vertical-align: top;

    border: 1px solid #b17b54;
    border-radius: 50%;
    background-color: #b17b54;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #fff;
}
.slick-arrow
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    display: block;
    overflow: hidden;

    width: 35px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
    border: none;
    border-radius: 4px;
    outline: none;
    background: none;
    background-color: #a7a7a7;
}
@media (max-width: 1199px)
{
    .slick-arrow
    {
        line-height: 30px;

        left: 0;

        width: 30px;
        height: 30px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\eb60';

    color: #fff;
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 1199px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    content: '\e625';
}
.slick-arrow:hover
{
    background-color: #222;
}
.header
{
    position: relative;
    z-index: 10;

    width: 100%;
    height: 160px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 80px;
    }
}
.header .header-top,
.header .header-nav
{
    padding: 0 5%;
}
@media (max-width: 1470px)
{
    .header .header-top,
    .header .header-nav
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .header .header-top,
    .header .header-nav
    {
        padding: 0 5px 0 0;
    }
}
.header .header-top
{
    height: 100px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 80px;
    }
}
.header .header-top .container
{
    position: relative;
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 100px;
    padding: 15px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        padding: 20px 0;

        background-color: #eee;
    }
}
@media (max-width: 480px)
{
    .header .logo
    {
        padding: 22px 0;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header p.email
{
    font-size: 15px;
    line-height: 105px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .header p.email
    {
        display: none;
    }
}
.header p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 6px;

    content: '\e633';
}
.header p.email a:hover
{
    text-decoration: underline;
}
.header #google_translate_element
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .header #google_translate_element
    {
        display: none;
    }
}
.header .cart
{
    font-size: 14px;
    line-height: 20px;

    position: relative;

    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        line-height: 40px;

        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-left: 10px;
    }
}
@media (max-width: 340px)
{
    .header .cart
    {
        margin-left: 4px;
    }
}
.header .cart a
{
    display: block;
}
.header .cart a:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 30px;

    display: block;

    margin-right: 4px;

    content: '\e61f';
}
@media (max-width: 1199px)
{
    .header .cart a:before
    {
        font-size: 20px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }
}
.header .cart a:hover
{
    color: #b17b54;
}
.header .cart a:hover:before
{
    color: #b17b54;
}
.header .cart a span
{
    font-size: 14px;
}
.header .cart a span:before
{
    content: '(';
}
.header .cart a span:after
{
    content: ')';
}
.header .language
{
    display: inline-block;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 0;
    }
}
.header .language a
{
    line-height: 20px;

    display: block;
}
.header .language a:before
{
    display: block;

    width: 20px;
    height: 20px;
    margin-bottom: 8px;

    content: '';

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .language a:before
    {
        display: inline-block;

        margin: 0 6px 0 0;

        vertical-align: middle;
    }
}
.header .pc-search
{
    position: relative;

    display: inline-block;

    width: 180px;
    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    line-height: 40px;

    width: 100%;
    padding: 0 40px 0 10px;

    border-bottom: 1px solid #222;
}
.header .pc-search .submit
{
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e678';
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: right;

        margin-top: 34px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #999 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #b17b54;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background-color: #fff;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 20px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #b17b54;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 30px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #b17b54;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: -10px;
        left: 100%;

        display: none;

        width: 200px;
        padding: 20px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #b17b54;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 0 10px;
    }
    .header .nav .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background-color: rgba(255, 255, 255, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product
{
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;

        text-align: center;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        font-weight: bold;
        line-height: 2.5;

        display: block;

        padding: 10px 0;

        text-transform: capitalize;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .find
{
    font-size: 18px;

    display: none;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        font-size: 14px;
        line-height: 40px;

        display: inline-block;

        margin-right: -20px;
        margin-left: 10px;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        margin-left: 5px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 28px;

    display: inline-block;
    float: left;

    content: '\e678';
    vertical-align: middle;

    color: #333;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1199px)
{
    .header .find:before
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .header .find:before
    {
        font-size: 20px;
    }
}
.header .find:hover:before
{
    color: #b17b54;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 40px;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #9a6036;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e678';
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .header-nav
{
    font-size: 18px;

    clear: both;

    height: 60px;

    text-align: center;

    background-color: #e6e3de;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        height: 30px;

        background: none;
    }
}
.header .header-nav .title-nav
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .header-nav
    {
        position: absolute;
        top: 40px;
        right: 30px;

        display: inline-block;
    }
    .header .header-nav .container
    {
        width: auto;
    }
    .header .header-nav .title-nav
    {
        font-size: 14px;
        line-height: 30px;

        display: inline-block;

        padding: 0 10px;

        color: #fff;
        border-radius: 4px;
        background-color: #b17b54;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .header-nav .title-nav
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.header .header-nav ul.navdown-1
{
    position: relative;

    display: block;

    text-align: center;
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1
    {
        position: absolute;
        right: -30px;

        display: none;

        width: 260px;
        padding: 20px 0;

        text-align: left;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.header .header-nav ul.navdown-1 > li
{
    position: relative;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 > li
    {
        display: block;
    }
    .header .header-nav ul.navdown-1 > li.more:before
    {
        font-family: 'iconfont' !important;
        font-size: 18px;
        line-height: 36px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;

        display: inline-block;
        float: right;

        width: 30px;
        margin-right: 4px;

        content: '\e72f';
        text-align: center;

        color: #999;
    }
}
.header .header-nav ul.navdown-1 > li > a
{
    font-size: 18px;
    line-height: 60px;

    display: block;

    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1600px)
{
    .header .header-nav ul.navdown-1 > li > a
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
@media (max-width: 1350px)
{
    .header .header-nav ul.navdown-1 > li > a
    {
        font-size: 15px;

        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 > li > a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .header .header-nav ul.navdown-1 > li > a
    {
        font-size: 14px;
    }
}
.header .header-nav ul.navdown-1 > li.current.more:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #b17b54;
}
.header .header-nav ul.navdown-1 > li.active > a,
.header .header-nav ul.navdown-1 > li:hover > a
{
    color: #b17b54;
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 > li.active > a,
    .header .header-nav ul.navdown-1 > li:hover > a
    {
        text-decoration: none;
    }
}
.header .header-nav ul.navdown-1 .navdown-2
{
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
text-align: left;
    display: none;

    min-width: 100%;
    padding: 10px 0;

    background-color: #e6e3de;
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 .navdown-2
    {
        background-color: #f5f5f5;
    }
	 .header .header-nav ul.navdown-1 .navdown-3{
		 display: block!important;
	 }
}
.header .header-nav ul.navdown-1 .navdown-2>li,
.header .header-nav ul.navdown-1 .navdown-3>li{
	position: relative;
}
.header .header-nav ul.navdown-1 .navdown-2 li a
{
    font-size: 14px;
    line-height: 30px;
	/* white-space: nowrap; */
    display: block;

    padding: 0 10px;
	word-break: break-word;

    text-transform: capitalize;
}
.header .header-nav ul.navdown-1 .navdown-2>li:hover>a{
	color: #b17b54;
}
@media(min-width:1200px){
	.header .header-nav ul.navdown-1 .navdown-3,
	.header .header-nav ul.navdown-1 .navdown-4{
		position: absolute;
		left: 100%;
		top: 0; 
		background-color: #e6e3de;
	}
	.header .header-nav ul.navdown-1 .navdown-2 li a{
		white-space: nowrap;
	}

}
.header .header-nav ul.navdown-1 .navdown-3 li a{
	color: #666666;
	padding: 0 20px;
}
.header .header-nav ul.navdown-1 .navdown-3>li:hover>a{
	color: #b17b54;
}
.header .header-nav ul.navdown-1 .navdown-4 li{
	display: inline-block;
	vertical-align: top;
}
.header .header-nav ul.navdown-1 .navdown-4 li a{
	color: #999999;
}
.header .header-nav ul.navdown-1 .navdown-4 li a:before{
	content: '- ';
}
.header .header-nav ul.navdown-1 .navdown-4>li:hover>a{
	color: #b17b54;
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 .navdown-2 li a
    {
        font-size: 14px;
        line-height: 24px;
    }
    .header .header-nav ul.navdown-1 .navdown-2 li a:before
    {
        display: inline-block;

        margin-right: 4px;

        content: '-';
        vertical-align: middle;
    }
	.header .header-nav ul.navdown-1 .navdown-3 li a{
		color: #666666;
	}
	.header .header-nav ul.navdown-1 .navdown-3 li a:before{
		content: '·';
	}
	.header .header-nav ul.navdown-1 .navdown-4{
		display: block!important;
	}
	.header .header-nav ul.navdown-1 .navdown-4 li{
		display: inline-block;
		vertical-align: top;
	}
	.header .header-nav ul.navdown-1 .navdown-4{
		padding: 0 5px;
	}
		.header .header-nav ul.navdown-1 .navdown-4 li a{
			color: #999999;
			padding: 0 10px;
			font-size: 13px;
		}
}
.header .header-nav ul.navdown-1 .navdown-2 li:hovera
{
    text-decoration: underline;

    color: #b17b54;
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 .navdown-2 li:hover>a
    {
        text-decoration: none;
    }
}
@media (max-width: 1199px)
{
    .header .header-nav ul.navdown-1 .navdown-2
    {
        position: relative;
        top: 0;

        box-shadow: none;
    }
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-whatsapp .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-whatsapp .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-whatsapp .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-whatsapp .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    width: 62px;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .online-whatsapp .online
    {
        right: -72px;
    }
}
@media (max-width: 767px)
{
    .online-whatsapp .online
    {
        top: auto;
        right: -50px;
        bottom: 100px;

        width: 50px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.online-whatsapp .online .item-top
{
    line-height: 60px;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #000;
}
.online-whatsapp .online .item-top .iconfont
{
    font-size: 30px;
}
.online-whatsapp .online .item
{
    font-size: 0;

    width: 220px;
    margin: 2px 0;

    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #b17b54;
}
.online-whatsapp .online .item .pic,
.online-whatsapp .online .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.online-whatsapp .online .item .pic
{
    overflow: hidden;

    width: 60px;
    padding: 6px;

    border: 3px solid #b17b54;
    border-radius: 4px;
    background: #b17b54;
}
@media (max-width: 767px)
{
    .online-whatsapp .online .item .pic
    {
        width: 50px;
    }
}
.online-whatsapp .online .item .pic .img-box
{
    overflow: hidden;

    border-radius: 50%;
}
.online-whatsapp .online .item .note
{
    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
    padding: 4px 6px 0;
}
@media (max-width: 767px)
{
    .online-whatsapp .online .item .note
    {
        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
        padding: 8px 0 0 6px;
    }
}
.online-whatsapp .online .item .note b
{
    font-size: 14px;
    line-height: 24px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .online-whatsapp .online .item .note b
    {
        font-size: 14px;
        line-height: 14px;

        height: 14px;
    }
}
.online-whatsapp .online .item .note a
{
    font-size: 12px;
    line-height: 18px;

    position: relative;

    display: inline-block;

    margin-right: 6px;

    vertical-align: top;
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .online-whatsapp .online .item .note a
    {
        line-height: 20px;
    }
}
.online-whatsapp .online .item .note a span
{
    font-size: 12px;
    line-height: 24px;

    position: absolute;
    z-index: 2;
    top: 26px;
    right: -15px;

    display: none;

    /* width: 100px; */
    padding: 0 10px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(177, 123, 84, .1);
}
.online-whatsapp .online .item .note a:hover span
{
    display: block;
}
.online-whatsapp .online .item:hover
{
    -webkit-transform: translateX(-124px);
        -ms-transform: translateX(-124px);
            transform: translateX(-124px);
}
.online-whatsapp .online .close-online
{
    font-size: 22px;
    line-height: 24px;

    display: none;

    width: 72px;

    text-align: center;

    color: #333;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .online-whatsapp .online .close-online
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .online-whatsapp .online .close-online
    {
        width: 54px;
    }
}
.online-whatsapp .online .close-online:before
{
    font-family: 'iconfont' !important;

    content: '\e61b';
}
@media (max-width: 991px)
{
    .online-whatsapp .online.active
    {
        right: 0;
    }
}
.online-wrap .btn
{
    line-height: 40px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 50px;
    height: 44px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #b17b54;
    border-radius: 0;
    outline: none;
    background-color: #b17b54;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    left: 0;

    -webkit-transition: left .3s;
            transition: left .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        bottom: 100px;
        left: -60px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        left: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 6px;
    background-color: rgba(120, 120, 120, .8);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #9a6036;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-left: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #9a6036;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-left: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e826';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype{
	background-color: #02b5ef !important;
}
.online-wrap .icon-email{
	background-color: #f7b30b !important;
}
.online-wrap .icon-whatsapp{
	background-color: #2bb740 !important;
}
.online-wrap .icon-message{
	background-color: #005fba !important;
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e64e';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;
    padding-bottom: 0;
    padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(constant(safe-area-inset-bottom) - 15px);
    padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
    padding-bottom:         calc(env(safe-area-inset-bottom) - 15px);

    background-color: #b17b54;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #9a6036;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.product > a:before
{
    font-size: 16px;

    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e634';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.tel > a:before
{
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e751';
}
.xs-online ul li.contact > a:before
{
    font-weight: normal;

    content: '\e609';
}
.xs-online ul li.skype > a:before
{
    content: '\e752';
}
.xs-online ul li.facebook > a:before
{
    content: '\e615';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .item
{
    position: relative;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    border-radius: 10px;
}
.banner .slick-dots .slick-active
{
    width: 40px;

    border-color: #fff;
}
.banner .slick-arrow
{
    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: 0;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 12%;

        opacity: 0;
    }
}
.banner .slick-arrow.slick-next
{
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner:hover .slick-arrow
{
    left: 4%;

    opacity: 1;
}
.banner:hover .slick-arrow.slick-next
{
    right: 4%;
    left: auto;
}
.banner .num-box
{
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .banner .num-box
    {
        bottom: 0;
    }
}
.banner .num-box .prev:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after
{
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after
{
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-left: 10px;

    content: '\e72f';
    vertical-align: middle;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .banner-pic
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .banner-pic
    {
        bottom: 10px;
    }
}
.banner .banner-pic img
{
    display: inline-block;

    width: auto;
    max-width: 100%;
}
.banner-in
{
    color: #fff;
}
.banner-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
.banner-in .text-in
{
    position: absolute;
    top: 66%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner-in .text-in
    {
        top: 50%;
    }
}
.banner-in .text-in h2
{
    font-family: 'BodoniStd', Arial;
    font-size: 62px;
    line-height: 1.35;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h2
    {
        font-size: 52px;
    }
}
@media (max-width: 1350px)
{
    .banner-in .text-in h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 26px;
    }
}
.banner-in .text-in p
{
    font-size: 15px;
    line-height: 22px;

    max-width: 750px;
    margin: 0 auto;
    margin-top: 10px;

    color: #666;
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 12px;
        line-height: 14px;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 45px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 22px;

    margin-top: 14px;

    color: #444;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 14px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-number .number
{
    font-size: 0;

    overflow: hidden;
}
.box-number .number li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-number .number li
    {
        width: 50%;
    }
}
.box-number .number li:last-child .item:after
{
    display: none;
}
@media (max-width: 767px)
{
    .box-number .number li:nth-child(2n) .item:after
    {
        display: none;
    }
}
.box-number .number .item
{
    position: relative;

    padding: 30px 10%;
}
@media (max-width: 991px)
{
    .box-number .number .item
    {
        padding: 20px;
    }
}
.box-number .number .item:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    width: 1px;
    height: 60%;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;

    border-right: 1px dashed #dcdcdc;
}
.box-number .number .item b
{
    font-size: 24px;
    line-height: 1.2;

    position: relative;

    display: block;
}
@media (max-width: 1199px)
{
    .box-number .number .item b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item b
    {
        font-size: 18px;
    }
}
.box-number .number .item b:before
{
    position: absolute;
    top: -10px;
    left: -20px;

    width: 51px;
    height: 46px;

    content: '';

    background: url(../images/number-icon.png) no-repeat center;
    background-size: cover;
}
.box-number .number .item b span
{
    font-size: 50px;

    display: inline-block;

    margin-right: 20px;
}
@media (max-width: 1199px)
{
    .box-number .number .item b span
    {
        font-size: 40px;

        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .box-number .number .item b span
    {
        font-size: 30px;
    }
}
.box-number .number .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .box-number .number .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.box-product
{
    padding: 0;
}
.box-product .product-nav
{
    text-align: center;
}
.box-product .product-nav > li
{
    font-size: 50px;
    font-weight: bold;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-product .product-nav > li
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-nav > li
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-nav > li
    {
        font-size: 24px;
    }
}
.box-product .product-nav > li:nth-child(1):after
{
    content: '&';
}
.box-product .product-nav > li > a
{
    line-height: 1;

    display: inline-block;
}
.box-product .product-nav > li.active > a
{
    text-decoration: underline;

    color: #b17b54;
}
.box-product .product-list
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-product .product-list
    {
        margin-top: 20px;
    }
}
.box-product .product-list .slick-slide
{
    padding: 10px;
}
.box-product .product-list .item-box .item
{
    display: block;

    padding: 30px;
}
@media (max-width: 991px)
{
    .box-product .product-list .item-box .item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-list .item-box .item
    {
        padding: 10px;
    }
}
.box-product .product-list .item-box .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding-bottom: 100%;

    border-radius: 50%;
}
.box-product .product-list .item-box .item .img-box
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.box-product .product-list .item-box .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product-list .item-box .item iframe
{
    position: absolute;
    left: 50%;

    display: none;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.box-product .product-list .item-box .name
{
    position: relative;

    padding: 10px 70px 10px 10px;
}
@media (max-width: 767px)
{
    .box-product .product-list .item-box .name
    {
        padding: 10px 30px 10px 10px;
    }
}
.box-product .product-list .item-box .name h3
{
    font-size: 20px;
    line-height: 50px;
	text-align: center;
    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .product-list .item-box .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-list .item-box .name h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-list .item-box .name h3
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.box-product .product-list .item-box .name .addcart
{
    line-height: 50px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-product .product-list .item-box .name .addcart
    {
        line-height: 30px;

        right: 0;

        width: 30px;
        height: 30px;
    }
}
.box-product .product-list .item-box .name .addcart:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e61f';
}
@media (min-width: 1200px)
{
    .box-product .product-list .item-box:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .box-product .product-list .item-box:hover .item
    {
        background-color: #f8f8f8;
    }
    .box-product .product-list .item-box:hover .item .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product-list .item-box:hover .name
    {
        color: #fff;
        background-color: #b17b54;
    }
    .box-product .product-list .item-box:hover .name .addcart
    {
        color: #b17b54;
    }
}
.box-categories
{
    padding-bottom: 0;
}
.box-categories .categories
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-categories .categories
    {
        margin-top: 20px;
    }
}
.box-categories .categories > ul
{
    overflow: hidden;

    margin: 0 -10px;
}
.box-categories .categories > ul > li
{
    float: left;

    padding: 10px;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li
    {
        padding: 5px;
    }
}
.box-categories .categories > ul > li:nth-child(1)
{
    width: 41%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(1)
    {
        width: 100%;
    }
}
.box-categories .categories > ul > li:nth-child(1) .item .img-box
{
    padding-bottom: 57.89473684%;
}
.box-categories .categories > ul > li:nth-child(2)
{
    width: 26%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(2)
    {
        width: 52.5%;
    }
}
.box-categories .categories > ul > li:nth-child(2) .item .img-box
{
    padding-bottom: 94.82758621%;
}
@media (max-width: 991px)
{
    .box-categories .categories > ul > li:nth-child(2) .item .img-box
    {
        padding-bottom: 95.37572254%;
    }
}
.box-categories .categories > ul > li:nth-child(3)
{
    float: right;

    width: 33%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(3)
    {
        width: 47.5%;
    }
}
.box-categories .categories > ul > li:nth-child(3) .item .img-box
{
    padding-bottom: 148.88888889%;
}
.box-categories .categories > ul > li:nth-child(4)
{
    float: left;

    width: 26%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(4)
    {
        width: 52.5%;
    }
}
.box-categories .categories > ul > li:nth-child(4) .item .img-box
{
    padding-bottom: 89.88764045%;
}
.box-categories .categories > ul > li:nth-child(5)
{
    float: right;

    width: 41%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(5)
    {
        width: 47.5%;
    }
}
.box-categories .categories > ul > li:nth-child(5) .item .img-box
{
    padding-bottom: 56.14035088%;
}
.box-categories .categories > ul > li:nth-child(6),
.box-categories .categories > ul > li:nth-child(7),
.box-categories .categories > ul > li:nth-child(8)
{
    width: 33.33333333%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(6),
    .box-categories .categories > ul > li:nth-child(7),
    .box-categories .categories > ul > li:nth-child(8)
    {
        width: 50%;
    }
}
.box-categories .categories > ul > li:nth-child(6) .item .img-box,
.box-categories .categories > ul > li:nth-child(7) .item .img-box,
.box-categories .categories > ul > li:nth-child(8) .item .img-box
{
    padding-bottom: 71.73913043%;
}
@media (max-width: 767px)
{
    .box-categories .categories > ul > li:nth-child(8)
    {
        width: 100%;
    }
}
.box-categories .categories .item
{
    position: relative;

    overflow: hidden;

    border-radius: 10px;
}
.box-categories .categories .item .pic
{
    position: relative;

    display: block;
}
.box-categories .categories .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-categories .categories .item .note
{
    position: absolute;
    z-index: 1;
    bottom: 0;

    width: 100%;
    padding: 0 16px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: rgba(177, 123, 84, .5);
}
@media (max-width: 767px)
{
    .box-categories .categories .item .note
    {
        padding: 0 10px;
    }
}
.box-categories .categories .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-categories .categories .item .note h3
    {
        font-size: 18px;
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 991px)
{
    .box-categories .categories .item .note h3
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
@media (max-width: 767px)
{
    .box-categories .categories .item .note h3
    {
        font-size: 14px;
        line-height: 34px;

        height: 34px;
    }
}
.box-categories .categories .item .note h3:before
{
    display: inline-block;

    margin-top: -4px;
    margin-right: 6px;

    content: '-';
    vertical-align: middle;
}
.box-categories .categories .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 30px;

    -webkit-transition: all .6s;
            transition: all .6s;

    border: 10px solid #b17b54;
    background-color: rgba(177, 123, 84, .3);
}
.box-categories .categories .item .mask .title-mask h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-categories .categories .item .mask .mask-nav
{
    overflow-y: auto;

    max-height: 80%;
    margin-top: 10px;
}
.box-categories .categories .item .mask .mask-nav > ul
{
    font-size: 0;
}
.box-categories .categories .item .mask .mask-nav > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    color: #fff;
}
.box-categories .categories .item .mask .mask-nav a
{
    font-size: 16px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-categories .categories .item .mask .mask-nav a:before
{
    float: left;

    margin-right: 6px;

    content: '>';
}
.box-categories .categories .item .mask .mask-nav a:hover
{
    text-decoration: underline;
}
.box-categories .categories .item a.more
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    right: 10px;
    bottom: 10px;

    display: block;

    color: #fff;
}
@media (min-width: 1199px)
{
    .box-categories .categories .item:hover .note
    {
        opacity: 0;
    }
    .box-categories .categories .item:hover .mask
    {
        display: block;

        -webkit-animation: zoomIn .6s 0s ease both;
                animation: zoomIn .6s 0s ease both;
    }
}
.box-about
{
    font-size: 0;
}
.box-about .pic,
.box-about .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-about .pic
{
    width: 40%;
    padding: 0 2.5%;

    text-align: right;
}
@media (max-width: 1199px)
{
    .box-about .pic
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .box-about .pic
    {
        width: 100%;
    }
}
.box-about .pic img
{
    display: inline-block;

    max-width: 100%;
}
.box-about .text
{
    width: 60%;
    padding-right: 12%;

    background: url(../images/about_bg.jpg) no-repeat left top;
}
@media (max-width: 1470px)
{
    .box-about .text
    {
        padding-right: 8%;
    }
}
@media (max-width: 1199px)
{
    .box-about .text
    {
        padding-right: 15px;
    }
}
@media (max-width: 767px)
{
    .box-about .text
    {
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;
    }
}
.box-about .text .title-about h3
{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    color: #b17b54;
}
@media (max-width: 1470px)
{
    .box-about .text .title-about h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .box-about .text .title-about h3
    {
        font-size: 18px;
    }
}
.box-about .text h1
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-about .text h1
    {
        font-size: 35px;
    }
}
@media (max-width: 1199px)
{
    .box-about .text h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .box-about .text h1
    {
        font-size: 24px;
    }
}
.box-about .note
{
    position: relative;

    display: -webkit-box;
    overflow: hidden;

    max-height: 180px;
    margin-top: 30px;
    padding-left: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 1199px)
{
    .box-about .note
    {
        max-height: 144px;
    }
}
.box-about .note:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 22px;
    height: 19px;

    content: '';

    color: #b17b54;
    background: url(../images/yinhao.png) no-repeat;
}
.box-about .note p
{
    font-size: 18px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .box-about .note p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .box-about .note p
    {
        font-size: 14px;
    }
}
.box-about .link
{
    margin-top: 40px;

    text-align: right;
}
@media (max-width: 991px)
{
    .box-about .link
    {
        margin-top: 20px;
    }
}
.box-about .link a
{
    font-size: 20px;
    line-height: 46px;

    display: inline-block;

    margin-top: 10px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .box-about .link a
    {
        font-size: 18px;
        line-height: 36px;
    }
}
@media (max-width: 991px)
{
    .box-about .link a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-about .link a
    {
        font-size: 14px;
    }
}
.box-about .link .btn-video
{
    margin-right: 30px;

    cursor: pointer;
}
.box-about .link .btn-video:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 6px;

    content: '\e644';

    color: #b17b54;
}
.box-about .link .btn-video:hover
{
    color: #b17b54;
}
.box-about .link .more
{
    padding: 0 18px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #b17b54;
}
.box-about .link .more:hover
{
    background-color: #9a6036;
}
.box-services
{
    position: relative;

    padding-top: 120px;

    background: url(../images/services_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-services:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: url(../images/services_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.box-services .title
{
    position: relative;
    z-index: 2;
}
.box-services .services
{
    position: relative;
    z-index: 2;
}
.box-services .services ul
{
    font-size: 0;

    min-height: 460px;
}
@media (min-width: 1200px)
{
    .box-services .services ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.box-services .services ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 30px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .box-services .services ul li
    {
        margin-top: 16px;
    }
}
.box-services .services .item
{
    position: relative;

    overflow: hidden;

    min-height: 310px;
    padding: 50px 15px 40px;

    text-align: center;

    border-radius: 8px;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .box-services .services .item
    {
        padding: 30px 10px;
    }
}
@media (max-width: 991px)
{
    .box-services .services .item
    {
        padding: 10px 10px 20px;
    }
}
@media (max-width: 767px)
{
    .box-services .services .item
    {
        min-height: auto;
    }
}
.box-services .services .item:before
{
    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto;

    content: '';

    background: url(../images/service-icon.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-services .services .item:before
    {
        width: 100px;
        height: 100px;
    }
}
.box-services .services .item-customization:before
{
    background-position: -120px 0;
}
@media (max-width: 1199px)
{
    .box-services .services .item-customization:before
    {
        background-position: -100px 0;
    }
}
.box-services .services .item-ability:before
{
    background-position: -240px 0;
}
@media (max-width: 1199px)
{
    .box-services .services .item-ability:before
    {
        background-position: -200px 0;
    }
}
.box-services .services .item-ample:before
{
    background-position: -360px 0;
}
@media (max-width: 1199px)
{
    .box-services .services .item-ample:before
    {
        background-position: -300px 0;
    }
}
.box-services .services .item h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
@media (max-width: 1199px)
{
    .box-services .services .item h3
    {
        margin: 0;
    }
}
.box-services .services .item p
{
    line-height: 22px;

    margin: 10px 0 0 0;

    -webkit-transition: all .6s;
            transition: all .6s;

    color: #666;
}
@media (min-width: 1200px)
{
    .box-services .services .item p
    {
        overflow: hidden;

        max-height: 0;
    }
}
.box-services .services .item .number
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 180px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: -30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    color: rgba(218, 196, 181, .2);
}
@media (max-width: 1199px)
{
    .box-services .services .item .number
    {
        font-size: 100px;

        opacity: 1;
    }
}
@media (min-width: 1200px)
{
    .box-services .services .item:hover p
    {
        max-height: 500px;
    }
}
.box-services .services .item:hover .number
{
    opacity: 1;
}
.box-news
{
    /* padding-bottom: 0; */

    background-color: #f5f5f5;
}
.box-news .slick-news
{
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-news .slick-news
    {
        margin-top: 20px;
    }
}
.box-news .slick-news .slick-slide
{
    padding: 0 15px;
}
.box-news .item
{
    position: relative;

    border-radius: 10px;
}
.box-news .item .pic .img-box
{
    padding-bottom: 111.11111111%;
}
.box-news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .text
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px;

    color: #fff;
    background-color: rgba(177, 123, 84, .4);
}
@media (max-width: 991px)
{
    .box-news .item .text
    {
        padding: 10px;
    }
}
.box-news .item .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-news .item .text h3
    {
        font-size: 20px;
    }
}
.box-news .item .text p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 5px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .text .date
{
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;
}
.box-news .item .text .date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 5px;

    content: '\e682';
}
.box-news .item .text a.more
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 14px;
    padding: 0 15px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #b17b54;
    border-radius: 30px;
    background-color: #fff;
}
.box-news .item .text a.more:hover
{
    color: #fff;
    background-color: #b17b54;
}
.box-news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-share
{
	padding-top: 0;
    background-color: #f5f5f5;
}
.box-share ul
{
    font-size: 0;
}
@media (max-width: 767px)
{
    .box-share ul
    {
        margin-top: -20px;
    }
}
.box-share ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-share .sharebox .title-sharebox
{
    font-size: 24px;

    display: block;

    text-align: center;

    color: #666;
}
@media (max-width: 1199px)
{
    .box-share .sharebox .title-sharebox
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .box-share .sharebox .title-sharebox
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-share .sharebox .title-sharebox
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
.box-share .sharebox .title-sharebox:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 1;

    display: block;

    margin-bottom: 14px;

    content: '\e6d9';

    color: #3b5998;
}
@media (max-width: 1470px)
{
    .box-share .sharebox .title-sharebox:before
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .box-share .sharebox .title-sharebox:before
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-share .sharebox .title-sharebox:before
    {
        font-size: 30px;
    }
}
.box-share .sharebox .title-sharebox b
{
    display: inline-block;

    vertical-align: top;

    color: #333;
}
.box-share .sharebox .title-sharebox:hover
{
    color: #b17b54;
}
.box-share .sharebox .title-sharebox:hover b
{
    color: #b17b54;
}
.box-share .sharebox-twitter .title-sharebox:before
{
    content: '\e60b';

    color: #5dd7fc;
}
.box-share .sharebox-instagram .title-sharebox:before
{
    content: '\e6b6';

    color: #cf2f79;
}
.box-share .sharebox-youtube .title-sharebox:before
{
    height: 50px;
    margin-bottom: 24px;

    content: '';

    background: url(../images/youtube.png) no-repeat center;
    background-size: auto 100%;
}
@media (max-width: 991px)
{
    .box-share .sharebox-youtube .title-sharebox:before
    {
        height: 30px;
        margin-bottom: 14px;
    }
}
.box-share .sharebox .iframebox
{
    height: 470px;
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .box-share .sharebox .iframebox
    {
        height: 300px;
    }
}
@media (max-width: 767px)
{
    .box-share .sharebox .iframebox
    {
        height: 200px;
    }
}
.box-share .sharebox .iframebox iframe
{
    width: 100%;
    height: 100%;
}
.box-newsletter
{
    padding: 0;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .box-newsletter
    {
        padding: 30px 15px;
    }
}
.box-newsletter .newsletter-info
{
    font-size: 0;

    overflow: hidden;

    max-width: 1600px;
    margin: 0 auto;
    padding: 70px 10%;

    border-radius: 30px;
    background: url(../images/newsletter_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-newsletter .newsletter-info
    {
        padding: 30px 15px;

        border-radius: 10px;
    }
}
.box-newsletter .title-newsletter,
.box-newsletter .newsletter
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-newsletter .title-newsletter
{
    width: 40%;
}
@media (max-width: 767px)
{
    .box-newsletter .title-newsletter
    {
        width: 100%;
    }
}
.box-newsletter .title-newsletter h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .box-newsletter .title-newsletter h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-newsletter .title-newsletter h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .box-newsletter .title-newsletter h2
    {
        font-size: 24px;
    }
}
.box-newsletter .title-newsletter p
{
    font-size: 20px;
    line-height: 1.4;

    margin: 14px 0 0 0;
}
@media (max-width: 1470px)
{
    .box-newsletter .title-newsletter p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-newsletter .title-newsletter p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-newsletter .title-newsletter p
    {
        font-size: 14px;

        margin: 4px 0 0 0;
    }
}
.box-newsletter .newsletter
{
    width: 60%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .box-newsletter .newsletter
    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.box-newsletter .newsletter form
{
    position: relative;

    width: 100%;
    padding-right: 140px;

    border-radius: 5px;
    background-color: #efefef;
}
@media (max-width: 767px)
{
    .box-newsletter .newsletter form
    {
        padding-right: 100px;
    }
}
.box-newsletter .newsletter input
{
    font-size: 16px;
    line-height: 50px;

    width: 100%;
    padding: 0 20px;

    background: none;
}
@media (max-width: 767px)
{
    .box-newsletter .newsletter input
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 10px;
    }
}
.box-newsletter .newsletter input::-webkit-input-placeholder,
.box-newsletter .newsletter textarea::-webkit-input-placeholder
{
    color: #888;
}
.box-newsletter .newsletter input:-o-placeholder,
.box-newsletter .newsletter textarea:-o-placeholder
{
    color: #888;
}
.box-newsletter .newsletter input::-moz-placeholder,
.box-newsletter .newsletter textarea::-moz-placeholder
{
    color: #888;
}
.box-newsletter .newsletter input:-ms-input-placeholder,
.box-newsletter .newsletter textarea:-ms-input-placeholder
{
    color: #888;
}
.box-newsletter .newsletter input:focus::-webkit-input-placeholder,
.box-newsletter .newsletter textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-newsletter .newsletter input:focus::-o-placeholder,
.box-newsletter .newsletter textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-newsletter .newsletter input:focus::-moz-placeholder,
.box-newsletter .newsletter textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-newsletter .newsletter input:focus::-ms-input-placeholder,
.box-newsletter .newsletter textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-newsletter .newsletter .submit
{
    font-size: 20px;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    width: 140px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #b17b54;
}
@media (max-width: 767px)
{
    .box-newsletter .newsletter .submit
    {
        font-size: 18px;
        line-height: 40px;

        width: 100px;
        height: 40px;
    }
}
.box-newsletter .newsletter .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: inline-block;

    margin-right: 10px;

    content: '\e658';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-newsletter .newsletter .submit:before
    {
        font-size: 24px;
    }
}
.box-newsletter .newsletter .submit:hover
{
    background-color: #9a6036;
}
.footer
{
    position: relative;

    overflow: hidden;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    overflow: hidden;

    padding: 50px 0 30px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 20px 0;
    }
}
.footer .foot .foot-left
{
    display: inline-block;

    width: 50%;
	padding-right: 5%;
}
/* @media(max-width:1470px){
	.footer .foot .foot-left
	{
	    width: 400px;
	}
} */
@media (max-width: 1199px)
{
    .footer .foot .foot-left
    {
        display: block;
padding-right: 0;
        width: 100%;
    }
}
.footer .foot .foot-left img
{
    max-width: 100%;
    margin-bottom: 14px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-left img
    {
        display: block;

        margin: 0 auto;
    }
}
.footer .foot .foot-left p
{
    line-height: 2.28571429;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .footer .foot .foot-left p
    {
        line-height: 24px;

        margin: 10px 0 0 0;
    }
}
.footer .foot .foot-left .share
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left .share
    {
        margin-top: 10px;
    }
}
.footer .foot .foot-left .share ul
{
    font-size: 0;

    display: inline-block;
}
.footer .foot .foot-left .share ul li
{
    display: inline-block;
}
.footer .foot .foot-left .share ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;
    margin: 0 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #888;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-left .share ul li a
    {
        font-size: 14px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.footer .foot .foot-left .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .foot .foot-left .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .foot-left .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot .foot-left .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot .foot-left .share ul li.youtube a:before
{
    content: '\e618';
}
.footer .foot .foot-left .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot .foot-left .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot .foot-left .share ul li:hover a
{
    color: #fff;
    background-color: #b17b54;
}
.footer .foot .foot-right
{
    display: inline-block;
    float: right;

    width: 50%;
}
@media (max-width: 1199px)
{
    .footer .foot .foot-right
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .footer .foot .foot-right
    {
        width: 100%;
    }
}
.footer .foot .foot-right > ul
{
    font-size: 0;

    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot .foot-right > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul:after
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul
    {
        display: block;
        overflow: hidden;
    }
}
.footer .foot .foot-right > ul > li
{
    font-size: 14px;

    display: inline-block;

    max-width: 35.33333333%;
    /*max-width: 33.33333333%;*/

    text-align: left;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul > li
    {
        display: block;

        width: 100%;
        max-width: 100%;
    }
}
.footer .foot .foot-right > ul > li .item
{
    margin-top: 20px;

    text-align: left;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot .foot-right > ul > li .item .title-foot h3
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul > li .item .title-foot h3
    {
        font-size: 16px;

        text-decoration: none;
    }
    .footer .foot .foot-right > ul > li .item .title-foot h3:after
    {
        font-family: 'iconfont' !important;

        float: right;

        content: '\e629';
    }
}
.footer .foot .foot-right > ul > li .item-1 p
{
    line-height: 32px;

    margin: 0;

    color: #888;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul > li .item-1 p
    {
        line-height: 24px;
    }
}
.footer .foot .foot-right > ul > li .item-1 p a:hover
{
    text-decoration: underline;
}
.footer .foot .foot-right > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 32px;

    position: relative;

    display: block;

    padding-left: 14px;

    color: #888;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul > li .item-2 a
    {
        font-size: 14px;
        line-height: 24px;

        display: inline-block;

        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .foot-right > ul > li .item-2 a:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '>';
}
.footer .foot .foot-right > ul > li .item-2 a:hover
{
    color: #9a6036;
}
.footer .foot .foot-right > ul > li .info-down
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .footer .foot .foot-right > ul > li .info-down
    {
        display: none;
    }
}
.footer .foot .foot-right > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    line-height: 32px;

    text-align: center;

    color: #888;
    border-top: 1px solid #888;
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
    }
}
.footer .copyright a.sitemap
{
    display: inline-block;

    margin-right: 20px;

    vertical-align: middle;
}
.footer .copyright a:hover
{
    text-decoration: underline;

    color: #9a6036;
}
.fixed-message
{
    display: none;

    max-width: 90%;
}
.fixed-message .title-message h2
{
    font-family: 'Century Gothic', Arial;
    font-size: 30px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .fixed-message .title-message h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .fixed-message .title-message h2
    {
        font-size: 20px;
    }
}
.fixed-message .message
{
    font-family: 'Century Gothic', Arial;

    max-width: 790px;
    padding: 50px 70px;
}
@media (max-width: 991px)
{
    .fixed-message .message
    {
        margin-top: 30px;
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .fixed-message .message
    {
        margin-top: 20px;
        padding: 0;
    }
}
.fixed-message .message form
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .fixed-message .message form
    {
        margin-top: 10px;
    }
}
.fixed-message .message form p
{
    font-size: 18px;
    line-height: 24px;

    margin: 16px 0 0 0;
}
@media (max-width: 991px)
{
    .fixed-message .message form p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .fixed-message .message form p
    {
        font-size: 14px;

        margin-top: 6px;
    }
}
.fixed-message .message form input,
.fixed-message .message form textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #cfcfcf;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .fixed-message .message form input,
    .fixed-message .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin: 0;
        padding: 6px 10px;
    }
}
.fixed-message .message form input::-webkit-input-placeholder,
.fixed-message .message form textarea::-webkit-input-placeholder
{
    color: #333;
}
.fixed-message .message form input:-o-placeholder,
.fixed-message .message form textarea:-o-placeholder
{
    color: #333;
}
.fixed-message .message form input::-moz-placeholder,
.fixed-message .message form textarea::-moz-placeholder
{
    color: #333;
}
.fixed-message .message form input:-ms-input-placeholder,
.fixed-message .message form textarea:-ms-input-placeholder
{
    color: #333;
}
.fixed-message .message form input:focus::-webkit-input-placeholder,
.fixed-message .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.fixed-message .message form input:focus::-o-placeholder,
.fixed-message .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.fixed-message .message form input:focus::-moz-placeholder,
.fixed-message .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.fixed-message .message form input:focus::-ms-input-placeholder,
.fixed-message .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.fixed-message .message form .submit
{
    font-size: 17px;
    line-height: 46px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 46px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #b38845), color-stop(50%, #dbbc55), to(#b38845));
    background-image: -webkit-linear-gradient(left, #b38845 5%, #dbbc55 50%, #b38845);
    background-image:         linear-gradient(to right, #b38845 5%, #dbbc55 50%, #b38845);

    -webkit-text-stroke: .2px #fff;
}
@media (max-width: 991px)
{
    .fixed-message .message form .submit
    {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.fixed-message .message form .submit:hover
{
    background: #9a6036;
}
.fancybox-close-small
{
    line-height: 40px;

    top: 30px;
    right: 30px;

    text-align: center;

    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .fancybox-close-small
    {
        top: 10px;
        right: 10px;
    }
}
.fancybox-close-small:hover:after
{
    border: none;
    outline: none;
    background: none;
}
.fancybox-close-small:after
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    top: 0;
    right: 0;

    width: 40px;
    height: 40px;

    content: '\e6ac';

    color: #b17b54;
}
@media (max-width: 767px)
{
    .fancybox-close-small:after
    {
        font-size: 40px;
    }
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrapper-about
{
    background: url(../images/about_in_bg.jpg) no-repeat top center;
}
.wrap-about-nav
{
    border-bottom: 1px solid #d5d5d5;
}
.wrap-about-nav .about-nav > ul
{
    margin: 0 -24px;
}
.wrap-about-nav .about-nav > ul > li
{
    display: inline-block;

    padding: 0 24px;
}
.wrap-about-nav .about-nav > ul > li a
{
    line-height: 44px;

    position: relative;

    display: block;

    color: #888;
}
.wrap-about-nav .about-nav > ul > li a:after
{
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 50%;

    display: block;

    width: 0;
    height: 3px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #b17b54;
}
.wrap-about-nav .about-nav > ul > li.active a:after,
.wrap-about-nav .about-nav > ul > li:hover a:after
{
    width: 100%;
}
.wrap
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title-in h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
.wrap-product-sidenav
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.wrap-product-sidenav .title-sidenav
{
    text-align: center;
}
.wrap-product-sidenav .title-sidenav h2
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .title-sidenav h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-sidenav .title-sidenav h2
    {
        font-size: 30px;
    }
}
.wrap-product-sidenav .sidenav
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1
    {
        margin-top: 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li
{
    margin-bottom: 5px;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 10px 10px 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f1f1f1;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li > a
    {
        padding: 10px 10px 10px 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li > a:before
{
    position: absolute;
    top: 6px;
    left: 0;

    display: block;

    width: 44px;
    height: 36px;

    content: '';
    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: 0;
    background: url(../images/sidenav-icon.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li > a:before
    {
        display: none;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-product-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    font-size: 20px;

    color: #fff;
    background-color: #b17b54;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li.active > a,
    .wrap-product-sidenav .sidenav ul.slevel-1 > li:hover > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li.active > a,
    .wrap-product-sidenav .sidenav ul.slevel-1 > li:hover > a
    {
        font-size: 16px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li.active > a:before,
.wrap-product-sidenav .sidenav ul.slevel-1 > li:hover > a:before
{
    left: 14px;

    opacity: 1;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li.active > a:before,
    .wrap-product-sidenav .sidenav ul.slevel-1 > li:hover > a:before
    {
        left: 4px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2
{
    display: none;

    padding: 10px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 6px 10px 6px 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    /* color: #666; */
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a
    {
        padding-left: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a
    {
        font-size: 14px;

        padding: 0 8px;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a:before
{
    position: absolute;
    top: 50%;
    left: 40px;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -2px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a:before
    {
        left: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li > a:before
    {
        display: none;
    }
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li.active > a,
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-2 > li:hover > a
{
    color: #b17b54;
}

.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3>li>a{
	font-size: 14px;
	line-height: 24px;
	
	position: relative;
	
	display: block;
	
	padding: 2px 10px 2px 40px;
	-webkit-transition: all .2s;
	        transition: all .2s;
	
	color: #666;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3>li>a:before{
	content: '-';
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3 > li.active > a,
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3 > li:hover > a
{
	color: #b17b54;
}
@media (max-width: 1470px)
{
	.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3 > li > a
	{
		padding-left: 40px;
	}
}
@media (max-width: 991px)
{
	.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3 > li > a
	{
		font-size: 14px;

		padding: 0 8px;
	}
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4{
	
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4>li>a{
	font-size: 13px;
	line-height: 20px;
	position: relative;
	
	display: block;
	
	padding: 0px 10px 0px 50px;
	-webkit-transition: all .2s;
	        transition: all .2s;
	color: #999;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4>li>a:before{
	content: '';
	margin-right: 4px;
	width: 4px;
	height: 4px;
	background-color: #999;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4 > li.active > a,
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4 > li:hover > a
{
    color: #b17b54;
}
@media (max-width: 1470px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4 > li > a
    {
        padding-left: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4 > li > a
    {
        font-size: 14px;

        padding: 0 8px;
    }
	 .wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4 > li{
		 display: inline-block;
		 vertical-align: top;
	 }
}
.wrap-about .title-about
{
    position: relative;
}
.wrap-about .title-about:before
{
    position: absolute;
    top: -30px;
    left: 0;

    display: block;

    width: 90px;
    height: 90px;

    content: '';

    border: 1px dashed rgba(177, 123, 84, .6);
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .wrap-about .title-about:before
    {
        top: -20px;

        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .title-about:before
    {
        display: none;
    }
}
.wrap-about .title-about h3
{
    font-size: 30px;
    line-height: 1.2;

    position: relative;
    z-index: 2;

    margin: 0;
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .wrap-about .title-about h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .title-about h3
    {
        font-size: 20px;

        padding-left: 0;
    }
}
.wrap-about .title-about h3:before {
  /* font-family: 'iconfont' !important; */
  font-size: 24px;
  margin-right: 20px;
  content: "";
  color: #b17b54;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/logoa.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.wrap-about .title-about h2
{
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;

    margin: 30px 0 0 0;

    color: #b17b54;
}
@media (max-width: 1199px)
{
    .wrap-about .title-about h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .title-about h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .title-about h2
    {
        font-size: 24px;

        margin-top: 14px;
    }
}
.wrap-about .about
{
    margin-top: 20px;
}
.wrap-about .about p
{
    font-size: 16px;
    line-height: 2.1875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .about img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-about .about-pic
{
    margin-top: 20px;

    text-align: center;
}
.wrap-about .about-pic img
{
    max-width: 100%;
}
.wrap-about .certificate
{
    padding-top: 50px;
}
.wrap-about .certificate .title-certificate h2
{
    font-size: 35px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-about .certificate .title-certificate h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .certificate .title-certificate h2
    {
        font-size: 24px;
    }
}
.wrap-about .certificate .slick-certificate
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-about .certificate .slick-certificate
    {
        margin: 0 -8px;
    }
}
.wrap-about .certificate .slick-certificate .slick-slide
{
    padding: 20px 15px 0 15px;
}
@media (max-width: 767px)
{
    .wrap-about .certificate .slick-certificate .slick-slide
    {
        padding: 20px 8px 0 8px;
    }
}
.wrap-about .certificate .slick-certificate .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.wrap-about .certificate .slick-certificate .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-about .certificate .slick-certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .certificate .slick-certificate .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-about .certificate .slick-certificate .item p
    {
        font-size: 14px;
    }
}
.wrap-about .certificate .slick-certificate .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.wrap-about .certificate .slick-certificate .slick-arrow
{
    line-height: 44px;

    width: 44px;
    height: 44px;

    border-radius: 50%;
}
.wrap-factory .factory
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory
    {
        margin: 0;
    }
}
.wrap-factory .factory .item
{
    display: block;

    margin-top: 20px;
}
.wrap-factory .factory .item .img-box
{
    overflow: hidden;

    padding-bottom: 72.72727273%;

    border-radius: 6px;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 5px 0 0 0;
    padding: 0 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item p
    {
        font-size: 14px;
    }
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-videos .videos
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-videos .videos
    {
        margin-top: 0;
    }
}
.wrap-videos .videos .item
{
    margin-top: 20px;
}
.wrap-videos .videos .item .pic
{
    position: relative;

    overflow: hidden;

    border-radius: 4px;
    background-color: #b17b54;
}
.wrap-videos .videos .item .img-box
{
    padding-bottom: 71.11111111%;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: .8;
}
.wrap-videos .videos .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-videos .videos .item .play
{
    font-size: 50px;

    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 14px;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-videos .videos .item .play
    {
        font-size: 40px;

        bottom: 0;
        left: 10px;
    }
}
.wrap-videos .videos .item .play:before
{
    font-family: 'iconfont' !important;

    content: '\e644';
}
.wrap-videos .videos .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 6px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-videos .videos .item p
    {
        font-size: 16px;
    }
}
.wrap-videos .videos .item:hover .pic .img-box
{
    opacity: .9;
}
.wrap-videos .videos .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-download .download
    {
        margin-top: 0;
    }
}
.wrap-download .download .item
{
    font-size: 0;

    position: relative;

    margin-top: 30px;
}
.wrap-download .download .item:after
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';

    background-color: #b17b54;
}
.wrap-download .download .item .pic,
.wrap-download .download .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-download .download .item .pic
{
    width: 48%;
}
.wrap-download .download .item .pic .img-box
{
    overflow: hidden;

    padding-bottom: 109.09090909%;

    border-radius: 10px;
}
.wrap-download .download .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    width: 52%;
    padding-left: 30px;
}
@media (max-width: 1199px)
{
    .wrap-download .download .item .note
    {
        padding-left: 14px;
    }
}
.wrap-download .download .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 24px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-download .download .item .note h4
{
    font-size: 0;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-download .download .item .note h4
    {
        margin-top: 10px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note h4
    {
        margin: 0;
    }
}
.wrap-download .download .item .note h4 .date
{
    display: block;

    width: 100%;
}
.wrap-download .download .item .note h4 span
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    color: #888;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note h4 span
    {
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h4 span
    {
        font-size: 12px;
    }
}
.wrap-download .download .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;
        margin: 5px 0 0 0;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note p
    {
        line-height: 20px;

        height: 40px;
        margin: 6px 0;
    }
}
.wrap-download .download .item .note a.down
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 40px;
    padding: 0 16px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #444;
    border: 1px solid #888;
    border-radius: 30px;
}
@media (max-width: 1350px)
{
    .wrap-download .download .item .note a.down
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note a.down
    {
        padding: 0 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note a.down
    {
        font-size: 12px;
        line-height: 30px;

        padding: 0 10px;
    }
}
.wrap-download .download .item .note a.down:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '\ebb4';
}
.wrap-download .download .item:hover:after
{
    width: -webkit-calc(52% - 30px);
    width:         calc(52% - 30px);
}
.wrap-download .download .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-download .download .item:hover .note h3
{
    color: #b17b54;
}
.wrap-download .download .item:hover .note a.down
{
    color: #fff;
    border-color: #b17b54;
    background-color: #b17b54;
}
.wrap-news
{
    background-color: #f5f5f5;
}
.wrap-news .news
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: 0;
    }
}
.wrap-news .news .item
{
    position: relative;

    margin-top: 30px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        font-size: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic,
    .wrap-news .news .item .text
    {
        font-size: 14px;

        display: inline-block;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 50%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 111.11111111%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    position: relative;
    z-index: 2;

    width: 100%;
    padding: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 50%;
    }
}
.wrap-news .news .item .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .text p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 5px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .text .date
{
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text .date
    {
        display: block;

        margin-top: 6px;
    }
}
.wrap-news .news .item .text .date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 5px;

    content: '\e682';

    color: #b17b54;
}
.wrap-news .news .item .text a.more
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin-top: 14px;
    padding: 0 15px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #b17b54;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text a.more
    {
        float: none;

        margin-top: 6px;
    }
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        background: none;
    }
    .wrap-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover .text
    {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);

        background-color: rgba(177, 123, 84, .4);
    }
    .wrap-news .news .item:hover .text h3,
    .wrap-news .news .item:hover .text p
    {
        color: #fff;
    }
    .wrap-news .news .item:hover .text .date
    {
        color: #fff;
    }
    .wrap-news .news .item:hover .text .date:before
    {
        color: #fff;
    }
    .wrap-news .news .item:hover .text a.more
    {
        color: #b17b54;
        background-color: #fff;
    }
}
.wrap-news-show
{
    background-color: #f5f5f5;
}
.wrap-news-show .title-news-show
{
    padding-bottom: 20px;

    text-align: center;

    border-bottom: 1px solid #d5d5d4;
}
.wrap-news-show .title-news-show h1
{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show span.date
{
    line-height: 24px;

    display: inline-block;

    margin: 10px 0 0 0;

    vertical-align: middle;

    color: #666;
}
.wrap-news-show .title-news-show span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 5px;

    content: '\e682';

    color: #b17b54;
}
.wrap-news-show .news-show
{
    margin-top: 20px;
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.1875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-news-show .news-relate
{
    position: relative;

    margin-top: 30px;
    padding-top: 20px;
    padding-right: 100px;

    border-top: 1px solid #888;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate
    {
        padding-right: 0;
    }
}
.wrap-news-show .news-relate a.return
{
    font-size: 14px;
    line-height: 30px;

    position: absolute;
    top: 20px;
    right: 0;

    display: inline-block;

    padding: 0 16px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #b17b54;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate a.return
    {
        position: relative;
        top: 0;
        right: 0;

        margin-top: 10px;
    }
}
.wrap-news-show .news-relate a.return:hover
{
    text-decoration: underline;
}
.wrap-news-show .news-relate ul
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-relate ul
    {
        display: block;
    }
}
.wrap-news-show .news-relate ul li
{
    font-size: 14px;
    line-height: 24px;

    position: relative;

    overflow: hidden;

    height: 24px;
    padding-left: 16px;
}
.wrap-news-show .news-relate ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    opacity: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #b17b54;
}
.wrap-news-show .news-relate ul li a
{
    display: inline-block;
}
.wrap-news-show .news-relate ul li:hover
{
    color: #b17b54;
}
.wrap-news-show .news-relate ul li:hover:before
{
    opacity: 1;
}
.wrap-news-show .news-relate ul li:hover a
{
    text-decoration: underline;
}
.wrap-products .products-search
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-products .products-search
    {
        margin-top: 10px;
    }
}
.wrap-products .products-search form
{
    position: relative;

    display: inline-block;

    width: 240px;
    padding: 0 36px 0 10px;

    text-align: left;

    border: 1px solid #bbb;
    border-radius: 4px;
}
.wrap-products .products-search form input
{
    line-height: 34px;
}
.wrap-products .products-search form .submit
{
    line-height: 34px;

    position: absolute;
    top: 0;
    right: 0;

    width: 30px;
    padding: 0;

    color: #666;
    background: none;
}
.wrap-products .products-search form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e678';
}
.wrap-products .products .item-box
{
    overflow: hidden;

    margin-top: 30px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-products .products .item-box
    {
        margin-top: 20px;
    }
}
.wrap-products .products .item-box .item
{
    display: block;

    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-products .products .item-box .item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-products .products .item-box .item
    {
        padding: 5px;
    }
}
.wrap-products .products .item-box .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding-bottom: 100%;

    border-radius: 50%;
}
.wrap-products .products .item-box .item .img-box
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.wrap-products .products .item-box .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-products .products .item-box .item iframe
{
    position: absolute;
    left: 50%;

    display: none;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wrap-products .products .item-box .name
{
    position: relative;

    padding: 10px 70px 10px 10px;
}
@media (max-width: 767px)
{
    .wrap-products .products .item-box .name
    {
        padding: 10px 20px 10px 0;
    }
}
.wrap-products .products .item-box .name h3
{
    font-size: 20px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-products .products .item-box .name h3 a{
	display: block;
}
@media (max-width: 1470px)
{
    .wrap-products .products .item-box .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-products .products .item-box .name h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-products .products .item-box .name h3
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.wrap-products .products .item-box .name .addcart
{
    line-height: 50px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-products .products .item-box .name .addcart
    {
        line-height: 30px;

        right: 0;

        width: 30px;
        height: 30px;
    }
}
.wrap-products .products .item-box .name .addcart:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e61f';
}
@media (min-width: 1200px)
{
    .wrap-products .products .item-box:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .wrap-products .products .item-box:hover .item
    {
        background-color: #f8f8f8;
    }
    .wrap-products .products .item-box:hover .item .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-products .products .item-box:hover .name
    {
        color: #fff;
        background-color: #b17b54;
    }
    .wrap-products .products .item-box:hover .name .addcart
    {
        color: #b17b54;
    }
    .wrap-products .products .item-box:hover .name h3
    {
        font-weight: bold;
    }
}
.wrap-product-show .carousel-wrap
{
    margin-top: 70px;
}
@media(max-width:991px){
	.wrap-product-show .carousel-wrap{
		margin-top: 30px;
	}
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .item
{
    position: relative;

    border: 1px solid #b8a89c;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .iframe,
.wrap-product-show .carousel-wrap .carousel .slider-for video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .slider-nav
{
    margin-top: 30px;
    padding: 0 34px;
}
.wrap-product-show .slider-nav .slick-slide
{
    padding: 0 6px;

    outline: none;
}
.wrap-product-show .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .slider-nav .item-video:after
    {
        font-size: 40px;
    }
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #b17b54;
}
.wrap-product-show .slider-nav .slick-arrow
{
    line-height: 30px;

    left: 0;

    width: 30px;
    height: 30px;

    border-radius: 50%;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .slider-nav .slick-arrow:hover
{
    background-color: #b17b54;
}
.wrap-product-show .info-box
{
    position: relative;
}
.wrap-product-show .info-box .title-info
{
    margin-top: 20px;
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;

    display: block;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .title-info h2
{
    font-size: 20px;
    line-height: 1.2;

    margin: 10px 0 0 0;

    color: #888;
}
.wrap-product-show .info-box .text
{
    min-height: 290px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text
    {
        min-height: auto;
    }
}
.wrap-product-show .info-box .text h4
{
    font-weight: bold;
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .info-box .share
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;
    font-weight: bold;

    color: #666;
}
.wrap-product-show .info-box .link
{
    margin-top: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .link
    {
        margin: 0;
    }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .addcart
{
    display: inline-block;

    margin-top: 20px;

    vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .addcart a
{
    font-size: 18px;
    line-height: 45px;

    display: block;

    min-width: 180px;
    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    text-transform: capitalize;

    color: #fff;
    border-radius: 30px;
    background-color: #b17b54;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        font-size: 16px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .link .btn-inquiry a,
    .wrap-product-show .info-box .link .addcart a
    {
        min-width: 160px;
        padding: 0 20px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:before,
.wrap-product-show .info-box .link .addcart a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e646';
    vertical-align: middle;
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .addcart a:hover
{
    color: #fff;
    background-color: #b17b54;
}
.wrap-product-show .info-box .link .addcart a:before
{
    content: '\e61f';
}
.wrap-product-show .info-box .link .btn-inquiry
{
    margin-right: 20px;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 10px;
    }
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .link .btn-inquiry
    {
        margin-right: 0;
    }
}
.wrap-product-show .title-product-show h2
{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
        line-height: 30px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 16px;
    line-height: 24px;

    margin: 8px 0 0 0;

    color: #666;
}
.wrap-product-show .product-video,
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-video,
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 30px;
    }
}
.wrap-product-show .product-video .info
{
    margin-top: 30px;
}
.wrap-product-show .product-video .info .video
{
    overflow: hidden;

    width: 100%;
    max-width: 720px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-video .info .video
    {
        width: 100%;
    }
}
.wrap-product-show .product-video .info .video iframe
{
    width: 100%;
	height: 400px;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2.1875;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
.wrap-product-show .relate-product .item-box
{
    overflow: hidden;

    margin-top: 30px;

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .item-box .item
{
    display: block;

    padding: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item-box .item
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .item
    {
        padding: 5px;
    }
}
.wrap-product-show .relate-product .item-box .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding-bottom: 100%;

    border-radius: 50%;
}
.wrap-product-show .relate-product .item-box .item .img-box
{
    position: absolute;

    width: 100%;
    height: 100%;
}
.wrap-product-show .relate-product .item-box .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product-show .relate-product .item-box .item video
{
    position: absolute;
    left: 50%;

    display: none;

    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.wrap-product-show .relate-product .item-box .name
{
    position: relative;

    padding: 10px 70px 10px 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .name
    {
        padding: 10px 20px 10px 0;
    }
}
.wrap-product-show .relate-product .item-box .name h3
{
    font-size: 20px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-product-show .relate-product .item-box .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item-box .name h3
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .name h3
    {
        font-size: 14px;
        line-height: 30px;

        height: 30px;
    }
}
.wrap-product-show .relate-product .item-box .name .addcart
{
    line-height: 50px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 50px;
    height: 50px;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item-box .name .addcart
    {
        line-height: 30px;

        right: 0;

        width: 30px;
        height: 30px;
    }
}
.wrap-product-show .relate-product .item-box .name .addcart:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e61f';
}
@media (min-width: 1200px)
{
    .wrap-product-show .relate-product .item-box:hover
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .wrap-product-show .relate-product .item-box:hover .item
    {
        background-color: #f8f8f8;
    }
    .wrap-product-show .relate-product .item-box:hover .item .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product-show .relate-product .item-box:hover .name
    {
        color: #fff;
        background-color: #b17b54;
    }
    .wrap-product-show .relate-product .item-box:hover .name .addcart
    {
        color: #b17b54;
    }
    .wrap-product-show .relate-product .item-box:hover .name h3
    {
        font-weight: bold;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    width: 50px;
    height: 50px;

    border-radius: 50%;
    background-color: #bebcbc;
}
.wrap-inquiry .inquiry,
.wrap-product-show .inquiry,
.wrap-inquiry .inquiry-message,
.wrap-product-show .inquiry-message
{
    padding-top: 50px;
}
.wrap-inquiry .inquiry .row,
.wrap-product-show .inquiry .row,
.wrap-inquiry .inquiry-message .row,
.wrap-product-show .inquiry-message .row
{
    margin: 0 -3px;
}
.wrap-inquiry .inquiry .row .itembox,
.wrap-product-show .inquiry .row .itembox,
.wrap-inquiry .inquiry-message .row .itembox,
.wrap-product-show .inquiry-message .row .itembox
{
    padding: 0 3px;
}
.wrap-inquiry .inquiry form,
.wrap-product-show .inquiry form,
.wrap-inquiry .inquiry-message form,
.wrap-product-show .inquiry-message form
{
    margin-top: 10px;
}
.wrap-inquiry .inquiry input,
.wrap-product-show .inquiry input,
.wrap-inquiry .inquiry-message input,
.wrap-product-show .inquiry-message input,
.wrap-inquiry .inquiry textarea,
.wrap-product-show .inquiry textarea,
.wrap-inquiry .inquiry-message textarea,
.wrap-product-show .inquiry-message textarea
{
    line-height: 30px;

    width: 100%;
    margin-top: 6px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f7f7f7;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry input,
    .wrap-product-show .inquiry input,
    .wrap-inquiry .inquiry-message input,
    .wrap-product-show .inquiry-message input,
    .wrap-inquiry .inquiry textarea,
    .wrap-product-show .inquiry textarea,
    .wrap-inquiry .inquiry-message textarea,
    .wrap-product-show .inquiry-message textarea
    {
        padding: 10px;
    }
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message input::-webkit-input-placeholder,
.wrap-product-show .inquiry-message input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry-message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry-message input:-o-placeholder,
.wrap-product-show .inquiry-message input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder,
.wrap-inquiry .inquiry-message textarea:-o-placeholder,
.wrap-product-show .inquiry-message textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry-message input::-moz-placeholder,
.wrap-product-show .inquiry-message input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder,
.wrap-inquiry .inquiry-message textarea::-moz-placeholder,
.wrap-product-show .inquiry-message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry-message input:-ms-input-placeholder,
.wrap-product-show .inquiry-message input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry-message textarea:-ms-input-placeholder,
.wrap-product-show .inquiry-message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry-message input:focus::-o-placeholder,
.wrap-product-show .inquiry-message input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-o-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message input:focus::-moz-placeholder,
.wrap-product-show .inquiry-message input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .submit,
.wrap-product-show .inquiry .submit,
.wrap-inquiry .inquiry-message .submit,
.wrap-product-show .inquiry-message .submit
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #b17b54;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .submit,
    .wrap-product-show .inquiry .submit,
    .wrap-inquiry .inquiry-message .submit,
    .wrap-product-show .inquiry-message .submit
    {
        font-size: 20px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 40px;
    }
}
.wrap-inquiry .inquiry .submit:before,
.wrap-product-show .inquiry .submit:before,
.wrap-inquiry .inquiry-message .submit:before,
.wrap-product-show .inquiry-message .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 8px;

    content: '\e62c';
}
.wrap-inquiry .inquiry .submit:hover,
.wrap-product-show .inquiry .submit:hover,
.wrap-inquiry .inquiry-message .submit:hover,
.wrap-product-show .inquiry-message .submit:hover
{
    background: #9a6036;
}
.wrap-inquiry .inquiry .read input,
.wrap-product-show .inquiry .read input,
.wrap-inquiry .inquiry-message .read input,
.wrap-product-show .inquiry-message .read input
{
    color: #666;
    background-color: #f7f7f7;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry-message .read input:-o-placeholder,
.wrap-product-show .inquiry-message .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder,
.wrap-inquiry .inquiry-message .read textarea:-o-placeholder,
.wrap-product-show .inquiry-message .read textarea:-o-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry-message .read input::-moz-placeholder,
.wrap-product-show .inquiry-message .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder,
.wrap-inquiry .inquiry-message .read textarea::-moz-placeholder,
.wrap-product-show .inquiry-message .read textarea::-moz-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read input:-ms-input-placeholder,
.wrap-product-show .inquiry-message .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:-ms-input-placeholder,
.wrap-product-show .inquiry-message .read textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-o-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-o-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-moz-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry-message .read textarea:focus::-ms-input-placeholder,
.wrap-product-show .inquiry-message .read textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .contact
{
    margin-top: 40px;
    padding: 40px 0;

    background: url(../images/contact_bg.jpg) no-repeat top center;
}
@media (max-width: 991px)
{
    .wrap-contact .contact
    {
        margin: 20px 0 0 0;
        padding: 0;

        background: none;
    }
}
.wrap-contact .contact .note .item
{
    position: relative;

    margin-top: 15px;
    padding-left: 18px;
}
.wrap-contact .contact .note .item:before
{
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #b17b54;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .note .item:before
    {
        top: 12px;
    }
}
.wrap-contact .contact .note .item b
{
    font-size: 18px;
    line-height: 1.94444444;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .note .item b
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .note .item p
{
    font-size: 18px;
    line-height: 1.94444444;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .note .item p
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-contact .contact .note .item p a:hover
{
    text-decoration: underline;

    color: #b17b54;
}
.wrap-contact .title-contact h3
{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 20px;
    }
}
.wrap-contact .title-contact p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact p
    {
        font-size: 14px;
    }
}
.wrap-contact .message
{
    padding-left: 24px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-contact .message .row
{
    margin: 0 -3px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 3px;
}
.wrap-contact .message form
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-contact .message form
    {
        margin-top: 10px;
    }
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 28px;

    width: 100%;
    margin-top: 6px;
    padding: 6px 10px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        padding: 6px 10px;

        border: 1px solid #dcdcdc;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #888;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #888;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #888;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #888;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit
{
    font-size: 25px;
    line-height: 50px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 60px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border: none;
    border-radius: 30px;
    outline: none;
    background-color: #b17b54;
}
@media (max-width: 991px)
{
    .wrap-contact .message form .submit
    {
        font-size: 20px;
        line-height: 40px;

        margin-top: 20px;
        padding: 0 40px;
    }
}
.wrap-contact .message form .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 8px;

    content: '\e62c';
}
.wrap-contact .message form .submit:hover
{
    background: #9a6036;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .title-inquiry p
{
    font-weight: 500;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-inquiry .inquiry-info
{
    font-size: 0;

    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry .inquiry-info .title-inquiry-info
{
    text-transform: capitalize;

    color: #fff;
    background-color: #b17b54;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiry .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-inquiry .inquiry-info .inquiry-list
{
    border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiry .inquiry-info .checkbox,
.wrap-inquiry .inquiry-info .pimg,
.wrap-inquiry .inquiry-info .pname,
.wrap-inquiry .inquiry-info .number,
.wrap-inquiry .inquiry-info .Operation
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 3%;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .checkbox,
    .wrap-inquiry .inquiry-info .pimg,
    .wrap-inquiry .inquiry-info .pname,
    .wrap-inquiry .inquiry-info .number,
    .wrap-inquiry .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiry .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .Operation
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiry .inquiry-info .pimg
{
    width: 18%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiry .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiry .inquiry-info .pname
{
    width: 38%;
}
.wrap-inquiry .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiry .inquiry-info .all,
.wrap-inquiry .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

    vertical-align: middle;
}
.wrap-inquiry .inquiry-info .check-all
{
    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
}
.wrap-inquiry .inquiry-info .Each,
.wrap-inquiry .inquiry-info .all
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-top: -2px;
    margin-right: 10px;

    text-align: center;
    vertical-align: middle;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry .inquiry-info .Each:checked::after,
.wrap-inquiry .inquiry-info .all:checked::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #b17b54;
}
.wrap-inquiry .inquiry-info .change .Each::after
{
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -12px;
    left: 0;

    content: '\e656';

    color: #b17b54;
}
.wrap-inquiry .inquiry-info input
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 60px;
    height: 34px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry-info input
    {
        width: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info input
    {
        font-size: 14px;
        line-height: 25px;

        width: 25px;
        height: 25px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry .inquiry-info .del1,
.wrap-inquiry .inquiry-info .add1
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info .del1,
    .wrap-inquiry .inquiry-info .add1
    {
        line-height: 25px;

        position: relative;
        z-index: 8;

        width: 25px;
        height: 25px;
        margin: 0 auto;

        border-radius: 2px;
    }
}
.wrap-inquiry .inquiry-info .del1:hover,
.wrap-inquiry .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #b17b54;
    background-color: #b17b54;
}
.wrap-inquiry .inquiry-info .pic
{
    border: 1px solid #dcdcdc;
}
.wrap-inquiry .inquiry-info p
{
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry-info p
    {
        font-size: 13px;

        margin-bottom: 4px;
    }
}
.wrap-inquiry .close
{
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiry .close::after
    {
        font-size: 16px;
    }
}
.wrap-inquiry .close:hover::after
{
    color: #b17b54;
}
@media (min-width: 1470px)
{
    .wrap-sitemap .title-in h2
    {
        font-size: 45px;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap
    {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap > ul > li
{
    font-size: 0;

    position: relative;

    width: 100%;
    margin-top: 30px;
}
.wrap-sitemap .sitemap > ul > li > a
{
    font-size: 20px;
    line-height: 30px;

    display: inline-block;

    width: 210px;
    padding: 15px 10px;

    vertical-align: middle;
    text-transform: uppercase;

    color: #fff;
    background-color: #b17b54;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        width: 140px;
        padding: 4px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    background-color: #9a6036;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    position: relative;

    display: inline-block;

    width: -webkit-calc(100% - 210px);
    width:         calc(100% - 210px);

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        width: -webkit-calc(100% - 140px);
        width:         calc(100% - 140px);
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li > a
    {
        font-size: 14px;
        line-height: 30px;

        min-width: auto;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #b17b54;
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul
{
    display: block;

    width: 100%;
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li
{
    display: block;

    margin-top: 10px;
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > a
{
    font-size: 14px;
    line-height: 34px;

    display: inline-block;

    width: 210px;
    padding: 0 34px;

    color: #888;
    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > a
    {
        width: 140px;
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li:hover > a
{
    text-decoration: none;

    color: #fff;
    background-color: #b17b54;
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul
{
    display: inline-block;

    width: -webkit-calc(100% - 210px);
    width:         calc(100% - 210px);
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul
    {
        width: -webkit-calc(100% - 140px);
        width:         calc(100% - 140px);
    }
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul
    {
        display: block;

        width: 100%;
        padding: 0;
    }
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul > li > a
{
    font-size: 14px;
    line-height: 34px;

    display: block;

    padding: 0 15px;

    color: #888;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul > li > a
    {
        padding: 0 5px;
    }
}
.wrap-sitemap .sitemap > ul > li:nth-child(7) > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #b17b54;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
}
@media (max-width: 767px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    line-height: 40px;

    width: 40px;
    height: 40px;

    color: #fff;
    border-radius: 50%;
    background-color: #bebcbc;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\eb60';
}
.pagination li.prev a:after,
.pagination li.next a:after
{
    display: none;
}
.pagination li.prev a:hover,
.pagination li.next a:hover
{
    color: #fff;
    background-color: #b17b54;
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    font-size: 16px;
    line-height: 34px;

    position: relative;

    width: 30px;
    height: 34px;
    margin: 0 10px;
    padding: 0;

    text-align: center;

    color: #666;
    border: none;
    background: none;
}
.pagination li a:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 6px;
    height: 6px;
    margin-left: -3px;

    content: '';

    opacity: 0;
    border-radius: 50%;
    background-color: #b17b54;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        margin: 0 4px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #b17b54;
    border: none;
    background: none;
}
.pagination > .active > a:after,
.pagination > .active > a:focus:after,
.pagination > .active > a:hover:after,
.pagination > .active > span:after,
.pagination > .active > span:focus:after,
.pagination > .active > span:hover:after
{
    opacity: 1;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #b17b54;
    border: none;
    background: none;
}
.pagination > li > a:focus:after,
.pagination > li > a:hover:after,
.pagination > li > span:focus:after,
.pagination > li > span:hover:after
{
    opacity: 1;
}
@media (max-width: 991px)
{
    .lg
    {
        display: none;
    }
}
.xs
{
    display: none;
}
@media (max-width: 991px)
{
    .xs
    {
        display: block;
    }
}

.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-3{
	display: none;
}
.wrap-product-sidenav .sidenav ul.slevel-1 > li ul.slevel-4{
	display: none;
}