@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica italic";
  src: url("../fonts/Helvetica-Oblique.eot");
  src: url("../fonts/Helvetica-Oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Oblique.woff2") format("woff2"), url("../fonts/Helvetica-Oblique.woff") format("woff"), url("../fonts/Helvetica-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE";
  src: url("../fonts/ArialCE-Italic.woff2") format("woff2"), url("../fonts/ArialCE-Italic.woff") format("woff"), url("../fonts/ArialCE-Italic.ttf") format("truetype"), url("../fonts/ArialCE-Italic.svg#ArialCE-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/***************************************************
  custom css
****************************************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
em, strong, button, blockquote, small, strike, sub, sup, tt,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica bold";
  color: #4d4d4d;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

button {
  font-family: "Helvetica";
  cursor: pointer;
  outline: none;
}

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
body.popup-active {
  overflow: hidden;
}

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

.font-none {
  display: none;
}

/* selection css */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

/* custom btn */
.cm-btn {
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.th-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 2px solid #e3effd;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  margin: 0;
  padding: 3px 12px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-width: 123px;
  color: #0075b9;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.th-btn:hover,
.th-btn.active {
  background-color: #dfedfd;
  border-color: #0075b9;
  color: #0075b9;
}

ul, li {
  list-style: none;
}

/** SLICK SLIDER**/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 0.0625rem;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ct-slider:not(.slick-initialized) *:not(:first-child) {
  display: none;
}

/** END SLICK SLIDER **/
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 500px) {
  .container {
    max-width: 400px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -15px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=tel],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  background-color: #ffffff;
  padding: 7px;
  font-family: "Helvetica";
  color: #808080;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=tel],
textarea,
select {
    padding: 0.7rem 1.5rem;
  }
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border: none;
  color: #000000;
  outline: none;
}

.form-wrap input[type=text],
.form-wrap input[type=number],
.form-wrap input[type=email],
.form-wrap input[type=password],
.form-wrap input[type=date],
.form-wrap input[type=search],
.form-wrap input[type=date],
.form-wrap input[type=datetime-local],
.form-wrap input[type=tel],
.form-wrap textarea,
.form-wrap select {
  background-color: #ffffff;
  color: #000000;
  font-family: "Helvetica";
  padding: 0.9375rem 1.25rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  margin-bottom: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 500px) {
  .form-wrap input[type=text],
.form-wrap input[type=number],
.form-wrap input[type=email],
.form-wrap input[type=password],
.form-wrap input[type=date],
.form-wrap input[type=search],
.form-wrap input[type=date],
.form-wrap input[type=datetime-local],
.form-wrap input[type=tel],
.form-wrap textarea,
.form-wrap select {
    padding: 0.7rem 1.5rem;
  }
}
.form-wrap input[type=text]:focus,
.form-wrap input[type=number]:focus,
.form-wrap input[type=email]:focus,
.form-wrap input[type=password]:focus,
.form-wrap input[type=date]:focus,
.form-wrap input[type=search]:focus,
.form-wrap input[type=date]:focus,
.form-wrap input[type=datetime-local]:focus,
.form-wrap input[type=tel]:focus,
.form-wrap textarea:focus,
.form-wrap select:focus {
  border: 0.0625rem solid #000000;
  color: #000000;
  outline: none;
}
.form-wrap label {
  margin-bottom: 0.5rem;
  display: block;
}
.form-wrap .checkbox-cover {
  position: relative;
  padding-left: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.form-wrap .checkbox-cover input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-wrap .checkbox-cover input:checked ~ span:after {
  display: block;
}
.form-wrap .checkbox-cover p {
  line-height: 1.3;
  letter-spacing: 0.035rem;
  font-family: Avenir;
}
.form-wrap .checkbox-cover span {
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 0.9375rem;
  width: 0.9375rem;
  -webkit-border-radius: 0.125rem;
     -moz-border-radius: 0.125rem;
          border-radius: 0.125rem;
  border: 0.0625rem solid rgba(112, 112, 112, 0.2);
  background-color: #ffffff;
}
.form-wrap .checkbox-cover span:after {
  content: "";
  position: absolute;
  display: none;
  border-width: 0 0 0.09375rem 0.09375rem;
  border-style: solid;
  border-color: #000000;
  width: 0.875rem;
  height: 0.4375rem;
  -webkit-transform: rotate(-55deg);
     -moz-transform: rotate(-55deg);
       -o-transform: rotate(-55deg);
          transform: rotate(-55deg);
  top: -0.0625rem;
  left: 0.125rem;
}
.form-wrap .checkbox-cover label span:after {
  left: 0.25rem;
  top: 0rem;
  width: 0.25rem;
  height: 0.5625rem;
  border: solid #ffffff;
  border-width: 0 0.09375rem 0.09375rem 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #000000 !important;
  background-image: none !important;
  color: #000000 !important;
}

form ::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}

form :-moz-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}

form ::-moz-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}

form :-ms-input-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}

form ::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}

form ::placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}
form ::-webkit-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}
form :-moz-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}
form ::-moz-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}
form ::-ms-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}
form :-ms-placeholder {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  line-height: 1;
  font-family: "Arial CE";
}

.focus-none:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.th-img {
  position: relative;
}
.th-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-script-msg {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999999999;
  padding: 10px 15px;
  color: #fff;
  background: red;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.no-script-msg:before {
  content: "";
  background-image: url(../img/script-alert.svg);
  display: block;
  min-width: 15px;
  min-height: 15px;
  margin-right: 10px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/***************************************************
  custom class css
****************************************************/
.order-1 {
  -ms-flex-order: 1;
}

.order-2 {
  -ms-flex-order: 2;
}

.order-3 {
  -ms-flex-order: 3;
}

.order-4 {
  -ms-flex-order: 4;
}

.order-5 {
  -ms-flex-order: 5;
}

.order-6 {
  -ms-flex-order: 6;
}

.order-7 {
  -ms-flex-order: 7;
}

.order-8 {
  -ms-flex-order: 8;
}

.order-9 {
  -ms-flex-order: 9;
}

.order-10 {
  -ms-flex-order: 10;
}

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-auto {
  margin-right: auto;
}

/***************************************************
  custom-columns
****************************************************/
.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,
.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,
.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,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
       -moz-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
       -moz-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
       -moz-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
       -moz-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
       -moz-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
       -moz-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
       -moz-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
       -moz-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 998;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/**********************************************************
///////////////    ---header---       /////////////////////
**********************************************************/
.header {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .header .header-link-cover {
    display: none;
  }
}
.header .hedaer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: #0075b9;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .hedaer-top .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header .hedaer-top {
    padding: 10px 0;
  }
}
.header .hedaer-top .header-menuopen {
  display: none;
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  position: relative;
}
.header .hedaer-top .header-menuopen.active .rpmenuopen-icon {
  height: 0;
}
.header .hedaer-top .header-menuopen.active .rpmenuopen-icon:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.header .hedaer-top .header-menuopen.active .rpmenuopen-icon:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.header .hedaer-top .header-menuopen .rpmenuopen-icon {
  font-size: 0;
  position: absolute;
  height: 0.125rem;
  width: 17px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .hedaer-top .header-menuopen .rpmenuopen-icon:before, .header .hedaer-top .header-menuopen .rpmenuopen-icon:after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  height: 0.125rem;
  width: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}
