/*Add font ================================*/
#ims-column_left {
  order: 2;
}
@media (min-width: 992px) {
  #ims-column_left {
    padding-left: 0;
    order: 1;
  }
}
#ims-column_left .box_l_product .btn_clear {
  display: none;
}

#ims-column {
  order: 3;
}
@media (min-width: 992px) {
  #ims-column {
    padding-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#ims-content {
  background: #fff;
  order: 1;
}
@media (min-width: 992px) {
  #ims-content {
    order: 2;
  }
}

.box_mid .box_mid-title .filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.box_mid .box_mid-title .filter .sort_product {
  display: none;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .filter .sort_product {
    display: block;
    padding: 15px 0;
  }
}
.box_mid .box_mid-title .filter .sort_product > span {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #393939;
}
.box_mid .box_mid-title .filter .sort_product > a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #252525;
  padding-left: 24px;
  margin: 0 15px;
  position: relative;
  transition: 200ms linear;
}
.box_mid .box_mid-title .filter .sort_product > a[data-selected] {
  font-weight: bold;
}
.box_mid .box_mid-title .filter .sort_product > a:before {
  content: "\f111";
  font: 400 1.2rem/150% "Font Awesome 5 Pro";
  color: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 200ms linear;
}
.box_mid .box_mid-title .filter .sort_product > a[data-selected]:before, .box_mid .box_mid-title .filter .sort_product > a:hover:before, .box_mid .box_mid-title .filter .sort_product > a:focus:before {
  content: "\f192";
  color: #ff8c4a;
}
.box_mid .box_mid-title .title {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  color: #515151;
  display: inline-block;
  padding: 10px 0px;
  margin-bottom: 10px;
}
.box_mid .box_mid-title .mobile_filter {
  display: flex;
  justify-content: space-between;
  text-align: right;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .mobile_filter {
    display: none;
  }
}
.box_mid .box_mid-title .mobile_filter .sort_product {
  display: block;
  flex: 1 1 auto;
  min-width: 50%;
}
@media (min-width: 992px) {
  .box_mid .box_mid-title .mobile_filter .sort_product {
    display: none;
  }
}
.box_mid .box_mid-title .mobile_filter .sort_product select {
  font: 400 1.2rem/150% "Muli", sans-serif;
  text-align: center;
  color: #fff;
  background: inherit;
  border: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.box_mid .box_mid-title .mobile_filter .sort_product select::-ms-expand {
  display: none;
}
.box_mid .box_mid-title .mobile_filter button {
  font: 400 1.2rem/150% "Muli", sans-serif;
  color: #fff;
  background: inherit;
  border: 0;
  flex: 1 1 auto;
  min-width: 50%;
  padding: 5px 10px;
  position: relative;
}
.box_mid .box_mid-title .mobile_filter button:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -0.5px;
  transform: translateY(-50%);
}

.box_filter {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.box_filter > p {
  font: 400 1rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #464646;
  padding-right: 18px;
}
.box_filter .filter_items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_filter .filter_items li {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #ffa200;
  padding: 2px 7px;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  transition: 300ms;
}
.box_filter .filter_items li i {
  font-size: 0.8rem;
  padding-left: 5px;
  transition: none;
}
.box_filter .filter_items li:hover, .box_filter .filter_items li:focus {
  color: #538700;
}
.box_filter .filter_items .clear-all {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #c10017;
  padding: 2px 7px;
  border-radius: 4px;
  cursor: pointer;
}
.box_filter .filter_items .clear-all:hover, .box_filter .filter_items .clear-all:focus {
  color: #333;
}

#box_filter_left {
  background: #fff;
  border: 1px solid #ebebeb;
  display: none;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #box_filter_left {
    display: block !important;
  }
}
#box_filter_left > h2.title {
  display: none;
  font: 700 1.2rem/150% "Muli", sans-serif;
  color: #fff;
  background: #195b86;
  padding: 8px 5px;
  padding-left: 58px;
  margin-bottom: 12px;
  position: relative;
}
#box_filter_left > h2.title:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../../../../resources/images/controls.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
#box_filter_left .list_filter {
  display: flex;
  flex-wrap: wrap;
}
#box_filter_left.fancybox-content {
  max-width: 500px;
  padding: 15px;
}

