@font-face {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/khand/v9/TwMA-IINQlQQ0YpV.ttf) format('truetype')
}

@font-face {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/khand/v9/TwMN-IINQlQQ0bKhcVE3.ttf) format('truetype')
}

@font-face {
    font-family: 'Khand';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/khand/v9/TwMN-IINQlQQ0bKNdlE3.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype')
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype')
}

.block {
    display: block
}

.iblock {
    display: inline-block
}

.inline {
    display: inline
}

.none {
    display: none
}

.fleft {
    float: left
}

.fright {
    float: right
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.tcenter {
    text-align: center !important
}

.tleft {
    text-align: left !important
}

.tright {
    text-align: right !important
}

.w100 {
    width: 100%
}

a {
    text-decoration: none !important
}

.w-light {
    font-weight: 300 !important
}

.w-bold {
    font-weight: bold !important
}

.w-normal {
    font-weight: normal !important
}

.w-semi,
.w-medium {
    font-weight: 500 !important
}

input[type=text],
input[type=password],
textarea {
    -webkit-appearance: none
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    outline: none
}

input {
    -webkit-appearance: none
}

/* p {
    margin: 0
} */

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

form {
    margin: 0
}

.t-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

.pointer {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.rows:before,
.rows:after {
    content: "";
    display: table;
    clear: both
}

img {
    max-width: 100%
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.Khand {
    font-family: 'Khand', sans-serif
}

.button {
    display: inline-block;
    text-align: center !important;
    font-weight: bold !important;
    color: #fff;
    font-size: 18px;
    background: #fc660a;
    line-height: 26px;
    padding: 15px 25px;
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.button:hover {
    background: #000;
    color: #fff
}

.button.sm {
    padding: 6px 15px
}

.pageTop {
    position: relative;
    padding: 150px 0;
    overflow: hidden
}

.pageTop img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    heighT: 100%;
    object-fit: cover
}

.pageTop .container {
    position: relative;
    z-index: 1
}

.pageTop h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Khand', sans-serif;
    color: #fff;
    line-height: 1;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 1);
    margin-bottom: 15px;
}

.pageTop ul {
    font-size: 0;
    padding-bottom: 15px
}

.pageTop ul li {
    position: relative;
    padding-right: 30px;
    display: inline-block
}

.pageTop ul li a,
.pageTop ul li span {
    display: block;
    color: #fff !important;
    font-size: 14px
}

.pageTop ul li:before {
    position: absolute;
    content: "\e902";
    right: 0;
    top: 50%;
    line-height: 0;
    width: 30px;
    text-align: center !important;
    font-size: 10px;
    color: #fff;
    margin-top: -5px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-90deg)
}

.pageTop ul li:last-child:before {
    display: none
}

.pageTop p {
    position: relative;
    max-width: 650px;
    color: #fff;
    font-size: 22px;
    padding-top: 20px
}

.pageTop p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100px;
    height: 5px;
    max-width: 50%;
    background: #fc660a
}

.pageTop:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4
}

.pageTop:before {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 100%;
    margin-top: -15px;
    width: 100%;
    height: 1500px;
    background: #fff;
    border-top: 15px solid #fc660a;
    transform: skewY(-1.5deg);
    transform-origin: left bottom
}

.widget>div {
    margin-top: 30px
}

.widget .wHead {
    position: relative;
    text-align: center !important;
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px
}

.widget .wHead:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 44px;
    height: 5px;
    margin-left: -22px;
    background: #fc660a
}

.widget .social {
    border: 1px solid #f2f2f2;
    padding: 40px 5px
}

.widget .social ul {
    font-size: 0;
    text-align: center !important;
    padding-top: 25px
}

.widget .social ul li {
    display: inline-block;
    padding: 10px 12px
}

.widget .social ul li a {
    color: #cccccc;
    font-size: 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.widget .social ul li a.icon-youtube:before {
    position: relative;
    top: 5px
}

.widget .social ul li a:hover {
    color: #fc660a
}

.widget .archive {
    border: 1px solid #f2f2f2;
    padding: 40px
}

.widget .archive ul {
    padding-top: 15px
}

.widget .archive ul li {
    padding: 6px 0
}

.widget .archive ul li a {
    position: relative;
    color: #999999;
    font-size: 18px;
    padding-left: 15px
}

.widget .archive ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.widget .archive ul li a:hover i {
    color: #fc660a
}

.widget .instagram {
    border: 1px solid #f2f2f2;
    padding: 40px 25px
}

.widget .instagram ul {
    padding-top: 25px;
    margin: -5px;
    font-size: 0;
    text-align: center !important
}

.widget .instagram ul:before,
.widget .instagram ul:after {
    content: "";
    display: table;
    clear: both
}

.widget .instagram ul li {
    display: inline-block;
    padding: 5px;
    max-width: 33.33%
}

.widget .instagram ul li a {
    display: block
}

.widget .instagram ul li a img {
    width: 90px;
    heighT: 90px;
    object-fit: cover
}

.newsList {
    position: relative;
    display: block;
    padding-left: 40%;
    color: #000;
    padding-right: 15px;
    height: 100%
}

.newsList img {
    position: absolute;
    left: 0;
    top: 0;
    widtH: 40%;
    height: 100%;
    object-fit: cover
}

.newsList>span {
    display: block;
    padding: 30px;
    background: #f8f8f8;
    height: 100%
}

.newsList>span>strong {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.newsList>span>strong:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    widtH: 100px;
    max-width: 50%;
    height: 5px;
    background: #fc660a
}

.newsList>span span {
    display: block;
    font-size: 14px;
    padding: 10px 0
}

.newsList>span time {
    display: block;
    text-align: right !important;
    font-size: 14px;
    font-weight: bold !important
}

.newsList:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: -15px;
    right: 0;
    bottom: -15px;
    width: 160px;
    max-width: 40%;
    background: #555555;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.newsList:hover {
    color: #000
}

.newsList:hover>span strong {
    color: #fc660a
}

.newsList:hover:before {
    background: #fc660a
}

.pager {
    font-size: 0;
    margin: -5px
}

.pager:before,
.pager:after {
    content: "";
    display: table;
    clear: both
}

.pager li {
    display: inline-block;
    padding: 5px
}

.pager li a,
.pager li span {
    display: block;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: bold !important;
    color: #666;
    line-height: 40px;
    padding: 0 5px;
    text-align: center !important;
    min-width: 35px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.pager li a i,
.pager li span i {
    font-size: 14px
}

.pager li span {
    color: #fff;
    background: #fc660a
}

.gallery {
    margin: -6px
}

.gallery>li {
    padding: 6px
}

.gallery>li a {
    position: relative;
    display: block;
    heighT: 100%
}

.gallery>li a img {
    width: 100%;
    heighT: 100%;
    object-fit: cover
}

.gallery>li a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    width: 100%;
    text-align: center !important;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.gallery>li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.gallery>li a:hover i {
    opacity: 1
}

.gallery>li a:hover:before {
    opacity: 1
}

.supportCenter {
    text-align: center !important;
    background: #fff;
    padding: 90px 0 110px
}

.supportCenter h3 {
    position: relative;
    font-size: 36px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    color: #444;
    padding-bottom: 15px
}

.supportCenter h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a;
    margin-left: -50px
}

.supportCenter p {
    color: #444;
    font-size: 18px;
    padding: 15px 0
}

.supportCenter div>div {
    padding: 30px 15px
}

.supportCenter div i {
    display: block;
    color: #fc660a;
    font-size: 32px
}

.supportCenter div strong {
    display: block;
    font-size: 20px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    color: #444;
    padding: 15px 0
}

.supportCenter div a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold !important;
    color: #444;
    border: 3px solid #fc660a;
    line-height: 20px;
    padding: 5px 15px;
    min-width: 120px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.supportCenter div a:hover {
    color: #fff;
    background: #fc660a
}

.deviceItem {
    display: block;
    background: #fff;
    padding: 35px;
    height: 100%;
}

.deviceItem img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.deviceItem span {
    display: block;
    padding-top: 20px
}

.deviceItem span strong {
    display: block;
    color: #444;
    font-size: 16px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.deviceItem span em {
    display: block;
    font-weight: bold !important;
    color: #fc660a;
    font-style: normal;
    padding-top: 5px
}

.deviceItem:hover span strong {
    color: #fc660a
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

[data-tab-content] {
    display: none
}

[data-tab-content].open {
    display: block
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    opacity: 0;
    color: #000;
    line-height: normal;
    display: block;
    position: relative
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important
}

body.active {
    opacity: 1
}

body.no-scroll {
    overflow: hidden;
    margin-right: 17px
}

#header {
    position: relative;
    background: #ffffff
}

#header .logo {
    position: absolute;
    z-index: 5;
    top: 0;
    left: -405px;
    width: 50%;
    padding: 0 15px 6px 15px;
    text-align: center !important;
    height: 100%
}

#header .logo a {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    transform: translateY(-50%);
    display: block;
    width: 300px;
    float: right
}

#header .logo:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1000000px;
    background: #f7f7f7;
    border-bottom: 6px solid #fc660a
}

#header .top {
    position: relative;
    padding: 10px 0;
    background: #000
}

#header .top>.container {
    padding-left: 275px
}

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

#header .top .contact a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    margin: 0 15px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .top .contact a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
    color: #f26722
}

#header .top .contact a:hover {
    color: #f26722
}

