@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.banner-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.banner-effect img {
  border-radius: 10px;
}

.banner-effect:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.banner-effect:hover:before {
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

@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");
}
@font-face {
  font-family: "play-900";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Black.ttf") format("truetype");
}
@font-face {
  font-family: "play-i-900";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "play-800";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "play-i-800";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "play-700";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "play-i-700";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "play-600";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "play-i-600";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "play-500";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "play-i-500";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "play-400";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "play-i-400";
  src: url("../font/Playfair_Display/static/PlayfairDisplay-RegularItalic.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
}

.prevent-scroll {
  overflow: hidden;
}

@media (max-width: 991px) {
  .wrapper {
    overflow: hidden;
  }
}

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

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

.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: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .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: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .big-gutter .row {
    margin-left: -35px;
    margin-right: -35px;
  }
  .big-gutter .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .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%;
  }
}
.flex-space, .header__left, .header__top__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center, .header__auth, .header__socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .hide-on-tablet {
    display: none !important;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.breadcrumb {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li:not(:last-child)::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
}
.breadcrumb li a {
  color: #252525;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
  transition: all ease-out 0.4s;
}
.breadcrumb li a:hover {
  color: #2A5702;
}

.btn {
  padding: 12px 30px;
  background-color: #AFD136;
  display: block;
  width: fit-content;
  font-family: mon-500;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
  line-height: 1;
  transition: all ease-out 0.4s;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.8;
}
.btn--center {
  margin-left: auto;
  margin-right: auto;
}
.btn--mt {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .btn--mt {
    margin-top: 24px;
  }
}
.btn--effect:hover {
  opacity: 0.8;
}
.btn--orange {
  background-color: #FF5E2F;
}
.btn--blue {
  background-color: #1E8CE2;
}
.btn--radius {
  border-radius: 100px;
}
.btn--border {
  border: 1px solid #183742;
  color: #183742;
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 0;
  width: 200px;
  height: 36px;
  position: relative;
  overflow: hidden;
  transition: all ease-out 0.6s;
}
.btn--border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: #1E8CE2;
  transition: all ease-out 0.4s;
}
.btn--border span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  transition: all ease-out 0.6s;
}
.btn--border:hover {
  border-color: #1E8CE2;
}
.btn--border:hover::before {
  width: 100%;
}
.btn--border:hover span {
  color: #FFFFFF;
}

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

@media (max-width: 991px) {
  .popup {
    padding: 15px;
  }
}
.popup--big {
  width: 650px;
}

.popup--full {
  width: 100%;
}

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

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

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

.popup__heading {
  font-size: 18px;
  color: #252525;
  font-family: mon-600;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.popup__desc {
  text-align: center;
}

.popup__link {
  display: flex;
  align-items: center;
  border: 1px solid #252525;
  border-radius: 10px;
  overflow: hidden;
  margin: 24px 0;
}

.popup__link input {
  flex: 1;
  height: 37px;
  border: 0;
  outline: 0;
  padding: 0 8px;
}

.popup__link i {
  width: 24px;
  font-size: 16px;
}
.loader-2__modal{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  z-index: 999999;
}
.loader-2__modal.active{
  opacity: 1;
  visibility: visible;
}
.loader-2 {
  margin: auto;
  width: 50px;
  --b: 8px; 
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%,#f03355) content-box;
  -webkit-mask:
    repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
    radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
          mask-composite: intersect;
  animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}
.loader__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #FFFFFF;
  transition: all ease-out 0.4s;
  z-index: 9999;
}
.loader__modal.hide {
  opacity: 0;
  visibility: hidden;
}

.loader {
  width: 48px;
  height: 48px;
  border: 10px solid #e3e3e3;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  box-sizing: border-box;
  margin: auto;
}

.loader::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  inset: -10px;
  border-radius: 50%;
  border: 10px solid #2A5702;
  animation: prixClipFix 2s infinite linear;
}