.box_l_product {
  flex: 1 1 auto;
  min-width: 50%;
  max-width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 25px;
}
@media (min-width: 992px) {
  .box_l_product {
    flex: 0 0 100%;
  }
}
.box_l_product .title {
  font: 600 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: inherit;
  width: 100%;
  margin-bottom: 10px;
}
.box_l_product > ul {
  list-style-type: none;
  padding: 2px 0;
  margin-bottom: 0px;
}
.box_l_product #content_list_group a {
  color: #323232;
}
.box_l_product #content_list_group a:hover {
  color: #035d91;
}
.box_l_product #content_list_group h3 {
  display: block;
  font: 300 1rem/150% "Roboto", sans-serif;
  color: #5a5a5a;
  background: transparent;
  border: 0;
  position: relative;
  padding: 5px 0;
}
.box_l_product #content_list_group h3:after {
  content: "\f0d7";
  font: 900 1.2rem/1 "Font AweSome 5 Pro";
  color: #006cf2;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_l_product #content_list_group h3 > span.ui-icon {
  display: none;
}
.box_l_product #content_list_group h3.ui-state-active {
  background: transparent;
}
.box_l_product #content_list_group h3.ui-state-active:after {
  content: "\f0d8";
}
.box_l_product #content_list_group h3:not(.has-submenu):after {
  content: unset;
}
.box_l_product #content_list_group > div {
  background: transparent;
  border: 0;
  padding: 0;
  overflow: unset;
}
.box_l_product #content_list_group > div ul {
  margin-left: 25px;
}
.box_l_product #content_list_group > div ul li a {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  padding: 2.5px 0px;
  display: flex;
  align-items: center;
}
.box_l_product #content_list_group > div ul li a:before {
  content: "\f1b0";
  font: 900 0.6rem/150% "Font Awesome 5 Pro";
  color: #006cf2;
  margin-right: 5px;
}
.box_l_product #content_list_group > div ul li a.current {
  color: #006cf2;
}
.box_l_product .search {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  z-index: 0;
}
.box_l_product .search input {
  width: 100%;
  padding: 2px 10px;
  border: 0;
  z-index: 1;
}
.box_l_product .search input:focus {
  outline: 0;
  border-color: #f00;
}
.box_l_product .search label.title {
  background: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
}
.box_l_product .search i.fa-search {
  color: #333;
  display: none;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 992px) {
  .box_l_product .search i.fa-search {
    display: block;
  }
}
.box_l_product a.current {
  color: #ed3237;
}
.box_l_product #slider_range_price .other_title {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: inherit;
  width: 100%;
  margin-bottom: 10px;
}
.box_l_product #slider_range_price #search_price .row {
  margin: 0 -5px;
  margin-top: 15px;
  justify-content: space-between;
}
.box_l_product #slider_range_price #search_price .row .col-box {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 0 5px;
}
.box_l_product #slider_range_price #search_price .row .col-box input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
.box_l_product #slider_range_price #search_price .row .col-button {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter {
  color: #fff;
  background: #ee7118;
  width: 100%;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 3px 8px;
  transition: 300ms linear;
  cursor: pointer;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter i {
  display: inline-block;
  padding-left: 10px;
}
.box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter:hover, .box_l_product #slider_range_price #search_price .row .col-button .btn-price-filter:focus {
  color: #ee7118;
  background: #fff;
  border-color: #ee7118;
}
.box_l_product .group.toggle {
  display: none;
}
.box_l_product a.togglemenu {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #195b86 !important;
  cursor: pointer;
  position: relative;
}
.box_l_product a.togglemenu:after {
  content: "\f30b";
  font: 400 0.8rem/150% "Font Awesome 5 Pro";
  color: inherit;
  margin-left: 5px;
}
.box_l_product.box_nature .title {
  padding-right: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.box_l_product.box_nature .title span {
  width: 100%;
  display: inline-block;
}
.box_l_product.box_nature .title i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 5px;
  cursor: pointer;
  z-index: -1;
}
.box_l_product.box_nature .title i:before {
  content: "\f0d7";
}
.box_l_product.box_nature .title i.open:before {
  content: "\f0d8";
}
.box_l_product.box_nature ul[class=content_list_nature] {
  display: none;
  margin-top: 10px;
}
.box_l_product.box_rate ul li a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #3e3e3e;
}
.box_l_product.box_rate ul li a:hover {
  color: #ff9000;
}
.box_l_product.box_price {
  flex: 0 0 100%;
  max-width: 100%;
}
.box_l_product .content_list_tag {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
}
.box_l_product .content_list_tag li {
  padding-right: 5px;
}
.box_l_product .content_list_tag li label {
  padding: 0;
  margin-bottom: 0;
}
.box_l_product .content_list_tag li label:before, .box_l_product .content_list_tag li label:after {
  content: none;
}
.box_l_product .content_list_tag li label div {
  color: #999;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 2px 10px;
}
.box_l_product .content_list_tag li input[type=checkbox]:checked + label div {
  color: #fff;
  background: gainsboro;
}

