.col-right-detail-news {
  background-color: #f2f2f2;
  padding-bottom: 90px;
}
@media screen and (min-width: 1440px) {
  .col-right-detail-news {
    padding-bottom: 4.688vw;
  }
}
@media screen and (max-width: 768px) {
  .col-right-detail-news {
    padding-bottom: 30px;
  }
}
.col-right-detail-news .block_newslist {
  background: #fff;
  padding: 0px 0px 20px;
  margin-bottom: 30px;
}
.col-right-detail-news .news-related {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .col-right-detail-news {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
}
.col-right-detail-news .block_title {
  font-size: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
.col-right-detail-news .block_title h3 {
  font-weight: 450;
}
@media screen and (min-width) {
  .col-right-detail-news .block_title {
    font-size: 2.083vw;
  }
}
.col-right-detail-news .block_title span {
  position: relative;
  display: inline-block;
}
.col-right-detail-news .block_title span:before {
  content: "";
  height: 1px;
  background: var(--main-color);
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  z-index: 2;
}
.col-right-detail-news .block_title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: -15px;
  left: 0px;
  display: none;
}

.not_summary {
  margin-bottom: 60px !important;
}

.news_detail {
  background: #fff;
  border-radius: 4px;
}
.news_detail .bot-content {
  padding: 0px 0px 20px;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .news_detail .bot-content {
    padding: 0px;
  }
}
.news_detail .bot-content .frame_info {
  margin: 36px 0 36px;
}
.news_detail .bot-content .frame_info .datetime {
  width: 15%;
}
@media screen and (min-width: 1440px) {
  .news_detail .bot-content .frame_info {
    margin: 1.875vw 0 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .bot-content .frame_info {
    margin: 20px 0px;
  }
}
.news_detail .name_cate {
  padding: 0px 20px 18px 0px;
  position: relative;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.news_detail .name_cate:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 83px;
  height: 0;
  border-style: solid;
  border-width: 3px 0px 0 0;
  border-color: var(--sub-color) transparent transparent transparent;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_detail .block_strengths {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .news_detail {
    width: 100%;
    float: none;
  }
  .news_detail .name_cate {
    font-size: 20px;
    padding: 0px 20px 8px 0px;
  }
}

@media screen and (max-width: 550px) {
  .pos_news_detail_1 {
    display: none;
  }
}

.news_detail .title {
  color: #000;
  margin-top: 60px;
  font-size: 40px;
  font-weight: 450;
}
@media screen and (min-width: 1440px) {
  .news_detail .title {
    font-size: 2.083vw;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
  }
}

.news_detail .news_time {
  color: #a0a0a0;
  font-size: 17px;
}
@media screen and (max-width: 365px) {
  .news_detail .news_time {
    font-size: 14px;
  }
}

.time_rate_author {
  margin-bottom: 30px;
}

.author-info-top {
  position: relative;
  padding-left: 49px;
  width: calc(100% - 230px);
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .author-info-top {
    width: calc(100% - 205px);
  }
}
@media screen and (max-width: 365px) {
  .author-info-top {
    width: calc(100% - 175px);
  }
}
.author-info-top .author-name {
  position: absolute;
  top: -12px;
  left: 0px;
}
.author-info-top .author-name img {
  width: 40px;
  border-radius: 100%;
}
.author-info-top .author-meta {
  color: #8a8a8a;
}

.time_rate {
  position: relative;
  padding-left: 112px;
  box-sizing: border-box;
  width: 230px;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .time_rate {
    width: 205px;
  }
}
@media screen and (max-width: 365px) {
  .time_rate {
    width: 175px;
    padding-left: 94px;
  }
}
.time_rate .rate {
  position: absolute;
  left: 0px;
  top: -1px;
}
@media screen and (max-width: 365px) {
  .time_rate .rate {
    top: 2px;
  }
  .time_rate .rate i {
    width: 14px;
    height: 14px;
  }
}
.time_rate .share-news {
  width: 50%;
  float: right;
  box-sizing: border-box;
  text-align: right;
}
.time_rate .share-news .hit_share {
  display: inline-block;
}

.related-news .related_content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 48px 0px 0px;
}
@media screen and (max-width: 768px) {
  .related-news .related_content {
    margin: 40px 0px 0px;
  }
}
.related-news .news-item {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 500px) {
  .related-news .news-item {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}
.related-news .news-item img {
  width: 100%;
  transition: all 0.7s ease 0s !important;
  -webkit-transition: all 0.7s ease 0s;
}
.related-news .news-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.related-news .img {
  overflow: hidden;
  position: relative;
  width: calc(50% - 27px);
  float: left;
  margin-right: 27px;
}
@media screen and (max-width: 500px) {
  .related-news .img {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
.related-news .img .time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 10px 16px;
  background: var(--main-color);
}
.related-news .img a {
  display: block;
}
.related-news .news-it-l {
  width: 50%;
  float: right;
}
.related-news .title_related {
  text-align: left;
  margin-bottom: 11px;
}
.related-news .title_related a {
  display: inline-block;
  /* text-transform: uppercase; */
  line-height: 26px;
  /* letter-spacing: 0.2px; */
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .related-news .title_related a {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.related-news .date {
  position: relative;
  margin-bottom: 30px;
}
.related-news .date svg {
  width: 15px;
  height: 15px;
  fill: #3c3c3c;
  position: absolute;
  left: 0px;
}
.related-news .summary-r {
  line-height: 22px;
  text-align: left;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  line-height: 26px;
}
@media screen and (max-width: 500px) {
  .related-news .summary-r {
    display: none;
  }
}
.related-news .view-more {
  position: relative;
  color: var(--main-color);
  padding-left: 29px;
  transition: 0.3s;
  margin-top: 17px;
  display: block;
}
@media only screen and (max-width: 550px) {
  .related-news .view-more {
    margin-top: 5px;
    display: none;
  }
}
.related-news .view-more svg {
  position: absolute;
  fill: var(--main-color);
  width: 20px;
  height: 20px;
  left: 0px;
  top: -1px;
}
.related-news .news-item:hover .view-more {
  transform: translateX(10px);
}

.time_rate font {
  color: var(--sub-color);
  margin-right: 8px;
}

.news_detail .summary {
  line-height: 28px;
  font-size: 16px;
}

.news_detail .description p,
.news_detail .description ul li,
.news_detail .description div,
.description h2,
.description h3 {
  margin-bottom: 12px;
  line-height: 22px;
}

.description h2,
.description h3 {
  line-height: 25px;
}

.news_detail .description {
  word-wrap: break-word;
}
.news_detail .description iframe {
  max-width: 100%;
}
.news_detail .description table {
  width: 100% !important;
  margin-bottom: 15px;
}
.news_detail .description table td {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #ccc;
}
.news_detail .description h1 {
  font-size: 28px;
  font-weight: bold;
}
.news_detail .description h2 {
  font-size: 22px;
  font-weight: bold;
}
.news_detail .description h3 {
  font-size: 18px;
  font-weight: bold;
}
.news_detail .description h1,
.news_detail .description h2,
.news_detail .description h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.news_detail .description ul li {
  margin-left: 20px;
}

.description ul li {
  list-style: initial;
  margin-left: 40px;
}

.news_detail .description img:hover {
  opacity: 0.6;
}

.news_detail .description figcaption {
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}

.news_detail .relate_title {
  color: #222222;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  font-weight: normal;
  margin-top: 20px;
}

.item-related {
  float: left;
  /* margin-right: 15px; */
  width: 25%;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 15px;
}

.related {
  overflow: hidden;
}

.title-item-related {
  margin-top: 13px;
}

.item-related:hover .title-item-related {
  color: #2080CA;
}

.title-item-related > a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

.item-related .img_a {
  text-align: center;
  overflow: hidden;
  display: block;
}

.item-related > a > img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.item-related:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.5;
}

.description img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0px;
  margin: 10px auto;
  display: block;
}

.description iframe {
  max-width: 100%;
  width: 100%;
  border: none;
  height: 450px;
  max-height: 450px;
}

.description a {
  display: contents;
}

.description .inner_detail_content {
  margin-bottom: 25px;
}

.description .inner_detail_content div {
  margin-bottom: 0;
}

.inner_detail_content .products-list-related .product_grid {
  margin-bottom: 20px;
}

.inner_detail_content .products-list-related .product_grid .item {
  width: 25%;
  margin-bottom: 0;
}

.news_tags {
  margin-bottom: 50px;
}

.news_tags h2 {
  display: inline;
  font-size: 12px;
}
.news_tags h2 a {
  color: #2779ff;
}

@media only screen and (max-width: 500px) {
  .inner_detail_content .products-list-related .product_grid .item,
  .item-related {
    width: 50%;
  }
  .related_content .item-related:nth-child(odd),
  .products-list-related .product_grid .item:nth-child(odd),
  .related_content .item-related:nth-child(odd) {
    clear: left;
  }
  .description iframe[src*=youtube] {
    max-width: 100%;
    height: 100%;
    min-height: 300px;
  }
}
.all_toc {
  overflow: hidden;
  border-bottom: 1px solid #adaaaa;
  margin: 0px auto 30px !important;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .all_toc {
    width: 100%;
  }
}
.all_toc #toc-content {
  overflow-y: auto;
  max-height: 380px;
  overflow-x: hidden;
  padding: 30px 0px 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .all_toc #toc-content {
    max-height: 19.792vw;
    padding: 1.563vw 0vw 1.042vw;
  }
}
.all_toc #toc-content::-webkit-scrollbar {
  width: 15px;
}
@media screen and (min-width: 1440px) {
  .all_toc #toc-content::-webkit-scrollbar {
    width: 0.521vw;
  }
}
.all_toc #toc-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.all_toc #toc-content::-webkit-scrollbar-thumb {
  background-color: #adaaaa;
  outline: 1px solid #adaaaa;
}
.all_toc #toc-content a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.all_toc #toc-content a:hover {
  color: var(--extra-color);
}