#header .top .right {
    font-size: 0
}

#header .top .right>ul {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px
}

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

#header .top .right>ul li a {
    font-size: 18px;
    color: #ccc;
    display: block;
    text-align: center !important;
    width: 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .top .right>ul li a:hover {
    color: #f26722
}

#header .top .right>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #8b8b8b
}

#header .top .right>div strong {
    font-size: 16px;
    color: #cccccc;
    line-height: 30px;
    display: block;
    padding-right: 35px;
    padding-left: 15px;
    cursor: pointer
}

#header .top .right>div strong>i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    line-height: 0;
    color: #f26722
}

#header .top .right>div>div {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 100%;
    min-width: 100%;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .top .right>div>div ul {
    background: #000;
    padding: 10px 0;
    border-radius: 0 0 4px 4px;
}

#header .top .right>div>div ul li {
    font-size: 14px;
    font-weight: bold !important;
    color: #fff;
    cursor: pointer;
    padding: 3px 15px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .top .right>div>div ul li:hover {
    color: #f26722
}

#header .top .right>div>div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    border: 5px solid transparent;
    border-bottom-color: #000;
    margin-left: -5px
}

#header .top .right>div:hover>div {
    opacity: 1;
    visibility: visible
}

#header .bottom>.container {
    position: relative;
    padding-left: 290px
}

#header .bottom>.container>ul {
    font-size: 0
}

#header .bottom>.container>ul>li {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin-right: 60px
}

#header .bottom>.container>ul>li>a {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Khand', sans-serif;
    color: #000;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .bottom>.container li ul {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
    background: #fff;
    opacity: 0;
    visibility: hidden
}

#header .bottom>.container li ul li {
    border-top: 1px solid #f7f7f7
}

#header .bottom>.container li ul li a {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 5px 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .bottom>.container li ul li a:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    width: 10px;
    height: 4px;
    background: #fc660a;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .bottom>.container li ul li a:hover:before {
    opacity: 1
}

#header .bottom>.container>ul>li:hover>a {
    color: #fc660a
}

#header .bottom>.container>ul>li ul {
  position: absolute;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
}

#header .bottom>.container ul li:hover>ul {
    opacity: 1;
    visibility: visible
}


#header .bottom>.container>ul>li ul>li>ul {
  left: 100%;
  margin-left: 0;
  top: 0;
  border-left: 1px solid #f2f2f2;
}

#header .bottom>.container>div {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px
}

#header .bottom>.container>div input {
    padding: 0 30px;
    border: none;
    width: 60px;
    color: #000;
    font-size: 16px;
    line-height: 42px;
    border: 3px solid #fff;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#header .bottom>.container>div input::-webkit-input-placeholder {
    color: #ccc
}

#header .bottom>.container>div input:-ms-input-placeholder {
    color: #ccc
}

#header .bottom>.container>div input::placeholder {
    color: #ccc
}

#header .bottom>.container>div input.opened {
    opacity: 1;
    width: 270px;
    padding: 0 30px 0 15px;
    border-color: #f26722
}

#header .bottom>.container>div label {
    position: absolute;
    right: 12px;
    top: 0;
    line-height: 48px;
    font-size: 24px;
    cursor: pointer
}

#header .bottom>.container>div:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 1px;
    height: 30px;
    background-color: #cccccc
}

#mHeader {
    display: none;
    position: relative;
    text-align: center !important;
    font-size: 0;
    border-bottom: 4px solid #fc660a;
    padding: 0 56px
}

#mHeader .logo {
    padding: 8px;
    display: inline-block
}

#mHeader .logo img {
    height: 40px
}

#mHeader .menu {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 56px;
    width: 56px;
    color: #000
}

#mHeader>div {
    position: absolute;
    right: 0;
    top: 0
}

#mHeader>div label {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    line-height: 56px;
    width: 56px;
    color: #000;
    margin: 0
}

#mHeader>div input {
    width: 100%;
    line-height: 56px;
    padding: 0 40px 0 16px;
    border: none;
    width: 56px;
    font-size: 16px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
}

#mHeader>div input.opened {
    width: 100vw;
    opacity: 1;
}

#home {
    padding-bottom: 120px
}

#home .top {
    position: relative;
    overflow: hidden
}

#home .top .item img {
    min-height: 380px;
    width: 100%;
    object-fit: cover
}

#home .top .item>div {
    width: 1540px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px
}

#home .top .item>div>div {
    position: relative;
    max-width: 660px;
    padding: 55px 15px;
    overflow: hidden
}

#home .top .item>div>div h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    font-family: 'Khand', sans-serif;
    font-size: 60px
}

#home .top .item>div>div p {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px
}

#home .top .item>div>div p:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#home .top .item>div>div:after {
    position: absolute;
    content: "";
    righT: 0;
    top: 0;
    bottom: 0;
    width: 10000px;
    background: rgba(0, 0, 0, 0.65)
}

#home .top:before {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 100%;
    margin-top: -15px;
    width: 100%;
    height: 1500px;
    background: #fff;
    border-top: 15px solid #fc660a;
    transform: skewY(-1.5deg);
    transform-origin: left bottom
}

#home .slider {
    position: relative;
    z-index: 5
}

#home .slider>div {
    position: relative;
    width: 1540px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px
}

#home .slider>div .item {
    position: relative;
    padding: 130px;
}

#home .slider>div .item .text {
    position: relative;
    z-index: 2;
    max-width: 630px
}

#home .slider>div .item .text em {
    display: block;
    font-style: normal;
    font-weight: bold !important;
    font-size: 32px
}

#home .slider>div .item .text em span {
    font-weight: 300 !important
}

#home .slider>div .item .text strong {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    font-weight: normal !important
}

#home .slider>div .item .text strong:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#home .slider>div .item .text p {
    display: block;
    font-size: 16px;
    padding: 30px 0
}

#home .slider>div .item>.img {
    position: absolute;
    lefT: 630px;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#home .slider>div .item>.img img {
    float: right;
    max-height: 100%;
    max-width: 100%;
    height: 560px;
    object-fit: contain;
    object-position: center;
    width: unset
}

#home .slider>div .owl-nav {
    position: absolute;
    left: 0;
    bottom: 194px;
    width: 630px;
    text-align: right !important;
    height: 0;
    font-size: 0
}

#home .slider>div .owl-nav>div {
    display: inline-block;
    font-size: 50px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .slider>div .owl-nav>div:first-child {
    margin-right: 10px
}

#home .slider>div .owl-nav>div:first-child i {
    display: block;
    transform: rotateY(180deg)
}

#home .slider>div .owl-nav>div:hover {
    color: #fc660a
}

#home .slider:before {
    position: absolute;
    content: "";
    lefT: 0;
    top: 90px;
    righT: 0;
    bottom: 90px;
    background: #555
}

#home .slider:after {
    position: absolute;
    content: "";
    lefT: 0;
    top: 80px;
    righT: 0;
    bottom: 80px;
    background: #f6f6f6;
    transform: skewY(1.5deg)
}

#home .product {
    position: relative;
    padding: 100px 0;
    margin-top: 100px;
    overflow: hidden
}

#home .product>div {
    position: relative;
    z-index: 3;
    /* background: url(../images/homeProducts.png) no-repeat left center, #000; */
    background-size: contain;
    padding-top: 50px
}

#home .product>div>div {
    position: relative;
    z-index: 2;
    max-width: 1540px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center !important
}

#home .product>div>div h2 {
    position: relative;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    font-weight: normal !important;
    padding-bottom: 10px
}

#home .product>div>div h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a;
    margin-left: -50px
}

#home .product>div>div p {
    color: #fff;
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300 !important
}

#home .product>div>div p strong {
    font-weight: bold !important
}

#home .product>div>div ul {
    position: relative;
    display: block;
    font-size: 0;
    z-index: 0;
    text-align: center;
    width: 1490px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    padding-bottom: 170px;
}

@media (max-width: 1200px) {
    #home .product>div>div ul {
        margin: 50px auto 0 auto;
    }
}
@media (max-width: 910px) {
    #home .product>div>div ul {
        margin: 20px auto 0 auto;
    }
}
@media (max-width: 650px) {
    #home .product>div>div ul {
        width: 100%;
        padding-bottom: 0px;
    }
}

#home .product>div>div ul li {
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: -65px
}

@media (max-width: 1200px) {
    #home .product>div>div ul li {
        width: 50%;
    }
    #home .product>div>div p {
        padding-bottom: 50px;
    }
}

@media (max-width: 650px) {
    #home .product>div>div ul li {
        padding: 10px;
    }
}

#home .product>div>div ul li a {
    position: relative;
    display: block;
    width: 250px;
    heighT: 250px;
    margin: 0 auto;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

@media (max-width: 1500px) {
    #home .product>div>div ul li a {
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 650px) {
    #home .product>div>div ul li a {
        width: 100%;
    }
}


#home .product>div>div ul li a span {
    position: absolute;
    lefT: 50%;
    top: 50%;
    display: block;
    width: 250px;
    height: 250px;
    transform: rotate(45deg);
    margin: -125px 0 0 -125px;
    overflow: hidden
}

@media (max-width: 1500px) {
    #home .product>div>div ul li a span {
        width: 230px;
        height: 230px;
    }
}
@media (max-width: 650px) {
    #home .product>div>div ul li a span {
        width: 100%;
        height: 150px;
        transform: none;
        position: relative;
        left: auto;
        top: auto;
        margin: auto;
    }

    #home .product>div>div ul li a span img {
        transform: none !important;
    }
}


