.banner_ad_product {
  background: #EEF1F2;
  padding-bottom: 25px;
}

@media (max-width: 999px) {
  .banner_ad_product {
    display: none;
  }
}

.banner_ad_product .list_item {
  margin-right: -21px;
}

.banner_ad_product .list_item:before, .banner_ad_product .list_item:after {
  content: " ";
  display: table;
}

.banner_ad_product .list_item:after {
  clear: both;
}

.banner_ad_product .banner_item {
  width: 33.333333%;
  float: left;
  padding-right: 21px;
}

.full {
  background: #eef1f2;
}

.full .box_mid .box_mid-content {
  background: none;
  min-height: 500px;
}

.full .box_mid .box_mid-content .text_search {
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #ddd;
  background: #fff;
}

.full .box_mid .box_mid-content .text_search b {
  font-weight: normal;
  color: #f00;
}

.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.93333rem/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: 12px;
  font-size: 0.75rem;
  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.93333rem/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(../../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: 400 1.06667rem/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.93333rem/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.06667rem/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: 2px 5px;
  border: 1px solid #b8b8b8;
  border-bottom-color: #555;
  border-radius: 4px;
}

.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.93333rem/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.93333rem/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: 11px;
  font-size: 0.6875rem;
  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.93333rem/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;
  position: relative;
  padding-right: 20px;
}

#img_detail .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#img_detail .btn-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 36px;
  font-size: 2.25rem;
  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%;
  box-sizing: border-box;
  padding-left: 20px;
}

@media (min-width: 769px) {
  div#gallery_slider {
    flex: 0 0 79%;
    max-width: 79%;
    order: 2;
  }
}

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 {
  display: none !important;
  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;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  div#gallery_slider_thumb {
    flex: 0 0 21%;
    max-width: 21%;
    order: 1;
    margin-bottom: 0;
  }
}

div#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}

div#gallery_slider_thumb .slick-list .slick-slide .item {
  outline: none;
  margin-bottom: 16px;
}

div#gallery_slider_thumb .slick-list .slick-slide .item .image {
  width: 100%;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-top: 81%;
  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: 66%;
}

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 #0f71b6;
}

