.head-title {
  font-size: 3.6em;
  color: rgb(72, 63, 44)
}

.page-green-bean {
  position: relative;
}

.page-green-bean .form-horizontal .control-label {
  text-align: left
}

.gb-section-content {
  padding: 5vw 0;
}

.header-section {
  margin-bottom: 30px;
}

.page-green-bean p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #434343;
  margin-bottom: 1.8rem
}


@media (min-width: 768px) {
  .v-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 768px) {
  .head-title {
    font-size: 2.6em;
  }

  .video-section {
    min-height: 65vh
  }
}


.spinning {
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


.form-group {
  margin-bottom: 10px;
}

label.control-label {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}

#submit-btn {
  min-width: 180px;
  background: #facd21;
  border-color: #facd21;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  border-radius: 35px;
}

#submit-btn span {
  font-family: Etna-Condensed-Light !important
}


.form-green-bean,
.footer-green-bean,
.bean-client-section {
  background-size: cover;
  background-repeat: none;
}

.text-white,
.text-white * {
  color: rgb(241, 243, 244) !important;
}

#green-bean-form {
  padding: 0 15px;
}

#green-bean-form .form-group {
  margin: 0 0 15px;
}

#green-bean-form .control-label {
  color: #434343
}

#btn-loading {
  display: none;
}

.spinning {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.btn-bean,
.btn-link.btn-bean {
  min-width: 280px;
  background: #facd21;
  border-color: #facd21;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  border-radius: 35px;

  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 35px;
  font-weight: bold;
  font-family: Etna-Condensed-Light !important;
  display: inline;
}

.bean-client-section {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 15em 0 30em;

}

.bean-client-section .content-box {
  padding: 3.5rem;
  background: rgb(236, 236, 236);
  border-radius: 18px;
  margin-bottom: 15px;
}

.green-bean-why-section .col-md-6 {
  margin-bottom: 30px;
}

.green-bean-why-section .col-md-6 img {
  width: 100%;
  height: auto;
}

.video-section {
  overflow: hidden;
}

.background-video-top {
  position: absolute;
  width: 1464.87px;
  height: 435.646px;
  max-width: unset;
  bottom: 0;
  margin-bottom: -350px;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.award-gallery {
  margin-top: 30px;
}

.row.masonry-grid {
  margin-left: -15px;
  margin-right: -15px;
}

/* Set đúng width cho grid-sizer */
.grid-sizer {
  width: 33.3333%;
}

/* Masonry cần float cho item */
.award-item {
  width: 33.3333%;
  float: left;
  padding: 10px;
}

.grid-sizer,
.award-item {
  width: 100%;
}

@media (min-width: 768px) {
  .grid-sizer,
  .award-item {
    width: 33.3333%;
    float: left;
  }
}

.award-item {
  padding: 10px;
}

.award-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.award-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.award-image {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: 0 auto 15px;
  border-radius: 5px;
}

.award-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-top: 10px;
}

.award-highlight {
  font-weight: bold;
  color: #be6d1c;
  font-size: 18px;
  font-family: Etna-Condensed-Light !important;
}