/*!
 * MAIN STYLES
 * 2019 - Biltek Development Kitchen
 */
@charset 'utf-8';

body {
    font-family: 'Open Sans';
    font-size: 14px;
    overflow-y: auto;
    overflow-x: hidden
}

a {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none!important
}

a,
a:active,
a:focus {
    text-decoration: none!important
}

:focus {
    outline: 0!important
}

::-moz-focus-inner {
    border: 0!important
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

textarea {
    resize: none
}

:after,
:before {
    font-size: inherit
}

.facebook {
    color: #3b5998
}

.twitter {
    color: #00aced
}

.pinterest {
    color: #bd081c
}

.instagram {
    color: #7f3bb2
}

.google {
    color: #dd4d40
}

.anim {
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

.martodo.alert {
    position: relative;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    display: table;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 6px
}

.martodo.alert:after {
    content: '';
    clear: both;
    display: block
}

.martodo.alert:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}

.martodo.alert:hover .close {
    display: block
}

.martodo.alert .td {
    display: table-cell
}

.martodo.alert .child-1 {
    width: 36px;
    vertical-align: middle
}

.martodo.alert .child-1 i {
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    text-shadow: -5px 6px 5px rgba(0, 0, 0, .1);
    border-radius: 100%
}

.martodo.alert .close {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #777;
    width: 26px;
    display: none;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    margin-top: -13px;
    border-radius: 3px
}

.martodo.alert .close i {
    line-height: 26px
}

.martodo.alert .close:hover {
    background-color: #eee
}

.martodo.alert .child-2 {
    color: #555;
    font-size: 13px;
    margin: 0 45px;
    padding: 8px 0 8px 10px
}

.martodo.alert.danger .child-1 i {
    background-color: #ff5c5d
}

.martodo.alert.success .child-1 i {
    background-color: #12b353
}

.martodo.alert.warning .child-1 i {
    background-color: #ffcd62
}

.martodo.alert.info .child-1 i {
    background-color: #4787ed
}

.temizle {
    clear: both
}

:after,
:before {
    pointer-events: none
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 350px;
    position: relative;
    height: 0;
    max-width: 100%;
    margin-bottom: 30px
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    max-height: 350px;
    width: 100%;
    position: absolute
}

.twice {
    width: 100%;
    overflow: hidden
}

.twice-item {
    width: 48%;
    float: left;
    position: relative
}

.twice-item i {
    position: absolute;
    right: 10px;
    bottom: 12px;
    font-size: 17px
}

.twice-item:last-of-type {
    float: right
}

.twice-item span {
    position: absolute;
    right: 0;
    top: 10px
}

@media (max-width:767px) {
    .twice-item {
        width: 100%
    }
    .twice-item+.twice-item {
        margin-top: 20px
    }
}

.sayfalama {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    width: 100%
}

.pagination {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pagination>li+li {
    margin-left: 10px
}

.pagination li a {
    font-size: 13px;
    border: 1px solid #666;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    line-height: 34px;
    color: #666;
    font-weight: 700
}

.pagination li.active a,
.pagination li:hover:not(.disabled) a,
.pagination li:hover:not(.disabled) span {
    color: #fff;
    background: #fff00!important;
    border-color: transparent!important
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%
}

.pagination>li {
    display: inline-block
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    border-color: #666
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #d6292a;
    border-color: #d6292a
}

.input-group {
    position: relative;
    width: 100%;
    margin-top: 10px
}

.btn.kariyer-btn {
    background: #d6292a;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    border-radius: 0;
    height: 100%;
    line-height: 35px;
    border-radius: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px
}

.btn.kariyer-btn i {
    position: static
}

.kariyer-btn:hover {
    color: #fff;
    z-index: 99!important
}

.input-group-btn {
    position: static!important;
    width: 0
}

input,
select,
textarea {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.hamburger-menu {
    display: none
}

@media screen and (max-width:991px) {
    .hamburger-menu {
        display: block
    }
}

.hamburger-menu {
    width: 30px;
    height: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    z-index: 999999
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d6292a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.hamburger-menu span:nth-child(1) {
    top: 0
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 8px
}

.hamburger-menu span:nth-child(4) {
    top: 16px
}

.navbar-toggle {
    border-color: #000;
    z-index: 99;
    border-color: #fff
}

.navbar-toggle span {
    background: #fff
}

.mobile-close {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 99
}

.mobile-back {
    position: absolute;
    right: 75px;
    top: 10px;
    z-index: 99;
    display: none
}

.mobile-menu {
    height: 100%;
    padding: 0 25px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    background-color: rgba(235, 28, 36, .7)
}

.mobile-menu h2 {
    color: #fff;
    margin-left: 10px
}

.mobile-menu li a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 1px solid #ddd
}

.mobile-menu li a i {
    margin-right: 10px
}

.level-2,
.level-3 {
    display: none
}

.level-3 {
    padding-left: 15px;
    height: 330px;
    overflow: scroll
}

.level-3 li a {
    font-size: 14px
}

.sonuc {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 145px
}

.sonuc .baslik {
    margin: 0;
    padding: 0;
    text-align: left
}

.sonuc img {
    margin-bottom: 10px;
    float: left;
    width: 100px;
    margin-right: 20px
}

.stitle a {
    color: #ee1c25;
    border-left: 2px solid #ee1c25;
    padding-left: 15px
}

.scontent a {
    padding: 0 25px
}

.biltek {
    float: right
}

.biltek a{ font-size: 12px; color: #ADADAD; display: inline-block; position: relative; }
.biltek a:nth-child(2){margin-left: 6px;padding-left: 10px;position: relative;top: -3px;}
.biltek a:nth-child(2):before{ content: ""; position: absolute; top: 4px; left: 0; width: 1px; height: 24px; background: rgba(115, 130, 140, .3);}
.biltek a img{ display: block; width: 65px; margin-top: 3px; }

.page-title {
    background: #f1f1f1;
    padding: 15px 0
}

.page-title .col-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page-title .col-flex>h2 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px
}

.page-title>.container {
    position: relative;
    height: 100%
}

.page-title h3 {
    margin: 0;
    font-size: 28px;
    color: #a48b19;
    font-weight: 700
}

.page-title .title-first h2 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.breadcrumb {
    background: 0 0;
    margin: 5px 0 0 0;
    padding: 0
}

.breadcrumb li a {
    color: #000;
    font-size: 12px;
    padding: 5px 0;
    position: relative
}

.breadcrumb li a:hover {
    opacity: 1
}

.breadcrumb>li+li:before {
    content: ">";
    font-size: 12px;
    color: #000;
    font-weight: 700
}

.breadcrumb li.active {
    color: #000;
    font-size: 12px;
    font-weight: 700
}

.breadcrumb li a:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.breadcrumb li a:hover:before {
    width: 100%;
    left: 0
}

@media (max-width:991px) {
    .page-title .col-flex>h2 {
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        text-align: left
    }
}

@media (max-width:767px) {
    .page-title .col-flex {
        display: block
    }
    .page-title .col-flex h2 {
        margin-bottom: 10px
    }
    .page-title .bid-button {
        margin-top: 20px;
        text-align: right
    }
}

.title-menu {
    position: absolute;
    right: 15px;
    bottom: 0
}

.title-menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.title-menu ul li a {
    background: #7a0205;
    color: #fff;
    position: relative;
    margin-left: 2px;
    display: block;
    padding: 10px 15px
}

.title-menu ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #141517 transparent transparent
}

.title-menu ul li a:hover,
.title-menu ul li.active a {
    background: #fff;
    color: #7a0205
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    padding: 30px;
    margin: 10px
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none
}

.control span {
    height: 25px;
    line-height: 20px;
    font-size: 12px
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus~.control__indicator,
.control:hover input~.control__indicator {
    background: #ccc
}

.control input:checked~.control__indicator {
    background: #2aa1c0
}

.control input:checked:focus~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator {
    background: #0e647d
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.select {
    position: relative;
    display: inline-block;
    width: 100%
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select select::-ms-expand {
    display: none
}

.select select:focus,
.select select:hover {
    color: #fff;
    background: #555
}

.select select:disabled {
    opacity: .5;
    pointer-events: none
}

.select__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #555 transparent transparent transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
    border-top-color: #fff
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.btn {
    padding: 0 25px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: 0 0;
    border-radius: 0;
    border: none
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-red {
    background: #d6292a;
    color: #000
}

.btn-red:focus,
.btn-red:hover {
    background: #555;
    color: #fff
}

.btn-white-border {
    border: 1px solid #fff;
    color: #fff;
    line-height: 48px
}

.btn-white-border:focus,
.btn-white-border:hover {
    border-color: #d6292a;
    color: #fff;
    background: #d6292a
}

.form-div p {
    font-size: 12px;
    margin: 0 0 5px 0
}

.form-control {
    height: 50px;
    background: 0 0;
    border: 1px solid #c9c9c9;
    color: #000;
    border-radius: 0;
    font-size: 12px
}

.form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 11px
}

.form-control:-ms-input-placeholder {
    color: #000;
    font-size: 11px
}

.form-control::-ms-input-placeholder {
    color: #000;
    font-size: 11px
}

.form-control::placeholder {
    color: #000;
    font-size: 11px
}

.form-control:focus {
    border-color: #d6292a
}

.form-control[disabled],
.form-control[readonly] {
    background: 0 0;
    cursor: not-allowed;
    border-color: inherit
}

select.form-control {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

textarea.form-control {
    padding: 10px;
    min-height: 100px
}

form>div+div {
    margin-top: 15px
}

.select {
    border: 1px solid #555;
    display: inline-block
}

.select select {
    font-size: 12px;
    font-weight: 700;
    height: 48px;
    padding-right: 30px;
    line-height: 28px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #555
}

.select select option {
    font-size: inherit;
    background: #fff;
    color: #555
}

.select i.icon-select {
    background-position: -47px 0;
    width: 11px;
    height: 10px;
    right: 15px;
    top: 50%;
    margin-top: -5px
}

.required p:after {
    content: '*';
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    color: red
}

.text-border {
    position: relative
}

.text-border:focus:before,
.text-border:hover:before {
    width: 100%;
    left: 0
}

.placeholder {
    visibility: hidden;
    z-index: -9;
    opacity: 0
}

.placeholder-holder {
    background-size: cover;
    background-position: center center
}

a.redirect {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.col-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.col-inline-flex {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.col-inline-block {
    font-size: 0
}

.col-inline-block>* {
    display: inline-block
}

.mobile-menu .main-menu {
    position: relative
}

.mobile-menu .main-menu:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 25px;
    top: 0
}

.mobile-menu .main-menu.opened:after {
    content: '\f107'
}

.hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.facebook a:hover {
    color: #3b5998!important
}

.twitter a:hover {
    color: #00aced!important
}

.pinterest a:hover {
    color: #bd081c!important
}

.instagram a:hover {
    color: #7f3bb2!important
}

.youtube a:hover {
    color: #e62117!important
}

.fancybox-close:hover {
    color: #e20a17
}

img {
    max-width: 100%;
    display: block
}

.page {
    padding: 50px 0
}

.contents-holder {
    display: block
}

.contents {
    display: none
}

.contents.active {
    display: inline-block!important;
    width: 100%
}

.container-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%
}

.vertical {
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    position: absolute
}

.horizontal {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute
}

.form-div-multiple {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form-div-multiple .form-div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form-div-multiple .form-div+.form-div {
    margin-left: 30px
}

.control.special {
    position: relative;
    padding-left: 25px;
    margin: 0;
    display: block
}

.control.special span {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: inherit
}

.control.special .control__indicator {
    border: 1px solid #fff;
    background: 0 0;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0 0 0 1px #555 inset;
    box-shadow: 0 0 0 1px #555 inset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.control.special input:focus~.control__indicator {
    background: #fff
}

.control.special input:checked~.control__indicator {
    background: #fff
}

.control.special input:checked:focus~.control__indicator {
    background: #fff
}

.control.special:hover input:not([disabled]):checked~.control__indicator,
.control.special:hover input~.control__indicator {
    background: #fff
}

.control.special .control__indicator:after {
    display: none!important
}

@media (min-width:767px) {
    .container-holder {
        width: 750px
    }
}

@media (min-width:991px) {
    .container-holder {
        width: 970px
    }
}

@media (min-width:1199px) {
    .container-holder {
        width: 1170px
    }
}

.circle {
    background: 0 0;
    border: 0;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.circle:hover {
    color: #0eb7da
}

.circle::after,
.circle::before {
    border-radius: 100%
}

.circle::before {
    border: 5px solid transparent
}

.circle::after,
.circle::before {
    top: 0;
    left: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}

.active .circle::before {
    border-top-color: red;
    border-right-color: red;
    border-bottom-color: red;
    border-left-color: red;
    transition: border-top-color 1.5s linear 1.5s, border-right-color 1.5s linear 3s, border-bottom-color 1.5s linear 4.5s, border-left-color 1.5s linear 6s;
    -webkit-transition: border-top-color 1.5s linear 1.5s, border-right-color 1.5s linear 3s, border-bottom-color 1.5s linear 4.5s, border-left-color 1.5s linear 6s;
    -moz-transition: border-top-color 1.5s linear 1.5s, border-right-color 1.5s linear 3s, border-bottom-color 1.5s linear 4.5s, border-left-color 1.5s linear 6s;
    -o-transition: border-top-color 1.5s linear 1.5s, border-right-color 1.5s linear 3s, border-bottom-color 1.5s linear 4.5s, border-left-color 1.5s linear 6s
}

.active .circle::after {
    border-top: 5px solid red;
    border-bottom-left-radius: 100%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: border-left-width 0s linear 0s, -webkit-transform 6s linear 0s, -webkit-transform 6s linear 0s;
    transition: border-left-width 0s linear 0s, -webkit-transform 6s linear 0s, -webkit-transform 6s linear 0s;
    -o-transition: transform 6s linear 0s, border-left-width 0s linear 0s, transform 6s linear 0s;
    transition: transform 6s linear 0s, border-left-width 0s linear 0s, transform 6s linear 0s;
    transition: transform 6s linear 0s, border-left-width 0s linear 0s, transform 6s linear 0s, -webkit-transform 6s linear 0s, -webkit-transform 6s linear 0s;
    -webkit-transition: transform 6s linear 0s, border-left-width 0s linear 0s, -webkit-transform 6s linear 0s;
    -moz-transition: transform 6s linear 0s, border-left-width 0s linear 0s, -moz-transform 6s linear 0s;
    -moz-transition: transform 6s linear 0s, border-left-width 0s linear 0s, -moz-transform 6s linear 0s;
    -o-transition: transform 6s linear 0s, border-left-width 0s linear 0s, -o-transform 6s linear 0s;
    -ms-transition: transform 6s linear 0s, border-left-width 0s linear 0s, -ms-transform 6s linear 0s
}

.border-hover {
    position: relative
}

.border-hover:after,
.border-hover:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms--transform: scale(0);
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.border-hover:before {
    border-bottom: 1px solid #e20a17;
    border-left: 1px solid #e20a17;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%
}

.border-hover:after {
    border-top: 1px solid #e20a17;
    border-right: 1px solid #e20a17;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0
}

.border-hover:hover::after,
.border-hover:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.category-icon>a>img {
    background-repeat: no-repeat;
    background-position: 50%;
    top: 50%;
    text-align: center;
    float: left;
    margin-right: 6px;
    height: 18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.slider-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 9
}

.slider-buttons a {
    pointer-events: painted;
    width: 50px;
    font-size: 35px;
    color: #bbb;
    height: 100%;
    text-align: center
}

.slider-buttons a:hover {
    color: #d6292a
}

.swiper-pagination-fraction {
    position: absolute;
    color: transparent;
    text-align: center;
    pointer-events: none;
    top: 50%;
    height: 0;
    line-height: 0;
    bottom: initial
}

.swiper-pagination-fraction span {
    color: #fff
}

.swiper-pagination-fraction span.swiper-pagination-current {
    font-size: 28px
}

.swiper-pagination-fraction span.swiper-pagination-total {
    font-size: 18px;
    opacity: .5
}

.main-slide .slider-buttons {
    bottom: 30px;
    right: 30px;
    left: inherit;
    top: inherit;
    width: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none
}

.main-slide .slider-buttons a i {
    font-size: 38px;
    color: #fff
}

.main-slide .slider-buttons a.prev {
    margin-right: 40px
}

.main-slide .slider-buttons:before {
    content: '';
    position: absolute;
    width: 1950px;
    left: -1950px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    top: calc(50% + 2px);
    pointer-events: none
}

.main-slide .slider-buttons:after {
    content: '';
    position: absolute;
    left: -1950px;
    pointer-events: none;
    width: 0;
    background: rgba(255, 255, 255, 1);
    height: 1px;
    top: calc(50% + 1px)
}

.main-slide .slider-buttons.active:after {
    width: 1950px;
    -webkit-transition: all 6s ease-in-out;
    -o-transition: all 6s ease-in-out;
    transition: all 6s ease-in-out
}

.module-product-showcase-slide,
.module-references-slide,
.module-showcase-slide {
    padding: 1px
}

.header-top {
    padding: 24px 0;
    border-top: 3px solid #999
}

.header-top .logo>a {
    display: block
}

.header-top .logo .b2b {
    display: none
}

.header-top .header-menu>ul>li.main-menu:before {
    content: '';
    position: absolute;
    top: 100%;
    height: 30px;
    width: 100%;
    background: #d6292a;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    cursor: pointer
}

.header-top .header-menu>ul>li.main-menu:hover:before {
    opacity: 1
}

.header-top .header-menu>ul>li>a {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    padding: 15px 15px;
    line-height: 20px
}

.header-top .btn,
.header-top a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.header-top .header-menu>ul>li:hover>a {
    background: #d6292a;
    color: #fff
}

.header-top .header-menu>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    top: calc(100% + 30px)
}

.header-top .b2b {
    margin-left: 15px
}

.header-top .language {
    margin-left: 15px;
    z-index: 99
}

.header-top .language>ul>li:not(.active) {
    opacity: 1;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-top .language>ul:hover li:not(.active) {
    opacity: 1;
    visibility: visible
}

.header-top .language>ul>li>a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #555
}

.header-top .language>ul>li:not(.active)>a {
    border-color: transparent;
    background: #d6292a;
    color: #000
}

.header-top .language>ul>li:not(.active)>a:hover {
    background: #666
}

.header-top .header-menu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

.header-top .header-menu>ul>li>ul>li>a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 20px;
    white-space: nowrap;
    background: #d6292a
}

.header-top .header-menu>ul>li>ul>li>a:hover {
    background: #666
}

.header-top .header-menu>ul>li {
    position: relative
}

.header-top .header-menu>ul>li>ul>li+li a {
    border-top: 1px solid #f03c43
}

.header-center .col-flex {
    position: relative
}

.header-center {
    background-color: #0a202d;
    background-image: url(../img/header-center.png);
    background-size: cover;
    background-position: center center
}

.header-center .categories {
    width: 280px;
    position: relative
}

.header-center .categories>a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 20px 0 20px 25px;
    background-image: url(../img/categories.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    line-height: 30px;
    display: block;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.header-center .categories>ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-center .categories:hover>ul {
    opacity: 1;
    z-index: 999;
    visibility: visible
}

.header-center .categories>ul>li+li>a {
    border-top: 1px solid #fff
}

.header-center .categories>ul>li {
    position: relative
}

.header-center .categories>ul>li>a {
    background: #d6292a;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    padding: 15px 10px 15px 10px;
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.header-center .categories>ul>li:hover>a {
    background: #555
}

.header-center .categories>ul>li>a:hover {
    background: #555
}

.header-center .categories>ul>li:hover>a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.header-center .categories>ul>li>a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.header-center .categories>ul>li>a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 6px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-center .categories>ul>li:hover>a:after {
    opacity: 1
}

.header-center .categories>ul>li>a:hover:after {
    opacity: 1
}

.header-center .categories>ul>li.category-icon>a:before {
    left: 2px
}

.header-center .categories>ul>li:hover>ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

.header-center .categories>ul>li>ul {
    position: absolute;
    left: 95%;
    top: 1px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    min-width: 200px
}

.header-center .categories>ul>li>ul>li {
    position: relative
}

.header-center .categories>ul>li>ul>li:after {
    position: absolute;
    left: 0;
    height: 1px;
    width: 75%;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: ""
}

.header-center .categories>ul>li>ul>li:hover:after {
    width: 100%;
    background: rgba(255, 255, 255, 1)
}

.header-center .categories>ul>li>ul>li>a {
    background: #555;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    padding: 15px 10px 15px 10px;
    position: relative;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.header-center .redirect-nav>ul>li>a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.header-center .redirect-nav>ul>li>a i {
    margin-right: 8px
}

.header-center .redirect-nav>ul>li.dealership i {
    background-image: url(../img/icon-user.png);
    width: 17px;
    height: 21px
}

.header-center .redirect-nav>ul>li.adapter-wizard i {
    width: 16px;
    height: 26px;
    background-image: url(../img/icon-adapter.png)
}

.header-center .redirect-nav>ul>li.fault i {
    width: 26px;
    height: 26px;
    background-image: url(../img/icon-fault.png)
}

.header-center .redirect-nav>ul>li>a:hover {
    background: #121313
}

.header-center .search-holder {
    margin-left: 20px
}

.header-center .search-holder .search-icon i {
    width: 100%;
    height: 100%;
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 99px;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    pointer-events: none
}

.header-center .search-holder .search-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #686969;
    border-radius: 999px;
    cursor: pointer
}

.header-center .search-holder .search-icon:hover i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.header-center .search-holder.search-active .search {
    opacity: 1;
    visibility: visible
}

.header-center .search-holder .search {
    opacity: 1;
    visibility: visible
}

.header-center .search-holder .search {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
    background: #081822;
    width: calc(50% + 2px);
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-left: -1px;
    border: 2px solid #686969
}

.header-center .search-holder .search input {
    color: #fff;
    font-size: 13px;
    border: none;
    height: 46px;
    background: 0 0;
    width: 100%;
    padding-left: 30px;
    font-style: italic;
    line-height: 46px
}

.header-center .search-holder .search input::-webkit-input-placeholder {
    color: #fff
}

.header-center .search-holder .search input:-ms-input-placeholder {
    color: #fff
}

.header-center .search-holder .search input::-ms-input-placeholder {
    color: #fff
}

.header-center .search-holder .search input::placeholder {
    color: #fff
}

.header-center .search-holder .search .search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/icon-search.png);
    background-position: 50%;
    background-repeat: no-repeat
}

.header-center .search-holder .search .suggestion {
    display: none;
    position: absolute;
    padding: 0 20px;
    width: 98%
}

.header-center .search-holder .search .suggestion .items {
    position: relative
}

.header-center .search-holder .search .suggestion .item {
    padding: 10px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #686969
}

.header-center .search-holder .search .suggestion .item+.item {
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.header-center .search-holder .search .suggestion .item img {
    max-width: 50px;
    max-height: 50px
}

.header-center .search-holder .search .suggestion .item .name {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding-left: 10px;
    width: calc(100% - 50px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-center .search-holder .search .suggestion .items-all {
    border-top: 1px solid #fff
}

.header-center .search-holder .search .suggestion .items-all a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #d6292a
}

.header-center .search-holder .search .suggestion .item:hover {
    background: #d6292a
}

.header-center .search-holder .search .suggestion .item:hover h3 {
    color: #fff
}

.header-center .search-holder .search .suggestion .item .redirect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.header-center .search-holder .search .suggestion .items-all a:hover {
    background: #000;
    color: #fff
}

.module {
    padding: 50px 0
}

.module .head {
    text-align: center;
    margin-bottom: 40px
}

.module h5 {
    font-size: 13px;
    color: #666;
    margin: 0;
    letter-spacing: 1.5px;
    display: block
}

.module h6 {
    font-size: 27px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block
}

.module h6 u {
    text-decoration: none;
    border-bottom: 2px solid #d6292a;
    display: inline-block;
    padding-bottom: 3px
}

.module .title {
    text-align: center;
    margin-bottom: 38px
}

.module .title .text {
    background: #d6292a;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 15px;
    border-radius: 999px;
    position: relative
}

.module .title .text a {
    color: #fff
}

.module .title .text:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 0 8px;
    border-color: #d6292a transparent transparent transparent;
    border-style: solid;
    bottom: -8px;
    left: 50%;
    margin-left: -8px
}

.module-category-showcase .contents-holder {
    margin-top: 30px
}

.module-category-showcase .products>div:nth-child(4n) {
    margin-bottom: 30px
}

.module-category-showcase .products>div:last-child {
    margin-bottom: 0
}

.category-redirect {
    background: #d6292a;
    border-radius: 5px;
    padding: 62px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-redirect:hover {
    background: #666
}

.category-redirect .icon {
    text-align: center;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category-redirect h3 {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    text-align: center
}

.category-redirect .text {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    line-height: 22px
}

.category-redirect .text u {
    text-decoration: none;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    display: inline-block
}

.category-redirect h3 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 44px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 22px
}

.category-redirect .content {
    height: 129px;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px
}

.tabs-category-showcase>ul>li>a .icon {
    height: 80px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs-category-showcase>ul>li>a h3 {
    color: #333;
    font-size: 13px;
    margin: 0
}

.tabs-category-showcase>ul>li>a {
    text-align: center;
    padding: 0 15px 20px 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px
}

.tabs-category-showcase>ul>li>a.text-border:before {
    background: #d6292a;
    height: 3px
}

.tabs-category-showcase>ul>li.active>a.text-border:before {
    width: 100%;
    left: 0
}

.page-content>table:first-child {
    width: 100%!important;
    height: auto!important
}

.page-content table td:first-child strong span {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #484848!important
}

.page-content table td {
    width: auto!important;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #484848
}

table {
    width: 100%!important
}

.page-content .w-50 table td:nth-child(3) {
    width: auto!important
}

table tr+tr {
    border-top: 1px solid #f1f1f1
}

table.table-responsive tr th {
    height: 60px;
    background-color: #d6292a;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #fff
}

.page-content table td:nth-child(3) a:hover {
    color: #484848
}

.page-content table td:first-child {
    width: 320px!important;
    font-weight: 700
}

.w-100+.w-100 {
    margin-top: 30px
}

.w-100 .w-50 {
    width: 48%;
    float: left;
    margin-right: 2%
}

.w-100 .w-50+.w-50 {
    margin-left: 2%;
    margin-right: 0
}

.w-100 .w-50 tr td:first-child {
    width: 280px!important
}

.page-content table td a:hover {
    color: #d6292a
}

.w-100 {
    float: left;
    width: 100%
}

.page-content table td:nth-child(3) {
    width: 33%!important
}

.page-content table td:nth-child(3) a {
    font-weight: 700;
    color: #d6292a
}

.w-100:last-child table tr th {
    height: 40px;
    background: #d0d0d0;
    color: #818181
}

.page-content table td a {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #484848
}

.page-content table table {
    background: #d6292a!important;
    height: auto!important
}

.page-content table table tr td strong span {
    color: #fff!important
}

@media screen and (max-width:1199px) {
    .category-redirect {
        padding: 44px 0
    }
    .module-category-showcase .products>div:nth-child(2n) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:991px) {
    .category-redirect {
        padding: 91.5px 0
    }
}

@media screen and (max-width:767px) {
    .tabs-category-showcase .col-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .tabs-category-showcase>ul>li {
        width: 25%
    }
    .page-content .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
        padding: 0
    }
    .page-content table td:first-child {
        width: auto!important;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        height: auto!important;
        width: 40%!important
    }
    .page-content table td {
        padding-left: 14px;
        height: auto!important;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .page-content table td:nth-child(2) {
        padding-right: 10px
    }
    .w-100 .w-50 {
        width: 100%;
        margin: 0!important
    }
    .page-content table td:nth-child(3) {
        width: auto!important;
        padding-right: 20px
    }
}

@media screen and (max-width:500px) {
    .module-category-showcase .products>div {
        width: 100%;
        margin-bottom: 30px
    }
}

.module-showcase-slide-holder {
    position: relative;
    padding: 0 50px
}

.banners-item a {
    display: block
}

.banners-item a .image {
    display: block;
    position: relative
}

.banners-item a .image:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: calc(100% - 20px);
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.banners-item a .image:hover:before {
    width: calc(100% - 20px);
    left: 10px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.banners-item a .image:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: calc(100% - 20px);
    height: 0;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.banners-item a .image:hover:after {
    height: calc(100% - 20px);
    top: 10px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

@media screen and (max-width:767px) {
    .module-banners .holder>div>div+div {
        margin-top: 30px
    }
}

.reference-item {
    border: 1px solid #ccc;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.reference-item .image {
    height: 110px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto
}

.reference-item:hover {
    border-color: #d6292a
}

.reference-item:after,
.reference-item:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms--transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.reference-item:before {
    border-bottom: 1px solid #d6292a;
    border-left: 1px solid #d6292a;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%
}

.reference-item:after {
    border-top: 1px solid #d6292a;
    border-right: 1px solid #d6292a;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0
}

.reference-item:hover::after,
.reference-item:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.footer-top {
    background-image: url(../img/footer-top.png);
    background-size: cover;
    background-position: 50%;
    padding: 50px 0
}

.footer-top h3 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.footer-top a,
.footer-top p {
    font-size: 12px;
    color: #333
}

.footer-top .contact .line a:before {
    background: #333
}

.footer-top strong {
    font-size: 13px;
    font-weight: 700;
    color: #333
}

.footer-top .col-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-top .footer-category {
    width: 70%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-top .footer-contact {
    width: 25%
}

.footer-top .footer-category .object {
    width: 25%
}

.footer-top .footer-category .object:nth-child(4n) {
    margin-bottom: 30px
}

.footer-top .footer-category .object:last-child {
    margin-bottom: 0
}

.footer-top .footer-category .object h3 {
    margin-bottom: 15px
}

.footer-top .footer-category .object>ul>li {
    padding-right: 20px
}

.footer-top .footer-category .object>ul>li>a {
    display: block;
    padding: 4px 0
}

.footer-top .footer-category .object>ul>li>a:hover {
    color: #d6292a
}

.footer-top .footer-contact h3 {
    display: block
}

.footer-top .footer-contact .contact .line strong {
    font-size: 13px;
    font-weight: 700
}

.footer-top .footer-contact .contact .line p {
    font-size: 12px;
    margin: 0;
    line-height: 24px
}

.footer-top .footer-contact .contact .line a {
    font-size: 12px;
    padding: 5px 0
}

.footer-top .footer-contact .contact .line {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-top .footer-contact .contact .line+.line {
    margin-top: 15px
}

.footer-top .footer-contact .contact .line>:first-child {
    width: 25px
}

.footer-top .footer-contact .contact .line>:last-child {
    max-width: calc(100% - 25px);
    padding-right: 10px
}

.footer-top .social {
    display: none
}

.footer-top .social>span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px
}

.footer-top .social ul {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex
}

.footer-top .social ul li+li {
    margin-left: 30px
}

.footer-top .social ul li a {
    color: #333;
    font-size: 24px;
    padding: 15px 0
}

.footer-top .footer-contact .contact-holder {
    margin-bottom: 25px
}

.footer-top .footer-contact .contact-holder h3 {
    margin-bottom: 15px
}

.belgeler ul {
    border: 1px solid rgba(151, 151, 151, .15)
}

.belgeler li a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #8e8c94;
    position: relative;
    padding: 20px 62px 20px 34px;
    display: block
}

.belgeler li a:hover {
    color: #d6292a
}

.belgeler li a i {
    position: absolute;
    right: 40px;
    line-height: normal;
    font-size: 21px;
    font-weight: 400
}

.belgeler ul li+li {
    border-top: 1px solid rgba(151, 151, 151, .15);
    background: #fff
}

.footer-center {
    background-color: #d6292a;
    background-position: 50%;
    background-size: cover;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.footer-center .footer-redirect>ul>li+li {
    margin-left: 0
}

.footer-center .footer-redirect>ul>li>a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 0
}

.footer-center .footer-menu>ul>li {
    margin-bottom: 15px
}

.footer-center .footer-menu>ul>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;

}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.f-sol {
    width: 70%;
    padding: 60px 10px 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-redirect {
    width: 50%;
    position: relative
}

.footer-redirect .line .wm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-redirect .wm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-redirect .line .vm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-redirect .line .vm h6 {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 22px;
    margin: 0;
}

.footer-redirect .line .vm a,
.footer-redirect .line .vm p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: calc(100% - 22px)
}

.vm h6 {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 220px;
    margin: 0;
}

.footer-redirect .line+.line {
    margin-top: 12px
}

.footer-redirect ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px
}

.footer-redirect:before {
    content: ""
}

.footer-redirect:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    background: #f75174;
    width: 1px
}

.footer-redirect .line .vm a:hover i:before {
    color: #414141!important
}

.footer-center ul>li>a:hover {
    color: #0a202d!important
}

.footer-redirect .line .vm a:hover {
    color: #0a202d
}

.contact-holder.obrand {
    background: #414141;
    width: 35%;
    position: relative;
    padding: 60px 0 60px 40px;
    border-left: 8px solid #fff
}

.footer-menu ul li {
    width: 45%
}

.footer-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-menu {
    width: 50%
}

.footer-center .footer-menu>ul>li:nth-last-child(1),
.footer-center .footer-menu>ul>li:nth-last-child(2) {
    margin: 0
}

.contact-holder.obrand h3 {
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 2.4px;
    text-align: left;
    color: #fff;
    margin: 0;
    margin-bottom: 30px
}

.contact-holder.obrand:after {
    content: "";
    position: absolute;
    right: -5000px;
    top: 0;
    bottom: 0;
    width: 5000px;
    background: #414141
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.obrand .line+.line {
    padding-left: 14px;
    margin-left: 14px;
    border-left: 1px solid #a5a5a5
}

.obrand .line {
    padding-top: 7px;
    padding-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-signature {
    padding: 10px 0;
    background: #f1f1f1
}

.footer-signature .col-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-signature p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #908e8e
}

.footer-signature p strong {
    font-size: inherit;
    font-weight: 700;
    color: inherit
}

.footer-signature a {
    font-size: 12px;
    color: #73828C;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer-signature a+a {
    margin-left: 5px
}

.footer-signature .col-right a:first-child {
    padding: 5px 0
}

.footer-signature .col-right a:first-child:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.footer-signature .col-right a:first-child:hover:before {
    width: 100%;
    left: 0
}

.product {
    border: 1px solid #dfdcdc;
    border-radius: 5px;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product .content {
    padding: 0 10px;
    margin: 10px 0 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    overflow: hidden
}

.product .content h4 {
    margin: 0;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 18px;
    overflow: hidden
}

.product .content h4 .brand {
    font-weight: 700;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex
}

@media screen and (min-width:992px) {
    .product:hover {
        border-color: #111
    }
    .product .hover {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        width: 100%;
        height: 100%
    }
    .product .hover .button {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .product:hover .hover .button {
        bottom: 50%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        -ms-transform: translateY(50%)
    }
}

.page-product-list {
    padding: 0
}

.page-product-list .sidebar {
    background: #555;
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 20px
}

.page-product-list .sidebar:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #888;
    top: 0;
    left: 10px;
    z-index: 9
}

.page-product-list .sidebar>h4 {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: center;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #888;
    background: #d6292a
}

.page-product-list .sidebar>h4 a {
    color: #000
}

.page-product-list .sidebar>h4 i {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    display: none
}

.page-product-list .sidebar>h4 span {
    cursor: pointer
}

.page-product-list .sidebar>ul {
    padding: 15px 0
}

.page-product-list .sidebar>ul>li>span {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000;
    display: block;
    text-align: center;
    border-bottom: 1px solid #888
}

.page-product-list .sidebar>ul>li>ul {
    padding: 0 0;
    max-height: 275px;
    position: relative;
    overflow: auto
}

.page-product-list .sidebar>ul>li>ul>li>label {
    padding: 5px 0 5px 55px
}

.page-product-list .sidebar>ul>li>ul>li>label .control__indicator {
    left: 30px
}

.page-product-list .sidebar .filter-menu>ul {
    border-bottom: 1px solid #888
}

.page-product-list .sidebar .filter-menu>ul>li+li {
    position: relative
}

.page-product-list .sidebar .filter-menu>ul>li>a {
    font-size: 12px;
    font-weight: 700;
    padding: 15px 30px 15px 25px;
    display: block;
    position: relative;
    color: #000
}

.page-product-list .sidebar .filter-menu>ul>li>a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-product-list .sidebar .filter-menu>ul>li>a:hover:after {
    opacity: 1
}

.page-product-list .sidebar .filter-menu>ul>li>a>img {
    width: 22px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.page-product-list .sidebar .filter-menu>ul>li.active>a,
.page-product-list .sidebar .filter-menu>ul>li.opened>a {
    background: #222
}

.page-product-list .sidebar .filter-menu>ul>li.active>a:after,
.page-product-list .sidebar .filter-menu>ul>li.opened>a:after {
    content: '\f107';
    opacity: 1
}

.page-product-list .sidebar .filter-menu>ul>li>a:hover {
    background: #222
}

.page-product-list .sidebar .filter-menu>ul>li.category-icon>a:before {
    left: 2px
}

.page-product-list .sidebar .filter-menu>ul>li>ul {
    background: #222;
    padding-bottom: 15px;
    display: none
}

.page-product-list .sidebar .filter-menu>ul>li.active>ul {
    display: block
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li>ul {
    display: none;
    border-bottom: 1px solid #000;
    padding-bottom: 15px
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li.active>ul {
    display: block
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li.active>ul {
    display: block
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li:not(.active)>a:hover {
    background: #555
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li>a {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    display: block;
    padding: 15px 20px 15px 45px;
    position: relative
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li>a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li.active>a {
    font-weight: 700
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li.active>a:before {
    content: '\f107';
    right: 15px;
    left: inherit
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li.active>a {
    border-top: 1px solid #000;
    padding-left: 30px;
    font-weight: 700
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li>ul>li>a {
    font-size: 11px;
    color: #fff;
    padding: 10px 0;
    display: block
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li>ul>li>label {
    padding: 5px 0 5px 60px
}

.page-product-list .sidebar .filter-menu>ul>li>ul>li>ul>li>label .control__indicator {
    left: 40px;
    margin-top: 2px
}

.page-product-list .detailed-filter {
    display: inline-block;
    width: 100%;
    margin-bottom: 00px
}

.page-product-list .detailed-filter h5 {
    font-size: 13px;
    color: #666;
    margin: 0;
    letter-spacing: 1.5px;
    display: block
}

.page-product-list .detailed-filter h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block;
    line-height: 35px
}

.page-product-list .detailed-filter h3 u {
    text-decoration: none;
    border-bottom: 2px solid #d6292a;
    display: inline-block;
    padding-bottom: 3px
}

.page-product-list .detailed-filter .filter-select {
    width: 175px
}

.page-product-list .products>.row>div:nth-child(3n) {
    margin-bottom: 30px
}

.page-product-list .products>.row>div:last-child {
    margin-bottom: 0!important
}

@media screen and (max-width:1199px) {
    .page-product-list .products>.row>div:nth-child(3n) {
        margin-bottom: 0
    }
    .page-product-list .products>.row>div:nth-child(2n) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:991px) {
    .page-product-list .sidebar {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        overflow: auto;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%)
    }
    .page-product-list .detailed-filter .col-flex {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .page-product-list .detailed-filter .col-right {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0
    }
    .page-product-list .detailed-filter h3 {
        font-size: 14px;
        line-height: 24px
    }
    .filter-opened {
        overflow: hidden
    }
    .filter-opened .page-product-list .sidebar {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        z-index: 99999999
    }
    .filter-opened .page-product-list .sidebar i {
        display: block
    }
}

@media screen and (max-width:500px) {
    .page-product-list .products>.row>div {
        width: 100%;
        margin-bottom: 30px
    }
    .page-product-list .products>.row>div:nth-child(3n) {
        margin-bottom: 30px
    }
}

.product-holder {
    margin: 10px 0
}

.product-holder .product-images {
    border: 1px solid #bbb;
    padding: 10px 0
}

.product-holder .product-images .main-image {
    cursor: pointer
}

.product-holder .product-images .other-images {
    padding: 0 50px;
    position: relative;
    margin-top: 10px
}

.product-holder .product-images .other-images .swiper-slide {
    position: relative;
    display: block
}

.product-holder .product-images .other-images .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ddd;
    pointer-events: none
}

.product-holder .product-images .other-images .swiper-slide img {
    cursor: pointer;
    pointer-events: painted
}

.product-brand {
    border: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.product-brand .image {
    height: 80px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto
}

.product-brand:hover {
    border-color: #d6292a
}

.product-brand:after,
.product-brand:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms--transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-brand:before {
    border-bottom: 1px solid #d6292a;
    border-left: 1px solid #d6292a;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%
}

.product-brand:after {
    border-top: 1px solid #d6292a;
    border-right: 1px solid #d6292a;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0
}

.product-brand:hover::after,
.product-brand:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.product-contents h2 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700
}

.product-contents .product-information .col-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-contents .product-information .col-left {
    width: calc(100% - 160px);
    padding-right: 20px
}

.product-contents .product-information .col-right {
    width: 150px
}

.product-contents .product-information .col-left>div+div {
    margin-top: 20px
}

.product-contents .product-information {
    padding: 20px 0;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    margin-top: 20px
}

.product-contents .product-information .product-barcode,
.product-contents .product-information .product-code {
    display: block
}

.product-contents .product-information .product-barcode .text,
.product-contents .product-information .product-code .text {
    font-size: 12px;
    color: #444;
    width: 130px;
    display: inline-block
}

.product-contents .product-information .product-barcode .number,
.product-contents .product-information .product-code .number {
    font-size: 12px;
    color: #444;
    letter-spacing: 2px
}

.product-contents .product-social {
    padding: 20px 0;
    border-bottom: 2px solid #f0f0f0
}

.product-contents .product-social h4 {
    font-size: 13px;
    color: #000;
    font-style: italic;
    margin: 0
}

.product-contents .product-social h4 u {
    text-decoration: none;
    border-bottom: 3px solid #d6292a;
    padding-bottom: 3px
}

.tabs-product-tabs {
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0
}

.tabs-product-tabs>ul>li>a {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center
}

.tabs-product-tabs>ul>li.active>a {
    color: #000
}

.tabs-product-tabs>ul>li+li {
    margin-left: 50px
}

.product-tabs {
    margin-top: 40px
}

.tabs-product-tabs>ul>li>a:after {
    content: '';
    position: absolute;
    top: -3px;
    width: 0;
    background: #d6292a;
    height: 4px;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tabs-product-tabs>ul>li.active>a:after {
    width: 100%;
    left: 0
}

.product-tabs .contents-holder {
    margin: 30px 0 0 0;
}

.product-tabs .contents img {
    display: block;
    width: 100%!important;
    height: 100%!important
}

.product-tabs .contents p {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin: 0
}

.product-tabs .contents table {
    width: 100%
}

.product-tabs .contents table tr:first-child td {
    font-weight: 700
}

.product-tabs .contents table tr td {
    font-size: 13px;
    color: #424242;
    border: 1px solid #f0f0f0;
    padding: 10px
}

.product-tabs .contents table tr td:first-child {
    width: 20%;
    font-weight: 700;
    background: #f0f0f0;
    color: #666;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.product-tabs .contents table tr td:last-child {
    width: 80%
}

.module-product-showcase-slide-holder {
    padding: 0 50px;
    position: relative
}

@media screen and (max-width:991px) {
    .product-holder .product-images {
        margin-bottom: 50px
    }
    .product .hover {
        display: none
    }
    .product-tabs .contents table tr td:first-child {
        width: 30%
    }
    .product-tabs .contents table tr td:last-child {
        width: 70%
    }
}

@media screen and (max-width:500px) {
    .product-contents .product-information .product-barcode span,
    .product-contents .product-information .product-code span {
        display: block
    }
    .product-contents .product-information .product-barcode span+span,
    .product-contents .product-information .product-code span+span {
        margin-top: 5px
    }
    .product-contents .product-information .col-left>div+div {
        border-top: 2px solid #f0f0f0;
        margin-top: 10px;
        padding-top: 10px
    }
}

.corporate-sidebar {
    display: inline-block;
    width: 100%;
    background: #555;
    position: relative
}

.corporate-sidebar:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #888;
    top: 0;
    left: 10px;
    z-index: 9
}

.corporate-sidebar>h4 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0;
    border-bottom: 1px solid #888;
    position: relative
}

.corporate-sidebar>h4:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    margin-left: -25px
}

.corporate-sidebar>ul {
    padding: 15px 0
}

.corporate-sidebar>ul>li>a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 15px 20px;
    position: relative
}

.corporate-sidebar>ul>li.active>a,
.corporate-sidebar>ul>li>a:hover {
    background: #222
}

.corporate-sidebar>ul>li>a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.corporate-sidebar>ul>li.active>a:after,
.corporate-sidebar>ul>li>a:hover:after {
    opacity: 1
}

@media screen and (max-width:991px) {
    .corporate-sidebar {
        display: none
    }
}

.fault-form .head {
    margin-bottom: 40px
}

.fault-form .head h4 {
    font-size: 13px;
    color: #666;
    margin: 0;
    letter-spacing: 1.5px;
    display: block
}

.fault-form .head h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block
}

.fault-form .head h5 u {
    text-decoration: none;
    border-bottom: 2px solid #d6292a;
    display: inline-block;
    padding-bottom: 3px
}

.fault-form .form .submit {
    text-align: right
}

@media screen and (max-width:500px) {
    .fault-form .form-div-multiple .form-div {
        width: 100%
    }
    .fault-form .form-div-multiple {
        display: block
    }
    .fault-form .form-div-multiple .form-div+.form-div {
        margin: 20px 0 0 0
    }
}

.references-page {
    padding: 50px 0
}

.references>div:nth-child(6n) {
    margin-bottom: 30px
}

.references>div:last-child {
    margin-bottom: 0!important
}

.reference-item {
    border: 1px solid #ccc;
    padding: 5px 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.reference-item .image {
    height: 110px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto
}

.reference-item:hover {
    border-color: #d6292a
}

.reference-item:after,
.reference-item:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms--transform: scale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.reference-item:before {
    border-bottom: 1px solid #d6292a;
    border-left: 1px solid #d6292a;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%
}

.reference-item:after {
    border-top: 1px solid #d6292a;
    border-right: 1px solid #d6292a;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0
}

.reference-item:hover::after,
.reference-item:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

@media screen and (max-width:1199px) {
    .references>div:nth-child(6n) {
        margin-bottom: 0
    }
    .references>div:nth-child(4n) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:991px) {
    .references>div:nth-child(3n) {
        margin-bottom: 0
    }
    .references>div:nth-child(2n) {
        margin-bottom: 30px
    }
}

@media screen and (max-width:500px) {
    .references>div {
        width: 100%;
        margin-bottom: 30px
    }
    .references>div:nth-child(3n) {
        margin-bottom: 30px
    }
}

.press {
    -webkit-column-count: 4;
    -o-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -o-column-gap: 30px;
    -ms-column-gap: 30px;
    column-gap: 30px
}

.press .item {
    background: #eee;
    padding: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 2px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.press .item:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 2px;
    background: rgba(221, 7, 52, 1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.press .item:hover:before {
    width: 100%;
    height: 100%;
    bottom: inherit;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    background: rgba(221, 7, 52, .8)
}

.press .item h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    line-height: 24px;
    text-align: center;
    margin: 15px 0
}

.press .item .image {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.press .item .hover {
    opacity: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.press .item:hover .hover {
    opacity: 1
}

@media screen and (max-width:1199px) {
    .press {
        -webkit-column-count: 3;
        -o-column-count: 3;
        -ms-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width:767px) {
    .press {
        -webkit-column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        column-count: 2
    }
}

@media screen and (max-width:500px) {
    .press {
        -webkit-column-count: 1;
        -o-column-count: 1;
        -ms-column-count: 1;
        column-count: 1
    }
}

.page-faq .col-one .col-left h6 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 30px
}

.page-faq .col-one .col-left p {
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #666
}

.page-faq .col-one {
    display: inline-block;
    width: 100%
}

.page-faq .col-one .panel-group {
    margin-bottom: 0
}

.page-faq .col-one .panel-heading {
    border-radius: 0;
    padding: 0
}

.page-faq .col-one .panel-title a {
    color: #fff;
    display: block;
    position: relative;
    background: #d6292a;
    padding: 19px;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid #fff
}

.page-faq .col-one .panel-title a.collapsed {
    background: #fff;
    color: #666;
    border-bottom: 1px solid #666
}

.page-faq .col-one .panel-title a i {
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.page-faq .col-one .panel {
    border-radius: 0;
    border: none
}

.page-faq .col-one .panel-collapse {
    background: #d6292a
}

.page-faq .col-one .panel-body {
    position: relative;
    border-top: none!important
}

.page-faq .col-one .panel-body h4 {
    color: #141515;
    font-size: 21px
}

.page-faq .col-one .panel-body p {
    color: #fff;
    font-size: 12px;
    line-height: 24px
}

.page-faq .col-one .panel-body ul {
    padding: 0 25px
}

.page-faq .col-one .panel-body li {
    color: #141515;
    font-weight: 400;
    font-size: 16px;
    list-style-type: circle
}

.page-faq .col-one .panel-body:after {
    display: none
}

.panel-title a i:before {
    content: "\f068"!important
}

.panel-title a.collapsed i:before {
    content: "\f067"!important
}

.panel-group .panel+.panel {
    margin-top: 0!important
}

@media screen and (max-width:991px) {
    .faq {
        margin: 10px 0
    }
    .faq .col-one .col-left h6 {
        font-size: 14px;
        margin: 0 0 10px 0
    }
    .faq .col-one .col-left p {
        font-size: 12px;
        line-height: 18px
    }
}

.page-contact * {
    font-size: 0
}

.page-contact .form-control {
    font-size: 13px
}

.page-contact .btn {
    font-size: 14px
}

.page-contact {
    margin-bottom: 50px
}

.page-contact h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0 0 35px 0
}

.page-contact h3 {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    margin: 0 0 5px 0
}

.page-contact .contact .container>div {
    display: inline-block;
    vertical-align: top;
    width: 48%
}

.page-contact .contact .col-right {
    margin-left: 4%
}

.page-contact .contact .col-right form div+div {
    margin-top: 20px
}

.page-contact .contact>div>* {
    display: inline-block;
    vertical-align: middle
}

.page-contact .contact>div>i {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px
}

.page-contact .contact .location i {
    background-image: url(../img/contact-location.png)
}

.page-contact .contact .phone i {
    background-image: url(../img/contact-phone.png)
}

.page-contact .contact .mail i {
    background-image: url(../img/contact-mail.png)
}

.page-contact .contact>div+div {
    margin-top: 50px
}

.page-contact .contact>div>div {
    width: calc(100% - 60px)
}

.page-contact .contact .content p,
.page-contact .contact .content span {
    margin: 0;
    line-height: 18px;
    font-size: 12px;
    font-family: Arial;
    color: #666
}

.page-contact .contact .content a {
    font-size: 12px;
    font-family: Arial;
    color: #666
}

.page-contact .contact .content a:hover {
    color: #00a6cf
}

.page-contact .contact .phone .col>div {
    width: 48%;
    display: inline-block;
    vertical-align: middle
}

.page-contact .customer-service {
    font-size: 21px;
    color: #333;
    font-family: 'Playfair Display';
    margin: 50px 0 0 0;
    line-height: 40px
}

.page-contact .customer-service strong {
    font-size: inherit;
    font-weight: 700
}

.page-contact .customer-service i {
    font-size: inherit;
    font-style: italic
}

.page-contact .customer-service span {
    font-size: inherit;
    font-weight: 900
}

.page-contact .submit {
    text-align: right
}

.page-contact .submit .button {
    background: #ccc;
    color: #fff;
    font-size: 13px
}

.page-contact .submit .button:hover {
    background: #3d1d56
}

@media screen and (max-width:991px) {
    .page-contact .contact {
        padding-bottom: 20px
    }
    .page-contact .customer-service {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width:767px) {
    .page-contact .contact .container>div {
        width: 100%
    }
    .page-contact .contact .container>.col-right {
        margin: 50px 0 0 0
    }
}

@media screen and (max-width:360px) {
    .page-contact .submit .button {
        width: 100%
    }
}

.page-career .career-form h3 {
    margin: 0 0 35px 0;
    font-size: 22px;
    font-weight: 700;
    color: #333
}

.page-career .panel {
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0!important;
    border-color: transparent
}

.page-career .panel-default>.panel-heading {
    background: 0 0;
    padding: 0;
    border-bottom: 1px solid #a4a4a4
}

.page-career .panel-title a {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    display: block;
    padding: 15px 0;
    position: relative
}

.page-career.panel-body p {
    font-size: 11px;
    color: #333;
    line-height: 20px
}

.page-career .career-form form>div+div {
    margin-top: 20px
}

.page-career .career-form .input-group {
    margin-top: 0
}

.page-career .career-form .button {
    margin-top: 20px
}

.page-career .input-group .form-control,
.page-career .input-group-addon,
.page-career .input-group-btn {
    background: 0 0;
    border-color: #ccc
}

.page-career .panel-title a i {
    font-size: 12px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.page-career .panel-group .panel+.panel {
    margin-top: 0
}

.page-career .panel-title a i.collapsed:after {
    content: '\f067"!important'
}

.page-career .select-icon {
    position: absolute;
    right: 15px;
    bottom: 14px;
    color: #333!important;
    pointer-events: none
}

.page-career .select-icon:before {
    font-size: 22px
}

.page-career .form-div.submit {
    text-align: right
}

.page-career .panel-group {
    margin-bottom: 60px
}

@media screen and (max-width:991px) {
    .page-career .career-form .row>div:first-child {
        margin-bottom: 50px
    }
}

@media screen and (max-width:500px) {
    .page-career .career-form form .twice>div+div {
        margin-top: 20px
    }
}

.page-banks .bank-item {
    border: 2px solid #ccc;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-banks .bank-item:hover {
    border-color: #010101
}

.page-banks .bank-item+.bank-item {
    margin-top: 30px
}

.page-banks .bank-item .col {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-banks .bank-item .col-right {
    padding-left: 20px
}

.page-banks .bank-item .image {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-banks .bank-item .title {
    font-size: 15px;
    font-weight: 700;
    color: #666;
    margin-bottom: 15px
}

.page-banks .bank-item .items {
    font-size: 0
}

.page-banks .bank-item .items .item:nth-child(2n-1) {
    width: 60%
}

.page-banks .bank-item .items .item:nth-child(2n) {
    width: 40%;
    margin-bottom: 15px
}

.page-banks .bank-item .items .item strong {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    width: 120px;
    position: relative;
    padding-right: 20px
}

.page-banks .bank-item .items .item strong:before {
    content: ':';
    position: absolute;
    right: 10px
}

.page-banks .bank-item .items .item span {
    font-size: 12px;
    color: #666;
    width: calc(100% - 120px)
}

.page-banks .bank-item .items .item {
    display: inline-block
}

.page-banks .bank-item .items .item:last-child {
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .page-banks .bank-item .col {
        display: block
    }
    .page-banks .bank-item {
        padding: 20px 0
    }
    .page-banks .bank-item .image {
        width: 100%
    }
    .page-banks .bank-item .col-right {
        padding: 0 20px
    }
    .page-banks .bank-item .col-right {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 2px solid #ccc
    }
}

@media screen and (max-width:580px) {
    .page-banks .bank-item .items .item {
        margin-bottom: 15px
    }
    .page-banks .bank-item .items .item:nth-child(2n) {
        width: 100%
    }
    .page-banks .bank-item .items .item:nth-child(2n-1) {
        width: 100%
    }
    .page-banks .bank-item .title {
        font-size: 13px
    }
    .page-banks .bank-item .items .item strong {
        font-size: 11px
    }
    .page-banks .bank-item .items .item span {
        font-size: 11px
    }
}

.corporate-module-group {
    background-image: url(../img/corporate-module-group.jpg);
    background-size: cover;
    background-position: 50%
}

.corporate-module-about-us,
.corporate-module-vision {
    background-image: url(../img/corporate-module-black-shadow.png);
    background-size: cover;
    background-position: 50%
}

.corporate-module-mission {
    background-image: url(../img/corporate-module-red-shadow.png);
    background-size: cover;
    background-position: 50%
}

.corporate-module {
    padding: 70px 0
}

.corporate-module h4 {
    font-size: 13px;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: 1.5px;
    display: block;
    color: #fff
}

.corporate-module h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff
}

.corporate-module p {
    font-size: 12px;
    margin: 0;
    line-height: 32px;
    color: #fff
}

.corporate-module-about-us .head {
    text-align: center
}

.corporate-module-about-us h5 {
    border-color: #d6292a
}

.corporate-module-about-us p {
    text-align: center
}

.corporate-module-about-us .holder {
    width: 900px;
    margin: 0 auto;
    max-width: 100%
}

.corporate-module-mission .holder {
    width: 60%;
    max-width: 100%;
    float: left
}

.corporate-module-mission .video-wrap {
    width: 40%;
    max-width: 100%;
    float: left
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.corporate-module-vision .holder {
    width: 700px;
    max-width: 100%;
    text-align: right;
    margin-left: auto
}

.corporate-module-photo-gallery h4 {
    color: #000
}

.corporate-module-photo-gallery h5 {
    color: #000;
    border-color: #d6292a
}

.corporate-module-photo-gallery .head {
    text-align: center
}

.corporate-module-photo-gallery-slide-holder {
    padding: 0 50px;
    position: relative
}

.corporate-module-photo-gallery-slide-holder .swiper-slide a {
    display: block
}

.corporate-module-photo-gallery-slide-holder .swiper-slide a:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(221, 7, 52, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: block
}

.corporate-module-photo-gallery-slide-holder .swiper-slide a:hover:before {
    background: rgba(221, 7, 52, .7)
}

.corporate-module-photo-gallery-slide-holder .swiper-slide a i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.corporate-module-photo-gallery-slide-holder .swiper-slide a:hover i {
    opacity: 1
}

.supports>div:nth-child(3n) {
    margin-bottom: 30px
}

.supports>div:last-child {
    margin-bottom: 0
}

.support-item {
    padding: 10px;
    border: 1px solid transparent;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px
}

.support-item .head {
    margin-bottom: 10px
}

.support-item .head h4 {
    font-size: 13px;
    color: #666;
    margin: 0;
    letter-spacing: 1.5px;
    display: block
}

.support-item .head h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block;
    border-bottom: 2px solid #d6292a;
    padding-bottom: 5px
}

.support-item .content p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 28px
}

.support-item .content a {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.support-item .content a+a {
    margin-top: 15px
}

.support-item .content a span {
    font-size: 11px;
    font-weight: 700;
    color: #444;
    margin-right: 15px
}

.support-item .content a:hover span {
    color: #d6292a
}

.support-item .hover {
    position: absolute;
    right: 100%;
    bottom: 0
}

.support-item:hover .hover {
    right: 0
}

.support-item .hover .btn {
    height: 40px;
    line-height: 40px
}

@media (max-width:1199px) {
    .supports>div:nth-child(3n) {
        margin-bottom: 0
    }
    .supports>div:nth-child(2n) {
        margin-bottom: 30px
    }
}

@media (max-width:991px) {
    .corporate-module-mission .holder,
    .corporate-module-mission .video-wrap {
        width: 100%;
        float: none;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .supports>div {
        width: 100%;
        margin-bottom: 30px
    }
    .support-item {
        height: inherit
    }
}

.adapter-wizard h4 {
    font-size: 13px;
    color: #666;
    margin: 0;
    letter-spacing: 1.5px;
    display: block
}

.adapter-wizard h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block
}

.adapter-wizard h5 u {
    text-decoration: none;
    border-bottom: 2px solid #d6292a;
    display: inline-block;
    padding-bottom: 3px
}

.adapter-wizard .information {
    background: #f4f4f4;
    padding: 20px;
    margin: 20px 0
}

.adapter-wizard .information p {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 24px
}

.adapter-wizard .information p+p {
    margin-top: 10px
}

.adapter-wizard-form .product {
    margin-top: 25px
}

.adapter-wizard-form .form-div.submit {
    position: relative
}

.adapter-wizard-form .form-div.submit input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/input-search.png);
    background-color: transparent;
    outline: 0;
    color: transparent;
    text-indent: -99em;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none
}

.adapter-wizard-form .form-div.submit input {
    padding-right: 40px
}

@media (max-width:767px) {
    .adapter-wizard-form .form-div-multiple {
        display: block;
        font-size: 0
    }
    .adapter-wizard-form .form-div-multiple .form-div:nth-child(3n-1) {
        width: 48%;
        margin-left: 4%!important
    }
    .adapter-wizard-form .form-div-multiple .form-div:nth-child(3n-2) {
        width: 48%
    }
    .adapter-wizard-form .form-div-multiple .form-div+.form-div {
        margin-left: 0
    }
    .adapter-wizard-form .form-div-multiple .form-div {
        display: inline-block
    }
    .adapter-wizard-form .form-div-multiple .form-div:nth-child(3n) {
        width: 100%;
        margin-top: 20px
    }
}

@media (max-width:500px) {
    .adapter-wizard-form .form-div-multiple .form-div {
        width: 100%!important
    }
    .adapter-wizard-form .form-div-multiple .form-div:nth-child(3n-1) {
        margin: 15px 0 0 0!important
    }
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite
}

@keyframes bounce {
    0%,
    100%,
    50% {
        top: -10px
    }
    25%,
    75% {
        top: -20px
    }
}

@-webkit-keyframes bounce {
    0%,
    100%,
    50% {
        top: -10px
    }
    25%,
    75% {
        top: -20px
    }
}

@media (max-width:1199px) {
    .footer-redirect:before {
        left: -30px
    }
}

@media (max-width:991px) {
    .header-center .redirect-nav {
        display: none
    }
    .header-top {
        padding: 20px 0
    }
    .header-top .logo {
        position: relative
    }
    .header-top .header-menu {
        display: none
    }
    .header-top .col-right .col-inline-flex {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-top .b2b {
        margin-left: 0;
        display: none
    }
    .footer-signature .col-flex {
        text-align: center
    }
    .footer-top {
        padding: 20px 0
    }
    .footer-top .footer-category {
        display: none
    }
    .footer-top .footer-contact {
        width: 100%;
        font-size: 0;
        text-align: center
    }
    .footer-top .footer-contact>div {
        width: 50%;
        display: inline-block;
        vertical-align: middle
    }
    .footer-top .footer-contact .contact .line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer-top .footer-contact .contact-holder {
        border-right: 1px solid #0f0f0f
    }
    .header-top .col-flex {
        display: block
    }
    .footer-menu {
        width: 100%
    }
    .f-sol {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-redirect {
        width: 100%;
        margin: 30px 0 0
    }
    .footer-redirect:before {
        display: none
    }
    .contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .obrand .line+.line {
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
        margin-top: 27px
    }
    .obrand .line {
        padding: 0
    }
    .mobile-menu-active .hamburger-menu {
        display: none
    }
    .mobile-menu .hamburger-menu {
        right: 15px;
        top: 12px;
        display: block
    }
    .social {
        display: block
    }
    .header-top .language {
        display: none
    }
    .tabs-category-showcase>ul>li>a {
        text-align: center;
        padding: 0 5px 20px 5px
    }
    .header-top .logo .b2b {
        display: block;
        position: absolute;
        right: 50px;
        top: 12px
    }
}

@media (max-width:767px) {
    .tabs-category-showcase>ul>li>a {
        height: 90px;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .tabs-category-showcase>ul>li>a h3 {
        font-size: 11px
    }
    .tabs-category-showcase>ul>li>a .icon {
        height: 40px
    }
    .header-center .categories {
        display: none
    }
    .header-center .search-holder {
        padding: 10px 0
    }
    .page-product-list {
        padding-top: 0
    }
    .header-center .search-holder .search {
        opacity: 1;
        visibility: visible;
        width: 100%
    }
    .f-sol {
        width: 100%;
        padding: 40px 0 40px
    }
    .d-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contact-holder.obrand {
        width: 100%;
        border: 0;
        padding: 40px 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-signature .col-right {
        width: 100%
    }
    .contact {
        padding: 0;
        -ms-flex-wrap: inherit!important;
        flex-wrap: inherit!important
    }
    .obrand .line+.line {
        width: auto;
        margin: 0;
        padding-left: 11px
    }
    .contact-holder.obrand:before {
        content: "";
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
        width: 100px;
        background: #414141
    }
    .footer-signature .col-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    section.footer-signature {
        padding: 15px 0
    }
    .biltek {
        float: none;
        margin-top: 10px;
    }
}

@media (max-width:500px) {
    .header-top .logo a img {
        max-width: 180px
    }
    .header-top .b2b .btn {
        line-height: 40px;
        height: 40px;
        padding: 0 10px
    }
    .header-top .language>ul>li>a {
        line-height: 36px;
        height: 40px;
        width: 40px;
        font-size: 11px
    }
    .hamburger-menu span {
        height: 2px
    }
    .hamburger-menu {
        height: 16px;
        width: 28px
    }
    .footer-top .footer-contact>div {
        width: 100%
    }
    .footer-top .footer-contact .contact-holder {
        border-right: none;
        border-bottom: 1px solid #0f0f0f;
        padding-bottom: 25px
    }
    .mobile-menu .hamburger-menu {
        top: 3px
    }
    .mobile-menu>h3 {
        margin-top: -10px
    }
    .main-slide .slider-buttons {
        display: none
    }
    .header-top .logo .b2b {
        top: 6px
    }
}

@media (max-width:340px) {
    .header-top .logo a img {
        margin: 0
    }
}

.comment .head {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.comment .head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #333;
    width: 25%;
    height: 1px
}

.comment .head img {
    width: 50px!important;
    float: left;
    margin-right: 20px
}

.comment .head h4 {
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.comment-item {
    padding: 15px 0;
    margin: 0 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
    display: block
}

.comment-item .comment-item {
    width: 100%;
    padding-left: 25px
}

.comment-item .icon {
    float: left;
    padding: 15px
}

.comment-item .icon img {
    width: 50px
}

.comment-item .content {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    width: 75%
}

.comment-item .content:after {
    content: "";
    position: absolute;
    left: -11px;
    top: 35%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #ccc transparent transparent
}

.comment-item .content:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 35%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #fff transparent transparent;
    z-index: 99
}

.comment-item .content .comment-top {
    width: 100%;
    overflow: hidden
}

.comment-item .content .comment-top p {
    float: left
}

.comment-item .content .comment-top .date {
    float: right
}

.comment-item .content .comment-top .date span {
    color: #333;
    font-size: 12px
}

.comment-item .content .comment-top .date span strong {
    font-weight: 600
}

.comment-item .content p {
    color: #666;
    font-size: 12px
}

.comment-item .content .attachment a {
    background: #969696;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px
}

.comment-item.sag {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.comment-item.sag .content {
    border-color: #333;
    text-align: right
}

.comment-item.sag .content:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -11px;
    left: auto;
    border-color: transparent #333 transparent transparent
}

.comment-item.sag .content:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -9px;
    left: auto
}

.comment-item.sag .content .comment-top p {
    float: right
}

.comment-item.sag .content .comment-top .date {
    float: left
}

.comment-write {
    margin-top: 30px;
    overflow: hidden;
    width: 100%
}

.comment-write .form-div {
    overflow: hidden
}

.comment-write textarea {
    border: 1px solid #bbb
}

.comment-write textarea:focus {
    border-color: #ed1c24
}

.comment-write .captcha #siimage {
    height: 43px
}

.module-references-slide-control {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.module-references-slide-control a {
    pointer-events: painted;
    width: 50px;
    font-size: 35px;
    color: #bbb;
    height: 100%;
    text-align: center
}

.module-references-slide-control a:hover {
    color: #d6292a
}

.references-slide-holder {
    padding: 0 50px;
    position: relative
}

.turn-top {
    position: fixed;
    right: 15px;
    bottom: 25px;
    z-index: 999;
    display: none
}

.turn-top i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(216, 216, 216, .4);
    color: #3c3c3c;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms
}

.turn-top i:hover {
    background: #d6292a;
    color: #fff
}

.footer-redirect ul li {
    float: left
}

.footer-redirect ul li a {
    font-size: 20px!important;
    padding: 0!important
}

.article-right .detailed-filter+.g-title {
    display: none
}

.comment-write .captcha {
    position: relative;
    width: 48%;
    float: left;
    border: 1px solid #ccc
}

.comment-write .captcha #siimage {
    height: 47px!important;
    width: 70%!important;
    border: none!important
}

.comment-write .captcha1 {
    padding: 10px 0
}

.comment-write .captcha>.input-item>img {
    max-height: 50px!important;
    width: 175px!important
}

.comment-write .captcha object {
    position: absolute;
    right: 15px;
    top: 11px
}

.comment-write .captcha a>img {
    position: absolute;
    width: 19px!important;
    right: 45px;
    top: 14px;
    height: 19px!important
}

.comment-write .captcha-btn {
    width: 50%;
    float: right
}

.comment-write .captcha-btn input {
    height: 49px
}

.comment-write .captcha-btn1 {
    width: 50%
}

@media (max-width:480px) {
    .comment-write .captcha {
        width: 100%
    }
    .comment-write .captcha-btn {
        width: 100%
    }
    .comment-write .captcha-btn1 {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .comment-write .captcha1 a>img {
        margin-left: -33px
    }
}

.header-center .categories>ul>li>ul>li>a:hover {
    background: #313131
}

.double-cat {
    min-width: 450px!important
}

.double-cat li {
    width: 50%;
    float: left
}

.double-cat li a {
    height: 50px
}

/* 404 */
    .error-page .colgroups {
        padding: 160px 0;
    }

    .error-page .colgroups > i {
        position: absolute;
        top: 0;
        left: 50%;
        font-size: 300px;
        text-align: center;
        transform: translateX(-50%)  rotate(-30deg);
        display: inline-block;
        color: #41414161;
        opacity: 0.2;
    }

    .error-page .martodo.alert {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
    }

    .error-page a {
        color: #414141;
        position: relative;
        display: block;
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .error-page a:hover {
        color: #000000;
    }

    @media screen and (max-width: 767px){
        .error-page a {
            font-size: 20px;
        }

        .error-page .colgroups {
            padding: 130px 0;
        }

        .error-page .martodo.alert {
            width: 92%;
            margin: auto;
        }

        .error-page .colgroups > i {
            font-size: 180px;
            top: 15%;
        }
    }
/* 404 */