html::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
html::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
html::-webkit-scrollbar-thumb {
  background-color: #0057a7;
}

body {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: normal;
  letter-spacing: normal;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html[dir=rtl] {
  direction: rtl;
}
html[dir=rtl] body {
  direction: rtl;
}
html[dir=rtl] .flip.text-left {
  text-align: right;
}
html[dir=rtl] .flip.text-right {
  text-align: left;
}
html[dir=rtl] .list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
html[dir=rtl] .list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
html[dir=rtl] dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  html[dir=rtl] .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  html[dir=rtl] .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
html[dir=rtl] blockquote {
  border-right: 5px solid #eee;
  border-left: 0;
}
html[dir=rtl] .blockquote-reverse, html[dir=rtl] blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eee;
  border-right: 0;
  text-align: left;
}
html[dir=rtl] .col-xs-1, html[dir=rtl] .col-sm-1, html[dir=rtl] .col-md-1, html[dir=rtl] .col-lg-1, html[dir=rtl] .col-xs-2, html[dir=rtl] .col-sm-2, html[dir=rtl] .col-md-2, html[dir=rtl] .col-lg-2, html[dir=rtl] .col-xs-3, html[dir=rtl] .col-sm-3, html[dir=rtl] .col-md-3, html[dir=rtl] .col-lg-3, html[dir=rtl] .col-xs-4, html[dir=rtl] .col-sm-4, html[dir=rtl] .col-md-4, html[dir=rtl] .col-lg-4, html[dir=rtl] .col-xs-5, html[dir=rtl] .col-sm-5, html[dir=rtl] .col-md-5, html[dir=rtl] .col-lg-5, html[dir=rtl] .col-xs-6, html[dir=rtl] .col-sm-6, html[dir=rtl] .col-md-6, html[dir=rtl] .col-lg-6, html[dir=rtl] .col-xs-7, html[dir=rtl] .col-sm-7, html[dir=rtl] .col-md-7, html[dir=rtl] .col-lg-7, html[dir=rtl] .col-xs-8, html[dir=rtl] .col-sm-8, html[dir=rtl] .col-md-8, html[dir=rtl] .col-lg-8, html[dir=rtl] .col-xs-9, html[dir=rtl] .col-sm-9, html[dir=rtl] .col-md-9, html[dir=rtl] .col-lg-9, html[dir=rtl] .col-xs-10, html[dir=rtl] .col-sm-10, html[dir=rtl] .col-md-10, html[dir=rtl] .col-lg-10, html[dir=rtl] .col-xs-11, html[dir=rtl] .col-sm-11, html[dir=rtl] .col-md-11, html[dir=rtl] .col-lg-11, html[dir=rtl] .col-xs-12, html[dir=rtl] .col-sm-12, html[dir=rtl] .col-md-12, html[dir=rtl] .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
html[dir=rtl] .col-xs-1, html[dir=rtl] .col-xs-2, html[dir=rtl] .col-xs-3, html[dir=rtl] .col-xs-4, html[dir=rtl] .col-xs-5, html[dir=rtl] .col-xs-6, html[dir=rtl] .col-xs-7, html[dir=rtl] .col-xs-8, html[dir=rtl] .col-xs-9, html[dir=rtl] .col-xs-10, html[dir=rtl] .col-xs-11, html[dir=rtl] .col-xs-12 {
  float: right;
}
html[dir=rtl] .col-xs-12 {
  width: 100%;
}
html[dir=rtl] .col-xs-11 {
  width: 91.66666667%;
}
html[dir=rtl] .col-xs-10 {
  width: 83.33333333%;
}
html[dir=rtl] .col-xs-9 {
  width: 75%;
}
html[dir=rtl] .col-xs-8 {
  width: 66.66666667%;
}
html[dir=rtl] .col-xs-7 {
  width: 58.33333333%;
}
html[dir=rtl] .col-xs-6 {
  width: 50%;
}
html[dir=rtl] .col-xs-5 {
  width: 41.66666667%;
}
html[dir=rtl] .col-xs-4 {
  width: 33.33333333%;
}
html[dir=rtl] .col-xs-3 {
  width: 25%;
}
html[dir=rtl] .col-xs-2 {
  width: 16.66666667%;
}
html[dir=rtl] .col-xs-1 {
  width: 8.33333333%;
}
html[dir=rtl] .col-xs-pull-12 {
  left: 100%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-11 {
  left: 91.66666667%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-10 {
  left: 83.33333333%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-9 {
  left: 75%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-8 {
  left: 66.66666667%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-7 {
  left: 58.33333333%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-6 {
  left: 50%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-5 {
  left: 41.66666667%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-4 {
  left: 33.33333333%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-3 {
  left: 25%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-2 {
  left: 16.66666667%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-1 {
  left: 8.33333333%;
  right: auto;
}
html[dir=rtl] .col-xs-pull-0 {
  left: auto;
  right: auto;
}
html[dir=rtl] .col-xs-push-12 {
  right: 100%;
  left: 0;
}
html[dir=rtl] .col-xs-push-11 {
  right: 91.66666667%;
  left: 0;
}
html[dir=rtl] .col-xs-push-10 {
  right: 83.33333333%;
  left: 0;
}
html[dir=rtl] .col-xs-push-9 {
  right: 75%;
  left: 0;
}
html[dir=rtl] .col-xs-push-8 {
  right: 66.66666667%;
  left: 0;
}
html[dir=rtl] .col-xs-push-7 {
  right: 58.33333333%;
  left: 0;
}
html[dir=rtl] .col-xs-push-6 {
  right: 50%;
  left: 0;
}
html[dir=rtl] .col-xs-push-5 {
  right: 41.66666667%;
  left: 0;
}
html[dir=rtl] .col-xs-push-4 {
  right: 33.33333333%;
  left: 0;
}
html[dir=rtl] .col-xs-push-3 {
  right: 25%;
  left: 0;
}
html[dir=rtl] .col-xs-push-2 {
  right: 16.66666667%;
  left: 0;
}
html[dir=rtl] .col-xs-push-1 {
  right: 8.33333333%;
  left: 0;
}
html[dir=rtl] .col-xs-push-0 {
  right: auto;
  left: 0;
}
html[dir=rtl] .col-xs-offset-12 {
  margin-right: 100%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-11 {
  margin-right: 91.66666667%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-10 {
  margin-right: 83.33333333%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-8 {
  margin-right: 66.66666667%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-7 {
  margin-right: 58.33333333%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-5 {
  margin-right: 41.66666667%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-4 {
  margin-right: 33.33333333%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-2 {
  margin-right: 16.66666667%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-1 {
  margin-right: 8.33333333%;
  margin-left: 0;
}
html[dir=rtl] .col-xs-offset-0 {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  html[dir=rtl] .col-sm-1, html[dir=rtl] .col-sm-2, html[dir=rtl] .col-sm-3, html[dir=rtl] .col-sm-4, html[dir=rtl] .col-sm-5, html[dir=rtl] .col-sm-6, html[dir=rtl] .col-sm-7, html[dir=rtl] .col-sm-8, html[dir=rtl] .col-sm-9, html[dir=rtl] .col-sm-10, html[dir=rtl] .col-sm-11, html[dir=rtl] .col-sm-12 {
    float: right;
  }
  html[dir=rtl] .col-sm-12 {
    width: 100%;
  }
  html[dir=rtl] .col-sm-11 {
    width: 91.66666667%;
  }
  html[dir=rtl] .col-sm-10 {
    width: 83.33333333%;
  }
  html[dir=rtl] .col-sm-9 {
    width: 75%;
  }
  html[dir=rtl] .col-sm-8 {
    width: 66.66666667%;
  }
  html[dir=rtl] .col-sm-7 {
    width: 58.33333333%;
  }
  html[dir=rtl] .col-sm-6 {
    width: 50%;
  }
  html[dir=rtl] .col-sm-5 {
    width: 41.66666667%;
  }
  html[dir=rtl] .col-sm-4 {
    width: 33.33333333%;
  }
  html[dir=rtl] .col-sm-3 {
    width: 25%;
  }
  html[dir=rtl] .col-sm-2 {
    width: 16.66666667%;
  }
  html[dir=rtl] .col-sm-1 {
    width: 8.33333333%;
  }
  html[dir=rtl] .col-sm-pull-12 {
    left: 100%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-9 {
    left: 75%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-6 {
    left: 50%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-3 {
    left: 25%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-sm-pull-0 {
    left: auto;
    right: auto;
  }
  html[dir=rtl] .col-sm-push-12 {
    right: 100%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-9 {
    right: 75%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-6 {
    right: 50%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-3 {
    right: 25%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-sm-push-0 {
    right: auto;
    left: 0;
  }
  html[dir=rtl] .col-sm-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-sm-offset-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  html[dir=rtl] .col-md-1, html[dir=rtl] .col-md-2, html[dir=rtl] .col-md-3, html[dir=rtl] .col-md-4, html[dir=rtl] .col-md-5, html[dir=rtl] .col-md-6, html[dir=rtl] .col-md-7, html[dir=rtl] .col-md-8, html[dir=rtl] .col-md-9, html[dir=rtl] .col-md-10, html[dir=rtl] .col-md-11, html[dir=rtl] .col-md-12 {
    float: right;
  }
  html[dir=rtl] .col-md-12 {
    width: 100%;
  }
  html[dir=rtl] .col-md-11 {
    width: 91.66666667%;
  }
  html[dir=rtl] .col-md-10 {
    width: 83.33333333%;
  }
  html[dir=rtl] .col-md-9 {
    width: 75%;
  }
  html[dir=rtl] .col-md-8 {
    width: 66.66666667%;
  }
  html[dir=rtl] .col-md-7 {
    width: 58.33333333%;
  }
  html[dir=rtl] .col-md-6 {
    width: 50%;
  }
  html[dir=rtl] .col-md-5 {
    width: 41.66666667%;
  }
  html[dir=rtl] .col-md-4 {
    width: 33.33333333%;
  }
  html[dir=rtl] .col-md-3 {
    width: 25%;
  }
  html[dir=rtl] .col-md-2 {
    width: 16.66666667%;
  }
  html[dir=rtl] .col-md-1 {
    width: 8.33333333%;
  }
  html[dir=rtl] .col-md-pull-12 {
    left: 100%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-9 {
    left: 75%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-6 {
    left: 50%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-3 {
    left: 25%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-md-pull-0 {
    left: auto;
    right: auto;
  }
  html[dir=rtl] .col-md-push-12 {
    right: 100%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-9 {
    right: 75%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-6 {
    right: 50%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-3 {
    right: 25%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-md-push-0 {
    right: auto;
    left: 0;
  }
  html[dir=rtl] .col-md-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-md-offset-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  html[dir=rtl] .col-lg-1, html[dir=rtl] .col-lg-2, html[dir=rtl] .col-lg-3, html[dir=rtl] .col-lg-4, html[dir=rtl] .col-lg-5, html[dir=rtl] .col-lg-6, html[dir=rtl] .col-lg-7, html[dir=rtl] .col-lg-8, html[dir=rtl] .col-lg-9, html[dir=rtl] .col-lg-10, html[dir=rtl] .col-lg-11, html[dir=rtl] .col-lg-12 {
    float: right;
  }
  html[dir=rtl] .col-lg-12 {
    width: 100%;
  }
  html[dir=rtl] .col-lg-11 {
    width: 91.66666667%;
  }
  html[dir=rtl] .col-lg-10 {
    width: 83.33333333%;
  }
  html[dir=rtl] .col-lg-9 {
    width: 75%;
  }
  html[dir=rtl] .col-lg-8 {
    width: 66.66666667%;
  }
  html[dir=rtl] .col-lg-7 {
    width: 58.33333333%;
  }
  html[dir=rtl] .col-lg-6 {
    width: 50%;
  }
  html[dir=rtl] .col-lg-5 {
    width: 41.66666667%;
  }
  html[dir=rtl] .col-lg-4 {
    width: 33.33333333%;
  }
  html[dir=rtl] .col-lg-3 {
    width: 25%;
  }
  html[dir=rtl] .col-lg-2 {
    width: 16.66666667%;
  }
  html[dir=rtl] .col-lg-1 {
    width: 8.33333333%;
  }
  html[dir=rtl] .col-lg-pull-12 {
    left: 100%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-11 {
    left: 91.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-10 {
    left: 83.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-9 {
    left: 75%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-8 {
    left: 66.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-7 {
    left: 58.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-6 {
    left: 50%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-5 {
    left: 41.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-4 {
    left: 33.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-3 {
    left: 25%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-2 {
    left: 16.66666667%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-1 {
    left: 8.33333333%;
    right: auto;
  }
  html[dir=rtl] .col-lg-pull-0 {
    left: auto;
    right: auto;
  }
  html[dir=rtl] .col-lg-push-12 {
    right: 100%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-11 {
    right: 91.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-10 {
    right: 83.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-9 {
    right: 75%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-8 {
    right: 66.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-7 {
    right: 58.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-6 {
    right: 50%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-5 {
    right: 41.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-4 {
    right: 33.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-3 {
    right: 25%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-2 {
    right: 16.66666667%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-1 {
    right: 8.33333333%;
    left: 0;
  }
  html[dir=rtl] .col-lg-push-0 {
    right: auto;
    left: 0;
  }
  html[dir=rtl] .col-lg-offset-12 {
    margin-right: 100%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0;
  }
  html[dir=rtl] .col-lg-offset-0 {
    margin-right: 0;
    margin-left: 0;
  }
}
html[dir=rtl] caption {
  text-align: right;
}
html[dir=rtl] th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  html[dir=rtl] .table-responsive > .table-bordered {
    border: 0;
  }
  html[dir=rtl] .table-responsive > .table-bordered > thead > tr > th:first-child, html[dir=rtl] .table-responsive > .table-bordered > tbody > tr > th:first-child, html[dir=rtl] .table-responsive > .table-bordered > tfoot > tr > th:first-child, html[dir=rtl] .table-responsive > .table-bordered > thead > tr > td:first-child, html[dir=rtl] .table-responsive > .table-bordered > tbody > tr > td:first-child, html[dir=rtl] .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  html[dir=rtl] .table-responsive > .table-bordered > thead > tr > th:last-child, html[dir=rtl] .table-responsive > .table-bordered > tbody > tr > th:last-child, html[dir=rtl] .table-responsive > .table-bordered > tfoot > tr > th:last-child, html[dir=rtl] .table-responsive > .table-bordered > thead > tr > td:last-child, html[dir=rtl] .table-responsive > .table-bordered > tbody > tr > td:last-child, html[dir=rtl] .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
html[dir=rtl] .radio label, html[dir=rtl] .checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
html[dir=rtl] .radio input[type=radio], html[dir=rtl] .radio-inline input[type=radio], html[dir=rtl] .checkbox input[type=checkbox], html[dir=rtl] .checkbox-inline input[type=checkbox] {
  margin-right: -20px;
  margin-left: auto;
}
html[dir=rtl] .radio-inline, html[dir=rtl] .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
html[dir=rtl] .radio-inline + .radio-inline, html[dir=rtl] .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
html[dir=rtl] .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
html[dir=rtl] .form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir=rtl] .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  html[dir=rtl] .form-inline .radio input[type=radio], html[dir=rtl] .form-inline .checkbox input[type=checkbox] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .form-horizontal .control-label {
    text-align: left;
  }
}
html[dir=rtl] .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
html[dir=rtl] .caret {
  margin-right: 2px;
  margin-left: 0;
}
html[dir=rtl] .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
html[dir=rtl] .dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
html[dir=rtl] .dropdown-menu-right {
  left: auto;
  right: 0;
}
html[dir=rtl] .dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  html[dir=rtl] .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
html[dir=rtl] .btn-group > .btn, html[dir=rtl] .btn-group-vertical > .btn {
  float: right;
}
html[dir=rtl] .btn-group .btn + .btn, html[dir=rtl] .btn-group .btn + .btn-group, html[dir=rtl] .btn-group .btn-group + .btn, html[dir=rtl] .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0;
}
html[dir=rtl] .btn-toolbar {
  margin-right: -5px;
  margin-left: 0;
}
html[dir=rtl] .btn-toolbar .btn-group, html[dir=rtl] .btn-toolbar .input-group {
  float: right;
}
html[dir=rtl] .btn-toolbar > .btn, html[dir=rtl] .btn-toolbar > .btn-group, html[dir=rtl] .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0;
}
html[dir=rtl] .btn-group > .btn:first-child {
  margin-right: 0;
}
html[dir=rtl] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html[dir=rtl] .btn-group > .btn:last-child:not(:first-child), html[dir=rtl] .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl] .btn-group > .btn-group {
  float: right;
}
html[dir=rtl] .btn-group.btn-group-justified > .btn, html[dir=rtl] .btn-group.btn-group-justified > .btn-group {
  float: none;
}
html[dir=rtl] .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
html[dir=rtl] .btn-group > .btn-group:first-child > .btn:last-child, html[dir=rtl] .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html[dir=rtl] .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl] .btn .caret {
  margin-right: 0;
}
html[dir=rtl] .btn-group-vertical > .btn + .btn, html[dir=rtl] .btn-group-vertical > .btn + .btn-group, html[dir=rtl] .btn-group-vertical > .btn-group + .btn, html[dir=rtl] .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
html[dir=rtl] .input-group .form-control {
  float: right;
}
html[dir=rtl] .input-group .form-control:first-child, html[dir=rtl] .input-group-addon:first-child, html[dir=rtl] .input-group-btn:first-child > .btn, html[dir=rtl] .input-group-btn:first-child > .btn-group > .btn, html[dir=rtl] .input-group-btn:first-child > .dropdown-toggle, html[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), html[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html[dir=rtl] .input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid;
}
html[dir=rtl] .input-group .form-control:last-child, html[dir=rtl] .input-group-addon:last-child, html[dir=rtl] .input-group-btn:last-child > .btn, html[dir=rtl] .input-group-btn:last-child > .btn-group > .btn, html[dir=rtl] .input-group-btn:last-child > .dropdown-toggle, html[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child), html[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl] .input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0;
}
html[dir=rtl] .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
html[dir=rtl] .input-group-btn:first-child > .btn, html[dir=rtl] .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
html[dir=rtl] .input-group-btn:last-child > .btn, html[dir=rtl] .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
html[dir=rtl] .nav {
  padding-right: 0;
  padding-left: initial;
}
html[dir=rtl] .nav-tabs > li {
  float: right;
}
html[dir=rtl] .nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
html[dir=rtl] .nav-pills > li {
  float: right;
}
html[dir=rtl] .nav-pills > li > a {
  border-radius: 4px;
}
html[dir=rtl] .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
html[dir=rtl] .nav-stacked > li {
  float: none;
}
html[dir=rtl] .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
html[dir=rtl] .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
html[dir=rtl] .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  html[dir=rtl] .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar-header {
    float: right;
  }
}
html[dir=rtl] .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
html[dir=rtl] .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar > .container .navbar-brand, html[dir=rtl] .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
html[dir=rtl] .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] .navbar-nav .open .dropdown-menu > li > a, html[dir=rtl] .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar-nav {
    float: right;
  }
  html[dir=rtl] .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar-left.flip {
    float: right !important;
  }
  html[dir=rtl] .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  html[dir=rtl] .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  html[dir=rtl] .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar-text {
    float: right;
  }
  html[dir=rtl] .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
html[dir=rtl] .pagination {
  padding-right: 0;
}
html[dir=rtl] .pagination > li > a, html[dir=rtl] .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0;
}
html[dir=rtl] .pagination > li:first-child > a, html[dir=rtl] .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
html[dir=rtl] .pagination > li:last-child > a, html[dir=rtl] .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
html[dir=rtl] .pager {
  padding-right: 0;
  padding-left: initial;
}
html[dir=rtl] .pager .next > a, html[dir=rtl] .pager .next > span {
  float: left;
}
html[dir=rtl] .pager .previous > a, html[dir=rtl] .pager .previous > span {
  float: right;
}
html[dir=rtl] .nav-pills > li > a > .badge {
  margin-left: 0;
  margin-right: 3px;
}
html[dir=rtl] .list-group-item > .badge {
  float: left;
}
html[dir=rtl] .list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
html[dir=rtl] .alert-dismissable, html[dir=rtl] .alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
html[dir=rtl] .alert-dismissable .close, html[dir=rtl] .alert-dismissible .close {
  right: auto;
  left: -21px;
}
html[dir=rtl] .progress-bar {
  float: right;
}
html[dir=rtl] .media > .pull-left {
  margin-right: 10px;
}
html[dir=rtl] .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
html[dir=rtl] .media > .pull-right {
  margin-left: 10px;
}
html[dir=rtl] .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
html[dir=rtl] .media-right, html[dir=rtl] .media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
html[dir=rtl] .media-left, html[dir=rtl] .media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
html[dir=rtl] .media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
html[dir=rtl] .list-group {
  padding-right: 0;
  padding-left: initial;
}
html[dir=rtl] .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, html[dir=rtl] .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, html[dir=rtl] .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, html[dir=rtl] .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
html[dir=rtl] .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, html[dir=rtl] .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, html[dir=rtl] .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, html[dir=rtl] .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, html[dir=rtl] .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
html[dir=rtl] .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, html[dir=rtl] .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, html[dir=rtl] .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, html[dir=rtl] .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
html[dir=rtl] .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, html[dir=rtl] .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, html[dir=rtl] .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, html[dir=rtl] .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, html[dir=rtl] .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
html[dir=rtl] .panel > .table-bordered > thead > tr > th:first-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, html[dir=rtl] .panel > .table-bordered > tbody > tr > th:first-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, html[dir=rtl] .panel > .table-bordered > tfoot > tr > th:first-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, html[dir=rtl] .panel > .table-bordered > thead > tr > td:first-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, html[dir=rtl] .panel > .table-bordered > tbody > tr > td:first-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, html[dir=rtl] .panel > .table-bordered > tfoot > tr > td:first-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
html[dir=rtl] .panel > .table-bordered > thead > tr > th:last-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, html[dir=rtl] .panel > .table-bordered > tbody > tr > th:last-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, html[dir=rtl] .panel > .table-bordered > tfoot > tr > th:last-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, html[dir=rtl] .panel > .table-bordered > thead > tr > td:last-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, html[dir=rtl] .panel > .table-bordered > tbody > tr > td:last-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, html[dir=rtl] .panel > .table-bordered > tfoot > tr > td:last-child, html[dir=rtl] .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
html[dir=rtl] .embed-responsive .embed-responsive-item, html[dir=rtl] .embed-responsive iframe, html[dir=rtl] .embed-responsive embed, html[dir=rtl] .embed-responsive object {
  right: 0;
  left: auto;
}
html[dir=rtl] .close {
  float: left;
}
html[dir=rtl] .modal-footer {
  text-align: left;
}
html[dir=rtl] .modal-footer.flip {
  text-align: right;
}
html[dir=rtl] .modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
html[dir=rtl] .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
html[dir=rtl] .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
html[dir=rtl] .popover {
  left: auto;
  text-align: right;
}
html[dir=rtl] .popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
html[dir=rtl] .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
html[dir=rtl] .popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
html[dir=rtl] .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
html[dir=rtl] .carousel-control {
  right: 0;
  bottom: 0;
}
html[dir=rtl] .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
html[dir=rtl] .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
html[dir=rtl] .carousel-control .icon-prev, html[dir=rtl] .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
html[dir=rtl] .carousel-control .icon-next, html[dir=rtl] .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
html[dir=rtl] .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  html[dir=rtl] .carousel-control .glyphicon-chevron-left, html[dir=rtl] .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  html[dir=rtl] .carousel-control .glyphicon-chevron-right, html[dir=rtl] .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  html[dir=rtl] .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
html[dir=rtl] .pull-right.flip {
  float: left !important;
}
html[dir=rtl] .pull-left.flip {
  float: right !important;
}

html[dir=rtl] .header .content .top .langs a {
  margin: 0 5px 0 0;
}
html[dir=rtl] .header .content .bottom .menu > ul > li .mega-menu {
  left: inherit;
  right: -50px;
}
html[dir=rtl] .header .content .bottom .menu > ul > li .mega-menu > ul > li > ul > li > a {
  padding: 0 5px 0 0;
}
html[dir=rtl] .header .content .bottom .menu > ul > li .sub-menu {
  left: inherit;
  right: -20px;
}
html[dir=rtl] .main .slider .content .swiper-button-next,
html[dir=rtl] .main .slider .content .swiper-button-prev {
  transform: rotate(180deg);
}
html[dir=rtl] .main .slider .content .swiper-button-next {
  right: inherit;
}
html[dir=rtl] .main .slider .content .swiper-button-prev {
  left: inherit;
}
html[dir=rtl] .footer .content .contact .text-holder a {
  margin: 10px 0 0 15px;
}
html[dir=rtl] .footer .content .contact .social-icons a {
  margin: 0 0 0 15px;
}
html[dir=rtl] .footer .content .contact .form-holder .form textarea {
  padding-right: 16px;
  padding-left: 150px;
}
html[dir=rtl] .footer .content .contact .form-holder .form label.error {
  right: inherit;
  left: -50px;
}
html[dir=rtl] .footer .content .contact .form-holder .form label.error:after {
  left: inherit;
  right: 0.2em;
}
html[dir=rtl] .footer .content .contact .form-holder .form button {
  right: inherit;
  left: 30px;
}
html[dir=rtl] .inner-page .ip-banner .breadcrumb ul li em {
  transform: rotate(-180deg);
  display: inline-block;
}
html[dir=rtl] .inner-page .ip-wrapper .content .list.in-ik .form .item label.error {
  right: inherit;
  left: 30px;
}
html[dir=rtl] .inner-page .ip-wrapper .content .list.in-ik .form .item label.error:after {
  left: inherit;
  right: 0.2em;
}
html[dir=rtl] .inner-page .ip-wrapper .content .list.in-gallery .item .image em {
  left: inherit;
  right: 20px;
}
html[dir=rtl] .pagination a em {
  display: inline-block;
  transform: rotate(-180deg);
}
html[dir=rtl] .sidebar-navigation ul li a em {
  right: inherit;
  left: 10px;
}
html[dir=rtl] .sidebar-navigation ul li ul li a:before {
  margin: 0 0 0 5px;
}

/*------------- header >*/
.header {
  position: relative;
  z-index: 99;
}
.header .content .top {
  position: relative;
  background-color: #004a8d;
}
.header .content .top .logo {
  padding: 10px 0;
}
.header .content .top .logo a {
  max-width: 261px;
  display: block;
  text-decoration: none;
}
.header .content .top .logo a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 261px;
}
.header .content .top .langs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .content .top .langs a {
  display: block;
  width: 38px;
  height: 26px;
  background-image: url(../../img/iconset/flags.jpg);
  background-repeat: no-repeat;
  background-size: auto auto;
  margin-left: 5px;
  opacity: 0.6;
  transform: scale(0.9, 0.9);
}
.header .content .top .langs a.tr {
  background-position: 0 0;
}
.header .content .top .langs a.en {
  background-position: -38px 0;
}
.header .content .top .langs a.ar {
  background-position: -76px 0;
}
.header .content .top .langs a.selected {
  opacity: 1;
}
.header .content .top .langs a:hover {
  opacity: 1;
}
.header .content .bottom {
  background-color: #fff;
}
.header .content .bottom .menu-ic {
  display: none;
}
.header .content .bottom .menu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .content .bottom .menu > ul > li {
  position: relative;
}
.header .content .bottom .menu > ul > li > a {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.06em;
  text-transform: uppercase;
  color: #555;
  line-height: 50px;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .menu > ul > li:hover > a {
  color: #004a8d;
}
.header .content .bottom .menu > ul > li:hover .mega-menu,
.header .content .bottom .menu > ul > li:hover .sub-menu {
  margin: 0;
  pointer-events: auto;
  opacity: 1;
}
.header .content .bottom .menu > ul > li .mega-menu {
  position: absolute;
  width: 800px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  left: -50px;
  border: 1px solid #eee;
  margin-top: 15px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .menu > ul > li .mega-menu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li {
  flex: 1;
  padding: 4%;
  border-right: 1px solid #eee;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li > a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.06em;
  color: #004a8d;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li > a:hover {
  color: #DC1A20;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li > ul > li {
  margin-top: 12px;
  display: block;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li > ul > li > a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  display: block;
  font-family: "Oswald", sans-serif;
  padding-left: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .menu > ul > li .mega-menu > ul > li > ul > li > a:hover {
  color: #DC1A20;
}
.header .content .bottom .menu > ul > li .sub-menu {
  position: absolute;
  width: 260px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  left: -20px;
  border: 1px solid #eee;
  margin-top: 15px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .menu > ul > li .sub-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .content .bottom .menu > ul > li .sub-menu > ul > li > a {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.06em;
  color: #666;
  text-decoration: none;
  border-top: 1px solid #eee;
  padding: 5%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .menu > ul > li .sub-menu > ul > li > a:hover {
  color: #DC1A20;
}
.header .content .bottom .menu > ul > li .sub-menu > ul > li:first-child a {
  border-top: 0 solid;
}
.header .content .bottom .search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header .content .bottom .search input {
  width: 75%;
  border: 1px solid #ddd;
  font-size: 1em;
  color: #333;
  padding: 5px 10px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .search input:focus {
  border-color: #DC1A20;
}
.header .content .bottom .search button {
  width: 14%;
  background-color: transparent;
  border: 0 solid;
  outline: none;
  font-size: 1.6em;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .content .bottom .search button:hover {
  color: #DC1A20;
}

/*------------- main >*/
.main .slider {
  background-color: #eee;
}
.main .slider,
.main .slider .swiper-slide {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.main .slider:after, .main .slider:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 50vw;
  border-color: transparent transparent white transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.main .slider:before {
  left: 0;
  right: inherit;
  border-width: 0 50vw 90px 0;
}
.main .slider .content .swiper-slide .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main .slider .content .swiper-slide .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.main .slider .content .swiper-slide .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.main .slider .content .swiper-slide .overlay .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  top: 43%;
}
.main .slider .content .swiper-slide .overlay .text {
  max-width: 400px;
}
.main .slider .content .swiper-slide .overlay .text p {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.571em;
  letter-spacing: 0.2em;
  color: #fff;
}
.main .slider .content .swiper-slide .overlay .text strong {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 7.143em;
  color: #0065c0;
  display: block;
  text-transform: uppercase;
  line-height: 1.1;
}
.main .slider .content .swiper-slide .overlay .text strong span {
  color: #e62a30;
  font-size: 0.55em;
  display: block;
}
.main .slider .content .swiper-slide .overlay .text a {
  display: inline-block;
  margin-top: 20px;
  background-color: #0065c0;
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 0.92em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .slider .content .swiper-slide .overlay .text a:hover {
  background-color: #DC1A20;
}
.main .slider .content .swiper-button-next,
.main .slider .content .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -70px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  background-size: inherit;
  background-image: none;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .slider .content .swiper-button-next:hover,
.main .slider .content .swiper-button-prev:hover {
  background-color: #004a8d;
}
.main .slider .content .swiper-button-next em,
.main .slider .content .swiper-button-prev em {
  font-size: 24px;
  color: #fff;
}
.main .slider .content .swiper-button-next {
  right: 20px;
}
.main .slider .content .swiper-button-prev {
  left: 20px;
}
.main .brands .content {
  padding: 70px 0 55px 0;
  background-color: #fff;
}
.main .brands .content .title {
  text-align: center;
}
.main .brands .content .title strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #222;
  display: block;
}
.main .brands .content .items {
  margin-top: 20px;
}
.main .brands .content .items .item {
  text-align: center;
  padding: 0 5%;
  margin: 15px 0;
}
.main .brands .content .items .item a {
  display: inline-block;
  text-decoration: none;
}
.main .brands .content .items .item img {
  display: block;
  width: 100%;
  max-width: 371px;
  height: auto;
  max-height: 100px;
}
.main .about {
  width: 100%;
  height: auto;
  background-image: url("https://images.pexels.com/photos/886465/pexels-photo-886465.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.main .about:after, .main .about:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 50vw;
  border-color: transparent transparent white transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.main .about:before {
  left: 0;
  right: inherit;
  border-width: 0 50vw 90px 0;
}
.main .about .content {
  background-color: rgba(0, 74, 141, 0.8);
  position: relative;
  padding: 6% 0;
  text-align: center;
}
.main .about .content .text strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 2.5em;
  text-transform: uppercase;
  display: block;
}
.main .about .content .text p {
  font-size: 1.16em;
  color: #fff;
  line-height: 1.8;
}
.main .about .content .text a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 1em;
}
.main .about .content .text a,
.main .about .content .text a em {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .about .content .text a:hover {
  color: #fff;
}
.main .about .content .text a:hover em {
  margin-right: 5px;
}
.main .news .content {
  padding: 60px 0;
  background-color: #fff;
}
.main .news .content .title {
  text-align: center;
}
.main .news .content .title strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #222;
  display: block;
}
.main .news .content .title p {
  margin: 10px 0;
  font-size: 1.16em;
}
.main .news .content .title a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}
.main .news .content .title a:hover {
  color: #DC1A20;
}
.main .news .content .items {
  margin-top: 40px;
  position: relative;
}
.main .news .content .items .row > .col:nth-child(1) .item a .hold.text, .main .news .content .items .row > .col:nth-child(2) .item a .hold.text,
.main .news .content .items .row > [class*=col-]:nth-child(1) .item a .hold.text,
.main .news .content .items .row > [class*=col-]:nth-child(2) .item a .hold.text {
  order: 1;
}
.main .news .content .items .row > .col:nth-child(1) .item a .hold.image, .main .news .content .items .row > .col:nth-child(2) .item a .hold.image,
.main .news .content .items .row > [class*=col-]:nth-child(1) .item a .hold.image,
.main .news .content .items .row > [class*=col-]:nth-child(2) .item a .hold.image {
  order: 2;
}
.main .news .content .items .item {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.main .news .content .items .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  text-decoration: none;
  background-color: #eee;
}
.main .news .content .items .item a:hover .hold.text .date {
  color: #DC1A20;
}
.main .news .content .items .item a:hover .hold.image img {
  transform: scale(1.1, 1.1);
}
.main .news .content .items .item a:hover .hold.image .overlay {
  opacity: 1;
}
.main .news .content .items .item a .hold {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main .news .content .items .item a .hold.text {
  height: 100%;
}
.main .news .content .items .item a .hold.text .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
.main .news .content .items .item a .hold.text .date {
  font-family: "Oswald", sans-serif;
  color: #004a8d;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.main .news .content .items .item a .hold.text .date span {
  padding: 0 4px;
  display: block;
  line-height: 1;
}
.main .news .content .items .item a .hold.text .date span:nth-child(1) {
  font-size: 4.5em;
  font-weight: 700;
}
.main .news .content .items .item a .hold.text .date span:nth-child(2) {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  width: 80px;
  text-transform: uppercase;
}
.main .news .content .items .item a .hold.text .name {
  margin-top: 15px;
}
.main .news .content .items .item a .hold.text .name strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.4em;
  display: block;
  line-height: 1.45;
  text-transform: uppercase;
}
.main .news .content .items .item a .hold.image {
  height: 100%;
}
.main .news .content .items .item a .hold.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .news .content .items .item a .hold.image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .news .content .items .item a .hold.image .overlay em {
  color: #004a8d;
  font-size: 32px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.main .services .content {
  padding: 20px 0 50px 0;
  background-color: #fff;
}
.main .services .content .items .item {
  text-align: center;
}
.main .services .content .items .item a {
  display: block;
  text-decoration: none;
}
.main .services .content .items .item a:hover .icon-holder .icon {
  background-color: #DC1A20;
}
.main .services .content .items .item a:hover .text-holder strong {
  color: #DC1A20;
}
.main .services .content .items .item .icon-holder .icon {
  background-color: #004a8d;
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .services .content .items .item .icon-holder .icon em {
  font-size: 32px;
  transform: rotate(-45deg);
  display: inline-block;
}
.main .services .content .items .item .text-holder {
  margin-top: 30px;
}
.main .services .content .items .item .text-holder strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #004a8d;
  font-size: 1.4em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main .services .content .items .item .text-holder p {
  font-size: 1.06em;
  color: #666;
}

/*------------- footer >*/
.footer .content .contact {
  padding: 55px 0;
  background-color: #004a8d;
}
.footer .content .contact .text-holder h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
  display: block;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.2em;
}
.footer .content .contact .text-holder p {
  font-size: 1.06em;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
}
.footer .content .contact .text-holder a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.06em;
  margin: 10px 15px 0 0;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .content .contact .text-holder a span {
  font-weight: 700;
}
.footer .content .contact .text-holder a:hover {
  color: #DC1A20;
}
.footer .content .contact .social-icons {
  margin: 30px 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .content .contact .social-icons a {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #004a8d;
  text-decoration: none;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .content .contact .social-icons a:hover {
  transform: rotate(360deg);
  color: #fff;
}
.footer .content .contact .social-icons a:hover.mdi-facebook {
  background-color: #3b5999;
}
.footer .content .contact .social-icons a:hover.mdi-twitter {
  background-color: #55acee;
}
.footer .content .contact .social-icons a:hover.mdi-pinterest {
  background-color: #bd081c;
}
.footer .content .contact .social-icons a:hover.mdi-instagram {
  background-color: #e4405f;
}
.footer .content .contact .social-icons a:hover.mdi-youtube-play {
  background-color: #cd201f;
}
.footer .content .contact .social-icons a:hover.mdi-google-plus {
  background-color: #dd4b39;
}
.footer .content .contact .social-icons a:hover.mdi-tumblr {
  background-color: #34465d;
}
.footer .content .contact .social-icons a:hover.mdi-flickr {
  background-color: #ff0084;
}
.footer .content .contact .social-icons a:hover.mdi-linkedin {
  background-color: #0077B5;
}
.footer .content .contact .social-icons a:hover.mdi-email {
  background-color: #f57d00;
}
.footer .content .contact .social-icons a:hover.mdi-whatsapp {
  background-color: #25D366;
}
.footer .content .contact .social-icons a:hover.mdi-vimeo {
  background-color: #1ab7ea;
}
.footer .content .contact .form-holder .title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.5em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer .content .contact .form-holder .form {
  margin: -15px 0;
}
.footer .content .contact .form-holder .form input,
.footer .content .contact .form-holder .form textarea {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 1px solid #fff;
  background-color: #003d74;
  display: block;
  margin: 15px 0;
  resize: none;
  color: #fff;
}
.footer .content .contact .form-holder .form input::-webkit-input-placeholder,
.footer .content .contact .form-holder .form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer .content .contact .form-holder .form input:-moz-placeholder,
.footer .content .contact .form-holder .form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer .content .contact .form-holder .form input::-moz-placeholder,
.footer .content .contact .form-holder .form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer .content .contact .form-holder .form input:-ms-input-placeholder,
.footer .content .contact .form-holder .form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer .content .contact .form-holder .form textarea {
  padding-right: 150px;
}
.footer .content .contact .form-holder .form label.error {
  position: absolute;
  right: -50px;
  top: -20px;
  background-color: #DC1A20;
  padding: 10px 15px;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  z-index: 99;
}
.footer .content .contact .form-holder .form label.error:after {
  position: absolute;
  left: 0.2em;
  bottom: 0;
  margin-bottom: -0.6em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #DC1A20 transparent transparent transparent;
}
.footer .content .contact .form-holder .form button {
  position: absolute;
  right: 30px;
  top: 50%;
  width: auto;
  height: 60%;
  transform: translateY(-50%);
  background-color: #004a8d;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  font-size: 1.2em;
  padding: 0 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .content .contact .form-holder .form button:hover {
  background-color: #DC1A20;
}
.footer .content .map {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.footer .content .map > div {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .content .copyright {
  background-color: #004a8d;
  position: relative;
  padding: 35px 0;
}
.footer .content .copyright .col-md-4 {
  width: auto !important;
  flex: inherit !important;
  max-width: auto !important;
}
.footer .content .copyright .sitemap a {
  font-size: 1.16em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer .content .copyright .sitemap a:hover {
  color: #DC1A20;
}
.footer .content .copyright .text p {
  margin: 0;
  font-size: 1.06em;
  color: #fff;
}
.footer .content .copyright .author a {
  display: inline-block;
  text-decoration: none;
}
.footer .content .copyright .author a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 90px;
}

/*------------- inner-page >*/
.inner-page .ip-banner {
  border: 1px solid #eee;
  border-left: 0 solid;
  border-right: 0 solid;
  position: relative;
  overflow: hidden;
}
.inner-page .ip-banner .breadcrumb {
  padding: 12px 0;
}
.inner-page .ip-banner .breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner-page .ip-banner .breadcrumb ul li {
  font-size: 0.96em;
  font-weight: 400;
  color: #777;
  letter-spacing: 0.04em;
}
.inner-page .ip-banner .breadcrumb ul li em {
  font-size: 0.9em;
  margin: 0 4px;
}
.inner-page .ip-banner .breadcrumb ul li.selected a {
  color: #DC1A20;
  font-weight: 500;
}
.inner-page .ip-banner .breadcrumb ul li a {
  font-weight: 400;
  color: #777;
  text-decoration: none;
}
.inner-page .ip-wrapper {
  padding: 50px 0;
  position: relative;
}
.inner-page .ip-wrapper .content .page-image {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.inner-page .ip-wrapper .content .page-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.inner-page .ip-wrapper .content .page-title h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 2em;
  display: block;
  margin-top: 0;
  padding: 0;
}
.inner-page .ip-wrapper .content .page-title h1 b {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .page-title p {
  font-size: 1.06em;
  color: #555;
  margin: -15px 0 0 0;
  display: block;
}
.inner-page .ip-wrapper .content .page-title p b {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-box-style {
  margin: -15px 0;
}
.inner-page .ip-wrapper .content .list.in-box-style .item {
  margin: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-box-style .item a {
  display: block;
  background-color: #ecf0f1;
  height: 160px;
  line-height: 160px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 1.16em;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-box-style .item a:hover {
  background-color: #DC1A20;
  color: #fff;
}
.inner-page .ip-wrapper .content .list.in-search-list.block .items {
  display: block;
  margin: 0;
}
.inner-page .ip-wrapper .content .list.in-search-list.block .items p {
  padding: 0;
}
.inner-page .ip-wrapper .content .list.in-search-list .count p {
  font-size: 1.06em;
  color: #555;
}
.inner-page .ip-wrapper .content .list.in-search-list .count p b {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-search-list .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.inner-page .ip-wrapper .content .list.in-search-list .items p {
  display: block;
  width: 100%;
  flex: 1;
  padding: 0 10px;
  margin: 10px 0;
}
.inner-page .ip-wrapper .content .list.in-search-list .items p a {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #ecf0f1;
  color: #444;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  text-overflow: ellipsis;
  font-size: 1.06em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-search-list .items p a:hover {
  background-color: #004a8d;
  color: #fff;
}
.inner-page .ip-wrapper .content .list.in-404 {
  text-align: center;
}
.inner-page .ip-wrapper .content .list.in-404 .icon img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.inner-page .ip-wrapper .content .list.in-404 .error {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #e24c4b;
  font-size: 2.5em;
  margin: 10px 0;
}
.inner-page .ip-wrapper .content .list.in-404 .info {
  font-size: 1.16em;
  color: #444;
}
.inner-page .ip-wrapper .content .list.in-404 .btn {
  margin-top: 30px;
}
.inner-page .ip-wrapper .content .list.in-404 .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 16px 20px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #444;
  background-color: #ecf0f1;
  letter-spacing: 0.04em;
  font-size: 1.06em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-404 .btn a:hover {
  background-color: #004a8d;
  color: #fff;
}
.inner-page .ip-wrapper .content .list.in-certificates .item a {
  display: block;
  text-decoration: none;
}
.inner-page .ip-wrapper .content .list.in-certificates .item a:hover .image {
  border-color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-certificates .item a:hover .text strong {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-certificates .item .image {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 10px 5px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-certificates .item .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.inner-page .ip-wrapper .content .list.in-certificates .item .text {
  padding: 15px;
}
.inner-page .ip-wrapper .content .list.in-certificates .item .text strong {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #999;
  font-size: 1.16em;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-brands {
  margin: -10px 0;
}
.inner-page .ip-wrapper .content .list.in-brands .item {
  text-align: center;
  margin: 10px 0;
}
.inner-page .ip-wrapper .content .list.in-brands .item a {
  display: inline-block;
  text-decoration: none;
}
.inner-page .ip-wrapper .content .list.in-brands .item a:hover .image {
  background-color: #ddd;
}
.inner-page .ip-wrapper .content .list.in-brands .item .image {
  width: 100%;
  height: 120px;
  background-color: #eee;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-brands .item .image img {
  display: inline-block;
  width: 100%;
  max-width: 70%;
  height: auto;
  max-height: 70%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.inner-page .ip-wrapper .content .list.in-ik {
  margin: -15px 0;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item {
  margin: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item label:not(.error) {
  display: block;
  margin-bottom: 15px;
  font-size: 1.16em;
  color: #777;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item label.error {
  position: absolute;
  right: 30px;
  top: 10px;
  background-color: #DC1A20;
  padding: 10px 15px;
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  z-index: 99;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item label.error:after {
  position: absolute;
  left: 0.2em;
  bottom: 0;
  margin-bottom: -0.6em;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #DC1A20 transparent transparent transparent;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item input,
.inner-page .ip-wrapper .content .list.in-ik .form .item select,
.inner-page .ip-wrapper .content .list.in-ik .form .item textarea {
  color: #6b6b6b;
  display: block;
  padding: 16px 20px;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #eee;
  outline: none;
  resize: none;
  border-radius: 4px;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item button {
  border: 0 solid;
  width: auto;
  background-color: #004a8d;
  font-size: 1.1em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item button:hover {
  background-color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-ik .form .item small {
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.inner-page .ip-wrapper .content .list.in-gallery {
  margin: -5px 0;
}
.inner-page .ip-wrapper .content .list.in-gallery .item {
  margin: 5px 0;
}
.inner-page .ip-wrapper .content .list.in-gallery .item a {
  display: block;
  text-decoration: none;
}
.inner-page .ip-wrapper .content .list.in-gallery .item a:hover .image img {
  transform: scale(1.06, 1.06);
}
.inner-page .ip-wrapper .content .list.in-gallery .item a:hover .image em {
  background-color: #004a8d;
  color: #fff;
}
.inner-page .ip-wrapper .content .list.in-gallery .item .image {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.inner-page .ip-wrapper .content .list.in-gallery .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-gallery .item .image em {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  background-color: #DC1A20;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-gallery .item .text {
  padding: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-gallery .item .text b {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #777;
  display: block;
  font-size: 1.16em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail {
  margin: -10px 0;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item {
  margin: 10px 0;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item a {
  display: block;
  text-decoration: none;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item a:hover .image .overlay {
  opacity: 1;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item a:hover .text b {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item .image {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item .image .overlay em {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item .text {
  padding: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-gallery-detail .item .text b {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #777;
  display: block;
  font-size: 1.06em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-news {
  margin: -5px 0;
}
.inner-page .ip-wrapper .content .list.in-news .item {
  margin: 5px 0;
}
.inner-page .ip-wrapper .content .list.in-news .item a {
  display: block;
  text-decoration: none;
}
.inner-page .ip-wrapper .content .list.in-news .item a:hover .image .overlay {
  opacity: 1;
}
.inner-page .ip-wrapper .content .list.in-news .item a:hover .text b {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-news .item .image {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.inner-page .ip-wrapper .content .list.in-news .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inner-page .ip-wrapper .content .list.in-news .item .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-news .item .image .overlay em {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.inner-page .ip-wrapper .content .list.in-news .item .text {
  padding: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-news .item .text b {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #777;
  display: block;
  font-size: 1.16em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-news .item .text p {
  font-size: 1.06em;
  color: #999;
  margin: 7px 0 0 0;
}
.inner-page .ip-wrapper .content .list.in-product-cats {
  margin: 15px 0 -15px 0;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item {
  margin: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a {
  display: block;
  text-decoration: none;
  background-color: #004a8d;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  padding: 40px 15px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a:hover {
  background-color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a:hover .text strong {
  color: #fff;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a .image .bg {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a .image .bg img {
  width: auto;
  height: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a .text {
  margin-top: 20px;
}
.inner-page .ip-wrapper .content .list.in-product-cats .item a .text strong {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.4em;
  display: block;
  text-transform: uppercase;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a {
  padding: 0;
  background-color: transparent;
  border-radius: inherit;
  text-align: left;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a:hover {
  background-color: transparent;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a:hover .image {
  background-color: #ddd;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a:hover .text strong {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .image {
  width: 100%;
  height: 120px;
  background-color: #eee;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .image .bg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background-color: transparent;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .image .bg img {
  display: inline-block;
  width: 100%;
  max-width: 85%;
  height: auto;
  max-height: 85%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .text {
  padding: 10px 0 0 0;
  margin: 0;
}
.inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .text strong {
  font-size: 1.2em;
  color: #777;
}
.inner-page .ip-wrapper .content .list.in-product-list {
  margin: 10px 0 -15px 0;
}
.inner-page .ip-wrapper .content .list.in-product-list .item {
  margin: 15px 0;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a {
  display: block;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a:hover {
  border-color: #ccc;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a:hover .text strong {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a .image {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a .text {
  padding: 5px;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a .text strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  font-size: 1.26em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-product-list .item a .text p {
  font-size: 1em;
  color: #666;
}
.inner-page .ip-wrapper .content .list.in-product-detail .infor .image {
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}
.inner-page .ip-wrapper .content .list.in-product-detail .infor .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn a {
  border: 1px solid #e3e3e3;
  border-right: 0 solid;
  text-decoration: none;
  flex: 1;
  padding: 15px;
  background-color: #f8f8f8;
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
  font-size: 1em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn a.selected {
  background-color: #fff;
  border-bottom-color: transparent;
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn a:last-child {
  border-right: 1px solid #e3e3e3;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn a:hover {
  color: #DC1A20;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-content .holder {
  border: 1px solid #e3e3e3;
  border-top: 0 solid;
  padding: 25px 20px;
  display: none;
}
.inner-page .ip-wrapper .content .list.in-product-detail .category .tab-content .holder.selected {
  display: block;
}

.text-wrapper > *:not(img) {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #333;
  display: block;
}
.text-wrapper h1 {
  font-size: 1.5rem;
}
.text-wrapper h2 {
  font-size: 1.4rem;
}
.text-wrapper h3 {
  font-size: 1.3rem;
}
.text-wrapper h4 {
  font-size: 1.2rem;
}
.text-wrapper h5 {
  font-size: 1.1em;
}
.text-wrapper h6 {
  font-size: 1rem;
}
.text-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 4px;
}
.text-wrapper img.small {
  max-width: 35%;
  float: left;
  margin: 0 20px 20px 0;
}
.text-wrapper ul,
.text-wrapper ol {
  list-style-position: inside;
}
.text-wrapper p,
.text-wrapper sub,
.text-wrapper strong,
.text-wrapper b,
.text-wrapper em,
.text-wrapper i a,
.text-wrapper small,
.text-wrapper li,
.text-wrapper td,
.text-wrapper th {
  font-size: 1.06em;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}
.text-wrapper p a {
  text-decoration: none;
  color: #004a8d;
  font-size: 1em;
}
.text-wrapper p a:hover {
  text-decoration: underline;
}
.text-wrapper p a.order {
  margin-top: 10px;
  display: inline-block;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 1em;
  color: #fff;
  background-color: #004a8d;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.text-wrapper p a.order:hover {
  text-decoration: none;
  background-color: #DC1A20;
}
.text-wrapper strong,
.text-wrapper b,
.text-wrapper th {
  font-weight: 600;
  color: #DC1A20;
}
.text-wrapper iframe {
  width: 100%;
  height: 340px;
  display: block;
  border-radius: 4px;
}
.text-wrapper td,
.text-wrapper th {
  padding: 14px;
  text-align: left;
  border: 1px solid #f4f4f4;
}
.text-wrapper table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.text-wrapper table thead tr {
  background-color: #DC1A20;
}
.text-wrapper table thead tr > * {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 1.06em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.text-wrapper table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.sidebar-navigation {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.sidebar-navigation .title {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.4em;
  background-color: #DC1A20;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.sidebar-navigation > ul {
  border-bottom: 1px solid #f7f7f7;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  padding: 18px;
  text-decoration: none;
  color: #333;
  border: 1px solid #f7f7f7;
  border-bottom: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li a em {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #444;
  width: 28px;
  height: 28px;
  line-height: 30px;
  background-color: #ddd;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li a em:hover {
  background-color: #DC1A20;
  color: #fff;
}
.sidebar-navigation ul li:hover > a {
  background-color: #ecf0f1;
}
.sidebar-navigation ul li.selected > a {
  background-color: #ecf0f1;
  color: #222;
}
.sidebar-navigation ul li.selected > a em {
  background-color: #DC1A20;
  color: #fff;
}
.sidebar-navigation ul li ul {
  display: none;
  background-color: #fefefe;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #222;
  padding: 16px;
  font-size: 0.9rem;
}
.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 8px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #004a8d;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li:hover:not(.selected) > a, .sidebar-navigation ul li ul li.selected > a {
  background-color: #fefefe;
  color: #DC1A20;
}
.sidebar-navigation ul li ul li:hover:not(.selected) > a:before, .sidebar-navigation ul li ul li.selected > a:before {
  width: 12px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #0057a7;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination a {
  font-size: 1em;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: #222;
  border: 2px solid #eee;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  text-decoration: none;
  border-radius: 50%;
  font-weight: 600;
  margin: 4px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination a:hover, .pagination a.selected {
  color: #fff;
  background-color: #DC1A20;
  border-color: #DC1A20;
}

.carousel-gallery {
  margin: 20px 0;
}
.carousel-gallery .title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #222;
  display: block;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
  opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
  color: #fff;
  font-size: 26px;
  position: relative;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}
.carousel-gallery .swiper-pagination {
  position: relative;
  bottom: auto;
  text-align: left;
  margin-top: 20px;
  left: inherit !important;
  transform: inherit !important;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004a8d;
}

.sw-footer {
  background-color: #fafafa;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 20px;
  color: #222;
}
.sw-footer .share span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.06em;
}
.sw-footer .share a {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sw-footer .share a.mdi-facebook {
  color: #3b5999;
}
.sw-footer .share a.mdi-twitter {
  color: #55acee;
}
.sw-footer .share a.mdi-google-plus {
  color: #dd4b39;
}
.sw-footer .share a.mdi-youtube-play {
  color: #cd201f;
}
.sw-footer .share a.mdi-instagram {
  color: #e4405f;
}
.sw-footer .share a.mdi-linkedin {
  color: #0077B5;
}
.sw-footer .share a:hover {
  color: #999;
}

@media only screen and (max-width: 768px) {
  html[dir=rtl] .header .content .top .langs a {
    margin: 0 -5px 0 0;
  }
  html[dir=rtl] .header .content .bottom .menu-ic a.open {
    right: inherit;
    left: 15px;
  }
  html[dir=rtl] .header .content .bottom .menu > ul > li > a > em {
    right: inherit;
    left: 20px;
  }
  html[dir=rtl] .header .content .bottom .menu > ul > li .mega-menu {
    left: inherit;
    right: inherit;
  }
  html[dir=rtl] .header .content .bottom .menu > ul > li .sub-menu {
    left: inherit;
    right: inherit;
  }
  html[dir=rtl] .footer .content .contact .text-holder a {
    margin: 5px;
  }
  html[dir=rtl] .footer .content .contact .social-icons a {
    margin: 5px;
  }
  html[dir=rtl] .footer .content .contact .form-holder .form textarea {
    padding-right: 15px;
    padding-left: 110px;
  }
  html[dir=rtl] .footer .content .contact .form-holder .form label.error {
    right: inherit;
    left: 20px;
  }
  html[dir=rtl] .inner-page .ip-wrapper .content .list.in-ik .form .item label.error {
    right: inherit;
    left: 10px;
  }

  .header .content .top .logo {
    padding: 10px 0;
  }
  .header .content .top .langs a {
    margin-left: -5px;
    transform: scale(0.6, 0.6);
  }
  .header .content .bottom {
    padding: 7px 0;
  }
  .header .content .bottom .menu-ic {
    display: block;
    margin-top: 3px;
  }
  .header .content .bottom .menu-ic a {
    text-decoration: none;
    color: #004a8d;
    font-size: 1.06em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header .content .bottom .menu-ic a.open {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 999999;
    color: #fff;
    background-color: #DC1A20;
    padding: 0 5px;
    font-size: 1em;
  }
  .header .content .bottom .menu-ic a em {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
  }
  .header .content .bottom .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #004a8d;
    z-index: 99999;
    overflow-x: hidden;
    transform: translateX(-100%);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .content .bottom .menu.open {
    transform: translateX(0);
  }
  .header .content .bottom .menu > ul {
    justify-content: inherit;
    display: block;
    margin-top: 50px;
  }
  .header .content .bottom .menu > ul > li > a {
    line-height: inherit;
    color: #fff;
    padding: 12px 15px;
  }
  .header .content .bottom .menu > ul > li > a > em {
    position: absolute;
    right: 20px;
    background-color: #fff;
    color: #004a8d;
    font-size: 18px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
  }
  .header .content .bottom .menu > ul > li:hover > a {
    color: #fff;
    background-color: #0057a7;
  }
  .header .content .bottom .menu > ul > li .mega-menu {
    position: relative;
    width: 100%;
    background-color: #fff;
    left: inherit;
    border: 0 solid;
    margin-top: 0;
    pointer-events: auto;
    opacity: 1;
    display: none;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .header .content .bottom .menu > ul > li .mega-menu > ul {
    display: block;
  }
  .header .content .bottom .menu > ul > li .mega-menu > ul > li {
    flex: inherit;
    padding: 15px;
    border-right: 0 solid;
    border-bottom: 1px solid #eee;
  }
  .header .content .bottom .menu > ul > li .sub-menu {
    position: relative;
    width: 100%;
    background-color: #fff;
    left: inherit;
    border: 0 solid;
    margin-top: 0;
    pointer-events: auto;
    opacity: 1;
    display: none;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .header .content .bottom .menu > ul > li .sub-menu > ul > li > a {
    padding: 12px 15px;
  }
  .header .content .bottom .menu > ul > li .sub-menu > ul > li:first-child a {
    border-top: 0 solid;
  }
  .header .content .bottom .search input {
    width: 85%;
  }

  .main .slider,
.main .slider .swiper-slide {
    height: 350px;
  }
  .main .slider:after, .main .slider:before {
    border-width: 0 0 30px 50vw;
  }
  .main .slider:before {
    border-width: 0 50vw 30px 0;
  }
  .main .slider .content .swiper-slide {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main .slider .content .swiper-slide .overlay .v-center {
    top: 48%;
  }
  .main .slider .content .swiper-slide .overlay .text {
    max-width: 100%;
    padding: 0 35px;
  }
  .main .slider .content .swiper-slide .overlay .text p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
  }
  .main .slider .content .swiper-slide .overlay .text strong {
    font-size: 4em;
    display: block;
  }
  .main .slider .content .swiper-button-next,
.main .slider .content .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    line-height: 30px;
  }
  .main .slider .content .swiper-button-next em,
.main .slider .content .swiper-button-prev em {
    font-size: 18px;
  }
  .main .slider .content .swiper-button-next {
    right: 10px;
  }
  .main .slider .content .swiper-button-prev {
    left: 10px;
  }
  .main .brands .content {
    padding: 30px 0 20px 0;
  }
  .main .brands .content .title strong {
    font-size: 1.5em;
  }
  .main .brands .content .items {
    margin-top: 10px;
  }
  .main .brands .content .items .item {
    padding: 0 5%;
  }
  .main .brands .content .items .item img {
    display: inline-block;
    max-width: 80%;
  }
  .main .about:after, .main .about:before {
    border-width: 0 0 30px 50vw;
  }
  .main .about:before {
    border-width: 0 50vw 30px 0;
  }
  .main .about .content {
    padding: 40px 0;
  }
  .main .about .content .text strong {
    font-size: 1.6em;
  }
  .main .about .content .text p {
    font-size: 1.06em;
    line-height: 1.6;
  }
  .main .news .content {
    padding: 40px 0;
    background-color: #fff;
  }
  .main .news .content .title strong {
    font-size: 1.5em;
  }
  .main .news .content .title p {
    margin: 5px 0 10px 0;
    font-size: 1em;
  }
  .main .news .content .items {
    margin-top: 15px;
    position: relative;
  }
  .main .news .content .items .item {
    height: auto;
    margin: 15px 0;
  }
  .main .news .content .items .item a {
    display: block;
    height: auto;
  }
  .main .news .content .items .item a .hold {
    flex: inherit;
    height: auto;
  }
  .main .news .content .items .item a .hold.text {
    height: auto;
  }
  .main .news .content .items .item a .hold.text .v-center {
    left: auto;
    top: auto;
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    display: inline-block;
    padding: 25px;
  }
  .main .news .content .items .item a .hold.text .date span:nth-child(1) {
    font-size: 3em;
    font-weight: 700;
  }
  .main .news .content .items .item a .hold.text .date span:nth-child(2) {
    font-size: 1.1em;
    line-height: 1.2;
  }
  .main .news .content .items .item a .hold.text .name {
    margin-top: 10px;
  }
  .main .news .content .items .item a .hold.text .name strong {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .main .news .content .items .item a .hold.image {
    height: 200px;
  }
  .main .services .content {
    padding: 10px 0 50px 0;
  }
  .main .services .content .items {
    margin: -15px 0;
  }
  .main .services .content .items .item {
    margin: 15px 0;
  }
  .main .services .content .items .item .icon-holder .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .main .services .content .items .item .icon-holder .icon em {
    font-size: 24px;
  }
  .main .services .content .items .item .text-holder {
    margin-top: 25px;
  }
  .main .services .content .items .item .text-holder strong {
    font-size: 1.2em;
  }

  .footer .content .contact {
    padding: 40px 0;
    text-align: center;
  }
  .footer .content .contact .text-holder p {
    font-size: 1em;
  }
  .footer .content .contact .text-holder a {
    margin: 5px;
  }
  .footer .content .contact .social-icons {
    margin: 10px 0;
    display: block;
    text-align: center;
  }
  .footer .content .contact .social-icons a {
    margin: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .footer .content .contact .form-holder {
    margin-top: 15px;
  }
  .footer .content .contact .form-holder .title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .footer .content .contact .form-holder .form {
    margin: -10px 0;
  }
  .footer .content .contact .form-holder .form input,
.footer .content .contact .form-holder .form textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
  }
  .footer .content .contact .form-holder .form textarea {
    padding-right: 110px;
  }
  .footer .content .contact .form-holder .form label.error {
    right: 20px;
    top: -10px;
  }
  .footer .content .contact .form-holder .form button {
    height: 40%;
    font-size: 1.1em;
    padding: 0 20px;
  }
  .footer .content .map {
    height: 260px;
  }
  .footer .content .copyright {
    padding: 15px 0;
    text-align: center;
  }
  .footer .content .copyright .col-md-4 {
    width: 100% !important;
    margin: 5px 0;
  }
  .footer .content .copyright .sitemap a {
    font-size: 1.06em;
  }
  .footer .content .copyright .text p {
    font-size: 1em;
  }

  .inner-page .ip-banner .breadcrumb {
    padding: 10px 0;
  }
  .inner-page .ip-wrapper {
    padding: 30px 0 40px 0;
  }
  .inner-page .ip-wrapper .content .page-image {
    height: 220px;
    margin-bottom: 15px;
  }
  .inner-page .ip-wrapper .content .page-title h1 {
    font-size: 1.5em;
  }
  .inner-page .ip-wrapper .content .list.in-box-style {
    margin: -7px 0;
  }
  .inner-page .ip-wrapper .content .list.in-box-style .item {
    margin: 7px 0;
  }
  .inner-page .ip-wrapper .content .list.in-box-style .item a {
    height: 120px;
    line-height: 120px;
  }
  .inner-page .ip-wrapper .content .list.in-404 .icon img {
    max-width: 100px;
  }
  .inner-page .ip-wrapper .content .list.in-404 .error {
    font-size: 1.6em;
    margin: 5px 0;
  }
  .inner-page .ip-wrapper .content .list.in-404 .info {
    font-size: 1em;
  }
  .inner-page .ip-wrapper .content .list.in-404 .btn {
    margin-top: 20px;
  }
  .inner-page .ip-wrapper .content .list.in-404 .btn a {
    margin: 0 5px;
    padding: 14px 16px;
    font-size: 1em;
  }
  .inner-page .ip-wrapper .content .list.in-certificates .item .image {
    height: 220px;
  }
  .inner-page .ip-wrapper .content .list.in-certificates .item .text {
    padding: 10px;
  }
  .inner-page .ip-wrapper .content .list.in-certificates .item .text strong {
    font-size: 1.06em;
  }
  .inner-page .ip-wrapper .content .list.in-ik {
    margin: -10px 0;
  }
  .inner-page .ip-wrapper .content .list.in-ik .form .item {
    margin: 10px 0;
  }
  .inner-page .ip-wrapper .content .list.in-ik .form .item label:not(.error) {
    margin-bottom: 10px;
    font-size: 1.06em;
  }
  .inner-page .ip-wrapper .content .list.in-ik .form .item label.error {
    right: 10px;
  }
  .inner-page .ip-wrapper .content .list.in-ik .form .item input,
.inner-page .ip-wrapper .content .list.in-ik .form .item select,
.inner-page .ip-wrapper .content .list.in-ik .form .item textarea {
    padding: 14px 16px;
  }
  .inner-page .ip-wrapper .content .list.in-ik .form .item button {
    font-size: 1.06em;
    padding: 16px;
  }
  .inner-page .ip-wrapper .content .list.in-gallery .item .image {
    height: 200px;
  }
  .inner-page .ip-wrapper .content .list.in-gallery .item .image em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .inner-page .ip-wrapper .content .list.in-gallery .item .text b {
    font-size: 1.06em;
  }
  .inner-page .ip-wrapper .content .list.in-gallery-detail .item .image {
    height: 120px;
  }
  .inner-page .ip-wrapper .content .list.in-gallery-detail .item .image .overlay {
    font-size: 24px;
  }
  .inner-page .ip-wrapper .content .list.in-news .item .image {
    height: 200px;
  }
  .inner-page .ip-wrapper .content .list.in-news .item .image .overlay {
    font-size: 24px;
  }
  .inner-page .ip-wrapper .content .list.in-news .item .text b {
    font-size: 1.06em;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats {
    margin: 10px 0 -10px 0;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats .item {
    margin: 10px 0;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats .item a {
    padding: 20px 15px;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats .item a .image .bg {
    width: 60px;
    height: 60px;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats .item a .text {
    margin-top: 15px;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats .item a .text strong {
    font-size: 1.2em;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a {
    padding: 0;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .image .bg {
    width: 100%;
    height: 100%;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .text {
    padding: 10px 0 0 0;
    margin: 0;
  }
  .inner-page .ip-wrapper .content .list.in-product-cats.style-2 .item a .text strong {
    font-size: 1.1em;
  }
  .inner-page .ip-wrapper .content .list.in-product-detail .infor .image {
    margin-bottom: 15px;
  }
  .inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn {
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
  }
  .inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn a {
    border: 1px solid #e3e3e3;
  }
  .inner-page .ip-wrapper .content .list.in-product-detail .category .tab-btn a.selected {
    border-bottom-color: #e3e3e3;
  }
  .inner-page .ip-wrapper .content .list.in-product-detail .category .tab-content .holder {
    padding: 20px;
  }

  .text-wrapper h1 {
    font-size: 1.4rem;
  }
  .text-wrapper h2 {
    font-size: 1.3rem;
  }
  .text-wrapper h3 {
    font-size: 1.2rem;
  }
  .text-wrapper h4 {
    font-size: 1.1rem;
  }
  .text-wrapper h5 {
    font-size: 1.1rem;
  }
  .text-wrapper h6 {
    font-size: 1.1rem;
  }
  .text-wrapper img.small {
    max-width: 100%;
    float: none;
    margin: 0;
  }
  .text-wrapper iframe {
    height: 300px;
  }
  .text-wrapper td,
.text-wrapper th {
    padding: 10px;
  }

  .sidebar-navigation {
    margin-top: 20px;
  }
  .sidebar-navigation .title {
    font-size: 1.2em;
    padding: 18px;
  }
  .sidebar-navigation ul li a {
    padding: 16px;
  }
  .sidebar-navigation ul li a em {
    font-size: 16px;
    right: 15px;
  }
  .sidebar-navigation ul li ul li a:before {
    width: 6px;
  }
  .sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
    width: 10px;
  }

  .carousel-gallery {
    margin: 15px 0;
  }
  .carousel-gallery .swiper-slide a {
    height: 130px;
  }
  .carousel-gallery .swiper-pagination {
    margin-top: 10px;
  }

  .pagination a {
    font-size: 0.9em;
    width: 32px;
    height: 32px;
    border-width: 1px;
    line-height: 30px;
    margin: 3px;
  }

  .sw-footer {
    padding: 10px;
  }
  .sw-footer .share span {
    font-size: 1em;
  }
  .sw-footer .share a {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 425px) {
  .text-wrapper iframe {
    height: 260px;
  }
}
@media only screen and (max-width: 320px) {
  .carousel-gallery .swiper-slide a {
    height: 160px;
  }
}

/*# sourceMappingURL=main.css.map */
