@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800&subset=latin,latin-ext);
section {
  display: block;
}
section .slider {
  display: block;
}
section .slider .owl-carousel-home {
  display: block;
  padding-top: 64px;
}
section .slider .owl-carousel-home .item {
  position: relative;
}
section .slider .owl-carousel-home .item .text-cont {
  display: inline-block;
  width: 40%;
  position: absolute;
  z-index: 99;
  left: 5%;
  top: 20%;
}
@media only screen and (max-width: 1366px) {
  section .slider .owl-carousel-home .item .text-cont {
    width: 50%;
  }
}
section .slider .owl-carousel-home .item .text-cont .text-big {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -2px;
  text-shadow: 3px 3px 1px black;
}
@media only screen and (max-width: 1366px) {
  section .slider .owl-carousel-home .item .text-cont .text-big {
    font-size: 45px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 768px) {
  section .slider .owl-carousel-home .item .text-cont .text-big {
    font-size: 12px;
    letter-spacing: normal;
  }
}
section .slider .owl-carousel-home .item .text-cont .text-small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding: 20px 0px;
  letter-spacing: -1px;
  text-shadow: 3px 3px 1px black;
}
@media only screen and (max-width: 1366px) {
  section .slider .owl-carousel-home .item .text-cont .text-small {
    font-size: 24px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 768px) {
  section .slider .owl-carousel-home .item .text-cont .text-small {
    font-size: 12px;
    padding: 10px 0px;
    letter-spacing: normal;
  }
}
section .about-us {
  display: block;
  background-color: #411f13;
  padding: 20px 0px;
  background-attachment: scroll;
  background-image: url(/assets/img/img-about-back.png);
  background-position: center top;
  background-repeat: no-repeat;
}
section .about-us .head {
  display: block;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  color: #f5e1d8;
  letter-spacing: -2px;
  font-weight: 800;
}
section .about-us .head i {
  display: block;
  width: 70px;
  height: 2px;
  background-color: #2f150b;
  margin: 10px auto;
}
section .about-us .text {
  display: block;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #f1d0c3;
  line-height: 26px;
  padding: 10px 20% 50px 20%;
}
section .about-us .text strong {
  font-weight: bold;
}
@media only screen and (max-width: 414px) {
  section .about-us .text {
    font-size: 14px;
    padding: 10px 2% 50px 2%;
  }
}
section .prod-kat-cont {
  display: block;
  width: 1200px;
  margin: 50px auto;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  section .prod-kat-cont {
    width: 100%;
  }
}
section .prod-kat-cont .kat-box {
  display: inline-block;
  width: 25%;
  height: 200px;
  padding: 0 0.5%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 568px) {
  section .prod-kat-cont .kat-box {
    width: 96%;
    margin: 1% 2%;
  }
}
section .prod-kat-cont .kat-box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  overflow: hidden;
}
section .prod-kat-cont .kat-box a .color-mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;
}
section .prod-kat-cont .kat-box a img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
section .prod-kat-cont .kat-box a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
  /* IE6 and 7 */
}
section .prod-kat-cont .kat-box a:hover .head .button {
  background-color: #fff;
  color: #000;
}
section .prod-kat-cont .kat-box a .head {
  display: block;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 20%;
  z-index: 30;
}
section .prod-kat-cont .kat-box a .head .name {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 10px 0px;
  text-align: left;
  font-weight: 700;
  text-shadow: 3px 3px 1px black;
}
section .prod-kat-cont .kat-box a .head .button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border: 2px #fff solid;
  transition: all 0.7s ease;
}
section .owl-carousel-home-prod {
  display: block;
  background-color: #f9f9f9;
  padding: 50px 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  section .owl-carousel-home-prod {
    padding: 50px 40px;
  }
}
section .owl-carousel-home-prod .item {
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
}
section .owl-carousel-home-prod .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
section .owl-carousel-home-prod .item a img {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
section .owl-carousel-home-prod .item a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
  /* IE6 and 7 */
}
section .owl-carousel-home-prod .item a .text {
  display: block;
  position: absolute;
  width: 100%;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14px;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: 0;
  text-align: center;
}
section .owl-carousel-home-prod .item a .text .name {
  display: block;
}
section .owl-carousel-home-prod .item a .text .price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0px;
  color: #569a2d;
}