.height-toc {
  height: 97px;
}
@media only screen and (max-width: 600px) {
  .height-toc {
    height: 58px;
  }
}

.fix-close-toc {
  font-size: 22px !important;
  line-height: 23px !important;
}

.description #toc {
  border: 1px solid #adaaaa;
  /* width: 80%; */
  margin: 60px auto 0px;
  position: relative;
  background: #fdfdfd;
  box-sizing: border-box;
}
.description #toc p,
.description #toc ul li,
.description #toc div,
.description #toc h2,
.description #toc h3 {
  margin-bottom: 0px;
}
.description #toc ol {
  padding-left: 0px;
}
.description #toc ol li {
  list-style: none !important;
}
@media only screen and (max-width: 600px) {
  .description #toc {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    margin: 15px auto 0px;
  }
}
.description #toc #toc-header {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 18px;
  text-transform: uppercase;
  background: #e9e9e9;
  padding: 5px 0px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  border: 1px solid #adaaaa;
}
@media only screen and (max-width: 600px) {
  .description #toc #toc-header {
    position: inherit;
    top: auto;
  }
}
.description #toc ul li {
  list-style: none;
}
.description #toc ul li:after {
  display: none !important;
}
.description #toc ul li a {
  color: #000000;
  font-weight: 600;
}
.description #toc .toc-3 li:after {
  display: block !important;
  background: var(--main-color);
}
.description #toc .toc-3 li a {
  font-weight: 500;
}
.description #toc .toc-3 {
  margin-left: 5px;
}
.description #toc .toc-4 {
  margin-left: 10px;
}
.description #toc .toc-5 {
  margin-left: 15px;
}
.description #toc .toc-6 {
  margin-left: 20px;
}
.description #toc .toc-7 {
  margin-left: 70px;
}