#home .product>div>div ul li a span img {
    position: absolute;
    left: -25%;
    top: -25%;
    width: 150%;
    max-width: 150%;
    heighT: 150%;
    object-fit: cover;
    transform: rotate(-45deg)
}

#home .product>div>div ul li a span:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #f2f2f2;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .product>div>div ul li a strong {
    position: absolute;
    left: 15px;
    top: 50%;
    right: 40px;
    font-size: 42px;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    transform: translateY(-50%);
    line-height: 1;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 1);
}

#home .product>div>div ul li a:hover span:before {
    background-color: rgba(255, 255, 255, 0.2)
}

#home .product>div:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1300px;
    /* background: url(../images/homeProducts2.png) no-repeat left center; */
    background-size: contain
}

#home .product:before {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #000;
    border-top: 15px solid #fc660a;
    transform: skewY(1.5deg);
    transform-origin: left top
}

#home .product:after {
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #000;
    border-bottom: 15px solid #fc660a;
    transform: skewY(-1.5deg);
    transform-origin: left top
}

@media (max-width:1540px) {
    #home .product>div>div ul li a strong {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1500px) {
    #home .product>div>div ul li a strong {
        left:0;
        right:0;
    }
}
@media (max-width:650px) {
    #home .product>div>div ul li a strong {
        top: 35%;
    }
}
@media (max-width:767px) {
    #home .product>div>div h2 {
        font-size: 44px
    }
    #home .product>div>div p {
        font-size: 20px
    }
}

@media (max-width:576px) {
    #home .product>div>div h2 {
        font-size: 44px
    }
    #home .product>div>div p {
        font-size: 20px;
        padding-bottom: 20px;
    }
    #home .product>div>div ul li a span:before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px
    }
    #home .product>div>div ul li a strong {
        font-size: 20px;
        left: 10px;
        right: 10px
    }
}

#home .product > div > div ul li:first-child:nth-last-child(4):nth-child(2),
#home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(2),
#home .product > div > div ul li:first-child:nth-last-child(4):nth-child(3),
#home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(3) {
    width: 50%;
}
#home .product > div > div ul li:first-child:nth-last-child(4):nth-child(1),
#home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(1) {
     width: 100%;
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(4):nth-child(1),
    #home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(1) {
        width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .product > div > div ul li:first-child:nth-last-child(4):nth-child(2),
    #home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(2),
    #home .product > div > div ul li:first-child:nth-last-child(4):nth-child(3),
    #home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(3) {
        width: 25%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(4):nth-child(4),
    #home .product > div > div ul li:first-child:nth-last-child(4) ~ li:nth-child(4) {
            width: 100%;
        }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(5):nth-child(5),
    #home .product > div > div ul li:first-child:nth-last-child(5) ~ li:nth-child(5) {
        width: 100%;
    }
}
#home .product > div > div ul li:first-child:nth-last-child(6):nth-child(5),
#home .product > div > div ul li:first-child:nth-last-child(6) ~ li:nth-child(5),
#home .product > div > div ul li:first-child:nth-last-child(6):nth-child(6),
#home .product > div > div ul li:first-child:nth-last-child(6) ~ li:nth-child(6) {
    width: 50%;
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(1),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(1) {
        width: 100%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(2),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(2),
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(3),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(3) {
        width: 50%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(4),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(4) {
        width: 100%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(5),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(5),
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(6),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(6) {
        width: 50%;
    }
}
#home .product > div > div ul li:first-child:nth-last-child(7):nth-child(7),
#home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(7) {
    width: 25%;
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(n),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(n) {
        width: 50%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(7),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(7) {
        width: 100%;
    }
}
#home .product > div > div ul li:first-child:nth-last-child(8):nth-child(1),
#home .product > div > div ul li:first-child:nth-last-child(8) ~ li:nth-child(1) {
    width: 100%;
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:first-child:nth-last-child(8):nth-child(1),
    #home .product > div > div ul li:first-child:nth-last-child(8) ~ li:nth-child(1) {
        width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(1) {
            margin-left: 0.1%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(1),
    #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(1),
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(2),
    #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(2),
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(3),
    #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(3) {
            width: 25%;
        }
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(8),
    #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(8),
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(9),
    #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(9) {
            width: 50%;
        }
    }
    @media (max-width: 1200px) {
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(1),
    #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(1) {
            width: 50%;
        }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(9):nth-child(9), #home .product > div > div ul li:first-child:nth-last-child(9) ~ li:nth-child(9) {
        width: 100%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(8) {
        margin-left: 0.1%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(3), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(3) {
        width: 25%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(9), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(9) {
        width: 25%;
    }
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(4), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(4), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(7), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(7) {
        width: 100%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(3), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(3), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(5), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(5), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(6), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(6), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(9), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(9) {
        width: 50%;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(10):nth-child(n), #home .product > div > div ul li:first-child:nth-last-child(10) ~ li:nth-child(n) {
        width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .product > div > div ul li:first-child:nth-last-child(11):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(11) ~ li:nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(11):nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(11) ~ li:nth-child(2) {
        width: 50%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(11):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(11) ~ li:nth-child(8) {
        margin-left: 0.1%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .product > div > div ul li:first-child:nth-last-child(12):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(1) {
        margin-left: 0.1%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(12):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(8) {
        margin-left: 0.1%;
    }
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:first-child:nth-last-child(12):nth-child(12), #home .product > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(12) {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(12):nth-child(n), #home .product > div > div ul li:first-child:nth-last-child(12) ~ li:nth-child(n) {
        width: 50%;
    }
}
@media only screen and (min-width: 1201px) {
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(1) {
        margin-left: 0.1%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(13), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(13) {
        width: 100%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(8) {
        margin-left: 0.1%;
    }
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(1), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(4), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(4), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(7), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(7), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(10), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(10) {
        width: 100%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(2), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(3), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(3), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(5), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(5), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(6), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(6), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(8), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(9), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(9), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(11), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(11), #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(12), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(12) {
        width: 50%;
        margin-left: 0;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(n), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(n) {
         width: 50%;
    }
    #home .product > div > div ul li:first-child:nth-last-child(13):nth-child(13), #home .product > div > div ul li:first-child:nth-last-child(13) ~ li:nth-child(13) {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #home .product > div > div ul li:nth-child(3), #home .product > div > div ul li:nth-child(6) {
        width: 100%;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(3), #home .product > div > div ul li:nth-child(6) {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:nth-child(7) {
        margin-left: 0px;
    }
}
#home .product > div > div ul li:nth-child(9) {
    /* margin-right: 12.5%;
     */
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:nth-child(9) {
        width: 100%;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(9) {
        margin: auto;
        width: 50%;
        margin-bottom: -65px;
    }
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:nth-child(12) {
        margin-left: 25%;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(12) {
        margin: auto;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(13) {
        margin-top: -65px;
    }
}
#home .product > div > div ul li:nth-child(14) {
    margin-left: 12.5%;
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:nth-child(14) {
        margin-left: 0;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(14) {
        margin-top: -65px;
    }
}
@media (max-width: 1200px) {
    #home .product > div > div ul li:nth-child(15) {
        margin-left: 25%;
    }
}
@media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(15) {
        margin: auto;
    }
}
#home .product > div > div ul li:nth-child(16) {
    /* margin-right: 12.5%;
     */
}
 @media (max-width: 650px) {
    #home .product > div > div ul li:nth-child(16) {
        margin: auto;
    }
}

@media (max-width: 768px) {
    #home .product > div > div ul li:first-child:nth-last-child(7):nth-child(7),
    #home .product > div > div ul li:first-child:nth-last-child(7) ~ li:nth-child(7) {
        width: 100%;
    }
}

#home .rate {
    position: relative;
    /*padding: 100px 0;*/
}

#home .rate ul {
    padding: 15px 0;
    font-size: 0;
    text-align: center !important
}

#home .rate ul li {
    display: inline-block;
    padding: 15px;
    width: 210px;
    vertical-align: top
}

#home .rate ul li>div {
    font-size: 160px;
    margin: 0 auto;
    float: none;
    background: #ffa168
}

#home .rate ul li>div>span {
    font-family: 'Khand', sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 160px;
    width: 160px
}

#home .rate ul li>div .slice>div {
    border-color: #fc660a
}

#home .rate ul li>div.veryDarkBlue {
    background: rgba(31, 82, 119, 0.5)
}

#home .rate ul li>div.veryDarkBlue .slice>div {
    border-color: #1f5277
}

#home .rate ul li>div.darkBlue {
    background: rgba(3, 116, 156, 0.5)
}

#home .rate ul li>div.darkBlue .slice>div {
    border-color: #03729b
}

#home .rate ul li>div.blue {
    background: rgba(21, 177, 215, 0.5)
}

#home .rate ul li>div.blue .slice>div {
    border-color: #15b1d7
}

#home .rate ul li>div.lightBlue {
    background: rgba(92, 212, 239, 0.5)
}

#home .rate ul li>div.lightBlue .slice>div {
    border-color: #5cd4ef
}

#home .rate ul li>div:after {
    background: #fff
}

#home .rate ul li>strong {
    display: block;
    text-align: center !important;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    padding-top: 25px
}

