@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, ol, ul, li, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

i {
  font-style: normal;
  font-weight: normal; }

body {
  overflow-anchor: none; }

#featured {
  width: 100%;
  float: left;
  height: 415px;
  margin-top: 15px; }
  #featured .wrap {
    position: relative; }
  #featured .slides-action {
    position: relative; }
    #featured .slides-action a {
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      top: 150px;
      text-align: center;
      line-height: 40px;
      font-size: 16px;
      opacity: 0.9; }
      #featured .slides-action a:hover {
        opacity: 1; }
      #featured .slides-action a.btn-prev {
        left: 10px; }
      #featured .slides-action a.btn-next {
        right: 410px; }
      #featured .slides-action a i {
        font-weight: bold; }
  #featured .slides-dots {
    float: left;
    position: absolute;
    top: 320px;
    left: 0;
    text-align: center; }
    #featured .slides-dots a {
      width: 10px;
      height: 10px;
      background: #fff;
      border-radius: 50%;
      float: left;
      margin: 0 4px;
      cursor: pointer;
      border: 1px solid #737373; }
      #featured .slides-dots a.active {
        background: #cd0000;
        border: 1px solid #cd0000; }

#home-slider-wrap {
  width: 770px;
  height: 415px;
  float: left;
  overflow: hidden; }

#home-slider {
  height: 300px;
  background: #000;
  position: relative; }

#home-slider .item {
  width: 770px;
  height: 345px; }

#home-slider .item img {
  width: 770px;
  height: 345px; }

#home-slider-thumbnail {
  width: 100%;
  height: 70px;
  background: #fff; }

#home-slider-thumbnail .item {
  width: 154px;
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #d6d8db;
  border-left: none; }

#home-slider-thumbnail .owl-item:first-child .item {
  border-left: 1px solid #d6d8db; }

#home-slider-thumbnail .owl-item.active .item {
  height: 70px;
  line-height: 70px;
  border-top: 3px solid #cd0000;
  font-weight: bold; }

#home-slider-thumbnail .item p {
  vertical-align: middle;
  line-height: normal;
  color: #3f3f3f;
  line-height: 18px;
  font-size: 13px; }

#home-slider-thumbnail .item p:first-child {
  padding-top: 5px; }

#featured-right {
  width: 380px;
  float: right;
  height: 415px;
  overflow: hidden; }

#featured-news {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box; }

#featured-news > .title {
  width: 100%;
  font-size: 14px;
  color: #cd0000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }

#featured-news > .title a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #288ad8;
  text-transform: initial;
  font-weight: normal; }

.featured-image {
  width: 380px; }

.featured-image img {
  width: 100%;
  height: 110px;
  float: left;
  margin-top: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: block; }

.featured-image img:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  width: 102%; }

.featured-image a:first-child img {
  margin-top: 0; }