.description br {
  content: " ";
  display: block;
  margin: 10px 0;
}

.avatar-detail {
  margin-bottom: 27px;
}
.avatar-detail img {
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  .avatar-detail {
    margin-bottom: 20px;
  }
}
.avatar-detail img {
  width: 100%;
}

.chat_click_up {
  text-align: center;
  margin-bottom: 20px;
}
.chat_click_up a {
  font-size: 18px;
  padding: 20px;
  color: #fff;
  background: #2b8bd4;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  transition: 0.2s;
  padding-left: 53px;
  cursor: pointer;
  display: inline-block;
}
.chat_click_up a svg {
  position: absolute;
  width: 30px;
  height: 30px;
  fill: #fff;
  left: 15px;
  top: 16px;
}
.chat_click_up a:hover {
  background: var(--main-color);
  color: #fff !important;
}

.related-news .block_title {
  font-size: 16px;
  position: relative;
}
.related-news .block_title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: -15px;
  left: 0px;
}
.related-news .block_title span {
  display: inline-block;
  position: relative;
}
.related-news .block_title span:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background: var(--main-color);
  z-index: 2;
}

.product_related .product_related_list {
  margin-top: 34px;
}
.product_related .item {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 17px;
}
.product_related .item h3 {
  margin-bottom: 10px;
}
.product_related .item .img {
  width: 78px;
  display: block;
  float: left;
}
.product_related .item .it-r {
  width: calc(100% - 95px);
  float: right;
}
.product_related .item .price_current {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #DC0000;
}
.product_related .item .price_old .price_old_s {
  color: #969696;
  font-size: 13px;
  font-weight: normal;
  display: inline-flex;
  text-decoration: line-through;
  margin-top: 2px;
}
.product_related .item .price_old .price_discount {
  color: red;
}