#home .rate:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 546px;
    max-width: 40%;
    height: 694px;
    background: url(../images/homeProductShadow.png) no-repeat right center
}

#home .rate:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 484px;
    max-width: 40%;
    height: 668px;
    background: url(../images/homeProductShadow2.png) no-repeat left center
}

#home .shadows {
    position: relative;
    margin-top: -100px;
    padding-top: 250px
}

#home .shadows>div {
    max-width: 1780px;
    padding: 0 15px;
    margin: 0 auto
}

#home .shadows>div>ul {
    font-size: 0;
    text-align: center !important
}

#home .shadows>div>ul li {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 200px;
    vertical-align: top
}

#home .shadows>div>ul li a {
    display: block
}

#home .shadows>div>ul li a i {
    display: block;
    line-height: 150px;
    width: 160px;
    border: 5px solid #cacaca;
    border-radius: 100%;
    font-size: 70px;
    margin: 0 auto;
    color: #fc660a;
    background: #f7f7f7;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .shadows>div>ul li a strong {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-top: 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .shadows>div>ul li a:hover i {
    color: #000;
    background: #fff
}

#home .shadows>div>ul li a:hover strong {
    color: #fc660a
}

#home .shadows>div>ul li:before {
    position: absolute;
    content: "";
    top: 98px;
    right: -15px;
    width: 30px;
    border-top: 4px dashed #cacaca
}

#home .shadows>div>ul li:last-child:before {
    display: none
}

#home .shadows>div #highlights {
    position: relative;
    padding: 35px;
    margin: 130px 0
}

#home .shadows>div #highlights:before,
#home .shadows>div #highlights:after {
    content: "";
    display: table;
    clear: both
}

#home .shadows>div #highlights .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 725px
}

#home .shadows>div #highlights .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#home .shadows>div #highlights .text {
    position: relative;
    z-index: 2;
    float: right;
    width: 690px;
    max-width: 100%;
    background: #f6f6f6;
    padding: 50px 80px
}

#home .shadows>div #highlights .text strong {
    display: block;
    font-size: 32px
}

#home .shadows>div #highlights .text strong span {
    font-weight: 300 !important
}

#home .shadows>div #highlights .text h3 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    line-height: 1;
    padding: 10px 0 20px;
    font-weight: normal !important
}

#home .shadows>div #highlights .text h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#home .shadows>div #highlights .text p {
    display: block;
    font-size: 16px;
    padding: 25px 0
}

#home .shadows>div #highlights .text .button {
    padding: 10px 25px
}

#home .shadows>div #highlights .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 50%;
    background: #555
}

/*#home .shadows:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 546px;
    max-width: 40%;
    height: 694px;
    background: url(../images/homeProductShadow.png) no-repeat right center
}

#home .shadows:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 220px;
    width: 484px;
    max-width: 40%;
    height: 668px;
    background: url(../images/homeProductShadow2.png) no-repeat left center
}*/

#home .news .t {
    position: relative;
    overflow: hidden;
    background: url(../images/homeNewsHead.png) no-repeat left center, #f8f8f8;
    background-size: auto 100%
}

#home .news .t .head {
    position: relative;
    padding: 15px 120px 15px 15px
}

#home .news .t .head strong {
    position: relative;
    display: block;
    font-size: 32px
}

#home .news .t .head strong span {
    font-weight: 300 !important
}

#home .news .t .head h3 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    line-height: 1;
    padding: 10px 0 20px;
    font-weight: normal !important
}

#home .news .t .head h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#home .news .t .right {
    position: relative
}

#home .news .t .right a {
    position: relative
}

#home .news .t .right:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    height: 780px;
    border-top: 350px solid #fff;
    border-bottom: 350px solid #fff;
    margin-top: -390px;
    width: 100000px;
    background: #555555
}

#home .news .list {
    padding-top: 100px
}

#home .news .list>div {
    margin: 0 -8px
}

#home .news .list>div>div {
    padding: 23px 8px
}

#newsList>.container {
    padding: 40px 15px 75px
}

#newsList .list>a {
    display: block;
    margin-top: 30px
}

#newsList .list>a img {
    width: 100%
}

#newsList .list>a>span {
    display: block;
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 35px 55px
}

#newsList .list>a>span>time {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold !important;
    color: #999;
    padding-left: 25px
}

#newsList .list>a>span>time i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 18px
}

#newsList .list>a>span>strong {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding-top: 5px;
    padding-bottom: 20px
}

#newsList .list>a>span>strong:before {
    position: absolute;
    content: "";
    lefT: 0;
    bottom: 10px;
    width: 100px;
    max-width: 50%;
    height: 5px;
    background: #fc660a
}

#newsList .list>a>span>span {
    display: block;
    font-size: 16px;
    color: #000
}

#newsList .list .pager {
    padding-top: 45px
}

#newsDetail>.container {
    padding: 40px 15px 75px
}

#newsDetail .detail {
    padding-top: 30px
}

#newsDetail .detail>img {
    width: 100%
}

#newsDetail .detail>div {
    border: 1px solid #f2f2f2;
    border-top: none;
    padding: 35px 55px
}

#newsDetail .detail>div>time {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold !important;
    color: #999;
    padding-left: 25px
}

#newsDetail .detail>div>time i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 18px
}

#newsDetail .detail>div>h2 {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    padding-top: 5px;
    padding-bottom: 20px
}

#newsDetail .detail>div>h2:before {
    position: absolute;
    content: "";
    lefT: 0;
    bottom: 10px;
    width: 100px;
    max-width: 50%;
    height: 5px;
    background: #fc660a
}

#newsDetail .detail>div>div {
    display: block;
    font-size: 16px;
    color: #000
}

#newsDetail .detail .gallery {
    padding-top: 30px
}

#sector {
    background: #f7f7f7
}

#sector .pageTop {
    text-align: center !important;
    padding: 215px 0 175px
}

#sector .pageTop p {
    max-width: 100%;
    margin: 15px auto 0;
    text-shadow: 2px 2px 5.46px rgba(52, 55, 57, 1);
}

#sector .pageTop p:before {
    left: 50%;
    transform: translateX(-50%)
}

#sector .pageTop:before {
    background: #f7f7f7
}

#sector .pageTop:after {
    display: none
}

#sector .shadows {
    background: url(../images/sectorShadow.png) no-repeat center;
    padding-bottom: 90px;
    margin-bottom: -90px
}

#sector .highNews {
    position: relative;
    z-index: 2;
    margin: -140px auto 0
}

#sector .highNews a {
    display: block;
    background: #fff;
    color: #444444;
    width: 290px
}

#sector .highNews a img {
    width: 100%
}

#sector .highNews a>span {
    display: block;
    padding: 25px 20px
}

#sector .highNews a>span strong {
    display: block;
    position: relative;
    font-size: 22px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#sector .highNews a>span strong:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 70px;
    background: #fc660a;
    max-width: 70%
}

#sector .highNews a>span span {
    display: block;
    font-size: 16px;
    padding-top: 5px
}

#sector .highNews a:hover>span strong {
    color: #fc660a
}

#sector .video {
    padding: 60px 0
}

#sector .video a {
    display: block;
    position: relative;
    height: 100%
}

#sector .video a img {
    width: 100%;
    height: 100%
}

#sector .video  i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    width: 100%;
    font-size: 95px;
    text-align: center !important;
    color: #fff;
    opacity: .75
}

#sector .video em {
    display: block;
    font-size: 18px;
    color: #000;
    font-style: normal
}

#sector .video h2 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-top: 20px
}

#sector .video h2:before {
    position: absolute;
    content: "------------------";
    left: 0;
    top: 12px;
    color: #fc660a;
    font-weight: normal !important;
    line-height: 0
}

#sector .video p {
    font-size: 15px;
    color: #000;
    padding-top: 10px
}

#sector .product {
    position: relative;
    padding: 130px 0 200px
}

#sector .product h2 {
    position: relative;
    text-align: center !important;
    z-index: 2;
    padding: 0 15px;
    font-family: 'Khand', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px
}

#sector .product h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a;
    margin-left: -50px
}

#sector .product p {
    position: relative;
    text-align: center !important;
    z-index: 2;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px 0 30px
}

#sector .product a {
    display: block;
    background: #fff;
    width: 260px
}

#sector .product a img {
    width: 100%;
    padding: 12px;
}

#sector .product a strong {
    display: block;
    color: #444;
    font-size: 16px;
    padding: 20px 25px;
    border-top: 5px solid #f2f2f2;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#sector .product a:hover strong {
    color: #fc660a
}

#sector .product .nav {
    position: absolute;
    /*bottom: -75px;*/
    width: 100%;
    font-size: 0;
    text-align: center !important;
    padding-top: 40px;
    z-index: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sector .product .nav>div {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding: 0 5px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#sector .product .nav>div:hover {
    color: #fc660a
}

#sector .product:before {
    position: absolute;
    content: "";
    lefT: 0;
    top: 90px;
    righT: 0;
    bottom: 90px;
    background: #e2e2e2;
    transform: skewY(-0.5deg);
}

#sector .product:after {
    position: absolute;
    content: "";
    lefT: 0;
    top: 85px;
    righT: 0;
    bottom: 85px;
    /* background: url(../images/sectorProductLight.png) no-repeat center; */
    transform: skewY(1.5deg)
}

#sector .education {
    padding-bottom: 70px
}

#sector .education .container {
    max-width: 1260px
}

