:root
{
    --pad: -webkit-calc(50vw - 825px);
    --pad:         calc(50vw - 825px);
}
@media (max-width: 1720px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 705px);
        --pad:         calc(50vw - 705px);
    }
}
@media (max-width: 1470px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 660px);
        --pad:         calc(50vw - 660px);
    }
}
@media (max-width: 1400px)
{
    :root
    {
        --pad: -webkit-calc(50vw - 570px);
        --pad:         calc(50vw - 570px);
    }
}
@media (max-width: 1199px)
{
    :root
    {
        --pad: 6vw;
    }
}
@media (max-width: 991px)
{
    :root
    {
        --pad: 7.5vw;
    }
}
@media (max-width: 767px)
{
    :root
    {
        --pad: 15px;
    }
}
@-webkit-keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes fadeInUp
{
    from
    {
        -webkit-transform: translate3d(0, 50%, 0);
                transform: translate3d(0, 50%, 0);

        opacity: 1;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown
{
    from
    {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
@keyframes fadeInDown
{
    from
    {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);

        opacity: 0;
    }
    to
    {
        -webkit-transform: none;
                transform: none;

        opacity: 1;
    }
}
.ff,
.banner .mobile-video:before
{
    font-family: 'iconfont' !important;
}
.iconfont
{
    font-size: inherit;
}
@font-face
{
    font-family: 'Manrope';
    font-weight: 500;
    font-style: normal;

    src: local('Manrope Medium'), local('Manrope-Medium'), url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Inter';
    font-weight: normal;
    font-style: normal;

    src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;

    src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
    font-display: swap;
}
.title-font
{
    font-family: 'Manrope', Arial;
    font-weight: 500;
}
@font-face
{
    font-family: 'Kaushan Script';
    font-weight: normal;
    font-style: normal;

    src: local('Kaushan Script'), local('KaushanScript-Regular'), url('../fonts/KaushanScript-Regular.woff2') format('woff2'), url('../fonts/KaushanScript-Regular.woff') format('woff'), url('../fonts/KaushanScript-Regular.ttf') format('truetype');
    font-display: swap;
}
body
{
    font-family: 'Inter', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 16px;
    font-weight: normal;

    overflow-x: hidden;

    color: #331f00;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
    }
}
.row
{
    --bs-gutter-x: 1.875rem;
}
:root
{
    scroll-behavior: unset;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img,
.img-box iframe
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fszero
{
    font-size: 0;

    overflow: hidden;

    width: 0;
    height: 0;
}
.fszero h1
{
    margin: 0;
}
.wrap-map .map-content
{
    display: none;
}
[lang=zh-CN] .share-cn
{
    display: block;
}
[lang=zh-CN] .share-other
{
    display: none;
}
[lang=zh-CN] .wrap-map .map-content
{
    display: block;
}
[lang=zh-CN] .wrap-map .map
{
    display: none;
}
[lang=zh-CN] .box-follow
{
    display: none;
}
.a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
@-ms-viewport
{
    width: auto !important;
}
li,
ol,
ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
a,
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
img[data-lazy]
{
    background: url(../images/ajax-loader.gif) no-repeat center;
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;

    background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy
{
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.loaded
{
    background-size: cover;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn
{
    margin-bottom: 0 !important;
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.slick-disabled
{
    cursor: no-drop;

    opacity: .5;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1470px)
{
    .container
    {
        max-width: 1440px;
    }
}
@media (min-width: 1830px)
{
    .con1770
    {
        max-width: 1800px;
    }
}
@media (max-width: 767px)
{
    .col-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 100%;
    max-width: 80%;
    height: 100%;
    min-height: 50%;
    max-height: 80%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
.fancybox-slide > video
{
    padding: 0;
}
.swiper-lazy
{
    background: url(../images/ajax-loader.gif) no-repeat center;
}
.scrollbar::-webkit-scrollbar
{
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
}
.slick-arrow
{
    font-size: 0;
    line-height: 48px;

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

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 48px;
    height: 48px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #bfac8f;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 1560px)
{
    .slick-arrow
    {
        left: -4%;
    }
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: -30px;

        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -12px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 15px;

    display: block;

    content: '\e65a';
}
.slick-arrow.slick-next
{
    right: -6%;
    left: auto;
}
@media (max-width: 1560px)
{
    .slick-arrow.slick-next
    {
        right: -4%;
    }
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -30px;
    }
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -12px;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: #f90;
}
.arrow-top-right .slick-arrow
{
    top: -84px;
    right: 54px;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 1199px)
{
    .arrow-top-right .slick-arrow
    {
        top: -60px;
    }
}
@media (max-width: 767px)
{
    .arrow-top-right .slick-arrow
    {
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.arrow-top-right .slick-arrow.slick-next
{
    right: 0;
}
@media (max-width: 767px)
{
    .arrow-top-right .slick-arrow.slick-next
    {
        right: -12px;
        left: auto;
    }
}
.prev-next
{
    font-size: 0;
}
.prev-next .slick-arrow
{
    position: relative;
    top: auto;
    right: 0;
    left: 0;

    display: inline-block;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
    vertical-align: middle;
}
.prev-next .slick-arrow.slick-next
{
    right: 0;

    margin-left: 12px;
}
.slick-dots
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.slick-dots li
{
    width: 8px;
    height: 8px;
    margin: 0 6px;

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

    border-radius: 50%;
    background-color: rgba(255, 153, 0, .2);
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #f90;
}
.center
{
    top: 50%;
    left: 50%;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}
.slick-list
{
    margin: 0 -15px;
}
@media (max-width: 1199px)
{
    .slick-list
    {
        margin: 0 -10px;
    }
}
@media (max-width: 767px)
{
    .slick-list
    {
        margin: 0 -5px;
    }
}
.slick-list .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 1199px)
{
    .slick-list .slick-slide
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .slick-list .slick-slide
    {
        padding: 0 5px;
    }
}
.share-cn
{
    display: none;
}
.addcart
{
    cursor: pointer;
}
.addcart.active .icon:before
{
    content: '\e69a';
}
.translate
{
    min-width: 158px;
}
@media (max-width: 767px)
{
    .translate
    {
        min-width: 145px;
    }
}
@media (max-width: 767px)
{
    .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span
    {
        font-size: 12px;
    }
}
.translate .goog-te-gadget-simple
{
    border-color: #fff;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.br-16
{
    border-radius: 16px;
}
@media (max-width: 1199px)
{
    .br-16
    {
        border-radius: 10px;
    }
}
@media (max-width: 767px)
{
    .br-16
    {
        border-radius: 6px;
    }
}
.mt-16
{
    margin-top: 16px;
}
@media (max-width: 1199px)
{
    .mt-16
    {
        margin-top: 10px;
    }
}
.mt-24
{
    margin-top: 24px;
}
@media (max-width: 1560px)
{
    .mt-24
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .mt-24
    {
        margin-top: 16px;
    }
}
.mt-32
{
    margin-top: 32px;
}
@media (max-width: 1560px)
{
    .mt-32
    {
        margin-top: 22px;
    }
}
@media (max-width: 1199px)
{
    .mt-32
    {
        margin-top: 12px;
    }
}
.mt-48
{
    margin-top: 48px;
}
@media (max-width: 1560px)
{
    .mt-48
    {
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .mt-48
    {
        margin-top: 20px;
    }
}
.mt-60
{
    margin-top: 60px;
}
@media (max-width: 1560px)
{
    .mt-60
    {
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .mt-60
    {
        margin-top: 30px;
    }
}
.mt-80
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .mt-80
    {
        margin-top: 60px;
    }
}
@media (max-width: 1400px)
{
    .mt-80
    {
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .mt-80
    {
        margin-top: 30px;
    }
}
.common-share ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.common-share ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0 6px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.common-share ul li a
{
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

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

    color: #f90;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .common-share ul li a
    {
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.common-share ul li a:hover
{
    color: #fff;
    background-color: #f90;
}
.common-share ul li .iconfont
{
    font-size: 18px;
}
@media (max-width: 991px)
{
    .common-share ul li .iconfont
    {
        font-size: 16px;
    }
}
.formbox
{
    margin-top: 20px;
}
.formbox form ul
{
    margin: 0 -10px;
}
.formbox form ul li
{
    padding: 0 10px;
}
.formbox form .group
{
    position: relative;

    margin-top: 20px;
}
.formbox form .group label
{
    font-size: 16px;
    line-height: 50px;

    position: absolute;
    z-index: 3;
    top: 0;
    left: 20px;

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    pointer-events: none;

    color: #665233;
    border-radius: 8px;
}
@media (max-width: 1400px)
{
    .formbox form .group label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group label
    {
        font-size: 14px;
        line-height: 40px;

        left: 10px;
    }
}
.formbox form .group input,
.formbox form .group textarea
{
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

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

    border: 1px solid #fff;
    border-radius: 0;
    border-radius: 48px;
    outline: 0;
    background: none;
    background: #fff;
}
@media (max-width: 1400px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group input,
    .formbox form .group textarea
    {
        font-size: 14px;
        line-height: 20px;

        padding: 10px;
    }
}
.formbox form .group input:focus,
.formbox form .group textarea:focus
{
    border-color: #f90;
}
.formbox form .group textarea
{
    border-radius: 16px;
}
.formbox form .group input:placeholder-shown + label,
.formbox form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.formbox form .group-read input
{
    font-size: 16px;
    font-weight: bold;

    color: #fff !important;
    border-color: #f90 !important;
    background: #f90 !important;
}
.formbox form .group input:focus + label,
.formbox form .group textarea:focus + label,
.formbox form .group input:valid + label,
.formbox form .group textarea:valid + label
{
    top: -34px;
    left: 20px;

    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);

    opacity: .8;
}
@media (max-width: 1400px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .formbox form .group input:focus + label,
    .formbox form .group textarea:focus + label,
    .formbox form .group input:valid + label,
    .formbox form .group textarea:valid + label
    {
        top: -30px;
        left: 10px;
    }
}
.formbox-bgwhite form .group input,
.formbox-bgwhite form .group textarea
{
    background-color: #fff;
}
.submit-group
{
    margin-top: 30px;
}
.submit-group .submit
{
    font-size: 14px;
    font-weight: 500;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    height: 48px;
    padding: 0 48px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #bfac8f;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .submit-group .submit
    {
        height: 40px;
    }
}
.submit-group .submit .iconfont
{
    font-weight: normal;

    margin-left: 10px;
}
.submit-group .submit:hover
{
    background-color: #f90;
}
.wrap-reviews
{
    position: relative;

    overflow: hidden;
}
.wrap-reviews .slick-reviews
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-reviews .slick-arrow
    {
        top: -30px !important;
        left: auto;
    }
}
.wrap-reviews .item
{
    padding: 10px 30px;

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

    border-radius: 16px;
    background: #fff;
}
.wrap-reviews .item .title-reviews
{
    line-height: 30px;

    padding: 10px 0;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-reviews .item .title-reviews h4
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
.wrap-reviews .item .title-reviews h4 span
{
    min-width: 90px;
    margin-right: 6px;
}
.wrap-reviews .item .title-reviews h4 .icon
{
    font-size: 12px;

    color: #ffbf00;
}
.wrap-reviews .item .title-reviews .date
{
    font-size: 14px;

    color: #665233;
}
.wrap-reviews .item .title-reviews .date .icon
{
    float: left;

    margin-right: 4px;

    color: #bf0003;
}
.wrap-reviews .item .note
{
    padding: 14px 0;
}
.wrap-reviews .item .note p
{
    font-size: 14px;
}
.wrap-reviews .write-reviews
{
    margin-top: 30px;
    padding-top: 30px;

    border-top: 1px solid #ccc;
}
@media (max-width: 991px)
{
    .wrap-reviews .write-reviews
    {
        margin-top: 20px;
        padding-top: 20px;
    }
}
.wrap-reviews .write-reviews .title-write h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.36363636;
}
@media (max-width: 991px)
{
    .wrap-reviews .write-reviews .title-write h3
    {
        font-size: 18px;
    }
}
.wrap-reviews .write-reviews .message form ul
{
    margin: 0 -10px;
}
.wrap-reviews .write-reviews .message form ul li
{
    padding: 0 10px;
}
.wrap-reviews .write-reviews .message form .group
{
    position: relative;

    margin-top: 20px;

    color: #666;
    border-radius: 44px;
    background: #fff;
}
.wrap-reviews .write-reviews .message form .group-read
{
    overflow: hidden;

    background: #000;
}
.wrap-reviews .write-reviews .message form .group-read input
{
    font-size: 14px;
    line-height: 30px;

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

    border-radius: 5px;
    outline: none;
    background: none;
    background: #fff;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group-read input
    {
        padding: 10px 30px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group-read input
    {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group label
{
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;

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

    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group label
    {
        left: 20px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group label
    {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input,
.wrap-reviews .write-reviews .message form .group textarea
{
    font-size: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

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

    border-radius: 0;
    border-radius: 5px;
    outline: 0;
    background: none;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea
    {
        padding: 10px 20px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group input,
    .wrap-reviews .write-reviews .message form .group textarea
    {
        padding: 10px 20px;
    }
}
.wrap-reviews .write-reviews .message form .group input:placeholder-shown + label,
.wrap-reviews .write-reviews .message form .group textarea:placeholder-shown + label
{
    top: 0;

    background-color: transparent;
}
.wrap-reviews .write-reviews .message form .group input:focus + label,
.wrap-reviews .write-reviews .message form .group textarea:focus + label,
.wrap-reviews .write-reviews .message form .group input:valid + label,
.wrap-reviews .write-reviews .message form .group textarea:valid + label
{
    top: -32px;
    left: 20px;

    -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
            transform: scale(.8);

    opacity: .8;
}
@media (max-width: 1560px)
{
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label
    {
        left: 20px;
    }
}
@media (max-width: 1400px)
{
    .wrap-reviews .write-reviews .message form .group input:focus + label,
    .wrap-reviews .write-reviews .message form .group textarea:focus + label,
    .wrap-reviews .write-reviews .message form .group input:valid + label,
    .wrap-reviews .write-reviews .message form .group textarea:valid + label
    {
        left: 20px;
    }
}
.wrap-reviews .write-reviews .message form .group textarea
{
    resize: none;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .header
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;

        background-color: #ece5db;
    }
}
.header .logo
{
    position: relative;

    display: block;

    height: 76px;

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

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 60px;
        padding: 5px 0;
    }
}
.header .logo img
{
    position: relative;
    z-index: 6;

    display: block;

    height: 100%;
}
@media (max-width: 767px)
{
    .header .header-right
    {
        padding-top: 30px;
    }
    .header .header-right .translate
    {
        position: absolute;
        top: 0;
        right: 10px;
    }
}
.header .cart
{
    margin-left: 16px;
}
@media (max-width: 767px)
{
    .header .cart
    {
        margin-left: 10px;
    }
}
.header .cart a,
.header .language a
{
    line-height: 44px;

    position: relative;

    display: block;

    width: 44px;
    height: 44px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #bfac8f;
}
@media (max-width: 767px)
{
    .header .cart a,
    .header .language a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.header .cart a span,
.header .language a span
{
    line-height: 20px;

    position: absolute;
    top: -5px;
    right: 0;

    width: 20px;
    height: 20px;

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

    border-radius: 50%;
    background-color: #331f00;
}
.header .cart a .iconfont,
.header .language a .iconfont
{
    font-size: 18px;
}
.header .cart a:hover,
.header .language a:hover
{
    background-color: #331f00;
}
.header .cart a:hover span,
.header .language a:hover span
{
    background-color: #f90;
}
.header .serach-part
{
    margin-left: 16px;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .header .serach-part
    {
        margin-left: 10px;
    }
}
.header .find
{
    line-height: 44px;

    width: 44px;
    height: 44px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #f90;
}
@media (max-width: 767px)
{
    .header .find
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.header .find .iconfont
{
    font-size: 18px;
}
.header .find:hover
{
    background-color: #331f00;
}
.header .search-wrap
{
    font-size: 14px;

    position: fixed;
    z-index: 9;
    top: -15px;
    left: 50%;

    display: none;

    width: 100vw;
    height: 100vh;
    padding: 10px;

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

    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .search-wrap .search-close
{
    position: absolute;
    top: 5%;
    right: 10%;

    cursor: pointer;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-wrap .search-close
    {
        right: 5%;
    }
}
.header .search-wrap .search-close .icon
{
    font-size: 30px;
}
.header .search-wrap .search-box
{
    position: absolute;
    top: 50%;
    left: 10%;

    overflow: hidden;

    width: 80%;

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

    border-radius: 6px;
}
@media (max-width: 1199px)
{
    .header .search-wrap .search-box
    {
        left: 5%;

        width: 90%;
    }
}
.header .search-wrap input
{
    line-height: 30px;

    width: 100%;
    padding: 15px;

    color: #665233;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 60px;

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

    width: 46px;
    height: 60px;
    padding: 0;

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

    border-radius: 0;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.header .search-wrap .submit:hover
{
    color: #fff;
    background-color: #f90;
}
.header .translate
{
    margin-left: 30px;
}
@media (max-width: 767px)
{
    .header .translate
    {
        margin-left: 6px;
    }
}
.header .pc-nav
{
    margin-right: 10vw;
}
@media (max-width: 1470px)
{
    .header .pc-nav
    {
        margin-right: 5vw;
    }
}
@media (max-width: 1199px)
{
    .header .pc-nav
    {
        display: none;
    }
}
.header .pc-nav > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.header .pc-nav > ul > li > a
{
    font-size: 18px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 110px;
    padding: 0 1.2vw;

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

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1400px)
{
    .header .pc-nav > ul > li > a
    {
        padding: 0 1vw;
    }
}
.header .pc-nav > ul > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#f90), to(#f90));
    background-image: -webkit-linear-gradient(left, #f90 0%, #f90 100%);
    background-image:         linear-gradient(to right, #f90 0%, #f90 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.header .pc-nav > ul > li > a span
{
    position: relative;
}
.header .pc-nav > ul > li > a span:after
{
    position: absolute;
    bottom: -8px;
    left: 50%;

    display: block;

    width: 4px;
    height: 4px;

    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    border-radius: 50%;
    background-color: #f90;
}
.header .pc-nav > ul > li.active > a,
.header .pc-nav > ul > li:hover > a
{
    color: #f90;
}
.header .pc-nav > ul > li.active > a span,
.header .pc-nav > ul > li:hover > a span
{
    background-size: 100% 1px;
}
.header .pc-nav > ul > li.active > a span:after,
.header .pc-nav > ul > li:hover > a span:after
{
    opacity: 1;
}
.header .pc-nav .nav-list2
{
    font-size: 14px;

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

    display: none;

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

    text-align: left;

    background-color: #ece5db;
}
.header .pc-nav .nav-list2 > li
{
    position: relative;
}
.header .pc-nav .nav-list2 > li > a
{
    font-size: 15px;
    line-height: 24px;

    display: block;

    padding: 10px 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
    text-transform: capitalize;
}
@media (max-width: 1560px)
{
    .header .pc-nav .nav-list2 > li > a
    {
        padding: 5px 20px;
    }
}
.header .pc-nav .nav-list2 > li:hover > a
{
    color: #fff;
    background-color: #bfac8f;
}
.header .pc-nav .nav-list3
{
    position: absolute;
    top: 0;
    left: 100%;

    display: none;

    padding: 10px;

    background-color: #ece5db;
}
.header .pc-nav .nav-list3 > li > a
{
    line-height: 24px;

    display: block;

    padding: 5px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;
}
.header .pc-nav .nav-list3 > li:hover > a
{
    color: #fff;
    background-color: #bfac8f;
}
.header .btn-menu
{
    position: relative;

    display: none;

    width: 24px;
    height: 40px;
}
@media (max-width: 1199px)
{
    .header .btn-menu
    {
        display: inline-block;

        margin-left: 10px;

        vertical-align: middle;
    }
}
.header .btn-menu div
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 100%;
    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.header .btn-menu div:before,
.header .btn-menu div:after
{
    display: block;

    height: 2px;

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

    background: #bfac8f;
}
.header .btn-menu div span
{
    display: block;

    height: 2px;
    margin: 5px 0;

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

    background: #bfac8f;
}
.header.stuck
{
    background-color: #ece5db;
}
.header.stuck .logo
{
    height: 70px;
}
@media (max-width: 1199px)
{
    .header.stuck .logo
    {
        height: 60px;
    }
}
.header.stuck .pc-nav > ul > li > a
{
    height: 80px;
}
.hc-mobile-nav
{
    text-transform: capitalize;
}
.hc-mobile-nav .lst-clone
{
    display: none;
}
.hc-mobile-nav p
{
    margin: 0;
}
.hc-mobile-nav li.nav-close
{
    padding-top: 40px;
}
.hc-mobile-nav .nav-list2 li.nav-parent > a
{
    padding-right: 44px;
    padding-left: 30px;
}
.hc-mobile-nav .nav-list3 li a
{
    padding-left: 40px;
}
.hc-mobile-nav ul
{
    text-indent: 0 !important;
}
.hc-mobile-nav .nav-wrapper
{
    color: #331f00;
    background-color: #fff;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover
{
    background-color: #eee;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before
{
    border-color: #222;
}
.hc-mobile-nav:not(.touch-device) a:hover
{
    background-color: #eee;
}
.online-wrap
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 5px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap
    {
        top: auto;
        bottom: 100px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
}
.online-wrap .btn
{
    line-height: 40px;

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

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

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

    display: inline-block;

    content: '\e625';
    -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: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: relative;

    padding: 5px;

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

    color: #fff;
    border-radius: 52px;
    background: rgba(51, 31, 0, .25);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        position: absolute;
        top: auto;
        right: -60px;
        bottom: 70px;

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

    position: relative;

    display: block;

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

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

    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.online-wrap .online a .iconfont
{
    font-size: 22px;
}
.online-wrap .online a:hover
{
    color: #fff;
    background-color: #f90;
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
.online-wrap .online .codenum
{
    position: relative;
}
.online-wrap .online .codenum .open-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .codenum .open-num p
{
    line-height: 40px;

    display: block;

    margin: 0;
    padding: 0 20px;

    color: #fff;
    border-radius: 100px;
    background: #f90;
}
@media (min-width: 1200px)
{
    .online-wrap .online .codenum:hover .open-num
    {
        right: 100%;
    }
}
.online-wrap .online .code
{
    position: relative;
}
@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 .online-cart span
{
    font-size: 12px;
    line-height: 18px;

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

    width: 18px;
    height: 18px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #f90;
}
.xs-online
{
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

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

    color: #fff;
    background-color: #f90;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online .open-top
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;

    background-color: #f90;
}
.xs-online .open-top a
{
    line-height: 24px;

    display: inline-block;

    padding: 5px 10px;

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

    border-right: 1px solid rgba(255, 255, 255, .3);
}
.xs-online .open-top a .iconfont
{
    font-size: 20px;

    display: block;
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;
}
.xs-online ul li
{
    position: relative;

    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li:hover .open-top
{
    display: block;
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
.xs-online ul li > a .iconfont
{
    font-size: 20px;

    display: block;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li.xs-online-wechat > a
{
    position: relative;
}
.xs-online ul li.xs-online-wechat > a:hover img
{
    display: block;
}
.xs-online ul li.xs-online-wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.banner
{
    font-size: 0;

    position: relative;
    z-index: 8;

    clear: both;
    overflow: hidden;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 43.22916667%;
}
.banner .swiper-slide
{
    overflow: hidden;
}
.banner .swiper-pagination
{
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 50%;

    width: auto;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .swiper-pagination
    {
        bottom: 10px;
    }
}
.banner .swiper-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    margin: 0 10px;

    opacity: .2;
    border-radius: 100px;
    background: #f90;
}
.banner .swiper-pagination .swiper-pagination-bullet-active
{
    opacity: 1;
}
.banner .slick-prev
{
    left: 4%;
}
@media (max-width: 991px)
{
    .banner .slick-prev
    {
        left: 0;
    }
}
.banner .slick-next
{
    right: 4%;
}
@media (max-width: 991px)
{
    .banner .slick-next
    {
        right: 0;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner-video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination
{
    display: none !important;
}
.banner.hide-video video
{
    display: none !important;
}
.banner-video-box
{
    position: relative;

    display: block;

    padding-bottom: 43.22916667%;

    -webkit-transform: translateZ(10px);
            transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper
{
    position: absolute;
    z-index: 10;
}
.banner-video-box .fluid_initial_play
{
    background-color: #f90 !important;
}
.banner .mobile-video
{
    position: relative;

    display: block;
}
.banner .mobile-video:after
{
    z-index: 2;

    content: '';

    background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before
{
    font-size: 50px;

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

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

    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in img
{
    position: relative;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 1920px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 140%;
        margin-left: -20%;
    }
}
.banner-in .banner-location
{
    position: absolute;
    z-index: 6;
    top: -webkit-calc(50% + 65px);
    top:         calc(50% + 65px);
    left: 50%;

    display: block;

    min-width: 450px;
    padding: 30px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    border: 1px solid #fff;
    border-radius: 80px;
    background: rgba(255, 255, 255, .2);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
@media (max-width: 1199px)
{
    .banner-in .banner-location
    {
        top: -webkit-calc(50% + 45px);
        top:         calc(50% + 45px);

        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-location
    {
        top: 50%;

        min-width: 80%;
        padding: 10px;
    }
}
.banner-in .banner-location h2
{
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 1199px)
{
    .banner-in .banner-location h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .banner-location h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-location h2
    {
        font-size: 20px;

        margin: 0;
    }
}
.banner-in .banner-location .location
{
    margin-top: 14px;

    color: #665233;
}
@media (max-width: 767px)
{
    .banner-in .banner-location .location
    {
        margin-top: 0;
    }
}
.banner-in .banner-location .location > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.banner-in .banner-location .location > ul > li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.banner-in .banner-location .location > ul > li:after
{
    margin: 0 4px;

    content: '>';
}
.banner-in .banner-location .location > ul > li:last-child:after
{
    display: none;
}
.banner-in .banner-location .location > ul > li > a
{
    line-height: 24px;

    display: block;
}
.banner-in .banner-location .location > ul > li:hover > a
{
    text-decoration: underline;
}
@-webkit-keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@keyframes movedong
{
    0%
    {
        stroke-dashoffset: 300%;
    }
    100%
    {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
@keyframes moveshou
{
    0%
    {
        stroke-dashoffset: 0;
    }
    100%
    {
        stroke-dashoffset: 300%;
    }
}
.box
{
    overflow: hidden;

    padding: 150px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 120px 0;
    }
}
@media (max-width: 1400px)
{
    .box
    {
        padding: 100px 0;
    }
}
@media (max-width: 1199px)
{
    .box
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
@-webkit-keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes zhuan
{
    0%
    {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.common-more a
{
    line-height: 50px;

    display: inline-block;

    width: 200px;
    height: 50px;

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

    border: 1px solid rgba(255, 153, 0, .5);
    border-radius: 50%;
}
.common-more a span
{
    position: relative;
    z-index: 4;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    border-radius: 50%;
    background-color: #f8ebd8;
}
@media (min-width: 1200px)
{
    .common-more a:hover
    {
        color: #fff;
    }
    .common-more a:hover span
    {
        background-color: #f90;
    }
}
.title span
{
    font-size: 14px;
    line-height: 1.71428571;

    display: block;

    color: #665233;
}
.title h2
{
    font-family: 'Manrope', Arial;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1560px)
{
    .title h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1400px)
{
    .title h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 24px;
    }
}
.title h3
{
    font-family: 'Kaushan Script';
    font-size: 30px;
    line-height: 1.33333333;

    color: #f90;
}
.title .editor-content
{
    max-width: 1010px;
    margin-top: 20px;
}
@media (max-width: 1400px)
{
    .title .editor-content
    {
        max-width: 800px;
    }
}
@media (max-width: 1199px)
{
    .title .editor-content
    {
        max-width: 100%;
    }
}
.common-product-item
{
    text-align: center;
}
.common-product-item .pic
{
    position: relative;

    overflow: hidden;
}
.common-product-item .pic .img-box
{
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 1;
    background-color: #fff;
}
.common-product-item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.common-product-item .more-cart
{
    position: absolute;
    z-index: 6;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;

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

    opacity: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1200px)
{
    .common-product-item .more-cart
    {
        top: 50%;
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
}
@media (max-width: 1199px)
{
    .common-product-item .more-cart
    {
        right: 10px;
        bottom: 10px;

        opacity: 1;
    }
}
.common-product-item .more,
.common-product-item .addcart
{
    line-height: 48px;

    width: 48px;
    height: 48px;
    margin: 0 12px;

    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .common-product-item .more,
    .common-product-item .addcart
    {
        line-height: 40px;

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

        background-color: rgba(191, 172, 143, .4);
    }
}
.common-product-item .more.active,
.common-product-item .addcart.active
{
    color: #fff;
    background-color: #f90;
}
.common-product-item .title-products
{
    font-size: 20px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .common-product-item .title-products
    {
        font-size: 18px;
    }
}
.common-product-item .title-products span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#f90), to(#f90));
    background-image: -webkit-linear-gradient(left, #f90 0%, #f90 100%);
    background-image:         linear-gradient(to right, #f90 0%, #f90 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
@media (min-width: 1200px)
{
    .common-product-item:hover .pic
    {
        background-color: #000;
    }
    .common-product-item:hover .img-box
    {
        opacity: .8;
    }
    .common-product-item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .common-product-item:hover .more-cart
    {
        opacity: 1;
    }
    .common-product-item:hover .title-products
    {
        color: #f90;
    }
    .common-product-item:hover .title-products span
    {
        background-size: 100% 1px;
    }
}
.box-products .products-left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 30%;
    padding-right: 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .box-products .products-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.box-products .products-left .text
{
    position: relative;
}
.box-products .products-left .editor-content
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 96px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-products .products-left .title
{
    max-width: 300px;
}
@media (max-width: 1560px)
{
    .box-products .products-left .title
    {
        max-width: 250px;
    }
}
.box-products .products-left .more
{
    position: absolute;
    top: -60px;
    right: 0;
}
@media (max-width: 1199px)
{
    .box-products .products-left .more
    {
        position: relative;
        top: 0;

        margin-top: 20px;
    }
}
.box-products .products-left .more a
{
    line-height: 120px;

    position: relative;

    display: block;

    width: 120px;
    height: 120px;

    text-align: center;
}
.box-products .products-left .more a:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: roate360 10s linear infinite;
            animation: roate360 10s linear infinite;

    background: url(../images/productmore.svg) no-repeat center;
    background-size: cover;
}
.box-products .products-left .more a .iconfont
{
    font-size: 26px;

    position: relative;
    z-index: 6;

    color: #f90;
}
.box-products .products
{
    width: 70%;
}
@media (max-width: 767px)
{
    .box-products .products
    {
        width: 100%;
        margin-top: 30px;
    }
}
.box-products .products .slick-arrow
{
    overflow: hidden;

    width: 0;
    height: 0;
}
.box-products .prev-next
{
    display: none;

    margin-top: 20px;
}
.box-products .has-arrows .prev-next
{
    display: block;
}
@-webkit-keyframes roate360
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes roate360
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.box-process
{
    padding-top: 40px;
}
.box-process .marquee-container
{
    position: relative;

    overflow: hidden;

    width: 100%;

    white-space: nowrap;
}
.box-process .marquee-container .title-process
{
    display: inline-block;

    -webkit-animation: scroll 20s linear infinite;
            animation: scroll 20s linear infinite;
    white-space: nowrap;
}
.box-process .marquee-container .title-process h2
{
    font-size: 3vw;

    display: inline-block;

    padding-right: 2rem;

    color: #997a4d;
}
@media (max-width: 767px)
{
    .box-process .marquee-container .title-process h2
    {
        font-size: 30px;
    }
}
.box-process .process
{
    padding: 0 5%;
}
.box-process .process .item
{
    position: relative;

    display: block;
}
.box-process .process .item .pic
{
    overflow: hidden;
}
.box-process .process .item .pic .img-box
{
    padding-bottom: 133.78378378%;
}
.box-process .process .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-process .process .item .text
{
    position: absolute;
    z-index: 6;
    bottom: 10px;
    left: 10px;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    padding: 30px;

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

    background: #f7f4f0;
}
@media (max-width: 1560px)
{
    .box-process .process .item .text
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-process .process .item .text
    {
        padding: 10px;
    }
}
.box-process .process .item .title-subtitle
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #665233;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-process .process .item .title-subtitle .iconfont
{
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);

    color: #999;
}
.box-process .process .item .title-process
{
    font-size: 24px;
    line-height: 1.25;

    margin-top: 10px;
}
@media (max-width: 1560px)
{
    .box-process .process .item .title-process
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-process .process .item .title-process
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px)
{
    .box-process .process .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-process .process .item:hover .text
    {
        background-color: #fff;
    }
    .box-process .process .item:hover .title-subtitle .iconfont
    {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);

        color: #f90;
    }
}
@-webkit-keyframes scroll
{
    0%
    {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes scroll
{
    0%
    {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.box-about .pic
{
    position: relative;

    width: 25%;
}
@media (max-width: 767px)
{
    .box-about .pic
    {
        width: 100%;
    }
}
.box-about .pic img
{
    overflow: hidden;

    width: 100%;

    border-radius: 0 16px 16px 0;
}
.box-about .pic-right img
{
    border-radius: 16px 0 0 16px;
}
.box-about .pic .play
{
    line-height: 120px;

    position: absolute;
    top: -60px;
    right: -60px;

    display: block;

    width: 120px;
    height: 120px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-about .pic .play
    {
        top: 50%;
        left: 50%;

        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
}
.box-about .pic .play:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: roate360 10s linear infinite;
            animation: roate360 10s linear infinite;

    background: url(../images/play.svg) no-repeat center;
    background-size: cover;
}
.box-about .pic .play .iconfont
{
    font-size: 18px;

    position: relative;
    z-index: 6;

    color: #f90;
}
.box-about .about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 50%;
    padding: 0 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .box-about .about
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-about .about .editor-content
{
    max-width: 630px;
    margin: 0 auto;
    margin-top: 48px;
}
@media (max-width: 1560px)
{
    .box-about .about .editor-content
    {
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .box-about .about .editor-content
    {
        margin-top: 20px;
    }
}
.box-application .application-left,
.box-application .application-right
{
    width: 50%;
}
@media (max-width: 767px)
{
    .box-application .application-left,
    .box-application .application-right
    {
        width: 100%;
    }
}
.box-application .application-left .swiper-slide,
.box-application .application-right .swiper-slide
{
    overflow: hidden;
}
.box-application .application-left
{
    position: relative;
}
.box-application .application-left .slick-arrow
{
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 30%;
    height: 100%;
    padding: 0 5%;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: left;

    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .25)));
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
    background:         linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-application .application-left .slick-arrow.slick-next
{
    right: 0;
    left: auto;

    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .25)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
    background:         linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.box-application .item
{
    overflow: hidden;
}
.box-application .item .img-box
{
    padding-bottom: 75%;
}
.box-application .application-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 30px 5%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.box-application .application-right .swiper-application-right
{
    width: 100%;
}
@media (min-width: 1560px)
{
    .box-application .application-right .title h2
    {
        font-size: 52px;
    }
}
.common-news-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 30px 0;

    border-bottom: 1px solid #d9d9d9;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .common-news-item
    {
        position: relative;

        padding: 20px 48px 20px 0;
    }
}
.common-news-item .title-news
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    display: -webkit-box;
    overflow: hidden;

    width: 35%;
    max-height: 60px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .common-news-item .title-news
    {
        font-size: 18px;
        line-height: 1.33333333;

        max-height: 48px;
    }
}
@media (max-width: 767px)
{
    .common-news-item .title-news
    {
        width: 100%;
    }
}
.common-news-item .note
{
    display: -webkit-box;
    overflow: hidden;

    width: -webkit-calc(65% - 48px);
    width:         calc(65% - 48px);
    max-height: 72px;
    padding: 0 5% 0 2%;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .common-news-item .note
    {
        width: 100%;
        margin-top: 14px;
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .common-news-item .more
    {
        position: absolute;
        top: 20px;
        right: 0;
    }
}
.common-news-item .more a
{
    line-height: 48px;

    display: block;

    width: 48px;
    height: 48px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #bfac8f;
}
@media (max-width: 767px)
{
    .common-news-item .more a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.common-news-item .more a .iconfont
{
    font-size: 14px;

    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (min-width: 1200px)
{
    .common-news-item:hover .more a
    {
        background-color: #f90;
    }
    .common-news-item:hover .more a .iconfont
    {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}
.box-news .pic
{
    position: relative;

    overflow: hidden;

    width: 30%;
}
@media (max-width: 1199px)
{
    .box-news .pic
    {
        display: none;
    }
}
.box-news .pic:before
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background: -webkit-linear-gradient(299deg, rgba(51, 31, 0, 0) 50%, #331f00 100%);
    background:         linear-gradient(151deg, rgba(51, 31, 0, 0) 50%, #331f00 100%);
}
.box-news .pic .date
{
    position: absolute;
    z-index: 5;
    right: 30px;
    bottom: 30px;

    text-align: right;

    color: #fff;
}
.box-news .pic .date span
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;

    display: block;
}
.box-news .pic .date b
{
    font-size: 60px;
    font-weight: 500;
    line-height: 1;

    display: block;
}
.box-news .news
{
    width: 70%;
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .box-news .news
    {
        width: 100%;
        padding-left: 0;
    }
}
.box-news .news .list
{
    border-top: 1px solid #d9d9d9;
}
.footer
{
    line-height: 1.5;

    position: relative;

    overflow: hidden;

    color: #ada599;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 80px;
    }
}
.footer .foot
{
    padding: 40px 0 80px;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
.footer .foot-left
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.footer .foot-left .title-foot h2
{
    font-size: 6vw;
    font-weight: 500;
    line-height: 1;

    color: rgba(255, 255, 255, .1);
}
@media (max-width: 767px)
{
    .footer .foot-left .title-foot h2
    {
        font-size: 40px;
    }
}
.footer .title-foot h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;

    color: #fff;
}
.footer .foot-right
{
    width: 570px;
}
@media (max-width: 1199px)
{
    .footer .foot-right
    {
        width: 400px;
    }
}
.footer .foot-right .item
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .footer .foot-right .item
    {
        margin-top: 20px;
    }
}
.footer .foot-right .item:nth-child(1)
{
    margin-top: 0;
}
.footer .foot-right .item .title-foot
{
    margin-bottom: 20px;
}
.footer .foot-right .item p
{
    margin: 0 0 4px 0;
}
.footer .foot-right .item p a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .foot-right .item p a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background-image:         linear-gradient(to right, #fff 0%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.footer .foot-right .item p a:hover
{
    color: #fff;
}
.footer .foot-right .item p a:hover span
{
    background-size: 100% 1px;
}
.footer .foot-right .item-subscribe .title-foot
{
    margin-bottom: 12px;
}
.footer .foot-right form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 24px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .foot-right form input
{
    font-size: 14px;
    line-height: 28px;

    width: -webkit-calc(100% - 136px);
    width:         calc(100% - 136px);
    padding: 10px 24px;

    border-radius: 50px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot-right form input
    {
        line-height: 24px;

        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.footer .foot-right form input::-webkit-input-placeholder,
.footer .foot-right form textarea::-webkit-input-placeholder
{
    color: #ada599;
}
.footer .foot-right form input:-o-placeholder,
.footer .foot-right form textarea:-o-placeholder
{
    color: #ada599;
}
.footer .foot-right form input::-moz-placeholder,
.footer .foot-right form textarea::-moz-placeholder
{
    color: #ada599;
}
.footer .foot-right form input:-ms-input-placeholder,
.footer .foot-right form textarea:-ms-input-placeholder
{
    color: #ada599;
}
.footer .foot-right form input:focus::-webkit-input-placeholder,
.footer .foot-right form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right form input:focus::-o-placeholder,
.footer .foot-right form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right form input:focus::-moz-placeholder,
.footer .foot-right form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right form input:focus::-ms-input-placeholder,
.footer .foot-right form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-right form .submit
{
    width: 120px;
    height: 48px;

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

    color: #fff;
    border-radius: 48px;
    background-color: #f90;
}
@media (max-width: 767px)
{
    .footer .foot-right form .submit
    {
        width: 90px;
        height: 44px;
    }
}
.footer .foot-right form .submit:hover
{
    background-color: #bfac8f;
}
.footer .copyright
{
    font-size: 14px;
    line-height: 1.71428571;

    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, .2);
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p a
{
    margin: 0 10px;
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #f90;
}
.footer .copyright .link
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.footer .copyright .link a
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .copyright .link a:hover
{
    text-decoration: underline;

    color: #f90;
}
.footer .copyright .link .sitemap:after
{
    margin: 0 20px;

    content: '|';

    color: #666;
}
.wrap
{
    overflow: hidden;

    padding: 100px 0;
}
@media (max-width: 1560px)
{
    .wrap
    {
        padding: 80px 0;
    }
}
@media (max-width: 1400px)
{
    .wrap
    {
        padding: 70px 0;
    }
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h2
{
    font-family: 'Manrope', Arial;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .title-in h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1400px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h3
{
    font-family: 'Kaushan Script';
    font-size: 20px;
    line-height: 1.33333333;

    color: #f90;
}
.wrap-location .location
{
    line-height: 35px;

    position: relative;
}
.wrap-location .location > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-location .location > ul > li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-location .location > ul > li:after
{
    margin: 0 4px;

    content: '>';
}
.wrap-location .location > ul > li:last-child:after
{
    display: none;
}
.wrap-location .location > ul > li > a
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
.wrap-location .location > ul > li > a:hover
{
    text-decoration: underline;
}
.wrap-sidenav
{
    padding: 10px 30px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-sidenav
    {
        display: none;
    }
}
.wrap-sidenav .title-sidenav
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    position: relative;
    z-index: 6;

    color: #f90;
}
.wrap-sidenav .sidenav
{
    position: relative;
    z-index: 6;
}
.wrap-sidenav .sidenav .slevel-1 > li
{
    position: relative;

    border-bottom: 1px solid #d9d9d9;
}
.wrap-sidenav .sidenav .slevel-1 > li:last-child
{
    border-bottom: none;
}
.wrap-sidenav .sidenav .slevel-1 > li > a
{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 15px 40px 15px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1400px)
{
    .wrap-sidenav .sidenav .slevel-1 > li > a
    {
        font-size: 16px;
    }
}
.wrap-sidenav .sidenav .slevel-1 > li > a:after
{
    font-family: 'iconfont' !important;
    font-size: 14px;
    line-height: 30px;

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

    width: 30px;
    height: 30px;

    content: '\e6dc';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    opacity: 0;
}
.wrap-sidenav .sidenav .slevel-1 > li.more > a:after
{
    opacity: 1;
}
.wrap-sidenav .sidenav .slevel-1 > li.active > a:after,
.wrap-sidenav .sidenav .slevel-1 > li:hover > a:after
{
    content: '\e6db';
}
.wrap-sidenav .sidenav .slevel-1 > li.active .slevel-2
{
    display: block;
}
.wrap-sidenav .sidenav .slevel-2
{
    display: none;

    padding: 0 0 20px 0;
}
.wrap-sidenav .sidenav .slevel-2 > li
{
    position: relative;
    z-index: 4;
}
.wrap-sidenav .sidenav .slevel-2 > li > a
{
    font-size: 14px;
    line-height: 1.5;

    position: relative;

    display: block;

    padding: 4px 12px;

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

    color: #665233;
}
.wrap-sidenav .sidenav .slevel-2 > li > a:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #665233;
}
.wrap-sidenav .sidenav .slevel-2 > li > a span
{
    -webkit-transition: background-size .56s;
            transition: background-size .56s;

    background-image: -webkit-gradient(linear, left top, right top, from(#f90), to(#f90));
    background-image: -webkit-linear-gradient(left, #f90 0%, #f90 100%);
    background-image:         linear-gradient(to right, #f90 0%, #f90 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 0 1px;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a
{
    color: #f90;
}
.wrap-sidenav .sidenav .slevel-2 > li.active > a span,
.wrap-sidenav .sidenav .slevel-2 > li:hover > a span
{
    background-size: 100% 1px;
}
.xs-product-nav
{
    display: none;
    overflow: hidden;

    padding: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .xs-product-nav
    {
        display: block;
    }
}
.xs-product-nav ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -4px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.xs-product-nav ul > li
{
    display: inline-block;
    overflow: hidden;

    height: auto;
    padding: 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li
    {
        width: 50%;
    }
}
.xs-product-nav ul > li > a
{
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

    text-transform: capitalize;

    border-radius: 5px;
    background-color: rgba(191, 172, 143, .4);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .xs-product-nav ul > li > a
    {
        line-height: 20px;

        padding: 5px 10px;
    }
}
.xs-product-nav ul > li.active > a
{
    color: #fff;
    border-color: #f90;
    background-color: #f90;
}
.wrap-about .about-picbox
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 50%;
    padding-right: 5%;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
            align-items: flex-end;
}
@media (max-width: 991px)
{
    .wrap-about .about-picbox
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-about .about-picbox img
{
    width: 100%;
}
.wrap-about .about-picbox .pic1
{
    position: relative;
    z-index: 6;

    overflow: hidden;

    width: 45%;
    margin-bottom: 40px;

    border: 4px solid #fff;
}
@media (max-width: 991px)
{
    .wrap-about .about-picbox .pic1
    {
        margin-bottom: 30px;
    }
}
.wrap-about .about-picbox .pic2
{
    position: relative;

    overflow: hidden;

    width: 75%;
    margin-left: -20%;
}
.wrap-about .about-picbox .pic2:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: rgba(0, 0, 0, .2);
}
.wrap-about .about-picbox .pic2 .play
{
    line-height: 120px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 120px;
    height: 120px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.wrap-about .about-picbox .pic2 .play:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: roate360 10s linear infinite;
            animation: roate360 10s linear infinite;

    background: url(../images/play1.svg) no-repeat center;
    background-size: cover;
}
.wrap-about .about-picbox .pic2 .play .iconfont
{
    font-size: 18px;

    position: relative;
    z-index: 6;

    color: #f90;
}
.wrap-about .about
{
    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-advantage
{
    padding: 60px 0;
}
.wrap-advantage .advantage > ul > li
{
    margin: 20px 0;
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage > ul > li
    {
        margin: 10px 0;
    }
}
.wrap-advantage .advantage .item
{
    max-width: 390px;
    margin: 0 auto;

    text-align: center;
}
.wrap-advantage .advantage .item .num
{
    font-family: 'Manrope', Arial;
    font-size: 80px;
    font-weight: bold;
    font-weight: 500;
    line-height: 1;

    color: transparent;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ccbca3;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .num
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .item .num
    {
        font-size: 50px;
    }
}
.wrap-advantage .advantage .item .title-advantage h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.wrap-process-factory.loaded
{
    background-size: 100% auto;
}
.wrap-process .process-top .title-in
{
    max-width: 50%;
}
@media (max-width: 767px)
{
    .wrap-process .process-top .title-in
    {
        max-width: 100%;
    }
}
.wrap-process .process-top .editor-content
{
    width: 40%;
}
@media (max-width: 1400px)
{
    .wrap-process .process-top .editor-content
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-process .process-top .editor-content
    {
        width: 100%;
    }
}
.wrap-process .process .item
{
    display: block;
    overflow: hidden;

    cursor: pointer;
}
.wrap-process .process .item .img-box
{
    padding-bottom: 133.78378378%;
}
.wrap-process .process .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-process .process .item .text
{
    position: absolute;
    z-index: 6;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 16px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-process .process .item .text .title-process
{
    line-height: 24px;

    padding: 10px 20px;

    border-radius: 48px;
    background-color: #fff;
}
.wrap-process .process .item .text .iconfont
{
    font-size: 12px;
    line-height: 44px;

    width: 44px;
    height: 44px;

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

    color: #999;
    border-radius: 50%;
    background-color: #fff;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (min-width: 1200px)
{
    .wrap-process .process .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-process .process .item:hover .text .iconfont
    {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);

        color: #fff;
        background-color: #f90;
    }
}
.wrap-process .swiper-process-scrollbar
{
    height: 4px;

    border-radius: 16px;
    background: #d9d9d9;
}
.wrap-process .swiper-process-scrollbar .swiper-scrollbar-drag
{
    background-color: #f90;
}
.wrap-factory .factory .slick-list
{
    margin: -15px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-list
    {
        margin: -5px;
    }
}
.wrap-factory .factory .slick-list .slick-slide > div > div
{
    padding: 15px;
}
@media (max-width: 767px)
{
    .wrap-factory .factory .slick-list .slick-slide > div > div
    {
        padding: 5px;
    }
}
.wrap-factory .factory .item
{
    overflow: hidden;

    cursor: pointer;
    text-align: center;
}
.wrap-factory .factory .item .pic
{
    overflow: hidden;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item .title-item
{
    font-size: 17px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 1200px)
{
    .wrap-factory .factory .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-factory .factory .item:hover .title-item
    {
        color: #f90;
    }
}
.wrap-applications .applications
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-applications .applications
    {
        margin-top: -20px;
    }
}
.wrap-applications .applications > ul > li
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-applications .applications > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-applications .applications .item
{
    position: relative;

    cursor: pointer;
}
.wrap-applications .applications .item .pic
{
    overflow: hidden;

    background-color: #000;
}
.wrap-applications .applications .item .pic .img-box
{
    padding-bottom: 75%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-applications .applications .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
@media (min-width: 1200px)
{
    .wrap-applications .applications .item .title-applications
    {
        font-size: 18px;
        font-weight: 500;
        line-height: 48px;

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

        width: 200px;

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

        opacity: 0;
        color: #fff;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
        background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, .2), transparent);
        background-image:         linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    }
    .wrap-applications .applications .item .title-applications:before,
    .wrap-applications .applications .item .title-applications:after
    {
        display: block;

        width: 100%;
        height: 1px;

        content: '';

        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
        background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
        background-image:         linear-gradient(90deg, transparent, #fff, transparent);
    }
}
@media (max-width: 1199px)
{
    .wrap-applications .applications .item .title-applications
    {
        line-height: 1.875;

        margin-top: 10px;

        text-align: center;
    }
}
@media (min-width: 1200px)
{
    .wrap-applications .applications .item:hover .pic .img-box
    {
        opacity: .8;
    }
    .wrap-applications .applications .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-applications .applications .item:hover .title-applications
    {
        opacity: 1;
    }
}
.wrap-contact .message
{
    width: 52%;
    padding-right: 4%;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-contact .message .formbox-contact
{
    margin-top: -20px;
}
.wrap-contact .message .group
{
    margin-top: 20px;
}
.wrap-contact .message .group label
{
    font-weight: 500;

    padding: 0 0 12px 20px;
}
.wrap-contact .message .group input,
.wrap-contact .message .group textarea
{
    line-height: 28px;

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

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

    border: 1px solid #f5f5f5;
    border-radius: 48px;
    background: #f5f5f5;
}
.wrap-contact .message .group input:focus,
.wrap-contact .message .group textarea:focus
{
    border-color: #f90;
}
.wrap-contact .message .group input::-webkit-input-placeholder,
.wrap-contact .message .group textarea::-webkit-input-placeholder
{
    color: #665233;
}
.wrap-contact .message .group input:-o-placeholder,
.wrap-contact .message .group textarea:-o-placeholder
{
    color: #665233;
}
.wrap-contact .message .group input::-moz-placeholder,
.wrap-contact .message .group textarea::-moz-placeholder
{
    color: #665233;
}
.wrap-contact .message .group input:-ms-input-placeholder,
.wrap-contact .message .group textarea:-ms-input-placeholder
{
    color: #665233;
}
.wrap-contact .message .group input:focus::-webkit-input-placeholder,
.wrap-contact .message .group textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .group input:focus::-o-placeholder,
.wrap-contact .message .group textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .group input:focus::-moz-placeholder,
.wrap-contact .message .group textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .group input:focus::-ms-input-placeholder,
.wrap-contact .message .group textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .group textarea
{
    padding: 15px 20px;

    border-radius: 16px;
}
.wrap-contact .pic
{
    overflow: hidden;

    width: 48%;
}
@media (max-width: 991px)
{
    .wrap-contact .pic
    {
        width: 100%;
        height: 400px;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .pic
    {
        height: 300px;
    }
}
.wrap-contact .contact > ul
{
    margin-top: -30px;
}
.wrap-contact .contact > ul > li
{
    margin-top: 30px;
}
.wrap-contact .contact .item
{
    overflow: hidden;

    height: 100%;
    padding: 48px 5%;

    text-align: center;

    background: #f7f4f0;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item
    {
        padding: 30px;
    }
}
.wrap-contact .contact .item .icon
{
    font-size: 24px;
    line-height: 64px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #f90;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item .icon
    {
        font-size: 20px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.wrap-contact .contact .item .title-contact
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.wrap-contact .contact .item .note
{
    color: #665233;
}
.wrap-contact .contact .item .note p
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-contact .contact .item .note p a
{
    padding: 0 5px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-contact .contact .item .note p a:hover
{
    color: #f90;
}
@media (min-width: 1200px)
{
    .wrap-product-top .product-top .title-in h2
    {
        font-size: 36px;
    }
}
.wrap-product
{
    padding-top: 48px;
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 1560px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product
    {
        margin-top: -15px;
    }
}
.wrap-product .product > ul > li
{
    margin-top: 50px;
}
@media (max-width: 1560px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product > ul > li
    {
        margin-top: 15px;
    }
}
#productcontent
{
    position: relative;
    top: -120px;
}
@media (max-width: 1199px)
{
    #productcontent
    {
        top: -80px;
    }
}
.wrap-product-show
{
    overflow: visible;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap
    {
        overflow: hidden;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    position: -webkit-sticky;
    position:         sticky;
    top: 118px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    width: 100%;

    border-radius: 5px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.wrap-product-show .carousel-wrap .item-video
{
    position: relative;
    z-index: 3;
}
.wrap-product-show .carousel-wrap .slider-for
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 82.3%;
    height: 100%;
}
@media (max-width: 1400px)
{
    .wrap-product-show .carousel-wrap .slider-for
    {
        width: 83%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .slider-for
    {
        width: 82.3%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .slider-for
    {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .zoom
{
    position: relative;

    cursor: crosshair;
}
.wrap-product-show .carousel-wrap iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .slider-nav
{
    font-size: 0;

    width: 17.7%;
    padding-left: 16px;
}
@media (max-width: 1400px)
{
    .wrap-product-show .slider-nav
    {
        width: 17%;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .slider-nav
    {
        width: 17.7%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav
    {
        width: 100%;
        margin-top: 10px;
        padding: 0 40px;
    }
}
.wrap-product-show .slider-nav .slick-list
{
    margin: 0;
    padding: 8px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-list
    {
        margin: 0 -4px;
    }
}
.wrap-product-show .slider-nav .slick-slide
{
    padding: 8px 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-slide
    {
        padding: 0 4px;
    }
}
.wrap-product-show .slider-nav .item
{
    position: relative;

    overflow: hidden;

    cursor: pointer;
}
.wrap-product-show .slider-nav .item-video
{
    position: relative;

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

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

    display: block;

    width: 40px;
    height: 40px;

    content: '\ea82';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
}
.wrap-product-show .slider-nav .slick-current .item
{
    border: 1px solid #f90;
}
@media (min-width: 768px)
{
    .wrap-product-show .slider-nav .slick-arrow
    {
        line-height: 32px;

        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 32px;

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

        border-radius: 30px;
    }
    .wrap-product-show .slider-nav .slick-arrow:before
    {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next
    {
        right: 0;
        left: auto;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next:before
    {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .slider-nav .slick-arrow
    {
        left: 0;
    }
    .wrap-product-show .slider-nav .slick-arrow.slick-next
    {
        right: 0;
        left: auto;
    }
}
.wrap-product-show .info-box
{
    padding: 20px 0 0 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box
    {
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info-box h2
{
    font-family: 'Manrope', Arial;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 1560px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 34px;
    }
}
@media (max-width: 1400px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box .title-info-box h2
    {
        font-size: 24px;
    }
}
.wrap-product-show .info-box .link
{
    overflow: hidden;
}
.wrap-product-show .info-box .link a
{
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px;

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

    color: #fff;
    border-radius: 40px;
    background-color: #bfac8f;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.wrap-product-show .info-box .link a .iconfont
{
    font-size: 20px;

    margin-right: 8px;
}
.wrap-product-show .info-box .link .active a
{
    color: #fff;
    background-color: #f90;
}
.wrap-product-show .stickybox
{
    padding-top: 50px;
}
.wrap-product-show .wrap-show-menu
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 9;
    top: 80px;

    border: 4px solid #fff;
    border-radius: 50px;
    background: #fff;
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-show-menu
    {
        top: 60px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .wrap-show-menu
    {
        top: 70px;
    }
}
.wrap-product-show .wrap-show-menu ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: auto;
    overflow-y: hidden;

    white-space: nowrap;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    height: 4px;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.wrap-product-show .wrap-show-menu ul::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.wrap-product-show .wrap-show-menu ul li a
{
    font-weight: 500;
    line-height: 22px;

    position: relative;

    display: block;

    padding: 10px 26px;

    cursor: pointer;
    text-align: center;

    color: #665233;
    border-radius: 30px;
}
.wrap-product-show .wrap-show-menu ul li.active a
{
    color: #fff;
    background-color: #f90;
}
.wrap-product-show .title-product-show h3
{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 1560px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .title-product-show h3
    {
        font-size: 24px;
    }
}
.wrap-product-show .parameter .editor-content
{
    margin-top: 20px;
}
.wrap-product-show .wrap-reviews .slick-reviews
{
    margin-top: 24px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .wrap-reviews .slick-reviews
    {
        margin-top: 20px;
    }
}
.wrap-product-show .wrap-reviews .slick-arrow
{
    top: -70px;

    color: #331f00;
    background: none;
}
.wrap-product-show .wrap-reviews .slick-arrow:before
{
    font-size: 20px;

    content: '\eb60';
}
.wrap-product-show .wrap-reviews .slick-arrow:hover
{
    color: #f90;
}
.wrap-product-show .relate-product .slick-related
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .slick-related
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-arrow
    {
        top: 50%;
        left: -12px;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .wrap-product-show .relate-product .slick-arrow.slick-next
    {
        right: -12px;
        left: auto;
    }
}
.func
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.func .upload-btn
{
    font-size: 14px;
    line-height: 48px;

    padding: 0 30px;

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

    color: #f90;
    border: 1px dashed rgba(255, 153, 0, .5);
    border-radius: 48px;
    background: none;
}
.func .upload-btn .iconfont
{
    margin-right: 10px;
}
.func .upload-btn:hover
{
    color: #fff;
    background-color: #f90;
}
.upload-box
{
    display: none;

    margin-top: 30px;
}
.upload-box .tit
{
    font-size: 16px;
    line-height: 1.5;
}
.upload-box .upload-wrap
{
    margin-top: 10px;

    text-align: center;
}
.upload-box .upload-wrap h3
{
    font-size: 34px;

    margin: 0 0 35px;
}
@media (max-width: 1199px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap h3
    {
        font-size: 20px;

        margin-bottom: 20px;
    }
}
.upload-box .upload-wrap .file-input
{
    position: relative;

    padding: 20px 15px;

    border: 1px solid #ddd;
}
.upload-box .upload-wrap .file-preview
{
    padding: 0;

    border: none;
}
.upload-box .upload-wrap .file-drop-zone
{
    min-height: 280px;
    margin: 0;
}
@media (max-width: 767.98px)
{
    .upload-box .upload-wrap .file-drop-zone
    {
        min-height: 200px;
    }
}
.upload-box .upload-wrap .file-drop-zone.clickable:hover
{
    border: 1px dashed #f90;
}
.upload-box .upload-wrap .file-caption-main
{
    padding: 0 20px;
}
.upload-box .upload-wrap .file-caption-main > .file-caption
{
    display: none;
}
.upload-box .upload-wrap .file-caption-name
{
    display: none !important;
}
.upload-box .upload-wrap .input-group
{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.upload-box .upload-wrap .input-group > *
{
    margin-top: 10px;
    margin-left: 5px !important;
}
@media (max-width: 575.98px)
{
    .upload-box .upload-wrap .input-group .btn
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .input-group-btn
{
    text-align: right;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .input-group-btn > * .glyphicon
    {
        font-size: .9em;
    }
}
.upload-box .upload-wrap .input-group-btn > * > span.hidden-xs
{
    display: inline-block !important;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .input-group-btn > * > span.hidden-xs
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .fileinput-upload-button
{
    display: inline-block;
}
.upload-box .upload-wrap .btn-file
{
    border-color: #f90;
    border-radius: 0 !important;
    background-color: #f90;
}
.upload-box .upload-wrap .kv-upload-progress
{
    padding: 0 15px;
}
.upload-box .upload-wrap .file-thumb-progress
{
    position: relative;
    top: 0;
    right: auto;
    left: 0;
}
.upload-box .upload-wrap .file-preview-thumbnails
{
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-preview-thumbnails
    {
                flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.upload-box .upload-wrap .file-live-thumbs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin: 0 -5px;

    text-align: left;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.upload-box .upload-wrap .file-drop-zone-title
{
    font-size: 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    min-height: 260px;
    padding: 30px 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767.98px)
{
    .upload-box .upload-wrap .file-drop-zone-title
    {
        min-height: 180px;
    }
}
.upload-box .upload-wrap .file-drop-zone-title span
{
    font-size: .5em;

    display: block;

    margin-top: 10px;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-drop-zone-title
    {
        font-size: 1em;

        padding: 10px 0;
    }
}
.upload-box .upload-wrap .file-preview-frame
{
    display: block;

    width: 150px;
    max-width: -webkit-calc(20% - 16px) !important;
    max-width:         calc(20% - 16px) !important;
    height: auto !important;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .upload-box .upload-wrap .file-preview-frame
    {
        max-width: -webkit-calc(25% - 16px) !important;
        max-width:         calc(25% - 16px) !important;
    }
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-preview-frame .file-other-icon
    {
        font-size: 10vw;
    }
}
@media (max-width: 575px)
{
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content
{
    position: relative;

    overflow: hidden;

    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
}
.upload-box .upload-wrap .file-preview-frame .kv-file-content > *
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
}
.upload-box .upload-wrap .file-preview-frame .file-thumbnail-footer
{
    height: auto;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other
{
    position: absolute;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.upload-box .upload-wrap .file-preview-frame .file-preview-other .glyphicon
{
    display: block;
}
.upload-box .upload-wrap .krajee-default .file-footer-caption
{
    margin-bottom: 0;
}
.upload-box .upload-wrap .krajee-default .file-caption-info,
.upload-box .upload-wrap .krajee-default .file-size-info
{
    width: 100%;
    height: auto;
}
.upload-box .upload-wrap .file-upload-indicator .glyphicon
{
    font-size: 16px;

    display: block;
}
.upload-box .upload-wrap .file-thumbnail-footer
{
    position: initial;
}
.upload-box .upload-wrap .file-footer-buttons
{
    float: none;
}
.upload-box .upload-wrap .file-footer-buttons > button
{
    display: none !important;
}
.upload-box .upload-wrap .file-footer-buttons > button.kv-file-remove
{
    display: block !important;

    border: none;
}
.upload-box .upload-wrap .file-actions
{
    position: absolute;
    top: 0;
    right: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.upload-box .upload-wrap .file-caption-icon
{
    display: none !important;
}
.upload-box .upload-wrap .file-footer-caption
{
    font-size: 1em;
    line-height: 1.2;

    width: 100%;
}
@media (max-width: 767px)
{
    .upload-box .upload-wrap .file-footer-caption
    {
        font-size: 12px;
    }
}
.upload-box .upload-wrap .file-footer-caption samp
{
    display: none;
}
.upload-box .upload-wrap .kv-fileinput-error .close
{
    position: relative;
    z-index: 2;
}
.wrap-news .news
{
    margin-top: -30px;
}
.wrap-news .news > ul > li
{
    margin-top: 30px;
}
.wrap-news .news .common-news-item
{
    position: relative;

    overflow: hidden;

    padding: 30px 210px 30px 30px;

    border-bottom: none;
    background: #f7f4f0;
}
@media (max-width: 1199px)
{
    .wrap-news .news .common-news-item
    {
        padding-right: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .common-news-item
    {
        padding: 20px 15px;
    }
}
.wrap-news .news .common-news-item .title-news
{
    width: 100%;
    margin-top: 10px;
}
.wrap-news .news .common-news-item .date
{
    font-size: 14px;
    line-height: 24px;

    color: #f90;
}
.wrap-news .news .common-news-item .note
{
    width: 100%;
    padding: 0;
}
.wrap-news .news .common-news-item .more
{
    position: absolute;
    top: 50%;
    right: 30px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .wrap-news .news .common-news-item .more
    {
        right: 15px;
    }
}
.wrap-details
{
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .wrap-details
    {
        padding-top: 30px;
    }
}
.wrap-details .title-details h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-details .title-details h2
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-details .title-details h2
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-details .title-details h2
    {
        font-size: 18px;
    }
}
.wrap-details .title-details .date
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: #999;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.wrap-details .title-details .date .iconfont
{
    margin-right: 10px;

    color: #f90;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36363636;
}
@media (max-width: 1199px)
{
    .wrap-details .details .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .details .text h3
    {
        font-size: 18px;
    }
}
.wrap-details .share
{
    margin-top: 30px;
}
.wrap-details .share p
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-details .relate-details
{
    font-size: 0;

    margin-top: 70px;
    padding: 10px;

    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-details .relate-details
    {
        margin-top: 40px;
    }
}
.wrap-details .relate-details a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

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

    height: 36px;
    padding-left: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

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

    display: block;

    width: 36px;
    height: 36px;

    content: '\eb60';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border-radius: 50%;
}
.wrap-details .relate-details a.prev:after
{
    position: absolute;
    top: 11px;
    right: 0;

    width: 1px;
    height: 16px;

    content: '';

    background-color: #c7cdd4;
}
.wrap-details .relate-details a:hover:before
{
    background-color: #f90;
}
.wrap-details .relate-details .next
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details .next
    {
        text-align: left;
    }
}
@media (min-width: 768px)
{
    .wrap-details .relate-details .next a
    {
        padding-right: 50px;
        padding-left: 0;
    }
    .wrap-details .relate-details .next a:before
    {
        right: 0;
        left: auto;

        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
}
.wrap-sitemap .sitemap .title h2
{
    margin: 0;
}
.wrap-sitemap .sitemap > ul > li
{
    position: relative;

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

    display: inline-block;

    min-width: 240px;
    padding: 10px 30px;

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

    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > a
    {
        font-size: 16px;

        min-width: 140px;
        padding: 4px 10px;
    }
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    color: #fff;
    border-color: #f90;
    background-color: #f90;
}
.wrap-sitemap .sitemap > ul > li:hover > a
{
    text-decoration: underline;

    border-color: #f90;
    background-color: #f90;
}
.wrap-sitemap .sitemap > ul > li > ul
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap > ul > li > ul
    {
        margin: 0 -5px;
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap > ul > li > ul > li
{
    position: relative;

    list-style: none;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;
}
.wrap-sitemap .sitemap > ul > li > ul > li > a img
{
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li
{
    display: inline-block;

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

    display: block;

    padding: 5px 30px;

    color: #999;
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap > ul > li > ul > li > ul > li:hover > a
{
    color: #f90;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #f90;
}
.wrap-sitemap .sitemap > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-sitemap .sitemap-vertical
    {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap-vertical > ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 0 -15px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li
    {
        display: block;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;

    display: inline-block;

    padding: 10px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: capitalize;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > a
    {
        font-size: 16px;

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

    list-style: none;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li
    {
        display: inline-block;

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

    position: relative;

    display: block;

    padding: 5px 20px;

    text-transform: capitalize;

    color: #665233;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > a
    {
        font-size: 15px;

        padding: 5px 10px;
    }
}
@media (max-width: 1199px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
{
    font-size: 14px;

    display: block;

    padding: 5px 30px;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a
    {
        padding: 5px 15px;
    }
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li > a:before
{
    content: '-';
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #f90;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a
{
    text-decoration: underline;

    color: #f90;
}
.wrap-sitemap .sitemap-vertical > ul > li > ul > li:hover > a:before
{
    opacity: 1;
}
.wrap-sitemap .sitemap-vertical > ul > li:hover > a
{
    color: #f90;
}
.wrap-nosearch
{
    margin: 30px 0;
}
.wrap-nosearch h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
.wrap-nosearch p
{
    line-height: 22px;

    margin: 10px 0 0 0;
    padding: 10px 20px;

    color: #666;
    border: 1px solid rgba(255, 153, 0, .5);
    border-radius: 5px;
    background-color: rgba(255, 153, 0, .1);
}
.wrap-nosearch .title-in
{
    margin-top: 30px;
}
@media (min-width: 1200px)
{
    .wrap-nosearch .title-in h2
    {
        font-size: 30px;
    }
}
.pagination-info
{
    margin-top: 80px;
}
@media (max-width: 1560px)
{
    .pagination-info
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .pagination-info
    {
        margin-top: 30px;
    }
}
.pagination
{
    position: relative;

    display: inline-block;
}
.pagination a,
.pagination span
{
    line-height: 44px;

    position: relative;
    z-index: 6;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    overflow: hidden;

    min-width: 44px;
    height: 44px;
    margin: 0 4px;
    padding: 0 5px;

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

    border-radius: 50%;
    background: none;
    background: #f5f5f5;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 1200px)
{
    .pagination a,
    .pagination span
    {
        -webkit-transition: .2s;
                transition: .2s;
    }
    .pagination a:hover,
    .pagination span:hover
    {
        color: #fff;
        background-color: #f90;
    }
}
@media (max-width: 1199.98px)
{
    .pagination a,
    .pagination span
    {
        line-height: 30px;

        min-width: 30px;
        height: 30px;
    }
    .pagination a:active,
    .pagination span:active
    {
        color: #fff;
        background-color: #f90;
    }
}
@media (max-width: 767.98px)
{
    .pagination a,
    .pagination span
    {
        font-size: 14px;

        margin: 0 3px;
    }
}
.pagination span.current
{
    color: #fff;
    background-color: #f90;
}
.pagination span.current.prev,
.pagination span.current.next
{
    opacity: 0;
}
.pagination .next:hover,
.pagination .prev:hover
{
    color: #fff;
    background-color: #f90;
}
.pagination .prev:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination .next:before
{
    font-family: 'iconfont' !important;

    content: '\e625';
}
.wrap-inquiryinfo
{
    padding-top: 50px;
}
.wrap-inquiryinfo .inquiry-info
{
    font-size: 0;

    width: 100%;

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

    background-color: rgba(255, 153, 0, .1);
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info
    {
        padding: 0;
    }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
{
    font-size: 16px;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div
    {
        font-size: 14px;

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

    display: inline-block;

    padding: 20px 10px;

    vertical-align: middle;
    word-break: break-word;
}
@media (max-width: 1470px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox,
    .wrap-inquiryinfo .inquiry-info .pimg,
    .wrap-inquiryinfo .inquiry-info .pname,
    .wrap-inquiryinfo .inquiry-info .number,
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        padding: 20px 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .checkbox
{
    width: 10%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .checkbox
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .Operation
{
    width: 14%;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .Operation
    {
        width: 30px;
    }
}
.wrap-inquiryinfo .inquiry-info .pimg
{
    width: 14%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .pimg
    {
        width: -webkit-calc(44% - 30px);
        width:         calc(44% - 30px);
    }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box
{
    overflow: hidden;
}
.wrap-inquiryinfo .inquiry-info .number
{
    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .number
    {
        width: -webkit-calc(56% - 30px);
        width:         calc(56% - 30px);
        padding: 10px;
    }
}
.wrap-inquiryinfo .inquiry-info .pname
{
    width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite
{
    padding-left: 0;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .check-all span
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span
{
    display: inline-block;

    margin: 0;
    padding: 0;

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

    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .hidden-xs
    {
        display: none;
    }
}
.wrap-inquiryinfo .inquiry-info .visible-xs
{
    display: none;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .inquiry-info .visible-xs
    {
        display: block;
    }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all
{
    position: relative;

    display: inline-block;

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

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

    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    background: none;

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

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

    content: '\e656';

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

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

    content: '\e656';

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

    position: relative;

    width: 60px;
    height: 34px;

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

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

        width: 25px;
        height: 25px;

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

    display: inline-block;

    width: 34px;
    height: 36px;
    margin: 0;
    margin-top: -2px;
    padding: 0;

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

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

        position: relative;
        z-index: 8;

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

        border-radius: 2px;
    }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover
{
    color: #fff;
    border-color: #f90;
    background-color: #f90;
}
.wrap-inquiryinfo .inquiry-info .add1
{
    margin-top: -1px;
    margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic
{
    overflow: hidden;

    border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info p
{
    line-height: 24px;

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

        margin-bottom: 4px;
    }
}
.wrap-inquiryinfo .iclose
{
    float: none;

    cursor: pointer;
    text-align: center;

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

    content: '\e632';

    color: #787878;
}
@media (max-width: 767px)
{
    .wrap-inquiryinfo .iclose::after
    {
        font-size: 16px;
    }
}
.wrap-inquiryinfo .iclose:hover::after
{
    color: #f90;
}
.wrap-inquiryinfo .inquiry-message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry-message
    {
        padding-top: 50px;
    }
}
.wrap-inquiryinfo .inquiry
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-inquiryinfo .inquiry
    {
        padding-top: 50px;
    }
}
.editor-content p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;

    color: #665233;
}
@media (max-width: 767px)
{
    .editor-content p
    {
        font-size: 14px;
    }
}
.editor-content h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45454545;
}
@media (max-width: 991px)
{
    .editor-content h3
    {
        font-size: 18px;
    }
}
.editor-content img
{
    max-width: 100% !important;
    height: auto !important;
}
.editor-content ul,
.editor-content ol
{
    padding-left: 1em;
}
.editor-content ul li,
.editor-content ol li
{
    list-style: inherit;
}
.editor-content .table-box
{
    line-height: 1.625;

    overflow: auto;

    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.editor-content .table-box table
{
    font-size: 16px;
    line-height: 1.2;

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

    border-spacing: 0;
    border-collapse: collapse;

    background: #fcfbf4;
}
.editor-content .table-box table p
{
    font-size: 16px;
}
.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.editor-content .table-box table td,
.editor-content .table-box table th
{
    font-weight: normal;

    padding: 10px 20px !important;

    border: 1px solid #ebe9d9;
}
@media (max-width: 480px)
{
    .editor-content .table-box table td,
    .editor-content .table-box table th
    {
        padding: 8px !important;
    }
}
.editor-content .table-box table tr p,
.editor-content .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.editor-content .table-box table th
{
    text-align: center;
}
.auto-adjust-img.is-mobile img
{
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}
.auto-adjust-img p.contains-pictures
{
    font-size: 0 !important;

    overflow-x: hidden;

    margin: 0 -5px !important;
    padding: 0;
}
@media (min-width: 768px)
{
    .auto-adjust-img p.contains-pictures
    {
        white-space: nowrap;
    }
}
.auto-adjust-img p.contains-pictures > img
{
    display: inline-block;

    margin: 5px;
}
