@font-face {
  font-family: 'Regular';
  src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2'), url('../fonts/CormorantGaramond-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bold';
  src: url('../fonts/CormorantGaramond-Bold.eot');
  src: url('../fonts/CormorantGaramond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CormorantGaramond-Bold.woff2') format('woff2'), url('../fonts/CormorantGaramond-Bold.woff') format('woff'), url('../fonts/CormorantGaramond-Bold.ttf') format('truetype'), url('../fonts/CormorantGaramond-Bold.svg#CormorantGaramond-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font1 {
  font-family: 'Regular';
}
.font2 {
  font-family: 'Bold';
}
li {
  list-style: none;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  background: transparent;
  transition: background-color 0.3s, opacity 0.3s;
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-box .menu-access-madia {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .header-box .menu-access-madia .navmenu ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
header .header-box .menu-access-madia .navmenu ul li {
  margin-right: 40px;
}
header .header-box .menu-access-madia .navmenu ul li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
header .header-box .menu-access-madia .navmenu ul li:hover a {
  color: #C0A629;
}
header .header-box .menu-access-madia .access {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
header .header-box .menu-access-madia .access > li {
  margin-right: 30px;
  margin-left: 0 !important;
}
header .header-box .menu-access-madia .access > li a {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
}
header .header-box .menu-access-madia .access > li a img {
  margin-right: 10px;
  filter: invert(20%) brightness(200%);
}
header .header-box .menu-access-madia .access > li a:hover {
  color: #C0A629;
}
header .header-box .menu-access-madia .media-link {
  display: flex;
  align-items: center;
}
header .header-box .menu-access-madia .media-link a {
  margin-left: 30px;
}
header .header-box .menu-access-madia .media-link a img {
  filter: invert(20%) brightness(200%);
}
.stuck {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  animation: stuckMoveDown 0.6s;
}
.stuck .navmenu a,
.stuck .access .txt {
  color: #333 !important;
}
.stuck .header-box .menu-access-madia .access > li a img,
.stuck .header-box .menu-access-madia .media-link a img {
  filter: initial;
}
.banner {
  height: 100vh;
}
.banner .text {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .text > div {
  text-align: center;
  color: #fff;
}
.banner .text > div p {
  font-size: 18px;
}
.banner .text > div h1 {
  color: #fff;
  margin: 30px 0 20px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-home {
  width: 100%;
  background: url("../images/690075232.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.about-home > div {
  background: rgba(95, 103, 111, 0.8);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 90px 0;
}
.about-home > div h1 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 15px;
}
.about-home > div p {
  font-size: 16px;
  line-height: 2;
}
a.button-oh {
  background: #C0A629;
  padding: 12px 50px;
  border-radius: 35px;
  font-size: 14px;
  transition: all 0.5s;
}
a.button-oh:hover {
  border: 1px solid #C0A629;
  color: #C0A629;
  background: #fff;
}
.loaction-home {
  width: 100%;
  background: url("../images/location.png") no-repeat center;
  background-size: cover;
  margin: 50px 0;
}
.loaction-home > div {
  background: rgba(122, 126, 61, 0.6);
  padding: 70px 88px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loaction-home > div p {
  color: #fff;
  font-size: 16px;
  width: 60%;
  line-height: 1.5;
}
.loaction-home > div button {
  padding: 28px 90px;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  border: 0;
}
.swiper-product .swiper-slide img {
  width: 100%;
}
.swiper-product .swiper-slide .p1 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}
.swiper-product .swiper-slide .p2 {
  font-size: 16px;
  color: #000;
}
.swiper-product .swiper-slide .cart {
  border: 1px solid #C0A629;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  color: #C0A629;
  font-size: 14px;
}
.swiper-product .swiper-slide .cart img {
  width: 13px;
  margin-right: 10px;
}
.swiper-product .swiper-slide .cart .img1 {
  display: block;
}
.swiper-product .swiper-slide .cart .img2 {
  display: none;
}
.swiper-product .swiper-slide .cart:hover {
  background: #C0A629;
  color: #fff;
}
.swiper-product .swiper-slide .cart:hover .img1 {
  display: none;
}
.swiper-product .swiper-slide .cart:hover .img2 {
  display: block;
}
.swiper-product .swiper-slide .image {
  overflow: hidden;
  position: relative;
}
.swiper-product .swiper-slide .image .view {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #C0A629;
  color: #fff;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transform: translateY(100%);
}
.swiper-product .swiper-slide .image:hover .view {
  transform: translateY(0);
}
.services {
  width: 100%;
  background: url("../images/Milk_to_butter_image.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.services > div {
  background: rgba(95, 103, 111, 0.6);
  padding: 90px 0;
}
.services > div .services-box {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.services > div .services-box .services-item {
  width: 30%;
  text-align: center;
}
.services > div .services-box .services-item .img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}
.services > div .services-box .services-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.services > div .services-box .services-item p {
  font-size: 16px;
  line-height: 1.5;
}
footer {
  border-top: 2px solid #C0A629;
  background: #fff;
  padding: 30px 0;
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-box .link-madie {
  padding-top: 50px;
}
footer .footer-box .link-madie a,
footer .footer-box .link-madie p {
  font-size: 14px;
  color: #000;
}
footer .footer-box .link-madie a {
  margin-left: 30px;
}
footer .footer-box .link-madie p {
  margin-top: 20px;
}
.home-product {
  margin-bottom: 50px;
}
.home-product .swiper-button-next,
.home-product .swiper-button-prev {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
}
.home-product .swiper-button-prev {
  left: -40px;
  background-image: url("../images/left.png");
}
.home-product .swiper-button-next {
  right: -35px;
  background-image: url("../images/right.png");
}
.home-product h3 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  position: relative;
  text-align: center;
  margin: 80px 0 50px;
}
.home-product h3:after {
  display: table;
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #C0A629;
}
.swiper-pagination-bullet {
  background: #BBBBBB;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.about-box {
  margin: 30px 0;
}
.about-box .about-item {
  margin-bottom: 50px;
  position: relative;
}
.about-box .about-item img {
  width: auto;
  max-width: 100%;
}
.about-box .about-item .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(192, 166, 41, 0.85);
  width: 534px;
  min-height: 534px;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.about-box .about-item .text h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.about-box .about-item .text .desc p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.about-box .about-item:nth-child(2n) .img {
  text-align: right;
}
.about-box .about-item:nth-child(2n) .text {
  left: 0;
  right: initial;
}
.related {
  background: rgba(243, 237, 212, 0.25);
  border-top: 1px solid #707070;
}
.related h3 {
  text-align: center;
  color: #333333;
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.related h3:after {
  display: table;
  content: ' ';
  width: 40px;
  height: 3px;
  background: #C0A629;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.related .product-thumb {
  border: 0 !important;
  background: transparent;
}
.related .product-thumb p {
  padding: 0 !important;
}
.contact .title-wrapper h1 {
  color: #C0A629;
  font-size: 30px;
  padding: 0;
  margin-bottom: 0;
}
.contact .title-wrapper h1:after {
  display: none;
}
.contact .form-horizontal {
  padding-right: 20px;
}
.contact .form-horizontal input,
.contact .form-horizontal textarea {
  height: 52px;
  background: #F9F6E9;
  border: 0;
  box-shadow: initial;
  padding-left: 15px;
  font-size: 14px;
}
.contact .form-horizontal textarea {
  height: 200px;
}
.contact .form-horizontal input[type=submit] {
  width: 100%;
  background: #C0A629;
  border-radius: initial;
  margin-top: 15px;
}
.contact .contact-issue li {
  width: 100%;
  display: flex;
  align-items: start;
}
.contact .contact-issue li img {
  width: 40px !important;
  height: 40px;
}
.contact .contact-issue li div b,
.contact .contact-issue li div p {
  font-size: 18px;
  color: #000;
}
.contact .contact-issue li div p {
  line-height: 1.5;
  margin-top: 10px;
  word-break: break-all;
}
.join-box {
  padding: 50px 0;
}
.join-box > div > img {
  float: right;
  margin-right: 50px;
  max-width: 100%;
}
.join-box .text h3 {
  color: #C0A629;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.join-box .text .json-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.join-box .text .json-content ul {
  padding-left: 20px;
  margin: 30px 0;
}
.join-box .text .json-content ul li {
  list-style: disc;
  margin: 10px 0;
}
.join-box .text .json-content ul li::marker {
  color: #C0A629;
}
.find-box {
  display: flex;
  flex-wrap: wrap;
}
.find-box .tablist {
  height: 100%;
  padding: 0;
  border-right: 1px solid rgba(102, 102, 102, 0.55);
}
.find-box .tablist li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.35);
}
.find-box .tablist li a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #666666;
  text-decoration: initial!important;
  text-transform: uppercase;
}
.find-box .tablist li a:before {
  content: " ";
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  right: -2px;
  z-index: 1;
  left: auto;
  width: 3px;
  height: 100%;
  background-color: #666;
}
.find-box .tablist li:hover a:before,
.find-box .tablist li.active a:before {
  opacity: 1;
}
.information h1 {
  color: #C0A629;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.information .description p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  margin-bottom: 30px;
}
.information .description ul {
  padding-left: 20px;
  margin: -25px 0 30px;
}
.information .description ul li {
  list-style: disc;
  margin: 10px 0;
  color: #333333;
}
.information .description ul li::marker {
  color: #C0A629;
}
@media (max-width: 1366px) {
  .access > li a .txt {
    display: none;
  }
  header .header-box .menu-access-madia .access > li a img {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1050px) {
  header .header-box .menu-access-madia .navmenu ul li {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .find-box > div {
    width: 100%;
  }
  .find-box .tablist {
    border-right: 0;
  }
  .banner {
    height: 45vh;
  }
  .banner img {
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .text > div h1 {
    font-size: 30px;
  }
  .home-product h3 {
    margin: 30px 0;
  }
  .home-product .swiper-button-prev {
    left: -5px;
  }
  .home-product .swiper-button-next {
    right: -5px;
  }
  .about-home > div {
    padding: 50px 15px;
  }
  .services > div {
    padding: 90px 15px;
  }
  .services > div .services-box {
    flex-wrap: wrap;
  }
  .services > div .services-box .services-item {
    width: 100%;
  }
  .loaction-home > div {
    padding: 30px 14px;
    flex-wrap: wrap;
  }
  .loaction-home > div img {
    width: 30px;
  }
  .loaction-home > div button {
    width: 100%;
    padding: 9px 90px;
    font-size: 16px;
    margin-top: 20px;
  }
  .loaction-home > div p {
    width: 75%;
  }
  footer .footer-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-box .logo {
    margin-bottom: 15px;
  }
  footer .footer-box .link-madie {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  footer .footer-box .link-madie a {
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;
    margin-left: 0;
  }
  footer .footer-box .link-madie p {
    margin: 0;
    width: 100%;
  }
  .about-box .about-item .text {
    position: initial;
    transform: initial;
    width: 100%;
    min-height: initial;
    padding: 0 15px;
  }
  .about-box .about-item .text h1 {
    font-size: 24px;
  }
  .breadcrumb-wrapper {
    height: 140px;
  }
  .breadcrumb-wrapper .breadcrumb {
    padding: 0;
    position: absolute;
    z-index: 2;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
  }
  .breadcrumb-wrapper .breadcrumb .next-prev-pro {
    display: none !important;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 30px;
    display: flex;
  }
  .breadcrumb-wrapper .breadcrumb .next-prev-pro .prev,
  .breadcrumb-wrapper .breadcrumb .next-prev-pro .next {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #666666;
    border: 2px solid #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    transition: all 0.5s;
  }
  .breadcrumb-wrapper .breadcrumb .next-prev-pro .prev:hover,
  .breadcrumb-wrapper .breadcrumb .next-prev-pro .next:hover {
    background: transparent;
    border-color: #fff;
    cursor: pointer;
  }
  .breadcrumb-wrapper .breadcrumb .next-prev-pro .img {
    position: absolute;
    top: 110%;
    left: 10%;
  }
  .breadcrumb-wrapper .breadcrumb .next-prev-pro .img img {
    width: 88px;
  }
  .breadcrumb-wrapper .breadcrumb h1 {
    font-size: 24px;
  }
  /*.proone > .category-left-box,*/
  /*.proone .pics .bigbox .swiper-button-next,*/
  /*.proone .pics .bigbox .swiper-button-prev {*/
  /*  display: none;*/
  /*}*/
  .join-box > div > img {
    float: initial;
    max-width: 100%;
    margin: 0 auto;
  }
}