#sector .education ul li a {
    position: relative;
    display: block;
    padding: 25px 25px 25px 110px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#sector .education ul li a i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 55px;
    color: #fc660a
}

#sector .education ul li a i:before {
    position: relative;
    z-index: 2
}

#sector .education ul li a i:after {
    position: absolute;
    content: "";
    lefT: 20px;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 100%;
    background: #fff
}

#sector .education ul li a strong {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000
}

#sector .education ul li a span {
    position: relative;
    display: block;
    font-size: 15px;
    color: #444444
}

#sector .education ul li a:hover {
    background: #fff
}

#sector .education .b {
    position: relative;
    margin-top: 70px;
    padding: 30px
}

#sector .education .b>div {
    position: relative;
    z-index: 3;
    margin: 0;
    background: #fff
}

#sector .education .b>div>div:first-child {
    order: 2;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    max-width: 580px
}

#sector .education .b>div>div:first-child img {
    width: 100%;
    heighT: 100%;
    object-fit: cover
}

#sector .education .b>div>div:last-child {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-item-align: center!important;
    align-self: center!important
}

#sector .education .b>div>div:last-child>div {
    margin: 0 auto;
    padding: 45px 15px;
    max-width: 450px
}

#sector .education .b>div>div:last-child>div:before,
#sector .education .b>div>div:last-child>div:after {
    content: "";
    display: table;
    clear: both
}

#sector .education .b>div>div:last-child>div em {
    font-style: normal;
    display: block;
    font-size: 18px;
    color: #444
}

#sector .education .b>div>div:last-child>div h3 {
    position: relative;
    font-size: 48px;
    font-family: 'Khand', sans-serif;
    color: #444;
    font-weight: normal !important;
    padding: 5px 0 15px
}

#sector .education .b>div>div:last-child>div h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#sector .education .b>div>div:last-child>div ol {
    padding: 20px 0 0;
    list-style: none
}

#sector .education .b>div>div:last-child>div ol li {
    position: relative;
    font-size: 15px;
    color: #444;
    padding: 3px 0 3px 20px
}

#sector .education .b>div>div:last-child>div ol li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 10px
}

#sector .education .b>div>div:last-child>div p {
    font-size: 15px;
    color: #444;
    padding-bottom: 20px
}

#sector .education .b>div>div:last-child>div a {
    float: right;
    display: block;
    font-size: 18px;
    font-weight: bold !important;
    color: #444;
    border: 4px solid #fc660a;
    padding: 7px 15px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#sector .education .b>div>div:last-child>div a:hover {
    color: #fff;
    background: #fc660a
}

#sector .education .b:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 440px;
    max-width: 30%;
    background: #444444
}

#sectorCategory {
    background: #fff
}

#sectorCategory .pageTop {
    text-align: center !important
}

#sectorCategory .pageTop h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 1);
}

#sectorCategory .pageTop h1:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: #fc660a;
    margin-left: -50px
}

#sectorCategory .pageTop ul li a,
#sectorCategory .pageTop ul li span {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 1);
}

#sectorCategory .pageTop:after {
    display: none
}

#sectorCategory .description {
    padding: 55px 15px
}

#sectorCategory .description img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

#sectorCategory .description h2 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 35px
}

#sectorCategory .description h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 15px;
    width: 100px;
    height: 5px;
    background: #fc660a
}

#sectorCategory .description p {
    font-size: 16px;
    color: #444444
}

#sectorCategory .machine {
    padding: 50px 0 30px;
    background: url(../images/sectorProductLight.png) no-repeat top center;
    background-size: cover;
    text-align: center !important
}

#sectorCategory .machine h2 {
    position: relative;
    font-family: 'Khand', sans-serif;
    color: #fff;
    font-weight: 600;
    padding-bottom: 12px;
    font-size: 36px
}

#sectorCategory .machine h2:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: #fc660a;
    margin-left: -50px
}

#sectorCategory .machine ul {
    font-size: 0;
    padding: 15px 0;
}

#sectorCategory .machine ul:before,
#sectorCategory .machine ul:after {
    content: "";
    display: table;
    clear: both
}

#sectorCategory .machine ul li {
    display: inline-block;
    /*padding: 15px;
    max-width: 50%*/
}

#sectorCategory .machine ul li a {
    position: relative;
    display: block;
    padding: 10px;
    width: 260px;
    max-width: 100%;
    background: rgba(242, 242, 242, 0.3)
}

#sectorCategory .machine ul li a img {
    width: 100%;
    object-fit: contain;
    background-color: #fff
}

#sectorCategory .machine ul li a strong {
    display: block;
    font-size: 24px;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 7px;
    background: rgba(252, 102, 10, .75);
}

#sectorCategory .device {
    background: url(../images/sectorCategoryDevice.png) no-repeat right bottom, #f2f2f2;
    padding: 60px 0
}

#sectorCategory .device h3 {
    text-align: center !important;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #444444;
    background: #fff;
    padding: 12px
}

#sectorCategory .device ul {
    padding-top: 30px
}

#sectorCategory .device ul li {
    padding: 15px
}

#sectorCategorySub {
    background: #fff
}

#sectorCategorySub .pageTop {
    text-align: center !important
}

#sectorCategorySub .pageTop h1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 0.3)
}

#sectorCategorySub .pageTop h1:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: #fc660a;
    margin-left: -50px
}

#sectorCategorySub .pageTop ul li a,
#sectorCategorySub .pageTop ul li span {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 3px 5px 5.46px rgba(52, 55, 57, 0.3)
}

#sectorCategorySub .pageTop:after {
    display: none
}

#sectorCategorySub .top {
    padding: 0 15px
}

#sectorCategorySub .top>div {
    position: relative;
    padding: 35px;
    margin: 110px auto 90px;
    max-width: 1750px
}

#sectorCategorySub .top>div:before,
#sectorCategorySub .top>div:after {
    content: "";
    display: table;
    clear: both
}

#sectorCategorySub .top>div .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 725px
}

#sectorCategorySub .top>div .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#sectorCategorySub .top>div .text {
    position: relative;
    z-index: 2;
    float: right;
    width: 690px;
    max-width: 100%;
    background: #f6f6f6;
    padding: 70px
}

#sectorCategorySub .top>div .text strong {
    display: block;
    font-size: 32px
}

#sectorCategorySub .top>div .text strong span {
    font-weight: 300 !important
}

#sectorCategorySub .top>div .text h2 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 60px;
    line-height: 1;
    padding: 10px 0 20px;
    font-weight: normal !important
}

#sectorCategorySub .top>div .text h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#sectorCategorySub .top>div .text p {
    display: block;
    font-size: 16px;
    padding: 25px 0
}

#sectorCategorySub .top>div .text .button {
    padding: 10px 25px
}

#sectorCategorySub .top>div .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 50%;
    background: #555
}

#sectorCategorySub .device {
    background: url(../images/sectorCategoryDevice.png) no-repeat right bottom, #f2f2f2;
    padding: 0 0 60px
}

#sectorCategorySub .device .t {
    position: relative;
    overflow: hidden;
    background: url(../images/homeNewsHead.png) no-repeat left center, #f8f8f8;
    background-size: auto 100%
}

#sectorCategorySub .device .t .head {
    position: relative;
    padding: 15px 120px 15px 15px
}

#sectorCategorySub .device .t .head strong {
    position: relative;
    display: block;
    font-size: 32px
}

#sectorCategorySub .device .t .head strong span {
    font-weight: 300 !important
}

#sectorCategorySub .device .t .head h3 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 66px;
    line-height: 1;
    padding: 10px 0 20px;
    font-weight: normal !important
}

#sectorCategorySub .device .t .head h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#sectorCategorySub .device .t .right {
    position: relative
}

#sectorCategorySub .device .t .right a {
    position: relative
}

#sectorCategorySub .device .t .right:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    height: 780px;
    border-top: 350px solid #fff;
    border-bottom: 350px solid #f2f2f2;
    margin-top: -390px;
    width: 100000px;
    background: #555555
}

#sectorCategorySub .device ul {
    padding-top: 60px
}

#sectorCategorySub .device ul li {
    padding: 15px
}

#productDetail .siteMap {
    background: #f7f7f7
}

#productDetail .siteMap ul {
    font-size: 0;
    padding: 15px 0
}

#productDetail .siteMap ul li {
    position: relative;
    display: inline-block;
    padding: 5px 15px
}

#productDetail .siteMap ul li a,
#productDetail .siteMap ul li span {
    color: #444444;
    font-size: 16px
}

#productDetail .siteMap ul li:before {
    position: absolute;
    content: "\e902";
    right: -15px;
    top: 50%;
    line-height: 0;
    width: 30px;
    text-align: center !important;
    font-size: 10px;
    color: #444444;
    margin-top: -5px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-90deg)
}

#productDetail .siteMap ul li:last-child:before {
    display: none
}

#productDetail .top {
    padding: 90px 0
}

#productDetail .top .slider .main-slider div img {
    width: unset;
    max-width: 100%;
    display: block;
    margin: 0 auto
}

#productDetail .top .slider .nav {
    position: absolute;
    left: 0;
    top: 37.5%;
    width: 100%
}

#productDetail .top .slider .nav>div {
    position: absolute;
    left: 15px;
    top: 0;
    color: #cccccc;
    font-size: 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#productDetail .top .slider .nav>div:last-child {
    left: auto;
    right: 15px;
}

