@charset "UTF-8";
.star-rating {
  position: relative;
  text-align: right; }

.star-rating .danh_gia {
  position: absolute;
  right: 135px;
  font-size: 14px; }

.star-rating .code {
  position: absolute;
  top: 10px;
  left: 205px;
  font-size: 14px; }

.star-rating .code span {
  color: gray;
  /*font-weight: bold;*/ }

.star-rating > fieldset {
  font-family: 'FontAwesome';
  border: none;
  display: inline-block;
  padding-left: 0px; }

.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0); }

.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 25px;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 26px;
  color: #9d9c99;
  padding-left: 0px; }

.star-rating .vote_star:hover {
  display: none; }

.star-rating .vote_star:hover fieldset {
  visibility: visible; }

.star-rating > fieldset:not(:checked) > label:before {
  content: "★  "; }

.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: #fa6400;
  text-shadow: 0 0 3px #fa6400; }

.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: "★  ";
  color: #fa6400; }

.star-rating > fieldset > input:checked ~ label {
  content: "★  ";
  color: #fa6400; }

.star-rating > fieldset > label:active {
  position: relative;
  top: 2px; }

.paginate {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 30px 0; }
  .paginate .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem; }
    .paginate .pagination li {
      list-style-type: none; }
      .paginate .pagination li .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #3e3e3e;
        background-color: #fff;
        border: 1px solid #ececec; }
    .paginate .pagination .active .page-link {
      background: #ececec; }

.news_title {
  margin-top: 10px;
  margin-bottom: 15px; }
  .news_title p {
    font-size: 18px;
    font-weight: 700; }

.news_detail_title {
  margin-bottom: 15px; }
  .news_detail_title p {
    font-size: 20px;
    font-weight: 700; }

#news_cate .news_cate {
  line-height: 20px;
  margin-bottom: 15px; }
  #news_cate .news_cate .news_name {
    width: 100px;
    box-sizing: border-box; }
    #news_cate .news_cate .news_name p {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700; }
  #news_cate .news_cate .list_cate {
    box-sizing: border-box;
    width: calc(100% - 100px); }
    #news_cate .news_cate .list_cate li {
      display: inline-block;
      border-left: 1px solid #ccc; }
      #news_cate .news_cate .list_cate li a {
        padding: 20px;
        color: #288ad8; }
    #news_cate .news_cate .list_cate li:first-child {
      border-left: none !important; }