/*END PIC*/
.product-highlight {
  background: #014d76;
  background-image: linear-gradient(to right, #01446b 0%, #013c63 100%);
  background-repeat: repeat-x;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #acafb0;
  /*
              ==============================================================
                       Unica Detail Course Css
              ==============================================================
    */
}

.product-highlight:before, .product-highlight:after {
  content: " ";
  display: table;
}

.product-highlight:after {
  clear: both;
}

@media (max-width: 1230px) {
  .product-highlight .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.product-highlight .wrap_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-highlight .star-rate i {
  margin-left: -7px !important;
}

.product-highlight .u-detail-block-left {
  margin-bottom: 10px;
}

.product-highlight .u-course-highlight {
  background: #097890;
  color: #fff;
  padding-bottom: 10px;
  min-height: 200px;
}

.product-highlight .u-detail-block-title {
  width: 66%;
}

@media (max-width: 999px) {
  .product-highlight .u-detail-block-title {
    width: 100%;
  }
}

.product-highlight .u-detail-course {
  padding-top: 10px;
  background: #f3f3f3;
}

.product-highlight .u-detail-block-title h1 {
  font-weight: bold;
  font-size: 40px;
  margin-top: 0px;
  font-family: Muli;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 25px;
}

@media (max-width: 999px) {
  .product-highlight .u-detail-block-title h1 {
    font-size: 25px;
  }
}

.product-highlight .u-detail-tea {
  float: left;
  margin-right: 30px;
  margin-top: 15px;
}

.product-highlight .u-detail-tea img {
  width: 30px;
  height: 30px;
}

.product-highlight .u-detail-desc {
  margin: 10px 0;
  line-height: 21px;
}

.product-highlight .u-detail-tea a {
  color: #fff;
  font-weight: bold;
}

.product-highlight .u-detail-tea a:hover {
  text-decoration: underline;
}

.product-highlight .u-detail-rate {
  margin: 19px 45px 0 0;
  float: left;
}

.product-highlight .u-detail-students {
  margin-top: 19px;
  float: left;
}

.product-highlight .u-detail-students i {
  margin-right: 5px;
}

.product-highlight .picture-teacher-circle {
  width: 30px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.product-highlight .u-detail-rate .star-rate i {
  color: #ffed00;
}

.product-highlight .u-learn-what, .product-highlight .u-des-course, .product-highlight .u-list-course, .product-highlight .u-course-plus, .product-highlight .u-rate-hv, .product-highlight .u-cm-hv, .product-highlight .u-combo-buy, .product-highlight .u-face-cm, .product-highlight .u-course-teacher {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  padding-bottom: 10px;
}

.product-highlight .u-learn-what .content {
  padding: 0 15px;
}

.product-highlight .u-des-course p {
  padding: 0 15px;
}

.product-highlight .u-list-course .content {
  padding: 0 15px;
}

.product-highlight .u-combo-buy .u-combo-course {
  padding: 0 15px;
}

.product-highlight .u-cm-hv div {
  padding: 0 15px;
}

.product-highlight .u-des-course strong {
  font-weight: bold;
  font-style: italic;
}

.product-highlight .u-combo-buy h3, .product-highlight .u-cm-hv h3, .product-highlight .u-rate-hv h3, .product-highlight .u-course-teacher h3, .product-highlight .u-list-course h2, .product-highlight .u-des-course h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.product-highlight .u-learn-what h3, .product-highlight .u-des-course h2, .product-highlight .u-list-course h2, .product-highlight .u-course-plus h3, .product-highlight .u-course-teacher h3, .product-highlight .u-combo-buy h3, .product-highlight .u-rate-hv h3, .product-highlight .u-cm-hv h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
}

.product-highlight .tag .label {
  font-weight: normal;
}

.product-highlight .u-des-course p {
  margin-bottom: 10px;
  line-height: 25px;
}

.product-highlight .u-des-course ul li {
  list-style: disc;
  margin: 0 0 10px 40px;
}

.product-highlight .u-list-course .title, .product-highlight .u-list-course .link, .product-highlight .u-list-course .time {
  font-size: 13px;
}

.product-highlight .u-list-course .title i {
  color: #999;
}

.product-highlight .u-learn-what ul li {
  width: 50%;
  float: left;
  line-height: 50px;
}

.product-highlight .u-learn-what .title {
  color: #333;
  padding: 0 22px;
  margin: 0 0 15px 0;
  background: url(../img/learning-bg.png) no-repeat scroll 0px 4px transparent;
}

.product-highlight .u-learn-what .title i {
  color: #37bb03;
  font-size: 16px;
}

.product-highlight .u-list-course .panel-title {
  font-size: 14px;
  font-weight: bold;
}

.product-highlight .btn-preview {
  padding: 5px;
  background-color: #7cbdff;
  color: #fff !important;
  border-radius: 5px;
}

.product-highlight .u-list-course .col {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}

.product-highlight .u-list-course .panel-body {
  padding: 0;
}

.product-highlight .u-course-plus ul {
  position: relative;
}

.product-highlight .u-plus-icon {
  position: absolute;
  top: 120px;
  left: 200px;
}

.product-highlight .u-plus-icon i {
  font-size: 60px;
  color: #545454;
  opacity: 0.8;
}

.product-highlight .u-plus-course {
  float: left;
  width: 64%;
}

.product-highlight .u-plus-course ul li {
  display: inline;
}

.product-highlight .u-block-plus {
  float: left;
  width: 34%;
  margin-left: 10px;
}

.product-highlight .u-block-plus p {
  font-size: 18px;
  font-weight: bold;
  color: #545454;
  margin-bottom: 10px;
}

.product-highlight .price-d {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}

.product-highlight .price-d sup {
  font-size: 14px;
}

.product-highlight .price-e {
  font-size: 18px;
  text-decoration: line-through;
}

.product-highlight .price-e sup {
  font-size: 10px;
}

.product-highlight .u-td {
  display: inline-block;
  font-size: 18px;
  margin: 10px 0;
}

.product-highlight .btn-buy-plus {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  background: #f26c4f !important;
  color: #fff;
  border-radius: 5px;
}

.product-highlight .btn-buy-plus:hover {
  opacity: .8;
}

.product-highlight .uct-left {
  width: 23%;
  text-align: center;
  float: left;
}

.product-highlight .uct-right {
  width: 73%;
  float: left;
  margin-left: 25px;
}

.product-highlight .uct-ava-gv img {
  border-radius: 88px;
  border: 1px solid #d9d9d9;
  width: 125px;
  height: 125px;
}

.product-highlight .uct-rate-gv ul li {
  line-height: 24px;
}

.product-highlight .uct-rate-gv span {
  font-weight: bold;
}

.product-highlight .uct-rate-gv i {
  width: 21px;
}

.product-highlight .uct-more-info {
  display: inline-block;
  font-weight: bold;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  background: #f67052;
  margin-top: 10px;
}

.product-highlight .uct-name-gv {
  font-size: 16px;
  font-weight: bold;
}

.product-highlight .uct-des-gv {
  color: #727272;
  margin: 10px 0 20px 0;
}

.product-highlight .uct-more-gv p {
  line-height: 25px;
}

.product-highlight .urh-left {
  width: 21%;
  text-align: center;
  float: left;
}

.product-highlight .urh-right {
  width: 73%;
  float: left;
  margin-left: 40px;
}

.product-highlight .number-big-rate {
  font-size: 72px;
  font-weight: bold;
  color: #333;
}

.product-highlight .star-big-rate {
  display: inline-block;
}

.product-highlight .star-big-rate i {
  font-size: 20px;
}

.product-highlight .count-rate {
  margin-top: 5px;
}

.product-highlight .u-rate-f1-progress {
  width: 70%;
  float: left;
  height: 30px;
}

.product-highlight .u-rate-f1-star {
  width: 21%;
  float: left;
  margin: 0 10px;
}

.product-highlight .u-rate-f1-star i {
  font-size: 19px;
}

.product-highlight .u-rate-f1-num {
  width: 5%;
  float: left;
}

.product-highlight .u-rate-f1-num p {
  color: #000;
}

.wrapper_detail_product .slider_nav .nav {
  background-image: linear-gradient(to right, #01446b 0%, #013c63 100%);
  background-repeat: repeat-x;
}

.wrapper_detail_product .slider_nav .nav ul li a {
  color: #fff;
  font-family: Muli;
  font-weight: 300;
  font-size: 13px;
}

.wrapper_detail_product .slider_nav .nav ul li:before {
  color: #fff;
}

.wrapper_detail_product .banner_ad_product {
  display: none;
}

.wrapper_detail_product #container {
  background: #eef1f2;
}

.wrapper_detail_product #container .box_mid {
  padding: 0px;
}

@media (max-width: 1230px) {
  .wrapper_detail_product #container .box_mid {
    padding: 0px 15px;
  }
}

