a.btn-blue:hover {
  color: #fff;
}

img.qr-img {
  max-width: 180px;
}

.faqbox {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, .3);
  z-index: 9999;
  align-items: center;
}

.faqbox>div {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  max-height: 75vh;
  overflow: hidden;
  padding: 30px 60px;
  border-radius: 25px
}

.faqbox>div h4 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.faqbox>div .text,
.faqbox>div .content {
  font-size: 18px;
  height: calc(75vh - 119px);
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.4;
}

.faqbox.show {
  display: flex !important;
}

.faqbox .q-a>div,
.faqbox .item-group {
  display: flex;
}

.faqbox .item-group {
  align-items: center;
}

.faqbox .item-group .feedback-text {
  width: calc(60% - 15px);
}

.faqbox .item-group>img {
  width: 40%;
  margin-right: 15px;
}

.faqbox .item-group + .item-group {
  margin-top: 15px;
}

.faqbox .q-a>div>span:first-child {
  width: 45px;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}

.faqbox .q-a>.title,
.faqbox .item-group>.title {
  align-items: flex-start;
  font-weight: bold;
}

.faqbox .q-a>div>span:nth-child(2) {
  width: calc(100% - 45px);
}

.faqbox>div .close {
  position: absolute;
  top: 35px;
  right: 55px;
  cursor: pointer;
}

.btn.btn-blue {
  background: #0050F0;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  font-weight: bold;
  padding: 12px 30px;
}

.btn.btn-blue:hover {
  background: #F68B1F;
}

.group-box {
  max-width: 225px;
  text-align: center;
}

.group-box .btn.btn-blue {
  font-weight: normal;
}

ul>li>ul {
  list-style-type: disc;
  padding-left: 20px;
}

.logo-fai-fah-volunteer {
  margin-bottom: 60px;
}

.group-btn p + p {
  margin-left: 15px;
}

.faqbox .q-tag {
  position: relative;
  text-align: center;
}
.faqbox .q-tag::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 36px;
  background-image: url(../../images/svg/q_tag_left_1.svg);
  background-size: 100%;
  top: -50px;
  left: 10px;
  opacity: .8;
}
.faqbox .q-tag::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 36px;
  background-image: url(../../images/svg/q_tag_right_1.svg);
  background-size: 100%;
  background-position: bottom;
  bottom: -50px;
  right: 10px;
  opacity: .8;
}
.faqbox .q-tag .name-vol {
  margin-top: 15px;
  font-weight: bold;
  color: #0056FF;
}
@media screen and (max-width:767px) {
  .btn.btn-blue {
    padding: 0 15px;
  }
  .faqbox>div .close {
    top: 15px;
    right: 15px;
  }
  .faqbox>div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .group-btn p + p {
    margin-left: 0;
    margin-top: 15px !important;
  }
  .faqbox .item-group .feedback-text {
    width: 100%;
  }
  .faqbox .item-group>img {
    width: 100%;
    margin-right: 0;
  }
  .faqbox .item-group {
    display: block;
  }
  .faqbox .q-tag {
    padding: 30px 0;
  }
  .faqbox .q-tag::before {
    top: 10px;
    left: 0;
    width: 20px;
    height: 16px;
  }
  .faqbox .q-tag::after {
    bottom: 10px;
    right: 0;
    width: 20px;
    height: 16px;
  }
}