﻿/* 图片自适应（imgBox需要设置独立宽高） */
.imgBox {
    position: relative;
}

    .imgBox img {
        position: absolute;
        width: auto !important;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

/*reset*/

#slideBox {
    position: relative;
}

:focus {
    outline: 0;
}



body, ul, img, input, dl, dd, tr, th, td {
    margin: 0;
    padding: 0;
}



em {
    font-style: normal;
}



img {
    border: none;
    max-width: 100%;
}



a {
    text-decoration: none;
    color: #333;
}



input {
    padding: 0px;
    vertical-align: middle;
    line-height: normal;
    border: none;
}



body {
    overflow-x: hidden;
}



button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}



a:focus {
    outline: none;
}



iframe {
    max-width: 100%;
}



video {
    max-width: 100%;
}



.map iframe {
    width: 100%;
}



p {
    margin: 5px;
}







/*share*/



body {
    font-size: 14px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #333;
    background: #fff;
    font-weight: 400;
}



.bold {
    font-weight: bold;
}



.fontRed {
    color: red;
}



.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}



.clearfix:after {
    clear: both;
}



b, strong {
    font-weight: 700;
}



#powerby {
    color: #808080;
    font-size: 13px;
}



    #powerby a:hover {
        color: #fff;
    }







@media only screen and (max-width: 768px) {



    .row {
        margin: 0;
    }
}







*:link, *:visited, *:hover, *:active, *:focus {
    transition: color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
    -webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
}







@font-face {
    font-family: 'BarlowCondensed';
    src: url(../barlowcondensed.html);
    src: url(../barlowcondensedd41d.html#iefix) format('embedded-opentype'), url(../barlowcondensed-2.html) format('woff'), url(../barlowcondensed-3.html) format('woff2'), url(../barlowcondensed-4.html) format('truetype');
    font-weight: normal;
    font-style: normal;
}











/*nav*/



.nav_content {
    position: relative;
    z-index: 10;
    clear: both;
}



header .wrapper {
    display: none;
}



.wrapper .toggle {
    float: right;
    width: 56px;
    height: 68px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-indent: -9999em;
    line-height: 24px;
    font-size: 1px;
    display: block;
    text-align: center;
    background: #ee7b00;
}







html.hc-yscroll {
    overflow-y: scroll
}



body.hc-nav-open {
    position: fixed;
    width: 100%;
    min-height: 100%
}



.hc-mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999999;
    overscroll-behavior: none
}



    .hc-mobile-nav.is-ios * {
        cursor: pointer !important
    }



    .hc-mobile-nav .nav-container {
        position: fixed;
        z-index: 99999999;
        top: 0;
        width: 240px;
        max-width: 100%;
        height: 100%;
        transition: transform .4s ease
    }



    .hc-mobile-nav .nav-wrapper {
        width: 100%
    }



        .hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
            position: static;
            height: 100%;
            overflow: scroll;
            overflow-x: visible;
            overflow-y: auto
        }



    .hc-mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }



    .hc-mobile-nav li {
        position: relative;
        display: block
    }



        .hc-mobile-nav li.level-open > .nav-wrapper {
            visibility: visible
        }



    .hc-mobile-nav input[type="checkbox"] {
        display: none
    }



    .hc-mobile-nav label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        cursor: pointer
    }



    .hc-mobile-nav a {
        position: relative;
        display: block;
        box-sizing: border-box;
        cursor: pointer
    }



        .hc-mobile-nav a, .hc-mobile-nav a:hover {
            text-decoration: none
        }



    .hc-mobile-nav.disable-body:not(.nav-open)::after {
        pointer-events: none
    }



    .hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease
    }



    .hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {
        visibility: visible;
        opacity: 1;
        transition-delay: .05s
    }



    .hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
        display: none
    }



    .hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
        min-width: 0;
        max-height: 0;
        overflow: hidden;
        transition: height 0s ease .4s
    }



    .hc-mobile-nav.nav-levels-expand .level-open > .nav-wrapper {
        max-height: none
    }



    .hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
        position: absolute;
        z-index: 9999;
        top: 0;
        height: 100%;
        visibility: hidden;
        transition: visibility 0s ease .4s, transform .4s ease
    }



    .hc-mobile-nav.nav-levels-overlap ul ul {
        height: 100%;
        overflow: scroll;
        overflow-x: visible;
        overflow-y: auto
    }



    .hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
        position: static
    }



    .hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
        visibility: visible;
        transition: transform .4s ease
    }



    .hc-mobile-nav.side-left {
        left: 0
    }



        .hc-mobile-nav.side-left .nav-container {
            left: 0;
            transform: translate3d(-100%, 0, 0)
        }



        .hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
            transform: translate3d(-40px, 0, 0)
        }



        .hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
            left: 0;
            transform: translate3d(-100%, 0, 0)
        }



    .hc-mobile-nav.side-right {
        right: 0
    }



        .hc-mobile-nav.side-right .nav-container {
            right: 0;
            transform: translate3d(100%, 0, 0)
        }



        .hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
            transform: translate3d(40px, 0, 0)
        }



        .hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
            right: 0;
            transform: translate3d(100%, 0, 0)
        }



    .hc-mobile-nav.nav-open .nav-container {
        transform: translate3d(0, 0, 0)
    }



.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    display: none;
    top: 20px;
    z-index: 9980;
    min-height: 24px
}



    .hc-nav-trigger span {
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50% 50%
    }



        .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
            position: absolute;
            left: 0;
            height: 4px;
            background: #34495E;
            transition: all .2s ease
        }



            .hc-nav-trigger span::before, .hc-nav-trigger span::after {
                content: '';
                width: 100%
            }



            .hc-nav-trigger span::before {
                top: -10px
            }



            .hc-nav-trigger span::after {
                bottom: -10px
            }



    .hc-nav-trigger.toggle-open span {
        background: rgba(0,0,0,0);
        transform: rotate(45deg)
    }



        .hc-nav-trigger.toggle-open span::before {
            transform: translate3d(0, 10px, 0)
        }



        .hc-nav-trigger.toggle-open span::after {
            transform: rotate(-90deg) translate3d(10px, 0, 0)
        }



.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {
    background: rgba(0,0,0,0.5)
}



.hc-mobile-nav .nav-wrapper {
    z-index: 2;
    background: #fafafa;
}



.hc-mobile-nav.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}



.hc-mobile-nav h2 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 15px 17px;
    color: #ee7b00;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    background: rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.15);
}



.hc-mobile-nav a {
    padding: 10px 17px;
    font-size: 14px;
    color: #333;
    z-index: 1;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 700;
}



.hc-mobile-nav:not(.touch-device) a:hover {
    background: #f2f2f2
}



.hc-mobile-nav li {
    text-align: left
}



    .hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
        background: rgba(0,0,0,0.05);
        background-size: 100%;
        text-transform: uppercase;
        color: #808080;
    }



        .hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
            background: rgba(0,0,0,0.2)
        }



    .hc-mobile-nav li.nav-parent a {
        padding-right: 58px
    }



    .hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 100%;
        text-align: center;
        cursor: pointer;
        transition: background .2s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



        .hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {
            content: '';
            display: inline-block;
            background: #4d4d4d;
            width: 20px;
            height: 2px;
            margin: 2px 0;
        }



        .hc-mobile-nav li.nav-close span::before {
            transform: rotate(45deg) translate(4px,0px);
            -webkit-transform: rotate(45deg) translate(4px,0px);
        }



        .hc-mobile-nav li.nav-close span::after {
            transform: rotate(-45deg) translate(4px,0px);
            -webkit-transform: rotate(-45deg) translate(4px,0px);
        }



        .hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin-left: -2px;
            box-sizing: border-box;
            border-top: 2px solid #808080;
            border-left: 2px solid #808080;
            transform-origin: center
        }



.hc-mobile-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}



.hc-mobile-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}



.hc-mobile-nav.side-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}



.hc-mobile-nav.side-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}







#main-nav {
    display: none
}



header {
    position: relative;
    padding: 50px 0 20px
}



    header .git svg {
        width: 15px;
        height: 15px;
        fill: #fffce1;
        position: relative;
        top: 2px;
        padding: 0 10px;
        margin-right: 10px;
        border-right: 1px solid #4daabb;
        transition: border-color .15s ease-in-out
    }



    header .toggle {
        position: absolute;
        cursor: pointer;
        display: none;
        z-index: 9980;
        min-height: 24px;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        box-sizing: content-box;
        font-size: 16px;
        line-height: 24px;
    }



        header .toggle span {
            width: 20px;
            top: 50%;
        }



            header .toggle span, header .toggle span::before, header .toggle span::after {
                position: absolute;
                left: 50%;
                height: 2px;
                background: #fff;
                transition: all .1s ease;
                margin-left: -10px;
                border-radius: 10px;
            }



                header .toggle span::before, header .toggle span::after {
                    content: '';
                    width: 100%;
                    border-radius: 5px;
                }



                header .toggle span::before {
                    top: -6px
                }



                header .toggle span::after {
                    bottom: -6px
                }



        header .toggle.toggle-open span {
            background: rgba(0,0,0,0);
            transform: rotate(45deg)
        }



            header .toggle.toggle-open span::before {
                transform: translate3d(0, 6px, 0)
            }



            header .toggle.toggle-open span::after {
                transform: rotate(-90deg) translate3d(6px, 0, 0)
            }



        header .toggle:hover span, header .toggle:hover span::before, header .toggle:hover span::after {
        }



        header .toggle div {
            display: inline-block;
            margin-right: 15px
        }



.hc-mobile-nav .nav-container {
    width: 280px
}



.hc-mobile-nav a {
    font-size: 14px;
    text-transform: capitalize;
}







.hc-mobile-nav ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}



.hc-mobile-nav ul.first-nav > li > a {
    text-transform: uppercase;
}



.hc-mobile-nav ul.second-nav > li > a {
    text-transform: uppercase;
    font-weight: 700;
}







/*mainmenu*/



.mainmenu-area {
    width: auto;
    padding-top: 0;
    z-index: 5;
    float: right;
    padding-top: 18px;
    padding-right: 45px;
    transition: all .5s;
}



    .mainmenu-area .mainmenu-left {
        float: left;
        padding-right: 0;
        padding-top: 0;
    }



.mainmenu_box {
    float: left;
    width: 36%;
    padding-right: 0;
}



.find .product_vmegamenu > ul li a {
    padding: 12px 10px;
}



.product_vmegamenu ul li a.hover-icon::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 0;
    color: #808080;
    top: 14px;
}







.mainmenu ul li.product_vmegamenu > ul > li .image {
    padding: 0;
    min-width: 40px;
    max-width: 40px;
}



.mainmenu ul li.product_vmegamenu > ul > li .title {
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-top: 0;
    text-transform: capitalize;
}



.mainmenu ul li.product_vmegamenu > ul > li .nav_list li:hover .title {
    color: #ee7b00;
}



.mainmenu ul li.product_vmegamenu > ul > li .title:before {
    display: none;
}



.mainmenu ul li.product_vmegamenu > ul > li .title:after {
    display: none;
}



.mainmenu ul li.product_vmegamenu > ul > li:hover > a, .mainmenu ul li.product_vmegamenu > ul > li.active > a {
    color: #ee7b00;
}



.mainmenu ul li.product_vmegamenu > ul > li > a:before {
    display: none;
}



.mainmenu ul li.product_vmegamenu > ul > li:hover.has-menu::after {
    color: #ee7b00;
}



.mainmenu ul li.product_vmegamenu > ul > li .list p {
    margin: 0;
    margin-bottom: 10px;
}



.mainmenu ul li.product_vmegamenu > ul > li .list a {
    font-size: 12px;
}



    .mainmenu ul li.product_vmegamenu > ul > li .list a:before {
        content: "\f105";
        font-family: FontAwesome;
        margin-right: 5px;
        text-decoration: none;
    }



    .mainmenu ul li.product_vmegamenu > ul > li .list a:hover {
        color: #ee7b00;
    }







.product_vmegamenu > ul > li a img {
    max-width: 100%;
    height: auto;
}



.product_vmegamenu > ul > li .vmegamenu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 5px -1px #666666;
    left: 0;
    position: absolute;
    top: 82px;
    width: 100%;
    opacity: 0;
    z-index: 999999;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    visibility: hidden;
    padding: 10px;
}



.product_vmegamenu ul li:hover .vmegamenu {
    opacity: 1;
    top: 52px;
    visibility: visible;
}



.product_vmegamenu ul li .vmegamenu span {
    float: left;
    padding: 15px;
    width: 20%;
}



    .product_vmegamenu ul li .vmegamenu span img {
        max-width: 100%;
    }



/* mainmenu */



.mainmenu {
    text-align: left;
}



    .mainmenu > nav > ul > li {
        display: inline-block;
        padding: 0 27px;
    }



        .mainmenu > nav > ul > li.nav_center {
            padding: 0 140px;
        }



    .mainmenu ul li a {
        transition: all .3s;
    }



    .mainmenu > nav > ul > li > a {
        color: #333333;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
        text-transform: uppercase;
        transition: all .5s;
        font-weight: 700;
        position: relative;
        z-index: 2;
        background-position: center center;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
    }



    .mainmenu nav > ul > li > a:before {
        position: absolute;
        left: 50%;
        width: 0;
        transform: translate(-50%, 0);
        bottom: 0;
        height: 2px;
        background: #ee7b00;
        content: '';
        z-index: -1;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        opacity: 0;
        filter: alpha(opacity=0);
    }



    .mainmenu nav > ul > li:hover > a:before, .mainmenu nav > ul > li.active > a:before, .mainmenu nav > ul > li#active > a:before {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 50%;
        width: 100%;
    }







    .mainmenu nav > ul > li > a i {
        position: relative;
    }



        .mainmenu nav > ul > li > a i:before,
        .mainmenu nav > ul > li > a i:after {
            content: '';
            display: block;
            width: 6px;
            height: 2px;
            background: #999;
            position: absolute;
            pointer-events: none;
            transition: all .3s cubic-bezier(.645,.045,.355,1);
            -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
            z-index: 5;
            opacity: 0.5;
        }



        .mainmenu nav > ul > li > a i:before {
            right: -12px;
            top: 9px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }



    .mainmenu nav > ul > li:hover > a i:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background-color: #ee7b00;
        opacity: 1;
    }



    .mainmenu nav > ul > li > a i:after {
        right: -15px;
        top: 9px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }



    .mainmenu nav > ul > li:hover > a i:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background-color: #ee7b00;
        opacity: 1;
    }







    .mainmenu ul li:hover > a, .mainmenu ul li.active > a {
        color: #ee7b00;
    }



    .mainmenu > nav > ul > li:hover > a, .mainmenu > nav > ul > li.active > a {
        text-decoration: none;
        color: #ee7b00;
    }



    .mainmenu > nav > ul > li.active > a, .mainmenu > nav > ul > li#active > a {
        color: #ee7b00;
    }







    .mainmenu > nav > ul > li > ul {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        left: auto;
        opacity: 0;
        position: absolute;
        top: auto;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease 0s;
        z-index: 99999999;
        padding: 5px;
        visibility: hidden;
        text-align: left;
        width: 220px;
        background: #fff;
        transition: .3s ease;
        padding: 5px 0;
        background: #fff;
        border-radius: 5px;
    }



        .mainmenu > nav > ul > li > ul:after {
            bottom: 100%;
            left: 20px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 7px;
            display: inline-block;
        }



    .mainmenu ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }



    .mainmenu ul li > ul li {
        display: block;
        padding: 0;
        background: none;
        position: relative;
    }



        .mainmenu ul li > ul li > a {
            color: #333333;
            padding: 12px 15px;
            text-transform: capitalize;
            font-size: 15px;
            line-height: 20px;
            font-style: normal;
            position: relative;
            z-index: 1;
            overflow: hidden;
            display: block;
            background-repeat: no-repeat;
            background-position: 90% center;
            font-family: 'Montserrat';
            transition: all .5s;
        }



        .mainmenu ul li > ul li:hover > a {
            text-decoration: none;
            color: #ee7b00;
            background-position: right center;
            padding-left: 17px;
        }



        /*.mainmenu ul li > ul li > a:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: -1;background:#ee7b00;



}



.mainmenu ul li > ul li:hover > a:before{opacity:1;visibility:visible;transform:scaleX(1);}*/



        .mainmenu ul li > ul li > a:after {
            content: '';
            left: 15px;
            right: 15px;
            background: #e5e5e5;
            position: absolute;
            bottom: 0;
            height: 1px;
            z-index: -2;
        }



        .mainmenu ul li > ul li:last-child > a:after {
            background: #fff;
        }







        .mainmenu ul li > ul li.has-menu::after {
            content: "\f105";
            font-family: FontAwesome;
            font-size: 16px;
            color: #808080;
            position: absolute;
            right: 20px;
            top: 50%;
            line-height: 20px;
            margin-top: -10px;
            z-index: 2;
        }



        .mainmenu ul li > ul li:hover.has-menu::after {
            color: #fff;
        }







    .mainmenu > nav > ul > li ul.vmegamenu02 {
        box-shadow: 10px 10px 20px rgba(0,0,0,.15);
        left: 299px;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease 0s;
        z-index: 99999999;
        padding: 10px 10px 20px 10px;
        visibility: hidden;
        text-align: left;
        width: 240px;
        background: #fff;
        transition: .3s ease;
        border-left: 2px solid #e5e5e5;
        border-radius: 0 5px 5px 0;
    }



    .mainmenu ul li:hover > ul.vmegamenu02 {
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
    }



    .mainmenu ul li > ul.vmegamenu02 li > a {
        padding: 10px;
        font-size: 13px;
        font-family: 'Montserrat';
    }



        .mainmenu ul li > ul.vmegamenu02 li > a:after {
            background: #e5e5e5;
            left: 10px;
            right: 10px;
        }







    .mainmenu ul li.product_vmegamenu > ul {
        width: 300px;
        left: auto;
        border-bottom: 2px solid #ee7b00;
    }







        .mainmenu ul li.product_vmegamenu > ul li.nav_img {
            padding-left: 20px;
            padding-right: 5px;
        }



            .mainmenu ul li.product_vmegamenu > ul li.nav_img a {
                padding: 0;
            }



    .mainmenu ul li.product_vmegamenu .container {
        width: 100%;
    }



    .mainmenu ul li.product_vmegamenu .nav_list li {
        float: left;
        width: 25%;
        padding: 0px 8px;
    }



        .mainmenu ul li.product_vmegamenu .nav_list li:nth-child(4n+1) {
            clear: both;
        }



    .mainmenu ul li.product_vmegamenu .nav_list {
        padding: 20px 10px;
    }



        .mainmenu ul li.product_vmegamenu .nav_list li a.title {
            font-size: 16px;
            padding: 10px 0;
        }



        .mainmenu ul li.product_vmegamenu .nav_list li a:after {
            left: 0;
            right: 0;
            background: #f5f5f5
        }



        .mainmenu ul li.product_vmegamenu .nav_list div p a {
            font-size: 13px;
            line-height: 20px;
            position: relative;
            display: inline-block;
        }



            .mainmenu ul li.product_vmegamenu .nav_list div p a:hover {
                color: #ee7b00;
            }



            .mainmenu ul li.product_vmegamenu .nav_list div p a:before {
                content: "\f061";
                font-family: 'FontAwesome';
                display: inline-block;
                vertical-align: middle;
                position: absolute;
                right: 0;
                top: 0;
                transition: all .5s;
                color: #ee7b00;
                z-index: 2;
                line-height: 20px;
                opacity: 0;
                filter: alpha(opacity=0);
                font-size: 12px;
            }



            .mainmenu ul li.product_vmegamenu .nav_list div p a:hover:before {
                right: -15px;
                opacity: 1;
                filter: alpha(opacity=100);
                color: #ee7b00;
            }



        .mainmenu ul li.product_vmegamenu .nav_list div p {
            margin: 0;
            margin-bottom: 10px;
        }







@media only screen and (max-width: 992px) {



    header .wrapper {
        display: block;
    }



    .vmegamenu {
        padding: 0px 0px !important;
    }



    .mainmenu-area {
        margin: 0;
        padding: 0;
    }



    .mobile-menu-area {
        top: 25px;
    }



    .nav_content {
        border: none;
        margin: 0;
        z-index: 9999999;
    }



        .nav_content > .container {
            width: 100%;
        }
}







/*index*/



.social_icons {
    list-style: none;
}



    .social_icons li {
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 5px;
    }



        .social_icons li:first-child {
            padding-left: 0;
        }



        .social_icons li a {
            transition: all .5s;
        }



            .social_icons li a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80);
            }







.header {
    transition: all .5s;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
    clear: both;
}



    .header .container {
        position: relative;
    }



#logo {
    position: relative;
    text-align: center;
    z-index: 9999999;
    display: inline-flex;
    transition: all .5s;
    float: left;
    padding-top: 40px;
}



.header h1 {
    margin: 0;
    padding: 0;
}



#logo a {
    padding: 0;
    display: block;
    position: relative;
    z-index: 5;
}



#logo img {
    height: auto;
    padding: 0;
    transition: all .5s;
    max-width: 290px;
}



#logo .logo_img img {
    max-width: 260px;
}







.head_content {
    position: relative;
    background: #f7f7f7;
}



    .head_content:before {
        content: '';
        width: 36%;
        height: 36%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #ededed;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        display: block;
    }



.head_top {
    height: 40px;
    transition: all .5s;
}







.head_con {
    position: relative;
    float: right;
    padding-top: 10px;
}



    .head_con li {
        margin-right: 20px;
        display: inline-flex;
        align-items: center;
    }



        .head_con li .icon {
            min-width: 16px;
            height: 14px;
            max-width: 16px;
            background: url(../png/icon.png) no-repeat;
            vertical-align: middle;
        }



        .head_con li a {
            display: inline-block;
            font-size: 13px;
            color: #808080;
            line-height: 20px;
        }



        .head_con li p {
            margin: 0;
            margin-left: 10px;
            font-size: 13px;
            color: #808080;
            vertical-align: middle;
            line-height: 20px;
        }



    .head_con a:hover {
        color: #ee7b00;
    }







.head_right {
    float: right;
    width: 70%;
    transition: all .5s;
    width: 75%;
}







.language {
    float: right;
    list-style: none;
    overflow: hidden;
    padding-top: 0;
    margin-left: 20px;
}



    .language:hover {
        overflow: inherit;
    }



    .language .menu {
        display: block;
        position: relative;
        cursor: pointer;
    }



    .language .menu-title {
        display: block;
        text-align: center;
        color: #ffffff;
        text-transform: capitalize;
        font-size: 13px;
        transition: 0.5s background-color;
        position: relative;
        z-index: 5;
        padding-top: 8px;
    }



        .language .menu-title span {
            display: inline-block;
            font-weight: 600;
            color: #808080;
            text-transform: capitalize;
            font-size: 13px;
            margin-right: 10px;
        }



            .language .menu-title span:before {
                content: '';
                width: 20px;
                height: 20px;
                background: url(../png/icon.png) no-repeat;
                background-position: -65px 0;
                display: inline-block;
                margin-right: 5px;
                vertical-align: middle;
            }



        .language .menu-title p {
            display: inline-block;
            margin: 0;
            color: #808080;
            font-size: 13px;
            line-height: 20px;
            text-align: left;
            vertical-align: middle;
            text-transform: capitalize;
            padding-left: 6px;
        }



        .language .menu-title img {
            vertical-align: middle;
        }



        .language .menu-title i {
            position: relative;
            margin-left: 0;
            width: 10px;
            display: inline-block;
            height: 7px;
            vertical-align: middle;
            margin: auto;
            margin-left: 5px;
            margin-top: 3px;
        }



            .language .menu-title i:before,
            .language .menu-title i:after {
                content: '';
                display: block;
                width: 6px;
                height: 2px;
                background: #808080;
                position: absolute;
                pointer-events: none;
                transition: all .3s cubic-bezier(.645,.045,.355,1);
                -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
                z-index: 5;
            }



            .language .menu-title i:before {
                right: 0;
                top: 0;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
            }



    .language:hover .menu-title i:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background-color: #ee7b00;
    }



    .language .menu-title i:after {
        left: 0;
        top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }



    .language:hover .menu-title i:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background-color: #ee7b00;
    }



    .language:hover .menu-title p {
        color: #ee7b00;
    }



    .language:hover .menu-title i {
        background-position: -84px -60px;
    }



    .language .menu:hover > .menu-title:before {
        border-top-width: 0;
        transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
    }







    .language .menu:hover > .menu-title:after {
        border-bottom-width: 5px;
        transition: 0.2s 0.2s border-bottom-width ease-out;
    }



    .language .menu-dropdown {
        min-width: 100%;
        padding: 5px 0 15px 0;
        position: absolute;
        background: #fff;
        z-index: 100;
        transition: 0.5s padding, 0.5s background;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
        opacity: 0;
        min-width: 210px;
        left: 0;
    }



    .language:hover .menu-dropdown {
        opacity: 1;
    }







    .language .menu:not(:hover) > .menu-dropdown {
        padding: 4px 0;
        background: #fff;
        z-index: 99;
    }



    .language .menu:not(:hover) > .menu-title:after {
        border-bottom-color: #fff;
    }



    .language .menu-dropdown > * {
        overflow: hidden;
        padding: 5px 10px;
        background: transparent;
        white-space: nowrap;
        transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
    }



        .language .menu-dropdown > *:hover {
            background: rgba(0, 0, 0, 0.1);
        }



    .language .menu:not(:hover) > .menu-dropdown > * {
        visibility: hidden;
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        color: rgba(25, 25, 25, 0);
        transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
        z-index: 99;
    }



    .language .menu-dropdown li {
        border-bottom: 1px solid #e5e5e5;
    }



        .language .menu-dropdown li:last-child {
            border-bottom-color: #fff;
        }



        .language .menu-dropdown li a {
            display: block;
            font-weight: 400;
        }



        .language .menu-dropdown li p {
            margin: 0;
            font-size: 12px;
            padding-left: 5px;
            text-transform: capitalize;
            display: inline-block;
        }







.select-modal {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    width: 80%;
    height: auto;
    z-index: 99999999995;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



.select-show {
    visibility: visible;
    transition: all .5s;
}



.select-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(1,1,1,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



.select-show ~ .select-overlay {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}



.select-modal .select-content {
    margin: 0 auto;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
    margin-top: 5%;
}



.select-modal.select-show .select-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    filter: alpha(opacity=100);
}



.select-content {
    color: #5b5b5b;
    background: #fff url(../incoming-message.html) no-repeat right bottom;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    filter: alpha(opacity=0);
    border-radius: 10px;
}



    .select-content .select-close {
        position: absolute;
        right: 10px;
        top: 10px;
        border: none;
        background-color: transparent;
    }



        .select-content .select-close i {
            width: 30px;
            height: 30px;
            display: flex;
            position: relative;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }



            .select-content .select-close i:before,
            .select-content .select-close i:after {
                content: '';
                display: inline-block;
                background: #4d4d4d;
                width: 20px;
                height: 2px;
                margin: 2px 0;
            }



            .select-content .select-close i:before {
                transform: rotate(45deg) translate(4px,0px);
                -webkit-transform: rotate(45deg) translate(4px,0px);
            }



            .select-content .select-close i:after {
                transform: rotate(-45deg) translate(4px,0px);
                -webkit-transform: rotate(-45deg) translate(4px,0px);
            }







    .select-content .select_title {
        padding: 30px 40px;
        background: #f7f7f7;
        border-radius: 10px 10px 0 0;
    }



        .select-content .select_title em {
            display: block;
            font-size: 28px;
            line-height: 110%;
            color: #333;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 20px;
        }



        .select-content .select_title .text {
            font-size: 14px;
            line-height: 24px;
            color: #808080;
        }







    .select-content .main {
        padding: 30px 40px;
    }



        .select-content .main .send_column {
            background: none;
            box-shadow: none;
            padding: 0;
        }







.select-show .select-content::-webkit-scrollbar {
    width: 5px;
}



.select-show .select-content::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0.5
}



