/**
 * style.less
 * 层叠样式表
 */
:root
{
    --color: #5ab542;
    --hover: #f6a235;
}
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'Arial Tur';
    font-weight: bold;
    font-style: normal;

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

    src: local('ArialMT Light'), local('ArialMTLight'), url('../fonts/ArialMTLight.woff2') format('woff2'), url('../fonts/ArialMTLight.woff') format('woff'), url('../fonts/ArialMTLight.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: 'Avant Garde Gothic Itc T OT';
    font-weight: bold;
    font-style: normal;

    src: local('Avant Garde Gothic Itc T OT Bold'), local('AvantGarGotItcTOT-Bol'), url('../fonts/AvantGarGotItcTOT-Bol.woff2') format('woff2'), url('../fonts/AvantGarGotItcTOT-Bol.woff') format('woff'), url('../fonts/AvantGarGotItcTOT-Bol.ttf') format('truetype');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    top: 0!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1400px)
{
    .container
    {
        width: 1350px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited,
a:focus
{
    text-decoration: none;

    color: inherit;
}
.imgw
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.imgw img[src=''],
.imgw img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.slick-dots
{
    font-size: 0;

    margin-top: 30px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 8px;

    vertical-align: middle;

    border-radius: 50%;
    background: #e6e6e6;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: var(--color);
}
.slick-arrow
{
    font-size: 0;
    line-height: 50px;

    position: absolute;
    top: 50%;
    left: -30px;

    width: 50px;
    height: 50px;

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

    color: #ccc;
    border: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: none;
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        line-height: 40px;

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

    display: inline-block;

    content: '\e610';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}
.right-arrow .slick-arrow
{
    position: relative;
    top: 0;
    left: 0;

    display: inline-block;

    margin-right: 10px;

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

    margin-right: 0;
}
.flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 140px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.skiptranslate iframe{
    display: none;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 90px;

        opacity: 1;
        background-color: #fff;
    }
}
.header .header-top
{
    line-height: 40px;

    height: 40px;

    text-align: right;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        line-height: 30px;

        height: 30px;
    }
}
.header .header-top .share
{
    display: inline-block;

    vertical-align: middle;
}
.header .header-top .share > ul > li
{
    display: inline-block;

    vertical-align: middle;
}
.header .header-top .share > ul > li > a
{
    display: inline-block;

    width: 30px;

    text-align: center;
}
.header .header-top .share > ul > li > a .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-right: 6px;
    width: 20px;
    vertical-align: middle;
}
.header .header-top p
{
    display: inline-block;

    margin: 0 0 0 20px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .header-top p
    {
        font-size: 0;
    }
}
.header .header-top p .icon
{
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-right: 6px;
    width: 20px;
    vertical-align: middle;
}
.header .header-top p a:hover
{
    text-decoration: underline;
}
.header .logo
{
    display: inline-block;

    height: 84px;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1470px)
{
    .header .logo
    {
        height: 60px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 5px;
    }
}
.header .logo:after
{
    display: inline-block;

    width: 1px;
    height: 44px;
    margin-left: 30px;

    content: '';
    vertical-align: middle;

    background: #eee;
}
@media (max-width: 1199px)
{
    .header .logo:after
    {
        display: none;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .logo img
{
    display: inline-block;
    width: auto;
    height: 100%;

    vertical-align: middle;
}
.header .nav-collapse
{
    top: 0;

    display: none;

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

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        line-height: 60px;

        display: inline-block;
        float: right;

        vertical-align: middle;
    }
}
.header .nav-collapse:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.header .nav
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.header .nav .close-nav
{
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;

    display: none;

    color: #333;
}
@media (max-width: 1199px)
{
    .header .nav .close-nav
    {
        display: inline-block;
    }
}
.header .nav .close-nav:before
{
    font-family: 'iconfont' !important;

    content: '\e62f';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        padding: 0 30px;

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

        position: relative;

        display: block;

        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 18%;
        left: 50%;

        display: block;

        width: 0;
        height: 2px;

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

        background-color: var(--hover);
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 96%;
        left: 0;

        display: none;

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

        color: #666;
        background-color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
        line-height: 32px;

        display: block;

        padding: 0 20px;

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

        color: var(--color);
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list3 > li > a
    {
        font-size: 13px;
        line-height: 26px;

        display: block;

        padding: 0 20px;

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

        color: var(--color);
    }
    
     .header .nav .nav-list1 .nav-list4
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list4 > li
    {
        position: relative;
    }
    .header .nav .nav-list1 .nav-list4 > li > a
    {
        font-size: 13px;
        line-height: 26px;

        display: block;

        padding: 0 20px;

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

        color: var(--color);
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;

        display: table;

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

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);

        opacity: 0;
    }
    .header .nav .nav-list1
    {
        display: table-cell;
        overflow-y: auto;

        max-height: 80%;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        font-size: 20px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 20px 0;

        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:before,
    .header .nav .nav-list1 > li > a:after
    {
        content: '';
    }
    .header .nav .nav-list1 > li .nav-list2
    {
        padding: 0 0 6px;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

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

        content: '-';
    }
    .header .nav .nav-list1 > li .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list1 > li .nav-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li .nav-list3 > li > a
    {
        font-size: 14px;

        padding: 0 6px;

        color: #666;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 10px 0;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li .nav-list2 > li
    {
        display: inline-block;

        vertical-align: middle;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .nav .nav-list1 > li .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li .nav-list2 > li .img
    {
        display: none;
    }
}
.header .search-menu
{
    display: inline-block;

    vertical-align: middle;
}
.header .open-quote
{
    line-height: 30px;

    display: inline-block;
    float: right;

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

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

    color: #fff;
    background-color: var(--hover);
}
@media (max-width: 1199px)
{
    .header .open-quote
    {
        margin-top: 15px;
        margin-right: 20px;
    }
}
.header .open-quote:hover
{
    background-color: var(--color);
}
.header .search
{
    line-height: 100px;

    display: inline-block;

    margin-left: 30px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .search
    {
        line-height: 60px;

        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .search
    {
        margin-right: 10px;
        margin-left: 10px;
    }
}
.header .search .icon
{
    font-size: 24px;
}
.header .search:hover
{
    color: var(--color);
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    padding: 50px 0;

    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
@media (max-width: 991px)
{
    .header .open-search
    {
        color: #222;
    }
}
.header .open-search form
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 1560px;
    margin: 0 auto;

    border-bottom: 1px solid #000;
}
@media (max-width: 1199px)
{
    .header .open-search form
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .header .open-search form
    {
        width: 90%;
    }
}
.header .open-search form input
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 15px 50px 15px 0;

    color: #333;
    border: none;
    outline: none;
    background: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #999;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #999;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
@media (max-width: 991px)
{
    .header .open-search form input::-webkit-input-placeholder,
    .header .open-search form textarea::-webkit-input-placeholder
    {
        color: #666;
    }
    .header .open-search form input:-o-placeholder,
    .header .open-search form textarea:-o-placeholder
    {
        color: #666;
    }
    .header .open-search form input::-moz-placeholder,
    .header .open-search form textarea::-moz-placeholder
    {
        color: #666;
    }
    .header .open-search form input:-ms-input-placeholder,
    .header .open-search form textarea:-ms-input-placeholder
    {
        color: #666;
    }
    .header .open-search form input:focus::-webkit-input-placeholder,
    .header .open-search form textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-o-placeholder,
    .header .open-search form textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-moz-placeholder,
    .header .open-search form textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-ms-input-placeholder,
    .header .open-search form textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
}
.header .open-search form .submit
{
    line-height: 60px;

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

    width: 50px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .header .open-search form .submit
    {
        font-size: 18px;
        line-height: 40px;

        top: 10px;
    }
}
.header .open-search form .submit .icon
{
    font-size: 24px;
}
.header .open-search form .submit:hover
{
    color: #222;
}
.header .open-search .search-close
{
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: -50px;
    right: -30px;

    width: 40px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .open-search .search-close
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .header .open-search .search-close
    {
        right: 10px;
    }
}
.header .open-search .search-close:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixedh
{
    height: 100px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixedh
    {
        height: 90px;
    }
}
.header.fixedh .header-top
{
    line-height: 30px;

    height: 30px;
}
.header.fixedh .logo
{
    height: 60px;
}
@media (max-width: 1199px)
{
    .header.fixedh .logo
    {
        height: 50px;
    }
}
@media (min-width: 1200px)
{
    .header.fixedh .nav .nav-list1 > li > a
    {
        line-height: 70px;
    }
}
.header.fixedh .open-quote
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .header.fixedh .open-quote
    {
        margin-top: 15px;
    }
}
.navopen .nav
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
    background-color: #fff;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 140px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 90px;
    }
}
.banner .b-itempack
{
    position: relative;
}
.banner .banner-shuff
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .banner .banner-shuff
    {
        width: 110%;
        max-width: 110%;
        margin-left: -5%;
    }
}
.banner .imgw
{
    padding-bottom: 47.39583333%;
}
.banner .imgw .video-box
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .imgw video
{
    object-fit: cover;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 8;
    bottom: 5%;
    left: 0;

    width: 100%;
    padding: 0 10%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    width: 14px;
    height: 14px;
    margin: 0 8px;

    border-radius: 50%;
    background: #ccc;
}
.banner .slick-dots li.slick-active
{
    background-color: var(--color);
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 80px;

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

    overflow: hidden;

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

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

    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 60px;

        width: 30px;
        height: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\eb60';
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 0;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e625';
}
.banner .slick-arrow:hover
{
    border-color: var(--color);
    background-color: var(--color);
}
.banner img
{
    display: block;
    height: auto;
    width: 100%;
}
@media (max-width: 767px)
{
    .banner img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner .banner-title
{
    position: absolute;
    z-index: 2;
    top: 55%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .banner-title
    {
        top: 60%;
    }
}
.banner .banner-title h2
{
    font-family: 'Arial Tur';
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;

    max-width: 80%;
    margin: 0;
}
@media (max-width: 1560px)
{
    .banner .banner-title h2
    {
        font-size: 60px;

        max-width: 60%;
    }
}
@media (max-width: 1470px)
{
    .banner .banner-title h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1350px)
{
    .banner .banner-title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-title h2
    {
        font-size: 18px;
    }
}
.banner .banner-title h3
{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;

    max-width: 60%;
    margin: 30px 0 0 0;
}
@media (max-width: 1560px)
{
    .banner .banner-title h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-title h3
    {
        font-size: 18px;

        display: none;
    }
}
@media (max-width: 991px)
{
    .banner .banner-title h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-title h3
    {
        font-size: 14px;
    }
}
.banner .banner-title .banner-more
{
    margin-top: 30px;
}
.banner .banner-title .banner-more a
{
    font-size: 24px;
    line-height: 60px;

    display: inline-block;

    width: 200px;
    height: 60px;
    margin-right: 30px;

    text-align: center;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 1560px)
{
    .banner .banner-title .banner-more a
    {
        font-size: 20px;

        width: 150px;
    }
}
@media (max-width: 1199px)
{
    .banner .banner-title .banner-more a
    {
        font-size: 16px;
        line-height: 40px;

        width: 150px;
        height: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .banner-title .banner-more a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .banner-title .banner-more a
    {
        font-size: 14px;

        width: 120px;
        margin-right: 10px;
    }
}
.banner .banner-title .banner-more a:nth-child(2)
{
    margin-right: 0;

    background-color: var(--hover);
}
.banner-inpage
{
    position: relative;

    overflow: hidden;

    padding-top: 140px;
}
@media (max-width: 1199px)
{
    .banner-inpage
    {
        padding-top: 90px;
    }
}
.banner-inpage .b-itempack img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-inpage .b-itempack img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inpage .ban-txt
{
    position: absolute;
    z-index: 4;
    bottom: 40px;
    left: 0;

    width: 100%;

    color: #fff;
}
.banner-inpage .ban-txt h2
{
    font-family: 'Arial Tur';
    font-size: 60px;
    font-weight: bold;

    text-transform: capitalize;
}
@media (max-width: 1560px)
{
    .banner-inpage .ban-txt h2
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner-inpage .ban-txt h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner-inpage .ban-txt h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .ban-txt h2
    {
        font-size: 24px;
    }
}
.banner-inpage .ban-txt h3
{
    font-size: 22px;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .banner-inpage .ban-txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner-inpage .ban-txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .ban-txt h3
    {
        font-size: 16px;
    }
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.index
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index
    {
        padding: 50px 0;
    }
}
.t-index:before
{
    display: block;

    width: 31px;
    height: 2px;
    margin-bottom: 10px;

    content: '';

    background: var(--hover);
}
.t-index h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #929292;
}
@media (max-width: 1199px)
{
    .t-index h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .t-index h3
    {
        font-size: 16px;
    }
}
.t-index h2
{
    font-family: 'Arial Tur';
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    letter-spacing: 0;
    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .t-index h2
    {
        font-size: 42px;
    }
}
@media (max-width: 1350px)
{
    .t-index h2
    {
        font-size: 35px;
    }
}
@media (max-width: 1199px)
{
    .t-index h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .t-index h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .t-index h2
    {
        font-size: 24px;
    }
}
.i-about .about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-about .about .about-l
{
    width: 65%;
    padding-right: 3%;
}
@media (max-width: 767px)
{
    .i-about .about .about-l
    {
        width: 100%;
        padding-right: 0;
    }
}
.i-about .about .about-l .txt
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .i-about .about .about-l .txt
    {
        margin-top: 20px;
    }
}
.i-about .about .about-l .txt p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1470px)
{
    .i-about .about .about-l .txt p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .i-about .about .about-l .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .i-about .about .about-l .txt p
    {
        font-size: 14px;
    }
}
.i-about .about .about-imgs
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 35%;
    margin: 0 -3px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .i-about .about .about-imgs
    {
        width: 100%;
        margin-top: 30px;
    }
}
.i-about .about .about-imgs .imgs1,
.i-about .about .about-imgs .imgs2
{
    width: 50%;
    height: auto;
    padding: 0 3px;
}
.i-about .about .about-imgs .imgs1 img,
.i-about .about .about-imgs .imgs2 img
{
    width: 100%;
}
.i-about .about .about-imgs .imgs2
{
    margin-top: 60px;
}
.i-about .about-num
{
    margin-top: 30px;
}
.i-about .about-num ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.i-about .about-num ul li
{
    margin-top: 30px;
    width: 240px;
}
@media (max-width: 1199px){
   .i-about .about-num ul li
    {
        width: 200px;
    } 
}
@media (max-width: 991px){
   .i-about .about-num ul li
    {
        width: 150px;
    } 
}
@media (max-width: 767px)
{
    .i-about .about-num ul li
    {
        width: 50%;
    }
}
.i-about .about-num .a-itempack
{
    text-align: center;
}
.i-about .about-num .a-itempack b
{
    font-family: 'Avant Garde Gothic Itc T OT';
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: var(--color);
}
@media (max-width: 1560px)
{
    .i-about .about-num .a-itempack b
    {
        font-size: 70px;
    }
}
@media (max-width: 1350px)
{
    .i-about .about-num .a-itempack b
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .i-about .about-num .a-itempack b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .i-about .about-num .a-itempack b
    {
        font-size: 40px;
    }
}
.i-about .about-num .a-itempack p
{
    font-size: 20px;
}
@media (max-width: 1199px)
{
    .i-about .about-num .a-itempack p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .i-about .about-num .a-itempack p
    {
        font-size: 16px;
    }
}
.i-product
{
    padding: 0;
}
.i-product .product
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .i-product .product
    {
        margin-top: 30px;
    }
}
.i-product .product .pro-itempack
{
    position: relative;

    display: block;
}
.i-product .product .pro-itempack:before
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .8)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
    background-image:         linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
}
.i-product .product .pro-itempack .imgw
{
    padding-bottom: 114.58333333%;
}
.i-product .product .pro-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-product .product .pro-itempack .tit-pro
{
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;

    width: 100%;
    padding: 0 6%;

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .i-product .product .pro-itempack .tit-pro
    {
        opacity: 1;
    }
}
@media (max-width: 767px)
{
    .i-product .product .pro-itempack .tit-pro
    {
        bottom: 10px;
    }
}
.i-product .product .pro-itempack .tit-pro:before
{
    display: block;

    width: 21px;
    height: 1px;

    content: '';

    background-color: var(--hover);
}
.i-product .product .pro-itempack .tit-pro span
{
    font-size: 24px;
    line-height: 30px;

    display: block;

    margin-top: 8px;
}
@media (max-width: 1560px)
{
    .i-product .product .pro-itempack .tit-pro span
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .i-product .product .pro-itempack .tit-pro span
    {
        font-size: 16px;
        line-height: 24px;
    }
}
.i-product .product .pro-itempack .tit-pro h3
{
    font-family: 'Arial Tur';
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1560px)
{
    .i-product .product .pro-itempack .tit-pro h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .i-product .product .pro-itempack .tit-pro h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .i-product .product .pro-itempack .tit-pro h3
    {
        font-size: 16px;

        margin: 5px 0;
    }
}
.i-product .product .pro-itempack .tit-pro .more
{
    font-weight: bold;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: var(--hover);
}
.i-product .product .pro-itempack:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.i-product .product .pro-itempack:hover .tit-pro
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.i-solutions
{
    background-color: #f4f4f2;
}
.i-solutions .t-solutions
{
    text-align: center;
}
.i-solutions .t-solutions h2
{
    font-family: 'Arial Tur';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    max-width: 380px;
    margin: 0 auto;

    letter-spacing: 0;
}
@media (max-width: 1199px)
{
    .i-solutions .t-solutions h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .i-solutions .t-solutions h2
    {
        font-size: 20px;
    }
}
.i-solutions .t-solutions p
{
    font-size: 14px;
    line-height: 16px;

    max-width: 670px;
    margin: 0 auto;
    margin-top: 20px;
}
.i-solutions .solutions
{
    margin-top: 50px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .i-solutions .solutions
    {
        margin-top: 30px;
    }
}
.i-solutions .solutions ul li
{
    border-right: 1px solid #eee;
}
.i-solutions .solutions .solutions-itempack
{
    display: block;

    padding: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .i-solutions .solutions .solutions-itempack
    {
        padding: 20px 14px;
    }
}
.i-solutions .solutions .solutions-itempack .solutions-icon
{
    position: relative;

    width: 80px;
    height: 80px;
}
@media (max-width: 991px)
{
    .i-solutions .solutions .solutions-itempack .solutions-icon
    {
        width: 60px;
        height: 60px;
    }
}
.i-solutions .solutions .solutions-itempack .solutions-icon:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -14px;

    display: block;

    width: 46px;
    height: 46px;

    content: '';

    border-radius: 50%;
    background: var(--color);
}
@media (max-width: 991px)
{
    .i-solutions .solutions .solutions-itempack .solutions-icon:before
    {
        right: 0;

        width: 30px;
        height: 30px;
    }
}
.i-solutions .solutions .solutions-itempack .solutions-icon img
{
    position: relative;
    z-index: 2;
    height: auto;
    width: 100%;
}
.i-solutions .solutions .solutions-itempack h4
{
    font-size: 24px;
    line-height: 30px;

    margin-top: 20px;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .i-solutions .solutions .solutions-itempack h4
    {
        font-size: 20px;

        margin-top: 10px;
    }
}
.i-solutions .solutions .solutions-itempack p
{
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 104px;
    margin: 20px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .i-solutions .solutions .solutions-itempack p
    {
        font-size: 14px;
        line-height: 24px;

        height: 96px;
        margin-top: 10px;
    }
}
.i-solutions .solutions .solutions-itempack .more
{
    font-weight: bold;
    line-height: 30px;

    margin-top: 10px;

    color: var(--color);
}
.i-solutions .solutions .solutions-itempack:hover
{
    color: #fff;
    background-color: #0d242e;
}
.i-solutions .solutions .solutions-itempack:hover .solutions-icon:before
{
    background-color: var(--hover);
}
.i-solutions .solutions .solutions-itempack:hover .solutions-icon img
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.i-solutions .solutions .solutions-itempack:hover .more
{
    color: var(--hover);
}
.i-projects
{
    padding-bottom: 0;
}
.i-projects .projects
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .i-projects .projects
    {
        margin-top: 30px;
    }
}
.i-projects .projects .projects-itempack
{
    position: relative;

    padding-left: 70px;
}
.i-projects .projects .projects-itempack .pro-icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 50px;
}
@media (max-width: 767px)
{
    .i-projects .projects .projects-itempack .pro-icon
    {
        width: 40px;
    }
}
.i-projects .projects .projects-itempack .pro-icon img
{
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: .8;

    -webkit-filter: brightness(0) invert(0);
            filter: brightness(0) invert(0);
}
.i-projects .projects .projects-itempack h3
{
    font-family: 'Arial Tur';
    font-size: 24px;
    font-weight: bold;

    -webkit-transition: all .2s;
            transition: all .2s;
    letter-spacing: 0;
}
@media (max-width: 1560px)
{
    .i-projects .projects .projects-itempack h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .i-projects .projects .projects-itempack h3
    {
        font-size: 18px;
    }
}
.i-projects .projects .projects-itempack p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 0;

    color: #919191;
}
.i-projects .projects .projects-itempack:hover .pro-icon img
{
    opacity: 1;

    -webkit-filter: brightness(1) invert(0);
            filter: brightness(1) invert(0);
}
.i-projects .projects .projects-itempack:hover h3
{
    color: var(--color);
}
.i-projects .projects ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-projects .projects ul li
{
    width: 35%;
}
@media (max-width: 991px)
{
    .i-projects .projects ul li
    {
        width: 100%;
    }
}
.i-projects .projects ul li:nth-child(2)
{
    width: 30%;
    padding: 0 3%;
}
@media (max-width: 991px)
{
    .i-projects .projects ul li:nth-child(2)
    {
        width: 50%;
        margin: 20px auto;
    }
}
.i-projects .projects ul li:nth-child(2) img
{
    width: 100%;
    height: auto;
}
@media (min-width: 992px)
{
    .i-projects .projects ul li:nth-child(3) .projects-itempack
    {
        position: relative;

        padding-right: 70px;
        padding-left: 0;
    }
    .i-projects .projects ul li:nth-child(3) .projects-itempack .pro-icon
    {
        right: 0;
        left: auto;
    }
}
.i-choose .choose-flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    background: url(../imgs/choose_bg.webp) no-repeat top right;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .i-choose .choose-flex
    {
        background: none;
    }
}
.i-choose .choose-flex .choose
{
    width: 42%;
}
@media (max-width: 991px)
{
    .i-choose .choose-flex .choose
    {
        width: 100%;
    }
}
.i-choose .choose-flex .choose .txt
{
    margin-top: 50px;
    padding-right: 10%;
}
@media (max-width: 991px)
{
    .i-choose .choose-flex .choose .txt
    {
        margin-top: 30px;
        padding-right: 0;
    }
}
.i-choose .choose-flex .choose .txt p
{
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 767px)
{
    .i-choose .choose-flex .choose .txt p
    {
        font-size: 16px;
    }
}
.i-choose .choose-flex .choose .listbox
{
    margin-top: 50px;
    padding-right: 10%;
}
.i-choose .choose-flex .choose .listbox ul li
{
    position: relative;

    margin-top: 14px;
    padding-left: 36px;
}
.i-choose .choose-flex .choose .listbox ul li:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e681';

    color: var(--color);
}
.i-choose .choose-flex .choose .listbox h4
{
    font-family: 'Arial Tur';
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.i-choose .choose-flex .choose .listbox p
{
    font-size: 16px;
    line-height: 1.125;

    margin: 10px 0 0 0;
}
.i-choose .choose-flex .choose-img
{
    width: 65%;
    margin-left: -7%;
}
@media (max-width: 991px)
{
    .i-choose .choose-flex .choose-img
    {
        width: 100%;
        margin-left: 0;
    }
}
.i-choose .choose-flex .choose-img img
{
    width: 100%;
    height: auto;
}
.i-advantage-box
{
    overflow: hidden;

    margin-top: -150px;
}
@media (max-width: 1199px)
{
    .i-advantage-box
    {
        margin-top: -80px;
    }
}
@media (max-width: 767px)
{
    .i-advantage-box
    {
        position: relative;

        margin-top: 0;
    }
}
.i-advantage-box .fengshan
{
    position: relative;
    z-index: 5;

    display: block;

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

    -webkit-animation: rotatef 20s linear infinite;
            animation: rotatef 20s linear infinite;
}
@media (max-width: 1199px)
{
    .i-advantage-box .fengshan
    {
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .i-advantage-box .fengshan
    {
        position: absolute;
        z-index: 4;
        bottom: 34px;
        left: 50%;

        width: 400px;
        height: 400px;
        margin-left: -200px;
    }
}
.i-advantage-box .fengshan img
{
    width: 100%;
    height: auto;
}
.i-advantage
{
    position: relative;
    z-index: 2;

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

    color: #fff;
    background: url(../imgs/advantage_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .i-advantage
    {
        background-attachment: fixed;
    }
}
@media (max-width: 1199px)
{
    .i-advantage
    {
        margin-top: -390px;
    }
}
@media (max-width: 767px)
{
    .i-advantage
    {
        margin-top: 0;
    }
}
@media (max-width: 767px)
{
    .i-advantage .advantage
    {
        margin-bottom: 300px;
    }
}
.i-advantage .advantage ul
{
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-advantage .advantage ul li
{
    width: 50%;
    margin: 50px 0;
    padding-right: 15%;
}
@media (max-width: 991px)
{
    .i-advantage .advantage ul li
    {
        margin: 30px 0;
    }
}
@media (max-width: 767px)
{
    .i-advantage .advantage ul li
    {
        width: 100%;
        margin: 10px 0;
        padding-right: 0;
    }
}
@media (min-width: 768px)
{
    .i-advantage .advantage ul li:nth-child(2n)
    {
        padding-right: 0;
        padding-left: 15%;

        text-align: right;
    }
    .i-advantage .advantage ul li:nth-child(2n) .advantage-itempack
    {
        padding-right: 80px;
        padding-left: 0;
    }
    .i-advantage .advantage ul li:nth-child(2n) .advantage-itempack .adv-icon
    {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .i-advantage .advantage ul li:nth-child(2n) .advantage-itempack
    {
        padding-right: 60px;
    }
}
.i-advantage .advantage .advantage-itempack
{
    position: relative;
    z-index: 5;

    padding-left: 80px;
}
@media (max-width: 991px)
{
    .i-advantage .advantage .advantage-itempack
    {
        padding-left: 60px;
    }
}
.i-advantage .advantage .advantage-itempack .adv-icon
{
    position: absolute;
    top: 0;
    left: 0;

    width: 54px;
}
@media (max-width: 991px)
{
    .i-advantage .advantage .advantage-itempack .adv-icon
    {
        width: 50px;
    }
}
@media (max-width: 767px)
{
    .i-advantage .advantage .advantage-itempack .adv-icon
    {
        width: 45px;
    }
}
.i-advantage .advantage .advantage-itempack .adv-icon img
{
    width: 100%;
    height: auto;
}
.i-advantage .advantage .advantage-itempack h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 0;

    letter-spacing: 1px;
}
@media (max-width: 991px)
{
    .i-advantage .advantage .advantage-itempack h3
    {
        font-size: 20px;
    }
}
.i-advantage .advantage .advantage-itempack p
{
    font-size: 16px;
    line-height: 1.375;

    margin: 0;
}
.i-advantage .advantage .advantage-itempack:hover .adv-icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.i-advantage .advantage-imgs
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .i-advantage .advantage-imgs
    {
        top: auto;
        bottom: 0;
    }
}
.i-advantage .advantage-imgs .gan
{
    position: absolute;
    top: 100px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .i-advantage .advantage-imgs .gan
    {
        top: auto;
        bottom: 0;
    }
    .i-advantage .advantage-imgs .gan img
    {
        height: 250px;
        width: auto;
    }
}
@-webkit-keyframes rotatef
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotatef
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.i-customers .t-customers
{
    font-family: 'Arial Tur';
    font-weight: bold;

    text-align: center;
}
.i-customers .t-customers h3
{
    font-size: 18px;
    line-height: 1.4;

    margin-top: 0;

    color: var(--color);
}
@media (max-width: 767px)
{
    .i-customers .t-customers h3
    {
        font-size: 16px;
    }
}
.i-customers .t-customers h2
{
    font-size: 38px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1560px)
{
    .i-customers .t-customers h2
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .i-customers .t-customers h2
    {
        font-size: 24px;
    }
}
.i-customers .customers
{
    position: relative;

    margin-top: 40px;
}
.i-customers .customers .customers-map img
{
    width: 100%;
    height: auto;
}
.i-customers .customers .customers-itempack
{
    position: absolute;
    z-index: 5;
    top: 12%;
    left: 15%;

    cursor: pointer;
}
.i-customers .customers .customers-itempack .img
{
    position: relative;

    width: 48px;
    height: 48px;

    border: 4px solid #b6b5b5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .i-customers .customers .customers-itempack .img
    {
        width: 30px;
        height: 30px;

        border-width: 2px;
    }
}
.i-customers .customers .customers-itempack .img:before
{
    position: absolute;
    top: -26px;
    left: 0;

    display: block;
    display: none;

    width: 20px;
    height: 20px;

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

    opacity: 0;
    background-color: #fff;

    -webkit-clip-path: polygon(100% 0, 26% 0, 100% 98%);
            clip-path: polygon(100% 0, 26% 0, 100% 98%);
}
.i-customers .customers .customers-itempack .img img
{
    overflow: hidden;

    width: 100%;
    height: auto;
    border-radius: 50%;
}
.i-customers .customers .customers-itempack .txt
{
    position: absolute;
    bottom: -webkit-calc(100% + 20px);
    bottom:         calc(100% + 20px);
    left: -30px;

    display: none;

    width: 300px;
    padding: 20px;

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

    opacity: 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .1);
}
.i-customers .customers .customers-itempack .txt p
{
    font-size: 16px;
    line-height: 24px;
}
.i-customers .customers .customers-itempack:hover
{
    z-index: 6;
}
.i-customers .customers .customers-itempack:hover .img:before
{
    display: block;

    opacity: 1;
}
.i-customers .customers .customers-itempack:hover .txt
{
    display: block;

    opacity: 1;
}
.i-customers .customers .customers-itempack-2
{
    top: 30%;
    left: 25%;
}
.i-customers .customers .customers-itempack-3
{
    top: 5%;
    left: 38%;
}
.i-customers .customers .customers-itempack-4
{
    top: 45%;
    left: 50%;
}
.i-customers .customers .customers-itempack-5
{
    top: 18%;
    right: 15%;
    left: auto;
}
.i-customers .customers-list
{
    position: relative;
    z-index: 2;

    margin-top: -100px;
}
@media (max-width: 1199px)
{
    .i-customers .customers-list
    {
        margin-top: 0;
    }
}
.i-customers .customers-list .cus-itempack
{
    position: relative;

    display: block;

    padding: 40px 5% 40px 160px;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .i-customers .customers-list .cus-itempack
    {
        padding: 20px 3% 20px 120px;
    }
}
@media (max-width: 767px)
{
    .i-customers .customers-list .cus-itempack
    {
        margin-top: 20px;
        padding-left: 100px;
    }
}
.i-customers .customers-list .cus-itempack:before
{
    position: absolute;
    top: 0;
    left: 10%;

    display: block;

    width: 80%;
    height: 4px;

    content: '';

    background-color: var(--color);
}
.i-customers .customers-list .cus-itempack .cus-icon
{
    position: absolute;
    top: 50px;
    left: 40px;

    width: 88px;
}
@media (max-width: 991px)
{
    .i-customers .customers-list .cus-itempack .cus-icon
    {
        top: 20px;
        left: 20px;

        width: 60px;
    }
}
.i-customers .customers-list .cus-itempack .cus-icon img
{
    width: 100%;
    height: auto;
}
.i-customers .customers-list .cus-itempack h3
{
    font-size: 22px;
    line-height: 30px;

    margin-top: 0;

    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .i-customers .customers-list .cus-itempack h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .i-customers .customers-list .cus-itempack h3
    {
        font-size: 18px;
    }
}
.i-customers .customers-list .cus-itempack p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .i-customers .customers-list .cus-itempack p
    {
        font-size: 14px;
    }
}
.i-customers .customers-list .cus-itempack .more
{
    font-family: 'Arial Tur';
    font-size: 18px;
    font-weight: bold;

    margin-top: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.i-customers .customers-list .cus-itempack .more .icon
{
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 6px;

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

    color: #fff;
    border-radius: 50%;
    background: #181818;
}
.i-customers .customers-list .cus-itempack:hover .more
{
    color: var(--color);
}
.i-customers .customers-list .cus-itempack:hover .more .icon
{
    background-color: var(--color);
}
.i-quotes
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.i-quotes .quotes
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 50px;

    background-color: var(--hover);

    -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;
}
@media (max-width: 991px)
{
    .i-quotes .quotes
    {
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .i-quotes .quotes
    {
        padding: 20px 15px;
    }
}
.i-quotes .quotes .t-quotes,
.i-quotes .quotes .quotes-form
{
    width: 50%;
}
@media (max-width: 991px)
{
    .i-quotes .quotes .t-quotes,
    .i-quotes .quotes .quotes-form
    {
        width: 100%;
    }
}
.i-quotes .quotes .t-quotes
{
    padding-right: 5%;

    color: #fff;
}
.i-quotes .quotes .t-quotes h2
{
    font-family: 'Arial Tur';
    font-size: 30px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 1560px)
{
    .i-quotes .quotes .t-quotes h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .i-quotes .quotes .t-quotes h2
    {
        font-size: 20px;
    }
}
.i-quotes .quotes .t-quotes p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1560px)
{
    .i-quotes .quotes .t-quotes p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .i-quotes .quotes .t-quotes p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 991px)
{
    .i-quotes .quotes .quotes-form
    {
        margin-top: 20px;
    }
}
.i-quotes .quotes .quotes-form ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-quotes .quotes .quotes-form ul li
{
    width: 30%;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .i-quotes .quotes .quotes-form ul li
    {
        width: 100%;
        margin-top: 10px;
    }
}
.i-quotes .quotes .quotes-form ul li:nth-child(2)
{
    width: -webkit-calc(70% - 120px);
    width:         calc(70% - 120px);
}
@media (max-width: 767px)
{
    .i-quotes .quotes .quotes-form ul li:nth-child(2)
    {
        width: 100%;
    }
}
.i-quotes .quotes .quotes-form ul li:nth-child(3)
{
    width: 120px;
}
.i-quotes .quotes .quotes-form input
{
    line-height: 50px;

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

    letter-spacing: .5px;

    border: none;
    outline: none;
}
.i-quotes .quotes .quotes-form input::-webkit-input-placeholder,
.i-quotes .quotes .quotes-form textarea::-webkit-input-placeholder
{
    color: #666;
}
.i-quotes .quotes .quotes-form input:-o-placeholder,
.i-quotes .quotes .quotes-form textarea:-o-placeholder
{
    color: #666;
}
.i-quotes .quotes .quotes-form input::-moz-placeholder,
.i-quotes .quotes .quotes-form textarea::-moz-placeholder
{
    color: #666;
}
.i-quotes .quotes .quotes-form input:-ms-input-placeholder,
.i-quotes .quotes .quotes-form textarea:-ms-input-placeholder
{
    color: #666;
}
.i-quotes .quotes .quotes-form input:focus::-webkit-input-placeholder,
.i-quotes .quotes .quotes-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.i-quotes .quotes .quotes-form input:focus::-o-placeholder,
.i-quotes .quotes .quotes-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.i-quotes .quotes .quotes-form input:focus::-moz-placeholder,
.i-quotes .quotes .quotes-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.i-quotes .quotes .quotes-form input:focus::-ms-input-placeholder,
.i-quotes .quotes .quotes-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.i-quotes .quotes .quotes-form .submit
{
    font-size: 20px;
    line-height: 50px;

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

    text-align: center;

    color: #fff;
    border-radius: 0;
    background-color: var(--color);
}
@media (max-width: 1560px)
{
    .i-quotes .quotes .quotes-form .submit
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .i-quotes .quotes .quotes-form .submit
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
    }
}
.i-quotes .quotes .quotes-form .submit:hover
{
    text-decoration: underline;
}
.footer
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    margin-top: -80px;

    color: #fff;
    background: url(../imgs/footer_bg.webp) no-repeat center;
    background-size: cover;
}
.footer .foot
{
    position: relative;

    padding: 150px 0 50px;
}
@media (max-width: 991px)
{
    .footer .foot
    {
        padding: 90px 0 30px;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        margin: 10px 0;
    }
}
.footer .t-foot
{
    position: relative;
}
.footer .t-foot img
{
    width: auto;
    height: 95px;
}
@media (max-width: 767px)
{
    .footer .t-foot img
    {
        height: 65px;
    }
}
.footer .t-foot h3
{
    font-family: 'Arial Tur';
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 50px;
    margin-bottom: 0;
}
@media (max-width: 1560px)
{
    .footer .t-foot h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .footer .t-foot h3
    {
        font-size: 20px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .t-foot h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.footer .flex
{
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .footer .flex
    {
        display: block;
    }
}
.footer .foot-text
{
    max-width: 320px;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot-text
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text
    {
        max-width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-text h4
{
    font-size: 18px;
    line-height: 24px;

    margin: 10px 0;
}
@media (max-width: 767px)
{
    .footer .foot-text h4
    {
        font-size: 16px;
    }
}
.footer .foot-text .f-txt
{
    position: relative;

    margin-top: 14px;
    padding-left: 30px;
}
.footer .foot-text .f-txt .icon
{
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot-text p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.footer .foot-text p a:hover
{
    text-decoration: underline;
}
.footer .foot-nav
{
    max-width: 240px;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .footer .foot-nav
    {
        max-width: 200px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        max-width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-nav a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 5px 0;
}
@media (max-width: 991px)
{
    .footer .foot-nav a
    {
        font-size: 14px;
        line-height: 24px;

        display: inline-block;

        margin-right: 20px;
        padding: 5px 0;

        vertical-align: top;
    }
}
.footer .foot-nav a:hover
{
    color: var(--color);
}
.footer ul li:nth-child(3) .foot-nav a
{
    position: relative;

    padding-left: 10px;
}
.footer ul li:nth-child(3) .foot-nav a::before
{
    font-weight: bold;

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

    content: '·';
}
.footer .foot-feedback
{
    width: 400px;
    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .footer .foot-feedback
    {
        width: 320px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-feedback
    {
        width: 100%;
        margin-top: 10px;
    }
}
.footer .foot-feedback form
{
    position: relative;

    padding: 5px 48px 5px 5px;

    border: 1px solid #fff;
}
.footer .foot-feedback input,
.footer .foot-feedback textarea
{
    line-height: 28px;

    width: 100%;
    padding: 5px 18px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .footer .foot-feedback input,
    .footer .foot-feedback textarea
    {
        padding: 5px 10px;
    }
}
.footer .foot-feedback input::-webkit-input-placeholder,
.footer .foot-feedback textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-feedback input:-o-placeholder,
.footer .foot-feedback textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-feedback input::-moz-placeholder,
.footer .foot-feedback textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-feedback input:-ms-input-placeholder,
.footer .foot-feedback textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-feedback input:focus::-webkit-input-placeholder,
.footer .foot-feedback textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback input:focus::-o-placeholder,
.footer .foot-feedback textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback input:focus::-moz-placeholder,
.footer .foot-feedback textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback input:focus::-ms-input-placeholder,
.footer .foot-feedback textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-feedback .send
{
    line-height: 38px;

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

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

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

    color: #fff;
    background-color: var(--color);
}
.footer .foot-feedback .send .icon
{
    font-size: 24px;
}
.footer .foot-feedback .send:hover
{
    background-color: var(--hover);
}
.footer .foot-share
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot-share
    {
        margin-top: 20px;
    }
}
.footer .foot-share span
{
    font-size: 16px;
    line-height: 36px;

    margin-right: 10px;
}
.footer .foot-share span,
.footer .foot-share ul,
.footer .foot-share ul li
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot-share ul li a
{
    position: relative;

    display: block;
}
.footer .foot-share ul li a .icon
{
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

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

    border-radius: 10px;
}
.footer .foot-share ul li a img
{
    position: absolute;
    bottom: 100%;
    left: -60px;

    display: none;

    width: 140px;
}
.footer .foot-share ul li a:hover .icon
{
    background-color: var(--color);
}
.footer .foot-share ul li a:hover img
{
    display: block;
}
.footer .copyright
{
    font-size: 16px;
    line-height: 36px;

    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 24px;
    }
}
.footer .copyright p
{
    margin: 0;
}
.footer .copyright p a
{
    text-decoration: underline;
}
.footer .copyright p a:hover
{
    color: var(--color);
}
.footer .copyright .sitemap
{
    font-size: 18px;
    line-height: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .copyright .sitemap
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.footer .copyright .sitemap .icon
{
    font-size: 30px;

    float: left;

    margin-right: 10px;
}
.footer .copyright .sitemap:hover
{
    color: var(--color);
}
.online-message
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: -400px;

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

    width: 400px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -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)
{
    .online-message
    {
        right: -300px;

        width: 300px;
    }
}
.online-message .title-online
{
    position: relative;

    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: var(--hover);
}
.online-message .title-online h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;

    text-transform: capitalize;
}
.online-message .title-online .message-close
{
    font-weight: bold;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    cursor: pointer;
    text-align: center;

    color: var(--hover);
    border-radius: 50%;
    background-color: #fff;
}
.online-message .message
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .online-message .message
    {
        padding: 20px 14px;
    }
}
.online-message .title-message h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .online-message .title-message h3
    {
        font-size: 20px;
    }
}
.online-message .title-message p
{
    font-size: 12px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.online-message .col-xs-12
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .online-message .col-xs-12
    {
        margin-top: 10px;
    }
}
.online-message span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .online-message span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.online-message input,
.online-message textarea
{
    font-size: 14px;
    line-height: 24px;

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

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
@media (max-width: 991px)
{
    .online-message input,
    .online-message textarea
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .online-message input,
    .online-message textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.online-message input::-webkit-input-placeholder,
.online-message textarea::-webkit-input-placeholder
{
    color: #999;
}
.online-message input:-o-placeholder,
.online-message textarea:-o-placeholder
{
    color: #999;
}
.online-message input::-moz-placeholder,
.online-message textarea::-moz-placeholder
{
    color: #999;
}
.online-message input:-ms-input-placeholder,
.online-message textarea:-ms-input-placeholder
{
    color: #999;
}
.online-message input:focus::-webkit-input-placeholder,
.online-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.online-message input:focus::-o-placeholder,
.online-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.online-message input:focus::-moz-placeholder,
.online-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.online-message input:focus::-ms-input-placeholder,
.online-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.online-message .send
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .online-message .send
    {
        margin-top: 20px;
    }
}
.online-message .submit,
.online-message .reset
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 45%;
    padding: 0;

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

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .online-message .submit,
    .online-message .reset
    {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.online-message .submit:hover,
.online-message .reset:hover
{
    text-decoration: underline;

    color: #fff;
    background-color: var(--color);
}
.online-message .reset
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .online-message .reset
    {
        margin-right: 10px;
    }
}
.online-message .submit
{
    color: #fff;
    background-color: #1a1a1a;
}
.online-message.active
{
    right: 0;
}
.inpage
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .inpage
    {
        padding: 40px 0;
    }
}
.t-inpage h3
{
    font-size: 20px;
    line-height: 30px;

    margin-top: 0;

    color: var(--color);
}
@media (max-width: 1199px)
{
    .t-inpage h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .t-inpage h3
    {
        font-size: 16px;
    }
}
.t-inpage h2
{
    font-family: 'Arial Tur';
    font-size: 44px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1560px)
{
    .t-inpage h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .t-inpage h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .t-inpage h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .t-inpage h2
    {
        font-size: 24px;
    }
}
.t-inpage p
{
    font-size: 18px;
    line-height: 30px;

    max-width: 440px;
    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 1199px)
{
    .t-inpage p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .t-inpage p
    {
        font-size: 14px;
    }
}
.pad-top-180
{
    padding-top: 180px;
}
@media (max-width: 1199px)
{
    .pad-top-180
    {
        padding-top: 130px;
    }
}
.inpage-location .location > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inpage-location .location > ul > li:after
{
    display: inline-block;

    content: '>';
    vertical-align: middle;
}
.inpage-location .location > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
@media (max-width: 991px)
{
    .inpage-location .location > ul > li > a
    {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-location .location > ul > li > a
    {
        font-size: 14px;
    }
}
.inpage-location .location > ul > li:last-child:after
{
    display: none;
}
.inpage-location .location > ul > li:last-child > a
{
    color: #959494;
}
.inpage-location .location > ul > li:hover > a
{
    text-decoration: underline;
}
.inpage-l
{
    width: -webkit-calc(100% - 420px);
    width:         calc(100% - 420px);
    padding-right: 5%;
}
@media (max-width: 1560px)
{
    .inpage-l
    {
        width: -webkit-calc(100% - 320px);
        width:         calc(100% - 320px);
    }
}
@media (max-width: 991px)
{
    .inpage-l
    {
        width: 100%;
        padding-right: 0;
    }
}
.inpage-r
{
    width: 420px;
}
@media (max-width: 1560px)
{
    .inpage-r
    {
        width: 320px;
    }
}
@media (max-width: 991px)
{
    .inpage-r
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inpage-r .detail-search,
.inpage-r .detail-posts
{
    position: relative;

    margin-bottom: 60px;
    padding: 40px;

    border-radius: 15px;
    background: #f8f7f7;
}
@media (max-width: 1560px)
{
    .inpage-r .detail-search,
    .inpage-r .detail-posts
    {
        margin-bottom: 40px;
        padding: 20px;
    }
}
.inpage-r .detail-search:after,
.inpage-r .detail-posts:after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 5%;

    display: block;

    width: 90%;
    height: 4px;
    margin: 0 auto;

    content: '';

    background-color: var(--color);
}
.inpage-r .t-inpage-r h3
{
    font-family: 'Arial Tur';
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .inpage-r .t-inpage-r h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inpage-r .t-inpage-r h3
    {
        font-size: 20px;
    }
}
.inpage-r .detail-search form
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
    padding-right: 50px;

    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767px)
{
    .inpage-r .detail-search form
    {
        margin-top: 20px;
    }
}
.inpage-r .detail-search form input
{
    line-height: 60px;

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

    border: none;
    outline: none;
}
@media (max-width: 767px)
{
    .inpage-r .detail-search form input
    {
        line-height: 50px;

        height: 50px;
    }
}
.inpage-r .detail-search form input::-webkit-input-placeholder,
.inpage-r .detail-search form textarea::-webkit-input-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input:-o-placeholder,
.inpage-r .detail-search form textarea:-o-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input::-moz-placeholder,
.inpage-r .detail-search form textarea::-moz-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input:-ms-input-placeholder,
.inpage-r .detail-search form textarea:-ms-input-placeholder
{
    color: #838383;
}
.inpage-r .detail-search form input:focus::-webkit-input-placeholder,
.inpage-r .detail-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-o-placeholder,
.inpage-r .detail-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-moz-placeholder,
.inpage-r .detail-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form input:focus::-ms-input-placeholder,
.inpage-r .detail-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-r .detail-search form .send
{
    line-height: 60px;

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

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

    color: var(--color);
    border: none;
    background: none;
}
@media (max-width: 767px)
{
    .inpage-r .detail-search form .send
    {
        line-height: 50px;

        height: 50px;
    }
}
.inpage-r .detail-search form .send .icon
{
    font-size: 20px;
}
.inpage-r .detail-posts .posts-list .posts-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px)
{
    .inpage-r .detail-posts .posts-list .posts-itempack
    {
        margin-top: 20px;
    }
}
.inpage-r .detail-posts .posts-list .posts-itempack .img
{
    overflow: hidden;

    width: 110px;
    height: 100%;

    border-radius: 10px;
}
.inpage-r .detail-posts .posts-list .posts-itempack .img img
{
    width: 100%;
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt
{
    width: -webkit-calc(100% - 110px);
    width:         calc(100% - 110px);
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inpage-r .detail-posts .posts-list .posts-itempack .txt
    {
        padding-left: 14px;
    }
}
.inpage-r .detail-posts .posts-list .posts-itempack .txt p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 90px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .inpage-r .detail-posts .posts-list .posts-itempack .txt p
    {
        font-size: 16px;
        line-height: 24px;

        max-height: 72px;
    }
}
.inpage-r .detail-posts .posts-list1 ul li
{
    margin-top: 20px;
}
.inpage-r .detail-posts .posts-list1 a
{
    font-size: 20px;
    line-height: 24px;

    position: relative;

    display: block;

    padding-left: 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .inpage-r .detail-posts .posts-list1 a
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-r .detail-posts .posts-list1 a
    {
        font-size: 16px;
    }
}
.inpage-r .detail-posts .posts-list1 a:before
{
    font-family: 'iconfont' !important;

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

    content: '\e681';

    color: var(--color);
}
.inpage-r .detail-posts .posts-list1 a:hover
{
    color: var(--color);
}
.inpage-r .detial-share
{
    padding: 0 40px;
}
@media (max-width: 1560px)
{
    .inpage-r .detial-share
    {
        padding: 0 20px;
    }
}
.inpage-r .detial-share span
{
    font-family: 'Arial Tur';
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;

    margin-right: 10px;
}
.inpage-r .detial-share span,
.inpage-r .detial-share ul,
.inpage-r .detial-share ul li
{
    display: inline-block;

    vertical-align: top;
}
.inpage-r .detial-share ul li a
{
    position: relative;

    display: block;

    color: var(--color);
}
.inpage-r .detial-share ul li a .icon
{
    font-size: 20px;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

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

    border-radius: 10px;
}
.inpage-r .detial-share ul li a img
{
    position: absolute;
    bottom: 100%;
    left: -60px;

    display: none;

    width: 140px;
}
.inpage-r .detial-share ul li a:hover .icon
{
    color: #fff;
    background-color: var(--color);
}
.inpage-r .detial-share ul li a:hover img
{
    display: block;
}
.inpage-about .about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 60px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .inpage-about .about
    {
        margin-top: 30px;
    }
}
.inpage-about .about .note
{
    width: 50%;
    padding-right: 30px;
}
@media (max-width: 991px)
{
    .inpage-about .about .note
    {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }
}
.inpage-about .about .note p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-about .about .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-about .about .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .note p
    {
        font-size: 14px;
    }
}
.inpage-about .about .img
{
    overflow: hidden;

    width: -webkit-calc(50% - 190px);
    width:         calc(50% - 190px);
    height: 100%;

    border-radius: 10px;
}
@media (max-width: 991px)
{
    .inpage-about .about .img
    {
        width: -webkit-calc(100% - 190px);
        width:         calc(100% - 190px);
    }
    .inpage-about .about .img img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .img
    {
        width: 100%;
    }
}
.inpage-about .about .number
{
    width: 190px;
    padding-left: 20px;
}
@media (max-width: 767px)
{
    .inpage-about .about .number
    {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .number ul
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .inpage-about .about .number ul li
    {
        width: 33.33333333%;
    }
}
.inpage-about .about .number .num-itempack
{
    margin: 40px 0;
}
@media (max-width: 767px)
{
    .inpage-about .about .number .num-itempack
    {
        margin: 20px 0 0 0;
    }
}
.inpage-about .about .number .num-itempack b
{
    font-family: 'Arial Tur';
    font-size: 56px;

    display: block;

    color: var(--color);
}
@media (max-width: 991px)
{
    .inpage-about .about .number .num-itempack b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .number .num-itempack b
    {
        font-size: 30px;
    }
}
.inpage-about .about .number .num-itempack p
{
    font-size: 18px;
    line-height: 1.44444444;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .inpage-about .about .number .num-itempack p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .number .num-itempack p
    {
        font-size: 14px;
    }
}
.inpage-phiosophy
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    background-color: #f5f5f5;

    -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;
}
.inpage-phiosophy .img
{
    position: relative;

    width: 65%;
}
@media (max-width: 991px)
{
    .inpage-phiosophy .img
    {
        width: 100%;
    }
}
.inpage-phiosophy .img img
{
    width: 100%;
}
.inpage-phiosophy .img .play
{
    line-height: 54px;

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

    width: 54px;
    height: 54px;

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

    color: var(--hover);
    border-radius: 50%;
    background-color: #fff;
}
.inpage-phiosophy .img .play .icon
{
    font-size: 20px;
}
.inpage-phiosophy .img .play:hover
{
    color: #fff;
    background-color: var(--hover);
}
.inpage-phiosophy .phiosophy
{
    position: relative;
    z-index: 2;

    width: 600px;
    margin-left: -200px;
    padding: 80px 60px;

    color: #f5f5f5;
    background: url(../imgs/phiosophy_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .inpage-phiosophy .phiosophy
    {
        width: 500px;
        padding: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-phiosophy .phiosophy
    {
        width: 100%;
        margin: 0;
        padding: 30px 15px;
    }
}
.inpage-phiosophy .phiosophy .t-phiosophy h3
{
    font-size: 22px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-phiosophy .phiosophy .t-phiosophy h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-phiosophy .phiosophy .t-phiosophy h3
    {
        font-size: 18px;
    }
}
.inpage-phiosophy .phiosophy .t-phiosophy h2
{
    font-family: 'Arial Tur';
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 1560px)
{
    .inpage-phiosophy .phiosophy .t-phiosophy h2
    {
        font-size: 32px;
    }
}
@media (max-width: 1199px)
{
    .inpage-phiosophy .phiosophy .t-phiosophy h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-phiosophy .phiosophy .t-phiosophy h2
    {
        font-size: 24px;
    }
}
.inpage-phiosophy .phiosophy .txt
{
    margin-top: 30px;
}
.inpage-phiosophy .phiosophy .txt p
{
    font-size: 18px;
    line-height: 1.55555556;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-phiosophy .phiosophy .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-phiosophy .phiosophy .txt p
    {
        font-size: 14px;
    }
}
.inpage-factory .factory ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -3px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-factory .factory ul li
{
    width: 25%;
    padding: 0 3px;
}
@media (max-width: 767px)
{
    .inpage-factory .factory ul li
    {
        width: 50%;
    }
}
.inpage-factory .factory ul li:nth-child(2) .factory-num .imgw
{
    padding-bottom: 180.85106383%;
}
.inpage-factory .factory ul li:nth-child(3) .factory-num .imgw
{
    padding-bottom: 89.53846154%;
}
.inpage-factory .factory .factory-num
{
    position: relative;

    margin-top: 6px;
}
.inpage-factory .factory .factory-num .imgw
{
    padding-bottom: 59.09090909%;
}
.inpage-factory .factory .factory-num .t-factory
{
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;
    padding: 0 5%;

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

    color: #fff;
}
.inpage-factory .factory .factory-num .t-factory h2
{
    font-family: 'Arial Tur';
    font-size: 56px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-factory .factory .factory-num .t-factory h2
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .inpage-factory .factory .factory-num .t-factory h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inpage-factory .factory .factory-num .t-factory h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-factory .factory .factory-num .t-factory h2
    {
        font-size: 24px;
    }
}
.inpage-factory .factory .factory-num .t-factory h2:after
{
    display: block;

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

    content: '';

    background: #fff;
}
.inpage-factory .factory .factory-num .t-factory p
{
    font-size: 19px;
    line-height: 30px;

    margin: 20px 0 0 0;
}
@media (max-width: 1199px)
{
    .inpage-factory .factory .factory-num .t-factory p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-factory .factory .factory-num .t-factory p
    {
        font-size: 16px;
    }
}
.inpage-strengths
{
    padding: 0;

    background: url(../imgs/strengths_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inpage-strengths
    {
        background-attachment: fixed;
    }
}
.inpage-strengths .t-inpage
{
    padding: 50px 0;

    text-align: center;

    color: #fff;
    background-color: var(--hover);
}
@media (max-width: 767px)
{
    .inpage-strengths .t-inpage
    {
        padding: 30px 0;
    }
}
.inpage-strengths .strengths
{
    position: relative;

    padding: 80px 0 30px;

    color: #fff;
}
@media (max-width: 767px)
{
    .inpage-strengths .strengths
    {
        padding: 50px 0 30px;
    }
}
.inpage-strengths .strengths:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 50px 100px 0 100px;
    border-style: solid;
    border-color: var(--hover) transparent transparent transparent;
}
@media (max-width: 767px)
{
    .inpage-strengths .strengths:before
    {
        border-width: 25px 50px 0 50px;
    }
}
.inpage-strengths .strengths ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .inpage-strengths .strengths ul
    {
        margin: 0 -10px;
    }
}
.inpage-strengths .strengths ul li
{
    width: 30%;
    margin: 20px 0;
    padding: 0 30px;
}
.inpage-strengths .strengths ul li:nth-child(1)
{
    width: 40%;
}
@media (max-width: 767px)
{
    .inpage-strengths .strengths ul li:nth-child(1)
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inpage-strengths .strengths ul li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .inpage-strengths .strengths ul li
    {
        width: 100%;
    }
}
.inpage-strengths .strengths .strengths-itempack .icon
{
    font-size: 30px;
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

    text-align: center;

    background-color: rgba(51, 51, 51, .85);
}
@media (max-width: 991px)
{
    .inpage-strengths .strengths .strengths-itempack .icon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.inpage-strengths .strengths .strengths-itempack .num
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    color: var(--hover);
}
@media (max-width: 991px)
{
    .inpage-strengths .strengths .strengths-itempack .num
    {
        font-size: 22px;
    }
}
.inpage-strengths .strengths .strengths-itempack h3
{
    font-family: 'Arial Tur';
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 10px 0;
}
@media (max-width: 991px)
{
    .inpage-strengths .strengths .strengths-itempack h3
    {
        font-size: 20px;
    }
}
.inpage-strengths .strengths .strengths-itempack h3:after
{
    display: block;

    width: 34px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: var(--hover);
}
.inpage-strengths .strengths .strengths-itempack p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-strengths .strengths .strengths-itempack p
    {
        font-size: 14px;
    }
}
.inpage-about-project .about-project
{
    margin-top: 30px;
}
.inpage-about-project .about-project ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-about-project .about-project ul li
{
    width: 25%;
    margin-top: 20px;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .inpage-about-project .about-project ul li
    {
        width: 50%;
    }
}
.inpage-about-project .about-project ul li:nth-child(1)
{
    width: 60%;
}
@media (max-width: 767px)
{
    .inpage-about-project .about-project ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inpage-about-project .about-project ul li:nth-child(1) .project-itempack .img .imgw
{
    padding-bottom: 53.84615385%;
}
.inpage-about-project .about-project ul li:nth-child(2)
{
    width: 40%;
}
@media (max-width: 767px)
{
    .inpage-about-project .about-project ul li:nth-child(2)
    {
        width: 100%;
    }
}
.inpage-about-project .about-project ul li:nth-child(2) .project-itempack .img .imgw
{
    padding-bottom: 81.39534884%;
}
.inpage-about-project .about-project .project-itempack
{
    display: block;

    text-align: center;
}
.inpage-about-project .about-project .project-itempack .img .imgw
{
    padding-bottom: 58.06451613%;
}
.inpage-about-project .about-project .project-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-about-project .about-project .project-itempack h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 14px 0 0 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .inpage-about-project .about-project .project-itempack h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-about-project .about-project .project-itempack h3
    {
        font-size: 16px;
    }
}
.inpage-about-project .about-project .project-itempack h3 .iconfont
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.inpage-about-project .about-project .project-itempack:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-about-project .about-project .project-itempack:hover h3
{
    color: var(--color);
}
.inpage-news
{
    padding-top: 0;
}
.inpage-news .news
{
    margin-top: 20px;
}
.inpage-news .news .news-itempack
{
    display: block;

    margin-top: 40px;

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

    border-radius: 10px;
}
@media (max-width: 767px)
{
    .inpage-news .news .news-itempack
    {
        margin-top: 20px;
    }
}
.inpage-news .news .news-itempack:after
{
    display: block;

    width: 90%;
    height: 4px;
    margin: 0 auto;

    content: '';

    background-color: var(--color);
}
.inpage-news .news .news-itempack .img
{
    position: relative;
}
.inpage-news .news .news-itempack .img .imgw
{
    padding-bottom: 70.73170732%;
}
.inpage-news .news .news-itempack .img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-news .news .news-itempack .img .sign
{
    line-height: 36px;

    position: absolute;
    z-index: 2;
    bottom: -18px;
    left: 40px;

    padding: 0 10px;

    color: #fff;
    border-radius: 5px;
    background-color: var(--hover);
}
@media (max-width: 1560px)
{
    .inpage-news .news .news-itempack .img .sign
    {
        left: 20px;
    }
}
.inpage-news .news .news-itempack .note
{
    padding: 60px 40px 40px 40px;
}
@media (max-width: 1560px)
{
    .inpage-news .news .news-itempack .note
    {
        padding: 50px 20px 20px 20px;
    }
}
.inpage-news .news .news-itempack .note .date
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
.inpage-news .news .news-itempack .note h3
{
    font-family: 'Arial Tur';
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1560px)
{
    .inpage-news .news .news-itempack .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-news .news .news-itempack .note h3
    {
        height: auto;
        max-height: 90px;
    }
}
.inpage-news .news .news-itempack .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 112px;
    margin: 30px 0 0 0;

    color: #8b8b8b;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1560px)
{
    .inpage-news .news .news-itempack .note p
    {
        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .inpage-news .news .news-itempack .note p
    {
        height: auto;
        max-height: 112px;
    }
}
.inpage-news .news .news-itempack .note .more
{
    margin-top: 30px;
}
@media (max-width: 1560px)
{
    .inpage-news .news .news-itempack .note .more
    {
        margin-top: 14px;
    }
}
.inpage-news .news .news-itempack .note .more span
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    padding: 0 12px;

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

    color: #fff;
    border-radius: 5px;
    background: #0e242f;
}
.inpage-news .news .news-itempack .note .more span .icon
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;

    display: inline-block;

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

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

    color: #0e242f;
    border-radius: 50%;
    background-color: #fff;
}
.inpage-news .news .news-itempack:hover
{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .1);
}
.inpage-news .news .news-itempack:hover .img .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-news .news .news-itempack:hover .note h3
{
    color: var(--color);
}
.inpage-news .news .news-itempack:hover .note .more span
{
    background-color: var(--color);
}
.inpage-news .news .news-itempack:hover .note .more span .icon
{
    color: var(--color);
}
.inpage-details-show .flex
{
    margin-top: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-details-show .details-show-top img
{
    width: 100%;
}
.inpage-details-show .title-details-show
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-details-show .title-details-show
    {
        margin-top: 30px;
    }
}
.inpage-details-show .title-details-show h1
{
    font-family: 'Arial Tur';
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-details-show .title-details-show h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .inpage-details-show .title-details-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-details-show .title-details-show h1
    {
        font-size: 20px;
    }
}
.inpage-details-show .title-details-show h2
{
    font-size: 22px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-details-show .title-details-show h2
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .inpage-details-show .title-details-show h2
    {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .inpage-details-show .title-details-show h2
    {
        font-size: 16px;
    }
}
.inpage-details-show .details-show
{
    margin-top: 30px;
}
.inpage-details-show .details-show p
{
    font-size: 18px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-details-show .details-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inpage-details-show .details-show p
    {
        font-size: 14px;
    }
}
.inpage-details-show .details-show img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.inpage-details-show .details-show table
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
}
.inpage-details-show .details-show table td,
.inpage-details-show .details-show table th
{
    padding: 10px;

    border: 1px oslid #dcdcdc;
}
.inpage-details-show .details-show .dlist li
{
    position: relative;

    margin: 4px 0;
    padding-left: 30px;
}
.inpage-details-show .details-show .dlist li:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '\e686';

    color: var(--color);
}
.inpage-details-show .details-show h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-details-show .details-show h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-details-show .details-show h4
    {
        font-size: 16px;
    }
}
.inpage-details-show .details-relate
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-details-show .details-relate
    {
        margin-top: 30px;
    }
}
.inpage-details-show .details-relate .prev-next
{
    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;
}
.inpage-details-show .details-relate .prev-next a
{
    font-size: 18px;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    padding: 0 20px;

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

    color: #fff;
    border-radius: 5px;
    background-color: var(--hover);
}
@media (max-width: 991px)
{
    .inpage-details-show .details-relate .prev-next a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-details-show .details-relate .prev-next a
    {
        font-size: 14px;
        line-height: 36px;

        height: 36px;
    }
}
.inpage-details-show .details-relate .prev-next a .icon
{
    font-size: 24px;

    display: inline-block;

    margin-top: -4px;

    vertical-align: middle;
}
.inpage-details-show .details-relate .prev-next a:hover
{
    background-color: var(--color);
}
.inpage-details-show .details-form
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-details-show .details-form
    {
        margin-top: 30px;
    }
}
.inpage-details-show .details-form .t-details-form h2
{
    font-family: 'Arial Tur';
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-details-show .details-form .t-details-form h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-details-show .details-form .t-details-form h2
    {
        font-size: 24px;
    }
}
.inpage-details-show .details-form .form-list
{
    margin-top: 20px;
}
.inpage-details-show .details-form .form-list ul
{
    margin: 0 -8px;
}
.inpage-details-show .details-form .form-list ul li
{
    margin-top: 20px;
    padding: 0 8px;
}
@media (max-width: 991px)
{
    .inpage-details-show .details-form .form-list ul li
    {
        margin-top: 10px;
    }
}
.inpage-details-show .details-form .form-list input,
.inpage-details-show .details-form .form-list textarea
{
    line-height: 30px;

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

    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
}
.inpage-details-show .details-form .form-list input:focus,
.inpage-details-show .details-form .form-list textarea:focus
{
    border: 1px solid var(--color);
}
.inpage-details-show .details-form .form-list input::-webkit-input-placeholder,
.inpage-details-show .details-form .form-list textarea::-webkit-input-placeholder
{
    color: #333;
}
.inpage-details-show .details-form .form-list input:-o-placeholder,
.inpage-details-show .details-form .form-list textarea:-o-placeholder
{
    color: #333;
}
.inpage-details-show .details-form .form-list input::-moz-placeholder,
.inpage-details-show .details-form .form-list textarea::-moz-placeholder
{
    color: #333;
}
.inpage-details-show .details-form .form-list input:-ms-input-placeholder,
.inpage-details-show .details-form .form-list textarea:-ms-input-placeholder
{
    color: #333;
}
.inpage-details-show .details-form .form-list input:focus::-webkit-input-placeholder,
.inpage-details-show .details-form .form-list textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-details-show .details-form .form-list input:focus::-o-placeholder,
.inpage-details-show .details-form .form-list textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-details-show .details-form .form-list input:focus::-moz-placeholder,
.inpage-details-show .details-form .form-list textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-details-show .details-form .form-list input:focus::-ms-input-placeholder,
.inpage-details-show .details-form .form-list textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-details-show .details-form .form-list .send
{
    line-height: 40px;

    padding: 0 24px;

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

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #0e242f;
}
.inpage-details-show .details-form .form-list .send .icon
{
    font-size: 20px;

    display: inline-block;

    vertical-align: middle;
}
.inpage-details-show .details-form .form-list .send:hover
{
    background-color: var(--hover);
}
.inpage-project
{
    padding-top: 0;
}
.inpage-project .project .project-itempack
{
    display: block;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inpage-project .project .project-itempack
    {
        margin-top: 30px;
    }
}
.inpage-project .project .project-itempack .img
{
    overflow: hidden;

    border-radius: 10px;
}
.inpage-project .project .project-itempack .img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-project .project .project-itempack .note
{
    position: relative;
    z-index: 2;
    left: 30px;

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

    width: 90%;
    max-width: 620px;
    margin-top: -200px;
    padding: 60px;

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

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .1);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .inpage-project .project .project-itempack .note
    {
        max-width: 500px;
        margin-top: -150px;
        padding: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-project .project .project-itempack .note
    {
        left: 0;

        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 30px 14px;
    }
}
.inpage-project .project .project-itempack .note:before
{
    position: absolute;
    top: 0;
    left: 5%;

    display: block;

    width: 90%;
    height: 4px;

    content: '';

    background-color: var(--color);
}
.inpage-project .project .project-itempack .note .project-icon
{
    width: 88px;
}
.inpage-project .project .project-itempack .note .project-icon img
{
    width: 100%;
}
.inpage-project .project .project-itempack .note .txt
{
    width: -webkit-calc(100% - 88px);
    width:         calc(100% - 88px);
    padding-left: 20px;
}
.inpage-project .project .project-itempack .note .txt h3
{
    font-family: 'Arial Tur';
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .inpage-project .project .project-itempack .note .txt h3
    {
        font-size: 20px;
    }
}
.inpage-project .project .project-itempack .note .txt p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inpage-project .project .project-itempack .note .txt p
    {
        font-size: 14px;
    }
}
.inpage-project .project .project-itempack .note .txt .more
{
    font-family: 'Arial Tur';
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    margin-top: 30px;

    color: var(--color);
}
@media (max-width: 991px)
{
    .inpage-project .project .project-itempack .note .txt .more
    {
        font-size: 16px;

        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-project .project .project-itempack .note .txt .more
    {
        font-size: 14px;
    }
}
.inpage-project .project .project-itempack .note .txt .more .icon
{
    line-height: 30px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 50%;
    background-color: var(--color);
}
.inpage-project .project .project-itempack .note .txt .more:hover
{
    text-decoration: underline;
}
.inpage-project .project .project-itempack:hover .img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-project .project .project-itempack:hover .note
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inpage-project .project .project-itempack:hover .note h3
{
    color: var(--color);
}
.inpage-product
{
    padding-top: 0;

    background: #f7f7f7;
}
@media (max-width: 767px)
{
    .inpage-product
    {
        padding-top: 20px;
    }
}
.inpage-product .p-itempack
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 40px;
    padding-bottom: 150px;

    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .inpage-product .p-itempack
    {
        margin-top: 20px;
    }
}
.inpage-product .p-itempack .imgw
{
    padding-bottom: 114.58333333%;
}
.inpage-product .p-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-product .p-itempack .note
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    padding: 30px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .inpage-product .p-itempack .note
    {
        padding: 20px 14px;
    }
}
.inpage-product .p-itempack .note h3
{
    font-family: 'Arial Tur';
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .inpage-product .p-itempack .note h3
    {
        font-size: 18px;
    }
}
.inpage-product .p-itempack .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 0;
    margin: 10px 0 0 0;

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

    color: #8b8b8b;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1199px)
{
    .inpage-product .p-itempack .note p
    {
        font-size: 14px;
        line-height: 24px;

        max-height: 72px;
    }
}
.inpage-product .p-itempack .note .more
{
    margin-top: 10px;
}
.inpage-product .p-itempack .note .more span
{
    font-size: 12px;
    line-height: 30px;

    display: inline-block;

    padding: 0 12px;

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

    color: #fff;
    border-radius: 5px;
    background: var(--color);
}
.inpage-product .p-itempack .note .more span .icon
{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;

    display: inline-block;

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

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

    color: var(--color);
    border-radius: 50%;
    background-color: #fff;
}
.inpage-product .p-itempack:hover
{
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .1);
}
.inpage-product .p-itempack:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-product .p-itempack:hover p
{
    max-height: 84px;
}
.inpage-product-show .flex
{
    margin-top: 30px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (min-width: 992px)
{
    .inpage-product-show .inpage-l
    {
        position: relative;
        left: 420px;

        padding-right: 0;
        padding-left: 3%;
    }
    .inpage-product-show .inpage-r
    {
        position: relative;
        right: -webkit-calc(100% - 420px);
        right:         calc(100% - 420px);
    }
}
.inpage-product-show .inpage-l .product-show-top
{
    position: relative;
}
.inpage-product-show .inpage-l .product-show-top img
{
    width: 100%;
}
.inpage-product-show .inpage-l .product-show-top .img-bottom
{
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.inpage-product-show .inpage-l .product-show-top .img-top
{
    position: absolute;
    right: 5%;
    bottom: -50px;

    width: 300px;
}
@media (max-width: 991px)
{
    .inpage-product-show .inpage-l .product-show-top .img-top
    {
        width: 240px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .inpage-l .product-show-top .img-top
    {
        width: 140px;
    }
}
.inpage-product-show .inpage-l .title-product-show
{
    margin-top: 100px;
}
@media (max-width: 767px)
{
    .inpage-product-show .inpage-l .title-product-show
    {
        margin-top: 80px;
    }
}
.inpage-product-show .inpage-l .title-product-show h1
{
    font-family: 'Arial Tur';
    font-size: 44px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-product-show .inpage-l .title-product-show h1
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inpage-product-show .inpage-l .title-product-show h1
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .inpage-product-show .inpage-l .title-product-show h1
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .inpage-l .title-product-show h1
    {
        font-size: 24px;
    }
}
.inpage-product-show .inpage-l .product-show
{
    margin-top: 30px;
}
.inpage-product-show .inpage-l .product-show p
{
    font-size: 18px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1560px)
{
    .inpage-product-show .inpage-l .product-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .inpage-product-show .inpage-l .product-show p
    {
        font-size: 14px;
    }
}
.inpage-product-show .inpage-l .product-show img
{
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.inpage-product-show .inpage-l .product-show .dlist li
{
    position: relative;

    margin: 4px 0;
    padding-left: 30px;
}
.inpage-product-show .inpage-l .product-show .dlist li:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '\e686';

    color: var(--color);
}
.inpage-product-show .inpage-l .product-show h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-product-show .inpage-l .product-show h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-product-show .inpage-l .product-show h4
    {
        font-size: 16px;
    }
}
.inpage-product-show .inpage-l .product-show table
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
}
.inpage-product-show .inpage-l .product-show table td,
.inpage-product-show .inpage-l .product-show table th
{
    padding: 10px;

    border: 1px oslid #dcdcdc;
}
.inpage-contact .flex
{
    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;
}
@media (max-width: 991px)
{
    .inpage-contact .flex
    {
        display: block;
    }
}
.inpage-contact .flex .t-inpage h2
{
    text-transform: capitalize;
}
.inpage-contact .flex .contact-left
{
    width: 35%;
    padding: 50px 30px;

    color: #fff;
    background: url(../imgs/contact_bg.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .inpage-contact .flex .contact-left
    {
        padding: 30px 3%;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .flex .contact-left
    {
        width: 100%;
    }
}
.inpage-contact .flex .contact-left .t-inpage
{
    max-width: 80%;
}
@media (min-width: 1200px)
{
    .inpage-contact .flex .contact-left .t-inpage h2
    {
        font-size: 40px;
    }
}
.inpage-contact .flex .contact-left .contact-item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .contact-left .contact-item
    {
        margin-top: 20px;
    }
}
.inpage-contact .flex .contact-left .contact-item .icon
{
    font-size: 30px;

    color: var(--color);
}
.inpage-contact .flex .contact-left .contact-item h3
{
    font-family: 'Arial Tur';
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25;

    color: #fff;
}
@media (max-width: 991px)
{
    .inpage-contact .flex .contact-left .contact-item h3
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.inpage-contact .flex .contact-left .contact-item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 767px)
{
    .inpage-contact .flex .contact-left .contact-item p
    {
        font-size: 14px;
    }
}
.inpage-contact .flex .contact-left .contact-item p a:hover
{
    text-decoration: underline;
}
.inpage-contact .flex .message
{
    width: 65%;
    padding-left: 3%;
}
@media (max-width: 991px)
{
    .inpage-contact .flex .message
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-contact .flex .message .t-inpage
{
    text-align: center;
}
.inpage-contact .flex .message .t-inpage h3
{
    font-size: 16px;
    line-height: 24px;

    margin-top: 0;

    color: var(--color);
}
.inpage-contact .flex .message .t-inpage p
{
    font-size: 16px;

    margin: 0 auto;
}
.inpage-contact .flex .message ul li
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inpage-contact .flex .message ul li
    {
        margin-top: 20px;
    }
}
.inpage-contact .flex .message ul li span
{
    font-size: 20px;
    line-height: 30px;

    position: relative;
    z-index: 2;
    left: 20px;

    display: inline-block;

    padding: 0 10px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inpage-contact .flex .message ul li span
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message ul li span
    {
        font-size: 16px;
    }
}
.inpage-contact .flex .message ul li span i
{
    font-style: normal;

    color: red;
}
.inpage-contact .flex .message input,
.inpage-contact .flex .message textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: -10px;
    padding: 15px 30px;

    resize: vertical;

    border: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: none;
}
@media (max-width: 1470px)
{
    .inpage-contact .flex .message input,
    .inpage-contact .flex .message textarea
    {
        font-size: 14px;

        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message input,
    .inpage-contact .flex .message textarea
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-contact .flex .message input::-webkit-input-placeholder,
.inpage-contact .flex .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input:-o-placeholder,
.inpage-contact .flex .message textarea:-o-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input::-moz-placeholder,
.inpage-contact .flex .message textarea::-moz-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input:-ms-input-placeholder,
.inpage-contact .flex .message textarea:-ms-input-placeholder
{
    color: #999;
}
.inpage-contact .flex .message input:focus::-webkit-input-placeholder,
.inpage-contact .flex .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message input:focus::-o-placeholder,
.inpage-contact .flex .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message input:focus::-moz-placeholder,
.inpage-contact .flex .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message input:focus::-ms-input-placeholder,
.inpage-contact .flex .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-contact .flex .message .mcen
{
    text-align: center;
}
.inpage-contact .flex .message .send
{
    font-size: 20px;
    line-height: 60px;

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

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

    color: #fff;
    border: none;
    border-radius: 10px;
    outline: none;
    background: #0e242f;
}
@media (max-width: 991px)
{
    .inpage-contact .flex .message .send
    {
        font-size: 18px;
        line-height: 50px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .flex .message .send
    {
        font-size: 16px;
    }
}
.inpage-contact .flex .message .send .icon
{
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;
    margin-left: 10px;
    padding: 0;

    text-align: center;

    color: #0e242f;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .inpage-contact .flex .message .send .icon
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.inpage-contact .flex .message .send:hover
{
    background-color: var(--color);
}
.inpage-contact .flex .message .send:hover .icon
{
    color: var(--color);
}
.side-online
{
    position: fixed;
    z-index: 8;
    top: 40%;
    right: 0;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1199px)
{
    .side-online
    {
        top: auto;
        bottom: 0;
    }
}
.side-online.active
{
    -webkit-transform: translateX(80px);
        -ms-transform: translateX(80px);
            transform: translateX(80px);
}
.side-online .side-close
{
    line-height: 64px;

    position: absolute;
    top: 50%;
    left: -15px;

    width: 15px;
    height: 64px;

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

    color: #fff;
    background: var(--color);

    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
            clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);
}
.side-online ul
{
    padding: 10px;

    border-radius: 10px 0 0 10px;
    background-color: var(--color);
}
.side-online ul li
{
    position: relative;
}
.side-online ul li p.show
{
    line-height: 30px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: -200px;

    margin: 0;
    padding: 15px;

    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap;

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.side-online ul li:hover p.show
{
    right: 60px;
}
@media (max-width: 767px)
{
    .side-online ul li:hover p.show
    {
        right: 40px;
    }
}
.side-online ul li:hover .online-message
{
    right: 0;
}
.side-online a
{
    line-height: 60px;

    position: relative;
    z-index: 2;

    display: block;

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

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

    color: var(--color);
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767px)
{
    .side-online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.side-online a .icon
{
    font-size: 24px;
}
.side-online a:hover
{
    color: #fff;
    background-color: #333;
}
.side-online .online-message
{
    position: fixed;
    top: 0;
    right: -460px;

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

    width: 460px;
    height: 100vh;
    padding: 30px;

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

    border-top: 80px solid var(--color);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -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)
{
    .side-online .online-message
    {
        right: -300px;

        width: 300px;
        padding: 20px 10px;

        border-top-width: 30px;
    }
}
.side-online .online-message .title-online h3
{
    font-family: 'Garamond';
    font-size: 36px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1470px)
{
    .side-online .online-message .title-online h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .side-online .online-message .title-online h3
    {
        font-size: 24px;
    }
}
.side-online .online-message .title-online p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .side-online .online-message form
    {
        margin-top: 20px;
    }
}
.side-online .online-message .col-xs-12
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .side-online .online-message .col-xs-12
    {
        margin-top: 10px;
    }
}
.side-online .online-message span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .side-online .online-message span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.side-online .online-message input,
.side-online .online-message textarea
{
    font-size: 15px;
    line-height: 30px;

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

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
@media (max-width: 991px)
{
    .side-online .online-message input,
    .side-online .online-message textarea
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .side-online .online-message input,
    .side-online .online-message textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.side-online .online-message input::-webkit-input-placeholder,
.side-online .online-message textarea::-webkit-input-placeholder
{
    color: #999;
}
.side-online .online-message input:-o-placeholder,
.side-online .online-message textarea:-o-placeholder
{
    color: #999;
}
.side-online .online-message input::-moz-placeholder,
.side-online .online-message textarea::-moz-placeholder
{
    color: #999;
}
.side-online .online-message input:-ms-input-placeholder,
.side-online .online-message textarea:-ms-input-placeholder
{
    color: #999;
}
.side-online .online-message input:focus::-webkit-input-placeholder,
.side-online .online-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-o-placeholder,
.side-online .online-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-moz-placeholder,
.side-online .online-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message input:focus::-ms-input-placeholder,
.side-online .online-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.side-online .online-message .send
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.side-online .online-message .submit,
.side-online .online-message .reset
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    width: 45%;
    padding: 0;

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

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .side-online .online-message .submit,
    .side-online .online-message .reset
    {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.side-online .online-message .submit:hover,
.side-online .online-message .reset:hover
{
    text-decoration: underline;

    color: #fff;
    background-color: var(--color);
}
.side-online .online-message .reset
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .side-online .online-message .reset
    {
        margin-right: 10px;
    }
}
.side-online .online-message .submit
{
    color: #fff;
    background-color: #1a1a1a;
}
.inpage-map .map
{
    width: 100%;
    height: 690px;
}
@media (max-width: 1199px)
{
    .inpage-map .map
    {
        height: 500px;
    }
}
@media (max-width: 991px)
{
    .inpage-map .map
    {
        height: 400px;
    }
}
.inpage-sitemap
{
    min-height: 70vh;
}
.inpage-sitemap .sitemap > ul
{
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .inpage-sitemap .sitemap > ul > li
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inpage-sitemap .sitemap > ul > li > a
{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-sitemap .sitemap > ul > li > a
    {
        font-size: 18px;
    }
}
.inpage-sitemap .sitemap > ul > li > ul
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .inpage-sitemap .sitemap > ul > li > ul > li
    {
        display: inline-block;

        margin-right: 20px;

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

    display: block;

    color: #666;
}
.inpage-sitemap .sitemap > ul > li > ul > li > a:hover
{
    color: var(--color);
}
.pagebox
{
    position: relative;

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

    text-align: center;
}
@media (max-width: 991px)
{
    .pagebox
    {
        margin-top: 30px;
    }
}
.pagebox li
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.pagebox li a
{
    font-family: 'Arial Tur';
    font-size: 24px;
    font-weight: bold;
    line-height: 87px;

    display: block;

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

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

    color: #fff;
    border: none;
    border-radius: 50%;
    background: url(../imgs/page.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 1560px)
{
    .pagebox li a
    {
        font-size: 20px;
        line-height: 60px;

        width: 60px;
        height: 60px;
        margin: 0;
    }
}
@media (max-width: 991px)
{
    .pagebox li a
    {
        font-size: 18px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.pagebox li a .icon
{
    font-size: 20px;
}
.pagebox > .active > a,
.pagebox > .active > a:focus,
.pagebox > .active > a:hover,
.pagebox > .active > span,
.pagebox > .active > span:focus,
.pagebox > .active > span:hover
{
    background-image: url(../imgs/sun.webp);
}
.pagebox > li > a:focus,
.pagebox > li > a:hover,
.pagebox > li > span:focus,
.pagebox > li > span:hover
{
    background-image: url(../imgs/sun.webp);
}
.lazy
{
    /*background-image: url(../js/slick/ajax-loader.gif);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px !important;
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}
@-webkit-keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 50% !important;
    height: 60% !important;
}
@media (max-width: 991px)
{
    .fancybox-slide--iframe .fancybox-content
    {
        width: 90% !important;
        height: 400px !important;
    }
}
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.uploadbtn
{
    display: none;
}
.inpage-product-show .open-message .message ul li
{
    box-shadow: none;
}
.inpage-project .project ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.inpage-project .project ul li{
    width: 50%;
    padding: 0 20px;
}
@media(max-width:767px){
    .inpage-project .project ul li{
        width: 100%;
    }
}

.inpage-project .project .project-itempack .img .imgw{
    padding-bottom: 63.5%;
}

.header-language{
    float: right;
    margin-top: 38px;
    margin-right: 15px;
}
.header.fixedh .header-language{
    margin-top: 23px;
}
@media(max-width:1199px){
    .header-language{
        margin-top: 18px;
    }
    .header.fixedh .header-language{
        margin-top: 18px;
    }
}
@media(max-width:400px){
    .header .open-quote{
        margin-right: 5px;
    }
    .header-language{
        margin-right: 5px;
    }
}