.pagination {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.pagination--center {
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination {
    margin: 30px 0;
  }
}
.pagination a,
.pagination span
 {
  width: 40px;
  height: 40px;
  border: 1px solid #183742;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A5702;
  text-decoration: none;
  font-family: mon-600;
  margin: 8px;
  border-radius: 5px;
  transition: all ease 0.3s;
  cursor: pointer;
}
.pagination a.active, .pagination a:hover,
.pagination span.active, .pagination span:hover
 {
  background-color: #183742;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.to-top {
  position: fixed;
  right: 20px;
  font-size: 24px;
  width: 46px;
  height: 46px;
  background-color: #2A5702;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-out 0.4s;
  opacity: 0;
  bottom: -200px;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.1);
  z-index: 9999;
}
.to-top:hover {
  transform: translateY(-3px);
}
.to-top.active {
  bottom: 40px;
  opacity: 1;
}

.section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.section--wheat {
  background-color: #fbf9f3;
}
.section--green {
  background-color: #2A5702;
}
.section--sm {
  padding: 24px 0;
}

.heading {
  font-size: 32px;
  font-family: mon-700;
  color: #183742;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 1499px) {
  .heading {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .heading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: 22px;
  }
}
.heading--center {
  text-align: center;
}
.heading--white {
  color: #FFFFFF;
}
.heading--sm {
  font-size: 26px;
}

.desc {
  margin-bottom: 20px;
}
.desc strong {
  font-family: mon-600;
  color: #183742;
}
.desc--center {
  text-align: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.desc--white {
  color: #FFFFFF;
}

.image {
  width: 100%;
  padding-top: 56%;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  cursor: zoom-in;
}
@media (max-width: 991px) {
  .desc--center {
    width: auto;
  }
  .image {
    margin-bottom: 20px;
  }
}
.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  object-fit: cover;
  object-position: center;
  transition: all ease-in-out 0.3s;
}

.img-full {
  display: flex;
}
@media (max-width: 991px) {
  .img-full {
    margin: 20px 0;
  }
}
.img-full img {
  width: 100%;
  border-radius: 10px;
}

.img-full-height {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .img-full-height {
    margin: 20px 0;
  }
}
.img-full-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.img-max {
  margin: 15px;
}
.img-max img {
  max-width: 100%;
}

.break-text {
  word-break: break-all;
}

.margin-list .image {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .margin-list .image {
    margin-bottom: 20px;
  }
}

.detail-body img {
  max-width: 100%;
  display: block;
  width: fit-content;
  margin: auto;
  height: auto !important;
}
.detail-body h2 {
  font-size: 32px;
  font-family: mon-700;
  color: #183742;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 1499px) {
  .detail-body h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .detail-body h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .detail-body h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .detail-body h2 {
    font-size: 22px;
  }
}
.no-wrap {
  white-space: nowrap;
}

.m {
  margin: 24px;
}

.m--sm {
  margin: 12px;
}

@media (max-width: 767px) {
  .m--sm {
    margin: 12px;
  }
}
.ml {
  margin-left: 24px;
}

.ml--a {
  margin-left: auto;
}

.ml--sm {
  margin-left: 12px;
}

.mr {
  margin-right: 24px;
}

.mr--sm {
  margin-right: 12px;
}

.mb {
  margin-bottom: 24px;
}

.mb--sm {
  margin-bottom: 12px;
}

.mt {
  margin-top: 24px;
}

.mt--sm {
  margin-top: 12px;
}

.mt--auto {
  margin-top: auto;
}

.mh {
  margin: 0 24px;
}

.mh--sm {
  margin: 0 12px;
}

.mv {
  margin: 24px 0;
}

.mv--sm {
  margin: 12px 0;
}

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

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

.capcha__group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #252525;
  padding: 0 8px;
  height: 36px;
  flex: 1;
}

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

.capcha__error {
  color: #fd0000;
  font-size: 13px;
  display: none;
}

.capcha__error.show {
  display: block;
}

.capcha__code {
  padding: 8px;
  width: fit-content;
  object-fit: cover;
  border-bottom: 1px solid #252525;
  padding: 0 8px;
  height: 36px;
  width: 65px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-style: italic;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  user-select: none;
  font-size: 24px;
}

.capcha__change {
  color: green;
  cursor: pointer;
}

