* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.grey {
  color: #888;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font24 {
  font-size: 24px;
}

.font36 {
  font-size: 36px;
}

.text-center {
  text-align: center;
}

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

.nobdr {
  border: none !important;
}

.nobg {
  background: none !important;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.space5 {
  height: 5px;
  clear: both;
  display: block;
}

.space10 {
  height: 10px;
  clear: both;
  display: block;
}

.space20 {
  height: 20px;
  clear: both;
  display: block;
}

.h-title {
  margin: 0;
  padding: 0;
}

.inputText {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: none;
}

.btn {
  display: block;
  padding: 5px 15px;
  background: #eee;
  border: none;
  cursor: pointer;
}

.list-inline {
  list-style-type: none;
}

.list-inline li {
  display: inline;
}

a:hover {
  text-decoration: none;
}

html {
  font-family: 'Titillium Web', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #444444;
  min-height: unset !important;
  top: unset !important;
  margin: 0;
  margin-top: 88px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1210px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before, .header .header-main:before, footer #footer .social_footer:before, .services .services-container:before, .slide-tab .slider-dots:before, .main-page .pagination:before, .product_list:before, .detail-main .overview .cart:before, .product_list.product-related .btn-gr:before,
.clearfix:after,
.header .header-main:after,
footer #footer .social_footer:after,
.services .services-container:after,
.slide-tab .slider-dots:after,
.main-page .pagination:after,
.product_list:after,
.detail-main .overview .cart:after,
.product_list.product-related .btn-gr:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .header .header-main:after, footer #footer .social_footer:after, .services .services-container:after, .slide-tab .slider-dots:after, .main-page .pagination:after, .product_list:after, .detail-main .overview .cart:after, .product_list.product-related .btn-gr:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

a {
  transition: 0.3s ease-out;
}

a:hover {
  transition: 0.3s ease-out;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

ul {
  list-style-type: none;
}

input {
  outline: none !important;
}

/*
================================
================================
================================
================================
Header
================================
================================
================================
================================
*/
.header {
  border-bottom: 1px solid #e1e1e1;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 111;
}

.header .header-main {
  transition: 0.6s ease-out;
  height: 88px;
  width: 100%;
  display: table;
}

.header .logo {
  display: table-cell;
  height: 100%;
  float: left;
}

.header .logo a {
  max-height: 88px;
  transition: 0.6s ease-out;
}

.header .logo img {
  max-height: 88px;
  transition: 0.6s ease-out;
}

.header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header .nav .menu {
  float: left;
}

@media (min-width: 768px) {
  .header .nav .menu {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.header .nav .menu .menu-item {
  float: left;
  position: relative;
}

.header .nav .menu .menu-item > a {
  line-height: 88px;
  transition: 0.6s ease-out;
  padding: 0 13px;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  display: inline-block;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.header .nav .menu .menu-item:hover > a {
  border-bottom: 2px solid #b02b2b;
}
.header .nav .menu .menu-item.active > a{
  border-bottom: 2px solid #b02b2b;
}
.header .nav .menu .menu-item:hover .main-sub {
  transform: scaleY(1);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
}

.header .nav .menu .main-sub {
  position: absolute;
  width: 208px;
  left: 0;
  top: 100%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

.header .nav .menu .main-sub .sub-item {
  padding: 8px;
}

.header .nav .menu .main-sub .sub-item:hover {
  background-color: #f0f0f0;
}

.header .nav .menu .main-sub .sub-item a {
  font-size: 12px;
}

.header .nav .search {
  float: left;
  margin-left: 20px;
}

.header .nav .search form {
  position: relative;
}

.header .nav .search form input {
  width: 100%;
  padding: 3px 47px 4px 4px;
  font-size: 15px;
  border-color: #e1e1e1;
  background-color: #f8f8f8;
  color: #000000;
  border: 1px solid #e1e1e1;
}

.header .nav .search form .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  cursor: pointer;
}

.header .nav .select_language {
  float: left;
  margin-left: 10px;
  width: 163px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(#dedede, #fff);
  position: relative;
  padding: 0px 5px;
}

.header .nav .select_language ul {
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  transition: all 0.5s;
}

.header .nav .select_language ul::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.header .nav .select_language ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #e1e1e1;
}

.header .nav .select_language ul .language {
  cursor: pointer;
  padding: 0px 5px;
  padding-left: 20px;
  transition: all 0.5s;
}

.header .nav .select_language ul .language:hover {
  background-color: #FFC;
  transition: all 0.5s;
}

.header .nav .select_language ul .language.active {
  background-color: #FFC;
}

.header .nav .select_language:hover ul {
  height: 100px;
  top: 29px;
  background-color: #eee;
  transition: all 0.5s;
}

.header .nav .select_language .language {
  background-image: url(../images/co.png);
  background-repeat: no-repeat;
  background-position-x: 0px;
  padding-left: 20px;
}

.header .nav .select_language ul .language {
  background-position-x: 6px;
  padding-left: 30px;
}

.header .nav .select_language .EN {
  background-position-y: -342px;
}
.header .nav .select_language .DE {
  background-position-y: -411px;
}

.header .nav .select_language .FR {
  background-position-y: -271px;
}

.header .nav .select_language .NL {
  background-position-y: -128px;
}

.header .nav .select_language .IT {
  background-position-y: -230px;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .header .nav .select_language, .header .nav .search {
    display: none;
  }
  .header .nav .menu {
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .header .nav {
    position: fixed;
    background-color: #fff;
    top: 88px;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: column-reverse;
    border-top: 1px solid #e1e1e1;
    overflow-y: scroll;
    transform: scaleX(0);
    transition: 0.5s all;
    transform-origin: right;
  }
  .header .nav.active {
    transform: scaleX(1);
    transition: 0.5s all;
  }
  .header .nav .menu {
    width: 100%;
    max-height: 400px;
    display: block;
    overflow-y: scroll;
  }
  .header .nav .menu a {
    border-bottom: 1px solid #e1e1e1 !important;
    width: 100%;
    display: block;
  }
  .header .nav .menu .menu-item {
    width: 100%;
  }
  .header .nav .menu .menu-item > a {
    line-height: 57px;
    font-weight: normal;
    color: #666666;
    display: inline-block;
    width: auto;
    border-bottom: none !important;
  }
  .header .nav .menu .menu-item::before {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #666666;
    font-size: 12px;
    margin-left: 15px;
    padding: 20px 0px 20px 20px;
  }
  .header .nav .menu .main-sub {
    display: inline-block;
    position: unset;
    opacity: 1;
    transform: unset;
    width: 100%;
    box-shadow: unset;
  }
  .header .nav .menu .main-sub .sub-item{padding-left: 30px;}
  .header .nav .menu .main-sub li a {
    font-size: 16px !important;
    padding-left: 30px !important;
    line-height: 57px;
  }
  .header .nav .menu .main-sub li a::before {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #666666;
    font-size: 12px;
  }
  .header .nav .search {
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding: 0 10px;
  }
  .header .nav .search form input {
    line-height: 40px;
  }
  .header .nav .search form .btn-search {
    line-height: 40px;
  }
  .header .nav .select_language {
    display: none;
  }
}

.header .icon-nav_mobile {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 44px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .header .icon-nav_mobile {
    display: inline-block;
  }
}

.header .wish-list {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .header .wish-list {
    right: 50px;
  }
}

.header .wish-list .icon-wl {
  width: 44px;
  height: 44px;
  border: 1px solid #e1e1e1;
  display: inline-block;
  text-align: center;
  line-height: 44px;
}

.header .wish-list ul {
  position: absolute;
  width: 280px;
  right: 0;
  top: 100%;
  padding: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  border-radius: 2px;
  border-color: #e1e1e1;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.6s ease-in-out;
}

.header .wish-list ul::before {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  right: 15px;
  margin-left: -5px;
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  border-right: none;
  border-bottom: none;
  z-index: 11;
  background-color: #fff;
}

.header .wish-list ul li {
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
}

.header .wish-list ul li:hover {
  background-color: #f0f0f0;
}

.header .wish-list ul img {
  width: 50px;
  padding: 5px;
  border: 1px solid #e1e1e1;
}

.header .wish-list ul .goto_wl {
  text-align: center;
  display: block;
  line-height: 40px;
}

.header .wish-list ul .goto_wl:hover {
  background-color: #f0f0f0;
}

.header .wish-list:hover ul {
  transform: scaleY(1);
  transition: 0.6s ease-in-out;
}

.header.sticky .header-main {
  height: 44px;
  transition: 0.6s ease-out;
}

.header.sticky .header-main .logo a {
  max-height: 44px;
  transition: 0.6s ease-out;
}

.header.sticky .header-main .logo a img {
  max-height: 44px;
  transition: 0.6s ease-out;
}

.header.sticky .nav .menu .menu-item > a {
  line-height: 44px;
}

.header.sticky .wish-list .icon-wl {
  height: 48px;
}

@media (max-width: 767px) {
  .header.sticky .nav {
    top: 44px;
  }
}

/*
================================
================================
================================
================================
Footer
================================
================================
================================
================================
*/
footer #footer {
  background-image: url(../images/bg-footer.png);
  border-bottom: 1px solid #444444;
  padding: 15px 0 30px 0;
}

footer #footer .social_footer ul {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 25px;
}

footer #footer .social_footer ul li {
  display: inline;
}

footer #footer .social_footer a {
  padding: 0 5px;
}

footer #footer .social_footer a:hover .dashicons {
  background-color: #810001;
  color: #fff;
}

footer #footer .social_footer .dashicons {
  top: 1px;
  padding: 0;
  background-color: #fff;
  color: #404040;
  line-height: 35px;
  width: 35px;
  transition: .3s;
  margin-right: 0;
  position: relative;
  height: 35px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

footer #footer .menu-footer-menu-container {
  text-align: center;
}

footer #footer .menu-footer-menu-container ul li {
  border-right: 1px solid #5a5a5a;
  display: inline-block;
  font-size: 16px;
}