.featured-news-list {
  list-style: none; }
  .featured-news-list li {
    width: 100%;
    float: left;
    padding-top: 10px; }
    .featured-news-list li .img {
      width: 100px;
      height: 60px;
      overflow: hidden;
      float: left; }
      .featured-news-list li .img img {
        width: 100%;
        float: left; }
    .featured-news-list li .name {
      width: calc(100% - 110px);
      float: right;
      line-height: 20px;
      color: #3f3f3f;
      padding-top: 10px;
      height: 40px;
      overflow: hidden; }
    .featured-news-list li:hover .name {
      color: #288ad8; }

.banner-home {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  .banner-home .image {
    width: 100%;
    float: left; }
    .banner-home .image img {
      width: 100%;
      float: left; }
    .banner-home .image p {
      position: absolute;
      z-index: 999;
      background: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      color: #cd0000;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      font-weight: 700;
      font-size: 16px; }
    .banner-home .image a:hover p {
      color: #288ad8; }
  .banner-home.box-two .image {
    width: calc(50% - 10px);
    float: left; }
    .banner-home.box-two .image:last-child {
      float: right; }
    .banner-home.box-two .image img {
      max-width: 100%;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      display: block; }
      .banner-home.box-two .image img:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        width: 102%; }

.box-sales-home {
  margin-top: 20px; }
  .box-sales-home .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    background: #383838;
    color: #fff;
    padding: 10px 0px 8px 0;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    bottom: 25px; }
  .box-sales-home .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    float: left;
    background: #383838;
    color: #fff;
    padding: 10px 0px 8px 0;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    bottom: 25px; }
  .box-sales-home .view-more a {
    color: #ffffff;
    border: 1px solid #288ad8;
    padding: 10px 20px;
    border-radius: 6px;
    background: #288ad8;
    text-transform: uppercase;
    font-size: 13px; }
    .box-sales-home .view-more a:hover {
      border: 1px solid #288ad8;
      color: #fff; }
  .box-sales-home .title-sales {
    margin: 16px 0 20px;
    text-align: center; }
    .box-sales-home .title-sales a {
      color: #fff;
      text-transform: uppercase;
      color: #fff;
      background-image: linear-gradient(#f86100, #cd0000);
      padding: 24px 5px 17px 5px;
      border-bottom: none;
      border-radius: 20px 20px 0 0;
      position: relative;
      top: 5px;
      z-index: 10; }
      .box-sales-home .title-sales a span {
        border: 1px dashed #fff;
        border-radius: 20px 20px 0 0;
        border-bottom: none;
        padding: 15px 30px 15px;
        font-size: 18px;
        font-weight: bold; }
    .box-sales-home .title-sales .inline {
      display: inline;
      position: relative; }
      .box-sales-home .title-sales .inline img {
        position: absolute; }
        .box-sales-home .title-sales .inline img.image-left {
          width: 180px;
          left: -130px;
          top: -45px;
          z-index: 0; }
        .box-sales-home .title-sales .inline img.image-right {
          width: 110px;
          right: -90px;
          top: -45px;
          z-index: 0; }
  .box-sales-home .content {
    border: 3px solid #cd0000;
    box-sizing: border-box;
    background: #fff;
    color: #3f3f3f;
    position: relative;
    z-index: 100;
    padding-bottom: 20px; }
    .box-sales-home .content .label {
      float: left;
      background: #cd0000;
      padding: 10px 15px;
      color: #fff;
      margin-left: 20px;
      margin-bottom: 10px;
      position: relative;
      bottom: 1px; }
    .box-sales-home .content .description {
      text-align: center;
      padding: 0 200px;
      line-height: 18px;
      font-size: 15px; }
    .box-sales-home .content .countdown {
      width: 100%;
      float: left;
      margin-top: 20px; }
      .box-sales-home .content .countdown div {
        float: left; }
        .box-sales-home .content .countdown div p {
          text-align: center;
          line-height: 20px;
          font-size: 15px; }
        .box-sales-home .content .countdown div.title {
          text-transform: uppercase;
          color: #cd0000;
          font-size: 16px;
          margin-right: 20px;
          padding-top: 23px;
          font-weight: bold;
          margin-left: 350px; }
        .box-sales-home .content .countdown div.time {
          width: 55px;
          height: 60px;
          background: #cd0000;
          background-image: linear-gradient(#f86100, #cd0000);
          color: #fff;
          margin-right: 10px; }
          .box-sales-home .content .countdown div.time p:first-child {
            padding-top: 10px; }
    .box-sales-home .content .sale_product {
      width: 100%;
      overflow: hidden; }
      .box-sales-home .content .sale_product .item:hover .name {
        color: #288ad8;
        transition: all .3s; }
      .box-sales-home .content .sale_product .item:hover img {
        bottom: 20px !important; }
      .box-sales-home .content .sale_product .item:hover img.sticker {
        top: 5px; }
      .box-sales-home .content .sale_product .item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ececec;
        border-left: none; }
        .box-sales-home .content .sale_product .item .image {
          width: 100%;
          height: 210px;
          position: relative;
          margin: 0 auto;
          overflow: hidden; }
          .box-sales-home .content .sale_product .item .image img {
            max-width: 95%;
            max-height: 200px;
            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; }
        .box-sales-home .content .sale_product .item .name {
          width: 100%;
          float: left;
          color: #262626;
          font-weight: bold;
          line-height: 20px;
          font-size: 15px;
          height: 40px;
          overflow: hidden; }
        .box-sales-home .content .sale_product .item .price {
          width: 100%;
          float: left;
          margin-top: 5px; }
          .box-sales-home .content .sale_product .item .price span.price-new {
            color: #cd0000;
            font-size: 16px;
            float: left;
            font-weight: bold; }
        .box-sales-home .content .sale_product .item .price-old {
          color: #b2b2b2;
          font-size: 14px;
          float: left;
          text-decoration: line-through;
          padding-top: 5px;
          width: 100%;
          height: 15px; }
        .box-sales-home .content .sale_product .item .installment {
          float: right;
          color: #262626;
          font-size: 13px; }
          .box-sales-home .content .sale_product .item .installment span {
            color: #00894f;
            font-size: 14px;
            font-weight: bold; }
        .box-sales-home .content .sale_product .item .sticker {
          position: absolute;
          width: 60px;
          top: 15px;
          right: 40px;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        .box-sales-home .content .sale_product .item label {
          display: inline-block;
          position: absolute;
          top: 190px;
          left: 10px;
          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; }
          .box-sales-home .content .sale_product .item 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; }
      .box-sales-home .content .sale_product .slick-next {
        right: 15px;
        z-index: 99999; }
      .box-sales-home .content .sale_product .slick-prev {
        left: 0;
        z-index: 99999; }
    .box-sales-home .content .content-products {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap; }
      .box-sales-home .content .content-products .product-item {
        width: calc(20% - 16px);
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap; }
      .box-sales-home .content .content-products .product-item:nth-child(5n+1) {
        margin-left: 0; }

.slider-video {
  width: 100%;
  float: left;
  margin-top: 20px; }
  .slider-video .content {
    width: 100%;
    float: left;
    overflow: hidden; }
    .slider-video .content .owl-item {
      height: 220px;
      overflow: hidden; }
    .slider-video .content .item {
      width: 390px;
      float: left;
      padding: 0 10px;
      box-sizing: border-box;
      height: 220px; }
      .slider-video .content .item:nth-child(2) {
        margin: 0 15px; }
      .slider-video .content .item img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .slider-video .content .owl-item:first-child .item {
      padding-left: 0; }

.product-category-home {
  margin-top: 30px; }
  .product-category-home .head {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    border: 1px solid #ececec; }
    .product-category-home .head .name-product-category {
      float: left;
      color: #3f3f3f;
      text-transform: uppercase;
      font-size: 18px;
      padding-right: 40px;
      font-weight: bold;
      padding-top: 8px; }
    .product-category-home .head .product-category-child {
      float: left;
      padding-top: 5px; }
      .product-category-home .head .product-category-child ul li {
        display: inline;
        border-right: 1px solid #b6b6b6;
        padding: 0 15px;
        line-height: 27px; }
        .product-category-home .head .product-category-child ul li:last-child {
          border-right: none; }
        .product-category-home .head .product-category-child ul li a {
          color: #288ad8; }
        .product-category-home .head .product-category-child ul li a:hover {
          color: #cd0000; }
    .product-category-home .head .filter-home {
      float: right; }
      .product-category-home .head .filter-home .sort {
        width: auto !important; }
  .product-category-home .content {
    width: 100%;
    float: left;
    background: #fff; }
    .product-category-home .content .sidebar {
      width: 234px;
      float: left;
      overflow: hidden; }
      .product-category-home .content .sidebar ul li {
        width: 100%;
        float: left;
        margin-top: 10px; }
        .product-category-home .content .sidebar ul li:first-child {
          margin-top: 0; }
        .product-category-home .content .sidebar ul li img {
          width: 100%;
          float: left; }
    .product-category-home .content .product-list {
      width: 100%;
      float: left;
      display: flex;
      flex-wrap: wrap; }
      .product-category-home .content .product-list .product-item {
        width: 20%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ececec;
        border-left: none;
        border-top: none; }
        .product-category-home .content .product-list .product-item:nth-child(5n+1) {
          clear: both;
          border-left: 1px solid #ececec; }
    .product-category-home .content .fitting-list {
      width: calc(100% - 234px);
      float: left; }
      .product-category-home .content .fitting-list .fitting-item {
        width: 20%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ececec;
        border-left: none;
        border-top: none; }

.sort {
  background: #fff;
  border: 1px solid #d8d8d8;
  width: auto;
  margin-left: 10px; }
  .sort p {
    color: #4a4a4a; }
    .sort p i {
      font-weight: bold;
      padding-left: 5px; }
  .sort ul {
    right: 0;
    left: unset; }

#comments {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding-top: 10px;
  overflow: hidden; }
  #comments .comment-title {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 20px; }
  #comments .comment-vote {
    margin-top: 20px;
    background: #f8f8f8;
    border: 1px solid #b6b6b6;
    box-sizing: border-box; }
    #comments .comment-vote__star {
      width: 200px;
      float: left;
      padding: 48px 20px;
      box-sizing: border-box;
      border-right: 1px solid #b6b6b6; }
      #comments .comment-vote__star-number {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #4c4c4c; }
      #comments .comment-vote__star-star {
        text-align: center;
        padding: 15px 0; }
        #comments .comment-vote__star-star i {
          font-size: 16px;
          cursor: pointer;
          color: #fa6400; }
      #comments .comment-vote__star-total {
        text-align: center;
        color: #242424;
        font-size: 15px; }
    #comments .comment-vote__content {
      width: calc(100% - 200px);
      float: right;
      padding: 10px;
      box-sizing: border-box; }
      #comments .comment-vote__content p {
        color: #242424;
        font-size: 15px; }
      #comments .comment-vote__content .rating-star {
        width: 100%;
        float: left;
        padding: 10px 0; }
        #comments .comment-vote__content .rating-star i {
          color: #fa6400;
          font-size: 18px;
          cursor: pointer;
          float: left;
          padding-right: 5px; }
      #comments .comment-vote__content textarea {
        width: 100%;
        float: left;
        height: 80px;
        border: none;
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
        font-size: 16px;
        color: #242424;
        font-family: Arial; }
      #comments .comment-vote__content-sendcomment {
        width: 100%;
        float: right;
        text-align: right;
        margin-top: 20px;
        padding-bottom: 8px; }
        #comments .comment-vote__content-sendcomment a {
          color: #fff;
          background: #cd0000;
          border-radius: 4px;
          padding: 8px 20px; }
        #comments .comment-vote__content-sendcomment a:hover {
          background: #288ad8; }
  #comments .comment-form {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: #f8f8f8;
    margin-top: 5px;
    border: 1px solid #b6b6b6;
    display: none; }
    #comments .comment-form p {
      color: #242424;
      font-size: 15px; }
    #comments .comment-form .comment-name-and-email input {
      width: 100%;
      border: 1px solid #ddd;
      box-sizing: border-box;
      padding: 7px 10px;
      margin: 0;
      border-radius: 3px;
      margin-top: 10px;
      font-size: 16px; }
    #comments .comment-form .comment-btn {
      margin-top: 10px; }
      #comments .comment-form .comment-btn button {
        background: #cd0000;
        color: #fff;
        float: right;
        display: block;
        border: none;
        padding: 10px 25px;
        cursor: pointer; }
  #comments .comment-search {
    width: 100%;
    float: left;
    margin-top: 20px; }
    #comments .comment-search input {
      width: 100%;
      height: 40px;
      padding-left: 10px;
      box-sizing: border-box;
      border: 1px solid #b6b6b6; }