.product {
  padding: 20px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .product {
    margin-bottom: 20px;
  }
}
.product__image {
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__link {
  display: block;
  background-color: #AFD136;
  color: #252525;
  text-decoration: none;
  font-family: mon-700;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
  border-radius: 100px;
  height: 40px;
  position: relative;
  overflow: hidden;
  transition: all ease-out 0.8s;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .product__link {
    font-size: 13px;
  }
}
.product__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.product__link::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #1E8CE2;
  transition: all ease-out 0.8s;
}
.product__link:hover {
  color: #FFFFFF;
}
.product__link:hover::before {
  transform: translateX(0);
  width: 100%;
}
.product__desc {
  margin: 10px 0;
}
.product__more {
  text-decoration: none;
  font-size: 14px;
  font-family: mon-700;
  color: #1E8CE2;
  transition: all ease-out 0.3s;
}
.product__more:hover {
  letter-spacing: 1px;
}
.product__more i {
  font-size: 12px;
}

.course {
  padding: 12px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .course {
    margin: 10px 0;
  }
}
.course__image {
  display: block;
}
.course__image img {
  width: 100%;
  border-radius: 10px;
  transition: all ease-out 0.4s;
}
.course__link {
  display: block;
  background-color: #AFD136;
  color: #252525;
  text-decoration: none;
  font-family: mon-700;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  height: 80px;
  position: relative;
  overflow: hidden;
  transition: all ease-out 0.8s;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .course__link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .course__link {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .course__link {
    font-size: 12px;
  }
}
.course__link span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.course__link::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #1E8CE2;
  transition: all ease-out 0.8s;
}
.course__link:hover {
  color: #FFFFFF;
}
.course__link:hover::before {
  transform: translateX(0);
  width: 100%;
}

.news {
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 20px;
  }
}
.news__image {
  padding-top: 64%;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news__image:hover img {
  top: -5%;
}
.news__name {
  font-size: 24px;
  color: #1E8CE2;
  font-family: mon-700;
  text-decoration: none;
  display: block;
  margin: 10px 0;
  transition: all ease-out 0.4s;
}
@media (max-width: 1499px) {
  .news__name {
    font-size: 18px;
  }
}
.news__name:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.news__date {
  font-size: 13px;
  font-family: mon-i-500;
  margin-top: 8px;
}
.news--flex {
  display: flex;
  align-items: flex-start;
}
.news--flex .news__image {
  width: 30%;
  padding-top: 20%;
}
.news--flex .news__body {
  flex: 1;
  margin-left: 12px;
}
@media (max-width: 991px) {
  .news--flex .news__name {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.news--reverse {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .news--reverse {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.news--reverse .news__label {
  border-bottom: 1px solid rgba(37, 37, 37, 0.2);
  color: #1E8CE2;
  padding-bottom: 10px;
  font-family: mon-700;
}
.news--reverse .news__image {
  width: 30%;
  padding-top: 20%;
}
@media (max-width: 991px) {
  .news--reverse .news__image {
    width: 100%;
    padding-top: 56%;
  }
}
.news--reverse .news__body {
  flex: 1;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .news--reverse .news__body {
    margin-right: 0;
    margin-top: 15px;
  }
}
.news--reverse .news__name {
  font-size: 22px;
  color: #183742;
}
.news-search {
  height: 36px;
  width: 360px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #252525;
  border-radius: 10px;
  margin: 30px 0;
}
.news-search i {
  margin-right: 8px;
}
.news-search input {
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  flex: 1;
}

.feedback-list {
  margin-bottom: 60px;
}
.feedback-list .slick-list {
  margin: 0 -12px;
}
.feedback-list .slick-track {
  margin: 0;
  display: flex;
}
.feedback-list .slick-slide {
  margin: 12px;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  display: flex !important;
}
.feedback-list .slick-dots {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
}
.feedback-list .slick-dots li {
  margin: 3px;
}
.feedback-list .slick-dots li button {
  border: 0;
  outline: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100px;
  background-color: #FFFFFF;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.feedback-list .slick-dots li.slick-active button {
  background-color: #1E8CE2;
}

.feedback {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex !important;
}
.feedback--169 {
  padding-top: 56%;
}
@media (max-width: 991px) {
  .feedback--169 {
    margin-bottom: 20px;
  }
}
.feedback--169 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.feedback i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #FFFFFF;
  transition: all ease-out 0.4s;
  z-index: 9;
}
.feedback video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback:hover i {
  color: #1E8CE2;
  transform: translate(-50%, -50%) scale(0.9);
}
.feedback__name {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  color: #FFFFFF;
}
.feedback__title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  color: #2A5702;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  border-radius: 4px;
  font-family: mon-500;
}
.feedback__btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .feedback__btn {
    margin: 0 auto;
  }
}

.document {
  width: 100%;
  padding-top: 56%;
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .document {
    margin-bottom: 20px;
  }
}
.document::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.document:hover img {
  height: 105%;
}
.document__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease-out 0.4s;
}
.document__title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #FFFFFF;
  color: #183742;
  font-family: mon-600;
  padding: 0 6px;
  z-index: 2;
}