.select-show .select-content::-webkit-scrollbar-thumb {
    background-color: #004082;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}







.select-content .select-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background-color: transparent;
}



    .select-content .select-close i {
        width: 30px;
        height: 30px;
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



        .select-content .select-close i:before,
        .select-content .select-close i:after {
            content: '';
            display: inline-block;
            background: #808080;
            width: 20px;
            height: 2px;
            margin: 2px 0;
        }



        .select-content .select-close i:before {
            transform: rotate(45deg) translate(4px,0px);
            -webkit-transform: rotate(45deg) translate(4px,0px);
        }



        .select-content .select-close i:after {
            transform: rotate(-45deg) translate(4px,0px);
            -webkit-transform: rotate(-45deg) translate(4px,0px);
        }







@-webkit-keyframes animate-btn-line {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}



@keyframes animate-btn-line {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}







.select-show .select-content::-webkit-scrollbar {
    width: 3px;
}



.select-show .select-content::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}



.select-show .select-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}







/* Top Search*/



.search-info {
    display: inline-flex;
    align-items: center;
    float: right;
    justify-content: center;
    padding: 0 10px;
    height: 40px;
    margin-top: 20px;
    padding-left: 15px;
    background: #f2f2f2;
    transition: all .5s;
}



    .search-info i {
        width: 28px;
        height: 28px;
        background: url(../png/icon.png) no-repeat -329px -5px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }



    .search-info p {
        display: block;
        margin: 0;
        font-size: 13px;
        text-transform: capitalize;
        color: #808080;
        margin-right: 10px;
        vertical-align: middle;
        line-height: 40px;
    }



    .search-info:hover, .search-info:link {
        text-decoration: none;
    }







.theme-popover-mask {
    z-index: 999999998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    opacity: 0.9;
}



.theme-popover {
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    float: none;
    max-width: none;
}



.theme-poptit {
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    margin-top: -25px;
}



    .theme-poptit .close {
        color: #fff;
        font-size: 36px;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        line-height: 50px;
        float: none;
        text-shadow: none;
        display: block;
        font-family: "FontAwesome";
    }



        .theme-poptit .close:hover {
            color: #fff;
            opacity: 1;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
        }



.fixed-search .theme-popbod {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-right: 50px;
}



.top-search em {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    text-transform: capitalize;
    font-family: "Montserrat semibold";
    line-height: 100%;
}



.top-search .form-control {
    border: none;
    background-color: transparent;
    color: #808080;
    height: 70px;
    line-height: 70px;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    border-radius: 0;
    transition: all .5s;
    width: 100%;
    padding-left: 0;
    padding-right: 60px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    box-shadow: none;
    text-transform: capitalize;
}



.top-search input.form-control:focus {
    color: #fff;
    font-style: inherit;
    width: 100%;
    border-bottom-color: #fff;
    text-transform: inherit;
}



.top-search .input-group-addon.close-search {
    cursor: pointer;
}



.top-search .search_btn {
    display: inline-block;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 3;
    border-radius: 0;
}



    .top-search .search_btn svg {
        position: absolute;
        width: 20px;
        height: 20px;
        fill: white;
        opacity: 1;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }



    .top-search .search_btn .btn_search5 {
        background: none;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        display: block;
    }



.header_search {
    position: relative;
    transition: all 0.8s cubic-bezier(.4,0,0,1);
    -webkit-transition: all 0.8s cubic-bezier(.4,0,0,1);
}



.top-search .input-group {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}







.head_r_search {
    float: right;
    margin-right: 30px;
    max-width: 280px;
    position: relative;
    width: 100%;
}



    .head_r_search:before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../png/icon.png) no-repeat;
        background-position: -292px -48px;
        position: absolute;
        left: 15px;
        top: 13px;
    }



    .head_r_search .form-control {
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
        border: 1px solid #d9d9d9;
        padding-left: 45px;
        padding-right: 45px;
        font-size: 14px;
        color: #808080;
        box-shadow: none;
        width: 100%;
    }



    .head_r_search input.form-control:focus {
        color: #333;
        font-style: inherit;
        width: 100%;
        border-color: #01914d;
    }



    .head_r_search .btn_search1 {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 50%;
        color: #fff;
        background: #01914d;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        position: absolute;
        top: 2px;
        right: 2px;
    }







/* Sizes for the bigger menu */



header {
    width: 100%;
    z-index: 9999999;
    padding: 0;
    position: fixed;
}



    header.large {
        top: 0;
        padding: 0;
    }



    header.small {
        left: 0;
        top: 0;
        box-shadow: 0 0 20px 2px rgba(0,0,0,0.15);
        padding: 0;
        background: #fff;
    }



        header.small #logo {
            padding-top: 25px;
        }



        header.small .mainmenu-area {
            padding-top: 5px;
        }



        header.small .search-info {
            margin-top: 8px;
        }







.height {
    padding-top: 120px;
    z-index: 5;
    position: relative;
}







@media only screen and (max-width:1480px) {



    .mainmenu > nav > ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media only screen and (max-width:1260px) {



    #logo .logo_img img {
        max-width: 200px;
    }



    .head_con li:last-child {
        display: none;
    }



    .search-info p {
        display: none;
    }



    .search-info {
        padding-left: 10px;
    }



    .mainmenu > nav > ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }

        .mainmenu > nav > ul > li > a {
            font-size: 14px;
        }
}



@media only screen and (max-width: 992px) {



    header, header.large {
        border: none;
        z-index: 999999;
        top: 0;
        position: fixed;
    }



        header.small {
            border-bottom: 1px solid #e5e5e5;
            height: auto;
        }



            header.large .header, .header, header.small .header {
                position: relative;
                padding: 0;
                z-index: 999999;
                border-top-width: 5px;
            }



                .header > .container {
                    width: 100%;
                    padding: 0;
                }



                .header .row {
                    margin: 0;
                    height: 68px;
                }



                .header #logo, header.small #logo, header.large .header.page_header #logo {
                    padding: 0;
                    position: relative;
                    z-index: 9999999;
                    float: left;
                    margin: 0;
                    margin-left: 10px;
                    position: relative;
                    transform: translate(0, 0);
                    left: auto;
                    height: 100%;
                    display: flex;
                    align-items: center;
                }



                    .header #logo .logo_img img, header.small #logo .logo_img img, header.small #logo .logo_img img {
                        max-width: 140px;
                    }



                .head_con, .head_top .social_icons, .header .logo_right, .header .head_contact, .header .social_icons {
                    display: none;
                }



    .height {
        padding-top: 68px;
    }



    .search_btn {
        display: inline-block !important;
    }



    .top-search em {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        display: block;
        font-weight: 700;
        padding-left: 0;
    }



    .top-search .form-control {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }



    .top-search .search_btn .btn_search1 {
        width: 46px;
        height: 46px;
    }



    .top-search .search_btn {
        line-height: 46px;
        width: 46px;
        height: 46px;
    }



        .top-search .search_btn:before {
            font-size: 18px;
        }



    .fixed-search .theme-popbod {
        padding-right: 0;
        padding-top: 30px;
        width: 90%;
    }



    .search-info p {
        display: none;
    }



    .search-info span {
        display: none;
    }



    .search-info, header.small .search-info {
        padding: 0;
        width: 56px;
        height: 68px;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        right: 56px;
        top: 0;
        margin: 0;
        background: #f2f2f2;
        box-shadow: none;
    }



        .search-info i {
            background-position: -328px -5px;
        }



    .top-search {
        width: 100%;
    }



    .theme-poptit {
        right: 0;
        top: 0;
        border-radius: 0 0 0 5px;
    }



        .theme-poptit .close {
            font-size: 36px;
        }



    .language {
        display: none;
    }



    .hc-mobile-nav ul.select_lan {
        padding-left: 10px;
        margin-top: 20px;
        border-top: none;
    }



        .hc-mobile-nav ul.select_lan li {
            padding-right: 10px;
            width: 33.33%;
            float: left;
            margin: 0;
        }



            .hc-mobile-nav ul.select_lan li.title {
                padding-left: 5px;
                margin-bottom: 10px;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 700;
                width: 100%;
            }



            .hc-mobile-nav ul.select_lan li a {
                border: none;
                font-size: 12px;
                padding: 5px;
                text-align: center;
                font-weight: 400;
            }



                .hc-mobile-nav ul.select_lan li a p {
                    font-size: 12px;
                    text-transform: capitalize;
                    margin: 0;
                    margin-top: 5px;
                }



    .hc-mobile-nav ul.select_contact li {
        padding: 10px 20px;
    }



        .hc-mobile-nav ul.select_contact li a {
            display: block;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            border: none;
            background: #ee7b00;
            padding: 0;
            text-transform: uppercase;
            border-radius: 20px;
        }



            .hc-mobile-nav ul.select_contact li a:after {
                content: '\f0e0';
                font-family: 'FontAwesome';
                margin-left: 5px;
                position: relative;
                right: auto;
                opacity: 1;
                top: auto;
                margin-top: 0;
                background: none;
                width: auto;
                height: auto;
                animation: none;
            }



            .hc-mobile-nav ul.select_contact li a:hover {
                background: #ee7b00;
            }



    .head_top {
        height: auto;
        position: relative;
        z-index: 9999999;
        width: auto;
    }



    .nav_content {
        width: auto;
    }



    .head_right {
        width: auto;
    }



    .head_content:before {
        width: 140px;
        height: 140px;
    }
}



@media only screen and (max-width: 768px) {



    .select-modal {
        width: 90%;
        height: 80%;
        top: 5%;
    }



    .select-show .select-content {
        position: static;
        height: 100%;
        overflow: scroll;
        overflow-x: visible;
        overflow-y: auto;
        margin: 0;
    }



    .select-content {
        display: block;
        background: #fff;
    }



        .select-content .select_title {
            width: 100%;
            padding: 30px 20px;
        }



        .select-content .main {
            width: 100%;
            padding: 20px;
            padding-bottom: 30px;
            border-left: none;
        }
}







/*banner*/



.slide_content {
}



    .slide_content .container {
        position: relative;
        z-index: 5;
        background: #000;
        box-shadow: 0 10px 25px 1px rgba(0,0,0,0.15);
    }



    .slide_content img, .slide_content ifarme {
        opacity: 0.5;
    }



.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 80px;
    background: rgba(0,0,0,0.3);
    line-height: 80px;
    border-radius: 2px;
}



.carousel-control.left, .carousel-control.right {
    background: none;
}



.glyphicon-chevron-left:before {
    content: "\f104";
}



.glyphicon-chevron-right:before {
    content: "\f105";
}



#myCarousel .carousel-indicators li {
    border: 1px solid #808080;
    width: 20px;
}



#myCarousel .carousel-indicators .active {
    border: 1px solid #0267bb;
    background: #0267bb;
    width: 20px;
    height: 10px;
    margin: 1px;
}



#myCarousel .carousel-indicators {
    display: none;
}



.slide_content .slide-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}



.slide_content .slide-text-m {
    text-align: center;
}



    .slide_content .slide-text-m .title {
        display: block;
        font-size: 42px;
        line-height: 150%;
        color: #ffffff;
        font-weight: 300;
        margin: auto;
        transition: all .5s;
    }



    .slide_content .slide-text-m .video_icon {
        display: inline-block;
        margin-top: 60px;
    }



        .slide_content .slide-text-m .video_icon .icon {
            display: inline-block;
        }



            .slide_content .slide-text-m .video_icon .icon img {
                opacity: 1;
            }



        .slide_content .slide-text-m .video_icon p {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
            margin-top: 20px;
            line-height: 24px;
        }







@media only screen and (min-width: 768px) {



    .carousel-control {
        width: 5%;
    }



    #myCarousel .carousel-control .icon-prev, #myCarousel .carousel-control .glyphicon-chevron-left {
        left: -100%;
        -webkit-transition: all var(--transition-time,500ms);
        -o-transition: all var(--transition-time,500ms);
        transition: all var(--transition-time,500ms);
    }



    #myCarousel:hover .carousel-control .icon-prev, #myCarousel:hover .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }



    #myCarousel .carousel-control .icon-next, #myCarousel .carousel-control .glyphicon-chevron-right {
        right: -100%;
        -webkit-transition: all var(--transition-time,500ms);
        -o-transition: all var(--transition-time,500ms);
        transition: all var(--transition-time,500ms);
    }



    #myCarousel:hover .carousel-control .icon-next, #myCarousel:hover .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }
}



@media only screen and (max-width: 1480px) {
}



@media only screen and (max-width: 992px) {



    .carousel {
        margin: 0;
    }
}



@media only screen and (max-width: 768px) {



    .carousel-inner > .item .container {
        width: 100%;
        text-align: center;
    }



    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        top: 32%;
        height: 60px;
        line-height: 60px;
    }



    .carousel-control {
        width: 10%;
    }



    .carousel .attachment_line_bottom {
        display: none;
    }



    #myCarousel .logo {
        display: none;
    }



    .slide_content .slide-text-m .title {
        font-size: 24px;
    }



    .slide_content .slide-text {
        width: 90%;
    }



    .slide_content .slide-text-m .video_icon {
        margin-top: 20px;
    }



        .slide_content .slide-text-m .video_icon .icon img {
            max-width: 40px;
        }



        .slide_content .slide-text-m .video_icon p {
            font-size: 14px;
            margin-top: 10px;
        }
}



@media only screen and (max-width: 480px) {



    .slide_content .slide-text-m .title {
        font-size: 16px;
    }



    .slide_content .slide-text-m .video_icon {
        margin-top: 10px;
    }



        .slide_content .slide-text-m .video_icon p {
            margin-top: 5px;
        }
}







/*******bootstrap-touch-slider********/



.bs-slider {
    overflow: hidden;
    position: relative;
}



    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.40);
    }



    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
    }



/*************************Slide effect**********************/



.fade {
    opacity: 1;
}



    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
        opacity: 0;
    }



        .fade .item:first-child {
            top: auto;
            position: relative;
        }



        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/



.control-round .carousel-control {
    top: auto;
    bottom: 0;
    z-index: 100;
    color: #333;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
    right: 200px;
    left: auto;
    top: 45%;
    bottom: auto;
    right: auto;
    left: auto;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



    .control-round .carousel-control.left {
        left: -70px;
        -webkit-transition: all var(--transition-time,800ms);
        -o-transition: all var(--transition-time,800ms);
        transition: all var(--transition-time,800ms);
    }



    .control-round .carousel-control.right {
        right: -70px;
        -webkit-transition: all var(--transition-time,800ms);
        -o-transition: all var(--transition-time,800ms);
        transition: all var(--transition-time,800ms);
    }



.slide_content:hover .control-round .carousel-control.left {
    left: 40px;
}



.slide_content:hover .control-round .carousel-control.right {
    right: 40px;
}







.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    border: 0px transparent;
}



.control-round .carousel-control {
    margin: 0 20px;
    width: 50px;
    height: 50px;
    -webkit-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}



    .control-round .carousel-control.left {
        margin-right: 81px;
        background-image: url(../silde_prev.html);
    }



    .control-round .carousel-control.right {
        background-image: url(../silde_next.html);
    }







.carousel-control .icon-wrap {
    position: absolute;
    width: 32px;
}



.carousel-control.left .icon-wrap {
    left: 15px;
}



.carousel-control.right .icon-wrap {
    right: 15px;
}



.control-round .carousel-control:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}



.control-round .carousel-control.left:hover:before, .control-round .carousel-control.right:hover:before {
    color: #fff;
}



.carousel-control:hover h3 {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}



/*---------- INDICATORS CONTROL ----------*/



.indicators-line .carousel-indicators {
    left: 13%;
    bottom: 20%;
    width: auto;
    max-width: 1400px;
    height: 40px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    margin-left: 0;
}



    .indicators-line .carousel-indicators li {
        color: #b2b2b2;
        background: none;
        margin: 0 20px;
        display: inline-block;
        font-size: 20px;
        line-height: 24px;
        border: none;
        width: auto;
        height: auto;
    }



        .indicators-line .carousel-indicators li:last-child {
            margin-right: 0;
        }







/*******features-tab********/



.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



/* display none until init */



.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}



    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }



    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }



        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }







    .owl-carousel .owl-item {
        float: left;
    }



.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}



.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */



.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}



.indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: inherit;
    width: 30px;
    height: 60px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    background: #000;
    margin-top: -30px;
    overflow: hidden;
    text-align: center;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}



    .indicator-style.owl-theme .owl-controls .owl-buttons div i {
        display: none;
    }



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -30px;
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
            content: "\f104";
            font-size: 28px;
            color: #fff;
            line-height: 60px;
            font-family: FontAwesome;
        }



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -30px;
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
            content: "\f105";
            font-size: 28px;
            color: #fff;
            line-height: 60px;
            font-family: FontAwesome;
        }



    .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
        background-color: #006db8;
        border-color: #006db8;
        opacity: 1;
        filter: alpha(opacity=100);
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before {
            color: #fff;
        }



@media only screen and (max-width: 1300px) {



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -10px;
    }



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -10px;
    }



    .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
        background: #f18d0f;
        color: #fff;
    }
}







/*index*/



.main_title {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    padding-top: 0;
}



    .main_title em {
        color: #000;
        font-size: 48px;
        text-transform: uppercase;
        line-height: 110%;
        margin: 0;
        position: relative;
        font-weight: 600;
        z-index: 2;
        display: block;
    }



        .main_title em span {
            color: #ee7b00;
        }



    .main_title .text {
        color: #808080;
        font-size: 14px;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        max-width: 60%;
        margin: auto;
        margin-top: 20px;
        font-weight: 400;
    }



    .main_title .line {
        display: inline-block;
        position: relative;
        margin-top: 20px;
        background: #ee7b00;
        width: 60px;
        height: 2px;
    }







    .main_title .title-icon-circle {
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: -10px;
        left: 50%;
        border-radius: 50%;
        z-index: -2;
        background: #ee7b00;
        animation: title-icon-circle 3s infinite;
        -webkit-animation: title-icon-circle 3s infinite;
        opacity: 0.05;
    }







@-webkit-keyframes title-icon-circle {



    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }



    30% {
        -webkit-transform: translate3d(5px, 15px, 0);
        transform: translate3d(5px, 15px, 0)
    }



    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}



@keyframes title-icon-circle {



    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }



    30% {
        -webkit-transform: translate3d(5px, 15px, 0);
        transform: translate3d(5px, 15px, 0)
    }



    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
}



@keyframes move {



    0% {
        left: 0;
        opacity: 0
    }



    5% {
        opacity: .0
    }



    48% {
        opacity: .2
    }



    80% {
        opacity: .0
    }



    100% {
        left: 82%
    }
}



@keyframes spin_right {



    100% {
        transform: rotateZ(360deg);
    }
}



@keyframes spin_left {



    100% {
        transform: rotateZ(-360deg);
    }
}







.main_more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s;
    z-index: 3;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    background: #ee7b00;
}



    .main_more:hover {
        text-decoration: none;
        box-shadow: 0 3px 15px 1px rgba(230,0,18,0.3);
    }



    .main_more:after {
        content: '';
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        margin-left: 10px;
        display: inline-block;
        background: url(../png/icon.png) no-repeat;
        background-position: -65px -58px;
        width: 9px;
        height: 15px;
        vertical-align: middle;
        margin-top: -2px;
    }



    .main_more:hover:after {
        animation: scroll_right_anim 1.5s infinite;
    }







input.main_more {
    color: #fff;
}







.attachment_line_top {
    top: -1px;
    background: url(../wave01.html) no-repeat center center;
    height: 58px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999
}



.attachment_line_bottom {
    bottom: -1px;
    background: url(../wave.html) no-repeat left center;
    height: 58px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 5;
}







.light_box {
    position: relative;
    display: inline-block;
}



    .light_box::after {
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        background: rgba(0,0,0,0.15);
    }



    .light_box::before {
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        background: rgba(0,0,0,0.05) url(../icon_link.html) no-repeat center center;
        z-index: 1;
    }



    .light_box::after {
        border-left: 1px solid rgba(255,255,255,.5);
        border-right: 1px solid rgba(255,255,255,.5);
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0)
    }



    .light_box::before {
        border-bottom: 1px solid rgba(255,255,255,.5);
        border-top: 1px solid rgba(255,255,255,.5);
        -webkit-transform: scale(0,1);
        -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
        -o-transform: scale(0,1);
        transform: scale(0,1);
    }



    .light_box:hover::before,
    .light_box:hover::after,
    .left-pro ul li:hover .light_box::before,
    .left-pro ul li:hover .light_box::after {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }



@media only screen and (max-width: 992px) {



    .main_title .text {
        max-width: 80%;
    }



    .main_title .title_bg {
        font-size: 80px;
        line-height: 80px;
        width: 100%;
    }
}



@media only screen and (max-width: 768px) {



    .main_title {
        margin-bottom: 30px;
        max-width: 100%;
        padding-top: 0;
    }



        .main_title .s_title {
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 24px;
        }



        .main_title em {
            font-size: 24px;
            margin-bottom: 0;
        }



        .main_title .text {
            max-width: 100%;
            font-size: 13px;
            margin-top: 10px;
            line-height: 24px;
            max-height: 48px;
        }



        .main_title .line {
            margin-top: 15px;
            width: 40px;
        }



    .main_more {
        margin-top: 20px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
    }



        .main_more a, .main_more input, .main_more button {
            font-size: 12px;
            height: 40px;
            line-height: 40px;
        }



    .attachment_line_top {
        height: 18px;
        background-size: cover;
    }



    .attachment_line_bottom {
        height: 18px;
        background-size: cover;
    }



    .main_title .title_bg {
        display: none;
    }
}







.tp-mask-wrap {
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%,0);
    position: absolute;
    bottom: 0;
    display: block;
    overflow: hidden;
}



.slider-scroll-button {
    position: relative;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    display: inline-block;
    z-index: 5;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 14px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 8px;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}



    .slider-scroll-button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 49%;
        width: 23px;
        height: 34px;
        border: 1px solid #fff;
        border-radius: 15px;
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
    }



    .slider-scroll-button:after {
        content: '';
        width: 6px;
        height: 10px;
        border-radius: 10px;
        border: 1px solid #fff;
        position: absolute;
        top: 19px;
        left: 49%;
        transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        -webkit-animation-name: sliderScrollButton;
        animation-name: sliderScrollButton;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }



/* Slider Scroll Button Animation */



@-webkit-keyframes sliderScrollButton {



    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }







    70% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }







    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }
}







@keyframes sliderScrollButton {



    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }







    70% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }







    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
    }
}



@media only screen and (max-width: 768px) {



    .tp-mask-wrap {
        display: none;
    }
}







.page_date {
    font-size: 14px;
    color: #ee7b00;
    display: inline-block;
    margin: 0;
    line-height: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
}







.page_date_box {
    width: 85px;
    transition: all .5s;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 90%;
    color: #e5e5e5;
}



    .page_date_box p {
        margin: 0;
    }



    .page_date_box em {
        display: block;
        margin-bottom: 0;
    }







.page_more {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    display: inline-block;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    transition: all .5s;
}



    .page_more:hover {
        text-decoration: none;
        color: #ee7b00;
        opacity: 1;
    }



    .page_more:after {
        display: inline-block;
        content: '';
        margin-left: 10px;
        transition: all .5s;
        background: url(../png/icon.png) no-repeat;
        background-position: -35px -58px;
        width: 9px;
        height: 15px;
        opacity: 0.3;
        vertical-align: middle;
        margin-top: -5px;
    }



    .page_more:hover:after {
        animation: scroll_right_anim 1.5s infinite;
        opacity: 1;
        background-position: -51px -58px;
        opacity: 1;
    }







@-webkit-keyframes spin {



    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}



@keyframes spin {



    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}







.circle_more {
    display: inline-flex;
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 30px;
    text-align: center;
    z-index: 2;
    background: #ee7b00;
    transition: all .5s;
    align-items: center;
    justify-content: center;
}



    .circle_more:hover {
        background-color: #ee7b00;
    }



    .circle_more i {
        width: 10px;
        height: 16px;
        display: inline-block;
        background: url(../png/icon.png) no-repeat;
        transition: all .5s;
        background-position: -36px -56px;
    }



    .circle_more:hover i {
        animation: scroll_right_anim 1.5s infinite;
    }



@keyframes scroll_right_anim {



    0% {
        transform: translateX(-3px);
    }



    50% {
        transform: translateX(3px);
    }



    100% {
        transform: translateX(-3px);
    }
}







.circle_more:after {
    content: '';
    background: #ee7b00;
    top: -7px;
    left: -7px;
    bottom: -7px;
    border-radius: 50%;
    right: -7px;
    z-index: -1;
    transition: all .5s;
    position: absolute;
    display: inline-block;
    opacity: 0.1;
    filter: alpha(opacity=10);
}



.circle_more:hover:after {
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
}







.wrap_more {
    display: flex;
    align-items: center;
    margin-top: 30px;
}



    .wrap_more .circle_more {
        margin-top: 0;
    }



    .wrap_more:hover .circle_more i {
        animation: scroll_right_anim 1.5s infinite;
    }



    .wrap_more:hover .circle_more:after {
        left: -15px;
        top: -15px;
        right: -15px;
        bottom: -15px;
        opacity: 0;
        filter: alpha(opacity=0);
    }



    .wrap_more .wrap_more_icon {
        padding-left: 15px;
        color: #ee7b00;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all .5s;
    }



    .wrap_more:hover .wrap_more_icon {
        text-decoration: none;
        padding-left: 20px;
    }







@media only screen and (max-width: 768px) {



    .circle_more:after {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }



    .wrap_more {
        margin-top: 20px;
    }



    .circle_more {
        width: 36px;
        height: 36px;
    }



    .wrap_more .wrap_more_icon {
        padding-left: 10px;
        font-size: 12px;
    }



    .page_date {
        margin-bottom: 10px;
    }



        .page_date em {
            font-size: 18px;
        }



        .page_date p {
            font-size: 12px;
        }



    .page_more {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 12px;
    }
}







/*******Slider********/



/* Slider */



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}



.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



    .slick-list:focus {
        outline: none;
    }



    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }



.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }



    .slick-track:after {
        clear: both;
    }



.slick-loading .slick-track {
    visibility: hidden;
}



.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}



[dir='rtl'] .slick-slide {
    float: right;
}



.slick-slide.slick-loading img {
    display: none;
}



.slick-slide.dragging img {
    pointer-events: none;
}



.slick-initialized .slick-slide {
    display: block;
}



.slick-loading .slick-slide {
    visibility: hidden;
}



.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}



.slick-arrow.slick-hidden {
    display: none;
}







/* Arrows */



.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}



    .slick-prev:focus, .slick-next:focus {
        outline: none;
    }



    .slick-prev.slick-disabled, .slick-next.slick-disabled, .slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover {
        opacity: 0.1;
    }



/* Dots */



.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 999;
    display: none !important;
    left: 0;
}



    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 14px;
        width: 14px;
        margin: 0px 10px;
        padding: 0px;
        cursor: pointer;
        border-radius: 0;
        z-index: 10;
        transition: all .5s;
    }



        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 14px;
            width: 14px;
            outline: none;
            line-height: 0;
            font-size: 0;
            cursor: pointer;
            outline: none;
            background-color: transparent;
            border-radius: 50%;
            padding: 0;
            transition: all .5s;
            border: 3px solid #d9d9d9;
        }



            .slick-dots li button:focus {
                outline: none;
            }



        .slick-dots li.slick-active {
            opacity: 1;
        }



            .slick-dots li.slick-active button {
                border-color: #ee7b00;
            }







.slick-prev,
.slick-next {
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    transition: all .5s;
    border-radius: 5px;
}



    .slick-prev:before,
    .slick-next:before {
        content: '';
        width: 12px;
        height: 18px;
        background-repeat: no-repeat;
        background-image: url(../png/icon.png);
        display: inline-block;
    }



.slick-prev {
    left: -30px;
}



    .slick-prev:before {
        background-position: -192px -3px;
    }







.slick-next {
    right: -30px;
}



    .slick-next:before {
        background-position: -225px -3px;
    }







    .slick-prev:hover,
    .slick-next:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background: #ee7b00;
    }



        .slick-prev:hover:before {
            background-position: -192px -33px;
        }



        .slick-next:hover:before {
            background-position: -225px -33px;
        }