#close-comment-form {
  float: right;
  padding: 10px 25px;
  color: #cd0000; }

.comment-list {
  width: 100%;
  float: left;
  margin-top: 20px; }

.comment-item {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.comment-avatar {
  float: left;
  width: 40px;
  margin-right: 10px; }

.comment-avatar .avatar {
  width: 40px;
  height: 40px;
  background: #ebe9eb;
  display: block;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  color: #262626;
  font-weight: bold; }

.comment-avatar .avatar_thumb {
  width: 40px !important;
  height: 40px !important; }

.comment-info {
  width: calc(100% - 50px);
  float: left; }

.comment-info .comment-title {
  width: 100%;
  float: left;
  line-height: 25px;
  margin-bottom: 5px; }

.comment-info .comment-title .comment-name {
  float: left; }

.comment-info .comment-title .comment-name .name {
  float: left;
  margin-right: 10px;
  font-weight: bold;
  color: #262626;
  line-height: 25px;
  font-size: 16px; }

.comment-info .comment-title .comment-name .phone {
  float: left;
  font-size: 12px;
  line-height: 27px;
  color: #777; }

.comment-footer__reply {
  float: left;
  color: #288ad8;
  cursor: pointer;
  padding-right: 10px;
  padding-top: 2px;
  font-size: 13px; }

.comment-info .comment-footer .time {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  color: #777;
  line-height: 20px; }

.comment-info .comment-footer .comment-like {
  float: left;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
  color: #777;
  line-height: 20px; }

.comment-child-item .name:after {
  display: none; }

.comment-child-item .comment-avatar .avatar {
  background: #ebe9eb;
  color: #262626; }

.comment-info .comment-title .comment-name .admin {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  background: #00894f;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  border-radius: 3px;
  margin-top: 3px;
  margin-bottom: 10px; }

.comment-info .comment-title .comment-star {
  float: right; }

.comment-info .comment-title .comment-star i {
  font-size: 14px;
  color: #fa6401;
  float: left;
  padding-top: 5px;
  padding-right: 4px; }

.comment-info .comment-content {
  line-height: 20px;
  float: left;
  white-space: pre-wrap;
  width: 100%;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  color: #262626; }

.comment-child-list {
  width: 100%;
  float: left;
  padding-top: 10px; }

.comment-child-item {
  box-sizing: border-box;
  width: 100%;
  float: left;
  background: #f8f8f8;
  border: 1px solid #ececec;
  padding: 10px;
  position: relative;
  border-top: none; }

.comment-child-item:first-child {
  margin-top: 10px;
  border-top: 1px solid #ececec; }

.comment-child-item:first-child:before {
  bottom: 100%;
  left: 20px;
  top: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #ececec;
  border-width: 10px;
  margin-left: -9px; }

.comment-child-item:first-child:after {
  bottom: 100%;
  left: 21px;
  top: -18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #f8f8f8;
  border-width: 9px;
  margin-left: -9px; }

.comment-pagination {
  width: 100%;
  float: left;
  margin-top: 10px; }

.comment-pagination li {
  float: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 0 5px 0 0;
  border: 1px solid #BBB;
  border-radius: 0px; }

.comment-pagination a,
.comment-pagination span {
  display: block;
  padding: 8px;
  color: #666;
  background: #efefef;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); }

.comment-pagination .active a,
.comment-pagination .active span {
  background: #cd0000 !important;
  color: #fff; }

.comment-reply {
  width: 100%;
  float: right;
  margin: 10px 0;
  display: none; }
  .comment-reply .comment-content {
    width: 100%;
    float: left;
    border: 1px solid #b6b6b6; }
  .comment-reply .submit {
    margin: 15px 5px 5px 0 !important; }
  .comment-reply textarea {
    width: 100%;
    float: left;
    height: 100px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    color: #242424;
    font-family: Arial;
    border-bottom: 1px solid #b6b6b6; }

@media only screen and (max-width: 600px) {
  #comments .comment-title {
    line-height: 26px; }

  #box_comments #comments .comment-vote__star {
    width: 100% !important;
    border-right: none;
    padding: 15px 0px; }

  #comments .comment-vote__content {
    width: 100%;
    float: left;
    border-top: 1px solid #b6b6b6;
    padding-top: 15px 0; }

  #comments .comment-vote__star-star {
    padding: 5px 0; }

  .comment-name-and-email {
    padding: 0; } }
.clear {
  clear: both; }

.clearfix {
  display: block; }

.clearfix:after {
  display: block;
  content: " ";
  clear: both; }

.text_white {
  color: #fff; }

.float_left {
  float: left; }

.float_right {
  float: right; }

::placeholder {
  font-size: 14px; }

input {
  font-size: 16px; }

textarea {
  font-size: 16px; }

.no-data {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #3f3f3f; }

body {
  width: 100%;
  height: auto;
  font-family: Arial;
  font-size: 14px;
  background: #ececec;
  color: #3e3e3e; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

html {
  /*font-family: sans-serif;*/ }

ul {
  list-style-type: none; }

a {
  color: black;
  text-decoration: none; }

input {
  outline: none; }

select {
  outline: none; }

textarea {
  outline: none; }

.wrap {
  width: 1170px;
  margin: 0 auto; }

.bold {
  font-weight: bold !important; }

.default {
  width: 100%;
  float: left; }

/* Scollbar */
::-webkit-scrollbar {
  width: 2px; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px; }

::-webkit-scrollbar-thumb:hover {
  background: #ccc; }

.css-content {
  float: left;
  width: 100%;
  font-size: 16px;
  position: relative;
  text-align: justify;
  box-sizing: border-box; }

.css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5 {
  margin: 0.3em 0 0em;
  line-height: 24px !important; }

.css-content div {
  line-height: 24px;
  padding-top: 5px;
  color: #333; }

.css-content a {
  color: #001dff; }

.css-content h1 {
  font: 700 24px/28px Arial,sans-senif; }

.css-content h2 {
  font: 700 20px/24px Arial,sans-senif; }

.css-content h3 {
  font: 700 18px/21px Arial,sans-senif; }

.align-center {
  width: 100% !important;
  text-align: center; }

.css-content em {
  font-style: italic; }

.css-content em strong {
  font-style: oblique; }

.css-content p {
  line-height: 24px;
  padding-top: 10px;
  color: #333; }

.css-content table {
  max-width: 100%;
  margin: 0 auto 10px;
  border-collapse: collapse;
  border-spacing: 0; }

.css-content table th, .css-content table td {
  border: 1px solid #ccc; }

.css-content ul, .css-content ul li {
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 0.5em;
  margin-top: 0.5em; }

.css-content ul li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  color: #333; }

.css-content ol {
  list-style: decimal;
  padding: 0 0 0 15px;
  margin: 0; }

.css-content ol li {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 0.5em;
  line-height: 1.4em; }

.css-content img {
  max-width: 100%;
  height: auto !important; }

.css-content blockquote {
  margin-left: 20px;
  font-style: italic; }

.simple-css-content {
  font-size: 14px !important;
  line-height: 18px !important; }

/*Css cho mục lục*/
.css-content .sudo-toc {
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
  border: dotted 2px #ddd;
  margin-bottom: 20px;
  height: 175px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box; }
  .css-content .sudo-toc div {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .css-content .sudo-toc:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
    height: 65%; }
  .css-content .sudo-toc:after {
    content: "Xem Thêm ↓";
    position: absolute;
    /* width: 100%; */
    bottom: 11px;
    color: #95C4A2;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%); }
.css-content ol li {
  line-height: 35px; }
  .css-content ol li a {
    color: #288ad6; }
.css-content .sudo-toc ul {
  list-style-type: disc;
  line-height: 35px;
  margin-top: 10px; }
  .css-content .sudo-toc ul li a {
    color: #288ad8; }
  .css-content .sudo-toc ul li ul {
    margin-left: 20px; }
.css-content .sudo-hidden {
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
  border: dotted 2px #ddd;
  margin-bottom: 20px;
  /*overflow: hidden;*/
  position: relative;
  padding-bottom: 40px;
  box-sizing: border-box; }
  .css-content .sudo-hidden div {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .css-content .sudo-hidden .btn-hidden {
    /* content: "Thu gọn ↑";*/
    position: absolute;
    bottom: 11px;
    color: #95C4A2;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99; }
.css-content ol li {
  line-height: 35px; }
  .css-content ol li a {
    color: #288ad6; }
.css-content .sudo-hidden ul {
  list-style-type: disc;
  line-height: 35px;
  margin-top: 10px; }
  .css-content .sudo-hidden ul li ul {
    margin-left: 20px; }

.lightGallery-video .video-youtube {
  width: 100%;
  float: left;
  text-align: center;
  position: relative; }
  .lightGallery-video .video-youtube img {
    cursor: pointer;
    margin: 0; }
  .lightGallery-video .video-youtube i {
    font-size: 70px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-weight: 100; }

.lg-outer .lg-thumb {
  margin: 0 auto !important; }

.animated {
  animation-duration: 1.5s !important; }

.background-white {
  background: #fff !important; }

.float-right {
  float: right; }

.float-left {
  float: left; }

#top-web {
  height: 40px;
  background: #075493; }
  #top-web p {
    color: #fff;
    line-height: 40px;
    float: left;
    display: inline; }
  #top-web img {
    width: 14px;
    padding-right: 5px;
    position: relative;
    top: 2px; }
  #top-web .left {
    float: left;
    width: 900px; }
    #top-web .left img {
      top: 1px; }
  #top-web .center {
    float: left; }
    #top-web .center p {
      text-transform: uppercase;
      font-weight: bold; }
  #top-web .right {
    float: right; }

#header {
  height: 65px;
  background: #cd0000; }
  #header .logo-search {
    width: 500px;
    height: 65px;
    float: left;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box; }
    #header .logo-search .logo {
      width: 220px;
      float: left;
      padding-top: 8px; }
      #header .logo-search .logo img {
        width: 100%;
        float: left; }
    #header .logo-search .search {
      width: calc(100% - 220px);
      float: left;
      padding-left: 10px;
      padding-top: 4px;
      position: relative;
      box-sizing: border-box; }
      #header .logo-search .search input {
        border: 1px solid #b6b6b6;
        border-radius: 20px;
        height: 40px;
        padding-left: 10px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 8px;
        font-size: 15px;
        color: #8c8c8c; }
        #header .logo-search .search input::placeholder {
          color: #8c8c8c;
          font-size: 15px; }
      #header .logo-search .search button {
        background: #cd0000;
        position: absolute;
        top: 12px;
        right: 0px;
        border-radius: 0 20px 20px 0;
        height: 40px;
        width: 45px;
        cursor: pointer; }
        #header .logo-search .search button img {
          width: 20px; }
  #header .navigation {
    width: calc(100% - 500px);
    float: left;
    text-align: center;
    display: flex;
    flex-direction: row; }
    #header .navigation .nav-item {
      height: 65px;
      display: inline-block;
      text-align: center;
      position: relative;
      box-sizing: border-box;
      padding: 0 5px;
      margin: 0 5px; }
      #header .navigation .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 65px; }
      #header .navigation .nav-item .img {
        width: 100%;
        float: left;
        height: 35px;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 3px; }
        #header .navigation .nav-item .img img {
          max-width: 95%;
          max-height: 30px;
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      #header .navigation .nav-item .name {
        clear: both;
        color: #fff;
        padding-top: 5px; }
      #header .navigation .nav-item .sub-menu {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
        height: auto !important;
        opacity: 0;
        z-index: 9999;
        position: absolute;
        width: 550px;
        left: -200px;
        background-color: #fff;
        top: 90px;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: left !important;
        padding-top: 0 !important;
        padding: 5px 10px 10px;
        box-sizing: border-box; }
        #header .navigation .nav-item .sub-menu ul {
          width: 100%;
          float: left; }
          #header .navigation .nav-item .sub-menu ul li {
            width: calc(100%/2 - 10px);
            float: left;
            border-bottom: 1px solid #ececec;
            padding: 12px 0; }
            #header .navigation .nav-item .sub-menu ul li:nth-child(2n+2) {
              margin-left: 20px; }
            #header .navigation .nav-item .sub-menu ul li:hover a {
              color: #cd0000;
              padding-left: 5px;
              box-sizing: border-box; }
            #header .navigation .nav-item .sub-menu ul li a {
              -webkit-transition: all .2s ease-in-out;
              -moz-transition: all .2s ease-in-out;
              -ms-transition: all .2s ease-in-out;
              -o-transition: all .2s ease-in-out;
              color: #3f3f3f; }