.wrapper_detail_product .detail_l {
  width: 70%;
  float: left;
  padding-right: 21px;
}

.wrapper_detail_product .detail_l .wrap_l {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.wrapper_detail_product .detail_l .info_left {
  padding: 0;
}

@media (min-width: 992px) {
  .wrapper_detail_product .detail_l .info_left {
    flex: 0 0 45%;
    width: 45%;
  }
}

.wrapper_detail_product .detail_l .info_left > span {
  text-align: center;
  display: block;
}

@media (min-width: 992px) {
  .wrapper_detail_product .detail_l .info_left > span {
    padding-left: 21%;
  }
}

.wrapper_detail_product .detail_l .info_left > span i {
  padding-right: 5px;
}

.wrapper_detail_product .detail_l .info_right {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  padding: 0;
}

@media (min-width: 992px) {
  .wrapper_detail_product .detail_l .info_right {
    border-left: 2px solid #f7f7f7;
    padding-left: 30px;
    flex: 1 1;
    width: 65%;
  }
}

.wrapper_detail_product .detail_l .info_right .info_row_top {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 15px 0px;
  padding-left: 0;
  font-family: Muli;
  font-size: 16px;
  color: #424242;
}

.wrapper_detail_product .detail_l .info_right .link_share {
  margin-top: 20px;
}

.wrapper_detail_product .detail_l .info_right .link_share a {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  color: #cdcdcd;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  margin-right: 5px;
}

.wrapper_detail_product .detail_l .info_right .link_share a i {
  padding-top: 9px;
  display: inline-block;
}

.wrapper_detail_product .detail_l .info_right .info_col_left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .wrapper_detail_product .detail_l .info_right .info_col_left {
    flex: 0 0 68%;
    max-width: 68%;
  }
}