@media only screen and (max-width: 768px) {



    .slick-prev {
        left: -10px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        background-color: #000;
        border-radius: 0;
        width: 25px;
        border: none;
    }



    .slick-next {
        right: -10px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        background-color: #000;
        border-radius: 0;
        width: 25px;
        border: none;
    }



        .slick-prev:hover, .slick-next:hover {
            background: #ee7b00;
        }



    .slick-prev:before {
        background-position: -192px -33px;
    }



    .slick-next:before {
        background-position: -225px -33px;
    }



    .slick-prev:after, .slick-next:after {
        display: none;
    }
}







/*******features-tab********/



/* clearfix */



.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}



/* display none until init */



.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}



    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }



    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }



        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }







    .owl-carousel .owl-item {
        float: left;
    }



.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}



.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* fix */



.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}



.indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: inherit;
    width: 30px;
    height: 60px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -30px;
    overflow: hidden;
    text-align: center;
    transition: all .5s;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
}



    .indicator-style.owl-theme .owl-controls .owl-buttons div i {
        display: none;
    }



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -30px;
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
            content: "\f104";
            font-size: 42px;
            color: #808080;
            line-height: 60px;
            font-family: FontAwesome;
        }



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -30px;
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
            content: "\f105";
            font-size: 42px;
            color: #808080;
            line-height: 60px;
            font-family: FontAwesome;
        }



    .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
        background-color: #ee7b00;
        border-color: #ee7b00;
        opacity: 1;
        filter: alpha(opacity=100);
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before {
            color: #fff;
        }



@media only screen and (max-width: 1300px) {



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -10px;
        background: #000;
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
            color: #fff;
        }



    .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -10px;
        background: #000;
    }



        .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
            color: #fff;
        }



    .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
        background: #f18d0f;
        color: #fff;
    }
}







/*index*/



.cat_content {
    position: relative;
    padding-bottom: 60px;
    background: #f8f8f8 url(../bg_cat.html) no-repeat right bottom;
    position: relative;
    z-index: 8;
}



    .cat_content .nav-tabs {
        position: relative;
        margin-top: -40px;
        z-index: 99;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 10px 40px 1px rgba(0,0,0,0.05);
        border-bottom: none;
        padding-right: 80px;
        overflow: hidden;
    }



        .cat_content .nav-tabs > li {
            border: none;
            border-right: 1px solid #f7f7f7;
            width: 33.33%;
            float: left;
        }



            .cat_content .nav-tabs > li > a {
                padding: 40px 20px;
                text-align: center;
                border: none;
                border-radius: 10px;
                color: #ee7b00;
                margin: 0;
            }



                .cat_content .nav-tabs > li > a .icon {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    width: 86px;
                    height: 86px;
                    border-radius: 50%;
                    background: #3c92db;
                    z-index: 1;
                    transition: all .5s;
                    vertical-align: middle;
                }



                    .cat_content .nav-tabs > li > a .icon:before {
                        content: '';
                        top: -8px;
                        right: -8px;
                        bottom: -8px;
                        left: -8px;
                        position: absolute;
                        z-index: -1;
                        border-radius: 50%;
                        background: #3c92db;
                        opacity: 0.05;
                        transition: all .5s;
                        display: inline-block;
                    }



                    .cat_content .nav-tabs > li > a .icon i {
                        width: 60px;
                        height: 60px;
                        background-position: 0 0;
                        display: inline-block;
                        transition: all .5s;
                    }



                .cat_content .nav-tabs > li > a p {
                    margin: 0;
                    display: inline-block;
                    text-align: left;
                    margin-left: 25px;
                    font-weight: 700;
                    font-size: 24px;
                    line-height: 30px;
                    vertical-align: middle;
                    transition: all .5s;
                    max-width: 180px;
                }



                .cat_content .nav-tabs > li > a .more {
                    display: inline-block;
                    width: 18px;
                    height: 12px;
                    background: url(../png/icon.png) no-repeat;
                    background-position: -87px -59px;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    opacity: 0;
                    margin-left: -9px;
                    transition: all .5s;
                }



                .cat_content .nav-tabs > li.active > a,
                .cat_content .nav-tabs > li > a:hover,
                .cat_content .nav-tabs > li.active > a:focus {
                    border: none;
                    background-color: #ee7b00;
                    color: #fff;
                }



                    .cat_content .nav-tabs > li.active > a .icon,
                    .cat_content .nav-tabs > li > a:hover .icon,
                    .cat_content .nav-tabs > li.active > a:focus .icon {
                        background-color: #fff;
                    }



                        .cat_content .nav-tabs > li.active > a .icon:before,
                        .cat_content .nav-tabs > li > a:hover .icon:before,
                        .cat_content .nav-tabs > li.active > a:focus .icon:before {
                            background-color: #fff;
                        }



                        .cat_content .nav-tabs > li.active > a .icon i,
                        .cat_content .nav-tabs > li > a:hover .icon i,
                        .cat_content .nav-tabs > li.active > a:focus .icon i {
                            background-position: 0 -60px;
                        }



                    .cat_content .nav-tabs > li.active > a .more,
                    .cat_content .nav-tabs > li > a:hover .more,
                    .cat_content .nav-tabs > li.active > a:focus .more {
                        opacity: 0.3;
                        bottom: 15px;
                    }







    .cat_content .tab-content {
        padding-top: 80px;
    }



    .cat_content .cat_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }



        .cat_content .cat_top .title {
            display: block;
            width: 70%;
            padding-left: 30px;
            position: relative;
        }



            .cat_content .cat_top .title:before {
                content: '';
                background: url(../png/icon.png) no-repeat;
                width: 15px;
                height: 27px;
                background-position: -154px -324px;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 8px;
                opacity: 0.2
            }



            .cat_content .cat_top .title em {
                display: block;
                margin-bottom: 25px;
                font-weight: 700;
                color: #333333;
                font-size: 36px;
                line-height: 120%;
            }



            .cat_content .cat_top .title .text {
                color: #333333;
                font-size: 14px;
                line-height: 30px;
                overflow: hidden;
                max-height: 60px;
            }



        .cat_content .cat_top .main_more {
            border: 2px solid #e5e5e5;
            color: #ee7b00;
            background: none;
        }



            .cat_content .cat_top .main_more:hover {
                border-color: #ee7b00;
                color: #fff;
                background: #ee7b00;
            }







    .cat_content .features-curosel04 {
        margin-right: -15px;
        margin-left: -15px;
    }



    .cat_content .single-product {
        padding: 40px 15px;
    }



        .cat_content .single-product .column {
            position: relative;
            z-index: 5;
            padding: 15px;
            padding-bottom: 100px;
        }



            .cat_content .single-product .column:before {
                content: '';
                background: #fff;
                box-shadow: 0 0 15px 1px rgba(0,0,0,0.04);
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                transition: all .5s;
                border-radius: 10px;
                display: block;
                z-index: -1;
            }



        .cat_content .single-product:hover .column:before {
            top: -20px;
            bottom: -20px;
        }



        .cat_content .single-product .image {
            transition: all .5s;
            display: block;
        }



        .cat_content .single-product:hover .image {
            transform: translate3d(0,-20px,0);
            -webkit-transform: translate3d(0,-20px,0);
        }



        .cat_content .single-product .wrap {
            text-align: center;
            transition: all .5s;
            position: absolute;
            padding: 25px 15px;
            left: 15px;
            right: 15px;
            bottom: 10px;
            z-index: 3;
        }



        .cat_content .single-product:hover .wrap {
            border-radius: 10px;
            background: #f2f2f2;
            bottom: -5px;
        }



        .cat_content .single-product .title {
            color: #333333;
            font-size: 18px;
            line-height: 30px;
            overflow: hidden;
            height: 60px;
            font-weight: 700;
            display: block;
        }



            .cat_content .single-product .title:hover {
                text-decoration: none;
            }



        .cat_content .single-product .text {
            transition: all .5s;
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            height: 0;
            opacity: 0;
            color: #808080;
        }



        .cat_content .single-product:hover .text {
            height: 48px;
            opacity: 1;
            margin-top: 10px;
        }



        .cat_content .single-product .wrap .icon {
            display: inline-block;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            top: -44px;
            opacity: 0;
            transition: all .5s;
        }



        .cat_content .single-product:hover .wrap .icon {
            opacity: 1;
        }



        .cat_content .single-product .wrap .icon a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px 5px 0 0;
            width: 48px;
            height: 44px;
            margin: 0 4px;
        }



            .cat_content .single-product .wrap .icon a i {
                display: inline-block;
                width: 24px;
                height: 24px;
                background: url(../png/icon.png) no-repeat;
            }



            .cat_content .single-product .wrap .icon a.link {
                background-color: #ee7b00;
            }



            .cat_content .single-product .wrap .icon a.message {
                background-color: #72b33f;
            }



            .cat_content .single-product .wrap .icon a.link i {
                background-position: -2px -97px;
            }



            .cat_content .single-product .wrap .icon a.message i {
                background-position: -141px -53px;
            }







    .cat_content .container {
        position: relative;
    }



    .cat_content .cat_more {
        position: absolute;
        right: 0;
        height: 166px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ee7b00;
        border-radius: 10px;
        width: 80px;
        top: -40px;
        z-index: 999;
    }



        .cat_content .cat_more > a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 99;
        }



        .cat_content .cat_more p {
            display: inline-block;
            font-size: 16px;
            text-transform: capitalize;
            font-weight: bold;
            color: #fff;
            line-height: 120%;
            margin: 0;
            padding-bottom: 20px;
            position: relative;
        }



            .cat_content .cat_more p:after {
                content: '';
                background: url(../png/icon.png) no-repeat;
                display: inline-block;
                width: 18px;
                height: 12px;
                position: absolute;
                left: 50%;
                margin-left: -9px;
                bottom: 0;
                background-position: -113px -59px;
                transition: all .5s;
            }



            .cat_content .cat_more p:hover {
                text-decoration: none;
            }



        .cat_content .cat_more:hover p:after {
            animation: scroll_right_anim 1.5s infinite;
        }







@media only screen and (max-width:1260px) {



    .cat_content .nav-tabs > li > a .icon {
        width: 68px;
        height: 68px;
    }



        .cat_content .nav-tabs > li > a .icon i {
            background-size: 48px;
            width: 48px;
            height: 48px;
        }



    .cat_content .nav-tabs > li.active > a .icon i, .cat_content .nav-tabs > li > a:hover .icon i, .cat_content .nav-tabs > li.active > a:focus .icon i {
        background-position: 0 -48px;
    }



    .cat_content .nav-tabs > li > a p {
        margin-left: 10px;
        font-size: 18px;
        max-width: 140px;
        line-height: 24px;
    }



    .cat_content .cat_more {
        height: 148px;
    }



    .cat_content .tab-content {
        padding-top: 40px;
    }



    .cat_content .cat_top {
        margin-bottom: 0;
    }
}



@media only screen and (max-width: 992px) {



    .cat_content .cat_more {
        height: 40px;
        line-height: 40px;
        width: 120px;
        position: relative;
        right: auto;
        top: auto;
    }



        .cat_content .cat_more p {
            padding-right: 25px;
            padding-bottom: 0;
        }



            .cat_content .cat_more p:after {
                bottom: auto;
                right: 0;
                margin: 0;
                top: 50%;
                margin-top: -6px;
                left: auto;
            }



    .cat_content .nav-tabs {
        padding-right: 0;
    }



        .cat_content .nav-tabs > li > a {
            padding: 30px 15px;
        }



            .cat_content .nav-tabs > li > a p {
                margin: 0;
                margin-top: 10px;
                text-align: center;
                display: block;
                max-width: 100%;
                font-size: 16px;
                line-height: 24px;
                height: 48px;
            }



    .cat_content .cat_top .title {
        padding-left: 0;
        width: 100%;
    }



        .cat_content .cat_top .title:before {
            display: none;
        }



    .cat_content .cat_top {
        display: block;
    }
}



@media only screen and (max-width: 768px) {



    .cat_content .features-curosel04 {
        margin: 0;
    }



    .cat_content .cat_top .title em {
        font-size: 24px;
        margin-bottom: 15px;
    }



    .cat_content .nav-tabs {
        margin-top: -10px;
    }



        .cat_content .nav-tabs > li > a {
            padding: 15px;
        }



            .cat_content .nav-tabs > li > a p {
                font-size: 14px;
                font-weight: 600;
            }



    .cat_content .single-product .wrap {
        padding: 20px 10px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }



    .cat_content .single-product {
        padding-left: 8px;
        padding-right: 8px;
    }



        .cat_content .single-product .column {
            padding-left: 8px;
            padding-right: 8px;
        }



        .cat_content .single-product .title {
            font-size: 14px;
            line-height: 24px;
            height: 48px;
        }
}



@media only screen and (max-width: 480px) {



    .cat_content .single-product .wrap {
        padding: 10px 5px;
    }



    .cat_content .single-product .title {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        height: 60px;
    }



    .cat_content .nav-tabs > li > a p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }



    .cat_content .nav-tabs > li > a .icon {
        width: 48px;
        height: 48px;
    }



        .cat_content .nav-tabs > li > a .icon i {
            background-size: 32px;
            width: 32px;
            height: 32px;
        }



    .cat_content .nav-tabs > li.active > a .icon i, .cat_content .nav-tabs > li > a:hover .icon i, .cat_content .nav-tabs > li.active > a:focus .icon i {
        background-position: 0 -32px;
    }
}







/*parallux*/



.parallux {
    height: 1000px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
}



    .parallux .parallux-bg .parallux-inner.bg-header {
        filter: alpha(opacity=35);
        -moz-opacity: 0.35;
        opacity: 0.35;
    }



    .parallux.not-full {
        overflow: hidden;
        background: #000;
    }



        .parallux.not-full .parallux-bg {
            height: 100%;
            bottom: initial;
            background: #000;
        }



    .parallux.no-parallax {
        overflow: hidden;
    }



        .parallux.no-parallax .parallux-bg, .parallux.no-parallax .parallux-inner {
            background-attachment: initial;
        }



    .parallux.bg-fixed .parallux-inner {
        background-attachment: fixed;
    }



    .parallux .parallux-bg {
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        position: fixed;
    }



        .parallux .parallux-bg .parallux-inner {
            top: 0px;
            left: 0px;
            position: relative;
            min-width: 100%;
            min-height: 100%;
            height: auto;
            background-color: white;
            background-repeat: no-repeat;
            background-size: cover;
            background-image: url();
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000;
        }



            .parallux .parallux-bg .parallux-inner img {
                max-width: 100%;
                max-height: 100%;
                display: none;
            }







.about_content {
    position: relative;
    padding-top: 90px;
    padding-bottom: 0;
}







    .about_content .about_column {
        position: relative;
        text-align: center;
    }



        .about_content .about_column .text {
            font-size: 20px;
            line-height: 36px;
            color: #808080;
            max-width: 65%;
            margin: auto;
            text-align: center;
            max-height: 144px;
            overflow: hidden;
            font-weight: 400;
        }



    .about_content .bottom {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



        .about_content .bottom .line {
            width: 1px;
            height: 60px;
            background: #000000;
            opacity: 0.1;
            display: inline-block;
            margin: 0 50px;
        }



        .about_content .bottom .page_more {
            margin: 0;
        }



            .about_content .bottom .page_more.more_honor {
                color: #ee7b00;
            }



                .about_content .bottom .page_more.more_honor:after {
                    background-position: -51px -58px;
                    opacity: 1;
                }







.about_center {
    padding-top: 20px;
    padding-bottom: 100px;
}



    .about_center .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .about_center .about_since {
        width: 40%;
        background: url(../bg_factory.html) no-repeat center center;
        padding: 120px 120px;
    }







.number_box .li {
    padding: 0;
}



.number_box .numbers__one {
    text-align: center;
}



    .number_box .numbers__one .numbers_title {
        display: block;
        font-size: 18px;
        color: #333333;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 600;
    }



    .number_box .numbers__one .numbers__number {
        font-size: 84px;
        line-height: 100%;
        color: #ee7b00;
        font-weight: 700;
        text-transform: uppercase;
    }



        .number_box .numbers__one .numbers__number .numbers__body {
            display: flex;
            align-items: center;
            justify-content: center;
        }



    .number_box .numbers__one .numbers__detail {
        font-size: 16px;
        color: #4c4c4c;
        margin-top: 20px;
        line-height: 24px;
        position: relative;
        display: inline-block;
        font-weight: 400;
    }







.about_center .about_adv {
    width: 60%;
    list-style: none;
}



    .about_center .about_adv li {
        padding: 10px;
    }



        .about_center .about_adv li .column {
            position: relative;
            border: 2px solid #f2f2f2;
            padding: 30px;
            display: flex;
            align-items: flex-start;
        }



            .about_center .about_adv li .column:before {
                position: absolute;
                left: -2px;
                top: -2px;
                height: 0;
                content: '';
                width: calc(100% + 4px);
                border-left: 2px solid #ee7b00;
                border-right: 2px solid #ee7b00;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }



            .about_center .about_adv li .column:hover:before {
                height: calc(100% + 4px);
            }



            .about_center .about_adv li .column:after {
                position: absolute;
                left: -2px;
                top: -2px;
                height: calc(100% + 4px);
                content: '';
                width: 0;
                border-top: 2px solid #ee7b00;
                border-bottom: 2px solid #ee7b00;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }



            .about_center .about_adv li .column:hover:after {
                width: calc(100% + 4px);
            }



        .about_center .about_adv li .icon {
            min-width: 68px;
            max-width: 68px;
            position: relative;
            z-index: 2;
        }



            .about_center .about_adv li .icon img {
                opacity: 0.3;
                filter: grayscale(100%);
                filter: gray;
                transition: all .5s;
            }



        .about_center .about_adv li:hover .icon img {
            opacity: 1;
            filter: grayscale(0);
            filter: none;
        }



        .about_center .about_adv li .wrap {
            padding-left: 25px;
            position: relative;
            z-index: 2;
        }



        .about_center .about_adv li .title {
            display: block;
            font-size: 20px;
            line-height: 24px;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-weight: 700;
        }



        .about_center .about_adv li .text {
            color: #666666;
            font-size: 14px;
            line-height: 24px;
            height: 96px;
            overflow: hidden;
        }

            .about_center .about_adv li .text p {
                margin: 0;
            }



@media only screen and (max-width: 1680px) {

    .about_center .about_adv li .text {
        font-size: 13px;
        height: 120px;
    }
}

@media only screen and (max-width: 1480px) {

    .about_center .about_adv li .text {
        height: 144px;
    }

    .about_center .about_adv li .title {
        height: 48px;
    }
}

@media only screen and (max-width: 1260px) {



    .about_center {
        padding-top: 30px;
        padding-bottom: 50px;
    }



        .about_center .row {
            display: block;
        }



        .about_center .about_since {
            width: 100%;
            padding: 80px 20px;
            background-size: contain;
        }



        .about_center .about_adv {
            width: 100%;
        }

            .about_center .about_adv li .title {
                height: auto;
            }

            .about_center .about_adv li .text {
                height: auto;
            }

            .about_center .about_adv li:nth-child(2n+1) {
                clear: both;
            }
}



@media only screen and (max-width: 992px) {



    .about_content .about_column .text {
        font-size: 14px;
        max-width: 100%;
    }



    .about_content .about_center .about_right {
        padding-top: 30px;
        padding-left: 0;
        width: 100%;
    }



    .about_content .about_center .about_image {
        width: 100%;
    }



    .about_content .about_center {
        padding-top: 40px;
    }
}



@media only screen and (max-width: 768px) {



    .about_content {
        padding-top: 50px;
        padding-bottom: 0;
    }



        .about_content .bottom {
            margin-top: 30px;
        }



        .about_content .about_column .text {
            line-height: 30px;
            max-height: 150px;
        }



        .about_content .bottom .line {
            margin: 0 20px;
            height: 40px;
        }



        .about_content .bottom .page_more:after {
            display: none;
        }



        .about_content .bottom .page_more {
            width: 50%;
        }



    .about_center .about_adv li .text {
        height: auto;
        max-height: 96px;
    }



    .about_center .about_adv li .column {
        padding: 20px;
    }



    .about_center .about_since {
        padding: 40px 10px;
    }



    .number_box .numbers__one .numbers_title {
        font-size: 16px;
    }



    .number_box .numbers__one .numbers__number {
        font-size: 62px;
    }



    .number_box .numbers__one .numbers__detail {
        margin-top: 10px;
        font-size: 14px;
    }



    .about_center .about_adv li .title {
        font-size: 16px;
        margin-bottom: 10px;
    }



    .about_center .about_adv li .icon {
        min-width: 42px;
        max-width: 42px;
    }



    .about_center .about_adv li .wrap {
        padding-left: 15px;
    }



    .about_center .about_adv li {
        padding: 10px 0;
    }



        .about_center .about_adv li .column {
            padding: 15px 10px;
        }



        .about_center .about_adv li .text {
            font-size: 13px;
        }
}







.pro_content {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7;
    position: relative;
    z-index: 3;
    overflow: hidden;
}



    .pro_content .nav-tabs {
        border: none;
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
    }



        .pro_content .nav-tabs:before {
            content: '';
            height: 2px;
            background: #000000;
            opacity: 0.05;
            position: absolute;
            left: -120px;
            right: -120px;
            display: block;
            bottom: 0;
        }



        .pro_content .nav-tabs > li {
            text-align: center;
            display: inline-block;
            float: none;
            padding: 0 20px;
            width: 20%;
        }



            .pro_content .nav-tabs > li > a {
                padding: 20px 10px;
                font-weight: 600;
                color: #808080;
                text-transform: capitalize;
                font-size: 18px;
                line-height: 24px;
                border: none;
                background: none;
                position: relative;
            }



                .pro_content .nav-tabs > li > a p {
                    margin: 0;
                }



                .pro_content .nav-tabs > li > a:before {
                    content: '';
                    width: 0;
                    height: 2px;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                    transition: all .5s;
                    background: #ee7b00;
                }



                .pro_content .nav-tabs > li > a .icon {
                    top: 80%;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(255, 255, 255, 0);
                    border-top-color: #ee7b00;
                    border-width: 7px;
                    display: inline-block;
                    margin-left: -7px;
                    transition: all .5s;
                    opacity: 0;
                }



                .pro_content .nav-tabs > li.active > a,
                .pro_content .nav-tabs > li > a:hover,
                .pro_content .nav-tabs > li > a:focus {
                    border: none;
                    background: none;
                    color: #ee7b00;
                }



                    .pro_content .nav-tabs > li.active > a:before,
                    .pro_content .nav-tabs > li > a:hover:before,
                    .pro_content .nav-tabs > li > a:focus:before {
                        width: 100%;
                    }



                    .pro_content .nav-tabs > li.active > a .icon,
                    .pro_content .nav-tabs > li > a:hover .icon,
                    .pro_content .nav-tabs > li > a:focus .icon {
                        top: 100%;
                        opacity: 1;
                    }







    .pro_content .list {
        list-style: none;
        margin-right: -15px;
        margin-left: -15px;
    }



        .pro_content .list li {
            float: left;
            width: 20%;
            padding: 15px;
        }



            .pro_content .list li .column {
                background: #fff;
                padding: 15px;
                text-align: center;
                transition: all .5s;
            }



            .pro_content .list li:hover .column {
                background: #fff;
                box-shadow: 0 5px 9px rgba(0,0,0,0.08);
                -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
                -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
                transform: translate3d(0,-3px,0);
                -webkit-transform: translate3d(0,-3px,0);
            }



            .pro_content .list li .image {
                display: block;
                overflow: hidden;
            }



                .pro_content .list li .image img {
                    transition: all .9s;
                }

                .pro_content .list li .imgBox{
                    padding-bottom: 100%;
                }

                .pro_content .list li:hover .image img {
                    -webkit-transform: scale(0.95);
                    -ms-transform: scale(0.95);
                    -o-transform: scale(0.95);
                    transform: scale(0.95)
                }



            .pro_content .list li .title {
                display: block;
                margin-top: 15px;
                margin-bottom: 10px;
                font-weight: 700;
                font-size: 16px;
                line-height: 24px;
                overflow: hidden;
                height: 48px;
                color: #333333;
            }



            .pro_content .list li:hover .title {
                color: #ee7b00;
                text-decoration: none;
            }



            .pro_content .list li .text {
                font-size: 14px;
                line-height: 24px;
                overflow: hidden;
                height: 48px;
                color: #808080;
                margin-bottom: 10px;
                display: none;
            }







    .pro_content .single-product {
        padding: 5px;
    }



        .pro_content .single-product .column {
            background: #fff;
            padding: 5px;
            text-align: center;
        }



        .pro_content .single-product .title {
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 600;
            color: 333;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }



        .pro_content .single-product .text {
            font-size: 13px;
            line-height: 20px;
            overflow: hidden;
            height: 40px;
            color: #808080;
            margin-bottom: 10px;
        }







@media only screen and (max-width: 1260px) {



    .pro_content .nav-tabs > li {
        padding: 0 10px;
    }



        .pro_content .nav-tabs > li > a {
            padding: 10px;
            margin: 0;
        }



    .pro_content .list li {
        padding: 10px;
    }



        .pro_content .list li .column {
            padding: 5px;
        }
}



@media only screen and (max-width: 768px) {



    .pro_content {
        padding-top: 50px;
        padding-bottom: 50px;
    }



        .pro_content .indicator-style {
            display: block !important;
        }



        .pro_content .nav-tabs {
            display: block;
            margin-bottom: 30px;
            padding-bottom: 10px;
        }



            .pro_content .nav-tabs > li > a {
                font-size: 14px;
                line-height: 20px;
                padding: 5px;
            }



            .pro_content .nav-tabs > li {
                padding: 5px;
                float: left;
                width: 33.33%;
            }



                .pro_content .nav-tabs > li > a .icon {
                    display: none;
                }



                .pro_content .nav-tabs > li.active > a, .pro_content .nav-tabs > li > a:hover, .pro_content .nav-tabs > li > a:focus {
                    background: #ee7b00;
                    color: #fff;
                    border-radius: 0;
                }
}



@media only screen and (max-width: 480px) {



    .pro_content .nav-tabs > li > a {
        font-size: 12px;
    }
}







.news_content {
    background: url(../bg_news.html) no-repeat 20px center;
    padding-top: 80px;
    padding-bottom: 70px;
    text-align: center;
}



    .news_content .slider {
        padding-bottom: 50px;
        margin-right: -15px;
        margin-left: -15px;
    }



        .news_content .slider .li {
            padding: 15px;
        }



            .news_content .slider .li .column {
                background: #f7f7f7;
                display: flex;
            }



            .news_content .slider .li .image {
                display: block;
                width: 40%;
            }



                .news_content .slider .li .image img {
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: center;
                    object-position: center;
                    height: 100%;
                    width: 100%;
                }







            .news_content .slider .li .wrap {
                width: 60%;
                padding: 30px 20px;
                text-align: left;
            }



            .news_content .slider .li .title {
                display: block;
                color: #333333;
                font-size: 18px;
                line-height: 30px;
                overflow: hidden;
                height: 60px;
                font-weight: 600;
                margin-bottom: 15px;
            }



            .news_content .slider .li:hover .title {
                color: #ee7b00;
                text-decoration: none;
            }



            .news_content .slider .li .text {
                color: #808080;
                font-size: 14px;
                line-height: 24px;
                overflow: hidden;
                max-height: 96px;
            }



            .news_content .slider .li .page_more {
                font-size: 14px;
                color: #808080;
            }



                .news_content .slider .li .page_more:hover {
                    color: #ee7b00;
                }







    .news_content .slick-prev {
        display: none !important;
    }



    .news_content .slick-next {
        display: none !important;
    }



    .news_content .slick-dots {
        display: block !important;
    }







    .news_content .main_more {
        margin-top: 50px;
        border: 2px solid #faccd0;
        color: #ee7b00;
        background-color: transparent;
        height: 56px;
        line-height: 52px;
    }



        .news_content .main_more:hover {
            color: #fff;
            border-color: #ee7b00;
            background-color: #ee7b00;
        }



        .news_content .main_more:after {
            background-position: -51px -58px;
        }



        .news_content .main_more:hover:after {
            background-position: -65px -58px;
        }







@media only screen and (max-width: 768px) {



    .news_content {
        padding-top: 50px;
        padding-bottom: 40px;
    }



        .news_content .slider .li .wrap {
            padding: 20px 10px;
        }



        .news_content .slider .li .title {
            font-size: 16px;
            line-height: 24px;
            height: 48px;
        }



        .news_content .slider .li .text {
            max-height: 72px;
        }



        .news_content .slider {
            padding-bottom: 30px;
        }



        .news_content .main_more {
            margin-top: 30px;
            height: 40px;
            line-height: 36px;
        }
}



@media only screen and (max-width: 560px) {



    .news_content .slider .li .image {
        display: none;
    }



    .news_content .slider .li .wrap {
        width: 100%;
        padding: 20px 15px;
    }
}







.send_content .send_column .main_title {
    margin-bottom: 20px;
}







.send_column {
    position: relative;
    z-index: 10;
    bottom: 0;
    border-radius: 0;
    box-shadow: 0 10px 38px 0 rgba(0,0,0,0.1);
    padding: 30px;
    background: #fff url(../incoming-message.html) no-repeat right bottom;
    padding-top: 35px;
}



    .send_column .main_title {
        text-align: left;
        margin-bottom: 20px;
        padding-top: 0;
    }



        .send_column .main_title:before {
            display: none;
        }



        .send_column .main_title em {
            position: relative;
            padding-left: 0;
            z-index: 5;
        }



        .send_column .main_title .line {
            text-align: left;
            width: 68px;
        }



        .send_column .main_title em {
            margin-bottom: 0;
            font-size: 36px;
            padding-left: 85px;
            position: relative;
            padding-bottom: 0;
        }



            .send_column .main_title em:after {
                content: '';
                position: absolute;
                left: 0;
                top: -15px;
                background: url(../png/icon.png) no-repeat -365px -328px;
                display: inline-block;
                width: 68px;
                height: 60px;
                opacity: 1;
            }



        .send_column .main_title:before {
            left: 0;
            margin-left: 0;
        }



        .send_column .main_title em:before {
            display: none;
        }



    .send_column .text {
        margin-bottom: 20px;
        color: #808080;
        max-width: 100%;
        max-height: inherit;
        margin-top: 15px;
        margin-left: 0;
        font-size: 14px;
    }



.single-page .send_column > .text {
    margin-bottom: 20px;
    font-size: 12px;
}







.send_column ul {
    list-style: none;
    max-width: 100%;
    padding-top: 0;
}



    .send_column ul li {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }



        .send_column ul li p {
            margin: 0;
            margin-top: 0;
            font-size: 13px;
            margin-bottom: 0;
            border-radius: 0;
            color: #333;
            font-weight: 400;
            text-align: left;
            text-transform: capitalize;
            background: #f7f7f7;
            padding: 10px 20px;
        }



            .send_column ul li p:before {
                margin-right: 10px;
                color: #ee7b00;
                content: "\f0ca";
                font-family: 'FontAwesome';
                font-size: 12px;
            }



            .send_column ul li p a {
                text-decoration: underline;
                font-size: 13px;
                display: inline-block;
                text-transform: capitalize;
            }



        .send_column ul li span {
            display: block;
            position: relative;
        }



            /*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/



            .send_column ul li span:before {
                content: '';
                position: absolute;
                right: 10px;
                top: 13px;
                width: 28px;
                height: 24px;
                display: inline-block;
                background-image: url(../png/icon.png);
                background-repeat: no-repeat;
            }



            .send_column ul li span.ms_e:before {
                background-position: -40px -227px;
            }



            .send_column ul li span.ms_p:before {
                background-position: 0 -226px;
            }



            .send_column ul li span.ms_m:before {
                background-position: -84px -225px;
            }



            .send_column ul li span.ms_n:before {
                background-image: url(../mes_n.html);
            }



            .send_column ul li span.ms_p:after {
                display: none;
            }







        .send_column ul li input {
            background: none;
            height: 50px;
            width: 100%;
            line-height: 50px;
            padding-right: 50px;
            padding-left: 15px;
            font-weight: 400;
            font-size: 14px;
            color: #808080;
            border: 2px solid #e5e5e5;
            background: #fff;
            border-radius: 0;
            transition: all .5s;
        }



        .send_column ul li textarea {
            height: 100px;
            background: #fff;
            width: 100%;
            max-width: 100%;
            max-height: 100px;
            font-weight: 400;
            padding-left: 15px;
            font-size: 14px;
            padding: 12px 50px 12px 12px;
            color: #808080;
            border: none;
            border: 2px solid #e5e5e5;
            border-radius: 0;
            transition: all .5s;
        }



            .send_column ul li input:focus, .send_column ul li textarea:focus {
                color: #333;
                border-color: #ee7b00;
            }



        .send_column ul li input:-ms-input-placeholder {
            color: #808080;
        }
        /* Internet Explorer 10+ */



        .send_column ul li input::-webkit-input-placeholder {
            color: #808080;
        }
        /* WebKit browsers */



        .send_column ul li input::-moz-placeholder {
            color: #808080;
        }
        /* Mozilla Firefox 4 to 18 */



        .send_column ul li input:-moz-placeholder {
            color: #808080;
        }
        /* Mozilla Firefox 19+ */







        .send_column ul li textarea:-ms-input-placeholder {
            color: #808080;
        }
        /* Internet Explorer 10+ */



        .send_column ul li textarea::-webkit-input-placeholder {
            color: #808080;
        }
        /* WebKit browsers */



        .send_column ul li textarea::-moz-placeholder {
            color: #808080;
        }
        /* Mozilla Firefox 4 to 18 */



        .send_column ul li textarea:-moz-placeholder {
            color: #808080;
        }
/* Mozilla Firefox 19+ */



.send_column .main_more {
    margin-top: 0;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}







.send_column ul li.ny-con-cx-03 {
    display: flex;
    align-items: center;
}



    .send_column ul li.ny-con-cx-03 input {
        min-width: 160px;
        max-width: 240px;
    }



    .send_column ul li.ny-con-cx-03 img {
        margin: 10px !important;
    }



    .send_column ul li.ny-con-cx-03 .refresh {
        display: inline-block;
        text-transform: capitalize;
        font-size: 12px;
        min-width: 120px;
    }



        .send_column ul li.ny-con-cx-03 .refresh:hover {
            color: #ee7b00;
        }







@media only screen and (max-width: 768px) {



    .send_column {
        bottom: 0;
        padding: 30px 20px;
    }



        .send_column .text {
            font-size: 13px;
        }



        .send_column ul li {
            padding: 0;
        }



            .send_column ul li p a {
                font-size: 13px;
                line-height: 24px;
            }



            .send_column ul li p {
                border-radius: 0;
                font-size: 13px;
                padding: 5px;
                background: #f2f2f5;
            }



            .send_column ul li span:after {
                right: 10px;
            }



            .send_column ul li input {
                font-size: 13px;
                padding-right: 45px;
            }



            .send_column ul li textarea {
                font-size: 13px;
                line-height: 20px;
                padding-right: 45px;
            }



        .send_column .main_title {
            padding: 0;
        }



            .send_column .main_title em {
                padding-left: 0;
                padding-top: 48px;
                font-size: 26px;
            }
}







/*footer*/



.footer {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 70px;
    background: #363839;
}



    .footer .container {
        position: relative;
        z-index: 5;
    }



    .footer .fot_title {
        position: relative;
        display: block;
        margin-bottom: 35px;
        z-index: 2;
    }



        .footer .fot_title em {
            display: block;
            color: #fff;
            font-size: 20px;
            line-height: 24px;
            text-transform: uppercase;
            font-weight: 600;
        }



    .footer ul, .foot_bot ul {
        list-style: none;
    }



.icon-minus-sign,
.icon-plus-sign {
    width: 14px;
    height: 14px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



    .icon-minus-sign:before,
    .icon-minus-sign:after,
    .icon-plus-sign:before,
    .icon-plus-sign:after {
        content: '';
        display: inline-block;
        background: #5db3b1;
        width: 14px;
        height: 2px;
        margin: 2px 0;
    }



.icon-plus-sign {
    width: 12px;
    height: 12px;
}



    .icon-plus-sign:before, .icon-plus-sign:after {
        width: 12px;
    }



    .icon-plus-sign:after {
        transform: rotate(90deg) translate(-6px,0px);
        -webkit-transform: rotate(90deg) translate(-6px,0px);
    }



.icon-minus-sign:before {
    transform: rotate(45deg) translate(4px,0px);
    -webkit-transform: rotate(45deg) translate(4px,0px);
}



.icon-minus-sign:after {
    transform: rotate(-45deg) translate(4px,0px);
    -webkit-transform: rotate(-45deg) translate(4px,0px);
}



.fot_title .column_icon_toggle {
    display: none;
}







.footer .social_icons {
    list-style: none;
    padding-top: 25px;
}



    .footer .social_icons li {
        display: inline-block;
        padding: 0;
        margin-bottom: 5px;
        margin: 0 10px;
    }







.fot_con {
    float: left;
    width: 36%;
    padding-right: 5%;
}



    .fot_con .fot_phone {
        display: block;
        margin-bottom: 30px;
        padding-left: 55px;
        position: relative;
    }



        .fot_con .fot_phone:before {
            content: '';
            display: inline-block;
            background: url(../png/icon.png) no-repeat;
            width: 34px;
            height: 36px;
            background-position: 0 -143px;
            position: absolute;
            left: 0;
            top: 2px;
        }



        .fot_con .fot_phone a {
            color: #ffffff;
            font-size: 36px;
            line-height: 110%;
            font-weight: 600;
        }



            .fot_con .fot_phone a:hover {
                text-decoration: none;
            }



    .fot_con .list {
        list-style: none;
    }



        .fot_con .list li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }



            .fot_con .list li .icon {
                display: inline-block;
                min-width: 22px;
                max-width: 22px;
                background: url(../png/icon.png) no-repeat;
                height: 22px;
                margin-top: 2px;
            }



            .fot_con .list li p {
                color: #b2b2b2;
                font-size: 14px;
                line-height: 24px;
                margin: 0;
                padding-left: 15px;
            }



                .fot_con .list li p a {
                    color: #b2b2b2;
                    font-size: 14px;
                    line-height: 24px;
                }



                    .fot_con .list li p a:hover {
                        color: #fff;
                    }







.fot_tag {
    float: left;
    width: 22%;
    padding-right: 5%;
}



    .fot_tag li {
        margin-bottom: 10px;
    }



        .fot_tag li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #b2b2b2;
            transition: all .5s;
            line-height: 20px;
            text-transform: capitalize;
        }



            .fot_tag li a:hover {
                color: #fff;
            }







.fot_nav {
    float: left;
    padding-right: 5%;
    width: 20%;
}



    .fot_nav li {
        margin-bottom: 10px;
    }



        .fot_nav li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #b2b2b2;
            transition: all .5s;
            line-height: 20px;
            text-transform: capitalize;
        }



            .fot_nav li a:hover {
                color: #fff;
            }







.fot_pro {
    float: left;
    padding-right: 5%;
    width: 22%;
}



    .fot_pro li {
        margin-bottom: 10px;
    }



        .fot_pro li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #b2b2b2;
            transition: all .5s;
            line-height: 20px;
            text-transform: capitalize;
        }



            .fot_pro li a:hover {
                color: #fff;
            }







