@font-face {
  font-family: "mon-900";
  src: url("../font/Montserrat/static/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-900";
  src: url("../font/Montserrat/static/Montserrat-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-800";
  src: url("../font/Montserrat/static/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-800";
  src: url("../font/Montserrat/static/Montserrat-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-700";
  src: url("../font/Montserrat/static/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-700";
  src: url("../font/Montserrat/static/Montserrat-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-600";
  src: url("../font/Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-600";
  src: url("../font/Montserrat/static/Montserrat-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-500";
  src: url("../font/Montserrat/static/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-500";
  src: url("../font/Montserrat/static/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-400";
  src: url("../font/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-400";
  src: url("../font/Montserrat/static/Montserrat-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-300";
  src: url("../font/Montserrat/static/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-300";
  src: url("../font/Montserrat/static/Montserrat-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-200";
  src: url("../font/Montserrat/static/Montserrat-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-200";
  src: url("../font/Montserrat/static/Montserrat-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "mon-100";
  src: url("../font/Montserrat/static/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "mon-i-100";
  src: url("../font/Montserrat/static/Montserrat-ThinItalic.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "mon-400";
  font-size: 14px;
  line-height: 1.5;
  scroll-behavior: smooth;
  color: #252525;
}

body {
  padding: 0;
  margin: 0;
}

.prevent-scroll {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

/* Mobile */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.row-center {
  align-items: center;
}

@media (max-width: 1200px) {
  .tablet-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
}

.col {
  padding-left: 6px;
  padding-right: 6px;
}

.row-no {
  margin-left: 0;
  margin-right: 0;
}

.row-no .col {
  padding-left: 0;
  padding-right: 0;
}

.row-space .col {
  margin-bottom: 12px;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-0 {
  margin-left: 0;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 601px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-space .col {
    margin-bottom: 20px;
  }

  .row-no {
    margin-left: 0;
    margin-right: 0;
  }

  .row-no .col {
    padding-left: 0;
    padding-right: 0;
  }

  .m-0 {
    display: none;
  }

  .m-1,
  .m-2,
  .m-3,
  .m-4,
  .m-5,
  .m-6,
  .m-7,
  .m-8,
  .m-9,
  .m-10,
  .m-11,
  .m-12 {
    display: block;
  }

  .m-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .m-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .m-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .m-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .m-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .m-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .m-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .m-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .m-o-0 {
    margin-left: 0;
  }

  .m-o-1 {
    margin-left: 8.33333%;
  }

  .m-o-2 {
    margin-left: 16.66667%;
  }

  .m-o-3 {
    margin-left: 25%;
  }

  .m-o-4 {
    margin-left: 33.33333%;
  }

  .m-o-5 {
    margin-left: 41.66667%;
  }

  .m-o-6 {
    margin-left: 50%;
  }

  .m-o-7 {
    margin-left: 58.33333%;
  }

  .m-o-8 {
    margin-left: 66.66667%;
  }

  .m-o-9 {
    margin-left: 75%;
  }

  .m-o-10 {
    margin-left: 83.33333%;
  }

  .m-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1201px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row-space .col {
    margin-bottom: 30px;
  }

  .row-no {
    margin-left: 0;
    margin-right: 0;
  }

  .row-no .col {
    padding-left: 0;
    padding-right: 0;
  }

  .l-0 {
    display: none;
  }

  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }

  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-o-0 {
    margin-left: 0;
  }

  .l-o-1 {
    margin-left: 8.33333%;
  }

  .l-o-2 {
    margin-left: 16.66667%;
  }

  .l-o-3 {
    margin-left: 25%;
  }

  .l-o-4 {
    margin-left: 33.33333%;
  }

  .l-o-5 {
    margin-left: 41.66667%;
  }

  .l-o-6 {
    margin-left: 50%;
  }

  .l-o-7 {
    margin-left: 58.33333%;
  }

  .l-o-8 {
    margin-left: 66.66667%;
  }

  .l-o-9 {
    margin-left: 75%;
  }

  .l-o-10 {
    margin-left: 83.33333%;
  }

  .l-o-11 {
    margin-left: 91.66667%;
  }
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 350px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 1201px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}
/* Tablet */
@media (min-width: 600px) and (max-width: 1200px) {
  .hide-on-tablet {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 350px) {
  .hide-on-mobile-sm {
    display: none !important;
  }
}
.breadcrumb {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li:not(:last-child) {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 13px;
  font-size: 12px;
}
.breadcrumb li a {
  color: #252525;
  text-decoration: none;
  transition: all ease 0.3s;
}
.breadcrumb li a:hover {
  opacity: 0.8;
}
.breadcrumb--white li {
  color: #ffffff;
}
.breadcrumb--white li a {
  color: #ffffff;
}

.btn {
  background-color: #869b39;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  width: fit-content;
  border: 0;
  outline: 0;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.btn:hover {
  background-color: #6c6d28;
  color: #ffffff;
  border-color: #6c6d28;
}
@media only screen and (max-width: 600px) {
  .btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.btn--border {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn--black {
  background-color: #252525;
  color: #ffffff;
}
.btn--full {
  width: 100%;
  padding: 10px;
  font-size: 20px;
}
.btn--center {
  margin: auto;
}

.popup-apply {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background-color: #ffffff;
  max-height: 100vh;
  overflow: auto;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}

@media (max-width: 767px) {
  .popup-apply {
    width: 95%;
  }
}
.popup-apply.active {
  opacity: 1;
  visibility: visible;
}

.popup-apply__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}

.popup-apply__modal.active {
  opacity: 1;
  visibility: visible;
}

.popup-apply__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #869b39;
  color: #ffffff;
}

.popup-apply__name {
  font-size: 18px;
  font-family: mon-700;
}

.popup-apply__close {
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.popup-apply__close:hover {
  opacity: 0.8;
}

.popup-apply__body {
  padding: 15px;
}

.popup-apply__label {
  margin: 8px 0;
}

.popup-apply__group {
  margin: 8px 0;
}

.popup-apply__field {
  width: 100%;
  height: 36px;
  outline: 0;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 0 10px;
}

.popup-apply__error {
  color: #fd0000;
  font-size: 12px;
  margin-top: 4px;
  margin-left: 8px;
}

.popup-apply__select {
  width: 100%;
  height: 36px;
  outline: 0;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 0 10px;
}

.popup-apply__file {
  margin-left: 20px;
}

.popup-apply__textarea {
  width: 100%;
  height: 96px;
  outline: 0;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 10px;
  resize: none;
}

.popup-apply__flex {
  display: flex;
  align-items: center;
}

.popup-apply__code {
  width: 50%;
  height: 36px;
  outline: 0;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 0 10px;
}

.popup-apply__numcode {
  margin-left: 20px;
  font-size: 24px;
  color: #252525;
  font-family: mon-i-600;
  pointer-events: none;
  user-select: none;
}

.popup-apply__submit {
  width: 100%;
  justify-content: center;
  font-size: 20px;
  height: 40px;
  margin-top: 20px;
}

.capcha__change {
  margin-left: 10px;
  color: #869b39;
  font-size: 20px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .contact-form {
    margin-top: 20px;
  }
}
.contact-form__group {
  margin-bottom: 20px;
}

.contact-form__label {
  display: block;
  width: fit-content;
  font-size: 18px;
  font-family: mon-700;
}

@media only screen and (max-width: 600px) {
  .contact-form__label {
    font-size: 14px;
  }
}
.contact-form__field {
  margin: 4px 0;
  height: 42px;
  width: 100%;
  color: #252525;
  font-family: mon-400;
  font-size: 16px;
  border: 1px solid #252525;
  outline-color: #869b39;
  padding: 0 12px;
  border-radius: 10px;
  background-color: #fcf3e4;
}

@media only screen and (max-width: 600px) {
  .contact-form__field {
    font-size: 14px;
  }
}
.contact-form__textarea {
  margin: 4px 0;
  height: 100px;
  width: 100%;
  color: #252525;
  font-family: mon-400;
  font-size: 16px;
  border: 1px solid #252525;
  outline-color: #869b39;
  padding: 12px;
  resize: none;
  border-radius: 10px;
  background-color: #fcf3e4;
}

@media only screen and (max-width: 600px) {
  .contact-form__textarea {
    font-size: 14px;
  }
}
.contact-form__error {
  font-size: 13px;
  color: #fd0000;
}

.contact-form__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-form__flex .contact-form__group {
  width: calc(50% - 12px);
}

.capcha__flex {
  display: flex;
  align-items: center;
}

.capcha__group {
  display: flex;
  align-items: center;
  border: 1px solid #252525;
  padding: 0 12px;
  height: 42px;
  flex: 1;
  border-radius: 10px;
  background-color: #fcf3e4;
}

.capcha__group input {
  width: 100%;
  background-color: transparent;
}

.capcha__field {
  border: 0;
  outline: 0;
}

.capcha__error.show {
  display: block;
}

.capcha__code {
  padding: 8px;
  width: fit-content;
  object-fit: cover;
  border: 1px solid #252525;
  padding: 0 12px;
  height: 42px;
  width: 60px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -2px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  filter: blur(0.4px);
  pointer-events: none;
  user-select: none;
  border-radius: 10px;
  background-color: #fcf3e4;
}

.capcha__change {
  color: #869b39;
  cursor: pointer;
}

/* HTML: <div class="loader__item"></div> */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #869b39;
  z-index: 99999;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.loader.active {
  opacity: 1;
  visibility: visible;
}

.loader__spin {
  margin: auto;
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, rgba(0, 0, 0, 0), #000);
  animation: l26 1s infinite steps(12);
}

.loader__spin,
.loader__spin:before,
.loader__spin:after {
  background: radial-gradient(closest-side at 50% 12.5%, #f03355 96%, rgba(0, 0, 0, 0)) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%, #f03355 96%, rgba(0, 0, 0, 0)) 0 50%/80% 20% repeat-x;
}

.loader__spin:before,
.loader__spin:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.loader__spin:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .pagination {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pagination {
    margin-top: 12px;
  }
}
.pagination a {
  width: 36px;
  height: 36px;
  border: 1px solid #869b39;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #869b39;
  text-decoration: none;
  font-family: ro-Medium;
  margin: 8px;
  font-size: 14px;
  border-radius: 5px;
  transition: all ease 0.3s;
}
.pagination a.active,
.pagination a:hover {
  background-color: #869b39;
  color: #ffffff;
}
.pagination a:hover {
  transform: translateY(-2px);
}

.to-top {
  position: fixed;
  bottom: 30px;
  right: 100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #f03355;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  z-index: 9;
}
.to-top.active {
  opacity: 1;
  visibility: visible;
  right: 20px;
}
.to-top:hover {
  transform: translateY(-2px);
}
.footer {
  padding: 40px 0 0;
  border-top: 1px solid rgba(37, 37, 37, 0.2);
}
.footer__logo {
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.footer__logo img {
  height: 200px;
  max-width: 100%;
  object-fit: contain;
}
.footer__desc {
  text-align: center;
}
.footer__label {
  font-family: mon-700;
  text-align: center;
}
.footer__social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social ul li {
  margin-right: 10px;
}
.footer__social ul li a {
  display: flex;
  text-decoration: none;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background-color: #6c6d28;
  transition: all ease-out 0.3s;
}
.footer__social ul li a:hover {
  transform: translateY(-3px);
}
.footer__social ul li a i {
  font-size: 16px;
  margin: auto;
}
.footer__nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__nav ul li {
  margin: 0 12px;
}
.footer__nav ul li a {
  text-decoration: none;
  color: #252525;
}
.footer__bot {
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  .footer__bot {
    font-size: 12px;
  }
}

.header {
  padding: 6px 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .header {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding: 5px;
  }
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
}
.header__logo img {
  height: 75px;
}
@media only screen and (max-width: 600px) {
  .header__logo img {
    height: 60px;
  }
}
.header__bars {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #869b39;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.header__bars:hover {
  opacity: 0.8;
}
.header__bars i {
  margin: auto;
  font-size: 16px;
  color: #869b39;
}
.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__right {
    position: fixed;
    z-index: 999999;
    background-color: #ffffff;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out 0.3s;
  }
  .header__right.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header__close {
  position: absolute;
  top: 30px;
  right: 40px;
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #869b39;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 600px) {
  .header__close {
    right: 25px;
    top: 15px;
  }
}
.header__close:hover {
  opacity: 0.8;
}
.header__close i {
  margin: auto;
  font-size: 16px;
  color: #869b39;
}
.header__menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__menu ul {
    flex-direction: column;
  }
}
.header__menu ul li a {
  text-decoration: none;
  color: #252525;
  text-transform: uppercase;
  font-family: mon-700;
  padding: 12px;
  position: relative;
  display: block;
  width: fit-content;
}
@media (max-width: 1200px) {
  .header__menu ul li a {
    padding: 15px;
    font-size: 18px;
  }
}
.header__menu ul li a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 2px;
  background-color: #869b39;
  transition: all ease-out 0.3s;
}
.header__menu ul li a:hover::before {
  width: 100%;
}
.header__menu ul li.active a {
  color: #869b39;
}
.header__lang {
  display: flex;
  align-items: center;
}
.header__lang a {
  display: flex;
  margin-left: 10px;
  transition: all ease-out 0.3s;
}
@media (max-width: 1200px) {
  .header__lang a {
    margin: 15px;
  }
}
.header__lang a:hover {
  opacity: 0.8;
}
.header__lang a img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  object-fit: cover;
}
.header__search {
  display: flex;
  width: 35px;
  height: 35px;
  border: 1px solid #869b39;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-out 0.3s;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .header__search {
    margin-left: auto;
    margin-right: 10px;
  }
}
.header__search:hover {
  opacity: 0.8;
}
.header__search i {
  margin: auto;
  font-size: 16px;
  color: #869b39;
}

.search-popup {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  background-color: #869b39;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.search-popup__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
.search-popup__close i {
  font-size: 22px;
  color: #ffffff;
}
.search-popup form {
  margin: auto;
  width: 600px;
  max-width: 80%;
  display: flex;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 46px;
  border-radius: 100px;
  overflow: hidden;
  padding-left: 20px;
}
.search-popup form input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: mon-400;
}
.search-popup form button {
  border: 0;
  outline: 0;
  width: 40px;
  font-size: 16px;
  color: #869b39;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.search-popup form button:hover {
  opacity: 0.8;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.3s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}

.home-banner__item {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.home-banner__cover {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.home-banner__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: bottom center;
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(92, 113, 66, 0.3);
}

.home-banner__item.zoom .home-banner__image {
  transform: translate(-50%, -50%) scale(1);
  transition: all linear 10s;
}

.home-banner__body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .home-banner__body {
    top: 72%;
    transform: unset;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner__body {
    top: 70%;
  }
}

.home-banner__content {
  width: 480px;
  max-width: 100%;
  padding-left: 80px;
}
.home-banner__content > .effect {
  opacity: 0;
  transition-timing-function: ease;
  transform: translate3d(100px, 0, 0);
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}
.home-banner__content > .effect--1 {
  transition-delay: 0.1s;
}
.home-banner__content > .effect--2 {
  transition-delay: 0.2s;
}
.home-banner__content > .effect--3 {
  transition-delay: 0.3s;
}
.home-banner__content > .effect--4 {
  transition-delay: 0.4s;
}
.home-banner__content > .effect--5 {
  transition-delay: 0.5s;
}
.home-banner__content.active > * {
  opacity: 1;
  transform: translateZ(0);
}
@media (max-width: 1200px) {
  .home-banner__content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner__content {
    padding-left: 45px;
  }
}

.home-banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all ease 0.3s;
  cursor: pointer;
}

.home-banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.home-banner .slick-next {
  right: 60px;
}

@media (max-width: 1200px) {
  .home-banner .slick-next {
    right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner .slick-next {
    right: 24px;
  }
}
.home-banner .slick-prev {
  left: 60px;
}

@media (max-width: 1200px) {
  .home-banner .slick-prev {
    left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner .slick-prev {
    left: 24px;
  }
}
.home-banner .slick-dots {
  position: absolute;
  list-style: none;
  padding-left: 0;
  left: calc((100% - 1200px) / 2);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 1200px) {
  .home-banner .slick-dots {
    left: 40px;
    top: 72%;
    transform: unset;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner .slick-dots {
    left: 24px;
    top: 70%;
  }
}

.home-banner .slick-dots li {
  margin: 6px 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-family: mon-600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #869b39;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.home-banner .slick-dots li:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .home-banner .slick-dots li {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.home-banner .slick-dots li.slick-active {
  border-right: 3px solid #869b39;
}

.feedback-banner__item {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 80px 0;
}
@media only screen and (max-width: 600px) {
  .feedback-banner__item {
    padding: 40px 0;
  }
}
.feedback-banner__item--green {
  background-color: #869b39;
}
.feedback-banner__item--wheat {
  background-color: #fcf3e4;
}
.feedback-banner__item--no-pad {
  padding: 0;
}
@media (max-width: 1200px) {
  .feedback-banner__item--no-pad {
    padding: 40px 0;
  }
}

.feedback-banner__cover {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  scale: -1;
}
.feedback-banner__cover--rotate {
  scale: 1;
}

.feedback-banner__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: bottom center;
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(92, 113, 66, 0.3);
}

.feedback-banner__item.zoom .feedback-banner__image {
  transform: translate(-50%, -50%) scale(1);
  transition: all linear 10s;
}

.feedback-banner__body {
  width: 100%;
}
@media (max-width: 1200px) {
  .feedback-banner__body {
    top: 0%;
    transform: unset;
  }
}
.feedback-banner__avatar {
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .feedback-banner__avatar {
    width: 400px;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  .feedback-banner__avatar {
    width: 80%;
  }
}
.feedback-banner__avatar img {
  width: 100%;
}

.feedback-banner__content {
  max-width: 100%;
  padding-right: 120px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .feedback-banner__content {
    padding-left: 0;
  }
}
.feedback-banner__content--green {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../../img/img-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .feedback-banner__content--green {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 30px;
  }
}
@media (max-width: 1200px) {
  .feedback-banner__content.tablet-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
.feedback-banner__content > .effect {
  opacity: 0;
  transition-timing-function: ease;
  transform: translate3d(100px, 0, 0);
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}
.feedback-banner__content > .effect--1 {
  transition-delay: 0.1s;
}
.feedback-banner__content > .effect--2 {
  transition-delay: 0.2s;
}
.feedback-banner__content > .effect--3 {
  transition-delay: 0.3s;
}
.feedback-banner__content > .effect--4 {
  transition-delay: 0.4s;
}
.feedback-banner__content > .effect--5 {
  transition-delay: 0.5s;
}
.feedback-banner__content > .effect--6 {
  transition-delay: 0.6s;
}
.feedback-banner__content.active > .effect {
  opacity: 1;
  transform: translateZ(0);
}
@media (max-width: 1200px) {
  .feedback-banner__content {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .feedback-banner__content {
    padding-right: 45px;
  }
}

.feedback-banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all ease 0.3s;
  cursor: pointer;
}

.feedback-banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.feedback-banner .slick-next {
  right: 60px;
}

@media (max-width: 1200px) {
  .feedback-banner .slick-next {
    right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .feedback-banner .slick-next {
    right: 24px;
  }
}
.feedback-banner .slick-prev {
  left: 60px;
}

@media (max-width: 1200px) {
  .feedback-banner .slick-prev {
    left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .feedback-banner .slick-prev {
    left: 24px;
  }
}
.feedback-banner .slick-dots {
  position: absolute;
  list-style: none;
  padding-left: 0;
  right: calc((100% - 1200px) / 2);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 1200px) {
  .feedback-banner .slick-dots {
    right: 40px;
    top: 50%;
    transform: unset;
  }
}
@media only screen and (max-width: 600px) {
  .feedback-banner .slick-dots {
    right: 24px;
    top: 50%;
  }
}

.feedback-banner .slick-dots li {
  margin: 6px 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-family: mon-600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #869b39;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.feedback-banner .slick-dots li:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .feedback-banner .slick-dots li {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.feedback-banner .slick-dots li.slick-active {
  border-left: 3px solid #869b39;
}

.float-card {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 0 100px;
  border-right: 10px solid #d2ad57;
  padding: 40px;
}

.cardList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.cardList__item {
  width: calc(50% - 24px);
  margin: 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 40px;
  padding: 20px;
  border-right: 4px solid #d2ad57;
}
@media only screen and (max-width: 600px) {
  .cardList__item {
    width: calc(100% - 24px);
  }
}
.cardList__item h3 {
  margin: 0 0 12px 0;
  font-family: mon-700;
  color: #252525;
  text-transform: uppercase;
}
.cardList__item p {
  margin: 0;
  font-size: 14px;
}

.brand {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
}
.brand__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -30px;
}
.brand__list img {
  width: calc(33.3333333333% - 60px);
  height: 70px;
  margin: 30px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .brand__list img {
    width: calc(50% - 60px);
  }
}

.library__for__item {
  position: relative;
  display: block;
}
.library__for__item:hover .library__for__play {
  border-radius: 50%;
  background-color: #869b39;
}
.library__for__item:hover .library__for__play i {
  color: #ffffff;
}
.library__for__image {
  padding-top: 56%;
  position: relative;
}
.library__for__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.library__for__play {
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 8px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.3s;
}
.library__for__play i {
  font-size: 40px;
  color: #869b39;
  margin: auto;
}
.library__nav__item {
  position: relative;
  cursor: pointer;
  transition: all ease-out 0.3s;
  border: 6px solid #ffffff;
}
@media only screen and (max-width: 600px) {
  .library__nav__item {
    border-width: 3px;
  }
}
.library__nav__item:hover {
  opacity: 0.8;
}
.library__nav__image {
  padding-top: 56%;
  position: relative;
}
.library__nav__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.library .slick-list {
  margin: 0 -15px;
}
@media only screen and (max-width: 600px) {
  .library .slick-list {
    margin: 0 -6px;
  }
}
.library .slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 600px) {
  .library .slick-slide {
    margin: 0 6px;
  }
}
.library .slick-arrow {
  font-size: 30px;
  border: 0;
  outline: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #ffffff;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.library .slick-arrow:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 600px) {
  .library .slick-arrow {
    font-size: 12px;
  }
}
.library .slick-prev {
  right: 100%;
}
.library .slick-next {
  left: 100%;
}
.library__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
}
.library__tab__item {
  width: calc(25% - 24px);
  margin: 12px;
  border: 1px solid #869b39;
  border-radius: 6px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-family: mon-600;
  color: #869b39;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 600px) {
  .library__tab__item {
    width: calc(50% - 16px);
    margin: 8px;
    font-size: 12px;
    padding: 6px;
  }
}
.library__tab__item:hover {
  opacity: 0.8;
}
.library__tab__item.active {
  background-color: #869b39;
  color: #ffffff;
}
.library__display {
  position: relative;
}
.library__display__item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
}
.library__display__item.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  transition: all ease 0.3s;
  display: block;
}
.library__slider .slick-arrow {
  color: #869b39;
}

.img-square {
  padding-top: 100%;
  position: relative;
  background-color: #869b39;
}
.img-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-square span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-family: mon-700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.job {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #252525;
}

.job__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job__name {
  text-decoration: none;
  font-size: 22px;
  font-family: mon-600;
  color: #252525;
  margin-bottom: 6px;
  transition: all ease-out 0.4s;
  width: 70%;
}

@media (max-width: 767px) {
  .job__name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .job__btn:hover {
    background-color: #869b39;
    color: #252525;
  }
}
.job__btn span:first-child {
  display: block;
}

.job__btn span:last-child {
  display: none;
}

.job__btn.active span:first-child {
  display: none;
}

.job__btn.active span:last-child {
  display: block;
}

.job__body {
  display: none;
}

.job__body img {
  width: 100%;
}

.job__send {
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.job__send2 {
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.info {
  list-style: none;
  padding-left: 10px;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 600px) {
  .info {
    padding-left: 0;
  }
}
.info li {
  margin-bottom: 8px;
}
.info li i {
  width: 40px;
  font-size: 18px;
  text-align: center;
}
.info li strong {
  font-size: 20px;
  font-family: mon-700;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .info li strong {
    font-size: 16px;
  }
}
.info li span {
  font-family: mon-500;
}
.info li a {
  font-family: mon-500;
  text-decoration: none;
  color: #252525;
  transition: all ease-out 0.3s;
}
.info li a:hover {
  color: #869b39;
}

.m {
  margin: 20px !important;
}
.m--sm {
  margin: 10px !important;
}
.m--big {
  margin: 40px !important;
}

.mt {
  margin-top: 20px !important;
}
.mt--sm {
  margin-top: 10px !important;
}
.mt--big {
  margin-top: 40px !important;
}
.mt--biggest {
  margin-top: 120px !important;
}
@media (max-width: 1200px) {
  .mt--biggest {
    margin-top: 40px !important;
  }
}

.mb {
  margin-bottom: 20px !important;
}
.mb--sm {
  margin-bottom: 10px !important;
}
.mb--big {
  margin-bottom: 40px !important;
}

.mr {
  margin-right: 20px !important;
}
.mr--sm {
  margin-right: 10px !important;
}
.mr--big {
  margin-right: 40px !important;
}

.ml {
  margin-left: 20px !important;
}
.ml--sm {
  margin-left: 10px !important;
}
.ml--big {
  margin-left: 40px !important;
}
.ml--auto {
  margin-left: auto !important;
}

.section {
  padding: 40px 0;
}
.section--wheat {
  background-color: #fcf3e4;
}
.section--green {
  background-color: #869b39;
}

.heading {
  font-size: 32px;
  font-family: mon-700;
  line-height: 1.3;
  margin: 0;
  color: #252525;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .heading {
    font-size: 22px;
  }
}
.heading--green {
  color: #869b39;
}
.heading--white {
  color: #ffffff;
}
.heading--quote {
  font-size: 40px;
  color: rgba(37, 37, 37, 0.2);
}
.heading--sm {
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .heading--sm {
    font-size: 18px;
  }
}
.heading--thin {
  font-family: mon-300;
}
.heading--center {
  text-align: center;
}

.desc {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .desc {
    font-size: 14px;
  }
}
.desc--white {
  color: #ffffff;
}
.desc--center {
  text-align: center;
}

.limit-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: center;
  background-color: #ffffff;
  padding: 30px 60px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.popup__icon{
  font-size: 48px;
  display: block;
  width: fit-content;
  margin: auto;
}
.popup__icon.success{
  color: green;
}
.popup__icon.error{
  color: red;
}
/*# sourceMappingURL=main.css.map */
