.list-category {
  margin-top: 20px; }
  .list-category .content {
    height: 50px;
    overflow: hidden;
    position: relative; }
  .list-category .item {
    width: calc(1170px / 8);
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
    height: 50px;
    position: relative;
    margin: 0 auto; }
    .list-category .item:nth-child(8n+1) {
      border-left: none; }
    .list-category .item img {
      max-width: 95%;
      max-height: 40px;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .list-category .item.show-more {
      width: calc(1170px / 8);
      height: 50px;
      text-align: center;
      padding: 0 20px;
      line-height: 50px;
      position: absolute;
      top: 0;
      right: 0;
      border-left: 1px solid #ececec; }
      .list-category .item.show-more a {
        color: #288ad8; }

.categories {
  margin-top: 20px; }
  .categories-content {
    width: calc(100% - 260px);
    float: right; }
    .categories-content .head {
      width: 100%;
      float: left;
      padding: 10px;
      box-sizing: border-box;
      background: #fff; }
      .categories-content .head .title {
        float: left;
        color: #3f3f3f;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        width: calc(100% - 250px);
        margin-bottom: 5px;
        padding-top: 4px; }
      .categories-content .head .current-filter {
        float: left;
        color: #4c4c4c;
        padding-top: 8px; }
        .categories-content .head .current-filter span {
          padding-right: 5px; }
        .categories-content .head .current-filter a {
          color: #fff;
          background: #288ad8;
          border-radius: 4px;
          padding: 3px 10px;
          margin-left: 5px; }
          .categories-content .head .current-filter a.remove-all {
            background: #cd0000;
            cursor: pointer; }
          .categories-content .head .current-filter a i {
            font-weight: bold;
            font-size: 12px;
            padding-left: 2px;
            cursor: pointer; }
    .categories-content .content {
      width: 100%;
      float: left;
      border-top: 1px solid #ececec;
      background: #fff;
      display: flex;
      flex-wrap: wrap; }
      .categories-content .content .product-item {
        width: 25%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ececec;
        border-top: none;
        border-left: none; }
        .categories-content .content .product-item:nth-child(4n+1) {
          clear: both; }

#filter {
  width: 240px;
  float: left;
  background: #fff;
  padding: 10px;
  box-sizing: border-box; }
  #filter .filter-title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase; }
  #filter .filter-group {
    width: 100%;
    float: left;
    margin-top: 20px; }
    #filter .filter-group__title {
      color: #4c4c4c;
      font-size: 16px;
      font-weight: bold; }
    #filter .filter-group__content ul li {
      width: 100%;
      float: left;
      color: #4c4c4c;
      margin-top: 12px;
      font-size: 15px;
      cursor: pointer;
      position: relative; }
      #filter .filter-group__content ul li:hover a {
        color: #288ad8; }
      #filter .filter-group__content ul li input {
        display: none; }
      #filter .filter-group__content ul li.active a {
        color: #288ad8; }
      #filter .filter-group__content ul li.active i {
        color: #288ad8;
        font-weight: bold; }
      #filter .filter-group__content ul li.active .filter-sub {
        display: block; }
        #filter .filter-group__content ul li.active .filter-sub li.active i {
          color: #288ad8;
          font-weight: bold; }
        #filter .filter-group__content ul li.active .filter-sub li.active a {
          color: #288ad8; }
        #filter .filter-group__content ul li.active .filter-sub i {
          color: #4c4c4c;
          font-weight: normal; }
        #filter .filter-group__content ul li.active .filter-sub a {
          color: #4c4c4c; }
      #filter .filter-group__content ul li i {
        width: 15px;
        float: left;
        color: #4c4c4c;
        padding-top: 1px; }
      #filter .filter-group__content ul li i.fa-sort-down {
        float: none;
        width: auto;
        padding: 0;
        position: absolute;
        top: -2px;
        right: 5px;
        font-size: 16px;
        z-index: 10; }
      #filter .filter-group__content ul li a {
        width: 100%;
        float: right;
        text-align: left; }
        #filter .filter-group__content ul li a i {
          padding-right: 5px; }
      #filter .filter-group__content ul li .filter-sub a {
        width: 100%; }
        #filter .filter-group__content ul li .filter-sub a i {
          padding-right: 5px; }
      #filter .filter-group__content ul li .filter-sub a:hover {
        color: #288ad8; }
  #filter ul.filter-sub {
    width: calc(100% - 20px);
    float: left;
    margin-left: 20px;
    display: none; }

