@import url(https://fonts.googleapis.com/css?family=Roboto);/*!
 * Viewer.js v1.9.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-12-06T11:25:10.724Z
 */

.viewer-zoom-in::before,
.viewer-zoom-out::before,
.viewer-one-to-one::before,
.viewer-reset::before,
.viewer-prev::before,
.viewer-play::before,
.viewer-next::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen::before,
.viewer-fullscreen-exit::before,
.viewer-close::before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-size: 280px;
  color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 20px;
}

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.viewer-container::-moz-selection,
.viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
  background-color: transparent;
}

.viewer-container::selection,
.viewer-container *::selection {
  background-color: transparent;
}

.viewer-container:focus {
  outline: 0;
}

.viewer-container img {
  display: block;
  height: auto;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
  height: auto;
  margin: 15px auto;
  max-width: 90% !important;
  width: auto;
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
  color: transparent;
  cursor: pointer;
  float: left;
  font-size: 0;
  height: 50px;
  line-height: 0;
  opacity: 0.5;
  overflow: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  width: 30px;
}

.viewer-list > li:focus,
.viewer-list > li:hover {
  opacity: 0.75;
}

.viewer-list > li:focus {
  outline: 0;
}

.viewer-list > li + li {
  margin-left: 1px;
}

.viewer-list > .viewer-loading {
  position: relative;
}

.viewer-list > .viewer-loading::after {
  border-width: 2px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
}

.viewer-list > .viewer-active,
.viewer-list > .viewer-active:focus,
.viewer-list > .viewer-active:hover {
  opacity: 1;
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
  left: 0;
  position: absolute;
  top: 0;
}

.viewer-toolbar > ul {
  display: inline-block;
  margin: 0 auto 5px;
  overflow: hidden;
  padding: 6px 3px;
}

.viewer-toolbar > ul > li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  float: left;
  height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 24px;
}

.viewer-toolbar > ul > li:focus,
.viewer-toolbar > ul > li:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-toolbar > ul > li:focus {
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  outline: 0;
  position: relative;
  z-index: 1;
}

.viewer-toolbar > ul > li::before {
  margin: 2px;
}

.viewer-toolbar > ul > li + li {
  margin-left: 1px;
}

.viewer-toolbar > ul > .viewer-small {
  height: 18px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 18px;
}

.viewer-toolbar > ul > .viewer-small::before {
  margin: -1px;
}

.viewer-toolbar > ul > .viewer-large {
  height: 30px;
  margin-bottom: -3px;
  margin-top: -3px;
  width: 30px;
}

.viewer-toolbar > ul > .viewer-large::before {
  margin: 5px;
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
  opacity: 1;
}

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
.viewer-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button:focus {
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
  outline: 0;
}

.viewer-button::before {
  bottom: 15px;
  left: 15px;
  position: absolute;
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
  -webkit-animation: viewer-spinner 1s linear infinite;
  animation: viewer-spinner 1s linear infinite;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
.viewer-zoom-in,
.viewer-zoom-out,
.viewer-one-to-one,
.viewer-reset,
.viewer-prev,
.viewer-play,
.viewer-next,
.viewer-rotate-left,
.viewer-rotate-right,
.viewer-flip-horizontal,
.viewer-flip-vertical,
.viewer-fullscreen,
.viewer-fullscreen-exit,
.viewer-close {
  &::before {
    background-image: url(/images/vendor/viewerjs/src/icons.png?26574ebb1d1a731d3cd6227703281fe4);
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }
}

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  &::-moz-selection, & *::-moz-selection {
    background-color: transparent;
  }

  &::selection,
  & *::selection {
    background-color: transparent;
  }

  &:focus {
    outline: 0;
  }

  & img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }
}

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;

  & > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }
}

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;

  & > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    width: 30px;

    &:focus,
    &:hover {
      opacity: 0.75;
    }

    &:focus {
      outline: 0;
    }

    & + li {
      margin-left: 1px;
    }
  }

  & > .viewer-loading {
    position: relative;

    &::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }
  }

  & > .viewer-active,
  & > .viewer-active:focus,
  & > .viewer-active:hover {
    opacity: 1;
  }
}

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;

  & > img {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.viewer-toolbar {
  & > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;

    & > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s;
      width: 24px;

      &:focus,
      &:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

      &:focus {
        -webkit-box-shadow: 0 0 3px #fff;
                box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

      &::before {
        margin: 2px;
      }

      & + li {
        margin-left: 1px;
      }
    }

    & > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;

      &::before {
        margin: -1px;
      }
    }

    & > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;

      &::before {
        margin: 5px;
      }
    }
  }
}

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 5% 5px;
  max-width: 90%;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;

  &:hover {
    opacity: 1;
  }
}

.viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;

  &:focus,
  &:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  &:focus {
    -webkit-box-shadow: 0 0 3px #fff;
            box-shadow: 0 0 3px #fff;
    outline: 0;
  }

  &::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }
}

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.viewer-loading {
  &::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
            animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
.comment {
  margin-top: 30px;
}

.comment.col-12 {
  padding: 0;
}

.comment ::-webkit-input-placeholder {
  font-style: italic;
  color: #949494;
}

.comment .comment_form {
  border-bottom: 2px solid #ccd0d5;
  padding-bottom: 10px;
}

.comment .comment_form .d-flex {
  display: flex;
}

.comment .comment_form h3 {
  font-size: 18px;
  font-weight: bold;
}

.comment .comment_form .comment_content {
  margin: 20px 0;
}

.comment .comment_form .comment_content .comment_textarea {
  width: 100%;
}

.comment .comment_form .comment_content .comment_textarea .textarea {
  padding-left: 10px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
  outline: none;
  font-size: 14px;
}

.comment .comment_form .fa {
  font-size: 15px;
  width: 37px;
  height: 37px;
  background: #f07c00;
  color: #fff;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment .comment_form input[type=submit] {
  padding: 8px 15px;
  background: #d67105;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.comment .comment_show {
  margin: 20px 0;
}

.comment .comment_show .comment_ava {
  margin-right: 14px;
}

.comment .comment_show .comment_textarea {
  margin-top: -4px;
}

.comment .comment_show .comment_textarea .comment_user {
  font-weight: bold;
  margin-right: 10px;
}

.comment .comment_show .comment_textarea .comment_date {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.comment .comment_ava {
  margin-right: 9px;
}

.comment .comment_ava .comment_img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.comment .comment_ava .comment_img img {
  width: 100%;
  margin-top: 0px;
}

.title-category-service {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px auto 30px;
}

section {
  background: #f6f6f6;
}

section .breadcrumbs li {
  display: inline-block;
}

section .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section .breadcrumbs li a:hover {
  color: #ec1c24;
}

section .quote-wrap {
  padding: 0px;
}

section .quote-wrap .quote {
  margin-bottom: 1075px;
}

section .quote-wrap .quote--content {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

section .quote-wrap .sidebar .categories__header {
  font-family: "Nunito", sans-serif;
  height: 40px;
  background-color: #ec1c24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

section .quote-wrap .sidebar .categories__body {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

section .quote-wrap .sidebar .categories__body .sidenav {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .dropdown-btn {
  padding: 15px 22px 10px 17px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .dropdown-btn i {
  margin-right: 10px;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .dropdown-btn:hover {
  color: #ec1c24;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .active {
  background-color: none;
  color: #ec1c24;
}

section .quote-wrap .sidebar .categories__body .sidenav .category hr {
  width: 85%;
  border: 1px solid #efefef;
  margin: auto;
}

section .quote-wrap .sidebar .categories__body .sidenav .category a:hover {
  transition: 0.2s;
  margin-left: 10px;
}

section .quote-wrap .sidebar .categories__body .sidenav .category a {
  transition: 0.2s;
}

section .quote-wrap .sidebar .categories__body .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 40px;
}

section .quote-wrap .sidebar .categories__body .dropdown-container a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}

section .quote-wrap .sidebar .categories__body .dropdown-container a:hover {
  color: #ec1c24;
}

@media only screen and (max-width: 575px) {
  section .quote-wrap {
    display: flex;
  }

  section .quote-wrap .quote {
    order: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  section .quote-wrap .quote--content {
    width: 70%;
  }

  section .quote-wrap .sidebar {
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  section .quote-wrap .sidebar .categories {
    width: 70%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section .quote-wrap {
    display: flex;
  }

  section .quote-wrap .quote {
    order: 2;
    margin-bottom: 30px;
  }

  section .quote-wrap .sidebar {
    order: 1;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section .quote-wrap .quote {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section .quote-wrap .quote {
    margin-bottom: 300px;
  }
}

section.search {
  background: #f6f6f6;
}

section.search .breadcrumbs li {
  display: inline-block;
}

section.search .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section.search .breadcrumbs li a:hover {
  color: #ec1c24;
}

section.search .hightligt {
  background-color: yellow !important;
}

section.search .list-heading {
  margin-bottom: 30px;
}

section.search .post-wrap {
  padding: 0px;
  padding-bottom: 100px;
}

section.search .post-wrap .post__body {
  text-align: left;
  overflow: hidden;
  font-family: "Nunito", sans-serif;
  margin-bottom: 30px;
}

section.search .post-wrap .post__body__wrap {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 30px;
}

section.search .post-wrap .post__body__wrap .post-thumbnail {
  overflow: hidden;
  background-color: #fff;
  flex: none;
  border-radius: 6px;
  margin-bottom: 10px;
}

section.search .post-wrap .post__body__wrap .post-thumbnail img {
  width: 100%;
  min-height: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}

section.search .post-wrap .post__body__wrap .post-thumbnail img:hover {
  transform: scale(1.1);
}

section.search .post-wrap .post__body__wrap--name {
  margin-bottom: 20px;
}

section.search .post-wrap .post__body__wrap--name a {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #1a1a1a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.search .post-wrap .post__body__wrap--name a:hover {
  color: #ec1c24;
}

section.search .post-wrap .post__body__wrap--time {
  position: relative;
  width: 100%;
}

section.search .post-wrap .post__body__wrap--time .entry-title {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 16px;
  color: #333;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  section.search .post-wrap .post__body__wrap--time .entry-title {
    height: 42px;
    overflow: hidden;
  }
}

section.search .post-wrap .post__body__wrap--time ul.entry-meta {
  font-size: 12px;
  font-style: italic;
  color: #707070;
  margin: 0 -7px 10px;
}

section.search .post-wrap .post__body__wrap--time ul.entry-meta li {
  padding: 0 7px;
  display: inline-block;
}

section.search .post-wrap .post__body__wrap--time ul.entry-meta li i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

section.search .post-wrap .post__body:last-child .post__body__wrap:last-child {
  border: none;
}

section.search .post-wrap .post__body .pagination__post .page-item.active .page-link {
  background: #f07c00 !important;
  color: #ffffff !important;
}

section.search .post-wrap .post__body .pagination__post .page-item .page-link {
  border: 1px solid #dbdbdb;
  color: black !important;
}

section.search .post-wrap .sidebar .categories__header {
  font-family: "Nunito", sans-serif;
  height: 40px;
  background-color: #ec1c24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

section.search .post-wrap .sidebar .categories__body {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

section.search .post-wrap .sidebar .categories__body .sidenav {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category .dropdown-btn {
  padding: 15px 22px 10px 17px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category .dropdown-btn i {
  margin-right: 10px;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category .dropdown-btn:hover {
  color: #ec1c24;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category .active {
  background-color: none;
  color: #ec1c24;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category hr {
  width: 85%;
  border: 1px solid #efefef;
  margin: auto;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category a:hover {
  transition: 0.2s;
  margin-left: 10px;
}

section.search .post-wrap .sidebar .categories__body .sidenav .category a {
  transition: 0.2s;
}

section.search .post-wrap .sidebar .categories__body .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 40px;
}

section.search .post-wrap .sidebar .categories__body .dropdown-container a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}

section.search .post-wrap .sidebar .categories__body .dropdown-container a:hover {
  color: #ec1c24;
}

@media screen and (max-width: 1200px) {
  section.search .wapper-main {
    display: flex;
    flex-direction: column;
  }

  section.search .wapper-main .sidebar {
    order: 2;
  }
}

.tab-search {
  margin-bottom: 30px !important;
}

.tab-search li .active {
  color: #f07c00;
  background: #eeeeee;
}

.alert-error {
  background: #39b3e8;
  color: white;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 1200px) {
  .alert-error {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  section.search .post-wrap .sidebar {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.saerch .post-wrap {
    display: flex;
  }

  section.saerch .post-wrap .post {
    order: 2;
  }

  section.saerch .post-wrap .sidebar {
    order: 1;
    margin-bottom: 50px;
  }
}

section {
  background: #f6f6f6;
}

section .breadcrumbs li {
  display: inline-block;
}

section .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section .breadcrumbs li a:hover {
  color: #ec1c24;
}

section .info {
  text-align: center;
}

section .info__wrap__title {
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 40px;
  text-transform: uppercase;
}

section .info__wrap__body {
  width: 50%;
  display: inline-block;
}

section .info__wrap__body--name {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

section .info__wrap__body--name label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

section .info__wrap__body--name input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  outline: none;
}

section .info__wrap__body--email {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

section .info__wrap__body--email label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

section .info__wrap__body--email input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  outline: none;
}

section .info__wrap__body--phone {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

section .info__wrap__body--phone label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

section .info__wrap__body--phone input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  outline: none;
}

section .info__wrap__body--address {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

section .info__wrap__body--address label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

section .info__wrap__body--address input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  outline: none;
}

section .info__wrap__body--select {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

section .info__wrap__body--select label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

section .info__wrap__body--select select {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background-image: url(/uploads/upload/down-chevron.png);
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-size: 16px;
  background-repeat: no-repeat;
}

section .info__wrap__body--content {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
  margin-bottom: 50px !important;
}

section .info__wrap__body--content label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

section .info__wrap__body--content textarea {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  outline: none;
  height: 80px;
  padding: 10px 20px;
}

section .info__wrap__body--submit {
  margin-bottom: 142px;
}

section .info__wrap__body--submit input {
  width: 76px;
  height: 37px;
  font-family: "Nunito", sans-serif;
  border-radius: 4px;
  background-color: #f07c00;
  border: 0px;
  outline: none;
  color: white;
}

section .info__wrap__body--submit input:hover {
  background: black;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  section .info__wrap__body {
    width: 100%;
  }

  section .info__wrap__body--select select {
    background-position-x: 95%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section .info__wrap__body {
    width: 100%;
  }

  section .info__wrap__body--select select {
    background-position-x: 95%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section .info__wrap__body {
    width: 75%;
  }

  section .info__wrap__body--select select {
    background-position-x: 95%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section .info__wrap__body {
    width: 60%;
  }
}

.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-animation: header 0.7s;
          animation: header 0.7s;
}

@-webkit-keyframes header {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes header {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
  }
}

header {
  background-color: white;
  position: relative;
  z-index: 99999;
}

header .header-middle {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

header .header-middle.header-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid #efefef;
}

@media (min-width: 1200px) {
  header .header-middle ul.header-middle-navigation {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  header .header-middle ul.header-middle-navigation li {
    position: relative;
  }

  header .header-middle ul.header-middle-navigation li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    padding: 0;
    padding-right: 30px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  header .header-middle ul.header-middle-navigation li.menu-item-has-children a span.cs-menu-toggle {
    margin-left: 6px;
  }

  header .header-middle ul.header-middle-navigation li:first-child a {
    padding-left: 0;
  }

  header .header-middle ul.header-middle-navigation li:last-child a {
    padding-right: 0;
  }

  header .header-middle ul.header-middle-navigation li .dropdown-content {
    border-top: 3px solid #f07c00;
    width: 270px;
  }

  header .header-middle ul.header-middle-navigation li .dropdown-content li {
    padding: 0 16px;
    color: #242424;
    transition: all 0.2s ease 0s;
  }

  header .header-middle ul.header-middle-navigation li .dropdown-content li a {
    color: #242424;
    padding: 11px 0px 11px 0;
    display: block;
    position: relative;
    margin-right: 0;
    transition: none;
  }

  header .header-middle ul.header-middle-navigation li .dropdown-content li a span.cs-menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  header .header-middle ul.header-middle-navigation li .dropdown-content li a:hover {
    background: none;
    color: #f07c00;
  }

  header .header-middle ul.header-middle-navigation li .dropdown-content li:hover a {
    border-color: #f07c00;
  }

  header .header-middle ul.header-middle-navigation li:hover .dropdown-content {
    top: auto;
    opacity: 1;
    visibility: visible;
    border-left: 0;
    overflow: inherit;
    clip: inherit !important;
  }

  header .header-middle ul.header-middle-navigation > li:hover a.nav-link,
  header .header-middle ul.header-middle-navigation > li.active a.nav-link {
    color: #f07c00;
  }

  header .header-middle ul.header-middle-navigation > li.current-menu-item > a {
    color: #f07c00;
  }

  header .header-middle ul.header-middle-navigation > li a.nav-link {
    font-size: 18px;
    font-weight: 600;
  }
}

header .header-middle .searchform {
  position: relative;
}

header .header-middle .searchform input {
  height: 40px;
  border-radius: 20px;
  border: solid 1px #cccccc;
  background-color: #f8fcff;
  font-size: 16px;
  padding: 5px 60px 5px 16px;
  box-shadow: none;
  width: 100%;
}

header .header-middle .searchform .btn__search {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 60px;
  padding: 0;
  color: #242424;
  background: transparent;
  border: none;
}

header .header-middle .searchform .btn__search:focus {
  outline: none;
}

header .header-middle .header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -5px;
  position: relative;
}

@media (min-width: 1200px) {
  header .header-middle .header-mobile {
    display: none;
  }
}

header .header-middle .header-mobile li {
  padding: 0 5px;
}

header .header-middle .header-mobile li.header-search {
  width: 100%;
}

header .header-middle .header-mobile li.header-search .search-mobile {
  color: #f07c00;
  font-size: 18px;
  text-align: right;
  cursor: pointer;
}

header .header-middle .header-mobile li.header-search form {
  top: 100%;
  position: absolute;
  z-index: -1;
  width: 280px;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

header .header-middle .header-mobile li.header-search form.active {
  opacity: 1;
  z-index: 99;
}

header .header-middle .header-mobile li.header-search .searchform.active form {
  opacity: 1;
  z-index: 1;
  top: 22px;
}

header .header-middle .header-mobile .site-branding {
  position: relative;
  padding: 15px 0;
}

header .header-middle .header-mobile .site-branding img {
  max-width: 140px;
  height: auto;
}

header .header-middle .header-mobile .site-branding p {
  margin-bottom: 15px;
}

header .header-middle .header-mobile p,
header .header-middle .header-mobile img {
  margin-bottom: 0;
}

header .header-middle .header-mobile .header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  background: #fff;
  text-align: left;
  box-shadow: 0px 5px 10px -4px #ccc;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  header .header-middle .header-mobile .header-navigation .dropdown-content {
    background: none;
  }
}

header .header-middle .header-mobile .header-navigation .navi-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 6px 5px 16px;
  align-items: center;
  background: #efeff4;
}

header .header-middle .header-mobile .header-navigation .navi-top .navi-left {
  display: flex;
  align-items: center;
}

header .header-middle .header-mobile .header-navigation .navi-top .navi-left img {
  max-width: 140px;
  height: auto;
}

header .header-middle .header-mobile .header-navigation .navi-top .navi-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f07c00;
  margin-top: 0px;
}

header .header-middle .header-mobile .header-navigation .navi-top .navbar-toggle {
  margin-right: 5px;
  padding: 7px 5px 0;
  cursor: pointer;
  border-radius: 0;
}

header .header-middle .header-mobile .header-navigation .navi-top .navi-close {
  padding: 5px 5px 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.5s ease 0s;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation {
  display: block;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation .dropdown {
  display: block;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation .dropdown .dropdown-content {
  position: relative;
  box-shadow: none;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation .dropdown:hover .dropdown-content {
  display: none;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation li {
  position: relative;
  padding: 0 6px;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation li a {
  display: block;
  padding: 10px 46px 10px 16px;
  border-bottom: 1px solid #dbdbdb;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation li.active a.nav-link {
  color: #f07c00 !important;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation > li {
  padding: 0;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation > li a.nav-link {
  display: block;
  font-weight: 500;
  font-size: 14px;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation > li span.cs-menu-toggle {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  width: 46px;
  text-align: center;
  line-height: 37px;
  transition: all 0.5s ease 0s;
}

header .header-middle .header-mobile .header-navigation ul.header-bottom-navigation > li span.cs-menu-toggle.active {
  top: -2px;
  transform: rotate(-180deg);
}

header .header-middle .header-mobile .header-navigation .li-form {
  padding: 10px 46px 10px 16px !important;
}

header .header-middle .header-mobile .header-cart a {
  position: relative;
  font-size: 24px;
  color: #f07c00;
  padding-right: 16px;
  display: block;
  width: 40px;
}

header .header-middle .header-mobile .header-cart a .cart_total {
  position: absolute;
  top: 0;
  font-size: 12px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 15px;
  padding: 1px 3px 0 4px;
  text-align: center;
}

header .header-middle .header-mobile .header-cart a .cart_total span {
  margin-right: 1px;
}

header .header-middle .header-mobile .hotline .hotline-wrap {
  position: relative;
}

header .header-middle .header-mobile .hotline .hotline-wrap .hotline-title {
  color: #fff;
  background: #f07c00;
  padding: 5px 5px 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

header .header-middle .header-mobile .hotline .hotline-wrap .hotline-title i {
  font-size: 19px;
}

header .header-middle .header-mobile .hotline .hotline-wrap .hotline-title i:last-child {
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 6px;
}

header .header-middle .header-mobile .hotline .hotline-wrap .name-hotline {
  position: absolute;
  top: 100%;
  left: -100%;
  z-index: 998;
  width: 135px;
  display: block;
  background: #f5f5f5;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 5px 10px -4px #ccc;
  display: none;
}

header .header-middle .header-mobile .hotline .hotline-wrap .name-hotline li {
  font-size: 18px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

header .header-middle .header-mobile .navbar-toggle {
  display: block;
  margin: 0;
  width: 30px;
  height: 30px;
  min-width: 1px;
  border-width: 0;
  padding: 5px;
  border-radius: 0;
  background-color: #f07c00;
}

header .header-middle .header-mobile .navbar-toggle .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  margin-bottom: 5px;
}

header .header-middle .header-mobile .navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}

header .header-middle .header-middle-wrap {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  header .header-middle .header-middle-wrap {
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  header .header-middle .header-middle-wrap {
    display: none;
  }
}

header .header-middle .header-middle-wrap .site-branding {
  position: relative;
}

header .header-middle .header-middle-wrap .site-branding img {
  max-width: 190px;
  height: auto;
}

@media (max-width: 1199px) {
  header .header-middle .header-middle-wrap .site-branding {
    display: none;
  }
}

header .header-middle .header-middle-wrap .header-middle-search .searchform {
  width: 100%;
  max-width: 270px;
}

@media (max-width: 1199px) {
  header .header-middle .header-middle-wrap .header-middle-search {
    display: none;
  }
}

header .searchform {
  position: relative;
}

header .searchform .form-group {
  margin-bottom: 0;
  border-radius: 6px;
  overflow: hidden;
}

header .searchform input {
  height: 40px;
  padding: 9px 20px;
  border-radius: 20px;
  border: solid 1px #cccccc;
  background-color: #f8fcff;
}

header .searchform input::-moz-placeholder {
  font-style: italic;
  color: #242424;
}

header .searchform input:-ms-input-placeholder {
  font-style: italic;
  color: #242424;
}

header .searchform input::placeholder {
  font-style: italic;
  color: #242424;
}

header .searchform input:hover,
header .searchform input:focus {
  outline: none;
  border-color: #f07c00;
}

header .searchform .theme_button {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  width: 52px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: none;
  border-left: 1px solid #efefef;
  border-radius: 0;
}

header .searchform .theme_button i {
  color: #707070;
  font-size: 20px;
}

header .searchform .search__result {
  display: none;
  position: absolute;
  background: #fff;
  padding: 30px 16px;
  z-index: 99;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  outline: none;
}

header .searchform .search__result:focus {
  outline: none;
}

header .searchform .search__result--item {
  display: flex;
  margin-bottom: 20px;
}

header .searchform .search__result--item img {
  flex: none;
  width: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

header .searchform .search__result--item .search_item--description p:first-child {
  font-size: 16px;
  color: #f07c00;
  margin-bottom: 5px;
}

header .searchform .search__result .btn__load--all {
  font-size: 14px;
  color: #fff;
  padding-right: 14px;
  border: 1px solid;
  border-radius: 4px;
  background-color: #f07c00;
  display: inline-block;
  padding: 5px 16px 6px;
}

header .searchform .search__result .btn__load--all:hover {
  background-color: #fff;
  color: #242424;
}

.dropbtn {
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (max-width: 1200px) {
  .dropdown-content {
    padding-left: 20px;
  }
}

.dropdown-content a {
  color: black;
  padding: 10px 16px !important;
  text-decoration: none;
  display: block;
  width: 100%;
}

.dropdown-content a:hover {
  color: #f07c00 !important;
  background: none !important;
  transform: translateX(5px);
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.mash {
  position: absolute;
  left: -999px;
}

.mash-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199px) {
  .navbar-collapse {
    transition: all 0.5s ease 0s;
    transform: translateX(-100%);
  }

  .header-navigation {
    opacity: 0;
    z-index: 0;
    transform: translateX(-1000px);
    transition: all 0.5s ease 0s;
  }

  .show-menu {
    transition: all 0.5s ease 0s;
    transform: translateX(0%);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 80%;
    background: #fff;
    text-align: left;
    box-shadow: 0 5px 10px -4px #ccc;
    margin-right: 20%;
  }

  .show-menu .navbar-nav {
    height: auto !important;
  }

  .show-menu .navbar-nav li {
    border-bottom: 1px solid #cccccc;
  }

  .navi-top-mobi {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 15px 0;
    background: #ffffff;
  }

  .mash {
    position: absolute;
    left: -999px;
  }

  .mash-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .navbar-close {
    height: 38px;
    width: 54px;
  }

  .menu-nav ul li {
    text-align: left !important;
  }
}

.wapper-menu-lv3 {
  width: 100%;
}

.dropdown-menu-lv3 {
  width: 270px;
  visibility: hidden;
  position: absolute;
  display: none;
  top: -4% !important;
  left: 100%;
  background: #f1f1f1;
  height: 100%;
  border-top: 3px solid #f07c00;
  z-index: 999;
}

.dropdown-menu-lv3 .dropdown-item {
  display: none;
}

.dropdown-menu-lv3 a {
  padding: 10px 15px !important;
}

.dropdown-item-lv3 {
  width: 100%;
  position: relative;
}

.dropdown-item-lv3 .cs-menu-toggle {
  position: absolute;
  left: 92%;
}

.dropdown-item-lv3 .cs-menu-toggle i {
  transform: rotate(-90deg);
}

.dropdown-item-lv3:hover + .dropdown-menu-lv3 {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto;
  display: block;
}

.dropdown-item-lv3:hover + .dropdown-menu-lv3 .dropdown-item {
  display: block;
}

.dropdown-menu-lv3:hover {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto;
  display: block;
}

.dropdown-menu-lv3:hover .dropdown-item {
  display: block;
}

a.active {
  color: #f07c00 !important;
}

.show-lv3 {
  visibility: visible;
  position: relative;
  top: 0 !important;
  left: 0;
  border-top: none;
  width: 100%;
  padding-left: 30px;
  background: none;
  display: block;
}

footer {
  position: relative;
  background-color: #39b3e8;
  color: #fff;
  padding: 50px 0 10px;
}

footer .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

footer .footer-top {
  position: relative;
}

footer .footer-top .info-footer {
  background: transparent;
}

@media (min-width: 1200px) {
  footer .footer-top .info-footer {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
  }
}

footer .footer-top .info-footer .info-wrap {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  footer .footer-top .info-footer .info-wrap {
    display: flex;
  }
}

@media (min-width: 1200px) {
  footer .footer-top .info-footer .info-wrap {
    padding: 0 8px;
    width: 83.333333%;
    max-width: 83.333333%;
  }
}

footer .footer-top .info-footer .info-wrap .logo-footer {
  flex: none;
  margin-right: 30px;
  padding-bottom: 20px;
}

footer .footer-top .info-footer .info-wrap .logo-footer img {
  width: 110px;
  height: auto;
}

@media (max-width: 767px) and (min-width: 576px) {
  footer .footer-top .info-footer .info-wrap .logo-footer img {
    width: 80px;
  }
}

footer .footer-top .info-footer .info-wrap .info-list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
}

footer .footer-top .info-footer .info-wrap .info-list li {
  font-size: 14px;
  margin-bottom: 10px;
}

footer .footer-top .info-footer .info-wrap .info-list li.title {
  font-size: 16px;
  font-weight: 700;
}

footer .footer-top .info-footer .auth-footer {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  footer .footer-top .info-footer .auth-footer {
    padding: 0 8px;
  }
}

footer .footer-top .info-footer .auth-footer img {
  height: 75px;
  width: auto;
}

footer .footer-top .post-content {
  margin-bottom: 30px;
}

footer .footer-top .post-content h3.title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

footer .footer-top .post-content ul.list-footer {
  font-size: 14px;
}

footer .footer-top .post-content ul.list-footer li {
  margin-bottom: 10px;
}

footer .footer-top .post-content ul.list-footer li .material-icons {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 12px;
}

footer .footer-top .post-content iframe {
  width: 100%;
  height: 270px;
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 768px) {
  footer .footer-top .post-content iframe {
    height: 170px;
  }
}

footer .footer-bottom .footer-bottom-wrap {
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #fff;
}

footer .back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #39b3e8;
  color: #39b3e8;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

footer .back-to-top i {
  font-size: 22px;
  font-weight: 700;
}

footer .back-to-top.active {
  right: 40px;
  opacity: 1;
}

footer .back-to-top:hover {
  border-color: #f07c00;
  background-color: #f07c00;
  color: #fff;
}

.sidebar-area {
  margin-bottom: 40px;
}

.sidebar-area .section-item {
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #ffffff;
}

.sidebar-area .section-item .sidebar-title {
  padding: 14px 20px 14px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  display: flex;
  text-transform: uppercase;
  background-color: #f8fcff;
  border-bottom: 0.5px solid #cccccc;
  margin-top: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.sidebar-area .section-item .sidebar-title i {
  margin-right: 10px;
}

.sidebar-area .section-item .sidebar-title span {
  display: inline-block;
  position: relative;
}

.sidebar-area .section-item .list-product-related li.active a {
  color: #f07c00;
}

.sidebar-area .section-item .list-product-related li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 10px 20px;
  border-bottom: 0.5px solid #cccccc;
  display: flex;
}

.sidebar-area .section-item .list-product-related li a svg {
  width: 10px;
  height: auto;
  margin-right: 14px;
  vertical-align: middle;
}

.sidebar-area .section-item .list-product-related li:last-of-type a {
  border-bottom: none;
}

section {
  background: #f6f6f6;
}

section.cart-page .list-heading {
  margin-bottom: 30px;
}

section .breadcrumbs li {
  display: inline-block;
}

section .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section .breadcrumbs li a:hover {
  color: #ec1c24;
}

section form {
  padding-bottom: 100px;
}

section .cart__wrap {
  padding: 0px;
}

section .cart__wrap .table_on_PC {
  display: block;
}

section .cart__wrap .table_on_PC table {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

section .cart__wrap .table_on_PC table .table__header {
  background-color: #dbdbdb !important;
}

section .cart__wrap .table_on_PC tr {
  background: #efefef;
}

section .cart__wrap .table_on_PC tr {
  height: 40px;
}

section .cart__wrap .table_on_PC tr th {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
}

section .cart__wrap .table_on_PC tr .price-total {
  color: #f07c00;
}

section .cart__wrap .table_on_PC tr td {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000000;
}

section .cart__wrap .table_on_PC tr td input {
  width: 62px;
  height: 23px;
  border: solid 1px #707070;
  text-align: center;
}

section .cart__wrap .table_on_PC tr td input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}

section .cart__wrap .table_on_PC tr td a {
  color: black;
}

section .cart__wrap .table_on_PC tr td a i {
  font-weight: bold;
}

section .cart__wrap .table_on_PC tr td a i:hover {
  color: #f07c00;
}

section .cart__wrap .table_on_PC table,
section .cart__wrap .table_on_PC tr,
section .cart__wrap .table_on_PC th,
section .cart__wrap .table_on_PC td {
  border: solid 1px #c4c4c4;
}

section .cart__wrap .table_tiki {
  display: none;
}

section .cart__wrap .total {
  display: none;
}

section .cart__wrap .cart__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .cart__wrap .cart__btn--back a {
  width: 184px;
  height: 38px;
  border: solid 1px #f07c00;
  background-color: #ffffff;
  color: #f07c00;
  line-height: 1.36;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

section .cart__wrap .cart__btn--back a:hover {
  background: #f07c00;
  color: #ffffff;
}

section .cart__wrap .cart__btn--back i {
  margin-right: 5px;
}

section .cart__wrap .cart__btn--next a {
  width: 168px;
  height: 38px;
  background-color: #f07c00;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

section .cart__wrap .cart__btn--next a:hover {
  background: #000000;
  color: #ffffff;
}

section .cart__wrap .table-responsive > .table-bordered {
  border: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

section .cart__wrap .table-responsive > .table-bordered > thead > tr {
  background: #e1e1e1;
}

section .cart__wrap .table-responsive > .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  border-color: #c4c4c4;
}

section .cart__wrap .table-responsive > .table-bordered > tbody > tr {
  background: #f9f9f9;
}

section .cart__wrap .table-responsive > .table-bordered > tbody > tr > td,
section .cart__wrap .table-responsive > .table-bordered > tbody > tr > th {
  vertical-align: middle;
}

section .cart__wrap .table-responsive > .table-bordered > tbody > tr .cart-quantity {
  width: 80px;
  padding: 0 10px;
}

section .cart__wrap .table-responsive > .table-bordered > tbody > tr .cart-quantity::-webkit-inner-spin-button {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  section .cart__wrap .table_on_PC {
    display: none;
  }

  section .cart__wrap .table_tiki {
    background: white;
    display: block;
    margin-bottom: 20px;
  }

  section .cart__wrap .table_tiki .product {
    padding: 15px;
    border-bottom: 1px solid #c4c4c4;
  }

  section .cart__wrap .table_tiki .product:last-child {
    border: none;
  }

  section .cart__wrap .table_tiki .product--img img {
    width: 100%;
  }

  section .cart__wrap .table_tiki .product__content {
    position: relative;
  }

  section .cart__wrap .table_tiki .product__content--name {
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  section .cart__wrap .table_tiki .product__content--price {
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #ec1c24;
    margin-bottom: 10px;
  }

  section .cart__wrap .table_tiki .product__content--quantity {
    margin-bottom: 10px;
  }

  section .cart__wrap .table_tiki .product__content--quantity input {
    width: 62px;
    height: 23px;
    border: solid 1px #707070;
    text-align: center;
  }

  section .cart__wrap .table_tiki .product__content--delete {
    position: absolute;
    top: 0;
    right: 30px;
  }

  section .cart__wrap .table_tiki .product__content--delete a i {
    color: #dbdbdb;
  }

  section .cart__wrap .table_tiki .product__content--delete a i:hover {
    color: #ec1c24;
  }

  section .cart__wrap .table_tiki .product__content .buylater {
    float: right;
  }

  section .cart__wrap .table_tiki .product__content .buylater a {
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    color: #ec1c24;
  }

  section .cart__wrap .table_tiki .product__content .buylater a:hover {
    color: black;
  }

  section .cart__wrap .total {
    background: white;
    display: block;
    margin-bottom: 10px;
  }

  section .cart__wrap .total .total-wrap {
    padding: 15px;
  }

  section .cart__wrap .total .total-wrap .total-price {
    margin-bottom: 10px;
  }

  section .cart__wrap .total .total-wrap .total-price .label {
    width: 50%;
    float: left;
    font-size: 18px;
  }

  section .cart__wrap .total .total-wrap .total-price .money {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #ec1c24;
    font-weight: bold;
  }

  section .cart__wrap .cart__btn {
    margin-bottom: 200px;
  }

  section .cart__wrap .cart__btn--back a {
    width: 150px;
    font-size: 12px;
  }

  section .cart__wrap .cart__btn--next a {
    width: 150px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section .cart__wrap .table_on_PC {
    display: none;
  }

  section .cart__wrap .table_tiki {
    background: white;
    display: block;
    margin-bottom: 20px;
  }

  section .cart__wrap .table_tiki .product {
    padding: 15px;
    border-bottom: 1px solid #c4c4c4;
  }

  section .cart__wrap .table_tiki .product:last-child {
    border: none;
  }

  section .cart__wrap .table_tiki .product--img img {
    width: 100%;
  }

  section .cart__wrap .table_tiki .product__content {
    position: relative;
  }

  section .cart__wrap .table_tiki .product__content--name {
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  section .cart__wrap .table_tiki .product__content--price {
    width: 100%;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    color: #ec1c24;
    margin-bottom: 10px;
  }

  section .cart__wrap .table_tiki .product__content--quantity {
    margin-bottom: 10px;
  }

  section .cart__wrap .table_tiki .product__content--quantity input {
    width: 62px;
    height: 23px;
    border: solid 1px #707070;
    text-align: center;
  }

  section .cart__wrap .table_tiki .product__content--delete {
    position: absolute;
    top: 0;
    right: 30px;
  }

  section .cart__wrap .table_tiki .product__content--delete a i {
    color: #dbdbdb;
  }

  section .cart__wrap .table_tiki .product__content--delete a i:hover {
    color: #ec1c24;
  }

  section .cart__wrap .table_tiki .product__content .buylater {
    float: right;
  }

  section .cart__wrap .table_tiki .product__content .buylater a {
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    color: #ec1c24;
  }

  section .cart__wrap .table_tiki .product__content .buylater a:hover {
    color: black;
  }

  section .cart__wrap .cart__btn {
    margin-bottom: 200px;
  }

  section .cart__wrap .total {
    background: white;
    display: block;
    margin-bottom: 10px;
  }

  section .cart__wrap .total .total-wrap {
    padding: 15px;
  }

  section .cart__wrap .total .total-wrap .total-price {
    margin-bottom: 10px;
  }

  section .cart__wrap .total .total-wrap .total-price .label {
    width: 50%;
    float: left;
    font-size: 18px;
  }

  section .cart__wrap .total .total-wrap .total-price .money {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 18px;
    color: #ec1c24;
    font-weight: bold;
  }
}

.heading-desc {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .heading-desc {
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.about-page {
  padding-bottom: 80px;
}

.about-page .about-items {
  padding: 30px 0 20px;
  background-color: #f8fcff;
}

.about-page .about-items .about-item .about-thumbnail {
  margin-bottom: 20px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  overflow: hidden;
}

.about-page .about-items .about-item .about-thumbnail img {
  width: 100%;
  height: 230px;
}

.about-page .about-items .about-item .about-content {
  text-align: center;
}

.about-page .about-items .about-item .about-content .about-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-page .about-items .about-item .about-content p {
  font-size: 16px;
}

.detail-about {
  padding-bottom: 50px;
}

.detail-about .about-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.detail-about .content-about {
  font-size: 16px;
}

.detail-about .wapper-img-about {
  text-align: center;
}

@media (max-width: 992px) {
  .detail-about .wapper-img-about {
    margin-bottom: 30px;
  }
}

.detail-about .wapper-img-about img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.page-header {
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  font-style: italic;
  padding-bottom: 0px;
  margin: 0;
  border-bottom: none;
}

.page-header .breadcrumbs {
  padding: 20px 0 30px;
  margin-bottom: 0;
}

.slideshow {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.slideshow #slider_home {
  display: block;
  margin-bottom: -6px;
}

@media (max-width: 767px) {
  .slideshow #slider_home {
    margin-top: -15px;
    margin-bottom: 0;
  }
}

.slideshow #slider_home .slideHome-item {
  height: 480px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .slideshow #slider_home .slideHome-item {
    height: 420px;
  }
}

.slideshow #slider_home .slideHome-item:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 9;
  border-bottom: 480px solid #f8fcff;
  border-left: 260px solid transparent;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .slideshow #slider_home .slideHome-item:before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .slideshow #slider_home .slideHome-item:before {
    border-bottom: 420px solid #f8fcff;
  }
}

@media (max-width: 767px) {
  .slideshow #slider_home .slideHome-item .container {
    position: static;
  }
}

.slideshow #slider_home .slideHome-item .slide-content {
  position: absolute;
  top: 0%;
  z-index: 99;
}

@media (min-width: 992px) {
  .slideshow #slider_home .slideHome-item .slide-content .content-wrap {
    width: 30%;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .slideshow #slider_home .slideHome-item .slide-content .content-wrap {
    width: 30%;
  }
}

.slideshow #slider_home .slideHome-item .slide-content .content-wrap h2 {
  font-size: 32px;
  font-weight: 800;
  color: #39b3e8;
  margin-bottom: 20px;
}

.slideshow #slider_home .slideHome-item .slide-content .content-wrap p {
  margin-bottom: 50px;
}

.slideshow #slider_home .slideHome-item .slide-content .content-wrap a {
  font-weight: 700;
  color: #fff;
  background: #f07c00;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 22px;
}

.slideshow #slider_home .slideHome-item .slide-content .content-wrap a i {
  vertical-align: middle;
}

.slideshow #slider_home .slideHome-item .slide-content .content-wrap a:hover {
  background: #39b3e8;
}

@media (max-width: 991px) {
  .slideshow #slider_home .slideHome-item .slide-content {
    bottom: 0;
    top: auto;
    transform: none;
    width: 100%;
    left: 0;
    padding: 15px 15px 40px;
    background: rgba(248, 252, 255, 0.8);
  }

  .slideshow #slider_home .slideHome-item .slide-content .content-wrap h2 {
    font-size: 30px;
  }

  .slideshow #slider_home .slideHome-item .slide-content .content-wrap p {
    margin-bottom: 20px;
  }

  .slideshow #slider_home .slideHome-item .slide-content .content-wrap a {
    padding: 8px 25px;
  }
}

.slideshow ul.slick-dots {
  position: absolute;
  list-style: none;
  display: inline-block;
  bottom: 10px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 991px) {
  .slideshow ul.slick-dots {
    display: none !important;
  }
}

.slideshow ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
  margin: 0 2px;
  border: 1px solid #707070;
  cursor: pointer;
}

.slideshow ul.slick-dots li.slick-active {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: relative;
  border-color: #fff;
}

.slideshow ul.slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  border-color: #fff;
}

.slideshow ul.slick-dots li button {
  display: none;
}

.slideshow:hover .slick-arrow {
  opacity: 1;
}

.slideshow .slide_img_small {
  position: absolute;
  bottom: -1%;
  width: 20.5%;
}

.slideshow .slide_img_small .slick-slide:focus {
  border: none !important;
}

@media (max-width: 991px) {
  .slideshow .slide_img_small {
    display: none;
  }
}

.slideshow .slide_img_small .slick-list {
  padding: 0px !important;
}

.slideshow .slide_img_small .slick-track {
  margin-left: 0px;
}

.slideshow .slide_img_small .slide-img-item {
  padding: 0 5px;
  overflow: hidden;
  margin-right: 0px !important;
}

.slideshow .slide_img_small .slide-img-item:hover {
  padding: 0 5px;
}

.slideshow .slide_img_small .slide-img-item:hover img {
  border: 2px solid #f07c00;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.slideshow .slide_img_small .slide-img-item img {
  height: 80px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border: 2px solid #ffffff;
  cursor: pointer;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .slideshow .slide_img_small .slide-img-item img {
    height: 50px;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .slideshow .slide_img_small .slide-img-item img {
    height: 50px;
    width: 100%;
  }
}

.slideshow .slide_img_small .slick-current img {
  border: 2px solid #f07c00;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.slick-arrow {
  position: absolute;
  font-size: 30px;
  transition: 0.5s;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  color: #39b3e8;
  background: transparent;
  border: none;
  outline: none;
}

@media (min-width: 1200px) {
  .slick-arrow {
    opacity: 0;
  }
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow img {
  width: 50px;
  height: auto;
}

.slick-arrow:hover {
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  color: #f07c00;
}

.slick-next {
  right: 5%;
}

.slick-prev {
  left: 5%;
}

.slick-prev img {
  transform: rotateY(180deg);
}

.slide_img_small .slick-arrow {
  display: none !important;
}

.intro-box {
  background: #39b3e8;
  padding: 50px 0 20px;
}

.intro-box .title {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.intro-box .boxes {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.5s ease 0s;
  border-radius: 30px;
  cursor: pointer;
}

.intro-box .boxes .box-title {
  position: relative;
  margin-bottom: 8px;
}

.intro-box .boxes .box-title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.intro-box .boxes .box-title ul {
  position: relative;
  margin-bottom: 0;
}

.intro-box .boxes .box-title ul:before,
.intro-box .boxes .box-title ul:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
}

.intro-box .boxes .box-title ul:before {
  left: calc(50% - 70px);
}

.intro-box .boxes .box-title ul:after {
  left: calc(50% + 70px);
}

.intro-box .boxes .box-title ul li {
  color: #fff;
  display: inline-block;
}

.intro-box .boxes .box-title ul li i {
  font-size: 14px;
}

.intro-box .boxes p {
  color: #fff;
}

.intro-box .boxes:hover,
.intro-box .boxes.active {
  background: #fff;
}

.intro-box .boxes:hover .box-title h4,
.intro-box .boxes.active .box-title h4 {
  color: #242424;
}

.intro-box .boxes:hover .box-title ul:before,
.intro-box .boxes:hover .box-title ul:after,
.intro-box .boxes.active .box-title ul:before,
.intro-box .boxes.active .box-title ul:after {
  background: #f07c00;
}

.intro-box .boxes:hover .box-title ul li,
.intro-box .boxes.active .box-title ul li {
  color: #f07c00;
}

.intro-box .boxes:hover p,
.intro-box .boxes.active p {
  color: #242424;
}

.service-box {
  padding-top: 80px;
  padding-bottom: 50px;
}

.service-box .title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}

.service-box .description {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 1200px) {
  .service-box .description {
    margin-left: 8.33333%;
    width: 83.33333%;
  }
}

.service-box .category-filter {
  margin: 0 -7px;
  padding-bottom: 20px;
}

.service-box .category-filter li {
  padding: 0 7px;
  display: inline-block;
  margin-bottom: 10px;
}

.service-box .category-filter li a {
  padding: 11px;
  border-radius: 22px;
  border: solid 1px #f07c00;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
}

.service-box .category-filter li a:hover,
.service-box .category-filter li a:focus {
  background: #f07c00;
  color: #fff;
}

.service-box .category-filter li.active a {
  background: #f07c00;
  color: #fff;
}

.service-box .category-content {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8fcff;
  margin-bottom: 30px;
}

.service-box .category-content .post-thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-box .category-content .post-thumbnail img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-box .category-content .post-thumbnail img.bg-overlay {
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 9;
  -o-object-fit: inherit;
     object-fit: inherit;
}

@media (max-width: 1199px) {
  .service-box .category-content .post-thumbnail img.bg-overlay {
    display: none;
  }
}

.service-box .category-content .content-wrap {
  padding: 30px 30px 30px 0;
  position: relative;
  z-index: 10;
}

.service-box .category-content .content-wrap h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service-box .category-content .content-wrap .content {
  padding-bottom: 20px;
}

.service-box .category-content .content-wrap a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #f07c00;
  padding: 11px 36px;
  border-radius: 22px;
}

.service-box .category-content .content-wrap a:hover {
  background: #39b3e8;
  color: #fff;
}

.service-box .post-filter {
  padding: 30px 20px 30px 30px;
  border-radius: 10px;
  background-color: #39b3e8;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-box .post-filter {
    height: 100%;
  }
}

.service-box .post-filter h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.service-box .post-filter li {
  margin-bottom: 20px;
}

.service-box .post-filter li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.service-box .post-filter li a:hover {
  color: #f07c00;
}

.service-box .post-filter li:hover {
  color: #f07c00;
}

.service-box .post-filter li span {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  flex: none;
}

.service-box .post-content {
  display: none;
}

.service-box .post-content.active {
  display: block;
}

.service_package {
  padding: 50px 0 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #39b3e8;
}

.service_package h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.service_package .service-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  transition: 0.5s;
}

.service_package .service-wrap:hover {
  transform: translateY(-10px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #f4f4f4;
}

.service_package .service-wrap:hover .post-thumbnail {
  transform: scale(1.1);
}

.service_package .service-wrap:hover a {
  color: #f07c00;
}

.service_package .post-thumbnail {
  margin: 0 auto 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #f07c00;
  text-align: center;
  line-height: 68px;
  transition: 0.5s;
}

.service_package .post-thumbnail img {
  width: 30px;
  height: auto;
}

.service_package .service-content {
  text-align: center;
}

.service_package .service-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service_package .service-content p {
  margin-bottom: 0;
}

.client-box {
  padding-top: 80px;
  padding-bottom: 65px;
  overflow: hidden;
}

.client-box .slick-arrow {
  opacity: 1;
}

@media (max-width: 991px) {
  .client-box .container {
    overflow: visible !important;
  }
}

.client-box h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 28px;
  text-align: center;
}

.client-box .clients {
  position: relative;
}

.client-box .clients .slick-list {
  margin: 0 -15px;
}

.client-box .clients .slick-list .slick-slide {
  padding: 0 15px;
}

.client-box .clients .client-wrap {
  text-align: center;
  width: 100%;
  border: 1px dashed #39b3e8;
  margin: 12px 0;
  border-radius: 6px;
}

.client-box .clients .client-wrap img {
  width: auto;
  max-height: 100px;
  height: 100px;
  padding: 5px 16px;
  margin: 0 auto;
}

.client-box .slick-next {
  right: -45px;
}

@media (max-width: 768px) {
  .client-box .slick-next {
    width: 40px;
    right: -10px;
  }
}

.client-box .slick-prev {
  left: -45px;
}

@media (max-width: 768px) {
  .client-box .slick-prev {
    width: 40px;
    left: -10px;
  }
}

.images-box {
  padding-bottom: 50px;
}

.images-box h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.images-box .image-wrap {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #cccccc;
  margin-bottom: 30px;
  overflow: hidden;
}

.images-box .image-wrap .image-thumbnail {
  overflow: hidden;
  margin-bottom: 14px;
}

.images-box .image-wrap .image-thumbnail img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}

.images-box .image-wrap .image-thumbnail img:hover {
  transform: scale(1.1);
}

.images-box .image-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
}

.support-box {
  background: #f07c00;
  padding: 30px 0 30px;
  text-align: center;
}

.support-box h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.support-box ul {
  margin: 0 -15px;
}

@media (min-width: 1200px) {
  .support-box ul {
    margin: 0 -30px;
  }
}

.support-box ul li {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .support-box ul li {
    padding: 0 30px;
  }
}

.support-box ul li a {
  color: inherit;
}

.support-box ul li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  margin-right: 10px;
}

.main .main__logo {
  margin-top: 50px;
}

.main .main__logo img {
  width: 100%;
  height: 95px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #d8d8d8;
  transition: 0.2s;
}

.main .main__logo img:hover {
  transition: 0.3s;
  box-shadow: 0 0 10px black;
}

.main .main__logo .slick-track .slick-slide {
  outline: none !important;
}

.main .main__logo .slick-track .slick-slide a {
  outline: none !important;
}

.main .main__bestsales {
  margin-top: 50px;
}

.main .main__bestsales--list .active-list {
  background: #ec1c24;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main .main__bestsales--list .active-list p {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}

.main .main__bestsales--list ul {
  background: #ffffff;
  margin-top: -14px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.main .main__bestsales--list ul li:hover {
  color: #ec1c24;
}

.main .main__bestsales--list ul li:hover a:hover {
  color: #ec1c24;
  margin-left: 6px;
  transition: 0.2s;
}

.main .main__bestsales--list ul li {
  padding-top: 10px;
  list-style: none;
  width: 104%;
  border-top: 1px solid #c4c4c4;
  margin-right: 11px;
  margin-left: -23px;
  padding-bottom: 10px;
  text-transform: uppercase;
  overflow: hidden;
}

.main .main__bestsales--list ul li i {
  width: 6px;
  height: 10px;
}

.main .main__bestsales--list ul li a {
  margin-left: 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  font-family: "Nunito", sans-serif;
  line-height: 1.43;
  color: #000000;
  transition: 0.2s;
}

.main .main__bestsales--products .title h4,
.main .main__oilpaint--products .title h4,
.main .main__keyboard--products .title h4,
.main .main__clock--products .title h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #c4c4c4;
  font-family: roboto;
  position: relative;
  padding-bottom: 9px;
}

.main .main__bestsales--products .title h4:before,
.main .main__oilpaint--products .title h4:before,
.main .main__keyboard--products .title h4:before,
.main .main__clock--products .title h4:before {
  content: "";
  border-bottom: 2px solid #ec1c24;
  width: 15%;
  margin-top: 30px;
  position: absolute;
}

@media (hover: hover) {
  .main .main__bestsales--products .template:hover img,
  .main .main__oilpaint--products .template:hover img,
  .main .main__keyboard--products .template:hover img,
  .main .main__clock--products .template:hover img {
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.6s;
  }
}

.main .main__bestsales--products .template,
.main .main__oilpaint--products .template,
.main .main__keyboard--products .template,
.main .main__clock--products .template {
  text-align: center;
  margin-top: 34px;
}

.main .main__bestsales--products .template .in,
.main .main__oilpaint--products .template .in,
.main .main__keyboard--products .template .in,
.main .main__clock--products .template .in {
  width: 260px;
  padding-top: 14px;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}

.main .main__bestsales--products .template .in .imgout,
.main .main__oilpaint--products .template .in .imgout,
.main .main__keyboard--products .template .in .imgout,
.main .main__clock--products .template .in .imgout {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main .main__bestsales--products .template .in .imgout img,
.main .main__oilpaint--products .template .in .imgout img,
.main .main__keyboard--products .template .in .imgout img,
.main .main__clock--products .template .in .imgout img {
  width: 100%;
  transition: 0.6s;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .main__bestsales--products .template .in .name-product,
.main .main__oilpaint--products .template .in .name-product,
.main .main__keyboard--products .template .in .name-product,
.main .main__clock--products .template .in .name-product {
  margin-top: 16px;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main .main__bestsales--products .template .in .name-product p a,
.main .main__oilpaint--products .template .in .name-product p a,
.main .main__keyboard--products .template .in .name-product p a,
.main .main__clock--products .template .in .name-product p a {
  color: #000000;
  font-family: roboto;
}

.main .main__bestsales--products .template .in .name-product p a:hover,
.main .main__oilpaint--products .template .in .name-product p a:hover,
.main .main__keyboard--products .template .in .name-product p a:hover,
.main .main__clock--products .template .in .name-product p a:hover {
  color: #ec1c24;
  text-decoration: none;
}

.main .main__bestsales--products .template .in i,
.main .main__oilpaint--products .template .in i,
.main .main__keyboard--products .template .in i,
.main .main__clock--products .template .in i {
  color: #1492e6;
  font-size: 11px;
}

.main .main__bestsales--products .template .in .contact,
.main .main__oilpaint--products .template .in .contact,
.main .main__keyboard--products .template .in .contact,
.main .main__clock--products .template .in .contact {
  margin-top: 5px;
  color: #ec1c24;
}

.main .main__bestsales--products .template .in .contact p a:hover,
.main .main__oilpaint--products .template .in .contact p a:hover,
.main .main__keyboard--products .template .in .contact p a:hover,
.main .main__clock--products .template .in .contact p a:hover {
  color: #f75d59;
  text-decoration: none;
}

.main .main__bestsales--products .template .in .contact p a,
.main .main__oilpaint--products .template .in .contact p a,
.main .main__keyboard--products .template .in .contact p a,
.main .main__clock--products .template .in .contact p a {
  color: #ec1c24;
  font-weight: 600;
}

.main .main__bestsales--products .template .in .link,
.main .main__oilpaint--products .template .in .link,
.main .main__keyboard--products .template .in .link,
.main .main__clock--products .template .in .link {
  background: #ec1c24;
  padding: 8px;
  width: 260px;
  width: 100%;
}

.main .main__bestsales--products .template .in .link a,
.main .main__oilpaint--products .template .in .link a,
.main .main__keyboard--products .template .in .link a,
.main .main__clock--products .template .in .link a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
}

.main .main__bestsales--products .template .in .link a:hover,
.main .main__oilpaint--products .template .in .link a:hover,
.main .main__keyboard--products .template .in .link a:hover,
.main .main__clock--products .template .in .link a:hover {
  text-decoration: none;
}

.main .main__bestsales--products .template .in .link:hover,
.main .main__oilpaint--products .template .in .link:hover,
.main .main__keyboard--products .template .in .link:hover,
.main .main__clock--products .template .in .link:hover {
  background-color: #ec1c4e;
}

.main .main__pictureframe {
  margin-top: 75px;
}

.main .main__pictureframe .producttab-heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.main .main__pictureframe .product-tab .tabs ul.tab-product {
  margin: 0 -9px;
  padding-bottom: 10px;
  text-align: center;
}

.main .main__pictureframe .product-tab .tabs ul.tab-product li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 9px;
}

.main .main__pictureframe .product-tab .tabs ul.tab-product li span {
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  background: #f4f5f9;
  color: #1a1a1a;
  display: inline-block;
}

.main .main__pictureframe .product-tab .tabs ul.tab-product li:hover span,
.main .main__pictureframe .product-tab .tabs ul.tab-product li.active span {
  color: #fff;
  background: #f07c00;
}

.main .main__pictureframe .in .imgout img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .main__clock {
  margin-top: 75px;
}

.main .main__keyboard {
  margin-top: 75px;
}

.main .main__oilpaint {
  margin-top: 75px;
  margin-bottom: 125px;
}

.notify-order {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.notify-order .notify-content {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 40px;
  text-align: center;
  width: 420px;
}

.notify-order .notify-content .icon {
  width: 95px;
  height: 95px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #f07c00;
}

.notify-order .notify-content .icon i {
  font-size: 75px;
  line-height: 1.3;
  color: #fff;
}

.notify-order .notify-content h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.notify-order .notify-content a {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 10px;
  text-align: center;
  display: block;
  width: 100%;
  background: #f07c00;
  border: 1px solid #f07c00;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.notify-order .notify-content a:hover {
  background: #fff;
  color: #f07c00;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .slide img {
    width: 100%;
  }
}

@media only screen and (min-width: 390px) and (max-width: 575px) {
  .slide img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .main__bestsales--products .template,
  .main .main__clock--products .template,
  .main .main__keyboard--products .template,
  .main .main__oilpaint--products .template {
    padding-left: 1px;
  }

  .main__bestsales--products .title,
  .main .main__clock--products .title,
  .main .main__keyboard--products .title,
  .main .main__oilpaint--products .title {
    padding-left: 1px;
  }

  .slideshow .slide img {
    height: 500px;
  }
}

.left-sidebar {
  display: block;
  position: fixed;
  top: 40vh;
  left: 15px;
  z-index: 99;
}

.left-sidebar .partner-info {
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  transition: all 0.5s ease 0s;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .left-sidebar .partner-info {
    width: 40px;
    height: 40px;
  }
}

.left-sidebar .partner-info:hover {
  transform: translateX(5px);
}

.left-sidebar .partner-info img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .left-sidebar .partner-info img {
    width: 40px;
    height: 40px;
  }
}

.imgae-detail-page .list-heading h3 {
  font-style: normal;
}

.imgae-detail-page .list-heading p {
  width: 67%;
  margin: 0 auto;
  margin-top: 10px;
  font-style: normal;
  color: #242424;
}

@media screen and (max-width: 768px) {
  .imgae-detail-page .list-heading p {
    width: 100%;
  }
}

.imgae-detail-page .wapper-img {
  margin: 30px 0 50px;
  height: 100%;
}

.imgae-detail-page .wapper-img img {
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 360px;
  height: 270px;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}

.slick-slide {
  outline: none;
}

.tab-content {
  padding: 0;
}

.tab-content #post,
.tab-content #services {
  padding: 0;
}

.categories-list .post-thumbnail img {
  min-height: 300px !important;
}

section {
  background: #f6f6f6;
}

section.contact-page .list-heading {
  margin-bottom: 30px;
}

section .breadcrumbs li {
  display: inline-block;
}

section .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section .breadcrumbs li a:hover {
  color: #ec1c24;
}

section .contact-info {
  display: flex;
  margin: 0 -8px;
  padding-bottom: 16px;
}

section .contact-info:last-child {
  margin-bottom: 14px;
}

section .contact-info .list-contact {
  padding: 0 8px;
  margin-bottom: 0;
}

section .contact-info .list-contact h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

section .contact-info .list-contact li {
  color: #242424;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}

section .contact-info .list-contact li i {
  color: #707070;
  font-size: 16px;
  margin-right: 12px;
  vertical-align: middle;
}

section .contact-info .map-contact {
  padding: 0 8px;
}

section .contact-info .map-contact iframe {
  width: 100%;
  height: 140px;
  margin-bottom: 14px;
  border-radius: 6px;
  overflow: hidden;
}

section .social-contact {
  margin-bottom: 30px;
  padding: 13px 10px 0px 20px;
  border-radius: 6px;
  background-color: #f8fcff;
}

@media (min-width: 576px) {
  section .social-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

section .social-contact ul {
  margin-bottom: 13px;
  padding: 0 8px;
}

section .social-contact ul li {
  display: inline-block;
  margin-right: 6px;
}

section .social-contact ul li img {
  height: 24px;
  width: auto;
}

section .social-contact .phone-contact {
  padding: 0 8px;
  margin-bottom: 13px;
}

section .social-contact .phone-contact a {
  font-size: 18px;
  font-weight: 700;
}

section .contact {
  padding-bottom: 50px;
}

section .contact .contact-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
}

section .contact form {
  padding-bottom: 0;
}

@media (min-width: 480px) {
  section .contact form .row-contact {
    display: flex;
    margin: 0 -8px;
  }

  section .contact form .row-contact > div {
    width: 50%;
    padding: 0 8px;
  }
}

section .contact--title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  color: #333333;
  margin-bottom: 40px;
}

section .contact__info {
  display: block;
  width: 100%;
  padding: 40px 70px 40px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 30px;
}

section .contact__info .contact-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

section .contact__info input::-moz-placeholder, section .contact__info textarea::-moz-placeholder {
  color: #cccccc;
  font-style: italic;
}

section .contact__info input:-ms-input-placeholder, section .contact__info textarea:-ms-input-placeholder {
  color: #cccccc;
  font-style: italic;
}

section .contact__info input::placeholder,
section .contact__info textarea::placeholder {
  color: #cccccc;
  font-style: italic;
}

section .contact__info--name {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}

section .contact__info--name label {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #707070;
  margin-bottom: 7px;
}

section .contact__info--name input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding: 5px 20px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
}

section .contact__info--email {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}

section .contact__info--email label {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #707070;
  margin-bottom: 7px;
}

section .contact__info--email input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding: 5px 20px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
}

section .contact__info--phone {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}

section .contact__info--phone label {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #707070;
  margin-bottom: 7px;
}

section .contact__info--phone input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding: 5px 20px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
}

section .contact__info--subject {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}

section .contact__info--subject label {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #707070;
  margin-bottom: 7px;
}

section .contact__info--subject input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding: 5px 20px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
}

section .contact__content {
  display: inline-block;
}

section .contact__content--content {
  width: 100%;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 30px;
}

section .contact__content--content label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}

section .contact__content--content textarea {
  font-family: "Nunito", sans-serif;
  width: 100%;
  height: 80px;
  background-color: #f8fcff;
  border-radius: 6px;
  border: solid 1px #d8d8d8;
  padding: 10px 20px;
}

section .contact__content--submit {
  text-align: center;
}

section .contact__content--submit input {
  width: auto;
  padding: 5px 43px;
  height: 44px;
  font-family: "Nunito", sans-serif;
  border-radius: 22px;
  background-color: #f07c00;
  border: 0px;
  outline: none;
  color: white;
  font-weight: 700;
}

section .contact__content--submit input:hover {
  background: #194711;
  cursor: pointer;
}

section .contact__address {
  text-align: center;
  margin-top: 60px;
}

section .contact__address label {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}

section .contact__address--title {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
}

section .contact__address--address {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #707070;
  margin-bottom: 10px;
}

section .contact__address .content {
  color: #707070;
  margin-top: 10px;
}

section .contact__address p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #333333;
}

.contact__info {
  height: 100%;
}

.contact__info form legend {
  border-bottom: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.contact__info form label {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  color: #707070;
  margin-bottom: 7px;
  font-weight: normal;
}

.contact__info form input {
  width: 100%;
  height: 40px;
  font-family: "Nunito", sans-serif;
  padding: 5px 20px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
  margin-bottom: 5px;
}

.contact__info form textarea {
  font-family: "Nunito", sans-serif;
  width: 100%;
  height: 80px;
  background-color: #f8fcff;
  border-radius: 6px;
  border: solid 1px #d8d8d8;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.contact__info form button {
  width: auto;
  padding: 5px 43px;
  height: 44px;
  font-family: "Nunito", sans-serif;
  border-radius: 22px;
  background-color: #f07c00;
  border: 0px;
  outline: none;
  color: white;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}

.contact__info form button:focus {
  outline: none !important;
  background-color: #39b3e8 !important;
}

.contact__info form button:hover {
  background-color: #39b3e8;
  cursor: pointer;
  border: none;
}

.notify-contact {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.notify-contact .notify-content {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 40px;
  text-align: center;
  width: 370px;
  border-radius: 10px;
}

.notify-contact .notify-content .icon_close {
  position: absolute;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  background-color: #dddddd;
}

.notify-contact .notify-content .icon_close i {
  color: #bd2130;
  font-size: 18px;
}

.notify-contact .notify-content .icon_success {
  width: 95px;
  height: 95px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #fff;
}

.notify-contact .notify-content .icon_success i {
  font-size: 75px;
  line-height: 1.3;
  color: green;
}

.notify-contact .notify-content .icon_error {
  width: 110px;
  height: 110px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.notify-contact .notify-content .icon_error i {
  font-size: 75px;
  line-height: 1;
  color: #bd2130;
}

.notify-contact .notify-content h5 {
  color: #bd2130;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.notify-contact .notify-content p {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
}

.notify-contact .notify-content ul {
  text-align: left;
}

.notify-contact .notify-content a {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 10px;
  text-align: center;
  display: block;
  width: 100%;
  background: #bd2130;
  border: 1px solid #bd2130;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.notify-contact .notify-content a:hover {
  background: #fff;
  color: green;
}

section {
  background: #f6f6f6;
}

section.detail-post {
  padding-bottom: 60px;
}

section .breadcrumbs li {
  display: inline-block;
}

section .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section .breadcrumbs li a:hover {
  color: #ec1c24;
}

@media (max-width: 991px) {
  section .sidebar {
    order: 2;
  }

  section .main-content {
    order: 1;
  }
}

section .detail-post {
  padding: 0px;
}

section .detail-post__body {
  text-align: left;
  padding-bottom: 40px;
}

section .detail-post__body--title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}

section .detail-post__body .entry-meta {
  color: #707070;
  margin-bottom: 20px;
  font-style: italic;
}

section .detail-post__body .entry-meta i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  line-height: 19px;
}

section .detail-post__body--time {
  margin-bottom: 30px;
}

section .detail-post__body--time i {
  width: 17px;
  height: 17px;
  font-size: 17px;
  color: #ec1c24;
}

section .detail-post__body--time span {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin-right: 30px;
}

section .detail-post__body--time .fa-star {
  color: #1492e6;
}

section .detail-post__body--content {
  margin-bottom: 30px;
}

section .detail-post__body img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}

section .detail-post__comment {
  padding-top: 50px;
  padding-bottom: 60px;
}

section .detail-post__comment__header {
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section .detail-post__comment__header .count-cmt {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

section .detail-post__comment__header .sort {
  margin-bottom: 10px;
}

section .detail-post__comment__header .sort select {
  height: 25px;
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  outline: none;
  margin-left: 8px;
  padding: 0 10px;
  background-size: 8px;
}

section .detail-post__comment form {
  padding-bottom: 30px;
}

section .detail-post__comment__body {
  margin-bottom: 12px;
}

section .detail-post__comment__body--img {
  float: left;
  padding: 0px;
}

section .detail-post__comment__body--img img {
  width: auto;
}

section .detail-post__comment__body--input {
  float: right;
  padding: 0px;
}

section .detail-post__comment__body--input input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding-left: 16px;
  outline: none;
}

section .detail-post__related h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

section .detail-post__related ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
}

section .detail-post__related ul li {
  margin-bottom: 10px;
}

section .detail-post__related ul li a {
  color: #39b3e8;
}

section .detail-post__related ul li a:hover {
  color: #f07c00;
}

section .detail-post .sidebar .categories__header {
  font-family: "Nunito", sans-serif;
  height: 40px;
  background-color: #ec1c24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

section .detail-post .sidebar .categories__body {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

section .detail-post .sidebar .categories__body .sidenav {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

section .detail-post .sidebar .categories__body .sidenav .category .dropdown-btn {
  padding: 15px 22px 10px 17px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}

section .detail-post .sidebar .categories__body .sidenav .category .dropdown-btn i {
  margin-right: 10px;
}

section .detail-post .sidebar .categories__body .sidenav .category .dropdown-btn:hover {
  color: #ec1c24;
}

section .detail-post .sidebar .categories__body .sidenav .category .active {
  background-color: none;
  color: #ec1c24;
}

section .detail-post .sidebar .categories__body .sidenav .category hr {
  width: 85%;
  border: 1px solid #efefef;
  margin: auto;
}

section .detail-post .sidebar .categories__body .sidenav .category a:hover {
  transition: 0.2s;
  margin-left: 10px;
}

section .detail-post .sidebar .categories__body .sidenav .category a {
  transition: 0.2s;
}

section .detail-post .sidebar .categories__body .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 40px;
}

section .detail-post .sidebar .categories__body .dropdown-container a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}

section .detail-post .sidebar .categories__body .dropdown-container a:hover {
  color: #ec1c24;
}

section.detail-video {
  display: block;
}

section.detail-video .detail-video__body--title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.36;
  margin-bottom: 30px;
  text-transform: uppercase;
}

section.detail-video .detail-video__body--content .post-video {
  margin-bottom: 20px;
}

section.detail-video .detail-video__body--content .post-video iframe {
  width: 100%;
  height: auto;
  min-height: 350px;
}

section.detail-video .detail-video__body--content img {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: auto;
}

section.detail-video .detail-video__comment {
  padding-top: 70px;
  padding-bottom: 100px;
}

section.detail-video .detail-video__comment__header {
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.detail-video .detail-video__comment__header .count-cmt {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

section.detail-video .detail-video__comment__header .sort {
  margin-bottom: 10px;
}

section.detail-video .detail-video__comment__header .sort select {
  height: 25px;
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  outline: none;
  margin-left: 8px;
  padding: 0 10px;
  background-size: 8px;
}

section.detail-video .detail-video__comment__body {
  margin-bottom: 612px;
}

section.detail-video .detail-video__comment__body--img {
  float: left;
  padding: 0px;
}

section.detail-video .detail-video__comment__body--img img {
  width: auto;
}

section.detail-video .detail-video__comment__body--input {
  float: right;
  padding: 0px;
}

section.detail-video .detail-video__comment__body--input input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding-left: 16px;
  outline: none;
}

section.detail-video .detail-video__comment section form {
  padding-bottom: 30px;
}

section.detail-video .related-video {
  display: block;
}

section.detail-video .related-video .template-video {
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 24px;
}

section.detail-video .related-video .template-video .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

section.detail-video .related-video .template-video .post-thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}

section.detail-video .related-video .template-video .post-thumbnail img:hover {
  transform: scale(1.1);
}

section.detail-video .related-video .template-video .post-thumbnail .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  padding-left: 3px;
  transform: translate(-50%, -50%);
}

section.detail-video .related-video .template-video .post__body__wrap--time .entry-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0;
}

section.detail-recuiment {
  padding-bottom: 50px;
}

section.detail-recuiment .post-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

section.detail-recuiment .recuiment-date {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

section.detail-recuiment .wapper-img-about {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 992px) {
  section.detail-recuiment .wapper-img-about {
    margin-bottom: 30px;
  }
}

section.detail-recuiment .wapper-img-about img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  section .detail-post {
    width: 90%;
  }

  section .detail-post__body .comment__body {
    margin-bottom: 30px;
  }

  section .detail-post .sidebar {
    order: 1;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section .detail-post__body .comment__body {
    margin-bottom: 30px;
  }

  section .detail-post .sidebar {
    order: 1;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section .detail-post__body .comment__body {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section .detail-post__body .comment__body {
    margin-bottom: 30px;
  }
}

.list-heading {
  position: relative;
  text-align: center;
}

.list-heading h3 {
  font-size: 24px;
  font-weight: 800;
  color: #39b3e8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.list-heading ul {
  position: relative;
  margin-bottom: 0;
}

.list-heading ul:before,
.list-heading ul:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  background: #39b3e8;
  top: calc(50% - 2px);
  transform: translate(-50%, -50%);
}

.list-heading ul:before {
  left: calc(50% - 70px);
}

.list-heading ul:after {
  left: calc(50% + 70px);
}

.list-heading ul li {
  color: #39b3e8;
  display: inline-block;
}

.list-heading ul li i {
  font-size: 16px;
}

section.list-post .breadcrumbs li {
  display: inline-block;
}

section.list-post .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section.list-post .breadcrumbs li a:hover {
  color: #ec1c24;
}

section.list-post .sticky {
  position: sticky;
  top: 0;
  margin-bottom: 5px;
}

section.list-post .fixed_sidebar {
  position: fixed;
  margin-top: 60px;
}

section.list-post .list-heading {
  margin-bottom: 30px;
}

section.list-post .post-wrap {
  padding: 0px;
  padding-bottom: 100px;
}

section.list-post .post-wrap .post__body {
  text-align: left;
  overflow: hidden;
  font-family: "Nunito", sans-serif;
  margin-bottom: 30px;
}

section.list-post .post-wrap .post__body__wrap {
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 30px;
}

section.list-post .post-wrap .post__body__wrap .post-thumbnail {
  overflow: hidden;
  background-color: #fff;
  flex: none;
  border-radius: 6px;
  margin-bottom: 10px;
}

section.list-post .post-wrap .post__body__wrap .post-thumbnail img {
  width: 100%;
  min-height: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}

section.list-post .post-wrap .post__body__wrap .post-thumbnail img:hover {
  transform: scale(1.1);
}

section.list-post .post-wrap .post__body__wrap--name {
  margin-bottom: 20px;
}

section.list-post .post-wrap .post__body__wrap--name a {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #1a1a1a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.list-post .post-wrap .post__body__wrap--name a:hover {
  color: #ec1c24;
}

section.list-post .post-wrap .post__body__wrap--time {
  position: relative;
  width: 100%;
}

section.list-post .post-wrap .post__body__wrap--time .entry-title {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 16px;
  color: #333;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  section.list-post .post-wrap .post__body__wrap--time .entry-title {
    height: 42px;
    overflow: hidden;
  }
}

section.list-post .post-wrap .post__body__wrap--time ul.entry-meta {
  font-size: 12px;
  font-style: italic;
  color: #707070;
  margin: 0 -7px 10px;
}

section.list-post .post-wrap .post__body__wrap--time ul.entry-meta li {
  padding: 0 7px;
  display: inline-block;
}

section.list-post .post-wrap .post__body__wrap--time ul.entry-meta li i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: middle;
}

section.list-post .post-wrap .post__body:last-child .post__body__wrap:last-child {
  border: none;
}

section.list-post .post-wrap .post__body .pagination__post .page-item.active .page-link {
  background: #f07c00 !important;
  color: #ffffff !important;
}

section.list-post .post-wrap .post__body .pagination__post .page-item .page-link {
  border: 1px solid #dbdbdb;
  color: black !important;
}

section.list-post .post-wrap .sidebar .categories__header {
  font-family: "Nunito", sans-serif;
  height: 40px;
  background-color: #ec1c24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

section.list-post .post-wrap .sidebar .categories__body {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

section.list-post .post-wrap .sidebar .categories__body .sidenav {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category .dropdown-btn {
  padding: 15px 22px 10px 17px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category .dropdown-btn i {
  margin-right: 10px;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category .dropdown-btn:hover {
  color: #ec1c24;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category .active {
  background-color: none;
  color: #ec1c24;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category hr {
  width: 85%;
  border: 1px solid #efefef;
  margin: auto;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category a:hover {
  transition: 0.2s;
  margin-left: 10px;
}

section.list-post .post-wrap .sidebar .categories__body .sidenav .category a {
  transition: 0.2s;
}

section.list-post .post-wrap .sidebar .categories__body .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 40px;
}

section.list-post .post-wrap .sidebar .categories__body .dropdown-container a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}

section.list-post .post-wrap .sidebar .categories__body .dropdown-container a:hover {
  color: #ec1c24;
}

.pagination__post {
  width: 100%;
  padding: 0 15px;
}

.pagination__post ul.pagination {
  margin-top: 0;
}

.pagination__post ul.pagination .page-item > a {
  color: #242424;
}

.pagination__post ul.pagination .page-item > a:hover {
  color: #39b3e8;
}

.pagination__post ul.pagination .page-item.active span.page-link {
  background-color: #39b3e8;
  border-color: #39b3e8;
}

.list-videos .list-heading {
  margin-bottom: 30px;
}

.list-videos .post__body__wrap {
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 24px;
}

.list-videos .post__body__wrap .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.list-videos .post__body__wrap .post-thumbnail img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}

.list-videos .post__body__wrap .post-thumbnail img:hover {
  transform: scale(1.1);
}

.list-videos .post__body__wrap .post-thumbnail .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  padding-left: 3px;
  transform: translate(-50%, -50%);
}

.list-videos .post__body__wrap .post__body__wrap--time .entry-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0;
}

.recuiment-page .recuiment-items .list-recuiment {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: solid 1px #cccccc;
  margin-top: 30px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .recuiment-page .recuiment-items .list-recuiment {
    background-color: #39b3e8;
  }
}

@media (min-width: 1200px) {
  .recuiment-page .recuiment-items .list-recuiment {
    width: 66.666667%;
    margin-left: 16.666667%;
  }
}

.recuiment-page .recuiment-items .list-recuiment .recuiment-item {
  border-bottom: solid 1px #cccccc;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 768px) {
  .recuiment-page .recuiment-items .list-recuiment .recuiment-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-wrap {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fcff;
  }

  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-title {
    width: 70%;
    flex: none;
    border-right: solid 1px #cccccc;
    padding: 11px 20px;
  }

  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-date {
    width: 30%;
  }
}

.recuiment-page .recuiment-items .list-recuiment .recuiment-item:last-of-type {
  border-bottom: none;
}

.recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-title {
    text-align: center;
    font-size: 18px;
    padding: 11px 20px 0;
  }
}

.recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-date {
  padding: 11px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .recuiment-date span {
    display: none;
  }
}

.recuiment-page .recuiment-items .list-recuiment .recuiment-item .link-detail {
  color: #fff;
  padding: 11px 20px;
  display: block;
  text-align: center;
}

.recuiment-page .recuiment-items .list-recuiment .recuiment-item .link-detail:hover {
  color: #f07c00;
}

@media (min-width: 768px) {
  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .link-detail {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .recuiment-page .recuiment-items .list-recuiment .recuiment-item .link-detail {
    background: #39b3e8;
  }
}

.service-page .category-filter {
  margin: 0 -7px;
  padding-bottom: 20px;
}

.service-page .category-filter li {
  padding: 0 7px;
  display: inline-block;
  margin-bottom: 10px;
}

.service-page .category-filter li a {
  padding: 11px;
  border-radius: 22px;
  border: solid 1px #f07c00;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #707070;
}

.service-page .category-filter li a:hover,
.service-page .category-filter li a:focus {
  background: #f07c00;
  color: #fff;
}

.service-page .category-filter li.active a {
  background: #f07c00;
  color: #fff;
}

.service-page .post-filter {
  background-color: #f8fcff;
  padding: 6px 22px;
  margin: 0 0 30px;
}

.service-page .post-filter li {
  padding: 0 8px;
  font-weight: 700;
  display: inline-block;
  color: #707070;
}

.service-page .post-filter li a {
  padding: 5px 0;
  color: inherit;
  display: inline-block;
}

.service-page .post-filter li a:hover,
.service-page .post-filter li a:focus {
  color: #f07c00;
}

.service-page .post-filter li.active a {
  color: #f07c00;
}

.service-page .post-content {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 80px;
}

.service-page .post-content .post-thumbnail {
  width: 100%;
  height: 664px;
  position: relative;
}

@media (max-width: 1200px) {
  .service-page .post-content .post-thumbnail {
    height: auto;
  }
}

.service-page .post-content .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-page .post-content .post-thumbnail img.bg-overlay {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9;
}

@media (max-width: 1199px) {
  .service-page .post-content .post-thumbnail img.bg-overlay {
    display: none;
  }
}

.service-page .post-content .content-wrap {
  padding: 30px 30px 20px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  .service-page .post-content .content-wrap {
    padding: 30px 20px;
  }
}

.service-page .post-content .content-wrap h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-page .post-content .content-wrap .content {
  padding-bottom: 20px;
}

.service-page .post-content .content-wrap a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #f07c00;
  padding: 11px 36px;
  border-radius: 22px;
}

.service-page .post-content .content-wrap a:hover {
  color: #fff;
  background: #39b3e8;
}

section {
  background: #f6f6f6;
}

section .breadcrumbs li {
  display: inline-block;
}

section .breadcrumbs li a {
  color: #707070;
  text-decoration: none;
}

section .breadcrumbs li a:hover {
  color: #ec1c24;
}

section .quote-wrap {
  padding: 0px;
}

section .quote-wrap .quote {
  margin-bottom: 1075px;
}

section .quote-wrap .quote--content {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

section .quote-wrap .sidebar .categories__header {
  font-family: "Nunito", sans-serif;
  height: 40px;
  background-color: #ec1c24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

section .quote-wrap .sidebar .categories__body {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

section .quote-wrap .sidebar .categories__body .sidenav {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  overflow-x: hidden;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .dropdown-btn {
  padding: 15px 22px 10px 17px;
  text-decoration: none;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .dropdown-btn i {
  margin-right: 10px;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .dropdown-btn:hover {
  color: #ec1c24;
}

section .quote-wrap .sidebar .categories__body .sidenav .category .active {
  background-color: none;
  color: #ec1c24;
}

section .quote-wrap .sidebar .categories__body .sidenav .category hr {
  width: 85%;
  border: 1px solid #efefef;
  margin: auto;
}

section .quote-wrap .sidebar .categories__body .sidenav .category a:hover {
  transition: 0.2s;
  margin-left: 10px;
}

section .quote-wrap .sidebar .categories__body .sidenav .category a {
  transition: 0.2s;
}

section .quote-wrap .sidebar .categories__body .dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 40px;
}

section .quote-wrap .sidebar .categories__body .dropdown-container a {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
}

section .quote-wrap .sidebar .categories__body .dropdown-container a:hover {
  color: #ec1c24;
}

@media only screen and (max-width: 575px) {
  section .quote-wrap {
    display: flex;
  }

  section .quote-wrap .quote {
    order: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  section .quote-wrap .quote--content {
    width: 70%;
  }

  section .quote-wrap .sidebar {
    order: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  section .quote-wrap .sidebar .categories {
    width: 70%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  section .quote-wrap {
    display: flex;
  }

  section .quote-wrap .quote {
    order: 2;
    margin-bottom: 30px;
  }

  section .quote-wrap .sidebar {
    order: 1;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section .quote-wrap .quote {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section .quote-wrap .quote {
    margin-bottom: 300px;
  }
}

.fullpicture .picture .picture__left--sort p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  float: right;
}

.fullpicture .picture .picture__left--sort select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  padding-left: 16px;
  float: right;
  margin-top: 0px;
  outline: none;
  border-radius: inherit;
}

.fullpicture .picture .picture__left--products {
  margin-top: 10px;
}

.fullpicture .picture .picture__left--products nav {
  margin: 0 auto;
}

.fullpicture .pagination {
  margin-bottom: 50px;
}

.fullpicture .pagination .page-item .page-link {
  color: #242424;
}

.fullpicture .pagination .page-item .page-link:hover {
  color: #f07c00;
}

.fullpicture .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #f07c00;
  border-color: #f07c00;
}

.fullpicture .numericalorder {
  margin-bottom: 280px;
  margin-top: 50px;
  padding-left: 27%;
}

.fullpicture .numericalorder ul li:hover {
  background-color: #ec1c24;
}

.fullpicture .numericalorder ul .active-red {
  background-color: #ec1c24;
}

.fullpicture .numericalorder ul .active-red a {
  color: #ffffff;
}

.fullpicture .numericalorder ul li {
  float: left;
  list-style: none;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  padding: 2px 9px;
}

.fullpicture .numericalorder ul li a {
  text-decoration: none;
  color: #000000;
}

.fullpicture .numericalorder ul li a i {
  color: #f07c00;
  font-size: 16px;
}

.template-product.in {
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}

.template-product.in .imgout {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.template-product.in .imgout img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease 0s;
}

.template-product.in .imgout img:hover {
  transform: scale(1.1);
}

.template-product.in .name-product {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #000000;
}

.template-product.in .name-product p {
  margin-bottom: 0;
}

.template-product.in .price {
  color: #ff0000;
  font-weight: 500;
  margin-bottom: 15px;
}

.template-product.in .btn-product {
  margin-bottom: 10px;
}

.template-product.in .btn-product a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #f07c00;
  padding: 10px 23px;
  border-radius: 6px;
}

.template-product.in .btn-product a:hover {
  background: #194711;
}

.product-tabs {
  display: none;
}

.product-tabs.active {
  display: block;
}

.product-tabs .btn-readall {
  text-align: center;
  padding-bottom: 70px;
}

.product-tabs .btn-readall a {
  display: inline-block;
  padding: 10px 25px;
  background: #f07c00;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
}

.product-tabs .btn-readall a:hover {
  background: #1a1a1a;
}

.main-category-product {
  padding-bottom: 26px;
}

.main-category-product .container-wrap .product-heading {
  background-color: #f07c00;
  display: inline-block;
  padding: 9px 40px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 24px;
}

.main-category-product .container-wrap .product-heading:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #f07c00;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.main-category-product .container-wrap .product-heading span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.fancybox {
  padding-bottom: 40px;
}

.fancybox .block-wrap {
  padding: 20px 16px 0;
  border-radius: 6px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.fancybox .block-wrap .btn-cat a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #f07c00;
  padding: 12px 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
}

.fancybox .block-wrap .btn-cat a:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #f07c00;
  right: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.fancybox .block-wrap .post-content {
  margin: 0 -8px;
}

@media (min-width: 480px) {
  .fancybox .block-wrap .post-content {
    display: flex;
  }
}

.fancybox .block-wrap .post-content .post-thumbnail {
  position: relative;
  padding: 0 8px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .fancybox .block-wrap .post-content .post-thumbnail {
    flex: none;
    width: 50%;
  }
}

.fancybox .block-wrap .post-content .post-thumbnail img {
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox .block-wrap .post-content .post-wrap {
  padding: 0 8px;
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .fancybox .block-wrap .post-content .post-wrap {
    flex: none;
    width: 50%;
  }
}

.fancybox .block-wrap .post-content .post-wrap h4 {
  font-size: inherit;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  height: 37px;
  overflow: hidden;
}

.fancybox .block-wrap .post-content .post-wrap p {
  font-size: inherit;
  color: #707070;
  margin-bottom: 10px;
  height: 74px;
  overflow: hidden;
}

.fancybox .block-wrap .post-content .post-wrap a {
  color: #333;
  font-weight: 500;
}

.fancybox .block-wrap .post-content .post-wrap a:hover {
  color: #f07c00;
}

@media only screen and (max-width: 360px) {
  .picture .picture__left--sort p {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 753px) and (max-width: 1199px) {
  .picture .numericalorder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 753px) {
  .picture .numericalorder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    margin-right: 38px;
  }
}

.introduce .introduce__left--smallimg {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.introduce .introduce__left--smallimg .smallimg {
  width: 22%;
}

.introduce .introduce__left--smallimg .smallimg img {
  margin-right: 14px;
  width: 77px;
  height: 65px;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}

.introduce .introduce__left--bigimg img {
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}

.introduce .introduce__left--buy {
  margin-top: 20px;
  margin-bottom: 50px;
}

.introduce .introduce__left--buy .numberproduct {
  margin-bottom: 30px;
}

.introduce .introduce__left--buy .numberproduct .title-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  margin-right: 30px;
}

.introduce .introduce__left--buy .numberproduct input {
  height: 28px;
  border: solid 1px #707070;
  background-color: #ffffff;
  padding: 5px 20px;
  max-width: 80px;
}

.introduce .introduce__left--buy .numberproduct input::-webkit-inner-spin-button {
  opacity: 1;
  width: 12px;
}

.introduce .introduce__left--buy select {
  width: 69px;
  height: 40px;
  -webkit-appearance: none;
  padding-right: 13px;
  background-color: white;
  background-size: 10px;
  background-position-x: 91%;
  padding-left: 25px;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  outline: none;
  margin-right: 27px;
}

.introduce .introduce__left--buy .buynow {
  height: 38px;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  background: #f07c00;
  color: #fff;
  border: 1px solid #f07c00;
  transition: all 0.5s ease 0s;
  margin-bottom: 15px;
  margin-right: 18px;
}

.introduce .introduce__left--buy .buynow p {
  margin-bottom: 0;
}

.introduce .introduce__left--buy .buynow:hover {
  color: #f07c00;
  background: #fff;
}

.introduce .introduce__left--buy .cart {
  padding: 5px 16px;
  font-weight: 500;
  height: 38px;
  background: #ffffff;
  border: 1px solid #f07c00;
  color: #f07c00;
  transition: all 0.5s ease 0s;
}

.introduce .introduce__left--buy .cart p {
  margin-bottom: 0;
}

.introduce .introduce__left--buy .cart:hover {
  color: #fff;
  background: #f07c00;
}

.introduce .product-comment {
  padding-top: 70px;
  padding-bottom: 70px;
}

.introduce .product-comment .comment-header {
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduce .product-comment .comment-header .count-cmt {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}

.introduce .product-comment .comment-header .sort {
  margin-bottom: 10px;
}

.introduce .product-comment .comment-header .sort select {
  height: 25px;
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  outline: none;
  margin-left: 8px;
  padding: 0 10px;
  background-size: 8px;
}

.introduce .product-comment__body {
  margin-bottom: 612px;
}

.introduce .product-comment__body--img {
  float: left;
  padding: 0px;
}

.introduce .product-comment__body--img img {
  width: auto;
}

.introduce .product-comment__body--input {
  float: right;
  padding: 0px;
}

.introduce .product-comment__body--input input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding-left: 16px;
  outline: none;
}

.introduce .product-comment section form {
  padding-bottom: 30px;
}

.introduce .introduce__right .introductory-paragraph .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d8d8d8;
}

.introduce .introduce__right .introductory-paragraph .price {
  color: #f07c00;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.introduce .introduce__right .introductory-paragraph .active-number {
  color: #f07c00;
}

.introduce .introduce__right .introductory-paragraph hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-left: -2px;
}

.introduce .introduce__right .comment {
  margin-top: 70px;
}

.introduce .introduce__right .comment .comment__top {
  height: 35px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 29px;
}

.introduce .introduce__right .comment .comment__top .count-cmt {
  float: left;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

.introduce .introduce__right .comment .comment__top .sort {
  float: right;
}

.introduce .introduce__right .comment .comment__top .sort select {
  width: 76px;
  height: 25px;
  border-radius: 4px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  outline: none;
  margin-left: 8px;
  -webkit-appearance: none;
  background-position-x: 95%;
  background-size: 8px;
  padding-left: 7px;
}

.introduce .introduce__right .comment .comment__foot--img {
  float: left;
  padding: 0px;
}

.introduce .introduce__right .comment .comment__foot--img img {
  width: auto;
}

.introduce .introduce__right .comment .comment__foot--input {
  float: right;
  padding: 0px;
}

.introduce .introduce__right .comment .comment__foot--input input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  font-family: "Nunito", sans-serif;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding-left: 16px;
  outline: none;
}

.keyboard {
  margin-bottom: 70px;
}

.keyboard .list-heading {
  margin-bottom: 30px;
}

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

.comment {
  margin-top: 30px;
}

.comment.col-12 {
  padding: 0;
}

.comment ::-webkit-input-placeholder {
  font-style: italic;
  color: #949494;
}

.comment .comment_form {
  border-bottom: 2px solid #ccd0d5;
  padding-bottom: 10px;
}

.comment .comment_form .d-flex {
  display: flex;
}

.comment .comment_form h3 {
  font-size: 18px;
  font-weight: bold;
}

.comment .comment_form .comment_content {
  margin: 20px 0;
}

.comment .comment_form .comment_content .comment_textarea {
  width: 100%;
}

.comment .comment_form .comment_content .comment_textarea .textarea {
  padding-left: 10px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: solid 0.5px #cccccc;
  background-color: #f8fcff;
  outline: none;
  font-size: 14px;
}

.comment .comment_form .fa {
  font-size: 15px;
  width: 37px;
  height: 37px;
  background: #f07c00;
  color: #fff;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment .comment_form input[type=submit] {
  padding: 8px 15px;
  background: #d67105;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.comment .comment_show {
  margin: 20px 0;
}

.comment .comment_show .comment_ava {
  margin-right: 14px;
}

.comment .comment_show .comment_textarea {
  margin-top: -4px;
}

.comment .comment_show .comment_textarea .comment_user {
  font-weight: bold;
  margin-right: 10px;
}

.comment .comment_show .comment_textarea .comment_date {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}

.comment .comment_ava {
  margin-right: 9px;
}

.comment .comment_ava .comment_img {
  height: 40px;
  width: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.comment .comment_ava .comment_img img {
  width: 100%;
  margin-top: 0px;
}

.title-category-service {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px auto 30px;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #242424;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  background: #fff;
}

@media (max-width: 767px) {
  .container {
    position: relative;
    overflow-x: hidden;
  }

  header .container {
    overflow-x: unset;
  }
}

a {
  color: #242424;
  text-decoration: none;
  transition: 0.5s ease 0s;
}

a:hover,
a:focus {
  color: #f07c00;
  text-decoration: none;
  outline: none;
}

p {
  margin-bottom: 10px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 500;
  line-height: 1.36;
}

.h2,
h2 {
  font-size: 24px;
}

.h3,
h3 {
  font-size: 18px;
}

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

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

.row {
  width: auto !important;
}

.nf-row {
  margin-right: -12px;
  margin-left: -12px;
}

.nf-col {
  padding-right: 12px;
  padding-left: 12px;
}

.alignleft {
  float: left;
  display: table-cell;
  margin: 0 30px 0 0;
}

.alignright {
  float: right;
  display: table-cell;
  margin: 0 0 0 30px;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

.wrap-fullwidth {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .nf-col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.alert {
  width: 100%;
}

.alert.alert-warning {
  padding: 5px 10px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    order: 2;
  }

  .main-content {
    order: 1;
  }
}

.home .page-header,
.home .head-paging {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