.header .hedaer-top .header-menuopen .rpmenuopen-icon:after {
  top: -0.4375rem;
}
@media only screen and (max-width: 767px) {
  .header .hedaer-top .header-menuopen {
    display: block;
  }
}
.header .logo-link {
  display: block;
  max-width: 235px;
}
@media only screen and (max-width: 1024px) {
  .header .logo-link {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo-link {
    max-width: 98px;
  }
}
.header .search-rp {
  display: none;
}
.header .search-rp .search-btn img {
  max-width: 25px;
}
@media only screen and (max-width: 767px) {
  .header .search-rp .search-btn img {
    max-width: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .header .search-rp {
    display: block;
  }
}
.header .search-block {
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  display: flex;
  flex: 0 0 35%;
  justify-content: center;
  margin: 0 auto;
  max-width: 35%;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .header .search-block .close-icon {
    top: 3px;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .search-block.active {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header .search-block {
    max-width: 32%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
       -moz-box-flex: 0;
            flex: 0 0 32%;
  }
}
@media only screen and (max-width: 991px) {
  .header .search-block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .search-block {
    display: none;
    position: absolute;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    right: 10px;
    left: 70px;
    padding: 0px;
  }
}
.header .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
}
.header .header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-bottom: 1px solid #808080;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom.active {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .container {
    padding: 0;
  }
}
.header .header-bottom .dropcover-nav {
  min-width: 253px;
  max-width: 253px;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .dropcover-nav {
    min-width: 165px;
    max-width: 165px;
  }
  .header .header-bottom .dropcover-nav .dropcover-item .innertoggle-link.active:after {
    -webkit-transform: rotate(43deg);
       -moz-transform: rotate(43deg);
         -o-transform: rotate(43deg);
            transform: rotate(43deg);
  }
}
.header .header-bottom .dropcover-nav .dropcover-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .dropcover-nav .dropcover-item {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.header .header-bottom .dropcover-nav .dropcover-item .link-title {
  font-size: 16px;
  padding: 9px 19px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0075b9;
  font-weight: 600;
  position: relative;
}
.header .header-bottom .dropcover-nav .dropcover-item .link-title:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #4d4d4d;
  opacity: 0;
}
.header .header-bottom .dropcover-nav .dropcover-item .link-title:after {
  content: "";
  background: #4d4d4d;
  height: 1px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 8px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .dropcover-nav .dropcover-item .link-title:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .dropcover-nav .dropcover-item .link-title {
    font-size: 13px;
    padding: 8px 13px;
  }
}
.header .header-bottom .dropcover-nav .dropcover-item .innertoggle-cover .innertoggle-cover {
  min-width: 270px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .dropcover-nav .dropcover-item .innertoggle-cover .innertoggle-cover {
    min-width: 50%;
    position: relative;
    left: 0;
    padding-left: 20px;
    display: none;
  }
  .header .header-bottom .dropcover-nav .dropcover-item .innertoggle-cover .innertoggle-cover.show {
    display: block;
  }
  .header .header-bottom .dropcover-nav .dropcover-item .innertoggle-cover .innertoggle-cover .dropcover-link {
    padding: 5px 8px;
  }
}
.header .header-bottom .dropcover-nav .dropcover-item .innertoggle-cover .innertoggle-cover .dropcover-link:after {
  display: none;
}
.header .header-bottom .header-menu {
  position: relative;
}
.header .header-bottom .header-menu .headermenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .header-menu .headermenu-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    background-color: #dfedfd;
  }
}
.header .header-bottom .header-menu .headermenu-list:focus {
  outline: none;
}
.header .header-bottom .headermenu-dropcover {
  position: absolute;
  background: #ffffff;
  top: 100%;
  padding: 13px;
  -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  left: 0;
  right: 0;
  border: 7px solid #dfedfd;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1600px) {
  .header .header-bottom .headermenu-dropcover {
    max-height: 640px;
    overflow: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .header .header-bottom .headermenu-dropcover {
    max-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-dropcover {
    border: 1px solid #000000;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    padding: 10px 0;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: inherit;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.header .header-bottom .headermenu-dropcover.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-dropcover.show {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item {
    display: none;
  }
}
.header .header-bottom .headermenu-item .headermenu-link img {
  display: none;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item .headermenu-link img {
    display: block;
  }
}
.header .header-bottom .headermenu-item.categories-menu .innertoggle-link.active .innertoggle-link-img {
  background-position: 0 -5px;
}
.header .header-bottom .headermenu-item.categories-menu .innertoggle-link .innertoggle-link-img {
  background-image: url(../img/auto-facial-img.png);
  width: 21px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  background-position: 0 -21px;
  display: none;
  margin-left: 32px;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item.categories-menu .innertoggle-link .innertoggle-link-img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item.categories-menu {
    display: block;
  }
}
.header .header-bottom .headermenu-item.guides-menu .innertoggle-link.active .innertoggle-link-img {
  background-position: -65px -5px;
}
.header .header-bottom .headermenu-item.guides-menu .innertoggle-link .innertoggle-link-img {
  background-image: url(../img/auto-facial-img.png);
  width: 25px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  background-position: -66px -27px;
  display: none;
  margin-left: 22px;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item.guides-menu .innertoggle-link .innertoggle-link-img {
    display: block;
  }
}
.header .header-bottom .headermenu-item.guides-menu .headermenu-link {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item.guides-menu .headermenu-link {
    text-transform: capitalize;
  }
}
.header .header-bottom .headermenu-item.univers-menu .innertoggle-link.active .innertoggle-link-img {
  background-position: -39px -5px;
}
.header .header-bottom .headermenu-item.univers-menu .innertoggle-link .innertoggle-link-img {
  background-image: url(../img/auto-facial-img.png);
  width: 18px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  background-position: -39px -27px;
  display: none;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item.univers-menu .innertoggle-link .innertoggle-link-img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item.guides-menu, .header .header-bottom .headermenu-item.univers-menu {
    display: block;
  }
}
.header .header-bottom .headermenu-item.guides-menu .innerheader-imgitem, .header .header-bottom .headermenu-item.univers-menu .innerheader-imgitem {
  max-width: 730px;
  padding: 6%;
  width: 49rem;
}
.header .header-bottom .headermenu-item:hover .headermenu-link.active {
  background: #dfedfd;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item:hover .headermenu-link.active {
    background: #0075b9;
    color: #ffffff;
  }
}
.header .header-bottom .innerheader-menulist {
  position: absolute;
  left: 280px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .innerheader-menulist {
    left: 50%;
    top: 10px;
  }
}
.header .header-bottom .innertoggle-cover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header-bottom .innertoggle-cover.show {
  opacity: 1;
  visibility: visible;
}
.header .header-bottom .innertoggle-cover .innertoggle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.header .header-bottom .innertoggle-cover .innertoggle-link:after {
  content: "";
  display: block;
  top: 42%;
  right: 20px;
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(133deg);
     -moz-transform: rotate(133deg);
       -o-transform: rotate(133deg);
          transform: rotate(133deg);
  border-color: #4d4d4d;
  margin-left: 10px;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .innertoggle-cover .innertoggle-link:after {
    right: 7px;
  }
}
.header .header-bottom .innertoggle-cover .innertoggle-link.active {
  background: #dfedfd;
  color: #0075b9;
}
.header .header-bottom .innertoggle-cover .innertoggle-link.active:after {
  margin-bottom: 0;
  -webkit-transform: rotate(43deg);
     -moz-transform: rotate(43deg);
       -o-transform: rotate(43deg);
          transform: rotate(43deg);
}
.header .header-bottom .innertoggle-cover .innertoggle-link.active .link-name:before {
  opacity: 1;
}
.header .header-bottom .headermenu-link {
  font-size: 17px;
  color: #0075b9;
  padding: 10px 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header .header-bottom .headermenu-link {
    padding: 10px 17px;
  }
}
@media only screen and (max-width: 991px) {
  .header .header-bottom .headermenu-link {
    padding: 10px 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link {
    display: none;
    padding: 22px 34px 9px 17px;
    font-size: 11px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link.innertoggle-link {
    display: block;
    color: #de0a0a;
  }
}
.header .header-bottom .headermenu-link.active {
  background: #dfedfd;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link.active {
    background: #0075b9;
    color: #ffffff;
  }
}
.header .header-bottom .headermenu-link.active:before {
  border-color: #ffffff;
  bottom: 5px;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link.active:before {
    bottom: 7px;
  }
}
.header .header-bottom .headermenu-link.active:after {
  opacity: 1;
}
.header .header-bottom .headermenu-link.dropdwon-box:before {
  content: "";
  position: absolute;
  right: 10px;
  height: 8px;
  top: 47%;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: translateY(-50%) rotate(135deg);
     -moz-transform: translateY(-50%) rotate(135deg);
       -o-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-color: #0075b9;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link.dropdwon-box:before {
    opacity: 1;
    bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link.dropdwon-box.active:before {
    border-color: #ffffff;
  }
}
.header .header-bottom .headermenu-link.dropdwon-box.active:before {
  top: 57%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
     -moz-transform: translateY(-50%) rotate(-45deg);
       -o-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header .header-bottom .headermenu-link:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dfedfd;
  opacity: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-link:after {
    border-top-color: #0075b9;
    bottom: -10px;
  }
}
.header .header-bottom .headermenu-link:hover {
  background: #dfedfd;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .headermenu-item-home {
    display: none;
  }
}
.header .header-bottom .headermenu-item-home .home-link {
  font-size: 0;
  background: #de0a0a;
  padding: 12px;
  margin-right: 25px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 991px) {
  .header .header-bottom .headermenu-item-home .home-link {
    padding: 10px;
  }
}
.header .header-bottom .headermenu-item-home .home-link:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 40px;
  top: 0px;
  right: -30px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #de0a0a;
}
@media only screen and (max-width: 991px) {
  .header .header-bottom .headermenu-item-home .home-link:after {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 18px;
    height: 30px;
  }
}
.header .header-bottom .dropcover-link {
  font-size: 16px;
  color: #4d4d4d;
  padding: 9px 19px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .dropcover-link {
    font-size: 13px;
    padding: 8px 12px;
  }
}
.header .header-bottom .dropcover-link .link-num {
  color: #808080;
}
.header .header-bottom .dropcover-link .link-name {
  position: relative;
}
.header .header-bottom .dropcover-link .link-name:before {
  content: "";
  background: #4d4d4d;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.header .header-bottom .dropcover-link:hover {
  background: #dfedfd;
}
.header .header-bottom .dropcover-link:hover .link-name {
  position: relative;
}
.header .header-bottom .dropcover-link:hover .link-name:before {
  opacity: 1;
}
.header .header-bottom .dropcover-link:hover span {
  text-decoration: none;
}
.header .header-bottom .innerheader-menuimgcol {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header .header-bottom .innerheader-menuimgcol {
    display: none;
  }
}
.header .header-bottom .innerheader-menuimgcol .innerheader-imgitem {
  max-width: 300px;
  padding: 39%;
  display: block;
  width: 19rem;
  margin-bottom: 1.25rem;
  background: #dfedfd;
}

.header-link-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-top: 4px;
  background: #0075b9;
}
.header-link-cover .link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: 34px;
  min-width: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0 auto;
}
.header-link-cover .link-icon img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .header-link-cover .link-icon img {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.header-link-cover .counter {
  background: #de0a0a;
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  top: -5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  right: 8px;
  font-size: 9px;
  line-height: 1;
}
.header-link-cover .header-link {
  position: relative;
  padding: 0 12px;
  color: #ffffff;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header-link-cover .header-link {
    padding: 0 8px;
  }
}
.header-link-cover .header-link:hover {
  color: #ffffff;
}
.header-link-cover .header-link:last-child {
  padding-right: 0;
}

