@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
p, a, button, h1, h2, h3, h4, h5, h6, i, small, label, div, ul, li {
  font-family: "Inter", sans-serif !important;
}

@font-face {
  font-family: GilroySemiBold;
  src: url("../fonts/Gilroy-Semibold.otf");
}
@font-face {
  font-family: GilroyRegular;
  src: url("../fonts/Gilroy-Regular.otf");
}
.footer p {
  font-family: "Inter";
  font-weight: 400;
}

.footer a {
  font-family: "Inter";
  font-weight: 700;
}

.control {
  font-family: "Inter";
  font-weight: 700;
}

.text-md-bold, .text-md-bold:hover {
  font-family: "Inter";
  font-weight: 700;
}

.navbar-about {
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
}
.navbar-about .navbar-toggler {
  color: #FFF;
}
.navbar-about .navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-about .nav-link {
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .navbar-about .nav-link {
    margin-right: 14px;
  }
}
.navbar-about .btn-partner-center {
  padding: 12px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  color: #FFF;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-about .btn-signup {
  padding: 12px;
  background-color: var(--c-secondary);
  text-align: center;
  border-radius: 10px;
  color: #FFF;
  min-width: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.navbar-about .btn-signup:hover {
  background-color: var(--c-secondary-dark);
  color: rgb(230, 227, 227);
}
.navbar-about .signup-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .navbar-about .navbar-brand img {
    width: 120px;
  }
  .navbar-about .btn-signup {
    display: none;
  }
  .navbar-about .btn-signup.signup-mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .navbar-about .navbar-collapse.show {
    background-color: #345233;
    padding: 20px;
    border-radius: 8px;
    z-index: 999;
  }
}

.navbar-detail-news {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #EDE8E9;
}
.navbar-detail-news .navbar-toggler {
  color: #908E8E;
}
.navbar-detail-news .nav-link {
  color: #908E8E;
}
.navbar-detail-news .btn-partner-center {
  border: 2px solid #908E8E;
  color: #908E8E;
}
@media (max-width: 767.98px) {
  .navbar-detail-news .navbar-collapse.show {
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px;
    z-index: 999;
  }
}