#productDetail .top .slider .nav>div:hover {
    color: #f26722;
}

#productDetail .top .slider .thumbs-slider .item {
    border: 1px solid #f2f2f2;
    /*margin-right: 10px;*/
}

#productDetail .top .text h1 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 36px;
    color: #444444;
    padding-bottom: 20px;
    font-weight: bold !important
}

#productDetail .top .text h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    max-width: 50%;
    background: #fc660a
}

#productDetail .top .text strong {
    display: block;
    color: #fc660a;
    font-size: 18px;
    padding: 10px 0
}

#productDetail .top .text p {
    display: block;
    color: #444444;
    font-size: 16px
}

#productDetail .top .text>ul {
    font-size: 0;
    padding-top: 30px
}

#productDetail .top .text>ul li {
    display: inline-block;
    padding: 10px 10px 0 0
}

.theme-hover-btn {
    position: relative;
    display: inline-block;
    color: #444;
    font-weight: bold !important;
    font-size: 16px;
    padding: 10px 15px 10px 50px;
    border: 2px solid #fc660a;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.theme-hover-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    widtH: 50px;
    text-align: center !important
}

.theme-hover-btn:hover {
    color: #fff;
    background: #fc660a
}

#productDetail .top .text>div {
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding-top: 25px
}

#productDetail .top .text>div h2 {
    font-family: 'Khand', sans-serif;
    font-size: 18px;
    color: #444444;
    font-weight: bold !important
}

#productDetail .top .text>div p {
    font-size: 16px;
    color: #444444;
    padding: 15px 0 25px
}

#productDetail .tabs {
    background: #f2f2f2;
    padding: 50px 0
}

#productDetail .tabs>div>ul {
    font-size: 0;
    white-space: nowrap;
    overflow: auto
}

#productDetail .tabs>div>ul li {
    display: inline-block;
    padding-right: 3px
}

#productDetail .tabs>div>ul li a {
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #444;
    background: #fff;
    padding: 10px 35px;
    border-top: 4px solid #999999;
    box-shadow: 1px -3px 3px 0 rgba(67, 60, 60, 0.05) inset;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#productDetail .tabs>div>ul li a.active {
    border-color: #fc660a;
    box-shadow: none
}

#productDetail .tabs>div>div {
    background: #fff
}

#productDetail .tabs>div>div [data-tab-content="specifications"],
#productDetail .tabs>div>div [data-tab-content="application"] {
    padding: 55px
}

#productDetail .tabs>div>div [data-tab-content="specifications"] .text,
#productDetail .tabs>div>div [data-tab-content="application"] .text {
    font-size: 15px;
    color: #444
}

#productDetail .tabs>div>div [data-tab-content="specifications"] .img,
#productDetail .tabs>div>div [data-tab-content="application"] .img {
    text-align: center !important
}

#productDetail .tabs>div>div [data-tab-content="technical"] {
    padding: 40px
}

#productDetail .tabs>div>div [data-tab-content="technical"] ul {
    display: table;
    width: 100%
}

#productDetail .tabs>div>div [data-tab-content="technical"] ul li {
    display: table-row;
    vertical-align: middle;
    color: #444
}

#productDetail .tabs>div>div [data-tab-content="technical"] ul li strong {
    display: table-cell;
    font-size: 16px;
    padding: 12px 30px;
    width: 30%;
}

#productDetail .tabs>div>div [data-tab-content="technical"] ul li span {
    display: table-cell;
    padding: 12px 30px;
    border-left: 1px solid #eeeeee
}

#productDetail .tabs>div>div [data-tab-content="technical"] ul li span u {
    color: #fc660a;
    font-weight: bold !important
}

#productDetail .tabs>div>div [data-tab-content="technical"] ul li:nth-child(odd) {
    background: #f7f7f7
}

#productDetail .tabs>div>div [data-tab-content="document"] {
    padding: 40px
}

#productDetail .tabs>div>div [data-tab-content="document"] ul {
    display: table;
    width: 100%
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li {
    display: table-row;
    vertical-align: middle;
    color: #444
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li p {
    position: relative;
    display: table-cell;
    font-size: 15px;
    padding: 12px 30px 12px 70px;
    vertical-align: middle;
    font-weight: bold !important
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li p i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    text-align: center !important;
    font-size: 30px;
    width: 70px;
    color: #fc660a
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li div {
    display: table-cell;
    padding: 12px;
    vertical-align: middle
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li div a {
    position: relative;
    font-size: 15px;
    line-height: normal;
    padding: 7px 20px 7px 45px
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li div a i {
    position: absolute;
    left: 20px;
    top: 50%;
    line-height: 20px;
    transform: translateY(-50%)
}

#productDetail .tabs>div>div [data-tab-content="document"] ul li:nth-child(odd) {
    background: #f7f7f7
}

#productDetail .accecory,
#productDetail .product {
    background: #f2f2f2
}

#productDetail .accecory .t,
#productDetail .product .t {
    position: relative;
    overflow: hidden;
    background: url(../images/homeNewsHead.png) no-repeat left center, #f8f8f8;
    background-size: auto 100%
}

#productDetail .accecory .t .head,
#productDetail .product .t .head {
    position: relative;
    padding: 15px 120px 15px 15px
}

#productDetail .accecory .t .head strong,
#productDetail .product .t .head strong {
    position: relative;
    display: block;
    font-size: 24px
}

#productDetail .accecory .t .head strong span,
#productDetail .product .t .head strong span {
    font-weight: normal !important
}

#productDetail .accecory .t .head h2,
#productDetail .product .t .head h2,
#productDetail .accecory .t .head h3,
#productDetail .product .t .head h3 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 50px;
    line-height: 1;
    padding: 10px 0 20px;
    font-weight: normal !important
}

#productDetail .accecory .t .head h2:before,
#productDetail .product .t .head h2:before,
#productDetail .accecory .t .head h3:before,
#productDetail .product .t .head h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#productDetail .accecory .t .right,
#productDetail .product .t .right {
    position: relative;
    font-size: 0
}

#productDetail .accecory .t .right a,
#productDetail .product .t .right a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#productDetail .accecory .t .right a:hover,
#productDetail .product .t .right a:hover {
    color: #fc660a
}

#productDetail .accecory .t .right:before,
#productDetail .product .t .right:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    height: 780px;
    border-top: 350px solid #f2f2f2;
    border-bottom: 350px solid #f2f2f2;
    margin-top: -390px;
    width: 100000px;
    background: #555555
}

#productDetail .accecory>.container,
#productDetail .product>.container {
    padding: 40px 15px
}

#productDetail .bottom {
    padding: 0 15px
}

#productDetail .bottom>div {
    position: relative;
    padding: 35px;
    margin: 60px auto;
    max-width: 1750px
}

#productDetail .bottom>div:before,
#productDetail .bottom>div:after {
    content: "";
    display: table;
    clear: both
}

#productDetail .bottom>div .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 725px
}

#productDetail .bottom>div .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#productDetail .bottom>div .text {
    position: relative;
    z-index: 2;
    float: right;
    width: 690px;
    max-width: 100%;
    background: #f6f6f6;
    padding: 70px
}

#productDetail .bottom>div .text strong {
    display: block;
    font-size: 32px
}

#productDetail .bottom>div .text strong span {
    font-weight: 300 !important
}

#productDetail .bottom>div .text h3 {
    position: relative;
    font-family: 'Khand', sans-serif;
    font-size: 60px;
    line-height: 1;
    padding: 10px 0 20px;
    font-weight: normal !important
}

#productDetail .bottom>div .text h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #fc660a
}

#productDetail .bottom>div .text p {
    display: block;
    font-size: 16px;
    padding: 25px 0
}

#productDetail .bottom>div .text .button {
    padding: 10px 25px
}

#productDetail .bottom>div .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    max-width: 50%;
    background: #555
}

#content {
    background: url(../images/sectorShadow.png) no-repeat right bottom, #f5f5f5;
    padding-bottom: 110px;
    margin-bottom: -30px
}

#content .pageTop:before {
    background: #f5f5f5
}

#content .content_area {
    background: #fff;
    box-shadow: 0 3px 5px .5px rgba(52, 55, 57, 0.18);
    margin-top: 40px;
    padding: 50px 55px;
}

#content .content_area h2 {
    position: relative;
    font-size: 27px;
    color: #000000;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    /*margin-bottom: 25px*/
}

#content .content_area:not(#secondhand-item-list) h2 {
    margin-bottom: 25px
}

#content .content_area:not(#secondhand-item-list) h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    max-width: 50%;
    background: #fc660a
}

#contact {
    background: url(../images/sectorShadow.png) no-repeat right bottom, #f5f5f5;
    padding-bottom: 110px;
    margin-bottom: -30px
}

#contact .pageTop:before {
    background: #f5f5f5
}

#contact .form {
    background: #fff;
    box-shadow: 0 3px 5px .5px rgba(52, 55, 57, 0.18);
    margin-top: 40px;
    padding: 50px 65px
}

#contact .form h2 {
    position: relative;
    font-size: 27px;
    color: #000000;
    font-family: 'Khand', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px
}

#contact .form h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    max-width: 50%;
    background: #fc660a
}

#contact .form input,
#contact .form textarea,
#contact .form select {
    /*width: 100%;*/
    display: block;
    /*margin-top: 10px;*/
    border: 2px solid #cccccc;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px;
    resize: none
}

