.progress {
  margin-top: 6px;
}

.progress-bar {
  background-color: #C73536;
}

.count-stars {
  margin-top: 6px;
  margin-left: 6px;
}

.star--large {
  font-size: 25px;
}

.star--medium {
  font-size: 17px;
}

.big--text {
  font-size: 30px;
}

.medium--text {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.para__mb-0 {
  margin-bottom: 0;
}

.red--text {
  color: #C73536;
}

.quarter:after {
  content: '\f005';
  font-size: inherit;
  color: #F8B84E;
  position: absolute;
  margin-left: -22px;
  width: 7px;
  overflow: hidden;
}

.small-quarter:after {
  content: '\f005';
  font-size: inherit;
  color: #F8B84E;
  position: absolute;
  margin-left: -13px;
  width: 3px;
  overflow: hidden;
}

.half:after {
  content: '\f005';
  font-size: inherit;
  color: #F8B84E;
  position: absolute;
  margin-left: -22px;
  width: 11px;
  overflow: hidden;
}

.small-half:after {
  content: '\f005';
  font-size: inherit;
  color: #F8B84E;
  position: absolute;
  margin-left: -13px;
  width: 6px;
  overflow: hidden;
}

.three-quarters:after {
  content: '\f005';
  font-size: inherit;
  color: #F8B84E;
  position: absolute;
  margin-left: -22px;
  width: 14px;
  overflow: hidden;
}

.small-three-quarters:after {
  content: '\f005';
  font-size: inherit;
  color: #F8B84E;
  position: absolute;
  margin-left: -13px;
  width: 8px;
  overflow: hidden;
}

.star--yellow {
  padding-right: 0;
  color: #F8B84E;
  margin: 2px;
}

.star--grey {
  padding-right: 0;
  color: #EEEEEE;
  margin: 2px;
}

.container {
  padding: 0;
}

.container .title-detail {
  font-size: 24px;
  font-weight: bold;
}

.tick {
  color: #50B748;
}

.sidebar-box {
  overflow: hidden;
  position: relative;
}

.grey--text {
  color: #999999;
}

.colors-model {
  list-style-type: none;
  padding: 0;
  margin-top: 16px;
  overflow: auto;
}

.colors-model li {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.colors-model li:first-child {
  width: 60px;
}

.colors-model li img {
  height: 45px;
  width: 45px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.colors-model li img:hover {
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
  cursor: pointer;
}

.guarantee-box {
  padding: 20px;
  background-color: rgba(0, 153, 0, 0.05);
  background-image: url("/img/tick.png");
  background-position: right 0% bottom 50%;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  position: relative;
}

.guarantee {
  color: #328300;
  font-size: 14px;
  font-weight: 350;
}

.time-guarantee {
  color: #328300;
  font-size: 14px;
  font-weight: 350;
}

.tinh-trang {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tinh-trang div {
  height: 25px;
}

.disc {
  width: 6px;
  height: 6px;
  top: 8px;
  left: 0;
  background-color: #999999;
  position: absolute;
  border-radius: 50%;
}

.custom-disc ul {
  list-style-type: none;
}

.custom-disc ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #999999;
  position: absolute;
  border-radius: 50%;
  left: 0;
  margin-top: 8px;
}

.quantity {
  position: relative;
}

.quantity label {
  height: 45px;
}

.quantity input[type=text] {
  width: 100%;
  height: 100%;
  padding-right: 50px;
  border: 1px solid #eee;
  padding-left: 15px;
}

.quantity .toggle-quantity {
  position: absolute;
}

.quantity .toggle-quantity .increment {
  width: 25px;
  font-size: 24px;
  height: 25px;
  line-height: 20px;
  font-weight: 100;
  color: #555;
  background-color: #F7F7F7;
  border: none;
  border-radius: 50%;
}

.quantity .toggle-quantity .increment:focus {
  outline: none;
}

.quantity .toggle-quantity .increment:hover {
  background-color: #eee;
  color: #9c9c9c;
}

.quantity .toggle-quantity .decrement {
  width: 25px;
  font-size: 24px;
  height: 25px;
  line-height: 10px;
  font-weight: 100;
  background-color: #F7F7F7;
  border: none;
  color: #555;
  border-radius: 50%;
  padding-top: 0;
}

.quantity .toggle-quantity .decrement:focus {
  outline: none;
}

.quantity .toggle-quantity .decrement:hover {
  background-color: #eee;
  color: #9c9c9c;
}

.box-read-more {
  height: 80px;
  position: relative;
}

.box-read-more .gradient {
  position: absolute;
  bottom: 80px;
  left: 0px;
  width: 100%;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
}

.box-read-more .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-read-more .read-more a {
  width: 150px;
  display: block;
  color: #c73536;
  height: 40px;
  font-weight: 400;
  background-color: white;
  border: 2px solid #c73536;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share p {
  margin-bottom: 0;
}

.add-to-cart {
  height: 50px;
  background-color: #C73536;
  width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-to-cart a {
  text-transform: uppercase;
  font-weight: 400;
  color: white !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-to-cart:hover {
  color: white;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 1px 3px #bbb);
          filter: drop-shadow(0px 1px 3px #bbb);
}

.model-detail {
  height: 80px;
  background-color: #F7F7F7;
}

.model-detail .style-tab {
  max-width: 217px !important;
  text-transform: uppercase;
  height: 80px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model-detail .style-tab a {
  color: #333;
  background-color: transparent;
  border: none;
}

.model-detail .style-tab a[aria-selected=true] {
  color: #C73536;
}

.model-detail .nav-tabs {
  border: none;
}

.mota-sanpham {
  margin-top: 28px;
  margin-bottom: 50px;
}

.mota-sanpham h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.mota-sanpham h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.point {
  padding-top: 40px;
  padding-left: 20px;
}

.point .col .big--point {
  font-weight: 400;
  margin: 0;
  height: 77px;
  text-align: center;
}

.point .col .medium--point {
  color: #999999;
  font-weight: 400;
  margin: 0;
}

.heading h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.binhluan {
  display: none;
}

.binhluan .binhluan__title {
  margin-bottom: 20px;
  font-weight: 400;
  padding-top: 8px;
}

.binhluan .binhluan__title h4 {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}

.binhluan textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  padding-left: 20px;
  padding-top: 20px;
  resize: none;
  background-color: #f8f8f8;
  border: none;
  border-radius: 5px;
  font-weight: 100;
}

.send-comment {
  height: 100px;
}

.send-comment a {
  border-radius: 140px;
  width: 280px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #C73536;
  color: #C73536 !important;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.send-comment a:hover {
  text-decoration: none;
  cursor: pointer;
}

.div-counter-star {
  height: 180px;
  width: 620px;
}

.five-stars {
  width: 300px;
  height: 16px;
  position: relative;
  background-color: #EEEEEE;
}

.five-stars::before {
  content: "";
  width: 150px;
  height: 16px;
  position: absolute;
  background-color: #C73536;
}

.four-stars {
  width: 300px;
  height: 16px;
  position: relative;
  background-color: #EEEEEE;
}

.four-stars::before {
  content: "";
  width: 75px;
  height: 16px;
  position: absolute;
  background-color: #C73536;
}

.three-stars {
  width: 300px;
  height: 16px;
  position: relative;
  background-color: #EEEEEE;
}

.three-stars::before {
  content: "";
  width: 55px;
  height: 16px;
  position: absolute;
  background-color: #C73536;
}

.two-stars {
  width: 300px;
  height: 16px;
  position: relative;
  background-color: #EEEEEE;
}

.two-stars::before {
  content: "";
  width: 40px;
  height: 16px;
  position: absolute;
  background-color: #C73536;
}

.one-star {
  width: 300px;
  height: 16px;
  position: relative;
  background-color: #EEEEEE;
}

.one-star::before {
  content: "";
  width: 15px;
  height: 16px;
  position: absolute;
  background-color: #C73536;
}

.write-comment input[type=button] {
  border-radius: 140px;
  width: 280px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #C73536;
  color: #C73536;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  background: white;
}

.write-comment input[type=button]:focus {
  outline: none;
}

.disabled-add-to-cart {
  background-color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}

.close-comment input[type=button] {
  border-radius: 140px;
  width: 280px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #999999;
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  background: white;
}

.close-comment input[type=button]:focus {
  outline: none;
}

.comment .content-comment {
  padding-top: 31px;
  height: 133px;
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  padding-left: 0;
  padding-right: 0;
}

.comment .content-comment .star-comment {
  max-width: 120px;
}

.comment .content-comment p {
  margin-top: 4px;
  line-height: 20px;
  margin-bottom: 0;
}

.comment .content-comment .user-comment {
  font-weight: 400;
}

.pagination {
  margin-top: 30px;
}

.pagination .current span {
  cursor: pointer;
}

.pagination .other-page span {
  cursor: pointer;
}

.popup {
  position: absolute;
  z-index: 2;
}

.popup .wrapper-popup {
  background-color: #fff;
  border: 1px solid #333;
  top: 60px;
  width: 280px;
}

.popup .wrapper-popup #close-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

.popup .wrapper-popup .content {
  height: 80px;
}

.popup .wrapper-popup .content .button-cart {
  background-color: #333;
  display: block;
  text-align: center;
  height: 34px;
  width: 90%;
  margin: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.popup .wrapper-popup .content .button-cart:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.discount-detail {
  background-color: #ffa621;
  margin-left: 7px;
  padding: 5px;
  color: white;
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
}

.discount-detail:before {
  position: absolute;
  top: 0px;
  left: -7px;
  display: inline-block;
  content: "";
  border-top: 14px solid #ffa621;
  border-bottom: 13px solid #ffa621;
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
}

.discount-detail:after {
  position: absolute;
  top: 0;
  right: -7px;
  display: inline-block;
  content: "";
  border-top: 14px solid #ffa621;
  border-bottom: 13px solid #ffa621;
  border-left: 7px solid transparent;
  border-right: 8px solid transparent;
}

.products .title {
  font-size: 24px;
}

.products .product-item {
  margin-top: 5px;
  background-color: white;
  border-right: 1px solid #eee;
}

.products .product-item:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.products .product-item img {
  padding-top: 10px !important;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.products .product-item a {
  color: #333;
}

.products .product-item a .name-product {
  text-align: center;
  margin-bottom: 0;
}

.products .product-item a .truncate {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
  color: #242424;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.1px;
  text-align: left;
  text-overflow: ellipsis;
  margin: 0px;
  overflow: hidden;
  height: 40px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 5px;
}

.products .product-item a:hover {
  text-decoration: none;
}

.products .product-item:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products .product-item img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products .product-item col {
  padding: 0;
}

@media (max-width: 767px) {
  .count-rating {
    font-size: 13px;
    padding-left: 2px;
  }
  .star--yellow {
    font-size: 10px;
  }
  .star--grey {
    font-size: 10px;
  }
  .progress-box {
    width: 100%;
  }
  .mm-menu {
    z-index: 10 !important;
  }
  .image-box-show {
    display: none !important;
  }
  .images-product-mobile .owl-carousel .owl-item img {
    padding: 5px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  .popup {
    top: 47px;
  }
  .menu-footer-mobile {
    padding-bottom: 50px !important;
  }
  .specifications ul {
    padding: 0 15px;
  }
  .guarantee {
    padding: 5px 0;
  }
  .guarantee-box {
    padding: 10px !important;
  }
  .time-guarantee {
    padding: 5px 0;
  }
  .discount-detail {
    background-color: transparent;
    color: #ffa621;
    display: block;
    font-weight: 500;
    padding-left: 8px;
  }
  .discount-detail:before {
    display: none;
  }
  .discount-detail:after {
    display: none;
  }
  #quantity-mobile {
    padding-left: 5px;
  }
  #formbuy {
    width: 100%;
    text-align: center;
  }
  #formbuy #buynow-mobile {
    width: 100%;
    display: block;
    font-weight: 400;
    text-align: center;
  }
  #order-mobile {
    width: 100%;
    text-align: center;
    font-weight: 400;
  }
  .truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    color: #242424;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.1px;
    text-align: left;
    text-overflow: ellipsis;
    margin: 0px;
    overflow: hidden;
    height: 40px;
    padding-left: 10px;
  }
  .add-to-cart-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    left: 0;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c73536;
  }
  .add-to-cart-mobile a {
    color: white;
  }
  .add-to-cart-mobile a:hover {
    text-decoration: none;
  }
  .quantity-mobile .count-number {
    width: 150px;
    height: 45px;
    position: relative;
  }
  .quantity-mobile .count-number #quantity-mobile {
    margin-left: 10px;
    width: 100%;
    height: 100%;
  }
  .quantity-mobile .count-number .toggle-quantity {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .quantity-mobile .count-number .toggle-quantity .increment {
    border: none;
    background-color: #eee;
    height: 2.5em;
    width: 2.5em;
    border-radius: 999px;
    position: relative;
    font-size: 10px;
  }
  .quantity-mobile .count-number .toggle-quantity .increment:after, .quantity-mobile .count-number .toggle-quantity .increment:before {
    content: "";
    display: block;
    background-color: grey;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .quantity-mobile .count-number .toggle-quantity .increment:before {
    height: 1em;
    width: 0.2em;
  }
  .quantity-mobile .count-number .toggle-quantity .increment:after {
    height: 0.2em;
    width: 1em;
  }
  .quantity-mobile .count-number .toggle-quantity .decrement {
    border: none;
    background-color: #eee;
    height: 2.5em;
    width: 2.5em;
    border-radius: 999px;
    position: relative;
    font-size: 10px;
  }
  .quantity-mobile .count-number .toggle-quantity .decrement:after, .quantity-mobile .count-number .toggle-quantity .decrement:before {
    content: "";
    display: block;
    background-color: grey;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .quantity-mobile .count-number .toggle-quantity .decrement:before {
    width: 0.2em;
  }
  .quantity-mobile .count-number .toggle-quantity .decrement:after {
    height: 0.2em;
    width: 1em;
  }
  #modal-cart {
    position: fixed;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 2147483645;
    bottom: 0;
    padding: 10px;
    background-color: white;
    height: 50vh;
    -webkit-box-shadow: 0px -1px 27px -14px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -1px 27px -14px rgba(0, 0, 0, 0.75);
    display: none;
  }
  #modal-cart .box-modal-cart .img-box-show-mobile {
    padding: 10px;
  }
  #modal-cart .box-modal-cart .img-box-show-mobile img {
    width: 20%;
  }
  #modal-cart .colors-model-mobile {
    position: absolute;
  }
  .grey-background {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(85, 85, 85, 0.3);
    z-index: 6;
    display: none;
  }
  .add-to-cart {
    display: none;
    pointer-events: none;
  }
  .quantity label {
    display: none !important;
    pointer-events: none;
  }
  .quantity .count-number {
    display: none;
    pointer-events: none;
  }
  .btn-order-mobile {
    position: fixed;
    bottom: 0;
    z-index: 6;
    width: 100vw;
    font-size: 13px;
  }
  .btn-order-mobile .box-btn {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-order-mobile .chat-box {
    background-color: #571845;
    color: white;
    padding: 10px;
  }
  .btn-order-mobile .chat-box:hover {
    text-decoration: none;
  }
  .btn-order-mobile .cart-box-mobile {
    background-color: #900c3e;
    color: white;
    padding: 10px;
  }
  .btn-order-mobile .cart-box-mobile:hover {
    text-decoration: none;
  }
  .btn-order-mobile .buy-box {
    background-color: #bf1e2e;
    color: white;
    padding: 10px;
  }
  .btn-order-mobile .buy-box:hover {
    text-decoration: none;
  }
  .disabled-add-to-cart-mobile {
    background: #666666 !important;
    pointer-events: none;
  }
  .image-box-show {
    margin-top: 59px;
  }
  #gioi-thieu-san-pham {
    padding-left: 5px;
  }
  #gioi-thieu-san-pham p img {
    width: 100% !important;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .breadcrumbs {
    display: none;
  }
  .pagination {
    display: none;
  }
  .container .image-box-show img {
    display: block;
    margin: auto;
    width: 100vw !important;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .container .model-thumbnail {
    display: none;
  }
  .container .owl-carousel .owl-dots .owl-dot {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .container .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
  }
  .container .owl-carousel .owl-dots .active span {
    background-color: #363435 !important;
    width: 20px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .container .title-detail {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 400;
  }
  .container .tinh-trang {
    display: none;
  }
  .container .new-fee {
    margin-left: 15px;
  }
  .container .old-fee + span {
    margin-left: 15px;
    display: block;
  }
  .container .count-number {
    width: 150px;
    height: 45px;
    position: relative;
  }
  .container .count-number #quantity {
    margin-left: 10px;
    width: 100%;
    height: 100%;
  }
  .container .count-number .toggle-quantity {
    position: absolute;
    top: 20%;
    right: 5%;
  }
  .summary {
    padding-left: 15px;
  }
  .thong-so-ky-thuat {
    display: none;
  }
  .thong-so-ky-thuat-mobile-data:nth-child(odd) {
    background-color: white;
    color: #333;
  }
  .thong-so-ky-thuat-mobile-data:nth-child(even) {
    background-color: #F7F7F7;
    color: #333;
  }
  .model-detail {
    display: none;
    pointer-events: none;
  }
  .gioi-thieu-mobile {
    padding-left: 15px;
  }
  .gioi-thieu-mobile + div {
    padding-left: 15px;
  }
  .gioi-thieu-mobile + div p img {
    width: 100%;
  }
  #thong-so-ki-thuat h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  #gioi-thieu-san-pham h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  #san-pham-tuong-tu h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  #bo-san-pham h2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .accessories {
    padding-left: 8px;
    padding-right: 8px;
  }
  .desciption-content {
    padding-left: 8px;
    padding-right: 8px;
  }
  .thong-so-ky-thuat {
    font-size: 14px;
  }
  #danh-gia-binh-luan {
    padding: 0 8px;
  }
  .read-more {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .read-more a {
    text-align: center;
    font-weight: 500;
  }
  .similar-products h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .similar-products .product {
    width: 240px;
  }
  .similar-products .owl-stage-outer {
    height: 300px;
  }
  .write-comment input[type=button] {
    border-radius: 140px;
    width: 150px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #C73536;
    color: #C73536;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background: white;
  }
  .write-comment input[type=button]:focus {
    outline: none;
  }
  .close-comment input[type=button] {
    border-radius: 140px;
    width: 150px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #999999;
    color: #999999;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    background: white;
  }
  .close-comment input[type=button]:focus {
    outline: none;
  }
  .name-guest {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    resize: none;
    background-color: #f8f8f8;
    border: none;
    border-radius: 5px;
    font-weight: 100;
  }
  .binhluan {
    padding: 0 8px;
  }
  .send-comment {
    height: 100px;
  }
  .send-comment a {
    border-radius: 140px;
    width: 150px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #C73536;
    color: #C73536 !important;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
  }
  .send-comment a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .big--point {
    font-size: 35px;
  }
  .medium--point {
    font-size: 15px;
  }
  .half:after {
    content: '\f005';
    font-size: inherit;
    color: #F8B84E;
    position: absolute;
    margin-left: -10px;
    width: 5px;
    overflow: hidden;
  }
  .three-quarters:after {
    content: '\f005';
    font-size: inherit;
    color: #F8B84E;
    position: absolute;
    margin-left: -10px;
    width: 7px;
    overflow: hidden;
  }
  .quarter:after {
    content: '\f005';
    font-size: inherit;
    color: #F8B84E;
    position: absolute;
    margin-left: -10px;
    width: 4px;
    overflow: hidden;
  }
  .point .col {
    height: 55px;
  }
  #pid_comment {
    padding: 0 8px;
  }
  .binhluan .binhluan__title h4 {
    font-size: 12px;
  }
  .rating-stars {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .binhluan {
    padding: 0 8px;
  }
  .progress-box {
    width: 461px;
  }
  .breadcrumbs {
    display: none;
  }
  main .container {
    padding: 0 8px;
  }
  .btn-order-mobile {
    display: none;
  }
  .model-detail {
    display: none;
  }
  .detail-mobile {
    display: none;
  }
  .pagination {
    display: none;
  }
  .container .image-box-show img {
    display: block;
    margin: auto;
    width: 100vw;
    height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .add-to-cart a {
    color: white !important;
  }
  .count-number {
    width: 150px;
    height: 45px;
    position: relative;
  }
  .count-number .quantity {
    width: 100%;
    height: 100%;
  }
  .count-number .toggle-quantity {
    position: absolute;
    top: 20%;
    right: 5%;
  }
  .model-thumbnail {
    display: none;
  }
  .owl-carousel .owl-item {
    padding: 10px;
  }
  .owl-carousel .owl-dots .owl-dot {
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
  }
  .owl-carousel .owl-dots .active span {
    background-color: #363435 !important;
    width: 20px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  .read-more {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .read-more a {
    text-align: center;
    font-weight: 500;
  }
  .similar-products h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .similar-products .product {
    width: 240px;
  }
  .similar-products .owl-stage-outer {
    height: 310px;
  }
  .name-guest {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    resize: none;
    background-color: #f8f8f8;
    border: none;
    border-radius: 5px;
    font-weight: ss100;
  }
  .big--point {
    font-size: 60px;
  }
  .medium--point {
    font-size: 30px;
  }
  .count-rating {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .progress-box {
    width: 461px;
  }
  .popup {
    top: 45px;
  }
  .similar-products h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .similar-products .product {
    width: 240px;
  }
  .similar-products .owl-stage-outer {
    height: 310px;
  }
  .btn-order-mobile {
    display: none !important;
    pointer-events: none;
  }
  .gioi-thieu-mobile {
    display: none;
  }
  .images-product-mobile {
    display: none;
    pointer-events: none;
  }
  .right-col {
    padding-left: 30px !important;
  }
  .specifications ul {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .container .image-box-show img {
    display: block;
    margin: auto;
    width: 100% !important;
    max-height: 500px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .name-guest {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    resize: none;
    background-color: #f8f8f8;
    border: none;
    border-radius: 5px;
    font-weight: 100;
  }
  .model-thumbnail {
    max-width: 100px !important;
    position: relative;
    max-width: 140px;
  }
  .model-thumbnail ul {
    list-style-type: none;
    padding: 0;
  }
  .model-thumbnail ul li {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .model-thumbnail ul li img {
    width: 80px;
    height: 80px;
  }
  .model-thumbnail .owl-carousel {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    left: -120px;
    min-width: 270px;
    margin-top: 100px;
  }
  .model-thumbnail .owl-carousel .owl-item {
    width: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .model-thumbnail .owl-carousel .owl-item:hover img {
    border: 1px solid #eee;
    -webkit-filter: opacity(0.8);
            filter: opacity(0.8);
  }
  .model-thumbnail .owl-carousel .owl-item img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .model-thumbnail .owl-carousel .owl-dots {
    display: none;
  }
  .model-thumbnail .owl-carousel .owl-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    width: 470px;
    bottom: 105px;
    left: -37px;
    z-index: -1;
  }
  .model-thumbnail .owl-carousel .owl-nav .owl-prev {
    font-size: 36px;
    background: transparent;
    border: none;
    color: #bbb;
  }
  .model-thumbnail .owl-carousel .owl-nav .owl-prev:hover {
    background-color: transparent;
    border: none;
    color: #bbb;
  }
  .model-thumbnail .owl-carousel .owl-nav .owl-prev:focus {
    outline: none !important;
  }
  .model-thumbnail .owl-carousel .owl-nav .owl-next {
    font-size: 36px;
    background: transparent;
    border: none;
    color: #bbb;
  }
  .model-thumbnail .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    border: none;
    color: #bbb;
  }
  .model-thumbnail .owl-carousel .owl-nav .owl-next:focus {
    outline: none !important;
  }
  .model-thumbnail .owl-carousel .owl-stage {
    min-width: 550px !important;
  }
  .model-thumbnail .owl-carousel .owl-stage-outer {
    min-width: 400px !important;
    height: 120px;
  }
  .detail-mobile {
    display: none;
  }
  .count-number {
    width: 150px;
    height: 45px;
    position: relative;
  }
  .count-number .quantity {
    width: 100%;
    height: 100%;
  }
  .count-number .toggle-quantity {
    position: absolute;
    top: 20%;
    right: 5%;
  }
  .breakline-mobile {
    display: none;
  }
  .thong-so-ky-thuat {
    width: 900px;
  }
  .thong-so-ky-thuat div {
    height: 50px;
  }
  .thong-so-ky-thuat div:nth-child(odd) {
    padding-left: 66px;
    border-right: 1px solid #ececec;
  }
  .thong-so-ky-thuat div:nth-child(even) {
    padding-left: 66px;
  }
  .thong-so-ky-thuat:nth-child(odd) {
    background-color: white;
    color: #333;
  }
  .thong-so-ky-thuat:nth-child(even) {
    background-color: #F7F7F7;
    color: #333;
  }
  .thong-so-ky-thuat-mobile {
    display: none !important;
  }
  .nav-links, .active {
    background: transparent !important;
  }
  .point {
    padding-left: 15px !important;
  }
  .specifications table {
    max-width: 900px !important;
  }
  .specifications table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
  }
  .specifications table tbody tr:nth-child(odd):hover {
    background-color: #6b000010;
  }
  .specifications table tbody tr:nth-child(even) {
    background-color: white;
  }
  .specifications table tbody tr:nth-child(even):hover {
    background-color: #6b000010;
  }
  .box-read-more a:hover {
    text-decoration: none;
    cursor: pointer;
    background: #c73536;
    color: white;
    font-weight: bold;
  }
  .mobile-product-cart {
    display: none;
    pointer-events: none;
  }
  .point {
    max-width: 220px;
    padding-bottom: 40px;
  }
  .point .col {
    height: 77px !important;
  }
  .write-comment {
    height: 180px;
    max-width: 363px;
  }
  .close-comment {
    height: 180px;
    max-width: 363px;
  }
  .binhluan .binhluan__title h4 {
    margin-right: 10px;
  }
  .big--point {
    font-size: 60px;
  }
  .medium--point {
    font-size: 30px;
  }
  .count-rating {
    text-align: center;
  }
  .div-counter-star {
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
  }
}

video {
  max-width: 100%;
}
/*# sourceMappingURL=detail.css.map */