.page {
  min-height: 300px; }

.pg_page {
  padding: 10px;
  background: #fff;
  border-radius: 10px; }

.page-faq {
  margin-bottom: 20px; }
  .page-faq .product-fpt-with-stick-tab {
    margin-bottom: 25px; }
  .page-faq .faq-title {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700; }
  .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); }

.page-about {
  margin-bottom: 100px; }
  .page-about .row {
    position: relative; }
    .page-about .row:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      height: calc(100% + 50px);
      width: 3px;
      background: var(--hover);
      transform: translate(-50%, 0); }
      @media (max-width: 767px) {
        .page-about .row:before {
          left: 10px; } }
  .page-about .thumb-about {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 991px) {
      .page-about .thumb-about {
        display: block;
        padding-bottom: 20px;
        padding-top: 20px; } }
    .page-about .thumb-about:before {
      content: '';
      position: absolute;
      left: 0px;
      right: 0;
      bottom: 0;
      width: calc(100% + 15px);
      height: 2px;
      background: var(--hover); }
      @media (max-width: 767px) {
        .page-about .thumb-about:before {
          width: 100%; } }
    @media (max-width: 991px) {
      .page-about .thumb-about .text {
        margin-top: 20px; } }
    .page-about .thumb-about .dot {
      width: 15px;
      height: 15px;
      background: var(--mainColor);
      border-radius: 50%;
      position: absolute;
      right: -23px;
      bottom: -6px; }
      @media (max-width: 767px) {
        .page-about .thumb-about .dot {
          left: -11px !important;
          right: auto !important; } }
      .page-about .thumb-about .dot:after {
        content: "";
        border-radius: 100%;
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: transparent;
        animation: pulseSmall2 1.25s linear infinite;
        opacity: 0.4; }

@-webkit-keyframes pulseSmall2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--mainColor); }
  70% {
    -webkit-box-shadow: 0 0 0 6px var(--mainColor); }
  100% {
    -webkit-box-shadow: 0 0 0 0 var(--mainColor); } }
    .page-about .thumb-about.left {
      padding-right: 30px; }
      @media (max-width: 767px) {
        .page-about .thumb-about.left {
          padding-left: 30px; } }
      .page-about .thumb-about.left img {
        order: 2; }
    .page-about .thumb-about.right {
      padding-left: 30px; }
      .page-about .thumb-about.right:before {
        left: -15px; }
      .page-about .thumb-about.right .dot {
        left: -23px;
        right: auto; }
    .page-about .thumb-about img {
      width: 40%;
      border-radius: 5px; }
      @media (max-width: 991px) {
        .page-about .thumb-about img {
          width: auto; } }
    .page-about .thumb-about .text h2 {
      font-weight: bold;
      font-size: 20px;
      color: var(--mainColor); }
    .page-about .thumb-about .text span {
      text-align: justify;
      display: block; }

.page-datlich .form-datlich {
  padding: 10px;
  background: #fff;
  border-radius: 10px; }