#contact .form select {
    height: 50px;
    color: #777;
}

#contact .bootstrap-filestyle .input-group-btn label {
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent !important;
    font-size: 16px;
    font-weight: bold !important;
    border: 2px solid #fc660a;
    background: transparent;
    padding: 9px 25px;
    color: #444444 !important;
    line-height: 2;
    margin-bottom: 0px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

#contact .form input.phone {
    padding: 10px 30px 10px 50px;
}

#contact .form .iti {
    display: block;
    /*margin-top: 10px;*/
}

/*#contact .form .captcha {
    margin-top: 10px;
}*/

#contact .form input::-webkit-input-placeholder,
#contact .form textarea::-webkit-input-placeholder {
    color: #999999
}

#contact .form input:-ms-input-placeholder,
#contact .form textarea:-ms-input-placeholder {
    color: #999999
}

#contact .form input::placeholder,
#contact .form textarea::placeholder {
    color: #999999
}

#contact .form button {
    float: right;
    color: #444444 !important;
    font-size: 16px;
    font-weight: bold !important;
    border: 2px solid #fc660a;
    background: transparent;
    padding: 10px 25px;
    cursor: pointer;
    /*margin-top: 15px;*/
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .form button:hover {
    color: #fff !important;
    background: #fc660a
}

#contact .form button.play_audio {
    margin-right: 10px;
    border-radius: unset;
    padding: 10px 15px;
}

#contact .form button.new_captcha {
    border-radius: unset;
    padding: 10px 15px;
}

#contact .form .help-block {
    color: #c82333;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

#contact .region {
    padding-top: 30px
}

#contact .region>div {
    padding: 15px
}

#contact .region>div>div {
    background: #fff;
    padding: 40px;
    box-shadow: 0 3px 5px .5px rgba(52, 55, 57, 0.18)
}

#contact .region>div>div h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fb670c;
    font-family: 'Khand', sans-serif
}

#contact .region>div>div p {
    position: relative;
    font-size: 14px;
    color: #000;
    padding-top: 25px
}

#contact .region>div>div p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 80px;
    max-width: 70%;
    height: 1px;
    background: #636363
}

#contact .region>div>div ul {
    padding: 20px 0 10px
}

#contact .region>div>div ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000;
    padding: 5px 0 5px 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .region>div>div ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
    color: #fc660a
}

#contact .region>div>div ul li a:hover {
    color: #fc660a
}

#contact .region>div>div>a {
    display: block;
    text-align: center !important;
    color: #444444;
    font-size: 16px;
    font-weight: bold !important;
    border: 2px solid #fc660a;
    background: transparent;
    padding: 7px 25px;
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .region>div>div>a:hover {
    color: #fff;
    background: #fc660a
}

#footer .top {
    overflow: hidden
}

#footer .top>div {
    position: relative;
    padding: 30px 15px 30px 200px
}

#footer .top .logo {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -30px;
    bottom: -30px;
    width: 200px;
    text-align: center !important
}

#footer .top .logo a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#footer .top .logo a img {
    heighT: 106px;
    width: 160px;
    max-width: 160px;
    object-fit: contain
}

#footer .top .logo:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background: #070707;
    width: 10000px
}

#footer .top .marks {
    position: relative
}

#footer .top .marks ul {
    position: relative;
    display: table;
    width: 100%;
    background: #f8f8f8
}

#footer .top .marks ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 15px
}

#footer .top .marks ul li img {
    heighT: 44px;
    width: 100%;
    object-fit: contain
}

#footer .top .marks:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    width: 100000px;
    margin-left: -50000px
}

#footer .center {
    margin-top: -30px;
    background: url(/common/images/footerShadow.png) no-repeat left bottom,#222 !important;
}

#footer .center .region {
    padding: 60px 15px 65px;
    height:inherit !important;
}

@media (max-width: 575px) {
    #footer .center .region {
        margin-left:20px;
    }
}

#footer .center .region strong {
    position: relative;
    display: block;
    font-family: 'Khand', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #cccccc;
    padding-bottom: 20px
}

#footer .center .region strong:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 80px;
    height: 1px;
    background: #636363;
    max-width: 50%
}

#footer .center .region p {
    display: block;
    font-size: 14px;
    color: #cccccc;
    padding-bottom:30px;
}

#footer .center .region ul {
    padding-top: 15px;
    position: absolute;
    bottom:20px;
}

#footer .center .region ul li {
    padding-top: 5px
}

#footer .center .region ul li a,
#footer .center .region ul li span {
    position: relative;
    font-size: 15px;
    color: #ccc;
    padding-left: 30px
}

#footer .center .region ul li a i,
#footer .center .region ul li span i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    width: 20px;
    text-align: center !important;
    color: #fff
}

#footer .center .region ul li a {
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#footer .center .region ul li a:hover {
    color: #fff
}

#footer .center .region:nth-child(even) {
    background: #444444
}

#footer .center .contact {
    text-align: center !important;
    padding: 50px 15px
}

#footer .center .contact>div>div {
    text-align: left !important;
    display: inline-block;
    padding-top: 25px
}

#footer .center .contact>div>div>a {
    position: relative;
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    font-weight: bold !important
}

#footer .center .contact>div>div>a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal !important
}

#footer .center .contact>div>div>a:first-child {
    font-family: 'Khand', sans-serif;
    font-size: 24px
}

#footer .center .contact>div>div hr {
    border-top: 1px solid #616161;
    margin: 7px 0 10px
}

#footer .center .contact>div>div ul {
    padding-top: 25px;
    font-size: 0
}

#footer .center .contact>div>div ul li {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle
}

#footer .center .contact>div>div ul li a {
    display: block;
    font-size: 24px;
    color: #cccccc;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#footer .center .contact>div>div ul li a.icon-youtube:before {
    position: relative;
    top: 5px
}

#footer .center .contact>div>div ul li a:hover {
    color: #fff
}

#footer .bottom {
    background: #fff;
    padding: 12px 0
}

#footer .bottom p {
    font-size: 13px;
    color: #444
}

@media (min-width:1285px) {
    #header .logo a {
        right: 20px !important;
    }
}

@media screen and (max-width: 1085px) and (min-width: 992px) {
    #header .logo a img {
        width: 250px !important;
    }
}

@media (max-width:1540px) {
    #home .shadows>div #highlights .img {
        right: 635px
    }
    #home .shadows>div #highlights .text {
        padding: 50px;
        width: 600px
    }
    #header .logo {
        left: -305px;
    }
}

@media (max-width:1199px) {
    #header .logo {
        left: -225px
    }
    #header .top .contact a {
        margin: 0 10px
    }
    #header .bottom>.container>ul>li {
        margin-right: 35px
    }
    #home .slider>div .item .text {
        max-width: 530px
    }
    #home .slider>div .item .img {
        left: 530px
    }
    #home .slider>div .owl-nav {
        width: 530px
    }
    #home .shadows>div>ul li {
        width: 180px
    }
    #home .shadows>div>ul li a i {
        width: 140px;
        line-height: 130px
    }
    #home .shadows>div>ul li:before {
        top: 88px
    }
    #home .shadows>div #highlights {
        padding-left: 0
    }
    #home .shadows>div #highlights .img {
        display: none
    }
    #home .shadows>div #highlights .text {
        padding: 50px;
        width: 100%
    }
    #sector .education .b>div>div:first-child {
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        max-width: 380px
    }
    #sectorCategorySub .top>div {
        padding-left: 0
    }
    #sectorCategorySub .top>div .img {
        display: none
    }
    #sectorCategorySub .top>div .text {
        padding: 50px;
        width: 100%
    }
    #productDetail .bottom>div {
        padding-left: 0
    }
    #productDetail .bottom>div .img {
        display: none
    }
    #productDetail .bottom>div .text {
        padding: 50px;
        width: 100%
    }
}