.fot_letter_content {
    background: #363839;
    border-top: 1px solid #4a4c4d;
    padding-top: 45px;
    padding-bottom: 45px;
}



    .fot_letter_content .fot_letter {
        float: left;
        width: 60%;
        display: flex;
        align-items: center;
    }



        .fot_letter_content .fot_letter .title {
            width: 45%;
            padding-left: 100px;
            position: relative;
        }



            .fot_letter_content .fot_letter .title:before {
                content: '';
                background: url(../png/icon.png) no-repeat;
                display: inline-block;
                width: 78px;
                height: 66px;
                background-position: -108px -343px;
                position: absolute;
                left: 0;
                top: 10px;
            }



            .fot_letter_content .fot_letter .title em {
                display: block;
                color: #fff;
                font-size: 20px;
                line-height: 24px;
                text-transform: uppercase;
                font-weight: 600;
                margin-bottom: 10px;
            }



            .fot_letter_content .fot_letter .title .text {
                font-size: 14px;
                line-height: 24px;
                color: #b2b2b2;
            }



        .fot_letter_content .fot_letter .letter-input {
            position: relative;
            width: 60%;
            padding-left: 20px;
        }



        .fot_letter_content .fot_letter .fot_input {
            height: 60px;
            color: #808080;
            line-height: 60px;
            width: 100%;
            padding-left: 20px;
            padding-right: 60px;
            font-size: 14px;
            background-color: rgba(255,255,255,0.1);
            border: none;
            border-radius: 0;
        }



        .fot_letter_content .fot_letter .letter-input .fot_input:focus {
            color: #333;
            background-color: #fff;
        }



        .fot_letter_content .fot_letter .letter-input .fot_input:-ms-input-placeholder {
            color: #808080;
        }
        /* Internet Explorer 10+ */



        .fot_letter_content .fot_letter .letter-input .fot_input::-webkit-input-placeholder {
            color: #808080;
        }
        /* WebKit browsers */



        .fot_letter_content .fot_letter .letter-input .fot_input::-moz-placeholder {
            color: #808080;
        }
        /* Mozilla Firefox 4 to 18 */



        .fot_letter_content .fot_letter .letter-input .fot_input:-moz-placeholder {
            color: #808080;
        }
        /* Mozilla Firefox 19+ */



        .fot_letter_content .fot_letter .letter-input .send {
            display: inline-block;
            background: #ee7b00 url(../png/icon.png) no-repeat;
            position: absolute;
            right: 2px;
            top: 2px;
            width: 56px;
            height: 56px;
            background-position: -192px -85px;
        }







    .fot_letter_content .social_icons {
        float: right;
        width: 40%;
        padding-top: 25px;
        text-align: right;
    }



        .fot_letter_content .social_icons li.title {
            display: inline-block;
            color: #fff;
            font-size: 20px;
            line-height: 24px;
            text-transform: uppercase;
            font-weight: 600;
            margin-right: 20px;
        }



        .fot_letter_content .social_icons li {
            margin: 0;
            padding: 0 10px;
            vertical-align: middle;
        }



            .fot_letter_content .social_icons li a {
                display: inline-block;
                text-align: center;
                transition: all .5s;
            }







.footer-bottom {
    text-align: center;
    position: relative;
    z-index: 10;
    padding-top: 30px;
    color: #808080;
    padding-bottom: 30px;
    background: #282a2b;
}



    .footer-bottom .copy {
        color: #808080;
        font-size: 12px;
        display: inline-block;
    }



        .footer-bottom .copy a {
            color: #808080;
            font-size: 12px;
            display: inline-block;
            margin: 0 5px;
            text-transform: capitalize;
        }



        .footer-bottom .copy span, .footer-bottom .copy span a {
            color: #808080;
        }



            .footer-bottom .copy a:hover, .footer-bottom .copy span a:hover {
                color: #fff;
            }



    .footer-bottom .foot_ipv6 {
        display: inline-block;
        color: #808080;
        font-size: 13px;
    }



        .footer-bottom .foot_ipv6 img {
            max-width: 24px;
            margin-left: 5px;
        }



        .footer-bottom .foot_ipv6 .ico {
            padding: 2px 5px;
            font-size: 12px;
            color: #808080;
            display: inline-block;
            margin: 0;
            line-height: 14px;
            margin-left: 5px;
            font-style: italic;
            border-radius: 2px;
            font-size: 12px;
            border: 1px solid #494d53;
        }



    .footer-bottom .fot_link {
        padding-top: 0;
        color: #8d999f;
        line-height: 20px;
        text-transform: capitalize;
        display: block;
        float: right;
        font-size: 12px;
    }



        .footer-bottom .fot_link a {
            color: #8d999f;
            font-size: 12px;
            margin: 0 2px;
            display: inline-block;
            text-transform: uppercase;
        }



            .footer-bottom .fot_link a:hover {
                color: #fff;
            }



    .footer-bottom .friendly p {
        margin: 0;
        display: inline-block;
        color: #808080;
        font-size: 13px;
    }



    .footer-bottom .friendly {
        display: inline-block;
    }



        .footer-bottom .friendly a {
            color: #808080;
            font-size: 13px;
            display: inline-block;
        }



            .footer-bottom .friendly a:hover {
                color: #fff;
            }







@media only screen and (max-width: 1260px) {



    .fot_letter_content .fot_letter {
        width: 100%;
    }



    .fot_letter_content .social_icons {
        width: 100%;
    }
}



@media only screen and (max-width: 992px) {



    .footer {
        padding: 40px 0 20px 0;
    }



        .footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_sns, .footer .fot_pro, .footer .fot_letter {
            width: 100%;
            padding: 0;
            margin-bottom: 10px;
        }



        .footer .fot_title em, .foot_nav .fot_title em, .fot_nav .fot_title em {
            margin-bottom: 0;
            font-size: 16px;
            line-height: 24px;
            padding-bottom: 0;
        }



        .footer .fot_title span {
            display: none;
        }



        .footer .fot_title, .foot_nav .fot_title, .fot_nav .fot_title {
            display: block;
            background: rgba(255,255,255,0.05);
            padding: 8px;
            cursor: pointer;
            margin-bottom: 10px;
            font-size: 18px;
            position: relative;
            color: #333;
            border-radius: 2px;
        }



            .footer .fot_title .column_icon_toggle, .foot_nav .fot_title .column_icon_toggle, .fot_nav .fot_title .column_icon_toggle {
                display: inline-block;
                position: absolute;
                right: 15px;
                top: 16px;
                font-style: normal;
                cursor: pointer;
                font-weight: normal;

                font-size: 0;
             }



        .footer .icon-minus-sign:before, .footer .icon-minus-sign:after, .footer .icon-plus-sign:before, .footer .icon-plus-sign:after {
            background: #fff;
        }



    .foot_nav .icon-minus-sign:before, .foot_nav .icon-minus-sign:after, .foot_nav .icon-plus-sign:before, .foot_nav .icon-plus-sign:after {
        background: #fff;
    }



    .fot_nav .icon-minus-sign:before, .fot_nav .icon-minus-sign:after, .fot_nav .icon-plus-sign:before, .fot_nav .icon-plus-sign:after {
        background: #fff;
    }



    .footer .toggle_content {
        padding-bottom: 30px;
        padding-top: 10px;
    }



    .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
        border: none;
    }



    .fot_con .fot_phone a {
        font-size: 24px;
    }



    .fot_con .fot_phone:before {
        top: -4px;
    }



    .fot_con .fot_phone {
        padding-left: 50px;
        margin-bottom: 25px;
    }



    .fot_letter_content {
        padding-top: 35px;
        padding-bottom: 35px;
    }



        .fot_letter_content .fot_letter {
            display: block;
        }



            .fot_letter_content .fot_letter .title {
                width: 100%;
                padding-left: 0;
            }



                .fot_letter_content .fot_letter .title:before {
                    opacity: 0.5;
                    right: 0;
                    left: auto;
                    top: 0;
                }



                .fot_letter_content .fot_letter .title em {
                    font-size: 16px;
                }



            .fot_letter_content .fot_letter .letter-input {
                width: 100%;
                padding-left: 0;
                margin-top: 10px;
            }



            .fot_letter_content .fot_letter .fot_input {
                height: 50px;
                line-height: 50px;
            }



            .fot_letter_content .fot_letter .letter-input .send {
                width: 46px;
                height: 46px;
                background-position: -196px -90px;
            }



        .fot_letter_content .social_icons {
            text-align: left;
        }



            .fot_letter_content .social_icons li.title {
                font-size: 16px;
                padding: 0;
                margin-right: 5px;
            }
}



@media only screen and (max-width: 768px) {



    .fot_letter_content .social_icons li.title {
        display: block;
        margin-bottom: 10px;
    }
}







/*back-top*/



.back_top {
    width: 48px;
    height: 48px;
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 99999999;
    display: none;
    background: #333;
    background-size: cover;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.4);
    filter: alpha(opacity=50);
    opacity: 0.5;
}



    .back_top:before {
        content: "TOP";
        color: #fff;
        font-size: 16px;
        display: block;
        line-height: 44px;
        font-weight: 700;
    }



    .back_top:hover {
        text-decoration: none;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0,0.2);
        background-color: #ee7b00;
        filter: alpha(opacity=100);
        opacity: 1;
        border-color: #ee7b00;
    }



        .back_top:hover:before {
            animation: scroll_up_anim 1.5s infinite;
        }



@keyframes scroll_up_anim {



    0% {
        transform: translateY(-3px);
    }



    50% {
        transform: translateY(3px);
    }



    100% {
        transform: translateY(-3px);
    }
}



.back_top:link {
    text-decoration: none;
}



.back_top:hover:before {
    color: #fff;
    text-decoration: none;
}











#online_qq_layer {
    z-index: 99999999;
    position: fixed;
    right: 60px;
    bottom: 30px;
}



#floatShow {
    display: block;
}



#floatHide {
    display: none;
}



#online_qq_tab #floatShow {
    height: 50px;
    width: 270px;
    float: right;
    position: relative;
    border-radius: 40px;
    box-shadow: 0 5px 20px 0 rgba(230,0,18,0.3);
    -webkit-box-shadow: 0 5px 20px 0 rgba(230,0,18,0.3);
    background: #ee7b00;
    padding: 5px 10px 5px 20px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1);
}







#online_qq_tab .animated {
    opacity: 1;
}



#online_qq_tab #floatShow i {
    height: 30px;
    width: 30px;
    background: url(../png/icon.png) no-repeat -187px -223px;
    display: inline-block;
    z-index: 999;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
}



#online_qq_tab #floatShow:hover {
    margin-right: 0;
}



#online_qq_tab #floatShow p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    opacity: 1;
    transition: all .8s;
    height: 40px;
}



#online_qq_tab #floatShow:hover p {
    opacity: 1;
}



#online_qq_tab .circle {
    background: rgba(230,0,18,.25);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1);
    left: 5px;
    top: 50%;
    margin-top: -25px;
}



#online_qq_tab .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}



#online_qq_tab .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}



#online_qq_tab .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}



#online_qq_tab.animation-stopped .circle {
    opacity: 0 !important
}



#online_qq_tab.animation-stopped .circle {
    opacity: 0 !important
}







#online_qq_tab #floatHide {
    height: 30px;
    color: #fff;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}



    #online_qq_tab #floatHide:after {
        border-radius: 0;
        font-size: 18px;
        content: "";
        background: #fff;
        line-height: 30px;
        width: 16px;
        height: 2px;
        display: inline-block;
        margin-top: 12px;
    }







    #online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
        text-decoration: none;
    }







@keyframes scaleToggleOne {



    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }



    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }



    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}



@keyframes scaleToggleTwo {



    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }



    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }



    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }



    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}



@keyframes scaleToggleThree {



    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }



    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }



    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }



    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}







#onlineService {
    display: inline;
    width: 350px;
    overflow: hidden;
    display: none;
    background: #fff;
    font-size: 13px;
    box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
    -webkit-box-shadow: 0 0 13px 0 rgba(151,151,151,0.5);
    border-top: none;
    border-radius: 0;
}



#online_qq_layer .inquiry .main_more {
    border-width: 1px;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    background-color: #69b730;
    text-align: center;
    width: 100%;
    background-color: #ee7b00;
}



#onlineService .title {
    display: block;
    font-size: 18px;
    background: #ee7b00;
    padding: 15px 20px;
    padding-bottom: 25px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}



    #onlineService .title b {
        color: #fff;
    }



#onlineService .text {
    margin-bottom: 10px;
    color: #808080;
    line-height: 20px;
    font-size: 13px;
    background: #fff;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    font-weight: 400;
}



.i_message_inquiry .inquiry {
    padding: 20px 10px;
    border-radius: 0;
    padding-top: 0;
}



    .i_message_inquiry .inquiry form {
        padding: 0 10px;
    }



    .i_message_inquiry .inquiry .form-control {
        border: 1px solid #ccc;
        background: none;
        line-height: 48px;
        height: 48px;
        color: #808080;
        font-size: 14px;
        width: 100%;
        box-shadow: none;
        padding-right: 45px;
        background-position: 95% 12px;
        background-repeat: no-repeat;
        padding-left: 15px;
        border-radius: 0;
        box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
        font-family: 'Montserrat';
    }



        .i_message_inquiry .inquiry .form-control:focus {
            color: #333;
            background-color: #fafafa;
            border-color: #ee7b00;
        }



    .i_message_inquiry .inquiry textarea.form-control {
        border-radius: 0;
        height: 80px;
        padding: 15px;
        padding-right: 40px;
    }



    .i_message_inquiry .inquiry .input-group {
        background: #fff;
        height: 32px;
        margin-bottom: 10px;
        width: 100%;
        border: none;
    }



        .i_message_inquiry .inquiry .input-group span {
            display: block;
            position: relative;
        }



            .i_message_inquiry .inquiry .input-group span:before {
                content: '*';
                color: red;
                position: absolute;
                right: 5px;
                top: 0;
                z-index: 2;
                line-height: 48px;
                z-index: 111;
            }



            .i_message_inquiry .inquiry .input-group span:after {
                content: '';
                position: absolute;
                right: 10px;
                top: 12px;
                z-index: 2;
                width: 28px;
                height: 23px;
                z-index: 9;
                background-image: url(../png/icon.png);
                background-repeat: no-repeat;
            }



            .i_message_inquiry .inquiry .input-group span.ms_p:after {
                background-position: 0 -227px;
            }



            .i_message_inquiry .inquiry .input-group span.ms_e:after {
                background-position: -40px -227px;
            }



            .i_message_inquiry .inquiry .input-group span.ms_m:after {
                background-position: -82px -227px;
            }



            .i_message_inquiry .inquiry .input-group span.ms_m .form-control {
                height: 100px;
                padding-top: 8px;
                line-height: 20px;
                max-height: 120px;
                max-width: 100%;
                width: 100%;
                min-height: 100px;
            }



            .i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
                display: none;
            }



    .i_message_inquiry .inquiry #auth_code1 {
        margin-top: 10px;
    }



    .i_message_inquiry .inquiry .refresh {
        font-size: 12px;
        margin-left: 10px;
        color: #808080;
        display: inline-block;
        vertical-align: middle;
    }







/*fixed-contact*/



.fixed-contact {
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 40%;
    width: 50px;
    margin-top: -90px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}



    .fixed-contact.show {
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }



    .fixed-contact.active {
        width: 280px;
    }



    .fixed-contact li {
        position: relative;
        height: 50px;
        overflow: hidden;
        transition: all .4s;
        list-style: none;
        background: #ee7b00;
        margin-bottom: 2px;
        border-radius: 0;
        border: 1px solid rgba(255,255,255,0.5)
    }



    .fixed-contact.active li a {
        opacity: 1;
    }



    .fixed-contact li a {
        position: relative;
        z-index: 1000;
        display: block;
    }



    .fixed-contact li i {
        z-index: 1000;
        position: absolute;
        left: 0;
        display: block;
        width: 50px;
        height: 50px;
        transition: all .4s;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../png/icon.png);
    }



    .fixed-contact.active li:after {
        z-index: 1001;
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        right: 10px;
        display: block;
        height: 1px;
        background: rgba(255,255,255,.2);
    }



    .fixed-contact.active li:last-child:after {
        display: none;
    }



    .fixed-contact li:hover i, .fixed-contact li:hover a {
        opacity: .7;
    }



    .fixed-contact .online_p i {
        background-position: 0 -262px;
        border-top-left-radius: 30px;
        -moz-border-top-left-radius: 30px;
        -webkit-border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        -moz-border-top-right-radius: 30px;
        -webkit-border-top-right-radius: 30px;
    }



    .fixed-contact .online_e i {
        background-position: -50px -262px;
    }



    .fixed-contact .online_w i {
        background-position: -150px -262px;
    }



    .fixed-contact .online_s i {
        background-position: -100px -262px;
    }



    .fixed-contact .online_f i {
        background-position: -250px -262px;
    }



    .fixed-contact .online_i i {
        background-position: -300px -262px;
    }



    .fixed-contact .online_code i {
        background-position: -200px -262px;
    }







    .fixed-contact li a {
        position: absolute;
        top: 0;
        left: 60px;
        display: block;
        width: 240px;
        line-height: 110%;
        padding: 18px 0 0 30px;
        color: #fff;
        white-space: nowrap;
        transition: all .4s;
        font-size: 14px;
        text-align: left;
        font-weight: 400;
        font-weight: normal;
        opacity: 0;
    }



    .fixed-contact.active li a {
        left: 20px;
    }



    .fixed-contact .online_code a img {
        max-width: 80px;
    }



    .fixed-contact.active .online_code {
        height: 130px;
    }



        .fixed-contact.active .online_code a p {
            margin: 0;
            margin-bottom: 5px;
        }



    .fixed-contact li.online_code:hover a {
        opacity: 1;
    }







