.product .head-product-detail {
  background: #fff;
}
.product .head-product-detail .title-product {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product .head-product-detail .title-product {
    display: block;
  }
}
.product .head-product-detail .title-product h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
@media (max-width: 768px) {
  .product .head-product-detail .title-product h1 {
    margin-bottom: 10px;
  }
}
.product .head-product-detail .title-product .share {
  display: flex;
}
.product .head-product-detail .title-product .share .tt_share {
  padding: 0px;
  margin: 0;
}
.product .product-item {
  background: #fff;
}
.product .product-item .leftimg {
  overflow: hidden;
}
@media (max-width: 768px) {
  .product .product-item .buy_product form .row {
    display: flex;
  }
  .product .product-item .list_products_price_colors .list-colors-product .row {
    display: flex;
  }
  .product .product-item .list_products_price_colors .list-colors-product .row .col-md-4 {
    width: 33.333%;
  }
  .product .product-item .more-info hr {
    display: none;
  }
  .product .product-item .more-info div {
    display: flex;
  }
  .product .product-item .more-info div .row {
    display: flex;
  }
  .product .product-item .more-info div .row .more-info-detail {
    display: block;
  }
  .product .product-item .more-info div .row .more-info-detail .text-more-info {
    margin-left: 0;
  }
  .product .product-item .more-info div .row .more-info-detail .text-more-info p {
    text-transform: lowercase;
  }
  .product .product-item .more-info div .row .more-info-detail .text-more-info p:first-letter {
    text-transform: uppercase;
  }
  .product .product-item .more-info div .more-info-detail {
    display: block;
    text-align: center;
  }
}
.product .product-item .promotion-product {
  border: 1px solid rgba(239, 104, 55, 0.24);
  box-sizing: border-box;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product .product-item .promotion-product .title-promotion {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(239, 104, 55);
  border-radius: 14px 14px 0px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height, or 112% */
  color: #fff;
}
.product .product-item .promotion-product .title-promotion:after {
  content: url("../images/gift.png");
  width: 16px;
  height: 16px;
}
.product .product-item .promotion-product .title-promotion-cat {
  color: #fff;
  background: #ef6837;
}
.product .product-item .promotion-product .content-promition {
  padding: 16px;
}
.product .product-item .promotion-product .content-promition p, .product .product-item .promotion-product .content-promition span {
  font-size: 14px !important;
  font-family: unset !important;
}
.product .product-item .promotion-product .content-promition ol {
  list-style-type: decimal;
  margin-left: 15px;
  padding-left: 0px;
}
.product .product-item .promotion-product .content-promition ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
  margin: 5px 12px;
}
.product .product-item .promotion-product .content-promition ol li:after {
  content: counter(list);
  position: absolute;
  text-align: center;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 10px;
  background: red;
  left: -26px;
  border-radius: 50%;
  top: 0;
  transform: translate(-21%, 1px);
}
.product .product-item .promotion-product-cat {
  border: 1px solid #FEE2E2;
}
.product .product-item .main-img {
  margin-bottom: 20px;
}
.product .product-item .main-img figure {
  display: block;
  border: 1px solid #666;
  border-radius: 10px;
}
.product .product-item .main-img img {
  max-width: 75% !important;
  height: 100% !important;
  max-height: 100% !important;
  display: block;
  margin: 0 auto !important;
}
.product .product-item .leftimg {
  margin-bottom: 40px;
}
.product .product-item .leftimg #thumb-pro .item11 {
  display: inline-block;
  margin: 0 5px;
}
.product .product-item .leftimg #thumb-pro img {
  width: 65px !important;
  height: auto !important;
  box-shadow: 0 0 1px 0px rgb(0, 0, 0);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .product .product-item .leftimg #thumb-pro img {
    max-width: 100% !important;
    max-height: 100% !important;
    box-shadow: unset !important;
  }
}
@media (max-width: 767px) {
  .product .product-item .leftimg #thumb-pro {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product .product-item .leftimg #thumb-pro .mz-thumb {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3) !important;
  }
  .product .product-item .leftimg #thumb-pro .mz-thumb-selected {
    border: 1px solid #ef6938;
  }
}
.product .product-item .leftimg #thumb-pro .mz-thumb-selected img {
  border: 1px solid #ef6938;
}
@media (max-width: 767px) {
  .product .product-item .leftimg #thumb-pro .mz-thumb-selected img {
    border: unset !important;
  }
}
.product .product-item .more-info .hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.product .product-item .more-info .more-info-detail {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 20px;
}
.product .product-item .more-info .more-info-detail .text-more-info {
  margin-left: 16px;
  font-size: 16px;
  color: #555;
}
.product .product-item .more-info .more-info-detail .text-more-info p {
  font-weight: bold;
}
@media (max-width: 768px) {
  .product .product-item .more-info .more-info-detail .text-more-info p {
    text-transform: lowercase;
  }
  .product .product-item .more-info .more-info-detail .text-more-info p:first-letter {
    text-transform: uppercase;
  }
}
.product .product-item .address-buy-product ul {
  list-style: none;
  height: 120px;
  overflow-y: scroll;
}
.product .product-item .address-buy-product ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.product .product-item .address-buy-product ul li span {
  color: #ef6837;
}
.product .product-item .list_products_version .col-md-4 {
  padding-left: 0;
}
.product .product-item .list_products_version .col-md-4 a {
  font-size: 11px;
}
.product .product-item .pay_after {
  color: #FFFFFF;
  margin-bottom: 20px;
  position: absolute;
  z-index: 2;
}
.product .product-item .pay_after span {
  padding: 6px 8px;
  background: #dc0000;
  border-radius: 4px;
}
.product .product-item .price_product {
  margin-bottom: 20px;
}
.product .product-item .price_product .price_new {
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  /* identical to box height */
  color: rgba(176, 0, 32, 0.87);
}
.product .product-item .price_product .price_old {
  font-weight: 400;
  font-size: 20px;
  line-height: 66px;
  /* identical to box height */
  text-decoration-line: line-through;
  /* Black / 38 */
  color: rgba(0, 0, 0, 0.38);
}
.product .product-item .list_products_version ul li .product-version-extend {
  display: block;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.46);
  border-radius: 8px;
  padding: 13px 5px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