@media (max-width:991px) {
    .supportCenter h3 {
        font-size: 28px
    }
    .supportCenter p {
        font-size: 15px
    }
    .pageTop {
        padding: 90px 0
    }
    .deviceItem {
        padding: 20px
    }
    #header {
        display: none
    }
    #mHeader {
        display: block
    }
    #home .top .item>div>div {
        padding: 25px 15px
    }
    #home .top .item>div>div h1 {
        font-size: 40px
    }
    #home .top .item>div>div p {
        font-size: 20px
    }
    #home .top .item>div>div p:before {
        width: 70px
    }
    /*#home .slider {
        margin-top: 50px
    }*/
    #home .slider>div .item .text {
        max-width: 60%
    }
    #home .slider>div .item .text em {
        font-size: 20px
    }
    #home .slider>div .item .text strong {
        font-size: 36px
    }
    #home .slider>div .item .text strong:before {
        width: 75px
    }
    #home .slider>div .item .text p {
        font-size: 14px;
        padding: 20px 0
    }
    #home .slider>div .item .img {
        left: 60%
    }
    #home .slider>div .owl-nav {
        width: 100%;
        bottom: 50px;
        text-align: center !important
    }
    #home .slider:before {
        top: 80px;
        bottom: 80px
    }
    #home .shadows>div>ul li {
        width: 140px;
        padding: 20px 15px
    }
    #home .shadows>div>ul li a i {
        width: 110px;
        line-height: 100px;
        font-size: 48px
    }
    #home .shadows>div>ul li a strong {
        font-size: 18px;
        padding-top: 20px
    }
    #home .shadows>div>ul li:before {
        top: 73px
    }
    #home .shadows>div #highlights {
        padding: 15px 15px 15px 0
    }
    #home .shadows>div #highlights .text {
        padding: 25px
    }
    #home .shadows>div #highlights .text strong {
        font-size: 20px
    }
    #home .shadows>div #highlights .text h3 {
        font-size: 44px
    }
    #home .news .t {
        padding: 15px 0
    }
    #home .news .t .head strong {
        font-size: 20px
    }
    #home .news .t .head h3 {
        font-size: 44px
    }
    #home .news .t .right {
        text-align: left !important;
        padding: 15px
    }
    #home .news .t .right:before {
        display: none
    }
    #newsList .widget {
        padding-top: 30px
    }
    #sector .pageTop {
        padding-top: 90px
    }
    #sector .video a i {
        font-size: 62px
    }
    #sector .video em {
        padding-top: 20px;
        font-size: 16px
    }
    #sector .video h2 {
        font-size: 24px
    }
    #sector .video p {
        font-size: 13px
    }
    #sector .education .b>div>div:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 0
    }
    #sector .education .b>div>div:first-child img {
        height: auto
    }
    #sector .education .b>div>div:last-child>div em {
        font-size: 15px
    }
    #sector .education .b>div>div:last-child>div h3 {
        font-size: 36px
    }
    #sector .education .b:before {
        width: 100%;
        max-width: unset
    }
    #sectorCategory .description h2 {
        padding-top: 30px;
        font-size: 24px
    }
    #sectorCategory .description p {
        font-size: 14px
    }
    #sectorCategory .machine h2 {
        font-size: 28px
    }
    #sectorCategory .machine ul {
        margin: 0 -5px
    }
    #sectorCategory .machine ul>li {
        padding: 5px
    }
    #sectorCategory .machine ul>li a {
        padding: 5px
    }
    #sectorCategory .machine ul>li a strong {
        font-size: 28px
    }
    #sectorCategory .machine ul>li a:before {
        left: 5px;
        top: 5px;
        right: 5px;
        bottom: 5px
    }
    #sectorCategory .device h3 {
        font-size: 24px
    }
    #sectorCategorySub .top>div {
        padding: 15px 15px 15px 0
    }
    #sectorCategorySub .top>div .img {
        right: 705px
    }
    #sectorCategorySub .top>div .text {
        padding: 25px
    }
    #sectorCategorySub .top>div .text strong {
        font-size: 20px
    }
    #sectorCategorySub .top>div .text h2 {
        font-size: 44px
    }
    #sectorCategorySub .device .t {
        padding: 15px 0
    }
    #sectorCategorySub .device .t .head strong {
        font-size: 20px
    }
    #sectorCategorySub .device .t .head h3 {
        font-size: 44px
    }
    #sectorCategorySub .device .t .right {
        text-align: left !important;
        padding: 15px
    }
    #sectorCategorySub .device .t .right:before {
        display: none
    }
    #productDetail .top .text {
        padding-top: 30px
    }
    #productDetail .top .text h1 {
        font-size: 28px
    }
    #productDetail .top .text>strong {
        font-size: 15px
    }
    #productDetail .top .text p {
        font-size: 14px
    }
    #productDetail .top .text>ul {
        padding-top: 15px
    }
    #productDetail .top .text>ul li {
        padding: 5px 5px 0 0
    }
    .theme-hover-btn {
        font-size: 14px;
        padding: 5px 10px 5px 35px
    }
    .theme-hover-btn i {
        width: 35px;
        font-size: 18px
    }
    #productDetail .top .text>div p {
        font-size: 14px
    }
    #productDetail .top .text>div a {
        font-size: 14px;
        padding: 5px 10px 5px 35px
    }
    #productDetail .top .text>div a i {
        width: 35px;
        font-size: 18px
    }
    #productDetail .tabs>div>ul li a {
        padding: 8px 15px;
        font-size: 18px
    }
    #productDetail .tabs>div>div [data-tab-content="specifications"],
    #productDetail .tabs>div>div [data-tab-content="application"] {
        padding: 20px
    }
    #productDetail .tabs>div>div [data-tab-content="specifications"] .text,
    #productDetail .tabs>div>div [data-tab-content="application"] .text {
        font-size: 14px
    }
    #productDetail .tabs>div>div [data-tab-content="specifications"] .img,
    #productDetail .tabs>div>div [data-tab-content="application"] .img {
        padding-top: 30px
    }
    #productDetail .tabs>div>div [data-tab-content="technical"] {
        padding: 20px
    }
    #productDetail .tabs>div>div [data-tab-content="technical"] ul {
        display: block
    }
    #productDetail .tabs>div>div [data-tab-content="technical"] ul li {
        display: block;
        text-align: center !important;
        padding: 10px
    }
    #productDetail .tabs>div>div [data-tab-content="technical"] ul li strong {
        display: block;
        padding: 0
    }
    #productDetail .tabs>div>div [data-tab-content="technical"] ul li span {
        display: block;
        padding: 0
    }
    #productDetail .tabs>div>div [data-tab-content="document"] {
        padding: 20px
    }
    #productDetail .tabs>div>div [data-tab-content="document"] ul {
        display: block
    }
    #productDetail .tabs>div>div [data-tab-content="document"] ul li {
        display: block;
        padding: 20px 10px;
        text-align: center !important
    }
    #productDetail .tabs>div>div [data-tab-content="document"] ul li p {
        display: block;
        padding: 0 0 10px 0
    }
    #productDetail .tabs>div>div [data-tab-content="document"] ul li p i {
        position: unset;
        display: block;
        line-height: normal;
        width: 100%;
        padding-bottom: 10px
    }
    #productDetail .tabs>div>div [data-tab-content="document"] ul li div {
        display: block;
        padding: 0
    }
    #productDetail .accecory .t {
        padding: 15px 0
    }
    #productDetail .accecory .t .head strong {
        font-size: 18px
    }
    #productDetail .accecory .t .head h2 {
        font-size: 36px
    }
    #productDetail .bottom>div {
        padding: 15px 15px 15px 0
    }
    #productDetail .bottom>div .img {
        right: 705px
    }
    #productDetail .bottom>div .text {
        padding: 25px
    }
    #productDetail .bottom>div .text strong {
        font-size: 20px
    }
    #productDetail .bottom>div .text h3 {
        font-size: 44px
    }
    #contact .form {
        padding: 30px 20px
    }
    #contact .form h2 {
        margin-bottom: 15px
    }
    #footer .top .marks ul {
        display: block;
        font-size: 0;
        padding: 15px 0;
        text-align: center !important
    }
    #footer .top .marks ul li {
        padding: 15px;
        display: inline-block;
        width: 33.33%
    }
}

@media (max-width:767px) {
    .newsList {
        padding: 0 15px 15px 15px;
        height: auto
    }
    .newsList img {
        position: unset;
        width: 100%;
        height: auto
    }
    .newsList:before {
        top: auto;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        height: 200px
    }
    .pageTop h1 {
        font-size: 40px
    }
    .pageTop p {
        font-size: 18px
    }
    #home .slider {
        margin-bottom: 80px
    }
    #home .slider>div .item {
        padding: 50px
    }
    #home .slider>div .item .text {
        max-width: 100%
    }
    #home .slider>div .item .img {
        position: unset
    }
    #home .slider>div .item .img img {
        height: unset;
        margin-bottom: 20px
    }
    #home .slider>div .owl-nav {
        bottom: -15px
    }
    #home .slider:before,
    #home .slider:after {
        top: 0;
        bottom: 0
    }

    #home .shadows>div>ul li {
        width: 50%
    }
    #home .shadows>div>ul li:before {
        display: none
    }
    #home .news .list>div>div {
        padding: 8px
    }
    #newsList .list>a>span {
        padding: 20px
    }
    #newsList .list>a>span>strong {
        font-size: 20px
    }
    #newsList .list>a>span>span {
        font-size: 14px
    }
    #newsDetail .detail>div {
        padding: 20px
    }
    #newsDetail .detail>div>h2 {
        font-size: 20px
    }
    #newsDetail .detail>div>span {
        font-size: 14px
    }
    #sector .education .b {
        padding: 10px
    }
    #productDetail .accecory .t .head,
    #productDetail .product .t .head {
        padding: 15px 40px 15px 15px
    }
    #footer .top>div {
        padding: 0
    }
    #footer .top .logo {
        position: unset;
        text-align: center !important;
        width: 100%;
        padding: 15px
    }
    #footer .top .logo a {
        position: relative;
        left: 0;
        top: 0;
        transform: unset
    }
    #footer .top .marks ul li {
        width: 50%
    }
    #contact .form button.play_audio,
    #contact .form button.new_captcha,
    #contact .form img.captcha {
        margin-top: 10px;
    }
}

@media (max-width: 420px) {
    #home .rate ul li {
        width: 50%;
    }
}

.map iframe {
    width: 100% !important;
    height: 100% !important;
}

#product_contents ul li {
    position: relative;
    padding: 5px 15px;
}

#product_contents ul li:before {
    position: absolute;
    content: "\e902";
    left: -10px;
    top: 53%;
    line-height: 0;
    width: 30px;
    text-align: center !important;
    font-size: 10px;
    color: #444444;
    margin-top: -5px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color:#fc660a;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-90deg)
}