.wrapper_detail_product .detail_l .info_right .text_status_stock {
  font-family: Muli;
  font-size: 16px;
  color: #0f71b6;
}

.wrapper_detail_product .detail_l .info_right .info_col_right {
  flex: 0 0 32%;
  max-width: 32%;
}

@media (min-width: 768px) {
  .wrapper_detail_product .detail_l .info_right .info_col_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.wrapper_detail_product .detail_l .product_desc {
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-top: 11px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .wrapper_detail_product .detail_l .product_desc {
    padding: 15px;
  }
}

.wrapper_detail_product .detail_l .product_desc img {
  max-width: 100%;
  height: auto;
}

.wrapper_detail_product .detail_r {
  width: 30%;
  float: left;
  background: #fff;
  margin-top: -140px;
}

@media (max-width: 1024px) {
  .wrapper_detail_product .detail_r {
    margin-top: 0;
  }
}

.wrapper_detail_product .detail_r #wrap_sticky {
  background: #fff;
  border-radius: 9px;
  z-index: 1 !important;
}

.wrapper_detail_product .detail_r .picture_sub {
  padding: 9px;
  text-align: center;
}

.wrapper_detail_product .detail_r .picture_sub img {
  max-width: 100%;
}

.wrapper_detail_product .detail_r .wrap_r {
  padding: 25px;
  padding-top: 15px;
}

.wrapper_detail_product .detail_r .contact_info p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wrapper_detail_product .detail_r .contact_info p:before {
  content: '\e81c';
  font-family: "ficon";
  padding-right: 9px;
  color: #4790e7;
}

@media (max-width: 999px) {
  .wrapper_detail_product #item_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column-reverse;
  }
  .wrapper_detail_product .detail_l {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .wrapper_detail_product .detail_r {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.wrapper_detail_course .slider_nav .nav {
  background-image: linear-gradient(to right, #01446b 0%, #013c63 100%);
  background-repeat: repeat-x;
}

.wrapper_detail_course .slider_nav .nav ul li a {
  color: #fff;
  font-family: Muli;
  font-weight: 300;
  font-size: 13px;
}

.wrapper_detail_course .slider_nav .nav ul li:before {
  color: #fff;
}

.wrapper_detail_course .banner_ad_product {
  display: none;
}

.wrapper_detail_course #container {
  background: #eef1f2;
}

.wrapper_detail_course #container .box_mid {
  padding: 0px;
}

@media (max-width: 1230px) {
  .wrapper_detail_course #container .box_mid {
    padding: 0px 15px;
  }
}

.wrapper_detail_course .navi_page ul {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 14px 30px;
}

@media (max-width: 599px) {
  .wrapper_detail_course .navi_page ul {
    padding: 14px 15px;
  }
}