@media only screen and (max-width: 768px) {



    .fixed-contact {
        display: none !important;
    }



        .fixed-contact.show {
            opacity: 0;
        }
}







.mobile_nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    display: none;
    z-index: 999999;
    box-shadow: 0 0 10px 0 rgba(255,255,255,0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(255,255,255,0.4);
    border-radius: 2px 2px 0 0;
    background: #fff;
    border-top: 1px solid #eee;
}



    .mobile_nav a {
        display: inline-block;
        width: 20%;
        padding: 0 10px;
        float: left;
        text-align: center;
    }



        .mobile_nav a i {
            width: 28px;
            height: 28px;
            display: inline-block;
            background-repeat: no-repeat;
            background-image: url(../png/icon.png);
        }



        .mobile_nav a p {
            color: #4d4d4d;
            padding-top: 5px;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 12px;
            margin: 0;
        }



        .mobile_nav a:nth-child(3) {
            float: right;
        }



        .mobile_nav a:nth-child(4) {
            float: right;
        }







@media only screen and (max-width: 992px) {



    #service {
        display: none;
    }



    #onlineService01 {
        width: 150px;
    }



    .onlineMenu .call-top {
        padding: 8px 5px;
    }



        .onlineMenu .call-top p {
            font-size: 16px;
        }



    .onlineMenu ul {
        padding: 10px;
    }



    .onlineMenu .call > p {
        padding-left: 20px;
        font-size: 12px;
    }



        .onlineMenu .call > p a {
            font-size: 12px;
        }



        .onlineMenu .call > p.ser01, .onlineMenu .call > p.ser02, .onlineMenu .call > p.ser03, .onlineMenu .call > p.ser04, .onlineMenu .call > p.ser05 {
            background-size: 12px;
        }



    .back_top {
        right: 0;
        bottom: 120px;
        width: 40px;
        height: 40px;
    }



        .back_top:before {
            font-size: 14px;
            line-height: 36px;
        }



    #online_qq_layer {
        right: 50px;
    }
}







@media only screen and (max-width: 768px) {



    #online_qq_layer {
        right: 0;
    }



    #onlineService {
        width: 100%;
    }



    #online_qq_layer {
        width: 100%;
        bottom: 0;
    }



    #online_qq_tab #floatShow {
        background: #ee7b00 url(../png/icon.png) no-repeat -128px -218px;
        border-radius: 0;
        margin-right: 0;
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
        padding: 0;
        box-shadow: none;
        border-radius: 50%;
        text-indent: -999999px;
        z-index: 9999999999;
        right: 50%;
        margin-right: -25px;
        bottom: 10px;
        position: absolute;
    }



        #online_qq_tab #floatShow p {
            display: none;
        }



        #online_qq_tab #floatShow i {
            display: none;
        }



        #online_qq_tab #floatShow span {
            display: none;
        }



        #online_qq_tab #floatShow:after {
            display: none;
        }



    #online_qq_tab .animated-circles {
        display: none;
    }



    .mobile_nav {
        display: block;
    }



        .mobile_nav a i {
            width: 28px;
            height: 28px;
        }



        .mobile_nav a p {
            text-transform: uppercase;
        }



    .footer-bottom {
        padding-bottom: 70px;
    }



    #onlineService .i_message_inquiry .main-more input {
        padding: 8px 20px;
    }



    #onlineService .title {
        font-size: 20px;
        padding-top: 13px;
        line-height: 20px;
        padding-bottom: 24px;
    }
}



@media only screen and (max-width: 375px) {



    .mobile_nav a p {
        text-transform: capitalize;
        font-size: 12px;
    }
}











/*page*/



.page_banner {
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 5;
    margin-top: 0;
}



    .page_banner img {
        max-width: 100%;
        height: auto;
        width: 100%;
        position: relative;
        z-index: 2;
        box-shadow: 0 10px 25px 1px rgba(0,0,0,0.15);
    }



    .page_banner > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
    }



    .page_banner .main_title .line {
        margin-bottom: 10px;
    }



    .page_banner .attachment_line_bottom {
        bottom: 128px;
    }



.page_section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}







.breadcrumb {
    font-size: 13px;
    border-radius: 0;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    color: #808080;
    padding: 20px 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    pdisplay: flex;
    align-items: flex-end;
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,0.05)
}



    .breadcrumb .main_title {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0;
        text-align: left;
    }



        .breadcrumb .main_title em {
            margin: 0;
            margin-bottom: 0;
        }



    .breadcrumb .bread_right {
        padding-top: 0;
        line-height: 20px;
        font-size: 13px;
        color: #808080;
        position: relative;
        z-index: 5;
        margin-bottom: 10px;
        padding-left: 0;
        margin-top: 10px;
        display: inline-block;
    }



        .breadcrumb .bread_right > i {
            margin: 0 5px;
            display: inline-block;
            color: #808080;
            vertical-align: middle;
        }



    .breadcrumb a.home i {
        margin-right: 5px;
    }



    .breadcrumb a {
        color: #808080;
        font-size: 13px;
        text-transform: capitalize;
        display: inline-block;
        vertical-align: middle;
    }



        .breadcrumb a:hover {
            color: #ee7b00;
        }



    .breadcrumb h2 {
        margin: 0;
        display: inline-block;
        padding: 0;
        font-size: 13px;
        line-height: 22px;
        max-width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal;
        color: #808080;
        vertical-align: middle;
        font-weight: normal;
    }







.single-page .text img {
    max-width: 100%;
    height: auto;
}



.single-page .text a:hover {
    color: #ee7b00;
}



.single-page .text ul {
    padding-left: 20px;
}







.single_con_left {
    padding-left: 0;
    padding-right: 50px;
}







.page_footer {
    padding-top: 50px;
    margin-top: 0;
}







.page_nav {
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}



    .page_nav ul {
        list-style: none;
        text-align: center;
        display: flex;
        align-items: center;
        border-radius: 0;
    }



    .page_nav li {
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
        width: 25%;
        padding: 10px 0;
        margin-right: 20px;
        float: left;
    }



        .page_nav li:last-child {
            border-right-color: transparent;
        }



        .page_nav li a {
            display: flex;
            padding: 10px 10px;
            font-size: 14px;
            line-height: 24px;
            text-transform: uppercase;
            transition: all .5s;
            border-radius: 0;
            position: relative;
            z-index: 5;
            align-items: center;
            justify-content: center;
            background: #f7f7f7;
        }



            .page_nav li a p {
                margin: 0;
                margin-left: 0;
                font-weight: 600;
                color: #333333;
                transition: all .5s;
            }



            .page_nav li a:before {
                bottom: -5px;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(255, 255, 255, 0);
                border-top-color: #ee7b00;
                border-width: 7px;
                opacity: 0;
                filter: alpha(opacity=0);
                transition: all .5s;
                margin-left: -7px;
            }



            .page_nav li a:hover, .page_nav li.active a {
                text-decoration: none;
                background-color: #ee7b00;
                color: #fff;
                box-shadow: 0 5px 20px 1px rgba(0,0,0,0.1);
            }



                .page_nav li a:hover p, .page_nav li.active a p {
                    color: #fff;
                }



                .page_nav li a:hover:before, .page_nav li.active a:before {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    bottom: -14px;
                }







.page_section02 {
    background: #fff;
    padding-bottom: 40px;
}



    .page_section02 .breadcrumb {
        background: #f8f8f8;
        margin-bottom: 60px;
        padding-bottom: 50px;
    }



.page_section .main_title {
    background: none;
}







@media only screen and (max-width: 1480px) {



    .page_banner_content > .container {
        width: 100%;
        padding: 0;
    }



    .page_banner_content .row {
        margin: 0;
    }
}



@media only screen and (max-width: 992px) {



    .page_banner {
        margin-top: 0;
    }



        .page_banner .attachment_line_top {
            display: none;
        }



        .page_banner .attachment_line_bottom {
            display: none;
        }
}



@media only screen and (max-width: 768px) {



    .page_section {
        padding-bottom: 40px;
        padding-top: 40px;
        background: #fff;
    }



    .page_gray {
        background-color: #f8f8f8;
    }



    .page_section > .container:before {
        left: 0;
        right: 0;
    }



    .page_section > .container {
        padding-top: 0;
        padding-bottom: 0;
    }



    .page_section .page_column {
        top: 0;
        padding: 30px 0 20px 0;
        box-shadow: none;
    }



    .breadcrumb, .breadcrumb a, .breadcrumb .bread_right > i, .breadcrumb h2 {
        font-size: 12px;
        color: #808080;
    }



    .breadcrumb {
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
        padding-left: 0;
        justify-content: center;
        background: none;
        display: flex;
        align-items: flex-end;
        text-align: center;
    }



        .breadcrumb:before {
            display: none;
        }



        .breadcrumb .container {
            padding-left: 10px;
            padding-right: 10px;
        }



        .breadcrumb .main_title {
            padding-top: 0;
            margin-bottom: 5px;
            float: none;
            max-width: 100%;
            text-align: center;
        }



            .breadcrumb .main_title .line {
                display: none;
            }



            .breadcrumb .main_title em {
                padding-bottom: 0;
                font-size: 28px;
            }



                .breadcrumb .main_title em:before {
                    display: none;
                }



        .breadcrumb .bread_right {
            float: none;
            padding: 0;
            width: 100%;
            margin-top: 5px;
            margin-bottom: 0;
            text-align: center;
        }



            .breadcrumb .bread_right:before {
                display: none;
            }



    .page_nav {
        display: block;
        margin-bottom: 30px;
        padding: 10px 0;
        padding-top: 0;
    }



        .page_nav li {
            float: left;
            margin: 0;
            padding: 0;
            border: none;
        }



            .page_nav li a {
                padding: 5px 5px;
                font-size: 12px;
                display: block;
                border-radius: 5px;
                clip-path: none;
                -webkit-clip-path: none;
                background: #fff;
                height: 46px;
                line-height: 18px;
                font-weight: 600;
            }



                .page_nav li a p {
                    font-size: 12px;
                    margin: 0;
                    margin-top: 0;
                    padding: 0;
                    line-height: 18px;
                    font-weight: 500;
                }



    .page_footer {
        padding-bottom: 110px;
    }



    .page_section .main_title em {
        background-size: 56px;
        background: none;
    }



    .page_banner .attachment_line_bottom {
        display: none;
    }



    .page_section02 .breadcrumb {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
}



@media only screen and (max-width: 480px) {



    .page_nav ul {
        display: block;
    }



    .page_nav li {
        width: 50%;
        padding: 5px;
    }



        .page_nav li a:hover, .page_nav li.active a {
            border-color: #ee7b00;
        }
}







.contact_section {
    padding: 0;
}



    .contact_section .page_column {
        top: 0;
        box-shadow: none;
        padding-bottom: 0;
    }







.page_contact {
    padding-bottom: 0;
    padding-top: 0;
    background: linear-gradient(to bottom, #fff,#f7f7f7);
}



    .page_contact .breadcrumb {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }



.page_contact_info {
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.10);
    position: relative;
    top: -10px;
    z-index: 999;
}







.contact_info {
    position: relative;
    padding-top: 0;
}



    .contact_info ul {
        list-style: none;
        padding: 0;
        background: #fff;
        margin-bottom: 40px;
        margin-right: -10px;
        margin-left: -10px;
    }



        .contact_info ul li {
            padding: 0 10px;
            position: relative;
            z-index: 2;
            text-align: center;
        }



            .contact_info ul li .column {
                padding: 30px 15px;
                min-height: 335px;
                background: #f7f7f7;
                border-radius: 0;
            }



            .contact_info ul li em {
                font-size: 18px;
                font-weight: 700;
                color: #333;
                text-transform: uppercase;
                margin-bottom: 20px;
                margin-top: 15px;
                line-height: 24px;
                position: relative;
                display: block;
            }



            .contact_info ul li .txt {
                font-size: 12px;
                line-height: 20px;
                color: #808080;
                padding: 0;
                width: 100%;
                text-transform: uppercase;
                margin-top: 10px;
                display: block;
            }







            .contact_info ul li .icon {
                margin-bottom: 0;
                text-align: center;
                display: inline-block;
                padding: 0;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
                position: relative;
                z-index: 4;
            }



            .contact_info ul li:hover .icon {
                transform: translate3d(0,-5px,0);
                -webkit-transform: translate3d(0,-5px,0);
            }



            .contact_info ul li p {
                font-size: 15px;
                line-height: 24px;
                margin: 0;
                margin-bottom: 5px;
            }



                .contact_info ul li p a:hover {
                    color: #ee7b00;
                }







@media only screen and (max-width: 768px) {



    .page_contact_info {
        top: -10px;
    }



    .page_contact {
        padding-bottom: 0;
    }



    .contact_info {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
        border: none;
    }



        .contact_info ul li .icon img {
            max-width: 140px;
        }



        .contact_info ul li {
            padding: 10px;
            border-right: none;
            padding-bottom: 5px;
        }



            .contact_info ul li .column {
            }



            .contact_info ul li em {
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 10px;
                margin-top: 10px;
            }



            .contact_info ul li .txt {
                margin-top: 5px;
                color: #ccc;
            }



            .contact_info ul li .column {
                min-height: inherit;
                padding: 20px;
            }



            .contact_info ul li p {
                font-size: 13px;
            }
}



@media only screen and (max-width: 480px) {



    .page_section .contact_l li .box {
        padding: 15px;
    }



    .page_banner .icon {
        width: 50px;
        height: 50px;
    }



        .page_banner .icon i {
            line-height: 50px;
            font-size: 16px;
        }



    .page_menu {
        display: none;
    }



    .contact_info ul {
        padding-top: 0;
    }
}







.page_con {
    padding-top: 60px;
}



.message_wrap {
    float: left;
}







.page_send {
    display: block !important;
}







.map {
    top: 0;
    padding: 0;
    position: relative;
    margin-top: 20px;
}



.page_title {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #f7f7f7;
}







    .page_title:after {
        position: absolute;
        left: 0px;
        bottom: -2px;
        width: 60px;
        height: 2px;
        background: #ee7b00;
        content: '';
    }



    .page_title i {
        font-size: 24px;
        margin-right: 10px;
        position: relative;
        color: #fff;
        z-index: 5;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }



        .page_title i:after {
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            z-index: -1;
            border-radius: 40%;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -webkit-transition: all .5s;
            transition: all .5s;
            background: #66ae3c;
        }







.page_con {
    padding-top: 70px;
}



.message_wrap {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}



    .message_wrap .send_column {
        border: none;
        box-shadow: none;
        padding-top: 60px;
        padding-left: 50px;
        padding-right: 30px;
        padding-bottom: 60px;
        background-color: #fff;
        border: 2px solid #faccd0;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        border-radius: 0;
    }



        .message_wrap .send_column .main_title {
            margin-top: 0;
        }



            .message_wrap .send_column .main_title em {
                color: #ee7b00;
            }







.contact_sns {
    padding-right: 0;
    margin-top: 0;
    padding-top: 30px;
}



    .contact_sns .text {
        margin-bottom: 15px;
        font-size: 13px;
        color: #808080;
        line-height: 20px;
    }



    .contact_sns a {
        display: inline-flex;
        margin: 5px;
        transition: all .5s;
        border-radius: 50%;
        transition: all .5s;
        text-align: center;
        justify-content: center;
        align-items: center;
    }



        .contact_sns a:hover {
            -moz-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            transform: rotateY(180deg);
            box-shadow: 0 0 10px 2px rgba(0,0,0,0.03);
        }



        .contact_sns a i {
            width: 18px;
            height: 18px;
            display: inline-block;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: 100%;
            background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
            transition: all .5s;
        }



        .contact_sns a.con_sns_f {
            background: #395a99;
        }



        .contact_sns a.con_sns_t {
            background: #44ccf6;
        }



        .contact_sns a.con_sns_l {
            background: #0275b6;
        }



        .contact_sns a.con_sns_g {
            background: #d13f2d;
        }



        .contact_sns a.con_sns_y {
            background: #ff0000;
        }



        .contact_sns a.con_sns_b {
            background: #ff6600;
        }



        .contact_sns a.con_sns_p {
            background: #cb2027;
        }



        .contact_sns a.con_sns_v {
            background: #5e82a9;
        }



        .contact_sns a.con_sns_i {
            background: #d1312a;
        }







.contact_right {
    padding-top: 60px;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-right: 0;
}



    .contact_right .main_title {
        text-align: left;
    }



        .contact_right .main_title:before {
            left: 0;
            transform: translate(0, 0)
        }



        .contact_right .main_title em {
            font-size: 30px;
            margin-bottom: 0;
        }



    .contact_right .text ul {
        padding-left: 20px;
    }



    .contact_right .text em {
        font-style: italic;
    }



    .contact_right .social_icons li a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        display: inline-flex;
        background: #ccc;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }



        .contact_right .social_icons li a:hover {
            background-color: #ee7b00;
        }







.page_send {
    display: block !important;
}







.contact_right .social_icons {
    margin-top: 40px;
}



.social_icons li.page_title {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px !important;
}







@media only screen and (max-width: 992px) {



    .single_con_column {
        width: 100%;
        padding: 30px 0;
    }



    .contact_list {
        margin-bottom: 0;
        padding: 0;
    }



    .page_section .mes_box {
        display: block;
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }



    .page_con_column {
        padding: 0;
        padding-top: 30px;
        width: 100%;
    }



    .page_section .send_column {
        width: 100%;
    }



    .page_send {
        background-size: cover;
        margin-bottom: -50px;
    }



    .contact_right {
        min-height: 564px;
    }
}



@media only screen and (max-width: 768px) {



    .single_con_column .send_box {
        display: block;
        width: 100%;
    }



    .message {
        z-index: 9999;
    }



    .map {
        margin-top: 0;
        top: 0;
    }



    .page_title {
        font-size: 20px;
    }



        .page_title i {
            font-size: 18px;
        }



    .single_con_column .send_column {
        bottom: 0;
        margin-top: 30px;
    }



    .contact_sns a {
        margin: 3px;
    }



    .con_main {
        margin-top: 20px;
    }



    .page_section .send_column ul li {
        padding: 0;
    }



    .message_info {
        padding: 50px 0;
    }



    .message_wrap {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }



        .message_wrap .send_column {
            padding: 30px 15px;
        }



    .contact_right {
        padding-right: 0;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 0;
        min-height: inherit;
    }



    .page_con {
        padding-top: 40px;
    }



    .page_column {
        padding: 0;
    }



    .contact_right .social_icons li {
        padding: 0 3px;
    }



        .contact_right .social_icons li img {
            max-width: 40px;
        }
}







/*left*/



.page-left {
    width: 20%;
    float: left;
    margin-top: 0;
}



    .page-left .fot_title {
        display: block;
        position: relative;
        padding: 0 0 15px 0;
        background: #fff;
        border-radius: 0;
        border-bottom: 2px solid #f2f2f2;
    }



        .page-left .fot_title em {
            display: block;
            position: relative;
            z-index: 1;
            color: #333333;
            font-size: 24px;
            line-height: 100%;
            text-transform: uppercase;
            font-weight: 700;
        }



    .page-left .left_title .column_icon_toggle {
        display: none;
    }







ul.mtree {
    opacity: 0;
    margin-left: 0;
    border-bottom: none;
    padding: 2px;
    background: #f2f2f2;
    padding-top: 0;
    padding-bottom: 1px;
    box-shadow: 0 5px 15px 1px rgba(0,0,0,0.03);
}



    ul.mtree > li {
        list-style: none;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid #eee;
        background: #fff;
    }



        ul.mtree > li > a {
            font-size: 16px;
            padding: 15px 0 15px 0;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
            padding-right: 30px;
            display: flex;
            align-items: center;
            text-transform: capitalize;
            font-weight: 400;
        }



        ul.mtree > li:last-child > a {
            border-bottom: none;
        }



        ul.mtree > li .top a p {
            margin: 0;
            padding-left: 5px;
        }



        ul.mtree > li .top a span {
            max-width: 36px;
            min-width: 36px;
        }



    ul.mtree a {
        display: block;
        font-size: 14px;
        color: #555555;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        -webkit-transition: all 0s;
        transition: all 0s;
        padding: 10px 0;
        line-height: 22px;
        padding-right: 30px;
    }



    ul.mtree li ul a {
        padding: 6px 10px;
        padding-right: 30px;
    }







    ul.mtree.transit > li.mtree-open > b:before,
    ul.mtree .mtree-level-1 li.mtree-open > b:before {
        content: "\f106";
        font-family: FontAwesome;
        font-size: 18px;
        color: #ee7b00;
        font-style: normal;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 50px;
        text-align: center;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    ul.mtree .mtree-level-1 li.mtree-open > b:before {
        color: #ee7b00;
        height: 40px;
    }







    ul.mtree.transit li.mtree-closed > b:before,
    ul.mtree .mtree-level-1 li.mtree-closed > b:before {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 18px;
        color: #333;
        font-style: normal;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        text-align: center;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }



    ul.mtree.transit > li:hover.mtree-closed > b:before {
        color: #ee7b00;
    }







    ul.mtree li ul a li a {
        padding-left: 20px;
    }



    ul.mtree > li:hover > a {
        color: #ee7b00;
    }



    ul.mtree > li.mtree-node a ul a {
        font-size: 12px;
    }



    ul.mtree > li.mtree-open {
        padding-bottom: 0;
    }



        ul.mtree > li.mtree-open > a {
            color: #ee7b00;
            font-weight: 700;
        }



    ul.mtree > li.mtree-node:hover > a {
        color: #ee7b00;
    }



    ul.mtree > li.mtree-open:hover > a {
        color: #ee7b00;
        font-weight: 700;
    }



    ul.mtree .mtree-level-1 li.mtree-closed > span {
        color: #ee7b00;
        text-decoration: none;
    }







    ul.mtree ul {
        border: none;
        margin-bottom: 10px;
    }



    ul.mtree > li > ul > li {
        list-style: none;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 3px;
        background: #f7f7f7;
        border-radius: 0;
    }



    ul.mtree ul li a {
        display: block;
        color: #333;
        font-size: 16px;
    }



    ul.mtree > li > ul > li > a {
        font-size: 14px !important;
        font-weight: normal;
        position: relative;
        transition: all .5s;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 0;
    }



    ul.mtree > li > ul > li:nth-child(2n+2) {
        background: #fafafa;
    }



    ul.mtree > li > ul > li > a:hover {
        color: #ee7b00;
        text-decoration: none;
        padding-left: 15px;
    }



    ul.mtree > li > ul > li > a:before {
        content: '';
        width: 3px;
        background: #ee7b00;
        height: 100%;
        position: absolute;
        left: -10px;
        top: 0;
        transform: scaleX(0);
        transform-origin: 0 0 0;
        transition: all 0.4s ease 0s;
    }



    ul.mtree > li > ul > li > a:hover:before {
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
    }







    ul.mtree > li > ul > li > a i {
        color: #ccc;
        font-size: 12px;
        margin-right: 10px;
        margin-left: 6px;
    }



    ul.mtree > li > ul > li > a:before {
        content: "";
    }



    ul.mtree ul li:hover a {
        color: #ee7b00;
    }



    ul.mtree li ul li.mtree-open a {
        color: #ee7b00;
        text-decoration: none;
        font-weight: 700;
    }



    ul.mtree .mtree-level-2 {
        margin-top: 0px;
        border: none;
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }



        ul.mtree .mtree-level-2 li:last-child a {
            border-bottom: none;
        }



    ul.mtree li ul.mtree-level-2 li a {
        color: #333;
        font-weight: normal;
        font-size: 13px;
        padding-left: 10px;
        font-family: 'Montserrat'
    }



        ul.mtree li ul.mtree-level-2 li a:before {
            content: '';
            width: 4px;
            height: 4px;
            background-color: #d9d9d9;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }



    ul.mtree .mtree-level-2 li a:hover {
        text-decoration: underline;
        color: #ee7b00;
        font-weight: normal;
    }



        ul.mtree .mtree-level-2 li a:hover:before {
            background: #ee7b00;
        }



    ul.mtree.jet ul {
        margin-left: 0;
    }



    ul.mtree.jet li {
        margin-bottom: 1px;
    }



        ul.mtree.jet li:last-child {
            margin-bottom: 0px;
        }



        ul.mtree.jet li:first-child {
            margin-top: 1px;
        }



        ul.mtree.jet li.mtree-active a {
            background: #e5e5e5;
        }



        ul.mtree.jet li.mtree-active li:last-child > a {
            border-radius: 0px 0px 3px 3px;
        }



        ul.mtree.jet li.mtree-active > a {
            background: #ee7b00;
            color: #FFF;
            border-radius: 3px 3px 0px 0px;
        }



        ul.mtree.jet li > a:hover {
            background: #ee7b00;
            color: #FFF;
        }



    ul.mtree.jet a {
        padding: 5px 0px 5px 1em;
    }



    ul.mtree.jet li li > a {
        padding-left: 2em;
    }



    ul.mtree.jet li li li > a {
        padding-left: 3em;
    }



    ul.mtree.jet li li li li > a {
        padding-left: 4em;
    }



    ul.mtree.jet li li li li li > a {
        padding-left: 5em;
    }



    ul.mtree a:hover {
        text-decoration: none;
    }



.mtree-skin-selector {
    display: none !important;
}



ul.mtree li ul.mtree-level-2 li.mtree_all a {
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4d;
}



    ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
        color: #ee7b00;
    }







.left-adv {
    margin-top: 60px;
    width: 100%;
    background: #333 url("../bg_footer.html") no-repeat 70% center;
    background-size: cover;
    text-align: center;
    border-radius: 10px;
    position: relative;
}



    .left-adv .ovrly {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        transition: all .5s;
        border-radius: 10px;
    }



    .left-adv .main {
        position: relative;
        left: 0;
        top: 0;
        padding: 30px 30px 40px 30px;
        padding-top: 0;
        z-index: 2;
        text-align: left;
    }



    .left-adv .icon {
        width: 60px;
        height: 60px;
        margin: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: relative;
        z-index: 3;
        background: #ee7b00;
        top: -20px;
    }



        .left-adv .icon:before {
            content: '';
            position: absolute;
            left: -10px;
            top: -10px;
            right: -10px;
            bottom: -10px;
            border-radius: 50%;
            filter: alpha(opacity=2);
            -moz-opacity: 0.2;
            opacity: 0.2;
            background: #ee7b00;
            z-index: -1;
        }



        .left-adv .icon i {
            width: 36px;
            height: 36px;
            background: url(../png/icon.png) no-repeat;
            background-position: -423px 0px;
            display: inline-block;
        }



    .left-adv .main .title {
        font-size: 22px;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        font-weight: 700;
    }



        .left-adv .main .title:hover {
            text-decoration: none;
        }



    .left-adv .main .text {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
    }



    .left-adv .main_more {
        height: 44px;
        line-height: 44px;
        padding-left: 25px;
        padding-right: 25px;
        background: #ee7b00;
        border-color: #ee7b00;
        color: #fff;
    }



        .left-adv .main_more:after {
            width: 22px;
            height: 20px;
            background: url(../png/icon.png) no-repeat;
            background-position: -328px -100px;
            vertical-align: middle;
            margin-top: -2px;
            content: '';
            display: inline-block;
            margin-left: 10px;
            opacity: 1;
            position: relative;
            right: auto;
            top: auto;
        }



        .left-adv .main_more:hover:after {
            animation: none;
        }



        .left-adv .main_more:before {
            position: absolute;
            content: '';
            opacity: 0;
            top: 0;
            left: 0;
            z-index: 1;
            background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
            width: 30%;
            height: 100%;
            transform: skew(-10deg,0deg);
            animation: move 2s;
            animation-iteration-count: infinite;
            animation-delay: 1s;
            border-radius: 0;
            border: none;
        }



/*hot_pro*/



.left-pro {
    margin-top: 40px;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    padding-bottom: 0;
}



    .left-pro ul {
        padding-top: 10px;
    }



        .left-pro ul li {
            background: #fff;
            list-style: none;
            transition: all .5s;
            padding: 8px 0;
            padding-bottom: 15px;
            margin-bottom: 15px;
            position: relative;
            border-radius: 0;
            padding-right: 5px;
            position: relative;
            border-bottom: 2px solid #f2f2f2;
        }



            .left-pro ul li:hover {
                background: #fff;
            }



            .left-pro ul li:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: -2px;
                width: 0;
                height: 2px;
                background: #ee7b00;
                transition: all .5s;
            }



            .left-pro ul li:hover:before {
                width: 100%;
            }



            .left-pro ul li .main {
                width: 60%;
                float: left;
                padding-left: 10px;
                z-index: 10;
                padding-top: 0;
            }



            .left-pro ul li .title {
                font-size: 14px;
                line-height: 24px;
                max-height: 72px;
                display: block;
                overflow: hidden;
                margin: 0;
                margin-bottom: 0;
                position: relative;
                z-index: 4;
                padding-right: 10px;


                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -webkit-line-clamp: 2; /* 限制在三行 */
            }



                .left-pro ul li .title:hover {
                    color: #ee7b00;
                }



            .left-pro ul li .image {
                float: left;
                width: 36%;
                transition-duration: 0.6s;
                transition-timing-function: ease-out;
                overflow: hidden;
                position: relative;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
                position: relative;
                z-index: 10;
                border: 1px solid #f2f2f2;
            }







                .left-pro ul li .image a {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    display: block;
                    z-index: 5;
                }



                .left-pro ul li .image img {
                    max-width: 100%;
                    height: auto;
                    display: block;
                    position: relative;
                    -webkit-transition: all var(--transition-time,800ms);
                    -o-transition: all var(--transition-time,800ms);
                    transition: all var(--transition-time,800ms);
                }



            .left-pro ul li:hover .image img {
                -webkit-transform: scale(var(--scale-multiplier,1.05));
                -ms-transform: scale(var(--scale-multiplier,1.05));
                transform: scale(var(--scale-multiplier,1.05));
            }



            .left-pro ul li .page_more {
                font-size: 13px;
                color: #808080;
            }



                .left-pro ul li .page_more:after {
                    width: 8px;
                    height: 12px;
                    background-position: -81px -60px;
                    margin-top: 0;
                    opacity: 1;
                }







.page-right {
    width: 80%;
    padding-left: 50px;
    padding-right: 0;
    float: right;
}







@media only screen and (min-width: 992px) {



    .page-left .toggle_content {
        overflow: inherit !important;
    }
}



@media only screen and (max-width: 1260px) {



    .page-left {
        width: 26%;
    }



    .page-right {
        width: 74%;
    }
}







@media only screen and (max-width: 992px) {



    .page-title em {
        font-size: 24px;
    }



    .page-left {
        width: 100%;
        float: none;
        top: 0;
        margin-top: 20px;
    }



    .left-pro, .left-con, .left-video, .left-solu, .left-news {
        margin-top: 0;
        padding: 0;
        border: none;
    }



    .page-left .fot_title {
        margin-bottom: 10px;
        margin-bottom: 0;
        padding: 8px 20px 8px 15px;
        border-radius: 0;
        border: none;
        background: #ee7b00;
    }



        .page-left .fot_title:before {
            display: none;
        }



        .page-left .fot_title > em, .page-left .left-cat .fot_title em {
            margin: 0;
            font-size: 16px;
            color: #fff;
            padding: 0;
            line-height: 24px;
            text-transform: uppercase;
            border: none;
            background: none;
        }



        .page-left .fot_title em:before {
            display: none;
        }



        .page-left .fot_title .icon-minus-sign:before, .page-left .fot_title .icon-minus-sign:after, .page-left .fot_title .icon-plus-sign:before, .page-left .fot_title .icon-plus-sign:after {
            background: #fff;
        }



        .page-left .fot_title > span {
            display: none;
        }



        .page-left .fot_title .column_icon_toggle {
            display: inline-block;
            position: absolute;
            right: 15px;
            top: 17px;
            font-style: normal;
            cursor: pointer;
            font-size: 14px;
            font-weight: normal;
        }



    .page-left .left_title > span {
        display: none;
    }



    .page-left .block_content {
        padding: 0;
    }



    .left-con .left_title {
        display: block;
    }



    .left_title .column_icon_toggle {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 16px;
        font-style: normal;
        cursor: pointer;
        font-size: 14px;
        font-weight: normal;
    }



    .page-right {
        width: 100%;
        padding: 0;
        float: none;
    }



    .left-cat {
        margin-bottom: 20px;
        padding: 0;
    }



    .left-pro {
        margin-bottom: 20px;
    }



    .left-nav {
        margin-bottom: 20px;
    }



    .left-adv {
        display: none;
    }



    ul.mtree > li > a {
        font-size: 14px;
    }



    .page-left .fot_title em:after {
        display: none;
    }



    .left-pro ul li .title {
        font-size: 13px;
        font-family: 'Montserrat'
    }



    .page-left .fot_title::after {
        display: none;
    }



    .left-pro ul li .more {
        right: 0;
        top: auto;
        bottom: 0;
        border-radius: 5px 0 0 0;
        margin: 0;
        border: none;
        width: auto;
        height: auto;
        padding: 0;
    }



        .left-pro ul li .more i {
            border-radius: 5px 0 0 0;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }



    ul.mtree > li > ul > li > a {
        font-size: 12px;
    }



    .left-pro ul li .main {
        padding-top: 0;
    }
}











/*sitemap*/



.sitemap {
    width: 100%;
}



.stp-listA > li {
    text-transform: capitalize;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
}



.stp-top {
    width: 100%;
    background: #eee;
    margin-bottom: 1px;
}



    .stp-top .page_info_title {
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        display: block;
        font-weight: 700;
        padding: 0;
        padding: 15px 20px;
        transition: all .5s;
    }



        .stp-top .page_info_title:hover {
            text-decoration: none;
            color: #fff;
            background: #ee7b00;
        }



        .stp-top .page_info_title i {
            padding-left: 5px;
            transition: all .5s;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            opacity: 0;
        }



        .stp-top .page_info_title:hover i {
            padding-left: 8px;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
        }



.stp-listB {
    display: block;
    padding: 15px;
    border: 2px solid #eee;
    border-top: none;
    padding: 30px 20px;
    list-style: none;
    margin-top: -1px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}



    .stp-listB > li {
        width: 25%;
        padding: 8px 10px;
        float: left;
        overflow: hidden;
    }



        .stp-listB > li > a {
            font-size: 15px;
            line-height: 22px;
            display: block;
            color: #4d4d4d;
            font-family: 'Montserrat semibold'
        }



            .stp-listB > li > a i {
                padding-right: 5px;
            }



        .stp-listB > li:hover > a {
            color: #ee7b00;
        }



        .stp-listB > li:nth-child(4n+1) {
            clear: both;
        }







.stp-pro .stp-listB > li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}



    .stp-pro .stp-listB > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }



    .stp-pro .stp-listB > li .top {
        display: flex;
        align-items: flex-end;
    }



    .stp-pro .stp-listB > li .image {
        max-width: 48px;
        min-width: 48px;
    }



    .stp-pro .stp-listB > li .title {
        font-size: 14px;
        line-height: 24px;
        text-transform: capitalize;
        display: block;
        font-weight: 700;
    }



        .stp-pro .stp-listB > li .title:after {
            content: "\f105";
            font-family: 'FontAwesome';
            padding-left: 6px;
            color: #ccc;
        }



        .stp-pro .stp-listB > li .title:hover {
            color: #ee7b00;
            text-decoration: none;
        }



            .stp-pro .stp-listB > li .title:hover:after {
                color: #ee7b00;
            }