.bg-head {
  height: 795px;
  background: linear-gradient(359.06deg, rgba(126, 189, 125, 0) 6.43%, #345233 65.41%);
  text-align: center;
  background-size: cover;
  margin-bottom: 0;
  transition: opacity 0.5s ease-out;
}
.bg-head h1 {
  font-size: 72px;
  font-family: GilroySemiBold !important;
  text-align: center;
  color: #FFF;
  padding-top: 143px;
}
.bg-head p {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  padding-top: 24px;
  padding-bottom: 47px;
}
.bg-head img {
  border: 10px solid #000000;
  filter: drop-shadow(0px 16px 18px rgba(153, 155, 168, 0.12));
  width: 670px;
}
@media (max-width: 1399.98px) {
  .bg-head img {
    width: 620px;
  }
}
@media (max-width: 991.98px) {
  .bg-head img {
    width: 550px;
  }
}
@media (max-width: 767.98px) {
  .bg-head img {
    width: 450px;
  }
}
@media (max-width: 450px) {
  .bg-head img {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .bg-head h1 {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 992px) {
  .bg-head p {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media (max-width: 575.98px) {
  .bg-head {
    height: 500px;
    margin-bottom: 20px;
  }
  .bg-head p {
    font-size: 16px;
  }
  .bg-head h1 {
    font-size: 40px;
    padding-top: 75px;
  }
}
.bg-head.animation-carousel {
  opacity: 1;
}
.bg-head.animation-carousel.hide-bg {
  opacity: 0;
}

.bg-head-container {
  position: relative;
}
.bg-head-container .bg-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-head.news {
  height: 342px;
  margin-bottom: 60px;
}
.bg-head.news h1 {
  font-family: GilroyRegular !important;
}

.section-our-mission {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F3F3F3;
  text-align: center;
}
.section-our-mission p {
  font-size: 24px;
  font-weight: 400;
  max-width: 687px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.section-our-mission .text-our-mission {
  font-size: 32px;
  font-family: GilroySemiBold !important;
  color: #3A3335;
  margin: 0;
  margin-bottom: 8px;
  max-width: 100%;
}
.section-our-mission .text-join {
  color: #456D44;
  font-size: 32px;
  font-family: GilroySemiBold !important;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .section-our-mission p {
    font-size: 16px;
  }
  .section-our-mission .text-desc {
    font-size: 16px;
  }
  .section-our-mission .text-join, .section-our-mission .text-our-mission {
    font-size: 28px;
  }
}

.section-work {
  padding-top: 70px;
  padding-bottom: 65px;
}
.section-work .top {
  text-align: center;
}
.section-work .top h2 {
  font-size: 48px;
  font-family: GilroySemiBold !important;
  color: #3A3335;
  margin-top: 32px;
}
.section-work .top h3 {
  font-size: 18px;
  font-weight: 400;
  color: #3A3335;
  margin-top: 32px;
  margin-bottom: 80px;
}
.section-work .step {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EDE8E9;
  justify-content: flex-start;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
}
.section-work .step .number {
  border: 3px solid #456D44;
  height: 48px;
  width: 48px;
  transition: 0.2s;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 600;
  color: #456D44;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.section-work .step .title {
  font-size: 18px;
  font-weight: 600;
  color: #373F41;
  margin: 0;
}
.section-work .step .desc {
  display: none;
  transition: 0.2s;
  opacity: 0;
  font-size: 14px;
  color: #373F41;
  margin-bottom: 0;
  max-width: 281px;
}
@media (max-width: 1400px) {
  .section-work .step .title {
    font-size: 16px;
    font-weight: 600;
  }
  .section-work .step .desc {
    font-size: 12px;
  }
}
.section-work .step.active .number {
  color: #FFF;
  background-color: #456D44;
}
.section-work .step.active .title {
  margin-bottom: 4px;
}
.section-work .step.active .desc {
  display: block;
  opacity: 1;
}

.section-why-use {
  padding-top: 65px;
  padding-bottom: 55px;
  text-align: center;
}
.section-why-use h2 {
  font-size: 48px;
  font-family: GilroySemiBold !important;
  color: #3A3335;
}
.section-why-use .feature {
  margin-top: 54px;
}
.section-why-use .feature .title {
  font-size: 18px;
  font-weight: 600;
  color: #373F41;
  margin-bottom: 12px;
  margin-top: 25px;
}
.section-why-use .feature .desc {
  font-size: 14px;
  font-weight: 400;
  color: #373F41;
  margin: 0;
}
.section-why-use .btn-start-order {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
}

.btn-start-order {
  background: #456D44;
  border-radius: 10px;
  transition: 0.2s;
  width: 239px;
  height: 44px;
  text-align: center;
  vertical-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.btn-start-order:hover {
  color: rgb(219, 219, 219);
  background-color: #345233;
}

.section-footer {
  background: linear-gradient(140.74deg, #456D44 25.77%, #345233 89.47%);
  padding-top: 63px;
  padding-bottom: 96px;
}
.section-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-footer img {
  width: 172px;
  margin-bottom: 24px;
}
.section-footer p, .section-footer a {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 24px;
  max-width: 423px;
  display: block;
}
.section-footer h3 {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}

.section-venue {
  padding-top: 70px;
  padding-bottom: 120px;
  background: rgba(243, 243, 243, 0.5);
}
.section-venue .top {
  text-align: center;
  margin-bottom: 60px;
}
.section-venue .top h2 {
  font-size: 48px;
  font-family: GilroySemiBold !important;
  color: #3A3335;
  margin-top: 32px;
}
.section-venue .top h3 {
  font-size: 18px;
  font-weight: 400;
  color: #3A3335;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 57px;
  max-width: 812px;
}
.section-venue .top .sub-nav a {
  color: #908E8E;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-left: 45px;
  padding-bottom: 23px;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}
.section-venue .top .sub-nav a:hover {
  color: #908E8E;
}
@media (max-width: 575.98px) {
  .section-venue .top .sub-nav a {
    margin-left: 15px;
  }
}
.section-venue .top .sub-nav :first-child {
  margin-left: 0px !important;
}
.section-venue .top .sub-nav .active {
  color: #3A3335;
  border-bottom: 2px solid #F0536D;
}
.section-venue .top .sub-nav .active:hover {
  color: #3A3335;
}
.section-venue .venue {
  padding-bottom: 30px;
}
.section-venue .venue .img {
  width: 100%;
  height: 230px;
  background-size: cover;
  border-radius: 6px;
}
.section-venue .venue .name {
  margin: 0;
  margin-top: 10px;
  color: #3A3335;
  font-size: 16px;
  font-weight: 700;
}
.section-venue .venue .room {
  margin: 0;
  margin-top: 2px;
  color: #908E8E;
  font-size: 14px;
  font-weight: 400;
}

.section-template {
  padding-top: 70px;
  padding-bottom: 90px;
}
.section-template .top {
  text-align: center;
  margin-bottom: 60px;
}
.section-template .top h2 {
  font-size: 48px;
  font-family: GilroySemiBold !important;
  color: #3A3335;
  margin-top: 32px;
}
.section-template .top h3 {
  font-size: 18px;
  font-weight: 400;
  color: #3A3335;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 57px;
  max-width: 812px;
}
.section-template .top .sub-nav a {
  color: #908E8E;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-left: 45px;
  padding-bottom: 23px;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}
.section-template .top .sub-nav a:hover {
  color: #908E8E;
}
.section-template .top .sub-nav :first-child {
  margin-left: 0px !important;
}
.section-template .top .sub-nav .active {
  color: #3A3335;
  border-bottom: 2px solid #F0536D;
}
.section-template .top .sub-nav .active:hover {
  color: #3A3335;
}
.section-template .template {
  padding-bottom: 30px;
}
.section-template .template img {
  width: 100%;
}
.section-template .btn-start-order {
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.section-get-started {
  padding-top: 70px;
  padding-bottom: 90px;
  background: rgba(243, 243, 243, 0.5);
}
.section-get-started .top {
  text-align: center;
  margin-bottom: 60px;
}
.section-get-started .top h2 {
  font-size: 48px;
  font-family: GilroySemiBold !important;
  color: #3A3335;
  margin-top: 32px;
  margin-bottom: 48px;
}
.section-get-started .get-started {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section-get-started .get-started .img {
  width: 100%;
  height: 240px;
  background-size: cover;
  border-radius: 6px;
}
.section-get-started .get-started .name {
  margin: 0;
  margin-top: 32px;
  color: #3A3335;
  font-size: 16px;
  font-weight: 700;
}
.section-get-started .get-started .desc {
  margin: 0;
  margin-top: 12px;
  margin-bottom: 56px;
  color: #908E8E;
  font-size: 14px;
  font-weight: 400;
}
.section-get-started .get-started .btn-get-started {
  background: #456D44;
  border-radius: 10px;
  transition: 0.2s;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
}
.section-get-started .get-started .btn-get-started:hover {
  color: rgb(219, 219, 219);
  background-color: #345233;
}

.box-news {
  margin-bottom: 24px;
  display: block;
}
.box-news .images {
  width: 100%;
  height: 238px;
  border-radius: 6px;
  background-size: cover;
}
.box-news .type {
  color: #456D44;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0 8px 0;
  text-transform: uppercase;
}
.box-news .title {
  color: #3A3335;
  font-weight: 700;
  font-size: 18px;
}

.breadcrumb-news {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-news span {
  margin-right: 6px;
}
.breadcrumb-news .text-link {
  text-decoration: none;
  color: #3A3335;
  display: flex;
  align-items: center;
}
.breadcrumb-news .text-link .text-home {
  font-weight: 500;
  font-size: 14px;
}
.breadcrumb-news .text-link .material-icons {
  color: #908E8E;
}
.breadcrumb-news .text-title {
  font-weight: 500;
  font-size: 14px;
  color: #908E8E;
}

.box-detail-news {
  margin-top: 54px;
}
.box-detail-news .head {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}
.box-detail-news .head .date {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #373F41;
  margin-bottom: 8px;
}
.box-detail-news .head h1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: -0.0944444px;
  color: #3A3335;
  margin-bottom: 16px;
}
.box-detail-news .head .type {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #456D44;
  text-transform: uppercase;
}
.box-detail-news .image {
  width: 100%;
}
.box-detail-news .content {
  margin: 64px auto 140px;
  max-width: 683px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3A3335 !important;
}/*# sourceMappingURL=about.css.map */