footer #footer .menu-footer-menu-container ul li a {
  padding: 0px 15px;
  color: #fff;
  font-size: 16px;
}

footer #footer .menu-footer-menu-container ul li a:hover {
  color: #810001;
}

footer #footer .ft-info {
  margin-top: 40px;
}

footer #footer .ft-info p {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

footer #footer .ft-info p .phone-number {
  display: block;
  color: #fff;
}

footer #footer .ft-info p .phone-number:hover {
  color: #810001;
}

footer #footer .ft-info p .contact-address {
  text-align: left;
  margin-left: 50px;
  color: #fff;
}

footer #footer .ft-info p .contact-address:hover {
  color: #810001;
}

footer .copyright {
  background-color: #333333;
  color: #eeeeee;
  text-align: center;
  float: none;
  display: block;
  font-size: 11px;
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 1;
}

footer .copyright span {
  line-height: 32px;
}

/*
================================
================================
================================
================================
Banner
================================
================================
================================
================================
*/
.banner {
  height: 450px;
  position: relative;
  background-image: url(../images/banner/ITC-Home-Banner-July-20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.banner a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 30pt;
  color: #ffffff;
  max-width: 1210px;
  width: 100%;
  text-align: center;
}

/*
================================
================================
================================
================================
Category
================================
================================
================================
================================
*/
.list-category {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-category .item-cat {
  width: 20%;
  float: left;
  position: relative;
  border: 5px solid #fff;
}

.list-category .item-cat a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.list-category .item-cat a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}

.list-category .item-cat .img {
  width: 100%;
}

.list-category .item-cat .img-icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%);
}