.header-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  box-shadow: 0 0 5px 5px #9e9e9e;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s; }

#footer-top {
  background: #fae5e5;
  border-top: 1px solid #eea8a8;
  border-bottom: 1px solid #eea8a8;
  height: 70px;
  margin-top: 15px; }
  #footer-top .item {
    padding: 0 70px 0 30px;
    width: 25%;
    float: left;
    border-left: 1px solid #d6d8db;
    box-sizing: border-box;
    margin-top: 10px; }
    #footer-top .item:first-child {
      border-left: none;
      padding-left: 0; }
    #footer-top .item .icon {
      width: 50px;
      float: left;
      padding-right: 15px; }
      #footer-top .item .icon img {
        width: 50px;
        float: left; }
    #footer-top .item .title {
      padding-top: 8px;
      color: #252222;
      line-height: 18px; }

#footer {
  background: #fff;
  padding-top: 40px; }
  #footer .footer-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #262626;
    padding-bottom: 20px; }
  #footer .contact {
    width: 25%;
    float: left; }
    #footer .contact ul.ul-contact li {
      color: #505050;
      line-height: 18px;
      padding-bottom: 15px;
      width: 100%;
      float: left; }
      #footer .contact ul.ul-contact li i {
        color: #737373;
        font-size: 14px;
        font-weight: bold;
        width: 20px;
        float: left;
        position: relative;
        top: 2px; }
        #footer .contact ul.ul-contact li i.fa-map-marker-alt {
          font-size: 16px;
          left: 1px; }
        #footer .contact ul.ul-contact li i.fa-phone-volume {
          font-size: 16px;
          top: 0;
          left: 3px; }
      #footer .contact ul.ul-contact li span {
        color: #cd0000;
        font-weight: bold; }
      #footer .contact ul.ul-contact li a {
        color: #288ad8;
        clear: both;
        width: 100%;
        float: left;
        padding-left: 20px;
        padding-top: 2px; }
      #footer .contact ul.ul-contact li span.address {
        color: #50505a;
        font-weight: 100;
        width: calc(100% - 20px);
        float: left; }
        #footer .contact ul.ul-contact li span.address a {
          clear: unset;
          width: auto;
          float: none;
          padding: 0;
          padding-left: 10px; }
    #footer .contact ul.ul-social {
      width: 100%;
      float: left;
      padding-top: 10px; }
      #footer .contact ul.ul-social li {
        display: inline;
        float: left;
        margin-right: 10px; }
        #footer .contact ul.ul-social li a img {
          width: 30px;
          border-radius: 4px; }
        #footer .contact ul.ul-social li a i {
          color: #6081c4;
          font-size: 35px;
          position: relative;
          bottom: 2px;
          padding-right: 1px; }
  #footer .pages {
    width: 25%;
    float: left;
    padding: 0; }
    #footer .pages ul li {
      width: 100%;
      float: left;
      padding-bottom: 15px; }
      #footer .pages ul li a {
        color: #262626; }
      #footer .pages ul li:hover a {
        color: #288ad8; }
  #footer .social {
    width: 28%;
    float: left; }
    #footer .social ul {
      width: 100%;
      float: left;
      padding-top: 10px; }
      #footer .social ul li {
        display: inline;
        float: left;
        margin-right: 5px; }
        #footer .social ul li a img {
          width: 30px;
          border-radius: 4px; }
  #footer .certificate {
    width: 100%;
    float: left; }
    #footer .certificate p {
      width: 100%;
      float: left;
      color: #262626;
      font-size: 16px;
      padding: 20px 0 10px 0; }
    #footer .certificate .ul1 li {
      float: left; }
      #footer .certificate .ul1 li img {
        width: 146px;
        float: left; }
      #footer .certificate .ul1 li:last-child img {
        width: 120px;
        padding: 8px 0 0 10px; }
    #footer .certificate .ul2 {
      float: left;
      margin-left: 5px;
      padding-bottom: 10px; }
      #footer .certificate .ul2 li {
        display: inline;
        float: left;
        margin-right: 5px; }
        #footer .certificate .ul2 li img {
          width: 58px;
          float: left;
          border-radius: 4px;
          border: 1px solid #ddd;
          padding-top: 0px;
          margin-top: 6px; }