.stp-listB li .stp-listC {
    width: 100%;
    padding-top: 20px;
    list-style: none;
}



    .stp-listB li .stp-listC li {
        width: 100%;
        margin-bottom: 8px;
        float: left;
    }



        .stp-listB li .stp-listC li a {
            color: #808080;
            font-size: 14px;
            -webkit-transition: all var(--transition-time,500ms);
            -o-transition: all var(--transition-time,500ms);
            transition: all var(--transition-time,500ms);
        }



            .stp-listB li .stp-listC li a i {
                padding-right: 5px;
            }



            .stp-listB li .stp-listC li a:hover {
                color: #ee7b00;
            }











@media only screen and (max-width: 768px) {



    .stp-listA {
        padding: 0;
    }



    .stp-listB > li {
        width: 50%;
        padding: 4px 0;
    }



        .stp-listB > li:nth-child(2n+1) {
            clear: both;
        }



    .stp-listB {
        border-width: 1px;
        padding: 15px;
    }



    .stp-pro .stp-listB > li .image {
        max-width: 32px;
        min-width: 32px;
    }



    .stp-listB li .stp-listC li {
        width: 100%;
    }



    .stp-listB > li > a {
        font-size: 14px;
    }



    .stp-top .page_info_title {
        font-size: 14px;
        padding: 10px 10px;
    }



    .stp-listB li .stp-listC li a {
        font-size: 13px;
    }
}



@media only screen and (max-width: 400px) {



    .stp-listB li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}











/*page-number*/



.page_num {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}



    .page_num span {
        display: inline-flex;
        color: #fff;
        background: #ee7b00;
        font-size: 14px;
        text-transform: capitalize;
        padding: 0;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        line-height: 100%;
        transition: all .5s;
        position: relative;
        font-weight: 700;
        text-align: center;
        border-radius: 0;
        border: 2px solid #ee7b00;
        align-items: center;
        justify-content: center;
    }



    .page_num a {
        background: #fff;
        padding: 0;
        display: inline-flex;
        text-transform: capitalize;
        font-size: 14px;
        position: relative;
        z-index: 0;
        vertical-align: middle;
        line-height: 100%;
        transition: all .5s;
        color: #555;
        border-radius: 0;
        width: 36px;
        height: 36px;
        text-align: center;
        border: 1px solid #e5e5e5;
        align-items: center;
        justify-content: center;
    }



        .page_num a:hover {
            background: #ee7b00;
            text-decoration: none;
            color: #fff;
            border-color: #ee7b00;
            border-radius: 50%;
        }



        .page_num a i {
            line-height: 32px;
        }



    .page_num p {
        display: block;
        font-size: 14px;
        margin: 0;
        margin-top: 15px;
        font-weight: 400;
        color: #808080;
    }



        .page_num p:before {
            content: '[';
            padding-right: 3px;
        }



        .page_num p:after {
            content: ']';
            padding-left: 3px;
        }



        .page_num p strong {
            display: inline-block;
            margin: 0 5px;
            font-weight: normal;
            color: #ee7b00;
        }







@media only screen and (max-width: 768px) {



    .page_num {
        border-radius: 0;
        text-align: center;
        padding: 0;
        margin-top: 10px;
        border-radius: 5px;
    }



        .page_num a, .page_num span {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }



            .page_num a i {
                line-height: 30px;
            }



        .page_num p {
            float: none;
            display: block;
            font-size: 12px;
        }
}







/*page-turning*/



.navigation {
    width: 100%;
    list-style: none;
    margin-top: 20px;
    padding-top: 10px;
}



    .navigation li {
        width: calc(100% - 0px);
        float: left;
        text-align: left;
        margin-bottom: 10px;
    }



        /*.navigation li.next_post{float:right;text-align:right;}*/



        .navigation li a {
            padding-top: 10px;
            padding-bottom: 10px;
            position: relative;
            display: block;
            transition: all .5s;
            padding-left: 60px;
            background: #fff;
            border-radius: 0;
            border: 2px solid #f2f2f2;
        }



            .navigation li a:hover {
                text-decoration: none;
                border-radius: 10px;
            }



            /*.navigation li.next_post a{padding-right:50px;}*/



            .navigation li a:before {
                font-family: 'FontAwesome';
                font-size: 16px;
                position: absolute;
                top: 50%;
                width: 40px;
                height: 40px;
                line-height: 39px;
                border-radius: 0;
                text-align: center;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transition: all .5s;
                background-color: #f2f2f2;
            }



        .navigation li.prev_post a:before {
            left: 10px;
            content: "\f077";
        }



        .navigation li.next_post a:before {
            left: 10px;
            content: "\f078";
        }



        .navigation li a:hover:before {
            background: #ee7b00;
            color: #fff;
            border-color: #ee7b00;
            box-shadow: 0 5px 15px 1px rgba(74,134,100,0.2);
            border-radius: 50%;
        }







        .navigation li a .meta_nav {
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            color: #000;
            margin-bottom: 0;
            line-height: 20px;
            transition: all .5s;
            font-weight: 700;
            opacity: 0.5
        }



        .navigation li a:hover .meta_nav {
            color: #ee7b00;
            opacity: 1;
        }



        .navigation li a .post_title {
            font-size: 13px;
            overflow: hidden;
            line-height: 20px;
            max-height: 40px;
            margin: 0;
            transition: all .5s;
            font-weight: normal;
        }



        .navigation li a:hover .post_title {
            color: #ee7b00;
        }







@media only screen and (max-width: 768px) {



    .navigation {
        border: none;
        padding-top: 0;
        margin-bottom: 0;
    }



        .navigation li {
            width: 100%;
            border-radius: 0;
            padding: 0;
            margin-bottom: 10px;
        }



            .navigation li.prev_post a {
                padding-left: 60px;
                border-radius: 0;
            }



            .navigation li.next_post a {
                padding-left: 60px;
                border-radius: 0;
            }



            .navigation li.prev_post a:before {
                left: 10px;
            }



            .navigation li.next_post a:before {
                left: 10px;
            }



            .navigation li a:before {
                width: 40px;
                height: 40px;
                line-height: 40px;
            }



            .navigation li a .meta_nav {
                font-size: 14px;
                color: #333;
                margin-bottom: 0;
            }



            .navigation li a {
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 10px;
            }



                .navigation li a .post_title {
                    font-size: 13px;
                }
}







.news li {
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
    transition: all .5s;
    z-index: 10;
    list-style: none;
    padding-bottom: 0;
}



.news li {
    margin-bottom: 30px;
}



    .news li .column {
        background: #f7f7f7;
        display: flex;
    }



    .news li .image {
        border-radius: 0;
        display: inline-block;
        min-width: 260px;
        max-width: 260px;
        overflow: hidden;
    }



        .news li .image img {
            width: 100%;
            transition: all .9s;
        }



    .news li:hover .image img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }



    .news li .wrap {
        padding: 20px;
    }



    .news li .title {
        display: block;
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        max-height: 48px;
        margin-bottom: 10px;
        font-weight: 600;
    }



        .news li .title:hover {
            color: #ee7b00;
            text-decoration: none;
        }



    .news li .text {
        font-size: 14px;
        color: #808080;
        line-height: 24px;
        overflow: hidden;
        max-height: 48px;
    }



    .news li .page_more {
        font-size: 14px;
        color: #808080;
    }



        .news li .page_more:hover {
            color: #ee7b00;
        }







@media only screen and (max-width: 1480px) {



    .news li .image {
        min-width: 180px;
        max-width: 180px;
    }
}



@media only screen and (max-width: 768px) {



    .news li {
        margin-bottom: 20px;
        padding: 0;
    }



        .news li .wrap {
            padding: 20px 10px;
        }



        .news li .title {
            font-size: 16px;
            height: auto;
            max-height: 48px;
            margin-bottom: 10px;
        }



        .news li .text {
            font-size: 13px;
            height: auto;
            max-height: 48px;
        }
}



@media only screen and (max-width: 480px) {



    .news li .column {
        display: block;
    }



    .news li .wrap {
        margin-left: 0;
    }
}







.news_detail_info {
    text-align: left;
}



    .news_detail_info .news_detail_title {
        margin-bottom: 30px;
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 0;
    }



        .news_detail_info .news_detail_title em.title {
            color: #333333;
            font-size: 18px;
            line-height: 24px;
            display: block;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 15px;
            padding-right: 20px;
        }



    .news_detail_info .date {
        width: auto;
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 10px;
        padding: 2px 5px;
        display: inline-block;
        background: #ee7b00;
        text-align: center;
    }



        .news_detail_info .date p {
            margin: 0;
            margin-left: 5px;
            display: inline-block;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 24px;
        }



        .news_detail_info .date em {
            display: inline-block;
            padding: 0;
            border: none;
            font-size: 16px;
            line-height: 100%;
            font-weight: 700;
            color: #fff;
        }



    .news_detail_info .txt img {
        max-width: 100%;
        height: auto;
    }



    .news_detail_info .txt a {
        color: #ee7b00;
    }



    .news_detail_info .txt ul {
        padding-left: 20px;
    }



    .news_detail_info .txt em {
        font-style: italic;
    }







@media only screen and (min-width: 768px) {



    .news_detail_info {
        background: #f7f7f7;
        padding: 30px;
        border-radius: 0;
    }
}



@media only screen and (max-width: 768px) {



    .news_detail_info .news_detail_title {
        display: block;
    }



        .news_detail_info .news_detail_title em.title {
            font-size: 16px;
            padding-right: 0;
        }
}







/*blog*/



.left-blog {
    margin-bottom: 40px;
}



    .left-blog ul {
        list-style: none;
        margin-top: 0;
        background: #fff;
        padding: 10px 10px 30px 10px;
        box-shadow: 0 5px 15px 1px rgba(0,0,0,0.03);
        border: 2px solid #f2f2f2;
        border-top: none;
    }



        .left-blog ul li {
            margin-bottom: 0;
        }



            .left-blog ul li a {
                display: block;
                font-size: 14px;
                border-radius: 0;
                color: #555555;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                padding: 10px 0;
                line-height: 24px;
                position: relative;
                padding-left: 25px;
                border-bottom: 1px solid #f7f7f7;
            }



                .left-blog ul li a:hover {
                    background: #ee7b00;
                    color: #fff;
                    text-decoration: none;
                }



                .left-blog ul li a:before {
                    position: absolute;
                    left: 10px;
                    top: 19px;
                    width: 4px;
                    height: 4px;
                    background: #ced2d9;
                    display: inline-block;
                    content: '';
                }



                .left-blog ul li a:hover:before {
                    left: 10px;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: #fff;
                }



.blog-archives {
    margin-bottom: 40px;
    background: #fff;
    padding: 15px;
    border: 2px solid #f2f2f2;
    border-top: 3px solid #ee7b00;
}



    .blog-archives .fot_title {
        border-bottom: none;
        padding-bottom: 5px;
    }



    .blog-archives ul {
        list-style: none;
        padding-top: 0;
    }



        .blog-archives ul li {
            margin-bottom: 0;
            position: relative;
            border-bottom: 1px solid #eee;
        }



            .blog-archives ul li:before {
                content: '';
                width: 100%;
                background: #ee7b00;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                transform: scaleX(0);
                transform-origin: 0 0 0;
                transition: all 0.4s ease 0s;
            }



            .blog-archives ul li:hover:before {
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                opacity: 1;
                visibility: visible;
                transform: scaleX(1);
            }



            .blog-archives ul li a {
                padding: 10px 5px;
                display: block;
                font-size: 14px;
                transition: all .5s;
                line-height: 24px;
                position: relative;
                z-index: 2;
            }



            .blog-archives ul li:hover a {
                color: #fff;
                text-decoration: none;
                padding-left: 15px;
            }



            .blog-archives ul li a:after {
                content: '';
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -7px;
                width: 8px;
                height: 14px;
                background: url(../png/icon.png) no-repeat;
                background-position: -117px -327px;
                opacity: 0;
                transition: all 0.5s;
            }



            .blog-archives ul li:hover a:after {
                opacity: 1;
                right: 10px;
            }







.blog-tags {
    margin-bottom: 40px;
    background: #fff;
    padding: 15px;
    border: 2px solid #f2f2f2;
    border-top: 3px solid #ee7b00;
}



    .blog-tags .fot_title {
        border-bottom: none;
        padding-bottom: 5px;
    }



    .blog-tags ul {
        list-style: none;
        padding-top: 10px;
    }



        .blog-tags ul li {
            display: inline-block;
            margin: 5px;
        }



            .blog-tags ul li a {
                display: inline-block;
                border-radius: 0;
                background: #ECECEC;
                padding: 3px 15px;
                font-size: 13px;
                line-height: 24px;
                transition: all .5s;
            }



                .blog-tags ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background: #ee7b00;
                    border-color: #ee7b00;
                    border-radius: 25px;
                }







.blog_list {
    list-style: none;
}



    .blog_list > li {
        margin-bottom: 40px;
        position: relative;
        transition: all .5s;
        z-index: 10;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 30px;
        border-radius: 0;
        display: flex;
        align-items: flex-start;
    }



        .blog_list > li:last-child {
            margin-bottom: 10px;
        }



        .blog_list > li:before {
            content: '';
            background: #fff;
            box-shadow: 0 5px 30px 1px rgba(0,0,0,0.05);
            transition: all .5s;
            position: absolute;
            left: 20px;
            top: 20px;
            right: 20px;
            bottom: 20px;
            z-index: -1;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            opacity: 0;
            display: block;
            border-radius: 0
        }



        .blog_list > li:hover:before {
            left: -20px;
            top: -20px;
            right: -20px;
            bottom: -5px;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
        }



    .blog_list li .image {
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
        border-radius: 0;
        min-width: 240px;
        max-width: 240px;
        margin-right: 20px;
    }



        .blog_list li .image img {
            max-width: 100%;
            height: auto;
            -webkit-transition: all var(--transition-time,800ms);
            -o-transition: all var(--transition-time,800ms);
            transition: all var(--transition-time,800ms);
        }



    .blog_list li:hover .image img {
        -webkit-transform: scale(var(--scale-multiplier,1.05));
        -ms-transform: scale(var(--scale-multiplier,1.05));
        transform: scale(var(--scale-multiplier,1.05));
    }







    .blog_list li .title {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        max-height: 48px;
        display: block;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 10px;
    }



    .blog_list li:hover .title {
        color: #ee7b00;
        text-decoration: none;
    }



    .blog_list li .text {
        color: #808080;
        font-size: 13px;
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
        margin-top: 0;
    }



    .blog_list li .post_blog_tag {
        margin-bottom: 0;
    }



    .blog_list li .main_more {
        margin-bottom: 20px;
    }



        .blog_list li .main_more a {
            line-height: 32px;
            height: 32px;
            font-size: 12px;
        }







.post_blog_tag {
    border-radius: 0;
    border-top: 1px dashed #e5e5e5;
    margin-top: 10px;
    padding-top: 10px;
}



    .post_blog_tag > p {
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        color: #333;
        font-weight: 700;
    }



        .post_blog_tag > p i {
            color: #ccc;
            margin-right: 5px;
        }



    .post_blog_tag li {
        display: inline-block;
        margin: 5px 0 0 5px;
        position: relative;
        border: none;
        padding: 0;
    }



        .post_blog_tag li a {
            display: inline-block;
            background: #ECECEC;
            font-size: 13px;
            border-radius: 0;
            line-height: 20px;
            color: #4d4d4d;
            padding: 5px 15px;
            transition: all .5s;
            text-transform: capitalize;
        }



        .post_blog_tag li:hover a {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
            text-decoration: none;
            background: #ee7b00;
            color: #fff;
            border-color: #ee7b00;
            border-radius: 20px;
        }







@media only screen and (max-width: 992px) {



    .left-blog {
        padding: 0;
        border: none;
        margin-bottom: 20px;
    }



    .blog_list li .right {
        padding-left: 65px;
        width: 100%;
    }



    .left-blog .left_title {
        display: block;
    }



    .blog-list p, .blog-cat p {
        margin-bottom: 15px;
    }



    .blog-list {
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px;
    }



    .blog-archives, .blog-tags {
        margin-bottom: 20px;
        padding: 0;
        border: none;
        box-shadow: none;
    }



    .blog_list li .date em {
        font-size: 60px;
        line-height: 56px;
    }
}







@media only screen and (max-width: 768px) {



    .blog_list > li {
        margin-bottom: 30px;
        padding: 0;
    }



        .blog_list > li .page_date {
            position: inherit;
            right: auto;
            top: auto;
        }



        .blog_list > li:hover:before {
            left: -10px;
            top: -10px;
            right: -10px;
            bottom: -10px;
        }



    .blog_list {
        border: none;
    }



    .blog_tag > p {
        display: block;
    }



    .blog_list li .right {
        padding-left: 80px;
    }



    .blog_list li .title {
        font-size: 14px;
        margin-bottom: 10px;
    }



    .blog_list li .text {
        max-height: 48px;
        font-size: 13px;
    }



    .blog_list li .post_blog_tag {
        margin-top: 15px;
    }



    .blog_list li .image {
        min-width: 180px;
        max-width: 180px;
        margin-right: 10px;
    }



    .post_blog_tag {
        padding: 0;
        padding-top: 10px;
        border-radius: 0;
    }



        .post_blog_tag > p {
            display: block;
        }



        .post_blog_tag li a {
            font-size: 12px;
            padding: 3px 10px;
        }
}







@media only screen and (max-width: 480px) {



    .blog_list > li {
        padding-bottom: 20px;
        display: block;
    }



    .blog_list li .right {
        padding: 0;
        padding-top: 10px;
    }



    .blog_list li .more {
        letter-spacing: 0;
    }



    .blog_list li .title {
        font-size: 15px;
    }



    .blog_list li .image {
        min-width: 120px;
        max-width: 120px;
    }
}







/*products*/



.page_pro_nav {
    background: #f7f7f7;
    padding: 20px 0;
}



    .page_pro_nav .list {
        list-style: none;
        margin-right: -5px;
        margin-left: -5px;
        display: flex;
    }



        .page_pro_nav .list li {
            text-align: center;
            width: 50%;
            padding: 5px;
        }



            .page_pro_nav .list li .column {
                background: #fff;
                padding: 10px;
                transition: all .5s;
                position: relative;
            }



            .page_pro_nav .list li:hover .column {
                box-shadow: 0 5px 10px 1px rgba(0,0,0,0.05);
            }



            .page_pro_nav .list li .column:before {
                top: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(255, 255, 255, 0);
                border-top-color: #ee7b00;
                border-width: 7px;
                display: inline-block;
                transform: translate(-50%, 0);
                opacity: 0;
            }



            .page_pro_nav .list li .column:after {
                content: '';
                width: 0;
                height: 3px;
                background: #ee7b00;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: all .5s;
            }



            .page_pro_nav .list li:hover .column:after {
                width: 100%;
            }



            .page_pro_nav .list li .image {
                overflow: hidden;
                display: block;
                max-width: 180px;
                margin: auto;
            }



                .page_pro_nav .list li .image img {
                    width: 100%;
                    transition: all .9s;
                    -webkit-filter: grayscale(100%);
                    -moz-filter: grayscale(100%);
                    -ms-filter: grayscale(100%);
                    -o-filter: grayscale(100%);
                    filter: grayscale(100%);
                    filter: gray;
                }



            .page_pro_nav .list li:hover .image img {
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
                filter: grayscale(0);
                filter: none;
            }



            .page_pro_nav .list li .title {
                display: block;
                margin-top: 10px;
                font-size: 14px;
                line-height: 24px;
                overflow: hidden;
                height: 72px;
            }



            .page_pro_nav .list li:hover .title {
                text-decoration: none;
                color: #ee7b00;
            }







            .page_pro_nav .list li.active .column:before {
                opacity: 1;
            }



            .page_pro_nav .list li.active .column:after {
                width: 100%;
            }



            .page_pro_nav .list li.active .title {
                font-weight: 700;
                color: #ee7b00;
            }



            .page_pro_nav .list li.active .image img {
                filter: grayscale(0);
                filter: none;
            }







    .page_pro_nav .list_childmenu {
        list-style: none;
        margin-top: 40px;
        border-top: 1px solid #e5e5e5;
        padding-bottom: 20px;
        padding-top: 30px;
    }



        .page_pro_nav .list_childmenu li {
            margin-right: 10px;
            margin-bottom: 10px;
            display: inline-block;
        }



            .page_pro_nav .list_childmenu li a {
                font-size: 12px;
                line-height: 20px;
                padding: 10px;
                background: #fff;
                border: 2px solid #eee;
                transition: all .5s;
                text-transform: capitalize;
                display: inline-block;
            }



                .page_pro_nav .list_childmenu li.active a,
                .page_pro_nav .list_childmenu li a:hover {
                    background: #ee7b00;
                    border-color: #ee7b00;
                    border-radius: 5px;
                    color: #fff;
                    text-decoration: none;
                }