.questions__search {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 40px;
  padding: 0 15px;
  margin-bottom: 24px;
}
.questions__search input {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 16px;
  background-color: #FFFFFF;
}
.questions__search button {
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.questions__search button i {
  font-size: 18px;
  color: #1E8CE2;
}
.questions__item {
  margin-top: 12px;
}
.questions__item.active .questions__top {
  background-color: #183742;
  color: #FFFFFF;
}
.questions__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 6px 15px;
  min-height: 40px;
  font-family: mon-600;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.questions__top:hover {
  opacity: 0.8;
}
.questions__top i {
  font-size: 18px;
  margin-left: 10px;
}
.questions__body {
  background-color: #FFFFFF;
  border: 1px solid #183742;
  border-radius: 10px;
  padding: 15px;
  margin-top: 2px;
  font-family: mon-500;
  display: none;
}
.questions__body p {
  margin: 0;
}

.footer {
  background-color: #2A5702;
  padding: 20px 0 40px;
}
.footer__logo img {
  width: 130px;
}
.footer__heading {
  font-size: 20px;
  font-family: mon-700;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 1499px) {
  .footer__heading {
    font-size: 16px;
  }
}
.footer__info {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer__info i {
  min-width: 30px;
}
.footer__info span,
.footer__info a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all ease-out 0.3s;
}
.footer__info a:hover {
  opacity: 0.8;
}
.footer__link {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all ease-out 0.3s;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__image {
  max-width: 100%;
}
.footer__socials {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.footer__socials li {
  margin: 4px;
}
.footer__socials li a {
  transition: all ease-out 0.3s;
  position: relative;
  display: block;
}
.footer__socials li a:hover {
  opacity: 0.8;
  transform: translateY(-3px);
}

.header__sticky {
  transition: all ease-out 1s;
  position: relative;
  z-index: 999;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.header__sticky.sticky {
  position: fixed;
  top: -300px;
  left: 0;
  right: 0;
}
.header__sticky.slide {
  top: 0;
}
.header__top {
  background-color: #FFFFFF;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 1499px) {
  .header__top {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .header__top {
    padding: 10px 0;
  }
}
.header__logo-clone {
  width: 116px;
}
@media (max-width: 767px) {
  .header__logo-clone {
    width: 90px;
  }
}
.header__logo {
  /* background-color: #FFFFFF; */
  position: absolute;
  bottom: -13px;
  display: flex;
  align-items: flex-end;
}
.header__logo img {
  width: 130px;
}
@media (max-width: 767px) {
  .header__logo img {
    width: 104px;
  }
}
.header__search {
  display: flex;
}
@media (max-width: 1220px) {
  .header__search {
    position: fixed;
    top: -300px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 9999;
    padding: 20px;
    justify-content: center;
    transition: all ease-out 0.4s;
  }
  .header__search.active {
    opacity: 1;
    top: 0;
  }
}
.header__search__group {
  display: flex;
  align-items: center;
  border: 1px solid #252525;
  padding: 0 20px;
  border-radius: 100px;
  width: 400px;
  margin-right: 12px;
}
@media (max-width: 1199px) {
  .header__search__group {
    width: 260px;
  }
}
@media (max-width: 1220px) {
  .header__search__group {
    width: 250px;
  }
}
.header__search__group i {
  font-size: 18px;
}
.header__search__group input {
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
  border: 0;
  outline: 0;
}
@media (max-width: 1220px) {
  .header__search__btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.header__search__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
}
.header__search__modal.active {
  opacity: 1;
  visibility: visible;
}
.header__search__close {
  display: none;
}
@media (max-width: 1220px) {
  .header__search__close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    color: #fd0000;
  }
}
.header__socials {
  margin-right: 24px;
}
.header__socials a {
  color: #252525;
  text-decoration: none;
  font-size: 18px;
  display: block;
  width: fit-content;
  margin-left: 14px;
  transition: all ease-out 0.4s;
}
@media (max-width: 767px) {
  .header__socials a {
    font-size: 14px;
  }
}
.header__socials a:hover {
  color: #2A5702;
  transform: translateY(-2px);
}
.header__lang {
  margin-right: 19px;
}
@media (max-width: 1220px) {
  .header__lang {
    margin-right: 0;
  }
}
.header__lang select {
  border: 0;
  outline: 0;
  background-color: #FFFFFF;
  color: #252525;
}
.header__auth__btn {
  border: 1px solid #252525;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: mon-500;
  background-color: #FFFFFF;
  transition: all ease-out 0.4s;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__auth__btn {
    font-size: 12px;
  }
}
.header__auth__btn i {
  margin-right: 4px;
}
.header__auth__btn:hover {
  background-color: #2A5702;
  color: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 0.8;
}
.header__bot {
  background-color: #2A5702;
  position: relative;
}
.header__bot__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1220px) {
  .header__bot__flex {
    height: 40px;
  }
}
.header__search-icon {
  display: none;
}
@media (max-width: 1220px) {
  .header__search-icon {
    display: block;
    margin-right: 24px;
  }
}
.header__search-icon i {
  font-size: 18px;
  color: #FFFFFF;
}
.header__bars {
  display: none;
}
@media (max-width: 1220px) {
  .header__bars {
    display: block;
  }
}
.header__bars i {
  font-size: 18px;
  color: #FFFFFF;
}
.header__drop-top {
  display: flex;
  align-items: baseline;
  position: relative;
}
.header__drop-top > a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: mon-500;
  padding: 15px 0;
  display: block;
  font-size: 16px;
  position: relative;
  transition: all ease-out 0.4s;
}
@media (max-width: 1499px) {
  .header__drop-top > a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header__drop-top > a {
    font-size: 14px;
  }
}
.header__drop-top > a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  transition: all ease-out 0.4s;
}
.header__drop-top > i {
  font-size: 10px;
  color: #FFFFFF;
  margin-left: 6px;
  transition: all ease-out 0.4s;
}
@media (max-width: 1220px) {
  .header__drop-top > i {
    margin-left: auto;
    font-size: 14px;
  }
}
.header__drop-top > i.toggle {
  transform: scale(-1);
}
.header__drop-top.active > a::before {
  width: 100%;
  opacity: 1;
}
.header__drop-top:hover a {
  opacity: 0.8;
}
@media (max-width: 1220px) {
  .header__menu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #2A5702;
    border-top: 1px solid #FFFFFF;
    padding: 10px 0;
    right: -100%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-out 0.4s;
    overflow: auto;
    padding-bottom: 150px;
  }
  .header__menu.active {
    right: 0;
    opacity: 1;
    pointer-events: all;
  }
}
.header__menu > ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 1220px) {
  .header__menu > ul {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.header__menu > ul > li {
  margin: 0 20px;
  position: relative;
}
.header__menu > ul > li:hover .header__dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 1220px) {
  .header__menu > ul > li {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .header__menu > ul > li {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.header__menu > ul > li > a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-family: mon-500;
  padding: 15px 0;
  display: block;
  font-size: 16px;
  position: relative;
  transition: all ease-out 0.4s;
}
@media (max-width: 1499px) {
  .header__menu > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1220px) {
  .header__menu > ul > li > a {
    padding: 10px 0;
    width: fit-content;
  }
}
.header__menu > ul > li > a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  opacity: 0;
  transition: all ease-out 0.4s;
}
.header__menu > ul > li.active > a::before {
  width: 100%;
  opacity: 1;
}
.header__menu > ul > li.active > .header__drop-top > a::before {
  width: 100%;
  opacity: 1;
}
.header__menu > ul > li:hover > a {
  opacity: 0.8;
}
.header__menu__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all ease-out 0.4s;
}
.header__menu__modal.active {
  opacity: 1;
  visibility: visible;
}
.header__dropdown {
  position: absolute;
  left: 0;
  max-width: 450px;
  min-width: 350px;
  padding: 12px;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 -1px 4px 2px rgba(0, 0, 0, 0.4);
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  transition: all ease-out 0.4s;
  pointer-events: none;
}
@media (max-width: 1220px) {
  .header__dropdown {
    position: unset;
    max-width: auto;
    min-width: auto;
    opacity: 1;
    visibility: visible;
    background-color: #2A5702;
    box-shadow: unset;
    pointer-events: all;
    display: none;
  }
}
.header__dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 12px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}
@media (max-width: 1220px) {
  .header__dropdown::before {
    content: unset;
  }
}
.header__dropdown--1 {
  width: 280px;
}
@media (max-width: 1220px) {
  .header__dropdown--1 {
    width: 100%;
  }
}
.header__dropdown--2 {
  width: 460px;
}
@media (max-width: 1220px) {
  .header__dropdown--2 {
    width: 100%;
  }
}
.header__dropdown > ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.header__dropdown > ul > li:not(:first-child) {
  margin-top: 15px;
}
.header__dropdown > ul > li > a {
  text-decoration: none;
  color: #252525;
  font-family: mon-600;
  text-transform: uppercase;
  font-size: 16px;
  transition: all ease-out 0.4s;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media (max-width: 1499px) {
  .header__dropdown > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1220px) {
  .header__dropdown > ul > li > a {
    color: #FFFFFF;
    white-space: unset;
  }
}
.header__dropdown > ul > li > a::before {
  content: "";
  display: block;
  width: 0;
  opacity: 0;
  height: 2px;
  background-color: #2A5702;
  transition: all ease-out 0.4s;
  margin-right: 4px;
}
.header__dropdown > ul > li:hover > a, .header__dropdown > ul > li.active > a {
  color: #2A5702;
}
@media (max-width: 1220px) {
  .header__dropdown > ul > li:hover > a, .header__dropdown > ul > li.active > a {
    color: #FFFFFF;
  }
}
.header__dropdown > ul > li:hover > a::before, .header__dropdown > ul > li.active > a::before {
  width: 10px;
  opacity: 1;
}
@media (max-width: 1220px) {
  .header__dropdown > ul > li:hover > a::before, .header__dropdown > ul > li.active > a::before {
    background-color: #FFFFFF;
  }
}

.home-banner .slick-slide img {
  width: 100%;
}
.home-banner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #183742;
  border: 0;
  outline: 0;
  border-radius: 8px;
  color: #FFFFFF;
  z-index: 1;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.home-banner .slick-arrow:hover {
  opacity: 0.8;
  background-color: #2A5702;
}
@media (max-width: 991px) {
  .home-banner .slick-arrow {
    width: 24px;
    height: 24px;
  }
}
.home-banner .slick-prev {
  left: 50px;
}
@media (max-width: 991px) {
  .home-banner .slick-prev {
    left: 25px;
  }
}
.home-banner .slick-next {
  right: 50px;
}
@media (max-width: 991px) {
  .home-banner .slick-next {
    right: 25px;
  }
}

.commit {
  border: 1px dotted #AFD136;
  padding: 15px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .commit {
    margin-bottom: 40px;
  }
}
.commit__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .commit__flex {
    flex-direction: column;
  }
}
.commit__body {
  width: calc(65% - 10px);
}
@media (max-width: 767px) {
  .commit__body {
    width: 100%;
  }
}
.commit__title {
  font-size: 28px;
  font-family: mon-700;
  color: #AFD136;
}
@media (max-width: 1499px) {
  .commit__title {
    font-size: 24px;
  }
}
.commit__list ul {
  padding-left: 0;
  list-style: none;
}
.commit__list ul li {
  margin-top: 8px;
  font-family: mon-500;
}
.commit__list ul li::before {
  content: "\f02d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #AFD136;
  margin-right: 8px;
}
.commit__image {
  width: calc(35% - 10px);
  border-radius: 10px;
  overflow: hidden;
}
.commit__image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 767px) {
  .commit__image {
    width: 100%;
  }
}
.commit__bottom {
  font-size: 32px;
  font-family: mon-700;
  color: #252525;
  margin-top: 15px;
}
.commit__bottom img {
  height: 30px;
  margin: 0 6px;
}
@media (max-width: 1499px) {
  .commit__bottom img {
    height: 22px;
  }
}
@media (max-width: 1499px) {
  .commit__bottom {
    font-size: 24px;
  }
}

