.UIHoiDap{
        margin: 20px 0;
      }
      .UIHoiDap .list-item {
        position: relative;
      }
      .UIHoiDap .Title:has(.title-bottom)::after {
        position: absolute;
        width: 90px;
        height: 2px;
        background-color: #ce1126;
        content: "";
        top: 50%;
      }
      .UIHoiDap .list-item .title-top {
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_24px;
        font-family: "Merriweather";
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: var(--color-blue);
      }
      .UIHoiDap .list-item .title-bottom {
        font-family: "Roboto";
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        color: #3d4043;
      }
      .UIHoiDap .list-item {
        /* margin-top: 372px; */
        /* max-width: 839px; */
      }
      
      .UIHoiDap .list-item .item {
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 4px;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      }
      .UIHoiDap .list-item  .item .item-category {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        position: relative;
      }
      .UIHoiDap .list-item .item .item-category:after {
        width: 800px;
        height: 1px;
        left: 10px;
        bottom: 0;
        background: #dadce0;
        content: "";
        position: absolute;
      }
      .UIHoiDap .list-item .item .item-category .category-name {
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
        font-family: "Merriweather";
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #000000;
      }
      .UIHoiDap .list-item .item .item-category a[id*="btnViewAllCategory"] {
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: right;
        color: #1259a0;
        width: 136px;
        height: 40px;
        padding: 8px 20px;
        border-radius: 4px;
        border: 1px solid #719bc6;
        position: relative;
      }
      .UIHoiDap .list-item .item .item-category a[id*="btnViewAllCategory"]:before {
        background: url(images/paper.png) no-repeat left;
        width: 20px;
        height: 20px;
        content: "";
        display: inline-block;
        position: absolute;
        left: 20px;
      }
      .UIHoiDap .list-item .item .item-content {
        padding: 20px;
        display: flex;
        gap: 20px;
      }
      .UIHoiDap .list-item .item .item-content .content-left .avatar {
        width: 64px;
        background: url(images/Avatar.png) no-repeat center;
        height: 64px;
      }
      .UIHoiDap .list-item .item .item-content .content-right {
        width: calc(100% - 10px - 64px);
      }
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-title {
        //styleName: Mic Style weband Mobile_Hiep/Merriweather_18px;
        font-family: "Merriweather";
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: #1259a0;
        margin-bottom: 10px;
      }
      
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-questioner,
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-date {
        font-family: Arial;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #606368;
        display: inline;
      }
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-questioner:after {
        content: " - ";
      }
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-question {
        margin-top: 20px;
      }
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-question,
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-question span {
        font-family: "Roboto" !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 28px !important;
        text-align: left !important;
        color: #212529 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
      }
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-viewdetail {
        margin: 20px 0;
        border-bottom: 1px solid #f1f3f4;
        height: 60px;
      }
      
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-viewdetail a {
        width: 139px;
        padding: 10px 20px;
        gap: 6px;
        border-radius: 4px;
        opacity: 0px;
        background: #1259a0;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 700;
        line-height: 16.41px;
        text-align: left;
        color: #ffffff;
      }
      
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-viewdetail a:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f178";
        padding-left: 5px;
      }
      .UIHoiDap .list-item .item .item-content .content-right .other-question {
        height: 122px;
      }
      .UIHoiDap
        .list-item
        .item
        .item-content
        .content-right
        .other-question
        .other-question-title {
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        color: #606368;
        margin-bottom: 20px;
      }
      .UIHoiDap .list-item .item .item-content .content-right .other-question a {
        font-family: "Merriweather";
        font-size: 14px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #212529;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
      }
      .UIHoiDap .list-item .item .item-content .content-right .other-question a:before {
        content:"\A";
        width:5px;
        height:5px;
        border-radius:50%;
        background: #212529;
        display:inline-block;
        margin-right: 10px;
        margin-bottom: 2px;
      }
      .UIHoiDap .list-item .view-more{
        width: 100%;
      }
      .UIHoiDap .list-item .view-more #BtnViewMore{
        width: 100%;
        border: 1px solid #EEEEEE;
        background: #F9F9F9;
      height: Hug (38px)px;
      padding: 7px 0;
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      color: #7D92AE;
      
      }
      @media only screen and (max-width: 768px) {
        .UIHoiDap {
          padding: 0 16px;
          max-width: 100vw;
          margin: 0 auto;
        }
        .UIHoiDap .list-item .item {
          position: relative;
          padding: 16px;
          /* min-height: 350px; */
        }
              .UIHoiDap .list-item  .item .item-category {
                flex-wrap: wrap;
                gap: 10px
              }
        .UIHoiDap .list-item .item .item-category .category-name span{
          display: block;
          width: 100%;
          font-family: Merriweather;
          font-size: 16px;
          font-weight: 700;
          line-height: 26px;
          text-align: left;
          max-height: 78px;
          overflow: hidden;
        }
        .UIHoiDap .list-item .item .item-category:after {
          width: calc(100%);
          height: 1px;
          left: 0px;
          background: #dadce0;
          content: "";
          position: absolute;
          }
         .UIHoiDap .list-item .item .item-category a[id*="btnViewAllCategory"] {
         width: 100%;
         text-align: center;
         }
         .UIHoiDap .list-item .item .item-category a[id*="btnViewAllCategory"]:before {
        position: absolute;
        left: 30%;
      }
         .UIHoiDap .list-item .item .item-content {
             flex-wrap: wrap;
             position: relative;
         }
        .UIHoiDap .list-item .item .item-content .content-right {
          width: 100%;
        }
        .UIHoiDap .list-item .item .item-content .content-left{
          display: none;
        }
        .UIHoiDap .list-item .item .item-content .content-left .avatar {
          height: 24px;
          width: 24px;
          background-size: contain;
        }
        .UIHoiDap .list-item .item .item-content .content-right .hoidap-title {
            font-size: 16px;
            line-height: 26px;
            overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2;
          -webkit-box-orient: vertical;
          max-height: 52px;
        }
        .UIHoiDap .list-item .item .item-content .content-right .hoidap-question,
      .UIHoiDap .list-item .item .item-content .content-right .hoidap-question span{
          font-size: 16px !important;
          line-height: 23px !important;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;

      }
        
      }
      