@charset "UTF-8";
body {
  background-color: #f3f5f7; }

.evo-bg-white {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px; }
  @media (max-width: 480px) {
    .evo-bg-white {
      padding: 7px; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative; }

label {
  font-weight: 500; }

#article_comments {
  margin-bottom: 15px; }

.evo-article .title-head {
  display: block;
  line-height: 1.3em;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin: 0; }
  @media (max-width: 767px) {
    .evo-article .title-head {
      font-size: 22px; } }

.evo-article .article-details {
  margin-top: 10px; }
  .evo-article .article-details p {
    word-wrap: break-word; }
  @media (max-width: 767px) {
    .evo-article .article-details {
      margin-top: 10px; } }
  .evo-article .article-details h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px; }
  .evo-article .article-details h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px; }
  .evo-article .article-details a {
    color: #e01010; }
    .evo-article .article-details a:hover, .evo-article .article-details a:focus {
      color: #1c1c1c;
      font-weight: 500; }
  .evo-article .article-details img {
    max-width: 100%;
    height: auto !important;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .evo-article .article-details img {
        max-width: 600px;
        display: block; } }
  .evo-article .article-details .evo-owl-product img {
    max-width: 100% !important;
    width: auto !important;
    margin: auto !important; }
  .evo-article .article-details iframe {
    max-width: 100% !important; }

.article-summary {
  font-size: 15px;
  max-width: 700px;
  margin: 20px auto;
  font-style: italic;
  color: #333;
  text-align: justify; }

.tag_article .inline {
  font-weight: 500;
  font-size: 15px; }
  @media (max-width: 480px) {
    .tag_article .inline {
      display: block !important;
      font-size: 14px;
      margin-bottom: 3px; } }

.tag_article a {
  background: #fff;
  color: #777;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  border: 1px dashed #eee; }
  .tag_article a:hover {
    background-color: #e01010;
    color: #fff;
    border-color: #e01010; }

.evo-article-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: 1px dashed #eee; }
  @media (max-width: 767px) {
    .evo-article-toolbar {
      display: block;
      margin-bottom: 20px; } }
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    color: #e01010;
    font-weight: 500;
    display: inline-block;
    float: left;
    margin-right: 5px; }
    @media (max-width: 767px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
        width: 100%;
        margin-right: 0; } }
  .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left; }
    @media (max-width: 991px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: 300px; } }
    @media (max-width: 767px) {
      .evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
        max-width: unset;
        width: 100%; } }
  @media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-left {
      width: 100%; } }
  @media (max-width: 767px) {
    .evo-article-toolbar .evo-article-toolbar-right {
      width: 100%;
      text-align: center;
      margin-top: 10px; } }
  .evo-article-toolbar .evo-article-toolbar-right a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #e01010;
    font-weight: 500; }
    .evo-article-toolbar .evo-article-toolbar-right a svg {
      color: #e01010;
      vertical-align: -2px;
      height: 12px; }
    .evo-article-toolbar .evo-article-toolbar-right a:first-child svg {
      margin-right: 6px; }
    .evo-article-toolbar .evo-article-toolbar-right a:last-child {
      margin-left: 15px; }
      .evo-article-toolbar .evo-article-toolbar-right a:last-child svg {
        margin-left: 6px; }
    .evo-article-toolbar .evo-article-toolbar-right a:hover {
      color: #333; }
      .evo-article-toolbar .evo-article-toolbar-right a:hover svg {
        color: #333; }
  .evo-article-toolbar .evo-article-toolbar-right .separator {
    display: inline-block;
    position: relative;
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: rgba(255, 255, 255, 0.8);
    vertical-align: middle; }

#article-comments {
  margin-top: 0 !important; }
  #article-comments .user-name-comment strong {
    font-weight: 500; }

#article_comments button {
  padding-top: 0;
  padding-bottom: 0; }

