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

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

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

    src: url('../fonts/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'), url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype'), url('../fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-display: swap;
}
body
{
    font-family: 'Segoe UI', 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: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 24px;

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

    overflow: hidden;

    padding: 0;

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

    color: #666;
    border: none;
    background: none;
}
.slick-arrow:before
{
    display: block;

    width: 60px;
    height: 60px;

    content: '';

    background: none;
    background: url(../images/arrow.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .slick-arrow:before
    {
        width: 40px;
        height: 40px;
    }
}
.slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.header
{
    position: relative;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 140px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .logo
{
    position: relative;

    display: inline-block;
    float: left;

    height: 100px;
    padding: 10px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 70px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .header-top
{
    overflow: hidden;

    height: 40px;

    background-color: #f7bb3c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top .h-text
{
    display: inline-block;
    float: left;
}
@media (max-width: 1199px)
{
    .header .header-top .h-text
    {
        display: none;
    }
}
.header .header-top .h-text p
{
    font-size: 16px;
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-left: 30px;

    color: #fff;
}
.header .header-top .h-text p.email
{
    margin-right: 30px;
}
.header .header-top .h-text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e64e';
}
.header .header-top .h-text p.tel:before
{
    content: '\e704';
}
.header .header-top .h-text p a:hover
{
    text-decoration: underline;
}
.header .header-top .share
{
    display: inline-block;
    float: right;

    color: #fff;
}
.header .header-top .share ul
{
    font-size: 0;

    display: inline-block;

    margin: 0 -10px;
}
@media (max-width: 1199px)
{
    .header .header-top .share ul
    {
        margin: 0 -8px;
    }
}
.header .header-top .share ul li
{
    display: inline-block;
}
.header .header-top .share ul li a
{
    font-size: 18px;
    line-height: 40px;

    display: block;

    width: 30px;
    margin: 0 10px;

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

    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .header-top .share ul li a
    {
        font-size: 18px;
        line-height: 30px;

        margin: 0 8px;
    }
}
.header .header-top .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.header .header-top .share ul li.twitter a:before
{
    content: '\e60b';
}
.header .header-top .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.header .header-top .share ul li.instagram a:before
{
    content: '\e6b6';
}
.header .header-top .share ul li.youtube a:before
{
    content: '\e6d7';
}
.header .header-top .share ul li.google a:before
{
    content: '\e645';
}
.header .header-top .share ul li.amazon a:before
{
    content: '\e6c1';
}
.header .header-top .share ul li:hover a
{
    color: #f7bb3c;
}
.header .language
{
    display: inline-block;
    float: right;

    margin-top: 35px;
    margin-left: 40px;
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-top: 20px;
        margin-right: 30px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        margin-right: 20px;
        margin-left: 30px;
    }
}
.header .language a
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;

    background: url(../images/icon.png) no-repeat;
    background-position: -60px 0;
    background-size: cover;
}
.header .language a.en{
	background-position: -90px 0;
}
.header #google_translate_element
{
    display: inline-block;
    float: right;

    margin-top: 34px;
    margin-left: 30px;
}
.header .cart
{
    position: relative;

    float: right;

    margin-top: 35px;
    margin-left: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .cart
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-left: 20px;
    }
}
.header .cart a
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;

    background: url(../images/icon.png) no-repeat;
    background-position: -30px 0;
    background-size: cover;
}
.header .cart a:hover
{
    color: #f7bb3c;
}
.header .cart a:hover:before
{
    color: #f7bb3c;
}
.header .cart a span
{
    font-size: 12px;
    line-height: 18px;

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

    display: block;

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #0054a3;
}
.header #google_translate_element
{
    display: inline-block;
    float: right;

    margin-top: 38px;
}
@media (max-width: 1199px)
{
    .header #google_translate_element
    {
        display: none;
    }
}
.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: 15px;
    }
    .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: #333 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav a:hover
    {
        color: #f7bb3c;
    }
}
@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: #fafafa;
        background-color: #f7bb3c;
    }
    .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: 30px 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: normal;
        font-weight: 600;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #f7bb3c;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .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: 16px;
        line-height: 30px;

        padding: 0 30px;

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

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

        display: none;

        width: 200px;
        padding: 10px 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: #f7bb3c;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        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;

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
.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;

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .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 a
    {
        color: #333;
    }
    .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;

        display: none;

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

        text-align: center;
        text-transform: uppercase;
    }
    .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 .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #f7bb3c;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-lg .search p
    {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    display: inline-block;
    float: right;

    width: 30px;
    height: 30px;
    margin-top: 35px;

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

    background: url(../images/icon.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .find
    {
        margin-top: 20px;
    }
}
.header .find:hover
{
    color: #f7bb3c;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.stuck
{
    position: fixed;
    z-index: 10;
    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-radius: 6px;
    outline: none;
    background-color: #f7bb3c;
}
@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;

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

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

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-bottom: 2px;
    padding: 0;

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

    border-radius: 4px;
    background-color: #fff;
    background-color: #f7bb3c;
}
.online-wrap .online a:before
{
    font-size: 24px;

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

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

    padding-right: 5px;

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

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

    display: none;

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

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

    margin: 5px 0 8px 0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    display: none;

    width: 100%;

    background-color: #f7bb3c;
    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 #df9700;
    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: '\e654';
}
.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: '\e633';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

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

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

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

    position: relative;

    overflow: hidden;

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

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

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

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

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    opacity: .7;
    border-radius: 4px;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
}
.banner .slick-dots li button
{
    display: none;
}
.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-in .slick-list
{
    padding: 0 !important;
}
.banner-in .slick-slide
{
    padding: 0;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: -webkit-calc(50% + 90px);
    top:         calc(50% + 90px);

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: -webkit-calc(50% + 50px);
        top:         calc(50% + 50px);
    }
}
.banner-in .text-in h3
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35;

    display: inline-block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h3
    {
        font-size: 20px;
    }
}
.banner-in .text-in h3:before,
.banner-in .text-in h3:after
{
    display: inline-block;

    width: 31px;
    height: 11px;

    content: '';
    vertical-align: middle;

    background: url(../images/line-1.png) no-repeat;
    background-size: cover;
}
.banner-in .text-in h3:before
{
    margin-right: 20px;
}
.banner-in .text-in h3:after
{
    margin-left: 20px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner-in .text-in p
{
    font-size: 20px;
    line-height: 1.2;

    margin: 6px 0 0 0;

    opacity: .5;
    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 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: 100px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title:after
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-left: 10px;

    content: '';

    background-color: #008a2e;
}
.title h2
{
    font-family: 'Nexa', Arial;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 42px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 26px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-advantage .advantage,
.wrap-about .advantage
{
    overflow: hidden;
}
.box-advantage .advantage ul li,
.wrap-about .advantage ul li
{
    position: relative;

    padding: 0 5%;
}
@media (max-width: 767px)
{
    .box-advantage .advantage ul li,
    .wrap-about .advantage ul li
    {
        padding: 0;
    }
}
.box-advantage .advantage ul li:after,
.wrap-about .advantage ul li:after
{
    position: absolute;
    top: 200px;
    right: 0;

    display: block;

    width: 1px;
    height: 70px;

    content: '';

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .box-advantage .advantage ul li:after,
    .wrap-about .advantage ul li:after
    {
        display: none;
    }
}
.box-advantage .advantage ul li:last-child:after,
.wrap-about .advantage ul li:last-child:after
{
    display: none;
}
.box-advantage .advantage .item,
.wrap-about .advantage .item
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item,
    .wrap-about .advantage .item
    {
        margin-top: 20px;
    }
}
.box-advantage .advantage .item img,
.wrap-about .advantage .item img
{
    display: block;

    width: 140px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item img,
    .wrap-about .advantage .item img
    {
        width: 80px;
    }
}
.box-advantage .advantage .item b,
.wrap-about .advantage .item b
{
    font-family: 'Nexa', Arial;
    font-size: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item b,
    .wrap-about .advantage .item b
    {
        font-size: 18px;
    }
}
.box-advantage .advantage .item p,
.wrap-about .advantage .item p
{
    line-height: 30px;

    margin: 10px 0 0 0;

    color: #888;
}
@media (max-width: 767px)
{
    .box-advantage .advantage .item p,
    .wrap-about .advantage .item p
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.box-advantage .advantage .item:hover img,
.wrap-about .advantage .item:hover img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-about
{
    padding: 20px;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-about
    {
        padding: 10px;

        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-about .about
{
    padding: 70px 0;

    color: #fff;
    border: 2px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .box-about .about
    {
        padding: 30px 0;
    }
}
.box-about .about .title:after
{
    background-color: #fff;
}
.box-about .about .text
{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-about .about .text
    {
        margin-top: 14px;
    }
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-about .about .text p
    {
        font-size: 14px;
        line-height: 22px;
    }
}
.box-about .about .more
{
    margin-top: 120px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .box-about .about .more
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .box-about .about .more
    {
        margin-top: 30px;
    }
}
.box-about .about .more a
{
    font-size: 24px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 5px;
    background-color: #008a2e;
}
@media (max-width: 767px)
{
    .box-about .about .more a
    {
        font-size: 18px;
        line-height: 40px;

        height: 40px;
        padding: 0 30px;
    }
}
.box-about .about .more a:after
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-left: 10px;

    content: '';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;

    background: url(../images/arrow-white.png) no-repeat center;
    background-size: cover;
}
.box-about .about .more a:hover
{
    background-color: #f7bb3c;
}
.box-category .category .item
{
    font-size: 0;

    overflow: hidden;

    margin-top: 50px;

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

    border: 1px solid #eee;
    border-radius: 10px;
}
@media (max-width: 767px)
{
    .box-category .category .item
    {
        margin-top: 30px;
    }
}
.box-category .category .item .text,
.box-category .category .item .pic
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-category .category .item .text
{
    width: 35%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .box-category .category .item .text
    {
        width: 100%;
        padding: 20px;
    }
}
.box-category .category .item .text .title-category
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-category .category .item .text .title-category:before
{
    display: block;

    width: 40px;
    height: 5px;
    margin-bottom: 20px;

    content: '';

    background-color: #f7bb3c;
}
.box-category .category .item .text .title-category h3
{
    font-family: 'Nexa', Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .box-category .category .item .text .title-category h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .box-category .category .item .text .title-category h3
    {
        font-size: 20px;
    }
}
.box-category .category .item .text .note
{
    margin-top: 14px;
}
.box-category .category .item .text .note p
{
    line-height: 30px;

    margin: 0;

    color: #888;
}
.box-category .category .item .text a.more
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 100px;

    text-transform: capitalize;

    color: #444;
}
@media (max-width: 767px)
{
    .box-category .category .item .text a.more
    {
        margin-top: 20px;
    }
}
.box-category .category .item .text a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e655';

    color: #f7bb3c;
}
.box-category .category .item .pic
{
    width: 65%;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 767px)
{
    .box-category .category .item .pic
    {
        float: right;

        margin-top: -100px;
    }
}
.box-category .category .item .pic .img-box
{
    padding-bottom: 112.35955056%;
}
.box-category .category .item:hover
{
    background: url(../images/category_bg.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-category .category .item:hover .text .title-category
{
    color: #f7bb3c;
}
.box-category .category .item:hover .text a.more
{
    color: #f7bb3c;
}
.box-category .category .item:hover .pic
{
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}
.box-product
{
    background-color: #f9f4e9;
}
.box-product .sort
{
    text-align: center;
}
.box-product .sort > ul
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .box-product .sort > ul
    {
        margin: 0 -4px;
    }
}
.box-product .sort > ul > li
{
    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-product .sort > ul > li
    {
        padding: 0 4px;
    }
}
.box-product .sort > ul > li a
{
    font-family: 'Nexa', Arial;
    font-size: 24px;
    line-height: 30px;

    display: inline-block;

    padding: 15px 40px;

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

    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-product .sort > ul > li a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
.box-product .sort > ul > li.active a
{
    color: #fff;
    background-color: #f7bb3c;
}
.box-product .slick-product
{
    margin: 0 -15px;
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .box-product .slick-product
    {
        margin-top: 30px;
    }
}
.box-product .slick-product .slick-slide
{
    padding: 0 15px;
}
.box-product .slick-product .item
{
    position: relative;

    overflow: hidden;

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

   
}
.box-product .slick-product .item .pic
{
    position: relative;
    z-index: 2; 
	border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-color: #fff;
	overflow: hidden;
}
.box-product .slick-product .item .addcart
{
    font-size: 24px;
    line-height: 46px;

    position: absolute;
    right: 14px;
    bottom: 14px;

    display: block;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #f7bb3c;
}
.box-product .slick-product .item .addcart:after
{
    font-family: 'iconfont' !important;
font-weight: normal;
    content: '\e641';
}
.box-product .slick-product .item .addcart:hover
{
    background-color: #df9700;
}
.box-product .slick-product .item .img-box
{
    overflow: hidden;

    padding-bottom: 96.66666667%;
}
.box-product .slick-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;

    border-radius: 10px;
}
.box-product .slick-product .item .text
{
    display: block;

    padding: 10px 70px 20px 20px;
}
.box-product .slick-product .item .text b
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .box-product .slick-product .item .text b
    {
        font-size: 18px;
    }
}
.box-product .slick-product .item .text p
{
    font-size: 14px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #666;
}
.box-product .slick-product .item:hover
{
    border-color: #f7bb3c;
}
.box-product .slick-product .item:hover .pic{
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-product .slick-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .slick-product .item:hover b
{
    color: #f7bb3c;
}
.box-product .slick-product .slick-arrow
{
    left: -10%;

    width: 80px;
    height: 80px;
    padding: 20px;

    border: 1px solid #f7bb3c;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-product .slick-product .slick-arrow
    {
        left: 0;

        width: 50px;
        height: 50px;
        padding: 10px;
    }
}
.box-product .slick-product .slick-arrow:before
{
    width: 40px;
    height: 40px;
}
@media (max-width: 767px)
{
    .box-product .slick-product .slick-arrow:before
    {
        width: 30px;
        height: 30px;
    }
}
.box-product .slick-product .slick-arrow.slick-next
{
    right: -10%;
    left: auto;
}
@media (max-width: 767px)
{
    .box-product .slick-product .slick-arrow.slick-next
    {
        right: 0;
    }
}
.box-product .slick-product .slick-arrow:hover
{
    background-color: #f7bb3c;
}
.box-product .slick-product .slick-arrow:hover:before
{
    background-image: url(../images/arrow-white.png);
}
.footer
{
    position: relative;

    overflow: hidden;

    padding: 60px 0 40px 0;

    color: #d2d2d2;
    background: url(../images/foot_bg.jpg) no-repeat #201d1d;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 65px;
    }
}
.footer .title-foot
{
    position: relative;
}
.footer .title-foot:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #353535;
}
.footer .title-foot h3
{
    font-size: 30px;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0;
    padding-right: 10%;

    text-transform: capitalize;

    color: #f7bb3c;
    background-color: #201d1d;
}
@media (max-width: 991px)
{
    .footer .title-foot h3
    {
        font-size: 24px;

        padding-right: 5%;
    }
}
.footer .foot-left
{
    padding-right: 8%;
}
@media (max-width: 1199px)
{
    .footer .foot-left
    {
        display: none;
    }
}
.footer .foot-left .foot-text
{
    margin-top: 20px;
}
.footer .foot-left .foot-text ul
{
    font-size: 0;

    margin: 0 -30px;
}
.footer .foot-left .foot-text ul li
{
    font-size: 14px;

    display: inline-block;

    width: 65%;
    padding: 0 30px;

    vertical-align: top;
}
.footer .foot-left .foot-text ul li:nth-child(2)
{
    width: 35%;
}
.footer .foot-left .foot-text p
{
    font-size: 18px;
    line-height: 24px;

    position: relative;

    min-height: 48px;
    margin: 20px 0 0 0;
    padding-top: 10px;
    padding-left: 68px;

    word-break: break-word;
}
.footer .foot-left .foot-text p:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    line-height: 48px;

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

    width: 48px;
    height: 48px;

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

    color: #d2d2d2;
    border-radius: 50%;
    background-color: #353535;
}
.footer .foot-left .foot-text p.address
{
    padding-top: 0;
}
.footer .foot-left .foot-text p.address:before
{
    content: '\e654';
}
.footer .foot-left .foot-text p.email:before
{
    content: '\e66a';
}
.footer .foot-left .foot-text p.skype:before
{
    content: '\e752';
}
.footer .foot-left .foot-text p.tel:before
{
    content: '\e680';
}
.footer .foot-left .foot-text p.fax:before
{
    content: '\e62f';
}
.footer .foot-left .foot-text p.phone:before
{
    content: '\e640';
}
.footer .foot-left .foot-text p.whatsapp:before
{
    content: '\e69f';
}
.footer .foot-left .foot-text a:hover
{
    text-decoration: underline;

    color: #f7bb3c;
}
.footer .foot-right .foot-message
{
    position: relative;

    margin-top: 40px;
    padding-right: 110px;
}
@media (max-width: 991px)
{
    .footer .foot-right .foot-message
    {
        margin-top: 20px;
        padding-right: 80px;
    }
}
.footer .foot-right .foot-message input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .footer .foot-right .foot-message input
    {
        line-height: 24px;

        padding: 10px;
    }
}
.footer .foot-right .foot-message input::-webkit-input-placeholder,
.footer .foot-right .foot-message textarea::-webkit-input-placeholder
{
    color: #d2d2d2;
}
.footer .foot-right .foot-message input:-o-placeholder,
.footer .foot-right .foot-message textarea:-o-placeholder
{
    color: #d2d2d2;
}
.footer .foot-right .foot-message input::-moz-placeholder,
.footer .foot-right .foot-message textarea::-moz-placeholder
{
    color: #d2d2d2;
}
.footer .foot-right .foot-message input:-ms-input-placeholder,
.footer .foot-right .foot-message textarea:-ms-input-placeholder
{
    color: #d2d2d2;
}
.footer .foot-right .foot-message input:focus::-webkit-input-placeholder,
.footer .foot-right .foot-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .foot-message input:focus::-o-placeholder,
.footer .foot-right .foot-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .foot-message input:focus::-moz-placeholder,
.footer .foot-right .foot-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .foot-message input:focus::-ms-input-placeholder,
.footer .foot-right .foot-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right .foot-message .submit
{
    font-size: 30px;
    line-height: 44px;

    position: absolute;
    right: 0;

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

    color: #fff;
    border-radius: 10px;
    background-color: #f7bb3c;
}
@media (max-width: 991px)
{
    .footer .foot-right .foot-message .submit
    {
        font-size: 20px;
        line-height: 44px;

        width: 70px;
        height: 44px;
    }
}
.footer .foot-right .foot-message .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e647';
}
.footer .foot-right .share
{
    margin-top: 20px;

    color: #d2d2d2;
}
.footer .foot-right .share ul
{
    font-size: 0;

    display: inline-block;

    margin: 0 -12px;
}
.footer .foot-right .share ul li
{
    display: inline-block;
}
.footer .foot-right .share ul li a
{
    font-size: 22px;
    line-height: 30px;

    display: block;

    width: 30px;
    margin: 0 12px;

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

    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .footer .foot-right .share ul li a
    {
        font-size: 18px;
        line-height: 30px;
    }
}
.footer .foot-right .share ul li a:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e615';
    text-align: center;
    vertical-align: top;
}
.footer .foot-right .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot-right .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot-right .share ul li.instagram a:before
{
    content: '\e6b6';
}
.footer .foot-right .share ul li.youtube a:before
{
    content: '\e6d7';
}
.footer .foot-right .share ul li.google a:before
{
    content: '\e645';
}
.footer .foot-right .share ul li.amazon a:before
{
    content: '\e6c1';
}
.footer .foot-right .share ul li:hover a
{
    color: #f7bb3c;
}
.footer .foot-right .copyright
{
    margin-top: 14px;
}
.footer .foot-right .copyright p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .footer .foot-right .copyright p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .foot-right .copyright p a:hover
{
    text-decoration: underline;

    color: #f7bb3c;
}
.footer .foot-right .copyright a.sitemap
{
    font-size: 16px;

    display: block;

    margin-top: 16px;

    text-decoration: underline;
}
.footer .foot-right .copyright a.sitemap:hover
{
    color: #f7bb3c;
}
.wrapper
{
    clear: both;
    overflow: hidden;
}
.wrap
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.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: #f7bb3c;
}
.sidenav-about,
.sidenav-product
{
    position: relative;

    padding: 40px 0 50px;

    border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .sidenav-about,
    .sidenav-product
    {
        padding: 20px 0;
    }
}
.sidenav-about:after,
.sidenav-product:after
{
    position: absolute;
    bottom: -3px;
    left: 50%;

    display: block;

    width: 68px;
    height: 5px;
    margin-left: -34px;

    content: '';

    background-color: #f7bb3c;
}
.sidenav-about > ul,
.sidenav-product > ul
{
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .sidenav-about > ul,
    .sidenav-product > ul
    {
        margin: 0 -4px;
    }
}
.sidenav-about > ul > li,
.sidenav-product > ul > li
{
    font-size: 14px;
    font-size: 22px;
    line-height: 24px;

    display: inline-block;

    width: 25%;
    margin: 10px 0;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .sidenav-about > ul > li,
    .sidenav-product > ul > li
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .sidenav-about > ul > li,
    .sidenav-product > ul > li
    {
        font-size: 16px;

        width: 50%;
    }
}
@media (max-width: 767px)
{
    .sidenav-about > ul > li,
    .sidenav-product > ul > li
    {
        font-size: 14px;

        margin: 4px 0;
        padding: 0 4px;
    }
}
.sidenav-about > ul > li a,
.sidenav-product > ul > li a
{
    display: block;

    padding: 15px 0;

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

    color: #444;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
@media (max-width: 767px)
{
    .sidenav-about > ul > li a,
    .sidenav-product > ul > li a
    {
        padding: 8px 0;
    }
}
.sidenav-about > ul > li a .icon,
.sidenav-product > ul > li a .icon,
.sidenav-about > ul > li a p,
.sidenav-product > ul > li a p
{
    display: inline-block;

    min-height: 30px;
    margin: 0;

    vertical-align: middle;
    text-transform: capitalize;
}
.sidenav-about > ul > li a .icon,
.sidenav-product > ul > li a .icon
{
    position: relative;

    width: 30px;
    height: 30px;
    margin-right: 4px;
}
@media (max-width: 767px)
{
    .sidenav-about > ul > li a .icon,
    .sidenav-product > ul > li a .icon
    {
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
}
.sidenav-about > ul > li a .icon img,
.sidenav-product > ul > li a .icon img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.sidenav-about > ul > li a .icon .ihover,
.sidenav-product > ul > li a .icon .ihover
{
    opacity: 0;
}
.sidenav-about > ul > li.active a,
.sidenav-product > ul > li.active a,
.sidenav-about > ul > li:hover a,
.sidenav-product > ul > li:hover a
{
    color: #fff;
    border-color: #f7bb3c;
    background-color: #f7bb3c;
}
.sidenav-about > ul > li.active a .icon .inow,
.sidenav-product > ul > li.active a .icon .inow,
.sidenav-about > ul > li:hover a .icon .inow,
.sidenav-product > ul > li:hover a .icon .inow
{
    opacity: 0;
}
.sidenav-about > ul > li.active a .icon .ihover,
.sidenav-product > ul > li.active a .icon .ihover,
.sidenav-about > ul > li:hover a .icon .ihover,
.sidenav-product > ul > li:hover a .icon .ihover
{
    opacity: 1;
}
.sidenav-product
{
    overflow: hidden;

    padding-bottom: 0;

    border-bottom: none;
}
.sidenav-product:after
{
    display: none;
}
.sidenav-product > ul
{
    display: inline-block;
    float: left;
}
@media (max-width: 991px)
{
    .sidenav-product > ul
    {
        display: block;
        float: none;
    }
}
.sidenav-product > ul > li
{
    line-height: 30px;

    width: auto;
}
.sidenav-product > ul > li a
{
    font-family: 'Nexa', Arial;

    padding-right: 20px;
    padding-left: 20px;

    color: #222;
}
.sidenav-product .location
{
    display: inline-block;
    float: right;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .sidenav-product .location
    {
        display: block;
        float: none;

        margin: 0;
    }
}
.sidenav-product .location > ul > li
{
    font-size: 22px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .sidenav-product .location > ul > li
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .sidenav-product .location > ul > li
    {
        font-size: 15px;
    }
}
.sidenav-product .location > ul > li:after
{
    display: inline-block;

    margin: 0 4px;

    content: '/';
    vertical-align: middle;
}
.sidenav-product .location > ul > li:last-child:after
{
    display: none;
}
.sidenav-product .location > ul > li a
{
    line-height: 60px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.sidenav-product .location > ul > li a:hover
{
    color: #f7bb3c;
}
.sidenav
{
    margin-top: 30px;
    padding: 20px 0;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px)
{
    .sidenav
    {
        margin-top: 0;
    }
}
.sidenav > ul > li
{
    margin: 30px 0;
}
@media (max-width: 991px)
{
    .sidenav > ul > li
    {
        display: inline-block;

        margin: 0;

        vertical-align: top;
    }
}
.sidenav > ul > li > a
{
    font-family: 'Nexa', Arial;
    font-size: 22px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 30px;

    color: #444;
}
@media (max-width: 991px)
{
    .sidenav > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .sidenav > ul > li > a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
.sidenav > ul > li > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 5px;
    height: 0;

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

    border-radius: 10px;
    background-color: #f7bb3c;
}
@media (max-width: 991px)
{
    .sidenav > ul > li > a:before
    {
        display: none;
    }
}
.sidenav > ul > li.active > a,
.sidenav > ul > li:hover > a
{
    color: #f7bb3c;
}
.sidenav > ul > li.active > a:before,
.sidenav > ul > li:hover > a:before
{
    height: 100%;
}
.wrap-about .about .title-about
{
    margin-top: 40px;

    text-align: center;
}
.wrap-about .about .title-about h1
{
    font-family: 'Nexa', Arial;
    font-size: 30px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 20px;
    }
}
.wrap-about .about .text
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text
    {
        margin-top: 20px;
    }
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-about .about .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-about .video
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 767px)
{
    .wrap-about .video
    {
        margin-top: 50px;
    }
}
.wrap-about .video img
{
    max-width: 100%;
}
.wrap-about .video .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-about .video .play:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 1;

    display: block;

    content: '\e652';
    cursor: pointer;
    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 991px)
{
    .wrap-about .video .play:before
    {
        font-size: 40px;
    }
}
.wrap-about .video .play:hover
{
    color: #f7bb3c;
}
.wrap-factory .factory,
.wrap-exhibition .factory,
.wrap-certificate .factory,
.wrap-factory .exhibition,
.wrap-exhibition .exhibition,
.wrap-certificate .exhibition,
.wrap-factory .certificate,
.wrap-exhibition .certificate,
.wrap-certificate .certificate
{
    margin-top: 30px;
}
.wrap-factory .factory .item,
.wrap-exhibition .factory .item,
.wrap-certificate .factory .item,
.wrap-factory .exhibition .item,
.wrap-exhibition .exhibition .item,
.wrap-certificate .exhibition .item,
.wrap-factory .certificate .item,
.wrap-exhibition .certificate .item,
.wrap-certificate .certificate .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item,
    .wrap-exhibition .factory .item,
    .wrap-certificate .factory .item,
    .wrap-factory .exhibition .item,
    .wrap-exhibition .exhibition .item,
    .wrap-certificate .exhibition .item,
    .wrap-factory .certificate .item,
    .wrap-exhibition .certificate .item,
    .wrap-certificate .certificate .item
    {
        margin-top: 14px;
    }
}
.wrap-factory .factory .item .img-box,
.wrap-exhibition .factory .item .img-box,
.wrap-certificate .factory .item .img-box,
.wrap-factory .exhibition .item .img-box,
.wrap-exhibition .exhibition .item .img-box,
.wrap-certificate .exhibition .item .img-box,
.wrap-factory .certificate .item .img-box,
.wrap-exhibition .certificate .item .img-box,
.wrap-certificate .certificate .item .img-box
{
    padding-bottom: 70%;
}
.wrap-factory .factory .item .img-box img,
.wrap-exhibition .factory .item .img-box img,
.wrap-certificate .factory .item .img-box img,
.wrap-factory .exhibition .item .img-box img,
.wrap-exhibition .exhibition .item .img-box img,
.wrap-certificate .exhibition .item .img-box img,
.wrap-factory .certificate .item .img-box img,
.wrap-exhibition .certificate .item .img-box img,
.wrap-certificate .certificate .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item p,
.wrap-exhibition .factory .item p,
.wrap-certificate .factory .item p,
.wrap-factory .exhibition .item p,
.wrap-exhibition .exhibition .item p,
.wrap-certificate .exhibition .item p,
.wrap-factory .certificate .item p,
.wrap-exhibition .certificate .item p,
.wrap-certificate .certificate .item p
{
    font-family: 'Nexa', Arial;
    font-size: 20px;
    line-height: 30px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .wrap-factory .factory .item p,
    .wrap-exhibition .factory .item p,
    .wrap-certificate .factory .item p,
    .wrap-factory .exhibition .item p,
    .wrap-exhibition .exhibition .item p,
    .wrap-certificate .exhibition .item p,
    .wrap-factory .certificate .item p,
    .wrap-exhibition .certificate .item p,
    .wrap-certificate .certificate .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-factory .factory .item p,
    .wrap-exhibition .factory .item p,
    .wrap-certificate .factory .item p,
    .wrap-factory .exhibition .item p,
    .wrap-exhibition .exhibition .item p,
    .wrap-certificate .exhibition .item p,
    .wrap-factory .certificate .item p,
    .wrap-exhibition .certificate .item p,
    .wrap-certificate .certificate .item p
    {
        font-size: 16px;
    }
}
.wrap-factory .factory .item p:before,
.wrap-exhibition .factory .item p:before,
.wrap-certificate .factory .item p:before,
.wrap-factory .exhibition .item p:before,
.wrap-exhibition .exhibition .item p:before,
.wrap-certificate .exhibition .item p:before,
.wrap-factory .certificate .item p:before,
.wrap-exhibition .certificate .item p:before,
.wrap-certificate .certificate .item p:before,
.wrap-factory .factory .item p:after,
.wrap-exhibition .factory .item p:after,
.wrap-certificate .factory .item p:after,
.wrap-factory .exhibition .item p:after,
.wrap-exhibition .exhibition .item p:after,
.wrap-certificate .exhibition .item p:after,
.wrap-factory .certificate .item p:after,
.wrap-exhibition .certificate .item p:after,
.wrap-certificate .certificate .item p:after
{
    position: absolute;
    top: 50%;

    display: block;

    width: 12px;
    height: 2px;

    content: '';

    background-color: #f7bb3c;
}
.wrap-factory .factory .item p:before,
.wrap-exhibition .factory .item p:before,
.wrap-certificate .factory .item p:before,
.wrap-factory .exhibition .item p:before,
.wrap-exhibition .exhibition .item p:before,
.wrap-certificate .exhibition .item p:before,
.wrap-factory .certificate .item p:before,
.wrap-exhibition .certificate .item p:before,
.wrap-certificate .certificate .item p:before
{
    left: 0;
}
.wrap-factory .factory .item p:after,
.wrap-exhibition .factory .item p:after,
.wrap-certificate .factory .item p:after,
.wrap-factory .exhibition .item p:after,
.wrap-exhibition .exhibition .item p:after,
.wrap-certificate .exhibition .item p:after,
.wrap-factory .certificate .item p:after,
.wrap-exhibition .certificate .item p:after,
.wrap-certificate .certificate .item p:after
{
    right: 0;
}
.wrap-factory .factory .item:hover .img-box img,
.wrap-exhibition .factory .item:hover .img-box img,
.wrap-certificate .factory .item:hover .img-box img,
.wrap-factory .exhibition .item:hover .img-box img,
.wrap-exhibition .exhibition .item:hover .img-box img,
.wrap-certificate .exhibition .item:hover .img-box img,
.wrap-factory .certificate .item:hover .img-box img,
.wrap-exhibition .certificate .item:hover .img-box img,
.wrap-certificate .certificate .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-certificate .certificate .item .img-box
{
    padding-bottom: 139.39393939%;
}
.wrap-news .news .item
{
    margin-top: 60px;

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

    border-bottom: 2px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .news .item .pic
{
    overflow: hidden;

    border-radius: 10px;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 84.44444444%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .text
{
    padding: 20px 20px 40px 20px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        padding: 14px 0;
    }
}
.wrap-news .news .item .text span.date
{
    font-family: 'Nexa', Arial;
    font-size: 16px;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text span.date
    {
        font-size: 14px;
    }
}
.wrap-news .news .item .text b
{
    font-family: 'Nexa', Arial;
    font-size: 30px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 14px 0 0 0;

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

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

        height: 30px;
        margin: 0;
    }
}
.wrap-news .news .item .text p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 150px;
    margin: 20px 0 0 0;

    text-align: left;

    color: #888;

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

        display: -webkit-box;
        overflow: hidden;

        height: 72px;
        margin-top: 10px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (min-width: 1200px)
{
    .wrap-news .news .item:hover
    {
        border-bottom-color: #f7bb3c;
    }
    .wrap-news .news .item:hover .pic
    {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .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 b
    {
        color: #f7bb3c;
    }
}
.wrap-news-show .title-news-show
{
    margin-top: 50px;
    padding-top: 30px;

    border-top: 2px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show
    {
        margin-top: 20px;
        padding-top: 20px;
    }
}
.wrap-news-show .title-news-show h1
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 22px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-family: 'Nexa', Arial;
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #f7bb3c;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show span.date
    {
        font-size: 14px;
    }
}
.wrap-news-show .title-news-show span.date:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    margin-right: 8px;

    content: '\e633';
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show span.date:before
    {
        font-size: 20px;
    }
}
.wrap-news-show .text
{
    margin-top: 20px;
}
.wrap-news-show .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

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

    position: relative;

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

    height: 30px;
    margin-top: 10px;
    padding-left: 24px;

    color: #999;

    -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:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

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

    content: '\e642';
}
.wrap-news-show .news-relate a:hover
{
    color: #333;
}
.wrap-news-show .news-relate .next a:before
{
    content: '\e641';
}
.wrap-product .product .item
{
    position: relative;

    display: block;

    margin-top: 30px;

    text-align: center;
}
.wrap-product .product .item .pic
{
    text-align: center;

    border: 1px solid #d2d2d2;
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 96.66666667%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .pic a.addcart
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 10px;
    background-color: #f7bb3c;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .pic a.addcart
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 14px;
    }
}
.wrap-product .product .item .pic a.addcart:hover
{
    background-color: #df9700;
}
.wrap-product .product .item p
{
    font-size: 19px;
    font-weight: bold;
    line-height: 46px;

    display: -webkit-box;
    overflow: hidden;

    height: 46px;
    margin: 10px 0 0 0;
	padding-right: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	position: relative;
}
@media (max-width: 991px)
{
    .wrap-product .product .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item p
    {
        font-size: 16px;
    }
}
.wrap-product .product .item p a.addcart{
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #f7bb3c;
	color: #ffffff;
	line-height: 46px;
	text-align: center;
}
.wrap-product .product .item p a.addcart:after{
    font-family: 'iconfont' !important;
    content: '\e641';
	font-weight: normal;
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .pic
    {
        border-color: #f7bb3c;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .wrap-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover p
    {
        text-decoration: underline;

        color: #f7bb3c;
    }
}
.wrap-product-show .carousel-wrap
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .img-box
{
    padding-bottom: 96.66666667%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #d2d2d2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video
{
    background-color: #000;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item-video .img-box
{
    opacity: .8;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 50px;

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

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -10px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 10px;

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

    border: 1px solid #d2d2d2;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item-video
{
    position: relative;

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

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

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

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #f7bb3c;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
{
    line-height: 30px;

    position: relative;
    left: 0;

    width: 100%;
    height: 30px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow.slick-next
{
    top: auto;
    right: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow
    {
        display: block !important;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:before
{
    font-size: 18px;

    display: block;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-arrow:hover
{
    color: #f7bb3c;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    font-size: 24px;

    left: -10px;

    width: 20px;

    color: #333;
    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: -10px;
    left: auto;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    padding-left: 25px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    padding-bottom: 20px;

    border-bottom: 1px solid #e0e0e0;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: block;

    margin: 0;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p
{
    font-size: 16px;
    line-height: 1;

    margin: 6px 0 0 0;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info p
    {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text h3
{
    font-size: 22px;
    font-weight: bold;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry,
.wrap-product-show .carousel-wrap .info-box .btn-addcart
{
    display: inline-block;

    margin-top: 70px;
    margin-right: 10px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry,
    .wrap-product-show .carousel-wrap .info-box .btn-addcart
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a,
.wrap-product-show .carousel-wrap .info-box .btn-addcart a
{
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

    min-width: 210px;
    padding: 0 12px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #f7bb3c;
}
@media (max-width: 1350px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry a,
    .wrap-product-show .carousel-wrap .info-box .btn-addcart a
    {
        padding: 0 4px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry a,
    .wrap-product-show .carousel-wrap .info-box .btn-addcart a
    {
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:before,
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-right: 10px;

    content: '\e6a3';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:hover,
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:hover
{
    text-decoration: underline;

    color: #fff;
    border-color: #f7bb3c;
    background-color: #f7bb3c;
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a
{
    color: #444;
    border: 1px solid #dcdcdc;
    background: none;
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:before
{
    content: '\e619';
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next
{
    display: block;

    margin-top: 50px;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    color: #c0c0c0;
    border: 1px solid #eee;
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e625';
}
.wrap-product-show .carousel-wrap .info-box .btn-prev-next a:hover
{
    color: #fff;
    background-color: #f7bb3c;
}
.wrap-product-show .carousel-wrap .info-box .share
{
    clear: both;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share span
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share p,
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .title-product-show h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-product-show .parameter
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter
    {
        padding-top: 40px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table
{
    font-size: 16px;
    line-height: 1.2;
    line-height: 24px;

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

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr
{
    border-bottom: 1px solid #e9e9e9;
}
.wrap-product-show .parameter .table-box table td
{
    padding: 10px;

    vertical-align: top;
}
.wrap-product-show .parameter .table-box table td:nth-child(1)
{
    width: 30%;
}
.wrap-product-show .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry
    {
        padding-top: 40px;
    }
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input
{
    background-color: #d8d8d8;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .send
{
    text-align: center;
}
.wrap-product-show .inquiry .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    margin-top: 26px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #f7bb3c;
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #df9700;
}
.wrap-contact .contact
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact
    {
        margin: 0;
    }
}
.wrap-contact .contact > ul
{
    font-size: 0;

    padding: 0 12%;

    text-align: center;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact > ul
    {
        padding: 0 8%;
    }
}
@media (max-width: 1350px)
{
    .wrap-contact .contact > ul
    {
        padding: 0 2%;
    }
}
@media (max-width: 1199px)
{
    .wrap-contact .contact > ul
    {
        margin: 0 -10px;
        padding: 0;
    }
}
.wrap-contact .contact > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;

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

    display: block;

    content: '\e63e';

    color: #f7bb3c;
}
.wrap-contact .contact .item-tel:before
{
    content: '\e61c';
}
.wrap-contact .contact .item-email:before
{
    content: '\e656';
}
.wrap-contact .contact .item b
{
    font-family: 'Nexa', Arial;
    font-size: 24px;
    line-height: 1.4;

    display: block;

    margin-top: 10px;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .item b
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 10px 0 0 0;

    word-break: break-word;

    color: #666;
}
.wrap-contact .contact .item a:hover
{
    text-decoration: underline;

    color: #f7bb3c;
}
.wrap-contact .contact .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .message-map
{
    font-size: 0;

    margin-top: 50px;
}
.wrap-contact .message-map .map
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    height: 500px;

    border-radius: 10px;
}
@media (max-width: 991px)
{
    .wrap-contact .message-map .map
    {
        height: 300px;
    }
}
.wrap-contact .message-map .map .map-content
{
    height: 100%;
}
.wrap-contact .message-map .map,
.wrap-contact .message-map .message
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-contact .message-map .map
{
    width: 30%;
}
@media (max-width: 991px)
{
    .wrap-contact .message-map .map
    {
        width: 100%;
    }
}
.wrap-contact .message-map .message
{
    width: 85%;
    margin-left: -15%;
    padding: 40px 10% 40px 25%;

    border: 2px solid #fbdfa4;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .message-map .message
    {
        width: 100%;
        margin: 30px 0 0 0;
        padding: 30px 15px;
    }
}
.wrap-contact .message-map .message .title-contact
{
    text-align: center;
}
.wrap-contact .message-map .message .title-contact h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .message-map .message .title-contact h2
    {
        font-size: 24px;
    }
}
.wrap-contact .message-map .message form
{
    margin-top: 10px;
}
.wrap-contact .message-map .message form input,
.wrap-contact .message-map .message form textarea
{
    font-size: 16px;
    line-height: 28px;

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

    resize: vertical;

    border: none;
    border-radius: 30px;
    outline: none;
    background: none;
    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .wrap-contact .message-map .message form input,
    .wrap-contact .message-map .message form textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message-map .message form input::-webkit-input-placeholder,
.wrap-contact .message-map .message form textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .message-map .message form input:-o-placeholder,
.wrap-contact .message-map .message form textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .message-map .message form input::-moz-placeholder,
.wrap-contact .message-map .message form textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .message-map .message form input:-ms-input-placeholder,
.wrap-contact .message-map .message form textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .message-map .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message-map .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message-map .message form input:focus::-o-placeholder,
.wrap-contact .message-map .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message-map .message form input:focus::-moz-placeholder,
.wrap-contact .message-map .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message-map .message form input:focus::-ms-input-placeholder,
.wrap-contact .message-map .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message-map .message form p
{
    font-size: 16px;
    line-height: 30px;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .wrap-contact .message-map .message form p
    {
        font-size: 14px;
    }
}
.wrap-contact .message-map .message form p span
{
    color: #c9161c;
}
.wrap-contact .message-map .message form .send
{
    text-align: center;
}
.wrap-contact .message-map .message form .submit
{
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;

    display: inline-block;

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

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

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

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

    margin-left: 10px;

    content: '\e646';
}
.wrap-contact .message-map .message form .submit:hover
{
    background-color: #df9700;
}
.wrap-inquiry .bar
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-inquiry .bar
    {
        margin-top: 20px;
    }
}
.wrap-inquiry .title-inquiry
{
    text-align: center;
}
.wrap-inquiry .title-inquiry h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry table
{
    width: 100%;

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

    overflow: hidden;

    color: #fff;
    background-color: #f7bb3c;
}
@media (max-width: 991px)
{
    .wrap-inquiry table tr:first-child
    {
        font-size: 14px;
    }
}
.wrap-inquiry table th
{
    font-weight: normal;
    line-height: 24px;

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

    text-align: left;
    text-transform: capitalize;
}
.wrap-inquiry table td,
.wrap-inquiry table th
{
    padding: 40px 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: 20%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2)
    {
        width: 15%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3)
{
    width: 35%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 30%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3)
    {
        width: 30%;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4)
{
    width: 15%;
}
@media (max-width: 991px)
{
    .wrap-inquiry table td:nth-child(4),
    .wrap-inquiry table th:nth-child(4)
    {
        width: 20%;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry table td:nth-child(4),
    .wrap-inquiry table th:nth-child(4)
    {
        width: 20%;
    }
}
.wrap-inquiry table td:nth-child(5),
.wrap-inquiry table th:nth-child(5)
{
    width: 15%;

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

    display: inline-block;

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

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

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

    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after
{
    position: absolute;
    top: 2px;
    left: 2px;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #f7bb3c;
}
.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: 26px;

    display: inline-block;

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

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

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

        position: relative;
        z-index: 8;

        display: block;

        width: 20px;
        height: 20px;
    }
}
.wrap-inquiry table .pic
{
    display: block;

    max-width: 120px;

    border: 1px solid #d2d2d2;
}
@media (max-width: 767px)
{
    .wrap-inquiry table .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table p
{
    font-size: 16px;
    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: 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: #df9700;
}
.wrap-inquiry .inquiry
{
    padding-top: 50px;
}
.wrap-inquiry .inquiry .title-inquiry
{
    text-align: left;
}
.wrap-inquiry .inquiry .title-inquiry h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;

    color: #333;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry .title-inquiry h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry .title-inquiry h2
    {
        font-size: 24px;
    }
}
.wrap-inquiry .inquiry .title-inquiry p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #777;
}
.wrap-inquiry .inquiry form input,
.wrap-inquiry .inquiry form textarea
{
    font-size: 16px;
    line-height: 30px;

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

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #ededed;
}
@media (max-width: 991px)
{
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiry .inquiry form input,
    .wrap-inquiry .inquiry form textarea
    {
        font-size: 14px;
    }
}
.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 .read input
{
    background-color: #d8d8d8;
}
.wrap-inquiry .inquiry form .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-inquiry .inquiry form .send
{
    text-align: center;
}
.wrap-inquiry .inquiry form .submit
{
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    margin-top: 26px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #aacd06;
}
.wrap-inquiry .inquiry form .submit:hover
{
    background-color: #f7bb3c;
}
.wrap-sitemap
{
    padding-bottom: 200px;
}
@media (max-width: 991px)
{
    .wrap-sitemap
    {
        padding-bottom: 80px;
    }
}
.wrap-sitemap .sitemap
{
    margin-top: -30px;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    position: absolute;
    left: 0;

    width: 210px;
    padding: 10px 20px;

    text-align: center;
    text-transform: capitalize;

    color: #fff;
    border-radius: 10px;
    background-color: #f7bb3c;
}
@media (max-width: 1470px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 15px;

        position: relative;

        display: block;

        width: 180px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    background-color: #df9700;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        padding: 10px 0;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    display: inline-block;

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

    display: block;

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

    text-transform: capitalize;

    color: #444;
}
@media (max-width: 1470px)
{
    .wrap-sitemap .sitemap > ul > li > ul > li a
    {
        font-size: 18px;
    }
}
@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
{
    font-style: italic;

    text-decoration: underline;

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

    content: '\eb60';
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 30px;

    display: block;

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

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

    color: #666;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        margin: 0 4px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.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: #f7bb3c;
    background-color: #f7bb3c;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #f7bb3c;
    background-color: #f7bb3c;
}
