body {
  min-width: 1200px;
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  color: #282828;
  background: #f9f9f9;
  -webkit-font-smoothing: antialiased;
}
.wrp {
  max-width: 1200px;
  margin: auto;
}

.text-mask {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: linear-gradient(#000, #000);
}

.bg-primary {
  background: #f9f9f9;
}

.text-primary {
  color: #2e8842;
}

.bg-diem-khac-biet {
  background: #f1f1f1b2;
}

.icon-diff {
  width: 40px;
  height: 40px;
  background-color: #edf085;
  padding: 8px;
  border-radius: 8px;
}

.icon-diff img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-society {
  background: rgb(237, 240, 133, 0.5);
}

.btn-primary {
  background: #edf085;
  color: #000;
  padding: 10px 20px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.title {
  color: #2e8842;
  font-size: 36px;
  font-weight: 600;
}

.project-highlight {
  background: linear-gradient(46.96deg, #2e8842 12.56%, #edf085 100.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  padding-top: 10px;
}

.project-highlight:last-child {
  border-right: none;
}

.btn-common {
  display: inline-block;
  background: #edf085;
  color: #282828;
  padding: 12px 20px;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bg-gradient-green {
  background: linear-gradient(
      178.7deg,
      rgba(0, 0, 0, 0) 51.92%,
      rgba(0, 0, 0, 0.5) 98.96%
    ),
    linear-gradient(
      270deg,
      rgba(46, 136, 66, 0) 28.84%,
      rgba(46, 136, 66, 0.75) 100%
    );
}

.dsnx-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/pic/bg-layer-yellow.png");
  overflow: hidden;
  opacity: 0.3;
  transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1)
    scaleY(1);
}

.btn-tab-dsnx {
  border: 1px solid #a2a2a2;
  border-radius: 48px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-tab-dsnx span {
  color: #a2a2a2;
}

.btn-tab-dsnx.active {
  border: 1px solid #2e8842;
  background: #edf08580;
  color: #2e8842;
}

.btn-tab-dsnx.active span {
  color: #2e8842;
}

.btn-tab-dsnx.locked.active {
  border: 1px solid #c00f0c;
  background: #ffd1d2b2;
  color: #c00f0c;
}

.btn-tab-dsnx.locked.active span {
  color: #c00f0c;
}

.main-policy-card {
  border-radius: 0 10px 10px 0;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 1/2;
  left: 50%;
  width: 35%;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.overlay-policy {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  border-radius: 10px 0 0 10px;
}

.overlay-policy .overlay-policy-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-policy .overlay-policy-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 10px 10px;
}