.wrapper_detail_course .navi_page ul li a {
  font-size: 15px;
  font-family: Muli;
  font-weight: 300;
}

.wrapper_detail_course .navi_page .nav.nav-tabs {
  justify-content: flex-start;
}

.wrapper_detail_course .navi_page .nav.nav-tabs li a {
  padding: 0;
  border: none;
  padding-right: 60px;
}

.wrapper_detail_course .navi_page .nav.nav-tabs li a.active {
  font-weight: 600;
}

.wrapper_detail_course .tab-content > .active {
  display: block;
  max-width: 100%;
  padding: 0px;
}

.wrapper_detail_course .detail_l {
  width: 70%;
  float: left;
  padding-right: 21px;
  margin-top: 11px;
}

.wrapper_detail_course .detail_l .short {
  background: #fff;
  padding: 30px;
  padding-top: 20px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-top: 11px;
  margin-bottom: 15px;
}

.wrapper_detail_course .detail_l .short h3 {
  color: #252525;
  font-size: 18px;
  font-family: Muli;
  font-weight: 500;
  margin-bottom: 5px;
}

.wrapper_detail_course .detail_l .short .wrap_short {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.wrapper_detail_course .detail_l .short .wrap_short p {
  width: 50%;
  padding-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .wrapper_detail_course .detail_l .short .wrap_short p {
    width: 100%;
    padding-right: 0;
  }
}

.wrapper_detail_course .detail_l .short .wrap_short p:before {
  content: '\e81d';
  font-family: 'ficon';
  padding-right: 11px;
  color: #17b99f;
  font-size: 19px;
  padding-top: 3px;
}

.wrapper_detail_course .detail_l .product_desc {
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 19px;
}

.wrapper_detail_course .detail_l .product_desc h3 {
  color: #252525;
  font-size: 18px;
  font-family: Muli;
  font-weight: 500;
  margin-bottom: 5px;
}

.wrapper_detail_course .detail_l .product_desc img {
  max-width: 100%;
}

.wrapper_detail_course .detail_r {
  width: 30%;
  float: left;
  background: #fff;
  margin-top: -140px;
}

@media (max-width: 999px) {
  .wrapper_detail_course .detail_r {
    margin-top: 0;
  }
}

.wrapper_detail_course .detail_r #wrap_sticky {
  background: #fff;
  border-radius: 9px;
  z-index: 1 !important;
}

.wrapper_detail_course .detail_r .picture_sub {
  padding: 9px;
}

.wrapper_detail_course .detail_r .picture_sub img {
  max-width: 100%;
}

.wrapper_detail_course .detail_r .wrap_r {
  padding: 25px;
  padding-top: 15px;
}

.wrapper_detail_course .detail_r .contact_info p {
  display: flex;
}

.wrapper_detail_course .detail_r .contact_info p:before {
  content: '\e81c';
  font-family: "ficon";
  padding-right: 9px;
  color: #4790e7;
}

@media (max-width: 999px) {
  .wrapper_detail_course #item_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column-reverse;
  }
  .wrapper_detail_course .detail_l {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .wrapper_detail_course .detail_r {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}

.wrapper_detail_course .u-list-course {
  background: #fff;
  padding: 25px;
  padding-top: 0;
  margin-bottom: 20px;
}

.wrapper_detail_course .u-list-course .panel-default {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
  margin-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
}

.wrapper_detail_course .u-list-course .panel-default > .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.wrapper_detail_course .u-list-course .panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
}

.wrapper_detail_course .u-list-course .panel-default > .panel-heading .panel-title a {
  color: #333333;
}

.wrapper_detail_course .u-list-course .panel-default .btn-preview {
  padding: 5px;
  background-color: #7cbdff;
  color: #fff !important;
  border-radius: 5px;
}

