/*Add font ================================*/
#tab-comment_rate .form {
  margin-bottom: 10px;
}
#tab-comment_rate .media {
  padding-bottom: 0;
  margin-bottom: 0;
  padding: 10px 0 0;
  border-radius: 5px;
  position: relative;
  overflow: visible;
}
#tab-comment_rate .media .media-body {
  position: relative;
}
#tab-comment_rate .media .media:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: -14px;
  border: 7px solid;
  border-color: transparent #f6f7f7 #f9f9f9 transparent;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.list_comment_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px #6fb500 solid;
  padding-bottom: 4px;
  margin: 0px 0px 20px 0px;
  color: #333;
  display: inline-block;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.none {
  display: none !important;
}

#tab-comment_rate {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  #tab-comment_rate {
    justify-content: center;
  }
}
#tab-comment_rate .media .input {
  padding: 10px 15px;
  height: 40px;
  font-size: 14px;
  border-radius: 3px;
  display: block;
  border: 1px solid #e2e3e4;
  width: 100%;
  outline: none;
}
#tab-comment_rate .media input.input:-moz-read-only {
  /* For Firefox */
  background-color: #e1e6e9;
}
#tab-comment_rate input.input:-moz-read-only {
  background-color: #e1e6e9;
}
#tab-comment_rate input.input:read-only {
  background-color: #e1e6e9;
}
#tab-comment_rate .media-body {
  width: 10000px;
  max-width: 100%;
}
#tab-comment_rate .media-body .media-title {
  font-size: 20px;
  font-weight: bold;
}
#tab-comment_rate .media .media-body .group-form textarea.input {
  height: 120px;
  max-height: 250px;
  resize: vertical;
  font-family: "Arial";
  outline: none;
  border: 1px solid #e2e3e4;
  border-radius: 4px 4px 0 0;
}
#tab-comment_rate #list_comment {
  position: relative;
  flex: 0 0 100%;
}
@media (min-width: 1440px) {
  #tab-comment_rate #list_comment {
    flex: 0 0 71%;
  }
}
@media (min-width: 1440px) {
  #tab-comment_rate #list_comment .list_comment {
    border-left: 1px solid rgba(36, 34, 34, 0.15);
    padding: 0 0 0 5%;
  }
}
#tab-comment_rate #list_comment .comment {
  display: flex;
  justify-content: space-between;
  padding-right: 0px;
  margin-top: 5px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(36, 34, 34, 0.15);
  padding: 40px 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  #tab-comment_rate #list_comment .comment {
    padding-bottom: 100px;
  }
}
#tab-comment_rate #list_comment .comment:first-child {
  padding-top: 0;
}
#tab-comment_rate #list_comment .comment .comment-left {
  width: 60px;
  padding: 0px;
  float: left;
}
#tab-comment_rate #list_comment .comment .comment-left img {
  width: 60px;
  height: 60px !important;
  display: inline-block;
  border-radius: 50%;
}
#tab-comment_rate #list_comment .comment .comment-body {
  display: inline-block;
  min-height: 100px;
}
@media (min-width: 768px) {
  #tab-comment_rate #list_comment .comment .comment-body {
    width: calc(100% - 250px);
  }
}
#tab-comment_rate #list_comment .comment .comment-body .comment-rate .rated {
  margin-bottom: 1rem;
  display: block;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-rate .rated i {
  font-size: 19px;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-picture .video {
  width: 280px;
  height: 220px;
  background: #3e3e3e;
  margin-bottom: 15px;
  border-radius: 4px;
  position: relative;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-picture .video a {
  display: inline-block;
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 0.7;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  position: absolute;
  font-size: 50px;
  color: #e92a2a;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-picture .video a:hover, #tab-comment_rate #list_comment .comment .comment-body .comment-picture .video a:focus, #tab-comment_rate #list_comment .comment .comment-body .comment-picture .video a:active {
  outline: none;
  box-shadow: none;
  border: none;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom {
  border-radius: 0px;
  display: flex;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .avatar {
  flex: 0 0 65px;
  max-width: 65px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .avatar img {
  border-radius: 50%;
  overflow: hidden;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .avatar div {
  font: 500 18px/150% SFProDisplay-Regular, sans-serif;
  color: #666;
  background: #ddd;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom {
    position: absolute;
    bottom: 1rem;
  }
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom i {
  color: #252525;
  font-weight: 900;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom .feel {
  flex: 0 0 100%;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 21px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom .like, #tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom .dislike {
  min-width: 35px;
  font-size: 14px;
  cursor: pointer;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-name {
  font-weight: bold;
  color: #424242;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 5px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-name > div {
  float: left;
  width: 25px;
  height: 25px;
  background: #ddd;
  margin-right: 7px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-form-sub {
  display: none;
  border-left: 2px solid #dddfe2;
  padding-left: 15px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-form-sub .box_picture {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-box {
  flex: 0 0 calc(100%);
  max-width: calc(100%);
}
#tab-comment_rate #list_comment .comment .comment-body .comment-title {
  color: #1b1b1b;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-content {
  border: 0px;
  padding-bottom: 12px;
  font-size: 16px;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-picture {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-picture .item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  padding: 0px 6px;
  margin-bottom: 15px;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-picture .item img {
  max-width: 100%;
  border-radius: 2px;
}
#tab-comment_rate #list_comment .comment .comment-body .commnet-answer {
  margin-top: 20px;
}
#tab-comment_rate #list_comment .comment .comment-body .commnet-answer .comment-admin {
  font-size: 14px;
  line-height: 17px;
  color: #1b1b1b;
  margin-bottom: 40px;
}
#tab-comment_rate #list_comment .comment .comment-body .commnet-answer .content-answer {
  font-size: 16px;
}
#tab-comment_rate #list_comment .comment .comment-footer .comment-verified {
  color: #252525;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
#tab-comment_rate #list_comment .comment .comment-footer .comment-verified svg {
  margin-left: 1rem;
}
#tab-comment_rate #list_comment .comment .comment-footer .comment-name, #tab-comment_rate #list_comment .comment .comment-footer .comment-day {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #45464D;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body {
  width: 100%;
  padding-left: 10px;
  min-height: 1px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .comment-content {
  border: 0px;
  padding-bottom: 5px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom {
  background: transparent;
  border-radius: 0px;
  border: 0px;
  display: flex;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .avatar {
  flex: 0 0 65px;
  max-width: 65px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .avatar img {
  border-radius: 50%;
  overflow: hidden;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .avatar div {
  font: 500 18px/150% SFProDisplay-Regular, sans-serif;
  color: #666;
  background: #ddd;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .comment-name {
  font-size: 14px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .comment-box {
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 25px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-left {
  width: 40px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-left img {
  width: 40px;
  height: 40px !important;
}
#tab-comment_rate .comment-form-sub .comment .comment-body .border_bottom .comment-bottom .like {
  font-size: 12px;
}
#tab-comment_rate .comment .comment-body .border_bottom .comment-bottom .reply {
  min-width: 95px;
  font-size: 13px;
  color: #288ad9;
  cursor: pointer;
}
#tab-comment_rate .comment-form-sub .comment .comment-body .border_bottom .comment-bottom .reply {
  font-size: 12px;
  display: none;
}
#tab-comment_rate .comment .comment-body .border_bottom .comment-bottom .date {
  color: #777777;
  font-size: 13px;
  font-weight: 300;
}
#tab-comment_rate .comment-form-sub .comment .comment-body .border_bottom .comment-bottom .date {
  font-size: 12px;
}
#tab-comment_rate .div_more {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
#tab-comment_rate .div_more .btn_loadmore {
  color: #FF9500;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
  float: right;
  margin-right: 12px;
}
#tab-comment_rate .div_more .btn_loadmore.none {
  display: none !important;
}
#tab-comment_rate .comment-form-sub .div_more .btn_loadmore {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}
#tab-comment_rate .comment-form-sub .div_more .fr {
  font-size: 12px;
}

.button {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background: #f1f2f2;
  color: #404041;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}

.group-form {
  margin-bottom: 15px;
}

.comment-form-sub .form {
  margin-top: 10px;
  margin-bottom: 0px !important;
  padding-left: 10px;
}
.comment-form-sub .group-form {
  margin-bottom: 0px;
  margin-top: 0px;
}
.comment-form-sub .group-form input {
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 3px;
  display: block;
  border: 1px solid #e2e3e4;
  width: 100%;
  outline: none;
  max-width: 100%;
}
.comment-form-sub .group-form textarea {
  height: 60px;
  max-height: 250px;
  resize: vertical;
  font-family: "Arial";
  outline: none;
  border: 1px solid #e2e3e4;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
}
.comment-form-sub .group-form .button-submit {
  height: 33px;
  font-size: 15px;
}
.comment-form-sub .group-form label.error {
  font-size: 12px;
}

.morecontent span {
  display: none;
}

a.morelink {
  outline: none;
  color: #FF8E00 !important;
  font-size: 13px;
}

a.morelink:hover {
  text-decoration: underline;
}

.boxemotion_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e2e3e4;
  border-radius: 0 0 4px 4px;
  border-top: 0px;
  margin-top: -15px;
  padding: 8px;
}
.boxemotion_bottom input.video {
  display: inline-block;
  min-width: 270px;
  width: auto;
  max-width: 100%;
  border-color: #e2e3e4;
}
@media (min-width: 768px) {
  .boxemotion_bottom input.video {
    margin-left: 10px;
  }
}

#tab-comment_rate .comment-form-sub .button-submit {
  height: 33px;
}

.timeline-item {
  background: #fff;
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 105px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -768px 0;
  }
  100% {
    background-position: 768px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}

.background-masker.header-bottom {
  top: 18px;
  height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
  background: #eeeeee;
}

.background-masker.subheader-right {
  left: 230px;
}

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.background-masker.content-top {
  height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.background-masker.content-second-line {
  top: 68px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  top: 82px;
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}

.timeline-none {
  display: none !important;
}

.button_file input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.boxemotion .button_file {
  position: relative;
  display: inline-block;
  float: left;
  padding: 7px 10px;
  border-radius: 2px;
  border: 1px #e2e3e4 solid;
  height: 34px;
  color: #4a90e2;
  cursor: pointer;
}

.boxemotion .button_file span {
  cursor: pointer;
}

.file_show img {
  max-width: 150px;
  vertical-align: top;
  max-height: 90px;
}

.file_show .item {
  display: inline-block;
  float: left;
  position: relative;
}

.file_show .item + .item {
  margin-left: 8px;
}

.file_show .item a.btn-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  color: red;
  font-size: 18px;
}

.boxRatingCmt {
  padding-top: 2rem;
}
.boxRatingCmt .hrt {
  overflow: hidden;
  margin-bottom: 80px;
}
.boxRatingCmt .tltRt {
  text-align: center;
}
.boxRatingCmt .tltRt h3 {
  font-family: "FF Meta W05 Regular", sans-serif;
  display: block;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 2.98625rem;
  letter-spacing: -0.02986rem;
  color: #333;
}
.boxRatingCmt .tltRt .lcrt > span span {
  margin: 0 3px;
}
.boxRatingCmt .tltRt .bot {
  display: inline-flex;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #242222;
  padding-top: 1.4rem;
}
.boxRatingCmt .tltRt .bot .total_rate {
  border-left: 1px solid #C6C6C6;
}
.boxRatingCmt .tltRt .bot span, .boxRatingCmt .tltRt .bot .total_rate {
  padding: 0 10px;
}
.boxRatingCmt .tltRt .bcrt {
  margin-top: 22px;
  width: auto;
  overflow: hidden;
}
.boxRatingCmt .tltRt .bcrt a {
  display: block;
  font-size: 16px;
  max-width: 251px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  background-color: #1B1B1B;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
}
.boxRatingCmt .toprt {
  padding: 5px 15px;
  margin-bottom: 20px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .boxRatingCmt .toprt {
    max-width: 90%;
  }
}
.boxRatingCmt .crt {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  min-height: 120px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .boxRatingCmt .crt {
    flex: 0 0 69%;
    max-width: 69%;
  }
}
@media (min-width: 1440px) {
  .boxRatingCmt .crt {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
.boxRatingCmt .crt h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.boxRatingCmt .crt .total_rate {
  color: #515151;
}
.boxRatingCmt .crt .rcrt {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
}
@media (min-width: 769px) {
  .boxRatingCmt .crt .rcrt {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.boxRatingCmt .crt .rcrt .average_rate {
  font-family: Roboto-Medium;
  font-size: 18px;
  color: #2f2f2f;
}
.boxRatingCmt .crt .rcrt .r {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.boxRatingCmt .crt .rcrt span.t {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  flex: 0 0 60px;
}
.boxRatingCmt .crt .rcrt span.t i {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  display: inline-block;
}
.boxRatingCmt .crt .rcrt .bgb {
  flex: 1 1 auto;
  width: auto;
  background-color: rgba(9, 9, 9, 0.15);
  height: 2px;
  display: inline-block;
  margin: 0 10px;
}
.boxRatingCmt .crt .rcrt .bgb .bgb-in {
  background-color: #E22D00;
  background-image: linear-gradient(90deg, #E22D00 0%, #E22D00 97%);
  height: 2px;
  max-width: 100%;
}
.boxRatingCmt .crt .rcrt span.c {
  display: inline-block;
  color: #1c1c1c;
  cursor: pointer;
}
.boxRatingCmt .fRatingComment {
  border-top: 1px solid rgba(36, 34, 34, 0.15);
  border-bottom: 1px solid rgba(36, 34, 34, 0.15);
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
  max-width: 90%;
  margin: auto;
  margin-bottom: 35px;
}
.boxRatingCmt .fRatingComment .ips {
  flex: 0 0 32%;
  max-width: 32%;
}
.boxRatingCmt .fRatingComment .ips span {
  color: #1b1b1b;
  font-weight: bold;
  font-size: 38px;
}
.boxRatingCmt .fRatingComment .lStar {
  cursor: pointer;
  display: block;
  float: left;
}
.boxRatingCmt .fRatingComment .group-form {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.boxRatingCmt .fRatingComment .group-form.boxemotion_bottom {
  border: 0;
  margin-top: 15px;
  max-width: 251px;
  background: #252525;
  padding: 0;
  justify-content: center;
  border-radius: 5px;
}
.boxRatingCmt .fRatingComment .group-form.boxemotion_bottom button {
  color: #ffffff;
  line-height: 20px;
  padding: 10px 15px;
  width: 100%;
  background: #252525;
}
.boxRatingCmt .fRatingComment .group-form.top {
  display: flex;
  justify-content: space-between;
}
.boxRatingCmt .fRatingComment .group-form.top #rate {
  width: 100%;
}
.boxRatingCmt .fRatingComment .group-form.top #rate a {
  margin-right: 3px;
  font-size: 24px;
  color: #252525;
}
.boxRatingCmt .fRatingComment .group-form.top label {
  margin: 0;
}
.boxRatingCmt .fRatingComment form {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.boxRatingCmt .fRatingComment form input {
  border: 1px solid rgba(9, 9, 9, 0.15);
  border-radius: 4px;
  font-size: 14px;
  background: transparent;
  color: #999;
  padding: 5px;
  margin: 5px 0;
  display: inline-block;
  width: 100%;
  color: #333;
}
.boxRatingCmt .fRatingComment form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(9, 9, 9, 0.15);
  border-radius: 4px;
}
.boxRatingCmt .fRatingComment .media {
  flex: 0 0 68%;
  max-width: 68%;
}
.boxRatingCmt .fRatingComment .media .col-md-6 {
  padding-right: 4rem;
}

.clr {
  clear: both;
}

.lStar #rate .ficon-star {
  color: #ff9727;
}

.lStar #rate .ficon-star:before {
  margin: 0px 2px;
}

.lStar #rate .ficon-star-empty:before {
  margin: 0px 2px;
  color: #c2c2c2;
}

.lStar #rate a {
  font-size: 22px;
}

.lStar #rate a:hover,
.lStar #rate a:focus,
.lStar #rate a:active {
  outline: none;
  box-shadow: none;
  border: 0px;
}

#tab-qna .list_qna {
  padding: 15px;
}

#box_qna {
  display: none;
  padding: 15px;
}
#box_qna .list_qna {
  max-width: 800px;
}

.list_qna .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0 15px;
}
.list_qna .item .item-count-like {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 15px;
}
.list_qna .item .item-count-like > span {
  text-align: center;
  line-height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.list_qna .item .item-count-like .num {
  font-size: 24px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 3px;
}
.list_qna .item .item-count-like .text {
  font-size: 13px;
  color: #1c1c1c;
  margin-bottom: 0;
}
.list_qna .item .item-content {
  flex: 0 0 90%;
  max-width: 90%;
}
.list_qna .item .item-content .que-content {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.list_qna .item .item-content .ans-content {
  font-size: 14px;
  color: #787878;
  font-weight: 400;
}
.list_qna .item .item-content .comment-bottom .like {
  font-size: 13px;
  font-weight: 300;
  color: #888;
}
.list_qna .item .item-content .comment-bottom .reply {
  font-size: 13px;
  font-weight: 300;
  color: #888;
  padding-left: 15px;
}

.question-answer-form .all {
  font-size: 13px;
  font-weight: 400;
  color: #007ff0;
  padding: 15px;
}
.question-answer-form .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.question-answer-form .form .form_mess {
  flex: 0 0 100%;
  max-width: 100%;
}
.question-answer-form .form input {
  flex: 1 1;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.question-answer-form .form button {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background: #fdd22f;
  display: block;
  width: 154px;
  height: 40px;
  border: 0;
}