.advise__heading {
  border-left: 8px solid #AFD136;
  line-height: 1;
  padding-left: 10px;
  margin-bottom: 15px;
}
.advise__title {
  font-size: 20px;
  font-family: mon-700;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .advise__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .advise__title {
    font-size: 18px;
  }
}
.advise__group {
  margin-bottom: 25px;
}
.advise__flex {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #252525;
}
.advise__label {
  font-size: 16px;
  font-family: mon-600;
  margin-right: 4px;
}
.advise__field {
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-family: mon-500;
}
.advise__select {
  border-bottom: 1px solid #252525;
  margin-top: 8px;
}
.advise__select select {
  width: 100%;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-family: mon-600;
}
.advise__textarea {
  border-bottom: 1px solid #252525;
}
.advise__textarea textarea {
  width: 100%;
  resize: none;
  height: 40px;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-family: mon-500;
}
.advise__error {
  color: #fd0000;
  font-size: 13px;
  margin-top: 3px;
}
.partner-list {
  margin-bottom: 30px;
}
.partner-list .slick-list {
  margin: 0 -12px;
}
.partner-list .slick-slide {
  margin: 12px;
  height: auto;
}
.partner-list .slick-track {
  display: flex;
}
.partner-list .slick-dots {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
}
.partner-list .slick-dots li {
  margin: 3px;
}
.partner-list .slick-dots li button {
  border: 0;
  outline: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #183742;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.partner-list .slick-dots li.slick-active button {
  background-color: #183742;
}