.list-category .item-cat:hover a {
  background: rgba(0, 0, 0, 0.65);
}

@media (max-width: 1199px) {
  .list-category .item-cat a {
    color: transparent;
  }
}

@media (max-width: 768px) {
  .list-category .item-cat {
    width: 50%;
  }
  .list-category .item-cat a {
    color: #fff;
  }
}

@media (max-width: 420px) {
  .list-category .item-cat a {
    color: transparent;
  }
}

/*
================================
================================
================================
================================
Title
================================
================================
================================
================================
*/
.title {
  padding-bottom: 30px;
  font-size: 38px;
  text-align: center;
}

.title h3 {
  background: url(../images/ITC-Title-Mark.png) no-repeat top center;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding-top: 15px;
  line-height: 40px;
  color: #000000;
}

/*
================================
================================
================================
================================
services
================================
================================
================================
================================
*/
.services {
  padding-top: 50px;
  padding-bottom: 50px;
}

.services .services-container .services-item {
  max-width: calc( 50% - 3%);
  float: left;
  padding: 5px;
  border: 1px solid #e1e1e1;
  position: relative;
}

.services .services-container .services-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: 0.6s ease-in-out;
}

.services .services-container .services-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-size: 40px;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.services .services-container .services-item:hover::before {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.services .services-container .services-item:hover a {
  opacity: 1;
  transition: 0.6s ease-in-out;
}

.services .services-container .services-item:last-child {
  float: right;
}

@media (max-width: 500px) {
  .services .services-container {
    padding: 10px;
  }
  .services .services-container .services-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

/*
================================
================================
================================
================================
Icon
================================
================================
================================
================================
*/
.icon-box {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.icon-box .box-content {
  display: flex;
}

.icon-box .box-item {
  background-color: #fcfcfc;
  padding: 45px 20px 20px 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-left: 6%;
  margin-top: 20px;
  width: 100%;
  position: relative;
}

.icon-box .box-item h3 {
  margin: 0;
  color: #666666;
  border: medium none;
  padding: 2px 0 0 0;
  position: relative;
  margin: 0 0 16px 0;
  clear: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25em;
}

.icon-box .box-item p {
  margin-bottom: 0;
}

.icon-box .box-item span {
  background-color: #b02b2b;
  color: #ffffff;
  border-color: #900909;
  border-radius: 100px;
  line-height: 24px;
  font-size: 20px;
  padding: 15px;
  width: 53px;
  height: 53px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.icon-box .box-item:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .icon-box .box-content {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .icon-box .box-item {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

/*
================================
================================
================================
================================
Silder tab
================================
================================
================================
================================
*/
.avo_btn {
  color: #ffffff;
  border-color: #900909;
  background-color: #b02b2b;
  padding: 12px 16px 10px;
  font-size: 13px;
  min-width: 90px;
  border-radius: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
}

.avo_btn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.slide-tab {
  border-bottom: 1px solid #e1e1e1;
}

.slide-tab .tab-slide {
  padding-top: 106px;
}

.slide-tab .tab-slide .item_tab {
  display: flex;
  align-items: center;
}

.slide-tab .tab-slide .item_tab > div {
  max-width: 50%;
  margin-left: 6%;
}

.slide-tab .tab-slide .item_tab > div:first-child {
  margin-left: 0;
}

.slide-tab .tab-slide .item_tab .img-tab {
  width: 47%;
}

.slide-tab .tab-slide .item_tab .text-tab {
  width: 100%;
  padding-bottom: 30px;
}

.slide-tab .tab-slide .item_tab .text-tab h4 {
  color: #000000;
  font-weight: bold;
  padding-bottom: 0px;
  font-size: 35px;
  line-height: 1em;
  margin: 0;
}

.slide-tab .tab-slide .item_tab .text-tab strong {
  color: #b02b2b;
}

@media (max-width: 768px) {
  .slide-tab .tab-slide .item_tab {
    flex-wrap: wrap;
  }
  .slide-tab .tab-slide .item_tab > div {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .slide-tab .tab-slide .item_tab .img-tab {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .slide-tab .tab-slide .item_tab .img-tab img {
    width: auto;
    margin: auto;
  }
}

.slide-tab .slider-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
}

.slide-tab .slider-dots .owl-dot {
  padding: 10px 20px 0px 20px;
  display: inline-block;
  width: 130px;
  text-align: center;
  padding-bottom: 35px;
  position: relative;
}

.slide-tab .slider-dots .owl-dot:before {
  content: '';
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.slide-tab .slider-dots .owl-dot img {
  max-width: 55px;
  opacity: 0.65;
}

.slide-tab .slider-dots .owl-dot:hover img {
  opacity: 0.85;
}

.slide-tab .slider-dots .owl-dot.active img {
  opacity: 1;
}

.slide-tab .slider-dots .owl-dot.active:before {
  bottom: 1px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

/*
================================
================================
================================
================================
Blog home
================================
================================
================================
================================
*/
.home-blog {
  padding: 50px 0;
  border-bottom: 1px solid #e1e1e1;
}

.home-blog .blog-container {
  display: flex;
}

.home-blog .blog-container .tab-blog {
  max-width: 50%;
  width: 100%;
}

.home-blog .blog-container .tab-blog .tab-control {
  margin-bottom: -1px;
}

.home-blog .blog-container .tab-blog .tab-control .control-item {
  padding: 12px 16px 14px 16px;
  cursor: pointer;
  display: inline-block;
  color: #919191;
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  margin-right: -5px;
}

.home-blog .blog-container .tab-blog .tab-control .control-item.active, .home-blog .blog-container .tab-blog .tab-control .control-item:hover {
  background: #b02b2b;
  color: #ffffff;
  font-weight: bold;
}

.home-blog .blog-container .tab-blog .tab-control .control-item:hover {
  font-weight: normal;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content {
  position: relative;
  overflow: hidden;
  display: none;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content > img {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content .content {
  position: relative;
  color: white;
  background: rgba(0, 0, 0, 0.498039);
  padding: 30px;
  margin: 0px;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content .content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content .content span {
  font-size: 16pt;
  display: block;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content .content .learn_more {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 150px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-image: initial;
  padding: 7px 20px 10px;
  border-radius: 15px;
  margin: 15px auto;
  transition: 0.4s ease-in-out;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content .content .learn_more:hover {
  background-color: #dd4526;
  border-color: #bb2304;
}

.home-blog .blog-container .tab-blog .tab-content .tab-blog-content:first-child {
  display: block;
}

.home-blog .blog-container .list-blog_home {
  max-width: 50%;
  width: 100%;
  margin-left: 6%;
  display: flex;
  border-top: 1px solid #e1e1e1;
}

.home-blog .blog-container .list-blog_home .content-left {
  max-width: 50%;
  width: 100%;
  padding-top: 20px;
  padding-right: 15px;
  border-right: 1px solid #e1e1e1;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item {
  margin-bottom: 15px;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item .b-img {
  display: inline-block;
  border: 1px solid #e1e1e1;
  padding: 7px;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  height: 150px;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item .b-img .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.1s ease-out;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item .b-img .hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotateZ(-90deg) scale(0.8);
  color: #fff;
  border-radius: 100%;
  background-color: #b02b2b;
  text-align: center;
  line-height: 80px;
  opacity: 0.7;
  height: 80px;
  width: 80px;
  font-size: 18px;
  transition: 0.1s ease-out;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item .b-img:hover .hover {
  opacity: 1;
  transition: 0.5s ease-out;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item .b-img:hover .hover i {
  transform: translateX(-50%) translateY(-50%) rotateZ(0deg) scale(1);
  transition: 0.3s ease-out;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item img {
  width: 100%;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item span {
  display: block;
  color: #919191;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}

.home-blog .blog-container .list-blog_home .content-left .blog-item .b-link {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}

.home-blog .blog-container .list-blog_home .content-right {
  max-width: 50%;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.home-blog .blog-container .list-blog_home .content-right .blog-item {
  clear: both;
  margin-bottom: 15px;
}

.home-blog .blog-container .list-blog_home .content-right .blog-item .b-img {
  float: left;
  margin-right: 15px;
  width: 61px;
  height: 61px;
  padding: 5px;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #e1e1e1;
  margin-bottom: 8px;
  overflow: hidden;
}

.home-blog .blog-container .list-blog_home .content-right .blog-item img {
  width: 100%;
}

.home-blog .blog-container .list-blog_home .content-right .blog-item span {
  display: block;
  color: #919191;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}

.home-blog .blog-container .list-blog_home .content-right .blog-item .b-link {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid #ccc;
  display: grid;
  margin-top: 10px;
  height: 33px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .home-blog .blog-container {
    flex-wrap: wrap;
  }
  .home-blog .blog-container .tab-blog {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .home-blog .blog-container .list-blog_home {
    max-width: 100%;
    margin: 0;
  }
}

/*
================================
================================
================================
================================
client
================================
================================
================================
================================
*/
.client {
  padding: 50px 0;
  margin: 0 auto 10px auto;
}

.client .client-container {
  display: flex;
  justify-content: space-around;
}

.client .client-container a {
  position: relative;
}

.client .client-container a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.1s ease-out;
}

.client .client-container a .hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotateZ(-165deg) scale(0.8);
  color: #fff;
  border-radius: 100%;
  background-color: #b02b2b;
  text-align: center;
  line-height: 80px;
  opacity: 0.7;
  height: 80px;
  width: 80px;
  font-size: 18px;
  transition: 0.1s ease-out;
}

.client .client-container a:hover .hover {
  opacity: 1;
  transition: 0.5s ease-out;
}

.client .client-container a:hover .hover i {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg) scale(1);
  transition: 0.3s ease-out;
}

@media (max-width: 992px) {
  .client a {
    border: 3px solid #fff;
  }
}

@media (max-width: 500px) {
  .client .client-container {
    flex-wrap: wrap;
  }
  .client a {
    border: 3px solid #fff;
    width: 50%;
  }
  .client a img {
    width: 100%;
  }
}

/*
================================
================================
================================
================================
Form contact
================================
================================
================================
================================
*/
.contact-form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-form h3 {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 10px;
  margin-top: 0;
}

.contact-form form {
  text-align: center;
}

.contact-form form .input {
  width: calc(50% - 5px);
  margin: 11px 0;
  text-align: left;
}

.contact-form form .input .notify {
  display: none;
  margin: 8px 0 0;
  color: #e80000;
  font-weight: 300;
  font-size: 18px;
}

.contact-form form .input .notify.active {
  display: block;
}

.contact-form form .input:nth-child(2), .contact-form form .input:nth-child(4) {
  float: right;
}

.contact-form form .input:nth-child(1), .contact-form form .input:nth-child(3) {
  float: left;
}

.contact-form form .input:nth-child(3) {
  clear: both;
}

.contact-form form input[type="text"] {
  padding: 13px;
  border-radius: 2px;
  border: 1px solid;
  width: 100%;
}

.contact-form form input[type="submit"] {
  font-size: 18px;
  border: none;
  padding: 16px 20px;
  margin: 11px 0;
  background: #de4129;
}

.contact-form form input[type="submit"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.contact-form form input[type="submit"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.contact-form form input[type="submit"]::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.contact-form form input[type="submit"]::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.contact-form form textarea {
  width: 100%;
  padding: 13px;
  border-radius: 2px;
  min-height: 200px;
  line-height: 1.5em;
  display: inline-block;
  outline: none;
  margin: 11px 0;
}

.contact-form.type-1 {
  background-color: #000;
  background-image: url(../images/home-bg.jpg);
}

.contact-form.type-1 h3 {
  color: #fff;
}

.contact-form.type-1 form {
  text-align: center;
}

.contact-form.type-1 form input[type="text"] {
  background-color: transparent;
  border-color: #fff;
  color: #ffffff;
}

.contact-form.type-1 form input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.contact-form.type-1 form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.contact-form.type-1 form input[type="text"]::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.contact-form.type-1 form input[type="text"]::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.contact-form.type-1 form input[type="submit"] {
  font-size: 18px;
  border: none;
  padding: 16px 20px;
  margin: 11px 0;
  background: #de4129;
}

.contact-form.type-1 form textarea {
  background-color: transparent;
  border-color: #fff;
  color: #ffffff;
}

.contact-form.type-1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.contact-form.type-1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.contact-form.type-1 form textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.contact-form.type-1 form textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

@media (max-width: 768px) {
  .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .contact-form .input {
    max-width: 100%;
    width: 100% !important;
  }
}

/*
================================
================================
================================
================================
List product page
================================
================================
================================
================================
*/
.head-page {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

.head-page h1 {
  margin: 0;
  font-weight: 400;
  color: #666666;
  font-size: 24px;
  min-height: 36px;
  line-height: 2.3em;
}

.head-page .breadcrumb {
  position: initial;
  display: inline-block;
  font-size: 16px;
  color: #b02b2b;
}

.head-page .breadcrumb a {
  color: #b02b2b;
}

.head-page .breadcrumb a:hover {
  text-decoration: underline;
}

.head-page .breadcrumb ul {
  display: inline-block;
}

.head-page .breadcrumb ul li {
  display: inline-block;
}

.head-page .breadcrumb ul li::after {
  content: '/';
}

.head-page .breadcrumb ul li:last-child::after {
  display: none;
}

.table {
  display: table;
  width: 100%;
}

.sidebar {
  border-right: 1px solid #e1e1e1;
  width: 20%;
  display: table-cell;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: right;
  vertical-align: top;
}

.sidebar .link-cat li a {
  line-height: 30px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  display: block;
  margin-bottom: -1px;
  padding: 6px 7px 7px 0;
  color: #919191;
  font-size: 13px;
}

.sidebar .link-cat li a:hover {
  color: #fff;
  background-color: #b02b2b;
}

.sidebar .link-cat li.active a {
  color: #fff;
  background-color: #b02b2b;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}

.main-page {
  width: 80%;
  display: table-cell;
  padding: 50px 0 50px 50px;
}

.main-page .product-sorting {
  margin-bottom: 30px;
}

.main-page .sort-param {
  display: inline-block;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  line-height: 31px;
  padding-left: 5px;
  color: #666666;
}

.main-page .sort-param select {
  border: none;
  font-weight: bold;
  outline: none;
  height: 31px;
}

@media (max-width: 768px) {
  .main-page {
    width: 100%;
    padding-left: 15px;
  }
}

.main-page .pagination {
  padding: 10px 0px 50px 0;
  position: relative;
  z-index: 3;
  line-height: 13px;
  overflow: hidden;
}

.main-page .pagination .pagination-meta {
  color: #919191;
  font-size: 11px;
  float: right;
}

.product_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: start;
}

.product_list .p-item {
  width: calc(20% - 1%);
  float: left;
  border: 1px solid #e1e1e1;
  margin-bottom: 1%;
  margin-right: 1%;
  background-color: #fff;
}

.product_list .p-item .p-img img {
  display: block;
  margin: auto;
}

.product_list .p-item .p-name {
  padding: 10px;
  padding-top: 15px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  position: relative;
  height: 70px;
  overflow: hidden;
}

.product_list .p-item .p-name::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotateZ(45deg);
  border: 1px solid #e1e1e1;
  top: -6px;
  background-color: #fff;
  border-right: none;
  border-bottom: none;
}

.product_list .p-item .btn-gr {
  padding: 10px;
  display: block;
  opacity: 0.2;
  text-align: center;
}

.product_list .p-item .btn-gr a {
  display: block;
  padding: 3px 3px;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

.product_list .p-item .btn-gr .add-wl:before {
  content: "\f07a";
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 3px;
}

.product_list .p-item .btn-gr .show-detail::before {
  content: "\f022";
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 3px;
}

.product_list .p-item:hover .btn-gr {
  opacity: 1;
}

@media (max-width: 992px) {
  .product_list .p-item {
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .product_list .p-item {
    width: calc(50% - 16px);
  }
}

/*
================================
================================
================================
================================
Detail page
================================
================================
================================
================================
*/
.detail-page {
  padding-top: 50px;
  margin-bottom: 30px;
}

.detai-img {
  max-width: 33%;
  float: left;
  margin-right: 50px;
  padding-bottom: 50px;
}

.detai-img .p-img {
  border: 1px solid #e1e1e1;
  text-align: center;
  display: inline-block;
}

.detai-img .list-img .item-img {
  border: 1px solid #e1e1e1;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .detai-img {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 10px;
  }
}

.detail-main {
  overflow: hidden;
}

.detail-main .overview .ov-name {
  font-weight: 600;
  color: #666666;
  font-size: 34px;
  margin: 0;
  line-height: 37px;
  margin-bottom: 14px;
}

.detail-main .overview .ov-description {
  color: #666666;
  line-height: 30px;
}

.detail-main .overview .cart {
  margin-bottom: 12px;
}

.detail-main .overview .cart .quantity {
  display: flex;
  float: left;
  margin-right: 10px;
}

.detail-main .overview .cart .quantity span {
  border: 1px solid #e1e1e1;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  background-color: #ebebeb;
  color: #919191;
}

.detail-main .overview .cart .quantity input {
  border: 1px solid #e1e1e1;
  width: 43px;
  height: 43px;
  margin: 0 -1px;
  color: #919191;
}

.detail-main .overview .cart a {
  line-height: 13px;
  background-color: #b02b2b;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 15px;
  margin-left: 5px;
}

.detail-main .overview .product_meta {
  display: block;
  color: #919191;
  font-size: 12px;
}

.detail-main .overview .product_meta a {
  color: #919191;
}

.detail-main .emty-content {
  margin-top: 50px;
}

.detail-main .emty-content .tab-control .control-item {
  color: #313031;
  text-transform: uppercase;
  font-size: 14px;
  white-space: pre;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-bottom: none;
  padding: 9px 20px 10px 20px;
  position: relative;
  display: inline-block;
  background-color: #f7f7f7;
  border-top: 2px solid #313031;
  cursor: pointer;
  line-height: 29px;
}

.detail-main .emty-content .tab-control .control-item.active {
  background-color: #313031;
  border-color: #313031;
  color: #ffffff;
}

.detail-main .emty-content .tab-content {
  border: 1px solid #e1e1e1;
}

.detail-main .emty-content .tab-content .tab-product-info {
  padding: 10px;
  font-size: 14px;
  color: #666666;
}

@media (max-width: 992px) {
  .detail-main {
    padding: 15px;
  }
  .mb-none{display: none;}
}

.product_list.product-related {
  margin-top: 20px;
  padding: 50px;
  background-color: #fcfcfc;
}

@media (min-width: 993px) {
  .product_list.product-related .p-item {
    width: calc(25% - 1%);
  }
}

@media (max-width: 500px) {
  .product_list.product-related {
    padding: 10px;
  }
}

.product_list.product-related .related-title {
  font-size: 18px;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 0;
}

.product_list.product-related .btn-gr a {
  width: 50%;
  float: left;
}

.product_list.product-related .btn-gr .add-wl {
  border-right: 1px solid #666;
}
.link-cat >li{
  position: relative;
}
.link-cat >li:hover >a{
  color: #fff!important;
  background-color: #b02b2b!important;
}
.link-cat .list-child{
  position: absolute;
  background-color: #ccc;
  left: 100%;
  width: 100%;
  top: 0;
  z-index: 111;
  transform: scaleY(0);
}
.link-cat .list-child li a{
  text-align: left;
  padding-left: 20px;
  background-color: #4a4a4a !important;
  color: #fff !important;
}
.link-cat .list-child li a:hover{
  color: #fff!important;
  background-color: #b02b2b!important;
}
.link-cat >li:hover .list-child{
  transform: scaleY(1);
}
.product_list-cat{
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product_list-cat li{
  text-align: center;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  width: calc(33.333% - 20px);
  float: left;
  margin-right: 20px;
}
.product_list-cat li:nth-child(3n){
  margin-right: 0;
}
@media(max-width: 768px){
  .product_list-cat li{
    width: calc(50% - 20px);
  }

  .product_list-cat li:nth-child(3n){
    margin-right: 20px;
  }
  .product_list-cat li:nth-child(2n){
    margin-right: 0px;
  }
}
.product_list-cat li a{
  display: block;
  padding: 20px;
  font-weight: 600;
  color: #b02b2b;
}
.product_list-cat li .cat-img{
  padding-bottom: 0;
}
.c3_col_1 select {
    width: 100%;
    height: 28px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px;
}
.product_list .p-item .btn-gr .price{
  	display: block;
    padding: 3px 3px;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

#sync2{margin: 10px 0;border-top:none;margin-left: -1%;overflow: hidden;}
#sync2 .item{
 background:#ffffff;
 color:#000000;
 text-align:center;
 cursor:pointer;
 font-size:14px;
 width: 24%;
 float:left;
 overflow: hidden;
 margin-left: 1%;
 }
#sync2 .item:nth-child(n+5){display:none;}
#sync2 .item span{display:block;position:absolute;top:0;width:100%;height:100%;text-align:center;background:rgba(0, 0, 0, 0.54);color:#fff;}
#sync2 .item img{}
#sync2 .owl-stage .owl-item:last-of-type .item{border-right:0px;}
#sync2 .current .item{font-weight:bold;}
#product-image-detail #sync2 .item a{display:block;position:relative;padding-top: 100%;border: solid 1px #ddd;}
#product-image-detail #sync2 .item a img{position:absolute;top:0;left:0;right:0;bottom:0;display:block;margin:auto;}
#sync2 .item span b {
    display: table;
    width: 100%;
    height: 100%;
}

#sync2 .item span b i {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    padding: 0 5px;
}

.fancybox-button:after, .fancybox-button:before{
  content: unset !important;}
}