@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}
ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
* {
    box-sizing: border-box
}
::-moz-selection {
    background: #151839;
    color: #FFF
}
::selection {
    background: #151839;
    color: #FFF
}
::-moz-selection {
    background: #151839;
    color: #FFF
}
.clearfix:after,
.fixwidth:after {
    content: ' ';
    display: table;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden
}
html{
    /*-moz-filter: grayscale(100%);*/
    /* IE */
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;*/
    /* Chrome, Safari */
    /*-webkit-filter: grayscale(1);*/
    /* Firefox */
    /*filter: grayscale(1);*/
}
html,
body {
    min-height: 100%;
    width: 100%;
    position: relative;
}
body {
    font-size: 16px;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.3em;
    padding-bottom: 1.5em;
    font-weight: 700
}
h1 {
    font-size: 2.2em
}
h2 {
    font-size: 2em
}
h3 {
    font-size: 1.8em
}
h4 {
    font-size: 1.6em
}
h5 {
    font-size: 1.4em
}
h6 {
    font-size: 1em
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: .9em
}
p {
    padding: 0 0 1.5em;
    margin: 0;
    line-height: 1.3em
}
a,
img {
    display: block
}
button {
    cursor: pointer
}
.fixwidth {
    max-width: 1440px;
    margin: 0 auto
}
.font-size1 {
    font-size: 2.2em
}
.font-size2 {
    font-size: 2em
}
.font-size3 {
    font-size: 1.8em
}
.font-size4 {
    font-size: 1.6em
}
.font-size5 {
    font-size: 1.4em
}
.font-size6 {
    font-size: 1em
}
input,
select,
textarea,
button {
    box-sizing: border-box
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}
input[type=text],
input[type=password],
input[type=file],
select,
textarea {
    min-width: inherit;
    font-size: 1em;
    padding: 0 1em;
    vertical-align: middle;
    width: 100%
}
textarea {
    min-height: 100px;
    padding-top: .5em
}
button {
    min-width: 60px;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
}
textarea,
input,
button {
    border-radius: 2px;
    -webkit-font-smoothing: antialiased
}
input[type=text],
input[type=password],
input[type=file] {
    background: #FFF;
    height: 40px;
    line-height: 40px
}
input[type=password] {
    letter-spacing: .2em
}
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus {
    border: 1px solid #999ea7
}
input.disable {
    border: 1px solid #ccc;
    background: #f3f4f5;
    color: #999
}
textarea.alert,
input[type=text].alert {
    background-repeat: no-repeat
}
select {
    margin: 0;
    padding-left: 13px;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
select:focus {
    outline: none
}
select::-ms-expand {
    display: none
}
.select-style {
    position: relative
}
.select-style:after {
    font-family: fontello;
    position: absolute;
    z-index: 1;
    text-decoration: inherit;
    display: block;
    top: 1em;
    right: 1em;
    speak: none
}
.select-style.icon:after {
    content: '\e80f';
    color: #576472
}
.btn {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 1em;
    display: inline-block
}
.btn.lg {
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    font-weight: 700
}
.function_form input,
.function_form textarea,
.function_form select {
    margin-bottom: .8em
}
.popup_alert {
    position: fixed;
    width: 100%;
    min-height: 120px;
    z-index: 999999;
    background-color: #fff;
    display: block;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    box-shadow: 0 0 0
}
.popup_alert .warp {
    display: block;
    color: #69af3f;
    font-size: 2em;
    max-width: 1280px;
    margin: 1.5em auto;
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    opacity: .2;
    filter: alpha(opacity=20);
    box-sizing: border-box;
    padding: 0 1em;
    line-height: 1.5em
}
.popup_alert.error .warp {
    color: #bf000c
}
.popup_alert.active {
    visibility: visible;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 10px
}
.popup_alert.active .warp {
    -webkit-transition: 1.5s ease;
    transition: 1.5s ease;
    opacity: 1;
    filter: alpha(opacity=100)
}
.popup_alert .close {
    background: none!important;
    color: #D2D2D2!important;
    border: none!important;
    line-height: normal;
    padding: 0;
    margin-left: 30px;
    cursor: pointer
}
.popup_alert .close:after {
    content: '';
    display: none!important
}
.popup_alert .close:before {
    content: 'x';
    background: #d2d2d2;
    color: #fff;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 40px;
    font-size: .8em;
    margin-right: 10px;
    margin-top: 5px;
    float: left
}
.thumbs img {
    width: auto;
    height: auto
}
.line--dashed,
.line--solid {
    margin: 0;
    padding: 0;
    margin-top: 1em;
    padding-bottom: 1em;
    border: none;
    border-top: 1px solid #ccc
}
.relation {
    position: relative
}
.wrap_y--1 {
    padding-top: 1em;
    padding-bottom: 1em
}
.wrap_y--2 {
    padding-top: 2em;
    padding-bottom: 2em
}
.wrap_all--half {
    padding: .5em
}
.wrap_all--1 {
    padding: 1em
}
.wrap_all--1-half {
    padding: 1.5em
}
.wrap_all--2 {
    padding: 2em
}
.clear-scroll {
    overflow: hidden;
    height: 100%
}
.header--control nav ul {
    float: right
}
.header--control nav ul li {
    float: left
}
.header--control nav ul li a {
    padding: 0 0 0 2em;
    height: 30px;
    line-height: 30px
}
.toggle-menu {
    background: none!important;
    border: none!important;
    display: none
}
.toggle-menu span {
    width: 17px;
    height: 2px;
    background: #666;
    margin-bottom: 4px;
    display: block;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    margin-left: -6px
}
.toggle-menu.active .bar1 {
    -ms-transform: rotate(0) translateY(6px);
    transform: rotate(0) translateY(6px);
    -webkit-transform: rotate(0) translateY(6px)
}
.toggle-menu.active .bar2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0
}
.toggle-menu.active .bar3 {
    -ms-transform: rotate(-90deg) translateX(6px);
    transform: rotate(-90deg) translateX(6px);
    -webkit-transform: rotate(-90deg) translateX(6px)
}
.toggle-menu.active {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}
.invert {
    color: #fff
}
body {
    font-family: tahoma, Helvetica, sans-serif;
    color: #363636
}
b,
strong {
    font-weight: 700
}
a {
    color: #bf000c;
    text-decoration: none
}
button,
.btn.enable {
    background-color: #bf000c;
    color: #FFF;
    border: 1px solid #950009
}
a.btn.enable {
    position: relative;
    padding-right: 40px
}
a.btn.enable:after {
    content: '';
    background-image: url(../images/icon/icon_arrow-white.svg);
    background-size: cover;
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 13px;
    right: 10px
}
::-webkit-input-placeholder {
    color: #576472
}
:-moz-placeholder {
    color: #576472
}
::-moz-placeholder {
    color: #576472
}
:-ms-input-placeholder {
    color: #576472
}
button,
input[type=text],
input[type=password],
input[type=file],
select,
textarea {
    font-family: tahoma, Helvetica, sans-serif;
    border: 1px solid #DFE0E2;
    color: #576472;
    border-radius: 0;
    background: #DFE0E2
}
.sort-options-wrapper.alert {
    border: 1px solid #d2232a;
    color: #d2232a
}
input.disable {
    border: 1px solid #ccc;
    background: #f3f4f5;
    color: #999
}
textarea.alert,
input[type=text].alert {
    border: 1px solid #d2232a;
    color: #d2232a
}
button:hover {
    background: #e2e5ea;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    color: #151839
}
button.enable {
    color: #FFF;
    border: 1px solid #d2232a;
    background: #bf000c;
    background: #bf0015;
    background: -webkit-linear-gradient(top, #bf0015 0%, #a3000a 100%);
    background: -webkit-linear-gradient(top, #bf0015 0%, #a3000a 100%);
    background: linear-gradient(to bottom, #bf0015 0%, #a3000a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bf000c', endColorstr='#a3000a', GradientType=0)
}
button.enable:hover {
    border: 1px solid #c7282c;
    background: #bf000c;
    background: #bf0015;
    background: -webkit-linear-gradient(top, #bf0015 0%, #a3000a 100%);
    background: -webkit-linear-gradient(top, #bf0015 0%, #a3000a 100%);
    background: linear-gradient(to bottom, #bf0015 0%, #a3000a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bf000c', endColorstr='#a3000a', GradientType=0)
}
button.disable {
    background: #ccc;
    color: #999
}
button.primary {
    background: #d84046;
    border: 1px solid #d84046;
    color: #FFF
}
button.primary:hover {
    background: #e3343c;
    border: 1px solid #c11e22
}
.text--align--form .type {
    width: 100px;
    float: left;
    line-height: 40px
}
.text--align--form .addtext {
    padding-left: 120px
}
.thumbs.fix_max img {
    width: auto
}
.thumbs img {
    max-width: 100%;
    height: auto;
    width: 100%
}
.header_modal {
    position: fixed;
    top: 0;
    z-index: 30;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ff2c01;
}
.header_modal .fixwidth {
    position: relative;
}
.header_modal .logo {
    float: left;
    height: auto;
    max-width: 100px;
    margin-top: 15px
}
.header_modal nav {
    float: right
}
.header_modal nav ul {
    margin-right: 320px
}
.header_modal nav ul,
.header_modal nav ul li {
    float: left;
    position: relative;
    margin-left: 2em;
    overflow: hidden
}
.header_modal nav ul li:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: red;
    position: absolute;
    bottom: 4px;
    left: -100%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.header_modal nav ul li:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: red;
    position: absolute;
    bottom: 1px;
    right: -100%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.header_modal nav ul li.active:before {
    left: 0
}
.header_modal nav ul li.active:after {
    right: 0
}
.header_modal nav ul li:hover:before {
    left: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.header_modal nav ul li:hover:after {
    right: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.header_modal .callcenter {
    float: left;
    display: block;
    height: 120px;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding-top: 10px;
    vertical-align: middle
}
.header_modal .callcenter>div {
    display: inline-block;
    float: none;
    margin-left: -5px;
    vertical-align: middle
}
.header_modal .callcenter .thumbs {
    text-align: center
}
.header_modal .callcenter .thumbs img {
    display: inline-block
}
.header_modal .callcenter strong {
    font-size: 1.1em;
    padding-bottom: 5px;
    display: block
}
.header_modal .callcenter span {
    font-size: 1.6em;
    display: block
}
.header_modal nav ul li a {
    height: 100px;
    display: block;
    box-sizing: border-box;
    padding-top: 50px;
    font-size: 1.2em;
    color: #363636;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.header_modal nav ul li:hover a,
.header_modal nav ul li.active a {
    color: red;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.header_modal .social {
    padding-top: 44px
}
.footer_modal {
    background: #454545
}
.footer_modal nav li {
    float: left;
    width: 50%
}
.footer_modal nav a {
    font-family: Tahoma, Verdana, Segoe, sans-serif!important;
    font-size: 13px;
    line-height: 22px;
    color: #fff
}
.footer_modal nav a:hover {
    color: rgba(255, 255, 255, 0.8)
}
.footer_modal .fixwidth {
    position: relative;
    background: #454545
}
.footer_modal .fixwidth:after {
    content: '';
    display: block;
    height: 100%;
    width: 2000px;
    background: #454545;
    position: absolute;
    top: 0;
    left: -2000px;
    visibility: visible
}
.request_form {
    width: 460px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 115%;
    color: #fff;
    overflow: hidden;
    padding-top: 10px
}
.request_form a {
    color: #fff
}
.request_form .thumbs {
    text-align: center
}
.request_form .thumbs img {
    display: inline-block
}
.request_form h5 {
    font-size: 2em;
    font-weight: lighter;
    padding-bottom: 0
}
.request_form span {
    font-size: 1.1em
}
.navigations {
    padding-left: 480px
}
.partner {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: #d1d1d1;
    text-align: center
}
.partner img {
    display: inline-block;
    padding-top: 20px
}
.content_modal {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 150px
}
.content_modal.pages_style {
    margin-top: 0
}
.content_modal article {
    padding: 30px 0
}
.link_baseline {
    color: #bf000c
}
.link_baseline:hover {
    color: #363636
}
.link_invert {
    color: #fff
}
.headline {
    text-align: center;
    position: relative
}
.headline h2 {
    padding: 10px 40px 10px 80px;
    color: #fff;
    min-width: 200px;
    border-radius: 60px;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    font-size: 1.7em
}
.headline h1 {
    padding: 10px 40px 10px 80px;
    color: #fff;
    min-width: 200px;
    border-radius: 60px;
    display: inline-block;
    font-weight: 400;
    text-align: left;
    font-size: 1.7em
}
.all_page_area .headline:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #ff2c01;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}
.all_page_area .headline.pages_style-detail:after {
    top: inherit;
    bottom: 0
}
.all_page_area .headline.pages_style-detail h1 {
    background: none;
    color: #363636;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 0
}
.all_page_area .headline.pages_style-detail h1:after {
    top: inherit;
    bottom: 0
}
.all_page_area .address {
    padding-bottom: 30px
}
.cover_pages img {
    width: 100%;
    height: auto
}
.headline.icons h1,
.headline.icons h2 {
    position: relative
}
.headline.icons h2:before,
.headline.icons h1:before {
    content: '';
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.headline.icons.welcome h2:before,
.headline.h_products h1:before {
    background-image: url(../images/icon_welcome.png);
    background-position: center;
    background-repeat: no-repeat
}
.section_services .headline.icons h2:before,
.headline.h_services h1:before,
.headline.h_reference h1:before,
.headline.h_reference h2:before,
.headline.h_about h1:before,
.headline.h_news h1:before,
.headline.h_news h2:before,
.headline.h_careers h1:before,
.headline.h_contact h1:before {
    background-image: url(../images/icon_folder.png);
    background-position: center;
    background-repeat: no-repeat
}
.section_partners .headline.icons h2:before {
    background-image: url(../images/icon_link.png);
    background-position: center;
    background-repeat: no-repeat
}
.bg_lightgray {
    background-color: #efefef
}
.bg_orange-fade,
.headline h2,
.headline h1 {
    background: #ff5900;
    background: -webkit-gradient(left top, right top, color-stop(0%, #ff5900), color-stop(1%, #ff5900), color-stop(100%, #fe0000));
    background: -webkit-linear-gradient(left, #ff5900 0%, #ff5900 1%, #fe0000 100%);
    background: -webkit-linear-gradient(left, #ff5900 0%, #ff5900 1%, #fe0000 100%);
    background: linear-gradient(to right, #ff5900 0%, #ff5900 1%, #fe0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5900', endColorstr='#fe0000', GradientType=1)
}
.underline {
    position: relative
}
.underline:before,
.underline:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: red
}
.underline:before {
    height: 1px;
    bottom: 3px
}
.underline:after {
    height: 2px;
    bottom: 0
}
.reference_slider .headline {
    margin-bottom: 40px
}
.reference_slider,
.section_partners {
    margin-top: 90px;
    padding-top: 40px;
    padding-bottom: 30px
}
.reference_slider.pages_style,
.section_partners.pages_style {
    margin-top: 0
}
.partners_list {
    padding-bottom: 40px
}
.partners_list li img {
    width: 100%;
    height: auto;
    border: 1px solid #CECECE
}
.section_about,
.section_services {
    border: 2px solid red
}
.section_about {
    margin-top: 80px
}
.section_services li {
    padding-bottom: 0
}
.section_about .wrapper,
.section_services .wrapper {
    padding: 0 20px
}
.section_services .type {
    padding: 20px
}
.section_services .type h3 {
    font-size: 1.1em;
    font-weight: lighter;
    padding-bottom: 0
}
.section_services .list_box {
    margin-bottom: -60px
}
.section_about .bg_lightgray {
    margin-bottom: -30px
}
.section_about header,
.section_services header {
    top: -30px
}
.section_about .description,
.section_services .description,
.section_partners .description {
    padding: 50px 0 0;
    font-size: 1.5em;
    line-height: initial!important
}
.section_services .bx-wrapper {
    margin-bottom: -40px
}
.section_products {
    background-image: url(../images/bg_main_products.jpg);
    background-position: center bottom;
    padding-top: 50px
}
.section_products .content_modal {
    margin-top: 0
}
.section_products .type {
    color: #fff
}
.section_products h2 {
    font-weight: lighter;
    padding-bottom: .5em
}
.section_products p {
    font-size: 1.3em
}
.section_about .type,
.section_about .thumbs {
    padding: 0
}
.section_about .underline:before {
    bottom: -15px
}
.section_about .underline:after {
    bottom: -18px
}
.section_about .type .wrap {
    padding: 40px
}
.section_products .type .wrap {
    padding: 0 40px
}
.section_about .type .wrap h3 {
    padding-bottom: .5em;
    font-weight: lighter
}
.main_page_area,
.all_page_area {
    position: relative;
    z-index: 5;
    top: 100%;
    background: #fff
}
.all_page_area {
    top: 0
}
.breadcrumb {
    padding: 15px 0
}
.breadcrumb a {
    float: left;
    color: #363636;
    font-size: 14px
}
.breadcrumb a:after {
    content: '>';
    display: inline-block;
    margin: 0 10px 0 5px;
    font-size: 12px
}
.breadcrumb a:last-child:after {
    display: none
}
.content_style--fixed {
    padding: 50px 0
}
.content_style--fixed h1,
.content_style--fixed h2,
.content_style--fixed h3,
.content_style--fixed h4,
.content_style--fixed h5,
.content_style--fixed h6 {
    font-weight: lighter;
    padding-bottom: .8em
}
.content_style--fixed ul,
.content_style--fixed p {
    padding-bottom: 1em
}
.content_style--fixed li {
    list-style: inherit;
    /* list-style: disc; */
    /* margin-left: 1em; */
    /* padding-bottom: 8px; */
    /* text-align: center; */
}
.slider_hide--space {
    background: #eee
}
.list_style--horizontal {
    margin-top: 40px
}
.list_style--horizontal li {
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}
.list_style--horizontal li [class^=c_] {
    padding: 0
}
.list_style--horizontal li .underline:before {
    bottom: -1px
}
.list_style--horizontal li .underline:after {
    bottom: -4px
}
.list_style--horizontal li .wrap {
    padding: 50px 20px
}
.list_style--horizontal li .wrap h3 {
    padding-bottom: 20px
}
.list_style--vertical li {
    list-style: none;
    padding-bottom: 0
}
.list_style--vertical li .type {
    padding: 20px
}
.list_style--vertical li .type h2 {
    font-size: 1.1em
}
.list_style--vertical li .type h3 {
    font-size: 1.15em;
    padding-bottom: 0;
    font-weight: lighter
}
.list_style--vertical li .type time {
    font-size: 14px
}
.invert_float article,
.invert_float aside {
    float: right
}
.content_wrapper {
    padding: 0 0 0 40px
}
.products_detail-cover {
    padding-bottom: 20px
}
.contact_form {
    padding: 0 0 0 60px
}
.side_nav h2 {
    padding: 10px 20px;
    color: #fff;
    font-weight: lighter;
    font-size: 1.3em
}
.side_nav ul {
    padding: 30px 0
}
.side_nav li a {
    font-family: Tahoma, Verdana, Segoe, sans-serif!important;
    font-size: 14px
}
.side_nav .download_list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px
}
.side_nav .download_list li:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #000;
    background-image: url(../images/icon_download.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0
}
.toggle_content li {
    list-style: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    padding: 0
}
.toggle_content li h3 {
    font-size: 1.3em;
    padding: 20px 0
}
.toggle_content li>div {
    padding: 20px;
    background: #eee
}
.form-error {
    font-style: italic;
    display: inline-block;
    padding: .3em 0;
    color: #bf000c
}
.paging {
    padding-top: 20px
}
.paging:after {
    content: '';
    display: table;
    clear: both;
    height: 0
}
.paging li {
    list-style: none;
    background: #efefef;
    border-bottom: 1px solid #efefef;
    float: left;
    margin-right: 10px;
    margin-left: 0;
    padding: 0
}
.paging li:hover,
.paging li.active {
    border-bottom: 1px solid #ff5900
}
.paging li:hover a,
.paging li.active a {
    color: #bf000c
}
.paging li a {
    display: block;
    min-width: 30px;
    text-align: center;
    color: #363636;
    height: 30px;
    line-height: 30px;
    font-size: 13px
}
.p_t1 {
    padding-top: 1em
}
.p_t2 {
    padding-bottom: 2em
}
.p_b1 {
    padding-top: 1em
}
.p_b2 {
    padding-bottom: 2em
}
#zone_pager_product {
    width: 47%;
    float: right;
    margin-top: -200px;
    position: relative;
    z-index: 10
}
#zone_pager_services {
    text-align: center;
    padding: 40px 0
}
#products_slider_right,
#pager_products_slider,
#products_slider_left,
#services_slider_right,
#pager_services_slider,
#services_slider_left {
    display: inline-block;
    vertical-align: middle;
    /* background: #000; */
}
#products_slider_left img,
#services_slider_left img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}
#pager_products_slider a {
    display: inline-block;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 10px;
}
#pager_services_slider a {
    display: inline-block;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 10px;
}
#pager_services_slider a.active {
    
    background: #ff2c01;
    
}
#pager_products_slider a.active {
     background: #fff;
}
.cover_pages {
   padding-top: 100px;
}
.cover_pages img {
    display: block;
}
.bx-wrapper .bx-viewport {
    left: 0!important
}
.content_title {
    padding: 20px 0;
    font-size: 1.5em
}
.content_style--fixed .group_data {
    list-style: none
}
.group_data {
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0
}
.group_data:last-child {
    border-bottom: none
}
.group_data:after {
    content: '';
    display: table;
    clear: both
}
.list_title {
    width: 150px;
    float: left
}
.list_detail {
    padding-left: 170px
}
[class^=c_] {
    float: left;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding: 1em 0;
    box-sizing: content-box
}
.c_full-d {
    width: 100%
}
.c_90-d {
    width: 90%
}
.c_80-d {
    width: 80%
}
.c_70-d {
    width: 70%
}
.c_60-d {
    width: 60%
}
.c_50-d {
    width: 50%
}
.c_40-d {
    width: 40%
}
.c_30-d {
    width: 30%
}
.c_20-d {
    width: 20%
}
.c_10-d {
    width: 10%
}
.c_33-d {
    width: 33.3333%
}
.c_15-d {
    width: 15%
}
.c_25-d {
    width: 25%
}
.c_35-d {
    width: 35%
}
.c_45-d {
    width: 45%
}
.c_55-d {
    width: 55%
}
.c_65-d {
    width: 65%
}
.c_75-d {
    width: 75%
}
.c_85-d {
    width: 85%
}
.list_box {
    margin-left: -2%
}
.list_box .c_full-d {
    width: 100%;
    margin: 0;
    float: none
}
.list_box .c_90-d {
    width: 98%;
    margin-left: 2%
}
.list_box .c_80-d {
    width: 78%;
    margin-left: 2%
}
.list_box .c_70-d {
    width: 68%;
    margin-left: 2%
}
.list_box .c_60-d {
    width: 58%;
    margin-left: 2%
}
.list_box .c_50-d {
    width: 48%;
    margin-left: 2%
}
.list_box .c_40-d {
    width: 38%;
    margin-left: 2%
}
.list_box .c_30-d {
    width: 28%;
    margin-left: 2%
}
.list_box .c_20-d {
    width: 18%;
    margin-left: 2%
}
.list_box .c_10-d {
    width: 8%;
    margin-left: 2%
}
.list_box .c_33-d {
    width: 31.3333%;
    margin-left: 2%
}
.list_box .c_15-d {
    width: 13%;
    margin-left: 2%
}
.list_box .c_25-d {
    width: 23%;
    margin-left: 2%
}
.list_box .c_35-d {
    width: 33%;
    margin-left: 2%
}
.list_box .c_45-d {
    width: 43%;
    margin-left: 2%
}
.list_box .c_55-d {
    width: 53%;
    margin-left: 2%
}
.list_box .c_65-d {
    width: 63%;
    margin-left: 2%
}
.list_box .c_75-d {
    width: 73%;
    margin-left: 2%
}
.list_box .c_85-d {
    width: 83%;
    margin-left: 2%
}
.fix-height {
    height: 100%
}
html,
body {
    min-height: 100%;
    height: 100%
}
.header_modal .logo {
    margin-left: 20px
}
@media (max-width: 1350px) {
    .fixwidth {
        padding: 0 2em;
        box-sizing: border-box
    }
    .footer_modal .fixwidth,
    .header_modal .fixwidth {
        padding: 0
    }
    .header_modal:before {
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }
    .header_modal .callcenter {
        width: 100%;
        height: 40px;
        overflow: hidden;
        text-align: center;
        z-index: 10;
        padding: 5px 0
    }
    .header_modal .callcenter > div {
        padding: 0;
        float: none;
        display: inline-block;
        width: auto;
        height: 30px;
        line-height: 30px;
        vertical-align: top
    }
    .header_modal .callcenter strong,
    .header_modal .callcenter span {
        font-size: 1em;
        display: inline-block
    }
    .header_modal .callcenter .thumbs {
        margin-right: 10px
    }
    .header_modal .callcenter .thumbs img {
        width: 30px;
        height: auto
    }
    .header_modal nav ul {
        margin-right: 20px
    }
    .header_modal .logo {
        max-width: 70px;
        margin: 45px 0 0 20px;
        position: relative;
        z-index: 100
    }
    .request_form {
        position: static;
        width: 100%;
        text-align: center
    }
    .request_form > div {
        float: none;
        display: block;
        width: 100% !important;
        vertical-align: middle;
        text-align: center;
    }
    .footer_modal .navigations {
        padding: 0 20px
    }
    .partner {
        position: static;
        width: 100%
    }
}
@media (max-width: 1200px) {
    .fixwidth {
        padding: 0 1em
    }
    .fixwidth.selectprices {
        padding-left: 1em;
        padding-right: 1em
    }
    .content_modal.pages_style {
        padding: 0 20px
    }
}
@media (max-width: 1080px) {
    .c_full-l {
        width: 100%;
        clear: both
    }
    .c_90-l {
        width: 90%
    }
    .c_80-l {
        width: 80%
    }
    .c_70-l {
        width: 70%
    }
    .c_60-l {
        width: 60%
    }
    .c_50-l {
        width: 50%
    }
    .c_40-l {
        width: 40%
    }
    .c_30-l {
        width: 30%
    }
    .c_20-l {
        width: 20%
    }
    .c_10-l {
        width: 10%
    }
    .c_33-l {
        width: 33.3333%
    }
    .c_15-l {
        width: 15%
    }
    .c_25-l {
        width: 25%
    }
    .c_35-l {
        width: 35%
    }
    .c_45-l {
        width: 45%
    }
    .c_55-l {
        width: 55%
    }
    .c_65-l {
        width: 65%
    }
    .c_75-l {
        width: 75%
    }
    .c_85-l {
        width: 85%
    }
    .list_box .c_full-l {
        width: 98%;
        margin-left: 2%;
        float: none
    }
    .list_box .c_90-l {
        width: 88%;
        margin-left: 2%
    }
    .list_box .c_80-l {
        width: 78%;
        margin-left: 2%
    }
    .list_box .c_70-l {
        width: 68%;
        margin-left: 2%
    }
    .list_box .c_60-l {
        width: 58%;
        margin-left: 2%
    }
    .list_box .c_50-l {
        width: 48%;
        margin-left: 2%
    }
    .list_box .c_40-l {
        width: 38%;
        margin-left: 2%
    }
    .list_box .c_30-l {
        width: 28%;
        margin-left: 2%
    }
    .list_box .c_20-l {
        width: 18%;
        margin-left: 2%
    }
    .list_box .c_10-l {
        width: 8%;
        margin-left: 2%
    }
    .list_box .c_33-l {
        width: 31.3333%;
        margin-left: 2%
    }
    .list_box .c_15-l {
        width: 13%;
        margin-left: 2%
    }
    .list_box .c_25-l {
        width: 23%;
        margin-left: 2%
    }
    .list_box .c_35-l {
        width: 33%;
        margin-left: 2%
    }
    .list_box .c_45-l {
        width: 43%;
        margin-left: 2%
    }
    .list_box .c_55-l {
        width: 53%;
        margin-left: 2%
    }
    .list_box .c_65-l {
        width: 63%;
        margin-left: 2%
    }
    .list_box .c_75-l {
        width: 73%;
        margin-left: 2%
    }
    .list_box .c_85-l {
        width: 83%;
        margin-left: 2%
    }
    .header--control .primary {
        height: 70px!important;
        line-height: 70px!important
    }
    .header--control .primary nav {
        display: none
    }
    .toggle-menu {
        width: 30px;
        min-width: 30px;
        height: 30px;
        position: absolute;
        top: 50px;
        right: 1em;
        z-index: 100;
        border: 1px solid #999!important;
        width: auto!important;
        padding: 0 15px;
        border-radius: 3px;
        display: block
    }
    .header_modal .navbar-nav {
        display: block!important;
        padding-top: 100px;
        margin: 0;
        position: absolute;
        top: -600px;
        left: 0;
        margin: 0;
        background: #fff;
        width: 100%;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
    .header_modal .navbar-nav.active {
        top: 0;
        -webkit-transition: .8s ease;
        transition: .8s ease
    }
    .header_modal .navbar-nav li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        padding: 0 20px;
        position: relative
    }
    .header_modal nav ul li {
        overflow: initail!important
    }
    .header_modal .navbar-nav li:before {
        content: '';
        display: block;
        height: 1px;
        width: 0;
        background: #ff5900;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
    .header_modal .navbar-nav li:after {
        display: none
    }
    .header_modal .navbar-nav li:hover:before,
    .header_modal .navbar-nav li.active:before {
        display: none;
        width: 100%;
        -webkit-transition: .5s ease;
        transition: .5s ease
    }
    .header_modal .navbar-nav li:hover a {
        color: #ff5900
    }
    .header_modal .navbar-nav li:last-child {
        height: 60px;
        line-height: 60px
    }
    .header_modal:before {
        z-index: 10
    }
    .header_modal .social {
        padding-top: 0
    }
    .header_modal .social img {
        width: 30px;
        display: inline-block;
        vertical-align: middle
    }
    .header_modal .social:before {
        content: 'Follow us on';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px
    }
    .header_modal .logo img {
        max-width: 100%;
        height: auto
    }
    .header_modal nav,
    .header_modal nav ul,
    .header_modal nav ul li {
        float: none
    }
    .header_modal nav ul li a {
        padding: 0;
        height: auto
    }
}
@media (max-width: 1000px) {
    .c_full-t {
        width: 100%
    }
    .c_90-t {
        width: 90%
    }
    .c_80-t {
        width: 80%
    }
    .c_70-t {
        width: 70%
    }
    .c_60-t {
        width: 60%
    }
    .c_50-t {
        width: 50%
    }
    .c_40-t {
        width: 40%
    }
    .c_30-t {
        width: 30%
    }
    .c_20-t {
        width: 20%
    }
    .c_10-t {
        width: 10%
    }
    .c_33-t {
        width: 33.3333%
    }
    .c_15-t {
        width: 15%
    }
    .c_25-t {
        width: 25%
    }
    .c_35-t {
        width: 35%
    }
    .c_45-t {
        width: 45%
    }
    .c_55-t {
        width: 55%
    }
    .c_65-t {
        width: 65%
    }
    .c_75-t {
        width: 75%
    }
    .c_85-t {
        width: 85%
    }
    .list_box .c_full-t {
        width: 98%;
        margin-left: 2%;
        float: none;
        clear: both
    }
    .list_box .c_90-t {
        width: 88%;
        margin-left: 2%
    }
    .list_box .c_80-t {
        width: 78%;
        margin-left: 2%
    }
    .list_box .c_70-t {
        width: 68%;
        margin-left: 2%
    }
    .list_box .c_60-t {
        width: 58%;
        margin-left: 2%
    }
    .list_box .c_50-t {
        width: 48%;
        margin-left: 2%
    }
    .list_box .c_40-t {
        width: 38%;
        margin-left: 2%
    }
    .list_box .c_30-t {
        width: 28%;
        margin-left: 2%
    }
    .list_box .c_20-t {
        width: 18%;
        margin-left: 2%
    }
    .list_box .c_10-t {
        width: 8%;
        margin-left: 2%
    }
    .list_box .c_33-t {
        width: 31.3333%;
        margin-left: 2%
    }
    .list_box .c_15-t {
        width: 13%;
        margin-left: 2%
    }
    .list_box .c_25-t {
        width: 23%;
        margin-left: 2%
    }
    .list_box .c_35-t {
        width: 33%;
        margin-left: 2%
    }
    .list_box .c_45-t {
        width: 43%;
        margin-left: 2%
    }
    .list_box .c_55-t {
        width: 53%;
        margin-left: 2%
    }
    .list_box .c_65-t {
        width: 63%;
        margin-left: 2%
    }
    .list_box .c_75-t {
        width: 73%;
        margin-left: 2%
    }
    .list_box .c_85-t {
        width: 83%;
        margin-left: 2%
    }
    .section_products .thumbs {
        text-align: center
    }
    .section_products .thumbs img {
        display: inline-block
    }
    .header_modal nav {
        padding-top: 35px
    }
    .header_modal nav ul {
        display: none
    }
    .content_wrapper {
        padding: 0
    }
    .section_products {
        background-position: center top;
        background-repeat: no-repeat
    }
    #zone_pager_product {
        width: 100%;
        float: none;
        position: relative;
        top: -80px;
        padding: 0;
        margin: 0;
        text-align: center
    }
    .section_products .thumbs img {
        max-width: 550px
    }
}
@media (max-width: 900px) {
    .footer_modal nav li {
        width: 100%
    }
    .cover_pages {
        padding-top: 100px;
        background: none!important;
        height: auto;
    }
    .cover_pages img {
        display: block
    }
    .hilight_slider {
        height: 50%!important
    }
    .main_page_area {
        top: 50%!important
    }
    .all_page_area {
        top: 0;
        /* padding-top: 100px; */
    }
}
@media (max-width: 500px) {
    body {
        font-size: 14px
    }
    .c_full-m {
        width: 100%
    }
    .c_90-m {
        width: 90%
    }
    .c_80-m {
        width: 80%
    }
    .c_70-m {
        width: 70%
    }
    .c_60-m {
        width: 60%
    }
    .c_50-m {
        width: 50%
    }
    .c_40-m {
        width: 40%
    }
    .c_30-m {
        width: 30%
    }
    .c_20-m {
        width: 20%
    }
    .c_10-m {
        width: 10%
    }
    .c_33-m {
        width: 33.3333%
    }
    .c_15-m {
        width: 15%
    }
    .c_25-m {
        width: 25%
    }
    .c_35-m {
        width: 35%
    }
    .c_45-m {
        width: 45%
    }
    .c_55-m {
        width: 55%
    }
    .c_65-m {
        width: 65%
    }
    .c_75-m {
        width: 75%
    }
    .c_85-m {
        width: 85%
    }
    .list_box {
        margin: 0
    }
    .list_box .c_full-m {
        width: 98%;
        margin-left: 2%;
        clear: both
    }
    .list_box .c_90-m {
        width: 88%;
        margin-left: 2%
    }
    .list_box .c_80-m {
        width: 78%;
        margin-left: 2%
    }
    .list_box .c_70-m {
        width: 68%;
        margin-left: 2%
    }
    .list_box .c_60-m {
        width: 58%;
        margin-left: 2%
    }
    .list_box .c_50-m {
        width: 48%;
        margin-left: 2%
    }
    .list_box .c_40-m {
        width: 38%;
        margin-left: 2%
    }
    .list_box .c_30-m {
        width: 28%;
        margin-left: 2%
    }
    .list_box .c_20-m {
        width: 18%;
        margin-left: 2%
    }
    .list_box .c_10-m {
        width: 8%;
        margin-left: 2%
    }
    .list_box .c_33-m {
        width: 31.3333%;
        margin-left: 2%
    }
    .list_box .c_15-m {
        width: 13%;
        margin-left: 2%
    }
    .list_box .c_25-m {
        width: 23%;
        margin-left: 2%
    }
    .list_box .c_35-m {
        width: 33%;
        margin-left: 2%
    }
    .list_box .c_45-m {
        width: 43%;
        margin-left: 2%
    }
    .list_box .c_55-m {
        width: 53%;
        margin-left: 2%
    }
    .list_box .c_65-m {
        width: 63%;
        margin-left: 2%
    }
    .list_box .c_75-m {
        width: 73%;
        margin-left: 2%
    }
    .list_box .c_85-m {
        width: 83%;
        margin-left: 2%
    }
    .list_box .c_full-m {
        width: 100%;
        margin: 0;
        float: none
    }
    .fixwidth .container .row {
        padding: 0
    }
    .list_box .c_full-t,
    .list_box .c_full-l {
        margin-left: 0;
        width: 100%
    }
    .footer_modal .navigations {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .footer_modal .navigations ul {
        padding: 0
    }
    .section_about .description,
    .section_services .description,
    .section_partners .description {
        font-size: 1.3em
    }
    .content_modal.section_about {
        margin-top: 0
    }
    .request_form h5,
    .headline.icons h1,
    .headline.icons h2 {
        font-size: 1.2em
    }
    .headline.icons h2:before,
    .headline.icons h1:before {
        height: 30px;
        width: 30px;
        background-size: 12px
    }
    .headline h1,
    .headline h2 {
        padding-left: 55px;
        min-width: 140px
    }
    .list_style--horizontal li .wrap {
        padding: 30px 20px
    }
    .list_style--horizontal li .wrap h3 {
        font-size: 1.5em
    }
    .contact_form {
        padding: 0
    }
    .contact_form form > div {
        padding-bottom: 0
    }
    .section_about .type .wrap {
        padding: 20px
    }
    .section_products .type .wrap {
        padding: 0 20px
    }
    .section_products p {
        font-size: 1em
    }
    .section_about .description,
    .section_services .description,
    .section_partners .description {
        font-size: 1.1em;
        padding-top: 20px
    }
    .content_title {
        font-size: 1.1em;
        padding: 0
    }
    .section_about header,
    .section_services header {
        top: -20px
    }
    .content_modal {
        margin-top: 100px
    }
    #zone_pager_services {
        padding: 20px 0
    }
    .request_form>div {
        text-align: center;
        display: block
    }
    .toggle_content li h3 {
        font-size: 1em;
        padding: 10px 0
    }
    .request_form .thumbs {
        padding: 10px 0 0
    }
    .request_form .thumbs img {
        width: 70px
    }
}