.content-page a {
  color: #fff; }
  .content-page a:hover {
    color: var(--hover); }

.page-faq {
  margin-bottom: 20px; }
  .page-faq .product-fpt-with-stick-tab {
    margin-bottom: 25px; }
  .page-faq .faq-title {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700; }
    .page-faq .faq-title:before {
      background: var(--mainColor);
      content: '';
      right: 0;
      left: 0;
      position: absolute;
      bottom: -6px;
      height: 3px;
      display: block;
      z-index: 1;
      width: 40%; }
  .page-faq .faq {
    margin-bottom: 7px; }
    .page-faq .faq h4 {
      color: #000;
      padding: 12px 20px;
      font-size: 18px;
      margin-bottom: 0;
      background: #E3E3E3;
      cursor: pointer;
      border-radius: 5px; }
    .page-faq .faq.active h4 {
      background: var(--mainColor);
      color: #fff;
      border-radius: 5px 5px 0 0; }
    .page-faq .faq .content {
      display: block;
      border: 1px solid #ACACAC;
      padding: 15px 20px;
      border-top: 0;
      border-radius: 0 0 5px 5px; }
      .page-faq .faq .content p {
        margin-bottom: 0;
        font-size: 16px; }
  .page-faq .contact {
    margin-bottom: 20px;
    border-radius: 5px; }
    .page-faq .contact h4 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
      display: inline-block; }
      .page-faq .contact h4:before {
        background: var(--mainColor);
        content: '';
        right: 0;
        left: 0;
        position: absolute;
        bottom: -5px;
        height: 3px;
        display: block;
        z-index: 1;
        width: 40%; }
    .page-faq .contact .content-form {
      display: block;
      margin-bottom: 10px; }
    .page-faq .contact .group_contact {
      border-radius: 0 0 10px 10px; }
      .page-faq .contact .group_contact input, .page-faq .contact .group_contact textarea {
        border: 1px solid #e1e1e1;
        width: 100%;
        margin-bottom: 10px;
        outline: none;
        font-size: 14px;
        border-radius: 8px; }
      .page-faq .contact .group_contact input {
        padding: 5px 20px;
        border: 1px solid #e6e6e6; }
      .page-faq .contact .group_contact textarea {
        padding: 10px 20px;
        height: 77px;
        border: 1px solid #e6e6e6; }
      .page-faq .contact .group_contact .btn-lienhe {
        background: var(--mainColor);
        color: #fff;
        border: initial;
        padding: 0 20px;
        line-height: 35px;
        font-size: 14px;
        border-radius: 8px; }
        .page-faq .contact .group_contact .btn-lienhe:hover {
          background-color: var(--hover); }