.searchpoup-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 448px;
     -moz-box-flex: 0;
          flex: 0 0 448px;
  max-width: 448px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
    padding: 2px 5px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
  }
}
.searchpoup-form .close-icon {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  height: 22px;
  width: 22px;
  border: 1px solid #0075b9;
  position: absolute;
  font-size: 0;
  right: 9px;
  top: 8px;
  display: none;
}
.searchpoup-form .close-icon img {
  display: none;
}
.searchpoup-form .close-icon:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.searchpoup-form .close-icon:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.searchpoup-form .close-icon:after, .searchpoup-form .close-icon:before {
  content: "";
  height: 15px;
  width: 0.5px;
  background: #0075b9;
  position: absolute;
  top: 2.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.searchpoup-form .th-btnicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 0;
  background: transparent;
  min-width: inherit;
  border: none;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form input {
    padding: 4px;
  }
}
.searchpoup-form .inner-btnicon {
  position: relative;
}
.searchpoup-form .inner-btnicon img {
  max-width: 25px;
  height: 25px;
  width: 25px;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .inner-btnicon img {
    max-width: 17px;
  }
}
.searchpoup-form .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group {
    line-height: 1;
  }
}
.searchpoup-form .form-group input {
  font-size: 20px;
}
.searchpoup-form .form-group ::-webkit-input-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
.searchpoup-form .form-group :-moz-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
.searchpoup-form .form-group ::-moz-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
.searchpoup-form .form-group :-ms-input-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
.searchpoup-form .form-group ::-ms-input-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
.searchpoup-form .form-group ::placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group ::-webkit-input-placeholder {
    font-size: 13px;
  }
  .searchpoup-form .form-group :-moz-placeholder {
    font-size: 13px;
  }
  .searchpoup-form .form-group ::-moz-placeholder {
    font-size: 13px;
  }
  .searchpoup-form .form-group :-ms-input-placeholder {
    font-size: 13px;
  }
  .searchpoup-form .form-group ::-ms-input-placeholder {
    font-size: 13px;
  }
  .searchpoup-form .form-group ::placeholder {
    font-size: 13px;
  }
}
.searchpoup-form .form-group ::-webkit-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group ::-webkit-placeholder {
    font-size: 13px;
  }
}
.searchpoup-form .form-group :-moz-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group :-moz-placeholder {
    font-size: 13px;
  }
}
.searchpoup-form .form-group ::-moz-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group ::-moz-placeholder {
    font-size: 13px;
  }
}
.searchpoup-form .form-group ::-ms-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group ::-ms-placeholder {
    font-size: 13px;
  }
}
.searchpoup-form .form-group :-ms-placeholder {
  font-size: 20px;
  color: #808080;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .searchpoup-form .form-group :-ms-placeholder {
    font-size: 13px;
  }
}

/**********************************************************
///////////////    ---homepage---       //////////////////
**********************************************************/
.main-title {
  font-size: 28px;
  line-height: 1.3;
  text-align: left;
  padding-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .main-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main-title {
    margin: 0;
    font-size: 22px;
    padding: 0;
  }
}

.find-auto-parts {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .find-auto-parts {
    display: none;
  }
}
.find-auto-parts .main-title {
  font-size: 35px;
  margin-bottom: 3px;
}

