/*Add font ================================*/
#tab-comment_rate .form {
  margin-bottom: 10px;
}
#tab-comment_rate .media {
  padding-bottom: 0px;
  margin-bottom: 0px;
  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: 20px;
  font-weight: bold;
  color: #333;
  display: block;
  margin: 7.5px 0;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.none {
  display: none !important;
}

#tab-comment_rate {
  max-width: 100%;
  padding: 0px;
  border-radius: 4px;
  margin: 0;
}
#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;
}
#tab-comment_rate #list_comment .comment {
  padding-right: 0px;
  margin-top: 5px;
}
#tab-comment_rate #list_comment .comment .comment-left {
  width: 60px;
  padding: 0px;
  float: left;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-left {
  width: 40px;
}
#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-form-sub .comment .comment-left img {
  width: 40px;
  height: 40px !important;
}
#tab-comment_rate #list_comment .comment .comment-body {
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 100px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body {
  width: 100%;
  padding-left: 10px;
  min-height: 1px;
}
#tab-comment_rate .text-center {
  text-align: center;
}
#tab-comment_rate .text-center a {
  padding: 10px 0px;
  display: inline-block;
  float: left;
}
#tab-comment_rate #list_comment .comment .comment-body .comment-content {
  border: 0px;
  padding-bottom: 12px;
}
#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-form-sub .comment .comment-body .comment-content {
  border: 0px;
  padding-bottom: 5px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom {
  background: #ffffff;
  border-radius: 0px;
  border-bottom: 1px #e5e5e5 solid;
  padding: 5px 0px 15px;
  display: flex;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .avatar {
  flex: 0 0 45px;
  max-width: 45px;
}
#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 1.2rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #666;
  background: #ddd;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-box {
  flex: 0 0 calc(100% - 45px);
  max-width: calc(100% - 45px);
  padding-left: 25px;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom {
  background: transparent;
  border-radius: 0px;
  border: 0px;
  padding: 5px 0px 10px;
  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 1.2rem/150% "Arial", 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-box {
  flex: 0 0 calc(100% - 65px);
  max-width: calc(100% - 65px);
  padding-left: 25px;
}
#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 .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 .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-form-sub .comment .comment-body .border_bottom .comment-name {
  font-size: 14px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom {
  display: flex;
  flex-wrap: wrap;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-form-sub {
  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 .border_bottom .comment-form-sub .form {
  display: none;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom .like {
  min-width: 95px;
  font-size: 13px;
  color: #288ad9;
  cursor: pointer;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .comment-bottom .like {
  font-size: 12px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom .reply {
  min-width: 95px;
  font-size: 13px;
  color: #288ad9;
  cursor: pointer;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .comment-bottom .reply {
  font-size: 12px;
  display: none;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom .date {
  color: #777777;
  font-size: 13px;
  font-weight: 300;
}
#tab-comment_rate #list_comment .comment-form-sub .comment .comment-body .border_bottom .comment-bottom .date {
  font-size: 12px;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom i {
  color: #999;
}
#tab-comment_rate #list_comment .comment .comment-body .border_bottom .comment-bottom i.ficon-thumbs-up-alt {
  color: #288ad9;
}
#tab-comment_rate #list_comment .div_more {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
#tab-comment_rate #list_comment .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 #list_comment .div_more .btn_loadmore.none {
  display: none !important;
}
#tab-comment_rate #list_comment .comment-form-sub .div_more .btn_loadmore {
  float: left;
  font-size: 12px;
  margin-left: 10px;
}
#tab-comment_rate #list_comment .comment-form-sub .div_more .fr {
  font-size: 12px;
}
#tab-comment_rate .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;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}
#tab-comment_rate .button-submit {
  background: #ed1c24;
  color: #fff;
  height: 38px;
  min-width: 95px;
  border-radius: 4px;
  font-size: 14px;
}
#tab-comment_rate .button-submit:hover {
  background: red;
  color: #fff;
}

/*#tab-comment_rate #list_comment:before{
    content: "";
    background: #fff url('../../images/ajax-loader.gif') center top no-repeat;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}
#tab-comment_rate #list_comment.loaded:before{
    display: none;
}*/
.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;
}

.box_notlogin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  margin: 0 -4px;
}
.box_notlogin > div {
  padding: 0 4px;
}

.boxemotion_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 4px 4px;
  border-top: 0px;
}
.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 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.boxRatingCmt .hrt {
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.boxRatingCmt .tltRt {
  float: left;
  overflow: hidden;
  display: inline-block;
  width: auto;
  margin-right: 15px;
}
.boxRatingCmt .tltRt h3 {
  display: block;
  line-height: 1.3em;
  font-size: 20px;
  color: #333;
}
.boxRatingCmt .toprt {
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.boxRatingCmt .crt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 120px;
  box-sizing: border-box;
}
.boxRatingCmt .crt .lcrt {
  flex: 0 0 100%;
  max-width: 100%;
  border-right: solid 1px #eee;
  padding-top: 31px;
  height: 90%;
  text-align: center;
  box-sizing: border-box;
  margin: 5px 10px 5px 5px;
}
.boxRatingCmt .crt .lcrt b {
  font-size: 40px;
  color: #fd9727;
  line-height: 40px;
}
@media (min-width: 768px) {
  .boxRatingCmt .crt .lcrt {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
.boxRatingCmt .crt .rcrt {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
  border-right: solid 1px #eee;
}
@media (min-width: 768px) {
  .boxRatingCmt .crt .rcrt {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.boxRatingCmt .crt .rcrt .r {
  display: flex;
  align-items: center;
  padding: 1px 20px;
}
.boxRatingCmt .crt .rcrt span.t {
  display: inline-block;
  color: #333;
}
.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: #e9e9e9;
  height: 5px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 5px;
}
.boxRatingCmt .crt .rcrt .bgb .bgb-in {
  background-color: #f25800;
  background-image: linear-gradient(90deg, #ff7d26 0%, #f25800 97%);
  height: 5px;
  border-radius: 5px 0 0 5px;
  max-width: 100%;
}
.boxRatingCmt .crt .rcrt span.c {
  display: inline-block;
  color: #288ad6;
  cursor: pointer;
}
.boxRatingCmt .crt .bcrt {
  flex: 1 1 auto;
  width: auto;
  overflow: hidden;
}
.boxRatingCmt .crt .bcrt a {
  display: block;
  width: 200px;
  padding: 10px;
  color: #fff;
  background-color: #288ad6;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
}
.boxRatingCmt form {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.boxRatingCmt form input {
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 14px;
  color: #999;
  padding: 5px;
  margin: 5px 0;
  height: 28px;
  width: 43%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  color: #333;
}
.boxRatingCmt form .ips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 10px;
}
.boxRatingCmt form .ips span:first-child {
  display: inline-block;
  margin-top: 5px;
  float: left;
  margin-right: 5px;
}
.boxRatingCmt form .lStar {
  cursor: pointer;
  margin-left: 5px;
  display: block;
  float: left;
}

.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;
}/*# sourceMappingURL=shared_comment.css.map */