.product_tags {
  margin-bottom: 20px;
}

.author-info {
  margin-bottom: 35px;
}
.author-info .author-avatar {
  margin-bottom: 10px;
}
.author-info .author-avatar img {
  border-radius: 100%;
  width: 70px;
}
.author-info .author-name {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 10px;
  display: block;
}
.author-info .author-des {
  line-height: 22px;
  margin-bottom: 15px;
}

.fix_click_review {
  position: fixed;
  z-index: 2;
  bottom: 10px;
  display: none;
}
@media screen and (max-width: 500px) {
  .fix_click_review {
    bottom: 89px;
  }
}

.click_review {
  margin: 10px 0px;
}
.click_review a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  padding-top: 3px;
  box-sizing: border-box;
}

.box_review .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 5px solid #ff9800;
}
.box_review .item:nth-child(1) {
  border-top: 5px solid #ff9800;
}
.box_review .item:last-child {
  margin-bottom: 10px;
}
.box_review .media-left {
  width: 70px;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-top: 10px;
  border-right: 1px dotted #ccc;
}
.box_review .media-left .badged_small {
  height: 50px;
  width: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #bbdefb;
  margin: auto;
  padding: 6px;
  font-size: 28px;
  background: var(--main-color);
  color: #ffffff;
}
@media screen and (max-width: 550px) {
  .box_review .media-left {
    width: 100%;
    border-right: 0px;
  }
  .box_review .media-left .badged_small {
    box-sizing: border-box;
    font-size: 22px;
  }
  .box_review .media-left .center_cl {
    width: 50px;
    float: left;
    display: block;
  }
}
.box_review .media-body {
  width: calc(100% - 70px);
  padding: 10px 0px 10px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .box_review .media-body {
    width: 100%;
    padding: 10px 0px 10px 0px;
  }
}
.box_review .media-body .title_review {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.box_review .media-body .img_review {
  margin-bottom: 20px;
}
.box_review .media-body .img_review .item_img {
  display: grid;
  position: relative;
  transition: 0.2s;
}
.box_review .media-body .img_review .item_img svg {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box_review .media-body .img_review .item_img:after {
  transition: 0.2s;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3098039216);
  z-index: 2;
  opacity: 0;
}
.box_review .media-body .img_review .item_img:hover svg {
  opacity: 1;
}
.box_review .media-body .img_review .item_img:hover:after {
  opacity: 1;
}
.box_review .media-body .img_review .img_it_rv-l {
  width: calc(100% - 170px);
  float: left;
}
@media screen and (max-width: 700px) {
  .box_review .media-body .img_review .img_it_rv-l {
    width: 100%;
    float: none;
  }
}
.box_review .media-body .img_review .img_it_rv-r {
  width: 160px;
  float: right;
}
.box_review .media-body .img_review .img_it_rv-r .item_img {
  margin-bottom: 10px;
}
.box_review .media-body .img_review .img_it_rv-r .item_img:nth-child(3) {
  margin-bottom: 0px;
}
.box_review .media-body .img_review .img_it_rv-r svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 700px) {
  .box_review .media-body .img_review .img_it_rv-r {
    width: calc(100% + 10px);
    float: none;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 0px;
  }
  .box_review .media-body .img_review .img_it_rv-r .item_img {
    width: calc(33.3333333333% - 10px);
    margin: 0px 5px 0px;
  }
}