.auto-parts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 10px;
}
.auto-parts-list .parts-list-item {
  padding: 15px 20px;
  max-width: 16.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.5%;
     -moz-box-flex: 0;
          flex: 0 0 16.5%;
}
@media only screen and (max-width: 1024px) {
  .auto-parts-list .parts-list-item {
    padding: 15px 10px;
  }
}
.auto-parts-list .parts-list-link {
  color: #525252;
  display: block;
  text-align: center;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 12px 12px 24px 12px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .auto-parts-list .parts-list-link {
    padding: 12px 8px 17px 8px;
  }
}
.auto-parts-list .parts-list-link:hover {
  border-color: #0075b9;
}
.auto-parts-list .parts-list-link:hover .list-icon {
  border-color: #0075b9;
}
.auto-parts-list .parts-list-link:hover .list-name {
  color: #0075b9;
}
.auto-parts-list .parts-list-link .list-count {
  font-weight: 600;
  font-family: "Helvetica bold";
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1024px) {
  .auto-parts-list .parts-list-link .list-count {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .auto-parts-list .parts-list-link .list-count {
    font-size: 18px;
  }
}
.auto-parts-list .parts-list-link .list-name {
  font-size: 15px;
  display: block;
  line-height: 1;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .auto-parts-list .parts-list-link .list-name {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .auto-parts-list .parts-list-link .list-name {
    font-size: 11px;
  }
}
.auto-parts-list .parts-list-link svg path {
  fill: #0075b9;
}
.auto-parts-list .parts-list-link svg,
.auto-parts-list .parts-list-link img {
  max-width: 22px;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 1024px) {
  .auto-parts-list .parts-list-link svg,
.auto-parts-list .parts-list-link img {
    max-width: 17px;
    height: 17px;
    width: 17px;
  }
}
.auto-parts-list .parts-list-link .list-icon {
  width: 41px;
  height: 41px;
  background-color: #dfedfd;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin: -36px auto 12px;
  border: 1px solid #dfedfd;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  max-width: 41px;
}
.auto-parts-list .parts-list-link .list-icon.univers img {
  height: 24px;
  width: 23px;
  max-width: 23px;
}
.auto-parts-list .parts-list-link .list-icon.shipping img {
  height: 22px;
  width: 28px;
  max-width: 28px;
}
.auto-parts-list .parts-list-link .list-icon.promos img {
  max-width: 24px;
}
@media only screen and (max-width: 1024px) {
  .auto-parts-list .parts-list-link .list-icon {
    width: 35px;
    height: 35px;
  }
}

.range-bottom {
  border-top: 2px solid #cccdcd;
  margin-top: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  line-height: 1;
  padding-top: 7px;
  font-size: 14px;
}
.range-bottom a:hover {
  color: #0075b9;
}
.range-bottom .range-action-validate {
  color: #0075b9;
  font-weight: 600;
  display: block;
}

.best-offer {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .best-offer {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer .container {
    padding: 0;
    max-width: 100%;
  }
}
.best-offer .search-link {
  background: #de0a0a;
  color: #ffffff;
  font-size: 16px;
  padding: 9px 27px;
  line-height: 1;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  margin: 20px 0 27px;
  border: 1px solid #e22031;
}
@media only screen and (max-width: 767px) {
  .best-offer .search-link {
    font-size: 8px;
    padding: 3.5px 11px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    margin: 3px 0 3px;
  }
}
.best-offer .search-link:hover {
  background: #ffffff;
  color: #de0a0a;
}
.best-offer .best-offer-cover {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background-color: #dfedfd;
  padding: 15px 30px 50px;
  -webkit-border-radius: 10px 10px 50% 50%;
     -moz-border-radius: 10px 10px 50% 50%;
          border-radius: 10px 10px 50% 50%;
}
@media only screen and (max-width: 767px) {
  .best-offer .best-offer-cover {
    padding: 2px 11px 30px;
    -webkit-border-radius: 0 0 50% 50%;
       -moz-border-radius: 0 0 50% 50%;
            border-radius: 0 0 50% 50%;
    width: 100%;
  }
}
.best-offer .best-offer-cover .main-title {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .best-offer .best-offer-cover .main-title {
    font-size: 15px;
  }
}
.best-offer .best-offer-cover .sub-title {
  color: #0075b9;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .best-offer .best-offer-cover .sub-title {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer .best-offer-cover .sub-title {
    font-size: 10.45px;
    line-height: 1.2;
  }
}

.best-offer-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  max-width: 720px;
  margin: -35px auto 0;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .form-group ::-webkit-input-placeholder {
    font-size: 11px;
  }
  .best-offer-filter .form-group :-moz-placeholder {
    font-size: 11px;
  }
  .best-offer-filter .form-group ::-moz-placeholder {
    font-size: 11px;
  }
  .best-offer-filter .form-group :-ms-input-placeholder {
    font-size: 11px;
  }
  .best-offer-filter .form-group ::-ms-input-placeholder {
    font-size: 11px;
  }
  .best-offer-filter .form-group ::placeholder {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .form-group ::-webkit-placeholder {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .form-group :-moz-placeholder {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .form-group ::-moz-placeholder {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .form-group ::-ms-placeholder {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .form-group :-ms-placeholder {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .searchpoup-form input {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .best-offer-filter {
    max-width: 253px;
    margin: -23px auto 0;
  }
}
.best-offer-filter .price-range-slider {
  max-width: 23.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.5%;
     -moz-box-flex: 0;
          flex: 0 0 23.5%;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider {
    max-width: 18%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
       -moz-box-flex: 0;
            flex: 0 0 18%;
  }
}
.best-offer-filter .price-range-slider .range-bottom {
  margin-top: 26px;
}
.best-offer-filter .price-range-slider.active .price-cover:after {
  -webkit-transform: rotate(-43deg);
     -moz-transform: rotate(-43deg);
       -o-transform: rotate(-43deg);
          transform: rotate(-43deg);
  top: 17px;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider.active .price-cover:after {
    top: 7px;
  }
}
.best-offer-filter .price-range-slider .price-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 10px 20px;
  border: 2px solid #eff6fe;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider .price-cover {
    padding: 4px;
  }
}
.best-offer-filter .price-range-slider .price-cover:hover:after {
  border-color: #0075b9;
}
.best-offer-filter .price-range-slider .price-cover:after {
  content: "";
  right: 9px;
  height: 14px;
  width: 14px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  position: absolute;
  border-color: #828282;
  -webkit-transform: rotate(133deg);
     -moz-transform: rotate(133deg);
       -o-transform: rotate(133deg);
          transform: rotate(133deg);
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider .price-cover:after {
    border-width: 2px 2px 0 0;
    right: 6px;
    height: 12px;
    width: 12px;
    top: 0;
    border-color: #0075b9;
  }
}
.best-offer-filter .price-range-slider .price-cover .price-sign {
  display: none;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider .price-cover .price-sign {
    display: block;
    font-size: 12px;
  }
}
.best-offer-filter .price-range-slider .price-cover input {
  color: #0075b9;
  font-size: 15px;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider .price-cover input {
    display: none;
  }
}
.best-offer-filter .price-range-slider .slider-range-cover {
  display: none;
  border: 1px solid #dadbdb;
  padding: 38px 7px 8px;
  min-width: 238px;
  position: absolute;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .best-offer-filter .price-range-slider .slider-range-cover {
    right: 10px;
  }
}
.best-offer-filter .price-range-slider .ui-widget.ui-widget-content {
  border: 1px solid #aed4e9;
  height: 6px;
  background-color: #0075b8;
}
.best-offer-filter .price-range-slider .tooltip-inner {
  position: absolute;
  top: -20px;
  border: 1px solid #bbbbbb;
  padding: 3px 16px;
  line-height: 1;
  font-size: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  left: -17px;
}
.best-offer-filter .price-range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  touch-action: none;
  background-color: #dfedfd !important;
  border-color: #bcc0c5 !important;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}
.best-offer-filter .price-range-slider .ui-slider .ui-slider-handle:focus {
  outline: none;
  border-color: #0075b9 !important;
}

.price-filter {
  max-width: 19%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
     -moz-box-flex: 0;
          flex: 0 0 19%;
}
.price-filter .filter-icon img {
  height: 19px;
  width: 17px;
  max-width: 17px;
}
@media only screen and (max-width: 767px) {
  .price-filter {
    max-width: 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
       -moz-box-flex: 0;
            flex: 0 0 16%;
  }
}
.price-filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #0075b9;
}
.price-filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.price-filter input:checked ~ .checkmark:after {
  display: block;
}
.price-filter .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #0075b9;
}
.price-filter .dropdown-menu {
  padding: 5px 13px;
  border: 1px solid #dadbdb;
  position: absolute;
  min-width: 160px;
  background: #ffffff;
  z-index: 2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .price-filter .dropdown-menu {
    right: 10px;
  }
}
.price-filter li {
  position: relative;
}
.price-filter li input {
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  margin: 0;
}
.price-filter li .filter-link {
  position: relative;
  margin-bottom: 12px;
  text-align: left;
  display: block;
  padding: 0 5px;
  font-size: 15px;
  padding-left: 21px;
  line-height: 1;
  color: #525252;
}
.price-filter li .filter-link:hover {
  color: #0075b9;
  font-weight: 600;
}
.price-filter .filter-btn {
  color: #0075b9;
  font-size: 15px;
  padding: 10px;
  border: 2px solid #eff6fe;
  background: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .price-filter .filter-btn {
    padding: 4px;
  }
  .price-filter .filter-btn .btn-text {
    display: none;
  }
  .price-filter .filter-btn:after {
    border-color: #3b95c9 !important;
    border-width: 2px 2px 0 0;
  }
}
.price-filter .filter-btn:hover:after {
  border-color: #3b95c9;
}
.price-filter .filter-btn:after {
  content: "";
  right: 9px;
  height: 14px;
  width: 14px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  -webkit-transform: rotate(133deg);
     -moz-transform: rotate(133deg);
       -o-transform: rotate(133deg);
          transform: rotate(133deg);
  position: relative;
  border-color: #828282;
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .price-filter .filter-btn:after {
    border-width: 2px 2px 0 0;
    right: 0;
    height: 12px;
    width: 12px;
  }
}
.price-filter .filter-btn.active:after {
  -webkit-transform: rotate(-43deg);
     -moz-transform: rotate(-43deg);
       -o-transform: rotate(-43deg);
          transform: rotate(-43deg);
  top: 15px;
}
.price-filter .filter-btn .checkmark,
.price-filter .filter-btn input {
  display: none;
}
.price-filter .filter-btn .filter-icon {
  max-width: 16px;
  display: block;
  margin-right: 5px;
}

.search-product {
  max-width: 53%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53%;
     -moz-box-flex: 0;
          flex: 0 0 53%;
}
@media only screen and (max-width: 767px) {
  .search-product {
    max-width: 62.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
       -moz-box-flex: 0;
            flex: 0 0 62.5%;
  }
}
.search-product .searchpoup-form {
  border: 2px solid #eff6fe;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-product .searchpoup-form {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
       -moz-box-orient: inherit;
       -moz-box-direction: inherit;
            flex-direction: inherit;
  }
}

.slick-slider {
  background: #ffffff;
  padding: 3px 13px 3px;
}
@media only screen and (max-width: 767px) {
  .slick-slider {
    padding: 3px 0 3px;
  }
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  border: none;
  background: no-repeat;
  color: #0075b9;
  font-size: 0;
  height: 22px;
  width: 18px;
}
@media only screen and (max-width: 767px) {
  .slick-next,
.slick-prev {
    height: 9px;
    width: 7px;
  }
}
.slick-next:hover:after,
.slick-prev:hover:after {
  border-width: 3px 3px 0 0;
}
@media only screen and (max-width: 767px) {
  .slick-next:hover:after,
.slick-prev:hover:after {
    border-color: #0075b9;
    border-width: 2px 2px 0 0;
  }
}
.slick-next:after,
.slick-prev:after {
  content: "";
  top: 3px;
  height: 16px;
  width: 16px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: absolute;
  border-color: #0075b9;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .slick-next:after,
.slick-prev:after {
    border-color: #4d4d4d;
    height: 5px;
    width: 5px;
  }
}

.slick-prev {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    left: -8px;
  }
}
.slick-prev:after {
  right: -4px;
  -webkit-transform: rotate(-132deg);
     -moz-transform: rotate(-132deg);
       -o-transform: rotate(-132deg);
          transform: rotate(-132deg);
}
@media only screen and (max-width: 767px) {
  .slick-prev:after {
    right: 0;
  }
}

.slick-next {
  right: 0;
}
.slick-next:after {
  left: -4px;
  -webkit-transform: rotate(44deg);
     -moz-transform: rotate(44deg);
       -o-transform: rotate(44deg);
          transform: rotate(44deg);
}
@media only screen and (max-width: 767px) {
  .slick-next:after {
    left: 8px;
  }
}

.product-best-offer {
  background-color: #dfedfd;
  padding: 15px 0;
}
.product-best-offer .inner-title {
  right: 25px;
  font-size: 12px;
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .product-best-offer .inner-title {
    right: 10px;
    font-size: 10px;
    top: -4px;
    position: relative;
    line-height: 1;
  }
}
.product-best-offer .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-best-offer {
    background-color: transparent;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-best-offer .container {
    padding: 0 4px;
  }
}
.product-best-offer .main-title {
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .product-best-offer .main-title {
    font-size: 18px;
    padding-left: 8px;
    margin: 0 0 2px 0;
  }
}

.product-item {
  border: 1px solid #ffffff;
}
.product-item:hover {
  border-color: #ff0000;
}
.product-item .product-image {
  display: block;
  padding: 30%;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-image {
    margin-top: 3px;
    padding: 35%;
  }
}
.product-item .product-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
.product-item .product-price {
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 1;
  margin: 5px 0 3px 0;
}
@media only screen and (max-width: 767px) {
  .product-item .product-price {
    margin: 0 0 1px 0;
  }
}
.product-item .product-price .old-price {
  color: #4d4d4d;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-item .product-price .old-price {
    font-size: 9px;
  }
}
.product-item .product-price .old-price:after {
  content: "";
  background: #0075b9;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 40%;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .product-item .product-price .old-price:after {
    top: 45%;
    height: 1px;
  }
}
.product-item .product-price .new-price {
  font-size: 20px;
  color: #ff0000;
}
@media only screen and (max-width: 767px) {
  .product-item .product-price .new-price {
    font-size: 11px;
  }
}
.product-item .product-tag {
  padding: 5%;
  display: block;
}
.product-item .product-tag img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}

.online-procedures {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .online-procedures {
    margin-top: 22px;
  }
}

.procedures-cover {
  margin-top: 12px;
  padding: 0 22px;
}
@media only screen and (max-width: 991px) {
  .procedures-cover {
    padding: 0;
  }
}

.procedures-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.procedures-list .procedures-item {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
     -moz-box-flex: 0;
          flex: 0 0 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .procedures-list .procedures-item {
    padding: 8px 14px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
  }
}
.procedures-list .procedures-item .procedures-link {
  font-size: 24px;
  padding: 8px 50px 8px 30px;
  background: #f1f7fe;
  width: 100%;
  border: 1px solid #c6c6c7;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  min-height: 130px;
}
@media only screen and (max-width: 991px) {
  .procedures-list .procedures-item .procedures-link {
    font-size: 20px;
    min-height: 115px;
    padding: 8px 30px 8px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .procedures-list .procedures-item .procedures-link {
    min-height: 103px;
    font-size: 19px;
    padding: 8px 30px 8px 23px;
  }
}
.procedures-list .procedures-item .procedures-link:hover {
  border-color: #0075b9;
}
.procedures-list .procedures-item .procedures-link:hover:after {
  border-width: 4px 4px 0 0;
}
.procedures-list .procedures-item .procedures-link:after {
  content: "";
  height: 16px;
  width: 16px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: absolute;
  border-color: #0075b9;
  right: 13px;
  bottom: 8px;
  -webkit-transform: rotate(44deg);
     -moz-transform: rotate(44deg);
       -o-transform: rotate(44deg);
          transform: rotate(44deg);
}
@media only screen and (max-width: 767px) {
  .procedures-list .procedures-item .procedures-link:after {
    height: 13px;
    width: 13px;
    right: 7px;
    bottom: 9px;
  }
}

.popular-products {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .popular-products {
    margin-top: 20px;
  }
  .popular-products .main-title {
    word-spacing: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-products .container {
    padding: 0 13px;
  }
}

.btn-box {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .btn-box {
    display: none;
  }
}
.btn-box .see-more-link:hover:after {
  border-color: #0075b9;
}
.btn-box .see-more-link:after {
  content: "";
  height: 16px;
  width: 16px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: absolute;
  border-color: #e3effd;
  right: 14px;
  bottom: 5px;
  -webkit-transform: rotate(44deg);
     -moz-transform: rotate(44deg);
       -o-transform: rotate(44deg);
          transform: rotate(44deg);
}

.popular-products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 22px;
}
@media only screen and (max-width: 991px) {
  .popular-products-list {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popular-products-list {
    padding: 0;
    margin: 7px -6px 0;
  }
}
.popular-products-list .popular-products-item {
  max-width: 16.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6%;
     -moz-box-flex: 0;
          flex: 0 0 16.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .popular-products-list .popular-products-item {
    max-width: 18%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
       -moz-box-flex: 0;
            flex: 0 0 18%;
  }
}
@media only screen and (max-width: 991px) {
  .popular-products-list .popular-products-item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
            flex: 0 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .popular-products-list .popular-products-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    padding: 5px 6px;
  }
}
.popular-products-list .popular-products-item .popular-products-link {
  font-size: 14px;
  padding: 13px 10px;
  width: 100%;
  border: 1px solid #c6c6c7;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .popular-products-list .popular-products-item .popular-products-link {
    font-size: 11px;
    -webkit-box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    min-height: 90px;
  }
}
.popular-products-list .popular-products-item .popular-products-link:hover {
  color: #0075b9;
  border-color: #0075b9;
}
.popular-products-list .popular-products-item .popular-products-link .th-img {
  padding: 23%;
}
.popular-products-list .popular-products-item .popular-products-link .th-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: inherit;
  margin: 0 auto;
}