#footer-bottom {
  height: 50px;
  background: #ececec;
  line-height: 50px;
  color: #232323;
  text-align: center;
  margin-bottom: 60px; }

#breadcrumb {
  padding: 15px 0; }
  #breadcrumb ul li {
    display: inline; }
    #breadcrumb ul li a span {
      color: #288ad8;
      font-size: 14px; }
    #breadcrumb ul li:last-child span {
      color: #444444; }
    #breadcrumb ul li:last-child:after {
      content: ""; }
    #breadcrumb ul li:after {
      content: "/";
      color: #288ad8;
      display: inline-block;
      padding: 0 2px;
      font-size: 15px; }

.product-item {
  width: 20%;
  float: left;
  position: relative; }
  .product-item:hover .name {
    color: #288ad8;
    transition: all .3s; }
  .product-item:hover img {
    bottom: 20px !important; }
  .product-item:hover img.sticker {
    top: 5px; }
  .product-item .image {
    width: 100% !important;
    float: left;
    height: 210px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .product-item .image img {
      max-width: 100% !important;
      width: auto !important;
      max-height: 200px;
      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; }
  .product-item .name {
    width: 100%;
    float: left;
    color: #262626;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px; }
  .product-item .price {
    width: 100%;
    float: left;
    margin-top: 5px; }
    .product-item .price span.price-new {
      color: #cd0000;
      font-size: 16px;
      float: left;
      font-weight: bold; }
  .product-item .price-old {
    color: #b2b2b2;
    font-size: 14px;
    float: left;
    text-decoration: line-through;
    padding-top: 5px;
    width: 100%;
    height: 15px; }
  .product-item .installment {
    float: right;
    color: #262626;
    font-size: 13px; }
    .product-item .installment span {
      color: #00894f;
      font-size: 14px;
      font-weight: bold; }
  .product-item .desc {
    width: 100%;
    float: left;
    margin-top: 5px;
    color: #737373;
    font-size: 13px;
    line-height: 18px; }
  .product-item .sticker {
    position: absolute;
    width: 60px;
    top: 15px;
    right: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .product-item label {
    display: inline-block;
    position: absolute;
    top: 190px;
    left: 10px;
    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; }
    .product-item 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; }
  .product-item .rating {
    float: left;
    padding-top: 5px; }
    .product-item .rating ul {
      float: left;
      padding-right: 10px; }
    .product-item .rating li {
      display: inline; }
      .product-item .rating li i {
        color: #fa6401;
        font-weight: bold;
        font-size: 12px; }
    .product-item .rating span {
      color: #73737e;
      font-size: 13px;
      float: left;
      margin-top: 1px; }
  .product-item .attributes {
    width: 100%;
    float: left;
    background: #f8f9fa;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 0 5px; }
    .product-item .attributes ul li {
      display: inline;
      float: left;
      color: #b7bfc7;
      line-height: 16px;
      font-size: 12px;
      padding: 3px 0;
      margin-right: 10px; }
      .product-item .attributes ul li:nth-child(2) {
        padding-left: 4px;
        box-sizing: border-box; }
        .product-item .attributes ul li:nth-child(2) i {
          padding-right: 9px; }
      .product-item .attributes ul li:nth-child(2n+1) {
        clear: both; }
      .product-item .attributes ul li i {
        color: #b7bfc7;
        padding-right: 5px;
        font-size: 12px; }
  .product-item .sale-pins {
    width: calc(100% - 20px);
    float: left;
    position: absolute;
    top: 110px; }
    .product-item .sale-pins__name {
      background: #cc0e18;
      color: #faff00;
      padding: 5px 10px;
      box-sizing: border-box;
      border-radius: 4px 4px 0 0;
      font-size: 13px; }
    .product-item .sale-pins__description {
      background: #fdd0d0;
      color: #333;
      padding: 5px 10px;
      box-sizing: border-box;
      border-radius: 0 0 4px 4px; }
      .product-item .sale-pins__description ul li {
        line-height: 16px;
        font-size: 12px; }

.fitting-item {
  width: 20%;
  float: left; }
  .fitting-item:hover .name {
    color: #288ad8;
    transition: all .3s; }
  .fitting-item:hover img {
    bottom: 20px !important; }
  .fitting-item .image {
    width: 100%;
    float: left;
    height: 160px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; }
    .fitting-item .image img {
      max-width: 95%;
      max-height: 150px;
      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; }
  .fitting-item .name {
    width: 100%;
    float: left;
    color: #262626;
    font-weight: bold;
    line-height: 20px;
    font-size: 15px;
    height: 40px;
    overflow: hidden; }
  .fitting-item .price {
    width: 100%;
    float: left;
    margin-top: 5px; }
    .fitting-item .price span {
      color: #cd0000;
      font-size: 16px;
      float: left;
      font-weight: bold; }

.view-more {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0 10px; }
  .view-more a {
    color: #288ad8;
    border: 1px solid #288ad8;
    padding: 10px 30px;
    border-radius: 6px; }
    .view-more a i {
      padding-left: 5px; }
  .view-more a:hover {
    color: #cd0000;
    border: 1px solid #cd0000; }

.media-ytb {
  position: relative;
  width: 100%;
  height: 220px;
  display: block; }

.media-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .media-play i {
    font-size: 18px;
    color: #ffffff;
    background: #ff0000;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold; }

.product-videos .media-ytb {
  height: 365px; }

.box-news-home {
  margin-top: 30px; }
  .box-news-home .title {
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold; }
  .box-news-home .content {
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box; }
    .box-news-home .content .item {
      width: calc(25% - 15px);
      float: left;
      margin-left: 20px; }
      .box-news-home .content .item:first-child {
        margin-left: 0; }
      .box-news-home .content .item .image {
        width: 100%;
        float: left;
        height: 175px;
        overflow: hidden; }
        .box-news-home .content .item .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          float: left;
          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; }
      .box-news-home .content .item .name {
        width: 100%;
        float: left;
        color: #3f3f3f;
        line-height: 20px;
        margin-top: 10px; }
    .box-news-home .content .item:hover .name {
      color: #288ad8; }

.slider-simple .left {
  width: 780px;
  float: left; }
  .slider-simple .left .item {
    width: 100%;
    float: left; }
    .slider-simple .left .item img {
      width: 780px;
      float: left;
      height: 260px; }
.slider-simple .right {
  width: 380px;
  float: right; }
  .slider-simple .right a:first-child img {
    margin-top: 0; }
  .slider-simple .right img {
    width: 100%;
    height: 125px;
    float: left;
    margin-top: 10px; }
.slider-simple button.slick-next {
  right: 30px; }
.slider-simple button.slick-prev {
  left: 15px;
  z-index: 10; }

.product-detail {
  margin-top: 30px; }
  .product-detail__content {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
  .product-detail .detail-comments {
    width: 800px;
    float: left; }

.sidebar-detail {
  width: 300px;
  float: right; }
  .sidebar-detail__title {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .sidebar-detail__news .item {
    width: 100%;
    float: left;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    .sidebar-detail__news .item .img {
      width: 120px;
      height: 80px;
      float: left;
      overflow: hidden; }
      .sidebar-detail__news .item .img img {
        width: 100%;
        float: left;
        display: block;
        height: 100%;
        margin: 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; }
    .sidebar-detail__news .item .name {
      width: calc(100% - 130px);
      color: #262626;
      font-weight: bold;
      line-height: 18px;
      float: right; }
  .sidebar-detail__news .item:hover a .img img {
    width: 110%; }
  .sidebar-detail__news .item:hover a .name {
    color: #288ad8; }
  .sidebar-detail__fitting {
    margin-top: 30px; }
    .sidebar-detail__fitting .item {
      width: 100%;
      float: left;
      margin-top: 10px; }
      .sidebar-detail__fitting .item .img {
        width: 100px;
        height: 90px;
        overflow: hidden;
        float: left;
        position: relative;
        margin: 0 auto;
        border: 1px solid #d6d8db;
        box-sizing: border-box; }
        .sidebar-detail__fitting .item .img img {
          max-width: 95px;
          max-height: 85px;
          margin: auto;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      .sidebar-detail__fitting .item .name {
        padding-left: 110px;
        padding-top: 5px;
        color: #262626;
        font-weight: bold;
        line-height: 18px; }
      .sidebar-detail__fitting .item .price {
        color: #cd0000;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0 0 110px; }

.box-order-simple {
  margin-top: 10px;
  padding: 10px 0;
  border: 1px solid #d6d8db;
  border-right: none;
  border-left: none; }
  .box-order-simple__image {
    width: 120px;
    float: left; }
    .box-order-simple__image img {
      width: 100%;
      float: left; }
  .box-order-simple__info {
    width: 250px;
    float: left;
    margin-left: 10px;
    padding-top: 20px; }
    .box-order-simple__info .name {
      color: #262626;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px; }
    .box-order-simple__info .price {
      color: #cd0000;
      font-weight: bold;
      font-size: 18px;
      padding-top: 10px; }
    .box-order-simple__info .installment {
      color: #262626;
      padding-top: 10px;
      font-size: 16px; }
      .box-order-simple__info .installment span {
        color: #00894f; }
  .box-order-simple__action {
    width: 300px;
    float: right;
    margin-top: 20px; }
    .box-order-simple__action .btn {
      width: calc(50% - 5px);
      float: left;
      color: #fff;
      background: #cd0000;
      height: 45px;
      line-height: 45px;
      text-transform: uppercase;
      border-radius: 4px;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s; }
      .box-order-simple__action .btn.btn-installment {
        background: #288ad8;
        float: right; }
    .box-order-simple__action .btn-order:hover {
      background: #820707;
      color: #fff; }
    .box-order-simple__action .btn-installment:hover {
      background: #155ae4;
      color: #288ad8; }

#detail-content, .detail-cateogry {
  max-height: 450px;
  overflow: hidden; }

#detail-content_showmore {
  width: 100%;
  float: left;
  position: relative;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-top: 50px;
  text-align: center;
  background: 0 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.91)), color-stop(55%, #fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.91) 50%, #fff 55%);
  display: block;
  margin-bottom: 0; }
  #detail-content_showmore a {
    color: #288ad8;
    border: 1px solid #288ad8;
    border-radius: 4px;
    padding: 10px 20px; }
    #detail-content_showmore a i {
      padding-left: 5px;
      font-weight: bold; }

/*suggest*/
.suggest-search {
  position: absolute;
  top: 60px;
  left: 0x;
  z-index: 10000;
  float: left;
  display: none; }

.suggest-search-list {
  display: block;
  float: left;
  position: relative;
  width: 506px;
  border: 1px solid #e2e2e2;
  background: #fff;
  z-index: 99999;
  left: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 3px 0 #7d7d7d;
  -webkit-box-shadow: 0 1px 3px 0 #7d7d7d;
  -moz-box-shadow: 0 1px 3px 0 #7d7d7d; }
  .suggest-search-list:before {
    bottom: 100%;
    left: 80px;
    top: -18px;
    border: 1px solid #e2e2e2;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -9px; }

.suggest-search-list li {
  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px dotted #ececec;
  overflow: hidden;
  box-sizing: border-box; }

.suggest-search-list li:hover {
  background: #ececec; }

.suggest-search-list .img {
  width: 15%;
  height: 68px;
  float: left;
  overflow: hidden;
  margin-right: 10px; }

.suggest-search-list .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.suggest-search-list .info {
  width: calc(85% - 10px);
  float: left; }

.suggest-search-list .info .name {
  font-size: 13px;
  line-height: 15px;
  color: #333; }

.suggest-search-list .info .price {
  font-size: 13px;
  line-height: 18px;
  color: red; }

.suggest-search-list .info .type {
  line-height: 20px;
  text-transform: none;
  color: #666666; }

/*end suggest*/
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden; }

#loading_image {
  width: 100%;
  height: 100%;
  background: url(../images/loading_image.gif) no-repeat center center;
  -webkit-background-size: 70px 70px;
  background-size: 70px 70px; }

.alert_message {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 10000;
  line-height: 60px;
  font-size: 25px;
  background: #288ad8;
  border: 2px solid #4486bb;
  color: #fff;
  padding: 15px;
  display: none;
  top: 0; }

#order-success {
  margin: 30px 0 0; }
  #order-success .wrap {
    width: 800px; }
  #order-success .content {
    padding-bottom: 50px;
    background: #fff; }
  #order-success .alert {
    width: 100%;
    float: left;
    text-align: center; }
    #order-success .alert a {
      background: #fff;
      color: #00e501;
      text-transform: uppercase;
      font-size: 22px;
      border-radius: 4px;
      padding: 12px 25px;
      border: 1px solid #ccc;
      position: relative;
      bottom: 12px; }
  #order-success .note {
    line-height: 20px;
    font-size: 16px;
    color: #3f3f3f;
    padding: 0 50px;
    text-align: center;
    margin-top: 30px;
    box-sizing: border-box; }
  #order-success .btn-view-more {
    margin-top: 40px;
    text-align: center; }
    #order-success .btn-view-more a {
      background: #288ad8;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      border-radius: 4px;
      padding: 15px 30px; }
      #order-success .btn-view-more a:hover {
        background: #fff;
        color: #288ad8;
        transition: 0.3s;
        border: 1px solid #288ad8; }

.popup-all-page {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  margin: auto;
  z-index: 10; }
  .popup-all-page img {
    width: 100%;
    max-width: 1170px;
    float: left; }
  .popup-all-page .popup_close {
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-weight: bold; }
    .popup-all-page .popup_close:hover {
      opacity: 1; }

#back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 24px;
  bottom: 100px;
  right: 33px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  border: 1px solid #777; }
  #back-to-top i {
    color: #777; }

.sort {
  width: 200px;
  float: right;
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #737373;
  cursor: pointer;
  position: relative; }
  .sort p {
    text-align: right; }
  .sort span {
    color: #4c4c4c; }
    .sort span i {
      font-weight: bold;
      padding-left: 5px; }
  .sort ul {
    position: absolute;
    top: 35px;
    left: -1px;
    background: #fff;
    width: 222px;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 10;
    border-radius: 4px;
    display: none; }
    .sort ul li {
      line-height: 18px;
      padding-bottom: 10px; }
      .sort ul li:first-child {
        padding-top: 10px; }
      .sort ul li a {
        color: #4c4c4c; }
        .sort ul li a i {
          color: #fff;
          font-size: 18px;
          padding-right: 5px;
          position: relative;
          top: 1px; }
      .sort ul li.active i {
        color: #288ad6; }
  .sort .close {
    position: absolute;
    top: 40px;
    right: 8px;
    color: #4c4c4c;
    font-size: 18px;
    z-index: 100;
    display: none; }

.image, .img {
  position: relative; }
  .image .media-play_new, .img .media-play_new {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999; }
    .image .media-play_new i, .img .media-play_new i {
      color: #fff;
      border: 3px solid #fff;
      border-radius: 50%;
      padding: 9px 9px 9px 11px;
      font-size: 25px;
      background: rgba(0, 0, 0, 0.5); }

.popup-video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 10px !important;
  box-sizing: border-box;
  margin: auto;
  width: 923px !important;
  border-radius: 4px;
  border: 1px solid #dddd;
  background: #fff;
  z-index: 1000000; }
  .popup-video .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-video .popup_close i {
      color: #262626;
      font-size: 18px; }

.sale_dot {
  background: #cc0e18;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 16px; }
  .sale_dot__title span {
    text-transform: none;
    color: #faff00; }

.news_product {
  position: relative;
  padding: 20px 0 !important; }
  .news_product .sticker {
    position: absolute;
    width: 35px;
    top: 2px;
    left: 62px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  .news_product label {
    display: inline-block;
    position: absolute;
    top: 115px;
    left: 5px;
    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; }
    .news_product 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; }

.popup-maps {
  width: 100%;
  float: left;
  background: #7f7f7f; }
  .popup-maps .maps-head {
    background: #0373e9;
    color: #fff;
    position: relative;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 8px 8px 0 0; }
    .popup-maps .maps-head span {
      font-size: 20px;
      position: absolute;
      right: 20px;
      cursor: pointer; }
  .popup-maps .maps-body {
    width: 750px;
    float: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box; }
    .popup-maps .maps-body__item {
      width: 100%;
      float: left;
      color: #696969;
      margin-bottom: 15px; }
      .popup-maps .maps-body__item:last-child {
        margin-bottom: 0; }
      .popup-maps .maps-body__item i {
        float: left;
        font-weight: bold;
        padding-right: 10px;
        font-size: 20px; }
      .popup-maps .maps-body__item p {
        font-size: 20px;
        float: left; }
      .popup-maps .maps-body__item a {
        float: right;
        background: #0373e9;
        color: #fff;
        border-radius: 4px;
        padding: 5px 10px;
        position: relative;
        bottom: 1px; }

.popup-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.popup-wrap {
  background: #fff;
  position: fixed;
  z-index: 10001;
  display: none; }

.metu {
  position: fixed;
  width: 634px;
  bottom: -1px;
  z-index: 100;
  margin-left: calc((100% - 634px) / 2); }
  .metu-content {
    background: #0472e9;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0; }
    .metu-content__item {
      float: left;
      padding: 10px;
      box-sizing: border-box;
      background: #3f8fee;
      margin-right: 10px;
      border-radius: 4px; }
      .metu-content__item:hover {
        transition: 0.1s;
        background-color: rgba(27, 27, 27, 0.2); }
      .metu-content__item:last-child {
        margin-right: 0; }
      .metu-content__item img {
        padding-right: 15px;
        float: left;
        animation: tada 1.2s infinite;
        width: 20px; }
      .metu-content__item p {
        float: left;
        color: #fff;
        font-size: 16px;
        padding-top: 4px; }

.detail-video-youtube {
  text-align: center;
  position: relative; }
  .detail-video-youtube .play-video-youtube {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 30px);
    cursor: pointer; }

.image-us {
  width: 100%;
  float: left;
  margin-top: 30px; }
  .image-us .title {
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px; }
  .image-us .content {
    width: 100%;
    float: left; }
    .image-us .content .item {
      width: calc(20% - 10px);
      float: left;
      margin-left: calc(50px / 4);
      margin-bottom: calc(50px / 4); }
      .image-us .content .item:nth-child(5n+1) {
        margin-left: 0; }
      .image-us .content .item img {
        width: 100%;
        float: left;
        cursor: pointer; }

.media-play_new {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .media-play_new i {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 9px 9px 9px 11px;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5); }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%,
    20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
    50%,
    70%,
    90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
    60%,
    80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

/*# sourceMappingURL=style.min.css.map */