.blog_related {
  margin-bottom: 15px;
  margin-top: 15px;
  background: #fefefe;
  border: 1px solid #e01010;
  border-radius: 4px;
  padding: 10px; }
  .blog_related h2 {
    color: #222;
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .blog_related h2 {
        font-size: 16px; } }
  .blog_related .blog_entry {
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      .blog_related .blog_entry {
        margin-bottom: 7px; } }
    .blog_related .blog_entry h3 {
      margin: 0;
      font-size: 14px;
      font-weight: normal; }
      @media (max-width: 767px) {
        .blog_related .blog_entry h3 {
          margin-top: 0; } }
      .blog_related .blog_entry h3 a {
        font-size: 14px;
        color: #135841; }
        .blog_related .blog_entry h3 a:hover, .blog_related .blog_entry h3 a:focus {
          color: #e01010;
          text-decoration: none; }
          .blog_related .blog_entry h3 a:hover i, .blog_related .blog_entry h3 a:focus i {
            color: #e01010; }

.aside-item.collection-category .aside-title {
  margin: 0 0 10px;
  font-size: 18px;
  position: relative;
  color: #2d2a2a;
  text-transform: uppercase; }
  .aside-item.collection-category .aside-title .title-head {
    font-size: 18px;
    font-weight: 600;
    color: #303846;
    margin-bottom: 0; }

.aside-item.collection-category .aside-content .navbar-pills .nav-item a {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 25px;
  color: #303846;
  white-space: normal;
  position: relative;
  display: table;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item a:hover, .aside-item.collection-category .aside-content .navbar-pills .nav-item a:focus {
    color: #e01010;
    background-color: transparent; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item a i.fa-caret-right {
    display: table-cell;
    width: 10px !important; }

.aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus {
  position: absolute;
  right: 7px;
  top: calc(50% - (20px / 2));
  width: 20px;
  height: 20px; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before, .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::before {
    width: 11px;
    height: 1px;
    opacity: 1; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item .Collapsible__Plus::after {
    width: 1px;
    height: 11px; }

.aside-item.collection-category .aside-content .navbar-pills .nav-item.active > .Collapsible__Plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg); }

.aside-item.collection-category .aside-content .navbar-pills .nav-item.active > .Collapsible__Plus::before {
  opacity: 0; }

.aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-transition: left 0.3s ease 0s, opacity 0.3s;
  transition: left 0.3s ease 0s, opacity 0.3s; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item a {
    padding: 5px 10px;
    padding-right: 25px; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    padding: 5px 20px; }
  .aside-item.collection-category .aside-content .navbar-pills .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    padding: 5px 30px; }

.aside-item.top-news .aside-title {
  margin: 0 0 10px;
  font-size: 18px;
  position: relative;
  color: #303846;
  text-transform: uppercase; }
  .aside-item.top-news .aside-title .title-head {
    font-size: 18px;
    font-weight: 600;
    color: #303846;
    margin-bottom: 0; }

.aside-item.top-news .item {
  margin-bottom: 20px; }
  .aside-item.top-news .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px; }
  .aside-item.top-news .item .info {
    padding-left: 95px; }
    .aside-item.top-news .item .info .title {
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 14px;
      font-weight: 400; }
      .aside-item.top-news .item .info .title a {
        color: #303846; }
        .aside-item.top-news .item .info .title a:hover, .aside-item.top-news .item .info .title a:focus {
          color: #e01010; }

.topfive .topfive-title {
  font-weight: 600;
  font-size: 19px;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px; }

.topfive .evo-owl-product {
  margin-left: -5px;
  margin-right: -5px; }
  .topfive .evo-owl-product .slick-slide {
    margin: 5px; }
    .topfive .evo-owl-product .slick-slide:hover, .topfive .evo-owl-product .slick-slide:focus {
      outline: none;
      box-shadow: none;
      border: none; }
  .topfive .evo-owl-product .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 991px) {
      .topfive .evo-owl-product .slick-arrow {
        display: none !important; } }
    .topfive .evo-owl-product .slick-arrow.slick-prev {
      left: -35px;
      opacity: 0;
      -webkit-transition: all .25s ease;
      transition: all .25s ease;
      -webkit-transform: translateX(-30px);
      transform: translateX(-30px); }
      .topfive .evo-owl-product .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//cdn.hstatic.net/themes/200000632093/1001513946/14/back.svg?v=1);
        height: 30px;
        width: 30px;
        display: block; }
    .topfive .evo-owl-product .slick-arrow.slick-next {
      right: -35px;
      opacity: 0;
      -webkit-transition: all .25s ease;
      transition: all .25s ease;
      -webkit-transform: translateX(30px);
      transform: translateX(30px); }
      .topfive .evo-owl-product .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//cdn.hstatic.net/themes/200000632093/1001513946/14/right-arrow.svg?v=1);
        height: 30px;
        width: 30px;
        display: block; }
  .topfive .evo-owl-product .slick-dots {
    text-align: center; }
    .topfive .evo-owl-product .slick-dots li {
      display: inline-block; }
      .topfive .evo-owl-product .slick-dots li button {
        border-radius: 0;
        height: 10px;
        width: 10px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        padding: 0;
        font-size: 0; }
      .topfive .evo-owl-product .slick-dots li + li {
        margin-left: 5px; }
      .topfive .evo-owl-product .slick-dots li.slick-active button {
        border-color: #e01010;
        background-color: #e01010;
        border-radius: 0;
        width: 10px; }
  .topfive .evo-owl-product:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .topfive .evo-owl-product:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
    height: 210px; }
    @media (max-width: 1024px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 180px; } }
    @media (max-width: 991px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 227px; } }
    @media (max-width: 767px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 167px; } }
    @media (max-width: 668px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 167px; } }
    @media (max-width: 569px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 176px; } }
    @media (max-width: 480px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 195px; } }
    @media (max-width: 376px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 176px; } }
    @media (max-width: 321px) {
      .topfive .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 148px; } }
    .topfive .evo-owl-product .evo-product-block-item .product-item-photo img {
      width: auto !important;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .topfive .evo-owl-product .evo-product-block-item .product-item-details .price-box {
    margin-bottom: 0; }

.bgcover {
  display: block;
  overflow: hidden;
  height: 450px;
  background: no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative; }
  @media (max-width: 767px) {
    .bgcover {
      height: 250px;
      margin-bottom: 7px !important; } }
  .bgcover .bgtrans {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    height: 225px;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.8)), to rgba(0, 0, 0, 0.6), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); }
    @media (max-width: 767px) {
      .bgcover .bgtrans {
        height: 150px; } }
    .bgcover .bgtrans h1 {
      display: block;
      overflow: hidden;
      font-size: 35px;
      color: #fff;
      max-width: 800px;
      margin: auto;
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 50px;
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      white-space: unset;
      max-height: 91px; }
      @media (max-width: 767px) {
        .bgcover .bgtrans h1 {
          font-size: 20px;
          max-height: 44px;
          line-height: 1.1;
          left: 10px;
          right: 10px; } }
    .bgcover .bgtrans .userdetail {
      max-width: 800px;
      margin: auto;
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 10px;
      display: block;
      overflow: hidden;
      padding: 15px 0; }
      @media (max-width: 767px) {
        .bgcover .bgtrans .userdetail {
          left: 10px;
          right: 10px; } }
      .bgcover .bgtrans .userdetail span {
        display: inline-block;
        font-size: 12px;
        color: #999;
        vertical-align: middle;
        margin: -2px 5px 0;
        cursor: pointer; }
        .bgcover .bgtrans .userdetail span:before {
          content: '•';
          display: inline-block;
          vertical-align: middle;
          margin-right: 8px;
          font-size: 18px;
          color: #ccc;
          position: relative;
          top: -3px; }