.detail-cateogry {
  margin-top: 30px; }
  .detail-cateogry .content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
    .detail-cateogry .content .title {
      text-align: center;
      text-transform: uppercase;
      color: #cd0000;
      padding: 0;
      margin: 0;
      font-size: 25px;
      font-weight: bold; }

.products .head {
  width: 100%;
  float: left;
  padding: 5px 0 10px;
  background: #fff;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box; }
  .products .head h1 {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 22px;
    float: left;
    padding-right: 10px; }
  .products .head .rating {
    float: left;
    padding-top: 5px; }
    .products .head .rating ul {
      float: left;
      padding-right: 10px; }
    .products .head .rating li {
      display: inline; }
      .products .head .rating li i {
        color: #fa6401;
        font-weight: bold; }
    .products .head .rating span {
      color: #288ad8; }
  .products .head .title-name {
    width: calc(100% - 280px);
    color: #3f3f3f;
    padding-top: 10px;
    clear: both; }
.products .content {
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .products .content .left {
    width: 50%;
    float: left;
    position: relative; }
    .products .content .left img.sticker {
      position: absolute;
      width: 80px;
      top: 20px;
      right: 40px; }
    .products .content .left .product-images {
      width: calc(100% - 200px);
      margin-left: 100px;
      float: left; }
      .products .content .left .product-images .item {
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden; }
        .products .content .left .product-images .item img {
          display: block;
          max-height: 100%;
          max-width: 100%;
          object-fit: cover;
          margin: 0 auto; }
      .products .content .left .product-images .slick-prev {
        z-index: 10;
        left: -25px; }
      .products .content .left .product-images .slick-next {
        right: -10px; }
    .products .content .left .list-feature {
      width: calc(100% - 200px);
      margin-left: 100px;
      float: left;
      margin-bottom: 20px; }
      .products .content .left .list-feature .item {
        width: calc(33.3% - 10px);
        margin-left: calc(30px / 3);
        float: left;
        cursor: pointer; }
        .products .content .left .list-feature .item:first-child {
          margin-left: 0; }
        .products .content .left .list-feature .item .icon {
          width: 100%;
          float: left;
          border-radius: 4px;
          text-align: center;
          padding: 0; }
          .products .content .left .list-feature .item .icon i {
            font-size: 45px;
            color: #494e52;
            font-weight: bold; }
        .products .content .left .list-feature .item .name {
          text-align: center;
          color: #494e52;
          width: 100%;
          float: left;
          margin-top: 5px;
          font-size: 12px; }
    .products .content .left .infomation-product {
      width: 100%;
      float: left; }
      .products .content .left .infomation-product .item {
        width: 100%;
        float: left;
        margin-bottom: 15px; }
        .products .content .left .infomation-product .item .icon {
          width: 50px;
          float: left;
          border: 1px solid #ececec;
          box-sizing: border-box;
          text-align: center;
          padding: 10px 0; }
          .products .content .left .infomation-product .item .icon i {
            font-size: 30px;
            color: #4b4a52; }
        .products .content .left .infomation-product .item .text {
          width: calc(100% - 70px);
          float: right; }
          .products .content .left .infomation-product .item .text p {
            color: #353535; }
            .products .content .left .infomation-product .item .text p:first-child {
              font-weight: bold;
              padding: 2px 0 5px 0; }
    .products .content .left .banner {
      width: 100%;
      float: left; }
      .products .content .left .banner img {
        width: 100%;
        float: left; }
  .products .content .center {
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box; }
    .products .content .center .freeship {
      width: 100%; }
      .products .content .center .freeship img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto; }
    .products .content .center .box-price {
      margin-top: 15px; }
      .products .content .center .box-price .price-new {
        color: #cd0000;
        font-weight: bold;
        font-size: 30px;
        float: left; }
      .products .content .center .box-price .price-old {
        color: #919191;
        text-decoration: line-through;
        font-size: 18px;
        margin-left: 25px;
        padding-top: 8px;
        float: left; }
      .products .content .center .box-price .price-installment {
        color: #919191;
        padding: 4px 8px;
        float: right;
        font-size: 14px;
        position: relative;
        text-align: right;
        bottom: 10px; }
        .products .content .center .box-price .price-installment p:last-child {
          color: #247818;
          font-size: 18px;
          font-weight: bold; }
        .products .content .center .box-price .price-installment.inline {
          float: left;
          top: 4px;
          padding-left: 40px; }
          .products .content .center .box-price .price-installment.inline p {
            float: left; }
            .products .content .center .box-price .price-installment.inline p:last-child {
              position: relative;
              bottom: 3px;
              padding-left: 5px; }
    .products .content .center .box-color {
      margin-top: 10px; }
      .products .content .center .box-color a {
        width: 40px;
        float: left;
        margin-left: 10px; }
        .products .content .center .box-color a:first-child {
          margin-left: 0; }
        .products .content .center .box-color a .img {
          padding: 2px;
          box-sizing: border-box;
          width: 100%;
          float: left;
          margin-bottom: 5px; }
          .products .content .center .box-color a .img img {
            width: 100%;
            float: left; }
        .products .content .center .box-color a.active .img {
          border: 1px solid #cd0000;
          border-radius: 4px; }
        .products .content .center .box-color a p {
          text-align: center;
          color: #57585a;
          font-size: 12px; }
      .products .content .center .box-color .bh-gold {
        float: right;
        padding-top: 22px;
        color: #4c4c4c;
        cursor: pointer; }
        .products .content .center .box-color .bh-gold i {
          color: #4c4c4c;
          padding-right: 5px;
          font-size: 15px; }
          .products .content .center .box-color .bh-gold i.fa-check-square {
            color: #288ad8;
            font-weight: bold; }
    .products .content .center .phien-ban {
      margin-top: 15px;
      color: #4c4c4c; }
      .products .content .center .phien-ban span {
        font-weight: bold; }
    .products .content .center .phien-ban-khac {
      margin-top: 10px;
      margin-bottom: 15px; }
      .products .content .center .phien-ban-khac .item {
        width: calc(100% / 3);
        float: left;
        position: relative;
        box-sizing: border-box;
        padding: 10px 20px;
        cursor: pointer;
        background: #f8f9fb;
        border-left: 1px solid #ececec; }
        .products .content .center .phien-ban-khac .item:first-child {
          margin-left: 0;
          border-left: none; }
        .products .content .center .phien-ban-khac .item.active {
          background: #e8ecef; }
          .products .content .center .phien-ban-khac .item.active i {
            color: #cd0000;
            font-weight: bold; }
        .products .content .center .phien-ban-khac .item i {
          position: absolute;
          top: 5px;
          left: 5px;
          color: #4c4c4c; }
        .products .content .center .phien-ban-khac .item .name {
          color: #575a61;
          text-align: center;
          font-weight: bold; }
        .products .content .center .phien-ban-khac .item .price {
          padding-top: 2px;
          color: #575a61;
          text-align: center;
          font-size: 16px; }
      .products .content .center .phien-ban-khac .slick-prev {
        left: -20px; }
        .products .content .center .phien-ban-khac .slick-prev:before {
          background-image: url(../images/prev-slick.png);
          background-size: 20px 20px;
          width: 15px;
          height: 20px; }
      .products .content .center .phien-ban-khac .slick-next {
        right: -17px; }
        .products .content .center .phien-ban-khac .slick-next:before {
          background-image: url(../images/next-slick.png);
          background-size: 20px 20px;
          width: 15px;
          height: 20px; }
    .products .content .center .box-sales {
      box-sizing: border-box; }
      .products .content .center .box-sales .promotion_detail {
        padding: 10px;
        background: #fdd0d0; }
        .products .content .center .box-sales .promotion_detail p, .products .content .center .box-sales .promotion_detail * {
          padding-top: 0px;
          font-size: 14px;
          line-height: 20px; }
        .products .content .center .box-sales .promotion_detail li {
          padding-top: 0px;
          font-size: 14px;
          line-height: 20px; }
      .products .content .center .box-sales ul li {
        width: 100%;
        float: left;
        margin-top: 10px;
        line-height: 18px;
        padding-left: 10px;
        color: #4c4c4c; }
        .products .content .center .box-sales ul li span {
          color: #cd0000;
          font-weight: bold; }
        .products .content .center .box-sales ul li i {
          font-size: 6px;
          color: #737373;
          position: relative;
          top: -2px;
          padding-right: 8px; }
    .products .content .center .sales-default {
      padding: 10px;
      background: #f8f9fb;
      border: 1px solid #ececec; }
      .products .content .center .sales-default .title {
        font-size: 16px;
        font-weight: bold; }
      .products .content .center .sales-default p, .products .content .center .sales-default * {
        padding-top: 0px;
        font-size: 14px;
        line-height: 20px; }
      .products .content .center .sales-default li {
        padding-top: 0px;
        font-size: 14px;
        line-height: 20px; }
    .products .content .center .warranty {
      width: 100%;
      float: left;
      margin-top: 15px; }
      .products .content .center .warranty .item {
        width: 100%;
        float: left;
        margin-bottom: 15px; }
        .products .content .center .warranty .item:last-child {
          margin-bottom: 0; }
        .products .content .center .warranty .item .icon {
          width: 60px;
          float: left;
          border: 1px solid #ececec;
          box-sizing: border-box;
          text-align: center;
          padding: 7px 0 7px; }
          .products .content .center .warranty .item .icon i {
            font-size: 25px;
            background: #0a7bcb;
            color: #fff;
            border-radius: 50%;
            width: 45px;
            height: 35px;
            text-align: center;
            padding-top: 10px; }
        .products .content .center .warranty .item .text {
          width: calc(100% - 70px);
          float: right; }
          .products .content .center .warranty .item .text p {
            color: #353535; }
            .products .content .center .warranty .item .text p:first-child {
              font-weight: bold;
              padding: 2px 0 5px 0; }
    .products .content .center .box-action {
      margin-top: 15px; }
      .products .content .center .box-action .btn {
        width: calc(50% - 2.5px);
        float: left;
        background: #cd0000;
        color: #fff;
        text-align: center;
        padding: 12px 0;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s; }
        .products .content .center .box-action .btn p:first-child {
          text-transform: uppercase;
          font-size: 16px;
          font-weight: bold;
          color: #fff; }
        .products .content .center .box-action .btn p:last-child {
          font-size: 12px;
          padding-top: 2px;
          color: #fff; }
      .products .content .center .box-action .btn-installment {
        float: left;
        background: #0565fa;
        margin-top: 5px; }
      .products .content .center .box-action .btn-order {
        width: 100%;
        float: left;
        background: #cd0000; }
      .products .content .center .box-action .float-left {
        margin-right: 5px; }
    .products .content .center .box-tu-van {
      background: #e8ecef;
      margin-top: 15px;
      box-sizing: border-box;
      padding: 10px; }
      .products .content .center .box-tu-van .text {
        width: 270px;
        float: left; }
        .products .content .center .box-tu-van .text p {
          color: #353535;
          float: left;
          margin-left: 10px; }
          .products .content .center .box-tu-van .text p:first-child {
            float: left;
            color: #f7952a;
            text-transform: uppercase;
            font-weight: bold;
            padding-bottom: 3px;
            font-size: 14px; }
      .products .content .center .box-tu-van input {
        border: 1px solid #b5b6b8;
        padding-left: 10px;
        height: 30px;
        float: left;
        margin-right: 1px;
        width: 170px;
        border-radius: 4px; }
      .products .content .center .box-tu-van a {
        color: #f7952a;
        border: 1px solid #b5b6b8;
        float: left;
        width: 70px;
        text-align: center;
        height: 30px;
        line-height: 32px;
        transition: all 0.3s;
        border-radius: 4px;
        background: #fff;
        margin-left: 5px; }
      .products .content .center .box-tu-van .result-callme {
        width: 100%;
        float: left;
        padding-top: 10px;
        color: #288ad8;
        line-height: 18px; }
    .products .content .center .box-call {
      width: 100%;
      float: left;
      margin-top: 15px; }
      .products .content .center .box-call p {
        color: #353535;
        float: left; }
        .products .content .center .box-call p span {
          color: #cd0000;
          font-weight: bold; }
        .products .content .center .box-call p:last-child {
          float: right;
          color: #288ad8;
          cursor: pointer; }
    .products .content .center .order-new {
      background: #e8ecef;
      margin-top: 15px;
      padding: 10px 10px 1px;
      box-sizing: border-box; }
      .products .content .center .order-new marquee {
        overflow-x: hidden;
        text-align: left;
        white-space: nowrap; }
      .products .content .center .order-new__item {
        width: 95%;
        display: inline-block; }
        .products .content .center .order-new__item p {
          float: left;
          color: #288ad8;
          margin-right: 15px; }

.product-features {
  margin-top: 30px; }
  .product-features .title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 22px;
    overflow: hidden; }
  .product-features .content {
    background: #fff;
    box-sizing: border-box; }
  .product-features__left {
    width: 770px;
    float: left; }
    .product-features__left .slider-top .slick-next {
      right: 35px; }
    .product-features__left .slider-top .slick-prev {
      left: 20px;
      z-index: 10; }
    .product-features__left .slider-top .item {
      position: relative; }
    .product-features__left .slick-dots li.slick-active button::before {
      color: #cd0000 !important; }
    .product-features__left .play-video-youtube {
      position: absolute;
      top: calc(50% - 35px);
      left: calc(50% - 30px);
      cursor: pointer; }
  .product-features__right {
    width: calc(100% - 800px);
    float: right; }
    .product-features__right ul {
      width: 100%;
      float: left; }
      .product-features__right ul li {
        width: 35%;
        float: left;
        border-top: 1px solid #d6d8db;
        color: #3f3f3f;
        line-height: 18px;
        padding: 15px 0; }
        .product-features__right ul li:last-child {
          width: 65%;
          float: left; }
        .product-features__right ul li span {
          color: #288ad8; }
        .product-features__right ul li a {
          color: #288ad8; }
    .product-features__right .show-more {
      text-align: center;
      background: #288ad8;
      padding: 10px 0;
      border-radius: 4px; }
      .product-features__right .show-more a {
        color: #fff; }
      .product-features__right .show-more:hover {
        background: #cd0000; }
        .product-features__right .show-more:hover a {
          color: #fff; }

.product-detail__content {
  padding: 0 !important;
  margin-top: 20px; }

.sidebar-detail {
  width: 370px;
  float: right;
  margin-top: 30px; }

.product-videos {
  margin-top: 30px; }
  .product-videos__content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
    .product-videos__content .title {
      color: #3f3f3f;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px; }
    .product-videos__content .video {
      width: 650px;
      float: left; }
      .product-videos__content .video img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .product-videos__content .list-video {
      width: calc(100% - 670px);
      float: right;
      max-height: 450px;
      overflow-y: auto; }
      .product-videos__content .list-video ul li {
        width: 100%;
        float: left;
        cursor: pointer; }
        .product-videos__content .list-video ul li .img {
          width: 120px;
          float: left;
          margin-bottom: 10px;
          height: 65px;
          overflow: hidden; }
          .product-videos__content .list-video ul li .img img {
            width: 100%;
            height: 100%;
            display: block;
            margin: auto;
            object-fit: cover;
            float: left;
            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; }
        .product-videos__content .list-video ul li .name {
          color: #3f3f3f;
          font-weight: bold;
          font-size: 16px;
          float: left;
          width: calc(100% - 120px);
          padding-left: 15px;
          padding-top: 5px;
          box-sizing: border-box;
          max-height: 60px;
          overflow: hidden; }
        .product-videos__content .list-video ul li .author {
          width: calc(100% - 120px);
          float: left;
          padding-left: 15px;
          box-sizing: border-box;
          color: #737373;
          padding-top: 0px; }
      .product-videos__content .list-video ul .active .author i {
        color: #cd0000; }
      .product-videos__content .list-video ul li:hover .img img {
        width: 110%; }
      .product-videos__content .list-video ul li:hover .name {
        color: #288ad8; }

.product-compare {
  margin-top: 20px; }
  .product-compare__content .title-tab {
    padding: 12px 30px;
    background: #fff;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    float: left;
    cursor: pointer; }
    .product-compare__content .title-tab.active {
      color: #fff;
      background: #cd0000; }
  .product-compare__content .content-tab {
    width: 100%;
    background: #fff;
    display: none;
    box-sizing: border-box; }
    .product-compare__content .content-tab.active {
      display: block; }
    .product-compare__content .content-tab .product-item {
      width: 100%;
      float: left; }
      .product-compare__content .content-tab .product-item .image {
        width: 100px !important;
        height: 125px;
        margin: 0; }
        .product-compare__content .content-tab .product-item .image img {
          width: 100% !important;
          float: left;
          position: unset;
          max-height: unset; }
      .product-compare__content .content-tab .product-item .name {
        width: calc(100% - 110px);
        float: right;
        margin-top: 25px;
        height: auto; }
      .product-compare__content .content-tab .product-item .price {
        width: calc(100% - 110px);
        float: right; }
        .product-compare__content .content-tab .product-item .price .price-new {
          float: left;
          padding-top: 4px; }
        .product-compare__content .content-tab .product-item .price .view-more {
          float: right;
          width: auto;
          margin: 0;
          background: #288ad7;
          color: #fff;
          padding: 4px 10px;
          border-radius: 4px; }
    .product-compare__content .content-tab .view-more a {
      padding: 10px 15px; }
    .product-compare__content .content-tab .slick-prev {
      top: 45%;
      left: 10px;
      z-index: 10; }
    .product-compare__content .content-tab .slick-next {
      top: 45%;
      right: 25px;
      z-index: 10; }

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999;
  display: none; }

.close-lightbox-btn {
  right: 0;
  top: 0;
  background-color: #cd0000;
  border: 2px solid #cd0000;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  z-index: 1; }

.product-info-lightbox .product-lightbox-title {
  width: 740px;
  font-size: 25px;
  color: #cd0000;
  text-align: center;
  padding: 8px 10px 10px;
  background: #fff;
  border-bottom: 3px solid #cd0000;
  margin: 0 auto;
  height: 50px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  box-sizing: border-box; }
.product-info-lightbox .product-lightbox-content {
  width: 740px;
  margin: 0 auto;
  height: calc(100% - 40px);
  background-color: #fff;
  overflow: auto;
  padding: 10px 20px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 100; }
  .product-info-lightbox .product-lightbox-content table {
    width: 100%;
    padding: 10px 20px;
    border-spacing: 0; }
    .product-info-lightbox .product-lightbox-content table tr td {
      padding: 10px 10px;
      border-bottom: 1px solid #ddd;
      line-height: 20px;
      font-size: 16px; }
      .product-info-lightbox .product-lightbox-content table tr td a {
        color: #288ad8; }
    .product-info-lightbox .product-lightbox-content table tr td:first-child {
      font-weight: 700;
      text-align: right;
      width: 160px; }
    .product-info-lightbox .product-lightbox-content table tr td[colspan] {
      text-align: left;
      background: #cd0000;
      font-size: 16px;
      color: #fff;
      padding: 10px; }

.popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
  margin: auto;
  width: 700px;
  border-radius: 4px;
  border: 1px solid #dddd;
  background: #fff;
  z-index: 10; }
  .popup .popup_close {
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    background: #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px; }
    .popup .popup_close i {
      color: #262626;
      font-size: 18px; }
  .popup-infomation .image {
    width: 140px;
    float: left; }
    .popup-infomation .image img {
      width: 100%;
      float: left; }
  .popup-infomation__content {
    width: calc(100% - 150px);
    float: right;
    margin-top: 10px; }
    .popup-infomation__content .product-name {
      width: 95%;
      color: #3f3f3f;
      font-weight: bold;
      font-size: 22px;
      float: left;
      max-height: 50px;
      overflow: hidden; }
      .popup-infomation__content .product-name span {
        font-size: 16px;
        color: #288ad8;
        font-weight: normal; }
    .popup-infomation__content .price-installment {
      margin-top: 5px;
      font-size: 16px; }
      .popup-infomation__content .price-installment span {
        color: #00894f;
        font-weight: bold;
        font-size: 18px; }
    .popup-infomation__content .box-price {
      margin-top: 5px; }
      .popup-infomation__content .box-price .price-new {
        color: #cd0000;
        font-weight: bold;
        font-size: 20px;
        float: left; }
      .popup-infomation__content .box-price .price-old {
        color: #4c4c4c;
        text-decoration: line-through;
        font-size: 16px;
        margin-left: 25px;
        padding-top: 5px;
        float: left; }
    .popup-infomation__content .box-color {
      margin-top: 5px; }
      .popup-infomation__content .box-color a {
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 50%;
        background: #cd0000;
        margin-left: 6px;
        border: 1px solid #b7b7b7; }
        .popup-infomation__content .box-color a.active {
          border-color: #cd0000;
          box-shadow: 0px 0px 5px 0px #444; }
        .popup-infomation__content .box-color a:first-child {
          margin-left: 0; }
  .popup .popup-note {
    color: #262626;
    line-height: 20px;
    font-size: 16px;
    margin-top: 15px; }
  .popup .bh-gold {
    margin-top: 10px;
    color: #4c4c4c;
    cursor: pointer; }
    .popup .bh-gold i {
      color: #4c4c4c;
      font-size: 15px; }
      .popup .bh-gold i.fa-check-square {
        color: #288ad8;
        font-weight: bold; }
  .popup-form .form-group {
    margin-top: 10px; }
    .popup-form .form-group input {
      width: calc(50% - 10px);
      float: left;
      height: 40px;
      padding-left: 10px;
      box-sizing: border-box;
      border-radius: 4px;
      border: 1px solid #b6b6b6;
      font-size: 15px; }
      .popup-form .form-group input:last-child {
        float: right;
        border-radius: 4px; }
    .popup-form .form-group .order_address {
      width: 100%; }
    .popup-form .form-group textarea {
      width: 100%;
      height: 70px;
      float: left;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #b6b6b6;
      font-size: 15px;
      border-radius: 4px;
      font-family: Arial; }
  .popup .btn {
    margin: 25px 0 5px 0;
    text-align: center; }
    .popup .btn a {
      background: #cd0000;
      color: #fff;
      border-radius: 4px;
      padding: 12px 25px;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase; }
    .popup .btn.blue a {
      background: #288ad8; }

.banner-cateogry .image {
  width: calc(50% - 5px);
  float: left; }
  .banner-cateogry .image img {
    width: 580px;
    float: left; }
  .banner-cateogry .image:nth-child(2n+2) img {
    float: right; }
.banner-cateogry .slick-prev {
  left: -40px; }

.choose-hungmobile {
  margin-top: 20px; }
  .choose-hungmobile__content {
    background: #fff;
    padding: 20px 70px;
    box-sizing: border-box;
    border: 1px solid #efafaf; }
    .choose-hungmobile__content .title {
      text-transform: uppercase;
      font-size: 16px;
      text-align: center;
      color: #3f3f3f;
      font-weight: bold; }
      .choose-hungmobile__content .title span {
        color: #cd0000; }
    .choose-hungmobile__content .content {
      margin-top: 20px; }
    .choose-hungmobile__content .item {
      width: calc(100%/3 - 2%);
      float: left;
      box-sizing: border-box; }
      .choose-hungmobile__content .item .icon {
        width: 60px;
        float: left; }
        .choose-hungmobile__content .item .icon img {
          width: 100%;
          float: left; }
      .choose-hungmobile__content .item .info {
        width: calc(100% - 70px);
        float: right;
        padding-top: 5px;
        line-height: 18px; }
    .choose-hungmobile__content .item:nth-child(3n+2) {
      border-left: 1px solid #ececec;
      border-right: 1px solid #ececec;
      margin-right: 2%;
      padding-left: 2%; }

.compare-content {
  padding: 20px;
  box-sizing: border-box;
  background: #fff; }
  .compare-content__title {
    color: #3f3f3f;
    font-size: 18px; }
  .compare-content .top {
    width: 100%;
    float: left;
    border: 1px solid #d6d8db;
    height: 510px;
    box-sizing: border-box;
    margin-top: 20px; }
    .compare-content .top .col {
      box-sizing: border-box; }
    .compare-content .top .col1 {
      width: 325px;
      float: left;
      height: 100px; }
    .compare-content .top .col2 {
      width: 400px;
      height: 510px;
      float: left;
      border-left: 1px solid #d6d8db; }
    .compare-content .top .image {
      width: 250px;
      float: left;
      margin-left: 75px;
      height: 300px;
      position: relative;
      overflow: hidden; }
      .compare-content .top .image img {
        max-width: 95%;
        max-height: 280px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
    .compare-content .top .name {
      width: 250px;
      margin-left: 75px;
      float: left;
      font-weight: bold;
      font-size: 16px;
      height: 36px;
      overflow: hidden; }
      .compare-content .top .name a {
        color: #3f3f3f; }
    .compare-content .top .box-price {
      width: 250px;
      float: left;
      margin-left: 75px;
      margin-top: 10px; }
      .compare-content .top .box-price .price-new {
        color: #cd0000;
        font-weight: bold;
        font-size: 22px;
        float: left; }
      .compare-content .top .box-price .price-old {
        color: #4c4c4c;
        text-decoration: line-through;
        font-size: 16px;
        margin-left: 25px;
        padding-top: 5px;
        float: left; }
    .compare-content .top .installment {
      width: 250px;
      float: left;
      margin-left: 75px;
      color: #262626;
      margin-top: 10px; }
      .compare-content .top .installment span {
        color: #00894f;
        font-size: 15px;
        font-weight: bold; }
    .compare-content .top .box-color {
      width: 250px;
      float: left;
      margin-left: 75px;
      margin-top: 10px; }
      .compare-content .top .box-color a {
        width: 25px;
        height: 25px;
        float: left;
        border-radius: 50%;
        background: #cd0000;
        margin-left: 6px;
        border: 1px solid #b7b7b7; }
        .compare-content .top .box-color a:first-child {
          margin-left: 0; }
        .compare-content .top .box-color a.active {
          border-color: #cd0000;
          box-shadow: 0px 0px 5px 0px #444; }
      .compare-content .top .box-color .bh-gold {
        float: right;
        padding-top: 4px;
        color: #4c4c4c;
        cursor: pointer; }
        .compare-content .top .box-color .bh-gold i {
          color: #4c4c4c;
          padding-right: 2px;
          font-size: 15px; }
          .compare-content .top .box-color .bh-gold i.fa-check-square {
            color: #288ad8;
            font-weight: bold; }
    .compare-content .top .search {
      width: 250px;
      float: left;
      margin-left: 75px;
      margin-top: 20px;
      position: relative; }
      .compare-content .top .search input {
        width: 100%;
        float: left;
        height: 35px;
        padding-left: 10px;
        box-sizing: border-box;
        border-radius: 20px;
        border: 1px solid #d6d8db;
        background: #f4f5f6; }
      .compare-content .top .search i {
        color: #737373;
        position: absolute;
        top: 8px;
        right: 12px;
        cursor: pointer;
        font-size: 18px; }
      .compare-content .top .search .result-suggets {
        width: 400px;
        max-height: 500px;
        overflow-y: scroll;
        float: left;
        top: 35px;
        left: 0px;
        position: absolute;
        background: #fff;
        box-shadow: 0px 6px 10px 0px #6f6f6f;
        z-index: 10; }
        .compare-content .top .search .result-suggets ul li {
          width: 100%;
          float: left;
          padding: 5px 10px;
          line-height: 18px;
          border-bottom: 1px solid #ccc;
          box-sizing: border-box; }
          .compare-content .top .search .result-suggets ul li img {
            width: 70px !important;
            float: left; }
          .compare-content .top .search .result-suggets ul li .name {
            width: calc(100% - 100px);
            float: right;
            color: #3f3f3f;
            font-weight: bold;
            font-size: 16px;
            padding-top: 10px;
            padding-left: 10px;
            margin-left: 0 !important; }
          .compare-content .top .search .result-suggets ul li .price {
            width: calc(100% - 100px);
            float: right;
            padding: 5px 0 0 10px;
            font-size: 16px;
            color: #cd0000;
            font-weight: bold; }
          .compare-content .top .search .result-suggets ul li .price-installment {
            width: calc(100% - 100px);
            float: right;
            padding: 5px 0 0 10px;
            color: #3f3f3f; }
            .compare-content .top .search .result-suggets ul li .price-installment span {
              color: #00894f;
              font-weight: bold; }
.compare-group__title {
  color: #1f2020;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  background: #d6d8db;
  padding: 10px 10px;
  text-transform: uppercase; }
.compare-group table {
  width: 100%;
  float: left;
  border: 1px solid #d6d8db; }
  .compare-group table tr {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d6d8db; }
    .compare-group table tr:last-child {
      border-bottom: none; }
    .compare-group table tr td {
      width: 400px;
      float: left;
      padding: 10px;
      box-sizing: border-box; }
      .compare-group table tr td:first-child {
        width: 325px; }
      .compare-group table tr td:nth-child(2) {
        border-left: 1px solid #d6d8db;
        border-right: 1px solid #d6d8db; }
.compare .action .col {
  box-sizing: border-box; }
.compare .action .col1 {
  width: 325px;
  float: left;
  height: 100px; }
.compare .action .col2 {
  width: 400px;
  float: left;
  padding: 0 50px; }
.compare .action .btn {
  width: 100%;
  float: left;
  background: #cd0000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px; }
  .compare .action .btn p:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; }
  .compare .action .btn p:last-child {
    font-size: 12px;
    padding-top: 2px; }
.compare .action .btn-installment {
  background: #288ad8; }
.compare .action .hotline {
  width: 100%;
  float: left;
  margin-top: 10px;
  color: #4c4c4c;
  text-align: center; }
  .compare .action .hotline i {
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold; }
  .compare .action .hotline span {
    color: #cd0000;
    font-weight: bold; }
.compare .top .col2 {
  position: relative; }
.compare .top .sticker {
  position: absolute;
  width: 60px;
  top: 35px;
  right: 100px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
.compare .top label {
  display: inline-block;
  position: absolute;
  top: 270px;
  left: 75px;
  font-size: 11px;
  color: #fff;
  font-weight: 600;
  height: 18px;
  background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
  border-radius: 10px;
  padding: 1px 7px;
  padding-left: 0;
  padding-right: 10px; }
  .compare .top label:before {
    content: ' ';
    display: inline-block;
    background: url("../images/set.png");
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }
  .slick-dotted.slick-slider .slick-dots {
    bottom: 10px; }
    .slick-dotted.slick-slider .slick-dots li button::before {
      color: #fff;
      font-size: 10px; }

#detail-content_showmore.page-category {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #fff !important; }

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