#news {
  margin-bottom: 25px; }
  #news .news__content {
    width: calc(100% - 395px);
    padding: 15px;
    background: #fff;
    margin-right: 15px;
    box-sizing: border-box;
    /*Trang danh mục*/ }
    #news .news__content__hot {
      margin-bottom: 10px; }
      #news .news__content__hot .newshot_item {
        width: 40%;
        float: left;
        padding-bottom: 15px;
        box-sizing: border-box; }
        #news .news__content__hot .newshot_item .image {
          width: 40%;
          display: flex;
          flex-wrap: wrap;
          box-sizing: border-box;
          height: 72px;
          overflow: hidden;
          position: relative; }
          #news .news__content__hot .newshot_item .image img {
            width: 100%;
            height: 100%;
            margin: auto;
            display: block;
            object-fit: cover;
            transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s; }
        #news .news__content__hot .newshot_item .info {
          padding-left: 10px;
          width: 60%;
          line-height: 1.8em;
          box-sizing: border-box; }
          #news .news__content__hot .newshot_item .info h3 {
            font-weight: 100; }
          #news .news__content__hot .newshot_item .info .info__more {
            display: none; }
            #news .news__content__hot .newshot_item .info .info__more span {
              color: #737373;
              padding-right: 10px; }
              #news .news__content__hot .newshot_item .info .info__more span i {
                padding-right: 5px;
                color: #737373; }
            #news .news__content__hot .newshot_item .info .info__more .support a {
              color: #288ad8; }
      #news .news__content__hot .newshot_item:first-child {
        width: 60% !important;
        padding-right: 10px;
        padding-bottom: 0 !important;
        box-sizing: border-box; }
        #news .news__content__hot .newshot_item:first-child .image {
          width: 100% !important;
          margin-bottom: 10px;
          box-sizing: border-box;
          height: 265px;
          overflow: hidden; }
          #news .news__content__hot .newshot_item:first-child .image img {
            object-fit: cover;
            display: block;
            margin: 0 auto;
            transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s; }
        #news .news__content__hot .newshot_item:first-child .info {
          width: 100% !important;
          box-sizing: border-box; }
          #news .news__content__hot .newshot_item:first-child .info h3 {
            font-weight: 700; }
          #news .news__content__hot .newshot_item:first-child .info .info__more {
            display: block !important; }
      #news .news__content__hot .newshot_item:hover .image img {
        width: 110%; }
      #news .news__content__hot .newshot_item:hover .info h3 {
        color: #288ad8; }
    #news .news__content__main {
      margin-top: 10px; }
      #news .news__content__main .newsmain_item {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #f2f2f2;
        padding-top: 15px;
        padding-bottom: 15px; }
        #news .news__content__main .newsmain_item .image {
          width: 35%;
          height: 180px;
          float: left;
          box-sizing: border-box;
          overflow: hidden;
          text-align: center; }
          #news .news__content__main .newsmain_item .image img {
            width: 100%;
            height: 100%;
            max-width: 110%;
            max-height: 110%;
            display: block;
            object-fit: cover;
            margin: 0 auto;
            transition: all ease-in-out 0.5s;
            -moz-transition: all ease-in-out 0.5s;
            -webkit-transition: all ease-in-out 0.5s;
            -o-transition: all ease-in-out 0.5s; }
        #news .news__content__main .newsmain_item .info {
          width: 65%;
          line-height: 1.8em;
          float: right;
          padding-left: 10px;
          box-sizing: border-box; }
          #news .news__content__main .newsmain_item .info .info__more span {
            color: #737373;
            padding-right: 20px; }
            #news .news__content__main .newsmain_item .info .info__more span i {
              padding-right: 10px;
              color: #737373; }
          #news .news__content__main .newsmain_item .info .info__more .support a {
            color: #288ad8; }
          #news .news__content__main .newsmain_item .info .view_more {
            margin-top: 10px; }
            #news .news__content__main .newsmain_item .info .view_more a {
              color: #288ad8; }
      #news .news__content__main .newsmain_item:hover .image img {
        width: 110%; }
      #news .news__content__main .newsmain_item:hover .info h3 {
        color: #288ad8; }
    #news .news__content .news_detail__name {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 15px; }
    #news .news__content .news_detail__other {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      #news .news__content .news_detail__other .icon {
        margin-bottom: 10px; }
        #news .news__content .news_detail__other .icon span {
          color: #737373;
          padding-right: 10px; }
          #news .news__content .news_detail__other .icon span i {
            padding-right: 5px;
            color: #737373; }
        #news .news__content .news_detail__other .icon .date {
          color: #288ad8; }
        #news .news__content .news_detail__other .icon .support a {
          color: #288ad8; }
    #news .news__content .view_star {
      clear: both;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 100%;
      line-height: 40px;
      height: 40px;
      position: relative; }
      #news .news__content .view_star .item {
        position: absolute;
        right: 0;
        top: 0; }
        #news .news__content .view_star .item p {
          color: #3e3e3e;
          padding-right: 10px; }
        #news .news__content .view_star .item li {
          float: left;
          padding: 0 2px; }
          #news .news__content .view_star .item li i {
            color: #fa6400; }
  #news .news__bar {
    width: 380px;
    box-sizing: border-box; }
    #news .news__bar__adv {
      margin-bottom: 30px; }
      #news .news__bar__adv .image_adv {
        width: 100%;
        margin-bottom: 10px; }
        #news .news__bar__adv .image_adv img {
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%;
          display: block; }
    #news .news__bar__top {
      background: #fff;
      padding: 15px;
      margin-bottom: 15px; }
      #news .news__bar__top__content .news_item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
        border-top: 1px solid #f2f2f2;
        box-sizing: border-box; }
        #news .news__bar__top__content .news_item a {
          width: 100%; }
          #news .news__bar__top__content .news_item a .image {
            width: 100px;
            height: 72px;
            box-sizing: border-box;
            float: left;
            overflow: hidden; }
            #news .news__bar__top__content .news_item a .image img {
              width: 100%;
              height: 100%;
              display: block;
              margin: 0 auto;
              object-fit: cover;
              transition: all ease-in-out 0.5s;
              -moz-transition: all ease-in-out 0.5s;
              -webkit-transition: all ease-in-out 0.5s;
              -o-transition: all ease-in-out 0.5s; }
          #news .news__bar__top__content .news_item a .info {
            width: calc(100% - 100px);
            padding-left: 10px;
            box-sizing: border-box;
            float: right; }
            #news .news__bar__top__content .news_item a .info h3 {
              line-height: 1.5em;
              font-weight: 500;
              font-size: 15px; }
      #news .news__bar__top__content .news_item:first-child {
        border-top: none !important; }
      #news .news__bar__top__content .news_item:hover .image img {
        width: 110%; }
      #news .news__bar__top__content .news_item:hover .info h3 {
        color: #288ad8; }
    #news .news__bar__bottom {
      background: #fff;
      padding: 15px; }
      #news .news__bar__bottom__content .news_product {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 0;
        border-top: 1px solid #f2f2f2; }
        #news .news__bar__bottom__content .news_product .image {
          width: 100px;
          height: 100px;
          box-sizing: border-box; }
          #news .news__bar__bottom__content .news_product .image img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: 0 auto;
            object-fit: cover; }
        #news .news__bar__bottom__content .news_product .info {
          width: calc(100% - 100px);
          padding-left: 10px;
          box-sizing: border-box; }
          #news .news__bar__bottom__content .news_product .info h3 {
            line-height: 1.5em;
            font-weight: 700;
            font-size: 15px; }
          #news .news__bar__bottom__content .news_product .info .price {
            font-weight: 700;
            color: #cd0000;
            margin-top: 10px;
            font-size: 15px; }
      #news .news__bar__bottom__content .news_product:first-child {
        border-top: none !important; }
  #news .news_relative {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    box-sizing: border-box; }
    #news .news_relative .news_detail_title p {
      font-size: 18px; }
    #news .news_relative__show .item {
      width: 100%;
      float: left;
      margin-top: 10px; }
      #news .news_relative__show .item:first-child {
        margin-top: 0; }
      #news .news_relative__show .item__image {
        width: 150px;
        float: left;
        position: relative; }
        #news .news_relative__show .item__image img {
          width: 100%;
          float: left; }
      #news .news_relative__show .item__info {
        width: calc(100% - 160px);
        float: left;
        margin-left: 10px; }
        #news .news_relative__show .item__info h3 {
          font-weight: 500;
          line-height: 18px; }
    #news .news_relative__show .owl-nav button {
      position: absolute;
      top: 30%;
      transform: translateY(-30%);
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: 1px solid #ccc;
      background: #fff; }
      #news .news_relative__show .owl-nav button i {
        padding: 10px;
        color: #ccc; }
    #news .news_relative__show .owl-nav .owl-prev {
      left: -13px; }
    #news .news_relative__show .owl-nav .owl-next {
      right: -13px; }

.news_comments {
  margin-top: 15px;
  margin-bottom: 15px; }
  .news_comments__content {
    width: 100%; }
    .news_comments__content .form {
      width: 100% !important;
      border: 1px solid #b6b6b6;
      padding: 10px;
      border-radius: 5px;
      position: relative;
      box-sizing: border-box; }
      .news_comments__content .form textarea {
        width: 100%;
        height: 135px;
        border: none;
        font-size: 16px;
        padding: 0 !important;
        color: #000;
        height: 100px; }
      .news_comments__content .form .submit {
        width: 100%;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 15px;
        position: absolute;
        right: 10px;
        bottom: -5px; }
        .news_comments__content .form .submit a {
          background: #cd0000;
          padding: 8px 15px;
          color: #fff;
          border-radius: 4px; }
    .news_comments__content .search {
      margin-top: 15px;
      margin-bottom: 15px;
      box-sizing: border-box; }
      .news_comments__content .search input {
        width: 100%;
        border: 1px solid #ececec;
        padding: 10px;
        border-radius: 5px;
        box-sizing: border-box; }

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