.page_section .main_title {
    text-align: left;
}



    .page_section .main_title .line:before {
        display: none;
    }







.pro-text {
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
}



    .pro-text .column {
        line-height: 28px;
        font-size: 14px;
        overflow: hidden;
    }



    .pro-text img {
        max-width: 100%;
        height: auto;
    }







@media only screen and (max-width: 992px) {



    .page_pro_nav .list {
        display: block;
    }



        .page_pro_nav .list li {
            float: left;
            width: 25%;
        }



            .page_pro_nav .list li .column {
                padding: 5px;
            }



            .page_pro_nav .list li .title {
                font-size: 12px;
                line-height: 20px;
                height: 60px;
            }
}



@media only screen and (max-width: 768px) {



    .page_pro_nav .list li {
        width: 33.33%
    }



    .page_pro_nav .list_childmenu {
        margin-top: 20px;
        padding-bottom: 0;
    }



        .page_pro_nav .list_childmenu li {
            margin-right: 5px;
            margin-bottom: 5px;
        }



            .page_pro_nav .list_childmenu li a {
                padding: 5px 10px;
                border-width: 1px;
            }
}







.pro_top .pro-img {
    padding: 0;
}



    .pro_top .pro-img img {
        max-width: 100%;
        height: auto;
    }



.pro-text {
    color: #333;
    margin-bottom: 20px;
    border-radius: 0;
}



    .pro-text .column img {
        max-width: 100%;
        height: auto;
    }



    .pro-text .column em {
        font-style: italic;
    }



    .pro-text .column ul {
        padding-left: 20px;
    }







.cbp-vm-switcher {
    width: 100%;
    margin-bottom: 30px;
}



.cbp-vm-options {
    text-align: left;
    margin-bottom: 0;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-radius: 0;
}



    .cbp-vm-options em {
        display: inline-block;
        float: left;
        font-weight: 700;
        font-size: 20px;
        color: #4d4d4d;
        text-transform: uppercase;
        line-height: 38px;
    }



    .cbp-vm-options a {
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 0;
        color: #ee7b00;
        margin-right: 3px;
        float: left;
        font-size: 16px;
    }



    .cbp-vm-options span {
        display: inline-block;
        float: right;
        font-size: 12px;
        color: #ccc;
    }



    .cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
        color: #fff;
        background: #ee7b00;
        border-color: #ee7b00;
    }



    .cbp-vm-options a:before {
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }







/* General list */



.cbp-vm-switcher > ul {
    list-style: none;
    padding: 0;
}







/* Clear eventual floats */



.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
    content: " ";
    display: table;
}



.cbp-vm-switcher ul:after {
    clear: both;
}







.cbp-vm-switcher > ul > li {
    display: block;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
}



.cbp-vm-image .cbp-image-hover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: scale(1.05);
    background: #fff;
    text-align: center;
}



    .cbp-vm-image .cbp-image-hover img {
        max-height: 100%;
        width: auto;
    }



.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transform: scale(1.0);
}



.cbp-vm-switcher ul li > div {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 0;
    transition: all .5s;
}







.cbp-vm-switcher > ul > li > div {
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
    border-radius: 0;
}



.cbp-vm-switcher > ul > li:hover > div {
    border-color: transparent;
    z-index: 99;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    border-color: #fff;
}



/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 20px 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}



.cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/



.cbp-vm-image > a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 5;
    width: 100%;
    height: 100%;
}



.cbp-vm-image img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
    width: 100%;
    border-radius: 0;
}



.cbp-vm-switcher > ul > li .cbp-vm-image {
    display: block;
    position: relative;
    z-index: 2;
    transition: all .5s;
    border-radius: 0;
    border: 1px solid #f2f2f2;
}







.cbp-vm-details {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #808080;
}







/* Large grid view */



.cbp-vm-view-grid ul {
    text-align: left;
    margin-right: -5px;
    margin-left: -5px;
}







    .cbp-vm-view-grid ul li {
        width: 25%;
        float: left;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        padding: 8px;
        position: relative;
    }



        .cbp-vm-view-grid ul li > div {
            padding: 5px;
            background: #fff;
            border: 1px solid #f2f2f2;
            border-radius: 0;
        }



.cbp-vm-view-grid > ul > li:hover > div {
    border-color: transparent;
    z-index: 99;
    box-shadow: 0 5px 20px 1px rgba(0,0,0,0.05);
    border-color: #fff;
    background: #fff;
}



.cbp-vm-view-grid ul li .cbp-vm-image {
    border-color: #fff;
}



.cbp-vm-view-grid ul li:hover .cbp-vm-image {
    border-color: #fff;
}

.cbp-vm-view-grid ul li .imgBox {
    padding-bottom: 100%;
}

.cbp-vm-view-grid ul li .cbp-list-left {
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 999;
}



.cbp-vm-view-grid ul li .cbp-title {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}



.cbp-vm-view-grid ul li:hover .cbp-title {
    color: #ee7b00;
    text-decoration: none;
}



.cbp-vm-view-grid ul li .cbp-vm-details {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-top: 0;
    transition: all .5s;
    display: none;
}



.cbp-vm-view-grid ul li .cbp-list-more {
    display: none;
}



.cbp-vm-view-grid ul li .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    z-index: -1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 5px 10px;
    width: 100%;
    background: #fff;
}



.cbp-vm-view-grid ul li:hover .more {
    opacity: 1;
    z-index: 22;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    bottom: 0;
}



.cbp-vm-view-grid ul li .more .main_more {
    margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    background: #ee7b00;
    color: #fff;
    border: none;
}



    .cbp-vm-view-grid ul li .more .main_more:after {
        opacity: 1;
        position: relative;
        top: auto;
        right: auto;
        margin-left: 5px;
    }



    .cbp-vm-view-grid ul li .more .main_more:hover:after {
        animation: scroll_right_anim 1.5s infinite;
    }







.cbp-vm-view-grid .post_blog_tag {
    display: none;
}



.cbp-vm-view-grid .cbp-list-center {
    padding: 20px 0;
    position: relative;
    z-index: 999;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 98% bottom;
}



.cbp-vm-view-grid ul li:hover .cbp-list-center {
    background-color: #fff;
}



/* List view */



.cbp-vm-view-list > ul {
    margin: 0;
    margin-top: 20px;
}



    .cbp-vm-view-list > ul > li {
        text-align: left;
        padding: 0;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }



        .cbp-vm-view-list > ul > li:hover > div {
            box-shadow: none;
        }



.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
    content: " ";
    display: table;
}



.cbp-vm-view-list li:after {
    clear: both;
}



.cbp-vm-view-list > ul > li > div {
    padding: 0;
    border: none;
}



    .cbp-vm-view-list > ul > li > div:before, .cbp-vm-view-list > ul > li > div:after {
        display: none;
    }



.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
    display: inline-block;
    vertical-align: middle;
}



.cbp-vm-view-list .cbp-vm-image {
    width: 24%;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}



.cbp-vm-view-list ul li > div .cbp-list-center {
    width: 76%;
    display: inline-block;
    padding-top: 8px;
}



.cbp-vm-view-list ul li .cbp-title {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    margin-bottom: 10px;
    font-weight: 700;
}



.cbp-vm-view-list ul li:hover .cbp-title {
    color: #ee7b00;
    text-decoration: none;
}



.cbp-vm-view-list ul li .cbp-vm-details {
    margin-top: 0;
    height: auto;
    padding: 0;
    max-height: 48px;
    font-size: 14px;
    display: none;
}



.cbp-vm-view-list > ul > li .cbp-list-left .line {
    display: none;
}







.cbp-vm-view-list ul li .post_blog_tag {
    margin-top: 15px;
}



.cbp-vm-view-list ul li .more .main_more {
    margin-top: 30px;
    color: #808080;
    background: none;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    border: 2px solid #faccd0;
    color: #ee7b00;
    background-color: transparent;
}



    .cbp-vm-view-list ul li .more .main_more:hover {
        color: #fff;
        border-color: #ee7b00;
        background-color: #ee7b00;
    }



    .cbp-vm-view-list ul li .more .main_more:after {
        background-position: -51px -58px;
    }



    .cbp-vm-view-list ul li .more .main_more:hover:after {
        background-position: -65px -58px;
    }







.cbp-vm-view-list .cbp-hover {
    display: none;
}



.cbp-vm-view-list .cbp-list-center {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
}



    .cbp-vm-view-list .cbp-list-center .cbp-list-left {
        padding-left: 0;
    }



.cbp-vm-view-list .cbp-list-more {
    display: block;
    margin-top: 20px;
    float: right;
    padding-right: 0;
}







@media screen and (max-width: 1260px) {



    .cbp-vm-view-grid ul li .cbp-title {
        font-size: 20px;
    }
}



@media screen and (max-width: 992px) {



    .cbp-vm-view-grid ul li {
        width: 33.33%;
    }



    .cbp-vm-view-list ul li > div .cbp-list-center {
        padding-top: 0;
    }



    .product_section .page-right {
        float: none;
        padding: 0;
    }
}







@media only screen and (max-width: 768px) {



    .pro-cat li {
        margin-bottom: 10px;
    }



    .cbp-vm-options {
        margin-top: 0;
    }



    .cbp-vm-view-list ul li .cbp-list-left .more {
        letter-spacing: 0;
    }



    .pro_top .pro-img {
        display: none;
    }



    .cbp-vm-view-list > ul > li > div {
        border-radius: 0;
        padding: 0;
    }



    .cbp-vm-view-grid > ul > li > div {
        border-width: 1px;
        padding: 0;
    }
}







@media screen and (max-width: 520px) {



    .pro-text .box {
        max-height: 336px;
        overflow: hidden;
    }



    .cbp-vm-view-grid ul li {
        width: 50%;
    }



    .cbp-vm-options {
        text-align: center;
    }



    .cbp-vm-view-list > ul > li {
        width: 100%;
        padding-bottom: 15px;
    }



    .cbp-vm-view-list ul li .cbp-vm-details {
        height: 40px;
        line-height: 20px;
    }



    .cbp-vm-view-list .cbp-list-center {
        width: 100%;
        margin-top: 10px;
    }



    .cbp-vm-view-list ul li .cbp-vm-details {
        width: 100%;
        font-size: 13px;
    }



    .cbp-vm-view-list .cbp-vm-image {
        width: 100%;
        max-width: 180px;
    }



    .cbp-vm-view-list ul li > div > div {
        width: 100%;
    }



    .cbp-vm-view-grid ul li {
        margin-bottom: 0;
    }



    .cbp-vm-view-list ul li .cbp-title {
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        max-height: 48px;
    }



    .cbp-vm-view-grid ul li .cbp-title {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 24px;
        max-height: 48px;
        height: auto;
        font-family: 'Montserrat';
    }



    .cbp-vm-view-grid ul li:nth-child(2n+1) {
        clear: both;
    }



    .cbp-vm-view-list .cbp-list-view {
        display: none;
    }



    .cbp-vm-view-grid ul li .cbp-vm-details {
        display: none;
    }



    .cbp-vm-view-list ul li > div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
        width: 100%;
        padding: 0;
    }



    .cbp-vm-view-list .pro-list-tags p {
        display: block;
    }



    .cbp-vm-view-list .cbp-list-more {
        padding: 0;
    }



        .cbp-vm-view-list .cbp-list-more .main-more {
            display: inline-block;
            margin-right: 10px;
        }



    .cbp-vm-view-grid .cbp-list-center {
        padding: 5px;
    }



    .cbp-vm-switcher > ul > li .cbp-vm-image {
        border-width: 1px;
    }



    .cbp-vm-view-grid ul li .line {
        display: none;
    }



    .cbp-vm-options em {
        display: block;
        float: none;
        margin-bottom: 10px;
    }



    .cbp-vm-view-grid ul li .more {
        display: none;
    }



    .cbp-vm-view-list ul li .wrap_more {
        float: none;
        margin-top: 10px;
    }



    .cbp-vm-view-list ul li .more .main_more {
        font-size: 12px;
        margin-top: 20px;
    }



    .page_section .main_title {
        margin-bottom: 20px;
    }



    .cbp-vm-switcher {
        margin-bottom: 20px;
    }
}







@media screen and (max-width: 400px) {



    .pro-text {
        padding: 0;
    }



        .pro-text .column {
            font-size: 13px;
        }



    .cbp-vm-view-grid ul li {
        padding: 5px;
    }



        .cbp-vm-view-grid ul li .cbp-title {
            font-size: 12px;
            margin-top: 0;
            line-height: 20px;
            height: 60px;
            font-weight: 400;
            max-height: 60px;
            margin-bottom: 5px;
        }



        .cbp-vm-view-grid ul li .cbp-list-left {
            padding: 0;
        }



    .cbp-vm-image .image_more {
        display: none;
    }
}



/*products main*/







/* CSS for the loading div */



.prom_img {
    padding: 0;
    text-align: center;
    padding-right: 0;
}



.sp-loading {
    text-align: center;
    max-width: 100%;
    border: 2px solid #fafafa;
    padding: 2px;
    border-radius: 0;
    font-size: 12px;
    color: #888;
}



    .sp-loading img {
        max-width: 100%;
        height: auto;
    }







/* Element wrapper */







.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    border-radius: 3px;
    /**************



	  Set max-width to your thumbnail width



	***************/



    text-align: center;
    max-width: 100%;
    width: 100%;
}







/* Thumbnails */







.sp-thumbs {
    text-align: left;
    display: block;
    padding: 10px 0;
    margin-right: -3px;
    margin-left: -3px;
}



    .sp-thumbs a {
        position: relative;
        border: 1px solid #eee;
    }



    .sp-thumbs img {
        min-height: 56px;
        min-width: 56px;
        max-width: 56px;
    }



    .sp-thumbs a:link, .sp-thumbs a:visited {
        width: 68px;
        height: 68px;
        overflow: hidden;
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
        display: inline-block;
        background-size: cover;
        background-position: center;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 3px;
        border-radius: 0;
    }



    .sp-thumbs a:hover {
        opacity: 1;
        border-color: #ee7b00;
    }







    /* Styles for the currently selected thumbnail */







    .sp-thumbs a:active, .sp-thumbs a.sp-current {
        opacity: 1 !important;
        position: relative;
        border-color: #ee7b00;
        box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
    }







        .sp-thumbs a.sp-current:after {
            transform: scaleX(1);
            visibility: visible;
        }







/* Image currently being viewed */







.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0;
}



    .sp-large a img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }



    .sp-large a {
        display: block;
    }







/* Panning Zoomed Image */







.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}



/* Lightbox */







.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 99999999;
    display: none;
    cursor: pointer;
}



    .sp-lightbox img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 90%;
        max-height: 90%;
    }



#sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
    text-align: center;
}



#sp-prev {
    left: 14%;
}



    #sp-prev:before {
        content: "\f104";
        font-family: 'FontAwesome';
        font-size: 24px;
        line-height: 46px;
    }



#sp-next {
    right: 14%;
}



    #sp-next:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 24px;
        line-height: 46px;
    }



    #sp-prev:hover, #sp-next:hover {
        background: #444;
    }







.sp-thumbs::-webkit-scrollbar {
    width: 5px;
}



.sp-thumbs::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}







.sp-thumbs::-webkit-scrollbar-thumb {
    background-color: #ccc;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}







/* Tweak styles for small viewports */







@media screen and (max-width: 768px) {



    #sp-prev {
        left: 10px;
    }



    #sp-next {
        right: 10px;
    }
}







@media screen and (max-width: 400px) {



    .sp-wrap {
        margin: 0 0 0;
    }



    #sp-prev, #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 75px;
    }
}



.sp-current-big img {
    width: 100%;
}



.sp-large img {
    max-width: none;
}







.pro_info_top {
    position: relative;
    padding-bottom: 50px;
    background: #f7f7f7;
}



    .pro_info_top .container {
        padding: 40px;
        background: #fff;
        box-shadow: 5px 20px 35px 1px rgba(0,0,0,0.05);
        position: relative;
        z-index: 5;
        border-radius: 0;
        padding-top: 50px;
    }



.prom-right {
    padding-left: 30px;
    margin-bottom: 20px;
}



    .prom-right > h1 {
        padding: 0;
        margin: 0;
        display: block;
        font-size: 24px;
        color: #333;
        margin-bottom: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-top: 0;
    }



    .prom-right > div.main {
        font-size: 14px;
        line-height: 24px;
        color: #4d4d4d;
        margin-bottom: 20px;
        max-height: 150px;
        overflow-y: auto;
    }



.prom-right {
    padding: 0 0 0 30px;
    border-radius: 0;
}



    .prom-right .pro-table {
        margin-bottom: 0;
        border: 1px solid rgba(0,0,0,0.1);
        border-bottom: none;
        border-radius: 0;
        overflow: hidden;
    }



        .prom-right .pro-table > em {
            display: block;
            font-size: 16px;
            letter-spacing: 1px;
            font-weight: 700;
            margin-bottom: 10px;
        }



        .prom-right .pro-table ul li {
            list-style: none;
            display: flex;
            align-items: center;
            background: #fff;
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }



            .prom-right .pro-table ul li:nth-child(2n+2) {
                background: #f7f7f7;
            }



            .prom-right .pro-table ul li p {
                display: inline-block;
                font-size: 13px;
                color: #333;
                width: 30%;
                margin: 0;
                font-weight: 600;
                padding: 10px 10px;
                text-transform: capitalize;
            }



            .prom-right .pro-table ul li span {
                color: #333;
                display: inline-block;
                font-size: 13px;
                padding-left: 5px;
                color: #333;
                padding: 10px 10px;
                border-left: 1px solid rgba(0,0,0,0.1);
            }



    .prom-right .mobile_inquiry {
        display: inline-block;
        margin-top: 0;
    }



    .prom-right .main_more {
        vertical-align: middle;
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }



        .prom-right .main_more:after {
            content: '';
            width: 24px;
            height: 24px;
            background: url(../png/icon.png) no-repeat;
            background-position: -326px -98px;
            margin: 0;
            margin-left: 3px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            right: auto;
            top: auto;
            opacity: 1;
            animation: none;
            margin-top: -2px;
        }



        .prom-right .main_more:before {
            position: absolute;
            content: '';
            opacity: 0;
            top: 0;
            left: 0;
            z-index: 1;
            background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
            width: 30%;
            height: 100%;
            transform: skew(-10deg,0deg);
            animation: move 2s;
            animation-iteration-count: infinite;
            animation-delay: 1s;
            border-radius: 0;
            border: none;
        }







    .prom-right .cart_area {
        margin-top: 15px;
        margin-bottom: 10px;
    }



        .prom-right .cart_area .cartnum {
            text-align: center;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ccc;
            max-width: 100%;
            box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset;
            border-radius: 5px;
        }



.pro_social.social_icons {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
}



    .pro_social.social_icons li.title {
        font-weight: 700;
        font-size: 14px;
        color: #808080;
        padding-left: 0;
        text-transform: uppercase;
    }



        .pro_social.social_icons li.title p {
            margin: 0;
            display: inline-block;
            vertical-align: middle;
        }



        .pro_social.social_icons li.title:before {
            margin-right: 5px;
            width: 16px;
            height: 16px;
            background: url(../png/icon.png) no-repeat;
            background-position: -292px -52px;
            display: inline-block;
            content: '';
            vertical-align: middle;
        }



    .pro_social.social_icons li {
        padding: 0 5px;
        vertical-align: middle;
        margin: 0;
    }



        .pro_social.social_icons li a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #e5e5e5;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }



            .pro_social.social_icons li a:hover {
                background: #ee7b00;
            }







.mostBox {
    margin: 0 0 10px 0;
}



    .mostBox .page_title {
        background: #fafafa;
        padding: 0;
    }



        .mostBox .page_title:before, .mostBox .page_title:after {
            display: none;
        }



        .mostBox .page_title em {
            font-size: 24px;
            line-height: 30px;
            background: #0cb76c;
            color: #fff;
            text-transform: uppercase;
            padding: 5px 10px;
            font-weight: 700;
        }



    .mostBox .text em {
        font-style: italic;
    }



    .mostBox .text a:hover {
        color: #ee7b00;
    }



    .mostBox .text ul {
        padding-left: 20px;
    }



    /*products-tab*/



    .mostBox .features-tab {
        margin: 0;
        text-align: left;
        padding: 0px;
        text-align: left;
        margin-top: 0;
    }



        .mostBox .features-tab .nav-tabs {
            margin: 0px;
            padding: 0px;
            border: none;
            border-bottom: 2px solid #e5e5e5;
        }



            .mostBox .features-tab .nav-tabs li > a {
                display: inline-block;
                list-style: none;
                cursor: pointer;
                color: #333;
                text-align: center;
                text-transform: uppercase;
                margin: 0;
                padding: 16px 0;
                border: none;
                font-size: 24px;
                line-height: 100%;
                font-weight: 700;
                background-color: transparent;
                padding-top: 0;
            }



                .mostBox .features-tab .nav-tabs li > a:before {
                    content: '';
                    width: 0;
                    height: 2px;
                    position: absolute;
                    left: 0;
                    bottom: -1px;
                    transition: all .5s;
                    background: #ee7b00;
                    z-index: 5;
                }



            .mostBox .features-tab .nav-tabs > li.active > a,
            .mostBox .features-tab .nav-tabs > li > a:hover,
            .mostBox .features-tab .nav-tabs > li > a:focus {
                color: #333;
                z-index: 99;
            }



            .mostBox .features-tab .nav-tabs li.active > a:before,
            .mostBox .features-tab .nav-tabs li > a:hover:before,
            .mostBox .features-tab .nav-tabs li > a:focus:before {
                width: 100%;
            }



    .mostBox .tab-content {
        padding-top: 30px;
    }







.products > .title {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    padding: 2px 0;
}



    .products > .title i {
        background: #0d58cb;
        color: #fff;
        padding: 10px;
        font-size: 16px;
        border-radius: 50%;
        vertical-align: middle;
    }



    .products > .title h1 {
        margin: 0;
        display: inline-block;
        color: #555555;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 36px;
        font-family: 'MontserratB';
        position: relative;
        z-index: 2;
        vertical-align: middle;
        margin-left: 10px;
    }







#pro_inquiry {
    margin: 0;
    position: relative;
    background: none;
    margin-bottom: 40px;
    margin-top: 30px;
}



    #pro_inquiry .main_title {
        margin-top: 0;
    }



    #pro_inquiry .send_column {
        border: none;
        box-shadow: 0 10px 38px 0 rgba(0,0,0,0.1);
        padding: 0;
        border-radius: 0;
        overflow: hidden;
    }



        #pro_inquiry .send_column:after {
            display: none;
        }



    #pro_inquiry #email_form {
        padding: 30px;
    }



    #pro_inquiry .title {
        font-size: 32px;
        background: #ee7b00;
        padding: 30px 20px 52px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        line-height: 120%;
        border-radius: 0;
    }



        #pro_inquiry .title:before {
            content: '';
            margin-right: 10px;
            background: url(../png/icon.png) no-repeat -277px -328px;
            display: inline-block;
            width: 68px;
            height: 60px;
            vertical-align: middle;
        }



    #pro_inquiry .text {
        margin-bottom: 10px;
        color: #666;
        line-height: 20px;
        background: #fff;
        margin-top: -50px;
        padding: 15px;
        border-radius: 0;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        border-bottom: 1px solid #e5e5e5;
        margin: 0px 20px;
        margin-top: -30px;
    }



    #pro_inquiry .main_more {
        background-color: #ee7b00;
    }



    #pro_inquiry .send_column ul li textarea:focus {
        border-color: #ee7b00;
    }



    #pro_inquiry .send_column ul li input:focus {
        border-color: #ee7b00;
    }







@media only screen and (max-width: 992px) {



    .sp-thumbs a:link, .sp-thumbs a:visited {
        width: 50px;
        height: 50px;
    }



    .products .pro_img {
        width: 100%;
        padding: 0;
    }



    .products .pro-right {
        width: 100%;
        padding: 0;
        padding-left: 20px;
    }



    .prom-right .pro-table ul li p {
        width: 26%;
    }



    .prom_img {
        margin-bottom: 0;
        padding: 0;
    }



    .prom-right .pro-table {
        margin-bottom: 0;
    }



    #pro_inquiry {
        position: relative;
        z-index: 9999;
    }



        #pro_inquiry .send_content .send_column {
            display: block;
        }
}







@media only screen and (max-width: 768px) {



    .pro_info_top {
        padding-top: 30px;
        padding-bottom: 0;
        background: #f7f7f7;
    }



    .pro-right {
        padding: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }



    .sp-thumbs {
        text-align: left;
    }



    .prom-right .pro-table {
        margin-top: 15px;
        margin-bottom: 0;
    }



    .prom-right {
        padding: 0;
        margin-bottom: 0;
        background-image: none;
        padding-top: 20px;
    }



        .prom-right .pro-table ul li p, .prom-right .pro-table ul li span {
            padding: 8px;
        }



    .pro_info_top:before {
        width: 100%;
    }



    .products .pro_inquiry .message {
        padding: 0;
    }



    .mostBox {
        margin-top: 0;
    }



        .mostBox .tab-scroll {
            margin-left: 0;
            padding-bottom: 0;
        }



    .products .pro-list-tags p {
        display: block;
    }



    .pro_message li .meInput, .pro_message li .meText {
        width: 100%;
    }



    .pro_message .main_title {
        text-align: center;
    }



        .pro_message .main_title > em {
            background-position: center bottom;
        }



    .prom-right > h1 {
        font-size: 18px;
    }



    .prom_main {
        padding: 40px 0;
    }



        .prom_main .pro_con {
            display: none;
        }



    .products > .title {
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }



        .products > .title h1 {
            font-size: 18px;
            line-height: 28px;
            max-width: 70%;
            margin-left: 5px;
            vertical-align: top;
        }



    .pro_message form {
        max-width: 100%;
    }



    /*.prom-right .mobile_inquiry{position:fixed;bottom:0;right:0;background:#fff;background:#fff;padding:8px 15px;z-index:9999999999;width:100%;text-align:right;height:60px;border-top:1px solid #eee;display: flex;align-items: center;justify-content: flex-end}*/



    .prom-right .mobile_inquiry {
        display: block;
    }



    .prom-right .main_more {
        display: block;
        text-align: center;
        font-size: 15px;
    }



        .prom-right .main_more.more_cart input {
            font-size: 14px;
            padding-left: 15px;
            height: 40px;
            line-height: 42px;
        }



        .prom-right .main_more.more_cart:after {
            top: 14px;
            display: inline-block;
        }



    #parentHorizontalTab02 .resp-tabs-list li {
        font-size: 18px;
        padding: 10px 20px;
        line-height: 24px;
    }



    .pro_footer {
        padding-bottom: 50px;
    }



    #pro_inquiry .main_title .line {
        margin-right: 10px;
    }



    #pro_inquiry {
        display: block !important;
        padding-bottom: 0;
    }



    .pro_social.social_icons li.title {
        display: block;
    }



    .pro_social.social_icons li a {
        width: 34px;
        height: 34px;
    }



    .mostBox .features-tab .nav-tabs li > a {
        font-size: 18px;
    }



    .prom-right > div.main {
        font-size: 13px;
    }



    #pro_inquiry .title:before {
        display: none;
    }



    #pro_inquiry .title {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 52px;
    }



    #pro_inquiry .text {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
        font-size: 13px;
    }



    #pro_inquiry #email_form {
        padding: 15px;
    }



    .pro_info_top {
        padding-left: 10px;
        padding-right: 10px;
    }



        .pro_info_top .container {
            padding: 10px 10px 40px 10px;
            margin-top: -10px;
        }
}







