#referendum {
  position: relative;
  background-color: rgb(244.9891304348, 242.3195652174, 234.3108695652);
}
#referendum .card {
  background-color: #fff;
  border-radius: 16px;
  border: none;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#referendum .image-wrapper {
  width: 50%;
  height: 685px;
  background-image: url('../images/referendum-img.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #referendum .image-wrapper {
    height: 729px;
    background-position: 39% center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #referendum .image-wrapper {
    width: 40%;
    height: 727px;
    background-position: 47% center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .image-wrapper {
    width: 100%;
    height: 216px;
    background-position: center -110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .image-wrapper {
    width: 100%;
    height: 175px;
    background-position: center -70px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .image-wrapper {
    width: 100%;
    height: 120px;
    background-position: center 20%;
  }
}
#referendum .content-wrapper {
  width: 50%;
  height: 685px;
  padding: 40px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #referendum .content-wrapper {
    height: 729px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #referendum .content-wrapper {
    width: 60%;
    height: 727px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .content-wrapper {
    width: 100%;
    height: auto;
    padding: 35px 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .content-wrapper {
    width: 100%;
    height: auto;
    padding: 30px 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .content-wrapper {
    width: 100%;
    height: auto;
    padding: 20px 12px 15px;
  }
}
#referendum .item-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 30px 0 60px;
  background-image: url('../images/item-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .item-display {
    margin: 30px 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display {
    padding: 15px 20px;
    margin: 20px 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display {
    padding: 15px 20px;
    margin: 25px 0 40px;
  }
}
@media (max-width: 320px) {
  #referendum .item-display {
    padding: 10px 15px;
  }
}
#referendum .item-display::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c4f54;
  opacity: 0.7;
  border-radius: 10px;
}
#referendum .item-display img.status {
  height: auto;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
  position: absolute;
}
#referendum .item-display img.status.pass {
  width: 115px;
  top: -30px;
  left: -18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .item-display img.status.pass {
    width: 115px;
    top: -36px;
    left: -18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display img.status.pass {
    width: 80px;
    top: -22px;
    left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display img.status.pass {
    width: 75px;
    top: -22px;
    left: -10px;
  }
}
#referendum .item-display img.status.not-passed {
  width: 125px;
  top: -25px;
  left: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .item-display img.status.not-passed {
    width: 130px;
    top: -27px;
    left: -17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display img.status.not-passed {
    width: 105px;
    top: -20px;
    left: -15px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display img.status.not-passed {
    width: 95px;
    top: -20px;
    left: -10px;
  }
}
#referendum .item-display .item-number {
  padding: 4px 20px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display .item-number {
    padding: 4px 15px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display .item-number {
    padding: 4px 15px;
  }
}
#referendum .item-display .item-number p {
  font-size: 16px;
  font-weight: 400;
  color: #e8bc4a;
  line-height: normal;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display .item-number p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display .item-number p {
    font-size: 15px;
  }
}
#referendum .item-display .item-number p span {
  font-size: 22px;
  font-weight: 700;
  margin: 0 2px;
  font-family: 'Roboto', sans-serif;
}
#referendum .item-display .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
#referendum .item-display .item-title img {
  margin-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display .item-title img {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display .item-title img {
    display: none;
  }
}
#referendum .item-display .item-title h3 {
  font-size: clamp(20px, 2.8vw, 24px);
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 6px #e8bc4a;
  line-height: 1.4;
  margin: 30px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display .item-title h3 {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display .item-title h3 {
    margin: 20px 0;
  }
}
@media (max-width: 320px) {
  #referendum .item-display .item-title h3 {
    font-size: 18px;
  }
}
#referendum .item-display .item-proposer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  padding: 5px 30px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .item-display .item-proposer {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .item-display .item-proposer {
    padding: 5px 20px;
  }
}
@media (max-width: 320px) {
  #referendum .item-display .item-proposer {
    padding: 5px 15px;
  }
}
#referendum .item-display .item-proposer p {
  font-size: 18px;
  font-weight: 500;
  color: #6e6e6e;
}
@media (max-width: 320px) {
  #referendum .item-display .item-proposer p {
    font-size: 16px;
  }
}
#referendum .card-display {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#referendum .card-display .card-count {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #referendum .card-display .card-count {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-display .card-count {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-display .card-count {
    padding: 0 0 25px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-display .card-count {
    padding: 0 0 25px;
  }
}
#referendum .card-display .card-count .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
  width: 48%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-display .card-count .card-item {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-display .card-count .card-item {
    width: 48.5%;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-display .card-count .card-item {
    width: 48.5%;
  }
}
#referendum .card-display .card-count .card-item.agree {
  color: #ee4d87;
  background-color: rgb(254.4507692308, 249.2492307692, 251.1230769231);
}
#referendum .card-display .card-count .card-item.agree .text {
  color: rgb(246.8923076923, 170.1076923077, 197.7692307692);
}
#referendum .card-display .card-count .card-item.disagree {
  color: #6e6e6e;
  background-color: rgb(250.25, 250.25, 250.25);
}
#referendum .card-display .card-count .card-item.disagree .text {
  color: #a1a1a1;
}
#referendum .card-display .card-count .count {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
}
@media (max-width: 320px) {
  #referendum .card-display .card-count .count {
    font-size: 24px;
  }
}
#referendum .card-display .card-count .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#referendum .card-display .card-count .text i {
  font-size: 24px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-display .card-count .text i {
    font-size: 20px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-display .card-count .text i {
    font-size: 20px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-display .card-count .text i {
    font-size: 20px;
    margin-right: 5px;
  }
}
#referendum .card-display .card-count .text p {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
}
#referendum .card-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-update {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-update {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-update {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#referendum .card-update button.btn-update {
  padding: 12px 32px;
  border-radius: 30px;
  color: #fff;
  background-color: #e8bc4a;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-update button.btn-update {
    margin-right: 0;
    margin-bottom: 8px;
    margin-top: 10px;
    width: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-update button.btn-update {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-update button.btn-update {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
}
#referendum .card-update button.btn-update i {
  font-size: 18px;
  margin-right: 3px;
  display: inline-block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#referendum .card-update button.btn-update span {
  font-size: clamp(16px, 2.2vw, 18px);
  font-weight: 600;
}
#referendum .card-update button.btn-update:hover,
#referendum .card-update button.btn-update:active {
  background-color: #b58917;
}
#referendum .card-update button.btn-update:hover i,
#referendum .card-update button.btn-update:active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-update .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-update .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-update .info {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
#referendum .card-update .info p {
  font-size: clamp(13px, 1.8vw, 15px);
  color: #e8bc4a;
  line-height: 1.3;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-update .info p {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-update .info p {
    margin-bottom: 0px;
  }
}
#referendum .card-note {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#referendum .card-note .note {
  padding: 20px 20px;
  background-color: rgb(251.6413043478, 250.7456521739, 248.0586956522);
  margin: 0 15px 0 0;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-note .note {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-note .note {
    margin: 0;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-note .note {
    margin: 0;
    padding: 15px 15px;
  }
}
#referendum .card-note p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: clamp(13px, 1.8vw, 15px);
}
#referendum .card-note a.btn-referendum {
  border: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 150px;
  height: 160px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-image: url('../images/item-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #referendum .card-note a.btn-referendum {
    height: 184px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #referendum .card-note a.btn-referendum {
    height: 184px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #referendum .card-note a.btn-referendum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #referendum .card-note a.btn-referendum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  #referendum .card-note a.btn-referendum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
}
#referendum .card-note a.btn-referendum::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4c4f54;
  opacity: 0.6;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#referendum .card-note a.btn-referendum:hover span.icon,
#referendum .card-note a.btn-referendum:active span.icon {
  background-position: center -47px;
}
@media only screen and (max-width: 575px) {
  #referendum .card-note a.btn-referendum:hover span.icon,
  #referendum .card-note a.btn-referendum:active span.icon {
    background-position: center -37px;
  }
}
#referendum .card-note a.btn-referendum:hover span,
#referendum .card-note a.btn-referendum:active span {
  color: #e8bc4a;
}
#referendum .card-note a.btn-referendum:hover::before,
#referendum .card-note a.btn-referendum:active::before {
  opacity: 1;
}
#referendum .card-note span.icon {
  width: 47px;
  height: 47px;
  z-index: 1;
  background-image: url('../images/icon/icon-file.svg');
  background-position: center 0px;
  background-size: 47px 94px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 575px) {
  #referendum .card-note span.icon {
    width: 37px;
    height: 37px;
    background-size: 37px 74px;
  }
}
#referendum .card-note span {
  font-size: clamp(16px, 2.3vw, 20px);
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