.popup_rate_review {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 400px;
  padding: 30px;
  border: 2px solid var(--main-color);
  z-index: 6;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: none;
}
@media screen and (max-width: 500px) {
  .popup_rate_review {
    width: 100%;
    box-sizing: border-box;
  }
}
.popup_rate_review .popup_rate_review_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.popup_rate_review .close_pu {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup_rate_review .close_pu svg {
  width: 18px;
  height: 18px;
  fill: red;
}

.popup_rate_review_star .rate i,
.popup_rate_review_star .ratings_review i {
  width: 25px;
  height: 25px;
  display: inline-flex;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  background-repeat: no-repeat;
}
.popup_rate_review_star .star_on {
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="orange" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
  background-repeat: no-repeat;
}
.popup_rate_review_star .star_off {
  background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
  background-repeat: no-repeat;
}
.popup_rate_review_star .ratings_review {
  text-align: center;
  margin-bottom: 6px;
}
.popup_rate_review_star .ratings_review i {
  cursor: pointer;
}
.popup_rate_review_star .rating_area {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.popup_rate_review_star .rating_bnt_vote {
  text-align: center;
}
.popup_rate_review_star .rating_bnt_vote span {
  background: var(--main-color);
  color: #fff;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.popup_rate_review_star .rating_bnt_vote span:hover {
  background: #ff9800;
}
.popup_rate_review_star .rating_note_vote {
  text-align: center;
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 15px;
}

.review_vode {
  margin-top: 10px;
  width: 66px;
}
.review_vode .review_vote_click {
  background: #ff9800;
  color: #ff9800;
  padding: 5px 2px 5px 34px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
}
.review_vode .review_vote_click:hover {
  background: var(--main-color);
}
.review_vode .review_vote_click svg {
  width: 21px;
  height: 21px;
  fill: #fff;
  left: 9px;
  position: absolute;
  z-index: 2;
  top: 6px;
}
.review_vode .review_vote_click span {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 24px;
}
@media screen and (max-width: 550px) {
  .review_vode {
    width: calc(100% - 56px);
    float: right;
  }
  .review_vode .review_vote_click {
    width: 66px;
    box-sizing: border-box;
    float: left;
  }
}

.review-rating-point {
  margin-top: 10px;
  margin-bottom: 20px;
}
.review-rating-point .review-heading {
  background-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 10px 16px;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.review-rating-point .review-area {
  background-color: #f5f5f5;
}
.review-rating-point .review-features {
  padding: 25px 25px 16px 25px;
  border-bottom: 1px solid #e5e5e5;
}
.review-rating-point .review-features-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.review-rating-point .review-features-item:last-child {
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.review-rating-point .review-features-item .review-txt {
  width: calc(100% - 126px);
  float: left;
  /* text-transform: uppercase; */
  font-weight: bold;
  font-size: 16px;
}
.review-rating-point .review-features-item .review-point {
  width: 116px;
  float: right;
}
.review-rating-point .review-features-item .star-on svg {
  color: #FF9727;
}
.review-rating-point .review-features-item .star-off svg {
  color: #848484;
}
.review-rating-point .review-footer {
  display: flex;
  flex-wrap: wrap;
}
.review-rating-point .review-desc {
  font-size: 14px;
  line-height: 65px;
  padding: 25px;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% - 170px);
  float: left;
  border-right: 1px solid #e5e5e5;
  border-bottom: 0;
  box-sizing: border-box;
}
.review-rating-point .review-desc .review_gift {
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .review-rating-point .review-desc {
    line-height: 69px;
    width: calc(100% - 140px);
  }
}
.review-rating-point .review-desc .aff-btn {
  background-color: #46a546;
  color: #fff;
  line-height: 22px;
  padding: 10px 20px;
  font-weight: 600;
  display: inline-block;
}
.review-rating-point .total-score {
  overflow: hidden;
  padding: 25px;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
}
.review-rating-point .total-score .total {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 80px;
}
.review-rating-point .total-score .total-txt {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .review-rating-point .total-score {
    width: 140px;
  }
  .review-rating-point .total-score .total {
    font-size: 36px;
    line-height: 47px;
  }
}

.author-review {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .author-review {
    margin-top: 0;
    width: 45px;
    float: left;
  }
}
.author-review a {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 550px) {
  .author-review a {
    width: 34px;
    height: 34px;
  }
}
.author-review img {
  border-radius: 50%;
}

.progress {
  display: block;
  padding: 0px 10px 18px;
}
.progress .bar {
  position: relative;
  background-color: #ff9800;
  padding: 10px 0px;
  flex: 1 1 0%;
  border-radius: 15px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  height: 18px;
}
.progress .bar .percent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: var(--main-color);
  z-index: 1;
  color: #fff;
}
.progress .bar .text {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 10px;
}
.progress .bar .content {
  top: 0px;
  left: 0px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  padding: 0px 4px;
}
.progress .bar .content p {
  font-size: 11px;
}

.news_list_body_col_1 {
  margin-bottom: 15px;
  display: flex;
}
.news_list_body_col_1 .item {
  margin: 20px;
}
@media screen and (min-width: 1440px) {
  .news_list_body_col_1 .item {
    margin: 1.042vw;
  }
}
.news_list_body_col_1 .item figure img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.news_list_body_col_1 .item .title {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 1440px) {
  .news_list_body_col_1 .item .title {
    font-size: 1.042vw;
  }
}
.news_list_body_col_1 .frame_info .datetime {
  width: 50%;
}

.products-list-related .product_grid {
  border: none;
}
.products-list-related .product_grid .item {
  border-bottom: 0px;
  width: 100%;
}

.aq_relates {
  margin: 20px 0px;
}
@media screen and (max-width: 550px) {
  .aq_relates {
    margin: 10px 0px;
  }
}
.aq_relates .aq-block-body {
  background: none;
}
.aq_relates .block_title {
  font-size: 16px;
  position: relative;
}
.aq_relates .block_title span {
  position: relative;
  display: inline-block;
}
.aq_relates .block_title span:before {
  content: "";
  height: 1px;
  background: var(--main-color);
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 100%;
  z-index: 2;
}
.aq_relates .block_title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: -15px;
  left: 0px;
}

#related-news .owl-prev {
  position: absolute;
  top: 35%;
  left: -40px;
}
#related-news .owl-next {
  position: absolute;
  top: 35%;
  right: -40px;
}
#related-news .owl-nav svg {
  background-color: var(--main-color);
  border-radius: 50px;
  padding: 10px;
  opacity: 0.6;
}
#related-news .owl-nav:hover svg {
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  .news_detail .bot-content .frame_info .datetime {
    width: 30%;
  }
  .news_detail .bot-content .frame_info .count-view {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .bot-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news_detail .bot-content .frame_info .datetime {
    width: 40%;
  }
}
@media screen and (max-width: 520px) {
  .news_detail .bot-content .frame_info .datetime {
    width: 50%;
  }
}/*# sourceMappingURL=detail.css.map */