@media only screen and (max-width: 480px) {



    .products .pro-right {
        margin-bottom: 0;
    }



    .prom-right .pro-table ul li p {
        min-width: 45%;
        font-size: 13px;
        font-weight: 400;
        text-transform: capitalize;
    }



    .prom-right .pro-table ul li span {
        font-size: 13px;
        font-weight: 400;
    }
}







.relpro_content {
    margin-top: 40px;
}



    .relpro_content .page_title {
        display: block;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 100%;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #333;
        padding-bottom: 15px;
        position: relative;
        border-bottom: 2px solid #e5e5e5;
    }



        .relpro_content .page_title:after {
            position: absolute;
            left: 0px;
            bottom: -2px;
            width: 60px;
            height: 2px;
            background: #ee7b00;
            content: '';
        }



    .relpro_content .slider {
        padding-top: 0;
    }



        .relpro_content .slider .li {
            padding: 0 8px;
            padding-bottom: 15px;
        }



            .relpro_content .slider .li .column {
                padding: 0;
                position: relative;
                background: #fff;
                text-align: center;
                transition: all .5s;
                border-radius: 0;
                border: 1px solid #f2f2f2;
                overflow: hidden;
            }



            .relpro_content .slider .li:hover .column {
                background: #fff;
                box-shadow: 0 5px 9px rgba(0,0,0,0.08);
                -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
                -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
                transform: translate3d(0,-3px,0);
                -webkit-transform: translate3d(0,-3px,0);
            }



            .relpro_content .slider .li .image {
                display: block;
                overflow: hidden;
                position: relative;
                z-index: 5;
            }



                .relpro_content .slider .li .image img {
                    width: 100%;
                    transition: all .9s;
                }



            .relpro_content .slider .li:hover .image img {
                -webkit-transform: scale(0.95);
                -ms-transform: scale(0.95);
                -o-transform: scale(0.95);
                transform: scale(0.95)
            }



            .relpro_content .slider .li .image > a {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                display: block;
                z-index: 5;
            }



            .relpro_content .slider .li .wrap {
                padding: 10px;
            }



            .relpro_content .slider .li .title {
                display: block;
                font-size: 16px;
                line-height: 24px;
                overflow: hidden;
                height: 48px;
                font-weight: 700;
                margin-top: 5px;
                margin-bottom: 15px;
                position: relative;
                z-index: 5;
            }



                .relpro_content .slider .li .title:hover {
                    text-decoration: none;
                    color: #ee7b00;
                }



            .relpro_content .slider .li .text {
                font-size: 13px;
                line-height: 24px;
                overflow: hidden;
                height: 48px;
                color: #808080;
                margin-bottom: 10px;
                position: relative;
                z-index: 5;
            }







@media only screen and (min-width:768px) {



    .relpro_content .slick-prev {
        left: -50px;
        opacity: 0;
        background: #ee7b00;
    }



        .relpro_content .slick-prev:before {
            background-position: -191px -33px;
        }



    .relpro_content .slick-next {
        right: -50px;
        opacity: 0;
        background: #ee7b00;
    }



        .relpro_content .slick-next:before {
            background-position: -225px -33px;
        }



    .relpro_content:hover .slick-prev {
        opacity: 0.5;
        left: 10px;
    }



    .relpro_content:hover .slick-next {
        opacity: 0.5;
        right: 10px;
    }
}







@media only screen and (max-width: 768px) {



    .relpro_content .slider .li {
        padding: 0 5px;
        min-height: inherit;
    }



        .relpro_content .slider .li .column {
            padding: 5px;
        }



        .relpro_content .slider .li .title {
            font-size: 14px;
            line-height: 20px;
            height: 60px;
        }



        .relpro_content .slider .li .text {
            font-size: 12px;
        }
}







.video_l {
    list-style: none;
}



    .video_l li {
        padding: 0 10px;
        margin-bottom: 25px;
        text-align: center;
    }



        .video_l li .column {
            transition: all .5s;
            background: #fff;
            border-radius: 0;
        }



        .video_l li:nth-child(4n+1) {
            clear: both;
        }



        .video_l li .image {
            display: block;
            overflow: hidden;
            position: relative;
            transition: all .5s;
            border-radius: 5px;
        }



        .video_l li:hover .image {
            box-shadow: 0 10px 25px 1px rgba(0,0,0,0.1);
        }



        .video_l li .image > a.link {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 20;
        }



        .video_l li .image img {
            max-width: 100%;
            height: auto;
            width: 100%;
            transition: all .9s;
        }



        .video_l li:hover .image img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1)
        }



        .video_l li .ovrly {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 80%;
            display: block;
            opacity: 0;
            transition: all .5s;
            background: linear-gradient(to bottom, rgba(1,112,193,1), rgba(0,0,0,0.5));
            background-image: -moz-linear-gradient(top, rgba(1,112,193,1), rgba(0,0,0,0.5));
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(1,112,193,1)), color-stop(1, rgba(0,0,0,0.5)));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee7b00', endColorstr='#fff', GradientType='0');
        }



        .video_l li:hover .ovrly {
            height: 100%;
            opacity: 0.5;
        }



        .video_l li .single {
            position: absolute;
            opacity: 0;
            transition: all .9s;
            width: 300px;
            height: 300px;
            pointer-events: none;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            left: -15%;
            top: 10%;
            z-index: 2;
            border-radius: 50%;
            background: #fff;
        }



        .video_l li:hover .single {
            opacity: 0.1;
        }



        .video_l li .video_button {
            display: inline-flex;
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            font-size: 18px;
            background: #ee7b00;
            align-items: center;
            justify-content: center;
            z-index: 99;
            color: #fff;
            transition: all .5s;
        }



            .video_l li .video_button .line-video-animation {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                border: 2px solid rgba(255,255,255,0.27);
                border-radius: 50%;
                opacity: 0;
                filter: alpha(opacity=0);
            }



        .video_l li:hover .video_button {
            width: 70px;
            height: 70px;
            text-decoration: none;
            background: #fff;
            color: #ee7b00;
        }



            .video_l li:hover .video_button .line-video-animation {
                animation: squares 3.9s linear 0s infinite;
                -webkit-animation: squares 3.9s linear 0s infinite;
                -ms-animation: squares 3.9s linear 0s infinite;
                -o-animation: squares 3.9s linear 0s infinite;
                -webkit-animation-play-state: running;
                -moz-animation-play-state: running;
                -o-animation-play-state: running;
                animation-play-state: running;
            }



                .video_l li:hover .video_button .line-video-animation.line-video-2 {
                    -webkit-animation-delay: 1.3s;
                    -moz-animation-delay: 1.3s;
                    -o-animation-delay: 1.3s;
                    animation-delay: 1.3s;
                }



                .video_l li:hover .video_button .line-video-animation.line-video-3 {
                    -webkit-animation-delay: 2.6s;
                    -moz-animation-delay: 2.6s;
                    -o-animation-delay: 2.6s;
                    animation-delay: 2.6s;
                }







@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}



@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}



@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}



@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}







.video_l li .title {
    background: #fff;
    padding: 20px 15px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    margin-top: -10px;
    box-shadow: 0 5px 28px 1px rgba(0,0,0,0.05);
}



    .video_l li .title a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }



.video_l li:hover .title a {
    color: #ee7b00;
    text-decoration: none;
}



.video_l li .text {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}



.video_l li .title .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}



    .video_l li .title .line:before,
    .video_l li .title .line:after {
        content: '';
        width: 41px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../single_left.html);
        display: block;
        position: absolute;
        left: 30px;
        top: 5px;
        transition: all 0.5s;
        opacity: 0;
    }



    .video_l li .title .line:after {
        background-image: url(../single_right.html);
        left: auto;
        right: 30px;
    }



.video_l li:hover .title .line:before {
    left: 5px;
    opacity: 1;
}



.video_l li:hover .title .line:after {
    right: 5px;
    opacity: 1;
}







@media only screen and (max-width: 768px) {



    .video_l li {
        padding: 0 5px;
    }
}



@media only screen and (max-width: 480px) {



    .video_l li {
        padding: 0;
        width: 100%;
    }



        .video_l li .title {
            padding: 10px;
        }



            .video_l li .title a {
                font-size: 13px;
                margin-bottom: 0;
                height: auto;
                max-height: 48px;
            }
}











.meft-customer ul {
    list-style: none;
    margin-bottom: 30px;
    border-bottom: none;
}



    .meft-customer ul li a {
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }



        .meft-customer ul li a:hover {
            background: #fafafa;
            color: #23ac38;
            padding: 10px;
            text-decoration: none;
        }







#customer {
}



    #customer ul {
        list-style: none;
    }



        #customer ul li {
            margin-bottom: 30px;
        }



            #customer ul li .title {
                margin-bottom: 10px;
                border-bottom: 1px solid #e5e5e5;
                font-size: 18px;
                line-height: 20px;
                text-transform: uppercase;
                color: #62a70f;
                font-family: 'Montserrat_bold', sans-serif;
                font-weight: normal;
                padding-bottom: 10px;
            }



            #customer ul li h5 {
                display: inline-block;
                color: #62a70f;
                text-transform: uppercase;
                font-size: 13px;
                cursor: pointer;
            }



                #customer ul li h5:before {
                    content: "[";
                    padding-right: 5px;
                }



                #customer ul li h5:after {
                    content: "]";
                    padding-left: 5px;
                }



                #customer ul li h5.UI02 {
                    display: none;
                }



                #customer ul li h5 b {
                    font-weight: normal;
                }



            #customer ul li .text {
                font-size: 14px;
                line-height: 24px;
                color: #676767;
                overflow: hidden;
                height: 48px;
                -webkit-transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out;
                -moz-transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out;
                -o-transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out;
                transition: background-color 0.3s ease-in-out,color 0.3s ease-in-out,opacity 0.3s ease-in-out
            }







.download_info_list {
    list-style: none;
    margin-top: 30px;
}



    .download_info_list li {
        margin-bottom: 20px;
        padding: 0 10px;
    }



        .download_info_list li .wrap {
            border: 2px solid #ebebeb;
            background: #fff url(../bg_down.html) no-repeat 98% 5px;
            transition: all .5s;
            padding: 20px;
            position: relative;
            border-radius: 0;
        }



        .download_info_list li:hover .wrap {
            box-shadow: 0 5px 9px rgba(0,0,0,0.08);
            -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
            -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);
            transform: translate3d(0,-3px,0);
            -webkit-transform: translate3d(0,-3px,0);
        }



        .download_info_list li .wrap:before {
            position: absolute;
            left: -2px;
            top: -2px;
            height: 0;
            content: '';
            width: calc(100% + 4px);
            border-left: 2px solid #ee7b00;
            border-right: 2px solid #ee7b00;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }



        .download_info_list li:hover .wrap:before {
            height: calc(100% + 4px);
        }



        .download_info_list li .wrap:after {
            position: absolute;
            left: -2px;
            top: -2px;
            height: calc(100% + 4px);
            content: '';
            width: 0;
            border-top: 2px solid #ee7b00;
            border-bottom: 2px solid #ee7b00;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }



        .download_info_list li:hover .wrap:after {
            width: calc(100% + 4px);
        }



        .download_info_list li .wrap > a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 10;
        }



        .download_info_list li .wrap > a {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 10;
        }



        .download_info_list li .wrap .icon {
            display: inline-block;
            width: 48px;
            height: 42px;
            background: url(../png/icon.png) no-repeat;
            transition: all .5s;
            background-position: -195px -318px;
        }



        .download_info_list li .wrap:hover .icon {
            background-position: -195px -367px;
        }



        .download_info_list li .wrap .title {
            display: block;
            margin-top: 15px;
            color: #4c4c4c;
            font-size: 16px;
            line-height: 24px;
            font-weight: 700;
            margin-bottom: 10px;
        }



        .download_info_list li .wrap:hover .title {
            color: #ee7b00;
            text-decoration: none;
        }



        .download_info_list li .wrap .date {
            font-size: 13px;
            display: inline-block;
            line-height: 18px;
            color: #808080;
        }







@media only screen and (max-width: 768px) {



    .download_info_list li {
        padding: 0;
    }



        .download_info_list li .wrap {
            padding: 15px;
        }



            .download_info_list li .wrap > .title {
                font-size: 14px;
            }



            .download_info_list li .wrap .date {
                font-size: 12px;
            }
}







.page_faq_l {
    list-style: none;
}



    .page_faq_l li.question {
        position: relative;
    }



        .page_faq_l li.question .column {
            background: #f5f5f5;
            overflow: hidden;
            border-radius: 0;
            padding: 10px;
        }



            .page_faq_l li.question .column > i {
                display: inline-block;
                width: 32px;
                height: 32px;
                margin-right: 10px;
                float: left;
                border-radius: 50%;
                position: relative;
                text-align: center;
                margin-top: 1px;
                font-style: normal;
                background: #ee7b00;
            }



                .page_faq_l li.question .column > i:before,
                .page_faq_l li.question .column > i:after {
                    content: "";
                    width: 10px;
                    height: 2px;
                    background: #fff;
                    display: inline-block;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-left: -5px;
                    margin-top: -1px;
                    transition: all .5s;
                }



                .page_faq_l li.question .column > i:after {
                    -moz-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }



            .page_faq_l li.question .column > em {
                margin: 0;
                display: inline-block;
                max-width: 80%;
                line-height: 24px;
                margin-top: 5px;
                float: left;
                color: #333333;
                font-size: 16px;
            }



    .page_faq_l li.answer {
        color: #808080;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        padding: 15px;
        display: none;
    }



        .page_faq_l li.answer a {
            text-decoration: underline;
        }



            .page_faq_l li.answer a:hover {
                color: #ee7b00;
            }



    .page_faq_l div.clearfix {
        height: 20px;
        display: block;
    }







    .page_faq_l li .column.rotate {
        background: #ee7b00;
        box-shadow: 0 5px 20px 1px rgba(31,54,92,0.15);
        -webkit-box-shadow: 0 5px 20px 1px rgba(31,54,92,0.15);
        -moz-box-shadow: 0 5px 20px 1px rgba(31,54,92,0.15);
    }



        .page_faq_l li .column.rotate > em {
            color: #fff;
        }



        .page_faq_l li .column.rotate > i {
            background: #fff;
        }



            .page_faq_l li .column.rotate > i:before {
                background: #ee7b00;
            }



            .page_faq_l li .column.rotate > i:after {
                background: #ee7b00;
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }



@media only screen and (max-width: 768px) {



    .page_faq_l li.question .column > em {
        font-size: 14px;
        margin-top: 4px;
        line-height: 20px;
    }



    .page_faq_l li.question .column > i {
        width: 28px;
        height: 28px;
    }



        .page_faq_l li.question .column > i:before {
            line-height: 28px;
        }
}



@media only screen and (max-width: 480px) {



    .page_faq_l li.question {
        background-image: none;
        padding: 0;
    }



        .page_faq_l li.question .column, .page_faq_l li.question .column > i {
            border-radius: 0;
        }



    .page_faq_l li.answer {
        padding: 15px 0 10px 0;
        font-size: 12px;
    }



    .page_faq_l li.question .column > em {
        max-width: 82%;
        font-size: 12px;
        font-weight: 700;
    }
}







.project_list {
    list-style: none;
}



    .project_list li {
        margin-bottom: 20px;
        padding: 0 10px;
    }



        .project_list li:nth-child(4n+1) {
            clear: both;
        }



        .project_list li .column {
            transition: all .5s;
        }



        .project_list li .image {
            display: block;
            overflow: hidden;
            position: relative;
            border-radius: 0;
        }



            .project_list li .image > a {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: 10;
                display: block;
            }



            .project_list li .image img {
                transition: all .9s;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
                height: 100%;
                width: 100%;
            }



        .project_list li:hover .image img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1)
        }







        .project_list li .image .more_box {
            position: absolute;
            left: 0;
            top: 10px;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 5;
            transition: all .8s;
            opacity: 0;
        }



        .project_list li:hover .image .more_box {
            top: 0;
            opacity: 1;
        }



        .project_list li .image .more_box .main_more {
            margin: 0;
            background: #fff;
            color: #ee7b00;
        }



            .project_list li .image .more_box .main_more:after {
                background-position: -51px -58px
            }



        .project_list li .image .ovrly {
            position: absolute;
            left: 0;
            top: -50%;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all .5s;
        }



        .project_list li:hover .image .ovrly {
            opacity: 0.5;
            filter: alpha(opacity=50);
            top: 0;
        }



        .project_list li .img {
            height: 220px;
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
        }







        .project_list li .wrap {
            background: #f7f7f7;
            padding: 30px 20px;
            text-align: center;
            position: relative;
            transition: all .5s;
            border-radius: 0;
        }



        .project_list li:hover .wrap {
            background: #fff;
            box-shadow: 0 5px 15px 1px rgba(0,0,0,0.1);
        }



        .project_list li .wrap:before {
            background-color: #ee7b00;
            bottom: calc(100% - 1px);
            content: '';
            height: 10px;
            position: absolute;
            left: 0;
            transform: scaleY(0);
            transform-origin: right bottom;
            transition: transform .7s;
            width: 100%;
            z-index: 2;
        }



        .project_list li:hover .wrap:before {
            transform: scaleY(1);
            -webkit-transition: all 500ms cubic-bezier(0.93,.1,.195,1);
            transition-timing-function: cubic-bezier(0.93,.1,0,1.65);
        }



        .project_list li .title {
            color: #333333;
            font-size: 18px;
            line-height: 24px;
            overflow: hidden;
            height: 48px;
            display: block;
            margin-bottom: 0;
            transition: all .5s;
            margin-top: 0;
            margin-bottom: 10px;
            font-weight: 600;
        }



        .project_list li:hover .title {
            color: #ee7b00;
            text-decoration: none;
        }



        .project_list li .text {
            color: #808080;
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            height: 48px;
        }







@media only screen and (max-width: 992px) {



    .project_list li:nth-child(2n+1) {
        clear: inherit;
    }



    .project_list li:nth-child(3n+1) {
        clear: both;
    }



    .project_list li .image {
        height: 240px;
    }



    .project_list li {
        width: 33.33%;
    }
}



@media only screen and (max-width: 768px) {



    .project_list li:nth-child(2n+1) {
        clear: both;
    }



    .project_list li:nth-child(3n+1) {
        clear: inherit;
    }



    .project_list li .image {
        height: 200px;
    }



    .project_list li {
        width: 50%;
    }
}



@media only screen and (max-width: 480px) {



    .project_list li {
        padding: 0;
        width: 100%;
    }



        .project_list li .title {
            height: auto;
            max-height: 48px;
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: 600;
        }



        .project_list li .wrap {
            padding: 15px 10px;
        }



        .project_list li .text {
            height: 24px;
            font-size: 13px;
        }
}











/*!



 * baguetteBox.js



 * @author  feimosi



 * @version 1.8.2



 * @url https://github.com/feimosi/baguetteBox.js



 */



#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}



    #baguetteBox-overlay.visible {
        opacity: 1
    }



    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center
    }



        #baguetteBox-overlay .full-image figure {
            display: inline;
            margin: 0;
            height: 100%
        }



        #baguetteBox-overlay .full-image img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
            box-shadow: 0 0 8px rgba(0,0,0,.6)
        }



        #baguetteBox-overlay .full-image figcaption {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            line-height: 1.8;
            white-space: normal;
            color: #ccc;
            background-color: #000;
            background-color: rgba(0,0,0,.6);
            font-family: sans-serif
        }



        #baguetteBox-overlay .full-image:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }



#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,transform .4s ease;
    transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease
}



    #baguetteBox-slider.bounce-from-right {
        -webkit-animation: bounceFromRight .4s ease-out;
        animation: bounceFromRight .4s ease-out
    }



    #baguetteBox-slider.bounce-from-left {
        -webkit-animation: bounceFromLeft .4s ease-out;
        animation: bounceFromLeft .4s ease-out
    }



@-webkit-keyframes bounceFromRight {



    0%,100% {
        margin-left: 0
    }



    50% {
        margin-left: -30px
    }
}



@keyframes bounceFromRight {



    0%,100% {
        margin-left: 0
    }



    50% {
        margin-left: -30px
    }
}



@-webkit-keyframes bounceFromLeft {



    0%,100% {
        margin-left: 0
    }



    50% {
        margin-left: 30px
    }
}



@keyframes bounceFromLeft {



    0%,100% {
        margin-left: 0
    }



    50% {
        margin-left: 30px
    }
}



.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}



.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}



    .baguetteBox-button:focus, .baguetteBox-button:hover {
        background-color: rgba(50,50,50,.9)
    }



    .baguetteBox-button#next-button {
        right: 2%
    }



    .baguetteBox-button#previous-button {
        left: 2%
    }



    .baguetteBox-button#close-button {
        top: 20px;
        right: 2%;
        right: calc(2% + 6px);
        width: 30px;
        height: 30px
    }



    .baguetteBox-button svg {
        position: absolute;
        left: 0;
        top: 0
    }



.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}



.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}



.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}



@-webkit-keyframes bounce {



    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }



    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}



@keyframes bounce {



    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }



    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}







/* Styles for the gallery */







.tz-gallery {
    padding: 0;
}



    .tz-gallery > div {
        width: 20%;
        padding: 5px;
    }



    .tz-gallery .thumbnail {
        background: #f7f7f7;
        padding: 15px;
        text-align: center;
        border-radius: 0;
        border: none;
    }



    .tz-gallery .lightbox {
        display: block;
        overflow: hidden;
        padding: 20px;
    }



        .tz-gallery .lightbox:hover {
            border-color: #1226aa;
        }

        .tz-gallery .lightbox .imgBox{
            padding-bottom: 140%;
        }

        .tz-gallery .thumbnail .light_box::before {
            background-image: none;
        }



    .tz-gallery .lightbox img {
        max-width: 100%;
        width: 100%;
        height: auto;
        transition: all .9s;
    }



    .tz-gallery img {
        border-radius: 0;
    }



    .tz-gallery .caption {
        padding: 20px 0 0 0px;
        text-align: left;
        background-color: transparent;
        border-top: none;
        position: relative;
    }



        .tz-gallery .caption .icon {
            content: '';
            width: 24px;
            height: 24px;
            transition: all .5s;
            background: url(../png/icon.png) no-repeat;
            display: inline-block;
            position: absolute;
            right: 5px;
            bottom: 10px;
            background-position: -282px -276px;
            filter: grayscale(100%);
            filter: gray;
            opacity: 0.5
        }



    .tz-gallery .thumbnail:hover .caption .icon {
        filter: grayscale(0);
        filter: none;
        opacity: 1;
    }



    .tz-gallery .caption em {
        font-size: 14px;
        margin: 0;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        display: block;
        font-weight: 400;
        margin-right: 40px;
    }



.baguetteBox-button {
    background-color: transparent !important;
}







@media only screen and (max-width: 992px) {



    .tz-gallery > div {
        width: 25%;
    }



    .tz-gallery .caption .icon {
        right: 0;
    }
}



@media only screen and (max-width: 768px) {



    .tz-gallery > div {
        width: 33.33%;
    }



    .tz-gallery .thumbnail {
        margin-bottom: 2px;
    }



    .tz-gallery .caption em {
        font-size: 13px;
    }
}



@media only screen and (max-width: 480px) {



    .tz-gallery > div {
        width: 100%;
    }
}











/*left scroll*/



.left_fixed {
    margin-bottom: 20px;
    zoom: 1;
}



    .left_fixed .caption {
        border-bottom: 1px solid #dddddd;
        background-color: #dddddd;
        font-size: 12pt;
        font-weight: bold;
        padding: 5px;
    }



.left-related {
    margin-top: 40px;
}



    .left-related .list {
        padding-top: 20px;
        list-style: none;
    }



        .left-related .list li {
            margin-bottom: 20px;
            border: 1px solid #e5e5e5;
            padding: 5px;
            display: flex;
            align-items: center;
            background: #fff;
            position: relative;
        }



            .left-related .list li:before {
                position: absolute;
                left: -1px;
                top: -1px;
                height: 0;
                content: '';
                width: calc(100% + 2px);
                border-left: 1px solid #ee7b00;
                border-right: 1px solid #ee7b00;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }



            .left-related .list li:hover:before {
                height: calc(100% + 2px);
            }



            .left-related .list li:after {
                position: absolute;
                left: -1px;
                top: -1px;
                height: calc(100% + 2px);
                content: '';
                width: 0;
                border-top: 1px solid #ee7b00;
                border-bottom: 1px solid #ee7b00;
                transition: 0.5s all;
                -webkit-transition: 0.5s all;
                -o-transition: 0.5s all;
                -moz-transition: 0.5s all;
                -ms-transition: 0.5s all;
            }



            .left-related .list li:hover:after {
                width: calc(100% + 2px);
            }



            .left-related .list li .wrap {
                padding-left: 15px;
                padding-top: 10px;
            }



            .left-related .list li .image {
                max-width: 120px;
                min-width: 120px;
                display: block;
                overflow: hidden;
                position: relative;
                z-index: 5;
            }



                .left-related .list li .image img {
                    transition: all .9s;
                    width: 100%;
                }



            .left-related .list li:hover .image img {
                -webkit-transform: scale(1.15);
                -ms-transform: scale(1.15);
                -o-transform: scale(1.15);
                transform: scale(1.15)
            }



            .left-related .list li .title {
                display: block;
                font-size: 14px;
                line-height: 20px;
                height: 60px;
                overflow: hidden;
                position: relative;
                z-index: 5;
            }



                .left-related .list li .title:hover {
                    text-decoration: none;
                    color: #ee7b00;
                }



            .left-related .list li .more {
                width: 40px;
                height: 40px;
                box-shadow: 0 5px 15px 1px rgba(0,0,0,0.1);
                border-radius: 25px 0 0 25px;
                display: inline-flex;
                position: absolute;
                right: -20px;
                bottom: 5px;
                background: #ee7b00;
                align-items: center;
                justify-content: center;
                opacity: 0;
                transition: all .5s;
                z-index: 2;
            }



            .left-related .list li:hover .more {
                right: 0;
                opacity: 1;
            }



            .left-related .list li .more i {
                width: 8px;
                height: 14px;
                background: url(../png/icon.png) no-repeat;
                background-position: -117px -327px;
                display: inline-block;
            }







.left_fixed.scrollfixed {
    margin-top: 0px;
    margin-left: 0;
    margin-top: 0;
}







@media only screen and (max-width:1260px) {



    .left-related .list li .image {
        max-width: 80px;
        min-width: 80px;
    }
}



@media only screen and (max-width:992px) {



    .left_fixed {
        margin-bottom: 0;
    }



    .left-related {
        margin-top: 20px;
    }



        .left-related .list li .title {
            font-size: 12px;
        }
}







@media (min-width: 992px) {



    .page_products > .container > .row {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row-reverse;
    }



    .page_products .page-left {
        flex: 0 0 24%;
        max-width: 24%;
    }



    .page_products .page-right {
        flex: 0 0 76%;
        max-width: 76%;
    }



    .page_products .page-left div.left_fixed {
        position: sticky !important;
        top: 100px;
    }
}







.page_wrapper_2 {
    padding-top: 50px;
    padding-bottom: 50px;
}



    .page_wrapper_2 .ms_3 {
        font-weight: 700;
        background: #ee7b00;
        box-shadow: none;
        border: none;
    }



        .page_wrapper_2 .ms_3:hover {
            background: #ee7b00;
            text-decoration: none;
        }


.MvcPagerCtrl{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
    .MvcPagerCtrl a {
        margin: 0 10px;
    }