/* Scss Document */
/* Scss Document */
/* @include cubic-transition($delay: 0, $duration: 200ms, $property: (all)); */
.flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.no-flexbox {
  display: inherit; }

/* Scss Document */
/*@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Regular.eot');
    src: url('fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Merriweather-Regular.woff') format('woff'),
        url('fonts/Merriweather-Regular.ttf') format('truetype'),
        url('fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather-Bold.eot');
    src: url('fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Merriweather-Bold.woff') format('woff'),
        url('fonts/Merriweather-Bold.ttf') format('truetype'),
        url('fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }*/
.col-left-forum {
  width: 100%;
  max-width: 240px;
  padding-right: 30px;
  position: sticky;
  position: -webkit-sticky;
  height: 100%;
  top: 70px; }

.col-right-forum {
  width: 100%;
  max-width: 330px;
  padding-left: 30px; }
  .col-right-forum .box-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 70px; }

.col-center-forum {
  width: 100%;
  max-width: calc(100% - 570px); }

.page-gray {
  background: #fafafa; }
  .page-gray .top-header {
    background: #fff; }
    .page-gray .top-header.top-header-folder {
      background: #fafafa; }

.section_folder_forum {
  background: #fafafa;
  padding-top: 20px; }

.input-tv {
  width: 100%;
  padding: 15px 20px 68px 20px;
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
  color: #9f9f9f;
  border-radius: 6px;
  font-size: 16px; }

.you-need-advice {
  border-radius: 6px;
  height: 104px;
  padding: 15px;
  resize: none; }

.box-menuleft-forum ul li {
  margin-bottom: 10px; }
  .box-menuleft-forum ul li .ic {
    width: 12px;
    height: 12px;
    margin-right: 10px; }
  .box-menuleft-forum ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #757575;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 6px 15px;
    border: 1px solid transparent; }
  .box-menuleft-forum ul li.active a {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #b52759; }
  .box-menuleft-forum ul li.active .ic {
    fill: #b52759; }
  .box-menuleft-forum ul li:last-child {
    margin-bottom: 0; }

.box-note-forum {
  border: 1px solid #e5e5e5;
  padding: 15px 15px 5px 15px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 140%; }
  .box-note-forum p {
    margin-bottom: 10px; }
  .box-note-forum .btn_vne {
    width: 100%;
    display: block;
    text-align: center;
    background: #087cce;
    color: #fff; }
    .box-note-forum .btn_vne:hover {
      background: #0366a8;
      color: #fff; }
  .box-note-forum .open-popup-link {
    text-align: left; }

.list-post-forum .item-news {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 20px 20px 0 20px;
  margin-bottom: 15px;
  overflow: hidden; }
  .list-post-forum .item-news .title-news {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px; }
  .list-post-forum .item-news .lead-forum {
    float: none; }
    .list-post-forum .item-news .lead-forum .description {
      margin-bottom: 15px;
      font-size: 16px; }
  .list-post-forum .item-news .thumb-art {
    float: none;
    margin: 0 -20px 0 -20px;
    width: calc(100% + 40px);
    border-radius: 0; }
  .list-post-forum .item-news .article-content {
    margin: 0 -20px 0 -20px;
    width: calc(100% + 40px);
    padding: 20px;
    background: #FAFAFA;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #e5e5e5; }
    .list-post-forum .item-news .article-content .input-tv {
      margin-bottom: 0;
      line-height: 1.4;
      height: 44px;
      display: flex;
      align-items: center;
      padding: 0 12px;
      float: none;
      color: #757575; }
    .list-post-forum .item-news .article-content .show_full_comment {
      display: block;
      width: 100%;
      font-size: 16px;
      color: #757575;
      text-align: center;
      margin-top: 15px;
      font-weight: 400;
      line-height: 1.4; }

.comment_forum,
.info-aupost {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  width: 100%;
  float: none; }
  .comment_forum.no-border,
  .info-aupost.no-border {
    padding-top: 0;
    margin-top: 12px;
    border-top: none; }
  .comment_forum .user_status,
  .info-aupost .user_status {
    position: relative;
    min-width: 36px;
    margin-right: 12px; }
  .comment_forum .avata_coment,
  .info-aupost .avata_coment {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e5e5e5;
    color: #949494 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: arial;
    overflow: hidden;
    border-radius: 50%; }
    .comment_forum .avata_coment img,
    .info-aupost .avata_coment img {
      width: 100%;
      height: 100%; }
  .comment_forum .content-comment,
  .info-aupost .content-comment {
    font-size: 16px;
    line-height: 1.4;
    color: #4F4F4F; }
    .comment_forum .content-comment .txt-name,
    .info-aupost .content-comment .txt-name {
      color: #222;
      font-weight: bold;
      margin-right: 5px; }
      .comment_forum .content-comment .txt-name a,
      .info-aupost .content-comment .txt-name a {
        color: #222; }
  .comment_forum .text-author-post,
  .info-aupost .text-author-post {
    font-size: 16px;
    padding-left: 12px; }
  .comment_forum .you-need-advice,
  .info-aupost .you-need-advice {
    height: 44px;
    padding: 11px;
    font-size: 16px; }
  .comment_forum .show_full_comment,
  .info-aupost .show_full_comment {
    color: #bdbdbd; }
  .comment_forum .icon_emoji,
  .info-aupost .icon_emoji {
    display: inline-block;
    width: 20px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle; }

.box-fillter-forum {
  border: 1px solid #e5e5e5;
  padding: 15px;
  background: #f7f7f7;
  font-size: 15px;
  line-height: 140%;
  position: relative; }
  .box-fillter-forum .title_line {
    font: 400 16px "Merriweather", serif;
    color: #222222;
    margin-bottom: 15px; }
  .box-fillter-forum .cancel-fillter {
    color: #757575;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    .box-fillter-forum .cancel-fillter .ic {
      width: 12px;
      height: 12px;
      margin-right: 5px; }
  .box-fillter-forum .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%; }
    .box-fillter-forum .form-group .text {
      display: block;
      margin-bottom: 8px; }
    .box-fillter-forum .form-group .form-control {
      height: 36px; }
  .box-fillter-forum .search_city {
    position: relative; }
    .box-fillter-forum .search_city .search-input {
      height: 36px;
      font-size: 14px; }
  .box-fillter-forum .btn_vne {
    width: 100%;
    display: block;
    text-align: center;
    background: #e5e5e5;
    color: #222; }
    .box-fillter-forum .btn_vne:hover {
      background: #087cce;
      color: #fff; }

.row-author-post .action-author {
  margin-left: auto; }

.row-author-post {
  margin-bottom: 15px; }

.info-aupost {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  align-items: center; }
  .info-aupost .name-au {
    font-weight: bold; }
  .info-aupost .time {
    font-size: 14px;
    color: #757575;
    display: block;
    margin-top: 5px; }

.action-author {
  position: relative;
  padding: 10px 13px;
  cursor: pointer; }
  .action-author .expand-act {
    width: 250px;
    background: #fff;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 20px;
    right: 7px;
    padding: 10px; }
    .action-author .expand-act .link-act {
      align-items: center;
      font-size: 14px;
      line-height: 16px; }
      .action-author .expand-act .link-act .sub-note {
        font-size: 11px;
        line-height: 13px;
        color: #757575;
        display: block;
        white-space: nowrap;
        margin-top: 3px; }
      .action-author .expand-act .link-act:last-child {
        margin-top: 5px; }
      .action-author .expand-act .link-act .ic {
        fill: #aaa; }
      .action-author .expand-act .link-act.active .ic {
        fill: #4f4f4f; }
    .action-author .expand-act .ic {
      margin-right: 10px; }

.icon-act {
  position: relative;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  display: block; }
  .icon-act:before, .icon-act:after {
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    top: 0;
    content: ""; }
  .icon-act:before {
    left: -6px; }
  .icon-act:after {
    right: -6px; }

.item-tg {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  float: left; }
  .item-tg:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .item-tg .author-yk {
    align-items: center; }
  .item-tg .av-author {
    background: #e5e5e5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font: 700 20px/36px arial;
    color: #fff;
    text-transform: uppercase;
    margin-right: 8px; }
    .item-tg .av-author img {
      width: 36px;
      height: 36px; }
  .item-tg .name-author {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #757575;
    width: calc(100% - 44px); }
    .item-tg .name-author strong {
      font-size: 14px;
      color: #4f4f4f;
      font-weight: 700; }

.row-result-search {
  font-size: 15px; }
  .row-result-search .left-tab-search {
    align-items: center; }
    .row-result-search .left-tab-search .tab-filter-s {
      padding: 0 10px;
      border-right: 1px solid #e5e5e5; }
      .row-result-search .left-tab-search .tab-filter-s.active {
        color: #9f224e; }
      .row-result-search .left-tab-search .tab-filter-s:last-of-type {
        border-right: none; }
  .row-result-search .right-search {
    margin-left: auto; }
  .row-result-search .number-s {
    color: #9f224e; }

/**DETAIL FORUM**/
.page-detail .info-aupost .name-au {
  font-size: 18px; }
.page-detail .info-aupost .time {
  font-size: 14px;
  color: #757575; }

/**End DETAIL FORUM**/
/**GUI BAI VIET**/
.box-note-post {
  background: rgba(247, 247, 247, 0.8);
  padding: 15px;
  margin-bottom: 40px;
  position: relative; }
  .box-note-post:after {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0; }
  .box-note-post p {
    font-size: 16px;
    font-weight: 700; }

.wrap-form-guibaiviet .btn_vne {
  width: 240px;
  text-align: center; }
.wrap-form-guibaiviet .form-contact .input-form .title-input {
  font-size: 16px; }
.wrap-form-guibaiviet .form-contact .row_50 .input-form {
  padding-right: 44px; }
  .wrap-form-guibaiviet .form-contact .row_50 .input-form:last-of-type {
    padding-right: 0;
    padding-left: 44px; }
.wrap-form-guibaiviet .avatar-confirm {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 23px;
  right: -24px; }
  .wrap-form-guibaiviet .avatar-confirm img {
    width: 48px;
    height: 48px;
    border-radius: 50%; }
  .wrap-form-guibaiviet .avatar-confirm .icon-confirm {
    width: 16px;
    height: 16px;
    background: url(images/graphics/Notice.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0; }

/**End GUI BAI VIET**/
.list-note-post li {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 18px;
  margin-top: 5px; }
  .list-note-post li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #222;
    content: "";
    position: absolute;
    top: 7px;
    left: 0; }

.form-contact .input-form .title-input {
  position: relative; }
.form-contact sup {
  color: #f44336;
  position: absolute;
  top: -5px;
  right: -5px; }

.confirm_mess {
  color: #757575; }

/**Q&A KINH DOANH**/
.form-search-qa {
  position: relative; }
  .form-search-qa .btn-search {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: none;
    border: none; }
    .form-search-qa .btn-search svg {
      width: 20px;
      height: 20px; }
  .form-search-qa .input-search {
    padding-right: 50px;
    color: #757575;
    font-size: 16px; }
    .form-search-qa .input-search::-webkit-input-placeholder {
      color: #9f9f9f; }
    .form-search-qa .input-search:-ms-input-placeholder {
      color: #9f9f9f; }
    .form-search-qa .input-search::placeholder {
      color: #9f9f9f; }

.title-qa-page {
  margin-bottom: 12px;
  font: bold 24px/160% "Merriweather", serif; }

.label-cd {
  width: 100%;
  float: left;
  font: bold 18px/160% "Merriweather", serif;
  color: #222; }

.ul-topic li {
  margin: 7px 0;
  padding-left: 13px;
  position: relative;
  width: 100%;
  float: left; }
  .ul-topic li:before {
    width: 5px;
    height: 5px;
    content: "";
    background: #bdbdbd;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0; }
  .ul-topic li a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #626262;
    display: block; }
    .ul-topic li a:hover {
      text-decoration: underline; }
  .ul-topic li.active a {
    color: #0072BB; }

.box-xemnhieunhat-qa .title-box-category .inner-title {
  color: #757575; }
  .box-xemnhieunhat-qa .title-box-category .inner-title::before {
    display: none; }
.box-xemnhieunhat-qa .item-news .title-news {
  font: 400 16px/150% arial; }

.link-guicauhoi {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #076fba;
  border-radius: 3px;
  height: 44px;
  line-height: 44px; }
  .link-guicauhoi .ic {
    fill: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 2px; }

/**End Q&A KINH DOANH**/
/**RESPONSIVE**/
@media (max-width: 1023px) {
  .col-center-forum {
    max-width: calc(100% - 250px); }

  .col-right-forum {
    display: none; }

  .section_folder_qa .col-center-forum {
    max-width: calc(100% - 240px); }
  .section_folder_qa .col-right-forum {
    display: none; } }

/*# sourceMappingURL=forum.css.map */