[class*=content_list] ul {
  width: 100%;
}
[class*=content_list] > li:not(:last-child) {
  padding-bottom: 10px;
}
[class*=content_list] li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
[class*=content_list] li label {
  font: 400 1rem/150% "Roboto", sans-serif;
  color: #5c5c5c;
  max-width: 100%;
  position: relative;
  padding: 2px;
  padding-left: 22px;
  cursor: pointer;
}
[class*=content_list] li label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aea8a6;
  margin: 0;
  transition: 200ms linear;
}
[class*=content_list] li label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7333333333rem;
  color: #ff9000;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 5px;
  background: transparent;
  opacity: 0;
  transition: 200ms linear;
}
[class*=content_list] li label > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[class*=content_list] li label > div:hover {
  color: #ff9000;
}
[class*=content_list] li label > div .num {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #999;
}
[class*=content_list] li label:hover {
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  max-width: unset;
}
[class*=content_list] li label:hover::after {
  opacity: 0.5;
}
[class*=content_list] li input[type=checkbox] {
  visibility: hidden;
  display: none;
}
[class*=content_list] li input[type=checkbox]:checked + label:before {
  background: #ff9000;
  border-color: #ff9000;
}
[class*=content_list] li input[type=checkbox]:checked + label div {
  color: #ff9000;
}
[class*=content_list] li input[type=checkbox]:checked + label:after {
  color: #fff;
  opacity: 1;
}
[class*=content_list] li label.none-box {
  border: none;
  padding-left: 0;
}
[class*=content_list] li label.none-box:before {
  display: none;
}
[class*=content_list] li label.none-box:after {
  display: none;
}
[class*=content_list] li label.none-box div {
  position: unset;
}
[class*=content_list] a:hover {
  text-decoration: none;
}

/*-------------------img_detail----------------*/
/*GALERY BIG*/
#img_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 20px;
  position: relative;
}
#img_detail .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#img_detail .btn-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 2.4rem;
  font-weight: 900;
}
#img_detail .btn-arrow.btn-prev {
  left: 1rem;
}
#img_detail .btn-arrow.btn-prev:before {
  content: "\f104";
}
#img_detail .btn-arrow.btn-next {
  right: 1rem;
}
#img_detail .btn-arrow.btn-next:before {
  content: "\f105";
}

