.faq_vn {
    margin-bottom: 40px;
}

.faq_vn .item {
    margin-bottom: 0px;
    background: #ffffff;
    border: 1px solid #EEEEEE;
}

.faq_vn .item .heading {
    border-radius: 3px;
    cursor: pointer;
    padding: 20px 54px 20px 20px;
    position: relative;
    font-family: "Fira Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}

.faq_vn .item .heading::before {
    font-family: elementskit !important;
    content: "\e982";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 12px;
    right: 20px;
    color: #D13D73;
    font-size: 20px;
    text-align: center;
    line-height: 39px;
    background-color: #EEEEEE;
    border-radius: 50px;
}

.faq_vn .heading.accord_active::before {
  content: "\e981";
}

.faq_vn .item .content {
    padding: 0px 54px 20px 20px;
    display: none;
}