.wrapper_detail_course .u-list-course h2 {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 15px;
  padding-left: 0px;
  color: #252525;
  font-size: 18px;
  font-family: Muli;
  font-weight: 500;
  margin-bottom: 5px;
}

.wrapper_detail_course .u-list-course .col {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}

.wrapper_detail_course .u-course-teacher {
  background: #fff;
  margin-bottom: 20px;
}

.wrapper_detail_course .u-course-teacher:before, .wrapper_detail_course .u-course-teacher:after {
  content: " ";
  display: table;
}

.wrapper_detail_course .u-course-teacher:after {
  clear: both;
}

.wrapper_detail_course .u-course-teacher h3 {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 15px;
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
  color: #252525;
  font-size: 18px;
  font-family: Muli;
  font-weight: 500;
  margin-bottom: 15px;
}

.wrapper_detail_course .u-course-teacher .wrap_uct {
  padding: 15px;
}

.wrapper_detail_course .u-course-teacher .wrap_uct:before, .wrapper_detail_course .u-course-teacher .wrap_uct:after {
  content: " ";
  display: table;
}

.wrapper_detail_course .u-course-teacher .wrap_uct:after {
  clear: both;
}

.wrapper_detail_course .u-course-teacher .uct-left {
  width: 23%;
  text-align: center;
  float: left;
}

.wrapper_detail_course .u-course-teacher .uct-left .uct-ava-gv img {
  border-radius: 88px;
  border: 1px solid #d9d9d9;
  width: 125px;
  height: 125px;
}

.wrapper_detail_course .u-course-teacher .uct-left .uct-rate-gv ul li {
  line-height: 24px;
}

.wrapper_detail_course .u-course-teacher .uct-left .uct-rate-gv span {
  font-weight: bold;
}

.wrapper_detail_course .u-course-teacher .uct-right {
  width: 73%;
  float: left;
  margin-left: 25px;
}

.wrapper_detail_course .u-course-teacher .uct-right .uct-name-gv {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .wrapper_detail_course .u-course-teacher .uct-right .uct-name-gv {
    text-align: center;
  }
}

.wrapper_detail_course .u-course-teacher .uct-right .uct-des-gv {
  color: #727272;
  margin: 10px 0 20px 0;
}

.wrapper_detail_course .u-course-teacher .uct-right .uct-more-gv p {
  line-height: 25px;
  color: #333333;
}

@media (max-width: 768px) {
  .wrapper_detail_course .u-course-teacher .uct-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .wrapper_detail_course .u-course-teacher .uct-right {
    width: 100%;
    margin-left: 0;
  }
}

.info_row_top .title_product {
  font: 500 1.2rem/150% "Muli";
  color: #333;
}