div#gallery_slider {
  flex: 0 0 100%;
  max-width: 100%;
  height: 0;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 768px) {
  div#gallery_slider {
    flex: 0 0 79%;
    max-width: 79%;
    order: 2;
  }
}
div#gallery_slider.slick-initialized {
  opacity: 1;
  height: auto;
}
div#gallery_slider .slick-list {
  padding: 0 !important;
}
div#gallery_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
div#gallery_slider .slick-arrow {
  width: unset;
  height: unset;
  z-index: 99;
}
div#gallery_slider .slick-arrow:before {
  font: 300 1.4rem/150% "Font Awesome 5 Pro";
  color: #959595;
}
div#gallery_slider .slick-arrow.slick-prev {
  left: 0;
}
div#gallery_slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
div#gallery_slider .slick-arrow.slick-next {
  right: 0;
}
div#gallery_slider .slick-arrow.slick-next:before {
  content: "\f054";
}
div#gallery_slider img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  margin: auto;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 768px) {
  div#gallery_slider_thumb {
    flex: 0 0 21%;
    max-width: 21%;
    order: 1;
  }
}
div#gallery_slider_thumb.slick-initialized {
  opacity: 1;
  height: auto;
}
div#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
div#gallery_slider_thumb .slick-list .slick-slide .item {
  padding: 6px;
  outline: none;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image {
  width: 100%;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding-top: 100%;
  margin: auto;
  position: relative;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image .img {
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 97%;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#gallery_slider_thumb .slick-list .slick-slide.slick-current .item .image {
  border: 1px solid;
}

/*END PIC*/
#item_detail {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
#item_detail .info_left {
  padding: 0;
}
@media (min-width: 992px) {
  #item_detail .info_left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
#item_detail .info_left > span {
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #item_detail .info_left > span {
    padding-left: 21%;
  }
}
#item_detail .info_left > span i {
  padding-right: 5px;
}
#item_detail .info_right {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  border-left: 2px solid #f7f7f7;
  padding: 0;
}
@media (min-width: 992px) {
  #item_detail .info_right {
    flex: 1 1;
    width: auto;
    max-width: unset;
  }
}
#item_detail .info_right .info_row_top {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 20px 20px 10px;
}
#item_detail .info_right .info_col_left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px;
}
#item_detail .info_right .info_col_right {
  flex: 0 0 32%;
  max-width: 32%;
}
@media (min-width: 768px) {
  #item_detail .info_right .info_col_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.info_row_top .title_product {
  font: 400 1.8666666667rem/150% "Roboto", sans-serif;
  color: #333;
}
.info_row_top .rate {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.info_row_top .rate i {
  font-size: 1rem;
  color: #f39c3f;
}
.info_row_top .rate > span {
  color: #288ad6;
  padding-left: 5px;
}
.info_row_top .info_brand {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  margin-right: 20px;
}
.info_row_top .info_brand a {
  color: #007ff0;
}
.info_row_top .info_code {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #9b9b9b;
}

.info_short {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.info_short p {
  font: 300 0.9333333333rem/120% "Roboto", sans-serif;
  color: #333;
  padding: 0;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.info_short p:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6d6d6d;
}

.info_price {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.info_price > span {
  display: block;
}
.info_price .price_buy {
  font: 700 1.4666666667rem/150% "Roboto", sans-serif;
  color: #ff3425;
}
.info_price .percent_discount, .info_price .price {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  color: #9b9b9b;
}

.info_model > p {
  font: 400 1rem/1.2 "Roboto", sans-serif;
  color: #333;
}
.info_model .list_model {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.info_model .model {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
  cursor: pointer;
}
.info_model .model a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 7px;
}
.info_model .model a label {
  font: 700 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.info_model .model a .price {
  flex: 0 0 100%;
  max-width: 100%;
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #333;
}
.info_model .model:hover a, .info_model .model:focus a, .info_model .model.current a {
  background: #fff8f8;
  border-color: #ed939e;
}

.info_promo {
  font-size: 14px;
  border: 1px solid #de382c;
  border-radius: 4px;
  margin-top: 2.4rem;
  position: relative;
}
.info_promo .title_promo {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url("../../../../../resources/images/title_promo.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -16px;
  left: 15px;
  padding: 2px 10px 3px 25px;
}
.info_promo .promo_detail {
  max-height: 150px;
  overflow-y: auto;
  padding: 10px;
  margin-top: 15px;
}
.info_promo .promo_detail p {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  padding-left: 16px;
  position: relative;
  clear: both;
}
.info_promo .promo_detail p:before {
  content: "\f058";
  font: 900 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #16c22b;
  position: absolute;
  top: 5px;
  left: 0;
}
.info_promo .promo_detail p img {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  margin-right: 5px;
  float: left;
}
.info_promo .promo_detail::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.info_promo .promo_detail::-webkit-scrollbar-thumb {
  background-color: #de382c;
  border-radius: 10px;
}
.info_promo .promo_detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

.info_version {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.info_version > .d-flex > .label {
  max-width: 100%;
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #8e8e8e;
  padding-bottom: 10px;
  width: 120px;
  text-transform: capitalize;
}
.info_version ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info_version ul li label {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.0901960784);
  border-radius: 2px;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.info_version ul li label i.tick {
  display: none;
}
.info_version ul li label.color {
  border-radius: 2px;
  padding: 0px;
}
.info_version ul li label.color span {
  display: block;
  width: 70px;
  height: 32px;
  border: 0px solid #dfe0e1;
  border-radius: 2px;
}
.info_version ul li label.color:before {
  display: none;
}
.info_version ul li .price {
  display: none;
}
.info_version ul li input[type=radio] {
  visibility: hidden;
  display: none;
}
.info_version ul li input[type=radio]:checked + label, .info_version ul li input[type=radio]:hover + label {
  color: inherit;
  border-color: #ee4d2d;
}
.info_version ul li input[type=radio]:checked + label i.tick, .info_version ul li input[type=radio]:hover + label i.tick {
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.info_version ul li input[type=radio]:checked + label i.tick:before, .info_version ul li input[type=radio]:hover + label i.tick:before {
  border: 0.9375rem solid transparent;
  border-bottom-color: #ee4d2d;
  content: "";
  position: absolute;
  right: -0.9375rem;
  bottom: 0;
}
.info_version ul li input[type=radio]:checked + label i.tick .icon-tick-bold, .info_version ul li input[type=radio]:hover + label i.tick .icon-tick-bold {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 8px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.info_version ul li input[type=radio]:disabled + label {
  background: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.09);
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.info_version ul li input[type=radio]:disabled + label.color div:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(231, 231, 231, 0.6196078431);
}
.info_version ul li input[type=radio]:disabled + label i.tick {
  display: none !important;
}

.info_size {
  display: none;
}

.info_row_btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.info_row_btn .btn-add-cart {
  flex: 0 0 100%;
  max-width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  cursor: pointer;
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: capitalize;
  color: #fff;
  background: #ff4139;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 5px 15px;
  padding-left: 30px;
  position: relative;
  touch-action: none;
}
.info_row_btn .btn-add-cart:hover {
  opacity: 0.8;
}
.info_row_btn .btn-add-cart i {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .info_row_btn .btn-add-cart {
    flex: 0 0 225px;
    max-width: 225px;
    margin-right: 15px;
  }
}
.info-quantity {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

#text_quantity {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
#text_quantity .label {
  font: 400 0.9333333333rem/1 "Roboto", sans-serif;
  color: #8e8e8e;
  margin-right: 0px;
  min-width: 120px;
}

.btn_grp {
  display: flex;
  align-items: center;
}
.btn_grp .btn_minus, .btn_grp .btn_plus {
  width: 35px;
  height: 32px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}
.btn_grp .quantity_text {
  text-align: center;
  background: transparent;
  max-width: 40px;
  height: 32px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  border-right: 0;
  outline: none;
  padding: 2px 5px;
  margin: 0 -1px;
}

.add_favorite {
  display: inline-flex;
  align-items: center;
  border: 0px solid #ccc;
  border-radius: 6px;
  padding: 2px 5px;
  cursor: pointer;
}
.add_favorite i {
  font-size: 1.3333333333rem;
  color: #777;
}
.add_favorite .text {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  margin-left: 5px;
}
.add_favorite:hover i, .add_favorite:focus i, .add_favorite.added i {
  font-weight: 900;
  color: #f00;
}

.call_order {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-align: center;
  margin-top: 15px;
}
.call_order span {
  font-size: 1.0666666667rem;
  color: #f00;
}

.social {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.social .title {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #2e2e2e;
  margin-right: 20px;
}
.social .tool-share {
  flex: 0 0 90px;
  max-width: 90px;
}
.social .tool-share ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social .tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.social .tool-share ul li a {
  display: block;
}
.social .tool-share ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  width: 27px;
  height: 27px;
}
.social .tool-share ul li a i:before {
  font-size: 1.6rem;
}
.social .tool-share ul li[class*=facebook] i {
  color: #004fa0;
}
.social .tool-share ul li[class*=twitter] i {
  color: #1c9deb;
}
.social .tool-share ul li[class*=youtube] i {
  color: #f00;
}
.social .tool-share ul li.zalo-share-button {
  background: url("../../../../../resources/images/zalo-icon2.png") center center no-repeat;
  background-size: 21px 24px;
  height: 23px;
}
.social .tool-share ul li.zalo-share-button iframe {
  display: none;
}

.info_content {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.info_content > div {
  max-height: 300px;
  padding: 5px 10px;
  margin: 5px 0;
  overflow-y: auto;
}
.info_content > div p {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.info_content > div p:before {
  content: "\f058";
  font: 900 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #16c22b;
  position: absolute;
  top: 5px;
  left: 0;
}
.info_content > div::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.info_content > div::-webkit-scrollbar-thumb {
  background-color: #de382c;
  border-radius: 10px;
}
.info_content > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

.product_desc {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px;
}
@media (min-width: 992px) {
  .product_desc .content_left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .product_desc .content_right {
    flex: 0 0 30%;
    max-width: 30%;
    padding-right: 0;
  }
}

.content_left {
  padding: 0;
}
.content_left .article {
  background: #fff;
  padding: 0 15px;
}
.content_left .article > div.hide {
  max-height: 400px;
  overflow: hidden;
}
.content_left .article .btn_more {
  display: block;
  font: 400 1rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #288ad6;
  background: #fff;
  padding: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.content_left .article .btn_more:before {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #fff 50%);
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.content_left .article h2 {
  font-size: 1.3333333333rem;
  padding: 5px 0;
}
.content_left .article h3 {
  font-size: 1.2rem;
  padding: 5px 0;
}
.content_left .article p {
  font: 400 1rem/150% "Roboto", sans-serif;
  text-align: justify;
}
.content_left .article p.fal, .content_left .article p.fas, .content_left .article p.far {
  display: block;
  padding-left: 25px;
  position: relative;
}
.content_left .article p.fal:before, .content_left .article p.fas:before, .content_left .article p.far:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 5px;
  left: 5px;
}
.content_left .article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 991.98px) {
  .content_left .article iframe {
    max-width: 100%;
    height: auto;
  }
}

.content_right .specifications {
  background: #fff;
  border: 1px solid #ebeaea;
  border-radius: 4px;
}
.content_right .specifications > label {
  font: 400 1.2666666667rem/150% "Roboto", sans-serif;
  color: #383838;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 12px;
  margin-bottom: 0;
}
.content_right ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content_right ul li:not(last-child) {
  border-bottom: 1px solid #f4f4f4;
}
.content_right ul li span {
  display: inline-block;
  padding: 15px 10px;
}
.content_right ul li span:first-child {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #808080;
  flex: 0 0 35%;
  max-width: 35%;
  width: 35%;
}

.box_news > .title {
  margin-bottom: 15px;
}
.box_news .list_item_news .row_item .col_item {
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.box_news .list_item_news .row_item .col_item .item .img {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0;
}
.box_news .list_item_news .row_item .col_item .item .img a img {
  max-width: 100%;
}
.box_news .list_item_news .row_item .col_item .item .info {
  flex: 1 1;
  width: auto;
  max-width: unset;
  padding-right: 0;
}
.box_news .list_item_news .row_item .col_item .item .info h3 {
  height: 2.56rem;
  overflow: hidden;
  padding-bottom: 0;
}
.box_news .list_item_news .row_item .col_item .item .info h3 a {
  font: 400 1.0666666667rem/1.2 "Roboto", sans-serif;
}
.box_news .list_item_news .row_item .col_item .item .info .group, .box_news .list_item_news .row_item .col_item .item .info .date, .box_news .list_item_news .row_item .col_item .item .info .short, .box_news .list_item_news .row_item .col_item .item .info .view_detail {
  display: none;
}

#comment_rate {
  margin: 0px;
  margin-top: 15px;
}
#comment_rate > label.title {
  font: 600 1.2666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #282828;
  padding: 0px;
  border-bottom: 1px #282828 solid;
}
#comment_rate #tab-comment_rate {
  background: #fff;
  padding: 15px;
}
#comment_rate #boxRatingCmt .tltRt h3 {
  font: 400 1.2rem/150% "Roboto", sans-serif;
  color: #282828;
}
#comment_rate #boxRatingCmt .toprt {
  background: #fff;
}
#comment_rate .fb-comments {
  width: 100%;
}
#comment_rate .fb-comments iframe {
  width: 100%;
}

.list_service {
  background: #195b86;
  padding: 20px;
  margin-bottom: 20px;
}
.list_service .title {
  font: 600 1.0666666667rem/150% "Muli", sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.list_service .banner_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 7px;
}
.list_service .banner_item > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  margin-right: 10px;
}
.list_service .banner_item .group {
  flex: 1 1;
  width: auto;
  padding: 0;
}
.list_service .banner_item .group p {
  font: 300 0.9333333333rem/150% "Muli", sans-serif;
  color: #fff;
  padding: 0;
}

.qna .question-answer-title h2 {
  font: 400 1.2rem/150% "Roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  padding: 15px;
}
.qna #tab-qna {
  background: #fff;
}

.qna_wrapper {
  background: #fff;
  padding: 30px 0;
}

.answer-form h1 {
  font: 400 1.2rem/150% "Roboto", sans-serif;
  color: #333;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 0 15px;
  margin: 15px 0 0;
}
.answer-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.answer-form form .form_mess {
  flex: 0 0 100%;
  max-width: 100%;
}
.answer-form form input {
  flex: 1 1;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.answer-form form button {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fdd22f;
  display: block;
  width: 154px;
  height: 40px;
  border: 0;
}
.answer-form .list-answer h2, .answer-form .other-question h2 {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #333;
  margin: 0;
}
.answer-form .list-answer .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 0 15px;
}
.answer-form .list-answer .item .item-count-like {
  flex: 0 0 10%;
  max-width: 10%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 15px;
}
.answer-form .list-answer .item .item-count-like > span {
  text-align: center;
  line-height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.answer-form .list-answer .item .item-count-like .num {
  font-size: 24px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 3px;
}
.answer-form .list-answer .item .item-count-like .text {
  font-size: 14px;
  color: #1c1c1c;
  margin-bottom: 0;
}
.answer-form .list-answer .item .item-content {
  flex: 0 0 90%;
  max-width: 90%;
}
.answer-form .list-answer .item .item-content .que-content {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.answer-form .list-answer .item .item-content .ans-content {
  font-size: 14px;
  color: #787878;
  font-weight: 400;
}
.answer-form .list-answer .item .item-content .comment-bottom .like {
  font-size: 14px;
  font-weight: 300;
  color: #888;
  cursor: pointer;
}
.answer-form .list-answer .item .item-content .comment-bottom .like:hover {
  color: #000;
}
.answer-form .list-answer .item .item-content .comment-bottom .reply {
  font-size: 14px;
  font-weight: 300;
  color: #888;
  padding-left: 15px;
}
.answer-form .other-question p a {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #2a2a26;
}
.answer-form .other-question p a:hover {
  color: #007FF0;
}

.col-product {
  display: flex;
  justify-content: center;
}
.col-product .item {
  display: inline-block;
}
.col-product .item > a {
  display: block;
}
.col-product .item > a .image {
  display: block;
}
.col-product .item > a .image img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}
.col-product .item > a .title {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  text-align: left;
  color: #333;
  display: block;
  width: 130px;
  max-height: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0 0;
}
.col-product .item .rate {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.col-product .item .rate i {
  font-size: 1rem;
  color: #f39c3f;
}
.col-product .item .rate > span {
  color: #288ad6;
  padding-left: 5px;
}
.col-product .item .info_price {
  border-bottom: 0;
}
.col-product .item .info_price > span {
  display: block;
}
.col-product .item .info_price .price_buy {
  font: 500 1rem/150% "Roboto", sans-serif;
  color: #ff3425;
}
.col-product .item .info_price .percent_discount, .col-product .item .info_price .price {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #9b9b9b;
  text-decoration: line-through;
}

.list_feature {
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 35px;
}
.list_feature .banner_item {
  padding-bottom: 20px;
}
.list_feature .banner_item > p {
  font: 300 0.9333333333rem/150% "Muli", sans-serif;
  color: #454545;
  padding: 0;
}
.list_feature .banner_item > p b, .list_feature .banner_item > p strong {
  font-size: 1.0666666667rem;
  font-weight: 600;
}
.list_feature .social .title {
  font: 600 1.0666666667rem/150% "Muli", sans-serif;
  color: #454545;
  display: block;
  margin-bottom: 5px;
}
.list_feature .social .tool-share {
  flex: 0 0 130px;
  max-width: 130px;
}
.list_feature .social .tool-share ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_feature .social .tool-share ul li {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.list_feature .social .tool-share ul li a {
  display: block;
}
.list_feature .social .tool-share ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px;
  width: 16px;
  height: 16px;
}
.list_feature .social .tool-share ul li a i:before {
  font-size: 1.0666666667rem;
}
.list_feature .social .tool-share ul li[class*=facebook] i {
  color: #004fa0;
}
.list_feature .social .tool-share ul li[class*=twitter] i {
  color: #1c9deb;
}
.list_feature .social .tool-share ul li[class*=youtube] i {
  color: #f00;
}
.list_feature .social .tool-share ul li.zalo-share-button {
  background: url("../../../../../resources/images/zalo-color.png") center center no-repeat;
  background-size: contain;
  width: 38px;
  height: 16px;
}
.list_feature .social .tool-share ul li.zalo-share-button iframe {
  display: none;
}

.product-detail-other {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .product-detail-other {
    margin: 0 -15px;
  }
}
.product-detail-other .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.product-detail-other .title span {
  font: 500 1.2rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #252525;
}
.product-detail-other .title .slide-control {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}
.product-detail-other .title .slide-control .btn-arrow {
  font-size: 1.2rem;
  color: #333;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}
.product-detail-other .title .slide-control .btn-arrow:hover, .product-detail-other .title .slide-control .btn-arrow:focus {
  opacity: 1;
}
.product-detail-other .list_item_product {
  background: #fff;
}

.promotion-box .content {
  display: block;
  background: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.promotion-box .content h2 {
  font: 600 1.0666666667rem/150% "Roboto", sans-serif;
}
.promotion-box .content ul {
  padding-left: 18px;
}

@media (min-width: 992px) {
  .promo-product .list_item_product .row_item .col_item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.box_product_column > .title, .box_news > .title {
  font: 400 1.3333333333rem/150% "Roboto", sans-serif;
  color: #3e3e3e;
  border-left: 5px solid #2287ff;
  padding: 0px 20px;
}
.box_product_column > .title:after, .box_news > .title:after {
  content: unset;
}

.box_product_column {
  margin-bottom: 35px;
}

.box_news .list_item_news .row_item {
  margin: 0;
}/*# sourceMappingURL=product.css.map */