.publication_file {
  padding: 76px 30px 30px;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  background: url("./images/album_image/mooncake_2023/logo/background_price.png");
}

.publication_file_item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #00358F;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
  border-radius: 50px;
  padding: 5px 30px;
  margin-bottom: 20px;
  color: #00358F;
}

.publication_file_item>img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.text_publication_file {
  font-family: "UTM Times";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #00358F;
}

.icon_phone {
  position: fixed;
  z-index: 19;
  bottom: 90px;
  right: 0;
}

.icon_phone>div>img {
  width: 96px;
}

.icon_phone>div>a>img {
  width: 96px;
}

.icon_phone {
  position: fixed;
  z-index: 19;
  bottom: 90px;
  right: 0;
}

.icon_phone>div>img {
  width: 96px;
}

.icon_phone>div>a>img {
  width: 96px;
}

@media (max-width: 767px) {
  .text_publication_file {
    font-size: 13px;
  }
}

@media (max-width: 475px) {
  .text_publication_file {
    font-size: 12px;
  }
}

.banner_1 {
  background-repeat: no-repeat;
  position: relative;
  padding: 0px;
  margin-bottom: 24px;
  border-radius: 10px;
  height: 215px;
  background-size: 100% 100% !important;
  background: url("./images/ho_so_cong_bo/banner_1.png");
}

.banner_1 .title {
  font-family: 'SFUEurostile';
  font-size: 32px;
  color: #F5E786;
}

.banner_1 .sub_title {
  font-family: 'SFUEurostile';
  font-size: 42px;
  color: #F5E786;
}

.btn_download {
  background: linear-gradient(180deg, #3DADFF 0%, #0052CD 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
  border-radius: 50px;
  padding: 5px 30px;
  margin-bottom: 20px;
  color: #ffffff;
  margin-top: 20px;
}

.btn_download>img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.btn_text_download {
  font-family: "UTM Times";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.p_50 {
  padding: 27px 50px
}

@media (max-width: 1200px) {
  .banner_1 .title {
    font-size: 28px;
  }

  .banner_1 .sub_title {
    font-size: 38px;
  }
}

@media (max-width: 1024px) {
  .banner_1 .title {
    font-size: 22px;
  }

  .banner_1 .sub_title {
    font-size: 22px;
  }
  
  .p_50 {
    padding: 50px 10px 50px 0px;
  }
}

@media (max-width: 765px) {
  .banner_1 {
    background: url("./images/ho_so_cong_bo/banner_mb_1.png");
    height: 190px;
  }
  .banner_1 .title {
    font-size: 16px;
  }

  .banner_1 .sub_title {
    font-size: 16px;
  }

  .btn_download {
    padding: 5px 5px;
    >img {
      width: 12px;
      height: 12px;
      margin-right: 1px;
    }
  }

  .btn_text_download {
    font-size: 8px;
  }

  .p_50 {
    padding: 50px 10px 50px 0px;
  }
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 10px;
  color: red;
}