.info_row_top .rate {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.info_row_top .rate i {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #f39c3f;
}

.info_row_top .rate > span {
  color: #288ad6;
  padding-left: 5px;
}

.info_row_top .info_brand {
  font: 400 0.86667rem/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.86667rem/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.86667rem/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 {
  padding-bottom: 10px;
}

.info_price > span {
  display: block;
}

.info_price .price_buy {
  font: 500 1.90667rem/150% "Muli";
  color: #636363;
  font-weight: bold;
}

.info_price .percent_discount, .info_price .price {
  font: 400 0.86667rem/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.93333rem/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.93333rem/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.93333rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: url(../../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.93333rem/150% "Roboto", sans-serif;
  color: #333;
  padding-left: 16px;
  position: relative;
  clear: both;
}

.info_promo .promo_detail p:before {
  content: '\f058';
  font: 900 0.93333rem/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 .label {
  flex: 0 0 100%;
  max-width: 100%;
  font: 300 0.93333rem/150% "Roboto", sans-serif;
  color: #8e8e8e;
  padding-bottom: 10px;
}

.info_version ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info_version ul li label {
  font: 400 0.93333rem/150% "Roboto", sans-serif;
  color: #333;
  background: transparent;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
}

.info_version ul li label.color {
  border-radius: 50%;
  padding: 3px;
}

.info_version ul li label.color span {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #dfe0e1;
  border-radius: 50%;
}

.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: inherit;
}

.info_version ul li input[type="radio"]:checked + label:before, .info_version ul li input[type="radio"]:hover + label:before {
  content: '\f111';
  font: 900 0.4rem/1 "Font Awesome 5 Pro";
  color: #ff4500;
  position: absolute;
  top: 3px;
  right: 3px;
}

.info_version ul li input[type="radio"][disabled] + label {
  background: #dadadc;
}

.info_size {
  display: none;
}

.info_row_btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}

.info_row_btn .css_bo {
  flex: 0 0 100%;
  max-width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  cursor: pointer;
}

.info_row_btn .css_bo h2 {
  font: 500 0.93333rem/150% "Roboto", sans-serif;
  color: #fff;
  background: #ff4139;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 5px 15px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-family: Muli;
  font-weight: 500;
}

.info_row_btn .css_bo h2 i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

.info_row_btn .btn_add_cart h2 {
  background: none;
  color: #636363;
  font-size: 16px;
  font-family: Muli;
  font-weight: 500;
  border: 1px solid #636363;
  text-align: center;
  display: block;
  padding: 5px 0px;
}

.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.93333rem/1 "Roboto", sans-serif;
  color: #7b7b7b;
  margin-right: 5px;
}

.btn_grp {
  display: flex;
  align-items: center;
}

.btn_grp .btn_minus, .btn_grp .btn_plus {
  width: 22px;
  height: 22px;
  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: 22px;
  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: 1px solid #ccc;
  border-radius: 6px;
  padding: 2px 5px;
  cursor: pointer;
}

.add_favorite i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #777;
}

.add_favorite .text {
  font: 300 0.93333rem/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.93333rem/150% "Roboto", sans-serif;
  text-align: center;
  margin-top: 15px;
}

.call_order span {
  font-size: 16px;
  font-size: 1rem;
  color: #f00;
}

.social {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.social .title {
  font: 400 0.93333rem/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: 24px;
  font-size: 1.5rem;
}

.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(../../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.93333rem/150% "Roboto", sans-serif;
  color: #333;
  padding-left: 20px;
  position: relative;
}

.info_content > div p:before {
  content: '\f058';
  font: 900 0.93333rem/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;
}

#comment_rate {
  background: #fff;
  padding-top: 0;
  margin-bottom: 20px;
  border-radius: 6px;
}

#comment_rate #tab-comment_rate {
  background: #fff;
  padding: 15px;
}

#comment_rate h2 {
  margin-top: 0;
  padding: 15px;
  color: #252525;
  font-size: 18px;
  font-family: Muli;
  font-weight: 500;
  margin-bottom: 5px;
}

#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%;
}

.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: 13px;
  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.06667rem/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: 13px;
  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: 13px;
  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: 13px;
  font-weight: 300;
  color: #888;
  padding-left: 15px;
}

.answer-form .other-question p a {
  font: 400 0.86667rem/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.86667rem/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: 15px;
  font-size: 0.9375rem;
  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.86667rem/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.93333rem/150% "Muli", sans-serif;
  color: #454545;
  padding: 0;
}

.list_feature .banner_item > p b, .list_feature .banner_item > p strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.list_feature .social .title {
  font: 600 1.06667rem/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: 16px;
  font-size: 1rem;
}

.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(../../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_other .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

#product_other .title span {
  font: 500 1.2rem/150% "Muli";
  color: #252525;
}

#product_other .title .slide-control {
  display: flex;
  align-items: center;
  margin: 0 -3px;
}

#product_other .title .slide-control .btn-arrow {
  font-size: 18px;
  font-size: 1.125rem;
  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_other .title .slide-control .btn-arrow:hover, #product_other .title .slide-control .btn-arrow:focus {
  opacity: 1;
}

#product_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.06667rem/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.33333rem/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 */