.product .product-item .list_products_version ul li .product-version-extend p {
  margin: 0;
  max-height: 40px;
  min-height: 15px;
  line-height: 20px;
  overflow: hidden;
  font-size: 11px;
}
.product .product-item .list_products_version ul li .product-version-extend span {
  display: block;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  font-weight: 400;
}
.product .product-item .list_products_version ul li .active {
  border: 1px solid #ed0000;
}
.product .product-item .list_products_version ul li .active:after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background: #ef6837;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 9px;
  border-radius: 0 0px 14px 0;
  line-height: 16px;
  text-indent: -3px;
}
.product .product-item .list_products_price_colors .color-choose {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.product .product-item .list_products_price_colors .color-choose b {
  color: #000000;
}
.product .product-item .list_products_price_colors .list-colors-product .col-md-4 {
  padding-left: 0;
}
.product .product-item .list_products_price_colors .list-colors-product .color-product {
  display: block;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
@media (max-width: 768px) {
  .product .product-item .list_products_price_colors .list-colors-product .color-product {
    padding: 10px 3px;
  }
}
.product .product-item .list_products_price_colors .list-colors-product .color-product span {
  display: block;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.87);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  .product .product-item .list_products_price_colors .list-colors-product .color-product span {
    font-size: 13px;
  }
}
.product .product-item .list_products_price_colors .list-colors-product .color-product .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product-item .list_products_price_colors .list-colors-product .color-product .d-flex img {
  margin-right: 10px;
  max-height: 30px;
}
.product .product-item .list_products_price_colors .list-colors-product .active {
  border: 1px solid #EF6837;
}
.product .product-item .list_products_price_colors .list-colors-product .active:after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background: #ef6837;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 9px;
  border-radius: 0 0px 14px 0;
  line-height: 16px;
  text-indent: 1px;
}
.product .product-item .buy_product a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  /* White / 100 */
  color: #FFFFFF;
  padding: 10px 0;
}
.product .product-item .buy_product a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* White / 100 */
  color: #FFFFFF;
  display: block;
  margin-top: 5px;
}
.product .product-item .buy_product .add-to-cart {
  background: #da0000;
  border-radius: 11px;
  margin-bottom: 18px;
}
.product .product-item .buy_product .pay-after-product {
  background: #3173eb;
  border-radius: 12px;
  margin-bottom: 20px;
}
.product .box-content-product {
  padding: 40px 0;
  background: #F8F8F9;
}
.product .box-content-product .col-md-7 {
  max-width: 100%;
}
.product .box-content-product .product-item-box {
  position: sticky;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  top: 70px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 13px;
}
.product .box-content-product .product-item-box .label-title-box {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  text-transform: uppercase;
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}
.product .box-content-product .product-item-box .label-content-box h2 {
  font-size: 20px;
}
.product .box-content-product .product-item-box .label-content-box h3 {
  font-size: 17px;
}
.product .box-content-product .product-item-box .specification_long img {
  max-width: 100%;
  height: auto !important;
}
.product .box-content-product .product-item-box table tr:nth-child(odd) {
  background: #f1f1f1;
}
.product .box-content-product .product-item-box table td {
  padding: 5px;
}
.product .box-content-product .product-item-box .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
.product .box-content-product .product-item-box .charactestic_table, .product .box-content-product .product-item-box .charactestic_table_detail {
  margin-bottom: 20px;
}
.product .box-content-product .product-item-box .charactestic_table tbody, .product .box-content-product .product-item-box .charactestic_table_detail tbody {
  background: #fff;
}
.product .box-content-product .product-item-box .charactestic_table tr:nth-child(odd), .product .box-content-product .product-item-box .charactestic_table_detail tr:nth-child(odd) {
  background-color: #E8E9EB;
}
.product .box-content-product .product-item-box .charactestic_table tr:hover, .product .box-content-product .product-item-box .charactestic_table_detail tr:hover {
  background-color: #ddd;
}
.product .box-content-product .product-item-box .charactestic_table tr td, .product .box-content-product .product-item-box .charactestic_table_detail tr td {
  padding: 12px 16px;
  font-size: 16px;
  color: #111;
}
.product .box-content-product .summary_action {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.product .box-content-product .summary_action:before {
  content: "";
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(248, 248, 249, 0) 0%, #F8F8F9 77.6%);
  height: 100px;
  left: 0;
  bottom: 0;
}
.product .box-content-product .summary_action .expand_bt {
  display: inline-block;
  border: 1px solid #00B0FF;
  padding: 12px 0px;
  min-width: 400px;
  border-radius: 10px;
  color: #00B0FF;
  position: relative;
  z-index: 9;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .product .box-content-product .summary_action .expand_bt {
    width: 100%;
    min-width: auto;
  }
}
.product .box-content-product .summary_action .expand_bt i {
  margin-left: 5px;
}
.product .box-content-product .summary_action2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.product .box-content-product .summary_action2:before {
  content: "";
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(248, 248, 249, 0) 0%, #F8F8F9 77.6%);
  height: 100px;
  left: 0;
  bottom: 0;
}
.product .box-content-product .summary_action2 .expand_bt2 {
  display: inline-block;
  border: 1px solid #00B0FF;
  padding: 12px 0px;
  min-width: 400px;
  border-radius: 10px;
  color: #00B0FF;
  position: relative;
  z-index: 9;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .product .box-content-product .summary_action2 .expand_bt2 {
    width: 100%;
    min-width: auto;
  }
}
.product .box-content-product .summary_action2 .expand_bt2 i {
  margin-left: 5px;
}
.product .products_compatable .accessories_mobile .label-title-box {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 3em;
  /* identical to box height */
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 14px;
}
.media-box {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 10px;
  height: 100%;
  padding: 16px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.media-box:hover {
  box-shadow: 0 0 14px 0px #ddd;
}
.media-box .image-product {
  margin-bottom: 16px;
  display: block;
  position: relative;
  min-height: 216px;
}
@media (max-width: 768px) {
  .media-box .image-product {
    min-height: unset;
  }
}
.media-box .image-product .promotion-product {
  position: absolute;
  width: 100%;
  top: 10px;
  display: flex;
  justify-content: space-between;
}
.media-box .image-product .promotion-product li {
  border-radius: 100px;
  padding: 4px 8px;
  color: #fff;
}
.media-box .image-product .promotion-product .dow-price {
  background: rgba(176, 0, 32, 0.87);
  font-weight: 700;
}
.media-box .image-product .promotion-product .pay-product {
  background: #40C4FF;
  font-weight: 400;
}
.media-box .media-heading {
  margin-bottom: 14px;
  height: 74px;
}
@media (max-width: 768px) {
  .media-box .media-heading {
    height: unset;
  }
}
.media-box .media-heading a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.media-box .extend_product {
  margin-bottom: 10px;
}
.media-box .extend_product ul {
  display: flex;
  justify-content: space-between;
}
.media-box .extend_product ul li {
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 100px;
  padding: 3px 6px;
}
.media-box .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: rgba(176, 0, 32, 0.87);
  margin-bottom: 10px;
}
.media-box .status-product {
  margin-bottom: 10px;
}
.media-box .status-product ul {
  display: flex;
  justify-content: normal;
}
.media-box .status-product ul li {
  background: #F2F2F2;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 3px 6px;
  margin-right: 5px;
}
.media-box .star-cm-product {
  display: flex;
  align-items: baseline;
}
.media-box .star-cm-product .start-pr {
  margin-right: 5px;
}
.media-box .star-cm-product i {
  color: #BDBDBD;
  font-size: 11px;
}
.media-box .star-cm-product .active {
  color: #F59E0B;
}
.media-box .star-cm-product p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

.products-related {
  background: #fff;
  padding: 40px 0;
}
.products-related .title-rating-all {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .products-related .title-rating-all span {
    display: none;
  }
}
.products-related .average_point {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.products-related .average_point .star_average {
  font-size: 1rem;
  text-align: center;
  color: #333333;
}
.products-related .average_point .star_average .total-star {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
.products-related .average_point .star_average .list-star i {
  color: #F59E0B;
}
.products-related .average_point .star_average span {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  text-align: center;
  /* Black / 60 */
  color: rgba(0, 0, 0, 0.6);
}
.products-related .average_point .detail-star {
  border-left: 1px solid #DDDDDD;
}
.products-related .average_point .detail-star .item-star {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
.products-related .average_point .detail-star .item-star i {
  color: #F59E0B;
}
.products-related .average_point .detail-star .item-star .text-star {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* Black / 60 */
  color: rgba(0, 0, 0, 0.6);
}
.products-related .average_point .detail-star .item-star .progress {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  height: 8px;
}
.products-related .average_point .detail-star .item-star .progress .progress-bar {
  background-color: #F59E0B;
}
.products-related .average_point .detail-star .item-star .bg-star {
  background: #EF6837;
}
@media (max-width: 768px) {
  .products-related .average_point .detail-star {
    display: none;
  }
}
.products-related .call-modal-evaluate {
  justify-content: space-between;
  align-items: center;
}
.products-related .call-modal-evaluate .alert-modal {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
.products-related .call-modal-evaluate .send-comment {
  background: #EF6837;
  color: #fff;
  border-radius: 10px;
  padding: 0px 100px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
}
.products-related .box-product-related .label-title-box {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .products-related .average_point {
    width: 30%;
    float: left;
    border: none;
  }
  .products-related .call-modal-evaluate {
    width: 62%;
    float: right;
    margin: 0 auto;
  }
  .products-related .call-modal-evaluate .alert-modal {
    margin: 16px 0;
    text-align: center;
  }
  .products-related .call-modal-evaluate .call-modal {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

#charactestic_detail_mb .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
#charactestic_detail_mb .charactestic_table, #charactestic_detail_mb .charactestic_table_detail {
  margin-bottom: 20px;
}
#charactestic_detail_mb .charactestic_table tr:nth-child(odd), #charactestic_detail_mb .charactestic_table_detail tr:nth-child(odd) {
  background-color: #E8E9EB;
}
#charactestic_detail_mb .charactestic_table tr:hover, #charactestic_detail_mb .charactestic_table_detail tr:hover {
  background-color: #ddd;
}
#charactestic_detail_mb .charactestic_table tr td, #charactestic_detail_mb .charactestic_table_detail tr td {
  padding: 12px 16px;
}

.description .specification_long span {
  font-size: 16px !important;
}

#comment_detail_mb .modal-dialog .modal-header .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
}
#comment_detail_mb .modal-dialog .modal-body {
  padding: 30px 40px;
}
#comment_detail_mb .modal-dialog .modal-body .content-comment {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
#comment_detail_mb .modal-dialog .modal-body .list-input {
  margin-bottom: 30px;
}
#comment_detail_mb .modal-dialog .modal-body .list-input .input-assess {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 12px;
  margin-right: 12px;
  flex: auto;
  font-size: 11px;
}
#comment_detail_mb .modal-dialog .modal-body .list-input .input-assess:last-child {
  margin-right: 0;
}
#comment_detail_mb .modal-dialog .modal-body .select-star .txt01 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  /* Black / 87 */
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}
#comment_detail_mb .modal-dialog .modal-body .select-star .ul-star {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#comment_detail_mb .modal-dialog .modal-body .select-star .ul-star li {
  cursor: pointer;
}
#comment_detail_mb .modal-dialog .modal-body .select-star .ul-star li.show {
  color: #EF6837;
}
#comment_detail_mb .modal-dialog .modal-body .select-star .ul-star li.show i {
  color: #EF6837;
}
#comment_detail_mb .modal-dialog .modal-body .select-star .ul-star i {
  color: rgba(0, 0, 0, 0.38);
  font-size: 24px;
  margin-bottom: 10px;
}
#comment_detail_mb .modal-dialog .modal-body .submit-assess {
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #EF6837;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  border: none;
  width: 100%;
  font-size: 16px;
  /* identical to box height */
  text-transform: uppercase;
  /* White / 100 */
  color: #FFFFFF;
}

iframe {
  width: 100%;
  height: 450px;
}

.youtube {
  position: relative;
}
.youtube .play-btn {
  position: absolute;
  top: 50%;
  right: 50%;
}

.tbl table tbody tr td ul li {
  margin-left: 20px;
}

#modal_default_installment .modal-dialog {
  width: 1200px !important;
}

.installment-main .ui-slider-handle {
  outline: none !important;
  background: #EF6837 !important;
  cursor: pointer !important;
}
.installment-main span.fa-stack {
  font-size: 16px;
  color: #f06837;
  margin-right: 10px;
}
.installment-main .left-ins-ft, .installment-main .right-ins-ft {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
}
.installment-main .left-ins-ft img, .installment-main .right-ins-ft img {
  position: absolute;
  top: 8px;
  right: 18px;
  height: 30px;
}
.installment-main .left-ins-ft img.home-credit, .installment-main .right-ins-ft img.home-credit {
  margin-right: 60px;
}
.installment-main .left-ins-ft ul li, .installment-main .right-ins-ft ul li {
  margin-bottom: 25px;
}
.installment-main .left-ins-ft ul li:last-child, .installment-main .right-ins-ft ul li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=products.css.map */