.good-plans {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .good-plans {
    display: none;
  }
}
.good-plans .container {
  display: inline-block;
}

.good-plans-list-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -27px;
}
@media only screen and (max-width: 1024px) {
  .good-plans-list-cover {
    margin: 0;
  }
}
.good-plans-list-cover .plans-list {
  border-right: 1px solid #cccccc;
  text-align: left;
  max-width: 16.6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6%;
     -moz-box-flex: 0;
          flex: 0 0 16.6%;
}
@media only screen and (max-width: 1024px) {
  .good-plans-list-cover .plans-list {
    max-width: 23%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
       -moz-box-flex: 0;
            flex: 0 0 23%;
  }
}
@media only screen and (max-width: 991px) {
  .good-plans-list-cover .plans-list {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
  }
}
.good-plans-list-cover .plans-list:last-child {
  border-right: 0;
}
.good-plans-list-cover .plans-list .plans-list-cover {
  padding: 7px 15px;
  border-bottom: 1px solid #cccccc;
  margin: 8px;
}
.good-plans-list-cover .plans-list .plans-list-cover:last-child {
  border-bottom: 0;
}
.good-plans-list-cover .plans-list .title-cover {
  margin-bottom: 2px;
  line-height: 1.3;
}
.good-plans-list-cover .plans-list .title-cover .plans-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #0075b9;
  line-height: 1.2;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .good-plans-list-cover .plans-list .title-cover .plans-title {
    font-size: 15px;
  }
}
.good-plans-list-cover .plans-list .title-cover .num-of-plans {
  color: #808080;
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  .good-plans-list-cover .plans-list .title-cover .num-of-plans {
    font-size: 15px;
  }
}
.good-plans-list-cover .plans-list .plans-item {
  font-size: 14px;
  position: relative;
}
.good-plans-list-cover .plans-list .plans-item .plans-item-text {
  min-width: 113px;
  background-color: #e22031;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 6px 12px 5px 18px;
  position: absolute;
  z-index: 1;
  font-size: 15px;
  margin: 0 13px;
  line-height: 1;
  visibility: hidden;
  top: 0;
  right: -47px;
}
.good-plans-list-cover .plans-list .plans-item .plans-item-text.active {
  visibility: visible;
}
.good-plans-list-cover .plans-list .plans-item .plans-item-text:after {
  content: "";
  height: 16px;
  width: 16px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: absolute;
  border-color: #dfe7f7;
  right: 3px;
  bottom: 8px;
  -webkit-transform: rotate(44deg);
     -moz-transform: rotate(44deg);
       -o-transform: rotate(44deg);
          transform: rotate(44deg);
  top: 5px;
}
.good-plans-list-cover .plans-list .plans-item a {
  color: #4d4d4d;
  display: inline-block;
}
.good-plans-list-cover .plans-list .plans-item a:hover {
  text-decoration: underline;
}