.partner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
}
.partner img {
  width: 100%;
}

.about {
  display: flex;
  align-items: center;
  height: 100%;
}
.study-abroad {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.study-abroad::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.study-abroad .container {
  position: relative;
}
.study-abroad__left .heading {
  margin-bottom: 0;
}
.study-abroad__highlight {
  background-color: #AFD136;
  width: fit-content;
  margin-bottom: 20px;
}
.study-abroad__label {
  font-size: 18px;
  font-family: mon-500;
  color: #FFFFFF;
}
.study-abroad__flex {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.study-abroad__logo {
  margin-left: 20px;
  width: 360px;
}
.study-abroad__logo img {
  width: 80px;
  margin: 10px;
}
@media (max-width: 767px) {
  .study-abroad__logo img {
    width: 60px;
  }
}
.study-abroad__right {
  height: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .study-abroad__right {
    margin-top: 30px;
  }
}
.study-abroad__form {
  margin: auto;
  background-color: #183742;
  padding: 30px;
  border-radius: 10px;
}
.study-abroad__form__heading {
  margin: 0;
  font-size: 24px;
  color: #FFFFFF;
  font-family: mon-700;
  line-height: 1;
}
@media (max-width: 767px) {
  .study-abroad__form__heading {
    font-size: 20px;
  }
}
.study-abroad__form__group {
  margin-top: 15px;
}
.study-abroad__form__field {
  background-color: #FFFFFF;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 0;
  outline: 0;
  padding: 0 12px;
}
.study-abroad__form__error {
  color: #fd0000;
  font-size: 13px;
  margin-top: 4px;
}
.study-abroad__form__btn {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
}

.sticky-parent {
  position: sticky;
  top: 140px;
}
@media (max-width: 1499px) {
  .sticky-parent {
    padding: 12px;
    top: 120px;
  }
}
.sticky-form{
  padding: 15px;
  border: 2px solid #2A5702;
  border-radius: 20px;
}
.sticky-form__heading {
  font-size: 24px;
  font-family: mon-700;
  color: #2A5702;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (max-width: 1499px) {
  .sticky-form{
    padding: 10px;
  }
  .sticky-form__heading {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.sticky-form__list span {
  display: block;
  border: 1px solid #2A5702;
  border-radius: 10px;
  font-size: 13px;
  font-family: mon-700;
  padding: 8px;
  margin-bottom: 12px;
}
@media (max-width: 1499px) {
  .sticky-form__list span {
    font-size: 11px;
    padding: 4px 6px;
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .sticky-form__list span {
    font-size: 12px;
  }
}
.sticky-form__group {
  margin-bottom: 12px;
}
@media (max-width: 1499px) {
  .sticky-form__group {
    margin-bottom: 6px;
  }
}
.sticky-form__field {
  width: 100%;
  height: 32px;
  border-radius: 10px;
  border: 0;
  padding: 0 10px;
  background-color: #AFD136;
  color: #FFFFFF;
  outline: 0;
}
@media (max-width: 1499px) {
  .sticky-form__field {
    height: 26px;
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .sticky-form__field {
    height: 30px;
    font-size: 12px;
  }
}
.sticky-form__field::placeholder {
  color: #FFFFFF;
}
.sticky-form__error {
  font-size: 12px;
  color: #fd0000;
  margin-top: 3px;
  margin-left: 8px;
}
@media (max-width: 1499px) {
  .sticky-form__error {
    font-size: 10px;
  }
}
.sticky-form__submit {
  width: 100%;
}
@media (max-width: 1499px) {
  .sticky-form__submit {
    height: 26px;
  }
}
@media (max-width: 991px) {
  .sticky-form__submit {
    height: 30px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Button to open the dropdown */
.dropbtn {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 991px) {
  .dropbtn {
    padding: 4px;
    font-size: 14px;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

@media (max-width: 991px) {
  .dropdown-content a {
    padding: 4px;
    font-size: 14px;
  }
}
.dropdown.show .dropdown-content {
  display: block;
}

.sticky-form__socials{
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
}
.sticky-form__socials a{
  display: flex;
}
.sticky-form__socials div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.sticky-form__socials div img{
  height: 50px;
}
.sticky-form__socials div span{
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  font-family: mon-600;
  color: #1E8CE2;
  display: none;
}
.sticky-form__socials a img{
  height: 50px;
}
@media (max-width: 1499px){
  .sticky-form__socials{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
  }
  .sticky-form__socials a img{
    height: 36px;
  }
  .sticky-form__socials div img{
    height: 36px;
  }
}
.section-search {
  padding: 40px 0;
}
.section-search__heading {
  font-size: 48px;
  font-family: mon-700;
  margin: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-search__heading {
    font-size: 32px;
  }
}
.section-search__description {
  margin: 20px 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-search__description {
    margin: 12px 0;
  }
}
.section-search__form {
  display: flex;
  height: 48px;
  width: 560px;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #2a5702;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.section-search__input {
  flex: 1;
  display: block;
  border: 0;
  outline: 0;
  padding: 0 12px;
  font-size: 16px;
}
.section-search__submit {
  width: 100px;
  border: 0;
  outline: 0;
  background-color: #2a5702;
  color: #ffffff;
  font-size: 16px;
  font-family: mon-600;
  cursor: pointer;
}
.section-search__submit:hover {
  opacity: 0.8;
}
.section-search__list {
  margin: 24px 0;
}
.section-search__item {
  margin-bottom: 15px;
  border-bottom: 1px solid #2a5702;
  padding-bottom: 15px;
  display: none;
}
.section-search__item.appear{
  display: block;
}
.section-search__title {
  margin: 0 0 8px 0;
}
.section-search__title a {
  text-decoration: none;
  color: #2a5702;
  font-size: 18px;
}
/*# sourceMappingURL=main.css.map */


.image-library {
  margin-bottom: 30px;
}
.image-library .slick-list {
  margin: 0 -12px;
}
.image-library .slick-slide {
  margin: 12px;
  height: auto;
}
.image-library .slick-track {
  display: flex;
}
.image-library .slick-dots {
  display: flex;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 100%;
}
.image-library .slick-dots li {
  margin: 3px;
}
.image-library .slick-dots li button {
  border: 0;
  outline: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 100px;
  background-color: #FFFFFF;
  border: 1px solid #183742;
  transition: all ease-out 0.3s;
  cursor: pointer;
}
.image-library .slick-dots li.slick-active button {
  background-color: #183742;
}