@import url('bootstrap.min.css');
@import url('materialdesignicons.min.css');
@import url('swiper.min.css');
@import url('magnific-popup.css');



@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@300;400;500&display=swap');
/*font-family: 'Noto Serif Display', serif;*/

@import url('https://fonts.googleapis.com/css2?family=Krub:wght@200;300;400;500;600&display=swap');
/*font-family: 'Krub', sans-serif;*/


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

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

body {
  line-height: 1 !important; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

a:active,
a:focus,
input,
button {
  background-color: transparent;
  outline: 0;
  outline-style: none;
  outline-width: 0; }

a:hover {
  text-decoration: none; }

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

button,
input[type=submit] {
  cursor: pointer;
  border: 0;
  padding: 0; }

img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

em {
  font-style: italic; }

a,
input[type=submit],
button[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
a[href^=mailto] {
   text-decoration:inherit;
   color: inherit;
}



@font-face {
    font-family: 'BasierSquare-Regular';
    src: url('../fonts/BasierSquare-Regular.woff');
    src: local('../fonts/BasierSquare-Regular.woff'), local('BasierSquare-Regular'),

        url('../fonts/BasierSquare-Regular.woff') format('woff'),
    url('../fonts/BasierSquare-Regular.otf') format('opentype'),
    url('../fonts/BasierSquare-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BasierSquareMono-Regular';
    src: url('../fonts/BasierSquareMono-Regular.woff');
    src: local('../fonts/BasierSquareMono-Regular.woff'), local('BasierSquareMono-Regular'),

        url('../fonts/BasierSquareMono-Regular.woff') format('woff'),
    url('../fonts/BasierSquareMono-Regular.otf') format('opentype'),
    url('../fonts/BasierSquareMono-Regular.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.container{
    max-width: 1340px!important;
}
body{
font-family: 'Krub', sans-serif;
    overflow-x: hidden;
}
.filters{
      width: 100%;
    float: left;
    background: #000000a1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
}
.filters.active{
    display: block;
}
.topbar{
    background: #edc8a3;
    padding: 15px 20px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 14px;
}
.topbar .cls{
    position: absolute;
    right: 10px;
    top: 15px;
}
header{
    width: 100%;
    float: left;
    background: transparent;
    text-align: center;
font-family: 'Krub', sans-serif;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
header.active{
      background: #212121; 
}
header:hover{
      background: #212121; 
}
header .header-box{
    padding: 0 50px;
    float: left;
    width: 100%;
}
header .menu .cls{
    display: none;
}
header .logo{
      float: left;
    width: 15%;
    text-align: left;
    padding: 15px 0;
}
header .logo img{
    width: 140px;
    float: left;
}
header .menu {
    float: left;
    text-align: center;
    width: 70%;
}
header .menu ul li{
      display: inline-block;
padding: 27px 25px;
}
header .menu ul li a{

    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
}
header .right{
    float: right;
    width: 15%;
    padding: 15px 0;
}
header .right .search{
    color: #fff;
    width: 40px;
    height: 40px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
header .open-menu{
    position: absolute;
    left: 0;
    top: 120%;
    width: 100%;
    padding: 50px 200px; 
    background: #212121;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
header .open-menu ul li{
    display: block;
    text-align: left;
    padding: 0;
}
header .open-menu ul li a{
    font-size: 24px;
    margin-bottom: 35px;
    display: block;
   font-family: 'Noto Serif Display', serif;
       transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
header .open-menu ul li a:hover{
    color: #a2a2a2;
}
header ul li:hover .open-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
header .menu-toggle{
    color: #fff;
    float: right;
    padding: 23px 0;
    font-size: 22px;
    margin-left: 10px;
    display: none;
}
.search-box{
width: 100%;
    float: left;
    padding:12px 5px;
    background: #e1dace;
    color: #494949;
    border-bottom: 1px solid #cac4b9;
    position: fixed;
    left: 0;
    z-index: 10;
    top: -100%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s; 
}
.search-box.active{
    top: 0;
}
.search-box form{
    width: 97%;
    float: left;
    position: relative;
}
.search-box form input{
       width: 100%;
    height: 45px;
    padding: 0 15px;
}
.search-box form button{
  font-size: 26px;
    position: absolute;
    top: 7px;
    right: 15px;
    float: left;
}
.search-box form button svg path{
    fill:#000;
}
.search-box .cls{
    padding: 9px 9px;
    font-size: 26px;
      fill:#000;
    cursor: pointer;
}
.main-slider{
    width: 100%;
    float: left;
    height: 100vh;
}
.main-slider img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.main-slider .text{
    position: absolute;
    right: 15%;
    top: 35%;
    width: 500px;
}
.main-slider .text h4{
    color: #edc8a3;
    font-size: 56px;
    margin-bottom: 50px;
    font-family: 'Noto Serif Display', serif;
    line-height: 120%;
}
.main-slider .text p{
      font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
}
.main-slider .text a{
    padding: 14px 30px;
    background: #edc8a3;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    color: #212121;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    font-family: 'BasierSquareMono-Regular';
}
.main-slider .text a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    z-index: -1;
}
.main-slider .text a:hover{
    color: #fff;
}
.main-slider .text a:hover:after{
    width: 100%;
}
.shop{
    width: 100%;
    background: #212121;
    float: left;
    padding: 100px 0;
}
.shop h3{
    color: #edc8a3;
    line-height: 1.2;
    font-size: 3rem;
    text-align: center;
    font-family: 'Noto Serif Display', serif;
    margin-bottom: 10px;
}
.shop p{
    color: #ffffffb5;
    font-size: 14px;
    float: left;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.shop .box{
    width: 100%;
    float: left;
    background: #000;
    padding: 30px 0 0 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.shop .box:hover{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}
.shop .box img{
 width: 100%;
    height: 250px;
    object-fit: contain;
}
.shop .box .text{
    padding: 40px;
}
.shop .box .text h4{
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.33;
font-family: 'Noto Serif Display', serif;
}
.shop .box .text p{
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    font-weight: 300;
    text-align: center;
}
.shop .box .text span{
    color: #edc8a3;
    text-align: center;
    padding: 20px 0 0 0;
    display: block;
}
.shop .box .text span i{
    opacity: 0;
    position: relative;
    left: -10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.shop .box:hover .text span i{
    left: 0;
    opacity: 1;
}
.shop .all{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}
.shop .all a{
    padding: 18px 32px;
    background: #edc8a3;
    color: #212121;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    font-family: 'BasierSquareMono-Regular';
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.shop .all a:after{
       position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    z-index: -1;
}

.shop .all a:hover{
    color: #fff;
}
.shop .all a:hover:after{
    width: 100%;
}
.videos{
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #151515;
}
.videos .left{
    width: 100%;
    padding-right: 50px;
}
.videos h4{
       color: #edc8a3;
    line-height: 1.2;
    font-size: 3rem;
 font-family: 'Noto Serif Display', serif;
    margin-bottom: 20px;
}
.videos p{
  font-size: 14px;
    line-height: 150%;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
}
.videos img{
    width: 100%;
    border-radius: 4px;
}
.videos .left a{
        padding: 18px 32px;
    background: #edc8a3;
    color: #212121;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'BasierSquareMono-Regular';
    display: inline-block;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.videos .left a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    z-index: -1;
}
.videos .left a:hover:after{
    width: 100%;
}
.videos .left a:hover{
    color: #fff;
}
.videos .box{
    width: 100%;
    position: relative;
}
.videos .box .play{
 position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 40px;
    background: #edc8a3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.videos .box .play:after{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border-radius: 50%;
    background:  #ffffff63;
    animation: colorchange 2s infinite ease-in-out;
}
@keyframes colorchange {
  0%   { transform: scale(1.0); }
  50%  { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
.news{
    width: 100%;
    background: #212121;
    float: left;
    padding: 100px 0 0 0;
}
.news .left{
    float: left;
    margin-bottom: 50px;
}
.news h3{
 color: #edc8a3;
    line-height: 1.2;
    font-size: 3rem;
    margin-bottom: 10px;
   font-family: 'Noto Serif Display', serif;
    float: left;
}
.news p{
   color: #ffffffb5;
    font-size: 14px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
}
.news .swiper-button{
    float: right;
    display: flex;
    padding: 10px 0;
}
.news .swiper-button .left{
        width: 45px;
    height: 45px;
    background:  #ffffff0a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news .swiper-button .right{
        width: 45px;
    height: 45px;
  background:  #ffffff0a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news .swiper-button .right:hover{
    background: #edc8a3;
}
.news .swiper-button .left:hover{
    background: #edc8a3;
}
.news .swiper-button i{
   color: #fff;
    font-size: 30px;
}
.news .swiper{
       float: left;
    width: 100%;
    padding: 50px;
    position: relative;
    top: -50px;
}
.news .box{
width: 100%;
    float: left;
    border: 1px solid #2e2e2e; 
    border-radius: 6px;
    overflow: hidden;
}
.news .box .image{
    display: block;
 width: 100%;
    overflow: hidden;
    height: 220px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
margin-bottom: 20px;
}
.news .box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news .box img{
 width: 100%;
    height: 220px;
    border-bottom-right-radius: 30px;
    object-fit: cover;
    
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
}
.news .box .text{
         width: 100%;
    float: left;
    padding: 0px 30px 30px 30px;
}
.news .box .text h6{
    color: #b1b1b1;
    font-size: 12px;
    padding: 10px 0 10px 0;
}
.news .box .text h4{
    font-size: 26px;
    line-height: 120%;
    color: #ecc8a2;
    margin-bottom: 10px;
   font-family: 'Noto Serif Display', serif;
}
.news .box .text p{
  color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
}
.news .box .text span{
    color: #edc8a3;
    font-size: 14px;
}
.news .box .text span i{
    opacity: 0;
    position: relative;
    left: -10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}

.news .box:hover .text span i{
        left: 0;
    opacity: 1;
}
.info{
    width: 100%;
    float: left;
    padding: 0px 0 100px 0;
       background: #212121;
}
.info .left{
    width: 100%;
    position: relative;
}
.info .left:after{
     position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #edc8a3;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0.8);
}
.info img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.info .right{
    width: 100%;
    position: relative;
    left: -100px;
    background: #212121;
    top: 100px;
    padding: 60px; 
}
.info .right img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.info h4{
        color: #edc8a3;
    line-height: 1.2;
    font-size: 3rem;
  font-family: 'Noto Serif Display', serif;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.info p{
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
    line-height: 150%;
    margin-bottom: 15px;
}
footer{
     background: #151515;
    float: left;
    width: 100%;
    padding: 100px 0;
}
footer img{
    width: 200px;
    margin-bottom: 40px;
}
footer h4{
        color: #edc8a3;
    line-height: 1.2;
    font-size: 26px;
 font-family: 'Noto Serif Display', serif;
    margin-bottom: 40px;
}
footer ul li{
    margin-bottom: 20px;
}
footer ul li a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
footer ul li a:hover{
    color: #edc8a3;
}
footer p{
        color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin-bottom: 15px;
    font-weight: 300;
}
footer form{
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
      border-radius: 4px;
}
footer input{
    width: 100%;
    background: #303030;
    height: 50px;
    border-radius: 4px;
    color: #fff;
    padding: 0 15px;
}
footer input::placeholder{
  font-family: 'Noto Serif Display', serif;
    color: #fff;
}
footer button{
    height: 50px;
    background: #edc8a3;
    position: absolute;
    right: 0;
    color: #151515;
    font-size: 14px;
    padding: 0 20px;
    font-family: 'BasierSquareMono-Regular';
    z-index: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
footer button:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    z-index: -1;
}
footer button:hover:after{
    width: 100%;
}
footer button:hover{
    color: #fff;
}
footer .social{
    margin-top: 25px;
    float: left;
    width: 100%;
}
footer .social li {
    float: left;
    margin-right: 25px;
}
footer .social li a{
    font-size: 22px;
}
.footer-bottom{
    width: 100%;
      background: #151515;
    padding: 20px 0;
    float: left;
}
.footer-bottom p{
    color: #fff;
    font-size: 14px;
}
.bread{
  width: 100%;
    float: left;
    padding: 170px 0 90px 0;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bread h3{
color: #edc8a3;
    line-height: 1.2;
    font-size: 5rem;
    text-align: center;
    font-family: 'Noto Serif Display', serif;
    margin-bottom: 30px;
    margin-top: 20px;
}
.bread h6{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 3.08px;
}
.bread ul {
    text-align: center;
}
.bread ul li{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.bread ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.bread ul li a:hover{
    color: #edc8a3;
}
.bread p{
    font-size: 15px;
    line-height: 160%;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
.map{
    width: 100%;
    float: left;
}
.map iframe{
    border-radius: 4px;
}
.contact-page{
    background: #212121;
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
.contact-page .left{
    width: 100%;
    padding-top: 100px;
    float: left;
}
.contact-page .left h4{
    color: #edc8a3;
    line-height: 1.2;
    font-size: 32px;
font-family: 'Noto Serif Display', serif;
    margin-bottom: 30px;
}
.contact-page .left ul li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    color: #fff;
}
.contact-page .left ul li a{
    color: #fff;
}
.contact-page .left .icon{
    background: #151515;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 50%;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-page .left ul li:hover .icon{
    background: #edc8a3;
}
.contact-page .right{
    width: 100%;
    padding-top: 100px;
    float: left;
}
.contact-page .right h4{
    color: #edc8a3;
    line-height: 1.2;
    font-size: 32px;
    font-family: 'Noto Serif Display', serif;
    margin-bottom: 30px;
}
.contact-page .right form{
    width: 100%;
    float: left;
}
.contact-page .right form .form-group{
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.contact-page .right form input{
    width: 100%;
    float: left;
    border: 1px solid #383838;
    height: 60px;
    color: #fff;
    padding: 0 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-page .right form input:focus{
    border: 1px solid #edc8a3;
}
.contact-page .right form textarea{
    width: 100%;
    float: left;
    border: 1px solid #383838;
    height: 140px;
    color: #fff;
    padding: 15px;
    background: transparent;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.contact-page .right form textarea:focus{
    border: 1px solid #edc8a3;
}
.contact-page .right form button{
     padding: 18px 32px;
    background: #edc8a3;
    color: #212121;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    font-family: 'BasierSquareMono-Regular';
    overflow: hidden;
    position: relative;
    z-index: 0;
    float: right;
    margin-top: 15px;
}
.contact-page .right form button:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    z-index: -1;
}
.contact-page .right form button:hover:after{
    width: 100%;
}
.contact-page .right form button:hover{
    color: #fff;
}
.product{
    width: 100%;
    float: left;
    padding-bottom: 100px;
    background: #212121;
}
.product .filter{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.product .filter .left{
    float: left;
}
.product .filter .left label{
        color: #909090;
    letter-spacing: 3px;
    text-transform: uppercase;
        font-size: 16px;
    line-height: 1.57;
}
.product .filter .left .form-group{
    position: relative;
    float: left;
    width: 200px;
    margin-right: 20px;
}
.product .filter .left span{
     display: block;
    width: 200px;
    padding: 10px 15px;
    margin-top: 8px;
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #494949;
    cursor: pointer;
    text-transform: capitalize;
}
.product .filter .left span i{
    float: right;
}
.product .filter .left ul {
    border: solid 1px #494949;
    display: none;
        position: absolute;
    width: 100%;
    z-index: 5;
    background: #212121;
}
.product .filter .left ul.active{
    display: block;
}
.product .filter .left ul li{
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    position: relative;

}
.product .filter .left ul li input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}




.product .filter .right{
    float: right;
}
.product .filter .right label{
        color: #909090;
    letter-spacing: 3px;
    text-transform: uppercase;
        font-size: 16px;
    line-height: 1.57;
}
.product .filter .right .form-group{
    position: relative;
    float: left;
    width: 200px;
    margin-right: 20px;
}
.product .filter .right span, button{
     display: block;
    width: 200px;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 8px;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #494949;
    cursor: pointer;
    text-transform: capitalize;
}
.product .filter .right span i{
    float: right;
}
.product .filter .right ul {
    border: solid 1px #494949;
    display: none;
        position: absolute;
    width: 100%;
    z-index: 5;
    background: #212121;
}
.product .filter .right ul.active{
    display: block;
}
.product .filter .right ul li{
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.product .filter .right ul li input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}

.product .box{
    width: 100%;
    background: #000;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.product .box img{
    width: 100%;
    height: 250px;
    object-fit: contain;

}
.product .box .text {
    padding: 40px;
}
.product .box .text h4 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.33;
font-family: 'Noto Serif Display', serif;
}
.product .box .text p {
    color: white;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
    text-align: center;
}
.product .box .text span {
    color: #edc8a3;
    text-align: center;
    padding: 20px 0 0 0;
    display: block;
}
.product .box .text span i{
        opacity: 0;
    position: relative;
    left: -10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.product .box:hover .text span i{
    left: 0;
    opacity: 1;
}
.product .box:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.pagination{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.pagination ul{
    display: flex;
    justify-content: center;
    width: 100%;
}
.pagination ul li a{
    width: 45px;
    height: 45px;
    background: #151515;
    display: flex;
    align-items: center;
    margin: 0 5px;
    color: #fff;
    justify-content: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.pagination ul li a:hover{
    background: #edc8a3;
    color: #151515;
}
.product-detail{
    width: 100%;
    float: left;
    background: #212121;
    padding-bottom: 100px;
}
.product-detail .left{
    width: 100%;
    float: left;
}
.product-detail .left img{
    width: 100%;
}
.product-detail .left .swiper{
    float: left;
    width: 100%;
}
.product-detail .left .swiper-button{
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
}
.product-detail .left .swiper-button .right{
    width: 45px;
    height: 45px;
    background: #151515;
    float: right;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail .left .swiper-button .left{
    width: 45px;
    height: 45px;
    background: #151515;
    cursor: pointer;
    float: left;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail .right{
    float: left;
    width: 100%;
}
.product-detail .right h4{
font-size: 32px;
    color: #edc8a3;
    margin-bottom: 20px;
  font-family: 'Noto Serif Display', serif;
}
.product-detail .right p{
     font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin-bottom: 31px;
    font-weight: 300;
    color: #fff;
}
.product-detail .right h6{
    color: #fff;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 10px;
}
.product-detail .right h6 b{
    font-weight: 600;
}
.product-detail .right hr{
    background: #343434;
}
.product-detail .right a{
  padding: 18px 32px;
    background: #edc8a3;
    color: #212121;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    font-family: 'BasierSquareMono-Regular';
    overflow: hidden;
    position: relative;
    z-index: 0;
    float: left;
}
.product-detail .right a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    content: '';
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    z-index: -1;
}
.product-detail .right a:hover:after{
    width: 100%;
}
.product-detail .right a:hover{
    color: #fff;
}
.brand{
    width: 100%;
    float: left;
    background: #212121;
    padding-bottom: 100px;
}
.brand .box{
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    border: 2px solid transparent;
}
.brand .box:hover{
    border: 2px solid #edc8a3;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.brand img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}
.about{
    width: 100%;
    float: left;
    background: #212121;
    padding: 0 ;
}
.about .left{
    width: 100%;
    position: relative;
}
.about .left:after{
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0.9);
}
.about .left img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.about .right{
     width: 100%;
    float: left;
    padding: 100px 50px;
}
.about .right span{
        color: #ffffff94;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    position: relative;
}
.about .right span:after{
     position: absolute;
    right: 0;
    width: 80%;
    top: 6px;
    background: #ffffff14;
    content: '';
    height: 1px;
}
.about .right h4{
    color: #edc8a3;
 font-family: 'Noto Serif Display', serif;
    font-size: 48px;
    margin-bottom: 20px;
}
.about .right p{
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 150%; 
}
.about-icons{
    width: 100%;
    float: left;
    background: #151515;
}
.about-icons .box{
    text-align: center;
    padding: 100px 40px;

}
.about-icons img{
    width: 60px;
    margin-bottom: 20px;
}
.about-icons h5{
     color: #edc8a3;
    font-size: 22px;
    margin-bottom: 10px;
   font-family: 'Noto Serif Display', serif;
}
.about-icons p{
     font-size: 14px;
    line-height: 150%;
    color: #c7c7c7;
    letter-spacing: 0.5px;
}
.about-boxs{
    width: 100%;
    float: left;
    background: #212121;
    padding: 100px 0;

}
.about-boxs .box{

    width: 100%;
    padding: 40px;
    float: left;
    position: relative;
}

.about-boxs .box h5{
     color: #edc8a3;
font-family: 'Noto Serif Display', serif;
    font-size: 28px;
    margin-bottom: 20px;
        margin-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.about-boxs .box h5:after{
    position: absolute;
    right: 0;
    width: 65%;
    top: 18px;
    background: #ffffff14;
    content: '';
    height: 1px;
}
.about-boxs .box p{
        color: #fff;
    line-height: 150%;
    font-size: 14px;
margin-bottom: 40px;
    letter-spacing: 0.5px;
    float: left;
}
.about-boxs .right{
    text-align: center;
}
.about-boxs img{
    width: 500px;
    height: 500px;
    border-radius: 50%;
}
.certificates{
    width: 100%;
       background: #212121;
    float: left;
    padding: 0 0 100px 0;
}
.certificates .box{
    width: 100%;
    float: left;
    position: relative;
}
.certificates .box:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #21212178;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    pointer-events: none;
    opacity: 0;
}
.certificates .box:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.certificates .box img{
    width: 100%;
}
.factory{
    width: 100%;
    float: left;
    background: #212121;
}
.factory .text{
    width: 50%;
    float: left;
    padding: 50px;
}
.factory .text h4{
    color: #edc8a3;
    font-family: 'Noto Serif Display', serif;
    font-size: 46px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}
.factory .text p{
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 15px;
}
.factory img{
    width: 40%;
    float: right;
}
.factory .box{
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 50px;
    background: #252525;
}
.factory .box h3{
    color: #edc8a3;
 font-family: 'Noto Serif Display', serif;
    font-size: 46px;
    margin-top: 0;
}
.factory .box h3 span{
    font-size: 22px;
}
.factory h6{
    color: #edc8a3;
    margin-top: 70px;
    font-size: 20px;
font-family: 'Noto Serif Display', serif;
    font-style: italic;
}
.product-desc{
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 40px;
    border: 1px solid #ffffff12;
}
.product-desc h3{
        font-size: 24px;
    color: #edc8a3;
    margin-bottom: 20px;
font-family: 'Noto Serif Display', serif;
}
.product-desc p{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 150%;
    color: #fff;
}
.news-page{
    width: 100%;
    float: left;
    padding: 0 0 100px 0;
    background: #212121;
}
.news-page .box{
    width: 100%;
    float: left;
        border: 1px solid #2e2e2e;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news-page .box:hover{
        box-shadow: 0px 0px 26px 5px #1f1a1a;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}
.news-page .box .text{
    padding: 25px;
    float: left;
    width: 100%;
    position: relative;
}
.news-page .box img{
    height: 220px;
    float: left;
    object-fit: cover;
    width: 100%;

}
.news-page .box h4{
    font-size: 26px;
    line-height: 120%;
    color: #ecc8a2;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Noto Serif Display', serif;
}
.news-page .box p{
        color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin-bottom: 20px;
}
.news-page .box span{
        color: #edc8a3;
    font-size: 14px;
}
.news-page .box span i {
    opacity: 0;
    position: relative;
    left: -10px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news-page .box:hover span i {
    left: 0;
    opacity: 1;
}
.news-page .box h6{
     position: absolute;
    right: 20px;
    top: 35px;
    font-size: 12px;
    color: #656565;
}
.news-page form{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    height: 75px;
    background: #242424;
    position: relative;
}
.news-page form input{
        width: 100%;
    float: left;
    height: 100%;
    color: #fff;
    padding: 0 25px;
    border: 1px solid transparent;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news-page form input:focus{
    border: 1px solid #edc8a3;
}
.news-page form button{
       position: absolute;
    right: 28px;
    top: 28px;
}
.news-page form button svg path{
    fill:#edc8a3;
}
.news-detail{
    float: left;
    width: 100%;
    padding-bottom: 100px;
    background: #212121;
}
.news-detail .left{
    width: 100%;
}
.news-detail .left img{
    width: 100%;
    margin-bottom: 25px;
}
.news-detail .left h4{
    font-size: 32px;
    line-height: 120%;
    color: #ecc8a2;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Noto Serif Display', serif;
}
.news-detail .left p{
        color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
    margin-bottom: 20px;
}
.news-detail .left .social{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.news-detail .left .social ul li{
    float: left;
    margin-right: 15px;
}
.news-detail .left .social ul li a{
    color: #fff;
    font-size: 18px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news-detail .left .social ul li a:hover{
        color: #edc8a3;
}
.news-detail .left .box{
    width: 100%;
    float: left;
    padding: 25px;
}
.news-detail .left .box ul li{
    width: 50%;
    float: left;
}
.news-detail .right{
    width: 100%;
    float: left;
}
.news-detail .right form{
    width: 100%;
    float: left;
        height: 60px;
    background: #242424;
    position: relative;
}
.news-detail .right input{
    width: 100%;
    padding: 0 15px;
    height: 100%;
    color: #fff;
       border: 1px solid transparent;
     transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.news-detail .right input:focus{
    border: 1px solid #edc8a3;
}
.news-detail .right button{
     position: absolute;
    right: 15px;
    top: 19px;
}
.news-detail .right button svg path{
     fill:#edc8a3;
}
.last-news{
    width: 100%;
    float: left;
}
.last-news h3{
        font-size: 24px;
    color: #edc8a3;
    font-family: 'Noto Serif Display', serif;
    margin-top: 40px;
    margin-bottom: 25px;
}
.last-news .box{
width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2c2c2c;
}
.last-news .box img{
        width: 30%;
    float: left;
    height: 80px;
    object-fit: cover;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
}
.last-news .box:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}
.last-news .box .text{
float: right;
    width: 65%;
}
.last-news .box .text h4{
    color: #edc8a3;
    font-family: 'Noto Serif Display', serif;
    font-size: 16px;
    margin-bottom: 10px;
}
.last-news .box .text p{
    font-size: 14px;
    color: #ffffffb0;
    line-height: 150%;
}
.last-news .box:last-child{
    border-bottom: none;
}
@media screen and (max-width:1100px){
    html, body{
        overflow-x: hidden;
    }
    header .header-box{
        padding: 0 15px;
    }
    header .menu{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #212121;
        visibility: hidden;
        z-index: -1;
        opacity: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -ms-transition: .4s;
    }
    header .menu.active{
        visibility: visible;
        z-index: 2;
        opacity: 1;
    }
    header .menu ul{
        margin-top: 50px;
    }
    header .menu ul li{
        padding: 20px 25px;
        width: 100%;
        text-align: left;
        position: relative;
    }
   
    header .menu ul li .open-menu{
        padding: 0;
        position: inherit;
        display: none;
        visibility: visible;
        opacity: 1;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition: 0s;
        -moz-transition: 0s;
    }
    header .menu ul li .open-menu ul{
        margin-top: 30px;
    }
    header .open-menu ul li{
        padding: 0 ;
    }
    header .open-menu ul li a{
        font-size: 16px;
        margin-bottom: 20px;
    }
    header .menu .cls{
        position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    width: 40px;
        border-radius: 4px;
    height: 40px;
    background: #1f1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    header .menu-toggle{
        display: block;
    }
    .topbar{
        font-size: 12px;
    }
    .topbar .cls{
        top: 14px;
    }
    header .right .search svg{
        width: 14px;
    }
    .main-slider .text{
        right: inherit;
        left: 15px;
        top: 47%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .main-slider .text h4{
        font-size: 32px;
            margin-bottom: 15px;
    }
    .main-slider .text p{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .main-slider .text a{
        margin-top: 20px;
    }
    .videos p{
        font-size: 14px;
    }
    .shop{
        padding: 50px 0;
    }
    .shop h3{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .shop .box{
        margin-bottom: 20px;
    }
    .shop .box .text{
        padding: 40px 15px;
    }
    .shop .box .text span{
        font-size: 14px;
    }
    .shop .box .text h4{
        font-size: 24px;
    }
    .shop .all{
        margin-top: 20px;
    }
    .videos{
        padding: 50px 0;
    }
    .videos .left{
        padding-right: 0;
    }
    .videos h4{
        font-size: 28px;
    }
    .videos .box{
        margin-top: 50px;
    }
    .news{
        padding: 50px 0 0 0;
    }
    .news h3{
        font-size: 28px;
    }
    .news .left{
        margin-bottom: 10px;
    }
    .news .swiper-button{
        position: relative;
        top: -50px;
    }
    .news p{
        font-size: 14px;
    }
    .news .swiper-button i{
        font-size: 18px;
    }
    .news .swiper-button .left{
        width: 30px;
        height: 30px;
    }
    .news .swiper-button .right{
        width: 30px;
        height: 30px;
    }
    .news .swiper{
        padding: 30px 0;
    }
    .news .box .text h4{
        font-size: 20px;
    }
    .info p{
        font-size: 14px;
    }
    .info{
        padding: 0 0 50px 0;
    }
    .info img{
        height: 400px;
    }
    .info .right{
        left: 0;
        top: 0;
        padding:50px 0px 0 0;
    }
    .info h4{
        font-size: 28px;
    }
    .search-box form{
        width: 90%;
    }
    footer ul{
        margin-bottom: 40px;
    }
    footer h4{
        margin-bottom: 20px;
        font-size: 20px;
    }
    footer img{
        margin-bottom: 20px;
    }
    footer .left{
        margin-bottom: 30px;
    }
    footer .social{
        margin-bottom: 0;
    }
    .bread h3{
            font-size: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    }
    .bread{
        padding: 130px 0 50px 0;
    }
    .map iframe{
        height: 350px;
    }
    .contact-page .left{
        padding-top: 50px;
    }
    .contact-page .right{
        padding-top: 50px;
    }
    .contact-page .left ul li{
        display: inherit;
        line-height: 150%;
    }
    .contact-page .left ul li a{
        position: relative;
        top: 11px;
    }
    .contact-page .left h4{
        font-size: 24px;
    }
    .contact-page .right h4{
        font-size: 24px;
    }
    .product .box .text h4{
        font-size: 24px;
    }
    .product .box .text span{
        font-size: 14px;
    }
    .bread p{
        padding:  0 20px;
        font-size: 12px;
    }
    .bread p br{
        display: none;
    }
    .product .filter .right{
        width: 100%;
    }
    .product .filter .left{
        width: 100%;
    }
    .product .filter .left .form-group{
        width: 100%;
    }
    .product .filter .left span{
            width: 100%;
    margin-top: 2px;
    }
    .product .filter .right .form-group{
        width: 100%;
    }
    .product .filter .right span, button{
    width: 100%;
    margin-top: 2px;
    }
    .bread h6{
        font-size: 12px;
    }
    .about .left img{
        height: 400px;
    }
    .about .right{
        padding: 40px 15px;
    }
    .about .right h4{
        font-size: 28px;
    }
    .about .right span:after{
        width: 70%;
    }
    .about .right p{
        font-size: 14px;
    }
    .about{
        padding-bottom: 50px;
    }
    .about-icons .box{
     padding: 50px 20px;
    }
    .about-icons h5{
        font-size: 20px;
    }
    .shop p{
        font-size: 14px;
        line-height: 150%;
    }
    .about-boxs{
        padding:  50px 0;
    }
    .about-boxs .box{
        padding: 0;
    }
    .about-boxs .box h5:after{
        width: 55%;
        top: 15px;
    }
    .about-boxs .box p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .product .box .text p{
        font-size: 14px;
    }
    .about-boxs img{
           width: 100%;
    height: 300px;
    border-radius: 0;
        margin-top: 30px;
    }
    .certificates{
        padding-bottom: 50px;
    }
    .certificates .box{
        margin-bottom: 30px;
    }
    .factory .text{
        width: 100%;
        padding: 0 15px 50px 15px;
    }
    .factory .text h4{
        font-size: 24px;
    }
    .factory .text p{
        font-size: 14px;
    }
    .factory .box{
            margin-top: 20px;
        text-align: center;
    }
    .factory h6{
        font-size: 14px;
        margin-top: 30px;
    }
    .factory img{
        width: 100%;
    height: 300px;
    object-fit: cover;
    float: right;
    }
    .about-boxs .box h5{
        font-size: 22px;
    }
    .brand{
        padding-bottom: 50px;
    }
    .product-detail .right{
        padding-top: 20px;
    }
    .product-detail .left .swiper-button .right{
        padding-top: 0;
    }
    .product-detail .right h4{
            font-size: 22px;
    margin-bottom: 10px;
    }
    .product-detail .right p{
        font-size: 14px;
    }
    .product-detail .right h6{
        font-size: 14px;
    }
    .product-desc{
        padding: 20px;
    }
    .product-desc p{
        font-size: 14px;
    }
    .product-desc h3{
        font-size: 26px;
            margin-bottom: 15px;
    }
    .product-detail{
        padding-bottom: 50px;
    }
    .product .filter .left label{
        font-size: 14px;
    }
    .product{
        padding-bottom: 50px;
    }
    .pagination{
        margin-top: 20px;
    }
    .news-page .box h4{
        font-size: 20px;
        margin-top: 20px;
    }
    .news-page .box h6{
          left: 27px;
    top: 25px;
    right: inherit;
    }
    .news-page form{
        height: 65px;
    }
    .news-page form button{
            right: 20px;
    top: 22px;
    }
    .news-detail .left h4{
        font-size: 22px;
    }
    .news-detail .right{
        margin-top: 50px;
    }
    .last-news h3{
        font-size: 22px;
    }
    .news-detail{
        padding-bottom: 50px;
    }
}