.title-new {
  padding: 30px 0px 20px;
  margin: 0px auto; }
  @media screen and (max-width: 736px) {
    .title-new {
      padding: 20px 0px 20px; } }
  .title-new a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    z-index: 1; }
    .title-new a:before {
      display: block;
      width: 16px;
      height: 16px;
      content: "";
      background: url('data:image/svg+xml;utf8,<svg width="16px" height="16px" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="48" height="48" fill="white" fill-opacity="0.01"/><path d="M31 36L19 24L31 12" stroke="black" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-repeat: no-repeat;
      position: absolute;
      top: 1px; }

.news_detail {
  margin: 0px auto;
  position: relative; }
  .news_detail .banners-default .item .slide-content {
    display: none; }
  .news_detail img {
    width: 100%;
    height: auto;
    object-fit: cover; }
    @media screen and (max-width: 550px) {
      .news_detail img {
        height: 250px; } }

@media only screen and (max-width: 1024px) {
  .news_home {
    margin-top: 0px; } }

.col-right-detail-news {
  width: 100%; }
  .col-right-detail-news .block_newslist {
    background: #fff;
    padding: 0px 0px 20px;
    margin-bottom: 30px; }
  .col-right-detail-news .product_related {
    background: #fff;
    padding: 18px; }
  @media screen and (max-width: 768px) {
    .col-right-detail-news {
      width: 100%;
      float: none; } }
  .col-right-detail-news .block_title {
    font-size: 38px;
    font-family: "Saira-Medium";
    text-align: center;
    padding: 30px 0px 50px; }
    @media screen and (max-width: 768px) {
      .col-right-detail-news .block_title {
        font-size: 36px; } }
    @media screen and (max-width: 540px) {
      .col-right-detail-news .block_title {
        font-size: 28px;
        padding: 30px 0px 30px; } }
    .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 .bot_content_top {
  top: 0px !important; }
.news_detail .bot-content {
  margin-bottom: -45px;
  position: relative;
  border-radius: 4px;
  width: 80%;
  margin: -70px auto 0px;
  padding: 0px 0px 20px; }
  @media screen and (max-width: 990px) {
    .news_detail .bot-content {
      width: 100%; } }
  @media screen and (max-width: 540px) {
    .news_detail .bot-content {
      top: 0px; } }
  .news_detail .bot-content strong em {
    font-weight: bold !important; }
    .news_detail .bot-content strong em a {
      font-weight: bold !important; }
  .news_detail .bot-content em {
    display: block !important;
    color: black !important;
    font-size: 15px !important;
    line-height: 18px !important;
    font-style: italic !important;
    white-space: unset !important;
    font-weight: 500 !important; }
    .news_detail .bot-content em a {
      display: inline-block !important;
      color: var(--main-color) !important;
      font-size: 15px !important;
      line-height: 18px !important;
      font-style: italic !important;
      white-space: unset !important;
      font-weight: 500 !important; }
  .news_detail .bot-content .title_news {
    margin: 0px auto;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    @media screen and (max-width: 990px) {
      .news_detail .bot-content .title_news {
        width: 90%; } }
    @media screen and (max-width: 736px) {
      .news_detail .bot-content .title_news {
        width: 80%; } }
    @media screen and (max-width: 540px) {
      .news_detail .bot-content .title_news {
        width: 100%; } }
    .news_detail .bot-content .title_news .breadcrumbs {
      margin: 0px 0px;
      text-align: center;
      padding: 50px 0px 20px; }
      @media screen and (max-width: 736px) {
        .news_detail .bot-content .title_news .breadcrumbs {
          padding: 15px 0px 15px; } }
    .news_detail .bot-content .title_news .share_news {
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 540px) {
        .news_detail .bot-content .title_news .share_news {
          margin-bottom: 0px; } }
    .news_detail .bot-content .title_news .block_title {
      padding: 10px 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 .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .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; } }

.news-bot {
  background-color: #f8f8f8;
  margin-bottom: -100px; }
  .news-bot .bottom_news .block_title {
    text-align: center;
    padding: 60px 0px 30px;
    font-weight: normal; }
    @media screen and (max-width: 990px) {
      .news-bot .bottom_news .block_title {
        padding: 30px 0px 0px;
        margin-bottom: 30px; } }
  .news-bot .tab_content_right .comments {
    padding-bottom: 90px; }
  .news-bot .tab_content_right .title-comment {
    font-size: 28px;
    font-weight: 550;
    border-bottom: 2px solid var(--main-color);
    padding: 40px 0px 5px; }
    @media screen and (max-width: 540px) {
      .news-bot .tab_content_right .title-comment {
        font-size: 24px;
        padding: 15px 0px 5px; } }

@media screen and (max-width: 550px) {
  .pos_news_detail_1 {
    display: none; } }

.news_detail .title {
  font-size: 42px;
  color: var(--black-color);
  font-family: "Saira-Medium";
  width: 66%;
  line-height: 46px;
  text-align: center;
  margin: 0px auto;
  background-color: white; }
  @media screen and (max-width: 736px) {
    .news_detail .title {
      font-size: 36px;
      width: 90%;
      line-height: 40px; } }
  @media screen and (max-width: 540px) {
    .news_detail .title {
      font-size: 24px;
      line-height: 26px;
      width: 100%; } }

.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 .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 figure {
  width: 100%  !important;
  height: auto; }

.description img {
  width: 100%;
  height: auto !important;
  margin: 10px 0px;
  margin: 10px auto;
  display: block; }

.description iframe {
  width: 100%;
  width: 100%;
  border: none;
  height: auto; }

.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;
  width: 70%; }
  @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: 15px 0px 15px;
    margin-bottom: 0; }
    .all_toc #toc-content::-webkit-scrollbar {
      width: 15px; }
    .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(--main-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;
  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;
    margin-bottom: 4px; }
  @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 {
    font-size: 18px;
    text-transform: uppercase;
    background: #e9e9e9;
    padding: 5px 0px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    border-bottom: 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: 35px auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%; }
  @media screen and (max-width: 768px) {
    .author-info {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .author-info {
      margin: 20px auto 0px; } }
  .author-info .author-meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .author-info .author_des {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding: 0px 25px;
    line-height: 20px; }
    @media screen and (max-width: 768px) {
      .author-info .author_des {
        display: none; } }
    .author-info .author_des::before {
      content: ',,';
      color: var(--main-color);
      font-size: 50px;
      position: absolute;
      top: 8px;
      left: 0px;
      font-weight: bold;
      transform: rotate(180deg);
      letter-spacing: -5px;
      font-style: normal;
      font-family: sans-serif; }
  .author-info .author-avatar {
    float: left;
    margin-bottom: 10px;
    width: 100px; }
    @media screen and (max-width: 550px) {
      .author-info .author-avatar {
        width: 80px; } }
    .author-info .author-avatar img {
      border-radius: 100%;
      width: 100px;
      height: auto; }
  .author-info .author-box {
    width: calc(100% - 120px); }
    @media screen and (max-width: 550px) {
      .author-info .author-box {
        width: calc(100% - 90px); } }
    .author-info .author-box .author-name {
      display: block;
      font-weight: 550;
      color: var(--main-color);
      font-size: 20px;
      margin-bottom: 15px; }
      @media screen and (max-width: 550px) {
        .author-info .author-box .author-name {
          font-size: 16px;
          margin-bottom: 7px; } }
  .author-info .author-social .social {
    display: block; }
    @media screen and (max-width: 550px) {
      .author-info .author-social .social {
        overflow-x: auto;
        white-space: nowrap; } }
    .author-info .author-social .social .facebook {
      display: inline-block;
      padding: 6px 10px 5px;
      background-color: white;
      border-radius: 50px;
      border: 1px solid #295396;
      margin-right: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 550px) {
        .author-info .author-social .social .facebook {
          padding: 3px 10px 5px;
          margin-right: 5px;
          margin-bottom: 5px; } }
      .author-info .author-social .social .facebook a {
        color: #295396;
        font-size: 15px; }
      .author-info .author-social .social .facebook:hover {
        background-color: #295396; }
        .author-info .author-social .social .facebook:hover a {
          color: white; }
    .author-info .author-social .social .instagram {
      display: inline-block;
      padding: 6px 10px 5px;
      background-color: white;
      border-radius: 50px;
      border: 1px solid #C21975;
      margin-right: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 550px) {
        .author-info .author-social .social .instagram {
          padding: 3px 10px 5px;
          margin-right: 5px;
          margin-bottom: 5px; } }
      .author-info .author-social .social .instagram a {
        color: #C21975;
        font-size: 15px; }
      .author-info .author-social .social .instagram:hover {
        background-color: #C21975; }
        .author-info .author-social .social .instagram:hover a {
          color: white; }
    .author-info .author-social .social .youtube {
      display: inline-block;
      padding: 6px 10px 5px;
      background-color: white;
      border-radius: 50px;
      border: 1px solid red;
      margin-right: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 550px) {
        .author-info .author-social .social .youtube {
          padding: 3px 10px 5px;
          margin-right: 5px;
          margin-bottom: 5px; } }
      .author-info .author-social .social .youtube a {
        color: red;
        font-size: 15px; }
      .author-info .author-social .social .youtube:hover {
        background-color: red; }
        .author-info .author-social .social .youtube:hover a {
          color: white; }
    .author-info .author-social .social .twitter {
      display: inline-block;
      padding: 6px 10px 5px;
      background-color: white;
      border-radius: 50px;
      border: 1px solid #1d9bf0;
      margin-right: 10px;
      margin-bottom: 10px; }
      @media screen and (max-width: 550px) {
        .author-info .author-social .social .twitter {
          padding: 3px 10px 5px;
          margin-right: 5px;
          margin-bottom: 5px; } }
      .author-info .author-social .social .twitter a {
        color: #1d9bf0;
        font-size: 15px; }
      .author-info .author-social .social .twitter:hover {
        background-color: #1d9bf0; }
        .author-info .author-social .social .twitter:hover a {
          color: white; }
  .author-info .author-des {
    line-height: 22px;
    font-size: 16px;
    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%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -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: #0000004f;
        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(100% / 3 - 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;
      -webkit-box-align: center;
      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 {
  width: calc(80% + 10px);
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 450px) {
    .news_list_body_col_1 {
      overflow-y: hidden;
      display: block;
      width: 100%;
      overflow-x: auto; }
      .news_list_body_col_1 .newlist {
        width: 900px; } }
  .news_list_body_col_1 .item figure {
    width: 100px;
    float: left; }
    .news_list_body_col_1 .item figure img {
      border-radius: 5px; }
  .news_list_body_col_1 .item .title {
    width: calc(100% - 110px);
    float: right;
    font-size: 15px;
    display: block; }
  .news_list_body_col_1 .item:nth-child(1) figure {
    width: 100%; }
    .news_list_body_col_1 .item:nth-child(1) figure img {
      border-radius: 5px; }
  .news_list_body_col_1 .item:nth-child(1) .title {
    width: 100%;
    float: none;
    font-weight: bold;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block; }

.products-list-related .product_grid {
  border: none;
  width: calc(100% + 20px);
  margin: 0px -10px; }
  .products-list-related .product_grid .item {
    float: left;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: calc( 100%/4 - 20px);
    margin: 0px 10px;
    margin-bottom: 18px; }
    @media screen and (max-width: 540px) {
      .products-list-related .product_grid .item {
        width: calc(100%/2 - 20px);
        margin: 0px 10px; } }

.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; }

.news-item {
  width: calc(100% / 3 - 10px);
  float: left;
  margin: 0px 5px;
  box-sizing: border-box;
  transition: 0.2s; }
  @media screen and (max-width: 1200px) {
    .news-item {
      width: calc(100% / 3 - 10px);
      margin: 0px 5px; } }
  .news-item .title {
    color: var(--main-color); }
  .news-item img {
    min-height: 185px;
    width: 100%; }
    @media all and (max-width: 420px) {
      .news-item img {
        min-height: 128px; } }

.content-item {
  padding: 5px 30px 20px 0px;
  position: relative; }
  .content-item .cat {
    margin-bottom: 15px;
    text-align: center; }
    .content-item .cat a {
      font-family: "Saira-Medium";
      font-size: 20px;
      color: var(--main-color); }
  .content-item .button {
    text-align: center; }
    .content-item .button:hover a {
      color: var(--main-color); }
      .content-item .button:hover a:after {
        border-bottom: 1px solid var(--main-color); }
    .content-item .button a {
      font-size: 15px;
      color: var(--black-color);
      position: relative;
      font-weight: 500; }
      .content-item .button a:after {
        content: "";
        display: block;
        border-bottom: 1px solid #bfbfbf;
        position: absolute;
        width: 80px;
        top: 20px;
        transform: translate(-50%, -50%);
        left: 50%; }

.img {
  position: relative; }
  .img .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 10px 16px;
    background: var(--main-color); }

.title {
  margin-bottom: 15px; }
  .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500; }

.summary {
  margin: 30px 0px 30px;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .summary {
      margin: 20px 0px 0px; } }

.date-create {
  position: absolute;
  top: -20px; }
  .date-create .date {
    display: inline-block;
    color: #fff;
    background: #fcb51dde;
    padding: 8px 20px; }

.title_news .hit_share {
  height: 20px;
  margin: 20px auto 0px;
  display: block;
  width: 200px; }
  .title_news .hit_share .fb_iframe_widget {
    display: inline-block;
    position: relative;
    /* margin-top: 10px; */
    height: 20px;
    width: 80px;
    float: left; }
  .title_news .hit_share .fb-like {
    margin-right: 10px;
    margin-left: 10px; }
    @media screen and (max-width: 600px) {
      .title_news .hit_share .fb-like {
        margin-left: 0px; } }

/*# sourceMappingURL=detail.css.map */
