/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@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;
}
@font-face {
    font-family: 'Cash Currency';
    font-weight: normal;
    font-style: normal;

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

    src: url('../fonts/BodoniStd.eot');
    src: local('BodoniStd-Regular'), local('BodoniStd'), url('../fonts/BodoniStd.eot?#iefix') format('embedded-opentype'), url('../fonts/BodoniStd.woff2') format('woff2'), url('../fonts/BodoniStd.woff') format('woff'), url('../fonts/BodoniStd.ttf') format('truetype'), url('../fonts/BodoniStd.svg#BodoniStd') format('svg');
    font-display: swap;
}

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

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

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

body {
    font-family: 'Roboto', 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 #643f18;
    border-radius: 50%;
    background-color: #643f18;
}
.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: 50px;
    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;
    color: #666;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: rgba(255, 255, 255, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 1199px) {
    .slick-arrow {
        line-height: 30px;

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

    display: inline-block;

    content: '\eb60';

    color: #999;
}
.slick-arrow.slick-next {
    right: -5%;
    left: auto;
}
.slick-arrow.slick-next:before {
    content: '\e625';
}
.slick-arrow:hover {
    background-color: rgba(209, 170, 87, .75);
}
.slick-arrow:hover:before {
    color: #fff;
}
.header {
    font-size: 0;

    position: sticky;
    z-index: 10;
    z-index: 9;
    top: -105px;

    width: 100%;
    height: 170px;

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

    background-color: rgba(255, 255, 255, .53);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
        top: 0;
    }
}
.header .header-top {
    height: 105px;

    text-align: right;
}
.header .header-top .container {
    position: relative;
}
.header .logo {
    position: absolute;
    top: 5px;
    left: 50%;

    display: inline-block;

    height: 100px;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    vertical-align: top;
}
@media (max-width: 1199px) {
    .header .logo {
        top: 10px;

        height: 50px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        top: 5px;
    }
}
.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 {
    line-height: 105px;

    position: relative;

    display: inline-block;

    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px) {
    .header .cart {
        line-height: 70px;

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

    float: left;

    margin-right: 4px;

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

        margin: 0;
    }
}
.header .cart a:hover {
    color: #643f18;
}
.header .cart a:hover:before {
    color: #643f18;
}
.header .cart a span {
    font-size: 14px;
}
.header .cart a span:before {
    content: '(';
}
.header .cart a span:after {
    content: ')';
}
.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: 14px;
    }
    .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;
        float: left;

        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #643f18;
    }
}
@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 {
        margin: 0 -25px;
    }
    .header .nav .nav-list1>li {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1>li>a {
        font-size: 17px;
        line-height: 105px;

        position: relative;

        display: inline-block;

        padding: 0 15px;

        -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: #643f18;
    }
    .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: #643f18;
    }
    .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: #643f18;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1 {
        margin: 0 -24px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px) {
    .header .nav .nav-list1 {
        margin: 0 -16px;
    }
}
@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;
    }
    .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: 16px;
        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;
    line-height: 105px;

    display: inline-block;

    width: 30px;
    margin-left: 30px;

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

        display: inline-block;

        margin-left: 0;
    }
}
.header .find:before {
    font-family: 'iconfont';
    font-size: 28px;

    display: inline-block;
    float: left;

    margin-right: 8px;

    content: '\e65a';
    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: #643f18;
}
.header .search-wrap {
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 80%;
    right: 0;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .header .search-wrap {
        top: 100%;
    }
}
.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: #d1aa57;
}
.header .search-wrap .submit:before {
    font-family: 'iconfont' !important;

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

    text-align: center;
}
.header .header-nav .title-nav {
    display: none;
}
@media (max-width: 1199px) {
    .header .header-nav {
        position: absolute;
        top: 15px;
        left: 0;

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

        display: inline-block;

        padding: 0 20px;

        color: #fff;
        border-radius: 10px;
        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);
    }
}
@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;
}
@media (max-width: 1199px) {
    .header .header-nav ul.navdown-1 {
        position: absolute;
        left: 0;

        display: none;

        width: 160px;
        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 {
    display: inline-block;
}
@media (max-width: 1199px) {
    .header .header-nav ul.navdown-1>li {
        display: block;
    }
}
.header .header-nav ul.navdown-1>li>a {
    line-height: 65px;

    display: block;

    padding: 0 28px;

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

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .header .header-nav ul.navdown-1>li>a {
        padding: 0 20px;
    }
}
@media (max-width: 1350px) {
    .header .header-nav ul.navdown-1>li>a {
        font-size: 17px;

        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;

        -webkit-text-stroke: .2px #222;
    }
}
.header .header-nav ul.navdown-1>li.active>a,
.header .header-nav ul.navdown-1>li:hover>a {
    color: #643f18;

    -webkit-text-stroke: .5px #643f18;
}
.header .header-nav ul.navdown-1 .navdown-2 {
    font-size: 0;

    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    padding: 30px 0 14px;

    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}
.header .header-nav ul.navdown-1 .navdown-2>li {
    font-size: 14px;

    display: inline-block;

    width: 25%;
    padding: 0 20px;

    text-align: center;
    vertical-align: top;
}
.header .header-nav ul.navdown-1 .navdown-2>li a {
    display: block;
}
.header .header-nav ul.navdown-1 .navdown-2>li a:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header .header-nav ul.navdown-1 .navdown-2>li a:hover p {
    color: #d1aa57;
}
.header .header-nav ul.navdown-1 .navdown-2>li .img-box {
    padding-bottom: 65.51724138%;

    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
}
.header .header-nav ul.navdown-1 .navdown-2>li .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.header .header-nav ul.navdown-1 .navdown-2>li p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.stuck {
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .btn {
    line-height: 36px;

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

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

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

    color: #fff;
    border: 1px solid #643f18;
    border-radius: 0;
    outline: none;
    background-color: #643f18;
}
@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%;
    right: 0;

    width: 72px;

    -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-wrap .online {
        right: -72px;
    }
}
@media (max-width: 767px) {
    .online-wrap .online {
        right: -50px;

        width: 50px;
    }
}
.online-wrap .online .item {
    font-size: 0;

    width: 230px;
    margin: 6px 0;

    -webkit-transition: all .6s;
    transition: all .6s;
}
.online-wrap .online .item .pic,
.online-wrap .online .item .note {
    font-size: 14px;

    display: inline-block;

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

    width: 70px;

    border: 3px solid #d1aa57;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .online-wrap .online .item .pic {
        width: 50px;
    }
}
.online-wrap .online .item .note {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding: 12px 10px 0 6px;
}
@media (max-width: 767px) {
    .online-wrap .online .item .note {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        padding: 8px 0 0 6px;
    }
}
.online-wrap .online .item .note b {
    font-size: 18px;
    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-wrap .online .item .note b {
        font-size: 14px;
        line-height: 14px;

        height: 14px;
    }
}
.online-wrap .online .item .note a {
    font-size: 13px;
    line-height: 2;

    position: relative;

    display: inline-block;

    margin-right: 6px;

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

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

    display: none;

    width: 100px;
    padding: 0 10px;

    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(100, 63, 24, .1);
}
.online-wrap .online .item .note a:hover span {
    display: block;
}
.online-wrap .online .item:hover {
    -webkit-transform: translateX(-124px);
    -ms-transform: translateX(-124px);
    transform: translateX(-124px);

    border-radius: 50px;
    background-color: #d1aa57;
}
.online-wrap .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-wrap .online .close-online {
        display: block;
    }
}
@media (max-width: 767px) {
    .online-wrap .online .close-online {
        width: 54px;
    }
}
.online-wrap .online .close-online:before {
    font-family: 'iconfont' !important;

    content: '\e61b';
}
@media (max-width: 991px) {
    .online-wrap .online.active {
        right: 0;
    }
}
.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: #643f18;
    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 #543514;
    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-arrow {
    -webkit-transition: all .5s;
    transition: all .5s;

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

        opacity: 1;
    }
}
.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:before {
    display: block;

    width: 80px;
    height: 17px;
    margin: 0 auto;

    content: '';

    background: url(../images/title-icon.png) no-repeat center;
}
.title h2 {
    font-size: 60px;
    line-height: 1.2;

    margin: 10px 0 0 0;
    font-family: 'Merriweather Sans', Arial;
    text-transform: capitalize;
}
@media (max-width: 1470px) {
    .title h2 {
        font-size: 50px;
    }
}
@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 .more a {
    font-size: 17px;
    line-height: 48px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    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);
}
@media (max-width: 767px) {
    .box .more a {
        font-size: 15px;
        line-height: 40px;

        padding: 0 20px;
    }
}
.box .more a:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e61d';
}
.box .more a:hover {
    background: #d1aa57;
}
.box-product .product {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .box-product .product {
        margin-top: 30px;
    }
}
.box-product .product ul li:nth-child(2n) .item .pic {
    left: 50%;
}
@media (max-width: 767px) {
    .box-product .product ul li:nth-child(2n) .item .pic {
        left: 0;
    }
}
.box-product .product ul li:nth-child(2n) .item .text {
    right: 50%;

    padding: 30px 15px 30px 14%;
}
@media (max-width: 1470px) {
    .box-product .product ul li:nth-child(2n) .item .text {
        padding-left: 6%;
    }
}
@media (max-width: 1199px) {
    .box-product .product ul li:nth-child(2n) .item .text {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .box-product .product ul li:nth-child(2n) .item .text {
        right: 0;

        padding: 20px 30px;
    }
}
.box-product .product .item {
    font-size: 0;

    margin: 0 -15px;
}
.box-product .product .item .pic,
.box-product .product .item .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 15px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .box-product .product .item .pic,
    .box-product .product .item .text {
        display: block;

        width: 100%;
    }
}
.box-product .product .item .pic img {
    width: 100%;
}
.box-product .product .item .text {
    padding: 30px 14% 30px 15px;
}
@media (max-width: 1470px) {
    .box-product .product .item .text {
        padding-right: 6%;
    }
}
@media (max-width: 1199px) {
    .box-product .product .item .text {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .text {
        left: 0;

        padding: 20px 30px;
    }
}
.box-product .product .item .text .title-product h3 {
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

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

    -webkit-text-stroke: 1px #222;
}
@media (max-width: 1470px) {
    .box-product .product .item .text .title-product h3 {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .box-product .product .item .text .title-product h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .text .title-product h3 {
        font-size: 18px;
    }
}
.box-product .product .item .text .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .box-product .product .item .text .note {
        margin-top: 20px;
    }
}
.box-product .product .item .text .note p {
    font-size: 19px;
    line-height: 26px;

    position: relative;

    margin: 14px 0 0 0;
    padding-left: 30px;

    color: #444;
}
@media (max-width: 1470px) {
    .box-product .product .item .text .note p {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .text .note p {
        font-size: 15px;

        margin-top: 8px;
    }
}
.box-product .product .item .text .note p:before {
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 18px;
    height: 19px;

    content: '';

    background: url(../images/dot.png) no-repeat;
}
.box-product .product .item .text .more {
    display: inline-block;

    margin-top: 70px;
}
@media (max-width: 1199px) {
    .box-product .product .item .text .more {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .text .more {
        margin-top: 20px;
    }
}
.box-product .product .item .text .number {
    display: inline-block;
    float: right;

    margin-top: 40px;
}
@media (max-width: 1199px) {
    .box-product .product .item .text .number {
        margin-top: 10px;
    }
}
.box-product .product .item .text .number span {
    font-family: 'Cash Currency', Arial;
    font-size: 72px;

    display: block;

    color: #e8e8e8;
}
@media (max-width: 1470px) {
    .box-product .product .item .text .number span {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .box-product .product .item .text .number span {
        font-size: 40px;
    }
}
.box-product .product .item:hover .text .title-product h3 {
    color: #d1aa57;

    -webkit-text-stroke: 1px #d1aa57;
}
.box-factory,
.wrap-about {
    position: relative;

    background-color: #f5f5f5;
}
.box-factory:before,
.wrap-about:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 32%;

    content: '';

    background-color: #fff;
}
.box-factory .factory-pic,
.wrap-about .factory-pic {
    position: relative;
    z-index: 2;
}
.box-factory .factory-pic:before,
.wrap-about .factory-pic:before {
    position: absolute;
    top: 10%;
    left: -36px;

    display: block;

    width: 72px;
    height: 744px;

    content: '';

    background: url(../images/factory-mask.png) no-repeat;
}
@media (max-width: 767px) {
    .box-factory .factory-pic:before,
    .wrap-about .factory-pic:before {
        display: none;
    }
}
.box-factory .factory-pic img,
.wrap-about .factory-pic img {
    position: relative;
    z-index: 2;
}
@media (max-width: 767px) {
    .box-factory .factory-pic img,
    .wrap-about .factory-pic img {
        width: 100%;
    }
}
.box-factory .factory,
.wrap-about .factory {
    position: relative;
    z-index: 2;

    padding-right: 210px;
}
@media (max-width: 767px) {
    .box-factory .factory,
    .wrap-about .factory {
        padding-right: 0;
    }
}
.box-factory .factory .more,
.wrap-about .factory .more {
    position: absolute;
    top: 50%;
    right: 0;
}
@media (max-width: 767px) {
    .box-factory .factory .more,
    .wrap-about .factory .more {
        position: relative;
        top: 0;

        margin-top: 20px;
    }
}
.box-factory .factory .text,
.wrap-about .factory .text {
    margin-top: 70px;
    padding: 0 14% 0 10%;
}
@media (max-width: 1199px) {
    .box-factory .factory .text,
    .wrap-about .factory .text {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .box-factory .factory .text,
    .wrap-about .factory .text {
        margin-top: 20px;
        padding: 0;
    }
}
.box-factory .factory .text .title,
.wrap-about .factory .text .title {
    text-align: left;
}
.box-factory .factory .text .title:before,
.wrap-about .factory .text .title:before {
    display: none;
}
.box-factory .factory .text .note,
.wrap-about .factory .text .note {
    font-size: 16px;
    line-height: 2.125;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .box-factory .factory .text .note,
    .wrap-about .factory .text .note {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.box-factory .factory .text .note p,
.wrap-about .factory .text .note p {
    margin: 0;
}
.box-factory .about,
.wrap-about .about {
    position: relative;
    z-index: 2;

    margin-top: 60px;
}
@media (max-width: 767px) {
    .box-factory .about,
    .wrap-about .about {
        margin: 0;
    }
}
.box-factory .about ul,
.wrap-about .about ul {
    font-size: 0;
}
@media (min-width: 1470px) {
    .box-factory .about ul,
    .wrap-about .about ul {
        margin: 0 -35px;
    }
}
.box-factory .about ul li,
.wrap-about .about ul li {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
@media (min-width: 1470px) {
    .box-factory .about ul li,
    .wrap-about .about ul li {
        padding: 0 35px;
    }
}
.box-factory .about .item,
.wrap-about .about .item {
    margin-top: 30px;
}
.box-factory .about .item .pic .img-box,
.wrap-about .about .item .pic .img-box {
    padding-bottom: 76.19047619%;
}
.box-factory .about .item .pic .img-box img,
.wrap-about .about .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-factory .about .item .text,
.wrap-about .about .item .text {
    position: relative;

    margin-top: 30px;
    padding-left: 100px;
}
@media (max-width: 1199px) {
    .box-factory .about .item .text,
    .wrap-about .about .item .text {
        padding-left: 80px;
    }
}
@media (max-width: 991px) {
    .box-factory .about .item .text,
    .wrap-about .about .item .text {
        padding-left: 50px;
    }
}
.box-factory .about .item .text:before,
.wrap-about .about .item .text:before {
    position: absolute;
    top: 0;
    left: 70px;

    display: block;

    width: 6px;
    height: 70%;

    content: '';

    background-color: #e9e9e9;
}
@media (max-width: 1199px) {
    .box-factory .about .item .text:before,
    .wrap-about .about .item .text:before {
        left: 56px;
    }
}
@media (max-width: 991px) {
    .box-factory .about .item .text:before,
    .wrap-about .about .item .text:before {
        left: 40px;

        width: 3px;
    }
}
.box-factory .about .item .text .number,
.wrap-about .about .item .text .number {
    font-family: 'Cash Currency';
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    width: 70px;

    color: #643f18;
}
@media (max-width: 1199px) {
    .box-factory .about .item .text .number,
    .wrap-about .about .item .text .number {
        font-size: 30px;

        width: 60px;
    }
}
@media (max-width: 991px) {
    .box-factory .about .item .text .number,
    .wrap-about .about .item .text .number {
        font-size: 24px;

        width: 50px;
    }
}
.box-factory .about .item .text h3,
.wrap-about .about .item .text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0 0 20px 0;

    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .box-factory .about .item .text h3,
    .wrap-about .about .item .text h3 {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.box-factory .about .item .text p,
.wrap-about .about .item .text p {
    font-size: 16px;
    line-height: 26px;

    margin: 0;

    color: #666;
}
@media (max-width: 1199px) {
    .box-factory .about .item .text p,
    .wrap-about .about .item .text p {
        font-size: 14px;
        line-height: 22px;
    }
}
.box-factory .about .item .text h4,
.wrap-about .about .item .text h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.52941176;

    margin: 20px 0 0 0;

    color: #643f18;
}
@media (max-width: 1199px) {
    .box-factory .about .item .text h4,
    .wrap-about .about .item .text h4 {
        font-size: 15px;

        margin-top: 10px;
    }
}
.box-contact {
    padding: 50px 0;

    text-align: center;

    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .box-contact {
        padding: 30px 0;
    }
}
.box-contact .title-contact h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .box-contact .title-contact h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .box-contact .title-contact h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .box-contact .title-contact h2 {
        font-size: 24px;
    }
}
.box-contact .title-contact p {
    font-size: 20px;
    line-height: 30px;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 991px) {
    .box-contact .title-contact p {
        font-size: 18px;

        margin-top: 6px;
    }
}
@media (max-width: 767px) {
    .box-contact .title-contact p {
        font-size: 14px;
    }
}
.box-contact .more {
    margin-top: 20px;
}
.box-contact .more a:after {
    display: none;
}
.footer {
    position: relative;

    overflow: hidden;

    color: #fff;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    font-size: 0;

    padding: 70px 0 60px;
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot>ul {
    padding: 0;

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

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

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

    display: inline-block;

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

        width: 100%;
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item .title-foot h3 {
    font-size: 24px;
    line-height: 30px;

    margin: 0;

    text-decoration: underline;
    text-transform: capitalize;

    color: #fff;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item .title-foot h3 {
        font-size: 16px;

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

        float: right;

        content: '\e629';
    }
}
.footer .foot>ul>li .item-1 {
    width: 530px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-1 p {
    font-size: 16px;
    line-height: 24px;

    position: relative;

    margin-bottom: 18px;
    padding-left: 40px;
}
@media (max-width: 767px) {
    .footer .foot>ul>li .item-1 p {
        font-size: 14px;
    }
}
.footer .foot>ul>li .item-1 p:before {
    font-family: 'iconfont' !important;
    font-size: 28px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e633';

    color: #999;
}
.footer .foot>ul>li .item-1 p.tel:before {
    font-size: 22px;

    content: '\e731';
}
.footer .foot>ul>li .item-1 p.address:before {
    content: '\e624';
}
.footer .foot>ul>li .item-1 p.whatsapp:before {
    content: '\e751';
    font-size: 24px;
}
.footer .foot>ul>li .item-1 p a:hover {
    text-decoration: underline;
}
.footer .foot>ul>li .item-1 .share {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-1 .share {
        margin-top: 10px;
    }
}
.footer .foot>ul>li .item-1 .share ul {
    font-size: 0;

    display: inline-block;
}
.footer .foot>ul>li .item-1 .share ul li {
    display: inline-block;
}
.footer .foot>ul>li .item-1 .share ul li a {
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 50px;
    margin: 0 4px;

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

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

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

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.footer .foot>ul>li .item-1 .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .foot>ul>li .item-1 .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .foot>ul>li .item-1 .share ul li.instagram a:before {
    content: '\e6b6';
}
.footer .foot>ul>li .item-1 .share ul li.youtube a:before {
    content: '\e618';
}
.footer .foot>ul>li .item-1 .share ul li.google a:before {
    content: '\e645';
}
.footer .foot>ul>li .item-1 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot>ul>li .item-1 .share ul li:hover a {
    color: #2f2f2f;
    background-color: #fff;
}
.footer .foot>ul>li .item-2 a {
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 8px 0;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item-2 a {
        font-size: 14px;

        display: inline-block;

        margin-right: 10px;
        padding: 0;

        vertical-align: top;
    }
}
.footer .foot>ul>li .item-2 a:hover {
    color: #d1aa57;
}
.footer .foot>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .info-down {
        display: none;

        margin-top: 10px;
    }
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    font-size: 16px;

    padding: 15px 0;

    text-align: center;

    color: #8d8d8d;
    background-color: rgba(0, 0, 0, .67);
}
@media (max-width: 767px) {
    .footer .copyright {
        font-size: 14px;
    }
}
.footer .copyright p {
    line-height: 30px;

    display: inline-block;

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

        display: block;
    }
}
.footer .copyright a.sitemap {
    margin: 0 20px;

    text-decoration: underline;

    color: #fff;
}
.footer .copyright a:hover {
    text-decoration: underline;

    color: #d1aa57;
}
.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: #d1aa57;
}
.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: #643f18;
}
@media (max-width: 767px) {
    .fancybox-close-small:after {
        font-size: 40px;
    }
}
.wrapper {
    clear: both;
    overflow: hidden;
}
.wrap {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in {
    text-align: center;
}
.title-in h2 {
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Merriweather Sans';
    margin: 10px 0 0 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: 24px;
    }
}
.wrap-location {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-location .location>ul>li {
    font-size: 16px;

    display: inline-block;

    vertical-align: top;
}
.wrap-location .location>ul>li:after {
    margin: 0 4px;

    content: '>';
}
.wrap-location .location>ul>li:last-child {
    color: #666;
}
.wrap-location .location>ul>li:last-child:after {
    display: none;
}
.wrap-location .location>ul>li a {
    line-height: 60px;

    display: inline-block;

    text-transform: capitalize;
}
.wrap-location .location>ul>li a:hover {
    color: #643f18;
}
.wrap-right {
    padding-left: 6%;
}
@media (max-width: 991px) {
    .wrap-right {
        margin-top: 30px;
        padding-left: 15px;
    }
}
.wrap-sidenav .sidenav {
    position: relative;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav {
        margin-top: 10px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li {
    position: relative;

    vertical-align: top;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li {
        display: inline-block;
    }
}
.wrap-sidenav .sidenav .slevel-1>li>a {
    font-size: 15px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 5px 0 5px 14px;

    color: #555;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li>a {
        font-size: 14px;

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

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #9f9f9f;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li>a:before {
        display: none;
    }
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
    font-weight: bold;

    color: #222;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:before,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:before {
    background-color: #222;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li.active.more,
    .wrap-sidenav .sidenav .slevel-1>li:hover.more {
        display: block;
    }
    .wrap-sidenav .sidenav .slevel-1>li.active .sidenavlevel-2,
    .wrap-sidenav .sidenav .slevel-1>li:hover .sidenavlevel-2 {
        position: relative;

        display: block;

        margin: 10px 0;
    }
}
.wrap-sidenav .sidenav .slevel-1>li .slevel-2 {
    display: none;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a {
    line-height: 30px;

    display: block;

    padding: 0 16px;

    color: #666;
}
@media (max-width: 991px) {
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a {
        margin-right: 10px;
        padding: 0;
    }
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a:before {
        float: left;

        margin-right: 4px;

        content: '-';
    }
}
@media (max-width: 767px) {
    .wrap-sidenav .sidenav .slevel-1>li .slevel-2>li a {
        font-size: 12px;

        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav .slevel-1>li .slevel-2>li:hover a {
    text-decoration: underline;

    color: #333;
}
.wrap-sidenav .slick-arrow {
    font-size: 18px;
    line-height: 50px;

    top: 14px;
    left: -30px;

    height: 50px;

    background: none;
}
@media (max-width: 991px) {
    .wrap-sidenav .slick-arrow {
        left: -10px;
    }
}
.wrap-sidenav .slick-arrow.slick-next {
    right: -30px;
    left: auto;
}
@media (max-width: 991px) {
    .wrap-sidenav .slick-arrow.slick-next {
        right: -10px;
    }
}
.wrap-sidenav .slick-arrow:hover {
    color: #643f18;
}
.wrap-sidenav .product-sidenav .sidenavlevel-1 {
    padding: 0 30px;
}
.product-link {
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .product-link {
        display: block;
    }
}
.product-link>ul>li {
    display: block;
}
.product-link>ul>li a {
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.product-link>ul>li.active a,
.product-link>ul>li:hover a {
    color: #643f18;
}
.contact-sidenav {
    margin: 20px 0;
    padding: 20px 10px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px) {
    .contact-sidenav {
        display: block;
    }
}
.contact-sidenav p {
    font-size: 16px;
    line-height: 32px;

    position: relative;

    margin: 10px 0;
    padding-left: 30px;

    color: #666;
}
@media (max-width: 767px) {
    .contact-sidenav p {
        font-size: 14px;
    }
}
.contact-sidenav p:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    left: 0;

    content: '\e637';

    color: #643f18;
}
.contact-sidenav p.fax:before {
    content: '\e633';
}
.contact-sidenav p.phone:before {
    content: '\e640';
}
.contact-sidenav p.whatsapp:before {
    content: '\e751';
}
.contact-sidenav p.wechat:before {
    content: '\e66f';
}
.contact-sidenav p.email:before {
    content: '\e63d';
}
.contact-sidenav p.website:before {
    content: '\e623';
}
.contact-sidenav a:hover {
    text-decoration: underline;

    color: #643f18;
}
.wrap-about {
    padding-bottom: 0;
}
.wrap-about .factory {
    padding-right: 0;
}
.wrap-about .factory .text {
    margin-top: 0 !important;
    padding: 0 8%;
}
@media (max-width: 991px) {
    .wrap-about .factory .text {
        padding: 0;
    }
}
.wrap-about .factory-pic {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .wrap-about .factory-pic {
        padding-top: 30px;
    }
}
.wrap-about .factory-pic:before {
    top: -8%;
}
.wrap-about .factory-pic img {
    width: 100%;
}
.wrap-about .about {
    margin-top: 90px;
}
@media (max-width: 1199px) {
    .wrap-about .about {
        margin-top: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-about .about {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-about .about {
        margin: 0;
    }
}
.wrap-factory .factory .item {
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px) {
    .wrap-factory .factory .item {
        margin-top: 14px;
    }
}
.wrap-factory .factory .item .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-factory .factory .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-our-hair {
    padding-top: 0;
}
.wrap-our-hair .list {
    padding-top: 110px;
}
@media (max-width: 1470px) {
    .wrap-our-hair .list {
        padding-top: 80px;
    }
}
@media (max-width: 1199px) {
    .wrap-our-hair .list {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-our-hair .list {
        padding-top: 30px;
    }
}
.wrap-our-hair .text {
    position: relative;

    max-width: 1140px;
    margin: 0 auto;
    padding-left: 140px;
}
@media (max-width: 1199px) {
    .wrap-our-hair .text {
        padding-left: 120px;
    }
}
@media (max-width: 991px) {
    .wrap-our-hair .text {
        padding-left: 80px;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .text {
        padding-left: 60px;
    }
}
.wrap-our-hair .text .number {
    font-family: 'Cash Currency', Arial;
    font-size: 72px;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    color: #e8e8e8;
}
@media (max-width: 1199px) {
    .wrap-our-hair .text .number {
        font-size: 62px;
    }
}
@media (max-width: 991px) {
    .wrap-our-hair .text .number {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .text .number {
        font-size: 36px;
    }
}
.wrap-our-hair .text .title-our-hair {
    padding-top: 14px;
}
@media (max-width: 1199px) {
    .wrap-our-hair .text .title-our-hair {
        padding-top: 6px;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .text .title-our-hair {
        padding-top: 0;
    }
}
.wrap-our-hair .text .title-our-hair h2 {
    font-size: 34px;
    line-height: 1.2;

    margin: 0;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1199px) {
    .wrap-our-hair .text .title-our-hair h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-our-hair .text .title-our-hair h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .text .title-our-hair h2 {
        font-size: 20px;
    }
}
.wrap-our-hair .text .note {
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-our-hair .text .note {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .text .note {
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        margin-left: -60px;
    }
}
.wrap-our-hair .text .note p {
    font-size: 19px;
    line-height: 26px;

    position: relative;

    margin: 18px 0 0 0;
    padding-left: 30px;

    color: #444;
}
@media (max-width: 1470px) {
    .wrap-our-hair .text .note p {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .text .note p {
        font-size: 15px;

        margin-top: 8px;
    }
}
.wrap-our-hair .text .note p:before {
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 18px;
    height: 19px;

    content: '';

    background: url(../images/dot.png) no-repeat;
}
.wrap-our-hair .picbox {
    margin-top: 70px;
    padding: 0 5%;
}
@media (max-width: 1470px) {
    .wrap-our-hair .picbox {
        margin-top: 50px;
    }
}
@media (max-width: 1199px) {
    .wrap-our-hair .picbox {
        margin-top: 30px;
        padding: 0 3%;
    }
}
@media (max-width: 767px) {
    .wrap-our-hair .picbox {
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-our-hair .picbox .slick-slide {
    padding: 15px;
}
@media (max-width: 767px) {
    .wrap-our-hair .picbox .slick-slide {
        padding: 10px 8px;
    }
}
.wrap-our-hair .picbox .item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-our-hair .picbox .item .img-box {
    padding-bottom: 68.42105263%;
}
.wrap-our-hair .picbox .slick-arrow {
    opacity: 0;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-our-hair .picbox .slick-arrow:hover {
    background-color: #d1aa57;
}
.wrap-our-hair .picbox:hover .slick-arrow {
    left: 0;

    opacity: 1;
}
.wrap-our-hair .picbox:hover .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-news {
    padding-top: 0;
}
.wrap-news .news ul li:nth-child(2n) .item .pic {
    left: 52%;
}
@media (max-width: 767px) {
    .wrap-news .news ul li:nth-child(2n) .item .pic {
        left: 0;
    }
}
.wrap-news .news ul li:nth-child(2n) .item .text {
    right: 48%;

    padding-right: 46px;
    padding-left: 0;
}
@media (max-width: 991px) {
    .wrap-news .news ul li:nth-child(2n) .item .text {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news ul li:nth-child(2n) .item .text {
        right: 0;

        padding-right: 0;
    }
}
.wrap-news .news ul li:nth-child(2n) .item .text .note:before {
    right: -20%;
    left: auto;
}
.wrap-news .news .item {
    font-size: 0;

    margin-top: 110px;
}
@media (max-width: 1470px) {
    .wrap-news .news .item {
        margin-top: 90px;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        margin-top: 40px;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: top;
}
.wrap-news .news .item .pic {
    position: relative;
    z-index: 2;

    width: 48%;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 56.06060606%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text {
    width: 52%;
    padding-left: 46px;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .text {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-news .news .item .text .title-news {
    padding: 30px 0;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text .title-news {
        padding: 24px 0;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item .text .title-news {
        padding: 18px 0;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .title-news {
        padding: 14px 0;
    }
}
.wrap-news .news .item .text .title-news h3 {
    font-size: 34px;
    line-height: 44px;

    display: -webkit-box;
    overflow: hidden;

    height: 88px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-news .news .item .text .title-news h3 {
        font-size: 30px;
    }
}
@media (max-width: 1350px) {
    .wrap-news .news .item .text .title-news h3 {
        font-size: 28px;
        line-height: 34px;

        height: 68px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .title-news h3 {
        font-size: 22px;
        line-height: 30px;

        height: 60px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .title-news h3 {
        font-size: 18px;
        line-height: 24px;

        height: auto;
        max-height: 48px;
    }
}
.wrap-news .news .item .text .note {
    position: relative;

    padding: 26px 0 66px 0;
}
@media (max-width: 1350px) {
    .wrap-news .news .item .text .note {
        padding: 20px 0 50px 0;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .note {
        padding: 14px 0 30px 0;
    }
}
.wrap-news .news .item .text .note:before {
    position: absolute;
    top: 0;
    left: -20%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f5f5f5;
}
.wrap-news .news .item .text .note p,
.wrap-news .news .item .text .note .date,
.wrap-news .news .item .text .note .more {
    position: relative;
    z-index: 2;
}
.wrap-news .news .item .text .note p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0 0 30px 0;

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

        height: 72px;
        margin-bottom: 10px;
    }
}
.wrap-news .news .item .text .note .date {
    display: inline-block;
}
.wrap-news .news .item .text .note .date span {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    color: #643f18;
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .note .date span {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .note .date span {
        line-height: 40px;
    }
}
.wrap-news .news .item .text .note .more {
    display: inline-block;
    float: right;
}
.wrap-news .news .item .text .note .more a {
    font-size: 17px;
    line-height: 48px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    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);
}
@media (max-width: 991px) {
    .wrap-news .news .item .text .note .more a {
        font-size: 15px;
        line-height: 40px;

        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .text .note .more a {
        font-size: 14px;

        padding: 0 16px;
    }
}
.wrap-news .news .item .text .note .more a:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e61d';
}
.wrap-news .news .item .text .note .more a:hover {
    background: #d1aa57;
}
.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 .title-news h3 {
    color: #643f18;
}
.wrap-news-show .title-news-show h1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 40px;
    }
}
@media (max-width: 1470px) and (max-width: 1350px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 35px;
    }
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 22px;
        line-height: 24px;
    }
}
.wrap-news-show .title-news-show .date {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #643f18;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show .date {
        font-size: 16px;

        margin-top: 10px;
    }
}
.wrap-news-show .news-show {
    margin-top: 20px;
}
.wrap-news-show .news-show p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-news-show .news-show p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .news-show img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate {
    margin-top: 30px;
}
.wrap-news-show .news-relate a {
    font-size: 18px;
    line-height: 30px;

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

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate a {
        font-size: 14px;
    }
}
.wrap-news-show .news-relate a:hover {
    text-decoration: underline;
}
.wrap-news-show .news-relate .next {
    text-align: right;
}
@media (max-width: 767px) {
    .wrap-news-show .news-relate .next {
        text-align: left;
    }
}
.wrap-products {
    padding-top: 0;
}
.wrap-products .products ul li:nth-child(2n) .item .pic {
    left: 50%;
}
@media (max-width: 767px) {
    .wrap-products .products ul li:nth-child(2n) .item .pic {
        left: 0;
    }
}
.wrap-products .products ul li:nth-child(2n) .item .text {
    right: 50%;

    padding-right: 56px;
    padding-left: 0;
}
@media (max-width: 1350px) {
    .wrap-products .products ul li:nth-child(2n) .item .text {
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-products .products ul li:nth-child(2n) .item .text {
        right: 0;

        padding-right: 0;
    }
}
.wrap-products .products ul li:nth-child(2n) .item .text .note:before {
    right: -20%;
    left: auto;
}
.wrap-products .products .item {
    font-size: 0;

    margin-top: 120px;
}
@media (max-width: 1470px) {
    .wrap-products .products .item {
        margin-top: 90px;
    }
}
@media (max-width: 1350px) {
    .wrap-products .products .item {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .wrap-products .products .item {
        margin-top: 40px;
    }
}
.wrap-products .products .item .pic,
.wrap-products .products .item .text {
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.wrap-products .products .item .pic {
    position: relative;
    z-index: 2;

    width: 50%;
}
@media (max-width: 767px) {
    .wrap-products .products .item .pic {
        width: 100%;
    }
}
.wrap-products .products .item .pic .img-box {
    padding-bottom: 65.55555556%;
}
.wrap-products .products .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-products .products .item .text {
    width: 50%;
    padding-left: 56px;
}
@media (max-width: 1350px) {
    .wrap-products .products .item .text {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-products .products .item .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-products .products .item .text .title-news h3 {
    font-size: 30px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-products .products .item .text .title-news h3 {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .wrap-products .products .item .text .title-news h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .wrap-products .products .item .text .title-news h3 {
        font-size: 18px;
    }
}
.wrap-products .products .item .text .note {
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin-top: 20px;
    margin-bottom: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
    .wrap-products .products .item .text .note {
        line-height: 24px;

        max-height: 72px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.wrap-products .products .item .text .note p {
    font-size: 19px;

    margin: 0;
}
@media (max-width: 1470px) {
    .wrap-products .products .item .text .note p {
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .wrap-products .products .item .text .note p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-products .products .item .text .note p {
        font-size: 14px;
    }
}
.wrap-products .products .item .text .more {
    display: inline-block;
}
.wrap-products .products .item .text .more a {
    font-size: 17px;
    line-height: 48px;

    display: inline-block;

    padding: 0 30px;

    color: #fff;
    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);
}
@media (max-width: 991px) {
    .wrap-products .products .item .text .more a {
        font-size: 14px;
        line-height: 40px;

        padding: 0 10px;
    }
}
.wrap-products .products .item .text .more a:after {
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e61d';
}
.wrap-products .products .item .text .more a:hover {
    background: #d1aa57;
}
.wrap-products .products .item .text a.addcart {
    font-size: 16px;
    line-height: 48px;

    display: inline-block;
    float: right;
}
@media (max-width: 991px) {
    .wrap-products .products .item .text a.addcart {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-products .products .item .text a.addcart {
        font-size: 14px;
    }
}
.wrap-products .products .item .text a.addcart:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    margin-right: 10px;

    content: '\e61f';
}
@media (max-width: 767px) {
    .wrap-products .products .item .text a.addcart:before {
        font-size: 20px;
    }
}
.wrap-products .products .item .text a.addcart:hover {
    color: #d1aa57;
}
.wrap-products .products .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-products .products .item:hover .text .title-news h3 {
    color: #643f18;
}
.wrap-product-show .carousel-wrap .carousel {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 65.55555556%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play {
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .play {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow {
    font-size: 14px;
    font-size: 50px;

    left: 0;

    background: none;
    box-shadow: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    color: #999;
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-product-show .slider-nav {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .wrap-product-show .slider-nav {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .slider-nav {
        margin-top: 10px;
    }
}
.wrap-product-show .slider-nav .slick-slide {
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .slider-nav .item .masklogo,
.wrap-product-show .slider-nav .item-video .masklogo {
    top: 6px;
    left: 6px;

    width: 16px;
}
.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: '\e633';
    -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: 30px;
    }
}
.wrap-product-show .slider-nav .slick-current .item {
    border: 1px solid #643f18;
}
.wrap-product-show .xs-slider-nav {
    display: none;
}
@media (max-width: 1199px) {
    .wrap-product-show .xs-slider-nav {
        display: block;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .lg-slider-nav {
        display: none;
    }
}
.wrap-product-show .info-box {
    position: relative;

    padding-left: 20px;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box {
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info {
    margin-top: 30px;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info {
        margin-top: 30px;
    }
}
.wrap-product-show .info-box .title-info h1 {
    font-size: 34px;
    line-height: 1.2;

    display: block;

    margin: 0;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .title-info h1 {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .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: 20px;
    }
}
.wrap-product-show .info-box .text {
    font-size: 19px;
    line-height: 1.57894737;

    min-height: 210px;
    margin-top: 20px;

    color: #444;
}
@media (max-width: 1470px) {
    .wrap-product-show .info-box .text {
        font-size: 17px;

        min-height: 160px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .text {
        font-size: 16px;

        min-height: auto;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .text {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-product-show .info-box .text p {
    margin: 0;
}
.wrap-product-show .info-box .share {
    clear: both;

    margin-top: 20px;
}
.wrap-product-show .info-box .share p {
    font-size: 18px;
    line-height: 34px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1350px) {
    .wrap-product-show .info-box .share p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .share p {
        font-size: 14px;
        line-height: 30px;
    }
}
.wrap-product-show .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .link {
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 1199px) {
    .wrap-product-show .info-box .link {
        margin: 0;
    }
}
.wrap-product-show .info-box .link .btn-inquiry {
    display: inline-block;

    margin-top: 20px;
}
.wrap-product-show .info-box .link .btn-inquiry a {
    font-size: 17px;
    line-height: 44px;

    position: relative;

    display: inline-block;

    padding: 0 26px;

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

    color: #fff;
    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: .5px #fff;
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-inquiry a {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover {
    background-color: #643f18;
}
.wrap-product-show .info-box .link .btn-addcart {
    display: inline-block;
    float: right;

    margin-top: 20px;
}
.wrap-product-show .info-box .link .btn-addcart a {
    font-size: 16px;
    line-height: 44px;
    cursor: pointer;
    display: inline-block;
    float: right;
}
@media (max-width: 991px) {
    .wrap-product-show .info-box .link .btn-addcart a {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-addcart a {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .link .btn-addcart a:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    margin-right: 10px;

    content: '\e61f';
}
@media (max-width: 767px) {
    .wrap-product-show .info-box .link .btn-addcart a:before {
        font-size: 20px;
    }
}
.wrap-product-show .info-box .link .btn-addcart a:hover {
    color: #d1aa57;
}
.wrap-product-show .parameter {
    margin-top: 120px;
    padding: 90px 0;

    background-color: #f5f5f5;
}
@media (max-width: 1470px) {
    .wrap-product-show .parameter {
        margin-top: 90px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter {
        margin-top: 60px;
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter {
        margin-top: 40px;
        padding: 40px 0;
    }
}
.wrap-product-show .parameter .title-parameter {
    text-align: left;
}
.wrap-product-show .parameter .title-parameter h2 {
    color: #d1aa57;
    -webkit-text-stroke: .5px #d1aa57;
}
.wrap-product-show .parameter img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-product-show .parameter .text {
    font-size: 20px;
    line-height: 30px;

    margin-top: 20px;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .text {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .text {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .text {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text p {
    margin: 0;
}
.wrap-product-show .parameter .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .description .text {
    font-size: 18px;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .description .text {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .description .text {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .description .text td {
    line-height: 26px;

    padding: 10px;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .description .text td {
        padding: 5px;
    }
}
.wrap-product-show .parameter .description .text td:nth-child(1) {
    width: 180px;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .description .text td:nth-child(1) {
        width: 160px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .description .text td:nth-child(1) {
        width: 140px;
    }
}
.wrap-product-show .parameter .description .text td span {
    font-size: 20px;

    position: relative;

    display: block;

    padding-left: 30px;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .description .text td span {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .description .text td span {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .parameter .description .text td span {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .description .text td span:before {
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 18px;
    height: 19px;

    content: '';

    background: url(../images/dot.png) no-repeat;
}
.wrap-product-show .parameter .color-ring,
.wrap-product-show .parameter .hair-ratio {
    padding-top: 80px;
}
@media (max-width: 1199px) {
    .wrap-product-show .parameter .color-ring,
    .wrap-product-show .parameter .hair-ratio {
        padding-top: 60px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .parameter .color-ring,
    .wrap-product-show .parameter .hair-ratio {
        padding-top: 40px;
    }
}
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
    padding-top: 100px;
}
@media (max-width: 1199px) {
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product {
        padding-top: 60px;
    }
}
.wrap-product-show .title-inquiry,
.wrap-product-show .title-relate-product,
.wrap-product-show .title-parameter {
    text-align: center;
}
.wrap-product-show .title-inquiry h2,
.wrap-product-show .title-relate-product h2,
.wrap-product-show .title-parameter h2 {
    font-size: 48px;
    line-height: 1;

    margin: 0;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-product-show .title-inquiry h2,
    .wrap-product-show .title-relate-product h2,
    .wrap-product-show .title-parameter h2 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .title-inquiry h2,
    .wrap-product-show .title-relate-product h2,
    .wrap-product-show .title-parameter h2 {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .title-inquiry h2,
    .wrap-product-show .title-relate-product h2,
    .wrap-product-show .title-parameter h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .title-inquiry h2,
    .wrap-product-show .title-relate-product h2,
    .wrap-product-show .title-parameter h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .title-inquiry h2,
    .wrap-product-show .title-relate-product h2,
    .wrap-product-show .title-parameter h2 {
        font-size: 20px;
    }
}
.wrap-product-show .inquiry form {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form {
        margin-top: 10px;
    }
}
.wrap-product-show .inquiry form p {
    font-size: 18px;
    line-height: 24px;

    margin: 16px 0 0 0;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry form p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form p {
        font-size: 14px;

        margin-top: 6px;
    }
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea {
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea {
        font-size: 14px;
        line-height: 24px;

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

    display: inline-block;

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

    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) {
    .wrap-product-show .inquiry form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-product-show .inquiry form .submit:hover {
    background: #d1aa57;
}
.wrap-product-show .inquiry .send {
    text-align: center;
}
.wrap-product-show .inquiry .read input {
    font-weight: bold;

    background-color: #e9e9e9;
}
.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product {
        margin: 0 -8px;
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide {
    padding: 0 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-relate-product .slick-slide {
        padding: 0 8px;
    }
}
.wrap-product-show .relate-product .item {
    display: block;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
}
.wrap-product-show .relate-product .item .pic {
    position: relative;

    display: block;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-product-show .relate-product .item .pic .img-box {
    padding-bottom: 65.55555556%;
}
.wrap-product-show .relate-product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate-product .item a.addcart {
    font-size: 15px;
    line-height: 44px;

    z-index: 2;

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

    width: 100%;
    height: 44px;

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

    opacity: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item a.addcart {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item a.addcart {
        font-size: 12px;
        line-height: 36px;

        height: 36px;
    }
}
.wrap-product-show .relate-product .item a.addcart:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    display: inline-block;

    margin-right: 10px;

    content: '\e61f';
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item a.addcart:before {
        font-size: 20px;
    }
}
.wrap-product-show .relate-product .item a.addcart:hover {
    color: #d1aa57;
}
.wrap-product-show .relate-product .item p {
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 16px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-product-show .relate-product .item p {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .relate-product .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item p {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-product-show .relate-product .item:hover p {
    color: #d1aa57;
    -webkit-text-stroke: .5px #d1aa57;
}
.wrap-product-show .relate-product .item:hover a.addcart {
    opacity: 1;
}
.wrap-product-show .relate-product .slick-arrow {
    top: 40%;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-arrow {
        top: 30%;
        left: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .slick-arrow.slick-next {
        right: 0;
        left: auto;
    }
}
.wrap-contact .contact {
    margin-top: 30px;
}
.wrap-contact .title-in h2 {
    font-weight: bold;

}
@media (min-width: 1470px) {
    .wrap-contact .title-in h2 {
        font-size: 44px;
    }
}
.wrap-contact .contact>ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .wrap-contact .contact>ul {
        width: 100%;
        padding: 0;

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

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

        content: '';
    }
}
.wrap-contact .contact>ul>li {
    font-size: 14px;

    display: inline-block;

    margin-top: 10px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-contact .contact>ul>li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact>ul>li {
        width: 100%;
    }
}
.wrap-contact .contact .item-address {
    max-width: 340px;
}
.wrap-contact .contact .item:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    content: '\e624';
}
.wrap-contact .contact .item-email:before {
    content: '\e633';
}
.wrap-contact .contact .item-tel:before {
    font-size: 24px;

    content: '\e731';
}
.wrap-contact .contact .item b {
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-bottom: 6px;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .item b {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item b {
        font-size: 16px;

        margin: 0;
    }
}
.wrap-contact .contact .item p {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1350px) {
    .wrap-contact .contact .item p {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .item p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .item p {
        font-size: 14px;
    }
}
.wrap-contact .contact .item p a:hover {
    color: #d1aa57;
}
.wrap-contact .contact .share b {
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-top: 14px;
}
.wrap-contact .contact .share ul {
    font-size: 0;

    margin-top: 20px;
}
.wrap-contact .contact .share ul li {
    display: inline-block;
}
.wrap-contact .contact .share ul li a {
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 50px;
    margin: 0 4px;

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

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

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

    display: inline-block;

    content: '\eec0';
    text-align: center;
    vertical-align: top;
}
.wrap-contact .contact .share ul li.twitter a:before {
    content: '\e60b';
}
.wrap-contact .contact .share ul li.linkedin a:before {
    content: '\e6f0';
}
.wrap-contact .contact .share ul li.instagram a:before {
    content: '\e6b6';
}
.wrap-contact .contact .share ul li.youtube a:before {
    content: '\e618';
}
.wrap-contact .contact .share ul li.google a:before {
    content: '\e645';
}
.wrap-contact .contact .share ul li.amazon a:before {
    content: '\e6c1';
}
.wrap-contact .contact .share ul li:hover a {
    color: #fff;
    background-color: #d1aa57;
}
.wrap-message {
    background-color: #f5f5f5;
}
.wrap-message .title-contact h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px) {
    .wrap-message .title-contact h3 {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .wrap-message .title-contact h3 {
        font-size: 20px;
    }
}
.wrap-message .message form {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-message .message form {
        margin-top: 10px;
    }
}
.wrap-message .message form p {
    font-size: 18px;
    line-height: 24px;

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

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

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-message .message form input,
    .wrap-message .message form textarea {
        font-size: 14px;
        line-height: 24px;

        margin: 0;
        padding: 6px 10px;
    }
}
.wrap-message .message form input::-webkit-input-placeholder,
.wrap-message .message form textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-message .message form input:-o-placeholder,
.wrap-message .message form textarea:-o-placeholder {
    color: #333;
}
.wrap-message .message form input::-moz-placeholder,
.wrap-message .message form textarea::-moz-placeholder {
    color: #333;
}
.wrap-message .message form input:-ms-input-placeholder,
.wrap-message .message form textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-message .message form input:focus::-webkit-input-placeholder,
.wrap-message .message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-o-placeholder,
.wrap-message .message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-moz-placeholder,
.wrap-message .message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-message .message form input:focus::-ms-input-placeholder,
.wrap-message .message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-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) {
    .wrap-message .message form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-message .message form .submit:hover {
    background: #d1aa57;
}
@media (max-width: 767px) {
    .wrap-message .map {
        margin-top: 30px;
    }
}
.wrap-message .map .map-content {
    height: 430px;
    margin-top: 40px;
}
@media (max-width: 991px) {
    .wrap-message .map .map-content {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .wrap-message .map .map-content {
        height: 330px;
    }
}
.wrap-inquiry .bar {
    margin-top: 50px;
}
.wrap-inquiry .title-inquiry {
    text-align: center;
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 48px;
    line-height: 1;

    margin: 0;

    -webkit-text-stroke: .5px #222;
}
@media (max-width: 1470px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 40px;
    }
}
@media (max-width: 1350px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 20px;
    }
}
.wrap-inquiry table {
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry table tr {
    border-bottom: 1px solid #d5d5d5;
}
.wrap-inquiry table tr:first-child {
    font-size: 16px;

    overflow: hidden;

    border: 1px solid #d5d5d5;
    background-color: #ebebeb;
}
@media (max-width: 991px) {
    .wrap-inquiry table tr:first-child {
        font-size: 14px;
    }
}
.wrap-inquiry table th {
    font-weight: normal;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th {
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child {
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px) {
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2) {
    width: 55%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 55%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3) {
    width: 15%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 10%;

        text-align: center;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
    width: 15%;

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

    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    text-align: center;

    border: 1px solid #d5d5d5;
    outline: none;
    background-color: #fff;

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

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

    content: '\e656';
}
.wrap-inquiry table input {
    font-size: 16px;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

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

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

        width: 20px;
        height: 30px;

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

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

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

    border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1 {
        line-height: 30px;

        position: relative;
        z-index: 8;

        display: block;

        width: 20px;
        height: 30px;
        margin: 0 auto;
    }
}
.wrap-inquiry table .pic {
    display: inline-block;

    width: 24%;
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table .pic .img-box {
    padding-bottom: 65.55555556%;
}
.wrap-inquiry table p {
    font-size: 18px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 1199px) {
    .wrap-inquiry table p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table p {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .wrap-inquiry table p {
        font-size: 12px;
    }
}
.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #999;
}
.wrap-inquiry .close:hover::after {
    color: #d1aa57;
}
.wrap-inquiry .inquiry {
    padding-top: 90px;
}
@media (max-width: 1199px) {
    .wrap-inquiry .inquiry {
        padding-top: 50px;
    }
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry {
        padding-top: 30px;
    }
}
.wrap-inquiry .inquiry form {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry form {
        margin-top: 10px;
    }
}
.wrap-inquiry .inquiry form p {
    font-size: 18px;
    line-height: 24px;

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

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

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

    resize: vertical;

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

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

    display: inline-block;

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

    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) {
    .wrap-inquiry .inquiry form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-inquiry .inquiry form .submit:hover {
    background: #d1aa57;
}
.wrap-inquiry .inquiry .send {
    text-align: center;
}
.wrap-inquiry .inquiry .read input {
    background-color: #e1e1e1;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
@media (min-width: 1470px) {
    .wrap-sitemap .title-in h2 {
        font-size: 44px;
    }
}
.wrap-sitemap .sitemap {
    margin-top: 40px;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap {
        margin-top: 30px;
    }
}
.wrap-sitemap .sitemap>ul>li {
    position: relative;

    width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding-left: 180px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        min-height: 38px;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    line-height: 30px;

    position: absolute;
    left: 0;

    width: 180px;
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background-color: #643f18;

    -webkit-text-stroke: .2px #fff;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;

        position: relative;

        display: block;

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

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

    padding: 0 0 0 20px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul {
        margin: 0 -10px;
        margin-top: 10px;
        padding: 0;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
    display: inline-block;

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

    display: block;

    padding: 10px 30px;

    -webkit-text-stroke: .5px #222;
}
@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: #643f18;
}
.wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li {
    display: block;

    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li {
        padding-bottom: 0;
    }
}
.wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>a {
    font-size: 16px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>a {
        font-size: 14px;
    }
}
.wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>ul {
    margin: 8px 0;
    padding-left: 40px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>ul {
        padding-left: 0;
    }
}
.wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>ul>li {
    display: inline-block;

    vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>ul>li>a {
    display: block;

    padding: 0 25px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>ul>li>a {
        padding: 0 10px;
    }
}
.wrap-sitemap .sitemap>ul>li:nth-child(4)>ul>li>ul>li:hover>a {
    text-decoration: underline;

    color: #643f18;
}
nav {
    text-align: center;
}
.pagination {
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.prev a span,
.pagination li.next a span {
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.next a span {
    border-radius: 50%;
}
.pagination li.next a span:before {
    content: '\e625';
}
.pagination li a {
    line-height: 33px;

    display: block;

    width: 35px;
    height: 35px;
    margin: 0 6px;
    padding: 0;

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

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

.online-wrap .online {}
.online-wrap .online .email,
.online-wrap .online .whatsapp {
    text-align: center;
    display: block;
    color: #666666;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #fff;
    margin: 4px 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}
.online-wrap .online .email:before,
.online-wrap .online .whatsapp:before {
    font-family: iconfont !important;
    content: '\e633';
    display: block;
    font-size: 24px;
    color: #ffba69;
}
.online-wrap .online .whatsapp:before {
    content: '\e70a';
    color: #6bc974;
    font-size: 20px;
}