.announcements-block {
  margin-top: 38px;
}
.announcements-block .main-title {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .announcements-block .main-title {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .announcements-block {
    margin-top: 22px;
  }
}

.announcements-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px -15px 0;
}
@media only screen and (max-width: 767px) {
  .announcements-list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 500px) {
  .announcements-list {
    margin: 7px 0 0 0;
    padding: 0 10px;
  }
}
.announcements-list .announcements-item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
          flex: 0 0 25%;
  padding: 15px 35px;
}
@media only screen and (max-width: 1024px) {
  .announcements-list .announcements-item {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .announcements-list .announcements-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    padding: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .announcements-list .announcements-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    padding: 8px 10px;
  }
}
.announcements-list .announcements-link {
  display: block;
  padding: 50%;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.announcements-list .announcements-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  background: rgba(0, 117, 185, 0.5);
}
.announcements-list .announcements-link img {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.announcements-list .announcements-link:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.inner-title {
  display: block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.about-us {
  margin-top: 27px;
}
.about-us .main-title {
  padding-left: 36px;
}
@media only screen and (max-width: 767px) {
  .about-us {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-cover {
    margin-top: 30px;
  }
}

.about-us-des-last {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
          flex: 0 0 20%;
  position: relative;
  margin-top: -15px;
  padding-top: 22px;
}
@media only screen and (max-width: 767px) {
  .about-us-des-last {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    padding-right: 0;
  }
}
.about-us-des-last .about-us-link {
  display: block;
  overflow: hidden;
  position: relative;
  background: #f5c1c6;
  max-width: 250px;
}
.about-us-des-last .about-us-link:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.about-us-des-last .about-us-link .inner-title {
  display: block;
  text-align: right;
}
.about-us-des-last .about-us-link .about-us-img {
  padding: 50%;
}
.about-us-des-last .about-us-link img {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.about-us-des-last .about-us-text {
  position: absolute;
  top: 15px;
  left: 30px;
  line-height: 1.1;
  right: 30px;
}
@media only screen and (max-width: 1024px) {
  .about-us-des-last .about-us-text {
    top: 15px;
    left: 10px;
    line-height: 1.1;
    font-size: 13px;
    right: 10px;
  }
}
.about-us-des-last .about-us-text p {
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-us-des-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 2px;
}
.about-us-des-cover .about-us-des-first {
  max-width: 46%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 46%;
     -moz-box-flex: 0;
          flex: 0 0 46%;
  padding-right: 28px;
  font-family: "Helvetica italic";
}
@media only screen and (max-width: 767px) {
  .about-us-des-cover .about-us-des-first {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    padding-right: 0;
  }
}
.about-us-des-cover .about-us-des-second {
  max-width: 34%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
     -moz-box-flex: 0;
          flex: 0 0 34%;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .about-us-des-cover .about-us-des-second {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    padding: 15px 0;
  }
}
.about-us-des-cover p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.33;
}
@media only screen and (max-width: 1024px) {
  .about-us-des-cover p {
    font-size: 14px;
  }
}
.about-us-des-cover p a {
  color: #0075b9;
}
.about-us-des-cover p a:hover {
  color: #de0a0a;
}
.about-us-des-cover .auth-name {
  display: block;
  text-align: right;
  font-family: "Helvetica";
}
.about-us-des-cover .des-text {
  font-size: 24px;
  line-height: 1.3;
  margin: 17px 0;
}
@media only screen and (max-width: 1024px) {
  .about-us-des-cover .des-text {
    font-size: 20px;
    margin: 17px 0;
    line-height: 1.1;
  }
}

/* .featured-articles {
  margin-top: 34px;
} */
@media only screen and (max-width: 767px) {
  .featured-articles {
    margin-top: 12px;
  }
}
.featured-articles .container {
  padding: 0 6px;
}
@media only screen and (max-width: 767px) {
  .featured-articles .container {
    padding: 0 10px;
  }
}
.featured-articles .main-title {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .featured-articles .main-title {
    border-bottom: 1px solid #cccccc;
    padding: 0;
    font-size: 18px;
  }
}

.articles-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-bottom: 1px solid #cccccc;
  margin-top: 13px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 10px 4px;
}
@media only screen and (max-width: 767px) {
  .articles-list {
    border-bottom: 0;
    padding-top: 6px;
    margin: 0;
    padding: 6px 0 0;
  }
}
.articles-list .featured-item {
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .articles-list .featured-item {
    padding-right: 9px;
  }
}
.articles-list .featured-link {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding-right: 27px;
}
@media only screen and (max-width: 767px) {
  .articles-list .featured-link {
    min-width: inherit;
    font-size: 8px;
    padding: 1px 17px 1px 5px;
  }
}
.articles-list .featured-link .link-close {
  height: 20px;
  width: 20px;
  border: 1px solid;
  border-color: inherit;
  display: block;
  font-size: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  position: absolute;
  right: 4px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .articles-list .featured-link .link-close {
    height: 10px;
    width: 10px;
  }
}
.articles-list .featured-link .link-close:focus {
  outline: none;
}
.articles-list .featured-link .link-close:hover {
  background: #0075b9;
}
.articles-list .featured-link .link-close:hover:before, .articles-list .featured-link .link-close:hover:after {
  background: #ffffff;
}
.articles-list .featured-link .link-close:before, .articles-list .featured-link .link-close:after {
  content: "";
  position: absolute;
  width: 14px;
  background: #0075b9;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .articles-list .featured-link .link-close:before, .articles-list .featured-link .link-close:after {
    width: 8px;
  }
}
.articles-list .featured-link .link-close:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.list-grid-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  margin-top: 17px;
}
@media only screen and (max-width: 1024px) {
  .list-grid-icon {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .list-grid-icon {
    display: none;
  }
}
.list-grid-icon .list-icon,
.list-grid-icon .grid-icon {
  cursor: pointer;
  max-width: 21px;
}
.list-grid-icon .list-grid-btn {
  width: 30px;
  height: 20px;
  background: #0075b9;
  margin: 0 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 2px;
  cursor: pointer;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.list-grid-icon .list-grid-btn.list-active {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.list-grid-icon .list-grid-btn span {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

.articles-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 1280px) {
  .articles-item-list {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .articles-item-list {
    padding: 3px 0 3px;
  }
}
.articles-item-list .articles-item {
  padding: 15px;
  min-height: inherit;
}
@media only screen and (max-width: 767px) {
  .articles-item-list .articles-item {
    padding: 6px 2px;
  }
}
.articles-item-list .articles-item .article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
}
.articles-item-list .articles-item .article-link .article-des {
  position: absolute;
  bottom: 0;
  padding: 8px 40px 5px;
  background: rgba(255, 255, 255, 0.7);
  color: #404040;
  top: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .articles-item-list .articles-item .article-link .article-des {
    padding: 3px 4px 3px 8px;
  }
}
.articles-item-list .articles-item .article-link .article-des .product-title {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .articles-item-list .articles-item .article-link .article-des .product-title {
    font-size: 9px;
  }
}
.articles-item-list .articles-item .article-link .article-des:after {
  /*background-image: url(../img/arti-pin.png);*/
  content: "";
  height: 25px;
  width: 25px;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  top: -5px;
}
@media only screen and (max-width: 767px) {
  .articles-item-list .articles-item .article-link .article-des:after {
    height: 10px;
    width: 10px;
    top: -1px;
  }
}
.articles-item-list .articles-item .article-link img {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.articles-item-list .articles-item .article-link:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.articles-item-list .articles-item .article-link .aricle-img {
  padding: 27.2%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .articles-item-list .articles-item .article-link .aricle-img {
    padding: 29%;
  }
}

.article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .article-link {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
       -moz-box-orient: inherit;
       -moz-box-direction: inherit;
            flex-direction: inherit;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}
.article-link:hover {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
.article-link .article-des {
  color: #404040;
  padding: 15px 15px 6px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.article-link .article-des .article-des-bottom,
.article-link .article-des .article-des-top {
  display: block;
}
@media only screen and (max-width: 767px) {
  .article-link .article-des {
    padding: 3px 8px;
  }
}
.article-link .article-des .product-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .article-link .article-des .product-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .article-link .article-des .product-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .article-link .article-des .product-title {
    font-size: 14px;
  }
}
.article-link .article-des .pro-des {
  color: #474747;
  line-height: 1.2;
  font-size: 14px;
  padding-right: 40px;
  display: block;
  margin: 17px 0 0;
}
@media only screen and (max-width: 1024px) {
  .article-link .article-des .pro-des {
    font-size: 13px;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .article-link .article-des .pro-des {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .article-link .article-des .pro-des {
    font-size: 9px;
  }
}
.article-link img {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.article-link:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.article-link .aricle-img {
  padding: 27.2%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .article-link .aricle-img {
    padding: 16.8%;
  }
}

.article-product-view {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .article-product-view {
    margin: 0 -5px;
  }
}
.article-product-view .masonry-grid-column {
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
     -moz-box-flex: 0;
          flex: 0 0 33.33%;
}
.article-product-view.list-active .article-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.article-product-view.list-active .article-link .aricle-img {
  padding: 21%;
}
.article-product-view.list-active .article-link .article-des .pro-des {
  padding-right: 0;
  margin: 6px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 60px;
  font-size: 13px;
}
.article-product-view.list-active .article-product-list-cover .auth-count {
  font-size: 0;
}
.article-product-view .article-link .top-pin {
  /*background-image: url(../img/arti-pin.png);*/
  content: "";
  height: 25px;
  width: 25px;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  top: -5px;
  z-index: 2;
  opacity: 1;
}
.article-product-view .article-link:hover {
  -webkit-box-shadow: 0px 9px 6px 2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 9px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 6px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .article-product-view .article-link:hover {
    -webkit-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.3);
  }
}

.paginaion {
  text-align: center;
  padding-bottom: 15px;
}
@media only screen and (max-width: 500px) {
  .paginaion {
    padding-bottom: 5px;
  }
}
.paginaion span {
  padding-bottom: 25px;
  display: block;
  position: relative;
  font-size: 11px;
}
@media only screen and (max-width: 500px) {
  .paginaion span {
    font-size: 9px;
  }
}
.paginaion span::after {
  background-image: url(../img/down-arrow.png);
  content: "";
  height: 17px;
  width: 20px;
  -moz-background-size: 100%;
    -o-background-size: 100%;
       background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 19px;
}
.paginaion ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #0075b9;
}
.paginaion ul li {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 0 1px;
}
@media only screen and (max-width: 500px) {
  .paginaion ul li {
    height: 14px;
    width: 14px;
  }
}
.paginaion ul li:hover a {
  background-color: #de0a0a;
  color: #ffffff;
}
.paginaion ul li.active a {
  background-color: #de0a0a;
  color: #ffffff;
}
.paginaion ul li a {
  color: #0075b9;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 15px;
}
@media only screen and (max-width: 500px) {
  .paginaion ul li a {
    font-size: 10px;
    height: 14px;
    width: 14px;
  }
}
.paginaion ul .next-link,
.paginaion ul .prev-link {
  margin: 0 5px;
}
.paginaion ul .next-link:hover a, .paginaion ul .next-link.active a,
.paginaion ul .prev-link:hover a,
.paginaion ul .prev-link.active a {
  background-color: transparent;
}
.paginaion ul .next-link:hover a:after, .paginaion ul .next-link.active a:after,
.paginaion ul .prev-link:hover a:after,
.paginaion ul .prev-link.active a:after {
  border-width: 3px 3px 0 0;
}
.paginaion ul .next-link a,
.paginaion ul .prev-link a {
  font-size: 0;
  margin-right: 8px;
  width: 14px;
}
.paginaion ul .next-link a.active:after,
.paginaion ul .prev-link a.active:after {
  border-width: 3px 3px 0 0;
}
.paginaion ul .next-link a:after,
.paginaion ul .prev-link a:after {
  content: "";
  top: 2px;
  height: 13px;
  width: 13px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  position: absolute;
  border-color: #0075b9;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 4px;
}
@media only screen and (max-width: 500px) {
  .paginaion ul .next-link a:after,
.paginaion ul .prev-link a:after {
    height: 9px;
    width: 9px;
    left: 0;
  }
}
.paginaion ul .next-link a {
  margin-left: 8px;
  margin-right: 0;
}
.paginaion ul .next-link a:after {
  -webkit-transform: rotate(43deg);
     -moz-transform: rotate(43deg);
       -o-transform: rotate(43deg);
          transform: rotate(43deg);
}
@media only screen and (max-width: 500px) {
  .paginaion ul .next-link a:after {
    right: 0;
    left: auto;
  }
}

.product-list-cover {
  -webkit-box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 4px 1px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.product-list-cover .procedures-link {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-list-cover {
    -webkit-box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 4px 4px 1px rgba(0, 0, 0, 0.2);
  }
  .product-list-cover .slick-next,
.product-list-cover .slick-prev {
    top: auto;
    bottom: -13px;
    height: 14px;
    width: 14px;
  }
  .product-list-cover .slick-next {
    right: 0;
  }
  .product-list-cover .slick-next:after {
    height: 10px;
    width: 10px;
    left: 0;
  }
  .product-list-cover .slick-prev {
    left: 0;
  }
  .product-list-cover .slick-prev:after {
    height: 10px;
    width: 10px;
    right: 0;
  }
}
.product-list-cover .total-product {
  display: block;
  text-align: center;
  margin: -4px 0 0;
  font-size: 12px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .product-list-cover .total-product {
    margin: 0 0 4px;
    font-size: 10px;
    padding-bottom: 3px;
    line-height: 1;
  }
}

.article-product-list-cover .article-link .product-title {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.article-product-list-cover .article-link:hover .product-title {
  color: #0075b9;
}
.article-product-list-cover .article-product-list-item {
  padding: 15px 20px;
}
@media only screen and (max-width: 991px) {
  .article-product-list-cover .article-product-list-item {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article-product-list-cover .article-product-list-item {
    padding: 4px 6px;
  }
}
.article-product-list-cover .auth-des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  color: #4d4d4d;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .article-product-list-cover .auth-des {
    font-size: 11px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .article-product-list-cover .auth-des {
    margin-top: 4px;
  }
}
.article-product-list-cover .auth-des b {
  font-family: "Helvetica bold";
  color: #de0a0a;
}
.article-product-list-cover .auth-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .article-product-list-cover .auth-count {
    font-size: 0;
  }
}
.article-product-list-cover .auth-count .auth-tag {
  height: 16px;
  width: 16px;
  font-size: 10px;
  color: #0075b9;
  margin-left: 5px;
  background-image: url(../img/msg-tag.png);
  text-align: center;
  line-height: 13px;
}

/**********************************************************
///////////////    ---footer---       /////////////////////
**********************************************************/
.footer {
  background-color: #0075b9;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 75px;
}
@media only screen and (max-width: 1024px) {
  .footer {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-bottom: 40px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 435px) {
  .footer .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 435px) {
  .footer {
    padding: 20px 0 10px;
  }
}
.footer .footer-bottom {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  text-align: left;
  padding-top: 15px;
}
.footer .footer-bottom .social-label {
  line-height: 1;
}
.footer .footer-bottom .footer-logo {
  padding: 14px 10px 10px;
}
.footer .footer-bottom .footer-logo img {
  max-width: 170px;
}
.footer .footer-bottom .social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
          justify-content: start;
  padding: 0 10px;
}
.footer .footer-bottom .social-icon .social-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.footer .footer-bottom .social-icon .social-icon-list .social-link {
  display: block;
  font-size: 0;
  padding: 0 3px;
}
.footer .footer-bottom .social-icon .social-icon-list .social-link img {
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer .footer-bottom .social-icon .social-icon-list .social-link:hover img {
  opacity: 0.8;
}
.footer .footer-bottom .copy-right {
  font-size: 14px;
}
.footer .footer-menulist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 4px 0;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 435px) {
  .footer .footer-menulist {
    display: block;
    text-align: left;
  }
}
.footer .footer-menulist .footer-menuitem {
  line-height: 1.1;
}
@media only screen and (max-width: 500px) {
  .footer .footer-menulist .footer-menuitem {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 435px) {
  .footer .footer-menulist .footer-menuitem {
    line-height: 1.1;
  }
}
.footer .footer-menulist .footer-menuitem:after {
  content: "-";
  right: 0;
}
@media only screen and (max-width: 435px) {
  .footer .footer-menulist .footer-menuitem:after {
    display: none;
  }
}
@media only screen and (max-width: 435px) {
  .footer .footer-menulist .footer-menuitem:last-child .footer-link {
    padding: 0;
  }
}
.footer .footer-menulist .footer-menuitem:last-child:after {
  display: none;
}
.footer .footer-menulist .footer-link {
  color: #ffffff;
  padding: 0 22px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer .footer-menulist .footer-link {
    padding: 0 12px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 435px) {
  .footer .footer-menulist .footer-link {
    padding: 0 0 15px 0;
    display: block;
    font-size: 14px;
  }
}
.footer .footer-menulist .footer-link:before {
  content: "";
  background-color: #ffffff;
  width: 0;
  height: 1px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .footer-menulist .footer-link:hover:before {
  width: 55%;
  opacity: 1;
}
@media only screen and (max-width: 435px) {
  .footer .footer-menulist .footer-link:hover:before {
    display: none;
  }
}

.main-cover {
  min-height: -webkit-calc(100vh - 362px);
  min-height: -moz-calc(100vh - 362px);
  min-height: calc(100vh - 362px);
}

#back-to-top {
  display: inline-block;
  background-color: #3b3b3b;
  width: 92px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  -o-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  -moz-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #back-to-top {
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 10px;
  }
}
#back-to-top:hover {
  background-color: #0075b9;
}
#back-to-top:after {
  line-height: 50px;
  color: #ffffff;
  font-size: 22px;
  content: "";
  height: 16px;
  width: 16px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #ffffff;
  bottom: 5px;
  -webkit-transform: rotate(-43deg);
     -moz-transform: rotate(-43deg);
       -o-transform: rotate(-43deg);
          transform: rotate(-43deg);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 40%;
}
@media only screen and (max-width: 767px) {
  #back-to-top:after {
    font-size: 17px;
  }
}
#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-to-top.active {
  background-color: #555;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.footer-banner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  background: #dfedfd;
  padding: 0 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  z-index: 99;
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.footer-banner .offer-text {
  color: #4d4d4d;
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.footer-banner .offer-text span {
  display: block;
  padding: 5px 0 18px 0;
  line-height: 1.1;
}
.footer-banner .offer-text span:after {
  background-image: url(../img/down-arrow.png);
  content: "";
  height: 17px;
  width: 20px;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2px;
}
.footer-banner .offer-text b {
  font-family: "Helvetica bold";
}
.footer-banner .header-link-option {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
}
.footer-banner .header-link-option .bottom-link-icon {
  width: 5px;
  display: block;
  height: 5px;
  background: #0075b9;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  position: relative;
  margin: 0 auto;
}
.footer-banner .header-link-option .bottom-link-icon:before {
  top: -7px;
}
.footer-banner .header-link-option .bottom-link-icon:before, .footer-banner .header-link-option .bottom-link-icon:after {
  content: "";
  width: 5px;
  display: block;
  height: 5px;
  background: #0075b9;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-banner .header-link-option .bottom-link-icon:after {
  bottom: -7px;
}
.footer-banner .header-link-option .header-link-cover {
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  bottom: 40px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .footer-banner .header-link-option .header-link-cover {
    padding: 0 8rem;
  }
}
@media only screen and (max-width: 500px) {
  .footer-banner .header-link-option .header-link-cover {
    padding: 0;
  }
}
.footer-banner .header-link-option .header-link-cover .counter {
  top: 0;
}
.footer-banner .header-link-option .header-link-cover.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.footer-banner .header-link-option .header-link-cover .header-link {
  padding: 0 12px;
}
.footer-banner .header-link-option .header-link-cover .header-link:last-child {
  padding-right: 12px;
}
.footer-banner .header-link-option .header-link-cover .link-icon img {
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
}

.bread-crumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.bread-crumb ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.bread-crumb ul li:last-child a:after {
  display: none;
}
.bread-crumb ul li a {
  color: #0075b9;
  font-size: 12px;
  padding-right: 3px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-family: "Helvetica bold";
}
.bread-crumb ul li a:after {
  content: ">";
  color: #de0a0a;
  font-size: 12px;
  padding-left: 5px;
}
.bread-crumb .home-link {
  margin-right: 5px;
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: -3px;
}

.page-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-cover {
    display: block;
  }
}
.page-cover .article-product-view {
  -webkit-box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .page-cover .article-product-view {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-cover .article-product-view {
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  }
}
.page-cover .article-product-list-cover .article-product-list-item {
  padding: 15px 25px;
}
@media only screen and (max-width: 1024px) {
  .page-cover .article-product-list-cover .article-product-list-item {
    padding: 15px;
  }
}
.page-cover .left-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 76.9%;
     -moz-box-flex: 0;
          flex: 0 0 76.9%;
  max-width: 76.9%;
  padding-right: 46px;
}
@media only screen and (max-width: 1024px) {
  .page-cover .left-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 72%;
       -moz-box-flex: 0;
            flex: 0 0 72%;
    max-width: 72%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-cover .left-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
       -moz-box-flex: 0;
            flex: 0 0 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .page-cover .left-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.page-cover .right-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.1%;
     -moz-box-flex: 0;
          flex: 0 0 23.1%;
  max-width: 23.1%;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-cover .right-column {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
       -moz-box-flex: 0;
            flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 991px) {
  .page-cover .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
       -moz-box-flex: 0;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .page-cover .right-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-cover .page-title {
  font-size: 35px;
  color: #4d4d4d;
  padding-left: 35px;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .page-cover .page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-cover .page-title {
    font-size: 22px;
    padding: 0;
  }
}
.page-cover .page-des {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0 20px 72px;
  text-indent: 44px;
  -webkit-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1024px) {
  .page-cover .page-des {
    font-size: 13px;
    line-height: 1.3;
    padding: 0 0 20px 0;
  }
}
.page-cover .section-title-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
          align-items: start;
  margin: 20px 0 6px 0;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-cover .section-title-cover {
    padding-left: 0;
  }
}
.page-cover .section-title-cover .main-title {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .page-cover .section-title-cover .main-title {
    font-size: 18px;
  }
}
.page-cover .section-title-cover .list-grid-icon {
  margin: 10px 15px 0;
}
.page-cover .sidebar-cover .online-procedures {
  margin-top: 23px;
}
.page-cover .sidebar-cover .sidbar-title {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.page-cover .sidebar-cover .sidbar-title:after {
  content: "";
  height: 2px;
  width: 90%;
  background: #96c6e2;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 183px;
}
.page-cover .sidebar-cover .procedures-cover {
  padding: 0;
}
.page-cover .sidebar-cover .procedures-list .procedures-item {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  padding: 0 0 14px 0;
}
.page-cover .sidebar-cover .procedures-list .procedures-item .procedures-link {
  min-height: 70px;
  font-size: 17px;
  border-width: 2px;
  padding: 8px 30px 8px 20px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  font-family: "Helvetica bold";
}
.page-cover .sidebar-cover .procedures-list .procedures-item .procedures-link:hover:after {
  border-width: 3px 3px 0 0;
}
.page-cover .sidebar-cover .procedures-list .procedures-item .procedures-link:after {
  height: 13px;
  width: 13px;
  border-width: 2px 2px 0 0;
}
.page-cover .sidebar-cover .about-us-des-last {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  padding-top: 30px;
}
.page-cover .sidebar-cover .about-us-des-last .about-us-text {
  font-size: 22px;
  color: #ffffff;
  left: 6px;
  font-family: "Helvetica bold";
  line-height: 1.3;
}
.page-cover .sidebar-cover .about-us-des-last .about-us-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  background: rgba(245, 198, 193, 0.8);
}
.page-cover .sidebar-cover .search-link {
  margin-top: 18px;
}
.page-cover .sidebar-cover .search-link ul {
  margin-top: 15px;
  padding: 0 10px;
  display: inline-block;
}
.page-cover .sidebar-cover .search-link li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  float: left;
  width: 100%;
  line-height: 1;
  margin-bottom: 1px;
}
.page-cover .sidebar-cover .search-link li a {
  margin: 1px;
  font-size: 14px;
  color: #4d4d4d;
  background: #dfedfd;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #dfedfd;
}
@media only screen and (max-width: 1199px) {
  .page-cover .sidebar-cover .search-link li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-cover .sidebar-cover .search-link li a {
    font-size: 14px;
  }
}
.page-cover .sidebar-cover .search-link li a:hover {
  border-color: #0075b9;
}

.related-products {
  margin-top: 10px;
}
.related-products .main-title {
  margin-left: 67px;
}
@media only screen and (max-width: 767px) {
  .related-products .main-title {
    margin-left: 0;
  }
}
.related-products .total-product {
  display: block;
  text-align: center;
  margin: 4px 0 0;
  font-size: 14px;
  padding-bottom: 0;
  color: #333333;
}
.related-products .total-product b {
  font-size: 18px;
  color: #0075b9;
}
.related-products .slick-slider {
  padding: 0 2px;
}
.related-products .slick-slider .slick-prev {
  left: 8px;
}
.related-products .slick-slider .slick-next {
  right: 8px;
}
@media only screen and (max-width: 767px) {
  .related-products .slick-slider .slick-next:after {
    left: 0;
  }
}
.related-products .slick-slider .slick-next,
.related-products .slick-slider .slick-prev {
  top: auto;
  font-size: 0;
  height: 12px;
  width: 12px;
  bottom: -19px;
}
.related-products .slick-slider .slick-next:after,
.related-products .slick-slider .slick-prev:after {
  height: 12px;
  width: 12px;
}
.related-products .related-product-cover {
  margin: 10px -8px 0;
  padding: 0;
  -webkit-box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 4px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}
.related-products .related-product-cover .inner-title {
  top: -20px;
  font-size: 12px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .related-products .related-product-cover {
    margin: 22px 0;
  }
}

.related-item {
  padding: 8px;
}
@media only screen and (max-width: 500px) {
  .related-item {
    padding: 0;
  }
}
.related-item .related-item-cover {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 8px;
}
.related-item .related-item-cover:hover {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
}
.related-item .product-image-cover {
  display: block;
  position: relative;
}
.related-item .product-title {
  font-size: 16px;
  color: #0075b9;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .related-item .product-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .related-item .product-title {
    margin-top: 10px;
  }
}
.related-item .product-link {
  display: block;
  position: relative;
}
.related-item .product-link:focus {
  outline: none;
}
.related-item .product-tag {
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  max-width: 33px;
}
@media only screen and (max-width: 767px) {
  .related-item .product-tag {
    bottom: 0;
  }
}
.related-item .product-image {
  padding: 41%;
  display: block;
}
.related-item .product-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.related-item .percentage {
  background: #ff0000;
  color: #ffffff;
  font-size: 16px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .related-item .percentage {
    font-size: 12px;
  }
}
.related-item .produtc-flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.related-item .product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .related-item .product-price {
    display: block;
  }
}
.related-item .product-price .old-price {
  font-size: 18px;
  color: #333333;
  text-decoration: line-through;
}
@media only screen and (max-width: 1024px) {
  .related-item .product-price .old-price {
    font-size: 16px;
  }
}
.related-item .product-price .new-price {
  font-size: 18px;
  color: #ff1a16;
  padding: 0 5px;
  font-family: "Helvetica bold";
}
@media only screen and (max-width: 1024px) {
  .related-item .product-price .new-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .related-item .product-price .new-price {
    padding: 0 8px;
  }
}
.related-item .product-price .discount-price {
  font-size: 12px;
  color: #595959;
}
@media only screen and (max-width: 1024px) {
  .related-item .product-price .discount-price {
    font-size: 11px;
  }
}
.related-item .shipping-charge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .related-item .shipping-charge {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .related-item .shipping-charge {
    margin-top: 5px;
  }
}
.related-item .shipping-time {
  font-size: 12px;
  color: #595959;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .related-item .shipping-time {
    font-size: 11px;
  }
}
.related-item .produtc-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.related-item .produtc-review .review-text {
  margin-left: 5px;
  font-size: 12px;
}
.related-item .produtc-review img {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .related-item .produtc-review img {
    max-width: 13px;
  }
}
.related-item .action-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.related-item .info-link {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .related-item .info-link {
    padding-left: 0;
  }
}
.related-item .view-more-link,
.related-item .info-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .related-item .view-more-link,
.related-item .info-link {
    font-size: 12px;
  }
}
.related-item .view-more-link img,
.related-item .info-link img {
  margin-left: 4px;
  max-width: 14px;
}
@media only screen and (max-width: 767px) {
  .related-item .view-more-link img,
.related-item .info-link img {
    max-width: 10px;
  }
}
.related-item .view-more-link {
  max-width: 112px;
  color: #000;
  min-width: inherit;
}
@media only screen and (max-width: 767px) {
  .related-item .view-more-link {
    padding: 3px 7px;
  }
}
.related-item .view-more-link img {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .related-item .view-more-link img {
    margin-left: 7px;
  }
}

.add-whishlist {
  display: block;
  max-width: 22px;
  height: 18px;
  width: 22px;
  position: relative;
}
.add-whishlist .whishlist-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
.add-whishlist .whishlist-cover:focus {
  outline: none;
}
.add-whishlist .whishlist-cover img {
  max-width: 25px;
}
.add-whishlist .whishlist-cover img:focus {
  outline: none;
}
.add-whishlist .whishlist-cover:after {
  content: "+";
  position: absolute;
  top: -8px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-weight: 600;
  background: #ffffff;
  color: #0075b9;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  right: -5px;
}
.add-whishlist .check-wh {
  display: none;
}
.add-whishlist .active-check-radio:after {
  content: "-";
  top: -12px;
  font-size: 20px;
  right: -7px;
}
.add-whishlist .active-check-radio .check-wh {
  display: block;
}
.add-whishlist .active-check-radio .uncheck-wh {
  display: none;
}

.category-page {
  padding: 0 55px;
}
@media only screen and (max-width: 991px) {
  .category-page {
    padding: 0 15px;
  }
}

.category_page .footer {
  margin-bottom: 0;
}

.left-column p,
.left-column .p {
  color: #727272;
  font-size: 16px;
  line-height: 1.4;
  margin-left: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .left-column p,
.left-column .p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .left-column p,
.left-column .p {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 500px) {
  .left-column p,
.left-column .p {
    font-size: 14px;
    margin-left: 0;
  }
}
.left-column h1,
.left-column .h1 {
  line-height: 1.2;
  font-size: 30px;
  color: #000;
  position: relative;
  padding-left: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .left-column h1,
.left-column .h1 {
    font-size: 28px;
    padding-left: 27px;
  }
}
@media only screen and (max-width: 500px) {
  .left-column h1,
.left-column .h1 {
    font-size: 22px;
  }
}
.left-column h1:before,
.left-column .h1:before {
  position: absolute;
  content: "";
  top: 8px;
  left: -27px;
  /*background-image: url(../img/arti-pin.png);*/
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  height: 22px;
  width: 22px;
}
@media only screen and (max-width: 1024px) {
  .left-column h1:before,
.left-column .h1:before {
    left: 0;
  }
}
.left-column .title {
  color: #4d4d4d;
  margin-left: 24px;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .left-column .title {
    margin-left: 0;
  }
}
.left-column .title::before {
  display: none;
}
.left-column h2,
.left-column .h2 {
  font-size: 28px;
  margin-left: 78px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  .left-column h2,
.left-column .h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .left-column h2,
.left-column .h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .left-column h2,
.left-column .h2 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .left-column h2,
.left-column .h2 {
    font-size: 20px;
    margin-left: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.left-column h3,
.left-column .h3 {
  color: #0075b9;
  line-height: 1.2;
  font-size: 18px;
  margin-left: 65px;
}
@media only screen and (max-width: 1024px) {
  .left-column h3,
.left-column .h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 500px) {
  .left-column h3,
.left-column .h3 {
    font-size: 17px;
    margin-left: 7px;
    margin-bottom: 7px;
  }
}
.left-column .auther-block-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.left-column .auther-img-cover {
  width: 100%;
  max-width: 50px;
}
.left-column .auther-img-cover .th-img {
  padding-top: 100%;
}
.left-column .auther-dtl {
  margin-left: 30px;
}
.left-column .auther-dtl strong {
  font-size: 14px;
}
.left-column .auther-dtl p {
  font-size: 12px;
  margin: 0;
}
.left-column .big-img-cover {
  width: 100%;
  max-width: 690px;
  margin: 15px auto;
}
.left-column .big-img-cover .th-img {
  padding-top: 50%;
}
.left-column ul li {
  color: #4d4d4d;
  margin-left: 24px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .left-column ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .left-column ul li {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 500px) {
  .left-column ul li {
    font-size: 13px;
    margin-left: 0;
  }
}
.left-column ul li::before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #0075b9;
  border: 1px solid #06c5fe;
  display: block;
  float: left;
  margin-top: 7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-left: 22px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .left-column ul li::before {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .left-column ul li::before {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 500px) {
  .left-column ul li::before {
    margin-top: 4px;
  }
}
.left-column .comments {
  margin-left: 115px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .left-column .comments {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .left-column .comments {
    margin-left: 10px;
  }
}
.left-column .comments strong {
  font-size: 12px;
}
.left-column .comments ul li {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .left-column .comments ul li {
    line-height: 1.2;
  }
}
.left-column .comments ul li ul {
  border-left: 2px solid #91c3e1;
}
.left-column .comments ul li .cmnt-dtl {
  margin-bottom: 10px;
}
.left-column .comments ul li a {
  color: #4d4d4d;
}
.left-column .comments ul li a:hover {
  color: #0075b9;
}
@media only screen and (max-width: 500px) {
  .left-column .comments ul li a {
    font-size: 14px;
  }
}
.left-column .comments ul li p {
  font-size: 15px;
  margin-left: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .left-column .comments ul li p {
    line-height: 1.2;
  }
}
.left-column .comments ul li:before {
  display: none;
}
.left-column .comments ul li .cmnt-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.left-column .comments .cmnt-img-cover {
  width: 100%;
  max-width: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  border: 2px solid #999999;
  margin-right: 15px;
  margin-bottom: 3px;
}
.left-column .comments .cmnt-img-cover .th-img {
  padding-top: 100%;
}

.v-hidden {
  visibility: hidden
}