body { width: 100%; height: 100%; padding: 0; margin: 0; color: #111; background: #fff; font-family: 'Montserrat'; font-size: 14px; font-weight: 300; overflow: auto; overflow-x: hidden; }

.loading { position: fixed; width: 100%; height: 100vh; background: #fff; top: 0; left: 0; z-index: 9999999999999999; }
.overlay { position: fixed; width: 100%; height: 100vh; background: rgba(0,0,0,0.6); top: 0; left: 0; z-index: 5; display: none; }
.container { max-width: 1430px !important; }
.page-wrapper { width: 100%; padding-top: 80px; display: flex; min-height: 100vh; flex-direction: column; }
.sticky { flex: 1; }

/* HEAD */

.head { width: 100%; background: #333; position: fixed; left: 0; top: 0; z-index: 6; }
  .head .col-12 { width: 100%; display: flex; align-items: center; justify-content: space-between; height: 80px; }

  .head .logo { width: 80px; /*height: 24px; margin-right: 20px;*/ }
    .head .logo img { width: 100%; /*height: 100%;*/ position: relative; /*top: -2px;*/ }

  /*.head .top-menu{ width: 100%;}
.head .top-menu ul{ width:auto; float:left; display: flex; align-items: center; list-style: none; padding: 0; margin: 0;}
.head .top-menu ul li{}
.head .top-menu ul li .plus{ display: none !important;}
.head .top-menu ul li.pin a{ background: url(../images/pin.svg) no-repeat center left 16px; background-size: 16px 16px; padding-left: 36px;}
.head .top-menu ul li a{ text-decoration: none; color: #fff; display: block; font-weight: 500; padding: 30px 20px; padding-bottom: 29px;}

.top-menu .sub-ul{ padding: 20px !important; padding-left: calc(25% + 20px) !important; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); visibility: hidden; 
                   flex-wrap:wrap; align-items:flex-start !important; opacity: 0; width: 100% !important; position: absolute; left: 0; background: #fff; z-index: 7;}
.top-menu .sub-ul li{ float: left; width: 33.333%; margin-bottom: 20px;}
.top-menu .sub-ul.opened{ visibility: visible; opacity: 1;}
.top-menu .sub-ul a{ border-top: 0; padding: 5px 10px !important; color: #111 !important; letter-spacing: 0; font-size: 14px; font-weight: 700 !important;}
.top-menu .sub-ul a:hover{ text-decoration: underline;}

.top-menu .sub-ul-ul{ display: block !important;}
.top-menu .sub-ul-ul li{ float: unset; width: 100%; margin-bottom: 0;}
.top-menu .sub-ul-ul a{ font-size: 13px !important; font-weight: 400 !important;}

.top-menu .hover-img{ width: 25% !important; height: 100%; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; padding: 20px;}
.top-menu .hover-img .img{ width: 100%; height: 100%; background: #eee; position: relative; overflow:hidden; }
.top-menu .hover-img .img img{ position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;}*/

  .head .links { width: auto; margin-left: 20px; }
    .head .links ul { width: 100%; display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
      .head .links ul li { position: relative; }
        .head .links ul li a { text-decoration: none; color: #fff; display: block; font-weight: 500; padding: 30px 20px; white-space: nowrap; }
        .head .links ul li .searchBtn { cursor: pointer; width: 30px; height: 40px; background: url(../images/search.svg) no-repeat center; background-size: 22px 22px; margin-left: 15px; }
        .head .links ul li .userBtn { cursor: pointer; width: 30px; height: 40px; background: url(../images/user2.svg) no-repeat center; background-size: 22px 22px; margin-left: 15px; }
        .head .links ul li .basketBtn { cursor: pointer; width: 30px; height: 40px; background: url(../images/bag.svg) no-repeat center; background-size: 22px 22px; margin-left: 15px; }
        .head .links ul li .box { display: none; border-radius: 4px; background: #fff; width: 120px; position: absolute; padding: 0 10px; text-align: center; margin-top: 20px; box-shadow: 0px 10px 20px rgba(0,0,0,0.1); right: 0; }
          .head .links ul li .box::before { content: ""; position: absolute; border: 10px #fff solid; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid transparent; top: 0; right: 4px; margin-top: -20px; }
          .head .links ul li .box a { border-bottom: 1px #eee solid; padding: 0; color: #111; text-decoration: none; font-size: 13px; width: 100%; padding: 10px 0; }
            .head .links ul li .box a:last-child { border-bottom: 0; }

  .head .search { width: 100%; background: #fff; position: absolute; left: 0; display: none; box-shadow: 0px 10px 20px rgba(0,0,0,0.05); z-index: 6; }
    .head .search input { width: 100%; height: 80px; border: 0; padding: 20px 0; background: #fff; color: #111; font-size: 18px; font-weight: 600; outline: 0; }
    .head .search .closeBtn { font-size: 26px; cursor: pointer; }

/* SLIDER */

.slider { width: 100%; margin-bottom: calc(1% + 30px); }
  .slider .item { width: 100%; position: relative; outline: none; }
    .slider .item a { text-decoration: none; color: #fff; display: block; outline: none; }
    .slider .item .img { width: 100%; }
      .slider .item .img img { width: 100%; }

    .slider .item .title { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
      .slider .item .title h2 { font-size: 44px; font-weight: 400; margin-bottom: 20px; }
      .slider .item .title .detailBtn { font-weight: 500; font-size: 14px; border: 1px #fff solid; border-radius: 5px; padding: 10px 20px; display: inline-block; }

/* BANNER */

.banner { width: 100%; }
  .banner .item { width: 100%; }
    .banner .item a { text-decoration: none; color: #fff; display: block; }
    .banner .item .img { width: 100%; }
      .banner .item .img img { width: 100%; }
    .banner .item .title { position: absolute; width: 100%; top: 50%; left: 0; transform: translateY(-50%); z-index: 2; text-align: center; font-size: 44px; font-weight: 300; }

/* BREADCRUMB */

.breadcrumb { background: #fff; border-bottom: 2px #eee solid; margin-bottom: 0; padding-top: 20px; padding-bottom: 17px; }
  .breadcrumb a { text-decoration: none; color: #111; font-size: 14px; font-weight: 500; margin-right: 5px; position: relative; padding-right: 25px; text-transform: uppercase; }
    .breadcrumb a::after { font-family: 'Feather'; content: "\e930"; position: absolute; right: 0; font-size: 16px; color: #999; margin-top: -2px; }
    .breadcrumb a:last-child { font-weight: 700; }
      .breadcrumb a:last-child::after { content: ""; }

/* NEWS DETAIL */

.news-detail { width: 100%; margin-bottom: calc(1% + 30px); }
  .news-detail p { margin-bottom: 0; font-size: 16px; font-weight: 400; margin-bottom: calc(1% + 30px); }

/* SHARE */

.share { width: 100%; display: flex; flex-wrap: wrap; align-items: center; background: #f5f5f5; padding: 25px; border-radius: 5px; }
  .share span { font-size: 18px; font-weight: 700; margin-right: 20px; }
  .share a { text-decoration: none; color: currentColor; display: block; width: 50px; height: 50px; border-radius: 3px; background: #111; margin-right: 10px; }
    .share a.facebook { background: url(../images/social/facebook-w.png) #111 no-repeat center; background-size: 16px 16px; }
    .share a.twitter { background: url(../images/social/twitter-w.png) #111 no-repeat center; background-size: 16px 16px; }
    .share a.whatsapp { background: url(../images/social/whatsapp-w.png) #111 no-repeat center; background-size: 16px 16px; }
    .share a.instagram { background: url(../images/social/instagram-w.png) #111 no-repeat center; background-size: 16px 16px; }

  .share .left { }
  .share .right { display: flex; }

/* ABOUT */

.about { width: 100%; margin-bottom: calc(1% + 30px); }
  .about .item { width: 100%; display: flex; align-items: center; margin-bottom: calc(1% + 30px); }
    .about .item:last-child { margin-bottom: 0; }

    .about .item .img { max-width: 350px; width: 100%; }
      .about .item .img img { width: 100%; }

    .about .item .content { width: 100%; padding: 30px; }
      .about .item .content h2 { font-weight: 300; margin-bottom: 20px; }
      .about .item .content p { margin-bottom: 0; }

    .about .item:nth-child(odd) .img { order: 1; }
    .about .item:nth-child(odd) .content { order: 2; }

    .about .item:nth-child(even) { background: #f0f0f0; }
      .about .item:nth-child(even) .img { order: 2; }
      .about .item:nth-child(even) .content { order: 1; }

/* HOMEPAGE BANNER */

.homepage-banner { width: 100%; margin-bottom: calc(1% + 30px); }
  .homepage-banner .item { width: 100%; position: relative; }

    .homepage-banner .item .img { width: 100%; }
      .homepage-banner .item .img img { width: 100%; }

    .homepage-banner .item .info { position: absolute; width: 100%; left: 0; bottom: 0; padding-left: calc(1% + 30px); padding-bottom: calc(1% + 30px); color: #fff; background: linear-gradient(to bottom, transparent, #000); }
      .homepage-banner .item .info.mid { padding-left: calc(10% + 30px); }
      .homepage-banner .item .info h2 { font-size: 36px; font-weight: 400; margin-bottom: 15px; }
      .homepage-banner .item .info p { font-size: 16px; margin-bottom: 20px; }
      .homepage-banner .item .info .detailBtn { display: inline-block; font-size: 14px; font-weight: 500; background: transparent; border: solid 1px #fff; color: #fff; padding: 15px 20px; text-decoration: none; border-radius: 5px; }
        .homepage-banner .item .info .detailBtn:hover { background: #fff; color: #111; }


/* CATEGORIES PREVIEW */

.categories-preview { width: 100%; margin-bottom: calc(1% + 30px); }
  .categories-preview h2 { font-weight: 300; margin-bottom: 30px; }
  .categories-preview ul { list-style: none; padding: 0; margin: 0; }
    .categories-preview ul li { margin: 0 1px; }
      .categories-preview ul li a { position: relative; text-decoration: none; color: currentColor; display: block; background: #f5f5f5; padding: 30px; outline: none; width: 100%; height: 100%; }
      .categories-preview ul li h2 { font-size: 18px; font-weight: 700; margin-bottom: 5px; width: 100%; position: relative; z-index: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
      .categories-preview ul li p { width: 100%; position: relative; z-index: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

      .categories-preview ul li h4 { font-size: 18px; font-weight: 700; margin-bottom: 5px; width: 100%; position: relative; z-index: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
      .categories-preview ul li .img { transition: 0.2s; width: 100%; padding: 0 30px; }
        .categories-preview ul li .img img { width: 100%; }

      .categories-preview ul li .imgPrev { transition: 0.2s; width: 100%; padding: 0 30px; }
        .categories-preview ul li .imgPrev img { width: 100%; }
      .categories-preview ul li .imgHover { transition: 0.2s; opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; background: #111; }
        .categories-preview ul li .imgHover img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; opacity: 0.7; }

      .categories-preview ul li a:hover .imgPrev { opacity: 0; }
      .categories-preview ul li a:hover .imgHover { opacity: 1; }
      .categories-preview ul li a:hover h2, .categories-preview ul li a:hover p { color: #fff; }

/* POSTS PREVIEW */

.posts-preview { width: 100%; margin-bottom: calc(1% + 30px); }
  .posts-preview ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
    .posts-preview ul li { width: 33.333%; border: 1px #fff solid; order: 5; }
      .posts-preview ul li a { text-decoration: none; color: #fff; display: block; width: 100%; height: 100%; position: relative; }
      .posts-preview ul li .img { width: 100%; height: 100%; min-height: 400px; }
        .posts-preview ul li .img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
      .posts-preview ul li .info { width: 100%; display: none; position: absolute; left: 0; bottom: 0; padding: 30px; background: linear-gradient(to bottom, transparent, #000); }
        .posts-preview ul li .info h2 { font-size: 18px; font-weight: 700; margin-bottom: 0; }
      .posts-preview ul li a:hover .info { display: block; z-index: 2; }

      .posts-preview ul li:nth-child(1) { order: 1; }
      .posts-preview ul li:nth-child(2) { order: 2; }
      .posts-preview ul li:nth-child(3) { order: 3; }
      .posts-preview ul li.content { min-height: 400px; background: #333; order: 4; }
        .posts-preview ul li.content .item { width: 100%; height: 100%; display: flex; flex-wrap: wrap; }
          .posts-preview ul li.content .item .info { display: block; position: relative; color: #fff; background: unset; }
            .posts-preview ul li.content .item .info h2 { font-size: 32px; font-weight: 300; margin-bottom: 20px; }
            .posts-preview ul li.content .item .info p { }

          .posts-preview ul li.content .item .links { display: flex; padding: 30px; align-items: flex-end; }
            .posts-preview ul li.content .item .links a { transition: 0.2s; font-size: 14px; font-weight: 500; margin-right: 10px; white-space: nowrap; text-decoration: none; color: #fff; border: 1px #fff solid; border-radius: 5px; padding: 10px 15px; height: 40px; }
              .posts-preview ul li.content .item .links a:hover { color: #111; background: #fff; }

/* LATEST NEWS */

.latest-news { width: 100%; margin-bottom: calc(1% + 30px); }
  .latest-news h2 { font-size: 32px; font-weight: 300; margin-bottom: 20px; }
  /*.latest-news ul{ list-style: none; padding: 0; margin: 0; display: flex;}
.latest-news ul li{ height: 100%; outline: none; border: 1px #fff solid;}
.latest-news ul li a{ text-decoration: none; color: currentColor; display: block; position: relative; width: 100%; height: 100%; background: #f5f5f5; outline: none;}
.latest-news ul li .img{ width: 100%; margin-bottom: 30px;}
.latest-news ul li .img img{ width: 100%;}
.latest-news ul li h2{ font-size: 14px; font-weight: 700; padding: 0 30px; margin-bottom: 30px; height: 40px; line-height: 1.5em; overflow: hidden; text-transform: uppercase;}
.latest-news ul li p{ font-size: 14px; font-weight: 400; margin-bottom: 0; padding: 0 30px; margin-bottom: 30px; height: 42px; overflow: hidden;}
.latest-news ul li p::after{ content: "..."; position: relative; display: inline-block;}

.latest-news ul li:hover{ color: #999;}*/


  .latest-news .ul { display: flex; flex-wrap: wrap; }
    .latest-news .ul .li { width: 25%; height: 100%; outline: none; border: 1px #fff solid; }
      .latest-news .ul .li a { text-decoration: none; color: currentColor; display: block; position: relative; width: 100%; height: 100%; background: #f5f5f5; outline: none; }
      .latest-news .ul .li .img { width: 100%; margin-bottom: 30px; }
        .latest-news .ul .li .img img { width: 100%; }
      .latest-news .ul .li h2 { font-size: 14px; font-weight: 700; padding: 0 30px; margin-bottom: 30px; height: 40px; line-height: 1.5em; overflow: hidden; text-transform: uppercase; }
      .latest-news .ul .li p { font-size: 14px; font-weight: 400; margin-bottom: 0; padding: 0 30px; margin-bottom: 30px; height: 42px; overflow: hidden; }
        .latest-news .ul .li p::after { content: "..."; position: relative; display: inline-block; }

      .latest-news .ul .li:hover { color: #999; }







/* PRODUCT LIST */

.product-list-content { font-size: 16px; font-weight: 400; margin: calc(1% + 30px) 0; }

.product-list { width: 100%; margin-bottom: calc(1% + 30px); }
  .product-list ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
    .product-list ul li { border: 1px solid #fff; padding: 30px; width: 33.333%; background: #f5f5f5; }
      .product-list ul li a { transition: 0.2s; text-decoration: none; color: currentColor; display: block; width: 100%; }
      .product-list ul li h2 { font-size: 16px; font-weight: 700; margin-bottom: 15px; }
      .product-list ul li .img { width: 100%; padding-bottom: 100%; position: relative; }
        .product-list ul li .img img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 50%; }

      .product-list ul li a:hover { color: #999; }

/* PRODUCT DETAIL */

.product-detail-gallery { width: 100%; margin-bottom: calc(1% + 30px); }
  .product-detail-gallery .self { width: 100%; margin-bottom: 20px; }
    .product-detail-gallery .self .item { width: 100%; }
      .product-detail-gallery .self .item a { text-decoration: none; color: currentColor; display: block; width: 100%; padding-bottom: 100%; position: relative; outline: none; }
      .product-detail-gallery .self .item img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 50% 50%; }

  .product-detail-gallery .thumbs { width: 100%; }
    .product-detail-gallery .thumbs .item { width: 100%; margin-right: 20px; position: relative; outline: none; border: 1px #fff solid; }
      .product-detail-gallery .thumbs .item:last-child { margin-right: 0 !important; }
      .product-detail-gallery .thumbs .item img { width: 100%; }
    .product-detail-gallery .thumbs .slick-track { margin-left: 0; }
    .product-detail-gallery .thumbs .item.slick-current { border: 1px #111 solid; }


.product-detail-content { width: 100%; margin-bottom: 30px; }
  .product-detail-content h1 { font-size: 48px; font-weight: 300; margin-bottom: 20px; }
  .product-detail-content p { font-weight: 400; margin-bottom: 20px; }
  .product-detail-content .viewBtn { font-weight: 400; cursor: pointer; }
    .product-detail-content .viewBtn i { font-size: 20px; position: relative; top: 4px; margin-left: 5px; }

  .product-detail-content .price { width: 100%; display: flex; align-items: center; margin-bottom: 20px; }
    .product-detail-content .price .norm { margin-right: 15px; font-size: 18px; font-weight: 400; color: #888; }
      .product-detail-content .price .norm b { font-weight: 400; position: relative; }
        .product-detail-content .price .norm b::before { content: ""; position: absolute; width: calc(100% + 26px); height: 1px; background: #888; left: 0; top: 50%; margin-top: -1px; }
    .product-detail-content .price .disc { font-size: 24px; font-weight: 600; color: #333; }
      .product-detail-content .price .disc b { font-weight: 600; }

  .product-detail-content .quantity { width: 100%; display: flex; align-items: center; margin-bottom: 20px; }
    .product-detail-content .quantity .qty { width: auto; margin-right: 20px; display: flex; align-items: center; }
      .product-detail-content .quantity .qty .increase { cursor: pointer; border: 1px #ccc solid; width: 30px; height: 30px; font-size: 16px; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
      .product-detail-content .quantity .qty .input { }
        .product-detail-content .quantity .qty .input input { outline: none; text-align: center; font-size: 24px; width: 60px; background: #fff; border: 0; }
          .product-detail-content .quantity .qty .input input::-webkit-outer-spin-button, .product-detail-content .quantity .qty .input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
      .product-detail-content .quantity .qty .decrease { cursor: pointer; border: 1px #ccc solid; width: 30px; height: 30px; font-size: 16px; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
    .product-detail-content .quantity .add-basket { width: 100%; }
      .product-detail-content .quantity .add-basket a { text-decoration: none !important; color: #fff !important; display: block; width: 100%; background: #111; padding: 13px; padding-top: 15px; font-weight: 500; text-align: center; border-radius: 4px; }
        .product-detail-content .quantity .add-basket a::before { content: ""; display: inline-block; position: relative; vertical-align: top; margin-right: 10px; top: 1px; width: 18px; height: 18px; background: url(../images/bag.svg) no-repeat center; background-size: 16px 16px; }

.product-find-store { text-decoration: none !important; color: #fff !important; display: block; width: 100%; background: #111; padding: 13px; padding-top: 15px; font-weight: 500; text-align: center; border-radius: 4px; margin-bottom: calc(1% + 30px); }
  .product-find-store::before { content: ""; display: inline-block; position: relative; vertical-align: top; margin-right: 10px; top: 1px; width: 18px; height: 18px; background: url(../images/pin.svg) no-repeat center; background-size: 16px 16px; }

.product-detail-table { width: 100%; margin-bottom: calc(1% + 30px); }
  .product-detail-table h2 { font-weight: 300; font-size: 40px; margin-bottom: 20px; }
  .product-detail-table .table tbody { display: flex; flex-wrap: wrap; }
    .product-detail-table .table tbody tr { width: 50%; display: flex; border-bottom: 2px solid #f5f5f5; align-items: center; }
      .product-detail-table .table tbody tr th, .product-detail-table .table tbody tr td { width: 100%; padding: 17px 0; }

/* PAGINATION */

.pagi { margin-bottom: calc(1% + 30px); width: 100%; display: flex; align-items: center; justify-content: center; }
  .pagi a { transition: 0.2s; text-decoration: none; color: currentColor; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: #fff; margin: 0 2px; border-radius: 4px; border: 1px #eee solid; }
    .pagi a.current { border-color: #111; }
      .pagi a.current:hover { background: #fff; color: #111; cursor: not-allowed; }
    .pagi a:hover { border-color: #111; background: #111; color: #fff; }

/* MAP */

.map { width: 100%; line-height: 0; }
  .map iframe { width: 100%; height: 400px; }

/* CONTACT */

.contact { width: 100%; }

  .contact .info { width: 100%; margin-bottom: calc(1% + 30px); }
    .contact .info ul { list-style: none; padding: 0; margin: 0; }
      .contact .info ul li { margin-bottom: 5px; }
        .contact .info ul li a { text-decoration: none; color: currentColor; display: block; font-weight: 400; }
          .contact .info ul li a b { font-weight: 600; }

  .contact .form { width: 100%; margin-bottom: calc(1% + 30px); }
    .contact .form ul { list-style: none; padding: 0; margin: 0; }
      .contact .form ul li { margin-bottom: 5px; padding: 0 5px; }
        .contact .form ul li:nth-child(3) { width: 100%; }
        .contact .form ul li input[type=text] { width: 100%; border: 2px #eee solid; outline: none; height: 44px; padding: 15px; }
        .contact .form ul li textarea { width: 100%; border: 2px #eee solid; outline: none; height: 120px; padding: 15px; }
        .contact .form ul li input[type=submit] { background: #333; color: #fff; font-size: 14px; font-weight: 500; padding: 15px 30px; border: 0; outline: none; }

/* CONTACT FAQ */

.c-faq { width: 100%; background: #f5f5f5; padding: calc(1% + 30px) 0; text-align: center; }
  .c-faq h2 { font-weight: 300; margin-bottom: 20px; }
  .c-faq p { margin-bottom: 25px; }
  .c-faq a.goBtn { text-decoration: none; color: #fff; background: #111; padding: 15px 30px; display: inline-block; font-size: 14px; font-weight: 500; border-radius: 5px; }

/* FAQ */

.faq { width: 100%; margin-bottom: calc(1% + 30px); }
  .faq h1 { font-size: 32px; font-weight: 300; margin-bottom: 30px; }
  .faq ul { list-style: none; padding: 0; margin: 0; }
    .faq ul li { margin-bottom: 20px; border-bottom: 2px #f5f5f5 solid; }
      .faq ul li:last-child { border-bottom: 0; }
      .faq ul li .title { font-size: 14px; font-weight: 700; position: relative; margin-bottom: 20px; cursor: pointer; }
        .faq ul li .title::after { font-family: 'Feather'; content: "\e92e"; position: absolute; right: 0; font-size: 16px; color: #999; margin-top: -2px; }
      .faq ul li .content { font-size: 14px; font-weight: 400; margin-bottom: 20px; display: none; }

      .faq ul li .title.clicked::after { transform: rotate(180deg); }
      .faq ul li .content.opened { display: block; }

/* NEWS LIST */

.news-list { width: 100%; margin-bottom: calc(1% + 30px); }
  .news-list h1 { font-weight: 300; }
  .news-list ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
    .news-list ul li { width: 25%; border: 1px #fff solid; background: #f5f5f5; }
      .news-list ul li a { text-decoration: none; color: currentColor; display: block; position: relative; }
      .news-list ul li .img { width: 100%; margin-bottom: 30px; }
        .news-list ul li .img img { width: 100%; }

      .news-list ul li .info { }
        .news-list ul li .info h2 { font-size: 14px; font-weight: 700; padding: 0 30px; margin-bottom: 30px; height: 40px; line-height: 1.5em; overflow: hidden; text-transform: uppercase; }
        .news-list ul li .info p { font-size: 14px; font-weight: 400; margin-bottom: 0; padding: 0 30px; margin-bottom: 30px; height: 42px; overflow: hidden; }
          .news-list ul li .info p::after { content: "..."; position: relative; display: inline-block; }

      .news-list ul li:hover { color: #999; }

/* OTHERS */

.w-950 { max-width: 950px; margin: auto; }

/* FOOTER */

.footer { width: 100%; background: #333; padding: 30px 15px; padding-top: calc(1% + 30px); }
  .footer .ll { border-left: 2px #434343 solid; }
  .footer .item { }
    .footer .item h2 { font-size: 20px; color: #fff; font-weight: 600; margin-bottom: 25px; }
    .footer .item ul { list-style: none; padding: 0; margin: 0; }
      .footer .item ul li { margin-bottom: 5px; }
        .footer .item ul li a { color: #909090; font-weight: 400; }

  .footer .footer-bar { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 30px; margin-top: 30px; border-top: 2px #434343 solid; }

    .footer .footer-bar .left { }
      .footer .footer-bar .left ul { display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
        .footer .footer-bar .left ul li { color: #909090; font-size: 12px; }
          .footer .footer-bar .left ul li a { color: #909090; display: block; padding: 0 20px; }

    .footer .footer-bar .right { display: flex; align-items: center; }
      .footer .footer-bar .right a { text-decoration: none; color: currentColor; display: block; width: 18px; height: 18px; margin-left: 20px; }
        .footer .footer-bar .right a.facebook { background: url(../images/social/facebook-w.png) no-repeat center; background-size: 16px 16px; }
        .footer .footer-bar .right a.instagram { background: url(../images/social/instagram-w.png) no-repeat center; background-size: 16px 16px; }
        .footer .footer-bar .right a.pinterest { background: url(../images/social/pinterest-w.png) no-repeat center; background-size: 16px 16px; }
        .footer .footer-bar .right a.youtube { background: url(../images/social/youtube-w.png) no-repeat center; background-size: 16px 16px; }
        .footer .footer-bar .right a.whatsapp { background: url(../images/social/whatsapp-w.png) no-repeat center; background-size: 16px 16px; }
        .footer .footer-bar .right a.twitter { background: url(../images/social/twitter-w.png) no-repeat center; background-size: 16px 16px; }
        .footer .footer-bar .right a.google { background: url(../images/social/google-w.png) no-repeat center; background-size: 16px 16px; }

/* VIDEO GALLERY */

.video .col-12 { width: 100%; display: flex; flex-wrap: wrap; }
.video-gallery-img { width: 50%; border: 1px #fff solid; }
  .video-gallery-img a { text-decoration: none; color: currentColor; display: block; position: relative; background: #111; }
    .video-gallery-img a:hover > .item { opacity: 1; }
  .video-gallery-img .item { transition: 0.3s; width: 100%; padding-bottom: 65%; position: relative; opacity: 0.7; margin-bottom: 0; }
    .video-gallery-img .item img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; left: 0; top: 0; }
  .video-gallery-img .content { position: absolute; left: 20px; bottom: 15px; }
    .video-gallery-img .content h2 { font-size: 18px; color: #fff; z-index: 2; }
      .video-gallery-img .content h2 i { display: inline-block; width: 31px; height: 31px; border: 1px #fff solid; border-radius: 100%; padding-top: 5px; padding-left: 7px; margin-right: 5px; }

/* GO TO TOP */

#go-to-top { display: inline-block; background: #eee; border: 0; color: #111; width: 40px; height: 40px; border-radius: 5px; text-align: center; position: fixed; bottom: 20px; right: 20px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; text-decoration: none; outline: none; font-size: 12px; font-weight: 300; text-align: center; border: 2px solid #333; }
  #go-to-top:hover { }
  #go-to-top:active { }
  #go-to-top.show { opacity: 1; visibility: visible; }
  #go-to-top i { font-size: 20px; }

/* OTHERS */

.mobilBtn { width: 40px; height: 40px; cursor: pointer; color: #fff; align-items: center; justify-content: center; font-size: 24px; }
.slick-prev { left: 0; display: none !important; }
.slick-next { right: 0; display: none !important; }









/***********************/
.top-menu { position: fixed; background: #333; width: 0; height: calc(100% - 80px); top: 80px; left: 0; overflow:auto; transition: all, .5s; }
  .top-menu.opened { width: 400px; transition: all, .5s; }
  .top-menu .parent-ul { width: 100%; display: none; }
  .top-menu.opened .parent-ul { display:block; }


  .top-menu ul { width: auto; display: flex; align-items: center; list-style: none; padding: 0; margin: 0; }
    .top-menu ul li { position: relative; }

      .top-menu ul li a { text-decoration: none; display: block; color: #fff; padding: 10px 20px; font-weight: 700; }

      .top-menu ul li.pin a { padding: 10px 20px; }
      .top-menu ul li .plus { position: absolute; right: 7px; padding: 9px; top: 0; display: block !important; color:#fff; }


  .top-menu .sub-ul { visibility: hidden; flex-wrap: wrap; align-items: flex-start !important; opacity: 0; width: 100% !important; padding: 0 !important; background: #f5f5f5; position: relative; display: none !important; }
    .top-menu .sub-ul.opened { visibility: visible; opacity: 1; display: block !important; }

  .top-menu ul li ul.sub-ul .plus { color: #333; }


    .top-menu .sub-ul li { width: 100%; margin-bottom: 0; }

    .top-menu .sub-ul a { border-top: 0; padding: 10px 20px !important; color: #111 !important; letter-spacing: 0; font-size: 14px; font-weight: 700 !important; }
      .top-menu .sub-ul a:hover { text-decoration: underline; }

  .top-menu .sub-ul-ul { display: block !important; padding: 0; float: none; }

    .top-menu .sub-ul-ul li { float: unset; width: 100%; margin-bottom: 0; }
    .top-menu .sub-ul-ul a { font-size: 13px !important; font-weight: 400 !important; }

  .top-menu .hover-img { width: 25% !important; height: 100%; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; padding: 20px; }
    .top-menu .hover-img .img { width: 100%; height: 100%; background: #eee; position: relative; overflow: hidden; }
      .top-menu .hover-img .img img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }

@media(max-width: 1250px) {
  /*.head .top-menu ul li a{ font-size: 12px; padding: 30px 15px;}*/
}

@media(max-width: 1200px) {
  .posts-preview ul li .img { height: unset; min-height: 240px; }
  .posts-preview ul li.content .item .info p { display: none; }
  .posts-preview ul li.content { min-height: 240px; }
    .posts-preview ul li.content .item .links { display: block; }
  .posts-preview ul li .info { padding: 10px; }
  .posts-preview ul li.content .item .links { padding: 10px; width: 100%; }
    .posts-preview ul li.content .item .links a { width: 100%; margin-bottom: 5px; }
}

@media(max-width: 1100px) {
}

@media(max-width: 991px) {
  .overlay { display: none !important; }
  .page-wrapper { padding-top: 60px; }
  .mobilBtn { display: flex; /*margin-right:80px;*/ }
  .head .col-12 { height: 60px; }
  .head .logo { width: 60px; /*height: 18px;*/ }
  /*.head .logo { margin-right: 0; position: absolute; left: 120px; transform: translateX(-50%); }*/

    /*.head .logo img { width: auto; height: 18px; top: -3px; }*/

  .head .top-menu { position: fixed; width: 100%; height: calc(100% - 60px); top: 60px; left: 0; display: none; overflow: auto; }
    .head .top-menu.opened { display: block; }
    .head .top-menu .parent-ul { width: 100%; display: block; /*background: #f5f5f5;*/ }
    .head .top-menu ul li { position: relative; }
      .head .top-menu ul li a { padding: 10px 20px; font-weight: 700; }
      .head .top-menu ul li.pin a { background: unset; padding: 10px 20px; }
      .head .top-menu ul li .plus { position: absolute; right: 7px; padding: 9px; top: 0; display: block !important; }
    .head .top-menu .sub-ul .hover-img { display: none; }

  .top-menu .sub-ul { padding: 0 !important; box-shadow: unset; background: #f5f5f5; position: relative; display: none !important; }
    .top-menu .sub-ul.opened { display: block !important; }
    .top-menu .sub-ul li { float: unset; width: 100%; margin-bottom: 0; }
      .top-menu .sub-ul li a { padding: 10px 20px !important; }

  .head .top-menu .sub-ul-ul { padding: 0; float: none; }

  .head .links { /*width: 100%;*/ margin-left: 0; }
    .head .links ul { justify-content: flex-end; }
      .head .links ul li .searchBtn { width: 30px; height: 30px; }
      .head .links ul li .userBtn { width: 30px; height: 30px;  }
      .head .links ul li .basketBtn { width: 30px; height: 30px;  }
      .head .search input { height: 60px; font-size: 14px; }
  .footer .footer-bar { flex-wrap: wrap; }
    .footer .footer-bar .left { width: 100%; margin-bottom: 20px; }
      .footer .footer-bar .left ul { justify-content: center; flex-wrap: wrap; }
        .footer .footer-bar .left ul li { margin-bottom: 10px; }
    .footer .footer-bar .right { width: 100%; justify-content: center; }
      .footer .footer-bar .right a { margin: 0 10px; }
  .product-detail-table .table tbody tr { width: 100%; }
  .product-detail-content h1 { font-size: 26px; }
  .product-detail-table h2 { font-size: 26px; }
  .banner .item .title { font-size: 26px; }
  .footer .item { margin-bottom: 20px; }
    .footer .item h2 { margin-bottom: 10px; }
  .news-list ul li { width: 33.333%; }
  .posts-preview ul li { width: 33.333%; }
    .posts-preview ul li.content { order: 3; }
  .posts-preview ul li { order: 4; }
    .posts-preview ul li:nth-child(3) { order: 4; }
  .homepage-banner .item .info h2 { font-size: 24px; }
  .homepage-banner .item .info p { display: none; }
  .homepage-banner .item .info.mid { padding-left: 20px; padding-bottom: 20px; }
}

@media(max-width: 820px) {
}

@media(max-width: 768px) {
  .product-list ul li { width: 50%; }
  .about .item { display: block; }
    .about .item .img { max-width: 100%; }
  .posts-preview ul li { width: 50%; }
    .posts-preview ul li.content { order: 2; }
  .posts-preview ul li { order: 3; }
    .posts-preview ul li:nth-child(2) { order: 3; }
  .slider .item .title h2 { font-size: 32px; }
  .homepage-banner .item .info p { display: none; }
  .homepage-banner .item .info h2 { font-size: 24px; }
  .video-gallery-img { width: 100%; }
}

@media(max-width: 640px) {
  .news-list ul li { width: 50%; }
}

@media(max-width: 600px) {
}

@media(max-width: 550px) {
  .slider .item .title h2 { font-size: 24px; }
  .slider .item .title .detailBtn { padding: 5px 10px; font-size: 12px; }
  .homepage-banner .item .info .detailBtn { padding: 5px 10px; font-size: 12px; color: #fff; background: #111; }
  .homepage-banner .item .info h2 { font-size: 18px; color: #111; }
  .homepage-banner .item .info { position: relative; background: #f5f5f5; padding: 20px; }
}

@media(max-width: 500px) {
  .product-list ul li { padding: 20px; }
    .product-list ul li h2 { font-size: 13px; }
  .pagi a { width: 40px; height: 40px; }
  .faq ul li .title { font-size: 12px; }
  .about .item .content h2 { font-size: 18px; font-weight: 600; }
  .c-faq h2 { font-size: 18px; font-weight: 600; }
  .c-faq a.goBtn { font-size: 12px; }
  .map iframe { height: 300px; }
  .latest-news h2 { font-size: 24px; }
  .posts-preview ul li { width: 100%; }
    .posts-preview ul li.content { order: 1; }
  .posts-preview ul li { order: 2; }
    .posts-preview ul li:nth-child(1) { order: 2; }
}

@media(max-width: 400px) {
  .news-list ul li { width: 100%; }
}
